@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;700;800&display=swap');
#main .centerhtml {
  font-size: 100.01%;
}
body {
  font-size: 100%;
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  border-bottom: 1px solid #CCCCCC;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.70em;
}
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #047890;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a {
  color: #047890;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline: 0px solid transparent;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  line-height: 1.70em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
fieldset {
  border: none;
}
input {}
input:focus {}
body.contentpane {
  width: auto;
  margin: 10px;
  text-align: left;
}
img {
  border: 0 none;
}
@media (min-width: 1600px) {
  .sppb-row-container {
    max-width: 1440px;
  }
}
#webmacPage {}
.center {
   max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

#header {
  padding: 30px 0;
}
#header .center {
  display: flex;
  justify-content: space-between;
align-items: center;
}
#logo {
  width: 400px;
  display: flex;
  align-items: center;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
  max-width: 400px;
  height: auto;
}

#phone{}
#phone ul{ margin: 0; padding: 0; list-style: none; display: flex;}
#phone ul li{ margin: 0 10px;}
#phone ul li a {
    display: block;
    padding: 15px 35px;
    border-radius: 100px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	border: 1px solid #e2eaf3;
	font-weight: 600;
}
#phone ul li a i{}
#phone ul li a:hover{ background-color: #047890; color: #fff; text-decoration: none;}

#phone{}
#phone{}



#menu {
/*  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;*/
  
background-color: #fff;	border-top: 1px solid #ddd;
	padding: 15px 0;
	
}
.jux-megamenu .jux-dropdown-menu .mega-nav > li > a, .jux-megamenu .jux-dropdown-menu .mega-nav > li > span {
  border-radius: 5px;
}
#slideshow {

  z-index: 5;
  position: relative;

}
#slideshow h3 {
    font-weight: 900;
    font-size: 4rem;
}
#slideshow .center {

}
#slideshow .mod-custom {
  margin-bottom: 60px;
  max-width: 40%;
}
ul.slIcons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
ul.slIcons li{ margin: 10px 0;}
ul.slIcons li a{ 
    display: block;
    padding: 0px 35px;
    border-radius: 100px;
	background-color: #fff;
	font-weight: 800;
	border:5px solid #fff;
	    font-size: 1.2em;
}
ul.slIcons li a img {
    max-width: 80px;
    height: auto;
    margin-right: 15px;
}
ul.slIcons li a:hover{ text-decoration: none; box-shadow: 0 0 20px rgb(0 0 0 / 15%); border:5px solid #5dba9e;}
ul.slIcons li.contactLI a{ background-color: #5dba9e; color: #fff; padding: 20px 0; text-align: center;  border:5px solid #5dba9e;}
ul.slIcons li.contactLI a:hover{border:5px solid #2c9576; background-color: #2c9576;}


#counters{ position: relative; z-index: 7;}
.borderBottom{ border-bottom: 20px solid #2c9576;}


/*#welcome .welcomeLeft {
    background-color: #047890;
    color: #fff;
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    z-index: 999;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    background-image: url(../images/circleBG.png);
    background-repeat: no-repeat;
    background-position: center;
}*/

#welcome .welcomeLeft {
   /* background-color: #047890;*/
    color: #fff;
    padding: 50px;
    /*border-radius: 10px;*/
    z-index: 999;
    /*box-shadow: 0 0 50px rgb(0 0 0 / 20%);*/
    background-image: url(../images/circleBG.png);
    background-repeat: no-repeat;
    background-position: center;
}


#welcome .welcomeLeft .sppb-column-addons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#welcome h1{ margin-top: 0; color: #fff;}
#welcome h1 span.name01{font-size: 4rem; font-weight: 200; text-shadow: 3px 3px 0 #0000003b;}
#welcome h1 span.name02 {
    font-weight: 900;
    margin-left: 10px;
	font-size: 4rem;
	text-shadow: 3px 3px 0 #0000003b;
}
#welcome h1 span.name03 {
    display: block;
    font-style: italic;
    font-weight: 200;
    font-size: 2rem;
	text-shadow: 3px 3px 0 #0000003b;
}

#welcome h4{ margin-bottom: 0; color: #184576; font-size: 1.2rem; font-weight: 800;}
#btnsVideo a p{ margin: 0;}
#btnsVideo a {
    display: block;
    padding: 25px 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
}
#btnsVideo a:hover{background-color: #134173; color: #fff; text-decoration: none;}
#btnsVideo a i{ margin-right: 10px;}

#testimonials{ overflow: hidden; color: #fff; background: #047890;}
/*#testimonials div.testimonialsText{margin-bottom: 30px;}
#testimonials div.testimonialsText p{ 
    margin-bottom: 5px;
    line-height: 120%;
	font-size: 3rem;
	
}
#testimonials p.style1{  font-weight: 200;}
#testimonials p.style2{font-weight: 900; text-transform: uppercase;}
#testimonials ul{ margin: 0; padding: 0; list-style: none;}
#testimonials ul li{ margin: 15px 0;}
#testimonials ul li a {
    display: block;
    background-color: #fff;
    color: #134173;
    padding: 20px 30px;
    border-radius: 500px;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    max-width: 500px;
}
#testimonials ul li a:hover{ color: #fff; text-decoration: none; background-color: #5dba9e;}
#testimonials ul li a i{}*/

#philosophy{ }
#philosophy h4 {
    text-transform: uppercase;
    color: #134173;
    font-size: 3rem;
    margin: 0 0 35px 0;
    font-weight: 900;
}
#cyprus{}
#cyprus .center{ max-width: 960px;}
#cyprus h4 {
    text-transform: uppercase;
    color: #134173;
    font-size: 1.3rem;

    font-weight: 900;
}


#form{ }
#form .center{ /*padding: 65px 0 65px 0;*/ max-width: 1100px;}
#form h3{
    text-transform: uppercase;
	color: #047890;   
    font-size: 2rem;
    font-weight: 900;	
}

#form ul{ margin: 0; padding: 0; list-style: none; margin-bottom: 25px;}
#form ul li{ margin: 15px 0;}
#form ul li a {
    display: block;
    color: #047890;
	font-weight: 600;
}
#form ul li a:hover{ color: #047890;}
#form ul li a i{ margin-right: 15px;}
#form a.mapBTN, .btnClass a.mapBTN{
    background-color: #fff;
    display: inline-block;
    padding: 20px 40px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
}
#form a.mapBTN i, .btnClass  a.mapBTN i{ margin-right: 10px;}
#form a.mapBTN:hover, .btnClass a.mapBTN:hover { background-color: #047890; color: #fff; text-decoration: none;}









#social{}
#social .center {
    display: table;
    justify-content: center;
    padding: 30px 90px;
    box-shadow: 0 0 30px rgb(0 0 0 / 25%);
    margin-bottom: -35px;
    background-color: #fff;
}
#social ul{
	    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#social ul li{}
/*#social ul li a {
    font-size: 1.8em;
    width: 80px;
    display: flex;
    align-items: center;
    height: 80px;
    text-align: center;
    justify-content: center;
    color: rgb(23, 66, 115);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(23, 66, 115);
    border-image: initial;
    border-radius: 100px;
    margin: 0px 20px;
    transition: 500ms;
}*/
#social ul li a {
    font-size: 1.8em;
    width: 60px;
    display: flex;
    align-items: center;
    height: 60px;
    text-align: center;
    justify-content: center;
    color: rgb(23, 66, 115);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(23, 66, 115);
    border-image: initial;
    border-radius: 0px;
    margin: 0px 20px;
    transition: 500ms;
}

#social ul li a:hover{
    color: rgb(96, 187, 159);
    text-decoration: none;
    border-color: rgb(96, 187, 159);
    transition: 500ms;	
	
}
#social ul li a i{}


#footer{ background-color: #0e345e; color: #fff;}

#footer h5 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
}
#footer ul{ margin: 0; padding: 0; list-style: none; margin-bottom: 25px;}
#footer ul li{ margin: 15px 0;}
#footer ul li a {
    display: block;
    color: #fff;
	font-weight: 600;
}
#footer ul li a:hover{ color: #fff;}
#footer ul li a i{}
#footer a.mapBTN {
    background-color: #fff;
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
}
#footer a.mapBTN i{ margin-right: 10px;}

#copyright{text-align: center; background-color: #047890; color: #fff;}
#copyright .center{ padding: 65px 0;}
#copyright a{ color: #fff;}

#content { margin-bottom: 65px;}
.webmacBodyID101 #content { margin-bottom: 0px;}
#content img{ max-width: 100%; height: auto;}
#content sppb-addon-single-image-container img{height: inherit!important;}
.articleHeader{ background-color: #047890; color: #fff; margin-bottom: 65px;}
.articleHeader .center {
    /*max-width: 100%;*/
    display: flex;
    align-items: center;
}
.articleHeader .leftHeader{ width: 50%;}
.articleHeader .leftHeader .leftHeaderInner{ margin-left: 0%;}
.articleHeader .articleTitle{}
.articleHeader .articleTitle h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 3.5rem;
	padding-right: 15px;
}
.articleHeader .articleSubTitle{
    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 2.0rem;	
}
.articleHeader .rightHeader{width: 50%;

	
	/*clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,10% 50%);*/
	
}
.articleHeader .rightHeader img{}
.articleHeader{}
.articleHeader{}
.articleHeader{}
.articleHeader{}
.articleHeader{}

.articleText{ font-size: 120%; overflow: hidden;}
.articleText  h2, .com-content-article__body .sp-page-builder h2{
    color: #047890 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}
.articleText  h3, .com-content-article__body .sp-page-builder h3{
    color: #047890 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.6rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}
.articleText  h4, .com-content-article__body .sp-page-builder h4{
    color: #047890 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}

.articleText .dark h2 {
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    display: block !important;
    /*text-shadow: 2px 2px 0 #60bb9f !important;*/
	line-height: 120% !important;
}
.articleText .dark h4 {
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
    display: block !important;
    /*text-shadow: 2px 2px 0 #60bb9f !important;*/
	line-height: 120% !important;
}


.articleText ul{}
.articleText ul li{ line-height: 1.70em;}
.articleText ul.check li {
  position: relative;
  list-style: none; 
 padding-left: 1.3em;
	margin-bottom: 15px;
}
.articleText ul.check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro"; /* Ή όποιο είναι το σωστό όνομα του font-family σου */
  font-weight: 900; /* Βάλε 900 ή το κατάλληλο (π.χ. 400, 300) ανάλογα το στυλ του FA icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #0e345e; /* ή βάλε ένα χρώμα αν θες π.χ. color: #666; */
  font-size: 1em; /* προσαρμόζεται στο μέγεθος του κειμένου */
  line-height: 1.5; /* ευθυγράμμιση κάθετα */
}

.articleText ul{}
.articleText ul{}
.border-left{ border-left: 1px solid #0e345e;}



.com-content-category-blog{}

.blogInner{ max-width: 1440px; margin: 0 auto;}
.columns-3 {
 display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.columns-2 {
 display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.columns-3 .blog-item {
flex: 0 0 calc(33.333% - 13.333px); /* Υπολογίζει το σωστό πλάτος με gap */
  box-sizing: border-box;
	
}
.columns-2 .blog-item {
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
	

  
	
}


.blogTitle{ background-color:#047890; margin-bottom: 65px;}
.blogTitle .center{ }
.blogTitle h1{color: #fff; margin: 0; padding: 30px 0;
    font-size: 3rem;
    font-weight: 900;

}

.servicesBlog .blog-item a {
    display: flex;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 35px;
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    transition: all 500ms ease;
	
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);		
	
}
.servicesBlog .blog-item a:hover{
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.55);	
}
.servicesBlog .blog-item a .blogItemText {
    transition: transform 500ms ease;
}

.servicesBlog .blog-item a:hover .blogItemText {
    transform: translateY(-20px);
}


.servicesBlog .blog-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 5;
	
background: #112f52;
background: linear-gradient(0deg, rgba(4, 120, 144, 1) 15%, rgba(4, 120, 144, 0) 45%);
	
}




.blog-item a div.blogItemText{z-index: 6;}
.blog-item a div.blogItemTitle {
    font-size: 1.6rem;
    font-weight: 800;
}
.blog-item a:hover{ text-decoration: none;
box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}
.blog-item a div.blogItemSubTitle {
    border-top: 3px solid #e4e7eb;
    padding-top: 10px;
    margin-top: 10px;
}
.blog-item a div.blogItemSubTitle p {
    line-height: 130%;
    margin-bottom: 0;
}


#testimonialsPage .headerTitle {
  
	background-color: #047890; 
    color: #fff;
	margin-bottom: 45px;
}
#testimonialsPage .headerTitle h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 3.5rem;
}
#testimonialsPage .headerTitle h1 .center{ padding: 45px 0;}

#testimonialsPage .blog-item{}
#testimonialsPage .blog-item{
    padding-top: 65px;
    padding-right: 65px;
    padding-bottom: 65px;
    padding-left: 65px;
    border-radius: 15px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 65px;
}
#testimonialsPage .blog-item{}
#testimonialsPage .blog-item h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
#testimonialsPage .stars {
    color: #fabb05;
    font-size: 18px;
}

.mainTemplate{}
.mainTemplate .page-header{
background-color: #047890;
    color: #fff;
    margin-bottom: 45px;	
}
.mainTemplate .page-header h1{
		margin: 0 auto;
	max-width: 1440px;
	    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 2.8rem;
	    padding: 45px 0;

}
.mainTemplate{}

.igui-overlay-primary {
    background: #047890 !important;
    color: #fff;
}


.diadiktyoWEBMAC{}
.diadiktyoWEBMAC{}
.diadiktyoWEBMAC .blog{ max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column;}
.diadiktyoWEBMAC .blog h1{
    color: #047890;
    border-bottom: 4px solid #047890;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 120%;	
}




.diadiktyoWEBMAC .blog-items {
    width: 100%;
    
}
.diadiktyoWEBMAC .blog-items .blog-item{ margin-bottom: 45px;}
.diadiktyoWEBMAC h2{ margin-bottom: 15px !important; font-size: 1.4rem !important; border-bottom: 0px solid #047890 !important; font-weight: 900;}
/*.diadiktyoWEBMAC h2::first-letter{font-size:2.5rem !important; }*/



.diadiktyoWEBMAC{}
.diadiktyoWEBMAC .diadBoxInner {
    display: flex
;
    justify-content: space-between;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #ddd;
}
.diadiktyoWEBMAC .diadBoxImg{ width: 29%;}
.diadiktyoWEBMAC .diadBoxImg img{ max-width: 100%; height: auto;}
.diadiktyoWEBMAC .diadBoxTxt{width: 70%;}
.diadiktyoWEBMAC a.diadlink{ display: table; padding: 15px 40px; background-color: #047890; color: #fff; font-weight: 800;}
.diadiktyoWEBMAC a.diadlink:hover{ background-color: #035d6f; color: #fff; font-weight: 800; text-decoration: none;}

.diadiktyoWEBMAC .pigi{ margin-bottom: 15px;}
.diadiktyoWEBMAC{}
span.pigi2, span.pigi4{ font-weight: 800;}

span.pigi3{ margin-left: 10px;}









/*PAGINATION START*/
.pagination {
  --pagination-padding-x: .75rem;
  --pagination-padding-y: .375rem;
  --pagination-font-size: 1rem;
  --pagination-color: var(--link-color);
  --pagination-bg: var(--body-bg);
  --pagination-border-width: var(--border-width);
  --pagination-border-color: var(--border-color);
  --pagination-border-radius: var(--border-radius);
  --pagination-hover-color: var(--link-hover-color);
  --pagination-hover-bg: var(--tertiary-bg);
  --pagination-hover-border-color: var(--border-color);
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 .25rem #01015640;
  --pagination-active-color: #fff;
  --pagination-active-bg: #010156;
  --pagination-active-border-color: #010156;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}
.page-link {
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  font-size: var(--pagination-font-size);
  color: var(--pagination-color);
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--pagination-focus-color);
  background-color: var(--pagination-focus-bg);
  box-shadow: var(--pagination-focus-box-shadow);
  outline: 0;
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--pagination-border-radius);
  border-bottom-left-radius: var(--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--pagination-border-radius);
  border-bottom-right-radius: var(--pagination-border-radius);
}
.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: .75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: var(--border-radius-lg);
}
.pagination-sm {
  --pagination-padding-x: .5rem;
  --pagination-padding-y: .25rem;
  --pagination-font-size: .875rem;
  --pagination-border-radius: var(--border-radius-sm);
}
.pagenavigation .pagination, .pager .pagination {
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}
.pagenavigation .pagination .next:only-child, .pager .pagination .next:only-child {
  margin-left: auto;
}
.page-link, .page-link:hover {
  color: var(--link-color);
}
.pager .pagination {
  justify-content: center;
}
.pagination li.disabled {
  display: none;
}
/*PAGINATION END*/