﻿/*  add */
.item {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    /*border-bottom: 1px dashed #ccc;*/
    border: 2px solid #FFF;
    height: 300px;
}

    .item .item-content {
        padding: 20px;
        color: #484848;
        font-size: 16px;
        border-top: 3px solid #3F92F2;
    }

    .item:hover .item-container:before {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }

    .item:hover .item-container .item-caption span {
        display: block;
    }

    .item:hover .zoom-container img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.zoom-container {
    margin: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    width: 100% !important;
}

    .zoom-container img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

    .zoom-container .zoom-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        font-size: 15px;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

        .zoom-container .zoom-caption h3 {
            font-family: 'Josefin Sans', cursive;
        }

        .zoom-container .zoom-caption a {
            font-size: 20px;
            color: #fff;
        }

        .zoom-container .zoom-caption i {
            display: block;
            text-align: center;
            font-size: 40px;
            color: #fff;
        }

    .zoom-container:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

    .zoom-container:hover .zoom-caption {
        background: rgba(63,81,181, 0.7);
        z-index: 10;
        color: #fff;
    }



#counter .counter-number {
    height: 100px;
    width: 180px;
    border-radius: 5px 50px;
    padding: 10px;
    margin: 50px 0px 25px 0px;
    box-shadow: 10px 10px black;
}

#counter .counter-value {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fc5c5c;
}

#counter .counter-text {
    text-align: center;
}

.about-left ul {
    padding-left: 20px;
}

    .about-left ul li {
        letter-spacing: 0.2px;
        font-size: 1em;
        color: #909090;
        margin: 0.2em auto;
        font-family: 'PT Sans', sans-serif;
    }

.laboratory-grid {
    margin-bottom: 3em;
}

.laboratory-text h4 {
    font-size: 1.5em;
    color: #fc5c5c;
}

.laboratory-text p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.computer_science {
    background: url(../IMG_Samcet/Featured7.jpg) no-repeat;
    background-position: top;
    background-attachment: fixed;
    min-height: 400px;
    background-size: cover;
    padding: 3em 0em;
}

.mySlides1 {
    display: none;
}

.mySlides2 {
    display: none;
}

.blueDiv {
    background-color: #3999aa;
    padding: 30px 0 0 0;
}

@media(max-width:768px) {
    .counter-number {
        margin: 5px !important;
    }

    #counter_second {
        padding: 0 50px;
    }

    #counter_first {
        padding: 0 50px;
    }

    #sam_img {
        padding: 0 90px;
    }
}

@media(max-width:640px) {

    #counter_second {
        padding-left: 50px;
    }
}

@media(max-width:480px) {
    #counter_second {
        padding-left: 70px;
    }
}

@media(max-width:320px) {

    #counter_second {
        padding-left: 50px;
    }
}

.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#DFF0D8}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}