/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ---- Global ---- */
.elementor-widget-button,
.elementor-icon-wrapper {
    line-height: 0;
}

/* ========= Button Style =========  */

.tho_main_button {
    display: inline-block;
    overflow: visible;
}

.tho_main_button .elementor-button {
    position: relative;
    z-index: 1;
    min-width: 170px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #111111;
    border: 0;
    border-radius: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 8px;
    text-transform: uppercase;
    overflow: visible;
}

.tho_main_button .elementor-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    bottom: -15px;
    left: -7px;
    right: -7px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    pointer-events: none;
}

.tho_main_button .elementor-button::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    right: -15px;
    top: -7px;
    bottom: -7px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    pointer-events: none;
}

.tho_main_button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* ---- Hover ---- */

.tho_main_button .elementor-button {
    isolation: isolate;
}

.tho_main_button .elementor-button-content-wrapper {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tho_main_button .elementor-button-content-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: #111111;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

.tho_main_button .elementor-button:hover .elementor-button-content-wrapper::before,
.tho_main_button .elementor-button:focus-visible .elementor-button-content-wrapper::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.tho_main_button .elementor-button-text {
    position: relative;
    z-index: 2;
    color: #111111;

    transition: color 0.25s ease;
}

.tho_main_button .elementor-button:hover .elementor-button-text,
.tho_main_button .elementor-button:focus-visible .elementor-button-text {
    color: #ffffff;
}

/* ========= Button Style =========  */

/* ---- Global ---- */

/* =========================== */
/* ======= Header CSS ======= */

.tho_header_menu .elementor-nav-menu--main .elementor-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px !important;
}

.tho_header_menu .elementor-nav-menu--main .elementor-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s ease;
    opacity: 1 !important;
}

.tho_header_menu .elementor-nav-menu--main .elementor-item:hover::after,
.tho_header_menu .elementor-nav-menu--main .elementor-item:focus::after,
.tho_header_menu .elementor-nav-menu--main .current-menu-item>.elementor-item::after {
    transform: scaleX(1);
    transform-origin: left center;
}

/* ----- Header Sticky Animation ----- */

.tho_header_container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition:
        background-color 0.3s ease,
        backdrop-filter 0.3s ease,
        box-shadow 0.3s ease;
}

.tho_header_container.header-scrolled {
    background: rgb(0 0 0 / 43%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 6px 24px rgb(0 0 0 / 15%);
}

/* ======= Header CSS ======= */
/* =========================== */


/* ======= Footer CSS ======= */
/* =========================== */

.text_divider_circle .elementor-divider__text {
    position: relative;
}

.text_divider_circle .elementor-divider__text::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #FFFFFF;
    position: absolute;
    right: -75px;
    top: 4px;
}

.footer_social-icon .elementor-icon {
    position: relative;
    overflow: hidden;
}

.footer_social-icon .elementor-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.2s ease-in;
    z-index: -1;
}

.footer_social-icon .elementor-icon:hover::after {
    bottom: 0;
    transition: all 0.2s ease-in;
}

.footer_social-icon .elementor-icon svg {
    transition: all 0.2s ease-in;
}

.footer_social-icon .elementor-icon:hover svg {
    transition: all 0.2s ease-in;
}

/* ===== Footer Form ===== */

.foot-newslet_form .elementor-shortcode form input {
    position: relative;
    border: 1px solid #46585E;
    background-color: #3C4446;
    color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    height: 58px;
    padding: 20px 56px;
    outline: none;
    text-transform: lowercase;
    font-size: 16px;
}

.foot-newslet_form .elementor-shortcode form input::placeholder {
    text-transform: capitalize;
}

.foot-newslet_form .newslet_email {
    position: relative;
}

.foot-newslet_form .newslet_email::after {
    content: '';
    background-image: url(images/news-email.svg);
    height: 16px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 21px;
    top: 21px;
    position: absolute;
}

.foot-newslet_form .gfield--type-captcha {
    position: absolute;
}

.foot-newslet_form .gform-footer {
    margin-top: 20px !important;
}

.foot-newslet_form .gform-footer #gform_submit_button_1 {
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: all 0.2s ease-in;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #111111;
    outline: none;
    text-transform: uppercase;
    border-radius: 0;
}

.foot-newslet_form .gform-footer #gform_submit_button_1:hover,
.foot-newslet_form .gform-footer #gform_submit_button_1:focus {
    color: #FFFFFF;
    background-color: transparent;
    transition: all 0.2s ease-in;
    outline: none;
}

.foot-newslet_form .gform_validation_errors {
    display: none !important;
}

.foot-newslet_form .gform-loader {
    position: absolute !important;
    right: 0 !important;
}

.footer_menu_items.tho_header_menu .elementor-item {
    padding: 0 !important;
    display: inline-block;
}

.gform_confirmation_message {
    color: #FFFFFF !important;
}

/* ======= Footer CSS ======= */
/* =========================== */


/* ======= About US CSS ======= */
/* =========================== */

.design-div-hidecontent {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition:
        max-height 0.6s ease,
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.design-div-hidecontent.content-open {
    max-height: 1200px;
    opacity: 1;
    visibility: visible;
}

.image_lines_effect {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.image_lines_effect img {
    position: relative;
    z-index: 1;
    display: block;
}

.image_lines_effect::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -28px;
    bottom: -28px;
    left: -15px;
    right: -15px;
    border-left: 1px solid #5C696C;
    border-right: 1px solid #5C696C;
    pointer-events: none;
}

.image_lines_effect::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -28px;
    right: -28px;
    top: -15px;
    bottom: -15px;
    border-top: 1px solid #5C696C;
    border-bottom: 1px solid #5C696C;
    pointer-events: none;
}

.tho_main_button.about_btn .elementor-button {
    min-width: 232px;
    min-height: 60px;
}

/* ------ */

.portolio_loop-car .swiper-pagination {
    top: auto !important;
    bottom: -78px;
    left: max(20px,
            calc(((88% - 1460px) / 2) + 115px)) !important;
    right: max(20px,
            calc(((112% - 1460px) / 2) + 79.5px)) !important;
    width: auto !important;
    height: 1px !important;
    background-color: #5C696C;
}

.portolio_loop-car .swiper-pagination-progressbar-fill {
    background-color: #FFFFFF !important;
}

/* --------- */


.portolio_loop-car .swiper-slide {
    position: relative;
    overflow: visible;
}

.portolio_loop-car .swiper-slide::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 20px;
    bottom: 0;
    left: 25px;
    right: 25px;
    border-left: 1px solid #5C696C;
    border-right: 1px solid #5C696C;
    pointer-events: none;
}

.portolio_loop-car .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 6px;
    right: 6px;
    top: 38px;
    bottom: 37px;
    border-top: 1px solid #5C696C;
    border-bottom: 1px solid #5C696C;
    pointer-events: none;
}

.portolio_loop-car .swiper-slide>.elementor {
    position: relative;
    z-index: 1;
}

.portolio_loop-car .portfolio_loop-temp {
    overflow: visible;
}

.portfo_child-div {
    width: auto !important;
}

.portolio_loop-car .swiper-wrapper {
    padding: 30px 0;
}

/* ======= About US CSS ======= */
/* =========================== */


/* ======= Recognitions CSS ======= */
/* =========================== */

.recogn_loop_car .swiper {
    overflow: visible;
}

.recogn_loop_car .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
}

.recogn_loop_car .swiper-slide-active,
.recogn_loop_car .swiper-slide-next,
.recogn_loop_car .swiper-slide-next+.swiper-slide,
.recogn_loop_car .swiper-slide-next+.swiper-slide+.swiper-slide {
    opacity: 1;
}

.recogn_loop_car .recogn_loop_temp {
    position: relative;
    border-left: 1px solid #3C4446;
    border-right: 1px solid #3C4446;
    overflow: visible;
}

.recogn_loop_car .recogn_loop_temp::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -13px;
    right: -10px;
    height: 1px;
    background-color: #3C4446;
    pointer-events: none;
    width: calc(100% + 25px);
}

.recogn_loop_car .recogn_loop_temp::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -13px;
    right: -10px;
    height: 1px;
    background-color: #3C4446;
    pointer-events: none;
    width: calc(100% + 25px);
}

.recogn_loop_car .elementor-swiper-button svg {
    transition: all 0.2s ease-in;
}


.recogn_loop_car .elementor-swiper-button:hover svg,
.drawing_board_loopc .elementor-swiper-button:hover svg,
.tes-t_loopcar .elementor-swiper-button:hover svg,
.portolio_loop-car .elementor-swiper-button:hover svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(282deg) brightness(111%) contrast(101%);
    transition: all 0.2s ease-in;
}

/* ======= Recognitions CSS ======= */
/* =========================== */


/* ====== Drawing Board CSS ====== */
/* =========================== */

.drawing_board_loopc .swiper,
.drawing_board_loopc .swiper-wrapper,
.drawing_board_loopc .swiper-slide {
    overflow: visible;
}

.drawing_board_loopc .swiper-slide {
    opacity: 0;
}

.drawing_board_loopc .swiper-slide-active,
.drawing_board_loopc .swiper-slide-next {
    opacity: 1;
}

.drawing_board_loopc .swiper-slide.e-loop-item {
    position: relative;
}

.drawing_board_loopc .swiper-slide.e-loop-item::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -26px;
    bottom: -26px;
    left: -16px;
    right: -16px;
    border-left: 1px solid #5C696C;
    border-right: 1px solid #5C696C;
    pointer-events: none;
}

.drawing_board_loopc .swiper-slide.e-loop-item::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: -26px;
    right: -26px;
    top: -16px;
    bottom: -16px;
    border-top: 1px solid #5C696C;
    border-bottom: 1px solid #5C696C;
    pointer-events: none;
}

.drawing_board_loopc .swiper-pagination {
    top: auto !important;
    bottom: -100px;
    left: -30px !important;
    right: 0 !important;
    width: 788px !important;
    height: 1px !important;
    background-color: #5C696C;
}

.drawing_board_loopc .swiper-pagination-progressbar-fill {
    background-color: #FFFFFF !important;
}

/* ====== Drawing Board CSS ====== */
/* =========================== */


/* ====== Testimonial CSS ====== */
/* =========================== */

.tes-t_loopcar .swiper {
    overflow: visible;
}

/* ----- */

.tes-t_loopcar .testimonial_loop_temp {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.tes-t_loopcar .testimonial_loop_temp>.e-con {
    position: relative;
    z-index: 2;
}

.tes-t_loopcar .testimonial_loop_temp::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -12px;
    bottom: -5px;
    left: 0;
    right: 0;
    border-left: 1px solid #5C696C;
    border-right: 1px solid #5C696C;
    pointer-events: none;
    height: calc(100% + 25px);
}

.tes-t_loopcar .testimonial_loop_temp::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -14px;
    right: -6px;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #5C696C;
    border-bottom: 1px solid #5C696C;
    pointer-events: none;
    width: calc(100% + 25px);
}

.tes-t_loopcar .swiper-pagination {
    top: auto !important;
    bottom: -96px;
    left: max(20px,
            calc(((88% - 1460px) / 2) + 115px)) !important;
    right: max(20px,
            calc(((112% - 1460px) / 2) + 79.5px)) !important;
    width: auto !important;
    height: 1px !important;
    background-color: #5C696C;
}

.tes-t_loopcar .swiper-pagination-progressbar-fill {
    background-color: #FFFFFF !important;
}

/* ------ 19th Aug Feed ------ */

.testimonial_post--content {
    height: 104px;
    overflow: hidden;
}

.testim_main-div-readmore.is-expanded .testimonial_post--content {
    height: 104px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.testimonial_post--content::-webkit-scrollbar {
    width: 5px;
}

.testimonial_post--content::-webkit-scrollbar-track {
    background: transparent;
}

.testimonial_post--content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
}

/* ------ 19th Aug Feed ------ */

/* ====== Testimonial CSS ====== */
/* =========================== */


/* ====== Gallery CSS ====== */
/* ========================= */

.trusted-partners {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    justify-content: center;
    gap: 45px;
}

.trusted-partner-item {
    position: relative;
    padding: 12px;
    box-sizing: border-box;
}

.trusted-partner-item::before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
    border-left: 1px solid #5C696C;
    border-right: 1px solid #5C696C;
    pointer-events: none;
}

.trusted-partner-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    right: -8px;
    border-top: 1px solid #5C696C;
    border-bottom: 1px solid #5C696C;
    pointer-events: none;
}

.trusted-partner-box {
    width: 172px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.trusted-partner-box img {
    display: block;
    width: 100%;
    max-width: 80% !important;
    height: 100%;
    object-fit: contain;
}

/* ====== Gallery CSS ====== */
/* ========================= */


/* ====== Portfolio Page CSS ====== */
/* ================================ */

.portfolio_lg-wid .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio_lg-wid .page-numbers {
    border: 1.5px solid #5C696C;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    transition: all 0.2s ease-in;
}

.portfolio_lg-wid .page-numbers:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.portfolio_lg-wid .page-numbers.current {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.portfolio_lg-wid span.page-numbers.prev,
.portfolio_lg-wid span.page-numbers.next {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

/* ----- */

.portfolio_lg-wid .page-numbers.prev,
.portfolio_lg-wid .page-numbers.next {
    font-size: 0;
}

.portfolio_lg-wid .page-numbers.prev::before {
    content: "\276E";
    font-size: 18px;
    line-height: 1;
}

.portfolio_lg-wid .page-numbers.next::before {
    content: "\276F";
    font-size: 18px;
    line-height: 1;
}

.portfolio_lg-wid span.page-numbers.prev,
.portfolio_lg-wid span.page-numbers.next {
    pointer-events: none;
    opacity: 0.5;
}

/* ----- Filter CSS ----- */

.taxonmy_wid-main {
    width: 253px !important;
    padding: 8px;
    position: relative;
}

.taxonmy_wid-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    left: -9px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    pointer-events: none;
    z-index: 1;
}

.taxonmy_wid-main::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    bottom: -9px;
    left: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    pointer-events: none;
    z-index: 1;
}

.taxonmy_wid-main .e-filter {
    position: relative;
    z-index: 2;
    display: block;
}

.taxonmy_wid-main .taxonomy-select-wrapper {
    position: relative;
    width: 100%;
}

.taxonmy_wid-main .taxonomy-filter-select {
    display: block;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0 50px 0 20px;
    color: #fff;
    background-color: #3c4446;
    border: 1px solid #46585e;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
}

.taxonmy_wid-main .taxonomy-filter-select:hover,
.taxonmy_wid-main .taxonomy-filter-select:focus {
    outline: none;
    box-shadow: none;
}

.taxonmy_wid-main .taxonomy-filter-select option {
    color: #fff;
    background-color: #3c4446;
}

.taxonmy_wid-main .e-filter.dropdown-filter-ready>.e-filter-item {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* --------- */

.taxonmy_wid-main .e-filter-item {
    display: none !important;
}

.taxonomy-select-wrapper {
    width: 100%;
}

.taxonomy-filter-select {
    width: 100%;
    cursor: pointer;
}

/* ====== Portfolio Page CSS ====== */
/* ================================ */


/* ====== Gallery Page CSS ====== */
/* ================================ */

.acf-image-gallery {
    position: relative;
}

.acf-image-gallery.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.acf-image-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.acf-image-gallery-item {
    display: block !important;
    width: 100% !important;
    height: 450px;
    margin: 0;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

.acf-image-gallery-item img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: all 7s ease-in;
}

.acf-image-gallery-item img:hover {
    transform: scale(1.4);
    transition: all 2s ease-in;
}

.portfolio_lg-wid .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.portfolio_lg-wid .page-numbers {
    border: 1.5px solid #5c696c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    transition: all 0.2s ease-in;
    color: #FFFFFF;
}

.portfolio_lg-wid .page-numbers:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0B1315;
}

.portfolio_lg-wid .page-numbers.current {
    background-color: #fff;
    border-color: #fff;
    color: #0B1315;
}

.portfolio_lg-wid span.page-numbers.prev,
.portfolio_lg-wid span.page-numbers.next {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.portfolio_lg-wid .page-numbers.prev,
.portfolio_lg-wid .page-numbers.next {
    font-size: 0;
}

.portfolio_lg-wid .page-numbers.prev::before {
    content: "\276E";
    font-size: 18px;
    line-height: 1;
}

.portfolio_lg-wid .page-numbers.next::before {
    content: "\276F";
    font-size: 18px;
    line-height: 1;
}

.acf-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 80px;
    background: rgba(0, 0, 0, 0.9);
}

.acf-gallery-lightbox.is-open {
    display: flex;
}

.acf-gallery-lightbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.acf-gallery-lightbox-inner img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.acf-gallery-lightbox-close,
.acf-gallery-lightbox-prev,
.acf-gallery-lightbox-next {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.acf-gallery-lightbox-close {
    top: 20px;
    right: 25px;
    font-size: 42px;
    line-height: 1;
}

.acf-gallery-lightbox-prev,
.acf-gallery-lightbox-next {
    top: 50%;
    font-size: 36px;
    transform: translateY(-50%);
}

.acf-gallery-lightbox-prev {
    left: 25px;
}

.acf-gallery-lightbox-next {
    right: 25px;
}

body.acf-gallery-lightbox-open {
    overflow: hidden;
}

.acf-image-gallery-content .elementor-pagination {
    margin-top: 50px !important;
}

/* ====== Gallery Page CSS ====== */
/* ================================ */


/* ====== Client List Page CSS ====== */
/* ================================ */

.trusted-clients-load-more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
}

.trusted-clients-load-more {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 194px;
    min-height: 60px;
    /* padding: 20px 40px; */
    overflow: visible;
    isolation: isolate;
    background-color: #ffffff;
    color: #111111;
    border: 0;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 8px;
    text-transform: uppercase;
    cursor: pointer;
}

.trusted-clients-load-more::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -13px;
    bottom: -13px;
    left: -9px;
    right: -9px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    pointer-events: none;
}

.trusted-clients-load-more::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: -8px;
    bottom: -8px;
    left: -15px;
    right: -15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    pointer-events: none;
}

.trusted-clients-load-more span {
    position: relative;
    z-index: 2;
}

.trusted-clients-load-more .button-hover-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.trusted-clients-load-more .button-hover-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #111111 !important;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

.trusted-clients-load-more:hover .button-hover-bg::before,
.trusted-clients-load-more:focus-visible .button-hover-bg::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.trusted-clients-load-more .button-text {
    position: relative;
    z-index: 2;
    color: #111111;
    transition: color 0.25s ease;
}

.trusted-clients-load-more:hover .button-text,
.trusted-clients-load-more:focus-visible .button-text {
    color: #ffffff;
}

.trusted-clients-load-more:disabled {
    cursor: wait;
    opacity: 0.7;
}

.trusted-clients-load-more:hover {
    background-color: #FFFFFF !important;
}

.main--client_lists ul {
    column-count: 3;
    gap: 170px;
}

/* ====== Recognition Page CSS ====== */
/* ================================ */

.recog-grid .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recog-grid .elementor-grid .e-loop-item.recognition {
    width: 22%;
}

/* ====== Contac Us Page CSS ====== */
/* ================================ */

.cntc_af-bf_div .elementor-icon-box-content a {
    color: #FFFFFF;
    transition: all 0.2s ease-in;

    &:hover {
        color: #e5e5e5;
    }
}

.elementor .cntc_af-bf_div {
    position: relative;
    isolation: isolate;
}

.elementor .cntc_af-bf_div::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: -12px !important;
    bottom: -12px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    height: auto !important;
    border-left: 1px solid #3C4446 !important;
    border-right: 1px solid #3C4446 !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    z-index: 1;
}

.elementor .cntc_af-bf_div::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    border-top: 1px solid #3C4446 !important;
    border-bottom: 1px solid #3C4446 !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    z-index: 1;
}

.elementor .cntc_af-bf_div>* {
    position: relative;
    z-index: 2;
}


/* ------ Contact Form ------ */

.contact_frm-srcd form .gfield input,
.contact_frm-srcd form .gfield select,
.contact_frm-srcd form .gfield textarea {
    min-height: 58px;
    height: 100%;
    border: 1px solid #46585E;
    background-color: #3C4446;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 15px 19px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
    resize: none;
}

.contact_frm-srcd form .gfield input[type="email"]::placeholder,
.contact_frm-srcd form .gfield input::placeholder,
.contact_frm-srcd form .gfield textarea::placeholder {
    text-transform: uppercase !important;
}

.contact_frm-srcd form .gfield textarea {
    text-transform: capitalize;
}

.contact_frm-srcd form .textarea.small {
    min-height: 140px;
    height: 140px;
}

.contact_frm-srcd form .gfield input[type="email"] {
    text-transform: lowercase;
}

.contact_frm-srcd form .gform_fields {
    column-gap: 56px;
    row-gap: 58px;
}

.contact_frm-srcd form .gfield--type-captcha {
    position: absolute;
}

/* ---------------------- */

.cnt_form-border .ginput_container {
    position: relative;
    overflow: visible;
}

.cnt_form-border .ginput_container::before {
    content: "";
    position: absolute;
    top: -9px;
    bottom: -9px;
    right: -14px;
    left: -14px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 2;
}

.cnt_form-border .ginput_container::after {
    content: "";
    position: absolute;
    top: -14px;
    bottom: -14px;
    right: -9px;
    left: -9px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 2;
}

/* -------------- */

.contact_frm-srcd form .gform-footer {
    position: relative;
    display: inline-flex;
    width: 127px;
    height: 61px;
    margin: 57px 0 0 -2px;
    padding: 0;
    overflow: visible;
    isolation: isolate;
}

.contact_frm-srcd form .gform-footer::before {
    content: "";
    position: absolute;
    top: -7px;
    right: -14px;
    bottom: -7px;
    left: -14px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 3;
}

.contact_frm-srcd form .gform-footer::after {
    content: "";
    position: absolute;
    top: -14px;
    right: -7px;
    bottom: -14px;
    left: -7px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 3;
}

.contact_frm-srcd form #gform_submit_button_2 {
    position: relative;
    z-index: 2;
    display: block;
    width: 127px;
    height: 61px;
    margin: 0 !important;
    padding: 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111111;
    background-color: #FFFFFF;
    background-image: linear-gradient(#111111, #111111);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    border: 2px solid #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;

    transition:
        background-size 0.55s cubic-bezier(0.76, 0, 0.24, 1),
        color 0.25s ease;
}

.contact_frm-srcd form #gform_submit_button_2:hover,
.contact_frm-srcd form #gform_submit_button_2:focus-visible {
    color: #FFFFFF;
    background-size: 100% 100%;
}

.contact_frm-srcd form .gform-loader {
    position: absolute;
    opacity: 0.5;
}

.contact_frm-srcd .gform_validation_errors {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ------ Contact Form ------ */

/* ====== Contac Us Page CSS ====== */
/* ================================ */



/* ========== Responsive ========== */

@media (max-width: 1200px) {

    .swiper-pagination {
        display: none !important;
    }

    .tho_main_button .elementor-button {
        min-width: 135px;
        min-height: 45px;
    }

    .tho_main_button .elementor-button::after {
        left: -10px;
        right: -10px;
        top: -5px;
        bottom: -5px;
    }

    .tho_main_button .elementor-button::before {
        top: -10px;
        bottom: -10px;
        left: -5px;
        right: -5px;
    }

    .tho_main_button.about_btn .elementor-button {
        min-width: 200px;
        min-height: 45px;
    }

    /* ------- */

    .trusted-partners {
        grid-template-columns: repeat(5, 175px);
        gap: 35px;
    }

    .trusted-partner-box {
        width: 152px;
        height: 80px;
    }

    /* -------- */

    .acf-image-gallery-item {
        height: 350px;
    }

    .acf-image-gallery-grid {
        gap: 25px;
    }

    .main--client_lists ul {
        column-count: 3;
        gap: 100px;
    }

}

@media (max-width: 1024px) {

    .tho_main_button .elementor-button {
        min-width: 135px;
        min-height: 40px;
    }

    .tho_main_button .elementor-button::after {
        left: -10px;
        right: -10px;
        top: -5px;
        bottom: -5px;
    }

    .tho_main_button .elementor-button::before {
        top: -8px;
        bottom: -8px;
        left: -4px;
        right: -4px;
    }

    .tho_header_menu .elementor-nav-menu--dropdown {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    /* ------- */

    .foot-newslet_form .elementor-shortcode form input {
        height: 50px;
        padding: 15px 45px;
    }

    .foot-newslet_form .newslet_email::after {
        height: 15px;
        width: 15px;
        left: 18px;
        top: 19px;
    }

    .foot-newslet_form .gform-footer #gform_submit_button_1 {
        height: 45px;
        font-size: 15px;
    }

    .tho_main_button.about_btn .elementor-button {
        min-width: 200px;
        min-height: 45px;
    }

    /* ------ */

    .trusted-partners {
        display: flex !important;
        flex-wrap: wrap;
        gap: 30px;
    }

    .trusted-partner-item {
        width: 17%;
    }

    .trusted-partner-box {
        width: 100%;
        height: 65px;
    }

    .taxonmy_wid-main {
        width: 210px !important;
    }

    .taxonmy_wid-main .taxonomy-filter-select {
        height: 40px;
    }

    /* ------------ */

    .acf-image-gallery-item {
        height: 320px;
    }

    .acf-image-gallery-grid {
        gap: 20px;
    }

    .acf-image-gallery-content .elementor-pagination {
        margin-top: 35px !important;
    }

    /* -------------- */

    .trusted-clients-load-more {
        min-width: 175px;
        min-height: 50px;
    }

    .main--client_lists ul {
        column-count: 3;
        gap: 50px;
    }

}

@media (max-width: 880px) {
    .recog-grid .elementor-grid .e-loop-item.recognition {
        width: 45%;
    }
}

@media (max-width: 767px) {

    .tho_main_button .elementor-button {
        min-width: 135px;
        min-height: 35px;
    }

    .tho_main_button .elementor-button::after {
        left: -7px;
        right: -7px;
        top: -4px;
        bottom: -4px;
    }

    .tho_main_button .elementor-button::before {
        top: -6px;
        bottom: -6px;
        left: -4px;
        right: -4px;
    }

    /* ------- */

    .foot-newslet_form .elementor-shortcode form input {
        height: 45px;
        padding: 12px 35px;
        font-size: 14px;
    }

    .foot-newslet_form .newslet_email::after {
        height: 15px;
        width: 15px;
        left: 12px;
        top: 16px;
    }

    .foot-newslet_form .gform-footer #gform_submit_button_1 {
        height: 40px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .foot-newslet_form .gform-footer {
        margin-top: 10px !important;
    }

    .footer_social-icon .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }

    .portolio_loop-car .swiper-wrapper {
        padding: 10px 0;
    }

    .portfolio_lg-wid .page-numbers {
        width: 35px;
        height: 35px;
    }

    /* ---------------- */

    .acf-image-gallery-item {
        height: 200px;
    }

    .acf-image-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .acf-image-gallery-content .elementor-pagination {
        margin-top: 30px !important;
    }

    .portfolio_lg-wid .page-numbers.next::before,
    .portfolio_lg-wid .page-numbers.prev::before {
        font-size: 15px !important;
    }

    .trusted-clients-load-more {
        min-width: 150px;
        min-height: 45px;
    }

    .trusted-clients-load-more-wrap {
        margin-top: 45px;
    }

    /* --------------------- */

    .contact_frm-srcd form .gform_fields {
        column-gap: 30px;
        row-gap: 40px;
    }

    .contact_frm-srcd form .gfield input,
    .contact_frm-srcd form .gfield select,
    .contact_frm-srcd form .gfield textarea {
        min-height: 40px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .cnt_form-border .ginput_container::before {
        top: -6px;
        bottom: -6px;
        left: -12px;
        right: -12px;
    }

    .cnt_form-border .ginput_container::after {
        top: -12px;
        bottom: -12px;
        right: -6px;
        left: -6px;
    }

    .contact_frm-srcd form .textarea.small {
        min-height: 110px;
        height: 110px;
    }

    .contact_frm-srcd form .gform-footer,
    .contact_frm-srcd form #gform_submit_button_2 {
        height: 45px;
        width: 100%;
    }

    .contact_frm-srcd form .gform-footer {
        margin: 40px 0 0 0;
    }

    /* -------- */

    .recog-grid .elementor-grid .e-loop-item.recognition {
        width: 100%;
    }

    .main--client_lists ul {
        column-count: 2;
        gap: 100px;
    }

}

@media (max-width: 525px) {

    .tho_main_button .elementor-button .elementor-button-text {
        font-size: 12px !important;
        line-height: 12px;
        letter-spacing: 1px !important;
    }

    .tho_main_button.about_btn .elementor-button {
        height: 38px;
        width: 175px;
    }

    /* ------ */

    .trusted-partners {
        display: flex !important;
        flex-wrap: wrap;
        gap: 30px;
    }

    .trusted-partner-item {
        width: 45%;
    }

    .trusted-partner-box {
        width: 100%;
        height: 90px;
        padding: 5px;
    }

    .trusted-partner-box img {
        max-width: 85% !important;
    }

    .portolio_loop-car .swiper-slide::before {
        top: 30px;
        bottom: 25px;
        left: 25px;
        right: 25px;
    }

    .portolio_loop-car .swiper-slide::after {
        left: 15px;
        right: 15px;
    }

    /* ----------- */

    .taxonmy_wid-main {
        width: 100% !important;
    }

    .main--client_lists ul {
        column-count: 1;
        gap: 0;
        padding: 0 0 0 15px;
    }

}

/* ========== Responsive ========== */