/* ==============
 ========= css documentation =========

 * Theme Name: Veltio
 * Version: 1.0
 * Description: Multipurpose HTML5 Template
 * Author: Softivus
 * Author URI: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> hero Section
     4.3 --> banner
     4.4 --> all sections
     4.5 --> footer
     4.6 --> responsive
     =================================
============== */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap');
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
*::-webkit-scrollbar-button, *::-webkit-scrollbar-thumb {
  background-color: #f2cb05;
  border-radius: 5px;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #3c554b;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0px;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a i {
  -webkit-transition: inherit;
  transition: inherit;
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  border: 0px;
  outline: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
button i {
  -webkit-transition: inherit;
  transition: inherit;
  color: inherit;
}
button:focus, button:active, button:hover {
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input:focus,
textarea:focus {
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0px;
  width: 100%;
}

span {
  text-align: left !important;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #3c554b;
}

.team h5{
  margin: 1em auto;
}

.team ul li{
  margin: 0 0 1em 0;
  line-height: 1.3em;
}

section {
  background-color: #f1f1f1 !important;
}

main .container{
  background-color: #fff;
  padding: 2em 2em;
}

@media (min-width: 1200px) {
  main .container{
    padding: 2em 5em;
    border-radius: 15px;
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1440px
  }
}

/* ==== 
     --------- (2.1) reset styles end ---------
   ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: #3c554b;
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
  color: #fff;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  /*font-weight: 700;*/
}
a:hover,
button:hover {
  color: #1d1800;
}

h1,
.hero-title {
  font-size: 76px;
  /*line-height: 98.8px;*/
  line-height: 60px;
  margin-top: -19px;
}

h2,
.section-title {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
}

h2.hero-title{
  color: #fff;
}

h2.hero-title span, h2.hero-title strong{
  display: block;
  margin-left: 1.7em;
  font-size: 0.6em;
  font-weight: 700;
}

.section-header .section-title{
  color: #3c554b;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
.sub-title {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
  color: #3c554b;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -5px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section-space {
  padding: 80px 0px;
}

.section-space-top {
  padding-top: 120px;
}

.section-space-bottom {
  padding-bottom: 120px;
}

.cta-btn-space {
  margin-top: 40px;
}

.neutral-row-gutter {
  margin-bottom: -30px;
}
.neutral-row-gutter .column-gutter {
  margin-bottom: 30px;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.w-100 {
  width: 100%;
}

.dir-rtl {
  direction: rtl;
}

.max-width-unset {
  max-width: unset;
}

.bg-white {
  background-color: #ffffff;
}

.section-header {
  margin-bottom: 55px;
}
.section-header h5 {
  color: #3c554b;
  margin-bottom: 22px;
}
.section-header h2 {
  margin-bottom: 13px;
}

.section-content {
  margin-bottom: 35px;
}
.section-content h5 {
  color: #3c554b;
  margin-bottom: 22px;
}
.section-content h2 {
  margin-bottom: 13px;
}

.fw-500 {
  font-weight: 500;
}

.slick-slide {
  margin: 0px 12px;
  padding: 20px 0px;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: -20px -12px;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #3c554b;
  border: 1px solid #f2b705;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  z-index: 9;
}
.slider-btn:hover, .slider-btn:focus {
  background-color: #f2b705;
  border: 1px solid #f2b705;
}

.section-intro {
  margin-bottom: 60px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.social a {
  font-size: 16px;
  color: #3c554b;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.pagination li {
  margin: 0px;
}
.pagination li a {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  color: #3c554b;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f2b705;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
@media (max-width: 991px) {
  .pagination li a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
  }
}
.pagination li a:hover {
  background-color: #f2b705;
  color: #ffffff;
  border: 1px solid #f2b705;
}
.pagination li:nth-of-type(1) .active {
  background-color: #f2b705;
  color: #3c554b;
  cursor: pointer;
}
.pagination li:nth-last-of-type(1) .page-link {
  background-color: transparent;
  border: 0px;
  color: #3c554b;
}
.pagination i {
  color: #3c554b;
}

.mfp-container {
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

/* ==== 
   --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) button styles start ---------
 ==== */
.cmn-button {
  padding: 15px 30px;
  color: #3c554b;
  background-color: #f2cb05;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.cmn-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1d1800;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}
.cmn-button:hover {
  color: #ffffff;
}
.cmn-button:hover::before {
  left: 0%;
}

.cmn-button--primary {
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #dbd7d7;
}
.cmn-button--primary:hover {
  border: 1px solid #dbd7d7;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-color: #f2cb05;
  color: #3c554b;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.scrollToTop:hover {
  background-color: #f2cb05;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ==== 
   --------- (3.1) button styles end ---------
 ==== */
/* ==== 
 --------- (3.2) form styles start ---------
 ==== */
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f2cb05;
  border-radius: 10px 5px 5px 10px;
}
.form-group input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-group .cmn-button {
  border-radius: 0px 5px 5px 0px;
}
.form-group .cmn-button::before {
  border-radius: 0px 5px 5px 0px;
}

input {
  padding: 12px 30px;
  background-color: white;
  border: 0px;
  outline: 0px;
  margin: 0px;
  border-radius: 10px 0px 0px 10px;
}
input::-webkit-input-placeholder {
  color: #4b3f00;
}
input::-moz-placeholder {
  color: #4b3f00;
}
input:-ms-input-placeholder {
  color: #4b3f00;
}
input::-ms-input-placeholder {
  color: #4b3f00;
}
input::placeholder {
  color: #4b3f00;
}

.single-input {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.single-input input, .single-input textarea {
  margin-bottom: 12px !important;
}
.single-input.success input {
  border-color: #2ecc71;
}
.single-input.error input {
  border-color: #e74c3c;
}
.single-input.error small {
  visibility: visible;
}
.single-input small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.thank_you p {
  bottom: 25px;
  color: green;
  -webkit-animation: scaleone 0.5s linear;
          animation: scaleone 0.5s linear;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

/* ==== 
 --------- (3.2) form styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar {
  padding: 23px 0px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar {
    padding: 23px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 575px) {
  .navbar {
    padding: 25px 0px;
  }
}
.navbar li {
  margin-top: 0px;
}

.navbar-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 100;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 152px;
  max-height: 46px;
  height: auto;
}
@media (max-width: 1399px) {
  .logo {
    max-width: 120px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 100px;
    height: 30px;
  }
}

.navbar-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .navbar-out {
    gap: 20px;
  }
}

.nav-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .nav-group-btn {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 20px;
    max-height: 350px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #f2cb05;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .nav-item {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .nav-item .cmn-button {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 9px 16px;
  }
  .nav-item .cmn-button::before {
    border-radius: 0px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 3px;
  }
}

.nav-link {
  color: #3c554b;
  font-weight: 400;
  padding: 8px 12px 9px !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 9px !important;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    /*background-color: #f5e1e1;*/
    color: #000000;
    font-weight: 500;
  }
}
.nav-link:hover {
  color: #3c554b;
}
@media (max-width: 991px) {
  .nav-link:hover {
    color: #3c554b;
  }
}

.dropdown .dropdown-toggle {
  color: #3c554b !important;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle {
    color: #000000 !important;
  }
}
.dropdown .dropdown-toggle:hover {
  color: #3c554b !important;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle:hover {
    color: #3c554b !important;
  }
}
@media (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}
.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}
@media (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 3px solid #fff;
  }
}
.dropdown .show {
  color: #3c554b !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dropdown .show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .dropdown .show::after {
    border-right: 3px solid #fff;
    border-left: 0px;
  }
}
@media (min-width: 1200px) {
  .dropdown .show {
    color: #1d1800 !important;
  }
  .dropdown .show::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 4px solid #f2cb05;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  max-height: 300px;
  overflow-y: auto;
  min-width: 14rem;
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 16px;
  color: #000000;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f2cb05;
  color: #000000;
  padding-left: 20px;
}
.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #f2b705;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  line-height: 0px;
  display: inline-block;
}
@media (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #f2cb05;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}
.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #f2cb05;
}
.toggle-active .middle-bar {
  opacity: 0;
}
.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #f2cb05;
}

.header--secondary {
  border-bottom: 1px solid rgba(219, 215, 215, 0.4392156863);
}
.header--secondary .nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .header--secondary .nav-link {
    color: #000000;
  }
}
.header--secondary .nav-link:hover {
  color: #f2cb05;
}
.header--secondary .dropdown .dropdown-toggle {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .header--secondary .dropdown .dropdown-toggle {
    color: #000000 !important;
  }
  .header--secondary .dropdown .dropdown-toggle::after {
    border-color: black;
  }
}
.header--secondary .dropdown .dropdown-toggle:hover {
  color: #f2cb05 !important;
}
@media (max-width: 991px) {
  .header--secondary .navbar {
    background-color: #000000;
  }
}

.header-secondary-active {
  background-color: #000000;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  /*padding: 225px 0px 125px;*/
  /*background-image: linear-gradient(90.23deg, rgba(255, 255, 255, 0.83) 23.6%, rgba(255, 255, 255, 0) 98.63%), url("../images/hero-bg.png");*/
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video-hero{
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.z-index-99{
  z-index: 99;
}

.hero__content{
  padding: 325px 0px 125px;
}

.hero__content h5 {
  margin-bottom: 23px;
}
.hero__content h2 {
  margin-bottom: 24px;
}

.hero__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.hero__content-cta .cmn-button {
  border: 1px solid #f2cb05;
}
.hero__content-cta .cmn-button:nth-last-of-type(1) {
  background-color: white;
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 220px 0px 110px;
}
@media (max-width: 767px) {
  .banner {
    padding: 200px 0px 95px;
  }
}
@media (max-width: 575px) {
  .banner {
    padding: 180px 0px 95px;
  }
}
.banner h2 {
  color: #f2b705;
}

.breadcrumb {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-top: 8px;
  }
}
.breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #ffffff;
  padding: 0px 20px 0px 30px;
  position: relative;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #f2cb05;
}
.breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: ">";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}
.breadcrumb .active {
  color: #f2b705;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.service__single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.service__single .service__single-thumb {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 30px;
  border: 1px solid #3c554b;
  border-radius: 10px;
}

.service__single .service__single-thumb .fa-solid:before{
  font-size: 2.2em;
}

.service__single h5 {
  color: #3c554b;
  margin-bottom: 17px;
}

.service__single ul li {
  line-height: 1.6em;
  margin-top: auto;
}

.service__single .service__single-cta a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 26px auto 0px;
  background-color: #ffffff;
  border: 1px solid #3c554b;
  color: #3c554b;
}

.about {
  background-position: left top;
}

.about__thumb {
  position: relative;
}
.about__thumb img {
  border-radius: 10px;
}
.about__thumb .about__thumb-tag {
  direction: ltr;
  padding: 30px 50px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: -50px;
}

.about__thumb .about__thumb-tag h2 {
  color: #3c554b;
} 

.about__thumb .about__thumb-tag span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px !important;
}

.about__content-feature {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #f2b705;
  border-radius: 10px;
}
.about__content-feature .about__content-feature__thumb {
  margin-bottom: 20px;
}

.about__content p, .about__content ul li{
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

.about__content ul li {

}

.project__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.project__single .project__single-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.project__single .project__single-thumb a {
  display: block;
}
.project__single .project__single-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project__single .project__single-content {
  padding: 30px;
}
.project__single .project__single-content p {
  margin-bottom: 15px;
}
.project__single .project__single-content h5 {
  margin-bottom: 20px;
  color: #3c554b;
}
.project__single .project__single-content a {
  color: #3c554b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.project__single .project__single-content a:hover {
  color: #3c554b;
}
.project__single:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.counter {
  background-color: #3c554b;
}
.counter .neutral-row-gutter {
  margin-bottom: -60px;
}
.counter .column-gutter {
  margin-bottom: 60px;
}

.counter__single-thumb {
  margin-bottom: 30px;
}

.counter__single-content h2 {
  color: #ffffff;
  margin-bottom: 7px;
}
.counter__single-content p {
  color: #ffffff;
  margin-bottom: -4px;
}

.counter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial {
  background-position: left top;
}

.testimonial__content-thumb {
  margin-bottom: 30px;
}

.testimonial__slider-single__content {
  padding: 40px 30px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.testimonial__slider-single__content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}
.testimonial__slider-single__content .rating a {
  color: #f2b705;
}
.testimonial__slider-single__content .author-info {
  margin-top: 26px;
}
.testimonial__slider-single__content .author-info p:nth-last-of-type(1) {
  font-size: 16px;
  margin-top: 0px;
}

.gallery .slick-slide {
  padding: 0px;
  margin: 0px 5px;
}
.gallery .slick-list {
  padding: 0px;
  margin: 0px;
}

.gallery__slider-single__thumb {
  border-radius: 10px;
}
.gallery__slider-single__thumb img {
  border-radius: 10px;
  width: 100%;
}

.team__single {
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.team__single .team__single-thumb {
  margin-bottom: 30px;
}
.team__single .team__single-thumb img {
  border-radius: 50%;
}
.team__single .team__single-content h5 {
  color: #3c554b;
  margin-bottom: 10px;
}

.blog .section-header,
.blog-list .section-header {
  margin-bottom: -12px;
}
.blog .blog__single,
.blog-list .blog__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.blog .blog__single:hover .blog__single-thumb img,
.blog-list .blog__single:hover .blog__single-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog .blog__single-thumb,
.blog-list .blog__single-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.blog .blog__single-thumb a,
.blog-list .blog__single-thumb a {
  display: block;
}
.blog .blog__single-thumb img,
.blog-list .blog__single-thumb img {
  border-radius: 10px 10px 0px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog .blog__single-content,
.blog-list .blog__single-content {
  padding: 30px;
}
.blog .blog__single-content h5,
.blog-list .blog__single-content h5 {
  margin-bottom: 25px;
}
.blog .blog__single-content h5 a,
.blog-list .blog__single-content h5 a {
  color: #3c554b;
}
.blog .blog__single-content h5 a:hover,
.blog-list .blog__single-content h5 a:hover {
  color: #3c554b;
}
.blog .blog__single-content__meta,
.blog-list .blog__single-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog .blog__single-content__meta p,
.blog-list .blog__single-content__meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}

.company__thumb img {
  border-radius: 10px;
}

.blog--secondary .section-header {
  margin-bottom: 55px;
}

.error__content .error__content-thumb {
  margin-bottom: 60px;
}
.error__content h2 {
  margin-bottom: 15px;
}
.error__content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 35px;
}

.contact__form h4 {
  margin-bottom: 24px;
}

.contact__form .row {
  margin-top: 3em;
}

.contact__form input,
.contact__form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}

.contact__form input.wpcf7-submit {
  color: #3c554b;
  background-color: #f2cb05;
  width: auto;
}

.contact__form input::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: #3c554b;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #3c554b;
}
.contact__form input:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: #3c554b;
}
.contact__form input::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: #3c554b;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #3c554b;
}
.contact__form textarea {
  max-height: 180px;
  margin-bottom: 30px;
}
.contact__form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact__form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.contact__info-single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .contact__info-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__info-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact__info-single .contact__info-single__thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #F2B705;
}
.contact__info-single p {
  margin-bottom: 10px;
}

.map-wrapper iframe {
  width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .map-wrapper iframe {
    height: 400px;
  }
}


/*Accordion*/
.accordion-button {
  border: none; /* Keine Umrandung */
  font-weight: bold; /* Fettgedruckter Text */
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color:#3c554b; /* Dunkleres Blau bei Aktivierung */
  color: #fff;
  outline: none;
}

.accordion-button:hover {
 
}

.accordion-button:focus{
  border: none;
  box-shadow: none;
}

.accordion-body {
  background-color: #fff; /* Heller Hintergrund */
  padding: 1.5rem;
}

.accordion-item {
  border: none; /* Keine Ränder zwischen den Items */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Leichter Schatten */
  margin-bottom: 1rem; /* Abstand zwischen Accordion-Elementen */
}


.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0; /* Keine Rundung unten links im aktiven Zustand */
  border-bottom-right-radius: 0; /* Keine Rundung unten rechts im aktiven Zustand */
}

.accordion-body {
  border-radius: 0 0 0.5rem 0.5rem; /* Runde Ecken unten im geöffneten Zustand */
}

.accordion-button {
  transition: transform 0.3s ease, background-color 0.3s ease; /* Weicher Übergang */
}

.accordion-button:not(.collapsed) {
  transform: scale(1.02); /* Leichtes Vergrößern bei Aktivierung */
}

.accordion-body {
  font-size: 1.1rem; /* Größerer Text im Body */
  line-height: 1.6; /* Bessere Lesbarkeit */
}

.accordion-body ul li {
  display: block;
  margin-bottom: 1em;
}

.accordion-button {
  background: #3c554b; /* Farbverlauf von Blau nach Türkis */
  color: #fff;
  font-size:18px;
}

.accordion-button:after{
  background-image: none;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f078";
}
.accordion-button:not(.collapsed):after{
  background-image: none;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f077";
  transform: none;
}

/*Accordion*/




        .dura-slider {
            position: relative;
            width: 100%;
            margin: auto;
            overflow: hidden;
        }
        .dura-slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
        }
        .dura-slide {
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
            position: relative;
        }
        .dura-slide img {
            width: 100%;
            vertical-align: middle;
        }
        .caption {
            margin-top: 10px;
            font-size: 16px;
            color: #333;
        }
        .index-display {
            position: absolute;
            bottom: 5px;
            right: 5px;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 5px;
            border-radius: 3px;
            font-size: 14px;
        }
        .controls {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        .control {
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }
        .control svg {
            width: 20px;
            height: 20px;
            fill: white;
        }


        
        .dropdown .btn-primary{
          background-color: #f2cb05;
          border: 1px solid #f2cb05;
        }


.progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 424px) {
  .progress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.progress-wrapper .progress-bar-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 424px) {
  .progress-wrapper .progress-bar-wrapper {
    width: 140px;
    height: 140px;
  }
}
.progress-wrapper .progress-bar-wrapper svg {
  z-index: -1;
}
.progress-wrapper .progress-bar-wrapper svg circle {
  stroke-dasharray: 0px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
.progress-wrapper .progress-bar-wrapper p {
  margin: 0px;
  color: #3c554b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrapper .progress__bar:nth-of-type(2) .progress-bar-wrapper {
  border-color: #f2cb05;
}
.progress-wrapper .progress__bar:nth-of-type(2) .progress-bar-wrapper p {
  color: #f2cb05;
}
.progress-wrapper .progress__bar:nth-of-type(3) .progress-bar-wrapper {
  border-color: #4b3f00;
}
.progress-wrapper .progress__bar:nth-of-type(3) .progress-bar-wrapper p {
  color: #4b3f00;
}
@media (max-width: 424px) {
  .progress-wrapper .progress__bar {
    text-align: left;
  }
}

.query__thumb img {
  border-radius: 10px;
}

.gallery-item-wrapper {
  margin-bottom: -24px;
}

.gallery-item {
  margin-bottom: 24px;
  border-radius: 10px;
}
.gallery-item img {
  border-radius: 10px;
  width: 100%;
}

.pricing__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.pricing__single .pricing__single-header {
  padding: 30px 30px 0px;
  background-color: #f2cb05;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pricing__single .pricing__single-header hr {
  margin: 25px 0px 30px;
  width: 100%;
  opacity: 1;
  background-color: #dbd7d7;
}
.pricing__single .pricing__single-header h2 {
  margin-bottom: 10px;
}
.pricing__single .pricing__single-header .arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3c554b;
  margin: 0px auto;
  position: relative;
  bottom: -20px;
}
.pricing__single .pricing__single-header .arrow i {
  color: #f2cb05;
}
.pricing__single .pricing__single-body {
  padding: 30px;
}
.pricing__single .pricing__single-body .pricing__single-body__list {
  padding-left: 40px;
}
.pricing__single .pricing__single-body .pricing__single-body__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}
.pricing__single .pricing__single-body .pricing__single-body__list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #f2cb05;
  border-radius: 50%;
}
.pricing__single .pricing__single-body .pricing__single-body__list li:nth-last-of-type(1) {
  margin-bottom: -7px;
}
.pricing__single .pricing__single-body .cmn-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing__single--active .pricing__single-header {
  position: relative;
  background-color: #3c554b;
}
.pricing__single--active .pricing__single-header h2,
.pricing__single--active .pricing__single-header h4,
.pricing__single--active .pricing__single-header p {
  color: #ffffff;
}
.pricing__single--active .pricing__single-header hr {
  background-color: #f2b705;
}
.pricing__single--active .pricing__single-header .ribbon {
  background-color: #f2cb05;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 210px;
  -webkit-transform: rotate(45deg) translateX(55px) translateY(-30px);
          transform: rotate(45deg) translateX(55px) translateY(-30px);
}
.pricing__single--active .pricing__single-header .ribbon p {
  font-weight: 600;
  color: #3c554b;
  margin-bottom: -4px;
}
.pricing__single--active .pricing__single-body .pricing__single-body__list li::before {
  background-color: #3c554b;
}
.pricing__single--active .pricing__single-body .cmn-button {
  color: #ffffff;
  background-color: #3c554b;
}

.post-details__sidebar-single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.post-details__sidebar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single h5 {
  color: #3c554b;
}

.post-details__sidebar-single__searchbox .input-column-group {
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px 0px 0px;
  margin-top: 24px;
}
.post-details__sidebar-single__searchbox .input-column-group input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 30px);
}
.post-details__sidebar-single__searchbox button {
  background-color: transparent;
  color: #3c554b;
}

.post-details__sidebar-single__service-item {
  margin-bottom: 30px;
}
.post-details__sidebar-single__service-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__service-item p {
  margin-bottom: 8px;
}
.post-details__sidebar-single__service-item .social a {
  font-size: 24px;
}

.post-details__sidebar-single__category-list {
  margin-top: 30px;
}
.post-details__sidebar-single__category-list li {
  margin-top: 0px;
  margin-bottom: 20px;
}
.post-details__sidebar-single__category-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 17px 30px;
  color: #3c554b;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.post-details__sidebar-single__category-list a:hover {
  background-color: #f2cb05;
}

.post-details__sidebar-single__recent-items {
  margin-top: 30px;
}

.post-details__sidebar-single__recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.post-details__sidebar-single__recent-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__recent-item .thumb a {
  display: block;
}
.post-details__sidebar-single__recent-item .thumb img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 5px;
}
.post-details__sidebar-single__recent-item h6 {
  margin-bottom: 8px;
}
.post-details__sidebar-single__recent-item h6 a:hover {
  color: #3c554b;
}
.post-details__sidebar-single__recent-item p {
  color: #3c554b;
  font-size: 16px;
  margin-bottom: -5px;
}

.post-details__sidebar-single__support .subtitle {
  margin-top: 8px;
  margin-bottom: -5px;
}
.post-details__sidebar-single__support .contact__form {
  margin-top: 30px;
}

.post-details__main {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.post-details__main .post-details__main-thumb {
  border-radius: 10px;
  margin-bottom: 40px;
}
.post-details__main .post-details__main-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.post-details__main .group-space {
  margin-bottom: 40px;
}
.post-details__main .text-group {
  padding: 0px 20px 0px;
}
.post-details__main .text-group h4 {
  margin-bottom: 28px;
}
.post-details__main .text-group p {
  margin-bottom: 25px;
}
.post-details__main .text-group p:nth-last-of-type(1) {
  margin-bottom: -5px;
}
.post-details__main .text-group .img-group img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.bar-wrapper {
  margin-bottom: -40px;
  margin-left: -18px;
}
@media (max-width: 1199px) {
  .bar-wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .bar-wrapper tspan {
    font-size: 12px !important;
  }
}
@media (max-width: 424px) {
  .bar-wrapper tspan {
    font-size: 10px !important;
  }
}
.bar-wrapper .apexcharts-tooltip-z-group {
  display: none !important;
}

.bar-items h6 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bar-items .bar-list {
    margin-left: 30px;
  }
}
.bar-items .bar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
  font-weight: 500;
}
.bar-items .bar-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3c554b;
  border-radius: 50%;
}
.bar-items .bar-list li:nth-last-of-type(1) {
  margin-bottom: -7px;
}
.bar-items .bar-list .bar-thumb {
  border-radius: 10px;
}
.bar-items .bar-list .bar-thumb img {
  border-radius: 10px;
}

.video-thumb {
  position: relative;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-popup {
  width: 80px;
  height: 80px;
  background-color: #f2cb05;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.video-popup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(242, 203, 5, 0.5019607843);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
}
.video-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(242, 203, 5, 0.3764705882);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.video-popup i {
  font-size: 36px;
  color: #3c554b;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}
.post-details {
  position: relative;
}
.post-details .post-details__sidebar {
  position: sticky;
  top: 130px;
}

.blog-list .blog__single {
  margin-bottom: 30px;
}
.blog-list .blog__single .blog__single-thumb {
  padding: 10px 10px 0px;
  overflow: hidden;
}
.blog-list .blog__single .blog__single-thumb img {
  border-radius: 10px;
}
.blog-list .blog__single .blog__single-content__meta {
  margin-bottom: 25px;
}
.blog-list .blog__single h4 {
  margin-bottom: 25px;
}
.blog-list .blog__single h4 a:hover {
  color: #3c554b;
}
.blog-list .blog__single .cmn-button {
  margin-top: 35px;
}

.text-group-two {
  padding: 0px 20px;
}
.text-group-two img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .text-group-two img {
    margin-bottom: 30px;
  }
}

.blog-details .blog__single-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog-details .blog__single-content__meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}

.comment-box {
  padding: 0px 20px;
}
.comment-box h5 {
  color: #3c554b;
}
.comment-box .comment-box__content {
  margin-top: 30px;
}
.comment-box .reply-box {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #dbd7d7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.comment-box .reply-box:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .comment-box .reply-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.comment-box .reply-box .author__thumb img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 10px;
}
.comment-box .reply-box h5 {
  color: #3c554b;
  margin: 15px 0px 20px;
}
.comment-box .reply-box .icon-action {
  gap: 30px;
  margin-top: 15px;
}
.comment-box .reply-box .icon-action a {
  color: #3c554b;
}

.comment-form {
  padding: 30px 20px 0px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px 10px 0px;
  }
}
.comment-form h4 {
  margin-bottom: 30px;
  color: #3c554b;
}
.comment-form input,
.comment-form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #3c554b;
}
.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #3c554b;
}
.comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #3c554b;
}
.comment-form input::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #3c554b;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #3c554b;
}
.comment-form textarea {
  margin-bottom: 33px;
  max-height: 170px;
}
.comment-form .cmn-button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #1d1800;
}
.footer .footer-row {
  margin-bottom: -40px;
}
.footer .footer-row .column-gutter {
  margin-bottom: 40px;
}
.footer .footer__single .logo {
  margin-bottom: 30px;
  margin-top: -0.4em;
}
.footer .footer__single p {
  color: #ffffff;
}
.footer .footer__single .social--secondary {
  margin-top: 27px;
}
.footer .footer__single .social--secondary a {
  color: #f2b705;
}
.footer .footer__single h4 {
  color: #ffffff;
}
.footer .footer__single .footer__single-content {
  margin-top: 23px;
}
.footer .footer__single .footer__single-content__address {
  margin-bottom: 17px;
}
.footer .footer__single .footer__single-content__address p {
  margin-bottom: 5px;
}
.footer .footer__single ul li {
  margin-bottom: 16px;
}
.footer .footer__single ul a {
  font-weight: 400;
}
.footer .footer__single ul a:hover {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer .footer__single .footer__single-content__recent .footer__single-content__recent-thumb a {
  display: block;
}
.footer .footer__single .footer__single-content__recent .footer__single-content__recent-thumb img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 5px;
}
.footer .footer__single .footer__single-content__recent h6 {
  margin-bottom: 10px;
}
.footer .footer__single .footer__single-content__recent h6 a {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent h6 a:hover {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent p {
  font-size: 16px;
  line-height: 22px;
}
.footer .copyright {
  padding: 30px 0px;
  border-top: 1px solid rgba(219, 215, 215, 0.3137254902);
  margin-top: 60px;
}
.footer .copyright p {
  color: #ffffff;
}
.footer .copyright ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .copyright ul a {
  font-weight: 400;
}
.footer .copyright ul a:hover {
  color: #ffffff;
}

#footer-flashy{
background: #fff;
color: #000;
width: 60%;
text-align: center;
border-radius: 5px;
padding: 0.4em 0;
}

#footer-flashy p{
color: #000;
font-size: 1.8em;
line-height: 1.5em;
font-weight: 800;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/* ==== 
 --------- (4.6) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1399px) {
  .pricing__single .pricing__single-body .pricing__single-body__list {
    padding-left: 0px;
  }
  .video-popup::before {
    width: 120px;
    height: 120px;
  }
  .video-popup::after {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-popup i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .dir-rtl {
    direction: ltr;
  }
  .max-width-unset {
    max-width: 100%;
  }
  .about__thumb .about__thumb-tag {
    padding: 20px 20px 16px;
    bottom: 20px;
    right: -20px;
  }
  .blog .section-intro .cta-btn {
    margin-top: 30px;
  }
  .accordion .accordion-button {
    padding: 20px;
  }
  .accordion .accordion-body {
    padding: 16px 20px;
    padding-top: 0px;
  }
  .video-popup {
    width: 80px;
    height: 80px;
  }
  .video-popup::before {
    width: 80px;
    height: 80px;
  }
  .video-popup::after {
    width: 100px;
    height: 100px;
  }
  .copyright .copyright__links {
    margin-bottom: 20px;
  }
  .copyright .copyright__links ul {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-row {
    margin-bottom: -60px;
  }
  .footer .footer-row .column-gutter {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    padding: 80px 0px;
  }
  .section-space-top {
    padding-top: 100px;
  }
  .section-space-bottom {
    padding-bottom: 100px;
  }
  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
    font-size: 16px;
    line-height: 26px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  h1,
.hero-title {
    font-size: 57px;
    line-height: 65px;
    margin-top: -14px;
  }
  h2,
.section-title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  h3 {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
  h4 {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
  }
  h5,
.sub-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a,
button {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .section-intro {
    margin-bottom: 40px;
  }
  .hero {
    /*padding: 200px 0px 100px;*/
  }

  .hero__content{
    padding: 200px 0px 100px;
  }

  input {
    padding: 14px 30px;
  }
  .bar-items .bar-list {
    margin-top: 30px;
  }
  .comment-box .reply-box {
    margin: 0px 0px 30px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space {
    padding: 50px 0px;
  }
  .section-space-top {
    padding-top: 80px;
  }
  .section-space-bottom {
    padding-bottom: 80px;
  }
  h1,
.hero-title {
    font-size: 43px;
    line-height: 40px;
    /*margin-top: -10px;*/

    position: absolute;
    bottom: 13%;
    right: 0%;
    width: 50%;
  }
  h2,
.section-title {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
  .hero {
    /*padding: 180px 0px 100px;*/
  }

  .hero__content{
    padding: 380px 0px 100px;
  }

  .gallery {
    padding: 0px 7px;
  }
  .newsletter__form .form-group {
    border: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .newsletter__form .form-group input {
    border: 1px solid #f2b705;
    border-radius: 10px;
    width: 100%;
  }
  .newsletter__form .form-group .cmn-button {
    border-radius: 5px;
  }
  .newsletter__form .form-group .cmn-button::before {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .hero__content-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero__content-cta .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ==== 
 --------- (4.6) responsive styles end ---------
 ==== */

/*circle-carousel*/
 .carousel-wrapper {
	max-width: 680px;
	margin: 0 auto;
}

@media (min-height: 800px) and (min-width: 1400px) {
	.carousel-wrapper {
		max-width: 860px;
	}
}

* + .carousel-wrapper {
	margin-top: 60px;
}

@media (min-width: 1200px) {
	* + .carousel-wrapper {
		margin-top: 100px;
	}
}

.circle-carousel {
	position: relative;
	padding-top: 100%;
}

.circle-carousel .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.circle-carousel .content-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.circle-carousel .content-box.active {
	pointer-events: auto;
}

.circle-carousel .content-box.active .content-box-inner {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
}

.circle-carousel .content-box.active .content-title-wrap {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.circle-carousel .content-box-inner {
	width: 55%;
	height: 55%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
	box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
	transition: .55s ease-in-out;
	transform: scale(0.85);

  /*?*/
  margin-top: 4em;
}

.circle-carousel .content-box-inner .content-box-img {
	border-radius: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.circle-carousel .content-title-wrap {
	opacity: 0;
	visibility: hidden;
	transition: all .5s .4s;
	overflow: hidden;
	text-align: left;
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 15px;
	transform: scale(0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle-carousel .content-title h4, .circle-carousel .content-title li {
	color: #3c554b;
}

.circle-carousel .content-title li{
  font-size: 0.75em;
}


.circle-carousel .content-title li::before{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f02b";
  border: none;
  margin-right: 0.4em;
  font-size: 0.8em;
}

.circle-carousel .content-title li:hover{
  cursor: pointer;
}

.circle-carousel .pagination {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 3px solid #1F2845;
	pointer-events: none;
	user-select: none;
}

.circle-carousel .pagination .dot {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 13%;
	width: 13%;
	border-radius: 50%;
	pointer-events: auto;
	transition: .3s;
	background-color: #1F2845;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.circle-carousel .pagination .dot:before, .circle-carousel .pagination .dot:after {
	position: absolute;
	bottom: 0;
	margin: auto;
	content: "";
	transform: rotate(-180deg);
	opacity: 0;
	transition: all 1s;
}

.circle-carousel .pagination .dot:before {
	transform-origin: top right;
	top: -50%;
	right: 140%;
	width: 30%;
	height: 30%;
	filter: blur(3px);
	border: 6px solid #F48E2A;
	z-index: -1;
}

.circle-carousel .pagination .dot:after {
	transform-origin: bottom left;
	top: 100%;
	left: 130%;
	width: 40%;
	height: 40%;
	border-radius: 50%;
	border: 10px solid #FE9290;
	z-index: 5;
}

.circle-carousel .pagination .dot:hover {
	transform: translate(-50%, -50%) scale(1.05);
	cursor: pointer;
	background: #f2cb05;
	color: #fff;
}

.circle-carousel .pagination .item .dot i{
  color: #fff;
}

.circle-carousel .pagination .item.active .dot i{
  color: #3c554b;
}

@media (min-width: 768px) {
	.circle-carousel .pagination .dot {
		font-size: 26px;
	}

  .circle-carousel .content-title li{
    font-size: 1em;
  }
}

.circle-carousel .pagination .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.circle-carousel .pagination .item.active .dot {
	background-color: #f2cb05;
	color: #fff;
}

.circle-carousel .pagination .item.active .dot:before, .circle-carousel .pagination .item.active .dot:after {
	transform: rotate(0deg);
	opacity: .6;
}

.circle-carousel .prev,
.circle-carousel .next {
	display: none;
}

@media (min-width: 1200px) {
	.circle-carousel .prev,
	.circle-carousel .next {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 92px;
		cursor: pointer;
	}
	.circle-carousel .prev span,
	.circle-carousel .next span {
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-weight: 700;
	}
	.circle-carousel .prev {
		left: -100px;
	}
	.circle-carousel .next {
		right: -100px;
	}
}


.carousel-wrapper .beschreibungen {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 400px); /* Initially set off screen */
  z-index: 99;
}

.carousel-wrapper .beschreibungen.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0); /* Translate to the calculated middle position */
}

.carousel-wrapper .beschreibungen.active .b_close{
  width: 1em;
  height: 1em;
  float: right;
  position: absolute;
  z-index: 100;
  top: -1em;
  right: 0px;
}

.carousel-wrapper .beschreibungen .post-details__main {
  z-index: 99;
  position: relative;
}

@media (max-width: 767px) {
  .carousel-wrapper .beschreibungen.active{
    width: 95%;
  }
}

.modal-content h5 {
  margin: 0.4em 0;
}

.modal-content strong {
  margin: 0.6em 0;
  display: block;
}