:root {
    --PrimaryColor: #181818;
    --SecondColor: #BC9565;
    --Color1: #666666;
    --WhiteColor: #fff;
    --BlackColor: #000;
    --LatoFont: "Lato", sans-serif;
    --TransitionAll: all 0.3s ease;
}


/*-------------------- Common CSS End --------------------*/
.tab-portfolio-filter .elementor-gallery-title.elementor-item-active {
    background-color: var(--PrimaryColor);
}

.tab-portfolio-filter .elementor-gallery-title {
    padding: 14px 20px;
}

.breadcrumb-wrap .elementor-icon-list-items {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    justify-content: flex-start !important;
    overflow: auto;
    padding-bottom: 6px !important;
}

.breadcrumb-wrap .elementor-icon-list-icon {
    transform: rotate(100deg);
    width: 16px;
    height: 16px;
}

.breadcrumb-wrap .elementor-icon-list-icon svg {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.breadcrumb-wrap .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: calc(20px/2) !important;
}

.breadcrumb-wrap.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 15px !important;
}

.video-btn-wrap .ekit-video-popup-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}


/********************** Project Gallery Css ****************************/

.pgf-wrap .filter-nav {
    list-style: none;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.pgf-wrap .tab-btn {
    font-family: 'Heebo';
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 14px;
    color: #181818;
    background-color: transparent;
    letter-spacing: 1.2px;
    padding: 14px 20px 14px 20px;
    cursor: pointer;
    transition: color 0.3s;
    border: unset;
}

.pgf-wrap .tab-btn.active {
    background-color: #181818;
    color: #FFFFFF;
}

.pgf-wrap .masonry-grid {
    column-count: 3;
    opacity: 1;
    gap: 0;
    transition: opacity 0.3s ease-in-out;
}

.pgf-wrap .grid-item {
    break-inside: avoid;
    display: block;
}

.pgf-wrap .masonry-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.pgf-wrap .grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.pgf-wrap .masonry-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pgf-wrap .masonry-content img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.pgf-wrap .masonry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1818189C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20% 20% 20% 20%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pgf-wrap .overlay-text {
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.pgf-wrap .overlay-text h3.title {
    color: #fff;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pgf-wrap .overlay-text .item-content {
    font-family: 'Heebo';
    color: #FFFFFF8C;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
}

.pgf-wrap .masonry-content:hover img {
    transform: scale(1.05);
}

.pgf-wrap .masonry-content:hover .masonry-overlay {
    opacity: 1;
}

.pgf-wrap .masonry-content:hover .overlay-text {
    transform: translateY(0);
}

.blog-category-cols h5,
.blog-tag-cols h5 {
    display: none;
}

.blog-category-cols ul {
    list-style: none;
    padding-left: 0;
    line-height: 30px;
}

.blog-category-cols ul li {
    position: relative;
    padding-left: 20px;
}

.blog-category-cols ul li::before {
    content: "❯";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-category-cols ul li a {
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 300;
    color: #181818;
}

.blog-category-cols ul li a:hover {
    color: #BC9565;
}

.blog-tag-cols .tagcloud {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.blog-tag-cols .tagcloud a {
    font-family: 'Heebo';
    font-size: 16px !important;
    font-weight: 300;
    color: #181818;
    margin: 3px;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
}

.blog-blockqote blockquote {
    position: relative;
}

.blog-blockqote .elementor-blockquote::before {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 10px;
    width: 120px;
    height: 120px;
    opacity: 0.07;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath fill='%23222' d='M24 7H8a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h1v4a1 1 0 0 0 1.61.79L16.77 23H24a3 3 0 0 0 3-3V10a3 3 0 0 0-3-3Zm1 13a1 1 0 0 1-1 1h-7.57a1 1 0 0 0-.61.21L11 25v-3a1 1 0 0 0-1-1H8a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1Z'/%3E%3Cpath fill='%23222' d='M11 14h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2zm10 2H11a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2z'/%3E%3C/g%3E%3C/svg%3E");

}

.blog-blockqote blockquote cite {
    position: relative;
    display: inline-block;
    padding-left: 60px;
}

.blog-blockqote blockquote .elementor-blockquote__author::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: #BC9565;
    color: #BC9565;
}

.blog-items .elementor-widget-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-items .elementor-widget-image a {
    position: relative;
    padding-top: 66.7%;
    display: block;
}

.blog-inner-row {
    transform: translateY(-50px);
    transition: all .3s ease-in-out;
    margin-bottom: -50px !important;
}

.blog-items:hover .blog-inner-row {
    transform: translateY(calc(-100% - 25px));
}

.blog-search-bar .e-search-label .icon {
    right: 16px;
    left: unset;
}

.blog-search-bar .e-search-input {
    padding-left: 19px !important;
}

.blog-search-bar .e-search-label {
    order: 2;
}

.header-menu-wrap .ekit-nav-menu--overlay {
    background-color: unset !important;
}

.tab-portfolio-filter .elementor-gallery__titles-container {
    gap: 10px 0;
}

.our-team-section .elementor-widget-elementskit-team .ekit-team-social-list a .icon {
    line-height: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .header-menu-wrap .elementskit-navbar-nav .menu-item .elementskit-submenu-indicator {
        border-color: #eaeaeb !important;
        color: #181818 !important;
        fill: #181818 !important;
    }

    .header-menu-wrap .elementskit-navbar-nav .menu-item .ekit-menu-nav-link {
        justify-content: space-between;
    }

    .header-menu-wrap .elementskit-navbar-nav .menu-item .elementskit-dropdown {
        box-shadow: none !important;
        padding: 0px 15px 15px 20px !important;
    }
}

@media (max-width: 767px) {
    .pgf-wrap .filter-nav {
        flex-flow: row wrap;
        padding: 0 15px;
    }

    .pgf-wrap .masonry-grid {
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .blog-blockqote .elementor-blockquote::before {
        bottom: 50px;
    }
}