/* Simple Goldish Title Styling */
.banner-section .banner_content h1 {
    background: linear-gradient(135deg, #f4e8c1 0%, #d4af37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Simple Paragraph Styling */
.banner-section .banner_content p {
    color: #e0e0e0;
    font-size: 22px;
    line-height: 32px;
}

a {
    outline: none;
    color: #dddddd;
    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%;
    border: none
}

.single-post01 .post-image img {
    height: auto;
}

.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;
    margin-bottom: 26px;
}

.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: #ddd;
}

a.item-link {
    margin-top: 10px;
    display: inline-block
}

.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;
}

.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: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
}

.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
    font-size: 100%;
}

.single-post01 .post-tags {
    margin-bottom: 40px;
}

.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.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;
    font-size: 14px;
    line-height: 20px;
}

.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: 12px;
    font-size: 14px;
    padding-top: 2px;
    content: "\f053";
    font-family: 'FontAwesome';
    transition: all .3s ease;
    transform: translate3d(0, -50%, 0);
}

.post-navigation .post-next:after {
    right: 0;
    left: inherit;
    content: "\f054";
    font-family: 'FontAwesome';
}

.post-navigation .post-prev-title {
    padding-left: 25px;
}

.post-navigation .post-next span,
.post-navigation .post-prev span {
    opacity: 0.7;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: -6px;
    text-transform: uppercase;
}

.post-navigation .post-all {
    top: 32px;
    right: 50%;
    left: auto;
    width: 12px;
    opacity: .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: 40px 0;
}

.single-post01 .comments .comment {
    padding: 10px 0;
}

.single-post01 .comments .comment_number {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.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: 24px;
}

.single-post01 .comments .comment .comment_date {
    font-size: 14px;
}

.single-post01 .comments .comment .text .comment-reply-link {
    opacity: 0.7;
    font-size: 12px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

.single-post01 .text_holder {
    line-height: 24px;
}

.single-post01 .comment .comment {
    margin-left: 90px;
}

.respond-form {
    padding-top: 40px;
}

.respond-comment {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.single-post01 .form-group label:not(.error) {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post01 .form-gray-fields .form-control {
    border-color: transparent;
}

.single-post01 .form-gray-fields .form-control:focus {
    outline: 0;
}

.single-post01 .form-control {
    box-shadow: none;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    transition: all .3s ease;
}

.form-gray-fields .btn {
    font-size: 14px;
    padding: 13px 22px 10px;
    text-transform: uppercase;
}

.sidebar {
    font-size: 12px;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget-newsletter .form-control {
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    height: auto;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
}

.widget-newsletter .btn {
    font-weight: 600;
    height: 40px;
    padding: 8px 16px;
}

.widget-newsletter .btn {
    border-radius: 0 5px 5px 0;
}

.sidebar .nav-tabs {
    margin-bottom: 30px;
}

.sidebar .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.tabs .nav-tabs .nav-link {
    border: 0;
    padding: 14px 24px;
    transition: .3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .widget .tabs li>a {
    padding: 10px;
    font-size: 14px;
}

.sidebar .post-thumbnail-entry>img {
    height: 60px;
    width: 80px;
    margin-right: 16px;
    border-radius: 2px;
}

.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;
}

.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;
}

.sidebar .widget-title,
.sidebar>h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.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: 14px;
    margin-bottom: 18px;
    color: var(--e-global-color-white);
}

.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;
}

.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 .3s ease;
    transform: translate3d(0, -50%, 0);
}

.sidebar .cat-count-span {
    float: right;
}

/* Blog Page */

.blogpage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.blogpage-section .blog_content {
    text-align: center;
}

.blogpage-section .blog_content h2 {
    margin-bottom: 46px;
}

.blogpage-section .blog-box {
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    margin-bottom: 32px;
}

.blogpage-section .blog-box .lower-portion {
    padding: 26px 30px 20px;
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
}

.blogpage-section .blog-box .lower-portion i {
    font-size: 18px;
    color: var(--e-global-color-accent);
    margin-right: 8px;
    margin-bottom: 28px;
}

.blogpage-section .blog-box .lower-portion span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-white);
}

.blogpage-section .blog-box .lower-portion .text-mr {
    margin-right: 20px;
}

.blogpage-section .blog-box .lower-portion h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    position: relative;
    letter-spacing: 0;
    word-spacing: 0;
}

.blogpage-section .blog-box .button-portion {
    position: relative;
    padding: 16px 0 16px 30px;
}

.blogpage-section .blog-box .button-portion .date {
    display: inline-block;
    width: 50.5%;
}

.blogpage-section .blog-box .button-portion .button {
    display: inline-block;
    text-align: right;
    width: 48%;
}

.blogpage-section .blog-box .button-portion span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-white);
}

.blogpage-section .blog-box .button-portion .calendar-ml {
    font-size: 22px;
    color: var(--e-global-color-accent);
    margin-right: 5px;
    margin-bottom: 28px;
}

.blogpage-section .blog-box .button-portion .read_more {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 30px 0 0 30px;
    padding: 14px 24px 14px 26px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
    overflow: visible;
    outline: none;
}

.blogpage-section .blog-box .button-portion .read_more:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
}


/* Widget verified badge and lazy helpers */
.verified-badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle
}

.verified-badge svg {
    display: block
}

img[loading="lazy"] {
    content-visibility: auto;
    contain-intrinsic-size: 1000px 700px;
}

[data-bg] {
    background-size: cover;
    background-position: center;
}

#ow-widget .ow-header .ow-title .name {
    display: inline-flex;
    align-items: center
}

#ow-widget .verified-badge {
    transform: translateY(-1px)
}

/* Single Blog Page */


.singleblog-section .main-box {
    border-radius: 10px;
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px 10px;
    width: 104%;
    margin-left: -45px;
}

.singleblog-section .main-box .singleblog-image1 {
    margin-bottom: 30px;
}

.singleblog-section .main-box .image1 img {
    border-radius: 10px;
}

.singleblog-section .main-box .content1 {
    margin-left: 10px;
}

.singleblog-section .main-box h4 {
    font-family: 'PT Serif', serif;
}

.singleblog-section .main-box .content1 h4 {
    color: var(--e-global-color-white);
    margin-bottom: 18px;
}

.singleblog-section .main-box .content1 i {
    font-size: 14px;
    color: var(--e-global-color-accent);
    margin-right: 4px;
    margin-bottom: 32px;
}

.singleblog-section .main-box .content1 .calendar {
    font-size: 16px;
}

.singleblog-section .main-box .content1 span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-white);
}

.singleblog-section .main-box .content1 .text-mr {
    margin-right: 10px;
}

.singleblog-section .main-box .content1 p {
    font-weight: 600;
    margin-bottom: 35px;
}

.singleblog-section .main-box .content2 {
    background: var(--e-global-color-secondary);
    padding: 20px 32px 32px;
    border-radius: 10px;
    margin-bottom: 34px;
}

.singleblog-section .main-box .content2 .singleblog-quoteimage {
    margin-bottom: 22px;
}

.singleblog-section .main-box .content2 p {
    font-style: italic;
}

.singleblog-section .main-box .text {
    font-weight: 600;
    margin-bottom: 35px;
    margin-left: 15px;
}

.singleblog-section .main-box .singleblog-image2 {
    margin-bottom: 30px;
}

.singleblog-section .content4 {
    padding: 0 14px;
    margin-bottom: 115px;
}

.singleblog-section .content4 h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--e-global-color-white);
}

.singleblog-section .content4 .tag li {
    display: contents;
}

.singleblog-section .content4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
}

.singleblog-section .content4 .tag .button2 {
    padding: 10px 24px;
}

.singleblog-section .content4 .tag li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .tag .button:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
}

.singleblog-section .content4 .icon {
    position: relative;
}

.singleblog-section .content4 .icon h5 {
    float: right;
}

.singleblog-section .content4 .icon .social-icons {
    top: 46px;
    right: -8px;
}

.singleblog-section .content4 .icon .social-icons ul li {
    margin: 0 8px;
    display: inline-block;
}

.singleblog-section .content4 .icon .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .content4 .icon .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .middle-portion a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    word-spacing: 0.2px;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks {
    font-size: 16px;
    color: var(--e-global-color-white);
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}

.singleblog-section .content5 {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.singleblog-section .content5 .singleblog-review1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content5 .singleblog-review1:hover {
    transform: translateY(-5px);
}

.singleblog-section .content5 .singleblog-review1 img {
    border-radius: 100px;
}

.singleblog-section .content5 .content {
    padding: 82px 65px 20px;
    background: var(--e-global-color-black);
    border-radius: 10px;
}

.singleblog-section .content5 .content h4 {
    margin-bottom: 4px;
    color: var(--e-global-color-white);
}

.singleblog-section .content5 .content span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: var(--e-global-color-white);
    margin-bottom: 14px;
}

.singleblog-section .content6 {
    padding: 0 15px;
    margin-bottom: 58px;
}

.singleblog-section .content6:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    position: absolute;
    width: 92%;
    height: 6px;
    left: 26px;
}

.singleblog-section .content6 h4 {
    margin-bottom: 34px;
    color: var(--e-global-color-white);
}

.singleblog-section .content6 h4:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 23%;
    height: 45px;
    left: 23px;
}

.singleblog-section .content6 .comment {
    display: flex;
    margin: 0 0 24px 6px;
}

.singleblog-section .content6 .comment .image img {
    border-radius: 100px;
}

.singleblog-section .content6 .comment .content {
    padding: 13px 0 0 19px
}

.singleblog-section .content6 .comment h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
    color: var(--e-global-color-white);
}

.singleblog-section .content6 .comment span {
    margin-bottom: -38px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-accent);
}

.singleblog-section .content6 .comment .reply {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: right;
    right: -18px;
    top: -28px;
}

.singleblog-section .content6 .comment .reply:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
}

.singleblog-section .content6 .comment .text_holder p {
    display: inline-block;
    line-height: 24px;
    margin: 0 40px 12px 0;
    word-spacing: 1.6px;
}

.singleblog-section .content7 {
    padding: 0 15px;
}

.singleblog-section .content7 h4 {
    color: var(--e-global-color-secondary);
    margin-bottom: 28px;
}

.singleblog-section .content7 textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 18px 30px 20px;
    width: 100%;
    height: 184px;
    margin-bottom: 15px;
    resize: none;
    outline: none;
    overflow: auto;
}

.singleblog-section .content7 input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 14px 30px;
    margin-bottom: 16px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.singleblog-section .content7 .text-mb {
    margin-bottom: 26px;
}

.singleblog-section .content7 .post_comment {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 25px 38px;
    border-radius: 8px;
    color: #ffffff;
    background-color: var(--e-global-color-accent);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
}

.singleblog-section .content7 .post_comment:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
    color: #ffffff
}

.singleblog-section .column {
    margin-left: -20px;
}

.singleblog-section .box1 {
    border-radius: 10px;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 110%;
}

.singleblog-section .box1 h5 {
    text-align: center;
    margin-bottom: 42px;
    color: var(--e-global-color-white);
}

.singleblog-section .box1 h5:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 43px;
    left: 46px;
}

.singleblog-section .box1 input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}

.singleblog-section .box1 .search {
    position: absolute;
    font-size: 18px;
    right: 6px;
    top: 1px;
    width: 60px;
    height: 56px;
    border: 1px solid transparent;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box1 .search:hover {
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.singleblog-section .box2 {
    text-align: center;
}

.singleblog-section .box2 h5 {
    margin-bottom: 38px;
}

.singleblog-section .box2 h5:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box2 ul li {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 28px;
    color: var(--e-global-color-white);
}

.singleblog-section .box2 ul li:hover {
    color: var(--e-global-color-accent);
}

.singleblog-section .box3 {
    text-align: center;
    padding: 30px 30px 60px;
}

.singleblog-section .box3 h5 {
    margin-bottom: 43px;
}

.singleblog-section .box3 h5:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box3 .social-icons ul li {
    margin: 0 10px;
    display: inline-block;
}

.singleblog-section .box3 .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .box3 .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .box3 .social-icons ul li .social-networks {
    font-size: 20px;
    color: var(--e-global-color-white);
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box3 .social-icons ul li .social-networks:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}

.singleblog-section .box4 h5 {
    margin-bottom: 36px;
}

.singleblog-section .box4 h5:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box4 .tag li {
    margin-right: 8px;
    display: contents;
}

.singleblog-section .box4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
}

.singleblog-section .box4 .tag .button2 {
    padding: 15px 24px;
}

.singleblog-section .box4 .tag .button:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
    color: #ffffff;
}

.singleblog-section .box5 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 h5 {
    margin-bottom: 42px;
}

.singleblog-section .box5 h5:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box5 .feed {
    display: flex;
    margin-bottom: 70px;
}

.singleblog-section .box5 .feed:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    position: absolute;
    width: 84%;
    height: 125px;
    left: 46px;
}

.singleblog-section .box5 .feed4 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 .feed4:after {
    border-bottom: none;
}

.singleblog-section .box5 .feed .feed-image {
    width: 34%;
}

.singleblog-section .box5 .feed .feed-image img {
    border-radius: 10px;
}

.singleblog-section .box5 .feed a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    color: var(--e-global-color-white);
    text-decoration: none;
    width: 66%;
    padding: 8px 0 0 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.singleblog-section .box5 .feed a:hover {
    color: var(--e-global-color-accent);
}

/* BLOG PAGES */

.blog-posts .blogpost-box .lower-portion {
    background: var(--e-global-color-very-dark-mostly-black-blue);
}

.blog-posts .infinite-blog .button-portion {
    background: var(--e-global-color-very-dark-mostly-black-blue);
}

.blogpage-section .onecolumn-blog .button-portion .date {
    width: 51.5%;
}

.blogpage-section .twocolumn-blog .button-portion .button {
    width: 48.5%;
}

.blogpage-section .twocolumn-blog .lower-portion {
    padding: 26px 30px 30px;
}

.sub-banner .banner-section .blogbanner_content {
    padding: 150px 60px 122px 185px;
}

.blogpage-section .threecolumn-blog .lower-portion {
    padding: 26px 18px 20px;
}

.blogpage-section .threecolumn-blog .button-portion {
    padding: 16px 0 16px 18px;
}

.blogpage-section .threecolumn-blog .button-portion .date {
    width: 48.5%;
}

.blogpage-section .threecolumn-blog .button-portion .button {
    width: 49%;
}

.blogpage-section .threecolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .threecolumn-blog .lower-portion .text-mr {
    margin-right: 90px;
}

.blogpage-section .threecolumn-blog .lower-portion i {
    margin-bottom: 20px;
}

.blogpage-section .threecolumn-blog .button-portion .calendar-ml {
    margin-left: 0;
}

.blogpage-section .fourcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}

.blogpage-section .fourcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}

.blogpage-section .fourcolumn-blog .button-portion .date {
    width: 100%;
}

.blogpage-section .fourcolumn-blog .button-portion .button {
    width: 100%;
}

.blogpage-section .fourcolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .fourcolumn-blog .lower-portion .text-mr {
    margin-right: 95px;
}

.blogpage-section .fourcolumn-blog .lower-portion i {
    margin-bottom: 20px;
}

.blogpage-section .sixcolumn-blog .button-portion .date {
    width: 52%;
}

.blogpage-section .sixcolumn-blog .button-portion .button {
    width: 46%;
}

.blogpage-section .sixcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}

.blogpage-section .sixcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}

.blogpage-section .sixcolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .sixcolumn-blog .lower-portion .text-mr {
    margin-right: 130px;
}

.blogpage-section .sixcolumn-blog .lower-portion i {
    margin-bottom: 20px;
}


/************ 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;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    background-color: transparent;
    padding: 10px 0;
}

.breadcrumb ol,
.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb ol li,
.breadcrumb ul li {
    opacity: .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: 0;
    right: 10px;
    font-size: 13px;
    padding: 7px 16px 7px;
    border-radius: 50px;
}

#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;
}

#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    margin-bottom: 16px;
    letter-spacing: 0px;
}

.blog-posts p {
    font-size: 18px;
    line-height: 24px;
}

.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: 56.3%;
}

.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: 1440px) {

    /* Blog */
    .blogpage-section {
        padding: 100px 0;
    }

    /* Single Blog */
    .singleblog-section .main-box {
        width: 100%;
        margin-left: 0;
    }

    .singleblog-section .column {
        margin-left: 0;
    }

    .singleblog-section .box1 {
        width: 105%;
        padding: 34px 22px;
    }

    /* Blogs pages */
    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 100%;
    }

    .blog-posts .sixcolumn-blog .button-portion .button {
        width: 100%;
    }

    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 26px 12px 20px;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 45px;
    }

    .blog-posts .sixcolumn-blog .lower-portion i {
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 3px;
    }

    .blog-posts .sixcolumn-blog .button-portion .calendar-ml {
        font-size: 16px;
    }

    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .sixcolumn-blog .button-portion {
        padding: 14px 0 14px 12px;
    }

    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }
}

@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;
    }

    /* Blog */
    .blogpage-section {
        padding: 90px 0 75px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 35px;
    }

    .blogpage-section .blog-box {
        margin-bottom: 25px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }

    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 49.5%;
    }

    .blogpage-section .blog-box .button-portion .button {
        width: 48.5%;
    }

    .blogpage-section .blog-box .lower-portion i {
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 20px;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 18px;
        margin-left: 0;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 15px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        padding: 12px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 100px 0;
    }

    .singleblog-section .main-box {
        padding: 10px 15px 35px 10px;
    }

    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 15px;
    }

    .singleblog-section .main-box .content1 i {
        margin-bottom: 22px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 32px;
    }

    .singleblog-section .main-box .content2 {
        padding: 20px 20px 28px;
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .text {
        margin-bottom: 30px;
        margin-left: 12px;
    }

    .singleblog-section .content4 {
        margin-bottom: 90px;
    }

    .singleblog-section .content4 .tag .button {
        padding: 10px 16px;
        margin-right: 0;
    }

    .singleblog-section .content4 .tag {
        margin-right: -40px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 46px;
        right: -10px;
    }

    .singleblog-section .content5 .content {
        padding: 82px 62px 20px;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 10px;
    }

    .singleblog-section .content5 {
        margin-bottom: 30px;
    }

    .singleblog-section .content6 .comment .image img {
        width: 90px;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 34px;
    }

    .singleblog-section .content6 .comment {
        margin: 0 0 30px 0;
    }

    .singleblog-section .content6 .comment .content {
        padding: 0 0 0 15px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -44px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        line-height: 22px;
        margin: 0 30px 0 0;
        word-spacing: 0;
    }

    .singleblog-section .content6 .comment .reply {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 32px;
        top: -24px;
    }

    .singleblog-section .content7 h4 {
        margin-bottom: 20px;
    }

    .singleblog-section .content7 textarea {
        padding: 16px 20px;
        height: 145px;
        margin-bottom: 10px;
    }

    .singleblog-section .content7 input {
        padding: 12px 20px;
        margin-bottom: 15px;
    }

    .singleblog-section .content7 .text-mb {
        margin-bottom: 20px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 20px 36px;
    }

    .singleblog-section .box1 {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 35px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .singleblog-section .box1 h5:after {
        width: 80%;
        height: 36px;
        left: 32px;
    }

    .singleblog-section .box1 input {
        padding: 0 13px;
        height: 50px;
    }

    .singleblog-section .box1 .search {
        font-size: 16px;
        height: 48px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 22px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 12px;
        letter-spacing: 0;
    }

    .singleblog-section .box5 .feed a {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 12px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 46px;
    }

    .singleblog-section .box5 .feed:after {
        width: 81%;
        height: 100px;
        left: 30px;
    }

    /* Blog pages*/
    .blog-posts p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-posts .load-blog .lower-portion .text-mr {
        margin-right: 18px;
    }

    .blog-posts .onecolumn-blog .button-portion .date {
        width: 50.5%;
    }

    .blog-posts .onecolumn-blog .button-portion .button {
        width: 48.5%;
    }

    .blog-posts .onecolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .twocolumn-blog .button-portion .date {
        width: 50%;
    }

    .blog-posts .twocolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 100%;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 100%;
    }

    .blog-posts .threecolumn-blog .lower-portion .text-mr {
        margin-right: 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion i {
        margin-bottom: 18px;
    }

    .blog-posts .three-column .lower-portion .text-mr {
        margin-right: 50px;
    }

    .blog-posts .three-column .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 50.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 48%;
    }

    .blog-posts .fourcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 50%;
    }
}

@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;
    }

    .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: 55px 0 0;
    }

    .page-title h1 {
        font-size: 2rem;
    }

    /* Blog */
    .blogpage-section {
        padding: 65px 0 50px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 30px;
    }

    .blogpage-section .blog-box {
        margin-bottom: 20px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 15px 20px;
    }

    .blogpage-section .blog-box .lower-portion i {
        font-size: 14px;
        margin-right: 2px;
        margin-bottom: 6px;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 16px;
    }

    .blogpage-section .blog-box .lower-portion .tag-mb {
        margin-bottom: 15px;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        padding: 10px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 70px 0;
    }

    .singleblog-section .main-box {
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .image1 {
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content2 {
        padding: 24px 30px;
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 18px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 30px;
    }

    .singleblog-section .main-box .text {
        margin: 0 0 25px 10px;
    }

    .singleblog-section .content4 {
        margin-bottom: 80px;
    }

    .singleblog-section .content4 h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .singleblog-section .content4 .tag .button {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 14px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 40px;
        right: -8px;
    }

    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 5px;
    }

    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .singleblog-section .content5 {
        margin-bottom: 25px;
    }

    .singleblog-section .content5 .content {
        padding: 75px 40px 15px;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 125px;
    }

    .singleblog-section .content5 .content h4 {
        margin-bottom: 2px;
        letter-spacing: 0;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 25px;
    }

    .singleblog-section .content6 h4:after {
        width: 17%;
        height: 35px;
    }

    .singleblog-section .content6 .comment {
        margin-bottom: 20px;
    }

    .singleblog-section .content6 .comment .image img {
        width: 80px;
    }

    .singleblog-section .content6 .comment .content {
        padding: 4px 0 0 12px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -34px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        margin-right: 55px;
    }

    .singleblog-section .content6 .comment .reply {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px;
        top: -23px;
    }

    .singleblog-section .content6 {
        margin-bottom: 45px;
    }

    .singleblog-section .content7 h4 {
        margin-bottom: 15px;
    }

    .singleblog-section .content7 textarea {
        padding: 14px;
        height: 120px;
        margin-bottom: 8px;
    }

    .singleblog-section .content7 input {
        padding: 10px 14px;
        margin-bottom: 13px;
    }

    .singleblog-section .content7 .post_comment {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 34px;
    }

    .singleblog-section .box1 h5:after {
        width: 91%;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 30px;
    }

    .singleblog-section .box1 input {
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
        height: 47px;
    }

    .singleblog-section .box1 .search {
        font-size: 14px;
        height: 45px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 15px;
    }

    .singleblog-section .box3 .social-icons ul li {
        margin: 0 8px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .singleblog-section .box4 ul {
        text-align: center;
        padding: 0 110px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 10px 14px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 40px;
    }

    .singleblog-section .box5 .feed:after {
        width: 91%;
        height: 88px;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 12%;
    }

    .singleblog-section .box5 .feed .feed-image img {
        width: 80px;
    }

    .singleblog-section .box5 .feed a {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 200px 0 20px;
    }

    /* Blog pages */
    .blog-posts p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-posts .blog-box .loadone_twocol .date {
        width: 50%;
    }

    .blog-posts .blog-box .loadone_twocol .button {
        width: 49%;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 50%;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 48%;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 48.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 46px;
    }
}

@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;
    }

    .sidebar {
        margin: 30px 0 0;
    }

    /* Blog */
    .blogpage-section {
        padding: 52px 0 40px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 25px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }

    .blogpage-section .blog-box .lower-portion i {
        margin: 0 8px 8px 0;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 48.5%;
    }

    .blogpage-section .blog-box .button-portion .button {
        width: 49%;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 14px;
    }

    .blogpage-section .blog-box .lower-portion .text-size-14 {
        font-size: 12px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .button-portion .text-size-14 {
        font-size: 12px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        font-size: 12px;
        line-height: 20px;
        margin-right: 100px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 14px 8px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 60px 0;
    }

    .singleblog-section .main-box {
        padding: 10px 15px 30px 10px;
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .image1 {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 10px;
    }

    .singleblog-section .main-box .content1 i {
        margin-bottom: 18px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 {
        padding: 22px 30px;
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 15px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 28px;
    }

    .singleblog-section .main-box .text {
        margin: 0 0 20px 10px;
    }

    .singleblog-section .content4 h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .singleblog-section .content4 {
        margin-bottom: 90px;
    }

    .singleblog-section .content4 .tag .button {
        padding: 6px 12px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 37px;
    }

    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 3px;
    }

    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .singleblog-section .content5 {
        margin-bottom: 20px;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 110px;
    }

    .singleblog-section .content5 .content {
        padding: 58px 14px 10px;
    }

    .singleblog-section .content6 {
        margin-bottom: 40px;
    }

    .singleblog-section .content6:after {
        height: 4px;
        left: 21px;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 30px;
    }

    .singleblog-section .content6 h4:after {
        width: 21%;
    }

    .singleblog-section .content6 .comment .image img {
        width: 70px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        line-height: 20px;
        margin-right: 0;
    }

    .singleblog-section .content6 .comment .reply {
        padding: 8px 28px;
        top: -22px;
    }

    .singleblog-section .content6 .comment .content {
        padding: 0px 0 0 12px;
    }

    .singleblog-section .content7 textarea {
        font-size: 12px;
        line-height: 18px;
        padding: 12px;
        height: 110px;
    }

    .singleblog-section .content7 input {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 12px;
    }

    .singleblog-section .content7 .text-mb {
        margin-bottom: 18px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 14px 28px;
    }

    .singleblog-section .box1 {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 28px;
    }

    .singleblog-section .box1 h5:after {
        width: 88%;
        height: 32px;
    }

    .singleblog-section .box1 input {
        padding: 0 10px;
        height: 42px;
    }

    .singleblog-section .box1 .search {
        height: 40px;
        width: 50px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 12px;
    }

    .singleblog-section .box3 .social-icons ul li {
        margin: 0 5px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 6px 14px;
        margin-bottom: 8px;
    }

    .singleblog-section .box4 ul {
        padding: 0 20px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 35px;
    }

    .singleblog-section .box5 .feed:after {
        width: 89%;
        height: 80px;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 15%;
    }

    .singleblog-section .box5 .feed a {
        padding: 9px 90px 0 12px;
    }

    /* Blog pages */
    .blog-posts .blog-box .loadone_twocol .date {
        width: 49.5%;
    }

    .blog-posts .blog-box .loadone_twocol .button {
        width: 49.5%;
    }

    .blog-posts .load-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .load-more a {
        padding: 8px 25px;
    }

    .blog-posts .onecolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .twocolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .three-column .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 49%;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .sixcolumn-blog .button-portion .button {
        width: 49.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }
}

@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;
    }

    /* Blog */
    .blogpage-section .blog-box figure img {
        width: 100%;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px 30px;
    }

    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 30px;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 49%;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        margin-right: 40px;
    }

    /* Single Blog */
    .singleblog-section .main-box {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 {
        padding: 20px 22px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 12px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 26px;
    }

    .singleblog-section .content4 {
        margin-bottom: 120px;
    }

    .singleblog-section .content4 h5 {
        margin-bottom: 10px;
    }

    .singleblog-section .content4 .tag .button {
        margin-bottom: 15px;
    }

    .singleblog-section .content4 .icon h5 {
        display: contents;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 32px;
        left: 0;
        right: 0;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 100px;
    }

    .singleblog-section .content5 .content {
        padding: 46px 15px 10px;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 6px;
    }

    .singleblog-section .content6:after {
        height: 0;
        left: 13px;
    }

    .singleblog-section .content6 h4:after {
        width: 32%;
    }

    .singleblog-section .content6 .comment .image img {
        width: 60px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -26px;
    }

    .singleblog-section .content6 .comment .reply {
        padding: 6px 18px;
        top: -28px;
    }

    .singleblog-section .content7 textarea {
        padding: 10px;
        height: 100px;
    }

    .singleblog-section .content7 input {
        padding: 8px 10px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 12px 15px;
    }

    .singleblog-section .box1 {
        margin-bottom: 20px;
    }

    .singleblog-section .box1 h5:after {
        width: 82%;
    }

    .singleblog-section .box4 ul {
        padding: 0;
    }

    .singleblog-section .box5 .feed:after {
        width: 84%;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 25%;
    }

    .singleblog-section .box5 .feed a {
        padding: 9px 0 0 12px;
    }

    /* Blog pages */
    .blog-posts p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-posts .blog-box .loadone_twocol .date {
        width: 48.5%;
    }

    .blog-posts .onecolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .onecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .twocolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .twocolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .threecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion .text-mr {
        margin-right: 15px;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 48.5%;
    }

    .blog-posts .fourcolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .fourcolumn-blog .button-portion {
        padding: 15px 0 15px 20px;
    }

    .blog-posts .sixcolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 48.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 20px;
    }
}

#ow-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10003;
    font-family: inherit
}

#ow-widget .ow-floating {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25D366;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    position: relative
}

#ow-widget .ow-floating:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
    animation: pulse 1.8s infinite
}

#ow-widget .ow-floating:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(0, 0, 0, .28)
}

#ow-widget .ow-floating i {
    color: #fff;
    font-size: 26px
}

#ow-widget .ow-panel {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 360px;
    max-width: calc(100% - 40px);
    background: #12131a;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .36);
    overflow: hidden;
    display: none
}

#ow-widget.open .ow-panel {
    display: block
}

#ow-widget .ow-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #25D366
}

#ow-widget .ow-header .ow-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #DC2526;
    display: grid;
    place-items: center
}

#ow-widget .ow-header .ow-logo img {
    max-width: 34px;
    height: auto;
    filter: none
}

#ow-widget .ow-header .ow-title {
    flex: 1
}

#ow-widget .ow-header .ow-title .name {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1
}

#ow-widget .ow-header .ow-title .subtitle {
    color: #fff;
    font-size: 13px;
    opacity: .9;
    line-height: 1.2;
    margin-top: 2px
}

#ow-widget .ow-header .ow-title .status {
    color: #eaffea;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px
}

#ow-widget .ow-header .ow-title .status .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block
}

#ow-widget .ow-body {
    padding: 14px
}

#ow-widget .ow-greet {
    background: #1b1d26;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 12px;
    position: relative
}

#ow-widget .ow-greet .msg {
    display: block;
    padding-right: 56px
}

#ow-widget .ow-greet .time {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7)
}

#ow-widget .ow-input {
    display: flex;
    gap: 8px
}

#ow-widget .ow-input input {
    flex: 1;
    background: #1b1d26;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    color: #fff;
    padding: 12px 12px;
    font-size: 14px;
    outline: none
}

#ow-widget .ow-input button {
    background: #25D366;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 0 16px;
    min-width: 110px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px
}

#ow-widget .ow-input button i {
    font-size: 18px
}

#ow-widget .ow-footer {
    padding: 10px 12px;
    text-align: center;
    background: #1b1d26;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

#ow-widget .ow-footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600
}

#ow-widget .ow-footer a:hover {
    color: #fff
}

@media(max-width:576px) {
    #ow-widget .ow-panel {
        right: 10px;
        left: 10px;
        bottom: 80px;
        width: auto
    }

    #ow-widget {
        right: 14px;
        bottom: 14px
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .6)
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

#home-hero.banner-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

#home-hero .banner-backgroundimage {
    position: absolute;
    inset: 0;
    z-index: 1
}

#home-hero .banner-backgroundimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.52) contrast(1.1)
}

#home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 85% -120px, rgba(220, 37, 38, .28) 0%, rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, .55) 100%);
    z-index: 2
}

#home-hero .container-fluid {
    position: relative;
    z-index: 3
}

#home-hero .row {
    min-height: 100vh;
    align-items: center
}

#home-hero .owl-carousel,
#home-hero .item,
#home-hero .banner_content {
    height: 100%
}

#home-hero .banner_content .content {
    max-width: 780px
}

#home-hero .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .06)
}

#home-hero .cta-btn:hover {
    background: rgba(255, 255, 255, .14)
}

#home-hero .owl-dots {
    position: absolute;
    left: 24px;
    bottom: 28px;
    z-index: 4
}

#home-hero .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .6)
}

#home-hero .owl-dots .owl-dot.active span {
    background: #fff
}

#home-hero .owl-nav {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    gap: 10px;
    z-index: 4
}

#home-hero .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff
}

#home-hero .owl-nav button:hover {
    background: rgba(255, 255, 255, .24)
}

#home-hero .hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none
}

#home-hero .hero-scroll i {
    animation: downbounce 1.6s infinite
}

@keyframes downbounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(0)
    }
}

html {
    scroll-behavior: smooth
}

.banner_outer .light-image {
    z-index: 10001;
    pointer-events: none
}

.banner_outer .light-image {
    opacity: 1;
    transition: opacity .32s ease
}

.banner_outer.scrolled .light-image {
    opacity: 1
}

.banner_outer.scrolled .header {
    background: rgba(220, 37, 38, .72);
    backdrop-filter: blur(4px)
}

/* Make header overlay the hero so hero fully fits viewport */
.banner_outer .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10010
}

#nx-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden
}

#nx-hero .nx-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1
}

#nx-hero .nx-hero-slides,
#nx-hero .nx-slide {
    width: 100%;
    height: 100%
}

#nx-hero .owl-stage-outer,
#nx-hero .owl-stage,
#nx-hero .owl-item {
    height: 100%
}

#nx-hero .nx-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(.62) contrast(1.1);
    transition: transform 0.5s ease;
}

#nx-hero .owl-item.active .nx-slide {
    animation: kenBurns 24s linear infinite alternate;
}

@keyframes kenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

#nx-hero .nx-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 85% -120px, rgba(220, 37, 38, .22) 0%, rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, .6) 100%);
    z-index: 2;
    pointer-events: none
}

#nx-hero .container {
    position: relative;
    z-index: 3;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center
}

#nx-hero .nx-content {
    max-width: 900px
}

#nx-hero .owl-dots {
    position: absolute;
    left: 24px;
    bottom: 28px;
    display: flex;
    gap: 10px;
    z-index: 4
}

#nx-hero .owl-dots .owl-dot {
    display: grid;
    place-items: center
}

#nx-hero .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    transition: all .25s ease
}

#nx-hero .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, .6);
    transform: scale(1.1)
}

#nx-hero .owl-dots .owl-dot.active span {
    width: 24px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4e8c1 0%, #d4af37 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .25), 0 6px 16px rgba(0, 0, 0, .35)
}

#nx-hero .nx-content h1 {
    font-size: clamp(50px, 7vw, 80px);
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
    letter-spacing: -1.5px;
    font-weight: 700;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

#nx-hero .nx-content h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

#nx-hero .nx-content p {
    font-size: 22px;
    line-height: 34px;
    opacity: 0;
    margin-bottom: 32px;
    color: #f0f0f0;
    max-width: 700px;
    font-weight: 400;
    letter-spacing: 0.5px;
    animation: fadeInUp 1s ease-out 0.6s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#nx-hero .nx-content p.nx-sub-animate {
    animation: nxSubtitleIn .6s cubic-bezier(.22, .61, .36, 1) both;
    will-change: opacity, transform, filter
}

@keyframes nxSubtitleIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
        filter: blur(3px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0)
    }
}

#nx-hero .nx-cta {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.9s forwards;
}

#nx-hero .nx-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#nx-hero .nx-btn.primary {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

#nx-hero .nx-btn.primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
    background: #f0f0f0;
}

#nx-hero .nx-btn.ghost {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#nx-hero .nx-btn.ghost:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

#nx-hero .nx-btn i {
    font-size: 18px;
}

#nx-hero .nx-btn.primary i {
    color: #000000;
}

#nx-hero .nx-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

#nx-hero .owl-dots {
    position: absolute;
    left: 24px;
    bottom: 28px;
    z-index: 4
}

#nx-hero .owl-dots .owl-dot {
    cursor: pointer
}

#nx-hero .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease
}

#nx-hero .owl-dots .owl-dot:hover span {
    transform: scale(1.1);
    background: rgba(255, 255, 255, .6)
}

#nx-hero .owl-dots .owl-dot.active span {
    width: 24px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4e8c1 0%, #d4af37 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .25), 0 6px 16px rgba(0, 0, 0, .35)
}

#nx-hero .owl-nav {
    display: none
}

#nx-hero .owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(4px);
    transition: transform .2s ease, background .2s
}

/* Awards Website Hero Styling - Scoped to About Page */
.about-awards-hero {
    position: relative;
    background-image: url(../images/interior.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 180px 0 140px;
    overflow: hidden;
}

/* Dark overlay for text readability */
.about-awards-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.about-awards-hero .container-fluid {
    position: relative;
    z-index: 2;
}

/* Typography - Pure White & Premium */
.about-awards-hero .banner_content h1 {
    color: #ffffff !important;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 64px;
    line-height: 1.1;
    opacity: 0;
    animation: fadeUp 1s ease forwards 0.2s;
}

.about-awards-hero .banner_content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 550px;
    opacity: 0;
    animation: fadeUp 1s ease forwards 0.4s;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 24px;
}

/* Breadcrumbs - White & Glassmorphism */
.about-awards-hero .banner_content .box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    animation: fadeUp 1s ease forwards 0.6s;
}

.about-awards-hero .banner_content .box a,
.about-awards-hero .banner_content .box span,
.about-awards-hero .banner_content .box .dash {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.about-awards-hero .banner_content .box a:hover {
    opacity: 0.8;
}

.about-awards-hero .banner_content .box .box_span {
    color: #dc2526 !important;
}

/* Hero Image - Award Winning Look */
.about-awards-hero .sub-bannerimage {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    animation: fadeInRight 1.2s ease forwards 0.4s;
}

.about-awards-hero .sub-bannerimage:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.about-awards-hero .sub-bannerimage img {
    transition: transform 1.2s ease;
    width: 100%;
    display: block;
    filter: contrast(1.1);
}

.about-awards-hero .sub-bannerimage:hover img {
    transform: scale(1.08);
}

/* Scroll Down Indicator - Modern & Minimal */
.about-awards-hero .scroll-down-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    opacity: 0;
    animation: fadeIn 1s ease forwards 1s;
}

.about-awards-hero .scroll-down-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-awards-hero .scroll-down-btn:hover {
    color: #ffffff;
}

.about-awards-hero .scroll-down-btn .text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 12px;
    font-weight: 600;
}

.about-awards-hero .scroll-down-btn .arrow {
    font-size: 16px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.about-awards-hero .scroll-down-btn:hover .arrow {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) perspective(1000px) rotateY(-5deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) perspective(1000px) rotateY(-5deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-6px);
    }

    60% {
        transform: translateY(-3px);
    }
}

/* Corner accents - Refined */
.about-awards-hero .sub-bannerimage .corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 5;
}

.about-awards-hero .sub-bannerimage:hover .corner {
    opacity: 1;
    width: 30px;
    height: 30px;
}

.about-awards-hero .sub-bannerimage .corner-tl {
    top: 15px;
    left: 15px;
    border-right: 0;
    border-bottom: 0;
}

.about-awards-hero .sub-bannerimage .corner-tr {
    top: 15px;
    right: 15px;
    border-left: 0;
    border-bottom: 0;
}

.about-awards-hero .sub-bannerimage .corner-bl {
    bottom: 15px;
    left: 15px;
    border-right: 0;
    border-top: 0;
}

.about-awards-hero .sub-bannerimage .corner-br {
    bottom: 15px;
    right: 15px;
    border-left: 0;
    border-top: 0;
}

/* Mobile Responsiveness for About Awards Hero */
@media (max-width: 991px) {
    .about-awards-hero {
        padding: 120px 0 80px;
        text-align: center;
    }

    .about-awards-hero .row {
        display: flex;
        flex-direction: column;
    }

    /* Reorder: Image first, then Text */
    .about-awards-hero .banner-column {
        order: 2;
        margin-top: 40px;
    }

    .about-awards-hero .col-lg-7 {
        order: 1;
    }

    .about-awards-hero .banner_content h1 {
        font-size: 42px;
        margin-bottom: 16px;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    }

    .about-awards-hero .banner_content p {
        margin: 0 auto 24px;
        border-left: none;
        padding-left: 0;
        font-size: 16px;
        line-height: 28px;
        max-width: 90%;
    }

    .about-awards-hero .banner_content .box {
        margin-bottom: 0;
        background: rgba(255, 255, 255, 0.15);
        padding: 8px 20px;
    }

    .about-awards-hero .sub-bannerimage {
        max-width: 90%;
        margin: 0 auto;
        transform: none !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        border-radius: 12px;
    }

    .about-awards-hero .sub-bannerimage .corner {
        display: none;
        /* Hide corners on mobile for cleaner look */
    }
}

@media (max-width: 576px) {
    .about-awards-hero {
        padding: 110px 0 60px;
    }

    .about-awards-hero .banner_content h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-awards-hero .sub-bannerimage {
        max-width: 100%;
        border-radius: 8px;
    }

    .about-awards-hero .scroll-down-wrapper {
        bottom: 15px;
        opacity: 0.8;
    }

    .about-awards-hero .scroll-down-btn .arrow {
        width: 36px;
        height: 36px;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.1);
    }
}

#nx-hero .owl-nav button:hover {
    background: rgba(255, 255, 255, .24);
    transform: translateY(-1px)
}

#nx-hero .owl-nav button i {
    font-size: 16px
}

/* Modern Advanced Scroll Down Button */
#nx-hero .nx-scroll {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    padding: 14px 20px;
    border-radius: 999px;
    text-decoration: none;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    overflow: hidden;
}

#nx-hero .nx-scroll::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s ease;
}

#nx-hero .nx-scroll:hover {
    transform: translateX(-50%) translateY(-4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.25);
}

#nx-hero .nx-scroll:hover::before {
    left: 100%;
}

#nx-hero .nx-scroll i {
    font-size: 16px;
    animation: advancedBounce 2s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

#nx-hero .nx-scroll span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

#nx-hero .nx-scroll:hover span {
    transform: translateY(-1px);
}

@keyframes advancedBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) scale(1);
    }

    40% {
        transform: translateY(-8px) scale(1.1);
    }

    60% {
        transform: translateY(-4px) scale(1.05);
    }
}

/* Pulse animation for the entire button */
#nx-hero .nx-scroll::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulseRing 3s infinite ease-out;
}

@keyframes pulseRing {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}

/* Mobile Responsive Design */
@media(max-width:991px) {
    #nx-hero .nx-scroll {
        bottom: 24px;
        padding: 12px 18px;
        font-size: 13px;
        gap: 10px;
    }

    #nx-hero .nx-scroll i {
        font-size: 14px;
    }
}

@media(max-width:576px) {
    #nx-hero .nx-scroll {
        bottom: 20px;
        padding: 10px 16px;
        font-size: 12px;
        gap: 8px;
        backdrop-filter: blur(8px);
    }

    #nx-hero .nx-scroll i {
        font-size: 12px;
    }

    #nx-hero .nx-scroll span {
        display: none;
    }

    @keyframes pulseRing {
        0% {
            width: 0;
            height: 0;
            opacity: 1;
        }

        100% {
            width: 80px;
            height: 80px;
            opacity: 0;
        }
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    #nx-hero .nx-scroll {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 100%);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    #nx-hero .nx-scroll:hover {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
}

@media(max-width:991px) {
    #nx-hero .nx-content h1 {
        font-size: clamp(32px, 5.5vw, 46px)
    }

    #nx-hero .nx-content p {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%
    }

    #nx-hero .nx-cta {
        flex-wrap: wrap
    }
}

@media(max-width:576px) {
    #nx-hero .nx-content h1 {
        font-size: clamp(24px, 6.5vw, 34px)
    }

    #nx-hero .nx-content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px
    }

    #nx-hero .nx-cta {
        gap: 10px;
        margin-top: 8px
    }

    #nx-hero .nx-cta .nx-btn {
        padding: 8px 12px
    }

    #nx-hero .owl-dots {
        left: 12px;
        bottom: 12px
    }
}

#nx-hero .nx-content .typing-target {
    position: relative;
    display: inline-block;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #ffffff;
    -webkit-text-stroke: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .25)
}

#nx-hero .nx-content .typing-target::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.05em;
    background: #ffffff;
    margin-left: 4px;
    transform: translateY(2px);
    animation: nxCaretBlink 1.1s infinite
}

#nx-hero .nx-content .typing-target.cursor-off::after {
    display: none;
    opacity: 0;
    animation: none
}

@keyframes nxCaretBlink {

    0%,
    49% {
        opacity: 1
    }

    50%,
    100% {
        opacity: 0
    }
}

@media(min-width:1200px) {
    #nx-hero .nx-content {
        margin-left: 280px;
    }
}

/* Interior Concepts video carousel */
#nx-hero,
.banner_outer .navbar {
    --e-global-color-accent: #ffffff;
}

#nx-hero .owl-dots .owl-dot.active span {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .25), 0 6px 16px rgba(0, 0, 0, .35);
}

#nx-hero .nx-content h1::after {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .18), 0 6px 16px rgba(0, 0, 0, .28);
}

#nx-hero .nx-btn.primary {
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, .45);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35), 0 0 0 2px rgba(255, 255, 255, .25) inset;
}

#nx-hero .nx-btn.primary i {
    color: #1a1a1a;
}

/* navbar contact arrow: force black arrow for visibility on white background */
.banner_outer .navbar .contact-button .arrow {
    border: 1px solid #ffffff;
    background: transparent;
}

.banner_outer .navbar .contact-button .arrow img {
    filter: brightness(0) invert(1);
}

.banner_outer .navbar .contact-button:hover .arrow {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.banner_outer .navbar .contact-button:hover .arrow img {
    filter: brightness(0);
}

.persian-carpets-section {
    --e-global-color-accent: #ffffff;
}

.persian-carpets-section .persian_content h6 {
    color: #ffffff;
}

.persian-carpets-section .persian_content h6::before,
.persian-carpets-section .persian_content h6::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.persian-carpets-section .persian-frame {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(255, 255, 255, 0.18);
}

.persian-unified-btn {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.persian-unified-btn::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.persian-unified-btn:hover {
    box-shadow: 0 25px 50px rgba(255, 255, 255, 0.35), 0 15px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.persian-unified-btn .btn-text {
    color: #1a1a1a;
}

.persian-unified-btn .btn-arrow {
    border: 1px solid #dc2526;
    background: #dc2526;
}

.persian-unified-btn .btn-arrow img {
    filter: brightness(0);
}

.persian-unified-btn:hover .btn-arrow {
    background: #dc2526;
    transform: scale(1.1) translateX(2px);
}

.persian-unified-btn:hover .btn-arrow img {
    filter: brightness(0);
    transform: translateX(4px);
}

.turkish-carpets-section {
    --e-global-color-accent: #ffffff;
}

.turkish_content h6 {
    color: #ffffff;
}

.turkish-frame {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(255, 255, 255, 0.18);
}

.turkish-unified-btn {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.turkish-unified-btn::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.turkish-unified-btn:hover {
    box-shadow: 0 25px 50px rgba(255, 255, 255, 0.35), 0 15px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.turkish-unified-btn .btn-text {
    color: #1a1a1a;
}

.turkish-unified-btn .btn-arrow {
    border: 1px solid #dc2526;
    background: #dc2526;
}

.turkish-unified-btn .btn-arrow img {
    filter: brightness(0);
}

.turkish-unified-btn:hover .btn-arrow {
    background: #dc2526;
    transform: scale(1.1) translateX(2px);
}

.turkish-unified-btn:hover .btn-arrow img {
    filter: brightness(0);
    transform: translateX(4px);
}

.egyptian-carpets-section {
    --e-global-color-accent: #ffffff;
}

.egyptian_content h6 {
    color: #ffffff;
}

.egyptian-frame {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(255, 255, 255, 0.18);
}

.egyptian-unified-btn {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.egyptian-unified-btn::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.egyptian-unified-btn:hover {
    box-shadow: 0 25px 50px rgba(255, 255, 255, 0.35), 0 15px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.egyptian-unified-btn .btn-text {
    color: #1a1a1a;
}

.egyptian-unified-btn .btn-arrow {
    border: 1px solid #dc2526;
    background: #dc2526;
}

.egyptian-unified-btn .btn-arrow img {
    filter: brightness(0);
}

.egyptian-unified-btn:hover .btn-arrow {
    background: #dc2526;
    transform: scale(1.1) translateX(2px);
}

.egyptian-unified-btn:hover .btn-arrow img {
    filter: brightness(0);
    transform: translateX(4px);
}

/* Our Furniture Collection: switch gold accents to white and align button styling */
.recentwork-section {
    --e-global-color-accent: #ffffff;
}

.recentwork-section .recentwork_content h6 {
    color: #ffffff;
}

.recentwork-section .recentwork_content h2::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.recentwork-section .furniture-intro::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.recentwork-section .furniture-card h5 {
    border-left: 2px solid #ffffff;
}

.recentwork-section .furniture-list li::before {
    background: #ffffff;
}

.recentwork-section .furniture-info .col-xl-5+.col-xl-5::before,
.recentwork-section .furniture-info .col-lg-6+.col-lg-6::before {
    background: linear-gradient(180deg, transparent, #ffffff, transparent);
}

.recentwork-section .owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
}

.recentwork-section .owl-carousel .owl-dots .owl-dot:hover span,
.recentwork-section .owl-carousel .owl-dots .owl-dot.active span {
    background: #ffffff;
}

/* whiten the decorative line near bulb image */
.banner_outer .social-icons .line img {
    filter: brightness(0) invert(1);
}

/* Interior Concepts section: switch gold accents to white and ensure arrow visibility */
.about-section {
    --e-global-color-accent: #ffffff;
}

.about-section .about_content h6 {
    color: #ffffff;
}

.about-section .about-button .arrow {
    border: 1px solid #ffffff;
}

.about-section .about-button:hover .arrow {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.about-section .about-button .arrow img {
    filter: brightness(0) invert(1);
}

.about-section .about-button:hover .arrow img {
    filter: brightness(0);
}

#nx-hero .nx-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
}

.about-video-carousel {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28)
}

.about-video-item {
    position: relative
}

.about-video {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter: contrast(1.05) saturate(1.05);
    position: relative;
    z-index: 1
}

.about-section .about_wrapper .about-video-carousel.about-left {
    position: absolute;
    top: -4px;
    left: -140px;

    width: 340px;
    height: 540px;
}

/* Furnishing Section - White Color Overrides */
.furnishing-section .furnishing_content h6 {
    color: #ffffff !important;
}

.furnishing-section .furnishing_content h6::before,
.furnishing-section .furnishing_content h6::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent) !important;
}

.furnishing-section .furnishing_content h2::after {
    background: linear-gradient(90deg, #ffffff, transparent) !important;
    box-shadow: 0 1px 4px rgba(255, 255, 255, 0.25) !important;
}

.furnishing-section .furnishing-list li::before {
    background: #ffffff !important;
}

.furnishing-section .furnishing-list li:hover {
    color: #ffffff !important;
}

.furnishing-section .video-play {
    border-color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(255, 255, 255, 0.12) !important;
}

.furnishing-section .video-play:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32), 0 0 0 8px rgba(255, 255, 255, 0.18) !important;
}

.furnishing-section .video-play .play-icon {
    border-left-color: #ffffff !important;
}

.furnishing-section .video-box::before {
    border-color: #ffffff !important;
}

/* Modern Advanced Product Portfolio */
.process-section {
    position: relative;
    overflow: hidden;
}

/* Remove the main container card look for a cleaner layout */
.process-section .portfolio-box {
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 1000px;
    margin: 0 auto;
}

/* Typography - Ultra Premium White */
.process-section .process_content h6 {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.process-section .process_content h6::before,
.process-section .process_content h6::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #ffffff;
    opacity: 0.6;
}

.process-section .process_content h2 {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-section .process-intro {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 60px;
    font-weight: 300;
}

/* Advanced Grid Layout */
.process-section .portfolio-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
}

/* Sleek Interactive Cards */
.process-section .portfolio-list li {
    position: relative;
    list-style: none;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    cursor: default;
}

/* Hover Effect: Premium Glass Glow */
.process-section .portfolio-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
}

/* Custom Icon/Arrow Removed */
.process-section .portfolio-list li::after {
    content: none;
}

/* Why Choose Section - White Theme Overrides */
.choose-section .choose_content h6 {
    color: #ffffff !important;
    letter-spacing: 3px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.choose-section .choose_content h6::before,
.choose-section .choose_content h6::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent) !important;
}

.choose-section .choose_content h2 {
    color: #ffffff !important;
}

.choose-section .choose-icon {
    border-color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(255, 255, 255, 0.12) !important;
}

.choose-section .choose-icon i {
    color: #ffffff !important;
}

.choose-section .choose-info {
    border-top-color: rgba(255, 255, 255, 0.25) !important;
}

.choose-section .choose-card:hover .choose-icon {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Our Clients Section - White Theme Overrides */
.partner-section .partner_content h6 {
    color: #ffffff !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
    position: relative;
    display: inline-block;
}

.partner-section .partner_content h6::before,
.partner-section .partner_content h6::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent) !important;
}

.partner-section .partner_content h2 {
    color: #ffffff !important;
}

.partner-section .partner-panel {
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 2px rgba(255, 255, 255, 0.1) !important;
}

.partner-section .partner-list li::before {
    background: #ffffff !important;
}

.partner-section .partner-list li:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Remove old bullet */
.process-section .portfolio-list li::before {
    display: none;
}

/* Footer Text */
.process-section .portfolio-box p.mt-3 {
    margin-top: 50px !important;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 12px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .process-section .portfolio-list {
        grid-template-columns: 1fr;
    }

    .process-section .process_content h2 {
        font-size: 32px;
    }

    .process-section .portfolio-list li {
        padding: 20px;
        font-size: 16px;
    }
}

.about-section .about_wrapper .about-video-carousel.about-left .owl-stage-outer {
    overflow: hidden
}

.about-section .about_wrapper .about-video-carousel.about-left .owl-item {
    padding: 0 !important;
    margin: 0 !important
}

.about-section .about_wrapper .about-video-carousel.about-left .about-video {
    object-fit: cover;
    object-position: center
}

.about-section .about_wrapper .about-video-carousel.about-left .about-video {
    width: 100%;
    height: 100%
}

.about-video-item {
    height: 100%
}

.about-video-carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 8px, rgba(212, 175, 55, 0.25) 8px 16px, rgba(0, 0, 0, 0.28) 16px 24px);
    transform: translateX(-120%)
}

.about-video-carousel.curtain-leave::before {
    opacity: 1;
    animation: curtainLeave .6s cubic-bezier(.22, .61, .36, 1) forwards
}

.about-video-carousel.curtain-enter::before {
    opacity: 1;
    animation: curtainEnter .5s cubic-bezier(.22, .61, .36, 1) forwards
}

@keyframes curtainLeave {
    from {
        transform: translateX(-120%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes curtainEnter {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(120%);
        opacity: 0
    }
}

.about-video-item.video-out .about-video {
    animation: vidOut .35s ease forwards
}

@keyframes vidOut {
    to {
        opacity: 0;
        filter: blur(2px);
        transform: scale(.98)
    }
}

.about-video-item.video-in .about-video {
    animation: vidIn .45s ease forwards
}

@keyframes vidIn {
    from {
        opacity: 0;
        filter: blur(2px);
        transform: scale(1.02)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1)
    }
}

.about-video-carousel .owl-dots {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 6px;
    z-index: 2
}

.about-video-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2);
    transition: transform .2s ease, background .2s ease
}

.about-video-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(1.15)
}

.about-video-carousel .owl-nav {
    display: none
}

@media(max-width:991px) {
    .about-video {
        height: 220px;
    }
}

@media(max-width:991px) {
    .about-section .about_wrapper .about-video-carousel.about-left {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }
}

@media(max-width:1199px) {
    .about-section .about_wrapper .about-video-carousel.about-left {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 420px
    }
}

@media(max-width:991px) {
    .about-section .about_wrapper .about-video-carousel.about-left .about-video {
        height: auto;
        object-fit: contain
    }

    .about-section .badge {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 11;
        --badge-size: 88px;
    }
}

@media(max-width:991px) {
    .about-video {
        height: auto;
        object-fit: contain
    }

    .about-video-item {
        height: auto
    }
}

@media(max-width:1199px) {
    .about-section .badge {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 11;
        --badge-size: 110px;
    }
}

.process-section {
    --e-global-color-accent: #ffffff;
}

.process-section .process_content h6 {
    color: #ffffff;
}

.process-section .box-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.process-section .box-content:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.process-section .box-content .icon i {
    border-color: #ffffff;
    color: #ffffff;
}

.process-section .box-content:hover .icon img {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

/* Branch Network section: switch gold accents to white */
.work-section .work_content h6 {
    color: #ffffff;
}

.work-section .work_content h2::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.work-section .branches-list li:hover {
    color: #ffffff;
}

.work-section .branches-list .branch-icon {
    color: #ffffff;
}

.work-section .branches-list li:hover .branch-icon {
    color: #ffffff;
}

.work-section .work_wrapper .work-image::after {
    border-color: rgba(255, 255, 255, 0.35);
}

.work-section .work_wrapper .work-image:hover::after {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/* Journey section Call Us button: white background with black arrow */
.journey-section .journey-button .arrow {
    background: #ffffff;
    border-color: #ffffff;
}

.journey-section .journey-button .arrow img {
    filter: brightness(0);
}

.journey-section .journey-button:hover .arrow {
    background: #ffffff;
    border-color: #ffffff;
}

.journey-section .journey-button:hover .arrow img {
    filter: brightness(0);
}

.journey-section .journey-button:hover .get_started {
    color: #ffffff;
}

/* Footer section: replace gold with white and black arrows */
.footer-section .footer-button .arrow {
    background: #ffffff;
    border-color: #ffffff;
}

.footer-section .footer-button .arrow img {
    filter: brightness(0);
}

.footer-section .footer-button:hover .arrow {
    background: transparent;
    border-color: #ffffff;
}

.footer-section .footer-button:hover .arrow img {
    filter: brightness(0);
}

.footer-section .footer-button:hover .get_started {
    color: #ffffff;
}

.footer-section .footer-branches .branch-icon {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.footer-section .middle-portion .info button {
    color: #ffffff;
}

.footer-section .middle-portion .info .text:hover .circle {
    background: #ffffff;
}

.footer-section .middle-portion .info .social-icons ul li .social-networks:hover {
    color: #ffffff;
}

/* Additional footer icon overrides for gold elements */
.footer-section .middle-portion .links .lower-content .icon img {
    filter: brightness(0) invert(1);
    /* Convert any colored icons to white */
}

.footer-section .middle-portion .links .lower-content .icon3 img {
    filter: brightness(0) invert(1);
    /* Convert any colored icons to white */
}

/* Sub-banner navigation styling to match index page */
.sub-banner .navbar {
    --e-global-color-accent: #ffffff;
}

.sub-banner .navbar .nav-link {
    color: #ffffff;
}

.sub-banner .navbar .nav-link:hover {
    color: #ffffff;
}

.sub-banner .navbar .dropdown-toggle {
    color: #ffffff;
}

.sub-banner .navbar .contact-button .contact_us {
    color: #ffffff;
}

.sub-banner .navbar .contact-button .arrow {
    border: 1px solid #ffffff;
    background: transparent;
}

.sub-banner .navbar .contact-button .arrow img {
    filter: brightness(0) invert(1);
}

.sub-banner .navbar .contact-button:hover .arrow {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.sub-banner .navbar .contact-button:hover .arrow img {
    filter: brightness(0);
}

/* Dropdown background color change to white with red hover text */
.sub-banner .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.sub-banner .dropdown-item {
    color: #000000;
}

.sub-banner .dropdown-item:hover {
    background-color: rgba(220, 37, 38, 0.1);
    color: #dc2526;
}