/*
    Theme Name: Theme For Aynired
    Theme URI: https://github.com/hmcarlosj/aynired-com
    Author: OpenFS LLC
    Author URI: https://github.com/hmcarlosj/aynired-com
    Description: Theme For Aynired
    Requires at least: 6.4
    Tested up to: 6.4.3
    Requires PHP: 8.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: white travel
    Text Domain: aynired
    
*/

:root {
    /* Typography */
    --font-family-base: 'Nunito Sans', sans-serif;
    --font-family-headings: 'Onest', sans-serif;
    --font-family-btn: 'Onest', sans-serif;
    --bs-border-color: #d8dde1;
    --font-size-base: 16px;
    --font-weight-base: 400;
    --line-height-base: 26px;
    /*Color*/
    --primary: #1a685b;
    --primary-one: #06407a;
    --primary-rgb: 26, 104, 91;
    --secondary: #ffac00;
    --secondary-rgb: 255, 172, 0;
    --tertiary: #122f2a;
    --white: #fff;
    --white-rgb: 255, 255, 255;
    --shade: #f6f6f6;
    --success: #23e219;
    --body-color: #575c67;
    --body-color: #727272;
    --theme-border: #d8dde1;
    --black: #000;
    --dark: #1f1f1f;
    --headings-color: #1f1f1f;
    --blue: #1d1354;
    --light: #f9fdf7;
    --theme-mute: #829592;
    --danger: #dc3545;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6eIipYT5Kmgq3s84t.woff2)
        format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6eIGpYT5Kmgq3s84t.woff2)
        format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6eIupYT5Kmgq3s84t.woff2)
        format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
        U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/caveat/v23/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6eIWpYT5Kmgq3sw.woff2)
        format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body:not(.wp-admin) strong {
    font-weight: 700;
}

.text-secondary {
    color: #ffb243 !important;
}

.text-info {
    color: #fff !important;
}

h1,
.h1,
.sc-media-wrap .success-year span {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 84px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h2,
.h2 {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h3,
.h3,
.slide-transtion .swiper-slide p {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h4,
.h4 {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h5,
.h5 {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h6,
.h6,
.cause-widget ul li,
.review-top .lead,
.quick-call a,
.footer-widget .footer-info .single-conn .conn-txt a {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-2,
.sec-title {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-3,
.sc-media-wrap .success-year .sy-txt {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-4 {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-5,
.event-tabs .nav.nav-tabs li span,
.widget-title,
.footer-widget .widget-title {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-6,
.navbar .navbar-nav > li a.nav-link,
a.link-btn {
    font-family: var(--font-family-headings, 'Onest', sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    color: var(--body-color);
    position: relative;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
}

html {
    overflow-x: clip;
}

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

@media (min-width: 1400px) {
    .ct-container {
        max-width: 1730px;
    }
}

input[type='checkbox'] {
    width: auto;
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--primary);
    border-color: var(--primary);
    background-color: var(--primary);
}

.bg-primary {
    background-color: #1a685b !important;
}

.btn-secondary {
    background-color: #ffac00;
    border-color: #ffac00;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgb(204, 137.6, 0);
    border-color: rgb(204, 137.6, 0);
    color: #fff;
}

.bg-secondary {
    background-color: #ffac00 !important;
}

.bg-shade {
    background-color: #f6f6f6 !important;
}

.bg-shade-top {
    background-color: #3877b6 !important;
}

.bg-info {
    background-color: #fff !important;
}

a {
    color: var(--headings-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--headings-color);
}

.badge {
    text-transform: capitalize;
    font-weight: 500;
}

input,
textarea,
.form-control {
    font-family: var(--font-family-base);
    width: 100%;
    color: var(--body-color);
    padding: 14.5px 20px;
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
input:focus,
textarea:focus,
.form-control:focus {
    outline: 0 none;
    box-shadow: 0 0 0 0.05rem rgba(var(--primary), 0.2);
}
input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    opacity: 1;
    color: var(--body-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
}

input[type='checkbox'] {
    padding: 0px;
}

.btn:focus-visible {
    color: var(--headings-color);
    background-color: var(--primary);
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
}

.anim-img {
    position: absolute;
    backface-visibility: hidden;
    animation: jumping 5s ease-in-out 2s infinite alternate;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    user-select: none;
    will-change: transform;
}
.anim-img.left-bottom {
    right: auto;
    left: 0px;
    top: auto;
    bottom: 20px;
}
.anim-img.right-bottom {
    right: 20px;
    bottom: 20px;
}
.anim-img.right-top {
    right: 20px;
    top: 20px;
}
.anim-img.zoom {
    animation: zoom 8s ease-in-out 2s infinite alternate;
}
.anim-img.anim-2 {
    animation: jumping2 8s ease-in-out 2s infinite alternate;
}
@media (max-width: 575.98px) {
    .anim-img {
        display: none;
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(0.5);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(0.7);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
        opacity: 1;
    }
}
@keyframes jumping2 {
    0% {
        transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0px) translateX(0) rotate(0) scale(0.7);
    }
}
@keyframes animate_pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 172, 0, 0.2),
            0 0 0 0 rgba(255, 172, 0, 0.4);
    }
    40% {
        box-shadow:
            0 0 0 50px rgba(255, 172, 0, 0),
            0 0 0 0 rgba(255, 172, 0, 0.4);
    }
    80% {
        box-shadow:
            0 0 0 50px rgba(255, 172, 0, 0),
            0 0 0 30px rgba(255, 172, 0, 0);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(255, 172, 0, 0),
            0 0 0 30px rgba(255, 172, 0, 0);
    }
}
@keyframes animate_pulse_w {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    40% {
        box-shadow:
            0 0 0 50px rgba(255, 255, 255, 0),
            0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    80% {
        box-shadow:
            0 0 0 50px rgba(255, 255, 255, 0),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
        left: 50%;
    }
    40% {
        transform: rotate(90deg);
        left: 55%;
    }
    80% {
        transform: rotate(180deg);
        left: 60%;
    }
    100% {
        transform: rotate(360deg);
        left: 50%;
    }
}

.moveXS,
.footer-widget .widget-title::after {
    animation: moveXS 8s linear infinite;
}

@keyframes moveX {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(150px);
    }
    50% {
        transform: translateX(120px);
    }
    75% {
        transform: translateX(140px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes moveXS {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(20px);
    }
    70% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.moveYS {
    animation: moveYS 9s ease-in-out infinite;
}

@keyframes moveY {
    0% {
        transform: translateY(-80px);
    }
    50% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(-80px);
    }
}
@keyframes moveYS {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes zoom {
    0% {
        -moz-transform: scale(0.3);
        -o-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    20% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.overly,
.faq-accordion .accordion-item .accordion-body,
.review-entry .review-quote,
.event-sec,
.stat-sec .row > div,
.slide-transtion .swiper-slide,
.card-entry,
.sc-media-wrap,
.cta-sec,
.cause-entry,
.about-sec .about-media .about-feat,
.about-sec .about-media-2 .about-feat,
.swiper-pagination span.swiper-pagination-bullet-active,
.footer-nav ul li,
.footer-widget ul li,
.footer-widget .widget-title,
.footer,
.header.header-1 nav.navbar,
.header.header-1 .header-top,
.btn-close,
a.link-btn,
.sub-title {
    position: relative;
    z-index: 1;
}
.overly::before,
.faq-accordion .accordion-item .accordion-body::before,
.review-entry .review-quote::before,
.event-sec::before,
.stat-sec .row > div::before,
.slide-transtion .swiper-slide::before,
.card-entry::before,
.sc-media-wrap::before,
.cta-sec::before,
.about-sec .about-media .about-feat::before,
.about-sec .about-media-2 .about-feat::before,
.swiper-pagination span.swiper-pagination-bullet-active::before,
.footer-nav ul li::before,
.footer-widget ul li::before,
.footer-widget .widget-title::before,
.footer::before,
.header.header-1 nav.navbar::before,
.header.header-1 .header-top::before,
.btn-close::before,
a.link-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: var(--theme-border); */
}

.sec-title {
    margin-bottom: 20px;
    font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-title {
        font-size: 45px;
    }
}
@media (max-width: 767.98px) {
    .sec-title {
        font-size: 40px;
    }
}
@media (max-width: 575.98px) {
    .sec-title {
        overflow: hidden;
        font-size: 36px;
    }
}

.sub-title {
    font-family: 'Caveat', cursive;
    /*  display: inline-block; */
    color: var(--secondary);
    font-size: 40px;
    margin-bottom: 15px;
}

.sub-title img {
    margin-right: 10px;
}

.sub-title.single::after {
    display: none;
}
@media (max-width: 575.98px) {
    .sub-title {
        overflow: hidden;
        font-size: 26px;
    }
    .sub-title.single {
        margin-left: 0;
    }
}

.round,
.faq-accordion .accordion-item {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.sec-intro {
    margin: 0 0 60px;
    max-width: 700px;
}
.sec-intro .sec-title {
    margin-top: 10px;
}

.sec-padding {
    padding: 90px 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-padding {
        padding: 100px 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sec-padding {
        padding: 90px 0;
    }
}
@media (max-width: 767.98px) {
    .sec-padding {
        padding: 70px 0;
    }
}

.btn-primary {
    background-color: #1a685b;
    border-color: #1a685b;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: rgb(15.8, 63.2, 55.3);
    border-color: rgb(15.8, 63.2, 55.3);
    color: #fff;
}

.btn {
    font-family: var(--font-family-btn);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 32px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
    .btn {
        padding: 13px 35px;
    }
}
.btn i.fa-arrow-right {
    transform: rotate(-30deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover i.fa-arrow-right {
    transform: rotate(0deg);
}
.btn.btn-xs {
    padding: 12px 26px;
    font-size: 14px;
}

.rounded-4 {
    border-radius: 20px !important;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--headings-color);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.zoom-th {
    overflow: hidden;
}
.zoom-th img {
    transform: scale(1);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.zoom-th:hover img {
    transform: scale(1.05);
}

.icon,
.icon-lg {
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.icon i,
.icon-lg i {
    display: table-cell;
    vertical-align: middle;
}

.icon-lg {
    width: 60px;
    height: 60px;
}

p.lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}
p.lead a {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    p.lead {
        font-size: 20px;
    }
}

a.link-btn {
    text-transform: capitalize;
    font-size: 16px;
}
a.link-btn::before {
    background-color: var(--headings-color);
    top: 22px;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.link-btn i {
    transform: rotate(-30deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.link-btn:hover {
    color: var(--primary);
}
a.link-btn:hover::before {
    background-color: var(--primary);
}
a.link-btn:hover i {
    transform: rotate(0deg);
}

.ratings {
    font-size: 14px;
}

.shadow-1 {
    -webkit-box-shadow: 0px 10px 50px rgb(232, 232, 232);
    -moz-box-shadow: 0px 10px 50px rgb(232, 232, 232);
    box-shadow: 0px 10px 50px rgb(232, 232, 232);
}

.social-share a {
    background-color: var(--primary);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.social-share a i {
    display: table-cell;
    vertical-align: middle;
}
.social-share a:last-child {
    margin-right: 0;
}
.social-share a:hover {
    background-color: var(--secondary);
    color: var(--white);
}
.social-share.outline a {
    border: 1px solid var(--theme-border);
    background-color: transparent;
    color: var(--headings-color);
}
.social-share.outline a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}
.social-share.null a {
    background-color: transparent;
    width: auto;
    height: auto;
    color: var(--headings-color);
}
.social-share.null a:hover {
    color: var(--secondary);
}

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

.scroll-top {
    position: fixed;
    right: 1.875rem;
    bottom: 1.875rem;
    height: 3.125rem;
    width: 3.125rem;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(2.8125rem);
    transition: all 300ms linear;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.14) 0rem 0.3125rem 0.9375rem;
}

.scroll-top:after {
    content: '\f106';
    font-family: fontawesome;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.125rem;
    font-size: 1.25rem;
    color: var(--headings-color);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    border-radius: 50%;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top svg {
    color: var(--white);
    border-radius: 50%;
}

.scroll-top .progress-circle path {
    stroke: var(--secondary);
    stroke-width: 0.5rem;
    box-sizing: border-box;
    transition: all 400ms linear;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--primary);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.video-play-btn {
    position: absolute;
    display: flex;
    place-content: center;
    text-align: center;
    height: 100px;
    width: 100px;
    font-size: 25px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--headings-color);
    background-color: var(--white);
    animation: animate_pulse 3s linear infinite;
}

.pager nav.navigation.pagination {
    display: block;
}
.pager a,
.pager span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 17px;
    font-weight: 500;
    background-color: rgba(var(--primary-rgb), 0.15);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pager .current,
.pager a:hover {
    background-color: var(--primary-one);
    color: var(--white);
}

.abs-img {
    position: absolute;
    left: 0;
    top: 0;
}

.round,
.faq-accordion .accordion-item {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ratings i {
    color: var(--secondary);
}

.progress {
    box-shadow: none;
    height: 8px;
    overflow: visible;
    position: relative;
    border-radius: 10px;
    display: block;
    background-color: transparent;
    border: 1px solid var(--primary);
}
.progress:last-child {
    margin-bottom: 0px;
}
.progress .meta {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: -28px;
    font-weight: 600;
    color: var(--headings-color);
}
.progress .progress-bar {
    display: block;
    background: var(--primary);
    float: left;
    height: 7px;
    overflow: visible;
}
.progress .progress-bar span {
    background: var(--primary);
    float: right;
    margin-top: -32px;
    position: relative;
    padding: 0 5px;
    font-weight: 700;
    font-size: 15px;
    padding: 0 8px;
    border-radius: 5px;
    font-family: caveat;
}
.progress .progress-bar span:before,
.progress .progress-bar span:after {
    border: medium solid transparent;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.progress .progress-bar span:before {
    border-top-color: var(--primary);
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.parallax-overly {
    position: absolute;
    inset: 0;
    background-color: rgb(23 38 55 / 33%);
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity=90);
    mix-blend-mode: multiply;
    z-index: -1;
}

.nav-tabs {
    border: 0;
}
.nav-tabs .nav-item {
    margin-right: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
    .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
}
.nav-tabs .nav-item .nav-link {
    margin: 0;
    color: var(--body-color);
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid var(--theme-border);
    padding: 7px 23px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.error {
    padding: 15px;
    margin-bottom: 20px;
    color: var(--white);
    background-color: var(--danger);
    border: 1px solid var(--danger);
    border-radius: 5px;
}

.main-overlay {
    opacity: 0;
    visibility: hidden;
    filter: blur(2px);
    background: var(--black);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-overlay.active {
    opacity: 0.6;
    visibility: visible;
}

.canvas-menu {
    background: var(--white);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    position: fixed;
    right: -100%;
    scrollbar-width: none;
    overflow-y: scroll;
    top: 0;
    width: 400px;
    opacity: 0;
    transition: 0.45s ease-in-out;
    visibility: hidden;
    z-index: 10;
}

@media (max-width: 575.98px) {
    .canvas-menu {
        width: 100%;
    }
}
.canvas-menu.open {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}
.canvas-menu a.btn.btn-primary {
    max-width: 160px;
    margin-top: 15px;
}
.canvas-menu .canvas-close {
    box-sizing: content-box;
    border: 0 none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.canvas-menu .canvas-close:focus {
    outline: none;
    box-shadow: none;
}
.canvas-menu .canvas-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}
.canvas-menu nav {
    width: 100%;
}
.canvas-menu .submenu {
    display: none;
    padding: 10px 20px;
}
.canvas-menu .submenu li {
    padding: 5px 0;
}
.canvas-menu .submenu li:after {
    content: '';
    display: none;
}
.canvas-menu .submenu li a {
    color: var(--headings-color);
    font-size: 14px;
    font-weight: 400;
}
.canvas-menu .submenu li a:hover {
    color: var(--dark);
}

.header-top .logo {
    position: relative;
    top: 15px;
}
.header-top p.text-white > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
}
@media (max-width: 991.98px) {
    .header-top p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        text-wrap: wrap;
    }
}
@media (max-width: 575.98px) {
    .header-top p {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .header-top {
        background-color: var(--shade);
    }
}

.header {
    position: relative;
    z-index: 9;
    max-width: 100%;
    overflow-x: clip;
}
.header .header-wrapper {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    overflow-x: clip;
}
.header .header-nav-wrapper {
    max-width: 100%;
    overflow-x: clip;
}
@media (min-width: 1400px) {
    .header .header-wrapper .btn {
        padding: 18px 35px;
    }
}

.navbar {
    padding: 10px 0px;
}
.navbar .dropdown {
    position: relative;
}
@media (max-width: 1399.98px) {
    .navbar .dropdown {
        width: 100%;
    }
}
.navbar .navbar-nav > li a.nav-link {
    padding: 25px 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-family-headings);
    color: #00203d;
}
.navbar .navbar-nav > li a.nav-link::after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* Menú activo */
.navbar .navbar-nav > li.current-menu-item > a.nav-link,
.navbar .navbar-nav > li.current_page_item > a.nav-link,
.navbar .navbar-nav > li.current-menu-ancestor > a.nav-link {
    color: #ffac00 !important;
}
@media (min-width: 1400px) {
    .navbar .navbar-nav > li:first-child a.nav-link {
        padding-left: 0;
    }
}
@media (max-width: 1399.98px) {
    .navbar .navbar-nav > li {
        width: 100%;
    }
}
.navbar .navbar-nav > .nav-item > .dropdown-menu::before {
    position: absolute;
    content: '';
    top: -12px;
    left: 22px;
    z-index: 8;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--white);
}
.navbar .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 8px;
    margin-top: 0;
    padding: 15px 0;
    min-width: 250px;
    top: 100%;
    left: 0;
    background-color: var(--white);
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.35);
    z-index: 10;
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 16px;
    transform: rotate(-90deg);
}
.navbar .navbar-nav > .dropdown:hover > .dropdown-menu {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
    padding: 19px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .dropdown .dropdown-toggle:after {
    content: '\f107';
    font-family: fontawesome;
    border: 0 none;
    margin-left: 5px;
    float: right;
    font-size: 13px;
    margin-top: 1px;
}
@media (max-width: 767.98px) {
    .navbar .dropdown .dropdown-toggle:after {
        margin-left: auto;
        margin-right: 10px;
    }
}
.navbar button.navbar-toggler.offcanvas-nav-btn {
    border: 0;
    font-size: 18px;
    color: var(--headings-color);
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
}
.navbar button.navbar-toggler.offcanvas-nav-btn i {
    top: 0.125rem;
    position: relative;
}

.navbar .nav-cta {
    background-color: var(--secondary);
    align-self: stretch !important;
}

.navbar .nav-cta .burger-menu {
    background-color: var(--white);
    border: 0 none;
}
.navbar .nav-cta .burger-menu i {
    font-size: 19px;
}
.navbar .nav-cta .burger-menu svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .nav-cta .burger-menu:hover,
.navbar .nav-cta .burger-menu:focus {
    background-color: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}
.navbar .nav-cta .burger-menu:hover svg path,
.navbar .nav-cta .burger-menu:focus svg path {
    fill: var(--white);
}
@media (max-width: 1399.98px) {
    .navbar .nav-cta .btn {
        padding: 12px 23px;
    }
    .navbar .nav-cta .icon-lg {
        width: 50px;
        height: 50px;
    }
}
.navbar .nav-cta .btn-secondary:hover,
.navbar .nav-cta .btn-secondary:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--headings-color);
}
.navbar.scroll-on .container::before {
    display: none;
}
.navbar.scroll-on .navbar-nav li a.nav-link {
    padding: 25px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .navbar.scroll-on .navbar-nav li a.nav-link {
        padding: 22px 15px;
    }
}
.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
    padding-left: 0;
}

header .header-nav-wrapper.header-sticky.scroll-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: var(--white);
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.07);
    width: 100%;
    animation: headerSlideDown 1.3s ease forwards;
}
header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 28px 18px;
}
@media (max-width: 1399.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 21px 18px;
    }
}
@media (max-width: 575.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 17px 18px;
    }
}

@media (min-width: 1400px) {
    .navbar .navbar-nav > li:hover > a.nav-link {
        color: var(--secondary);
    }
    .navbar .navbar-nav > li:hover > a.nav-link::after {
        transform: rotate(180deg);
    }
    .navbar .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
        visibility: hidden;
        transform: translateY(20px);
        padding: 19px;
    }
}
@media (max-width: 1399.98px) {
    .navbar .offcanvas-header {
        margin-bottom: 15px;
    }
    .navbar .offcanvas-header img {
        max-width: 140px;
    }
    .navbar .navbar-nav .dropdown-menu {
        background-color: transparent;
        min-width: 0 !important;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        border-radius: 0;
        padding: 17px 18px;
        font-size: 16px;
        line-height: 1;
    }
    .navbar .navbar-nav .nav-item:last-child .nav-link {
        border: 0 none;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -6.25rem;
    }
    to {
        margin-top: 0;
    }
}
.search-popup .search-form {
    position: relative;
}
.search-popup .search-form:after {
    content: '\f002';
    font-family: fontawesome;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    left: 15px;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}
.search-popup .search-form input {
    padding-left: 40px;
}
.search-popup .search-form input:focus {
    box-shadow: none;
}
.search-popup .btn-close {
    position: absolute;
    right: 0;
    top: 20px;
}

.offcanvas-header .btn-close {
    padding: 4px;
}

.btn-close {
    width: 30px;
    height: 30px;
    line-height: 36px;
    flex: 0 0 30px;
    text-align: center;
    display: table;
    background: 0 0;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity=90);
    background-color: transparent;
}
.btn-close:focus {
    border: 0 none;
    box-shadow: none;
}
.btn-close:before {
    font-family: fontawesome;
    content: '\f00d';
    color: var(--white);
    background-color: transparent;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 37px;
}

.header.header-1 {
    /* height: 96px; */
    max-width: 100%;
    overflow-x: clip;
}
.header.header-1 .header-top {
    padding: 0px 0 30px;
    position: relative;
    overflow-x: clip;
}
.header.header-1 .header-top::before {
    background: url(../aynired/assets/img/logo-bg.png) no-repeat left center;
    left: 0;
}
@media (max-width: 1399.98px) {
    .header.header-1 .header-top::before {
        display: none;
    }
}
@media (max-width: 1399.98px) {
    .header.header-1 .header-top {
        padding: 17px 0px 17px;
    }
}

@media (max-width: 575.98px) {
    .header.header-1 .header-top {
        padding: 6px 0px 6px;
    }
}

.header.header-1 .nav-cta .nav-donate a {
    text-wrap: nowrap;
    color: var(--white);
}

.header.header-1 .nav-cta .burger-menu {
    background-color: var(--secondary);
}
.header.header-1 nav.navbar {
    position: absolute;
    right: 0px;
    width: calc(100% - 170px);
    max-width: calc(100% - 170px);
    box-sizing: border-box;
    padding: 0;
    top: 100%;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow-x: clip;
}
.header.header-1 nav.navbar::before {
    /* background-color: var(--secondary); */
    background: transparent;
    width: 360px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: auto;
    right: 0;
}

@media (max-width: 1399.98px) {
    .header.header-1 nav.navbar {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        /* padding: 12px; */
        min-height: 50px;
    }
    .header.header-1 nav.navbar .container.ct-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .header.header-1 nav.navbar {
        padding: 12px;
    }
}

@media (max-width: 575.98px) {
    .header.header-1 nav.navbar {
        padding: 15px 0px;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .header.header-1 nav.navbar::before {
        display: none;
    }
}
@media (min-width: 1400px) {
    .header.header-1 nav.navbar .navbar-nav > li:first-child a.nav-link {
        padding-left: 35px;
    }
    .header.header-1 nav.navbar .navbar-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        row-gap: 0;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .header.header-1 nav.navbar .navbar-nav > li a.nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .lang-switcher-toggle .lang-label {
        display: none;
    }
}
.header.header-1 nav.navbar .nav-donate {
    margin-left: 50px;
}
.header.header-1 nav.navbar .nav-donate .burger-menu {
    border-left: 1px solid rgba(var(--white-rgb), 0.25);
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on {
    background-color: #fff;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar {
    position: relative;
    bottom: auto;
    width: 100%;
    right: 0;
    border-radius: 0;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
    border-radius: 0;
}
@media (min-width: 1600px) {
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
        width: 330px;
    }
}
@media (min-width: 1400px) {
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn {
        padding: 15px 35px;
    }
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:hover,
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:focus {
        background-color: var(--primary);
        color: var(--white);
        border-color: var(--primary);
    }
}
@media (max-width: 575.98px) {
    .header.header-1 .single-conn .icon,
    .header.header-1 .single-conn .icon-lg {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .header.header-1 .single-conn .conn-txt {
        margin-left: 5px !important;
        line-height: 1.3;
    }
    .header.header-1 .single-conn .conn-txt small {
        font-size: 13px;
    }
    .header.header-1 .single-conn .conn-txt span,
    .header.header-1 .single-conn .conn-txt a {
        font-size: 14px;
    }
}

section.promo-sec {
    padding: 190px 0 100px;
}
@media (max-width: 767.98px) {
    section.promo-sec {
        padding: 130px 0 70px;
    }
}
section.promo-sec .parallax-overly {
    z-index: -1;
    background-color: rgb(23 38 55 / 54%);
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity=90);
}
section.promo-sec h1 {
    font-size: 64px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    section.promo-sec h1 {
        font-size: 45px;
    }
}

.footer {
    padding-top: 120px;
    background-color: rgb(3 36 69 / 66%);
    background-blend-mode: multiply;
}
@media (max-width: 575.98px) {
    .footer {
        padding-top: 70px;
    }
}
.footer:before {
    background: url(../aynired/assets/img/footer-sh1.png) no-repeat 100% 100%;
    width: 250px;
    height: 272px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background-size: contain;
    z-index: 1;
}
@media (max-width: 1599.98px) {
    .footer:before {
        width: 130px;
    }
}
@media (max-width: 575.98px) {
    .footer:before {
        display: none;
    }
}
.footer .copy-right a {
    font-weight: 600;
    color: var(--secondary);
}
.footer-top h2.display-4 {
    font-size: 40px;
}
@media (max-width: 1199.98px) {
    .footer-top h2.display-4 {
        font-size: 28px;
    }
}
.footer-top .subs-head p {
    margin: 0;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .footer-widget {
        margin-bottom: 45px;
    }
}
.footer-widget .f-logo {
    margin-bottom: 35px;
}
.footer-widget .widget-title {
    margin-bottom: 45px;
    color: var(--white);
}
.footer-widget .widget-title::before {
    width: 150px;
    height: 1px;
    background-color: var(--secondary);
    top: 38px;
}
.footer-widget .widget-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    background-color: var(--white);
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: alpha(opacity=80);
    top: 36.5px;
    left: 0;
    z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-widget .widget-title {
        font-size: 20px;
    }
}
@media (max-width: 1199.98px) {
    .footer-widget .widget-title {
        max-width: fit-content;
    }
    .footer-widget .widget-title::before {
        max-width: 100%;
    }
    .footer-widget .widget-title::after {
        animation: none;
    }
}
.footer-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 20px;
}
.footer-widget ul li {
    margin-bottom: 12px;
}
.footer-widget ul li::before {
    content: '\f105';
    background-color: transparent;
    font-family: fontawesome;
    color: var(--secondary);
    left: -20px;
    top: 0;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget ul li a {
    color: #fff;
}
.footer-widget ul li:hover a {
    color: var(--secondary);
}
.footer-widget p {
    color: #fff;
}
.footer-widget.rc-widget {
    flex: 0 0 325px;
    padding-left: 30px;
}
@media (max-width: 767.98px) {
    .footer-widget.rc-widget {
        padding-left: 0;
    }
}
.footer-widget.rc-widget .ls-entry {
    margin-bottom: 20px;
}
.footer-widget.rc-widget .ls-entry > img {
    height: 80px;
    flex: 0 0 80px;
}
.footer-widget.rc-widget .ls-entry .ls-info {
    text-align: left;
}
.footer-widget.rc-widget .ls-entry .ls-info a {
    color: var(--white);
}
.footer-widget.rc-widget .ls-entry .ls-info h6 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.footer-widget.rc-widget .ls-entry:hover h6 a {
    color: var(--secondary);
}
.footer-widget .footer-info {
    margin-top: 30px;
}
.footer-widget .footer-info > div:nth-child(1) .icon,
.footer-widget .footer-info > div:nth-child(1) .icon-lg {
    background-color: var(--primary);
}
.footer-widget .footer-info > div:nth-child(2) .icon,
.footer-widget .footer-info > div:nth-child(2) .icon-lg {
    background-color: var(--secondary);
}
.footer-widget .footer-info .single-conn {
    margin-bottom: 20px;
}
.footer-widget .footer-info .single-conn .icon,
.footer-widget .footer-info .single-conn .icon-lg {
    color: var(--white);
    font-size: 18px;
}
.footer-widget .footer-info .single-conn .conn-txt small {
    display: block;
    color: #ffffff;
}
.footer-widget .footer-info .single-conn .conn-txt a {
    color: var(--white);
    font-weight: 500;
}

.footer-widgets {
    margin-top: 60px;
    padding: 60px 0 50px;
    border-top: 1px solid rgba(var(--white-rgb), 0.2);
}
@media (max-width: 991.98px) {
    .footer-widgets {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .footer-widgets {
        margin-bottom: 0px;
    }
}

.footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-nav ul li {
    display: inline-block;
}
.footer-nav ul li::before {
    width: 1px;
    height: 19px;
    background-color: #20937f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-nav ul li:first-child::before {
    display: none;
}
.footer-nav ul li a {
    color: var(--white);
    display: block;
    padding: 15px 20px;
}
.footer-nav ul li:last-child a {
    padding-right: 0;
}
.footer-nav ul li:hover a {
    color: var(--secondary);
}
@media (max-width: 767.98px) {
    .footer-nav ul li:first-child a {
        padding-left: 0;
    }
}

.widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sidebar {
        margin-top: 40px;
    }
}
.widget {
    margin-bottom: 40px;
    background-color: var(--shade);
    padding: 40px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget {
        padding: 30px 15px;
    }
}
@media (max-width: 767.98px) {
    .widget {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}
.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.widget ul li {
    margin-bottom: 15px;
    border: 1px solid var(--theme-border);
    background-color: var(--white);
    padding: 16px 30px;
    text-align: right;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget ul li a {
    display: block;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: var(--body-color);
}
.widget ul li:hover {
    background: var(--primary-one);
    color: var(--white);
}
.widget ul li:hover a {
    color: var(--white);
}
.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li.active {
    background: var(--primary-one);
    color: var(--white);
}
.widget ul li.active a {
    color: var(--white);
}

.ls-entry {
    margin-bottom: 20px;
    align-items: center;
}
.ls-entry .blog-meta span,
.ls-entry .blog-meta a {
    font-size: 14px;
}
.ls-entry i {
    color: var(--secondary);
    margin-right: 5px;
}
.ls-entry h6 {
    margin: 5px 0 0;
    font-size: 18px;
}

.search-widget input {
    border: 1px solid var(--theme-border);
    padding: 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--body-color);
}
.search-widget .btn {
    right: 5px;
    width: 46px;
    text-align: center;
    height: 46px;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-widget .btn i {
    margin-left: 0;
}

.product-sidebar .widget {
    padding: 30px 20px;
    margin-bottom: 30px;
}
.product-sidebar .widget ul li {
    padding: 13px 20px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 8px !important;
    border: 2px solid var(--body-color);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}
.swiper-pagination span.swiper-pagination-bullet-active {
    border: 2px solid var(--secondary);
    background-color: var(--secondary);
}
.swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    left: 50%;
    top: 50%;
    opacity: 0.2;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    filter: alpha(opacity=20);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--primary);
    display: inline-table;
    width: 56px;
    height: 56px;
    text-align: center;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--secondary);
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '\f061';
    font-family: 'fontawesome' !important;
    font-size: 17px;
    display: table-cell;
    vertical-align: middle;
}

.swiper-button-prev:after {
    content: '\f060';
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.slide-item {
    padding: 180px 0;
}
.slide-item .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide-item .slide-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-top: 120px;
}
.slide-item .slide-content h1 {
    color: var(--white);
    font-weight: 800;
    margin: 15px 0 20px;
    font-size: 60px;
}
.slide-item .slide-content p {
    color: var(--white);
}
@media (max-width: 767.98px) {
    .slide-item {
        padding: 100px 0;
    }
    .slide-item .slide-content h1 {
        font-size: 45px;
    }
    .slide-item .slide-content p {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .slide-item .slide-content h1 {
        font-size: 40px;
    }
    .slide-item .slide-content h1 img {
        width: 40px;
    }
}

.hero-slider1 .slide-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        opacity 2500ms ease-in,
        -webkit-transform 9000ms ease;
    transition:
        opacity 2500ms ease-in,
        -webkit-transform 9000ms ease;
    transition:
        transform 9000ms ease,
        opacity 2500ms ease-in;
    transition:
        transform 9000ms ease,
        opacity 2500ms ease-in,
        -webkit-transform 9000ms ease;
}

.hero-slider1 .swiper-slide-active .slide-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@keyframes zoomBg {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.12);
    }
}
.slider-sec {
    overflow: hidden;
}
.slider-sec .abs-img {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    top: 200px;
    z-index: 4;
}
.slider-sec .anim-img {
    z-index: 2;
}
.slider-sec .anim-img.right-top {
    top: 100px;
    animation: zoom 8s ease infinite;
}
.slider-sec .anim-img.right-bottom {
    animation: jumping2 8s ease infinite;
}

.swiper-slide .title-box {
    transform: translateY(-80px);
    opacity: 0;
}
.swiper-slide .content-box {
    transform: translateY(80px);
    opacity: 0;
}

.swiper-slide.swiper-slide-active .title-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}
.swiper-slide.swiper-slide-active .content-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}

/*! about */
.af-item {
    padding: 20px 20px 0px 20px;
    margin-bottom: 13px;
    max-width: 530px;
}
.af-item p {
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .af-item p {
        font-size: 15px;
    }
}
.af-item h3 {
    font-size: 22px;
}
@media (max-width: 575.98px) {
    .af-item {
        padding: 10px 0;
    }
}

.about-features {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
@media (max-width: 575.98px) {
    .about-features {
        background-image: none !important;
    }
}

.quick-call {
    display: flex;
    align-items: center;
}
@media (max-width: 575.98px) {
    .quick-call {
        margin-top: 20px;
    }
}
.quick-call small {
    display: block;
    font-weight: 400;
    color: #575c67;
}
.quick-call i {
    font-size: 20px;
}
@media (max-width: 1199.98px) {
    .about-sec .anim-img.right-bottom {
        display: none;
    }
}
.about-sec .about-content {
    padding-left: 30px;
}
@media (max-width: 575.98px) {
    .about-sec .about-content {
        margin-top: 20px;
    }
}
@media (max-width: 991.98px) {
    .about-sec .about-content {
        padding-left: 0;
    }
}
.about-sec .about-content p.lead {
    color: var(--headings-color);
    margin: 30px 0 40px;
}
@media (min-width: 1200px) {
    .about-sec .about-media {
        margin-left: -30px;
    }
    .about-sec .about-media-2 {
        margin: 0px;
    }
}
.about-sec .about-media:before {
    background: url(../aynired/assets/img/img-png-about-01.png) no-repeat top left/contain;
    left: -30%;
    top: -50px;
}
.about-sec .about-media > img {
    position: absolute;
    left: 209px;
    bottom: -125px;
    z-index: 1;
    border-radius: 30px;
    border: 5px solid white;
}

.about-sec .about-media-2:before {
    background: url(../aynired/assets/img/img-png-about-01.png) no-repeat top left/contain;
    top: -50px;
}
.about-sec .about-media-2 > img {
    position: absolute;
    left: 209px;
    bottom: -125px;
    z-index: 1;
    border-radius: 30px;
    border: 5px solid white;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-sec .about-media > img {
        left: 20px;
        bottom: -200px;
        width: 100%;
    }
    .about-sec .about-media-2 > img {
        left: 20px;
        bottom: -200px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .about-sec .about-media .about-feat {
        width: 475px;
        height: 571px;
    }
    .about-sec .about-media-2 .about-feat {
        width: 475px;
        height: 571px;
    }
}
.about-sec .about-media .about-feat img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.about-sec .about-media .about-feat::before {
    background: transparent;
    border: 2px solid var(--secondary);
    left: 40px;
    top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
}

.about-sec .about-media-2 .about-feat img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.about-sec .about-media-2 .about-feat::before {
    background: transparent;
    border: 2px solid var(--secondary);
    left: 40px;
    top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about-sec .about-media .about-feat::before {
        display: none;
    }
    .about-sec .about-media-2 .about-feat::before {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .about-sec .about-media .about-feat {
        margin-bottom: 20px;
    }
    .about-sec .about-media .about-feat::before {
        background: transparent;
        border: 2px solid var(--secondary);
        left: 40px;
        top: 40px;
    }
    .about-sec .about-media > img {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
    }

    .about-sec .about-media-2 .about-feat {
        margin-bottom: 20px;
    }
    .about-sec .about-media-2 .about-feat::before {
        background: transparent;
        border: 2px solid var(--secondary);
        left: 40px;
        top: 40px;
    }
    .about-sec .about-media-2 > img {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
    }
}

.about-stat {
    position: absolute;
    right: 40px;
    top: 60px;
    padding: 30px 25px;
    z-index: 1;
}
.about-stat p {
    color: var(--white);
    margin: 0;
}
@media (max-width: 767.98px) {
    .about-stat {
        right: 0;
        top: 33%;
        padding: 20px 15px;
    }
    .about-stat .display-2,
    .about-stat .sec-title {
        font-size: 40px;
    }
}
@media (max-width: 575.98px) {
    .about-stat {
        position: inherit;
    }
}

/*! cause */
.cause-entry {
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.cause-entry .cause-thumb {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}
.cause-entry .cause-thumb img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
    .cause-entry .cause-thumb img {
        width: 100%;
    }
}
.cause-entry .cause-txt {
    padding: 20px 15px 20px;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cause-entry .cause-txt {
        padding: 40px 15px 20px;
    }
}
.cause-entry .cause-txt h3 {
    font-size: 24px;
    margin: 24px 0 30px;
}
.cause-entry .cause-txt .prog-stat {
    overflow: hidden;
}
.cause-entry .cause-txt .prog-stat .progress {
    margin-top: 35px;
}
.cause-entry .cause-txt .donate-stat {
    margin-top: 8px;
}
.cause-entry .cause-txt .donate-stat small {
    color: var(--headings-color);
    font-weight: 600;
}
.cause-entry .cause-txt .btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cause-entry:hover .cause-thumb img {
    transform: scale(1.2) rotate(5deg);
}
.cause-entry:hover h3 a {
    color: var(--secondary);
}
.cause-entry:hover .btn {
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary);
}

.causes-sec .cause-entry {
    box-shadow: none;
}

.causes-sec .causes-carousel {
    padding-bottom: 80px;
}
/*! cta */
.cta-wrap {
    max-width: 760px;
}

.cta-sec {
    background: #122f2a;
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.cta-sec::before {
    background: #122f2a;
    background: linear-gradient(90deg, rgb(18, 47, 42) 26%, rgba(18, 47, 42, 0.69) 100%);
    background-blend-mode: multiply;
    opacity: 0.4;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    filter: alpha(opacity=40);
}
.cta-sec .parallax-overly {
    position: absolute;
    inset: 0;
    background-color: rgb(8 64 122 / 10%);
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: -1;
}
.cta-sec h2 {
    margin: 20px 0 30px;
}
.cta-sec .abs-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 575.98px) {
    .cta-sec .abs-img {
        max-width: 95px;
    }
}
.cta-sec .abs-img.right {
    left: auto;
    right: 0;
}
.cta-sec .abs-img.right-bottom {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

/*! contact */

.donar-thumb {
    text-align: center;
    margin-right: 60px;
    border-radius: 30px;
    background-color: #fdf8ea;
    mask-image: url(../aynired/assets/img/bg-contact.png);
    mask-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .donar-thumb {
        margin-bottom: 60px;
    }
}

.contact-form2 {
    padding: 40px;
}

.contact-sec2 {
    margin: 0 20px;
}
.contact-sec2 .contact-bg {
    position: absolute;
    width: 44%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact-sec2 .contact-bg::before {
    background: url('../aynired/assets/img/beffore-img.png') no-repeat top right/contain;
    right: -135px;
    top: 0;
    position: absolute;
    content: '';
    width: 770px;
    height: 100%;
}
@media (min-width: 1600px) {
    .contact-sec2 .contact-bg::before {
        right: -100px;
    }
}
@media (max-width: 991.98px) {
    .contact-sec2 .contact-bg {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .contact-sec2 .contact-bg {
        width: 30%;
    }
}

.contact-sec2 .contact-wrapper {
    max-width: 660px;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
    position: relative;
}

/*! story */
.story-sec {
    overflow: hidden;
}
.story-sec .sec-title {
    font-weight: 700;
}
.story-sec .progress {
    border: 0 none;
    background-color: #f6f6f6;
}

.story-txt {
    max-width: 690px;
}
.story-txt .success-stat {
    padding-top: 45px;
}
.story-txt .success-stat .progress {
    margin-bottom: 60px;
}
.story-txt .success-stat .progress .meta {
    top: -33px;
}
.story-txt .success-stat .progress .meta,
.story-txt .success-stat .progress span {
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .story-txt .success-stat .progress .meta,
    .story-txt .success-stat .progress span {
        font-size: 16px;
    }
}
.story-txt .success-stat .progress:last-child .progress-bar {
    background-color: var(--secondary);
}

.sc-media-wrap::before {
    background: url('../images/story-bg.png') no-repeat center center/cover;
    left: 34px;
    top: -2px;
    width: 640px;
}
.sc-media-wrap .success-media img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.sc-media-wrap .success-media > img:nth-child(2) {
    margin-top: 60px;
}
@media (max-width: 767.98px) {
    .sc-media-wrap .success-media > img:nth-child(2) {
        margin-top: 20px;
    }
}
.sc-media-wrap .success-year {
    background: var(--white);
    position: absolute;
    bottom: 50px;
    padding: 13px 30px;
    border-radius: 20px;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
}
@media (min-width: 576px) {
    .sc-media-wrap .success-year {
        width: 320px;
    }
}
.sc-media-wrap .success-year span {
    font-weight: 700;
    font-size: 74px;
    color: var(--primary);
    width: 100px;
}
@media (max-width: 767.98px) {
    .sc-media-wrap .success-year span {
        font-size: 65px;
    }
}
.sc-media-wrap .success-year .sy-txt {
    font-weight: 600;
    font-size: 30px;
    color: #797e88;
}
.sc-media-wrap .success-year .sy-txt small {
    color: var(--secondary);
    display: block;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 575.98px) {
    .sc-media-wrap {
        margin-top: 30px;
    }
}

/*! card */
.card-entry {
    padding: 30px;
    background-color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}
.card-entry::before {
    background: url('../images/love-lg-h.png') no-repeat center bottom;
    opacity: 0.05;
    transition: opacity 0.5s ease-in-out;
}
.card-entry p {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-entry .icon,
.card-entry .icon-lg {
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background: url('../images/serv-icon.png') no-repeat center center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-entry .icon svg path,
.card-entry .icon-lg svg path {
    fill: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-entry h3 {
    margin: 25px 0 15px;
}
.card-entry .link-btn {
    color: var(--primary);
}
.card-entry .link-btn::before {
    background-color: var(--primary);
}
.card-entry:hover {
    background-color: var(--primary);
}
.card-entry:hover::before {
    opacity: 0.7;
}
.card-entry:hover h3,
.card-entry:hover p {
    color: var(--white);
}
.card-entry:hover .link-btn {
    color: var(--secondary);
}
.card-entry:hover .link-btn::before {
    background: var(--secondary);
}
.card-entry:hover .link-btn i {
    transform: rotate(0deg);
}
.card-entry:hover .icon,
.card-entry:hover .icon-lg {
    background: url('../images/serv-icon-h.png') no-repeat center center;
}
.card-entry:hover .icon svg path,
.card-entry:hover .icon-lg svg path {
    fill: var(--white);
}

.banner-feature {
    padding: 125px 45px 80px;
    background-color: var(--shade);
    position: relative;
    margin: -50px 20px 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
@media (min-width: 1200px) {
    .banner-feature .container {
        max-width: 1460px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-feature {
        padding: 80px 10px 50px;
    }
}
@media (max-width: 767.98px) {
    .banner-feature {
        padding: 60px 0px 40px;
    }
}
.banner-feature h3 {
    font-size: 22px;
}

.card-list {
    display: flex;
}
.card-list .card-txt {
    max-width: 320x;
    margin-left: 30px;
}

/*! text-slide */
.text-slide .swiper-slide {
    width: auto;
}

.slide-transtion .swiper-slide p {
    font-weight: 800;
    font-size: 84px;
    text-transform: capitalize;
    line-height: 1;
    color: var(--headings-color);
}
@media (max-width: 767.98px) {
    .slide-transtion .swiper-slide p {
        font-size: 50px;
    }
}
.slide-transtion .swiper-slide::before {
    background: url('../images/text-overly.png') no-repeat center left;
    left: -63px;
}

.text-slider-sec {
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .text-slider-sec {
        padding-bottom: 60px;
    }
}
.text-slider-sec .swiper-slide:nth-child(even) p {
    color: transparent;
    -webkit-text-stroke: 1px var(--body-color);
}

.slide-transtion {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*! stat */
.stat-card .display-2,
.stat-card .sec-title {
    font-weight: 700;
}
.stat-card h3 {
    margin-bottom: 0;
}
.stat-card p {
    color: #42454b;
    font-weight: 600;
}
.stat-card span {
    color: var(--primary);
}

.stat-sec .row > div::before {
    width: 2px;
    height: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
}
@media (max-width: 991.98px) {
    .stat-sec .row > div::before {
        display: none;
    }
}
.stat-sec .row > div:nth-child(1)::before {
    right: 13%;
}
.stat-sec .row > div:nth-child(3) {
    padding-left: 50px;
}
@media (max-width: 991.98px) {
    .stat-sec .row > div:nth-child(3) {
        padding-left: 15px;
    }
}
.stat-sec .row > div:nth-child(3)::before {
    right: -13%;
}
.stat-sec .row > div:last-child::before {
    display: none;
}
.stat-sec .row > div:nth-child(even) .stat-card span {
    color: var(--secondary);
}
.stat-sec .row:last-child {
    margin-left: auto;
}

/*! team */
.team-entry {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fdf8ea;
    mask-image: url('../images/team-mask.png');
    -webkit-mask-image: url('../images/team-mask.png');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    padding: 20px;
}
@media (max-width: 1199.98px) {
    .team-entry {
        margin-bottom: 30px;
        max-width: 300px;
    }
}
.team-entry .team-media .team-thumb {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.team-entry .team-media .team-thumb img {
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team-entry .team-media .social-share {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.team-entry .team-media .social-share a {
    background-color: var(--white);
    box-shadow: 0 2px 0 0px rgba(12, 12, 13, 0.1);
    color: var(--primary);
    width: 36px;
    height: 36px;
}
.team-entry .team-media .social-share a:hover {
    background-color: var(--secondary);
    color: var(--white);
}
.team-entry .team-txt {
    padding-top: 5px;
    padding-left: 38px;
}
.team-entry .team-txt h3 {
    margin: 10px 0 0;
}
.team-entry:hover .team-media .team-thumb img {
    transform: scale(1.1);
}
.team-entry:hover h3 a {
    color: var(--primary);
}

/* Hover effects */

/*! event */
.event-sec::before {
    background: url('../images/event-right.png') no-repeat center right;
}
@media (max-width: 1199.98px) {
    .event-sec::before {
        display: none;
    }
}

.s-schedule {
    background: rgba(var(--white-rgb), 0.25);
    margin-bottom: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid var(--theme-border);
    align-items: center;
    padding: 7px;
}
.s-schedule h4,
.s-schedule span {
    color: var(--white);
}
.s-schedule h4 {
    margin-bottom: 0;
    font-weight: 500;
}
.s-schedule .sc-info {
    margin-left: 10px;
}
.s-schedule .icon,
.s-schedule .icon-lg {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .row.event-top {
        max-width: 80%;
        margin: 0 auto;
    }
}

.event-bg.bg-cover {
    position: absolute;
    height: 475px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: var(--primary);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 991.98px) {
    .event-bg.bg-cover {
        height: 530px;
    }
}

.event-tabs {
    padding: 20px;
    position: relative;
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    max-width: 920px;
    margin: 55px auto 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
@media (max-width: 575.98px) {
    .event-tabs {
        padding: 10px;
    }
}
.event-tabs .nav.nav-tabs {
    text-align: center;
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.event-tabs .nav.nav-tabs li {
    font-weight: 500;
    font-size: 18px;
    flex: 1;
    margin-right: 0;
}
.event-tabs .nav.nav-tabs li span {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.event-tabs .nav.nav-tabs li button.nav-link {
    border: 0 none;
    color: var(--body-color);
    padding: 22px 30px;
    width: 100%;
    border-right: 1px solid var(--theme-border);
    border-radius: 0;
    outline: 0 none;
}
.event-tabs .nav.nav-tabs li button.nav-link.active,
.event-tabs .nav.nav-tabs li button.nav-link:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.event-tabs .nav.nav-tabs li button.nav-link.active span,
.event-tabs .nav.nav-tabs li button.nav-link:hover span {
    color: var(--white);
}
.event-tabs .nav.nav-tabs li:last-child button.nav-link {
    border: 0;
}
@media (max-width: 575.98px) {
    .event-tabs .nav.nav-tabs li {
        flex: 0 0 50%;
    }
    .event-tabs .nav.nav-tabs li button.nav-link {
        padding: 15px 20px;
        font-size: 14px;
    }
    .event-tabs .nav.nav-tabs li button.nav-link span {
        font-size: 20px;
    }
}

.event-entry {
    min-height: 420px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1600px) {
    .event-entry {
        min-height: 480px;
    }
}
@media (max-width: 1199.98px) {
    .event-entry {
        margin-bottom: 30px;
    }
}
.event-entry .event-thumb {
    height: 100%;
    max-height: 420px;
    transition: max-height 0.4s ease;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
@media (min-width: 1600px) {
    .event-entry .event-thumb {
        max-height: 480px;
    }
}
.event-entry .event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.event-entry .event-thumb .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 500;
}
.event-entry .event-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 305px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    opacity: 0;
}
.event-entry .event-txt .event-meta span {
    margin-right: 10px;
}
.event-entry .event-txt .event-meta span i {
    margin-right: 5px;
    color: var(--primary);
}
.event-entry .event-txt h3 {
    margin: 10px 0 20px;
}
.event-entry .link-btn {
    color: var(--primary);
    font-weight: 400;
}
.event-entry .link-btn::before {
    display: none;
}
.event-entry:hover .event-txt {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}
.event-entry:hover .event-thumb {
    max-height: 260px;
}
@media (min-width: 1600px) {
    .event-entry:hover .event-thumb {
        max-height: 315px;
    }
}
.event-entry:hover .event-thumb img {
    transform: scale(1.05);
}

.event-meta {
    margin: 10px 0 15px;
}
.event-meta span {
    margin-right: 10px;
    font-size: 14px;
}
.event-meta span i {
    color: var(--secondary);
    margin-right: 5px;
}

/*! review */
.review-entry .review-quote {
    padding: 120px 40px 40px;
    height: 100%;
}
.review-entry .review-quote::before {
    background: url('../images/quote-n.png') no-repeat left top;
    top: 40px;
    left: 40px;
}
.review-entry .review-quote h3 {
    font-size: 30px;
    margin-top: 50px;
}
.review-entry .review-quote p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .review-entry .review-quote {
        margin-top: 30px;
    }
}

.review-top {
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.review-top .lead {
    max-width: 200px;
    margin: 0px 0 0px 20px;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .review-top .tr-ratings {
        margin-top: 25px;
    }
}
.review-top .tr-ratings h3 {
    font-size: 64px;
    margin-bottom: 0;
}

.review-sec {
    overflow: hidden;
    padding-bottom: 80px;
}
@media (max-width: 767.98px) {
    .review-sec {
        padding-bottom: 20px;
    }
}
.review-sec .swiper-button-prev,
.review-sec .swiper-button-next {
    top: 0;
    right: 30px;
    left: auto;
    transform: rotate(90deg);
}
@media (max-width: 767.98px) {
    .review-sec .swiper-button-prev,
    .review-sec .swiper-button-next {
        display: none;
    }
}
.review-sec .swiper-button-next {
    top: auto;
    bottom: 0;
}
.review-sec .ct-navas {
    position: absolute;
    width: 60px;
    height: 300px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: -20px;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .review-sec .ct-navas {
        right: -50px;
    }
}
@media (max-width: 767.98px) {
    .review-sec .ct-navas {
        display: none;
    }
}
.review-sec .ct-navas::before,
.review-sec .ct-navas::after {
    position: absolute;
    content: '';
    background: url('../images/rev-line.png') no-repeat left top;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
}
.review-sec .ct-navas::after {
    top: auto;
    bottom: 65px;
    background: url('../images/rev-line.png') no-repeat left bottom;
}
.review-sec .ct-navas .swiper-pagination-number {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48%;
    align-content: center;
    height: 60px;
    width: 60px;
    left: -26px;
}
.review-sec .ct-navas .swiper-pagination-number span {
    font-size: 16px;
    color: var(--primary);
    background-color: transparent;
    width: auto;
    height: auto;
    border: 0 none;
}

/*! project */
.project-entry2 {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    min-height: 450px;
    height: 450px;
    /* HOVER STATE (80% image + 20% text) */
}
@media (min-width: 1600px) {
    .project-entry2 {
        min-height: 490px;
    }
}
.project-entry2 .project-txt {
    width: 0;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    pointer-events: none;
}
.project-entry2 .project-txt .project-head {
    height: 100%;
    align-items: center;
    text-align: left;
    overflow: hidden;
    padding: 8px 0 0 5px;
}
.project-entry2 .project-txt h3,
.project-entry2 .project-txt small,
.project-entry2 .project-txt a {
    writing-mode: vertical-lr;
    margin: 0;
    transform: rotate(180deg);
    margin: 0;
    color: var(--white);
}
.project-entry2 .project-txt a.icon,
.project-entry2 .project-txt a.icon-lg {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.project-entry2 .project-thumb {
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.project-entry2 .project-thumb {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.project-entry2 .project-thumb a {
    display: block;
    height: 100%;
}

.project-entry2 .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keep height fixed */
    transition: none;
}
.project-entry2:hover .project-txt {
    width: 20%;
    opacity: 1;
    pointer-events: auto;
}
.project-entry2:hover .project-thumb {
    width: 80%;
}

.project-entry2 .project-txt,
.project-entry2 .project-thumb {
    transition: all 0.4s ease;
}

/*! accordion */
.faq-accordion {
    padding-left: 60px;
}
@media (max-width: 1199.98px) {
    .faq-accordion {
        padding-left: 0;
        margin-top: 45px;
    }
}
.faq-accordion .accordion-item {
    margin-bottom: 22px;
    border: 1px solid var(--theme-border);
    padding: 25px 30px;
}
.faq-accordion .accordion-item .accordion-body p:last-child {
    margin: 0;
}
.faq-accordion .accordion-item .accordion-header {
    padding: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button {
    border: 0 none;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 500;
}
.faq-accordion .accordion-item .accordion-button:after {
    background-image: none;
    position: absolute;
    content: '\f106';
    font-family: fontawesome;
    background: transparent;
    right: 0;
    color: var(--primary);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-body {
    padding: 40px 50px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 575.98px) {
    .faq-accordion .accordion-item .accordion-body {
        padding: 40px 0 0;
    }
}
.faq-accordion .accordion-item .accordion-body::before {
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
    border: 0 none;
    box-shadow: none;
    background-color: transparent;
    outline: 0 none;
}
.faq-accordion .accordion-button:not(.collapsed):after {
    content: '\f107';
}

.faq-sec {
    overflow: hidden;
}
.faq-sec h2.sec-title {
    font-size: 45px;
}
@media (max-width: 767.98px) {
    .faq-sec h2.sec-title {
        font-size: 36px;
    }
}
.faq-sec .video-play-btn {
    height: 56px;
    width: 56px;
    font-size: 16px;
    color: var(--white);
    top: 83%;
    left: 11%;
    background-color: var(--secondary);
    animation: animate_pulse_w 2s linear infinite;
}
.faq-sec .faq-content p {
    margin: 30px 0 20px;
}

.faq-video {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-top: 30px;
}

/*! blog */

.blog-entry2 {
    background-color: var(--white);
    padding: 10px;
}

.blog-entry2 .blog-thumb {
    overflow: hidden;
}

.blog-entry2 .blog-thumb img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-entry2 .blog-content {
    padding: 20px 15px 15px;
}

.blog-entry2 .blog-content .blog-meta span,
.blog-entry2 .blog-content .blog-meta a {
    color: var(--theme-mute);
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-entry2 .blog-content .blog-meta span i,
.blog-entry2 .blog-content .blog-meta a i {
    color: var(--secondary);
    margin-right: 5px;
}

.blog-entry2 .blog-content h3 {
    margin: 10px 0;
}

.blog-entry2 .blog-content .btn {
    margin-top: 10px;
}

.blog-entry2:hover .blog-thumb img {
    transform: scale(1.2) rotate(5deg);
}

.blog-entry2:hover h3 a {
    color: var(--secondary);
}

.blog-entry2:hover .btn-primary {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.entry-meta span i {
    margin-right: 5px;
    color: var(--secondary);
}
.entry-meta span,
.entry-meta span a {
    color: var(--body-color);
}

.blog-entry2 .blog-content {
    padding: 20px 15px 15px;
}
.blog-entry2 .blog-content h3 {
    margin: 15px 0 30px;
}
@media (max-width: 575.98px) {
    .blog-entry2 .blog-content {
        padding: 20px 8px 10px;
    }
}
.blog-entry2 .blog-meta span {
    margin-right: 20px;
}
.blog-entry2 .blog-meta span a {
    color: var(--body-color);
}
.blog-entry2 .blog-meta span a:hover {
    color: var(--primary);
}

.post-single h1 {
    font-weight: 700;
}
.post-single .post-thumb {
    margin: 0px 0 35px;
}
.post-single h3 {
    font-size: 36px;
    margin: 0 0 30px;
}
.post-single > p {
    margin: 0 0 30px;
    color: #42454b;
}
@media (max-width: 767.98px) {
    .post-single {
        overflow: hidden;
    }
    .post-single h1 {
        font-size: 32px;
    }
    .post-single ul {
        padding-left: 15px;
    }
}

.article-footer {
    padding: 35px 0;
    border-top: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border);
}
.article-footer h4 {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .article-footer h4 {
        margin: 0 0 20px !important;
    }
}

.single-cause h1 {
    font-size: 36px;
    margin: 30px 0;
}
.single-cause h3 {
    font-size: 32px;
    margin: 0px 0 30px;
}

.cause-widget {
    background: url('../aynired/assets/img/bg-widget.png') repeat center center;
    padding: 40px;
    margin-bottom: 30px;
}
.cause-widget .widget-title {
    font-size: 30px;
}
.cause-widget .organiser-txt span {
    font-family: caveat;
    font-size: 24px;
    color: var(--danger);
}
.cause-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}
.cause-widget ul li {
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
}
.cause-widget ul li i {
    color: var(--danger);
    margin-right: 5px;
}
.cause-widget.donate-widget {
    padding: 50px;
}
.cause-widget.donate-widget h5 {
    margin: 25px 0;
}

.shop-section {
    padding: 120px 0 90px;
}
@media (min-width: 992px) {
    .shop-section > .container > .row > .col-lg-9 {
        padding-right: 1.5rem;
    }
}

.shop-wrapper .icon i,
.shop-wrapper .icon-lg i {
    font-size: 18px;
}

.slider-sec,
.hero-slider1,
.hero-slider1 .swiper-wrapper,
.hero-slider1 .swiper-slide,
.slide-item,
.slide-bg {
    height: 100vh;
}

.bg-footer {
    background-color: #00142a !important;
}

.canvas-menu {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.canvas-menu.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.icon-lg i {
    color: white;
    font-size: 30px;
}

.content-blog p {
    text-align: justify;
}

.logo-img {
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.07);
    cursor: pointer;
}

.floatWapp-movil {
    position: fixed;
    width: auto;
    bottom: 20px;
    left: 20px;
    background-color: #075e54;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: 0.3s all;
    display: flex;
    padding: 10px 20px 10px;
    text-decoration: none;
}

.floatWapp-movil:hover {
    color: #fff;
    transform: scale(1.08);
    transition: 0.3s all;
}

.floatWapp-movil svg {
    margin-top: 3px;
}

.floatWapp-movil:after,
.floatWapp-movil:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 20%;
    width: auto;
    height: 100%;
}

.content-w h1 {
    font-size: 16px;
    margin-bottom: 0px;
}

.content-w p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 800;
}

.social-rrss {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 0;
    margin-bottom: 10px;
    width: 195px;
    z-index: 9999;
}

.social-rrss a {
    text-decoration: none;
    font-weight: bold;
    padding: 0.6em;
    margin: 3px 0px;
    text-align: left;
    transform: translateX(150px);
    transition: all 0.5s;
    display: flex;
}

.book {
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.icon {
    margin-right: 5px;
}

.book p {
    color: #fff;
    margin-bottom: 0px;
}

.social-rrss a i {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.social-rrss > a:hover {
    transform: translateX(0px);
    color: white;
}

.galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 0px;
    padding-left: 0px;
}

.galeria-imagenes li {
    overflow: hidden;
    position: relative;
}

.galeria-imagenes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.galeria-imagenes li:hover img {
    transform: scale(1.1);
}

.about-content p {
    text-align: justify;
}

.navbar .nav-link .lang-flag {
    border-radius: 2px;
    object-fit: cover;
}

body {
    top: 0 !important;
}

.company-search-wrap {
    max-width: 640px;
    position: relative;
    z-index: 5;
}

.company-search .form-control {
    border: 1px solid var(--theme-border);
    padding: 16px 60px 16px 30px;
    border-radius: 30px;
    color: var(--body-color);
    height: auto;
}

.company-search .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-one);
}

.company-search .btn {
    right: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.company-search .btn i {
    margin-left: 0;
}

.company-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: block;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid var(--theme-border);
    border-radius: 20px;
    padding: 0.5rem 0;
    background: var(--white);
}

.company-search-results .dropdown-item:hover,
.company-search-results .dropdown-item:focus {
    background-color: rgba(8, 64, 122, 0.08);
}

.company-search-results .company-search-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.contact-form2 .nf-form-fields-required {
    display: none;
}

.contact-form2 .nf-field-container {
    margin-bottom: 30px;
}

.contact-form2 .nf-field-label,
.contact-form2 .nf-field-description {
    display: none;
}

.contact-form2 .nf-field-element input:not([type='hidden']),
.contact-form2 .nf-field-element textarea {
    border-radius: 30px;
    padding-left: 30px;
    width: 100%;
}

.contact-form2 .nf-field-element textarea {
    height: 180px;
    border-radius: 30px;
    padding: 14.5px 30px;
}

.contact-form2 .nf-field-submit .nf-element,
.contact-form2 input[type='button'].nf-element {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--bs-border-radius, 8px);
}

.contact-form2 .nf-field-submit .nf-element {
    background-color: var(--primary, #08407a);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.contact-form2 .nf-field-submit .nf-element:hover {
    opacity: 0.9;
}

.categories_grid a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .categories_grid a {
        height: 180px;
        margin-bottom: 10px;
    }
}
.categories_grid a .wrapper {
    width: 100%;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 40px 20px;
}
.categories_grid a .wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid a .wrapper p {
    color: #fff;
    opacity: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.categories_grid a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.categories_grid a:hover h2 {
    -webkit-transform: translateY(-5px) translateZ(0);
    -moz-transform: translateY(-5px) translateZ(0);
    -ms-transform: translateY(-5px) translateZ(0);
    -o-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
.categories_grid a:hover p {
    opacity: 0.8;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}

.box_style_2 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block;
    color: #179e3d;
}

.box_style_2 a.phone {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #008489;
}

.categories_grid a .wrapper .tour-action {
    display: inline-block;
    opacity: 0;
    margin: 10px 0 0;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a:hover .tour-action {
    opacity: 1;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

#tours-results.categories_grid {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: visible;
    border-radius: 0;
}

#tours-results .tour-grid-card {
    display: block;
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
    transform: translateZ(0);
}

#tours-results .tour-grid-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}

#tours-results .tour-grid-card .wrapper {
    z-index: 1;
    padding: 72px 20px 20px;
}

@media (max-width: 991px) {
    #tours-results .tour-grid-card {
        height: 230px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #tours-results .tour-grid-card {
        height: 200px;
    }

    #tours-results .tour-grid-card .wrapper {
        padding: 56px 16px 16px;
    }
}

#tours-results.is-loading {
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.tour-single-page {
    padding: 15px 0 0;
}
@media (min-width: 992px) {
    .tour-single-page {
        padding: 165px 0 120px;
    }
}

.tour-sidebar {
    position: sticky;
    top: 120px;
}

.tour-phone-box h4 span {
    color: #008489;
}

.tour-phone-box i.fa-phone {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block;
    color: #008489;
}

.tour-form-box {
    margin-top: 0;
}

.tour-form-box .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-form2--tour {
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 991.98px) {
    .tour-sidebar {
        position: static;
        margin-top: 40px;
    }
}

.tour-gallery-wrap {
    position: relative;
}

.tour-gallery-main {
    border-radius: 0;
    overflow: hidden;
}

.tour-gallery-main .swiper-slide {
    height: 420px;
}

.tour-gallery-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding-bottom: 10px;
}

.tour-gallery-main .swiper-button-prev,
.tour-gallery-main .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.tour-gallery-main .swiper-button-prev:after,
.tour-gallery-main .swiper-button-next:after {
    font-size: 18px;
}

.tour-gallery-thumbs {
    margin-top: 0;
    padding: 0;
}

.tour-gallery-thumbs .swiper-slide {
    height: 70px;
    opacity: 0.7;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition:
        opacity 0.2s,
        border-color 0.2s;
}

.tour-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tour-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.tour-desc-section {
    margin-top: 40px;
    align-items: flex-start;
}

.tour-desc-label {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-transform: none;
    border: none;
    padding: 0;
}

.tour-desc-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.tour-desc-content h2,
.tour-desc-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px;
}

.tour-desc-content h2:not(:first-child),
.tour-desc-content h3:not(:first-child) {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .tour-gallery-main .swiper-slide {
        height: 260px;
    }

    .tour-desc-label {
        margin-bottom: 20px;
    }
}

.tour-form-box {
    margin-top: 25px;
}

.tour-form-box .contact-form2--tour {
    padding: 30px 25px;
    background: #fff;
}

.contact-form2 .nf-field-element input[type='date'] {
    border-radius: 30px;
    padding-left: 30px;
    width: 100%;
}

.promo-sec .turism-hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.promo-sec .turism-hero-slider,
.promo-sec .turism-hero-slider .swiper-wrapper,
.promo-sec .turism-hero-slider .swiper-slide {
    height: 100%;
}
.promo-sec .turism-hero-slider .slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition:
        transform 9000ms ease,
        opacity 2500ms ease-in;
}
.promo-sec .turism-hero-slider .swiper-slide-active .slide-bg {
    transform: scale(1.2);
}
.promo-sec .parallax-overly {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.promo-sec .container {
    position: relative;
    z-index: 2;
}

section.promo-sec.promo-sec--turism .parallax-overly {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(23, 38, 55, 0.415);
    opacity: 1;
    mix-blend-mode: normal;
}

.title-banner-swi h1 {
    font-size: 55px !important;
    font-weight: 900;
}

.title-banner-swi p {
    font-size: 25px;
}

.taxo-title-name h2 {
    font-size: 16px !important;
    font-weight: 900;
    line-height: 23px;
}

.contact-form2 h2 {
    font-size: 22px;
    text-align: center;
    color: #088489;
}

.contact-form2 p {
    font-size: 14px;
    text-align: center;
}

.content-tour p {
    text-align: justify;
}

.content-tour h3 {
    color: #088489;
}

.content-tour strong {
    color: #088489;
}

.company-description p {
    text-align: justify;
}

#popuModal .modal-content {
    box-shadow: none;
}
#popuModal .btn-close {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
    font-size: 24px;
}

section.slider-sec.promo-sec--turism .parallax-overly {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(23, 38, 55, 0.415);
    opacity: 1;
    mix-blend-mode: normal;
}

section.slider-sec.promo-sec--turism .container {
    position: relative;
    z-index: 2;
}

.about-feat img {
    border-radius: 30px;
}

@media (min-width: 1400px) {
    .header.header-1 nav.navbar {
        top: calc(100% - 10px);
    }
}

.about-images {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .about-images {
        margin-bottom: 160px;
    }
}

.categories_grid {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 283px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .categories_grid {
        height: 180px;
        margin-bottom: 10px;
    }
}
.categories_grid .wrapper {
    width: 100%;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 40px 20px;
}
.categories_grid .wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid .wrapper p {
    color: #fff;
    opacity: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.categories_grid:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.categories_grid:hover h2 {
    -webkit-transform: translateY(-5px) translateZ(0);
    -moz-transform: translateY(-5px) translateZ(0);
    -ms-transform: translateY(-5px) translateZ(0);
    -o-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
.categories_grid:hover p {
    opacity: 0.8;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.tour-content .card-body ul,
.tour-content .list-dots {
    list-style: none;
    padding-left: 29px;
}

.tour-content .card-body ul li,
.tour-content .list-dots li {
    position: relative;
    padding-left: 1.25rem;
}

.tour-content .card-body ul li::before,
.tour-content .list-dots li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.af-item-2 {
    padding: 20px 20px 0px 20px;
    margin-bottom: 13px;
}

.turism-intro-slider {
    max-width: 836px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 500px;
}

.turism-intro-slider .swiper-slide {
    aspect-ratio: 836 / 627;
    height: auto;
}

.turism-intro-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.turism-intro-slider .swiper-button-prev,
.turism-intro-slider .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.turism-intro-slider .swiper-button-prev:after,
.turism-intro-slider .swiper-button-next:after {
    font-size: 18px;
}

.turism-intro-slider .swiper-pagination {
    bottom: 12px;
}

.about-values-cards .about-value-card:hover {
    background-color: var(--about-value-hover);
}
.about-values-cards .about-value-card:hover h3,
.about-values-cards .about-value-card:hover p {
    color: var(--white);
}

.companies-category-cards .col-xl-4:nth-child(5n + 1) .card-entry:hover {
    background-color: #f7b152;
}
.companies-category-cards .col-xl-4:nth-child(5n + 2) .card-entry:hover {
    background-color: #dd0c14;
}
.companies-category-cards .col-xl-4:nth-child(5n + 3) .card-entry:hover {
    background-color: #137d57;
}
.companies-category-cards .col-xl-4:nth-child(5n + 4) .card-entry:hover {
    background-color: #157db0;
}
.companies-category-cards .col-xl-4:nth-child(5n + 5) .card-entry:hover {
    background-color: #26207d;
}

.companies-category-cards .card-entry:hover h3,
.companies-category-cards .card-entry:hover p {
    color: var(--white);
}

#job-board-results.is-loading {
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#job-board-page .job-board-card {
    padding: 0;
}
#job-board-page .job-board-card .cause-txt {
    padding: 1.25rem 1.25rem 1rem;
}
#job-board-page .job-board-card__title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.3;
}
#job-board-page .job-board-card__phone a {
    color: var(--headings-color, #08407a);
    font-weight: 600;
    text-decoration: none;
}
#job-board-page .job-board-card__phone a:hover {
    color: var(--secondary, #157db0);
}
#job-board-page .job-board-description {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#job-board-page .job-board-description p:last-child {
    margin-bottom: 0;
}
#job-board-page .job-board-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    color: #08407a;
    text-decoration: none;
}
#job-board-page .job-board-pagination .page-numbers.current {
    background: #08407a;
    border-color: #08407a;
    color: #fff;
}
#job-board-page .job-board-pagination .page-numbers:hover {
    background: #157db0;
    border-color: #157db0;
    color: #fff;
}

/* Nav visible al cargar en móvil/tablet (< xxl); barra azul solo en desktop */
@media (max-width: 1399.98px) {
    .header.header-1 .header-nav-wrapper.header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.07);
    }

    .header.header-1 .header-nav-wrapper.header-sticky nav.navbar {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .header.header-1 .header-nav-wrapper.header-sticky nav.navbar::before {
        display: none;
    }
}
