﻿body {
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: white;
    margin:0;
}
.A-center{
    text-align:center;
}
.gallery{
    width: 300px;
    height :200px;
}
.bullet-list::before {
    font-size: 18px;
    content: "\2022";
    color: darkorange;
    margin-right: 10px;
}

.bullet-list {
    margin-bottom: 10px; 
}
.accessDenied{
    color:red;
}
.form-container {
    width: 50%;
}
.middle-L {
    font-size: 17px;
    text-align: left;
    margin-left: 25%;
    margin-right: 20%;
}
.td_S{
    width: 25%;
}
#Stable{
    width: 50%;

}
.img-Danit{
    width:150px;
    height:150px;
}
.M-img {
    width: 90px;
    height: 90px;
}
.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #1ee2e7;
}

    .timeline > li .timeline-image h4 {
        margin-top: 12px;
        font-size: 10px;
        line-height: 14px;
    }
.timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}

    .timeline > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
.timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}

    .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

* {
    box-sizing: border-box;
}
p {
    font-size: 17px;
}
.col-projects {
    display: inline-block;
    margin-right: 5%; 
    margin-bottom: 20px;
    text-align:center;
}
.right-side{
    text-align:right;
}
.left-side {
    text-align: left;
}
.Stext{
    font-size:15px;
    color:gray;
}
.Bold-text{
    font-weight:bold;
}
.Bold-text2 {
    font-weight: bold;
    font-size:15px;
    margin-top: 17px;
}
.img-responsive {
    width: 250px;
    height: 150px;
    text-align: center;
}
.imgs {
    text-align: center;
}
.pad-Text {
    text-align: center;
    margin-right: 10%;
    margin-left: 10%;
}
.pad {
    margin-left: 20%;
    margin-right: 20%;
}
.Bpad {
    margin-left: 15%;
    margin-right: 15%;
}
.Logo {
    text-align: left;
}
.background-top {
    height: 170px;
    background-image: url(NewFolder1/road2.jpg);
    background-size: cover; /* Adjust the sizing of the background image */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
}
h1 {
    font-size: 25px;
    text-align: center;
    color: black;

}
.Bimg {
    height: 200px;
    width: 280px
}
.S2img{
    width:60px;
    height:60px;    
}
.Simg {
    height: 60px;
    width: 60px;
    margin-left: 50px;
}

.RS2img {
    width: 30px;
    height: 30px;
}
.RSimg {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}


.navbar {
    background-color: #333;
    text-align: center;
    width: 100%;
    top: 0;

    z-index: 1000;
}

    .navbar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .navbar li {
        font-size: 15px;
    }

        .navbar li a {
            display: inline-block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

            .navbar li a:hover {
                background-color: #ddd;
                color: black;
                font-weight: bold;
            }
.column {
    float: left;
    overflow: auto;
    background-color: white;
}
.img-title {
    float: left;
    width: 350px;
    height: 120px;
}
.left-column {
    margin-left: 10%;
    width: 40%;
    background-color: white;
}

.right-column {
    margin-left: 5%;
    width: 40%;
    background-color: white;
}





input[type="text"],
input[type="password"] {
    height: 30px;
    width: 200px;
}

button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin: 100px;

    font-size: 20px;
}

    button:hover {
        background-color: #0056b3;
    }




.Math {
    color: blue;
}
.Sport {
    color:black;
}
.physics {
    color:blueviolet;
}
.Citizenship {
    color:chartreuse;
}
.History {
    color: darkgreen;
}
.ComputerScience {
    color:gold;
}
.education{
    color:red;
}
table {
    width: 80%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-align: center;

}
.table-W {
    width: 80%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-align: center;
}



th {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

td {
    width: 30px;
    height: 30px;
    padding: 8px;
    text-align: center;
}


.text-primary {
    color: #1ee2e7;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        background-color: #f1f1f1;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 50px;
        min-height: 50px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            float: right;
            position: relative;
            width: 100%;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            z-index: 100;
            position: absolute;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            border: 7px solid #f1f1f1;
            border-radius: 100%;
            text-align: center;
            color: black;
            background-color: darkorange;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 12px;
                font-size: 10px;
                line-height: 14px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > p,
    .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

@media(min-width:0px) {
    .team-member {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 16px;
                font-size: 13px;
                line-height: 18px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
}

.section-heading {
    text-align: center;
    font-size:30px

}
.team-member {
    margin: 0 15px;
    text-align: center;
}
.list-inline dots{
    display:inline-block;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

#team .row {
    display: flex;
    justify-content: center;
}
.img-centered {
    margin: 0 auto;
}


.btn-primary {
    border-color: #1ee2e7;
    text-transform: uppercase;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #1ee2e7;
}



    .btn-xl .badge {
        color: #fed136;
        background-color: #fff;
    }




::-moz-selection {
    text-shadow: none;
    background: #1ee2e7;
}

::selection {
    text-shadow: none;
    background: #1ee2e7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
@keyframes moveFromSides {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
@keyframes moveFromSides2 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}
@keyframes moveFromBottom {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}
@keyframes moveFromBottom2 {
    from {
        transform: translateY(300%);
    }

    to {
        transform: translateY(0);
    }
}

.timeline .timeline-image.move-animation {
    animation: moveFromSides 2s ease;
}
.timeline .timeline-image.move-animation2 {
    animation: moveFromSides2 2s ease;
}
.move-animation-top {
    animation: moveFromBottom 2s ease;
}
.imgs {
    animation: moveFromBottom2 2s ease;
}


