/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    --hamBg: #00aa8d;
    --preloaderBg: green;

    --wbMain: #00aa8d;
}

/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 18px;
    -font-family: "Zilla Slab", serif;

    font-family: "Inter", sans-serif;

    font-weight: 400;
    font-style: normal;
    line-height: 1.78;
    color: #1a2830;
    letter-spacing: normal;
    background: #fafafa;

    overflow-x: hidden !important;
}

h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 44px;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}

a {
  color: #00aa8d;
  text-decoration: underline;
  border-bottom: 0 !important;
}

a:hover {
  color: #019d82;
  text-decoration: underline;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover,
.bttn,
.bttn:hover,
.sib_signup_form .wb-form-item input[type="submit"] {
    transition: all 0.3s ease;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

img.lazy {
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px auto;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}

/*===========================================================
Loader
===========================================================*/

.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999999;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #58b8cb;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: 1s infinite spin;
    animation: 1s infinite spin;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

.bttn {
    font-size: 16px;
    font-weight: bold;
    line-height: 38px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    background-color: #00aa8d;
    text-decoration: none;
    display: inline-block;
    padding: 0 21px;
    border: 1px solid transparent !important;
}
.bttn:hover {
    border: solid 1px #00aa8d !important;
    background: #fff;
    color: #00aa8d !important;
}
.bttn-white {
    border-radius: 3px;
    border: solid 1px #00aa8d !important;
    background: #fff;
    color: #00aa8d !important;
    margin-top: 20px;
}
.bttn-white:hover {
    background: #00aa8d;
    color: #fff !important;
}
.bd-0 {
    border: 1px solid transparent;
}
.bttn-black {
    background: #000;
}

/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 12px 0;
    background: #fff;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-area .menu ul {
}

.main-menu {
    gap: 30px;
    align-items: center;
    display: flex;
}

.main-menu .social {
    display: flex;
    gap: 10px;
}

.header-area .menu .bttn {
    font-size: 16px;
    font-weight: bold;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.menu ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #1a2830;
}

.sticky-header .menu ul li a {
    font-size: 17px;
}

.menu ul li:hover > a,
.menu ul li.current-page-ancestor > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-parent > a,
.menu ul li.current_page_parent > a,
.menu ul li.current_page_ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-item > a,

body.tribe_events-template-default .menu ul li.veranstaltungen > a,
body.single-post .menu ul li.nachrichten > a {
    color: #00aa8d !important;
}

.menu ul li:hover > a:after,
.menu ul li.current-page-ancestor > a:after,
.menu ul li.current-menu-ancestor > a:after,
.menu ul li.current-menu-parent > a:after,
.menu ul li.current_page_parent > a:after,
.menu ul li.current_page_ancestor > a:after,
.menu ul li.current-menu-item > a:after,
.menu ul li.current-menu-item > a:after {

}

.menu ul ul a {
    white-space: nowrap;
    display: block;
    text-align: left;
}

.dropdown-area {
    padding-top: 20px;
    padding-bottom: 30px;
}

.dropdown-area .menu-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.dropdown-area .menu ul a {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.27;
    color: #000;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    padding: 50px 0 100px 0;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #fafafa;
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #00aa8d;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
/* .hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #34495e;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
} */

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: 0.8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

/*===========================================================
 Hamberger
===========================================================*/

.hamburger .line {
    width: var(--hamWidth);
    height: var(--hamHeight);
    background-color: var(--hamBg);
    display: block;
    margin: var(--hamMargin) auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -o-transform: translateY(var(--hamTranslate)) rotate(45deg);
    transform: translateY(var(--hamTranslate)) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -o-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}

.menu ul li .dropdown-menu li {
    display: block;
    text-align: center;
}

.menu ul li .dropdown-menu li a {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    color: #1a2830;
    border-bottom: 1px solid rgba(150, 203, 230, 0.5);
}

.dropdown-menu {
    padding: 20px 5px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    min-width: 100%;

    left: -15px;
}

.menu-nav .dropdown:nth-child(2) .dropdown-menu {
    min-width: 130px;
}

.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.dropdown a {
    position: relative;
}

.dropdown > a:hover::after {
    color: #5680bc;
}

.dropdown > a::after {
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    content: "";
    background-image: url(../img/arow-down.svg);
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
}
/*===========================================================
 Style
===========================================================*/

.banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.banner-left {
    max-width: calc(100% - 540px);
    width: 100%;
    padding-right: 80px;
}

.banner-text {
    max-width: 540px;
    width: 100%;
}

.banner-area {
    padding-top: 40px;
    padding-bottom: 35px;
}
.banner-text h1 {
    font-size: 58px;
}
.banner-text p {
    max-width: 450px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
}

.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.content-area {
    padding: 95px 0 75px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.content-text {
    padding-right: 30px;
}

.content-text h2 {
    font-size: 30px;
}

.content-text p {
    margin-top: 20px;
}

.content-text .bttn {
    margin-top: 20px;
}

.content-left figcaption {
    margin-top: 5px;
    font-size: 14px;
}

.service-title {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-area {
    position: relative;
    padding: 75px 0;
}

.service-area:before {
    position: absolute;
    content: "";
    width: 100%;
    background: #c2e5de;
    height: 425px;
    z-index: -1;
    top: 0;
}

.single-service {
    border-radius: 5px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #fff;
    background-color: #fff;
    height: 100%;
    margin-bottom: 35px !important;
}

.single-service img {
    width: 100%;
}

.service-text {
    padding: 33px;
    padding-top: 20px;
}

.service-text h3 {
    margin-bottom: 10px;
}

.events-area {
    background-color: #c3e4de;
    padding: 75px 0;
}

.single-event {
}

.event-title {
    margin-bottom: 50px;
}

.single-event {
    border-radius: 5px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #fff;
    background-color: #fff;
    padding: 40px 30px 40px 30px;
}

.single-event h3 {
    font-size: 20px;
    word-break: break-word;
}

.single-event .event-top * {
  margin-bottom: 0;
}

.event-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.event-top span {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #1a2830;
    line-height: 17px;
    border-radius: 20px;
    background-color: #c3e4de;
    padding: 0 10px;
    display: inline-block;
}

.chart-area {
    padding: 150px 0;
}

.chart-left {
    position: relative;
    height: 100%;
}

.shape-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.shape-3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-chart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative;
}

.single-chart:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #5dbcaa;
    border-radius: 50%;
    top: 30px;
    left: -40px;
}

.single-chart h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.11;
    color: #00aa8d;
}

.single-chart p {
    width: calc(100% - 80px);
}

.single-chart .vc_btn3-container {
	width: calc(100% - 80px);
}

.chart-right {
    position: relative;
}

.chart-right:before {
    position: absolute;
    content: "";
    border: 1px dashed #278366;
    height: 92%;
    top: 40px;
    left: -33px;
}

.mrt-50 {
    margin-top: 50px;
}

.news-area {
    padding: 75px 0;
    position: relative;
}

.shape-2 {
    position: absolute;
    right: 0;
    top: -100px;
}

.members-area {
    padding: 75px 0;
}

.member-title {
    margin-bottom: 50px;
}

.single-member {
    border-radius: 5px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 182px;
}

.slick-down-arrow {
    display: flex;
    gap: 20px;
}

.slick-down-arrow div {
    cursor: pointer;
}

.service-slider {
    margin: 0 -15px;
}

.service-inner {
    padding: 0 15px;
}

.service-slider {
}

.breadcrumb {
    margin: 0;
}

.breadcrumb li {
    color: #00aa8d;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    text-decoration: none;
    margin-right: 3px;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

.maincontent {
  position: relative;
  z-index: 2;
}

.stay-area {
    margin-top: -50px;
    clear: left;

    position: relative;
    z-index: 1;
}

.stay-text {
    border-radius: 5px;
    background-color: #c3e4de;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50px;
}

.internal-container {
    padding: 35px 0;
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.stay-text h2 {
}

.stay-text p {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.footer-area {
    background-color: #1a2830;
    padding-bottom: 50px;
}

.footer-top {
    border-radius: 5px;
    background-color: #5dbcaa;
    height: 177px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.footer-left h2 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-left p {
    color: #fff;
}

.footer-bttm {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.text-underline {
    border-bottom: 1px solid #fff;
}

footer address {
    color: #fff;
    margin: 0;
}

.footer-bttm-left {
    display: flex;
    gap: 80px;
}

.footer-bttm a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.footer-bttm a:hover {
    /*    color: #00aa8d;*/
}

.footer-bttm-right {
    display: flex;
    align-items: flex-end;
    width: 30%;
    justify-content: space-between;
}

.footer-right div.senat-logo {
  color: #fff;
}

.footer-right div.senat-logo p {
  margin-bottom: 0 !important;
}

.footer-right div.social {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer-right img {
    margin-top: 7px;
    width: 300px;
}

.copyright {
    text-align: center;
    padding: 11px 0;
}

.copyright p {
}
/*modal*/

.feedback-btn:hover {
    opacity: 0.9;
}

.modal {
    display: none;
    position: fixed;
    background-color: var(--dark-purple);
    color: #fff;
    transition: 0.2s;
    padding: 50px 25px 50px 25px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #00aa8d;
    width: 430px;
    transform: translateX(0);
    height: auto;
    left: 100%;
    top: 220px;
    transition: 1s;
}
.modal.show {
    transform: translateX(-430px);
    transition: 1s;
}
.modal a {
    position: absolute;
    right: 25px;
    color: #000;
    bottom: 50px;
}

.modal .close {
    margin-inline-start: auto;
    width: 0;
    height: 0;
    display: block;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 30px;
}

.modal form {
}

.modal input {
    margin: 20px 0;
    width: 100%;
    height: 40px;
    background-color: #fafafa;
    padding: 0 10px;
    border: 0;
}

.modal button {
    font-family: "Inter", sans-serif;
}
.modal a {
    font-family: "Inter", sans-serif;
    font-weight: normal;
}
.modal h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    color: #1a2830;
    font-weight: normal;
}

.single-fonds {
    position: relative;
}

.block-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    transition: 0.3s;
    z-index: 111;
    border-radius: 5px;
    box-shadow: -5px 5px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(171, 219, 210, 0.2);
    min-height: 100%;

    display: flex;
    align-items: center;
}

.block-hover p:last-child {
    margin-bottom: 0 !important;
}

.block-original {
    transition: 0.3s;
}

.single-fonds:hover .block-hover,
.single-zinsanlagen:hover .block-hover {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.single-fonds:hover .block-original,
.single-zinsanlagen:hover .block-original {
    /* opacity: 0; */
    opacity: 0.2;
    transition: 0.3s;
}

.member-text {
    padding: 20px 30px;
}

.member-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 1400px) {
}

@media (min-width: 992px) {
    .dropdown:hover > a + .dropdown-menu {
        display: block;
    }

    .dropdown-menu .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    .dropdown .dropdown > a::after {
        transform: rotate(-90deg);
        margin-top: -4px;
    }
}

@media (max-width: 991px) {
    #main {
        padding-top: 0;
    }

    .header-area {
        display: none;
    }

    .mobile-logo {
        width: 150px;
    }

    .mobile-menu-right .dropdown > a::after {
        background-image: url(../img/arow-down.svg);
        right: -14px !important;
    }

    .mobile-menu-right a {
        color: #000;
        text-decoration: none;
    }

    .mobile-drop {
        position: relative;
    }

    .mobile-drop ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        position: relative;

        display: flex;
        align-items: center;
    }

    .mobile-drop .mobile-font-size-controller:before {
        background-image: url(../img/arow-down.svg);
        right: -14px !important;
        position: absolute;
        top: 50%;
        content: "";
        width: 22px;
        height: 12px;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }

    .mobile-drop li {
        display: block;
        float: left;
        padding: 5px 10px;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
    }

    .mobile-drop li a {
        color: #000;
    }

    .mobile-drop li:hover {
        cursor: pointer;
    }

    .mobile-drop ul li ul {
        visibility: hidden;
        opacity: 0;
        min-width: 5rem;
        position: absolute;
        transition: all 0.5s ease;
        left: 0;
        display: none;
        background: #ddd;
        top: 100%;
    }

    .mobile-drop ul li:hover > ul,
    .mobile-drop ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .mobile-drop ul li ul li {
        clear: both;
        width: 100%;
    }

    .mobile-drop ul li {
      margin-right: 30px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;
    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;
    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 2;
    }

    .menu ul li .dropdown-menu li a {
        line-height: 2;
    }

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: #fff;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;

        z-index: 1000000;
        position: fixed;
        width: 100%;
    }

    .panel-header .mobile-menu-right {
        margin-right: auto;
    }
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1399px) {
    .content-text {
        padding-right: 0;
    }

    .content-text p {
        margin-top: 10px;
    }

    .content-text h2 {
        font-size: 27px;
    }

    h2 {
        font-size: 40px;
    }

    .banner-text h1 {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .dropdown-area .menu ul a {
        font-size: 20px;
    }

    .dropdown-area .menu-nav {
        gap: 35px;
    }

    .main-menu {
        gap: 15px;
    }

    .main-menu .social {
        gap: 5px;
    }

    .menu-left {
        width: 140px;
    }

    .social img {
        width: 32px;
    }

    .menu ul li a {
        font-size: 18px;
    }

    .banner-left {
        max-width: calc(100% - 420px);
        padding-right: 0;
    }

    .banner-text {
        max-width: 400px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 42px;
    }

    .service-inner {
        padding: 0 10px;
    }

    .service-slider {
        margin: 0 -10px;
    }

    h3 {
        font-size: 20px;
    }

    .service-text {
        padding: 25px 15px;
        padding-top: 20px;
    }

    .single-event {
        padding: 30px 20px 15px 20px;
    }

    .chart-left h2 {
        font-size: 33px;
    }

    .chart-area {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .menu ul li .dropdown-menu li {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0;
    }

    .menu ul li:hover > a {
        color: #fff;
    }

    .menu ul li .dropdown-menu li a {
        display: block;
        text-align: left;
        color: #fff;
    }

    .dropdown > a::after {
        background-image: url(../img/arow-wh.svg);
        right: 0 !important;
    }

    .dropdown-area {
        display: none;
    }

    .breadcrumb-area {
        padding-top: 25px;
    }

    .dropdown-area .menu ul a {
        font-size: 18px;
    }

    .dropdown > a::after {
        right: -19px;
        position: absolute;
        top: 50%;
        margin-top: -3px;
    }

    .banner {
        flex-direction: column;
    }

    .banner-text,
    .banner-left {
        max-width: 100%;
        padding-right: 0;
    }

    .banner-text {
        margin-top: 35px;
    }

    .banner-text p {
        max-width: 100%;
    }

    .banner-text h1 br {
        display: none;
    }

    .content-left img {
        width: 100%;
    }

    .content-text {
        margin-top: 25px;
    }

    h2 {
        font-size: 37px;
    }

    .service-title {
        margin-bottom: 40px;
    }

    .chart-right {
        position: relative;
        padding-left: 40px;
    }

    .chart-right:before {
        left: 7px;
    }

    .chart-left {
        margin-bottom: 35px;
    }

    .footer-bttm-left {
        gap: 20px;
        flex-direction: column;
    }

    .content-area {
        padding: 40px 0 50px 0;
    }

    .single-event {
        padding: 30px 20px 15px 20px;
        margin-bottom: 25px;
    }

    .mrt-50 {
        margin-top: 40px;
    }

    .single-member {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer-bttm {
        flex-direction: column;
    }
    h2 {
        font-size: 32px;
    }
    .slick-down-arrow {
        display: flex;
        gap: 10px;
        width: 140px;
    }
    .footer-bttm-right {
        flex-direction: column;
        margin-top: 15px;
        align-items: flex-start;
    }

    .stay-text {
        padding: 30px 15px;
    }

    .internal-container {
        padding: 30px 0;
    }

    h2 {
        font-size: 34px;
    }

    .single-chart h2 {
        font-size: 60px;
    }

    .chart-left h2 {
        font-size: 32px;
    }

    .mobile-logo {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .banner-text h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 25px;
    }

    .service-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .slick-down-arrow {
        margin-top: 20px;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
    }
    .single-service {
        height: auto !important;
    }
    .modal {
        padding: 40px 15px 40px 15px;
        width: 340px;
    }
    .footer-top {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slick-down-arrow {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .events-area {
        padding: 60px 0;
    }

    .member-title,
    .event-title {
        margin-bottom: 35px;
    }

    .single-chart h2 {
        font-size: 40px;
        width: 50px;
    }

    .chart-right {
        position: relative;
        padding-left: 20px;
    }

    .chart-right:before {
        height: 91.7%;
        top: 22px;
        left: -33px;
    }

    .single-chart:before {
        width: 14px;
        height: 14px;
        top: 16px;
        left: -20px;
    }

    .chart-left h2 {
        font-size: 30px;
    }

    .footer-top .bttn {
        line-height: 1.4 !important;
        padding: 13px 10px;
    }

    .chart-area {
        padding: 40px 0;
    }

    .mrt-50 {
        margin-top: 20px;
    }
    .mobile-logo {
        width: 120px;
    }
    .service-area {
        padding: 55px 0;
    }
}

@media (max-width: 379px) {
}
