﻿.nav > li {
    position: relative !important;
    display: block!important;
}

.ourmission-vision {
    margin: 80px 0px 50px 0px;
    padding: 0px 0px;
    float: left;
    width: 100%;
}


/*****tab horizontak*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.nav-tabs {
    position: relative;
}

    .nav-tabs > li:hover:after,
    .nav-tabs .active:after {
        content: "";
        border-top: 10px solid #069139;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        top: 43px;
        right: 38%;
    }

    .nav-tabs > li > a {
        border-radius: 0px;
        background: #06b547;
        padding: 10px 20px;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        font-weight: 500;
        float: left;
    }

        .nav-tabs > li > a:hover {
            border-color: transparent;
            background: #069139;
            transition: 0.3s ease;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        background: #069139;
        color: #fff;
    }

.tab-content > .tab-pane {
    border: 1px solid #f3f3f3;
    border-top: 0px none;
    padding: 0px 20px 20px 20px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #333;
    float: left;
    height: auto;
    width: 100%;
    background: #fff;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
}


.tab-readmore {
    height: auto;
    width: 100%;
    margin: 15px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.tab-readmore-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 8px 20px 8px 20px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    background-color: #dc005a;
    border: 1px solid #dc005a;
    color: #fff;
    text-align: center;
    font-weight: 400;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .tab-readmore-a:hover {
        border: 1px solid #dc005a;
        color: #333;
        background-color: #fff;
    }



/********News page*/
/*.tenderboxx22 {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.tenderboxx {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px;
    float: left;
    border-radius: 5px;
}

.tendermmbox {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 15px 15px;
    float: left;
    background: #fbfffc;
    border: 1px solid #dbe6f5;
}

.tendermmboxp {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #dc005a;
    font-weight: 600;
}

.tendermmboxh1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    text-align: left;
}

.tendermmboxh2 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #6b6b6b;
    font-weight: 400;
    text-align: left;
}

.tendermmboxul {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .tendermmboxul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .tendermmboxul li a {
            margin: 0px 15px 0px 0px;
            padding: 0px 4px;
            text-decoration: none;
            font-size: 16px;
            color: #116e63;
        }*/
/*******end*/

/*@media screen and (max-width:950px) {
    .tendermmboxul li a {
        font-size: 11px;
        line-height: 20px;
    }
    .nav-tabs > li:hover:after, .nav-tabs .active:after {
        right: 45%!important;
    }

}*/
