.mark {
    width: 100%;
    height: 18em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 100s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/* Make it move! */
@keyframes marquee {
    0% {
        top: 10em
    }

    100% {
        top: -270em
    }
}

/* Make it look pretty */
.microsoft .marquee {
    margin: 0;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after, .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

    .vanity a, .microsoft a {
        color: #1570A6;
        transition: color .8s;
        text-decoration: none;
    }

        .vanity a:hover, .microsoft a:hover {
            color: #F65314;
        }

.sidebar_head {
    border-bottom: 3px solid #01366a;
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

    .sidebar_head i {
        background: #006cb7 none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        font-size: 16px;
        /* left: -25px; */
        /*left: -30px;*/
        line-height: normal;
        padding: 4px;
        position: absolute;
        margin-top: 10px;
    }

    .sidebar_head h4 {
        font-weight: bold;
        margin: 5px 0;
        float: right;
    }

.whats-new .sidebar_head h4 {
    background: url(../images/title-arrow.png) no-repeat scroll 12px 103% rgba(0, 0, 0, 0);
    border-bottom: 3px solid #4f76b1;
    float: left;
    font-family: "roboto_slabbold";
    font-size: 1.6em;
    font-weight: normal;
    /* height: 30px; */
    padding: 1px 0 11px 5px;
    margin-bottom: -3px;
    width: auto;
}

.scrollbar {
    height: 250px;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    float: left;
}

.force-overflow {
    min-height: 350px;
}

#wrapper {
    text-align: center;
    margin: auto;
    width: 100%;
}

.about {
    margin-top: 8%;
}

.text h4 {
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    text-align: center;
    padding: 5px;
}


.cont {
    display: flex;
    flex-direction: row-reverse;
}

    .cont > .image {
        flex: 1 0 0%;
        text-align: right; /* and here*/
        margin: 11px 13px;
    }

.image > img {
    vertical-align: top; /* here */
    max-width: 100%;
    max-height: 300px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border: 2px solid #00356d;
}

.cont > .text {
    flex: 2 0 0%;
    /* and eventually */
    margin: 5% 10px;
}

#abut {
    margin: 0 10px;
    line-height: 1.5;
}

#tab1 p {
    line-height: 1.5;
}

#tabll {
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 1vh;
    padding-bottom: 5vh;
}

.tabs-nav ul {
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    display: inline-block;
    background: rgb(34 99 163);
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #2263a3;
    margin-right: 5px;
}

.tabs-nav a {
    display: block;
    padding: 10px 10px;
    font-weight: bold;
    color: #fff;
}
/* Active tab */

.tabs-nav li.active {
    background: #FFF;
    color: #000;
}

    .tabs-nav li.active a {
        color: inherit;
    }
/* Tab content */

.tabs-content {
    border: 1px solid #2263a3;
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
}

    .tabs-content IMG {
        margin-right: 10px;
    }
    /* Hide all but first content div */

    .tabs-content div:not(:first-child) {
        display: none;
    }

.sidebar_head1 {
    border-bottom: 3px solid #cb3e45;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .sidebar_head1 h4 {
        margin: 10px 10px;
        font-weight: bold;
    }

p {
    line-height: 1.5;
}

.sidebar_head2 {
    border-bottom: 3px solid #2263a3;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .sidebar_head2 i {
        background: #006cb7 none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        font-size: 16px;
        /* left: -25px; */
        /*left: -30px;*/
        line-height: normal;
        padding: 4px;
        position: absolute;
        margin-top: 10px;
    }

    .sidebar_head2 h4 {
        font-weight: bold;
        margin: 5px 10px;
        float: right;
    }

#for {
    margin-right: 10px;
}

.fa-dot-circle {
    color: #cb3e45;
}

#milled_section {
    margin-bottom: 20px;
    margin: 0 4%;
}

.marquee li {
    margin-bottom: 10px;
}

.tab6 li {
    margin-bottom: 10px;
}


/*director*/
.img-wrapper1 {
    overflow: hidden;
}

    .img-wrapper1 img:hover {
        cursor: pointer;
        transform: scale(1.4, 1.4);
    }

        .img-wrapper1 img:hover .overlay1 {
            height: 10%;
        }

    .img-wrapper1 img {
        transition: all 3s ease-in-out;
        overflow: hidden;
    }

.container1 {
    position: relative;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container1:hover .overlay1 {
    height: 25%;
    bottom: -13%;
    left: -5%;
    transform: rotate(10deg);
    width: 120%;
}

.container1:hover .text1 {
    left: 8%;
    font-size: 10px;
    transition-delay: .3s;
}

.text1 {
    transform: rotate(-9deg);
    color: black;
    font-size: 10px;
    position: absolute;
    overflow: hidden;
    top: 22%;
    left: 5%;
    transition: all 1s cubic-bezier(0.6,.1,.3,.8);
}

.cont1 > .text3 {
    /* flex: 2 0 0%; */
    /*margin: 5% 10px;*/
}

.cont1 {
    display: flex;
    /* flex-direction: row-reverse;*/
    margin-top: 5%;
}

    .cont1 > .image3 {
        flex: 1 0 0%;
        text-align: right;
        margin: 11px 13px;
    }

.message1 ul {
    display: flex;
    margin-bottom: 10px;
    margin-top: -20px;
}

    .message1 ul li {
        margin-left: 4% !important;
    }

.message1 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    margin-top: -10px;
}

    .message1 a:hover {
        color: #1c96e5;
        border-bottom: 1px solid #1c96e5;
    }


/**** BTN No. 14 ****/
.btn-14 {
    border: 2px solid #000;
    z-index: 1;
}

    .btn-14:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: #000;
        transition: all 0.3s ease;
    }

    .btn-14:hover {
        color: #fff;
    }

        .btn-14:hover:after {
            left: 0;
            width: 100%;
        }

    .btn-14:active {
        top: 2px;
    }

.view-footer a:hover {
    background: #2263a3;
    color: #fff;
    transition-duration: 1.2s;
}

/* banner  */
.banner_logo {
    margin-top: 20px;
    width: inherit;
}


/* director mg css */
.directors_msg p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #535353;
    font-weight: 600;
}

.directors_msg img {
    float: left;
}

.directors_msg ul li {
    margin: 10px 0;
    font-size: 17px;
}

.directors_msg h4 {
    font-size: 22px;
    font-weight: 600;
}

/* covid-19 css  */

.covid-19 p {
    background: #2263a3;
    color: white;
    padding: 0 5px;
}

.covid-19 h5 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}

    .covid-19 h5:hover {
        color: blue;
    }

.rti p {
    margin-bottom: 10px;
    font-size: 16px;
}

.w3-tuto {
    padding: 5px;
}

    .w3-tuto iframe {
        width: 100%;
        height: 120px;
    }

    .w3-tuto p {
        background: #2263a3;
        padding: 5px;
        text-align: initial;
        line-height: 18px;
        color: white;
        font-size: 16px;
    }

.tab {
    overflow: hidden;
    border: 1px solid #1a7da0;
    background-color: ffffff;
    padding: 7px;
}

    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px;
        font-size: 14px;
        background: #2263a3;
        border: 1px solid #000;
        margin-left: 16px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

        .tab button:hover {
            background-color: #1fbaa1;
        }

        .tab button.active {
            background-color: #1fbaa1;
        }

.tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    border: 1px solid #1a7da0;
    border-top: none;
}



/*======================
    404 page
=======================*/


.contant_box_404 {
    margin-top: -50px;
    margin-bottom: 20px;
}

.link_404 {
    background: #2263a3;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
}

#map {
    height: 250px;
    width: 50%;
    margin-bottom: 20px;
    float: right;
}

#view {
    border: 1px solid #1f2a6b;
    padding: 7px 25px;
    font-size: 14px;
}

.nasv1 {
    float: right;
    font-size: 12px;
}

.navs2 {
    float: right;
}

.hrrr {
    margin: 0px !important;
    margin-top: -10px;
    border-top: 3px solid #42ce31;
}

/* feedback form css */

/*  form css  */
.form-horizontal .form-group label {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 5px;
    text-align: justify;
}

.active1 {
    background: #fb4634;
    color: white;
}

.w3-border {
    border: 1px solid #07387b !important;
    /*margin: 5px 15px;*/
}

.w3-circle {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 1px;
    padding: 10px;
    box-shadow: 1px -1px 1px 0px rgb(0 0 0 / 19%), 0 6px 3px rgb(0 0 0 / 23%);
}

.w3-large {
    font-size: 16px !important;
}

.exp {
    text-align: center;
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 2px solid;
}

.w3-button:hover {
    color: #fff !important;
    background-color: #fb4634 !important;
}

.abc ul {
    display: flex;
    justify-content: center;
}

    .abc ul li {
        margin: 0 15px;
    }

.abc i {
    font-size: 36px;
    color: #ffbc00;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    background: black;
    border-radius: 50%;
    border: 1px solid #07387b;
    cursor: pointer;
}

.form-horizontal {
    padding: 10px 5px;
}

input:hover {
    background-color: #fb4634bf;
    border: 1px solid #07387b !important;
}

input {
    border: 1px solid #07387b !important;
}

select {
    border: 1px solid #07387b !important;
}

    select:hover {
        background-color: #fb4634bf;
        border: 1px solid #07387b !important;
    }

.form-control {
    color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.control-label {
    text-align: justify !important;
}

.form-control {
    margin: 5px 0;
}

#bg11 {
    background: #d6ebfd;
    font-size: 17px;
    padding: 0px;
}

#twrrr {
    width: 100%;
}

.ms img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.ms .content1 {
    position: absolute;
    bottom: 43px;
    background: rgb(80 172 239);
    color: #f1f1f1;
    width: 200px;
    padding: 0px 10px;
}

.content1 h4 {
    color: white;
    text-align: initial;
}

.content1 p {
    color: white;
    text-align: initial;
}
