/*body {*/
/*    background: black;*/
/*}*/
/* Home page Hero banner style sytart by sk  */
.infinite-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.infinite-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    pointer-events: none;
    z-index: 1;
}

.slide-track {
    display: flex;
    will-change: transform;
    position: relative;
    z-index: 0;
}

.slide {
    position: relative;
    width: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

#hero-sec-new .elementor-widget-html {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1;
}



/*inner pages breadcrum style*/
.breadcrum_main span a {
    color: #ffffff7d;
    font-family: "Archivo", Sans-serif;
}

.breadcrum_main span.breadcrumb_last {
    color: white;
    font-family: "Archivo", Sans-serif;
}

/* Blog page View More Post Section Style Start */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.grid-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
    padding: 20px 20px 80px 20px;
}

.post_content_box {
    padding-top: 10px;
}

.featured-wrap {
    position: relative;
}

.featured-wrap img {
    width: 100%;
    height: 280px !important;
    object-fit: cover;
    object-position: center;
}

.post-category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px 6px 11px;
    border-radius: 15px 15px 15px 15px;
    background: white;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
}

.meta-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0px 0 15px 0px;
    justify-content: start;
}

h3.post-title {
    text-transform: capitalize;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #30364F;
}

h3.post-title a {
    color: #30364F;
}

.category_meta span,
.post-date {
    font-family: "Archivo", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #51596C;
    text-transform: uppercase;
}

.post-excerpt {
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    line-height: 1.4em;
}

.seprator_bullet {
    background: #BDC5D1;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.category_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

button#load-more-posts:hover {
    background: #212121;
}

.read_more_btn {
    margin-top: 35px;
    text-align: center;
}

button#load-more-posts {
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px 12px 20px;
    color: #323232;
    border-color: #00221c40;
    border-radius: 6px;
    background: white;
}

button#load-more-posts:hover {
    background: white;
    color: #323232;
}

button#load-more-posts svg {
    margin-left: 5px;
    width: 10px;
}

.post-title {
    margin: 10px 0;
}

/* Recent Post Sec Blog Page Style  */
.recent_post_sec .e-loop-item,
.featured_post_sec .e-loop-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

span.elementor-post-info__item-prefix {
    color: #BDC5D1;
    margin-right: 2px;
    font-size: 10px;
}

/* Single post Page Recent Post sidebar Style  */

.recent_post_sidebar_slider .grid-item-horizontal {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 20px;
    gap: 0px 20px;
}

.recent_post_sidebar_slider .post_content_box {
    width: 60%;
    padding: 0px;
}

.recent_post_sidebar_slider .featured-wrap {
    width: 40%;
}

.recent_post_sidebar_slider .featured-wrap img {
    height: 150px !important;
    border-radius: 9px;
}

.recent_post_sidebar_slider .category_meta {
    justify-content: start;
    gap: 0px 10px;
}

.recent_post_sidebar_slider .category_meta span {
    background: #DFF1F0;
    padding: 2px 8px;
    text-transform: capitalize;
    font-family: "Archivo", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
    border-radius: 5px;
}

.recent_post_sidebar_slider h3.post-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.recent_post_sidebar_slider .post-meta-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.recent_post_sidebar_slider .author-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}

.recent_post_sidebar_slider .post-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    font-weight: 400;
}

.recent_post_sidebar_slider .author-avatar span.author-name {
    font-family: "Archivo", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #51596C;
    text-transform: uppercase;
}

.recent_post_sidebar_slider span.sep {
    color: #999999;
    margin-top: -5px;
}

.recent_post_sidebar_slider .slider-dots ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0px 10px;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

.recent_post_sidebar_slider .slider-dots ul li {
    list-style: none;
}


.recent_post_sidebar_slider .slider-dots ul li span.recent_post_bullets {
    background: #C4D1D1;
    height: 10px;
    width: 20px;
    display: block;
    border-radius: 5px;
    transition: all 1s;
}

.recent_post_sidebar_slider .slider-dots ul li.slick-active span.recent_post_bullets {
    width: 30px;
    transition: all 1s;
    background: #00AAA1;
}

.post_main_content p {
    color: #666666;
    font-size: 16px;
    font-family: "Archivo", Sans-serif;
    margin-bottom: 30px;
}

.post_main_content p a {
    color: #00AAA1;
}

.post_main_content ul {
    margin-bottom: 25px;
}

.post_main_content ul li {
    margin-bottom: 10px;
}

.post_main_content ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.post_main_content p img,
.post_main_content img {
    width: 100%;
    border-radius: 10px;
}

.post_main_content p:has(img:nth-child(2)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post_main_content p:has(img:nth-child(2)) img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.post_main_content table {
    margin-bottom: 30px;
}

.post_main_content table tr:nth-child(odd) {
    background: white;
}

.post_main_content table tr:nth-child(even) {
    background-color: #F2F8F7;
}

.post_main_content table,
.post_main_content table tr,
.post_main_content table tr td {
    border-color: #e3e3e3;
}

.post_main_content table tbody>tr:nth-child(odd)>th,
.post_main_content table thead>tr:nth-child(odd)>th {
    background: #DFF1F0;
}

.post_main_content table tr th {
    border-color: #F2F8F7;
    text-align: left;
    color: #00AAA1;
    text-transform: capitalize;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-weight: 900;
}

.post_main_content table tr td {
    text-transform: capitalize;
    text-align: left;
    font-family: "Archivo", Sans-serif;
    color: #666666;
}

.post_main_content h2,
.post_main_content h3,
.post_main_content h4,
.post_main_content h5,
.post_main_content h6 {
    color: #333333;
    font-family: "Frank Ruhl Libre", Sans-serif;
}

/* portfolio page gallery tabs section style  */

/* Gallery elementor say bana hua kam style  */
/* .portfolio_page_gallery_sec img {
    height: 331px;
    object-fit: cover;
}

.all_tab_container>.e-con-boxed:not(.load_more_btn_row) {
    display: none;
}

.all_tab_container>.e-con-boxed:not(.load_more_btn_row):nth-child(-n+3) {
    display: flex;
}

.load_more_btn_row {
    display: flex;
} */

/* Gallery dynamic with shortcode style  */
.gallery-tab-titles {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    cursor: pointer;
    padding: 20px 0 65px;
    overflow-x: auto;
    scrollbar-width: none;
	width: 66%;
    margin-left: auto;
}

.tab-link {
    padding: 8px 20px;
    color: #02010166;
    background: #02010100;
    border: 1px solid #02010166;
    font-size: 15px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: "Archivo", Sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

.tab-link.active {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: tabFadeUp 0.6s ease forwards;
}

@keyframes tabFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 331px;
    gap: 20px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.mosaic-item:hover img {
    transform: scale(1.08);
}

.mosaic-item.wide {
    grid-column: span 1;
}

.mosaic-item.wide-right {
    grid-column: 2 / span 2;
}

.mosaic-item.tall {
    grid-row: span 2;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 50px;
}

.load-more-btn {
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    position: relative;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
    background: #9DCAA300;
}

.load-more-btn:hover {
    background: #9DCAA300;
    color: #000000;
}

button.load-more-btn[type=button],
button.load-more-btn[type=submit],
button.load-more-btn {
    background: #9DCAA300;
    color: #000000;
}

.loader-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.load-more-btn.is-loading .loader-spinner {
    display: inline-block;
}

.load-more-btn.is-loading img {
    display: none;
}

.load-more-btn.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.hide-item {
    display: none;
}

.hide-item.is-visible {
    display: block;
}






















/*Reponsive Devices Style Start*/
@media (min-width: 770px) {
    li.get_touch_btn {
        display: none !important;
    }
}

@media (max-width: 1280px) {
	#hero-sec-new h1.elementor-heading-title {
		font-size: 70px;
	}
	.show_portfolio_btn {
		width: 10%;
		min-height: 114px !important;
		gap: 5px 0px;
	}
	.show_portfolio_icon svg {
		height: 15px !important;
	}
	.show_portfolio_text p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 300;
    }
}

@media (max-width: 1024px) {
    .home_section_two .animate_circle_col {
        position: unset !important;
    }
    
    .custom-gallery-tabs-wrapper .gallery-tab-titles {
        width: 100%;
        justify-content: flex-start;
    }

    .home_section_two .camra_long_img_col {
        position: unset !important;
    }

    .circle-container {
        left: 0px !important;
    }

    .grid-item {
        padding-bottom: 40px;
    }

    .portfolio_page_gallery_sec img {
        height: 280px;
    }

}

@media (max-width: 769px) and (min-width: 768px) {
    .custom_header .logo_col {
        width: 20%;
    }

    .custom_header .menu_col {
        width: 80%;
    }

    .custom_header .button_col {
        display: none;
    }

}

@media(max-width: 768px) {

    .slider,
    .infinite-slider {
        height: 100vh;
    }

    .slide img {
        height: 100vh;
        object-fit: cover;
    }

    .slide {
        height: 100%;
    }

    .center-text h1 {
        font-size: 26px;
        padding: 0 20px;
    }

    .infinite-slider::after {
        height: 35%;
    }

    .show_portfolio_btn {
        width: 30%;
    }

    .animate_circle_col .elementor-widget-video {
        left: 15px !important;
        top: 285px !important;
    }

    .animate_circle_col {
        width: 290px;
    }

    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .recent_post_sidebar_slider .post-meta-bottom {
        margin-top: 0px;
    }

    .recent_post_sidebar_slider .post-meta-bottom {
        flex-direction: column;
        align-items: start;
    }

    .recent_post_sidebar_slider span.sep {
        display: none;
    }

    .recent_post_sidebar_slider h3.post-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .recent_post_sidebar_slider .author-avatar span.author-name,
    .recent_post_sidebar_slider .post-date {
        font-size: 12px;
    }

    .recent_post_sidebar_slider .featured-wrap img {
        height: 97px !important;
    }

    .portfolio_page_gallery_sec img {
        height: 200px;
    }

    .mosaic-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
    }

    .mosaic-item.wide,
    .mosaic-item.wide-right {
        grid-column: span 3;
    }
}

@media (max-width: 767px) {

    .custom_header .logo_col,
    .custom_header .menu_col {
        width: 47%;
    }

    .custom_header .button_col {
        display: none;
    }

    .mobile_dropdown_menu nav.elementor-nav-menu--dropdown {
        top: 75px !important;
    }

    .mobile_dropdown_menu nav.elementor-nav-menu--dropdown ul li a {
        padding-left: 35px;
    }

    .post-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .recent_post_sec .elementor-element,
    .recent_post_sec .elementor-element a {
        width: 100%;
    }
	.gallery-tab-titles {
		justify-content: flex-start;
	}

}

@media (max-width: 480px) {
    .mobile_dropdown_menu nav.elementor-nav-menu--dropdown {
        top: 75px !important;
    }

    .show_portfolio_btn {
        width: 44%;
    }

    .animate_circle_col {
        width: 210px;
    }

    .animate_circle_col .elementor-widget-video {
        left: 86px !important;
        top: 55px !important;
    }

    .home_sec_six:after,
    .home_sec_six:before {
        background-size: 60%;
    }

    .featured-wrap img {
        height: 231px !important;
    }

    .portfolio_page_gallery_sec img {
        height: 300px;
    }

    .mosaic-grid {
        grid-auto-rows: 120px;
    }

}

@media (max-width: 375px) {
    .mobile_dropdown_menu nav.elementor-nav-menu--dropdown {
        top: 60px !important;
    }

    .custom_header .logo_col,
    .custom_header .menu_col {
        width: 46%;
    }
}