/*
 Theme Name:   Maxell Group Child Theme
 Theme URI:    http://infuse.ae/
 Description:  Maxell Group Child Theme
 Author:       Infuse
 Author URI:   http://infuse.ae/
 Template:     maxell
 Version:      1.0
 Text Domain:  maxell
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
:root{
    --orange: #f2662f;
    --light-orange: #f2932f;
    --black: #202020;
}
.sc_layouts_row_fixed_on {
    background: #fffbf2;
}
.page_wrap.with_bg.lunna_inline_218723448 {
    background: transparent !important;
}
.body_wrap {
    background: url(https://maxell.infuse.cc/website/wp-content/themes/maxell-child/images/star-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-size: 110%;
    overflow: hidden;
}
body .page_wrap.with_bg {
    background: transparent;
}
.sc_layouts_panel_menu .sc_layouts_panel_menu_inner .elementor-section.elementor-section-height-full:before {
    background-image: url(images/menu-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
}
img.logo_image {
    height: 60px;
}
body .trx_addons_panel_menu_link path {
    stroke: #f2662f;
    fill: #f2662f;
}
.text-orange-color {
    color: var(--orange);
}

/*HOME GROUP BLOCK*/
.slider-slide.swiper-slide.with_content {
    opacity: 0 !important;
}
.slider-slide.swiper-slide.with_content.swiper-slide-active {
    opacity: 1 !important;
}
.home-group-block .sc_icons_item_description span {
    color: #fff;
}
.home-group-block .sc_icons_item_description a {
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    padding-right: 40px;
    margin-right: 10px;
    background-image: url(images/arrow-white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 90%;
    background-position-x: calc(100% - 10px);
    transition: all ease 0.5s;
}
.home-group-block .sc_icons_item_description a:hover {
    background-position-x: 100%;
}
.sc_skills_counter_modern .sc_skills_total {
    top: 50%;
}