/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* ****************************** Global ****************************** */

*,
*::after,
*::before {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: normal;
}

.blog_content ul {
    padding: 0;
}

.blog_content ul li {
    position: relative;
    padding-left: 44px;
    list-style: none;
}

.blog_content ul li:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 4px;
    background: var(--action);
    top: 0.6em;
    left: 0;
}

.bricks-background-primary {
    position: relative;
}

.bricks-background-primary:after {
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: currentColor;
    content: '';
    height: 0.13em;
    transition: .3s ease-out;
    opacity: 0;
}

.bricks-background-primary:hover:after,
.conatct_form button[type="submit"]:after {
    width: 100%;
    opacity: 1;
}

.green_hover span {
    position: relative;

}



.menu_hover a {
    position: relative;
    width: fit-content !important;
    margin: 0 auto;
}


.green_hover span:after,
.menu_hover a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.05em;
    left: -155px;
    z-index: 1;
    background: var(--action);
    /* top: 50%; */
    /* transform: translateY(-50%); */
    top: 0.57em;
    transition: .3s ease-out;
    opacity: 0;
}

.green_hover:hover span:after,
.menu_hover a:hover:after,
.menu_hover .current_page_item a:after {
    width: 100%;
    opacity: 1;
    left: 0;
}

.crad__heading:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    pointer-events: none;
    background: var(--action);
    bottom: 0px;
    transition: .3s ease;
    left: -100%;
    opacity: 0;
}

.brxe-container.crad__container.active-sec .crad__heading:after {
    opacity: 1;
    left: 0;
}

.crad__text ul {
    list-style: none;
    padding-left: 0px;
}

.crad__text ul li {
    position: relative;
}

.crad__text ul li:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 4px;
    background: var(--action);
    left: -43px;
    top: 0.6em;
}

/* ****************************** Global ****************************** */

/* ****************************** Home ****************************** */

.blog-card:hover .blog-card-inner {
    transform: translateY(0);
}

.blog-card:hover .blog-card-inner .bricks-background-primary:after {
    width: 100%;
    opacity: 1;
}

.bricks-button.sm::after {
    height: 2px;
}

.blog-card:after {
    opacity: 0.43;
    background: #54555F;
    content: '';
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    transition: .3s ease-out;
}

.blog-card:hover:after {
    height: 100%;
}

/* ****************************** Home ****************************** */

/* ****************************** Header ****************************** */

.menu_toogle_icon>div {
    width: 3rem;
    height: 4px;
    background: var(--action);
    transition: .3s ease-out;
}

.menu_toogle_icon {
  display: flex;
  flex-direction: column;
  gap: 0.7rem !important;
  transition: .3s ease-out;
}

.header_inner[white-logo="on"] .logo_show {
    opacity: 0;
}

.header_inner[white-logo="on"] .logo_hide {
    opacity: 1 !important;
}

body .brxe-popup-339 {
    transition: .3s ease-out;
    height: 0 !important;
}

body .brxe-popup-339[data-popup="show"] {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
    pointer-events: all;
}


.brxe-popup-339.brx-popup::-webkit-scrollbar,
.brxe-popup-339.brx-popup .brx-popup-content::-webkit-scrollbar,
.brxe-nav-menu::-webkit-scrollbar {
    display: none;
    width: 0;
}

.brxe-popup-339.brx-popup,
.brxe-popup-339.brx-popup .brx-popup-content,
.brxe-nav-menu {
    scrollbar-width: none;

}

[menu-toggle="true"] .menu_toogle_icon .line_one {
    rotate: 45deg;
    transform: translate(15px, 18px);
}

[menu-toggle="true"] .menu_toogle_icon .line_third {
    rotate: -45deg;
    transform: translate(12px, -19px);
}

[menu-toggle="true"] .menu_toogle_icon .line_second {
    opacity: 0;
}

.on-scroll.scrolling .logo_show {
    opacity: 0;
}

.on-scroll.scrolling .logo_hide {
    opacity: 1 !important;
}

.on-scroll.scrolling .header {
    background: var(--base);
}

body[data-popup="show"] header {
    position: sticky !important;
    top: 0;
    z-index: 55;
}

@media(max-width:1023px) {
    .sticky.on-scroll.scrolling section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sticky.on-scroll.scrolling section .bricks-site-logo {
        width: 160px !important;
    }
}

@media(min-width:1024px) {
    .sticky.on-scroll.scrolling section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .sticky.on-scroll.scrolling section .bricks-site-logo {
        width: 215px !important;
    }

    .sticky.on-scroll.scrolling section .menu_toogle_icon {
        gap: 12px;
    }

    .sticky.on-scroll.scrolling section [menu-toggle="true"] .menu_toogle_icon .line_one {
        transform: translate(12px, 12px);
    }

    .sticky.on-scroll.scrolling section [menu-toggle="true"] .menu_toogle_icon .line_third {
        transform: translate(9px, -13px);
    }
}

@media(min-width:1540px) {
    .sticky.on-scroll.scrolling section {
        /*padding-top: 36px !important;
        padding-bottom: 36px !important;*/
    }

    .sticky.on-scroll.scrolling section .bricks-site-logo {
        width: 267px !important;
    }

    .sticky.on-scroll.scrolling section .menu_toogle_icon {
        gap: 16px;
    }

    .sticky.on-scroll.scrolling section [menu-toggle="true"] .menu_toogle_icon .line_third {
        transform: translate(12px, -15px);
    }

    .sticky.on-scroll.scrolling section [menu-toggle="true"] .menu_toogle_icon .line_one {
        transform: translate(13px, 16px);
    }
}



/* ****************************** Header ****************************** */

/* ****************************** Form ****************************** */

.brxe-form .form-group .options-wrapper li input[type="checkbox"]+label {
    padding-left: 42px;
    position: relative;
}

.brxe-form .form-group .options-wrapper li input[type="checkbox"] {
    position: absolute;
    top: 0;
    opacity: 0;
}

.brxe-form .form-group .options-wrapper li {
    position: relative;
    display: flex;
}

.brxe-form .form-group .options-wrapper li input[type="checkbox"]+label:after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    border: 2px solid var(--base);
}

.brxe-form .form-group .options-wrapper li input[type="checkbox"]+label:before {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 6px;
    top: 6px;
    content: '';
    z-index: 1;
    border: 2px solid var(--base);
    background: var(--base);
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}

.brxe-form .form-group .options-wrapper li input[type="checkbox"]:checked+label:before {
    opacity: 1;
}

.form-group:has(ul.options-wrapper) {
    order: 2;
}

/* ****************************** Form ****************************** */

/* ****************************** News Single ****************************** */

.gradient_overlay:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    mix-blend-mode: multiply;
    bottom: 0;
    background-image: linear-gradient(180deg, white, black);
    pointer-events: none;
}

.blog_content>figure img {
    width: 100%;
}

/* ****************************** News Single ****************************** */

/* ****************************** Responsive ****************************** */

body[data-popup="show"] {
    overflow: hidden;
}

@media(max-height:1050px) and (min-width:1540px) {
    .font-text-l {
        font-size: 6.5vh !important;
    }



    .blog-card {
        min-height: 70vh !important;
    }

    .logo_section {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .logo_section .brxe-heading {
        margin-bottom: 80px !important;
    }

}

@media(max-height:1050px) and (min-width:1200px) {

    .home_main_heading {
        font-size: 15.74vh;
    }

    .home_slider .splide__arrows.custom button.splide__arrow {
        bottom: 7.12vh !important;
    }

    .home_content {
        font-size: 3.17vh;
    }

    .home_sub_heading {
        font-size: 3.15vh;
    }
}

@media(max-height:850px) and (min-width:1200px) {
    body #brxe-fnyzjq .bricks-nav-menu>li>a {
        font-size: 7vh;
    }

    .font-text-l {
        font-size: 3.6vw !important;
    }

    .mobile_menu_warpper {
        padding-top: 140px !important;
        padding-bottom: 80px !important;
    }
}

@media(min-height:1050px) {
    .blog-card.brxe-block {
        min-height: 768px !important;
    }


}

@media(max-width:1540px) {
    .menu_toogle_icon {
        gap: 16px;
    }

    .menu_toogle_icon>div {
        width: 68px;
    }

    [menu-toggle="true"] .menu_toogle_icon .line_third {
        transform: translate(10px, -17px);
    }

    [menu-toggle="true"] .menu_toogle_icon .line_one {
        transform: translate(11px, 18px);
    }
}

@media(max-width:1200px) {
    .sub-banner__sub-heading.green_hover span {
        display: inline;
        transition: .3s ease-out;
        text-decoration: line-through;
        text-decoration-thickness: 0.05em;
        text-decoration-color: transparent;
    }

    .sub-banner__sub-heading.green_hover span::after {
        opacity: 0 !important;
    }

    .sub-banner__sub-heading.green_hover:hover span {
        text-decoration-color: var(--action);
    }

    #brx-content .blog-card .blog-card-inner {
        transform: translateY(0);
    }

    .blog-card:after {
        opacity: 0.7;
    }

    #brx-content .blog-card:after {
        height: 100%;
    }

    #brx-content .blog-card .blog-card-inner .bricks-background-primary:after {
        width: 100%;
        opacity: 1;
    }
}

@media(max-width:1024px) {
    .menu_toogle_icon>div {
        width: 44px;
        height: 3px;
    }

    .gradient_overlay:after {
        height: 100%;
    }

    .menu_toogle_icon {
        gap: 9px;
    }

    [menu-toggle="true"] .menu_toogle_icon .line_third {
        transform: translate(8px, -8px);
    }

    [menu-toggle="true"] .menu_toogle_icon .line_one {
        transform: translate(9px, 9px);
    }

}

@media(max-width:767px) {

    #brx-content .crad__heading:after {
        opacity: 1;
        left: 0;
        height: 2px;
    }

    .crad__text ul li {
        padding-left: 43px;
    }

    .crad__text ul li:before {
        left: 0;
    }

    .conatct_form.brxe-form .submit-button-wrapper {
        margin-bottom: 0;
    }
}

@media(max-width:575px) {

    .blog_content ul li:before,
    .crad__text ul li:before {
        height: 2px;
        width: 18px;
    }

    .conatct_form .form-group:not(.submit-button-wrapper) {
        width: 100% !important;
    }

    .blog_content ul li,
    .crad__text ul li {
        padding-left: 30px;
    }
}

#brxe-udeycc,
.brxe-wmnuby .brxe-ryhckv.brxe-image:not(.tag){
  filter: none !important;
}

/* ****************************** Responsive ****************************** */