.social-follow-footer:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    opacity: .3;
    background-image: radial-gradient(circle at 48% 0,#fff,hsla(0,0%,100%,0));
}
.social-icons li a {
    height: 3rem;
    width: 3rem;
    line-height: 40px;
    font-size: 20px;
}
#footer.inverted a:not(.btn) {
    color: #fff;
}
.heading-text.heading-section>h2 {
    font-size: 36px;
    line-height: 30px;
}
#mainMenu nav>ul>li>a {
    padding: 10px 6px;
}
.category-header{
    position: absolute;
    top: 80px;
    z-index: 50;
    background: #019dc6;
    width: 100%;
}
.cat-header-menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}
.cat-nav {
    margin: 0;
    padding: 0;
    line-height: 35px;
}
.cat-header-menu ul li {
    display: inline;
    border-right: 1px solid #a0a0a0;
}
.cat-header-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #a0a0a0;
    color: #b30f0e;
}

.cat-header-menu ul li a {
    padding: 7px 15px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.maruf-svg{
    height: 0;
}
.hexasplash{
    clip-path: url('#maruf-path');
}
.mh-300{
    min-height: 300px;
}
.mh-360{
    min-height: 360px;
    width: 90% !important;
}
.header-title{
    color: #fff;
}
.spacebar {
    width: 100%;
    height: 30px;
}
.match-result{
    display: block;
    text-align: center;
}
.match-result h4{
    display: inline-block;
    background: #006ea7;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 0;
}
.match-result .table{
    border: 4px solid #143951;
    margin-top: 1px;
    background: rgb(0,110,167);
    background: radial-gradient(circle, rgba(0,110,167,1) 0%, rgba(15,88,143,1) 50%, rgba(0,110,167,1) 100%);
    color: #fff;
}
.maruf-post-item{
    /*background: #fff;
    border: 1px solid #ddd;*/
    height: 100%;
    overflow: hidden;
}
/*.maruf-post-item a{ display: block; height: 100%; }*/
.maruf-post-item:hover img{
    opacity: .9
}
.maruf-post-item:hover h4{
    color: #019DC6;
}
.maruf-post-item:hover{
    box-shadow: 0 0 5px 1px #ddd;
}
.maruf-post-item .post-image {
    margin-bottom: 0px;
    text-align: center;
}
.post-image{
    text-align: center;
}
.maruf-post-item .post-item-description h4 {
    line-height: 22px;
    font-weight: bold;
}
.maruf-post-item .post-item-description p {
    margin-bottom: 0px;
}
.maruf-post-item .post-item-description {
    padding: 5px 5px 5px 0;
    color: #676767;
}
.maruf-post-item .post-footer {
    overflow: hidden;
}
.social-icons.social-icons-colored .social-facebook a {
    background-color: #3b5998;
}
.social-icons.social-icons-colored .social-youtube a {
    background-color: #b00;
}
.social-icons.social-icons-colored .social-twitter a {
    background-color: #55acee;
}
.social-icons.social-icons-colored .social-instagram a {
    background: radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);
}
.mvideo-gallery .heading-text h2{
    display: inline-block;
    margin-bottom: 30px;
}
.mvideo-gallery .heading-text span{
    float: right;
    margin-top: 10px;
}
.btn-bff{
    background-color: #019dc6;
    border-color: #019dc6;
}
#search #search-logo{
    height: unset;
}
#search .search-form{
    width: 80%;
}
.header-extras>ul>li:hover>i{
    color: #1B92D0;
    font-size: 18px;
}
.header-extras>ul>li>i{
    font-size: 20px;
    font-weight: 600 !important;
}
#header .header-inner{
    box-shadow: 1px 1px 5px #ddd;
}
.sponsor, .cosponsor{
    width: 100%;
}
.sponsor div, .cosponsor div{
    text-align:center;
}
.sponsor div img{
    width: 215px;
}
.cosponsor div img{
    width: 190px;
}
.player_box a{
    display: block;
}
.player_box{
    background: #fff;
}
.player_box:hover{
    box-shadow: 0 0 5px #ddd;
}
@media (max-width: 992px){
.fixed-logo{
    display: none !important;
}
.sponsor div img{
    width: 24%;
}
.cosponsor div img{
    width: 22%;
}
}

@media (max-width: 400px){
    #header .header-inner #logo a>img {
        width: 220px;
    }
}
@media (max-width: 992px){
    #header #logo > a {
        display: inline;
    }
    .d-mb-none{
        display: none !important;
    }
    .brd-md-none{
        border: none !important;
    }
}
@media (min-width: 992px){
.maruf-list:after, .header-extras>ul>li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: inherit;
    border: 1px solid #E4E5E7;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.maruf-mobile-menu{
    display: none;
}
#mainMenu nav>ul>li {
    margin-left: 0px;
}
#mainMenu nav>ul>li>a {
    padding: 33px 10px 32px;
}
#mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span {
    z-index: 0;
    color: #fff;
}
#mainMenu nav>ul>li:hover>a:after, #mainMenu nav>ul>li:hover>span {
    z-index: -1;
    width: 100%;
    background: #1B92D0;
    border-color: #1B92D0;
}
#mainMenu nav>ul>li .dropdown-menu{
    margin-top: 0px;
    margin-left: -15px;
    border-color: #1B92D0;
    background: #1B92D0;
    color: #fff;
    min-height: 245px;
}
#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a:hover, .menu-post-title a:hover{
    color: #000;
}
.header-extras>ul>li{
    padding: 0 10px;
    cursor: pointer;
}
.header-extras>ul>li:hover{
    padding: 0 10.5px;
}
.header-extras>ul>li:hover>i{
    color: #1B92D0;
    font-size: 16px;
}
.header-extras>ul>li>i{
    font-size: 17px;
    font-weight: 600 !important;
}
.menu-post-title a{
    color: #fff;
}
.menu-post-title a{
    color: #fff;
}
.maruf-sub{
    display: none;
}
#mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover:before {
    color: #000;
}
#mainMenu nav>ul>li .dropdown-submenu:before{
    font-size: 16px;
    color: #fff;
    opacity: 1;
}
.fixed-logo{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    padding-left: 5%;
}
.match-result .table{
    height: 356px;
    margin-bottom: 0;
}
.maruf-gallery{
    height:250px !important;
    box-shadow: 1px 1px 5px #616161;
}
}

.footer-addres{
    margin-left: 15px;
}

#logo img {
    vertical-align: inherit;
    transition: all .4s ease-in-out;
    height: 80px;
    width: auto;
}