@font-face {
    font-family: PingBold;
    src: url("../fonts/PingLCG-Bold.ttf") format("truetype");
}

@font-face {
    font-family: PingLight;
    src: url("../fonts/PingLCG-Light.ttf") format("truetype");
}

@font-face {
    font-family: PingMedium;
    src: url("../fonts/PingLCG-Medium.ttf") format("truetype");
}

@font-face {
    font-family: PingRegular;
    src: url("../fonts/PingLCG-Regular.ttf") format("truetype");
}

body {
	font-family: PingRegular, Roboto, sans-serif !important;
	background-color: #f2f2f2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: PingRegular, Roboto, sans-serif !important;
}

object, embed {
	width: 100%;
	height: 800px;
}

.article-details .featured-article-badge {
    position: relative;
    float: left;
    margin-right: 10px;
}

.rns_builder_box {
	min-height: 210px;
}

.rns_builder_box .sppb-column-addons { 
	background-color: RGBA(255, 255, 255, 1);
    border-radius: 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: RGBA(204, 204, 204, 1);
	padding: 0px 10px 5px 20px;
	transition: all .3s;
    transition-property: border-color, background-color, border-radius, box-shadow;
}

.rns_builder_box .sppb-column-addons:hover { 
	box-shadow: 0px 2px 20px 0px RGBA(0, 0, 0, 0.19);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: RGBA(204, 204, 204, 1);
}

.rns_builder_box .sppb-addon-header { 
	padding: 10px 10px 0px 0px;
    justify-content: center;
	font-family: 'PingRegular', 'Rubik', 'Arial';
    color: #000000;
    font-size: 143.75%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.rns_builder_box .addon-root-button { 
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
}

.center_div .sppb-addon-title {
	text-align: center;
	display: block;
}
.center_div .convertforms {
	margin: 0 auto;
} 

#about a {
	color: white;
}

li {
    list-style: none;
}

#sp-main-body {
    padding-top: 50px;
}

.align_center {
	text-align: center;
}

.pad_left_15 {
	padding-left: 15px;
}

.breadcrumb {
    background-color: #f2f2f2;
	padding: 0.75rem 0rem;
}

.breadcrumb li, .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb li {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
    min-height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	display: flex;
}

.breadcrumb img {
  height: 28px;
}

/* Menu on the left */
/* TA ERGA MAS */
.our_projects_menu .sp-module-title {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 3px solid #3eac55;
    color: #3eac55;
}

.our_projects_menu #jux_accord-menu .menu_head {
	background: #5490a5 none repeat scroll 0 0; /* bcccdc lighter grey Top Menu Not active not selected  */
	padding: 5px;
}

.our_projects_menu #jux_accord-menu .menu_head.active {
	background: #697380 none repeat scroll 0 0; /* blue 57c282  */
}


.our_projects_menu #jux_accord-menu div.menu_body p {
	background: #bcccdc none repeat scroll 0 0; /* dark grey 697380 */
}

.our_projects_menu #jux_accord-menu div.menu_body a span {
	color: #697380;
}

.our_projects_menu #jux_accord-menu div.menu_body p.active {
	background: #214982 none repeat scroll 0 0;
}

/* Submenu hover with top menu selected*/
.our_projects_menu #jux_accord-menu div.level1.active p.level2 a span:hover { 
	background: #e5e5e5    none repeat scroll 0 0; 
}

.our_projects_menu #jux_accord-menu  p.level1 a.active span:hover,
.our_projects_menu #jux_accord-menu  p.level1.active:hover {
	background: #214982 none repeat scroll 0 0;  /* dark blue 214982 */
}

.our_projects_menu #jux_accord-menu p.level2 a.active span:hover,
.our_projects_menu #jux_accord-menu p.level2.active:hover {
	background: #214982 none repeat scroll 0 0;  /* dark blue 214982 */
}

.our_projects_menu #jux_accord-menu  p.level1:hover {
	background: #149324 none repeat scroll 0 0;
}

/* submenu */

.helixultimate_submenu .sp-dropdown {
	position: fixed;
    top: 55px !important;
   /* width: 100vw !important;*/
}

.helixultimate_submenu .sp-dropdown-inner {
	padding: 5px 5px 5px 15px !important;
	background-color: #f2f2f2 !important;
}

.helixultimate_submenu .sp-dropdown ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.helixultimate_submenu .sp-dropdown li {
	margin: 0 16px;
}

/*
.helixultimate_submenu .active .sp-dropdown li a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.helixultimate_submenu .sp-dropdown li a {
	font-size: 0.79rem !important;
	-webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: color .2s,opacity .2s,-webkit-transform .2s;
    transition: color .2s,opacity .2s,-webkit-transform .2s;
    transition: color .2s,opacity .2s,transform .2s;
    transition: color .2s,opacity .2s,transform .2s,-webkit-transform .2s;
}
*/
.helixultimate_submenu .sp-dropdown li a {
	font-size: 0.79rem !important;
}

.helixultimate_submenu .sp-has-child:hover>.sp-dropdown {
    animation: none !important;
}

.helixultimate_submenu .sp-has-child:hover>.sp-dropdown li a {
    animation: spFadeIn 1000ms ease-in !important;
	-webkit-transition-delay: .1s; 
}

.helixultimate_submenu .sp-has-child:hover>.sp-dropdown li a {
	animation: none !important;
}

/*
.helixultimate_submenu .sp-has-child.active>.sp-dropdown {
	display: block; 
}


.helixultimate_submenu .sp-megamenu-parent>li.active ~ li .sp-dropdown {
	display: none;
}
*/
.helixultimate_submenu .sp-megamenu-parent>li.active .sp-dropdown {
	display: block ;
}

.helixultimate_submenu .sp-megamenu-parent>li:hover ~ li.active .sp-dropdown {
	display: none ;
}


.jux_submenu .horizontal {
	position: relative;
    background-color: #f2f2f2;
    height: 44px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	
.jux_submenu .megamenu.vertical ul.level0 li.megacss3 {
	padding: 6px 0 6px 5px !important;
}

.jux_submenu #jux_megamenucss3 .megamenu.vertical.left .js-megamenu ul.level0 li.megacss3 .childcontent {
	margin-left: 98%!important;
}

.jux_submenu li span.menu-title {
	font-family: 'PingRegular';
	font-size: 0.79rem !important;
    line-height: 1.33333;
	margin: 0 16px;
}

.jux_submenu .megamenu a span {
	color: #000;
}

.jux_submenu .megamenu ul li a {
	border-right: 0px none;
}

.jux_submenu .megamenu.active li a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.jux_submenu .megamenu.active:hover, 
.jux_submenu .megamenu:hover,
.jux_submenu li:hover {
	background: transparent;
}

.jux_submenu li:hover {
	font-weight: 700;
	transition: all 0.05s ease-in-out !important;
}

/* smartslide3 */

.n2-ss-slider .n2-ss-item-image-content img {
    object-fit: cover;
}

.nextend-arrow-previous {
    padding-left: 80px;
    padding-bottom: 35px;
}

.nextend-arrow-next {
	padding-bottom: 35px;
}

.left_slider_col .n2-ss-layer-col {
	padding-left: 50px !important;
}

.s-hero--large .s-hero__poly-left, .s-hero--large .s-hero__poly-right {
    height: calc(50% - 80px);
}

.s-hero__poly-right {
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
	/*background-image: url(/images/slideshow/thunder-1.jpg);*/
}

.s-hero__poly-left, .s-hero__poly-right {
    position: absolute !important;
    width: 60px !important;
    height: calc(50% - 16px);
    background-color: #000f1e;
}

.s-hero__poly-left {
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
	/*background-image: url(/images/slideshow/thunder-2.jpg);*/
}


/* ΔΕΗ - Ένα με το μέλλον */
.sp-page-builder .page-content .renewables_container {
	opacity: 1;
    -webkit-transition: opacity 1s .3s;
    transition: opacity 1s .3s; 
}

.renewables_container .jux-slider a span, .renewables_container .item .jux-slider-description {
	font-family: PingRegular, Roboto, sans-serif !important;
	font-size: 1.33333rem;
    line-height: 1.33333;
    font-weight: 700;
	text-transform: none;
}

.renewables_container .jux-slider h2 {
	margin-top: 16px;
    margin-bottom: 16px;
}

.renewables_container .sppb-title-heading {
	font-size: 1.77778rem;
    line-height: 1.25;
    font-weight: 700;
}

.renewables_container .sppb-title-heading strong {
	color: #fa4616;
}

.renewables_container .sppb-title-heading em {
    font-style: normal;
    color: #00a3e0;
}

.renewables_container p {
	font-size: 1rem;
    line-height: 1.55556;
    font-weight: 400;
}

.renewables_ena_me_to_mellon .jux-content-slider .item img {
    max-height: 420px;
    min-height: 420px;
}

.renewables_ena_me_to_mellon .owl-item {
/*	width: 569px !important;*/
}

.renewables_ena_me_to_mellon .jux-content-slider {
	-webkit-mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,transparent),color-stop(.04,#000),color-stop(.96,#000),color-stop(1,transparent));
}


.renewables_container .sppb-container {
    max-width: 1368px;
	margin-left: auto;
    margin-right: auto;
}

#sp-header {
	transition: top .2s ease-in-out;
}


#sp-header.nav-up .helixultimate_submenu .sp-dropdown {
    top: -220px !important;
}

#sp-header .lang_header {
    margin: 0px !important;
}

#sp-header .sp-module {
    margin-left: 10px;
}

.lang_header a, .menu_search a,
.menu_finder a {
	display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000f1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.lang_header li {
	margin: 0 !important;
}

.lang_header a {
	font-size: .9rem;
	font-weight: 700;
}

.menu_lang {
	float:left; 
	width: auto; 
	padding: 0 8px; 
	border-right: 2px solid rgba(80, 80, 80, 0.2); 
	border-left: 2px solid rgba(80, 80, 80, 0.2);
}

.signin_header a {
	display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #2ba84a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
	font-size: 0.75em;
}

.signin_header, .sp-profile-dropdown a {
    border: 0px;
	font-size: 0.95em;
	justify-content: left;
	line-height: 20px;
	width: 100%;
    height: 100%;
}

.signin_header, .sp-profile-dropdown a:hover {
	border: 0px !important;
}

.sp-profile-wrapper .sp-profile-dropdown {
    min-width: 120px;
	z-index: 99;
}

.header-modules .search form:after {
	content: none;
}

.menu_search a, .menu_finder a {
	font-size: 0.75em;
	color: #252525;
}

.menu_search a:hover, .menu_lang a:hover, .menu_finder a:hover {
	color: #2ba84a;
	border-color: #2ba84a;
}

.signin_header:hover .sp-sign-in {
	border: 3px solid;
}

.entry-author i {
	padding-right: 5px;
}

.news .sppb-btn-default {
	background-color: #b4edc2;
    border-color: #23cf5f;
}

.news h2 {
	font-size: 1.5rem;
}

.news .sppb-btn-default:hover {
	background-color: #2ba84a;
    border-color: #b4edc2;
}

/* Anazitisi */

body.noscroll, html.noscroll, body.search-modal-opened, html.search-modal-opened {
    overflow: hidden;
}

nav ul.b-suggested-links__list {
	padding: 0 !important;
}

.input-search .btn--clear, .input-search .modal-warning .btn-close, .modal-warning .input-search .btn-close {
    position: relative;
    margin-right: 32px;
}

.b-search-modal .alert, .b-search-modal .b-suggested-links {
    margin-top: 24px;
}

.b-suggested-links__lnk, .btn--outline-thin {
    border-width: 1px;
}

.b-suggested-links__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-suggested-links__list li {
    margin: 16px 16px 0 0;
}

.b-suggested-links__title {
	font-size: .77778rem;
    line-height: 1.42857;
	font-weight: 700;
}

.b-suggested-links__lnk, .btn--outline-black {
    font-size: .77778rem;
    line-height: 1.71429;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    background: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 12px 24px;
    min-width: 190px;
    background-color: hsla(0,0%,94.9%,.5);
    -webkit-transition: background .2s,color .2s,border-color .2s;
    transition: background .2s,color .2s,border-color .2s;
    text-align: center;
    color: #000f1e;
    background-color: transparent;
    border: 2px solid #000f1e;
}

.b-suggested-links__lnk:focus, .b-suggested-links__lnk:hover, .btn--outline-black:focus, .btn--outline-black:hover {
    color: #fff !important;
    background-color: #2ba84a;
    border-color: #2ba84a;
}

.b-search-modal__app.opened {
    display: block;
}

.b-search-modal__app {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: #f2f2f2;
    overflow: auto;
}

.b-search-modal__conts {
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.b-search-modal__conts {
    width: 100%;
    padding-right: var(--bs-gutter-x,16px);
    padding-left: var(--bs-gutter-x,16px);
    margin-right: auto;
    margin-left: auto;
}

.b-search-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
	border-radius: 50%;
    width: 34px;
    height: 34px;
	font-size: 0.85em;
	background-color: rgba(0,15,30,.25);
    border-color: rgba(0,15,30,.5);
    color: #000f1e;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-search-modal__close i {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display:flex;
}

#search-app .awesomplete {
	width: 100%;
}

.btn--close:focus, .btn--close:hover {
	color: white;
    border: 2px solid white;
    background: black;
}

.b-search-modal__close:before, .btn--close--black:before {
    background-color: rgba(0,15,30,.25);
    border-color: rgba(0,15,30,.5);
    color: #000f1e;
}

#search-app .js-finder-search-query {
	height: 40px;
}

#search-app .input-search {
	position: relative;
}

#search-app .search-query,
#search-app .js-finder-search-query {
	font-size: 1.33333rem !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #000f1e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#search-app .search_text_btn {
	position: absolute;
    top: 12px;
    right: 12px;
    color: #ccc;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    font-size: 1.77778rem;
}

#search-app .search_text_btn:hover {
	color: #2ba84a;
	cursor: pointer;
}

#searchForm .badge-info {
	color: black;
    font-size: 25px;
}

/* Omilos - Diagonismoi - Wise Power */

#about .about-1 .sppb-feature-box-title, #about .about-2 .sppb-feature-box-title, #about .about-3 .sppb-feature-box-title {
	font-weight: 700;
}

.sppb-addon-feature .sppb-addon-content span img,
.sppb-addon-feature .sppb-addon-content span svg {
    color: #fff;
    position: relative;
    top: 510px;
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
}

.sppb-addon-feature .sppb-addon-content span svg {
	width: 100px !important;
    height: 150px !important;
}

.sppb-addon-feature:hover > .sppb-addon-content span img,
.sppb-addon-feature:hover > .sppb-addon-content span svg{
	top: 135px;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.sppb-addon-text a:visited {
	color:#4ecbe6;
}

.socialmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socialmenu a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
    text-decoration: none;
}

.socialmenu li {
    margin: 0 8px;
}

#sp-bottom .socialmenu ul>li>a {
	display: inline-flex;
}

.socialmenu a:hover {
    text-decoration: none;
    color: #75c391;
    border-color: #75c391;
}

.socialmenu a:hover i {
	color: #75c391;
}

#about {
  height: 100%;
  margin-top: 0 !important;
}
#about .sppb-col-sm-4 {
  padding-right: 0;
  padding-left: 0;
  position: inherit;
}

@media screen and (max-width: 767px) {
		
	#about .sppb-col-sm-4 {
		margin-bottom: 30px;
	}
	
	#about .sppb-col-sm-4:last-child {
		margin-bottom: 0;
	}
	
	.footer__bottom__sitemap {
        margin-top:0
    }
	
	#counter .sppb-col-sm-3 {
    width: 100%;
  }
	#sp-bottom .col-lg-4  {
		margin-bottom: 32px;
		border-bottom: 1px solid hsla(0,0%,94.9%,.25);
	}
}

#about .about-1 {
  position: relative;
  background: url("../../../images/feature/about_1.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-2 {
  position: relative;
  background: url("../../../images/feature/about_2.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-3 {
  position: relative;
  background: url("../../../images/feature/about_3.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-1:before,
#about .about-2:before,
#about .about-3:before {
  position: absolute;
  content: "";
  background: rgba(55,68,86,0.95);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#about .about-1 .sppb-feature-box-title,
#about .about-2 .sppb-feature-box-title,
#about .about-3 .sppb-feature-box-title {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  z-index: 999;
  top: 200px;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 1919px) {
  #about .about-1 .sppb-feature-box-title,
  #about .about-2 .sppb-feature-box-title,
  #about .about-3 .sppb-feature-box-title {
    font-size: 30px;
  }
}
#about .about-1 .sppb-addon-text,
#about .about-2 .sppb-addon-text,
#about .about-3 .sppb-addon-text {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  position: absolute;
  z-index: 99;
  width: 75%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  top: 295px;
  line-height: 1.7;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 1715px) {
  #about .about-1 .sppb-addon-text,
  #about .about-2 .sppb-addon-text,
  #about .about-3 .sppb-addon-text {
    width: 80%;
  }
}
#about .about-1 .sppb-addon-text div,
#about .about-2 .sppb-addon-text div,
#about .about-3 .sppb-addon-text div {
  height: 1px;
  width: 85px;
  background: #75c391;
  z-index: 9999;
  margin-left: 50%;
  margin-top: 20px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1 .sppb-icon .fa,
#about .about-2 .sppb-icon .fa,
#about .about-3 .sppb-icon .fa {
  font-size: 100px !important;
  width: 100% !important;
  height: 100% !important;
  color: #fff;
  position: absolute;
  left: 0;
  top: 510px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1 .box,
#about .about-2 .box,
#about .about-3 .box {
  height: 190px;
  width: 190px;
  background: #75c391;
  position: absolute;
  transform: translate(-50%) rotate(45deg);
  -webkit-transform: translate(-50%) rotate(45deg);
  -moz-transform: translate(-50%) rotate(45deg);
  left: 50%;
  top: 710px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

#about .about-1:hover:before,
#about .about-2:hover:before,
#about .about-3:hover:before {
  background: #374456;
}
#about .about-1:hover .sppb-feature-box-title,
#about .about-2:hover .sppb-feature-box-title,
#about .about-3:hover .sppb-feature-box-title {
  top: 410px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1:hover .sppb-addon-text,
#about .about-2:hover .sppb-addon-text,
#about .about-3:hover .sppb-addon-text {
  top: 505px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1:hover .sppb-icon .fa,
#about .about-2:hover .sppb-icon .fa,
#about .about-3:hover .sppb-icon .fa {
  top: 195px;
  z-index: 99;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

#about .about-1:hover .box,
#about .about-2:hover .box,
#about .about-3:hover .box {
  top: 115px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@-webkit-keyframes pulse-grow {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes pulse-grow {
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#counter {
  position: relative;
  height: 100%;
  margin-top: 0 !important;
  padding: 110px 0 90px;
}





#counter:before {
  position: absolute;
  top: 0;
  content: "";
  background: rgba(255,255,255,0.9);
  height: 100%;
  width: 100%;
}
#counter .counter-1 .sppb-animated-number,
#counter .counter-2 .sppb-animated-number,
#counter .counter-3 .sppb-animated-number,
#counter .counter-4 .sppb-animated-number {
  font-family: 'Aldhabi', sans-serif;
  font-weight: bold;
  color: #75c391;
  margin-bottom: 18px;
  font-size: 70px !important;
  line-height: 29px !important;
}
#counter .counter-1 .sppb-animated-number-title,
#counter .counter-2 .sppb-animated-number-title,
#counter .counter-3 .sppb-animated-number-title,
#counter .counter-4 .sppb-animated-number-title {
  color: #374456;
  font-size: 24px !important;
  line-height: 1.7 !important;
  font-weight: lighter;
}
#counter .counter-1,
#counter .counter-2,
#counter .counter-3,
#counter .counter-4 {
  position: relative;
}
#counter .counter-1:before,
#counter .counter-2:before,
#counter .counter-3:before,
#counter .counter-4:before {
  font-family: "Font Awesome 6 Free";
  font-size: 150px;
  color: #f1f1f1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#counter .counter-1 .sppb-addon-content,
#counter .counter-2 .sppb-addon-content,
#counter .counter-3 .sppb-addon-content,
#counter .counter-4 .sppb-addon-content {
  position: relative;
  display: block;
}
#counter .counter-1:hover,
#counter .counter-2:hover,
#counter .counter-3:hover,
#counter .counter-4:hover {
  cursor: pointer;
}
#counter .counter-1:hover:before,
#counter .counter-2:hover:before,
#counter .counter-3:hover:before,
#counter .counter-4:hover:before {
  font-size: 200px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#counter .counter-1:before {
  content: "\f1fe";
}
#counter .counter-2:before {
  content: "\f08a";
}
#counter .counter-3:before {
  content: "\f007";
}
#counter .counter-4:before {
  content: "\f121";
}

/* diagonismoi */

.diagonismoi .bx-wrapper .bx-pager.bx-default-pager a {
	height: 10px;
}

.diagonismoi .sppb-articles-carousel-link {
	line-height: 1.4;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #b7584c;
}

/*deltia typou */

.deltia_typou .sppb-row {
	height: 660px;
	overflow-y: scroll;
}
	
.deltia_typou .b-news-card {
    padding: 30px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.deltia_typou .b-news-card--sml {
    display: block;
    height: 100%;
    padding: 17px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.deltia_typou .b-news-card--sml:hover {
    color: #000f1e;
    border-color: #000f1e;
}

.deltia_typou .sppb-article-info-wrap .b-news-card__category i {
	padding-right: 5px;
}

.deltia_typou .sppb-article-info-wrap .b-news-card__category {
    border-bottom: 1px solid rgba(141,144,145,.25);
	color: #746baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    z-index: 1;
	font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 700;
}

.deltia_typou .sppb-article-info-wrap .b-news-card__title {
    font-size: 1.0rem;
    line-height: 1.53333;
    font-weight: 700;
	color: black;
}

/* footer */

#sp-footer .container {
	border-top: 1px solid hsla(0,0%,94.9%,.25);
}

#sp-footer ul {
	padding-left: 0rem;
	/*margin-bottom: 0rem;*/
}

#sp-footer .container-inner {
	border-top: 0px none;
}


#sp-footer li.footer_logo {
	width: 200px;
}

.footer__bottom__sitemapWrp,
.footer__bottom__sitemapWrp .custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.bottom__captcha {
    border: 1px solid hsla(0,0%,94.9%,.25);
    border-radius: 4px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: .55556rem;
    line-height: 1.4;
    font-weight: 400;
    color: #a6a6a6;
}

#sp-bottom .bottom__captcha a {
    color: #75c391;
    text-decoration: none;
}

#sp-bottom .bottom__captcha a:hover {
	color: white;
}


#sp-bottom .sp-module .sp-module-title {
	color: #75c391;
}

.footer__bottom__sitemapWrp #ot-sdk-btn.ot-sdk-show-settings {
    color: #fff;
    font-weight: 100;
    margin-left: 28px;
    border: 1px solid;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 5px;
    min-width: 140px;
    border-radius: 4px;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	background: transparent;
}

.footer__bottom__sitemapWrp #ot-sdk-btn.ot-sdk-show-settings:hover {
    color: #75c391;
    background-color: transparent;
    border-color: #75c391;
}

.footer__bottom__copyright,.footer__bottom__sitemap,
.sp-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.footer__bottom__copyright li,.footer__bottom__sitemap li,
.sp-copyright {
    font-size: .77778rem
}

.footer__bottom__copyright li:not(:last-child),.footer__bottom__sitemap li:not(:last-child) {
    padding-right: 28px
}

.footer__bottom__copyright, .sp-copyright {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 0.5rem;
}

.footer__bottom__createdBy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bottom__createdBy img {
    margin-left: 10px;
    height: 22px;
    width: auto
}

#sp-footer a, #sp-bottom a {
    color: #f2f2f2;
}

#sp-footer a:hover, #sp-bottom a:hover {
    color: #75c391;
}

.screenreader-closed {
	background-color: transparent !important;
	border: 0px none !important;
}

div#accessibility-links #toolbar_plugin {
	background-color: #289ca1 !important;	
}

div#accessibility-links #toolbar_closer {
	text-shadow: rgb(40 156 161) 0px 0px 0px !important;
}

div.scbasebin.screenreader.text {
	margin: 10px 30px;
    border-radius: 50%;
    width: 52px !important;
    height: 52px !important;
    line-height: 52px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
	background: none;
}

div.scbasebin.screenreader.text:hover {
	background-color: black !important;
	color: white;
	border-color: black !important;
}

#volume_plugin, #speaker_plugin {
	padding-top: 15px;
}

div.scbasebin.screenreader.text:before {
	 font-family: "Font Awesome 6 Free" !important;
	 font-weight: 600;
	 content: "\f29a";
}

span.fr_label.startapp {
	display: none;
}

.renewables_ena_me_to_mellon .owl-theme .owl-nav [class*=owl-] {
	background: white;
	font-size: 25px !important;
	color: black;
	border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 2px solid #bebdbd;
}
.renewables_ena_me_to_mellon .owl-theme .owl-nav .owl-prev:hover,
.renewables_ena_me_to_mellon .owl-theme .owl-nav .owl-next:hover {
	color: #fff !important;
    border-color: #000f1e !important;
    background-color: #0e0e0f !important;
}

.b-card-with-photo__arrow {
	margin-top: 15px;
}

.b-card-with-photo__arrow {  
	font-size: 40px;
	color: #0e0e0f;
}

.btn_black {
	font-family: PingRegular,sans-serif;
    font-size: 1.0rem;
    line-height: 1.71429;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    background: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    color: #000f1e;
    border-radius: 4px;
    padding: 12px 24px;
    min-width: 190px;
    background-color: hsla(0,0%,94.9%,.5);
    -webkit-transition: background .2s,color .2s,border-color .2s;
    transition: background .2s,color .2s,border-color .2s;
    text-align: center;
    color: #fff;
    background-color: #000f1e;
    border: 2px solid #000f1e;
}

.btn_black:hover {
    color: #fff;
    background-color: #75c391;
    border-color: #72b389;
}

.renewables_container .owl-item:hover .b-card-with-photo__arrow, .renewables_container .jux-slider .date-title-descript a:hover .b-card-with-photo__arrow,
.renewables_container .jux-slider .owl-item:hover .b-card-with-photo__arrow { 
	color: #75c391;
}

div#n2-ss-8 .hover_box:hover .nicomoon,
div#n2-ss-7 .hover_box:hover .nicomoon {
    color: #fff;
	background: #000000;
}

.etaireia .sp-dropdown-inner {
	display: none;
}

.cc-revoke, .cc-window {
	font-family: PingRegular,sans-serif !important;
}

.cc-header {
	width: 100%;
    max-width: none !important;
	font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.cc-message-text {
	font-size: .813em;
    line-height: 1.5;
    margin: 0 1em 1em 0;
}


.b-download-list__lnk {
    cursor: pointer;
	width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000f1e;
    text-decoration: none;
}

.margin_auto .b-download-list {
	margin: 0 auto;
}

.b-download-list {
    padding: 24px 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-weight: 700;
    background: #fff;
}

.b-download-list__title {
    margin-bottom: 12px
}

.b-download-list__ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-download-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.b-download-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.b-download-list li:only-child {
    padding-top: 12px;
    border-top: 1px solid #ccc
}

.b-download-list__lnk {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.b-download-list__lnk:hover {
    background: #000f1e;
    color: #fff;
}
	

@media screen and (max-width: 991px) {
	#about .about-1:hover .sppb-icon .fa,
	#about .about-2:hover .sppb-icon .fa,
	#about .about-3:hover .sppb-icon .fa {
		top: 180px;
	}
	
	#about .about-1 .box,
	#about .about-2 .box,
	#about .about-3 .box {
		height: 160px;
		width: 160px;
	}
  
	#counter {
		padding: 50px 0 50px;
	}
	
    #counter .sppb-col-sm-3 {
		width: 50%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
  	.menu_lang {
		padding: 0 2px;
		border: 0px none;
	}
	
	#sp-logo.has-border {
		padding-right: 2px;
	}
	
	.header-has-modules #offcanvas-toggler {
		margin-left: 10px !important;
	}
	
	#sp-header .sp-module {
		margin-left: 5px;
	}
	
	#sp-header .row>* {
		padding-right: 2px;
	}
	
	.header-modules {
		margin-left: 5px;
	}
	
}


@media screen and (max-width: 1024px) {
    .footer__bottom__copyright li:not(:last-child),.footer__bottom__sitemap li:not(:last-child) {
        padding-right:0;
        padding-bottom: 16px
    }
	.footer__bottom__copyright {
        margin-top:56px
    }
	
	.footer__bottom__sitemapWrp,
	.footer__bottom__sitemapWrp .custom {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
	
	.footer__bottom__sitemapWrp p {
		text-align: center;
		padding-top: 10px;
	}
	
	.footer__bottom__sitemapWrp #ot-sdk-btn.ot-sdk-show-settings {
        margin-left:0
    }
	
    .footer__bottom__copyright,.footer__bottom__sitemap, .sp-copyright {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 768px) and (max-width:1024.98px) {
	
	.bottom__captcha {
		margin-top: 60px;
	}
	
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
		padding: 0 6px;
	}

	.logo-image {
		height: 35px !important;
	}
	.header-modules {
		margin-left: 10px;
	}
	#sp-header .sp-module {
		margin-left: 5px;
	}
	.lang_header a, .menu_search a,.signin_header a {
		width: 28px;
		height: 28px;
	}
	.sp-megamenu-parent>li>a {
		font-size: 12px;
	}
	#sp-logo.has-border {
		padding-right: 15px;
	}
	.jux_submenu li span.menu-title {
		font-size: 10px !important;
	}
	.helixultimate_submenu .sp-dropdown li a{
		font-size: 10px !important;
	}
	
	#sp-header .row>* {
		padding-right: 6px;
	}
	
	.footer__bottom__sitemap {
        margin-top:32px
    }
	.footer__bottom {
        margin-top:50px;
        margin-bottom: 75px
    }
}

@media screen and (min-width: 1025px) {
	.renewables_container .sppb-section-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	
	.s-hero--large .s-hero__item {
		height: 75vh;
		min-height: 60px;
	}
	
	.s-hero--large .s-hero__img-right {
		max-width: 50%;
	}

	.s-hero__img-right {
		position: absolute;
		right: 0;
		width: 43%;
		height: 100%;
	}
	
	.s-hero__img-right img {
		-webkit-clip-path: polygon(100px 0,70px 47%,30px 47%,0 100%,100% 100%,100% 0);
		clip-path: polygon(100px 0,70px 47%,30px 47%,0 100%,100% 100%,100% 0);
	}
	
	.b-download-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
}



@media only screen and (min-width: 1025px) and (max-width:1204px) {

	.footer__bottom__sitemapWrp {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
	.logo-image {
		height: 40px !important;
	}
	.header-modules {
		margin-left: 10px;
	}
	.sp-megamenu-parent>li>a {
		font-size: 13px;
	}
	#sp-logo.has-border {
		padding-right: 16px;
	}
	#sp-header .sp-module {
		margin-left: 4px;
	}
	
	.sp-megamenu-parent>li:last-child>a {
		padding: 0px 0px 0px 4px;
	}
	
	#sp-header .row>* {
		padding-right: 5px;
	}

	.lang_header a, .menu_search a,.signin_header a {
		width: 29px;
		height: 29px;
	}
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
		padding: 0 6px;
	}
	#sp-header.full-header {
		padding-left: 5px;
	}
	
	.jux_submenu li span.menu-title {
		font-size: 11px !important;
		margin: 0 12px;
	}
}

@media screen and (max-width: 1025px) {
	.s-hero__img-right img, .s-hero__poly-right, .s-hero__poly-left {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width:1204px) {
    .footer__bottom__copyrightWrp {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
	.footer__bottom__copyright {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1205px) and (max-width: 1365px) {
	.sp-megamenu-parent>li>a {
		font-size: 13px;
	}
	#sp-logo.has-border {
		padding-right: 15px;
	}
	#sp-header .sp-module {
		margin-left: 5px;
	}
	body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
		margin-left: 2px;
	}
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 11px;
	}
	.header-modules {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1490px) {
    .nextend-arrow-previous {
		padding-left: 30px;
		padding-bottom: 15px;
	}
	.nextend-arrow-next {
		padding-bottom: 15px;
	}
	div#n2-ss-5 .nextend-arrow img{
		width: 45px;
	}
}