/*gradient01*/
.gradient-01{
    position: relative;
}

.gradient-01:after {
    position: absolute;
    content:'';
    background-size: contain!important;
    background: radial-gradient(circle, rgba(10,125,43,1) 0%, rgba(10,125,43,0) 100%)!important;
    margin:auto;
    background-repeat:no-repeat;
    z-index: -1 !important;
    height: 500px;
    width: 40%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.6;
    }

@media (max-width: 767px){
.gradient-01:after {
    height: 500px;
    width: 40%;
}}



/*gradient02*/
.gradient-02{
    position: relative;
}

.gradient-02:after {
    position: absolute;
    content:'';
    background-size: contain!important;
    background: radial-gradient(circle, rgba(10,125,43,1) 0%, rgb(0 0 0 / 0%) 100%)!important;
    margin:auto;
    background-repeat:no-repeat;
    z-index: -1 !important;
    height: 200px;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.6;
    }

@media (max-width: 992px){
.gradient-02:after {
    height: 100px;
    width: 88%;
    opacity: 1;
    filter: blur(50px);
}}


/*gradient solution number*/
.gradient-01.sol-number:after {
    position: absolute;
    content:'';
    background-size: contain!important;
    background: radial-gradient(circle, rgba(10,125,43,1) 0%, rgba(10,125,43,0) 100%)!important;
    margin:auto;
    background-repeat:no-repeat;
    z-index: -1 !important;
    height: 100px;
    width: 25%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 1;
    }


@media (max-width: 767px){
.gradient-01.sol-number:after {
    height: 100px;
    width: 30%;
    border-radius: 50%;
    filter: blur(20px);
}}


/*gradient section*/
.gradient-overflow{overflow:hidden;}





/*leaf title*/
.title-leaf-01 {
    position: relative;
}

.title-leaf-01:before{
    position: absolute;
    background-size: contain !important;
    content: '';
    content: url(/images/0-discovery/others/titleleaf.png);
    bottom: 0px;
    left: 0px;
    right:0;
    margin:auto;
    background-repeat:no-repeat;
    z-index:0 !important;
    opacity:0.5;
    transform: scale(0.5);transition:0.5s ease;
    transform-origin: center;
}

.title-leaf-01:hover:before {
    transform: matrix(0.8,0,0,0.8,0,-10);
    transition:0.5s ease;
}



/*image left-------------------------------------------------------------------------*/
.tech-img-left,  .tech-img-left img{
    position: relative;
}

.tech-img-left:before{
    position: absolute;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0a7d2b;
    opacity:0.3;
    bottom: -40px;
    left: -65px;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
	transition:0.5s ease;
    z-index: -1!important;
    }

.tech-img-left .sppb-addon-single-image-container:before{
    position: absolute;
    background-size: contain !important;
    width: 30%;
    height: 30%;
    content: '';
    background-color: #0a7d2b;
    opacity:1;
    bottom: 0%;
    right: 0%;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
    z-index: 0!important;
	transition:0.5s ease;
    }

.tech-img-left .sppb-addon-single-image-container:after{
    position: absolute;
    background-size: contain !important;
    width: 30%;
    height: 30%;
    content: '';
    background-color: #0a7d2b;
    opacity:1;
    top: -4%;
    left: -4%;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
    z-index: -1!important;
    transition:0.5s ease;
    }


/*hover image left*/


.tech-img-left:hover:before{
    background-color: #0a7d2b;
    opacity:0.3;
    bottom: -60px;
    left: -85px;
    border-radius: 0px 0 0px 0;
    transition:0.5s ease
    }

.tech-img-left .sppb-addon-single-image-container:hover:before{
    bottom: -20px;
    right: -20px;
    border-radius: 0px 0 50px 0;
    transition:0.5s ease
    }

.tech-img-left .sppb-addon-single-image-container:hover:after{
    top: -45px;
    left: -45px;
    border-radius: 50px 0 0px 0;
    transition:0.5s ease
    }


/*end of image left-------------------------------------------------------------------*/


/*image right-------------------------------------------------------------------------*/
.tech-img-right,  .tech-img-right img{
    position: relative;
}

.tech-img-right:before{
    position: absolute;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0a7d2b;
    opacity:0.3;
    bottom: -50px;
    right: -50px;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
    transition:0.5s ease;
    z-index: -1!important;
    }

.tech-img-right .sppb-addon-single-image-container:before{
    position: absolute;
    background-size: contain !important;
    width: 30%;
    height: 30%;
    content: '';
    border:4px solid #0a7d2b;
    background-color: transparent;
    opacity:1;
    bottom: 0%;
    left: -5%;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
    z-index: 0!important;
	transition:0.5s ease;
    }

.tech-img-right .sppb-addon-single-image-container:after{
    position: absolute;
    background-size: contain !important;
    width: 30%;
    height: 30%;
    content: '';
    background-color: #0a7d2b;
    opacity:1;
    top: -4%;
    right: 0%;
    border-radius: 0px 0 0px 0;
    background-repeat:no-repeat;
    z-index: -1!important;
    transition:0.5s ease;
    }


/*hover image left*/


.tech-img-right:hover:before{
    background-color: #0a7d2b;
    opacity:0.3;
    bottom: -80px;
    right: -85px;
    border-radius: 0px 0 0px 0;
    transition:0.5s ease
    }

.tech-img-right .sppb-addon-single-image-container:hover:before{
    bottom: -40px;
    left: -40px;
    border-radius: 0px 0 0px 50px;
    transition:0.5s ease
    }

.tech-img-right .sppb-addon-single-image-container:hover:after{
    top: -45px;
    right: -45px;
    border-radius: 0px 50px 0px 0;
    transition:0.5s ease
    }


/*end of image right-------------------------------------------------------------------*/




