.tpaboutmma{
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.tpaboutmma .mmagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -30px;
}
.tpaboutmma .mmagrip > div{
    padding: 0 30px;
}
.tpaboutmma .mmagrip .coll{
    width: calc(50% + 30px);
}
.tpaboutmma .mmagrip .colr{
    width: calc(50% - 30px);
}
.tpaboutmma .mmathumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tpaboutmma .mmathumb img{
    width: 100%;
}
.tpaboutmma .downloadoo{
    margin-top: 20px;
}
.tpaboutmma .downloadoo a{
    display: inline-block;
    padding: 10px 15px;
    background-color: #ed1c24;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.tpaboutmma .downloadoo a:hover{
    background-color: var(--sub-cl);
}
.tpaboutmma .downloadoo a span{
    display: block;
    padding-left: 30px;
    position: relative;
}
.tpaboutmma .downloadoo a span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}
.tpaboutmmb{
    margin-bottom: 50px;
}
.tpaboutmmb .mmbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.tpaboutmmb .mmbgrip .colll{
    width: 25%;
    padding: 0 10px;
}
.itaboutmmb .icon{
    width: 110px;
    height:110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #343399;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.itaboutmmb .icon::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #343399;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -1;
    pointer-events: none;
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        opacity: 0;
    }
}
.itaboutmmb .icon img{
    max-width: 90%;
    max-height: 90%;
}
.itaboutmmb .decs{
    text-align: center;
}
.itaboutmmb .name{
    font-size: 15px;
    line-height: 23px;
}
.itaboutmmb .numbercount{
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: var(--sub-cl);
    margin-bottom: 5px;
}
.itaboutmmb .numbercount .count{
    display: inline-block;
    margin-left: -8px;
}
.tpaboutmmc .mmthumb{
    margin-bottom: 30px;
}
.tpaboutmmc .mmthumb img{
    width: 100%;
}
.tpaboutmma .dscapts{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.tpaboutmma .dstitle{
    margin-bottom: 5px;
    color: var(--sub-cl);
    text-transform: uppercase;
}
.tpaboutmma .dstitle, .tpaboutmma .dstitle h2{
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
}
.tpaboutmma .dstends{
    text-align: justify;
}
.tpaboutmmc .mmdecss{
    font-size: 14px;
    line-height: 22px;
}
.tpaboutmmc .mmdecss p{
    margin-bottom: 10px;
}
.tpaboutmmc .mmdecss h3{
    color: var(--sub-cl);
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.tpaboutmmc .mmdecss li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 14px;
    font-size: 15px;
    line-height: 23px;
}
.tpaboutmmc .mmdecss li::before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #343399;
    border-radius: 100%;
}
@media all and (max-width: 991px){
    .tpaboutmma .mmathumb{
        border-radius: 5px;
    }
    .tpaboutmma .mmagrip .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutmma .mmagrip .colr{
        width: 100%;
    }
    .tpaboutmma{
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .tpaboutmma::before{
        right: -22%;
        bottom: -10%;
    }
    .tpaboutmma .mmathumb a .playvideo{
        width: 70px;
        height: 70px;
    }
    .tpaboutmmb{
        margin-bottom: 20px;
    }
    .tpaboutmmb .mmbgrip .colll{
        margin-bottom: 25px;
    }
    .tpaboutmmc .mmthumb{
        margin-bottom: 15px;
    }
    .tpaboutmma .dstitle, .tpaboutmma .dstitle h2{
        font-size: 65px;
        line-height: 70px;
    }
}
@media all and (max-width: 767px){
    .tpaboutmmb  .mmbgrip .colll{
        width: 50%;
    }
}