/* body {
margin: 0;
padding: 0;
background: repeat-x top #fff;
font-family: 'Titillium Web', sans-serif;
} */

:root {
    --primary--color: #242b44;
    --secondary--color: #fff;
    --text-color: #545454;
    --accent-color: #4aa5f0;
    --light-gray-color: #b0bfdc;
    --border-top-color: #091650;
    --text-color: #afb6d2;
    --e-global-color-hover: #fff4dd;
    /* 
    --e-global-color-primary: #242b44;
    --e-global-color-secondary: #ffffff;
    --e-global-color-accent: #4aa5f0;
    --e-global-color-text: #afb6d2;
    --e-global-color-hover: #d88730;
    --e-global-color-dark-blue: #171d34;
    --e-global-color-yellow:#fdde47;
    --e-global-color-dark-blue2: #1c223a;
    --e-global-color-very-dark-blue: #1a2037;
    --e-global-color-soft-blue: #484d5f;
    --e-global-color-dark-blue3:#1d233c;
    --e-global-color-blue-f:#2a3150;
    --e-global-color-dark-bluish:#1f253e;
    --e-global-color-blue-best:#1b2137;
    --e-global-color-bar: #2f3449; */
}

a {
    outline: none;
    color: var(--secondary--color);
    text-decoration: none;
}
/**************************************************
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
**************************************************/
.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border > .post-item-wrap > .post-item-description,
#blog img,
#blog audio,
#blog iframe {
    width: 100%;
}
.single-post01 .post-image img {
    height: auto;
    border-radius: 5px;
}
.single-post01 .post-item-description {
    font-size: 16px;
    padding: 22px 0;
    line-height: 28px;
}
.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2 > a {
    font-size: 34px;
    margin-top: 8px;
    line-height: 38px;
    margin-bottom: 12px;
}
.single-post01 .post-item-description .post-meta {
    padding: 12px 0 0 0;
    margin-bottom: 0;
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-meta-share a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a,
.breadcrumb ol li a,
.breadcrumb ul li a,
.sidebar .widget-categories ul li a,
.post-meta-category a {
    text-decoration: none;
    color: var(--secondary--color);
}
.widget-categories ul li a{
    color: var(--accent-color) !important;
    font-size: 14px;
}
a.item-link {
    /* margin-top: 20px; */
    display: inline-block;
}
a.item-link:hover {
    color: var(--secondary--color);
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a {
    font-size: 13px;
    margin-right: 16px;
    /* color: var(--primary--color); */
}
.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
    margin-right: 4px;
}
.single-post01 .post-meta-share a {
    line-height: 16px;
}
.single-post01 .post-meta-share a i {
    font-size: 30px;
}
.single-post01 .post-item-description .blockquote {
    font-size: 16px;
    margin: 20px 0;
    padding: 10px 20px;
    background: #fb9c2317;
}
.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
    font-size: 80%;
    color: var(--e-global-color-hover);
}
.single-post01 .post-tags {
    margin-bottom: 40px;
}
.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: var(--e-global-color-hover);
    color: var(--secondary--color);
    text-decoration: none;
}
.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li,
.breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
    position: relative;
}
.single-post01 .post-navigation,
.sidebar .tags a {
    display: inline-block;
}
.single-post01 .post-navigation {
    min-height: 64px;
    padding: 20px 0 0;
    vertical-align: top;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after {
    position: absolute;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
    height: 44px;
    max-width: 40%;
    font-size: 16px;
}
.post-navigation .post-prev:before,
.post-navigation .post-next:after {
    left: 0;
    top: 10px;
    font-size: 20px;
    padding-top: 2px;
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease;
    transform: translate3d(0, -50%, 0);
}
.post-navigation .post-next:after {
    right: 0;
    left: inherit;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}
.post-navigation .post-prev-title {
    padding-left: 25px;
}
.post-navigation .post-next span,
.post-navigation .post-prev span {
    opacity: 0.7;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: -6px;
    text-transform: uppercase;
}
.post-navigation .post-all {
    top: 32px;
    right: 50%;
    left: auto;
    width: 12px;
    opacity: 0.7;
    font-size: 24px;
    text-align: center;
}
.single-post01 .post-navigation .post-next {
    right: 0;
    text-align: right;
}
.post-navigation .post-next-title {
    padding-right: 25px;
}
.single-post01 .comments {
    padding: 0px 0;
}
.single-post01 .comments .comment {
    padding: 10px 0;
}
.single-post01 .comments .comment_number {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 500;
    color:var(--e-global-color-hover);
}
.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry > img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget {
    float: left;
}
.single-post01 .comments .comment .image {
    width: 64px;
    height: 64px;
}
.single-post01 .comment-list img {
    height: auto;
    border-radius: 100%;
}
.single-post01 .comments .comment .text {
    min-height: 80px;
    padding: 0 0 0 86px;
}
.single-post01 .comments .comment .text .name {
    font-size: 20px;
}
.single-post01 .comments .comment .comment_date {
    font-size: 12px;
    color: var(--secondary--color);
    font-style: italic;
}
.single-post01 .comments .comment .text .comment-reply-link {
    opacity: 0.7;
    font-size: 9px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
    color: var(--e-global-color-hover);
    text-decoration: none;
}
.single-post01 .text_holder {
    line-height: 24px;
}
.single-post01 .comment .comment {
    margin-left: 90px;
}

.respond-comment {
    font-size: 18px;
    margin: 0 0 30px;
}
.single-post01 .form-group label:not(.error) {
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.single-post01 .form-gray-fields .form-control {
    border-color: transparent;
}
.single-post01 .form-gray-fields .form-control:focus {
    border: 1px solid var(--e-global-color-accent);
}
.single-post01 .form-gray-fields .form-control:focus {
    outline: 0;
}
.single-post01 .form-control {
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.3s ease;
}
.form-gray-fields .btn {
    font-size: 12px;
    padding: 13px 22px 10px;
    text-transform: uppercase;
}
.sidebar {
    font-size: 12px;
}
.sidebar .widget {
    margin-bottom: 16px;
    /* padding-bottom: 30px; */
}

.sidebar {
    border: 1px solid var(--accent-color);
    padding-top: 21px;
    border-radius:5px;
    height: fit-content;
}
.widget-newsletter .form-control {
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    border-radius: 5px;
    height: auto;
}
.widget-newsletter .btn {
    font-weight: 600;
    height: 40px;
    padding: 8px 16px;
    background: var(--e-global-color-hover);
    color: var(--secondary--color);
}
.widget-newsletter .btn {
    border-radius: 0 5px 5px 0;
}
.sidebar .nav-tabs {
    margin-bottom:22px;
    border-bottom:1px solid var(--e-global-color-btn-red);
}

.nav-tabs .nav-item {
    margin-bottom: 0 !important;
}
.tabs .nav-tabs .nav-link {
    border: 0;
    padding: 14px 24px;
    transition: 0.3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sidebar .widget .tabs li > a {
    padding: 10px 7px 10px 7px !important;
    font-size: 14px;
}
.sidebar .widget .tabs li > a:hover {
    color: var(--accent-color);
}
.sidebar .post-thumbnail-entry > a img {
    height: 60px;
    width: 80px;
    margin-right: 16px;
    border-radius: 2px;
    float: left;
}
.sidebar .post-thumbnail-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .post-thumbnail-entry > img {
    height: 48px;
    width: 64px;
    margin-right: 10px;
}
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
    padding-left: 72px;
}
.sidebar .post-thumbnail-list a {
    margin: -4px 0 0;
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 16px;
}
.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
    margin-right: 2px;
}
.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
    font-size: 10px;
    color: var(--accent-color);
}
.sidebar .widget-title,
.sidebar > h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: var(--secondary--color);
    font-weight: 700;
}
.widget-title a {
    color: var(--accent-color) !important;
}
.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul {
    list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
    margin-bottom: 0;
    padding-left: 22px;
}
.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
    font-size: 12px;
    margin-bottom: 18px;
    color: var(--secondary--color);
}
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
    content: "\f099";
    margin-left: -22px;
    font-family: "Font Awesome 5 Brands";
}
.sidebar .tags a {
    padding: 5px 14px;
    border-radius: 50px;
    margin: 0 2px 5px 0;
    background: var(--e-global-color-hover);
    color: var(--secondary--color);
    font-size: 12px;
}
.sidebar .widget-categories ul {
    padding: 0;
}
.sidebar .widget-categories ul li {
    margin-bottom: 10px;
    padding: 0 0 10px 28px;
}
.sidebar .widget-categories ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    font-size: 20px;
    padding-top: 2px;
    background: url("../images/icon-folder.png");
    width: 16px;
    height: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, -50%, 0);
}
.sidebar .cat-count-span {
    float: right;
    color: var(--secondary--color);
}
/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999999999;
}
#loader {
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    z-index: 1001;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/
.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category {
    display: block;
}
.breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    background-color: transparent;
    padding: 10px 0;
}
.breadcrumb ol,
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ol li,
.breadcrumb ul li {
    opacity: 0.8;
    display: inline;
}
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
    margin: 0 5px;
    content: ">";
    background-color: transparent;
}
.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
    opacity: 1;
}
#blog .post-item.border > .post-item-wrap > .post-item-description {
    padding: 24px;
    line-height: 28px;
}
#blog .post-item.border .post-meta-category {
    top: 11px;
    z-index: 2;
    right: 10px;
    font-size: 13px;
    padding: 7px 16px 7px;
    border-radius: 50px;
    background: var(--accent-color);
    color: var(--secondary--color);
    font-size: 13px;

}
#blog .post-item.border .post-meta-category a {
    font-size: 13px;
}
.blog-posts .border {
    border: 1px solid var(--accent-color) !important;
    border-radius: 3px;
}
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
    color: var(--accent-color);
}
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a {
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 18px !important;
    letter-spacing: -0.1px;
    color:var(--secondary--color);
}
.blog-posts p {
    font-size: 16px;
    line-height: 22px;
    color: var(--primary--color) !important;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    top: 0;
    left: 0;
    height: 100%;
}
.fluid-width-video-wrapper {
    padding-top: 42.1%;
}
.player {
    top: 0;
}
.post-audio audio {
    bottom: 0;
    left: 0;
}
.pagination {
    padding-left: 15px;
}
/* .fluid-width-video-wrapper {
padding-top: 66.8%;
} */
.hide-blog {
    display: none;
}
.load-more a {
    padding: 12px 25px;
    border-radius: 30px;
}
.load-more a:hover {
    background: none;
}
/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/
@media screen and (max-width: 1199px) {
    .widget-newsletter .form-control {
        font-size: 12px;
        padding: 10px 10px;
    }
    .sidebar .widget .tabs li > a {
        font-size: 13px;
        padding: 10px 8px;
    }
    .sidebar .widget {
        margin-bottom: 20px;
        /* padding-bottom: 20px; */
    }
    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 14px;
        line-height: 26px;
    }
    .single-post01 .post-navigation .post-next,
    .single-post01 .post-navigation .post-prev {
        font-size: 14px;
    }
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2 > a {
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 991px) {
    .respond-form {
        padding-top: 0;
    }
    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        margin-right: 5px;
        font-size: 13px;
        margin-right: 16px;
        color: var(--accent-color) !important;
    }
    .single-post01 .comments .comment .text {
        padding: 0;
    }
    .single-post01 .comments .comment .image {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }
    .single-post01 .text_holder {
        font-size: 12px;
        margin: 10px 0 0;
    }
    .single-post01 .comment .comment {
        margin-left: 30px;
    }
    .single-post01 .comments {
        padding: 30px 0 0;
    }
    .sidebar {
        margin: 20px 0 0;
    }
    .page-title h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2 > a {
        font-size: 24px;
        line-height: 26px;
    }
    #blog .post-item.border > .post-item-wrap > .post-item-description {
        line-height: 20px;
        font-size: 12px;
    }
    .blog-posts p {
        font-size: 16px;
        line-height: 22px;
    }
    .single-post01 .post-item-description .blockquote {
        margin-left: 25px;
    }
}
@media screen and (max-width: 575px) {
    .single-post01 .text_holder p {
        margin: 0 0 8px;
    }
    .single-post01 .comments .comment .comment_date {
        font-size: 11px;
    }
    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 13px;
        line-height: 24px;
    }
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2 > a {
        margin: 0;
    }
    .single-post01 .post-meta-share ul {
        margin: 5px 0 0;
    }
    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        font-size: 12px;
    }
    .single-post01 .respond-comment {
        font-size: 16px;
    }
    .page-title h1 {
        font-size: 1.8rem;
        padding: 1rem;
        padding-bottom: 0;
    }
    #blog .post-item .post-item-description > h2,
    #blog .post-item .post-item-description > h2 > a {
        font-size: 20px;
        line-height: 24px;
    }
    .single-post01 .comments .comment .text .name {
        font-size: 18px;
    }
}

.item-link {
    color: var(--accent-color);
}
.post-meta-comments i,
.post-meta-comments a {
    color: var(--accent-color) !important;
    color: var(--accent-color) !important;
    text-decoration: none;
    font-size: 12px;
}

.sidebar .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--e-global-color-hover);
    color: var(--secondary--color) !important;
}

.side_post_img01 {
    height: 48px;
    width: 64px;
    margin-right: 10px;
}

#twitter-cnt a {
    color: var(--accent-color);
    font-size: 12px;
}

.post-item-wrap p {
    color:var(--text-color) !important;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 24px;
}
.single-post01 .blockquote {
    border-left: 3px solid #676767;
}
.blockquote {
    margin-left: 72px !important;
}
.comments-name {
    font-size: 16px !important;
    color: var(--accent-color);
    font-weight: 500;
    letter-spacing: 1.9px;
}

.comments-p {
    color: var(--text-color) !important;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.about-page {
    padding-top: 150px;
    padding-bottom: 100px;
}
#ec{
    padding-top:0 !important;
}
.home-banner-section.ptb-100{
    padding-top:100 !important;
    padding-bottom:100 !important;
}
.ptb-120{
    padding-top:120 !important;
    padding-bottom:120 !important;
}
.ptb-90{
    padding-top:90 !important;
    padding-bottom:90 !important;
}
.ptb-130{
    padding-top:130 !important;
    padding-bottom:130 !important;
}
.ptb-150{
    padding-top:150 !important;
    padding-bottom:150 !important;
}
#ec{
    margin-top:0 !important;
}
.custom-border{
    border-radius: 0 50px 0px 0 !important;
    border: 6px solid #fff !important;
}
.get-in-touch {
    padding: 100px 0 100px;
}
.contact-details-section-outer {
    padding: 100px 0 120px;
}


/* ADA */

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 3px solid var(--e-global-color-accent); 
    outline-offset: 2px;  
}

/* Optional: only show outline for keyboard users */
:focus:not(:focus-visible) {
    outline: none;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}
.home-banner-section .banner-img2 {
    position: absolute;
    right: -12px;
    bottom: -20px;
}

.footer-section .footer-social-icons .instagram {
    background: #FF0069;
}

.footer-section .footer-social-icons .whatsapp {
    background: #0cc143;
}
.footer-content-box .planning-h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.about-page-about-section {
    padding: 160px 0 160px;
}


.about-section {
    padding-bottom: 90px;
    padding-top: 150px;
}

.left-border-radius{
    border: 6px solid #fff;
    border-radius: 90px 0;
}

.right-border-radius {
    border: 6px solid #fff;
    border-radius: 0 90px;
}

.address-style{
    min-height: 125px;
}

/* Event index page */

.event-index-page.gallery-page {
    padding: 100px 0 100px;
    position: relative;
}

.event-index-page.gallery-page .gallery_content {
    overflow: hidden;
}

.event-index-page.gallery-page .gallery_content .contact-form-img img {
    filter: drop-shadow(10px 0px 16px #cccc);
    border: none;
    border-radius: 0;
}

.event-index-page.gallery-page .gallery_content {
    border-radius: 10px 10px 0px 0px;
}

.event-index-page .upcoming-event-title{
    padding: 0px 0 25px 0;
}

.event-index-page .past-event-title{
    padding: 75px 0 25px 0;
}
/* End event index page */



/* Event Details page */
.event-details .event-page {
    padding: 80px 0;
    background: #f7f7f7;
    position: relative;
}

/* Main Event Details Card */
.event-details .event-details-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
}

.event-details .event-description{
    font-size:18px;
}

.event-details .event-details-card img {
    width: 100%;
    height: auto;
}

.event-details .event-meta {
    padding: 25px 0px;
}

.event-details .event-meta h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.3;
}

.event-details .event-meta .event-date {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.event-details .event-meta p {
    line-height: 1.8;
    color: #444;
    margin-top: 10px;
}

/* Sidebar Titles */
.event-details .side-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    line-height: 1;
}

.event-details .side-title::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #e9f4f5;
    position: absolute;
    top: 32px;
    left: 0;
}

.event-details .side-title::after {
    content: "";
    width: 30%;
    height: 3px;
    background: #98cac6;
    position: absolute;
    top: 32px;
    left: 0;
}

/* Event List Items */
.event-details .event-item {
    display: flex;
    gap: 12px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    transition: all .2s ease;
    border: 1px solid #f1f1f1;
}

.event-details .event-item:hover {
    box-shadow: 0 0px 4px rgba(0,0,0,0.1);
}

.event-details .event-thumb {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

.event-details .event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details .event-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-details .event-title {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.3;
}

.event-details .event-date-small {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.event-details .event-description p {
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    color: var(--e-global-color-text);
    margin-bottom: 10px;
    margin-top: 0;
}

.event-details .footer-section::after {
    content: none !important;
}
.event-details .join-btn{
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    border-radius: 72px;
    padding: 4px 15px 4px 16px;
    display: inline-block;
    position: relative;
    font-weight: 300;
    transition: transform ease 300ms;
    line-height: 20px;
    word-spacing: 0px;
    font-size: 18px;
    transition: ease-in-out 0.3s;
    border: 2px solid var(--e-global-color-accent);
    text-transform: capitalize;
}

.custom-btn{
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    border-radius: 72px;
    padding: 4px 15px 4px 16px;
    display: inline-block;
    position: relative;
    font-weight: 300;
    transition: transform ease 300ms;
    line-height: 20px;
    word-spacing: 0px;
    font-size: 18px;
    transition: ease-in-out 0.3s;
    border: 2px solid var(--e-global-color-accent);
    text-transform: capitalize;
}
.event-details .event-meta {
    padding: 24px 0px 0 0;
}
.event-details a:hover {
    text-decoration: none;
} /* End event details page */

.about-section .about-content-img .about-section-f1 {
    position: absolute;
    left: -20px;
    top: 86px;
}
.border-radius-100 {
    border: 6px solid #fff;
    border-radius: 100%;
}
.border-radius-90{
    border: 6px solid #fff;
    border-radius: 0 90px 0 90px;
}
.border-radius-50{
    border: 6px solid #fff;
    border-radius: 50px 0 50px 0;
}
.border-radius-40{
    border: 6px solid #fff; 
    border-radius: 40px 0 40px 0;
}
.no-upcoming-text{
    font-size: 22px;
    line-height: 30px;
    color: var(--e-global-color-primary);
    font-weight: 300;
    text-align: center;
}

.activity-section.categories-section .about-us-content::before {
    background: url(/Content/img/shape/category-lines-img.png);

}
.activity-section.categories-section .about-us-content .cate-icon-img {
    top: -165px;
} 
.title-3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 5px 0 12px 0;
}

.custom-gallery-page.gallery-page {
    padding: 100px 0 0px;
    position: relative;
}

.custom-gallery-page.gallery-page .gallery_content {
    overflow: hidden;
}
.custom-gallery-page.gallery-page .gallery_content .contact-form-img img {
    filter: drop-shadow(10px 0px 16px #cccc);
    border: 8px solid #fff;
    border-radius: 0 55px 0 0;
}

.get-in-touch .about-content-img {
    padding-top: 150px;
    position: relative;
}

.contact .form-group label {
    font-size: 18px;
    color: #777;
}

.home-header-section .main-header .navbar-collapse .btn-talk a:hover {
    background: var(--e-global-color-peach);
    color: var(--primary--color) !important;
    border: 2px solid var(--e-global-color-peach);
}

.border-5{
    border:5px solid #fff
}

.custom-btn2{
    color: var(--e-global-color-accent);
    background: var(--e-global-color-light-green);
    border-radius: 72px;
    padding: 15px 35px 16px 36px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    transition: transform ease 300ms;
    line-height: 20px;
    word-spacing: 2px;
    font-size: 18px;
    transition: ease-in-out 0.3s;
    border: 2px solid var(--e-global-color-accent);
    text-transform: capitalize;
}

.custom-btn2:hover{
    transform: translateY(-5px);
    background: var(--e-global-color-accent) !important;
    color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-accent);
    transition: ease-in-out 0.3s;
}

.home-banner-section .banner-container-box .banner-btn .banner-btn2{
    background: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    color: var(--secondary--color);
}

.home-banner-section .banner-container-box .banner-btn .banner-btn2:hover {
    background: var(--e-global-color-peach) !important;
    border: 2px solid var(--e-global-color-peach);
    color: var(--primary--color);
}



/* instagram video card */

.instagram-video {
    padding:100px 0;
    background: url(/Content/img/video-section-background.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

/* Carousel Item Wrapper */
.instagram-video .item-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px; /* Fixed height for vertical aspect */
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.instagram-video .item-card:hover {
    transform: translateY(-5px);
}

/* Background Image */
.instagram-video .card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Dark Overlay Gradient */
.instagram-video .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    z-index: 2;
}

/* Play Button */
.instagram-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.3s;
}
.play-btn a:hover{
    color:white;
}

.instagram-video .item-card:hover .play-btn {
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Bottom Content */
.instagram-video .card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instagram-video .user-info {
    display: flex;
    align-items: center;
}

.instagram-video .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a1a1a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid rgba(255,255,255,0.5);
    margin-right: 12px;
    overflow: hidden;
}

.instagram-video .text-info h6 {
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.instagram-video .text-info small {
    color: #ccc;
    font-size: 12px;
}

.instagram-video .social-icon {
    color: white;
    font-size: 25px;
}

/* Owl Carousel Navigation Customization */
.instagram-video .owl-carousel .owl-nav button.owl-prev,
.instagram-video .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white !important;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #333 !important;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 10;
}

.instagram-video .owl-carousel .owl-nav button.owl-prev:hover,
.instagram-video .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #f0f0f0 !important;
    color: black !important;
}

.instagram-video .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.instagram-video .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

/* Adjustments for responsiveness */
@media (max-width: 768px) {
    .instagram-video .owl-carousel .owl-nav button.owl-prev { left: -10px; }
    .instagram-video .owl-carousel .owl-nav button.owl-next { right: -10px; }
}

/* end instagram video card */

.footer-section a{
    text-decoration:none;
}

@media only screen and (max-width: 991px) {
    .get-in-touch .about-section-f1 img {
        width: 15%;
    }
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
.follow-us{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px !important;
}

/* Home banner */
.banner-img-content figure {
    position: unset;
}

.footer-end-text a{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: var(--e-global-color-accent);
}
.list-unstyled .list-item .profession {
    font-weight: 300;
}
.join-us .story-card-content{
    position: unset;
    width: auto;
    padding: 30px 15px;
    border-radius: 0 0 30px 0;
}

/* menu sticky */

#PastEvent {
    scroll-margin-top: 150px;
}
.join-us-form.form-section{padding: 150px 0 150px;}
.join-us-form .form-section-img img{
    border-radius: 0px 80px 0 80px;
    border: 6px solid white;
}
.join-us-form.form-section .form-group .form-control{
    padding: 10px 20px;
}
.join-us-form.form-section .form-name-title, .join-us-form.form-section .form-label{
    display:none;
}
.join-us-form.form-section .btn-primary{
    background: var(--e-global-color-accent)!important;
    border-color: var(--e-global-color-accent);
    font-size: 18px;
    border-radius: 27px;
    padding: 9px 35px;
    box-shadow: 4px 6px 38px 0 #dae0e5;
}
.join-us-form.form-section  .btn-primary:active:focus{box-shadow: none!important;}
.join-us-form.form-section .btn-primary:active{border: none;}
.join-us-form.form-section .about-section-form:before{
    z-index:-999;
}
.footer-social-icons .list-item a:hover {
    text-decoration: none;
}

.event-index-page .contact-form-img img{
    height: 297px;
    object-fit: cover;
}
.sub-title {
    font-size: 43px;
    display: inline-block;
}
.event-date {
    color: var(--e-global-color-text);
}
.autorix-text span {
    font-size: 30px;
}
@media screen and (max-width: 1440px) {
    .home-banner-section .banner-container-box .home-banner-text {
        padding-left: 0px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 1440px) {
    .home-banner-section .banner-img-content .banner-img-width {
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .home-banner-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .banner-img-content {
        left: 0;
        text-align: center;
        top: 50;
    }
}

@media screen and (max-width: 767px) {
    .home-banner-section .banner-container-box .banner-paragraph {
        padding: 0 62px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .banner-img-content {
        left: 0;
        text-align: center;
        top: 0;
    }
    .autorix-text span {
        font-size: 22px;
    }
}
@media screen and (max-width: 575px) {
    .story-section.join-us .story-card-img img {
        width: 35%;
    }
}

@media screen and (max-width: 1440px) {
    .home-banner-section .banner-container-box .home-banner-text {
        padding-left: 0px;
        margin-top: 60px;
    }
}


