/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
  --primary-color: #012f66;
  --secondary-color: #0382d0;
  --secondary-dark-color: #037ac4;	
  --tertiary-color: #bce6ff;
  --gray: #6b7f97;
  --border-radius: 1.2rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "apparat", sans-serif !important;
  font-weight: bold !important;
  color: var(--primary-color);
}

/*******************************/
/* UTILITES */
/*******************************/

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.grid-col-4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

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

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-item .wpb_wrapper,
.flex-item .wpb_text_column {
  height: 100%;
}

.list-no-style {
  list-style: none !important;
  padding-left: 0;
}

/*******************************/
/* GENERAL */
/*******************************/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 1025px) {
body .whb-sticked .whb-general-header{
  /* display: none !important; Use theme stickiness */
}
}

.pswp__bg {
  background: transparent !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

.wd-nav > li:is(.wd-has-children, .menu-item-has-children) > a::after,
.screen-reader-text {
  display: none;
}

.whb-general-header.whb-with-shadow {
  -webkit-box-shadow: 0px 4px 5px rgba(1, 47, 102, 0.1) !important;
  box-shadow: 0px 4px 5px rgba(1, 47, 102, 0.1) !important;
}

.site-content {
  margin-bottom: 0;
}

.yoast-breadcrumb a:hover {
  color: var(--gray);
}

body:not(.home).page .site-content {
  margin-bottom: 3rem;
}

#menu-main-menu a {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 400;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#menu-main-menu .wd-sub-menu li:hover a {
  opacity: 0.7;
}

.whb-col-right .wd-dropdown-menu.wd-design-default {
  right: unset;
  border-radius: 1rem;
}

.about-idika p:first-child {
  margin-bottom: 10px !important;
}

p a {
  color: var(--secondary-dark-color);
  text-decoration: underline;
  font-weight: bold;
}

p a:hover,
p a:active {
  text-decoration: underline;
  color: var(--secondary-dark-color);
  opacity: 0.7;
}

#menu-main-menu a span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#menu-main-menu,
#menu-main-menu li,
.wd-header-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-menu-header {
	font-size: 20px;
	font-weight: 700;
	color: #BCE6FF;
	margin-bottom: 20px;
	margin-top: 30px;
	z-index: 1;
    position: relative;
}

.mega-menu-spacer {
	margin-top: 80px;
}

@media (max-width: 768px) {
	
	.mega-menu-header {
		margin-top: 20px;
	}
	
.mega-menu-spacer {
	margin-top: 0;
}	
	
}

.wd-nav[class*="wd-style-underline"] .nav-link-text::after {
  height: 5px;
  bottom: 0px;
  top: unset !important;
  border-radius: 6px 6px 0px 0px;
}

.error404 .site-content {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.btn-return-home {
  margin: 0 auto;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30rem;
  font-size: 14px;
  height: 4rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-transform: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-return-home:hover {
  background: #009eff;
  color: #fff;
}

blockquote {
  background: #eff6fa;
  -webkit-box-shadow: 0px 4px 0px rgba(114, 164, 225, 0.22);
  box-shadow: 0px 4px 0px rgba(114, 164, 225, 0.22);
  border-left: 0;
  padding: 2.5rem 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1.2rem;
  color: #009eff;
}

.spin-loader {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #003476;
  border-right: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.spin-loader::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-bottom: 4px solid var(--secondary-color);
  border-left: 4px solid transparent;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************/
/* SELECT DROPDOWN */
/*******************************/

.select-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 60px;
  padding: 10px 20px;
  cursor: pointer;
  height: 4.2rem;
}

.select-dropdown.select-dropdown--active {
  border-color: var(--primary-color);
}

.select-dropdown--active .select-dropdown__list {
  opacity: 1;
  pointer-events: all;
}

.select-dropdown .select-dropdown__default {
  font-size: 1.5rem;
}

.select-dropdown svg {
  margin-left: 10px;
}

.select-dropdown__list {
  padding: 15px;
  top: 110%;
  left: 0;
  position: absolute;
  width: 260px;
  border-radius: var(--border-radius);
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.select-dropdown__list input {
  display: none;
}

.select-dropdown__list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.select-dropdown.empty {
  border-color: #ff8383;
}

.select-dropdown__list span {
  display: inline-block;
  cursor: pointer;
}

.checkbox__icon {
  border: 1px solid #646464;
  text-align: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.checkbox__total-results {
  margin-left: auto;
}

.checkbox__icon {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.checkbox__icon:after {
  content: "";
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

input:checked ~ .checkbox__icon {
  border-color: var(--secondary-color);
}

input:checked ~ .checkbox__icon:after {
  background: var(--secondary-color);
}

.select-dropdown__list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.checkbox__value {
  padding-left: 10px;
}

.checkbox__value {
  font-size: 1.5rem;
}

.checkbox__count {
  color: #a6b3c2 !important;
  font-size: 1.5rem;
}

.search-results-filters .empty {
  cursor: not-allowed;
}

.select-dropdown__list-item .checkbox__count {
  margin-left: auto;
}

/*******************************/
/* ACCORDION */
/*******************************/

.faq-section .wd-accordion.wd-style-default::before,
.faq-section .wd-accordion-item {
  border: 0 !important;
}

.faq-section .wd-accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

.faq-section .wd-accordion-item {
  background: #00adef;
  border-radius: var(--border-radius);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-section .wd-accordion-item:hover {
  background: var(--primary-color) !important;
}

.faq-section .wd-accordion-item .wd-accordion-title {
  padding: 0 !important;
  padding: 2.5rem !important;
}

.faq-section .wd-accordion-item .wd-accordion-title span {
  color: #fff;
  font-size: 2.2rem;
}

.faq-section .wd-accordion-item .wd-accordion-title.wd-active span {
  color: #bce6ff;
}

.faq-section .wd-accordion-item.active {
  background: var(--primary-color) !important;
}

.faq-section .wd-accordion-item .wd-accordion-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

/*******************************/
/* BREADCRUMB */
/*******************************/

.yoast-breadcrumb a,
.yoast-breadcrumb span {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
}

.yoast-breadcrumb .yoast-sep {
  padding-left: 5px;
  padding-right: 5px;
}

.yoast-breadcrumb .yoast-sep,
.yoast-breadcrumb a {
  color: var(--primary-color);
}

.yoast-breadcrumb span {
  color: var(--gray);
}

.breadcrumb-re-unlinked {
	color: var(--primary-color) !important;
	font-weight: bold !important;
}

/*******************************/
/* PAGINATION */
/*******************************/

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.navigation.pagination {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.navigation.pagination a {
  background: var(--primary-color);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}

.navigation.pagination a:hover {
  background: transparent;
  color: var(--primary-color);
}

.navigation.pagination .page-numbers.current {
  padding: 0.7rem 1rem;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

/*******************************/
/* TIMELINE */
/*******************************/

.title-wrapper.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e2e9ee;
}

.timeline .title {
  font-size: 3.5rem;
  line-height: 1;
  color: var(--primary-color);
}

.timeline .title-subtitle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-left: 1rem;
}

.timeline .title-after_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.8rem;
}

/*******************************/
/* TABLE */
/*******************************/

.wd-el-table th:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #eff6fa;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.wd-el-table th {
  position: relative;
  color: #012f66;
  z-index: 1;
}

.wd-el-table th:first-child:before {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}

.wd-el-table th:last-child:before {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

table.wd-el-table :is(tbody, tfoot) th {
  border-bottom: 0;
}

table.wd-el-table td {
  border-color: #6b7f97;
}

.wd-el-table {
  text-align: center;
}

.wd-el-table tr th:first-child,
.wd-el-table tr td:first-child {
  text-align: left;
  font-weight: bold;
}

/*******************************/
/* FORMS */
/*******************************/

.wpforms-container input,
.wpforms-container textarea {
  border-radius: 1.2rem;
  padding: 2rem;
  font-size: 1.6rem;
}

.wpforms-container input {
  height: 6.3rem;
}

.wpforms-field-container:after {
  content: "*  Υποχρεωτικά πεδία";
  font-size: 1.6rem;
  color: #6b7f97;
  display: block;
}

.wpforms-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wpforms-submit-container button {
  background: var(--primary-color);
  border-radius: 1.2rem;
  color: #fff;
  text-transform: none;
  height: 6.3rem;
  width: 26rem;
  font-size: 1.8rem;
}

.wpforms-submit-container button:hover {
  background: var(--primary-color);
  opacity: 0.85;
  color: #fff;
}

.wpforms-submit-container button:after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(/wp-content/uploads/2023/11/send-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2rem;
}

/*******************************/
/* INNER NAV  */
/*******************************/

.inner-nav-bottom {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid var(--primary-color);
}

.inner-nav-bottom li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.inner-nav-bottom li a {
  color: var(--primary-color);
  font-size: 1.7rem;
  line-height: 2rem;
}

.inner-nav-bottom li:hover a {
  opacity: 0.7;
}

/*******************************/
/* HEADER */
/*******************************/

.header-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.header-menu-left li {
  color: var(--primary-color);
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu-left li {
  margin-bottom: 0;
}

.header-menu-left li:not(:last-child) {
  margin-right: 3rem;
}

.header-menu-left li img {
  margin-right: 1.6rem;
}

/*******************************/
/* Image/ Caption Element */
/*******************************/

.wp-caption,
.wp-caption img {
  width: 100% !important;
}

.img-caption {
  margin-bottom: 2rem;
}

.wp-caption-text,
.img-caption figcaption {
  text-align: center;
  color: #6b7f97;
  font-size: 1.4rem;
  padding-top: 1rem;
}

/*******************************/
/* SEARCH HEADER */
/*******************************/

#header-search,
.header-menu-left__services img,
.left-menu img {
  width: 2.2rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
/* 
.header-search.admin-bar-show {
  top: 10rem;
} */

.header-search {
  top: 6.8rem;
  position: fixed; /* changed to fixed from absolute for default stickiness */
  width: 100%;
  padding: 3rem 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0px 25px 31px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 31px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  overflow-x: hidden;
}


.search-container {
  min-height: 400px;
  max-width: 900px;
  margin: 0 auto;
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-right: 1rem;
}

.search-wrapper #search-results-form-clear {
  right: 20px !important;
  background: transparent;
  cursor: pointer;
}

.search-wrapper .close-search svg path {
  fill: #6b7f97 !important;
}

#search {
  padding: 1rem 1.9rem;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 6.5rem;
  border-radius: var(--border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #009eff;
  color: var(--primary-color);
}

.search-button {
  width: 6.5rem;
  height: 6.5rem;
  background: var(--primary-color);
  border-radius: var(--border-radius);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-button:hover {
  background: #009eff;
}

#search-results .services {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#search-results .services ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

.home-search #search-results .services {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-search .posts {
  margin-bottom: 2rem;
}

#search-results .services ul li {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search--active {
  opacity: 1;
  pointer-events: all;
}

.header-search__fast-links {
  margin-bottom: 5rem;
}

.header-search_form {
  margin-bottom: 3rem;
}

.header-search h4 {
  color: var(--primary-color);
  font-size: 17px;
  line-height: 21px;
}

.header-search ul li a {
  font-size: 1.8rem;
  color: var(--primary-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-search ul li a:hover {
  color: var(--primary-color);
}

.all-results {
  /* display: none; */
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0 3rem 0;
  text-align: center;
}

.home-search .all-results {
  padding-bottom: 0 !important;
}

.all-results:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 300%;
  height: 1px;
  background: #e2e9ee;
}

#search-results .services {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #e2e9ee;
}

#search-results .services strong {
  margin-bottom: 2rem;
  display: block;
  color: #6b7f97;
  font-size: 1.5rem;
}

#search-results .services ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}

#search-results .services li .services-image {
  border-radius: 2rem;
  width: 14rem;
  height: 14rem;
  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;
  -webkit-box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto 1rem auto;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#search-results .services li .services-image img {
  min-height: 7rem;
  max-height: 7rem;
  width: auto;

  -o-object-fit: contain;

  object-fit: contain;
}

#search-results .services li a {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--primary-color);
}

#search-results .services li:hover a {
  opacity: 0.7;
}

.close-search {
  position: absolute;
  top: -15px;
  right: -5px;
  cursor: pointer;
  z-index: 30;
  background: var(--primary-color);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  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;
}

.close-search svg path {
  fill: #fff;
}

.close-search svg {
  width: 2.6rem;
  height: 2.6rem;
}

.home-search a.all-results-btn {
  display: block;
  padding-top: 2rem;
  border-top: 1px solid #e2e9ee;
  color: #0382d0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

a.all-results,
.all-results a {
  color: #0382d0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  justify-content: center;
}

a.all-results:hover,
.all-results a:hover,
.home-search a.all-results-btn:hover {
  color: rgba(3, 130, 208, 0.7);
}

.home-search .posts li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-search .posts li:hover {
  border-radius: 6px;
  background: #ebf3f5;
}

.no-results,
.suggested {
  margin-bottom: 1rem;
}

/*******************************/
/* CONTACT */
/*******************************/

.contact-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.contact-cta .call-cta a {
  padding: 1rem 3rem;
  font-size: 2rem;
  /*margin-left: 32px;*/
  margin-top: 32px;
  background-color: rgb(1, 47, 102);
}

.contact-bg {
  position: relative !important;
}

.contact-bg:before {
  content: "" !important;
  position: absolute;
  width: 100%;
  background: #eff6fa;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.contact .call-cta {
  margin-top: 0;
}

.contact-bg-image {
  pointer-events: none;
  z-index: 36;
  top: calc(-50% - 6rem);
  right: 0;
  position: absolute;
  z-index: 0;
}

.contact-bg-image img {
  height: 90rem;
  width: auto;
}

.useful-links {
  background: #007474;
  z-index: 5;
  position: relative;
  border-radius: 1.2rem;
  padding: 3rem;
  bottom: -6.4rem;
}

.useful-links .wd-list {
  margin-top: 2rem;
}

.useful-links li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  margin-bottom: 0;
}

.useful-links li:last-child {
  padding-bottom: 0rem;
}

.useful-links li:not(:last-child) {
  border-bottom: 1px solid #8df1e7;
}

.useful-links li {
  padding-right: 1.5rem;
}

.useful-links li:hover {
  opacity: 0.7;
}

.useful-links li:after {
  position: absolute;
  right: 0;
  content: "";
  background: url(/wp-content/uploads/2023/11/useful-links-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
}

.contact-social.wd-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-social.wd-social-icons .wd-label {
  color: #012f66;
  font-size: 1.9rem;
  margin-bottom: 0;
  opacity: 0.55;
  margin-right: 3rem;
}

.contact-social.wd-social-icons .wd-icon {
  margin-right: 1rem;
  color: #009eff;
  opacity: 1;
  font-size: 3rem !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-social.wd-social-icons .wd-icon:hover {
  opacity: 0.55;
}

.social-twitter .wd-icon:before {
	content: url('/wp-content/uploads/2024/06/x.svg') !important;
	font-family: none !important;
}
.social-linkedin .wd-icon:before {
	content: url('/wp-content/uploads/2024/06/linkedin.svg') !important;
	font-family: none !important;
}

.dark .social-twitter .wd-icon:before {
	content: url('/wp-content/uploads/2024/06/x-dark.svg') !important;
	font-family: none !important;
}
.dark .social-linkedin .wd-icon:before {
	content: url('/wp-content/uploads/2024/06/linkedin-dark.svg') !important;
	font-family: none !important;
}


/*******************************/
/* SEARCH PAGE*/
/*******************************/

.search.search-no-results .page-title,
.search.search-results .page-title {
  display: none;
}

#search-results-form,
.search-results-page,
.search-results-total-posts {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}

#search-results-form {
  position: relative;
  margin-bottom: 4rem;
}

#search-results-form-clear {
  top: 50% !important;
  opacity: 0;
  pointer-events: none;
  right: 40px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#search-results-form input {
  padding-right: 5rem;
}

.search-results-total-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #0382d0;
}

.search-results-total-posts span {
  color: var(--secondary-color);
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

.search-results__item:not(:last-child) {
  border-bottom: 1px solid #e2e9ee;
}

.search-results__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search-results__item a {
  display: block;
}

.search-results__item h3,
.search-results__item h4 {
  margin-bottom: 0;
}

.search-results__item h4 {
  color: #6b7f97;
  font-size: 1.4rem;
  font-weight: 400 !important;
}

.search-results__item h3 {
  font-size: 2rem;
  color: #012f66;
}

.search-results__item-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-results__item-top .post-date {
  margin-left: 1rem;
}

.search-results__item-top .post-date * {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400 !important;
}

.search-results__item-top .post-date .post-date-day {
  font-weight: bold !important;
}

.search-results-page .search-results__item h3:hover,
.search-results-page .search-results__item h3:hover a {
  color: var(--secondary-color);
}

.search-results__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results-page .no-results {
  text-align: center;
  padding-top: 2rem;
}

/*******************************/
/* SELECT 2 */
/*******************************/

.select-wrapper {
  position: relative;
}

.select2-container--default .select2-selection--single,
.select2-container--open.select2-container--focus,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border: 0px !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  background: transparent !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* padding-left: 0 !important; */
  height: 4rem;
  border-radius: 50px !important;
  background: #fff !important;
}
.select2-container .select2-selection--single {
  height: 4rem !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 4rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.4rem !important;
  color: var(--primary-color) !important;
  font-weight: bold !important;
}

.select2-dropdown--below {
  top: 10px !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url(/wp-content/uploads/2023/11/select-arrow-down.svg) !important;
  width: 12px !important;
  height: 10px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 2rem !important;
}

.select2-dropdown {
  box-sizing: border-box;
  padding: 0.5rem;
  border: 0 !important;
  border-radius: var(--border-radius) !important;
  background: #fff !important;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08) !important;
}
.select2-search--dropdown {
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}
.select2-search--dropdown .select2-search__field {
  height: 3rem !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary-color) !important;
}
.select2-container--default .select2-results__option--selected {
  background: var(--secondary-color) !important;
  color: #fff !important;
}

.select2-results__option:not(:last-child) {
  margin-bottom: 0.3rem !important;
}

.select2-results__option {
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
  height: 3rem !important;
  line-height: 2.5rem;
  height: auto !important;
}

.select2-container.select2-container--default.select2-container--open {
  left: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd !important;
}

/*******************************/
/* MEGA MENU */
/*******************************/

.mega-menu {
  top: 6.8rem;
  position: fixed; /* changed to fixed from absolute for default stickiness */
  width: 100%;
  padding: 5rem 0;
  background: var(--primary-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
}

/* .mega-menu.admin-bar-show {
  top: 10rem;
} */

.mega-menu:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  opacity: 0.6;
  z-index: 0;
  background: #012f66;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.mega-menu ul {
  position: relative;
  z-index: 2;
}

.mega-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.mega-menu a {
  width: calc(100% - 2.1rem);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mega-menu a:hover {
  opacity: 0.7;
}

.mega-menu--active {
  opacity: 1;
  pointer-events: all;
}

.mega-menu li:before {
  content: "";
  background: url(/wp-content/uploads/2023/11/menu-icon-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  margin-top: 8px;
  height: 11px;
  display: inline-block;
  margin-right: 15px;
}

/*******************************/
/* SERVICE MENU */
/*******************************/

.header-menu-left li {
  position: relative;
}

.header-menu-left li:after {
  border-radius: 6px 6px 0px 0px;
  position: absolute; 
  content: "";
  background: #0382d0;
  height: 5px;
  width: 0;
  left: 0;
  bottom: -19px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .header-menu-left li:hover:after,
  .header-menu-left li.active:after {
    width: 100%;
  }
}

.services-menu {
  top: 6.8rem;
  position: fixed; /* changed to fixed from absolute for default stickiness */
  width: 100%;
  min-height: 30rem;
  max-height: 100vh;
  max-height: 100svh;
  height: 100%;
  overflow-y: auto;
  border-bottom: 1px solid #d6f2ed;
  background: #edfcfb;
  -webkit-box-shadow: 0px 7px 67px 0px rgba(1, 47, 102, 0.21);
  box-shadow: 0px 7px 67px 0px rgba(1, 47, 102, 0.21);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 30;
}

/* .services-menu.admin-bar-show {
  top: 10rem;
} */

.services-menu.services-menu--active {
  opacity: 1;
  pointer-events: all;
}

.services-menu__title h3 {
  color: var(--secondary-color);
  font-size: 2.2rem;
  margin-bottom: 6rem;
}

.services-menu__wrapper {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 0;
}

.services_list_holder {
  width: 100%;
  height: calc(100vh - 25rem);
  height: calc(100svh - 25rem);
  padding-right: 3rem;
}
.services_list_holder  .simplebar-track.simplebar-vertical {
background-color: #fff;
border-radius: 10px;
width: 12px;
}
.services_list_holder .simplebar-scrollbar::before {
  background-color: #009eff;
  
}

.services_list {
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;*/
}

.services_list-category {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	color: #0382D0;
	padding-bottom: 20px;
}


.services_list-item {
display: flex;
    align-items: center;
    flex-wrap: nowrap;
	margin-bottom: 30px;
}

.services_list-item a {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.services_list-item__icon {
	flex: 0 0 auto;
    margin-right: 1.5rem;
    margin-left: 1rem;
    width: 6rem;
    height: 6rem;
    border-radius: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;

}

.services_list-item__icon img {
	width: 70%;
}

.services_list-item__title {
    padding-right: 0.5rem;
    font-weight: bold;
    display: inline-block;
    line-height: 2.1rem;
	font-size: 1.5rem;
	color: #012F66;
}


/*
.services_list-item {
  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-align: center;
  -ms-flex-align: center;
	vertical-align: middle;
    align-items: normal;
    margin-top: 10px;
    margin-bottom: 25px;
}

.services_list-item__icon {
  cursor: pointer;
  overflow: hidden;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  width: 8rem;
  height: 8rem;
  margin-bottom: 2rem;
  margin-left: 2px;
  margin-right: 14px;
  padding: .5rem;
  float: left;
}


.services_list-item__title {
  text-align: left;
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: bold;
  line-height: 2rem;
	
}*/





/*******************************/
/* HOME */
/*******************************/

.home .whb-header {
  margin-bottom: 0;
}

.home-title h2 {
  max-width: 48rem;
}

.search-column h2 span {
  color: #0382d0 !important;
}

.home-sidebar-posts {
  padding: 2rem 1.6rem;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
}

.home-sidebar-posts-main-nav {
  display: flex;
  align-items: start;
  justify-content: left;
  list-style: none;
  margin-bottom: 0 !important;
  padding-left: 0;
  gap: 2rem;
}


.home-sidebar-posts-main-nav li  svg{
  width: 1.9rem;
  height: 1.9rem
}
.home-sidebar-posts-main-nav li.active  svg rect {
  fill: #0382D0 !important;
}

.home-sidebar-posts-main-nav li.active  svg path {
  stroke: #0382D0 !important;
}

.home-sidebar-posts-main-nav li.active h3 {
  color: var(--secondary-dark-color) !important;
}

.home-sidebar-posts-main-nav li {
  margin-bottom: 0 !important;  
}
.home-sidebar-posts-main-nav  h3{
  font-size: 1.5rem !important;
    display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
  line-height: 1.1 !important;
 
  cursor: pointer;
}
/*
.home-sidebar-posts-main-nav  h3:after{
position: absolute;
content: "";
border-radius: 6px 6px 0px 0px;
background: #0382d0;
height: 5px;
width: 0;
left: 0;
bottom: -1.7rem;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.home-sidebar-posts-main-nav li:hover  h3:after,
.home-sidebar-posts-main-nav li.active  h3:after {
  width: 100%;
}
*/

.home-sidebar-posts-main-tab {
  display: none;
}
.home-sidebar-posts-main-tab.active {
  display: block;
}

#nav-services .posts-tabs {
  height: 100% !important;
}

#nav-news {
  /* padding-top: rem; */
}

.simplebar-scrollable-y:hover {
    cursor: grab;
}

.simplebar-scrollable-x:hover {
    cursor: grab;
}

.home-sidebar-posts h3 {
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
.home-sidebar-posts-main-tab {
  height: 100%;
}
.posts-tabs {
  height: calc(100% - 8rem);
}

.posts-tabs .simplebar-wrapper {
height: 41rem !important;
}

.posts-tabs .ul-holder {
  height: 100%;
  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;
}

#online-services.ul-holder {
  justify-content: flex-start;
  padding-top: 1rem;
}
#online-services ul {
  max-height: unset;
}

.cookies-buttons a {
  background-color: var(--primary-color) !important;
  border-radius: 10px !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}

.cookies-buttons a:hover {
  background: #009eff !important;
}

.ul-holder ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: calc(100% - 7rem);
  max-height: calc(100% - 7rem);
  /* overflow-y: auto; */
  padding-right: 0.5rem;
}

.ul-holder ul.post-services-holder {
    min-height: calc(100% - 3rem);
    max-height: calc(100% - 3rem);
    padding-bottom: 2rem;
}

.post-services-holder li:last-child {
  padding-bottom: 1rem;
}

.posts-tabs .ul-holder:not(:first-child) {
  display: none;
}

.home-sidebar-posts  ul.posts-tabs-nav {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;  
  justify-content: center;
  margin-bottom: 1rem !important;
  gap: 1.6rem;  
  /* padding-bottom: .5rem; */
  width: 100%;  
  height: 3.7rem;
  align-items: center;   
   position: relative;
}
/* .home-sidebar-posts .posts-tabs-nav:after */
.home-sidebar-posts-main-nav {
  position: relative;
  height: 3.7rem;
}
.home-sidebar-posts-main-nav:after {
    content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 3.2rem) !important;
  left: -16px;
  height: 1px;
  background-color: #E2E9EE;  
}

.home-sidebar-posts .posts-tabs-nav:before { 
  content: "";
  position: absolute;
  width: calc(100% + 3.2rem) !important;
  left: -16px;
  height: 37px;
  background-color: rgba(226, 233, 238, 0.3);
}

.home-sidebar-posts  ul.posts-tabs-nav li {
  color: var(--dark-gray, #6b7f97);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 0;
}

.posts-tabs-nav li span {
  position: relative;
  display: block;
  white-space: nowrap;
  /* padding-bottom: 1rem; */
}

.posts-tabs-nav li:hover span,
.posts-tabs-nav li.active span {
  color: #0382d0 !important;
}

.posts-tabs-nav li span:before {
  /* border-radius: 6px 6px 0px 0px;
  position: absolute;
  content: "";
  background: #0382d0;
  height: 5px;
  width: 0;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5; */
}

.posts-tabs-nav li:hover span:before,
.posts-tabs-nav li.active span:before {
  /* position: absolute;
  content: "";
  background: #0382d0;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
}

.posts-tabs-nav {
  position: relative;
}

.posts-tabs-nav:after {
  /* content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  height: 1px;
  width: calc(100% + 30px);
  background: #e2e9ee; */
}

.post-latest-news a {
  color: var(--primary-color);
}

.post-latest-news__top .post-cat {
  transition: 0.3s;
}
.post-latest-news__top .post-cat:hover {
  opacity: 0.7;
}

.home-slider {
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 520px;
  width: 100%;
}
.post-latest-news-services {
  
}
.post-latest-news-services a,
.post-latest-news-services {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.post-latest-news-services .icon {
  flex: 0 0 auto;
  margin-right: 1rem;
  margin-left: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  box-shadow: 0px 6.08156px 13.03191px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-latest-news-services .icon img {
  width: 70%;
}

.post-latest-news-services .title {
  font-size: 1.5rem;
  padding-right: 1.4rem;
font-weight: bold;
display: inline-block;
line-height: 2.1rem;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.more {
  margin: 0 auto;
  background: #009eff;
  color: #fff;
  border-radius: 30rem;
  font-size: 14px;
  height: 4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 19rem;
  width: 100%;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: Capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.more:hover {
  color: #fff;
  opacity: 0.7;
}

.home-slider .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
  padding: 2.8rem 6rem 9rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-slider .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-slider .swiper-button-prev.prev-btn,
.home-slider .swiper-button-next.next-btn {
  /* position: relative !important; */
  top: unset;
  color: #fff;
  border: 2px solid #fff;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-slider .swiper-button-next.next-btn {
  /* border: 0px solid #fff;
  display: block !important; */
}

.prev-btn,
.next-btn {
  position: relative;
  height: 48px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.next-btn:after {
  content: "next";
}

.prev-btn:after {
  content: "previous";
}

.prev-btn:after,
.next-btn:after {
  font-family: swiper-icons;
  color: #fff;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.prev-btn svg circle {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .prev-btn:hover:after,
  .next-btn:hover:after,
  .prev-btn:active:after,
  .next-btn:active:after {
    color: var(--secondary-color);
  }
  .prev-btn:hover svg circle {
    stroke: var(--secondary-color);
  }
}

.home-slider-navigation {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  padding-right: 3rem;
  padding-bottom: 2rem;
  gap: 0.8rem;
}

.progress-holder {
  width: 48px;
  height: 48px;
  position: absolute;
}

.swiper-button-next.next-btn {
  border: 0px !important;
}

.progress-circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle-origin {
  fill: transparent;
  stroke: #0382d0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.rotation .circle-origin {
  -webkit-animation: progress 5s;
  animation: progress 5s;
}

@-webkit-keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
}

.home-slider .swiper-button-prev.prev-btn:hover,
.home-slider .swiper-button-next.next-btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.home-slider .swiper-button-prev.prev-btn:after,
.home-slider .swiper-button-next.next-btn:after {
  font-size: 2rem !important;
}

.home-slider .swiper-button-prev.prev-btn {
  left: unset;
  right: 10rem !important;
  bottom: 2.5rem !important;
}

.home-slider .swiper-button-next.next-btn {
  right: 3rem !important;
  bottom: 2.5rem !important;
}

.home-slider .swiper-slide h3 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 4rem;
}

.home-slider .swiper-slide h3 {
  background-color: rgba(0, 0, 0, 0.01);
  color: #fff;
  max-width: 70%;
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 1.2rem;
}

.home-slider .swiper-slide .post-date {
	background-color: rgba(0, 0, 0, 0.01);
	color: #ffffff;
	margin-bottom: 1.2rem !important;
}

.home-slider .swiper-slide span {
	background-color: rgba(0, 0, 0, 0.01);
  display: block;
  margin-bottom: 2.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-slider .swiper-slide span > a {
  color: #fff !important;
  font-size: 1.7rem;
  line-height: 3.7rem;
}

.home-slider .swiper-slide span:hover {
  opacity: 0.7;
}

.home-slider .swiper-btn {
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-slider .swiper-btn:hover {
  opacity: 0.7;
}

.home-slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.on-wrapper h2 {
  font-size: 2.8rem;
  color: var(--primary-color);
}

.on-slider .swiper-slide {
  min-height: 28.5rem;
  padding: 3.2rem 2.5rem;
  border-radius: var(--border-radius);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.on-slider .swiper-slide:nth-child(4n - 3) {
  background-color: #007bc7;
  /*background-color: #0094f0;
   * background-color: #009eff;*/
}

.on-slider .swiper-slide:nth-child(4n - 2) {
  background-color: #012f66;
}

.on-slider .swiper-slide:nth-child(4n - 1) {
  background-color: #0166b3;
}

.on-slider .swiper-slide:nth-child(4n) {
  background: #017e65;
  /*background: #01a282;
   * 
   * background: #01b18d;*/
}

.on-slider .swiper-pagination {
  position: relative;
  margin-top: 4rem;
}

.on-slider h3 {
  font-size: 7.2rem;
  color: #fff;
  margin: 0 0 1rem 0;
  line-height: 1;
}

.on-slider p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.on-slider .swiper-button-next,
.on-slider .swiper-button-prev {
  width: 4.2rem;
  height: 4.2rem;
  border: 2px solid #012f66 !important;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on-slider .swiper-button-prev {
  left: unset;
  bottom: 0;
  right: 7rem;
  top: unset;
}

.on-slider .swiper-button-next {
  top: unset;
  bottom: 0;
}

.on-slider .swiper-pagination-bullet-active {
  background: #012f66;
}

.on-slider .swiper-button-prev:after,
.on-slider .swiper-button-next:after {
  color: #012f66;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on-slider .swiper-button-next:hover,
.on-slider .swiper-button-prev:hover {
  border-color: var(--secondary-color);
}

.on-slider .swiper-button-next:hover:after,
.on-slider .swiper-button-prev:hover:after {
  color: var(--secondary-color);
}

/*******************************/
/* DOWNLOAD FILES BTN  */
/*******************************/

.file-container {
  gap: 4rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.file-container img {
  display: inline-block;
  margin-right: 1rem;
}

.file-container a {
  color: var(--Key-Color-Blue, #0382d0);
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.file-container a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.file-container a:hover span {
  opacity: 0.7;
}

/*******************************/
/* FILTERS */
/*******************************/
.search-results-filters {
  max-width: 84rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.search-results-filters select {
  max-width: 22rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3rem;
}

.search-results-filters button {
  background: #bce6ff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 400;
  border-radius: 3rem;
  height: 4rem;
}

/*******************************/
/* TAG */
/*******************************/

.archive.tag h1 span {
  color: var(--secondary-color);
}

/*******************************/
/* BLOG */
/*******************************/

.blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.blog-top h1 {
  margin-bottom: 0;
}

.archive.category h1 {
  color: var(--primary-color);
  line-height: 1;
  padding: 0;
}

.archive.tag .page-title,
.archive.category .page-title {
  margin-bottom: 0;
}

.archive.tag .main-page-wrapper .blog-top:before,
.archive.category .main-page-wrapper .blog-top:before {
  content: "";
  background: #eff6fa;
  position: absolute;
  left: -100dvw;
  width: 200dvw;
  height: 100%;
  top: 0;
  z-index: 0;
}

.archive.tag .main-page-wrapper .blog-top > *,
.archive.category .main-page-wrapper .blog-top > * {
  z-index: 5;
}

.archive .articles-box-holder,
.archive.tag .main-page-wrapper .load-more-holder,
.archive.category .main-page-wrapper .load-more-holder {
  background: #eff6fa;
  -webkit-box-shadow: 0 0 0 100vmax #eff6fa;
  box-shadow: 0 0 0 100vmax #eff6fa;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
}

.blog-top select {
  background-color: #fff;
  color: #012f66;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid transparent;
  width: 15rem;
  border-radius: 5rem;
}

#year-filter:focus {
  border: 1px solid var(--primary-color);
}

.blog-top select {
  background-image: url(/wp-content/uploads/2023/11/select-arrow-down.svg);
  background-size: auto 8px;
  cursor: pointer;
}

.articles-box-holder {
  display: -ms-grid;
  display: grid;
  gap: 1.8rem;
}

.articles-box-holder article {
  padding: 2.4rem;
  min-height: 32rem;
  border-radius: 1.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles-box-holder article:nth-child(5n - 4) {
  background: var(--cyan, #0075a3);
  /* background: #00adef); */
}

.articles-box-holder article:nth-child(5n - 3) {
  background: #003476 !important;
}

.articles-box-holder article:nth-child(5n - 2) {
  background: #005757 !important;
  /* background: #00b5ac !important; */
}

.articles-box-holder article:nth-child(5n - 1) {
  background: #8e53a1 !important;
}

.articles-box-holder article:nth-child(5n) {
  background: #c9360d !important;
  /* background: #f14e23 !important; */
}

h3.article-box__title {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h3.article-box__title a {
  display: block;
}

h3.article-box__title a:hover {
  color: #fff;
  opacity: 0.7;
}

.article-box__date {
  margin-bottom: 1.8rem;
}

.article-box__date * {
  color: #b5fffa;
}

.post-date-month {
  padding-right: 0.6rem;
}

.article-box__read-more {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-box__read-more:hover {
  color: #fff;
  opacity: 0.8;
}

.article-box__read-more .read-more-icon {
  margin-left: 10px;
  width: 7.5px;
  display: inline-block;
}

.wd-loop-footer .wd-blog-load-more:hover,
.wd-loop-footer .wd-blog-load-more:not(:hover) {
  margin-top: 6rem;
  border-radius: 50px;
  color: #fff;
  background-color: #009eff !important;
  border: 0;
}

.wd-blog-load-more span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-transform: none;
}

.load-more-holder {
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load-more-holder button {
  background: #037ac4;
  color: #fff;
  border-radius: 30rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: Capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.load-more-holder button:hover {
  background: #037ac4;
  color: #fff;
  opacity: 0.8;
}

/*******************************/
/* SINGLE POST */
/*******************************/

.entry-content blockquote {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.single-post .entry-header img {
  width: 100%;
}

.entry-content p:not(:last-child),
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child) {
  margin-bottom: 3.2rem;
}

.home .post-latest-news:not(:last-child) {
margin-bottom: 2rem !important;
}

.entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.single-post .page-title {
  margin-bottom: 0;
}

.single-post .entry-thumbnail {
  margin-bottom: 5rem;
}

.single-post .entry-content a {
  text-decoration: underline;
  color: var(--secondary-color);
  font-weight: bold;
}

.single-post figure figcaption {
  color: #6b7f97;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-style: normal;
  text-align: left;
  padding-top: 1rem;
  font-weight: 400;
  text-align: center;
}

.single-post .post-title {
  margin-bottom: 5rem;
  color: var(--primary-color);
}

.single-post .meta-post-categories {
  margin-bottom: 2.4rem;
}

.single-post .meta-post-categories a {
  color: var(--primary-color);
  font-size: 1.7rem;
  line-height: 3.2rem;
}

.single-post .article-inner-content .post-date-day {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #63778c;
}

.single-post .article-inner-content .post-date-month,
.single-post .article-inner-content .post-date-year {
  font-size: 1.3rem;
  color: #63778c;
}

.post-single-page .post-title {
  color: var(--primary-color);
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.6rem;
}

.article-inner-top {
  background: #eff6fa;
  -webkit-box-shadow: 0 0 0 100vmax #eff6fa;
  box-shadow: 0 0 0 100vmax #eff6fa;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  padding-top: 32px;
  padding-bottom: 35rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 30px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
}

.article-inner-top .article-inner-content,
.article-inner-top .recent-news {
  border-radius: 1.2rem;
  background: #fff;
  padding: 3.2rem 2.8rem;
}

.article-inner-top .article-inner-content {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.single-meta-tags {
  margin-top: 2rem;
  border-top: 1px solid #ccd9e1;
  padding-top: 3rem;
}

.single-post-social {
  margin-bottom: 2rem;
}

.meta-post-categories,
.post-date {
  text-align: left;
}

.single-meta-tags a {
  color: #0382d0;
  font-size: 14px;
  border: 1px solid #c8d9ec;
  padding: 8px 1.4rem;
  line-height: 2.1rem;
  border-radius: 3px;
}

.single-meta-tags a:before {
  content: "#";
}

.single-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-post-social > span {
  margin-right: 1rem;
  color: #012f66;
  opacity: 0.7;
  font-size: 12px;
}

.single-post-social .wd-social-icons {
	padding-top: 10px;
}

.single-post-social .social-twitter .wd-icon:before {
	content: url(/wp-content/uploads/2024/06/x-grey.svg) !important;
    font-family: none !important;
}

.single-post-social .social-facebook .wd-icon:before {
	content: url(/wp-content/uploads/2024/06/facebook-grey.svg) !important;
    font-family: none !important;
}

.single-post-social .social-linkedin .wd-icon:before {
	content: url(/wp-content/uploads/2024/06/linkedin-grey.svg) !important;
    font-family: none !important;
}


.icons-design-colored .wd-social-icon:hover,
.wd-social-icon:hover,
.wd-social-icon {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.wd-icon {
  /*color: #6b7f97;
  opacity: 0.6;*/
}

.recent-news h3 {
  color: #012f66;
  font-size: 2rem;
  text-align: left;
}

.post-latest-news {
  padding-left: 0;
  list-style: none;
}

.post-latest-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-latest-news__top .post-cat {
  margin-right: 1rem;
}

.post-latest-news__top .post-cat a {
  font-size: 1.4rem;
  color: #63778c;
}

.post-date * {
  color: --var(secondary-dark-color);
  font-size: 1.4rem;
}

.post-date-day {
  padding-right: 0.6rem;
  font-weight: bold;
}

.post-latest-news {
  margin-bottom: 0;
}

.post-latest-news li:not(:last-child) {
  padding-bottom: 1rem;
}

.post-latest-news li:not(:last-child) {
  border-bottom: 1px solid #e2e9ee;
  padding-bottom: 1rem;
}

.post-latest-news__bottom {
  text-align: left;
}

.post-latest-news__bottom a {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  line-height: 2.1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.post-latest-news__bottom a:hover {
  color: #0382d0;
}

.article-inner-bottom {
  margin-top: -270px;
  position: relative;
  z-index: 3;
}

.related-posts > h3,
.announcements h2.title {
  color: #012f66;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: left;
}

.related-posts h3:hover a {
  color: #fff;
  opacity: 0.7;
}

.announcements h2.title {
  text-align: center;
}

.related-posts-list {
  padding-left: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 1.8rem;
  -ms-grid-columns: 1fr 1.8rem 1fr 1.8rem 1fr 1.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.related-posts-list .swiper-slide {
  padding: 2.4rem;
  min-height: 32rem;
  border-radius: 1.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.related-posts-list .swiper-slide h3.related-posts-list__title {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2.4rem;
}

.related-posts-list .swiper-slide h3.related-posts-list__title a {
  display: block;
}

.related-posts-list__date span:not(:first-child) {
  font-size: 1.4rem;
}

.related-posts-list__read-more {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-posts-list__read-more:hover {
  color: #fff;
  opacity: 0.8;
}

.related-posts-list__read-more .read-more-icon {
  margin-left: 10px;
  width: 7.5px;
  display: inline-block;
}

.related-posts-list__date {
  margin-bottom: 2rem;
}

.related-posts-list__date time span {
  color: #b5fffa;
}

.related-posts-list .swiper-slide:nth-child(1) {
  background: #0065b3;
}

.related-posts-list .swiper-slide:nth-child(2) {
  background: #0075a3;
}

.related-posts-list .swiper-slide:nth-child(3) {
  background: #003476;
}

.related-posts-list .swiper-slide:nth-child(4) {
  background: #0065b3;
}

.announcements {
  margin-top: 7rem;
  padding-bottom: 7rem;
}

.announcement-posts {
  list-style: none;
  padding-left: 0;
}

.announcement-posts li {
  border-radius: 12px;
  padding: 25px 42px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.08);
}

.announcement-posts h3 a {
  color: var(--primary-color);
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.announcement-posts li:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*******************************/
/* HOME SEARCH */
/*******************************/

.home-search .header-search_form {
  max-width: 52rem;
}

.home-search input {
  background: #fff;
}

.home-search .header-search_form {
  margin-bottom: 4rem;
}

.home-search .services ul {
  padding-left: 0;
}

.home-search {
  position: relative;
}

.home-results__top ul {
  padding-left: 0;
  list-style: none;
}

.header-search .posts li,
.home-results__top ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;

  padding: 3px 8px;
  margin-bottom: 8px;
}

.home-results__top ul li:hover,
.header-search .posts li:hover {
  background: #ebf3f5;
}

.home-results__top ul li a,
.header-search .posts li a,
.home-search .posts li a {
  color: var(--color-primary);
  font-size: 1.8rem;
  display: block;
}

.home-results {
  display: none;
  top: 8.5rem;
  position: absolute;
  width: 100%;
  /* max-height: 55rem; */
  border-radius: var(--round-corners, 12px);
  background: #fff;
  -webkit-box-shadow: 0px 25px 31px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 31px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  z-index: 30;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2.5rem 0;
}

.home-results .all-results-btn {
  padding-left: 1.5rem;
  text-align: center;
  padding-right: 1.5rem;
}

.suggested {
  font-weight: bold;
  color: var(--primary-color);
}

.suggested + .posts {
  margin-bottom: 1rem;
}

.home-results--active {
  opacity: 1;
  pointer-events: all;
}
.home-results .all-results {
overflow-x:hidden;
}

#header-search {
  cursor: pointer;
}

/*******************************/
/* FOOTER */
/*******************************/

.copyrights-wrapper {
  background: #012f66 !important;
  color: var(--tertiary-color);
}

.copyrights-wrapper a {
  color: var(--tertiary-color);
}

footer .vc_wp_custommenu.wpb_content_element {
  margin-bottom: 0px;
}

footer .wd-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .wd-social-icons .wd-label {
  font-size: 15px;
  color: #ffffff;
  /*opacity: 0.55;*/
}

footer .wd-social-icons .wd-icon {
  color: #009eff;
}

footer .wd-social-icons .wd-icon:before {
  font-size: 3rem;
}

.footer-icons img {
  width: auto;
  height: 65px;
}

.footer-icons .inline-element:not(:last-child) {
  margin-right: 5px;
}

.widgettitle {
  color: #b5fffa;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
  text-transform: none;
}

footer li a:hover {
  opacity: 0.7;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-last-menu  {
  width: 100%;
}
 .footer-last-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3.7rem;
 }

 .footer-last-menu ul li {
  margin-bottom: 0 !important;
 }


.footer-last-menu li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.footer-menu li:last-child,
.footer-last-menu li:last-child {
  margin-bottom: 0;
}

.footer-last-menu a {
  color: #b5fffa;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
}

.footer-menu a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-last-menu li:before {
  /* display: inline-block;
  margin-right: 1rem;
  content: "";
  width: 10px;
  height: 11px;
  background: url(/wp-content/uploads/2023/11/menu-icon-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
}

footer .footer-text {
  -ms-grid-columns: 28rem 4fr;
  grid-template-columns: 28rem 4fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer-text p {
  font-size: 1.4rem;
  color: var(--primary-color);
}

.footer-text small {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}

.copyrights-wrapper .min-footer {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30rem;
  grid-template-columns: 1fr 30rem; */
}

.copyrights-wrapper .min-footer .col-left,
.copyrights-wrapper .min-footer .col-right {
  max-width: unset;
}
#menu-copyrights-menu-2,
#menu-copyrights-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#menu-copyrights-menu-2 {
  margin-top: 1rem;
}
#menu-copyrights-menu-2 li,
#menu-copyrights-menu li {
  margin-bottom: 0;
}
#menu-copyrights-menu-2 li:not(:last-child),
#menu-copyrights-menu li:not(:last-child) {
  margin-right: 2rem;
}
#menu-copyrights-menu-2 a,
#menu-copyrights-menu a {
  font-size: 1.3rem;
}

.dpo {
	font-size: 1.3rem;
	margin-bottom: 16px;
}

.dpo a:hover{
	opacity: 0.7;
}

.noheader {
	margin-top: 40px;
}

@media (max-width: 767px) {

.noheader {
	margin-top: -20px;
}
}

.footer-call-action {
  -ms-grid-column: 2;
  grid-column: 2;
}

.call-cta {
  /* margin-top: 6rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.call-cta:hover {
  opacity: 0.8;
}

.call-cta > span {
  color: #ffffff;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.call-cta svg {
  margin-right: 1rem;
}

.call-cta a {
  padding: 1.5rem 2.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: rgba(181,255,250,0.21);
  border-radius: 4rem;
  color: #fff;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.footer-menu-bottom {
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.2rem;
}

/*******************************/
/* PHOTO ARCHIVE */
/*******************************/

.post-type-archive-photografiko-yliko h1.title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  color: var(--primary-color);
}

.post-type-archive-photografiko-yliko .page-title {
  margin-bottom: 0;
}

#photo-archive {
  gap: 2rem;
  margin-bottom: 3rem;
}

#photo-archive .article-box__date {
  margin-bottom: 0.5rem;
}

#photo-archive time * {
  color: #009eff;
  margin-bottom: 1rem;
}

.photo-archive__item img {
  min-height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.photo-archive__item h3 a {
  color: var(--primary-color);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.search-results-filters button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-results-filters button:hover,
.search-results-filters button.filter-active {
  background: var(--primary-color);
  color: #fff;
}

select#search-results-cat-filter.filter-active {
  border: 2px solid var(--primary-color) !important;
}

.search-no-results #load-more-btn,
.search-results #load-more-btn {
  margin-top: 3rem;
  display: block;
  margin: 3rem auto 3rem auto;
  background: var(--primary-color);
  border-radius: 5rem;
  color: #fff;
  text-transform: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-no-results #load-more-btn:hover,
.search-results #load-more-btn:hover {
  background: var(--secondary-dark-color);
}

/*******************************/
/* PHOTO SINGLE */
/*******************************/

.single-photografiko-yliko .single-post-social {
  margin-bottom: 0;
}

.single-photografiko-yliko .post-date-day {
  font-size: 2rem;
}

.single-photografiko-yliko .post-date-month,
.single-photografiko-yliko .post-date-year {
  font-size: 1.3rem;
}

.home #search-results .spin-loader,
.header-search .spin-loader{
 display: block;
  margin: 0 auto;
}

/* MEDIA QUERIES */

@media (max-height: 750px) {
  .services-menu,
  .header-search {
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
    height: 100%;
    padding-bottom: 3rem;
  }
}

@media (max-width: 1255px) {
  .home-sidebar-posts-main-nav  {
    gap: 1rem !important;    
  }

  .home-sidebar-posts-main-nav  h3{
    gap: .5rem;
    font-size: 1.3rem !important;    
    flex-wrap: nowrap;
  }
  
}

@media (max-width: 1400px) {
    #menu-main-menu {
    gap: 10px;
  }
    #menu-main-menu a {
    font-size: 1.4rem;
  }
  .header-menu-left li img {
  margin-right: .5rem;
}
}

@media (max-width: 1110px) and (min-width: 1025px){
      #menu-main-menu {
    gap: 7px;
  }
.site-logo img {
max-width: 100px !important;
}
.header-menu-left li {
  font-size: 1.2rem;
}
}

@media (max-width: 1200px) {
  /*******************************/
  /* UTILITES */
  /*******************************/
  .grid-col-4 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  /*******************************/
  /* SERVICS MENU */
  /*******************************/
  .services_list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  /*******************************/
  /* CONTACT */
  /*******************************/

  .contact-bg-image img {
    height: 60rem;
    width: auto;
  }
}

@media (max-width: 1220px) {


  .whb-general-header .whb-col-right .header-menu-left li img {
    margin-right: 0.5rem;
  }

  .whb-space-element {
    width: 0.5rem !important;
  }

  .header-menu-left li:not(:last-child) {
    margin-right: 1rem;
  }

  .header-menu-left li {
    font-size: 1.4rem;
  }
}

@media (max-width: 1100px) {
  .footer-menu-bottom {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .home-slider .swiper-slide h3 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    max-width: 85%;
  }

  .home-slider .swiper-btn {
    padding: 4px 15px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1086px) and (min-width: 768px) {
.home-sidebar-posts-main-nav h3::after {
bottom: -.7rem;
}

  
}


@media (max-width: 1080px) and (min-width: 992px) {

  .posts-tabs-nav {
    overflow-x: auto;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    left: -16px;
width: calc(100% + 32px) !important;
padding-left: 10px !important;
padding-right: 10px !important;
  }
}

@media (max-width: 1080px) and (min-width: 768px) {
  #nav-news:before {
    content: "";
  position: absolute;
  width: calc(100% + 3.2rem) !important;
  left: -16px;
  height: 37px;
  background-color: rgba(226, 233, 238, 0.3);
}

}

@media (max-width: 1024px) {
  /*******************************/
  /* MENU */
  /*******************************/
  .header-menu-left li {
    font-size: 1.3rem;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-menu-left li img {
    margin-right: 0;
  }

  .header-menu-left li::after {
    bottom: 0;
  }

  .whb-mobile-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .whb-mobile-right .wd-header-text {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .header-menu-left span {
    display: none;
  }

  .home-slider .swiper-slide h3 {
    font-size: 3.1rem;
    line-height: 4rem;
    max-width: 95%;
  }

  .wd-nav-mobile a {
    text-transform: none !important;
  }

  .header-search,
  .services-menu,
  .mega-menu {
    position: fixed;
    /* top: 6.8rem !important; */
  }

  .whb-general-header .whb-mobile-right {
    align-items: stretch;
  }
  .whb-general-header .whb-mobile-right .wd-tools-element > a {
    /* padding-inline: 0; */
  }
  .whb-general-header .whb-mobile-right .wd-tools-element > a,
  .whb-general-header .whb-mobile-right .header-menu-left {
    height: 100%;
  }

  .whb-general-header .whb-mobile-right  .left-menu {
  
  right: -1.6rem;
  width: calc(7.6rem);
  height: 100%;
    background: #0382D0; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-left li:not(:last-child) {
  margin-right: 0;
}

  .whb-general-header  .wd-tools-custom-icon:hover .wd-custom-icon {
  opacity: 1;
}

  .whb-general-header .whb-mobile-right .wd-header-text {
  padding-left: 0;
}
  .whb-general-header .whb-mobile-right  .header-menu-left__services {
  margin-right: 1rem;
}
  .whb-general-header .whb-mobile-right .wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
  width: unset;
}
  .whb-general-header .whb-mobile-right .wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap) .wd-tools-icon img,
  .whb-general-header .whb-mobile-right .header-menu-left__services img,
  .whb-general-header .whb-mobile-right .left-menu img {
    width: 2.5rem !important;
    max-width: unset;
  }


}

@media (max-width: 991px) {
  .home-search .header-search_form {
    max-width: 100%;
  }
  .hero-row .wpb_column {
    width: 100% !important;  
  }

    .home-sidebar-posts-main-nav {
  gap: 2rem;
}
  .home-sidebar-posts-main-nav  h3{
    gap: 1rem;
    font-size: 1.5rem !important;    
    flex-wrap: nowrap;
  }
  .home-sidebar-posts-main-nav h3::after {
    bottom: -1.7rem;
  }

  .ul-holder ul.post-services-holder {
    min-height: calc(100% - 6.5rem);
    max-height: calc(100% - 6.5rem);
    padding-bottom: 1rem;
}

.footer-images-col .wd-image img {
  height: 50px;
}
}

@media (max-width: 783px) {
  /* body.admin-bar .header-search,
  body.admin-bar .services-menu,
  body.admin-bar .mega-menu{
    top: 11.2rem !important;
  } */
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  /*******************************/
  /* GENERAL */
  /*******************************/
  .mobile-rev-columns [class*="col-"]:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .whb-mobile-right .wd-header-text:nth-child(2) {
    padding-left: 0 !important;
  }

  .wd-el-table th,
  .wd-el-table td {
    min-width: 15rem;
  }

  .header-search,
  .services-menu,
  .mega-menu {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 10rem;
  }

  /* SWIPER PAGINATION */

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50%;
    text-align: left;
  }

  /* CALL CTA */

  .call-cta svg {
    width: 20px;
  }

  .call-cta a {
    padding: 1rem 2.5rem;
    font-size: 2rem;
  }

  /* CONTACT */

  .wpforms-container input {
    height: 5rem;
  }

  .wpforms-container .wpforms-field {
    padding: 1rem 0;
  }

  .wpforms-submit-container button {
    width: 20rem;
    height: 5rem;
  }

  /* FAQ */

  .faq-section .wd-accordion-item .wd-accordion-title span {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  /*******************************/
  /* HOME */
  /*******************************/
  .home-search .header-search_form {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .header-search_form {
    margin-bottom: 2rem;
  }

  .header-search #search,
  .header-search #search-action,
  .home-search .header-search_form #search,
  .home-search .header-search_form .search-button {
    height: 5rem;
  }

  .home-slider .swiper-slide h3 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .home-slider .swiper-btn {
    padding: 3px 15px;
    font-size: 1.3rem;
  }

  .home-slider .swiper-slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-slider .swiper-slide span {
    margin-bottom: 1.8rem;
  }

  .related-posts-list .swiper-button-prev::after,
  .related-posts-list .swiper-button-next::after,
  .on-slider .swiper-button-prev::after,
  .on-slider .swiper-button-next::after,
  .home-slider .swiper-button-prev.prev-btn::after,
  .home-slider .swiper-button-next.next-btn::after {
    font-size: 1.7rem !important;
  }

  .home-slider .swiper-button-prev.prev-btn {
    right: 8.5rem !important;
  }

  .on-slider .swiper-button-prev {
    right: 6rem;
  }
  .related-posts-list .swiper-pagination,
  .on-slider .swiper-pagination {
    margin-top: 3rem;
  }

  .related-posts-list .swiper-button-prev,
  .related-posts-list .swiper-button-next,
  .on-slider .swiper-button-prev,
  .on-slider .swiper-button-next,
  .home-slider .swiper-button-prev.prev-btn,
  .home-slider .swiper-button-next.next-btn {
    width: 3.8rem;
    height: 3.8rem;
  }

  .on-slider h3 {
    font-size: 5rem;
  }

  .home-slider .swiper-slide h3 {
    max-width: unset;
  }

  .home-slider {
    height: 42rem;
  }

  .home-sidebar-posts {
    max-height: 65rem !important;
  }
.services-menu__title h3 {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
.services_list {
gap:2rem 1rem !important;
}
  .services_list_holder .simplebar-content {
padding-right: 0 !important;
}
  .services_list_holder {  
  /* height: calc(100vh - 30rem);
  height: calc(100svh - 30rem); */
  height: unset !important;
  }

  /*******************************/
  /* UTILITES */
  /*******************************/
  .grid-col-4 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .article-inner-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  /*******************************/
  /* SERVICS MENU */
  /*******************************/
  .services_list {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }

  /*******************************/
  /* PHOTO ARCHIVE */
  /*******************************/
  .photo-archive__item img {
    min-height: 300px;
    max-height: 300px;
  }

  /*******************************/
  /* Single Post */
  /*******************************/

  .single-post .article-inner-top {
    padding-bottom: 35rem;
  }

  .single-photografiko-yliko .post-title,
  .single-post .post-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }

  .related-posts-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .related-posts > h3,
  .announcements h2.title {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .announcements {
    padding-bottom: 2rem;
  }

  /*******************************/
  /* FOOOTER */
  /*******************************/
  footer .footer-text {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer .footer-text p {
    margin-top: 1rem;
  }

  footer .widgettitle {
    margin-bottom: 1rem;
  }

  footer .call-cta {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem !important;
  }

  footer .footer-text > * {
    width: 100%;
  }

  .footer-menu-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-last-menu li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

.footer-last-menu ul {
    flex-direction: column;
    gap: 1.5rem;
  }

.footer-images-col .wd-image img {
  height: 65px;
}
  /*******************************/
  /* CONTACT */
  /*******************************/

  .contact-bg-image {
    top: -20%;
  }

  .contact-bg-image img {
    height: 40rem;
    width: auto;
  }

  /*******************************/
  /* FOOTER */
  /*******************************/

  .copyrights-wrapper .min-footer {
    /* grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; */
  }
}

@media (max-width: 675px) {
  /*******************************/
  /* UTILITES */
  /*******************************/
  .grid-col-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  /*******************************/
  /* SERVICS MENU */
  /*******************************/
  .services_list {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  /*******************************/
  /* PHOTO ARCHIVE */
  /*******************************/
  .photo-archive__item img {
    min-height: 270px;
    max-height: 270px;
  }

  /*******************************/
  /* SEARCH */
  /*******************************/

  .search-results-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-results-filters button,
  .search-results-filters .select-dropdown,
  .select-dropdown__list {
    width: 100%;
  }

  .select-dropdown {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /*******************************/
  /* BLOG */
  /*******************************/

  .related-posts li,
  .blog-holder article {
    min-height: 20rem;
  }

  .archive.category h1 {
    font-size: 2.4rem;
  }

  .article-box__date .post-date-day,
  .article-box__date .post-date-month,
  .article-box__date .post-date-year {
    font-size: 1.5rem !important;
  }

  h3.article-box__title {
    /* font-size: 1.5rem;
    line-height: 2rem; */
  }

  .article-box__read-more {
    font-size: 1.4rem;
  }

  .article-box__date {
    margin-bottom: 1rem;
  }

  /* SINGLE POST */

  .related-posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 408px) {  
  .home-sidebar-posts-main-nav {
    height: 5rem;
  }

  .home-sidebar-posts-main-nav h3 {
    justify-content: center;
  }

  .home-sidebar-posts-main-nav h3 span{flex: 1;}

}

@media (max-width: 360px) { 
  .posts-tabs-nav {
    justify-content: start !important;
    overflow-x: auto;
  }
  
}