/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.10.1.1705344083
Updated: 2024-01-15 18:41:23

*/

:root {
    --border-bottom-width: 166px;
    --border-left-width: 188px;
}

/* Main hero start */
.main_hero{
    margin-left: 30px !important;
    margin-right: 30px !important;
}
/* Main hero end */

/* Angle corners start */
.corner_overlay:after {
    /* right bottom triangle overlay 188px x 166px */
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 166px 188px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}

.custom_border .fusion-counter-box::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-composite: source-out;
    -webkit-mask-composite: source-out;
    position: absolute;
  left: 0;
}

.custom_topleft_border::before {
     /* top left triangle overlay 188px x 166px */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 166px 188px 0 0;
    border-color: #fff transparent transparent transparent;

}

.corner_overlay_big {
    /* right bottom triangle overlay 188px x 166px */
    position: relative;
	background: var(--awb-color5); /* Fallback */
	background: linear-gradient(-30deg, transparent var(--border-bottom-width), var(--awb-color5) 0) !important;
	border-radius: .5em;
}

/* Angle corners End */
/* Counter Boxes start */
.counter-box-content{
    min-height: 58px;
}

.fusion-counter-box .counter-box-content,
.fusion-counter-box .display-counter{
    font-weight: bold !important;
}

.fusion-counter-box .counter-box-content{
    text-transform: uppercase;
}

.counter-box-container{
    padding: 0 !important;
}

.conter_boxes_two_columns .fusion-counter-box{
    float: left !important;
    width: 50% !important;
}

.conter_boxes_three_columns .fusion-counter-box{
    float: left !important;
    width: 33.33% !important;
}
/* Counter Boxes end */

/* Spaces Fix start */
.fixedSpaces .title-heading-center p,
.fixedSpaces.fusion-text p{
    margin-bottom: 0 !important;
    height: 27px;
}
/* Spaces Fix end */

/* Title separators start */
.title-sep-container{
    margin-top: 0.3em;
    margin-left: 44px;
}
/* Title separators end */

@media screen and (max-width:1020px){
    .corner_overlay_big{
        background: var(--awb-color5) !important;
    }

    .custom_border :nth-child(1 of .fusion-counter-box):before {
        background-color: transparent;
    }

    .footer_copyright p{
        display: grid;
        justify-items: center;
    }

    .main_hero{
        margin-left: -15px !important;
        margin-right: -15px !important;
        z-index: 2 !important;
    }
    
    .custom_topleft_border::before ,
    .footer_copyright .pipe,
    .corner_overlay:after{
        display: none;
    }

    .main_hero .main_title h1{
        font-size: 40px !important;
    	margin-bottom: 160px !important;
    }

    .custom_separator{
        margin-top: 80px !important;
        margin-bottom: 75px !important;
    }
}


@media screen and (max-width:950px){

    .conter_boxes_three_columns .fusion-counter-box,
    .conter_boxes_two_columns .fusion-counter-box{
        float: none !important;
        width: 100% !important;
    }

    .custom_border .fusion-counter-box:before {
        background-color: transparent;
    }

    .custom_border :nth-child(2 of .fusion-counter-box):before {
        /* top border */
        content: "";
        height: 1px;
        width: 100%;
        background-color: #fff;
        mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: -8px;
    }


    .footer_copyright a{
        margin-top: 20px;
    }

    .custom_separator{
        margin-top: 45px !important;
        margin-bottom: 17px !important;
    }
}