/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap");
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("../fonts/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Oblique"),
    url("../fonts/Helvetica-Oblique.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Bold"),
    url("../fonts/Helvetica-Bold.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Bold Oblique"),
    url("../fonts/Helvetica-BoldOblique.woff") format("woff");
}

body {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  color: #0f0e4d;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}
.icons {
  width: 50%;
}
.container-footer {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn:focus,
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Bold";
  color: #0f0e4d;
  margin-top: 0px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #0f0e4d;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */

.btn {
  -moz-user-select: none;
  background: #ffb607;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 22px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  color: #fff;
  background: #0f0e4d;
}
.breadcrumb > .active {
  color: #888;
}
/* scrollUp */
#scrollUp {
  background: #ffb607;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 77px;
  color: #0f0e4d;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 43px;
}
#scrollUp:hover {
  background: #0f0e4d;
  color: #fff;
}

/* 2. header */
.header-top {
  background: #0f0e4d;
  padding: 11px 0;
}
.header-contact ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica";
  margin-right: 40px;
  color: #fff;
}
.header-contact ul li:last-child {
  margin-right: 0;
}
.header-contact ul li i {
  margin-right: 5px;
}
.header-social a {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}
.header-social a:hover {
  color: #ffb607;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 35px;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li a {
  display: block;
  color: #0f0e4d;
  opacity: 0.8;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.main-menu ul li:hover > a {
  color: #ffb607;
  opacity: 1;
}
.main-menu ul li.active > a {
  color: #ffb607;
  opacity: 1;
}
.main-menu ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffb607;
  transition: 0.3s;
}
.main-menu ul > li:hover > a::before {
  width: 100%;
}
.main-menu ul li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffb607;
  transition: 0.3s;
}
.menu-icon a {
  font-size: 20px;
  color: #666666;
}
.menu-icon a:hover {
  color: #ffb607;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.s-header-contact {
  text-align: right;
}
.s-header-contact ul li {
  display: inline-block;
  margin-left: 45px;
  text-align: left;
}
.s-header-contact ul li:first-child {
  margin-left: 0;
}
.s-header-contact ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.s-header-contact ul li span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.s-header-top {
  padding: 18px 0;
}
.s-header-bg {
  background: #0f0e4d;
}
.white-menu ul li {
  margin-left: 40px;
}
.white-menu ul li:first-child {
  margin-left: 40px;
}
.white-menu ul li a {
  color: #fefefd;
  opacity: 1;
  padding: 28px 0;
}
.h-user-info a {
  display: inline-block;
  background: #ffb607;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 28px 35px;
}
.h-user-info a:first-child {
  background: transparent;
}
.h-user-info a:first-child:hover {
  color: #ffb607;
}
.transparent-header .sticky-menu {
  background: #0f0e4d;
}
.menu-btn .btn {
  font-size: 14px;
  padding: 18px 40px;
  border-radius: 50px;
}
.breadcrumb-top-wrap {
  min-height: 370px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.breadcrumb-title h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Helvetica";
  margin-bottom: 0;
}
.breadcrumb-link .breadcrumb {
  display: unset;
  display: unset;
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: unset;
  border-radius: unset;
}
.breadcrumb-link .breadcrumb li {
  display: inline-block;
  color: #5e5d7c;
  font-size: 18px;
  font-family: "Helvetica";
}
.breadcrumb-link .breadcrumb li a {
  color: #5e5d7c;
}
.breadcrumb-link .breadcrumb li.active {
  color: #ffb607;
}
.breadcrumb-bottom {
  box-shadow: 0px 10px 50px 0px rgba(38, 66, 99, 0.1);
  padding: 22px 0;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  min-width: 260px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in;
  text-align: left;
  z-index: 9;
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li .submenu li {
  margin-left: 0;
  display: block;
}
.main-menu ul li .submenu li a {
  padding: 8px 5px;
  color: #0f0e4d;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background: #ffb607;
  z-index: 99;
  border-radius: unset;
  opacity: 0;
  transition: 0.5s;
}
.main-menu ul li .submenu li:hover > a::before {
  opacity: 1;
  left: 0;
}
.main-menu ul li .submenu li:hover > a {
  padding-left: 20px;
}

/* Scroll pentru submenu – adăugat fără să modifice stilurile existente */
.main-menu ul li .submenu {
  max-height: 350px;    /* înălțimea maximă, o poți schimba */
  overflow-y: auto;     /* scroll vertical */
  overflow-x: hidden;   /* fără scroll orizontal */
}

/* scrollbar discret */
.main-menu ul li .submenu::-webkit-scrollbar {
  width: 6px;
}

.main-menu ul li .submenu::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}

.main-menu ul li .submenu::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.35);
}

/* search-modal */
#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
  z-index: 999999;
}
.modal-backdrop {
  z-index: 1;
}
#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}
#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}
#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  color: #fff;
  font-family: "Helvetica";
  padding-bottom: 12px;
  padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  font-family: "Helvetica";
}
#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  font-family: "Helvetica";
}
#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: #ffb607;
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px;
}

/* 3. slider */
.slider-bg {
  position: relative;
  min-height: 848px;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0f0e4d;
  opacity: 0.7;
  z-index: -1;
}
.slider-content h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}
.slider-content p {
  color: #fff;
}
.slider-content p {
  color: #fff;
  margin-bottom: 45px;
}
.s-slider-bg {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 795px;
  z-index: 1;
}
.s-slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0f0e4d;
  opacity: 0.4;
  z-index: -1;
}
.s-slider-content p {
  margin-bottom: 35px;
  font-size: 16px;
}
.ss-box {
  position: relative;
  width: 510px;
  margin: 0 auto;
}
.ss-box input {
  width: 100%;
  padding: 22px 25px;
  padding-right: 190px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Helvetica";
  border: 2px solid #fff;
}
.ss-box input::placeholder {
  font-weight: 400;
  color: #fff;
  font-family: "Helvetica";
}
.ss-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  padding: 22px 45px;
  font-size: 14px;
  color: #c3c3cd;
  background: #0f0e4d;
  cursor: pointer;
  transition: 0.3s linear;
}
.ss-box button:hover {
  background: #ffb607;
  color: #fff;
}
.t-slider-bg {
  min-height: 966px;
}
.t-slider-bg::before {
  opacity: 0.8;
}
/* 4. features */
.single-features {
  background: #3877f2;
  padding: 50px 35px;
  overflow: hidden;
  transition: 0.3s linear;
  transform: translateY(0);
  padding-bottom: 45px;
  box-shadow: 0px 20px 60px 0px rgba(15, 14, 77, 0.2);
}
.features-content h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.features-content p {
  color: #fff;
  margin-bottom: 15px;
}
.features-more {
  overflow: hidden;
}
.features-content a {
  color: #fff;
  font-family: "Helvetica";
  margin-left: -97px;
}
.features-content a i {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.single-features:hover .features-content a {
  margin-left: 0;
}
.single-features.green {
  background: #F2CD5C;
}
.single-features.red {
  background: #f15b5b;
}
.single-features:hover {
  transform: translateY(-10px);
}
.features-mt {
  position: relative;
  z-index: 1;
  margin-top: -300px;
}
.s-features-content h4 {
  font-size: 30px;
  font-family: "Helvetica";
  margin-bottom: 15px;
}
.s-features-content p {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.7;
  line-height: 1.6;
}
.s-features-icon img {
  transition: 0.5s linear;
  transform: rotateY(0deg);
}
.s-single-features:hover .s-features-icon img {
  transform: rotateY(360deg);
}
.t-features-content {
  background: #3877f2;
  padding: 30px;
  padding-left: 70px;
  padding-right: 25px;
  border-radius: 5px;
}
.t-features-content h5 {
  font-size: 24px;
  color: #fff;
  font-family: "Helvetica";
  margin-bottom: 5px;
}
.t-features-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.t-single-features {
  position: relative;
}
.t-features-icon {
  position: absolute;
  box-shadow: 0px 15px 20px 0px rgba(73, 45, 45, 0.25);
  border-radius: 50%;
  left: -20px;
  top: -20px;
}
.t-slider-bg .row:last-child .col-md-6:nth-child(2) .t-features-content {
  background: #a8c95a;
}
.t-slider-bg .row:last-child .col-md-6:last-child .t-features-content {
  background: #f15b5b;
}

/* 5. about */
.about-content h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 22px;
  font-family: "Helvetica";
}
.about-content h2 span {
  color: #ffb607;
}
.about-content p {
  margin-bottom: 30px;
  padding-right: 20px;
}
.about-content p:last-child {
  margin-bottom: 0;
  padding-right: 0;
}

/* 6. counter */
.counter-bg {
  background-position: center;
  background-repeat: no-repeat;
}
.counter-content h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
}
.counter-content span {
  color: #fff;
  font-size: 20px;
  display: block;
  font-family: "Helvetica";
  line-height: 1;
}

/* 7. events */
.single-events {
  overflow: hidden;
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
  margin-bottom: 40px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.event-content {
  padding: 45px;
  padding-left: 50px;
  width: 694px;
}
.event-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Helvetica";
}
.event-content h3:hover a {
  color: #151452;
}
.event-date {
  background: #ffb607;
  padding: 49px 50px;
  text-align: center;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.event-meta ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica";
  opacity: 0.8;
  margin-right: 30px;
}
.event-meta ul li i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.event-date h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.event-date span {
  font-size: 16px;
  color: #fff;
  font-family: "Helvetica";
}
.single-events:hover {
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.1);
}
.e-details-thumb img {
  width: 100%;
}
.event-show-date {
  float: left;
  margin-right: 30px;
}
.event-show-date h3 {
  height: 60px;
  width: 65px;
  background: #ffb607;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
  line-height: 41px;
}
.event-show-date h3 span {
  display: block;
  line-height: 1;
  margin-top: -6px;
  font-size: 16px;
}
.e-details-title h2 {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 60px;
  font-size: 38px;
}
.e-details-title h2 span {
  font-size: 15px;
  background: #ffb607;
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  margin-left: 50px;
  position: relative;
  top: -9px;
}
.e-details-content p {
  margin-bottom: 15px;
}
.e-details-info h2 {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 1;
}
.e-details-info ul li {
  font-family: "Helvetica";
  font-size: 16px;
  margin-bottom: 10px;
}
.e-details-info ul li:last-child {
  margin-bottom: 0;
}
.e-details-info ul li i {
  font-size: 16px;
  color: #ffb607;
  margin-right: 15px;
}
.e-details-info ul {
  margin-bottom: 30px;
}
.e-details-info-img img {
  width: 100%;
}

/* 9. blog */
.single-side-post {
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
  transition: 0.5s;
  margin-bottom: 36px;
}
.side-post-thumb {
  margin-right: 25px;
  position: relative;
}
.side-post-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0f0e4d;
  transition: 0.5s;
  opacity: 0;
}
.side-post-content {
  padding: 18px;
  padding-left: 0;
}
.side-post-content .post-date span {
  font-size: 14px;
  color: #0f0e4d;
  opacity: 0.8;
  display: block;
  margin-bottom: 10px;
}
.side-post-content h5 {
  font-size: 20px;
  font-family: "Helvetica";
  margin-bottom: 10px;
}
.side-post-content h5:hover a {
  color: #0f0e4d;
}
.side-post-content > a {
  font-size: 16px;
  color: #ffb607;
}
.side-post-content > a:hover {
  color: #0f0e4d;
}
.side-post-content > a i {
  position: relative;
  top: 2px;
}
.single-side-post:hover {
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.2);
}
.single-side-post:hover .side-post-thumb::before {
  opacity: 0.8;
}
.single-side-post:last-child {
  margin-bottom: 0;
}
.single-slide-blog img {
  width: 100%;
}
.single-slide-event {
  position: relative;
}
.overlay-event {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #0f0e4d;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.slide-event-date {
  background: #ffb607;
  float: left;
  width: 120px;
  text-align: center;
  padding: 54px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.slide-event-content {
  overflow: hidden;
  padding: 20px;
}
.slide-event-content h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.slide-event-content h3:hover a {
  color: #ffb607;
}
.slide-event-content ul li {
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica";
  margin-bottom: 7px;
}
.slide-event-content ul li:last-child {
  margin-bottom: 0;
}
.slide-event-content ul li i {
  margin-right: 5px;
}
.slide-event-date h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 5px;
  line-height: 1;
}
.slide-event-date span {
  color: #fff;
  font-family: "Helvetica";
  display: block;
}
.journal-thumb img {
  width: 100%;
}
.journal-content {
  padding: 35px 30px;
  padding-top: 0;
}
.journal-meta {
  background: #ffb607;
  text-align: center;
  padding: 7px 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.journal-meta ul li {
  display: inline-block;
  font-size: 14px;
  font-family: "Helvetica";
  color: #fff;
}
.journal-meta ul li:nth-child(2) {
  margin: 0 15px;
}
.journal-meta ul li a {
  color: #fff;
}
.journal-meta ul li a:hover {
  color: #0f0e4d;
}
.journal-content h3 {
  font-size: 20px;
  font-family: "Helvetica";
  margin-bottom: 10px;
  transition: 0.3s linear;
}
.journal-content h3:hover a {
  color: #ffb607;
}
.journal-content p {
  margin-bottom: 0;
  font-size: 16px;
  opacity: 0.7;
  transition: 0.3s linear;
}
.single-journal {
  background: #fff;
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
  transition: 0.3s linear;
  border-radius: 3px;
}
.single-journal:hover {
  box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.3);
  background: #0f0e4d;
}
.single-journal:hover .journal-content h3,
.single-journal:hover .journal-content p {
  color: #fff;
}

.bsingle__post-thumb img {
  width: 100%;
}
.bsingle__content {
  padding: 50px;
  border: 2px solid #dadeff;
}
.meta-info ul {
  margin-bottom: 7px;
}
.meta-info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}
.meta-info ul li:last-child {
  margin-right: 0px;
}
.meta-info ul li a {
  color: #5f708f;
  text-transform: capitalize;
}
.meta-info ul li i {
  margin-right: 5px;
}
.bsingle__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.bsingle__content p {
  padding-right: 35px;
  margin-bottom: 25px;
}
.meta-info ul li a:hover {
  color: #ffb607;
}
.bsingle__content h2:hover a {
  color: #ffb607;
}
.bsingle__post .video-p {
  position: relative;
}
.bsingle__post .video-p .video-i {
  height: 80px;
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #0f0e4d;
}
.blog-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.blog-active .slick-arrow.slick-next {
  right: 40px;
  left: auto;
}
.blog-active .slick-arrow:hover {
  opacity: 1;
}
.quote-post {
  background-position: center;
  background-repeat: no-repeat;
}
.quote-post .quote-icon {
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
}
.quote-post h2 {
  overflow: hidden;
  margin-bottom: 0;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #d2d2ff;
  border-radius: 50%;
  color: #2e265d;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  font-family: "Helvetica Bold";
}
.pagination-wrap .pagination li.active a {
  background: #0f0e4d;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(97, 97, 235, 0.49);
}
.pagination-wrap .pagination li a:hover {
  background: #0f0e4d;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(97, 97, 235, 0.49);
}
.widget {
  padding: 35px 25px 35px 25px;
  border: 2px solid #dadeff;
  overflow: hidden;
}
.widget-title {
  margin-bottom: 40px;
}
.widget-title h4 {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1;
}
.slidebar__form {
  position: relative;
}
.slidebar__form input {
  background: #f2f1ff;
  border: none;
  width: 100%;
  padding: 18px 30px;
  padding-right: 75px;
  font-family: "Helvetica";
  font-size: 16px;
}
.slidebar__form input::placeholder {
  font-family: "Helvetica";
}
.slidebar__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #0f0e4d;
  padding: 18px 23px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.slidebar__form button:hover {
  background: #ffb607;
}
.widget-insta-post li {
  display: inline-block;
  margin: 5px 3px;
}
.widget-insta-post li a {
  position: relative;
  display: block;
}
.widget-insta-post li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0f0e4d;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-insta-post li:hover a::before {
  opacity: 0.7;
}
.widget-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #dadeff;
  color: #8f8bb8;
  margin: 0 3px;
}
.widget-social a:hover {
  background: #0f0e4d;
  color: #ffffff;
  border-color: #0f0e4d;
}
.cat__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.cat__list li a {
  font-size: 16px;
  color: #605a88;
}
.cat__list li a span {
  float: right;
  display: block;
}
.cat__list li:hover a {
  color: #0f0e4d;
}
.cat__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.widget__post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
.widget__post-thumb {
  float: left;
  display: block;
  margin-right: 20px;
}
.widget__post-content {
  overflow: hidden;
  display: block;
}
.widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
}
.widget__post-content h6:hover a {
  color: #ffb607;
}
.widget__post-content span {
  font-size: 14px;
}
.widget__post-content span i {
  margin-right: 8px;
}
.widget__post ul li:last-child {
  margin-bottom: 0;
}
.widget__tag ul li {
  display: inline-block;
  margin: 5px 3px;
}
.widget__tag ul li a {
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  color: #605a88;
  padding: 7px 17px;
}
.widget__tag ul li:hover a {
  background: #0f0e4d;
  border-color: #0f0e4d;
  color: #ffffff;
}
.widget.widget__banner {
  border: none;
  padding: 0;
  text-align: center;
}
.widget__banner img {
  width: 100%;
}
.details__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 0;
}
.details__content p {
  margin-bottom: 18px;
}
.details__content blockquote {
  background: #0f0e4d;
  padding: 30px 35px;
  padding-left: 90px;
  position: relative;
  font-size: 18px;
  padding-right: 50px;
  margin-top: 45px;
  margin-bottom: 45px;
  line-height: 1.7;
  color: #fff;
  z-index: 1;
  font-style: italic;
}
.details__content blockquote::before {
  position: absolute;
  content: "";
  left: 19px;
  top: 29px;
  background: url(../img/icon/blockquote_d.png);
  height: 86px;
  width: 92px;
  z-index: -1;
}
.details__content blockquote footer {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}
.details__content-img {
  margin: 45px 0;
}
.details__content-img img {
  width: 100%;
}
.details__content figure {
  margin-top: 45px;
  margin-bottom: 60px;
}
.details__content figure img {
  float: left;
  width: 255px;
  margin-right: 30px;
}
.post__tag h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.post__tag ul li {
  display: inline-block;
  margin-right: 15px;
}
.post__tag ul li a {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  padding: 12px 18px;
  display: inline-block;
  border-radius: 3px;
  color: #605a88;
  font-family: "Helvetica";
}
.post__tag ul li a:hover {
  border-color: #0f0e4d;
  color: #fff;
  background: #0f0e4d;
}
.post__share h5 {
  font-size: 22px;
  margin-bottom: 30px;
}
.post__share ul li {
  margin-left: 20px;
  display: inline-block;
}
.post__share ul li a {
  font-size: 18px;
  display: inline-block;
  color: #b5becc;
}
.post__share ul li a:hover {
  color: #0f0e4d;
}
.posts_navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}
.posts_navigation .prev-link h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.posts_navigation .next-link span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}
.posts_navigation .next-link h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.posts_navigation .next-link h4:hover a,
.posts_navigation .prev-link h4:hover a {
  color: #0f0e4d;
}
.related__post .post-title {
  margin-bottom: 35px;
}
.related__post .post-title h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 500;
}
.related-post-wrap .post-thumb img {
  width: 100%;
}
.related-post-wrap .rp__content {
  padding: 44px;
  border: 2px solid #f4f3fb;
  border-top: none;
}
.related-post-wrap .rp__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.related-post-wrap .rp__content p {
  margin-bottom: 0;
}
.related-post-wrap .rp__content h3:hover a {
  color: #0f0e4d;
}
.avatar__wrap {
  background: #f3f1ff;
  padding: 50px 80px;
}
.avatar__wrap .avatar-img {
  margin-top: -115px;
  margin-bottom: 35px;
}
.avatar__info h5 {
  font-size: 26px;
  margin-bottom: 10px;
}
.avatar__info-social {
  margin-bottom: 20px;
}
.avatar__info-social a {
  font-size: 16px;
  color: #9498b6;
  display: inline-block;
  margin: 0 5px;
}
.avatar__info-social a:hover {
  color: #0f0e4d;
}
.avatar__wrap-content p {
  margin-bottom: 0;
}
.avatar__wrap .avatar-img img {
  border-radius: 50%;
}
.comment__wrap-title {
  margin-bottom: 35px;
}
.comment__wrap-title h5 {
  font-size: 26px;
  margin-bottom: 0;
}
.single__comment .comments-avatar {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.comment-text {
  overflow: hidden;
}
.comment-text .avatar-name {
  overflow: hidden;
}
.comment-text .avatar-name h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.comment-text .avatar-name span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0f0e4d;
}
.comment-text .avatar-name .comment-reply {
  float: right;
  border: 2px solid #f4f4ff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: -18px;
  color: #7886a0;
}
.comment-text .avatar-name .comment-reply i {
  margin-right: 5px;
}
.comment-text .avatar-name .comment-reply:hover {
  border-color: #0f0e4d;
  color: #fff;
  background: #0f0e4d;
}
.comment-text p {
  margin-bottom: 0;
}
.single__comment.children .avatar-name h6 i {
  font-size: 12px;
  color: #0f0e4d;
  margin-left: 20px;
}
.single__comment.children {
  margin-left: 130px;
}
.comment__wrap {
  border-bottom: 1px solid #eaeaea;
}
.comment__form {
  padding: 50px;
  background: #f8f6ff;
}
.comment__form .comment-field {
  position: relative;
}
.comment__form .comment-field i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f0e4d;
  font-size: 14px;
}
.comment__form .comment-field.text-area i {
  top: 25px;
  transform: unset;
}
.comment__form .comment-field textarea {
  height: 150px;
  width: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  background: #ffffff;
  border: none;
  transition: 0.3s ease-in-out;
}
.comment__form .comment-field input {
  width: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  background: #ffffff;
  border: none;
  transition: 0.3s ease-in-out;
}
.comment__form .comment-field textarea::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}
.comment__form .comment-field input::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}
.single__comment .comments-avatar img {
  border-radius: 50%;
}

/* 15. contact */
.contact-wrap {
  box-shadow: 0px 0px 56px 14px rgba(186, 179, 226, 0.1);
  padding: 80px 60px;
}
.c-form-group {
  margin-bottom: 50px;
}
.c-form-group label {
  color: #0f0e4d;
  opacity: 0.5;
  cursor: unset;
  font-size: 18px;
}
.c-form-group input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #cfcfdb;
  padding-bottom: 5px;
  font-size: 20px;
}
.c-checkbox input {
  margin-right: 10px;
}
.c-checkbox label {
  color: #0f0e4d;
  margin-bottom: 0;
  font-size: 18px;
  cursor: unset;
}
.c-form-group textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
  border: none;
  height: 100%;
}
.c-form-group.p-relative {
  position: relative;
  padding-left: 20px;
}
.contact-form .btn {
  width: 100%;
}
.c-form-group.p-relative::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #cfcfdb;
}
/* 16. brand */
.single-brand img {
  display: inline-block;
}

/* 17. cta */
.cta-content p {
  margin-bottom: 35px;
}
.cta-content .btn {
  background: #0f0e4d;
}
.cta-content .btn:hover {
  background: #ffb607;
}

/* 18. footer */
.fw-title h3 {
  color: #fff;
  font-size: 24px;
}
.footer-trext p {
  color: #a6a6b5;
  margin-bottom: 0;
}
.footer-contact ul li {
  color: #a6a6b5;
  font-family: "Helvetica";
  margin-bottom: 10px;
}
.footer-contact ul li i {
  margin-right: 10px;
  color: #a6a6b5;
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.fw-link ul li {
  margin-bottom: 10px;
}
.fw-link ul li:last-child {
  margin-bottom: 0;
}
.fw-link ul li a {
  color: #a6a6b5;
}
.fw-link ul li a:hover {
  color: #ffb607;
}
.copyright-area {
  background: #0c0b43;
  padding: 15px 0;
}
.copyright-text p {
  font-size: 16px;
  color: #a6a6b5;
  margin-bottom: 0;
}
.copyright-link ul li {
  display: inline-block;
  margin-left: 20px;
}
.copyright-link ul li a {
  font-size: 16px;
  color: #a6a6b5;
}
.copyright-link ul li a:hover {
  color: #ffb607;
}
/*--- 19. preloader ---*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}
.preloader {
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #0f0e4d;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#accessibility-toggle {
  position: fixed;
  top: 35px;
  left: 15px;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 9999;
  font-size: 40px;
}

#accessibility-menu {
  position: fixed;
  top: 40px;
  left: 85px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  z-index: 9999;
}

.hidden {
  display: none;
}

.high-contrast, 
.high-contrast * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

/* Linkurile */
.high-contrast a,
.high-contrast a * {
  color: #00e5ff !important;
  text-decoration: underline !important;
}

/* Imagini mai „inverse” (optional) */
.high-contrast img {
  filter: invert(100%) !important;
}

/* Butoane */
.high-contrast button,
.high-contrast button * {
  background-color: #222 !important;
  color: #fff !important;
}

/* Input-uri şi textarea */
.high-contrast input,
.high-contrast textarea,
.high-contrast select {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}


.highlight-links a {
  background: yellow;
}

.dyslexia-font {
  font-family: "OpenDyslexic", Arial, sans-serif;
}
