.boxtitle{color:#11557f;font-size:48px;text-transform:uppercase;display: flex;text-align:center;padding:40px 0px;margin: 0 auto;position: relative;align-items: center;justify-content: center;overflow: hidden;}
.boxtitle:after{content:"";width:10px;height:20px;display:block;background:#46a737;margin-left: 20px;transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) height;}
.boxtitle:before{content:"";width:10px;height: 20px;display:block;background:#46a737;margin-right: 20px;transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) height;}
.selection{position:relative;}



.boxtitle span{
 
}

.actionsection .boxtitle:after{height:20px;}
.actionsection .boxtitle:after{height:20px;}

.actionsection .boxtitle span{    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    display: block;}



@media (max-width: 767px)
{
.boxtitle {
    font-size: 25px;

}}


