﻿/* Start programs */
.ScientificResearch {
  
}

    .ScientificResearch .the-tabs {
        margin-bottom: 20px;
    }

        .ScientificResearch .the-tabs li span {
            background-color: #3992a4;
            color: #FFF;
            display: block;
            padding: 10px;
            cursor: pointer;
            font-size: 12px;
        }

@media (max-width: 991px) {
    .ScientificResearch .the-tabs li span {
        margin-bottom: 20px;
    }
}

.ScientificResearch .the-tabs li.active span {
    background-color: #ab986c;
}

    .ScientificResearch .the-tabs li.active span:after {
        content: '';
        border-style: solid;
        border-width: 10px;
        border-color: #ab986c transparent transparent;
        display: block;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media (max-width: 991px) {
    .ScientificResearch .the-tabs li.active span:after {
        display: none;
    }
}

.ScientificResearch .tab-content {
 height:400px;
 
}
    .ScientificResearch .tab-content > .tab-pane{
        height:0px;
    }


    .ScientificResearch .tab-content .tab-title {
        color: #ab986c;
        font-size: 20px;
        margin: 0 0 20px;
        font-weight: bold;
    }

    .ScientificResearch .tab-content .overview-text {
        line-height: 1.8;
    }

    .ScientificResearch .tab-content .sidebar ul li {
        padding: 10px;
        background-color: #EEE;
        margin-bottom: 5px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        width: 90%;
    }

        .ScientificResearch .tab-content .sidebar ul li.active {
            background-color: #ab986c;
            color: #FFF;
        }

            .ScientificResearch .tab-content .sidebar ul li.active:after {
                content: '';
                border-style: solid;
                border-width: 10px;
                border-color: transparent transparent transparent #ab986c;
                display: block;
                position: absolute;
                top: 50%;
                left: auto;
                right: -20px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

@media (max-width: 991px) {
    .ScientificResearch .tab-content .sidebar ul li.active:after {
        display: none;
    }
}

.ScientificResearch .tab-content .tab-container:not(:first-child) {
    display: none;
}

.ScientificResearch .tab-content .tab-container .down-btn {
    float: none;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #3992a4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

    .ScientificResearch .tab-content .tab-container .down-btn:hover {
        background-color: #176c7d;
    }

.ScientificResearch .tab-content .program-box {
    background-color: #EEE;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

    .ScientificResearch .tab-content .program-box .program-url {
        padding: 15px;
        display: block;
        height: 70px;
        overflow: hidden;
        font-weight: bold;
        color: #000;
    }

    .ScientificResearch .tab-content .program-box .program-info .download,
    .ScientificResearch .tab-content .program-box .program-info .website {
        padding: 5px;
        background-color: #ab986c;
        color: #FFF;
        float: right;
        width: 50%;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
    }

        .ScientificResearch .tab-content .program-box .program-info .download:hover,
        .ScientificResearch .tab-content .program-box .program-info .website:hover {
            background-color: #3992a4;
        }

        .ScientificResearch .tab-content .program-box .program-info .download i,
        .ScientificResearch .tab-content .program-box .program-info .website i {
            margin-left: 2px;
        }

    .ScientificResearch .tab-content .program-box .program-info .download {
        border-left: 2px solid #FFF;
    }

.statistics {
    min-height: 200px;
    padding: 30px 0;
    background-image: url("../img/stats.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .statistics:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        background-color: rgba(125, 92, 15, 0.9);
    }

    .statistics .container {
        position: relative;
        z-index: 2;
        color: #FFF;
        text-align: center;
    }

        .statistics .container .section-title {
            margin-bottom: 80px;
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 2px;
            display: inline-block;
            border-bottom: 2px solid #FFF;
            padding-bottom: 20px;
        }

        .statistics .container i {
            font-size: 60px;
            margin-bottom: 15px;
        }

        .statistics .container .amount {
            display: block;
            font-size: 50px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .statistics .container .description {
            font-size: 20px;
            margin-bottom: 30px;
        }


        .fade.show.active{
            opacity:1;
        }

.ScientificResearch .nav-link {
    color: #969696 !important;
    border-bottom: 2px solid #EAEAEA;
    border-top: 0;
    background: transparent;
    width: 100%;
    border-right: 0;
    border-left: 0;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin:0px;
}

    .ScientificResearch .nav-link:last-child, .ScientificResearch .nav-link:last-child:hover {
        border-bottom: 0;
    }
    .ScientificResearch .nav-link:hover, .ScientificResearch .nav-link.active {
        color: #3992a4 !important;
        border-bottom: 2px solid #3992a4;
    }

/* End programs */

/*# sourceMappingURL=statics.css.map */
