/*---------------------------------------------------- */
/*General*/
:root {
  --color-bg: #0b1120;
  --color-surface: #0e1420;
  --color-surface-soft: rgba(255, 255, 255, 0.04);
  --color-text: #e8edfc;
  --color-text-muted: #cfd7f4;
  --color-border: rgba(232, 237, 252, 0.14);
  --color-accent: #87a3ee;
  --color-accent-strong: #a442e5;
  --color-accent-flat: #7d8cff;
  --gradient-brand: linear-gradient(135deg, #87a3ee 0%, #a442e5 100%);
  --font-body: "Roboto", sans-serif;
  --font-heading: "Heebo", sans-serif;
  --text-base: 16px;
  --text-sm: 14px;
  --text-lg: 18px;
  --text-xl: 24px;
  --text-hero: 48px;
  --line-base: 1.65;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-soft: 0 12px 36px rgba(0, 0, 0, 0.18);
}

html {
  font-size: 16px;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: var(--line-base);
  font-size: var(--text-base);
  font-family: var(--font-body);
  font-weight: normal;
  color: var(--color-text) !important;
  background: var(--color-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: bold;
  color: var(--color-text);
  line-height: 1.25;
}

p,
li,
label,
input,
textarea,
select {
  color: var(--color-text-muted);
}

section h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

section h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.4rem);
  margin-bottom: 0.9rem;
}

section h4 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad_top {
  padding-top: 120px;
}

.pad_bt {
  padding-bottom: 120px;
}

.mt-25 {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  max-width: 670px;
  margin: 0px auto 75px;
}

.main_title h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: var(--color-text);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.main_title p {
  font-size: var(--text-base);
  font-family: var(--font-body);
  font-weight: normal;
  line-height: var(--line-base);
  color: var(--color-text-muted);
  margin-bottom: 0px;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .container.box_1620 {
  display: flex;
  align-items: center;
}

.header_area .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.header_area .navbar .navbar-brand img {
  display: block;
}

.header_area .navbar .navbar-collapse {
  align-items: center;
}

.header_area .navbar .menu_nav {
  align-items: center;
}

/* Grundstil für alle First-Level nav-links */
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link,
.header_area .navbar .nav > .nav-item > .nav-link {
  font: 500 12px/120px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #e8edfc;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

/* Unterstrich-Effekt für alle First-Level Punkte */
.header_area .navbar .nav > .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 42px;
  background: #fff;
  height: 3px;
  border-radius: 3px;
  transition: left 0.3s ease-out, right 0.3s ease-out;
}

/* Unterstrich-Effekt für alle First-Level Punkte */
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 20px;
  background: #007bff;
  height: 3px;
  border-radius: 3px;
  transition: left 0.3s ease-out, right 0.3s ease-out;
}

/* Hover-Effekt */
.header_area.navbar_fixed .navbar .nav > .nav-item > .nav-link:hover::after,
.header_area.navbar_fixed .navbar .nav > .nav-item:hover > .nav-link::after,
.header_area .navbar .nav > .nav-item > .nav-link:hover::after,
.header_area .navbar .nav > .nav-item:hover > .nav-link::after {
  left: 0;
  right: 0;
}

/* Submenu-Links sollen keinen Unterstrich haben */
.header_area .navbar .nav .nav-item.submenu ul .nav-link::after {
  display: none !important;
}

/* Abstand zwischen den First-Level Items */
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #e8edfc;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item-language {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header_area .navbar .nav .nav-item-language .nav-link::after {
  display: none;
}

.header_area .navbar .nav .nav-item-language .language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 120px;
}

.header_area .navbar .nav .nav-item-language .language-switcher .nav-link {
  line-height: 120px;
  opacity: 0.55;
  font: 500 12px/120px "Roboto", sans-serif;
  letter-spacing: 0.08em;
  color: #e8edfc;
}

.header_area .navbar .nav .nav-item-language .language-switcher .nav-link:hover{
  text-decoration: underline;
  text-decoration-thickness: 2px; 
}

.header_area .navbar .nav .nav-item-language .language-switcher .nav-link.is-active {
  opacity: 1;
}

.header_area .navbar .nav .nav-item-language .language-divider {
  color: #e8edfc;
  opacity: 0.55;
  line-height: 120px;
  font: 500 12px/120px "Roboto", sans-serif;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item-language .language-switcher .nav-link {
  line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item-language .language-divider {
  line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item-language .language-switcher {
  height: 70px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(11, 17, 32, 0.96);
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: var(--shadow-soft);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #f9f9ff;
}

.top_menu .header_social li {
  display: inline-block;
  margin-right: 15px;
}

.top_menu .header_social li a {
  font-size: 14px;
  color: #e8edfc;
  display: inline-block;
  line-height: 42px;
  transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
  margin-right: 0px;
}

.top_menu .header_social li:hover a {
  color: #766dff;
}

.top_menu .dn_btn {
  line-height: 42px;
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #e8edfc;
  transition: all 300ms linear 0s;
}

.top_menu .dn_btn:hover {
  color: #766dff;
}

.top_menu .dn_btn:last-child {
  margin-right: 0px;
}

.top_menu .lan_pack {
  height: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  line-height: 28px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 19px;
  padding-right: 36px;
  color: #e8edfc;
  background: #f9f9ff;
  margin-right: 5px;
  margin-top: 8px;
}

.top_menu .lan_pack .current {
  color: #e8edfc;
}

.top_menu .lan_pack:after {
  content: "\f0d7";
  border: none !important;
  font: normal normal normal 12px/1 FontAwesome;
  transform: rotate(0deg);
  height: auto;
  margin-top: -6px;
  right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  position: relative;
  z-index: 1;
  background-image: var(--gradient-brand);
  margin-bottom: 200px;
}

.home_banner_area .box_1620,
.banner_area > .box_1620 {
  min-height: 700px;
  border-radius: 12px;
  position: relative;
  bottom: -200px;
  background: #0e1420;
  background: var(--color-surface);
  padding: 30px 30px 0 0;
  box-shadow: var(--shadow-soft);
}

.home_banner_area .banner_inner,
.banner_area .banner_inner {
  position: relative;
  width: 100%;
  display: flex;
}

.home_banner_area .banner_inner .banner_content,
.banner_area .banner_inner .banner_content {
  color: #e8edfc;
  vertical-align: middle;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
}

.home_banner_area .banner_inner .banner_content .media .d-flex {
  padding-right: 125px;
}

.home_banner_area .banner_inner .banner_content .media .media-body {
  vertical-align: middle;
  align-self: center;
}

@media (min-width: 1200px) {
  .anni-bild {
    border-bottom-left-radius: 12px;
  }
}

.blog_banner {
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 780px;
  z-index: 1;
}

.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
  opacity: 0.5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: auto;
  color: #e8edfc;
}

.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  line-height: 66px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}

.blog_banner .banner_inner .blog_b_text .white_bg_btn {
  line-height: 42px;
  padding: 0px 45px;
  border-radius: 5px;
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 350px;
  background-image: var(--gradient-brand);
  margin-bottom: 120px;
}

.banner_area .box_1620 {
  background: var(--color-surface);
  min-height: 360px;
  border-radius: 15px !important;
  position: relative;
  bottom: -120px;
  box-shadow: var(--shadow-soft);
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 360px;
  z-index: 1;
}

.banner_area .banner_inner .banner_content h2 {
  color: #e8edfc;
  font-size: 48px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #e8edfc;
  font-family: "Roboto", sans-serif;
  margin-right: 32px;
  position: relative;
}

.banner_area .banner_inner .banner_content .page_link a:before {
  content: "\e87a";
  font-family: "Linearicons-Free";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #007bff;
}

/* End Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Blog Area css
============================================================================================ */
.latest_blog_inner {
  margin-bottom: -30px;
}

.l_blog_item {
  margin-bottom: 30px;
}

.l_blog_item .date {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #e8edfc;
  margin-top: 20px;
  display: block;
  margin-bottom: 15px;
}

.l_blog_item h4 {
  font-size: 18px;
  line-height: 24px;
  color: #e8edfc;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: all 300ms linear 0s;
}

.l_blog_item p {
  margin-bottom: 0px;
}

.l_blog_item:hover h4 {
  color: #766dff;
}

/* End Latest Blog Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.blog_area {
  padding-top: 60px;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

.single-recent-blog-post .details .sec_h4:hover {
  color: #e8edfc;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #e8edfc;
}

.tags .tag_btn:before {
  background: #766dff;
}

.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

.detials{
  padding: 0 35px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.categories_post img {
  max-width: 100%;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #e8edfc;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #e8edfc;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background-image: -moz-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -webkit-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -ms-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  opacity: 0.851;
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}

.blog_info .post_tag {
  padding-bottom: 20px;
}

.blog_info .post_tag a {
  font: 300 14px/21px "Roboto", sans-serif;
  color: #e8edfc;
}

.blog_info .post_tag a:hover {
  color: #e8edfc;
}

.blog_info .post_tag a.active {
  color: #766dff;
}

.blog_info .blog_meta li a {
  font: 300 14px/20px "Roboto", sans-serif;
  color: #e8edfc;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}

.blog_info .blog_meta li a i {
  color: #e8edfc;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}

.blog_info .blog_meta li a:hover {
  color: #766dff;
}

.blog_post img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.blog_details {
  padding-top: 20px;
}

.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #e8edfc;
  font-weight: 600;
  transition: all 0.3s linear;
}

.blog_details h2:hover {
  color: #766dff;
}

.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #e8edfc;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px;
}

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #766dff;
  text-align: center;
  color: #e8edfc;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #e8edfc;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
  background: #766dff;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #e8edfc;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-moz-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-webkit-input-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #e8edfc;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.blog_right_sidebar .author_widget {
  text-align: center;
}

.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #e8edfc;
  margin-bottom: 5px;
  margin-top: 30px;
}

.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}

.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}

.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #e8edfc;
  transition: all 0.2s linear;
}

.blog_right_sidebar .author_widget .social_icon a + a {
  margin-left: 20px;
}

.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #766dff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #e8edfc;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #766dff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #e8edfc;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #766dff;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #766dff;
}

.blog_right_sidebar .newsletter_widget {
  text-align: center;
}

.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}

.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #e8edfc;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #e8edfc;
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar
  .newsletter_widget
  .form-control::-webkit-input-placeholder {
  color: #e8edfc;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .bbtns {
  background: #766dff;
  color: #e8edfc;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #e8edfc;
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background-image: -moz-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -webkit-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -ms-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  color: #e8edfc;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #766dff;
  border-color: transparent;
  color: #e8edfc;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e8edfc;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #e8edfc;
  text-decoration: none;
  background-color: #766dff;
  border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #e8edfc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
  color: #e8edfc;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 10px;
}

.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #e8edfc;
  font-style: italic;
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #e8edfc;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #e8edfc;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #e8edfc;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #e8edfc;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #e8edfc;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #e8edfc;
  border: 1px solid #eee;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  transition: all 300ms linear 0s;
}

.comments-area .btn-reply:hover {
  background-color: #766dff;
  color: #e8edfc;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #e8edfc;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #e8edfc;
  border: 1px solid transparent;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #e8edfc;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #e8edfc;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #e8edfc;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #e8edfc;
}

/*============ End Blog Single Styles  =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Reservation Form Area css
============================================================================================ */
.reservation_form_area .res_form_inner {
  max-width: 555px;
  margin: auto;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
  padding: 75px 50px;
  position: relative;
}

.reservation_form_area .res_form_inner:before {
  content: "";
  background: url(../img/contact-shap-1.png);
  position: absolute;
  left: -125px;
  height: 421px;
  width: 98px;
  top: 50%;
  transform: translateY(-50%);
}

.reservation_form_area .res_form_inner:after {
  content: "";
  background: url(../img/contact-shap-2.png);
  position: absolute;
  right: -125px;
  height: 421px;
  width: 98px;
  top: 50%;
  transform: translateY(-50%);
}

.reservation_form .form-group input {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  outline: none;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group input.placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group .res_select {
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  width: 100%;
  padding: 0px 15px;
  line-height: 36px;
}

.reservation_form .form-group .res_select .current {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e8edfc;
}

.reservation_form .form-group .res_select:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  color: #e8edfc;
  transform: rotate(0deg);
  border: none;
  margin-top: -17px;
  font-size: 13px;
  right: 22px;
}

.reservation_form .form-group:last-child {
  text-align: center;
}

/* End Reservation Form Area css
============================================================================================ */
/*============== contact_area css ================*/
.mapBox {
  height: 420px;
  margin-bottom: 80px;
}

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}

.contact_info .info_item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #766dff;
  font-weight: 600;
}

.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  color: #e8edfc;
}

.contact_info .info_item h6 a {
  color: #e8edfc;
}

.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #e8edfc;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.contact_form .form-group .form-control.placeholder {
  color: #e8edfc;
}

.contact_form .form-group .form-control:-moz-placeholder {
  color: #e8edfc;
}

.contact_form .form-group .form-control::-moz-placeholder {
  color: #e8edfc;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #e8edfc;
}

.contact_form .form-group textarea {
  resize: none;
}

.contact_form .form-group textarea.form-control {
  height: 140px;
}

.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #766dff;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sample-text-area {
  padding: 100px 0px;
}

.sample-text-area .title_color {
  margin-bottom: 30px;
}

.sample-text-area p {
  line-height: 26px;
}

.sample-text-area p b {
  font-weight: bold;
  color: #766dff;
}

.sample-text-area p i {
  color: #766dff;
  font-style: italic;
}

.sample-text-area p sup {
  color: #766dff;
  font-style: italic;
}

.sample-text-area p sub {
  color: #766dff;
  font-style: italic;
}

.sample-text-area p del {
  color: #766dff;
}

.sample-text-area p u {
  color: #766dff;
}

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
  margin-bottom: 30px;
  color: #e8edfc;
}

.title_color {
  color: #e8edfc;
}

.button-group-area {
  margin-top: 15px;
}

.button-group-area:nth-child(odd) {
  margin-top: 40px;
}

.button-group-area:first-child {
  margin-top: 0px;
}

.button-group-area .theme_btn {
  margin-right: 10px;
}

.button-group-area .white_btn {
  margin-right: 10px;
}

.button-group-area .link {
  text-decoration: underline;
  color: #e8edfc;
  background: transparent;
}

.button-group-area .link:hover {
  color: #fff;
}

.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}

.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}

.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}

.success:before {
  background: #2ebccd;
}

.info {
  background: #38a4ff;
}

.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}

.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}

.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}

.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}

.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}

.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}

.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}

.danger-border:before {
  background: #f54940;
}

.link-border {
  background: transparent;
  border: 1px solid #766dff;
  color: #766dff;
}

.link-border:before {
  background: #766dff;
}

.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.generic-banner {
  margin-top: 60px;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}

b,
sup,
sub,
u,
del {
  color: #f8b600;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #e8edfc;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}

.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: 0.8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.single-defination h4 {
  color: #222222;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ordered-list {
  list-style: none;
  padding: 0px;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.mt-10 {
  margin-top: 10px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  display: inline-block;
  background-image: linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-size: 200% auto;
  padding: 0px 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 300ms linear 0s;
}

.main_btn:hover {
  background-position: right center;
  color: #fff;
}

.main_btn2 {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 45px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.main_btn2:hover {
  background: #766dff;
  color: #fff;
  border-color: #766dff;
  box-shadow: 0px 10px 20px 0px rgba(250, 51, 63, 0.25);
}

.submit_btn {
  width: auto;
  display: inline-block;
  background: #766dff;
  padding: 0px 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #766dff;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.submit_btn:hover {
  background: transparent;
  color: #766dff;
}

.white_bg_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 35px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.white_bg_btn:hover {
  background-image: -moz-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -webkit-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -ms-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  color: #fff;
  border: none;
}

.black_btn {
  padding: 0px 44px;
  line-height: 50px;
  background: #222222;
  color: #766dff;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 300ms linear 0s;
}

.black_btn:hover {
  background: #766dff;
  color: #222222;
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Welcome Area css
============================================================================================ */
.welcome_inner .welcome_img {
  background: #eeeeee;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.welcome_inner .welcome_img img {
  margin-top: -30px;
}

.welcome_text h4,
h4 {
  color: #e8edfc;
  font-family: "Heebo", sans-serif;
  font-size: 36px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.welcome_text p {
  max-width: 495px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}

.wel_item {
  border: 1px solid #eeeeee;
  padding: 20px 20px;
  border-radius: 5px;
}

.wel_item i {
  font-size: 24px;
  background: linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wel_item h4 {
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #e8edfc;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wel_item p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #e8edfc;
  margin-bottom: 0px;
}

.tools_expert {
  padding: 20px 0px 0px 0px;
}

.tools_expert .skill_main .skill_item {
  margin-bottom: 18px;
}

.tools_expert .skill_main .skill_item:last-child {
  margin-bottom: 0px;
}

.tools_expert .skill_main .skill_item h4 {
  text-align: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #e8edfc;
  margin-bottom: 15px;
}

.tools_expert .skill_main .skill_item .progress_br {
  border: 1px solid #79a3ee;
  padding: 5px;
  border-radius: 10px;
}

.tools_expert .skill_main .skill_item .progress {
  height: 10px;
  border-radius: 10px;
  background: #070b15;
}

.tools_expert .skill_main .skill_item .progress .progress-bar {
  width: 0%;
  transition: width 0.6s ease;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle;
  align-self: center;
  background-image: -moz-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -webkit-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -ms-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
}

/* End Welcome Area css
============================================================================================ */
/* My Tabs Area css
============================================================================================ */
.mytabs_area {
  background-image: -moz-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -webkit-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  background-image: -ms-linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
}

.tabs_inner .nav.nav-tabs {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 120px;
}

.tabs_inner .nav.nav-tabs li {
  display: inline-block;
  margin-right: 8px;
}

.tabs_inner .nav.nav-tabs li a {
  margin: 0px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0px 40px;
  font-size: 13px;
  font-weight: 500;
  color: #e8edfc;
  font-family: "Roboto", sans-serif;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}

.tabs_inner .nav.nav-tabs li a.active {
  background: #e8edfc;
  color: #01040a;
}

.tabs_inner .tab-content .tab-pane .list {
  max-width: 680px;
  margin: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tabs_inner .tab-content .tab-pane .list:before {
  content: "";
  height: 100%;
  width: 5px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  top: -5px;
}

.tabs_inner .tab-content .tab-pane .list li {
  margin-bottom: 60px;
  position: relative;
}

.tabs_inner .tab-content .tab-pane .list li span {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 40%;
  top: 30px;
  transform: translateX(-50%);
}

.tabs_inner .tab-content .tab-pane .list li span:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #e8edfc;
  border-radius: 50%;
  position: absolute;
  left: 52%;
  top: 4px;
  transform: translateX(-50%);
}

.tabs_inner .tab-content .tab-pane .list li:last-child {
  margin-bottom: 0px;
}

.tabs_inner .tab-content .tab-pane .list li .media {
  align-items: flex-start;
}

.tabs_inner .tab-content .tab-pane .list li .media .d-flex {
  flex: 0 0 40%;
  justify-content: flex-end;
  padding-right: 55px;
  text-align: right;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 55px;
}

.tabs_inner .tab-content .tab-pane .list li .media .d-flex p {
  color: #e8edfcbf;
  margin-bottom: 0px;
  padding-top: 20px;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body h4 {
  color: #e8edfc;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body p {
  color: #e8edfcbf;
  margin-bottom: 0px;
}

/* End My Tabs Area css
============================================================================================ */
/* Feature Area css
============================================================================================ */
.feature_area {
  background: #e8edfc;
}

.feature_area.feature_tow {
  background: #e8edfc;
}

.feature_area.feature_tow .feature_item {
  background: #e8edfc;
}

.feature_area.feature_tow .feature_item:hover {
  background: #e8edfc;
}

.feature_area.white_feature {
  background: #e8edfc;
}

.feature_area.white_feature .feature_item {
  background: #e8edfc;
}

.feature_area.white_feature .feature_item:hover {
  background: #e8edfc;
}

.feature_inner {
  margin-bottom: -30px;
}

.feature_item {
  padding: 50px 35px;
  border-radius: 10px;
  transition: all 300ms linear 0s;
  background: #e8edfc;
  margin-bottom: 30px;
}

.feature_item i {
  margin-bottom: 35px;
  display: block;
}

.feature_item i:before {
  margin-left: 0px;
  font-size: 60px;
  color: #e8edfc;
  line-height: 60px;
}

.feature_item h4 {
  color: #e8edfc;
  font-size: 21px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.feature_item p {
  margin-bottom: 0px;
}

.feature_item .main_btn {
  padding: 0px 30px;
  line-height: 38px;
}

.feature_item:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  border-color: #e8edfc;
  background: #e8edfc;
}

.feature_item:hover i:before {
  background: linear-gradient(0deg, #87a3ee 0%, #a442e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* End Feature Area css
============================================================================================ */
/* Personal Profile Area css
============================================================================================ */
.profile_area .col-lg-7 {
  vertical-align: middle;
  align-self: center;
}

.profile_inner {
  border-bottom: 1px solid #e8edfc;
}

.profile_inner .personal_text {
  padding-left: 95px;
}

.personal_text h6 {
  font-size: var(--text-sm);
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-weight: normal;
  margin-bottom: 12px;
  color: var(--color-text-muted);
}

.personal_text h4 {
  font-size: var(--text-base);
  font-weight: 500;
  font-family: var(--font-body);
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--color-text-muted);
}

.personal_text h3 {
  font-size: var(--text-hero);
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.personal_text p {
  font-family: var(--font-body);
  max-width: 540px;
  color: var(--color-text-muted);
  margin-bottom: 40px;
}

.personal_text .basic_info li {
  margin-bottom: 15px;
}

.personal_text .basic_info li a {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #e8edfc;
}

.personal_text .basic_info li a:hover {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #e8edfc;
}

.personal_text .basic_info li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #87a3ee;
}

.personal_text .basic_info li:last-child {
  margin-bottom: 0px;
}

.personal_text .personal_social {
  margin-top: 45px;
}

.personal_text .personal_social li {
  display: inline-block;
  margin-right: 7px;
}

.personal_text .personal_social li:last-child {
  margin-right: 0px;
}

.personal_text .personal_social li a {
  line-height: 40px;
  width: 40px;
  background: rgba(135, 163, 238, 0.16);
  border: 1px solid rgba(135, 163, 238, 0.28);
  border-radius: var(--radius-sm);
  display: inline-block;
  text-align: center;
  color: var(--color-text);
  font-size: 16px;
}

.personal_text .personal_social li:hover a {
  background: var(--color-text);
  color: var(--color-accent);
}

/* End Personal Profile Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.isotope_fillter {
  margin-bottom: 50px;
}

.isotope_fillter .gallery_filter {
  text-align: center;
}

.isotope_fillter .gallery_filter li {
  display: inline-block;
  margin-right: 45px;
}

.isotope_fillter .gallery_filter li:last-child {
  margin-right: 0px;
}

.isotope_fillter .gallery_filter li a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #01040a;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
}

.isotope_fillter .gallery_filter li:hover a,
.isotope_fillter .gallery_filter li.active a {
  color: #766dff;
}

.gallery_f_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; /* 🔥 Abstand zwischen allen Bildern */
}

.more_btn {
  text-align: center;
  margin-top: 80px;
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonials_area {
  background: #f9f9ff;
}

.testimonials_area.testi_two {
  background: #fff;
}

.testimonials_area.testi_two .testi_inner {
  margin-top: -20px;
  margin-bottom: -20px;
}

.testimonials_area.testi_two .owl-item {
  padding: 20px 0px;
}

.testimonials_area.testi_two .testi_item {
  background: #e8edfc;
  border-color: #e8edfc;
  transition: all 300ms linear 0s;
}

.testimonials_area.testi_two .testi_item:hover {
  background: #01040a;
  border-color: #01040a;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
}

.testi_inner .col-lg-3 {
  vertical-align: middle;
  align-self: center;
}

.test_title h2 {
  color: #01040a;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}

.test_title p {
  margin-bottom: 0px;
}

.testi_item {
  border: 1px solid #e8edfc;
  border-radius: 10px;
  background: #fff;
  padding: 40px 28px;
}

.testi_item p {
  font-style: italic;
}

.testi_item h4 {
  color: #01040a;
  font-size: 18px;
  text-transform: uppercase;
}

.testi_item a {
  color: #ffc000;
}

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer-distributed {
  background-color: #01040a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #01040a;
  font-size: 14px;
  margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #e8edfc;
  margin: 0 0 10px;
  padding: 0;
  transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #e8edfc;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #01040a;
  border-radius: 2px;
  font-size: 20px;
  color: #e8edfc;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all 0.25s;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }

  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }

  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */


.g-text-center {
  text-align: center;
  margin-bottom: 1em;
}

/* ===========================
   Lightbox Galerie – EINHEITLICHE Thumbnails
   =========================== */

.g-lightbox-gallery {
  --thumb-size: 200px;   /* Standard-Thumb-Größe */
  --thumb-fit: cover;    /* Standard: cover (schneidet ggf.) */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;             /* ersetzt margin an jedem Item */
}

/* Wrapper bestimmt Größe + verhindert Überstehen */
.g-lightbox-gallery .g-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  overflow: hidden;
  border-radius: 10px;
}

/* Bild füllt IMMER den Wrapper */
.g-lightbox-gallery .g-thumb > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: var(--thumb-fit);
}

/* Optional: wenn du mal "contain" willst -> class am Container setzen */
.g-lightbox-gallery.is-contain { --thumb-fit: contain; }

/* Optional: größere Thumbnails -> class am Container setzen */
.g-lightbox-gallery.is-large { --thumb-size: 320px; }

/* Mobile wie bisher */
@media only screen and (max-width: 480px) {
  .g-lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .g-lightbox > div {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .g-lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .g-lightbox > div {
    margin-bottom: 10px;
  }
}

/* Lightbox: Caption/Text unter dem großen Bild ausblenden */
.g-lightbox .g-caption {
  display: none !important;
}

.g-github-link {
  font-size: 18px;
  color: #e8edfcb3;
}

.g-github-link:hover,
.g-github-link:active,
.g-github-link:visited {
  color: #e8edfc;
  text-decoration: none;
}

.personal_text_galery {
  text-align: center !important;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #01040a;
  z-index: 10;
}

.b-blog_meta.list li {
  display: block;
  margin-bottom: 10px;
  /* Abstand zwischen den Elementen */
}

.b-blog_meta.list li a i {
  padding-left: 10px;
}

.b-blog_meta.list li:last-child {
  margin-right: 0;
}

.blog_meta.list li {
  display: inline-block;
  margin-right: 10px;
  /* Abstand zwischen den Elementen */
}

.blog_meta.list li:last-child {
  margin-right: 0;
}

/* ===== Anpassungen für week1.php (Blog Details) ===== */

/* Erstes großes Feature Image - volle Breite, 10px Abrundung */
.single-post-area .feature-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  max-height: 600px;
  /* Verhindert zu große Bilder */
}

/* Navigation Bilder (prev/next) - kleine Abrundung */
.single-post-area .navigation-area .thumb img {
  border-radius: 3px;
  /* 2-4px Abrundung */
  width: 100%;
  height: auto;
  max-width: 80px;
  /* Begrenzte Größe für Navigation */
}

/* Zweispaltiges Bild-Layout - 10px Abrundung */
.single-post-area .row .col-6 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  max-height: 400px;
  /* Verhindert zu große Bilder */
}

/* Allgemeine Bilder im Blog Details Bereich */
.single-post-area img.img-fluid {
  max-width: 100%;
  height: 400px;
  display: block;
}

/* Quotes Box Styling */
.single-post-area .quotes {
  border-radius: 10px;
}


.gallery-title {
  text-align: center;
  color: #e8edfc;
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  z-index: 5;
}

/* Close Button für Lightbox */
.g-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #e8edfc;
  cursor: pointer;
  z-index: 1000;
  line-height: 1;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.g-close-btn:hover {
  color: #87a3ee;
  transform: scale(1.2);
}

/* ===========================
   Lightbox: beim Klick Bild normal anzeigen (komplett sichtbar)
   =========================== */

.welcome_area .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.banner_area .banner_content {
  text-align: center !important;
  margin: 0 auto !important;
}

.home_banner_area .banner_content {
  margin: auto;
  text-align: center;
}

.banner_area .banner_inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner_area .banner_inner .banner_content {
  text-align: center;
}

.home_banner_area .banner_inner .banner_content {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.banner_area .banner_inner .banner_content {
  text-align: center !important;
  margin: 0 auto !important;
}

/* Pfeile in der Lightbox */
.g-lightbox .g-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 10px 15px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.g-lightbox .g-arrow-left {
  left: 15px;
}

.g-lightbox .g-arrow-right {
  right: 15px;
}

.g-lightbox .g-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pdf-card{
  margin: 0 0 30px 0;
}

.pdf-card-inner {
  border: 1px solid #333;
  background: #111;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Thumbnail */
.pdf-thumb img {
  width: 100%;
  height: 150px; /* feste Höhe, oben Querformat */
  object-fit: cover; /* schneidet sauber zu */
  border-radius: 8px;
  margin-bottom: 14px;
}

/* Titel */
.pdf-card-inner h3 {
  font-size: 1.1rem;
  margin-bottom: 18px;
}

/* Buttons nebeneinander */
.pdf-buttons {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* Handy: Buttons untereinander */
@media (max-width: 480px) {
  .pdf-buttons {
    flex-direction: column;
  }
}

/* ===========================
   Einheitlicher Seiten-Content
   =========================== */

.page-section {
  padding: 80px 0 100px;
}

/* Erste Überschrift auf Seiten */
.page-section h2:first-child {
  margin-top: 0;
}

.gallery-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.gallery-link:hover {
  cursor: pointer;
}

/* =========================================
   VORSCHAU in den Unterseiten (Screen/Print/Event/Tierbilder):
   Alle Thumbnails IMMER gleich groß + cover
   ========================================= */

.g-lightbox-gallery {
  --thumb-size: 220px; /* <- hier stellst du die Vorschaugröße ein */
}

.g-lightbox-gallery .g-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 var(--thumb-size);
}

/* absolut hart überschreiben, egal welche Bild-Klasse dran hängt */
.g-lightbox-gallery .g-thumb > img,
.g-lightbox-gallery .g-thumb > img.img-fluid,
.g-lightbox-gallery .g-thumb > img.g-img-fluid {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-width: 0 !important;
}

/* QUADRATISCHE VORSCHAU – EINHEITLICH */
.g-lightbox-gallery .g-thumb {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

.g-lightbox-gallery .g-thumb > img,
.g-lightbox-gallery .g-thumb > img.img-fluid,
.g-lightbox-gallery .g-thumb > img.g-img-fluid {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-width: 0 !important;
}

/* Icon standardmäßig sichtbar */
.icon-overlay {
  opacity: 0;
}

/* Lightbox Vollbild: 10px Abstand + Bild mittig */
.g-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;

  padding: 10px;           /* <- 10px oben & unten */
  box-sizing: border-box;  /* <- wichtig, damit padding sauber zählt */
}

/* Bild immer exakt in der Mitte */
.g-lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);

  width: auto;
  height: auto;
  object-fit: contain;

  display: block;
  margin: 0;
  border-radius: 20px;
}

/* ================================
   PORTFOLIO – EINHEITLICHE VORSCHAU
   ================================ */

.welcome_area > .container{
  padding-bottom: 30px;
}

/* Wrapper */
.image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Bild */
.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Text */
.overlay h4 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hover Effekt */
.gallery-item:hover .overlay {
  opacity: 1;
}

/* GRID ITEM */
.gallery-item {
  display: block;
}

.image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* 🔥 macht perfekte Quadrate */
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

/* BILD (füllt Container sauber aus) */
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 macht alle Bilder gleich */
  display: block;
  transition: transform 0.4s ease;
}

/* GRADIENT OVERLAY (wie dein altes Design) */
.overlay {
  position: absolute;
  inset: 0;

background: linear-gradient(
  0deg,
  rgba(135, 163, 238, 0.8) 0%,
  rgba(164, 66, 229, 0.8) 100%
);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: 0.3s ease;
}

/* HOVER */
.gallery-item:hover .overlay {
  opacity: 1;
}

/* OPTIONAL: leichter Zoom (sieht direkt hochwertiger aus) */
.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery_f_inner > div {
  padding: 0 !important;
}

/* ===========================
   PDF BUTTONS – MODERN STYLE
   =========================== */

.pdf-buttons .btn {
  flex: 1;
  border: none;
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* VIEW BUTTON (Gradient wie dein Theme) */
.pdf-buttons .btn-view {
  background: linear-gradient(135deg, #87a3ee, #a442e5);
  color: #fff;
  box-shadow: 0 4px 15px rgba(135, 163, 238, 0.3);
}

/* DOWNLOAD BUTTON (Glass / Light Style) */
.pdf-buttons .btn-download {
  background: rgba(255, 255, 255, 0.08);
  color: #e8edfc;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* HOVER EFFECT */
.pdf-buttons .btn:hover {
  transform: translateY(-2px);
}

/* VIEW Hover */
.pdf-buttons .btn-view:hover {
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
  filter: brightness(1.1);
}

/* DOWNLOAD Hover */
.pdf-buttons .btn-download:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Klick Effekt */
.pdf-buttons .btn:active {
  transform: scale(0.97);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 10001;
  background: #ffffff;
  color: #01040a;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

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

body {
  background: #0b1120;
}

a:focus-visible,
button:focus-visible,
.navbar-toggler:focus-visible,
.g-thumb img:focus-visible,
.gallery-item:focus-visible,
.pdf-buttons .btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.header_area .navbar .nav > .nav-item > .nav-link[aria-current="page"]::after {
  left: 0;
  right: 0;
}

.main-content {
  display: block;
}

.legal-note,
.accessibility-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
}

.legal-note p:last-child,
.accessibility-card p:last-child,
.accessibility-card ul:last-child {
  margin-bottom: 0;
}

.accessibility-list {
  padding-left: 20px;
}

.accessibility-list li + li {
  margin-top: 10px;
}

.hero-keywords {
  color: #cfd7f4;
  max-width: 560px;
  margin-bottom: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #87a3ee, #a442e5);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(135, 163, 238, 0.28);
}

.hero-btn:hover,
.hero-btn:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-btn-secondary {
  background: transparent;
  border: 1px solid rgba(232, 237, 252, 0.35);
  box-shadow: none;
}

.blog_post img {
  border-radius: var(--radius-md);
}

.blog_details h2 {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.4;
  color: var(--color-text);
}

.blog_details h2:hover {
  color: var(--color-accent-strong);
}

.pdf-card-inner {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: var(--radius-md);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.image-wrapper {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.overlay h4 {
  color: var(--color-text);
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  letter-spacing: 0.04em;
}

.pdf-buttons .btn {
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
}

.pdf-buttons .btn-view {
  background: var(--gradient-brand);
  color: var(--color-text);
}

.pdf-buttons .btn-download {
  color: var(--color-text);
}

.gallery-item .overlay {
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 1;
  padding: 24px 20px 20px;
  background: linear-gradient(
    180deg,
    rgba(11, 17, 32, 0.12) 0%,
    rgba(11, 17, 32, 0.34) 40%,
    rgba(11, 17, 32, 0.88) 100%
  );
}

.gallery-item .overlay-content {
  width: 100%;
}

.gallery-item .overlay h4 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.gallery-item:hover .overlay,
.gallery-item:focus .overlay {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(11, 17, 32, 0.2) 0%,
    rgba(11, 17, 32, 0.42) 38%,
    rgba(11, 17, 32, 0.94) 100%
  );
}

.gallery-item:hover img,
.gallery-item:focus img {
  transform: scale(1.05);
}

/* ===========================
   Lebenslauf Design Refresh
   =========================== */

:root {
  --color-bg: #f4f1ec;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f1ec;
  --color-text: #101010;
  --color-text-muted: #343631;
  --color-border: #d7d2ca;
  --color-accent: #657552;
  --color-accent-strong: #4e5d3d;
  --color-accent-flat: #657552;
  --color-ink: #101010;
  --color-sidebar: #ebe7df;
  --gradient-brand: linear-gradient(135deg, #657552 0%, #8a946d 100%);
  --shadow-soft: 0 18px 45px rgba(40, 37, 31, 0.11);
  --shadow-small: 0 10px 26px rgba(40, 37, 31, 0.08);
  --radius-md: 8px;
  --radius-lg: 10px;
}

:root[data-theme="dark"] {
  --color-bg: #0b1120;
  --color-surface: #101827;
  --color-surface-soft: #182235;
  --color-text: #eef3ff;
  --color-text-muted: #cbd6ea;
  --color-border: rgba(238, 243, 255, 0.16);
  --color-accent: #7fa2e8;
  --color-accent-strong: #a9c4ff;
  --color-accent-flat: #7fa2e8;
  --color-ink: #f4f1ec;
  --color-sidebar: #0f1728;
  --gradient-brand: linear-gradient(135deg, #5878bf 0%, #8eb0f4 100%);
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.28);
  --shadow-small: 0 10px 26px rgba(0, 0, 0, 0.22);
}

html {
  color-scheme: light;
}

:root[data-theme="dark"] {
  color-scheme: dark;
}

body {
  color: var(--color-text) !important;
  background: var(--color-bg);
}

p,
li,
label,
input,
textarea,
select {
  color: var(--color-text-muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  letter-spacing: 0;
}

a {
  color: var(--color-accent-strong);
}

a:hover,
a:focus {
  color: var(--color-accent);
}

.header_area {
  position: fixed;
}

.header_area .main_menu {
  background: rgba(244, 241, 236, 0.94);
  border-bottom: 1px solid rgba(101, 117, 82, 0.16);
  backdrop-filter: blur(14px);
}

:root[data-theme="dark"] .header_area .main_menu {
  background: rgba(11, 17, 32, 0.92);
  border-bottom-color: rgba(238, 243, 255, 0.12);
}

.header_area .navbar .navbar-brand img {
  filter: invert(1);
  max-width: 170px;
}

:root[data-theme="dark"] .header_area .navbar .navbar-brand img {
  filter: none;
}

.header_area.navbar_fixed .main_menu {
  background: rgba(244, 241, 236, 0.98);
  box-shadow: var(--shadow-small);
}

:root[data-theme="dark"] .header_area.navbar_fixed .main_menu {
  background: rgba(11, 17, 32, 0.98);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link,
.header_area .navbar .nav > .nav-item > .nav-link,
.header_area .navbar .nav .nav-item-language .language-switcher .nav-link,
.header_area .navbar .nav .nav-item-language .language-divider {
  color: var(--color-text);
  letter-spacing: 0.05em;
}

.header_area .navbar .nav > .nav-item > .nav-link,
.header_area .navbar .nav .nav-item-language .language-switcher .nav-link,
.header_area .navbar .nav .nav-item-language .language-divider {
  line-height: 82px;
}

.header_area .navbar .nav .nav-item-language .language-switcher {
  height: 82px;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: var(--color-accent-strong);
}

.header_area .navbar .nav > .nav-item > .nav-link::after,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link::after {
  background: var(--color-accent);
  height: 2px;
}

.header_area .navbar .nav > .nav-item > .nav-link::after {
  bottom: 26px;
}

.header_area .navbar .nav .nav-item-theme {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-right: 0;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-accent-strong);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus {
  background: var(--color-accent);
  color: #ffffff;
  border-color: var(--color-accent);
  transform: translateY(-1px);
}

.home_banner_area {
  background: var(--color-bg);
  margin-bottom: 95px;
  padding-top: 94px;
}

.home_banner_area .box_1620 {
  bottom: -72px;
  min-height: 620px;
  background: var(--color-surface);
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 0;
  overflow: hidden;
}

.home_banner_area .banner_inner {
  min-height: 620px;
}

.home_banner_area .banner_inner .banner_content {
  padding: 0;
}

.home_banner_area .banner_inner .banner_content .media {
  align-items: stretch;
}

.home_banner_area .banner_inner .banner_content .media .d-flex {
  flex: 0 0 36%;
  padding: 0;
  align-items: flex-end;
  justify-content: center;
  background: var(--color-sidebar);
  min-height: 620px;
  overflow: hidden;
}

.home_banner_area .banner_inner .banner_content .media .media-body {
  padding: 56px 68px;
  background: var(--color-surface);
}

.anni-bild {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
  display: block;
}

@media (min-width: 1200px) {
  .anni-bild {
    border-bottom-left-radius: 0;
  }
}

.personal_text h6 {
  display: block;
  color: var(--color-accent-strong);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.personal_text h6::after,
.welcome_text h4::after,
.main_title h2::after,
.welcome_area .section-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background: var(--color-accent);
  margin-top: 10px;
}

.main_title h2::after,
.welcome_area .section-title::after,
.banner_content.text-center h2::after,
.text-center .personal_text h6::after {
  margin-left: auto;
  margin-right: auto;
}

.personal_text h3 {
  color: var(--color-ink);
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  line-height: 1.06;
  margin-bottom: 16px;
}

.personal_text h4 {
  color: var(--color-accent-strong);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.personal_text p {
  color: var(--color-text-muted);
  max-width: 650px;
  margin-bottom: 22px;
}

.hero-keywords {
  color: var(--color-text-muted);
  max-width: 650px;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: var(--radius-md);
  background: var(--color-accent);
  color: #ffffff;
  box-shadow: var(--shadow-small);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.hero-btn:hover,
.hero-btn:focus {
  background: var(--color-accent-strong);
  color: #ffffff;
}

.hero-btn-secondary {
  background: transparent;
  color: var(--color-accent-strong);
  border-color: var(--color-accent);
  box-shadow: none;
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus {
  background: var(--color-accent);
  color: #ffffff;
}

.personal_text .personal_social {
  margin-top: 24px;
}

.personal_text .personal_social li a {
  background: var(--color-surface-soft);
  border-color: var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-accent-strong);
}

.personal_text .personal_social li:hover a {
  background: var(--color-accent);
  color: #ffffff;
}

.welcome_area,
.page-section {
  background: var(--color-bg);
}

.welcome_text h4,
.main_title h2,
.welcome_area .section-title {
  color: var(--color-text);
  letter-spacing: 0;
  text-transform: uppercase;
}

.welcome_text p,
.main_title p {
  color: var(--color-text-muted);
}

.tools_expert {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-small);
}

.tools_expert .skill_main .skill_item h4 {
  color: var(--color-text);
  font-weight: 700;
}

.tools_expert .skill_main .skill_item .progress_br {
  border-color: var(--color-border);
  border-radius: var(--radius-md);
  padding: 4px;
}

.tools_expert .skill_main .skill_item .progress {
  background: var(--color-surface-soft);
  border-radius: var(--radius-sm);
}

.tools_expert .skill_main .skill_item .progress .progress-bar {
  background: var(--color-accent);
}

.mytabs_area {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.tabs_inner .nav.nav-tabs {
  margin-bottom: 78px;
}

.tabs_inner .nav.nav-tabs li a {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-accent-strong);
  background: transparent;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tabs_inner .nav.nav-tabs li a.active {
  background: var(--color-accent);
  color: #ffffff;
  border-color: var(--color-accent);
}

.tabs_inner .tab-content .tab-pane .list:before {
  width: 1px;
  background: var(--color-border);
}

.tabs_inner .tab-content .tab-pane .list li span {
  background: var(--color-surface);
  border: 1px solid var(--color-accent);
}

.tabs_inner .tab-content .tab-pane .list li span:before {
  background: var(--color-accent);
}

.tabs_inner .tab-content .tab-pane .list li .media .d-flex p,
.tabs_inner .tab-content .tab-pane .list li .media .media-body p {
  color: var(--color-text-muted);
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body h4 {
  color: var(--color-text);
  font-size: 18px;
  letter-spacing: 0;
}

.banner_area {
  background: var(--color-bg);
  min-height: 235px;
  margin-bottom: 58px;
  padding-top: 78px;
}

.banner_area .box_1620 {
  background: var(--color-surface);
  min-height: 185px;
  bottom: -48px;
  border: 0;
  border-radius: 0;
  box-shadow: var(--shadow-soft);
}

.banner_area .banner_inner {
  min-height: 185px;
}

.banner_area .banner_inner .banner_content h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  max-width: 760px;
  overflow-wrap: anywhere;
}

.banner_area .banner_inner .banner_content h2,
.banner_area .banner_inner .banner_content .page_link a {
  color: var(--color-text);
}

.banner_area .banner_inner .banner_content .page_link a:hover {
  color: var(--color-accent);
}

.legal-note,
.accessibility-card,
.pdf-card-inner,
.blog_right_sidebar,
.testi_item {
  background: var(--color-surface);
  border-color: var(--color-border);
  color: var(--color-text);
  box-shadow: var(--shadow-small);
}

.blog_details h2,
.l_blog_item h4,
.personal_text_galery,
.gallery-title,
.pdf-card-inner h3 {
  color: var(--color-text);
}

.pdf-buttons .btn-view {
  background: var(--color-accent);
  color: #ffffff;
}

.pdf-buttons .btn-download {
  background: var(--color-surface-soft);
  color: var(--color-accent-strong);
  border-color: var(--color-border);
}

.image-wrapper,
.g-lightbox-gallery .g-thumb {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-small);
}

.gallery-item .overlay,
.gallery-item:hover .overlay,
.gallery-item:focus .overlay {
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0.06) 0%,
    rgba(16, 16, 16, 0.25) 40%,
    rgba(16, 16, 16, 0.82) 100%
  );
}

.overlay h4,
.gallery-item .overlay h4 {
  color: #ffffff;
}

.footer-distributed {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.footer-distributed p.footer-links,
.footer-distributed p.footer-links a,
.footer-distributed .footer-links a:before,
.footer-distributed .footer-right a {
  color: var(--color-text);
}

.footer-distributed .footer-right a {
  background: var(--color-surface-soft);
}

.footer-distributed .footer-left p {
  color: var(--color-text-muted);
}

.feature_area,
.feature_area.feature_tow,
.feature_area.white_feature,
.testimonials_area,
.blog_area {
  background: var(--color-bg);
}

.blog_area {
  padding: 96px 0 110px;
}

.feature_item,
.feature_area.feature_tow .feature_item,
.feature_area.white_feature .feature_item,
.categories_post .categories_details,
.single-recent-blog-post .details,
.blog_item,
.single-post-area .quotes {
  background: var(--color-surface);
  border-color: var(--color-border);
}

.blog_item {
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto 54px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: none;
  overflow: visible;
}

.blog_item:last-child {
  margin-bottom: 0;
}

.blog_item > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.blog_item .col-md-3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background: transparent;
  border-right: 0;
}

.blog_info {
  width: 100%;
  padding: 34px 30px;
}

.b-blog_meta.list li {
  margin-bottom: 14px;
}

.b-blog_meta.list li a {
  color: var(--color-text);
}

.blog_post {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}

.blog_post img {
  width: 100%;
  height: 300px;
  max-height: none;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.blog_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 0 38px;
  background: transparent;
}

.blog_item .white_bg_btn {
  display: none;
}

.feature_item h4,
.feature_item p,
.blog_info .post_tag a,
.blog_info .blog_meta li a,
.blog_info .blog_meta li a i,
.single-recent-blog-post .date,
.l_blog_item .date,
.tags .tag_btn,
.view_btn {
  color: var(--color-text-muted);
}

.feature_item:hover,
.feature_area.feature_tow .feature_item:hover,
.feature_area.white_feature .feature_item:hover {
  background: var(--color-surface-soft);
  box-shadow: var(--shadow-small);
}

.feature_item:hover h4,
.blog_info .post_tag a:hover,
.blog_info .post_tag a.active,
.blog_info .blog_meta li a:hover,
.blog_details h2:hover,
.l_blog_item:hover h4,
.single-recent-blog-post .details .sec_h4:hover {
  color: var(--color-accent-strong);
}

.categories_post:hover .categories_details,
.overlay {
  background: rgba(101, 117, 82, 0.86);
}

.white_bg_btn,
.main_btn,
.submit_btn,
.view_btn,
.load_btn,
.banner_btn {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #ffffff;
}

.white_bg_btn:hover,
.main_btn:hover,
.submit_btn:hover,
.view_btn:hover,
.load_btn:hover,
.banner_btn:hover {
  background: var(--color-accent-strong);
  border-color: var(--color-accent-strong);
  color: #ffffff;
}

.g-github-link,
.g-github-link:hover,
.g-github-link:active,
.g-github-link:visited {
  color: var(--color-accent-strong);
}

.skip-link {
  background: var(--color-accent);
  color: #ffffff;
}

a:focus-visible,
button:focus-visible,
.navbar-toggler:focus-visible,
.g-thumb img:focus-visible,
.gallery-item:focus-visible,
.pdf-buttons .btn:focus-visible {
  outline-color: var(--color-accent-strong);
}

button.g-thumb {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

button.g-close-btn,
button.g-arrow {
  border: 0;
  cursor: pointer;
  font: inherit;
}

button.g-thumb:focus-visible,
button.g-close-btn:focus-visible,
button.g-arrow:focus-visible {
  outline: 3px solid var(--color-accent-strong);
  outline-offset: 3px;
}
