﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    cursor: url('../images/cursor1.png'),auto;
}

a {
    text-decoration: none;
}


.wait_back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100000000000000;
    display: none;
}

.wait {
    position: fixed;
    z-index: 1000;
    margin: auto;
    top: 48%;
    left: 40%;
    font-size: 40px;
    color: #fff;
    z-index: 1000000000000000;
}

.container {
    width: 1170px;
    margin: auto;
    position: relative;
    max-width: 100%;
}

.head {
    width: 100%;
    float: left;
    /* padding: 2px 0; */
    z-index: 100;
    background: #4d4d4d;
}

/*.bg {
    background: rgba(136, 136, 136,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}*/

.head-inner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.hira-logo {
    width: 20%;
    float: left;
    min-width: 120px;
    position: absolute;
    right: 0;
    /*overflow: hidden;*/
}

    .hira-logo:before {
        content: "";
        position: absolute;
        /* border-top: 1px solid #fff; */
        width: 372px;
        height: 890px;
        transform: rotate(-125deg);
        transform-origin: 44% 11%;
        background: #fff;
    }

    .hira-logo a {
        display: block;
        width: 142px;
        float: right;
        position: relative;
        padding: 0 41px;
    }

        .hira-logo a img {
            width: 100%;
        }

.mbpl-logo {
    width: 20%;
    float: left;
    min-width: 120px;
}

    /*.mbpl-logo:after {
        content: "";
        position: absolute;
        border-top: 1px solid red;
        width: 326px;
        height: 573px;
        transform: rotate(-125deg);
        transform-origin: 62% 11%;
        background: red;
    }*/

    .mbpl-logo a {
        display: block;
        width: 142px;
        float: left;
        margin-left: 75px;
    }

        .mbpl-logo a img {
            width: 100%;
        }

.nav {
    float: left;
    width: 60%;
}

    .nav ul {
        width: 100%;
        float: left;
        display: block;
        list-style-type: none;
    }

        .nav ul li {
            width: 12.2857%;
            float: left;
            margin: 47px 1%;
        }

            .nav ul li a {
                display: block;
                text-align: center;
                padding: 10px 0;
                font-size: 22px;
                text-decoration: none;
                text-transform: uppercase;
                color: #fff;
                border-bottom: 3px solid transparent;
                transition: 0.5s ease-out;
            }

                .nav ul li a:hover {
                    border-bottom: 3px solid #fff;
                }

.active a {
    border-bottom: 3px solid #fff !important;
}

.banner {
    width: 100%;
    float: left;
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }

.title {
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    color: #052C79;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-style: italic;
}

    .title span {
        position: relative;
    }

        .title span:before {
            position: absolute;
            background-color: #007556;
            height: 3px;
            width: 100%;
            margin: 0 auto;
            bottom: -5px;
            left: 0;
            content: "";
        }

.team-name {
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    font-size: 20px;
    font-family: "IndustryBold", sans-serif;
    font-weight: normal;
    color: #052C79;
    /* text-transform: uppercase; */
    float: left;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.team-detail {
    width: 100%;
    float: left;
}

.team-member {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 17px;
    box-sizing: border-box;
    padding: 10px;
}

    .team-member:nth-child(odd) {
        background: rgba(0,0,0,0.3);
        color: #fff !important;
    }

    .team-member:nth-child(even) {
        background: rgba(255,255,255,0.8);
        color: #000 !important;
    }

.name {
    width: 65%;
    float: left;
}

.class {
    width: 15%;
    float: left;
}

.prize {
    width: 20%;
    float: left;
}

.teams-outer {
    width: 100%;
    margin: 10px 0;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.team-slide {
    border-left: 0.5px solid #F2A415;
    border-right: 0.5px solid #F2A415;
}

    .team-slide a {
        display: block;
        text-decoration: none;
    }

        .team-slide a img {
            width: 70%;
            margin: 5% 15%;
        }

        .team-slide a span {
            color: #000;
            text-align: center;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
        }

.teams {
    width: 100%;
    height: 180px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    display: block;
    text-decoration: none;
}

    .swiper-slide a img {
        width: 80%;
        margin: 5% 10%;
    }

    .swiper-slide a span {
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #131038;
        text-decoration: none;
        font-weight: 600;
        font-style: italic;
    }

.swiper-slide:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    height: 80%;
    width: 1px;
    background: #fef8ed;
    background: -moz-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    background: -webkit-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    background: linear-gradient(to bottom, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8ed', endColorstr='#fef8ed',GradientType=0 );
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
    .swiper-pagination {
        display: none;
    }
}



.middlelogodiv {
    background: #f9f8f8;
    width: 100%;
    float: left;
    height: 465px;
    /*background-image: url(../images/middlebg.jpg);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .middlelogodiv p {
        font-size: 32px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        color: #2b2b2b;
        font-family: MuseoSansCyrl700;
        margin: 70px 0 20px;
    }

    .middlelogodiv a {
        font-size: 36px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        color: #1ebed6;
        font-family: MuseoSansCyrl700;
        font-weight: normal;
        float: left;
    }

    .middlelogodiv span {
        font-size: 32px;
        width: 100%;
        text-align: center;
        color: #1ebed6;
        font-family: MuseoSansCyrl700;
        font-weight: normal;
        float: left;
        color: #ff5400;
        margin: 15px 0 0 0;
        line-height: 45px;
    }

.middlelogoinside {
    width: 1000px;
    margin: 60px auto;
    display: table;
    position: relative;
    background-image: url(../images/middlelogoborder2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 314px;
}

.hiralogo {
    width: 200px;
    position: absolute;
    background: #fff;
    float: left;
    display: table;
    height: 200px;
    padding: 20px;
    top: 36px;
    left: -100px;
}

    .hiralogo img {
        width: 200px;
    }

.hthmlogo {
    width: 200px;
    position: absolute;
    float: right;
    display: table;
    height: 240px;
    padding: 0px;
    top: 36px;
    right: -65px;
}

    .hthmlogo img {
        width: 240px;
    }

.fixture-outer {
    width: 100%;
    float: left;
    position: relative;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}


.fixtures-col {
    width: 46%;
    margin: 1% 2%;
    float: left;
    /*background: #fff;*/
}

.fixture-inner {
    background: rgba(255,255,255,0.9);
    float: left;
    width: 100%;
}

.fixture-head {
    position: relative;
    margin-bottom: 30px;
}

.viewmore {
    font-size: 18px;
    font-family: "IndustryMedium", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #747474;
}

    .viewmore a {
        padding-right: 20px;
        color: #747474;
    }

        .viewmore a:before {
            content: "\f105";
            position: absolute;
            font-size: 45px;
            color: #f6892d;
            font-family: FontAwesome;
            right: -10px;
            top: 41%;
            transform: translateY(-50%);
        }

.fx-row {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.fixtures {
    width: 100%;
    float: left;
}

.fixture-title {
    width: 100%;
    background: #131038;
    padding: 10px 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    font-family: "IndustryBold", sans-serif;
    font-weight: normal;
    color: #fff;
    /*text-transform: uppercase;*/
    float: left;
}

.fx-title-col {
    width: 31.333%;
    margin: 0 1%;
    float: left;
}


.fx-date {
    flex-basis: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: "IndustryMedium", sans-serif;
    font-weight: normal;
    text-align: left;
}


.fx-tie, .fx-grp {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "IndustryBold", sans-serif;
    font-weight: normal;
    flex-basis: 100%;
    text-align: center;
}

.fx-time {
    flex-basis: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: "IndustryMedium", sans-serif;
    font-weight: normal;
    text-align: right;
}

.fixture-details {
    width: 96%;
    float: left;
    padding: 2%;
    position: relative;
}

.match-status {
    color: #007556;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    /*font-family: "IndustryBold", sans-serif;*/
    font-style: italic;
    font-weight: 900;
    width: 100%;
    float: left;
}

.fx-team1 {
    width: 40%;
    float: left;
}

.score {
    width: 20%;
    float: left;
}

.fx-team2 {
    width: 40%;
    float: left;
}

.team-logo {
    width: 60%;
    margin: 10px 20%;
    float: left;
}

    .team-logo span {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #262626;
        font-style: italic;
    }

    .team-logo img {
        width: 100%;
    }

    .team-logo span {
        display: block;
        text-align: center;
    }

.score {
    font-weight: 600;
    font-size: 40px;
    color: #909091;
    text-align: center;
    line-height: 123px;
}

.venue {
    color: #007556;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    /* font-family: "IndustryBold", sans-serif; */
    font-style: italic;
    font-weight: 600;
    width: 100%;
    float: left;
}

.fixture-details:after {
    content: "";
    position: absolute;
    left: auto;
    right: 1%;
    top: 100%;
    height: 2px;
    width: 98%;
    background: #fef8ed;
    background: -moz-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    background: -webkit-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    background: linear-gradient(to bottom, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8ed', endColorstr='#fef8ed',GradientType=0 );
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.team-row {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0;
}

    .team-row::after {
        content: "";
        position: absolute;
        left: auto;
        right: 1%;
        top: 100%;
        height: 2px;
        width: 98%;
        background: #fef8ed;
        background: -moz-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        background: -webkit-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        background: linear-gradient(to bottom, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8ed', endColorstr='#fef8ed',GradientType=0 );
        -webkit-transform: translateY(-25%);
        -moz-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.grp-team-logo {
    width: 20.78%;
    float: left;
}

    .grp-team-logo img {
        width: 100%;
    }

.grp-team-name {
    width: 74.22%;
    float: left;
    margin-left: 5%;
    font-size: 25px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-style: italic;
    line-height: 68px;
    color: #052C79;
}


.fixtures-page-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.fixtures-page-col {
    width: 63%;
    float: left;
    margin: 0 1%;
}

.fixtures-grp-col {
    width: 33%;
    float: left;
    margin: 0 1%;
}

    .fixtures-grp-col .grp-team-name {
        line-height: 48px;
    }

.rules-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
    background-image: url('../images/chiragh.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

    .rules-outer .bg {
        background: rgba(0,0,0,0.8);
    }

    .rules-outer .title {
        margin: 40px 0 20px;
        width: 100%;
        float: left;
        color: #fff;
    }

    .rules-outer .fixtures-col {
        margin-left: 0;
        margin-right: 2%;
        background: rgba(255,255,255,0.8);
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    .rules-outer h1 {
        text-transform: uppercase;
        font-style: italic;
        color: #A40E0F;
    }

    .rules-outer ul {
        width: 100%;
        float: left;
        margin-left: 25px;
        margin-right: -25px;
    }

        .rules-outer ul li {
            font-size: 25px;
            /*color: #4d4d4d;*/
            line-height: 40px;
            list-style-type: square;
            color: #f2f2f2;
        }

.playoffs {
    width: 100%;
    float: left;
}

    .playoffs img {
        width: 90%;
    }

.contact-outer {
    width: 100%;
    float: left;
}

.map {
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }

.contact-inner {
    width: 100%;
    float: left;
    padding: 30px 0;
}


.contact-details {
    width: 30%;
    float: left;
    position: relative;
}

    .contact-details:after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        height: 100%;
        width: 4px;
        background: #fef8ed;
        background: -moz-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        background: -webkit-linear-gradient(top, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        background: linear-gradient(to bottom, #fef8ed 4%, #fadba3 35%, #fadba3 49%, #fadba3 61%, #fef8ed 95%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8ed', endColorstr='#fef8ed',GradientType=0 );
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.address {
    width: 100%;
    float: left;
}

    .address img {
        width: 80%;
    }

.contact-details h1 {
    text-transform: uppercase;
    font-style: italic;
    color: #4d4d4d;
}

.address p {
    font-size: 21px;
    margin: 10px 0;
    line-height: 29px;
    font-weight: 600;
    color: #4d4d4d;
}

.contact-number {
    width: 100%;
    float: left;
    display: none;
}

    .contact-number p {
        font-size: 25px;
        margin: 10px 0;
        line-height: 29px;
        font-weight: 600;
        color: #4d4d4d;
    }


.email {
    width: 100%;
    float: left;
}

    .email p {
        font-size: 25px;
        margin: 10px 0;
        line-height: 29px;
        font-weight: 600;
        color: #4d4d4d;
    }

.contact-form {
    width: 65%;
    margin-left: 4%;
    float: left;
}

    .contact-form h1 {
        text-transform: uppercase;
        font-style: italic;
        color: #4d4d4d;
    }

    .contact-form input[type="text"] {
        width: 80%;
        float: left;
        margin: 10px 0;
        padding: 15px;
    }

    .contact-form textarea {
        width: 80%;
        float: left;
        margin: 10px 0;
        padding: 15px 15px 40px;
    }

.submit-container {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.contact-form input[type="button"] {
    display: block;
    float: none;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #F79534;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease all;
}

    .contact-form input[type="button"]:hover {
        background: #B80304;
    }

.copyright {
    width: 100%;
    float: left;
    background: #131038;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}

    .copyright a {
        color: #B80304;
    }

.about-outer {
    width: 100%;
    float: left;
}

    .about-outer .title {
        margin-top: 20px;
    }

.about-inner {
    width: 100%;
    float: left;
    background-image: url('../images/badminton-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*.about-img {
    width: 25%;
}*/

/*.about-img img {
        width: auto;
        float: left;
        max-width: 100%;
    }*/

.about-text {
    width: 100%;
    float: left;
    background: rgba(255,255,255,0.5);
}


    .about-text h3 {
        text-transform: uppercase;
        font-size: 28px;
        color: #4d4d4d;
        font-style: italic;
        margin: 20px 0;
    }

    .about-text p {
        font-size: 25px;
        color: #4d4d4d;
        line-height: 40px;
    }


.sponsor-col {
    width: 19%;
    margin: 10px 0.5%;
    float: left;
}

.sponsor-head {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #4d4d4d;
}

.sponsor-logo-new {
    width: 100%;
    float: left;
}

    .sponsor-logo-new img {
        width: 60%;
        margin: 10px 20%;
        max-width: 250px;
    }

.sponsor {
    width: 100%;
    float: left;
}

.footer {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.middlelogodiv {
    display: none;
}

.inner-header {
    width: 100%;
    float: left;
    position: relative;
}

    .inner-header img {
        width: 100%;
        margin-bottom: -4px;
    }

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}

.inner-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    text-align: center;
    bottom: 150px;
}

    .inner-banner-text:after {
        content: "";
        display: block;
        float: none;
        width: 200px;
        height: 2px;
        margin: auto;
        background: #f3f3f3;
        margin-top: 7px;
    }

.gallery-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.gallery-inner {
    width: 100%;
    float: left;
}

.gallery-imgs {
    width: 100%;
    float: left;
}

.gallery-col a img {
    max-width: 100%;
    transition: all 2s linear;
}

.gallery-col {
    width: 31.333%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 245px;
}

    .gallery-col a {
        display: block;
        overflow: hidden;
    }



    .gallery-col:hover img {
        transform: scale(1.3);
    }

.fixtures-page-inner {
    width: 100%;
    float: left;
    position: relative;
}

.footer-links {
    width: 100%;
    float: left;
    background: pink;
    display: none;
}

    .footer-links ul {
        list-style-type: none;
        width: 100%;
        float: left;
    }

        .footer-links ul li {
            width: 12.2857%;
            float: left;
            margin: 47px 1%;
        }

            .footer-links ul li a {
                display: block;
                text-align: center;
                color: #4d4d4d;
                font-size: 22px;
                text-transform: uppercase;
            }

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    /*background: #f5f5f5;*/
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top img {
        width: 100%;
    }

    #back-to-top:hover {
        /*background: #e9ebec;*/
    }

    #back-to-top.show {
        opacity: 1;
    }

#content {
    height: 2000px;
}

.team-outer {
    background-image: url('../images/youth-sports-hands-in.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #fff;
}



    .team-outer .bg {
        background: rgba(0,0,0,0.8);
    }

.facebook {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 300px;
}

    .facebook a {
        display: block;
    }

        .facebook a img {
            width: 100%;
            background: #fff;
            border: 1px solid #fff;
        }

.schedule-outer {
    width: 100%;
    float: left;
}

.team-col {
    width: 31.333%;
    margin: 1%;
    float: left;
    position: relative;
    margin-bottom: 3%;
}

    .team-col a {
        display: block;
    }

        .team-col a img {
            width: 100%;
        }


/*------------Tabs-----------------*/
.tabs {
    width: 100%;
    margin: 0;
    height: 100%;
    float: left;
}

.tab_menu {
    margin-top: 35px;
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0px;
}

    .tab_menu li {
        display: block;
        float: left;
        /* padding: 5px 0px; */
        width: 33.1637%;
        margin: 0;
        background: #4d4d4d;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

        .tab_menu li a {
            text-decoration: none;
            color: #fff;
            /* background-color: #a02b2d; */
            padding: 15px;
            display: block;
            text-align: center;
            /* border-left: 3px solid #a02b2d; */
            /* border-right: 3px solid #a02b2d; */
            /* border-top: 3px solid #a02b2d; */
            /* box-shadow: 5px 0px 5px #888888; */
            cursor: pointer;
            font-size: 20px;
            transition: 0.3s ease-in;
        }

            .tab_menu li a:hover {
                background-color: #fff;
                color: #04252f;
                /* font-weight: 600; */
                transition: 0.3s ease-in;
            }

.tab_content {
    width: 100%;
    height: 100%;
    float: left;
}

.tab_menu .active {
}

    .tab_menu .active a {
        background-color: #131038;
        color: #fff;
        /* font-weight: 600; */
        transition: 0.3s ease-in;
    }

.tab_content_item {
    margin-top: 9px;
    z-index: 0;
    /* border: 2px solid #a02b2d; */
    width: 100%;
    float: left;
    /* box-shadow: 10px 10px 5px #888888; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-bottom: 30px; */
    display: none;
    /*background: #0f81a3;*/
    /*color: #fff;*/
    /*background: url(../images/mid-banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;*/
    padding: 1em 0;
}

    .tab_content_item a {
        color: #000;
        text-decoration: none;
    }

    .tab_content_item.active {
        display: block;
    }
/*------------Tabs end-------------*/
