/*---------------- global fisrt ---------------- */

@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("/templates/cassiopeia_manolisnikolopoulos/css/font/regular.ttf");
}

@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("/templates/cassiopeia_manolisnikolopoulos/css/font/bold.ttf");
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
  z-index: -100000;
  background-color: #fff;
  position: relative;
  font-family: "regular";
}

footer,
main,
header {
  overflow: hidden;
}

img {
  max-width: 100%;
  width: auto \9;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

figure {
  margin: 0;
}

:root {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none !important;
  font-family: "regular";
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
  font-family: "regular";
  font-stretch: normal;
  font-weight: 100;
}
p, li {
  font-size: 20px;
  font-family: "regular";
  line-height: 125%;
}
h2 {
  font-family: "regular";
}
menu {
  padding: 0;
  margin: 0;
}
b, strong {
  font-family: "bold";
}
ol, ul, dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.header {
  position: relative;
}
.color-white {
  color: #fff;
}


/*---------------- global end ---------------- */


/* initializations */
.vacuum {
  height: 120px;
  background-color: #fff;
}
.first-video .mod-custom {
  position: inherit;
}
.view-category h1,
.view-categories h1,
.big-title, 
.view-article h1,
.epikoinwnia--page.view-article .page-header h1,
.view-featured h2,
.firstsection-textone {
 font-size: 65px;
 font-weight: 700;
 color: #000;
 font-family: "regular";
}
.big-title {
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.view-featured .header {
  height: 100vh;
}
.view-featured .first-video video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

/* logo */
.logo {
  width: 372px;
  z-index: 4;
  position: relative;
}
.logo img {
  width: 320px;
}
.inside-page,
.featured-page {
  display: none;
}
.view-featured .featured-page {
  display: inherit;
}
.view-featured .featured-page {
  display: inherit;
}
.view-category .inside-page,
.view-article .inside-page,
.view-categories .inside-page,
.view-search .inside-page {
  display: inherit;
}

/* MENU */
.humburger-menu {
  width: 104px;
  height: 39px;
  position: absolute;
  top: 77px;
  right: 119px;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border-radius: 79px;
  border: 2px solid #356181;
  background: rgba(67, 123, 161, 0.30);
}
.menu-line {
  width: 50%;
  height: 4px;
  background-color: #fff;
  transition: 0.6s;
  border-radius: 25px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.10));
}
.view-category .menu-line, .view-article .menu-line {
  background-color: #FFF;
}
.view-category .logo,
.view-article .logo {
  background: #D9FFF500;
}
.custom-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
  margin-top: 0;
}
.custom-menu.change {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #000;
  z-index: 5;
}
/* MENU */

/* main */

.first-text {
  width: 713px;
  position: absolute;
  bottom: 110px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.view-featured  .custom-header {
  height: 100vh;
  position: relative;
}
.first-text p { 
font-size: 35px;;
}

.first-text p  {
color: #fff;
}
.logo-box {
  margin-left: 120px;
  margin-top: 40px;
  z-index: 6;
  position: relative;
}
.custom-menu-social {
  position: relative;
}
.custom-menu-social::before { 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-left-menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.custom-menu .mod-menu {
  background: #FDF9E3;
  padding-top: 199px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.custom-menu .mod-list li {
  font-size: 30px;
  font-weight: 700;
  z-index: 2;
  position: relative;
  padding: 0;
  letter-spacing: 0.5px;
  background: #356181;
  height: 181px;
  border-right: 1px solid #F8DC59;
  border-bottom: 1px solid #F8DC59;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-menu .mod-list li:nth-child(1),
.custom-menu .mod-list li:nth-child(3),
.custom-menu .mod-list li:nth-child(6),
.custom-menu .mod-list li:nth-child(8),
.custom-menu .mod-list li:nth-child(9),
.custom-menu .mod-list li:nth-child(11) {
  background: #437BA1;
}
.custom-menu .mod-list li a {
  color: #fff;
  display: flex;
  padding-left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-menu .mod-menu::after {
  content: '';
  position: absolute;
  width: 742px;
  height: 100%;
  background-image: url("/images/bg-right-menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.mod-list li {
  padding: 0;
}
.box-phone-flex span,
.box-menu-center a {
color: #000;
font-size: 20px;
font-family: "regular";
}
.firstsection-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.firstsection-item-wrap {
  position: relative;
}
.firstsection-item-inside {
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
  background: #C7D7E3;
}
.firstsection-item h3 {
  margin-top: 50px;
}
.firstsection-item-wrap::After { 
  content: '';
  position: absolute;
  top: 65px;
  left: 65px;
  width: 100%;
  height: 100%;
  border: 3px solid #356181;
}
.firstsection-item-inside,
.firstsection-item-wrap::After,
.firstsection-item-wrap {
  border-radius: 0 0 249.5px 0;
  width: 499px;
  height: 695px;
}
.firstsection-item-inside img { 
  width: 94% !important;
}
.firstsection {
  width: 86%;
  margin: auto;
}
.threesection-item:nth-child(even) {
  background: #437BA1;
}
.firstsection-item h2,
.viografiko  .page-header h1 {
  font-size: 65px;
  text-align: center;
  color: #000;
}
.firstsection-item:nth-child(2) {
   padding-top: 40px;
}
.firstsection-item {
  text-align: center;
}  
.firstsection-texfour {
  margin-top: 65px;
  padding: 50px 107px;
  background: #437BA1;
}  
.button.firstsection-btn {
  display: flex;
} 
.button,
.rsform-submit-button {
  border-radius: 79px;
  border: 1px solid #F8DC59;
  background: #437BA1;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 243px;
  height: 53px;
  border-bottom: 7px solid #F8DC59;
  color: #fff;
  display: flex;
  font-size: 20px;
}
.menu-bottom-bar-items {
  background: #FDF9E3;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 66px;

}
.epikoinonia--page .com-content-article__body .menu-bottom-bar-items {
  flex-direction: column;
  justify-content: flex-start;
}
.menu-bottom-bar-items span {
  margin-left: 31px;
  font-family: "regular";
  font-size: 25px;
  color: #437BA1;
}
.twosection {
  width: 60%;
  margin: auto;
  position: relative;
}
.twosection::after { 
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126%;
  height: 307px;
  border: 5px solid #f8dc59;
  z-index: -2;
}
video.video-rompotiki {
  width: 100%;
}
.twosection-item-box {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.twosection-item-box .twosection-item {
  width: 677px;
  height: 273px;
  position: relative;
  background: #437BA1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 39px;
  padding: 0 123px;
  text-align: center;
}
.twosection-item-box .twosection-item {
  font-size: 27px;
}
.twosection-item.vid {
  background-color: #000;
  height: 354px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.twosection-items {
  position: relative;
  padding: 20px 20px 58px 20px;
}
.twosection-items::after,
.twosection-items::before { 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #437ba149;
}
.twosection-items::before {
  background-color: #00000000;
  background: #437ba100;
  background-image: url("/images/bg-image-xeirourgiki.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.twosection-item.vid,
.twosection-items::after,
.twosection-item-box span,
.twosection-items::before,
.twosection::after,
.sevensection-item span,
.eightsection-item-img,
.firstsection-texfour,
.twosection-item-box .twosection-item,
.article-intro-image,
.nine-items .nine-item,
.sixsection,
.custom-footer-items,
.blog-items .blog-item,
.layout-team .item-image {
  border-radius: 50px;
}
a.twosection-item.a {
  margin-left: -255px;
}
a.twosection-item.b {
  margin-right: -255px;
}
.twosection-item-box p {
  font-size: 30px;
}
.twosection-item-box span,
.sevensection-item span,
.ninesection-item-img span,
.article-intro-image span {
  width: 50px;
  height: 50px;
  background: #F8DC59;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.twosection-item-box span img,
.sevensection-item span img {
  width: 42%;
}
.threesection-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.threesection-item {
  width: 53%;
  border-radius: 0 323.5px 323.5px 0;
  background: #356181;
  position: relative;
  height: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
}
.threesection-item:nth-child(even) { 
  margin-left: auto;
  border-radius: 323.5px 0 0 323.5px;
}
.threesection-item span {
  display: flex;
  width: 12%;
  height: 100%;
  border-radius: 50%;
  background-color: #FDF9E3;
  position: absolute;
  right: -2px;
  top: 0;
  align-items: center;
  justify-content: center;
}
.threesection-item span img { 
  width: 50%;
  display: flex;
}
.threesection-item:nth-child(even) span {
  right: auto;
  left: -2px;
}
.threesection-item::after {
  content: '';
  position: absolute;
  top: -9px;
  right: -11px;
  width: 76px;
  height: 115%;
  border: 3px solid #f8dc59;
  border-left: none;
  border-radius: 0 100px 100px 0;
}
.threesection-item:nth-child(even)::after { 
  right: auto;
  left: -11px;
  border-right: none;
  border-radius: 100px 0 0 100px;
  border-left: 3px solid #f8dc59;
}
.foursection {
  width: 80%;
  margin: auto;
}
.foursection-item-inside {
  width: 648px;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.foursection-item-inside:nth-child(1) {
  background-color: #F8DC59;
  border-radius: 73px 0px 0px 0px;
  z-index: 0;
  position: relative;
}
.foursection-item-inside:nth-child(2) {
  background-color: #356181;
  border-radius: 0 0 60px 0px;
  position: relative;
  left: 200px;
  top: -75px;
  z-index: 2;
}
.foursection-item-inside:nth-child(1) h3 {
 color: #000;
}
.foursection-item:nth-child(1) {
  position: relative;
}
.foursection-item:nth-child(1)::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -36px;
  width: 60%;
  height: 309px;
  z-index: -3;
  border: 4px solid #000;
}
.foursection-item-inside:nth-child(2)::after {
  content: '';
  position: absolute;
  left: -16px;
  top: -16px;
  width: 76%;
  height: 142px;
  z-index: 0;
  border-top: 16px solid #ffffff;
  border-left: 16px solid #ffffff;
}
.foursection-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.foursection-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.threesection .button {
    margin-top: 50px;
}
.foursection-item:nth-child(2) .button  {
  margin-top: 140px;
  margin-bottom: 0;
}
.hpv-image,
.button.hpv {
    position: relative;
    left: 100px;
}
.fivesection-items {
    width: 97%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sevensection-items,
.fivesection-items,
.threesection-items,
.twosection-items,
.media,
.maieutiki,
.nine-items {
  margin-top: 80px !important;
}
.fivesection-item {
  height: 786px;
  display: flex;
  flex-direction: column;
}
.fivesection-item:nth-child(odd) .fivesection-item-inside:nth-child(1),
.fivesection-item:nth-child(even) .fivesection-item-inside:nth-child(2) {
    height: 41%;
    background: #437BA1;
}
.fivesection-item:nth-child(even) .fivesection-item-inside:nth-child(1),
.fivesection-item:nth-child(odd) .fivesection-item-inside:nth-child(2) {
    height: 59%;
    background: #356181;
        justify-content: end;
    padding-bottom: 77px;
}
.view-featured main h3 {
  font-size: 30px;
}

.fivesection-item:nth-child(even) .fivesection-item-inside:nth-child(1)::after,
.fivesection-item:nth-child(odd) .fivesection-item-inside:nth-child(2)::after {
    background-image: url(/images/araxni-2.png);
}

.fivesection-item-inside {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
  text-align: center;
}
.fivesection-item-inside::after { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/araxni.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.fivesection-item,
.fivesection-items {
  gap: 30px;
}
a:hover {
    color: #fff;
}
.button {
  margin-top: 50px;
}
.sevensection-items {
  width: 77%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sevensection-item {
  width: 430px;
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  background: #356181;
  flex-direction: column;
  gap: 46px;
}
.sevensection-item:nth-child(even) {
  background: #437BA1;
 }
 .eightsection-item-img {
  height: 401px;
  width: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #437BA1;
background: linear-gradient(180deg, rgba(67, 123, 161, 1) 0%, rgba(53, 97, 129, 1) 100%);
 }
 .eightsection-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-align: center;
}
.eightsection-item-img img { 
  width: 57%;
}
.eightsection-item h3 {
  color: #000;;
}
.media {
  width: 80%;
}
.ninesection-item-img {
  background: #437BA1;
  background: linear-gradient(180deg, rgba(67, 123, 161, 1) 0%, rgba(53, 97, 129, 1) 100%);
}
.ninesection-img-inside,
.ninesection-item-img  { 
  border-radius: 321px;
}
.maieutiki {
  width: 97%;
}
.ninesection-img-inside {
  background: #F8DC59;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 299px;
  height: 301px;
  margin-bottom: 100px;
}
.ninesection-item-img {
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 659px;
}
.ninesection-item {
  width: 93%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ninesection-item h3 {
  margin-bottom: 53px;
  color: #fff;
  text-align: center;
}
.article-title-nea {
  background-color: #437BA199;
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding-right: 131px;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-left: 42px;
}
.view-featured main .article-title-nea h3 { 
  font-size: 20px;
}
.nine-items {
  display: grid;
  grid-template-columns: 482px 504px 504px;
  grid-template-areas:
        "neaone neatwo neathree"
        "neaone neafour neafive";
  justify-content: center;
  gap: 30px;
}

.nine-items .nine-item:nth-child(1) {
    grid-area: neaone;
}
.nine-items .nine-item:nth-child(2) {
    grid-area: neatwo;
}
.nine-items .nine-item:nth-child(3) {
    grid-area: neathree;
}
.nine-items .nine-item:nth-child(4) {
    grid-area: neafour;
}
.nine-items .nine-item:nth-child(5) {
    grid-area: neafive;
}
.article-intro-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.nine-items .img-intro-neaa {
  max-width: fit-content;
}
.nine-items .nine-item {
  overflow: hidden;
  position: relative;
}
.nine-items .nine-item:nth-child(1) {
  height: 757px;
}
.nine-items .nine-item:nth-child(2),
.nine-items .nine-item:nth-child(3),
.nine-items .nine-item:nth-child(4),
.nine-items .nine-item:nth-child(5) {
  height: 364px;
}
.article-intro-image span {
  position: absolute;
  right: 40px;
  bottom: 62px;
}

.sixsection {
    background: rgba(67, 123, 161, 0.20);
    padding-block: 60px;
}
.sixsection h2,
.custom-footer h2 {
    color: #356181;
}
.custom-footer-items {
  display: grid;
  grid-template-columns: 39% 22% 39%;
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.custom-footer-items::before { 
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf9e387;
  z-index: 0;
}
.custom-footer-items::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.custom-footer-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.custom-footer-item:nth-child(2) {
  position: relative;
}
.custom-footer-item:nth-child(2)::after { 
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 0;
  background-color: #F8DC59;
}
.custom-footer-item-inside {
    background-color: #F8DC59;
}
.custom-footer-item-inside {
  padding-block: 37px;
  padding-left: 70px;
}
.custom-footer-item-inside img { 
  width: 259px;
}
.custom-footer-item:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.custom-footer-item:nth-child(3) .menu-bottom-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.custom-footer-item h2 {
  padding-left: 75px;
  padding-top: 37px;
}
p.copyright-text {
  text-align: center;
  padding: 14px;
}
.com-content-category-blog-title {
  height: 170px;
  background-color: #fcdc33;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-content-category-blog-title h1 {
    color: #356181;
}
.view-category .custom-header,
.view-article .custom-header,
.view-categories .custom-header {
  margin-bottom: 25px;
}
.blog-items {
 grid-template-columns: 1fr 1fr 1fr;
 gap: 20px;
 width: 78%;
 margin: auto;
 margin-top: 70px;
}
.blog-item h2 {
  color: #fff;
}
.box-item-blog {
  height: 100%;
  width: 100%;
  background-color: #1e6384;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 25px;
  text-align: center;
}
.blog-items .blog-item {
  height: 170px;
}
.items-more {
  display: none;
}
.blog-item:nth-child(even) .box-item-blog {
  background-color: #247da6;
}
.com-content-categories__item-title a,
.com-content-categories__item-title,
.com-content-categories__item-title-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
}
.com-content-categories__item-title-wrapper {
  padding: 0;
}
.page-header-box-top {
  display: grid;
  grid-template-columns: 45% 55%;
  background: #437BA1;
  height: 350px;
  overflow: hidden;
}
.page-header h1 {
  color: #fff;
  font-size: 35px;
}
.view-article .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 232px;
  text-align: center;
}
.item-image {
  border-radius: 0 311px 0 0;
  background-color: #1e6384;
  overflow: hidden;
}
.item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-image img {
  width: 220px;
}
.com-content-article__body {
  background: #FDF9E3;
  padding: 45px 462px;
  text-align: center;
}
.com-content-article__body p,
[data-rlta-element="panel-content"] p {
  padding-bottom: 20px;
}
.com-content-article__body p:last-child,
[data-rlta-element="panel-content"] p:last-child {
  padding-bottom: 0px;
}
.accordion.aos-init.aos-animate {
    width: 76%;
    margin: auto;
    margin-top: 120px;
}
[data-rlta-type="accordions"] > [data-rlta-element="button"] {
    background-color: #356181 !important;
    border-radius: 0 49px 49px 0 !important;
    height: 98px;
    padding: 10px 90px 10px 100px !important;
    position: relative;
}
[data-rlta-element="button"][data-rlta-state="closed"]::before, [data-rlta-element="button"][data-rlta-state="open"]::before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute !important;
     background-image: url("/images/accordition-arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    right: 33px;
    top: 29%;
    transition: transform 0.6s ease;
    transform: rotate(0deg);
}
[data-rlta-element="button"][data-rlta-state="open"]::before {
    transform: rotate(90deg);
    transition: transform 0.6s ease;
}
[data-rlta-element="panel-content"] {
    padding: 40px 100px 40px 165px !important;
    background: #FDF9E3;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0 !important;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    border: 0px solid #c0c6cf !important;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
   font-size: 22px;
    color: #fff;
}
[data-rlta-element=container][data-rlta-state=ready] {
    margin-bottom: 0;
}
.view-category.blog--page .box-item-blog {
  position: relative;
  padding-bottom: 0;
}
.view-category.blog--page .item-image {
  position: absolute;
  width: fit-content;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inherit;
}
.view-category.blog--page .item-image img {
  width: 100%;
}
.view-category.blog--page .blog-item h2 {
  position: relative;
  background: rgba(67, 123, 161, 0.60);
  font-size: 24px;
  padding: 15px 46px 10px 28px;
  text-align: left;
}
.view-category.blog--page .blog-items .blog-item {
  height: 265px;
}
.view-article.blog--page .item-image img {
  width: fit-content;
}
.view-category .item-image {
  display: none;
}
.viografiko .item-image {
  display: contents;
}
.view-article.viografiko .page-header {
  padding-inline: 0;
}
.layout-team .blog-items .blog-item {
  height: auto;
}
.layout-team .item-image img {
  width: 333px;
}
.layout-team  .blog-items .blog-item {
  border-radius: 0px;
 }
.layout-team .item-image {
  display: flex;
  background: #FDF9E3;
}
.layout-team .com-content-category-blog-title {
  background: #356181;
}
.layout-team .com-content-category-blog-title h1 {
  color: #fff;
}
.layout-team  .page-header {
  text-align: center;
}
.layout-team .page-header h2 a { 
  color: #000;
}
.layout-team figure.item-image {
  width: 100%;
}
.layout-team.view-article .item-image {
  background: #fdf9e300;
}
.epikoinonia--page .com-content-article__body {
  background: #fdf9e300;
  padding: 0;
  text-align: center;
}
.epikoinonia--page .page-header-box-top,
.epikoinonia--page .vacuum.epikoinonia {
  display: none;
}
.contact-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-items .menu-bottom-bar-items {
  background: #fdd89d00;
  height: 100%;
  gap: 100px;
  align-items: baseline;
}
.contact-items .contact-item:nth-child(2) {
  position: relative;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  border: 4px solid #356181;
  padding-top: 130px;
    padding-left: 55px;
}
.contact-items .contact-item:nth-child(2)::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute !important;
  background-image: url("/images/louloudi.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 3px;
  top: 0;
  z-index: -1;
}
.contact-items span {
  color: #ffffff;
}
.form-control {
  border: 0px !important;
  border-bottom: 2px solid !important;
  border-radius: 0 !important;
}
.blog-item h2 {
    color: #fff;
    padding-inline: 12px;
    font-size: 25px;
}
input::placeholder, .form-control:focus, textarea::placeholder, .form-control {
  color: #000 !important;
  font-size: 22px;
  font-weight: 500;
  box-shadow: none !important;
  font-family: "regular";
  padding-bottom: 31px;
  padding-left: 0;
  font-weight: 700;
  padding-top: 18px;
}
#Terms0-lbl {
  color: #000 !important;
  font-family: "bold";
}
a.privacy-link {
  color: #1e6384;
  font-family: "bold";
}
button#Submit {
  margin-right: 0;
}
.foursection .button,
.fivesection .button,
.sevensection .button,
.eightsection .button,
.ninesection .button,
.sixsection .button,
.threesection .button  {
  border: 1px solid #356181;
  border-bottom: 7px solid #356181;
  background: #ffffff;
  color: #356181;
}
.swiper-pagination {
  padding: revert;
  position: relative !important;
  height: 27px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 20px !important;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}
.swiper-pagination-bullet-active {
  background: #356181 !important;
}
.nine-items.mobile {
  display: flex;
  width: 90%;
  margin: auto;
  gap: 3px;
}
.nine-items.mobile .nine-item {
  height: 322px;
  width: 98%;
  margin: auto;
}
.nine-items.mobile .article-title-nea {
  padding-right: 49px;
  height: 86px;
  padding-left: 39px;
}
.sevensection-item h3 {
text-align: center;
}

.humburger-menu p:hover {
  letter-spacing: 4px;
}
.button:hover,
button#Submit:hover {
  border-bottom: 3px solid #F8DC59;
  border-top: 5px solid #F8DC59
}
.foursection .button:hover,
.fivesection .button:hover,
.sevensection .button:hover,
.eightsection .button:hover,
.ninesection .button:hover,
.sixsection .button:hover,
.threesection .button:hover {
  border-bottom: 3px solid #356181;
  border-top: 5px solid #356181
 }
.twosection-item-box span:hover,
.sevensection-item span:hover,
.ninesection-item-img span:hover,
.article-intro-image span:hover { 
    border: 2px solid #356181;
}
.twosection-item-box span:hover img,
.sevensection-item span:hover img,
.ninesection-item-img span:hover img,
.article-intro-image span:hover img { 
    transform: scale(1.2);
}
.view-featured main .threesection-item:hover h3 {
    font-size: 30px;
    letter-spacing: 3px;
}
.foursection-item-inside h3 {
  position: relative;
  top: 0;
  transition: 0.6s;
}
.foursection-item-inside:hover h3 {
  top: -10px;
  letter-spacing: 1.5px;
  transition: 0.6s;
}
.fivesection-item-inside:hover h3 {
  letter-spacing: 5px;
}
.fivesection-item-inside:hover::after {
  display: none;
}
.sevensection-item h3 {
  position: relative;
  top: 0;
  
}
.sevensection-item:hover h3 {
  letter-spacing: 1.5px;

}
.foursection h2 {
  margin-bottom: 120px;
}
.sevensection-items .sevensection-item span { 
  transition: 0.6s;
}
/* .sevensection-items .sevensection-item:hover span {
  transition: 0.6s;
  width: 60px;
  height: 60px;
} */
.eightsection-item-img {
}
.eightsection-item-img:hover {
background: linear-gradient(360deg,rgba(67, 123, 161, 1) 0%, rgba(53, 97, 129, 1) 100%);
}
.eightsection-item h3,
.ninesection-item-img h3 { 
  font-weight: 600;
      transition: 0.8s;
}
.eightsection-item:hover h3 {
  letter-spacing: 1.5px;
      transition: 0.8s;
}
.ninesection-img-inside:hover {
  border: 10px solid #437BA1;
}
.ninesection-img-inside:hover img { 
  transform: scale(1.1);
}
.ninesection-item-img span img {  
  transition: 0.6s;
}
.ninesection-item-img:hover span img { 
  transform: rotate(45deg);
  transition: 0.6s;
}
.article-title-nea:hover {
 background: rgba(67, 123, 161, 0.90); 
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: '' !important;
  width: 100%;
  height: 100%;
  background-image: url("/images/arrow-left.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper-button-next::after {
  background-image: url("/images/arrow-right.png");
}
.swiper-button-prev {
    left: -1px !important;
}
.swiper-button-next {
    right: 0 !important;
    left: auto !important;
}
.view-article.viografiko .accordion {
  margin-top: 0;
}
.blog-items .blog-item {
  border-radius: 20px;
}
.epikoinonia--page h1 {
  color: #356181;
  text-align: left;
}
.contact-item:nth-child(1) {
  padding-left: 229px;
  margin-top: 73px;
}
#rsform_3_page_0 {
width: 64%;
margin-top: 41px;
margin-right: auto;
}
button#Submit {
    margin-bottom: 113px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: inherit;
    border-color: inherit;
}
.com-content-category-blog__children.cat-children {
  display: none;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #fff;
  border-color: inherit;
  border-radius: 79px;
  border: 1px solid #F8DC59;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(248, 220, 89);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(248, 220, 89);
  background: #437BA1;
  align-items: center;
  justify-content: center;
  margin: auto;
    margin-right: auto;
    margin-bottom: auto;
  margin-right: auto;
  margin-bottom: auto;
  width: 243px;
  height: 53px;
  border-bottom: 7px solid #F8DC59;
  color: #fff;
  display: flex;
  font-size: 20px;
}
.view-article h1 {
  color: #fff !important;
}
.custom-footer-item:nth-child(3) a {
    color: #437ba1;
}
.custom-footer-item:nth-child(3) a:hover {
  letter-spacing: 1.5px;
  font-family: "regular";
}

.view-categories h1 {
  padding: 10px;
}

.menu-bottom-bar-item:nth-child(2) {
  display: flex;
  align-items: center;
}
.menu-bottom-bar-items a,
.name-ra {
    color: #437ba1;
}
.menu-bottom-bar-items a:hover {
    color: #437ba1;
}
.menu-bottom-insidebox {
  text-align: left;
}
.epikoinonia--page .com-content-article__body .menu-bottom-bar-items a {
  color:#fff;
}
.epikoinonia--page .com-content-article__body .menu-bottom-bar-items span {
  margin-left: 18px;
}
video.video-arxikis-desk-footer {
  position: absolute;
    z-index: -1;
}
.custom-footer-items::after  {
  display: none;
}
.custom-footer .menu-bottom-insidebox {
  text-align: center;
}

.mod-languages__list.lang-inline {
  position: absolute;
  right: 256px;
  top: 76px;
  z-index: 10;
  border-radius: 79px;
  border: 2px solid #356181;
  background: rgba(67, 123, 161, 0.30);
  height: 42px;
  display: flex;
  align-items: center;
  width: 91px;
  justify-content: center;
}

.mod-languages ul li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -10px;
  width: 2px;
  height: 50%;
  background-color: #fff;
  transform: rotate(15deg);
}
.mod-languages li {
  position: relative;
}
div.mod-languages ul li.lang-active {
  background-color: #f0f0f000;
  color: #fff !important;
}
div.mod-languages ul li.lang-active a {
  color: #fff !important;
}
div.mod-languages a {
  color: #ffffff72 !important;
  padding: 0;
}
.layout-cassiopeia_manolisnikolopoulosomada.view-article h1 {
  color: #000000 !important;
}
.swiper-slide-gallery-box {
  display: flex;
  justify-content: center;
}
.swiper.swiper-4 {
  margin-top: 130px;
  padding-inline: 4%;
}

.swiper-4 .swiper-button-prev, 
.swiper-4 .swiper-button-next {
background-color: #F8DC59;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next::after, .swiper-button-prev::after {
    width: 35%;
    height: 35%;
}
.swiper-slide-gallery-box img {
  width: 90%;
  display: flex;
  border-radius: 50px 0;
}
.swiper-4 .swiper-button-prev {
  left: 1px !important;
}
.com-content-article ul,
.com-content-article ol {
  overflow: inherit;
  list-style-type: inherit;
  padding-left: 2rem;
}

.com-content-article h2,
.com-content-article h3, 
.com-content-article h4,
.com-content-article ul {
  margin-bottom: 20px;
}

.view-category .category-desc,
.view-categories .category-desc {
  width: 70%;
  margin: auto;
  margin-top: 80px;
  background: rgba(33, 131, 128, 0.10);
  padding: 40px;
  border-radius: 0 100px;
}
.view-category .category-desc p,
.view-categories .category-desc p { 
  margin-bottom: 20px;
}

.view-categories .com-content-categories__items .com-content-categories__description {
    display: none;
}