﻿.title {
    left: 2%;
}

.header {
    text-align: center;
    color: black;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: -15px;
}
.stytable {
    z-index: 3;
    color: #fff;
    background-color: #47bac1;
    border-color: #47bac1;
}
.sty {
    text-align: left;
    background: #e5f3f8;
}

.sty1 {
    background: #b2dbea;
}

.sty2 {
    background: linear-gradient(to bottom, #0088bb 0%, #4cabcf 100%);
    height: 51px;
    width: 101%;
}
.GreenTab .nav-link.active {
    background-color: #329096 !important;
}
.GreenTab .tab-content {
    border: 2px solid #329096 !important;
}
.card1 .card-header {
    background-color: #329096;
}
 .card1 {
    padding: 0px;
    box-shadow: 0 0 0.875rem 0 #90a4ae;
}
 .mrtopside {
    padding-top: 6px;
}
.mrtopside2 {
    padding-top: 46px;
}
.styin2 {
    background: linear-gradient(to bottom, #0088bb 0%, #4cabcf 100%);
    height: 32px;
    width: 100%;
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu > li > a {
    background-color: #28ABE3;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-image: none !important;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #28ABE3;
        color: #fff;
    }

.column1 {
    float: left;
    width: 25%;
    padding: 10px;
}

    .column1 img1 {
        opacity: 0.8;
        cursor: pointer;
    }

        .column1 img1:hover {
            opacity: 1;
        }

.columnvo {
    float: left;
    width: 22%;
    padding: 10px;
}

    .columnvo img1 {
        opacity: 0.8;
        cursor: pointer;
    }

        .columnvo img1:hover {
            opacity: 1;
        }

.row:after {
    content: "";
    display: table;
    clear: both;
}

.container2 {
    position: relative;
    display: none;
}
#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: grey;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}
#theprogress {
    background-color: grey;
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
#modalprogress {
    position: absolute;
    top: 60%;
    left: 50%;
    margin: -11px 0 0 -55px;
    color: white;
}
body > #modalprogress {
    position: fixed;
}
#imgtext2 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

.closebtn2 {
    position: absolute;
    top: 10px;
    right: 15px;
    color: red;
    font-size: 35px;
    cursor: pointer;
}
.modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header h1 {
    color: #333333;
    font-weight: 800;
    font-family: Barlow,sans-serif;
    font-size: 1.9em;
}

.header h3 {
    font-weight: 600;
    color: black;
    font-family: Barlow,sans-serif;
    font-size: 1.9em;
}

.header h5 {
    color: #333333;
    font-family: Barlow,sans-serif;
    font-size: 1.7em;
}

.header img {
    width: 100%;
    vertical-align: middle;
}

.borderdiv {
    border: 1px solid blue;
}

    .borderdiv div {
        border: 1px solid red;
    }

.boxed {
    border: 1px solid #ddd;
}

    .boxed .boxheading {
        border: 1px solid #ddd;
        color: #15bee2;
        text-align: center;
        font-size: large;
        font-weight: 400;
    }

    .boxed li {
        border-bottom: 0px solid #ddd;
    }

.topNav {
    background-color: #15bee2;
    font-weight: 400;
}

    .topNav a {
        color: #fff !important;
        text-transform: uppercase;
    }

        .topNav a:hover {
            color: #000080 !important;
            text-transform: uppercase;
        }

.boxedLinks {
    border: 1px solid #ddd;
}

h4 {
    padding: 7px !important;
    /* background: #15bee2 !important;*/
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.boxedLinks a {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.events {
    border: 1px solid #ddd;
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .events p {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        color: #000;
    }

    .events a {
        color: #337ab7;
        text-decoration: none;
    }

.imghw {
    height: 155%;
    width: 155%;
    padding-right: 35px;
    padding-top: 20px
}

.txtFooter {
    padding-top: 9px;
    font-size: 12px;
    padding-left: 0px;
    color: #c9c9c9;
}

.txtTop {
    padding-top: 0px;
    padding-left: 120px;
}

body > .container, .topNav > .container {
    width: 100% !important;
}

.topNav .search {
    float: left;
    margin-top: 5px;
}

.txtsize {
    font-size: 20px;
    color: #010101;
    margin-bottom: 0px;
}

.txtsize1 {
    color: #343434;
    font-weight: 600;
    font-size: 24px;
    padding-top: 18px;
    white-space: nowrap;
}

.txtsize2 {
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 0px;
}

.mrtopside {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.mrside {
    padding-left: 40px;
}

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 6px solid white;
    border-radius: 100%;
    color: #FFFFFF;
    height: 110px;
    margin: 0 auto -30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 110px;
}

    .circle-tile-heading .fa {
        line-height: 80px;
    }

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    font-size: 20px;
    line-height: 1;
    color: white;
}

.circle-tile-footer {
    text-transform: none;
}

    .circle-tile-footer:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

.circle-tile-heading.dark-blue:hover {
    background-color: #3996c1;
}

.dark-blue {
    background-color: #3996c1;
    border-radius: 14px;
}

.transport-box {
    position: relative;
    border: solid 2px #3996c1;
    border-radius: 10px;
    min-height: 364px;
    margin: 0;
    background: url(../images/building-bg.png) no-repeat bottom right;
}

.aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.flexslider {
    position: relative;
    zoom: 1;
}

.events-details {
    height: 65%;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

    .events-details ul li .date {
        border: 1px solid #003878;
        width: 20%;
        display: flex;
        height: 35px;
        margin-top: 5px;
        margin-bottom: 12px;
    }

        .events-details ul li .date span.day {
            text-align: center;
            width: 40%;
            font-size: 15px;
            line-height: 28px;
            height: auto;
        }

.day {
    max-height: 55px;
    background: #f7f7f7;
    min-height: unset;
}

.events-details ul li .date span.month {
    text-align: center;
    width: 60%;
    background-color: #216db9;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

.latest-news-title h2 {
    margin: 11px 3px 3px 0px;
    padding: 0 0px;
    font-size: 150%;
    color: #0e2e55;
    margin: 10px 0px;
}

.banner-wrapper {
    position: relative;
    /* background: url(../images/what-the-hex.png) repeat; */
    background-image: linear-gradient( 45deg, transparent 20%, #00000036 25%, transparent 25%), linear-gradient( -45deg, transparent 20%, #00000045 25%, transparent 25%), linear-gradient( -45deg, transparent 75%, #00000054 80%, transparent 0), radial-gradient(#6f6f702b 2px, transparent 0);
    background-size: 20px 20px, 20px 20px;
}

.addressLink {
    list-style: none;
    overflow: hidden;
    font: 16px;
    margin: 0px;
    padding: 0px;
    border: 0px solid blue;
    font-style: italic;
    background: url(../images/hud-inner-banner.jpg) no-repeat #999;
    width: 100%;
}

    .addressLink li {
        float: left;
    }

        .addressLink li a {
            background: #006600;
            color: white;
            text-decoration: none;
            padding: 5px 0px 5px 65px;
            position: relative;
            float: left;
        }

            .addressLink li a:after {
                content: " ";
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid #006600;
                margin-top: -50px;
                position: absolute;
                top: 50%;
                left: 100%;
                z-index: 2;
            }

            .addressLink li a:before {
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 100%;
                left: 100%;
                z-index: 1;
            }

        .addressLink li:first-child a {
            padding-left: 10px;
        }

        .addressLink li:nth-child(2) a {
            background: #009933;
        }

            .addressLink li:nth-child(2) a:after {
                border-left-color: #009933;
            }

        .addressLink li:nth-child(3) a {
            background: #33cc33;
        }

            .addressLink li:nth-child(3) a:after {
                border-left-color: #33cc33;
            }

        .addressLink li:last-child a {
            background: transparent !important;
            color: pink;
        }

            .addressLink li:last-child a:after {
                border: 0;
            }

        .addressLink li a:hover {
            background: #99ff99;
        }

            .addressLink li a:hover:after {
                border-left-color: #99ff99 !important;
            }

h1 {
    color: green;
}

.sidenav {
    width: 330px;
    position: absolute;
    z-index: 1;
    background: blue;
    overflow-x: hidden;
    padding: 8px 0;
    box-shadow: 10px 0 5px -2px #ececec;
    background: url(../images/bottom-bg-shape.png) no-repeat left bottom;
    float: left;
}

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 18px;
        color: #2196F3;
        display: block;
    }

        .sidenav a:hover {
            color: #064579;
        }

        .sidenav a.active {
            background-color: #04AA6D;
            color: white;
        }

    .sidenav > .active > a {
        background-color: red;
    }

    .sidenav a:hover:not(.active) {
        background-color: #555;
        color: white;
    }

.maind {
    margin-left: 340px;
    padding: 0px 10px;
}

.mainnosid {
    margin-left: 120px;
    padding: 0px 10px;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: green;
    }

.col-sm-3 .know-more-news {
    left: 82%;
    border-top-left-radius: 12px !important;
    bottom: 0;
    border-radius: unset;
}

.transport-box .know-more-news {
    left: 94%;
    border-top-left-radius: 12px !important;
    bottom: 0;
    border-radius: unset;
}

.know-more-news {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    max-width: 100px;
    background-color: #216db9;
    left: 50%;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    transform: translate(-50%, 0);
}

.innerpage-wrapper {
    min-height: 450px;
    background: url(../images/content-bg.png) repeat-y top right;
}

.button2 {
    color: white;
    border-radius: 8px;
    background: blue;
    padding: 12px;
}

#myCarousel {
    margin: 0 -15px;
}

#more {
    display: none;
}

div.d {
    text-align: justify;
}

h6:hover {
    color: blue;
    font-size: 16px;
}

p:hover {
    color: magenta;
}

.button1 {
    color: white;
    border-radius: 18px;
    background: blue;
    padding: 12px;
}

.button2 {
    color: white;
    border-radius: 8px;
    background: blue;
    padding: 12px;
}

.card {
    position: relative;
    min-width: 300px;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    transition: .5s;
}

    .card:hover {
        transform: scale(1.1);
    }

.button1:hover {
    border: 2px dotted #ff7a59;
    color: white;
    background: green;
}

.button2:hover {
    border: 2px dotted #ff7a59;
    color: white;
    background: green;
}

.arc {
    font-size: 22px;
    color: #0c2461;
    font-weight: 700;
    font-family: "Josefin Sans",sans-serif;
}

.fs {
    color: white;
    text-transform: none;
    font-size: 14px;
    margin-top: 0;
}

.para {
    color: #2f3f4b;
    font-family: Barlow,sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.indent {
    text-indent: 10%;
}

.arc:hover {
    color: magenta;
}

.fs:hover {
    color: white;
}

.hd {
    color: white;
    padding: 10px;
    font-weight: bolder;
}

    .hd:hover {
        color: white;
        font-size: 16px;
    }

.txtboxwidth {
    width: 100%;
}

.modal-content {
    position: fixed !important;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    left: 660px;
    top: 140px;
    border: 1px solid #888;
    width: 50%;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: green;
    }

.ajax__scroll_both {
    overflow: scroll;
    height: 320px;
}
.sty2 .layoutbtn .button {
    border-radius: 12px;
    background: linear-gradient(to bottom, #0088bb 0%, #4cabcf 100%);
    padding: 6px;
}

.sty2 .layoutbtn {
    border-radius: 4px;
    background: #e5f3f8;
    padding: 5px;
    margin-top: 4px;
}

.navba {
    padding: 5px;
}

.layoutbtn .button:hover {
    border-radius: 12px;
    background: #73AD21;
    padding: 6px;
}
nav.sidebar div.logo {
    margin: auto;
    text-align: center;
}

.sidebar-nav .sidebar-header {
    text-align: center;
}

    .sidebar-nav .sidebar-header h3 {
        color: #fff;
        font-size: 2em;
        font-weight: 800;
    }

    .sidebar-nav .sidebar-header span {
        color: #fff;
        font-size: 1.5em;
    }

.quickLinks .card-body {
    display: none;
}

.quickLinks .card {
    cursor: pointer;
}

    .quickLinks .card > .card-body > i {
        font-size: 5em;
        margin: 5%;
    }

.quickLinks .card-header a {
    font-size: 2em;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}

.quickLinks .card-header {
    background-color: transparent !important;
}

.quickLinks .btn1 {
    background-color: #20c997;
}

.quickLinks .btn2 {
    background-color: #eb310c;
}

.quickLinks .btn3 {
    background-color: #0aa1f2;
}

.quickLinks .btn4 {
    background-color: #8556f5;
}

.quickLinks .btn5 {
    background-color: #ad057e;
}

.quickLinks .btn6 {
    background-color: #fd7e14;
}

.quickLinks .btn7 {
    background-color: #BC8F8F;
}

.quickLinks .btn8 {
    background-color: #6c757d;
}

.quickLinks .btn9 {
    background-color: #93a4bf;
}

.quickLinks .btn15 {
    background-color: skyblue;
}

.quickLinks .card:hover, .quickLinks .card-header:hover, .quickLinks .card-header a:hover {
    background-color: #5fc27e !important;
    color: #fff;
}

.quickLinks {
    text-align: center;
}

#sidebar .sidebar-nav a {
    background-color: transparent;
    color: #fff;
    font-size: 1.2em;
}

    #sidebar .sidebar-nav a:hover {
        color: #4169E1;
        background-color: #5fc27e !important;
    }

#sidebar {
    background: #0088bb;
    /*background: linear-gradient(00deg, #4b6cb7 0%, #182848 100%);*/
    /*#20c997*/
}
.navbar-light .navbar-nav .show > .nav-link {
    color: black !important;
    background-color: gold !important;
}
.dropdown-menu > li > a:hover {
    background-color: greenyellow !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: goldenrod !important;
    border-color: #337ab7;
}
.navbar-nav .nav-item > a:hover {
    color: black !important;
    background-color: greenyellow !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white !important;    
}