@charset "utf-8";
@import url("../fontawesome/css/fontawesome.css");
@import url("../fontawesome/css/font_icon.css");



/* CSS Document */

/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
    font-size: 14px;
    color: #3C3C44;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'ubuntu_mediumregular', sans-serif;
    padding: 0;
    margin: 0;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntubold_italic';
    src: url('../fonts/ubuntu-bolditalic-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntuitalic';
    src: url('../fonts/ubuntu-italic-webfont.woff2') format('woff2'), url('../fonts/ubuntu-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntu_lightregular';
    src: url('../fonts/ubuntu-light-webfont.woff2') format('woff2'), url('../fonts/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntu_lightitalic';
    src: url('../fonts/ubuntu-lightitalic-webfont.woff2') format('woff2'), url('../fonts/ubuntu-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntu_mediumregular';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'), url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubuntu_mediumitalic';
    src: url('../fonts/ubuntu-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/ubuntu-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #C868A8;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }



h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'ubuntu_mediumregular', sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p, .text {
    font-family: 'ubunturegular';
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    color:#3C3C44;
    margin: 5px 0;
    text-align: justify;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
}

.auto-container {
    position: relative;
    max-width: 95%;
    padding: 0px 15px;
    margin: 0 auto !important;
}

@media (min-width: 1400px) {
    .auto-container {
        max-width: 98%;
    }
}

@media (min-width: 1200px) {
    .auto-container {
        max-width: 100%;
    }
}

.cover-container {
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

/*
 * Header
 */

header {
}

.header_row {
    max-width: 90%;
    margin: 0 auto;
}

.container-fluid {
    width: 95% !important;
}

.top_bar {
    width: 100%;
    display: block;
    position: relative;
    height: 70px;
    padding: 0;
    line-height: 70px;
    text-align: right;
}

.top_bar_right {
    float: right;
    display: inline-block;
    background-color: lightgray;
}

.top_bar_link li {
    display: inline-block;
}

    .top_bar_link li a {
        padding: 0 10px;
        color: #3C3C44;
    }

.top_bar_link .dropdown:hover {
    color: #C868A8;
}

.top_bar_link li a:hover {
    color: #C868A8;
}

.dropdown ul li ul {
    display: none !important;
    line-height: 25px;
    font-size: 14px;
    border-bottom: solid 1px #55528D;
    text-transform: none;
}


    .dropdown ul li ul li a {
        color: #75757E;
        font-weight: 100;
        font-family: 'ubunturegular';
    }

        .dropdown ul li ul li a:hover {
            color: #C868A8 !important;
        }

.dropdown ul li:hover ul {
    display: block !important;
}

.top_bar_link li img {
    height: 40px;
    width: auto;
    padding-right: 6px;
    border-right: #ccc 1px solid;
}

.top_bar_link .a_text {
    display: inline-block;
}

.top_bar_link_last_line {
    display:block;
}

    @media (max-width: 767px) {
        .top_bar_link .a_text {
            display: none;
        }

        .top_bar_link_last_line {
            display: none!important;
        }
    }

    .top_bar_link .a_text a img {
        height: 10px !important;
        display: inline-block;
    }


    .logo {
        position: absolute;
        display: block;
        top: -70px;
        left: 0;
    }


        .logo img {
            max-height: 120px;
            margin-right: 10px;
        }

    .logo_title h3 {
        font-weight: 600;
        text-transform: uppercase;
        line-height: 50px !important;
        letter-spacing: 1px;
        display: inline-block;
        text-align: left;
        float: left;
    }

    .logo_title h3 {
        margin-top: 20px;
        font-size: 24px;
    }

    .nav_color {
        background-color: #55528D;
    }

    nav {
        /*background: #55528D;*/
        min-height: 50px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 60px;
        width: 100%;
        text-align: left;
    }

@media (max-width: 991px) {
    nav{
        font-size: 14px;
        line-height: 18px;
    }
}

    .nav a {
        color: white;
    }

    .navbar a:hover {
        color: #A9A6E7 !important;
    }

    .nav-link:hover {
        color: azure;
    }

    .dropdown-menu {
        display: block;
        background-color: #fff;
        border-radius: 10px;
        height: auto;
        width: auto;
        float: left;
        display: none;
        z-index: 10000;
        padding: 10px 15px !important;
    }

        .dropdown-menu li {
            /*height: 25px;*/
        }

    @media (max-width: 575.98px) {
        .logo_title {
            display: none !important;
        }

        .top_bar_link {
            text-align: right;
        }

            .top_bar_link a {
                font-size: 9px;
                padding: 0 3px !important;
            }

        .logo img {
            max-height: 90px;
        }

        .top_bar_link li img {
            height: 20px !important;
        }

        .logo {
            top: -50px;
            left:-10px;
        }
    }

    @media (min-width: 576px) {
        .logo_title {
            display: none !important;
        }

        .header_row .col-md-5 {
            width: 0% !important;
        }

        .header_row .col-md-6 {
            width: 90% !important;
            padding-right: 5%;
            position: absolute;
            right: 0;
        }

        .top_bar_link li img {
            height: 30px !important;
        }

        .top_bar_link a {
            font-size: 10px;
            padding: 0 3px !important;
        }

        .logo img {
            max-height: 90px;
        }
    }

    @media (min-width: 768px) {
        .logo img {
            max-height: 100px;
        }

        .logo_title h3 {
            margin-top: 20px;
            margin-left: 50px;
            line-height: 23px !important;
            font-size: 18px !important;
        }

        .header_row .col-md-5 {
            width: 40% !important;
        }

        .top_bar_link li img {
            height: 30px !important;
        }

        .top_bar_link a {
            font-size: 9px;
            padding: 0 3px !important;
        }

        .logo_title {
            display: block !important;
        }
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 5px !important;
            padding-left: 5px !important;
        }

        .navbar-nav {
            letter-spacing: 1px;
            padding-left: 20px;
        }

        nav {
            font-size: 10px !important;
        }

        .auto-container {
            max-width: 98% !important
        }

        .logo img {
            max-height: 110px;
        }

        .top_bar_link li a {
            padding: 0 7px !important;
        }

        .logo_title h3 {
            font-size: 22px !important;
            margin-left: 1px;
        }

        .offcanvas-body img {
            width: 110px !important;
        }

        .top_bar_link li img {
            height: 35px !important;
        }
    }

    @media (min-width: 1200px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 7px !important;
            padding-left: 7px !important;
        }

        .navbar-nav {
            letter-spacing: 1px;
            padding-left: 20px;
        }

        nav {
            font-size: 12px !important;
        }

        .auto-container {
            max-width: 98% !important
        }

        .logo img {
            max-height: 110px;
        }

        .top_bar_link li a {
            padding: 0 7px !important;
            font-size: 12px;
        }

        .logo_title h3 {
            font-size: 24px !important;
        }
    }

    @media (min-width: 1400px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 12px;
            padding-left: 12px;
        }

        .navbar-nav {
            letter-spacing: 1px;
        }

        nav {
            font-size: 14px !important;
        }

        .auto-container {
            max-width: 98% !important
        }

        .logo img {
            max-height: 110px;
        }

        .top_bar_link li a {
            padding: 0 7px !important;
            font-size: 12px;
        }

        .logo_title h3 {
            font-size: 24px !important;
        }

        .offcanvas-body img {
            width: 150px !important;
        }
    }


    /*banner*/

    .banner {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .banner_inner {
        background: #D9D8F0 !important;
    }

    .banner_heading {
        color: #fff;
        font-size: 50px;
        font-family: 'ubunturegular';
        line-height: 55px;
        font-weight: 300;
        margin-top: 40%;
        text-shadow: 2px 2px 5px #3C3C44;
    }



    @media screen and (max-device-width: 767px) {
        .banner_heading {
            color: #fff;
            font-size: 18px !important;
            line-height: 30px;
            font-weight: 300;
            margin-top: 10px;
            margin-bottom: 30px;
            text-shadow: 2px 2px 5px #3C3C44;
            text-align: center;
            background: rgba(0, 0, 0, 0.55);
            padding: 10px 0;
        }

            .banner_heading span {
                font-weight: bold;
                font-size: 24px !important;
                text-transform: uppercase;
            }

                .banner_heading span br {
                    display: none;
                }
    }

    .banner_heading span {
        font-weight: bold;
        font-size: 60px;
        text-transform: uppercase;
    }

    .journey_form {
        background-color: #fff;
        border: thin #ccc solid;
        border-radius: 15px;
    }

        .journey_form a {
            color: #117FBF !important;
        }

            .journey_form a:hover {
                opacity: 0.7;
            }

        .journey_form .btn-primary {
            background-color: #C868A8;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 300 !important;
            letter-spacing: 1px;
            width: 70%;
            padding: 10px;
            height: 45px;
        }

            .journey_form .btn-primary:hover, .know_station .btn-sm:hover {
                background-color: #55528D !important;
                box-shadow: 0px 2px 4px 2px rgba(183, 189, 203, 0.7);
                -moz-transition: all 0.5s ease-in;
                /* WebKit */
                -webkit-transition: all 0.5s ease-in;
                /* Opera */
                -o-transition: all 0.5s ease-in;
                /* Standard */
                transition: all 0.5s ease-in;
            }

    .know_station .btn-sm {
        background-color: #C868A8;
        border-radius: 5px;
        width: 100% !important;
        padding: 0;
        padding: 10px !important;
        width: 100%;
        color: #fff !important;
        height: 45px;
    }

        .know_station .btn-sm a {
            color: #fff !important;
        }

    .title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .title span {
            font-size: 15px !important;
            color: #565664;
            text-transform: none;
            font-weight: 600 !important;
            letter-spacing: 0;
        }

        .title .svg-inline--fa {
            height: 20px;
            padding-right: 10px !important;
            float: left;
            vertical-align: -0.075em
        }




    .form-select {
        border-radius: 5px;
        border: thin #117FBF solid;
        height: 45px;
    }

        .form-select option {
            font-family: 'ubunturegular';
            letter-spacing: 1px;
            color: #000;
            font-size: 1rem;
            height: 45px;
        }

    select:invalid,
    select option[value=""] {
        color: #B0ADAD;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .journey_form label {
        font-size: 14px;
        color: #D15CA2 !important;
        font-family: 'ubuntu_mediumregular';
        letter-spacing: 1px;
    }

    /*Home page data*/
    .welcome_data {
        display: block;
        padding: 30px 0;
    }

    .notic_bar {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background-color: #55528D;
        color: #fff;
        font-size: 12px;
        line-height: 50px;
        padding: 0 15px;
    }

        .notic_bar a {
            color: #D9CCED;
        }

    .corner_round_box {
        display: block;
        border-radius: 15px;
        padding: 15px;
        border: thin solid;
    }

    .box_shadow {
        box-shadow: 0px 2px 4px 2px rgba(183, 189, 203, 0.3);
    }

    .interactive_map {
        display: block;
        border: 1px solid #633D94;
        border-radius: 15px;
        padding: 24px;
    }


        .interactive_map .bg-map {
            background-image: url("../images/route_map.jpg")
        }

        .interactive_map .right {
            float: right !important;
        }
        /* Image zoom on hover + Overlay colour */
        .interactive_map .parent {
            width: 100%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            display: inline-block;
            cursor: pointer;
        }

        .interactive_map .child {
            height: 100%;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .interactive_map .parent:hover .child, .interactive_map .parent:focus .child {
            -ms-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

            .interactive_map .parent:hover .child:before, .interactive_map .parent:focus .child:before {
                display: block;
            }

        .interactive_map .expand, .interactive_map .parent:hover .expand {
            ;
            display: block;
            width: 28px;
            height: 28px;
            right: 15px;
            bottom: 15px;
            position: absolute;
            z-index: 999;
        }



        .interactive_map .child:before {
            content: "";
            display: none;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(52,73,94,0.15);
        }

        .interactive_map .title a {
            float: right;
            display: inline-flex;
        }

            .interactive_map .title a img {
                margin-bottom: 10px;
                margin-top: 5px;
            }

                .interactive_map .title a img:hover {
                    opacity: 0.5;
                    -moz-transition: all 0.3s ease-in;
                    /* WebKit */
                    -webkit-transition: all 0.3s ease-in;
                    /* Opera */
                    -o-transition: all 0.3s ease-in;
                    /* Standard */
                    transition: all 0.3s ease-in;
                }

    /* Media Queries */
    @media screen and (max-width: 960px) {
        .interactive_map .parent {
            width: 100%;
            margin: 20px 0px
        }

        .interactive_map .wrapper {
            padding: 20px 20px;
        }
    }



    @media screen and (max-device-width: 991px) {
        .interactive_map {
            margin-bottom: 25px;
        }
    }

    .interactive_map_legend {
        display: block;
    }

        .interactive_map_legend ul {
            display: inline-flex;
            width: 100%;
        }

            .interactive_map_legend ul li {
                display: inline-grid;
                width: auto;
                padding: 1em 2em;
                border-right: 1px solid #ccc;
            }

    .legend {
        display: block;
        font-size: 18px;
        letter-spacing: 0.5px;
        font-family: 'ubunturegular';
    }

        .legend span {
            font-size: 30px;
            font-weight: bold;
            color: #55528D;
            line-height: 40px;
        }

    @media screen and (min-device-width: 1200px) {

        .legend {
            font-size: 16px;
            line-height: 22px;
        }

            .legend span {
                font-size: 30px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 1.5em;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        .legend {
            font-size: 16px;
            line-height: 18px;
        }

            .legend span {
                font-size: 24px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 1.3em;
        }
    }

    @media (max-width: 991px) {

        .legend {
            font-size: 14px;
            line-height: 16px;
        }

            .legend span {
                font-size: 24px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 1em;
        }
    }



    @media (max-width: 768px) {

        .legend {
            font-size: 12px;
            line-height: 16px;
        }

            .legend span {
                font-size: 24px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 1em;
        }
    }

    @media (max-width: 576px) {

        .legend {
            font-size: 10px;
            line-height: 12px;
        }

            .legend span {
                font-size: 14px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 0.3em;
        }
    }

    @media (max-width: 350px) {

        .legend {
            font-size: 7px;
            line-height: 9px;
        }

            .legend span {
                font-size: 14px;
            }

        .interactive_map_legend ul li {
            display: inline-grid;
            width: auto;
            padding: 0.5em 0.2em;
        }
    }




    /*.owl-nav{ display: none!important;}
.owl-carousel .owl-dots{ text-align: center;}
.owl-carousel button.owl-dot{ border: 1px solid #ccc!important;
width: 7px; height: 7px;
border-radius: 7px;
margin: 0 5px;}
.owl-carousel button.active { border: 1px solid #55528D!important; background-color: #55528D!important;}*/

    .owl-carousel .owl-dots {
        margin-top: 20px;
    }

    .owl-carousel button.owl-dot {
        background-color: #B2ADAD;
        height: 12px;
        width: 7px !important;
        border-radius: 7px;
        margin: 0 5px;
        border: none;
    }

        .owl-carousel button.owl-dot.active {
            background-color: #C868A8 !important;
        }

    .light_green_border {
        border-color: #A2CF38 !important;
    }

    .dark_green_border {
        border-color: #067A48 !important;
    }

    .light_blue_border {
        border-color: #71C8ED !important;
    }

    .dark_blue_border {
        border-color: #117FBF !important;
    }

    .light_orange_border {
        border-color: #F7A707 !important;
    }

    .dark_orange_border {
        border-color: #EA5E20 !important;
    }

    .light_purple_border {
        border-color: #D15CA2 !important;
    }

    .dark_purple_border {
        border-color: #55528D !important;
    }

    .color_light_green {
        color: #A2CF38 !important;
    }

    .color_dark_green {
        color: #067A48 !important;
    }

    .color_light_blue {
        color: #71C8ED !important;
    }

    .color_dark_blue {
        color: #117FBF !important;
    }

    .color_light_orange {
        color: #F7A707 !important;
    }

    .color_dark_orange {
        color: #EA5E20 !important;
    }

    .color_light_purple {
        color: #D15CA2 !important;
    }

    .color_dark_purple {
        color: #55528D !important;
    }


    .time_table_home_btn img, .fare_chart_home_btn img, .last_mile_home_btn img, .travel_advisory_home_btn img, .mobility_card_home_btn img {
        height: 40px;
        max-width: 40px !important;
        width: auto;
        margin-right: 15px;
    }

    .time_table_home_btn a, .fare_chart_home_btn a, .last_mile_home_btn a, .travel_advisory_home_btn a, .mobility_card_home_btn a {
        color: #000;
        font-size: 16px;
        font-family: 'ubuntu_mediumregular', sans-serif;
    }

    .time_table_home_btn i, .fare_chart_home_btn i, .last_mile_home_btn i, .travel_advisory_home_btn i, .mobility_card_home_btn i {
        float: right;
        line-height: 35px;
    }


    .time_table_home_btn a:hover .box_shadow, .fare_chart_home_btn a:hover .box_shadow, .last_mile_home_btn a:hover .box_shadow, .travel_advisory_home_btn a:hover .box_shadow, .mobility_card_home_btn a:hover .box_shadow {
        -moz-transition: all 0.3s ease-in;
        /* WebKit */
        -webkit-transition: all 0.3s ease-in;
        /* Opera */
        -o-transition: all 0.3s ease-in;
        /* Standard */
        transition: all 0.3s ease-in;
    }

    .time_table_home_btn a:hover .box_shadow {
        background: rgba(162, 207, 56, .1);
    }

    .fare_chart_home_btn a:hover .box_shadow {
        background: rgba(113, 200, 237, .1);
    }

    .last_mile_home_btn a:hover .box_shadow {
        background: rgba(209, 92, 192, .1);
    }

    .travel_advisory_home_btn a:hover .box_shadow {
        background: rgba(247, 167, 1, .1);
    }

    .mobility_card_home_btn a:hover .box_shadow {
        background: rgba(17, 127, 191, .1);
    }

    .time_table_home_btn a:hover .svg-inline--fa {
        color: rgba(162, 207, 56, 1);
    }

    .fare_chart_home_btn a:hover .svg-inline--fa {
        color: rgba(113, 200, 237, 1);
    }

    .last_mile_home_btn a:hover .svg-inline--fa {
        color: rgba(209, 92, 192, 1);
    }

    .travel_advisory_home_btn a:hover .svg-inline--fa {
        color: rgba(247, 167, 1, 1);
    }

    .mobility_card_home_btn a:hover .svg-inline--fa {
        color: rgba(17, 127, 191, 1);
    }

    .time_table_home_btn a .svg-inline--fa, .fare_chart_home_btn a .svg-inline--fa, .last_mile_home_btn a .svg-inline--fa, .travel_advisory_home_btn a .svg-inline--fa, .mobility_card_home_btn a .svg-inline--fa {
        color: #B0ADAD;
        float: right !important;
        margin-top: 15px;
    }


    .time_table_home_btn::before {
        width: 1.25em;
        line-height: 0;
        content: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e);
        transition: transform .35s ease;
        transform-origin: 0.5em 50%;
    }




    /*small banner_slider*/

    .small_banner_slider {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
        margin-bottom: 30px;
    }

        .small_banner_slider img {
            width: 100%;
        }



    /*home latest news/media/social section*/
    .home_latest_news, .home_media_box, .home_social_box {
        display: block;
    }


        .home_latest_news .title, .home_media_box .title, .home_social_box .title {
            font-weight: bold;
            font-size: 15px;
            border-bottom: 1px solid #B0ADAD;
            padding-bottom: 10px;
            height: 30px;
            text-transform: none;
        }

            .home_latest_news .title i, .home_media_box .title i, .home_social_box .title i {
                margin-right: 10px
            }

        .home_latest_news .bot_link, .home_media_box .bot_link, .home_social_box .bot_link {
            font-weight: normal;
            font-size: 14px;
            color: #C868A8;
            padding: 10px 0;
            width: 100%;
        }

        .home_media_box .title {
            border-bottom: 0;
        }


            .home_media_box .title .photo_title, .home_media_box .title .video_title, .home_media_box .title .face_title, .home_media_box .title .twt_title {
                line-height: 40px;
                width: 50%;
                background: #F5F5F5;
                color: #3C3C44;
                text-align: center;
                text-transform: none;
            }

            .home_media_box .title .photo_title, .home_media_box .title .twt_title {
                border-radius: 15px 0 0 0;
            }

            .home_media_box .title .video_title, .home_media_box .title .face_title {
                border-radius: 0 15px 0 0;
            }



            .home_media_box .title .active {
                background: #C868A8;
                color: #fff;
            }

            .home_media_box .title button {
                display: inline-block !important;
                float: left;
                height: 45px;
                font-weight: bold;
                font-size: 15px;
                border-bottom: 1px solid #B0ADAD;
                font-family: 'ubuntu_mediumregular', sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
                border: 0;
                padding-bottom: 10px;
                text-align: left;
                font-weight: 600;
            }

        .home_media_box .videos, .home_media_box .photos {
            height: 350px;
            padding: 15px 0;
            display: block;
        }

        .home_media_box .facebook, .home_media_box .twitter {
            height: 400px;
            padding: 15px 0;
            display: block;
        }


        .home_media_box .media_caption {
            width: 100%;
            display: block;
        }


        .home_media_box .title .face_title.active {
            background: #045AAA;
            color: #fff;
        }

        .home_media_box .title .face_title span {
            color: #045AAA
        }

        .home_media_box .title .twt_title span {
            color: #000
        }

        .home_media_box .title .twt_title.active {
            background: #39BFEF;
            color: #fff;
        }

        .home_media_box .title .active {
            background: #C868A8;
            color: #fff;
        }

            .home_media_box .title .active span {
                color: #fff;
            }

    .home_media_box_body {
        display: block;
    }

    .home_media_box .tab-content {
        padding: 15px;
    }

    .media_holder {
        width: 100%;
        height: 350px;
        background-color: #ccc;
    }

    .card-text {
        font-size: 12px;
        line-height: 16px;
        color: #000;
    }

    .fb-page iframe {
        width: 100% !important;
        height: 100%;
    }

    .fb_plugin {
        width: 400px !important;
        height: 100%;
        data-width: 100%;
        border: 0;
    }




    .bot_link a {
        color: #C868A8;
        text-align: right;
        display: block;
        font-family: 'ubunturegular';
        height: 30px;
    }

        .bot_link a:hover {
            opacity: .5;
        }

    .home_latest_news_body {
        display: block;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 500;
        max-height: 350px;
        overflow-y: auto;
    }

        .home_latest_news_body ul li span {
            font-size: 12px;
            color: #8E8D8D;
            font-weight: 300;
        }

            .home_latest_news_body ul li span span {
                color: #C868A8;
            }

        .home_latest_news_body ul li i {
            padding-right: 10px !important;
            float: left;
            color: #C868A8;
            margin-top: 5px;
        }

        .home_latest_news_body ul li {
            padding: 5px 0;
        }

    .news_sepretor {
        width: 95%;
        display: block;
        height: 1px;
        border-bottom: thin dotted #B0ADAD;
    }



    .btn-outline-primary {
        border: thin solid #117FBF !important;
        color: #117FBF !important;
    }

    .rounded-pill {
        --bs-border-radius-pill: 50rem;
        padding: 5px 15px;
    }

    .card a.btn-outline-primary:hover {
        background-color: #117FBF !important;
        color: white !important;
        border-color: white !important;
    }

    .card h4 {
        font-size: 22px;
    }

    .btn-outline-primary.btn.disabled {
        opacity: 1;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        height: 250px;
        vertical-align: middle !important;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    @media (max-width: 767px) {
        .bd-placeholder-img {
            height: 300px !important;
        }

        .home_media_box .photos, .home_media_box .videos, .home_media_box .facebook, .home_media_box twitter {
            height: 400px;
        }
    }

    .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

        .nav-scroller .nav {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 1rem;
            margin-top: -1px;
            overflow-x: auto;
            text-align: center;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

    .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
    }

    .bd-mode-toggle {
        z-index: 1500;
    }

        .bd-mode-toggle .dropdown-menu .active .bi {
            display: block !important;
        }


    /*footer*/
    footer {
        background: #55528D;
        font-family: 'ubunturegular';
        color: #fff;
    }

        footer ul {
            padding: 15px 0;
        }

            footer ul li {
                display: inline-block;
                padding: 0px 10px;
                font-weight: 100;
                letter-spacing: 1px;
                border-right: 1px solid #fff;
            }

                footer ul li a {
                    color: #D9CCED
                }

    .app_link {
        display: block;
        float: right;
    }

        .app_link a {
            padding: 10px;
            display: inline-block;
            margin: auto 0;
            color: #fff;
        }

    footer ul li a:hover {
        color: #918DD6 !important;
    }

    .footer_top, .footer_bot {
        display: block;
    }

    .footer_bot {
        border-top: 1px solid rgba(254, 254, 254, .25);
        line-height: 50px;
        color: rgba(254, 254, 254, .5);
        font-size: 10px;
        letter-spacing: 1px;
    }

        .footer_bot .col-md-3 {
            float: right;
            text-align: right;
        }

        .footer_bot img {
            padding: 0 10px;
        }

            .footer_bot img:hover {
                opacity: 0.5
            }

    footer hr {
        border-color: #fff;
    }

    @media (max-width: 991px) {
        footer {
            text-align: center;
        }

        .app_link {
            float: none;
        }

        .footer_bot .col-md-3 {
            text-align: center;
            line-height:10px;
            margin-bottom:20px;
        }
    }

    @media (min-width: 992px) {
        .footer_bot .col-md-3 {
            text-align: right;
        }
    }

    .social_media_group {
        display: block;
        position: fixed;
        right: 0;
        top: 30%;
        width: 50px;
        height: auto;
        border-radius: 10px 0 0 10px;
        background-color: #fff;
    }

        .social_media_group ul {
            padding: 7px 0;
        }

            .social_media_group ul li {
                padding: 5px 10px;
            }

                .social_media_group ul li img:hover {
                    opacity: 0.5;
                }

    @media (max-width: 991px) {
        .social_media_group {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .social_media_group {
            display: block;
        }
    }



    /*inner page*/
    .page_heading {
        font-size: 30px;
        font-family: 'ubuntubold';
        color: #55528D;
        letter-spacing: 1px;
        line-height: 50px;
        border-bottom: 5px solid;
        border-image: linear-gradient(to right, #C868A8 5%, transparent 5%) 100% 1;
    }

        .page_heading span {
            font-family: 'ubuntu_lightitalic';
        }

    .page_data {
        padding: 30px 0px;
        display: block;
    }

    .photo_thumb {
        padding: 0 15px;
        border: solid 1px #ccc;
        border-radius: 15px;
        display: block;
    }

        .photo_thumb img {
            width: 200px !important;
        }

        .photo_thumb .bd-placeholder-img {
            height: 200px !important;
        }

        .photo_thumb .card-body {
            height: 125px !important;
        }

        .photo_thumb h5 {
            font-size: 16px;
        }

    .text-body-secondary span {
        color: #C868A8;
    }




    .page_data .nav-link {
        color: slategray;
    }

    .page_data table tr td {
        border: 1px solid #ccc;
    }

    .page_data table thead {
        background: #ccc;
        border: 1px solid #fff !important;
    }

        .page_data table thead td {
            border: 1px solid #fff !important;
        }

    .page_data table .rounded-pill {
        display: block;
        padding: 0 10px;
        margin-bottom: 5px;
    }

    figure img {
        width: 300px;
    }

    .journey_page {
        display: block;
    }

        .journey_page .journey_form {
            border: none;
        }

    .journey_result {
        display: block;
    }

        .journey_result .stations {
            display: block;
        }

            .journey_result .stations span {
                font-family: 'ubuntu_lightitalic';
                padding: 0 10px;
            }

            .journey_result .stations ul li {
                padding: 10px
            }

        .journey_result .journey_details {
            display: block;
            margin-top: 20px;
        }

    .journey_details {
        display: inline-flex;
        width: 100%;
        margin-top: 10px;
    }

        .journey_details h5 {
            font-size: 16px;
        }

        .journey_details .detail_tab {
            border-right: 1px solid #ccc;
            padding: 0.5em 1.5em;
            text-align: left !important;
            display: inline-block !important;
            line-height: 30px;
        }



            .journey_details .detail_tab img {
                margin: auto;
                height: 60px !important;
                margin-bottom: 15px;
                float: left;
                margin-right: 15px;
            }
}
        .journey_details .detail_tab span {
            font-size: 24px;
            font-weight: bold!important;
            display: inline-block;
        }

            .journey_details .detail_tab span span {
                font-family: 'ubuntu_lightitalic';
                font-weight: 200;
            }

.ticket_methods {
    display: block;
    width:100%;
    margin-top:15px;
}

    .ticket_methods ul{ list-style:none; display:table!important; width:100%!important;}
    .ticket_methods ul li {
        display:table-cell;
        list-style: circle;
        line-height: 25px;
        border-right: dotted 1px #ccc;
        padding:5px 10px;
        list-style: none;
        width:auto;
        font-size:16px;
        text-align:center;
    }

       .ticket_methods ul li span{
            display:block;
            font-size:50px;
            margin-bottom:15px;
            font-weight:lighter;
            opacity:0.75;
        }

    .ticket_methods a {
        color: #3C3C44;
    }
    .ticket_methods .whatsapp a:hover {
        color: #075E54;
    }

    .ticket_methods .whatsapp a:hover span {
        color: #25D366;
    }

    .ticket_methods a .whatsapp span {
        color: #075E54;
    }

    .ticket_methods .metro_app a:hover {
        color: #D32F2F;
    }

    .ticket_methods .metro_app a:hover span img {
       opacity:0.5;
    }

    .ticket_methods .metro_app a span img {
        width:40px;
    }
    .ticket_methods ul li span p {
        font-size: 14px;
        text-align:center;
    }

@media (max-width: 576px) {
    .ticket_methods ul{
        list-style:disc;
    }

        .ticket_methods ul li br{ display:none;}
        .ticket_methods ul li {
            font-size: 11px;
            display: block;
            text-align: left;
            border-right:none;
            border-bottom:dotted 1px #ccc;
            line-height:14px;
        }
        .ticket_methods ul li span {
            font-size: 14px;
            display:inline-block;
            margin-right:10px;
        }
}

@media (max-width: 768px) {
    .ticket_methods ul li {
        font-size: 12px!important;
        line-height: 18px;
    }

        .ticket_methods ul li span {
            font-size: 30px!important;
            margin-right:15px;
            line-height:30px;
            margin-block:7px;
            margin-top:7px;
        }

    .ticket_methods .metro_app a span img{
        width:30px!important;
    }
    .ticket_methods ul li span p {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .ticket_methods ul li {
        font-size: 14px;
        line-height:18px;
    }

        .ticket_methods ul li span {
            font-size: 40px;
        }

        .ticket_methods ul li span p {
            font-size: 12px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ticket_methods ul li {
        font-size: 16px;
    }

        .ticket_methods ul li span {
            font-size: 50px;
        }

}

@media screen and (min-device-width: 1200px) {
    .ticket_methods ul li {
        font-size: 16px;
    }

        .ticket_methods ul li span {
            font-size: 50px;
        }
}

@media (max-width: 767px) {
    .journey_page .offset-1 {
        margin-left: 0;
        border-top: dotted 1px #ccc;
    }
   
}

.nearest_places {
    display: block;
    margin: 10px auto;
}

    .nearest_places .title {
        margin-bottom: 20px;
    }

        .nearest_places .title span {
            float: right;
        }

    .nearest_places .category {
        color: #858687;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .nearest_places .place_name {
        font-size: 16px;
        color: #3C3C44;
    }

    .nearest_places table th {
        color: #C868A8;
        font-weight: 300;
        border-bottom-width: 1px;
    }

        .nearest_places table th span {
            font-size: 18px;
            font-weight: 600;
        }

    .nearest_places table tr td {
        border-bottom-width: 1px;
        border-bottom-color: darkgrey;
    }

    .nearest_places h5 span {
        font-weight: 300;
    }

    .nearest_places img {
        width: 100%;
    }



.register {
    display: block;
    max-width: 400px;
}

    .register h5 {
        margin-bottom: 20px;
    }

    .register lable {
        font-size: 14px;
        color: #D15CA2 !important;
        font-family: 'ubuntu_mediumregular';
        letter-spacing: 1px;
    }

    .register input {
        border-radius: 5px;
        border: thin #117FBF solid;
        height: 45px;
        margin-bottom: 15px;
    }

    .register .btn-primary {
        background-color: #C868A8;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 300 !important;
        letter-spacing: 1px;
        width: 150px;
        padding: 10px;
        height: 45px;
    }

        .register .btn-primary:hover {
            background-color: #55528D;
            box-shadow: 0px 2px 4px 2px rgba(183, 189, 203, 0.7);
            -moz-transition: all 0.5s ease-in;
            /* WebKit */
            -webkit-transition: all 0.5s ease-in;
            /* Opera */
            -o-transition: all 0.5s ease-in;
            /* Standard */
            transition: all 0.5s ease-in;
        }

ul.one_page_card_list {
    display: block;
    font-size: 20px !important;
    margin-top: 15px;
    font-family: 'ubuntu_lightregular';
  
}
    ul.one_page_card_list li{ padding-left:15px; padding-bottom:10px; line-height:30px; }

    .list-group .list-group-item span {
        width: 150px !important;
    }



.commuters_guide{ display:block;}
.commuters_guide img{ max-width:100%;}
.commuters-guide_list {
    display: block;
    padding-left: 30px;
}

    .commuters-guide_list li {
        list-style: circle !important;
        line-height: 25px;
        margin-bottom: 15px;
    }

.commuters_guide .title {
    font-size: 20px;
    border-bottom: 3px solid #C868A8;
    padding-bottom:15px;
    text-transform:none!important;
    letter-spacing:0;
}
    .commuters_guide .etiquette {
        width: 100%;
        display: block;
    }
        .commuters_guide .etiquette ul li {
            font-family: 'ubunturegular';
            padding: 15px;
            font-size: 18px;
            font-weight: 100 !important;
            border-bottom: dotted 1px #55528D;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }
        }
        .commuters_guide .etiquette li span{ display:table-column; vertical-align:middle;}

        .commuters_guide .etiquette li img {
            display: table-column !important;
            float: left;
            margin-right: 15px;
            -webkit-flex: 0 1 50px;
            flex: 0 1 50px;
            height: 100%;
            max-width: 60px;
            -webkit-justify-content: center;
            justify-content: center;
        }
.commuters_guide .donot, .commuters_guide .do {
    display: block;
    padding: 15px;
    border-radius: 15px;
}

    .commuters_guide .donot .title, .commuters_guide .do .title{
        font-size:20px;
        font-weight:bold;
        letter-spacing:1px;
        text-transform:uppercase;
        border:0!important;
        padding-bottom:0px;
    }
    .commuters_guide .do .title {
        color: green;
        padding-left: 10px;
    }
    .commuters_guide .donot .title {
        color: red;
        padding-left: 20px;
    }
        
        .commuters_guide .donot .list, .commuters_guide .do .list {
            font-size: 13px;
            -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
            max-width: calc(100%);
            margin: 4px 7px;
            
            border-radius: 8px;
            background-color: #fff;
            overflow: hidden;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            height:100%;
        }

    .commuters_guide .do .list {
        border: 1px solid #B5E8CB;
    }

    .commuters_guide .donot .list {
        border: 1px solid #FCBBB6;
    }
        .commuters_guide .donot, .commuters_guide .do {
            border-bottom:1px solid #fff;
            display:block;
            width:100%;
            padding:15px ;
            
        }

            .commuters_guide .donot .list div, .commuters_guide .do .list div {
                -webkit-flex: 1 1;
                flex: 1 1;
                padding: 6px 10px;
            }

            .commuters_guide .donot strong, .commuters_guide .do strong {
                -webkit-flex: 1;
                flex: 1;
            }

            .commuters_guide .donot i, .commuters_guide .do i {
                webkit-flex: 0 1 50px;
                flex: 0 1 50px;
                height: 100%;
                max-width: 50px;
                -webkit-justify-content: center;
                justify-content: center;
                
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
            }

            .commuters_guide .do i {
                border-right: 1px solid #B5E8CB;
            }
            .commuters_guide .donot i {
                border-right: 1px solid #FCBBB6;
            }

                .commuters_guide .do i {
                    color: green;
                }
            .commuters_guide .donot i {
                color: red;
            }
                .commuters_guide .donot p, .commuters_guide .do p{
                    
                    text-align:left;
                    line-height:20px;
                }
.commuters_guide .donot {
    background-color: #FFF2F2;
    border: solid thin #FCBBB6;
}
.commuters_guide .do {
    background-color: #E5FFF0;
    border: solid thin #B5E8CB;
}

.commuters_guide a.btn {
    font-size: 18px;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: calc(100%);
    border-radius: 8px;
    background-color: #C868A8;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color:white;
    padding:10px;
}
.commuters_guide a.btn:hover {
    background-color: #55528D !important;
    box-shadow: 0px 2px 4px 2px rgba(183, 189, 203, 0.7);
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}
.commuters_guide a.btn span {
    webkit-flex: 0 1 50px;
    flex: 0 1 50px;
    height: 100%;
    max-width: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 50px;
}


    .commuters_guide a.btn div {
        webkit-flex: 1 1;
        flex: 1 1;
        padding: 6px 10px;
    }
        .image_zoom {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background-color: #000;
}

    .image_zoom:hover{ cursor:pointer;}

    .image_zoom img {
        width: 100%;
        opacity:1;
    }

        .image_zoom:hover img {
            opacity: 0.5!important;
        }


    .image_zoom .icon {
        display: block;
        transition: .5s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        z-index: 99999999 !important;
        color: white!important;
        opacity: 0;
    }

        .image_zoom .icon i{ font-size:30px;}

        .image_zoom:hover .icon {
            opacity: 1;
        }

.overlay {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}





.


.tenders{ display:block; }
/*new class*/


.tenders .title {
    border-bottom: 0;
}








    .tenders .title .active {
        background: #C868A8;
        color: #fff;
    }

    .tenders .title button {
        display: inline-block !important;
        width: 25%;
        float: left;
        height: 45px;
        line-height:50px;
        font-size: 15px;
        border-bottom: 1px solid #B0ADAD;
        font-family: 'ubuntu_mediumregular', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 0;
        padding-bottom: 10px;
        text-align: left;
        font-weight: 600;
        text-align: center;
        border: 1px solid #fff;
        background: #D9D8F0;
    }



    .tenders .media_caption {
        width: 100%;
        display: block;
    }


.tenders .title {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #C868A8;
    padding-bottom: 10px;
    height: 46px;
    text-transform: none;
    background: #fff#;
}


.tenders .title .active span {
    color: #fff;
}

    .tenders  .home_media_box_body {
        display: block;
    }

.tenders .tab-content {
    padding: 15px;
}

.tender_top_link {
    padding: 20px;
    background: #F6F6F6;
    border-radius: 10px;
    margin: 10px 0;
}
.tender_top_link p{
    font-size: 18px;
    text-align: center;
    font-weight: 600"
}

@media (max-width: 767px) {
    .tender_top_link p {
        font-size: 14px;
        text-align: center;
        font-weight: 600"
    }


    .tenders .title button {
        height: 60px;
        line-height: 14px;
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        padding-bottom:0;
    }
    .tenders .table > tbody {
        vertical-align: inherit;
        font-size:12px;
    }
}

.alignment{ }
    .alignment ul  {
        list-style-type:none;
    }

        .alignment ul li {
            padding-left: 20px;
            background: url(/assets/images/alignment.svg) no-repeat left;
            background-size:17px;
            line-height:35px;
        }


.alignment table tr{ border-bottom:dotted 1px #55528D;
                     
}

    .alignment table tr td {
        padding: 10px;
    }

.alignment table thead{ background-color:#55528D;
                        
                        color:#fff;
}
    .alignment table thead th {
        padding: 10px;
        letter-spacing:1px;
        font-weight:500;
    }

.tab-content-wrap {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top: 30px;
}

.media .pull-left {
    float: left !important;
}

.project_update{}



    .project_update .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
        background-color:#f1eef6;
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    }

    .project_update .table td{ border-left:1px solid #3C3C44}

    .project_update [type="button"]:not(:disabled),
    .project_update button:not(:disabled) {
        cursor: pointer;
        height: 40px !important;
        padding: 0 15px !important;
        background: #C868A8 !important;
        border: 0;
        color: #fff;
        float: left;
    }

.project_update button span{display:none!important;}

.about_pune_metro{ display:block; margin-top:20px;}
    .about_pune_metro .table {
        border: solid 1px #fff;
        background: #F5F5FA;
    }
        .about_pune_metro .table tbody {
            background-color: #F5F5FA!important;
        }


.about_pune_metro .table thead {
    background: #D9D8F0!important;
    padding:0 15px!important;
}

        .about_pune_metro .table tbody h3 {
            font-size: 20px !important;
            font-weight: 600;
            border-bottom: solid 2px C868A8!important;
        }

    .about_pune_metro .table tbody td {
        padding: 10px 15px !important;
        border: #fff solid 1px !important;
    }

    .about_pune_metro .table thead th {
        padding: 0 15px !important;
        border: #fff solid 1px !important;
    }

    .about_pune_metro .table thead h2 {
        text-transform: uppercase;
        font-size: 18px !important;
        line-height: 40px;
        color: #55528D;
        letter-spacing: 1px;
    }

.our_offices {
    display: block;
}

    .our_offices thead {
        background: #D9D8F0 !important;
        line-height:40px;
    }

        .our_offices thead th {
            border: solid 1px #fff;
            padding:0 15px;
            font-size:18px;
            text-transform:uppercase;
            letter-spacing:1px;
        }

    .our_offices tbody td {
        padding: 10px 15px;
        border: solid 1px #D9D8F0!important;
    }
.bod {
    display: block;
    margin-top:15px;
}

.bod thead {
    background: #D9D8F0 !important;
    line-height: 40px;
}

    .bod thead th {
        border: solid 1px #fff;
        padding: 0 15px;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.bod tbody td {
    padding: 10px 15px;
    border: solid 1px #D9D8F0 !important;
}

.project_profile {
    display: block;
   
}
    .project_profile .table{
        margin-top:15px;
    }

    .project_profile thead {
        background: #D9D8F0 !important;
        line-height: 40px;
        text-align: center;
    }

        .project_profile thead th {
            border: solid 1px #fff;
            padding: 0 15px;
            font-size: 16px!important;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .project_profile tbody td {
        padding: 10px 15px;
        border: solid 1px #D9D8F0 !important;
        text-align: center;
    }





.video_page{display:block;}
    .video_page .corner_round_box{
        border-color:#B0ADAD;
    }

.video_page .page_heading {
    border-bottom: solid 1px #C868A8;
}



.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #fff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(254, 254, 254, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
       
    }
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #55528D;
    border-radius:10px;
    
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: rotate(-180deg);
        color:#fff;
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    
}

.accordion-header {
    margin-bottom: 0;
    border:solid 1px #55528D;
    border-radius:10px;
    margin-top:20px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

    
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button,
    .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0;
    }

[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body .bd-placeholder-img {
    height: 175px!important;
}


#mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #26262c;
    background-size:cover;
    display: none;
}

#boxes .window {
    left: 0;
    top: 7%!important;
    position:fixed;
    width: 100%!important;
    height: auto;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#boxes #dialog {
    width: auto; height: 90%;
    padding: 10px 10px 10px 10px;
    background-color: none;
    font-size: 15pt;
    margine-left: 20%;
}






@media (min-width: 375px) {
    #boxes #dialog {
        width: 90% !important;
        left: 5%!important;
    }
}

@media (max-width: 576px) {
    #boxes #dialog {
        width: 90% !important;
        left: 5% !important;
    }
}

@media (min-width: 991px) {
    #boxes #dialog {
        width: 35% !important;
    }
}


@media (min-width: 1200px) {
    #boxes #dialog {
        max-height: 700px !important;
        max-width:700px;
        left: 32% !important;
    }
}

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}

#boxes .bd-placeholder-img {
    
    height:700px;
}

.sitemap{display:block;}
    .sitemap ul{
        width:97%;
    }
  

    .sitemap ul li {
        line-height: 35px;
        border-bottom: dotted 1px #B0ADAD;
        padding-left:15px;
    }

.photos .owl-carousel .card img {
    border-radius: 15px !important;
}

.time_table{ display:block;}
    .time_table .nav {
        background: #fff !important;
        border-bottom: #55528D 3px solid;
        
    }
        .time_table .nav .nav-tabs .nav-item.show .nav-link,  .nav-tabs .nav-link.active {
            background: #55528D;
            color:#fff!important;
            border-top-left-radius:10px;
            border-top-right-radius:10px;
        }

.page_data .time_table .nav .nav-link {
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 15px;
}


.last_mile_connectivity{ display:block;}
.last_mile_connectivity img{ width:100%; display:block;}
    .last_mile_connectivity .first, .last_mile_connectivity .middle, .last_mile_connectivity .last {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: calc(100%);
        margin: 4px 7px;
        background-color: #fff;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
       
    }
    .last_mile_connectivity .first img, .last_mile_connectivity .middle img, .last_mile_connectivity .last img {
        display:block;
        width:100%;
    }

        .last_mile_connectivity .first {
}
    .last_mile_connectivity .middle {
    }
 .last_mile_connectivity .last {
    }

    .last_mile_connectivity .title {
        font-size: 21px;
        font-weight: bold;
        font-family: 'ubunturegular';
    }
        .last_mile_connectivity .title span {
            font-weight: 100 !important;
            font-size: 21px !important;
            line-height:32px;
            
        }

.ttable tr td{ border-bottom-width:1px;}

.customer_care .table > :not(caption) > * > * {
    border-bottom-width: 1px !important;
}

.customer_care{ display:block;}


.ttable {
    border: 1px solid #d4d2d2
}

    .ttable th, td {
        padding: 4px;
        border-right: 1px solid #d4d2d2;
        border-bottom: 1px solid #d4d2d2;
    }

.tblh th {
    padding: 4px;
    border-right: 1px solid #d4d2d2;
    border-top: 1px solid #d4d2d2
}

.ttable th, td h4 {
    font-size: 14px
}

.ttable th, td p {
    font-size: 12px;
    font-weight: normal
}

.table tbody tr td:first-child {
    text-align: center;
    font-weight: normal;
    color: #777
}


.one_pune_card {
    font-size: 16px;
    font-weight: 300;
}

.blue_bg_title {
    background-color: #08508b;
    font-display: block;
    padding: 10px 25px;
    border-radius: 0 0 50px 0;
    width: 70%;
    height: auto;
    margin-left: -10px;
    letter-spacing: 1px;
    border-right: 4px solid #ed232a;
    border-bottom: 4px solid #ed232a;
}

    .blue_bg_title h1 {
        margin-bottom: 0;
        font-size: 22px;
    }

    .blue_bg_title span {
        font-weight: 100;
        text-transform: none;
        font-style: italic;
        color: #fff;
    }
.one_pune_card {
    font-family: 'ubunturegular';
}
    .one_pune_card p{ font-size:16px;}
    .one_pune_card ul li {
        margin-top: 10px;
    }
    .one_pune_card_ul {
        font-size: 16px;
        color: #333333;
    }

    .one_pune_card_ul li {
        list-style: none;
        margin-bottom: 7px;
    }

        .one_pune_card_ul li i {
            margin-right: 10px;
        }

        .one_pune_card_ul li strong {
            font-weight: 700;
        }

.note_box {
    background-color: #c7ebfb;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #0f294a !important;
}

.one_pune_card .ttable th, td {
    background-color: #edf9fe;
}

.one_pune_card .accordion .title {
    background-color: #004c8f;
    color: #fff;
}


    .one_pune_card .accordion .title span {
        color: #fff;
    }

    .one_pune_card .accordion .title::before {
        color: #ed232a;
    }

.one_pune_card .accordion .content {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.one_pune_card .accordion p {
    padding: 0 20px;
}

.one_pune_card .click_btn {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #08508b;
    color: white;
    border: solid 1px #08508b;
    width: 125px;
}

    .one_pune_card .click_btn:hover {
        border: solid 1px #08508b;
        background-color: white;
        color: #08508b;
    }

    .one_pune_card .click_btn i {
        color: white;
        margin-left: 10px;
    }

    .one_pune_card .click_btn:hover i {
        color: #08508b;
    }

.create {
    margin-top: -20px;
    margin-left: 30px;
    padding-left: 20px;
    background-image: url('img/card/rupay.png');
    background-repeat: no-repeat;
}


.one_pune_card .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #08508b;
    border-radius: 10px;
}
.one_pune_card .accordion-button {
    border-color: #08508b;
    padding: 0.5rem 1rem;
}





.vidyarthiPass {
    font-family: 'ubunturegular';
}


    .vidyarthiPass .blue_bg_title {
        background-color: #39ADE3;
        font-display: block;
        padding: 10px 25px;
        border-radius: 0 0 50px 0;
        width: 70%;
        height: auto;
        margin-left: -10px;
        letter-spacing: 1px;
        border-right: 4px solid #ed232a;
        border-bottom: 4px solid #ed232a;
    }

        .vidyarthiPass .blue_bg_title h1 {
            margin-bottom: 0;
            font-size: 22px;
        }

        .vidyarthiPass .blue_bg_title span {
            font-weight: 100;
            text-transform: none;
            font-style: italic;
            color: #fff;
        }



    .vidyarthiPass p {
        font-size: 16px;
        line-height:24px;
        margin-bottom:10px;
    }

    .vidyarthiPass ul li {
        margin-top: 10px;
    }

.vidyarthiPass_ul {
    font-size: 16px;
    color: #333333;
}

.vidyarthiPass li {
    list-style: none;
    margin-bottom: 7px;
}

.vidyarthiPass ul li i {
    margin-right: 10px;
}

.vidyarthiPass ul li strong {
    font-weight: 700;
}

.slider {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
}

    .slider .slide {
        position: absolute;
        bottom: 0!important;
        right: 0;
        width: 100%;
        height: 100%;
        background-size:cover;
        background-position: center;
        animation: slide 25s infinite;
    }

        .slider .slide:nth-child(1) {
            background-image: url("../images/banner.jpg");
            animation-delay: -0;
        }

        .slider .slide:nth-child(2) {
            background-image: url("../images/banner2.jpg");
            animation-delay: -5s;
        }

        .slider .slide:nth-child(3) {
            background-image: url("../images/banner3.jpg");
            animation-delay: -10s;
        }

        .slider .slide:nth-child(4) {
            background-image: url("../images/banner.jpg");
            animation-delay: -15s;
        }

        .slider .slide:nth-child(5) {
            background-image: url("../images/banner2.jpg");
            animation-delay: -20s;
        }

@keyframes slide {
    0%, 15%, 100% {
        transform: translateX(0);
        animation-timing-function: ease;
    }

    20% {
        transform: translateX(-100%);
        animation-timing-function: step-end;
    }

    95% {
        transform: translateX(100%);
        animation-timing-function: ease;
    }
}

.time-line-box {
    height: 100px;
    padding: 10px 0;
    width: 100%;
    background-color: white;
}

    .time-line-box .timeline {
        list-style-type: none;
        display: flex;
        padding: 0;
        text-align: center;
    }

    .time-line-box .timestamp {
        margin: auto;
        margin-bottom: 5px;
        padding: 0px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .time-line-box .status {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        border-top: 3px solid #55528D;
        position: relative;
        transition: all 200ms ease-in;
    }

        .time-line-box .status span {
            padding-top: 8px;
            font-size: 14px;
            font-family: 'ubuntu_mediumregular' !important;
            font-weight:500;
        }

            .time-line-box .status span:before {
                content: '';
                width: 12px;
                height: 12px;
                background-color: #55528D;
                border-radius: 12px;
                border: 2px solid #55528D;
                position: absolute;
                left: 50%;
                top: 0%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                transition: all 200ms ease-in;
            }

.swiper-container {
    width: 95%;
    margin: auto;
    overflow-y: auto;
    
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
    margin-bottom:15px;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
    height:2px!important;
}

.swiper-container::-webkit-scrollbar {
    height: 5px;
    
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
    height: 10px !important;
    cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 11px !important;
    width: 200px;
    height: 100%;
    position: relative;
    display: inline-block;
    text-transform: none;
    font-family: 'ubuntu_mediumregular'!important;
}

.journey_result .stations .timestamp span {
    font-family: 'ubuntu_mediumregular' !important;
    padding: 0 10px;
}

.journey_result .stations .time-line-box .timestamp .status {
    font-family: 'ubuntu_lightregular' !important;
    font-weight: 100;
}

.table-wrapper {
    overflow-x: auto!important;
}

.whatsapp_chat {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 150px;
    background: #128C7E;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    border: #DFF2E3 2px solid;
    border-radius: 10px;
}

    .whatsapp_chat .hide {
        width: 23px;
        height: 23px;
        background-color: black;
        border: 1px solid #3C3C44;
        border-radius: 20px;
        display: block;
        position: absolute;
        text-align: center;
        color: white;
        z-index: 999992;
        top:-7px;
        left:-15px;
        padding:3px;
        cursor:pointer;
    }
        .whatsapp_chat .hide:hover {
            background-color: white;
            color:black;
        }

        .whatsapp_chat a {
            color: #fff;
            padding: 0;
            text-shadow: inherit;
        }


        .whatsapp_chat a:hover {
            color: #43E57D;
        }

.whatsapp_chat a img {
    width: 60px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 999991;
    right: 0;
    top: -40px;
}

.blink {
    display:block;
}

.blink span {
    
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: .1;
    }

    25% {
        opacity: .3;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.home_card_popup{
    display:block;
    border:solid 1px #ccc;
    border-radius:10px;
    padding:10px;
}
    .home_card_popup:hover {
        box-shadow: 0px 2px 9px 2px rgba(183, 189, 203, 0.5);
        
    }

    .helpline_img{ display:block;}
.helpline_mob_img{ display:none;}
.whatsapp_top_img{ display:block;}

@media (max-width: 991px){
    .helpline_img {
        display: inline-block!important;
    }
    .whatsapp_top_img {
        display: none!important;
    }
        .helpline_mob_img {
        display: block!important;
    }
}

.highlight_strip_red {
    padding: 15px;
    margin-top: 20px;
    display: block;
    color: yellow;
    background-color: red;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-decoration: blink !important;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 767px) {
    .highlight_strip_red {
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
    }
}
@media (max-width: 575.98px) {
    .highlight_strip_red {
        font-size: 14px;
        line-height: 18px;
        padding: 7px;
        font-weight:300;
    }
}

.other_metro_project{}
    .other_metro_project ul{
        display:block;
    }
        .other_metro_project ul li {
            font-size: 14px;
            text-transform: none;
            line-height: 35px;
            border-radius: 7px;
            border: 1px solid rgba(183, 189, 203, .5);
            display: block;
            display: inline-block;
            width: auto;
            float: left;
            margin-right: 2%;
            margin-bottom: 10px;
            padding: 0 15px;
            
        }

            .other_metro_project ul li:hover {
                box-shadow: 0px 1px 3px 1px rgba(183, 189, 203, .5);
            }

            .other_metro_project a {
                color: #3C3C44 !important;
            }
                .other_metro_project a:hover {
                    color: #C868A8 !important;
                }
    .other_metro_project ul li i {
        font-size: 9px;
        margin-right: 7px;
        color: #55528D !
    }

.other_link {

}
.other_link li {
    line-height:35px;
    border-bottom:dotted 1px #ccc;
}
    .other_link a {
        color: #3C3C44 !important;
    }
        .other_link a:hover {
            color: #C868A8 !important;
        }

.social_media_counter {
    
    display: block;
    padding: 7px 15px;
    color: #757171;
    font-size: 12px;
}

.social_media_counter span{
    font-size:30px;
    font-weight:bold;
    line-height:35px;
}

    .social_media_counter.facebook span {
        color: #045AAA;
        
    }
    .social_media_counter.facebook {
        border-bottom: #B0ADAD solid 1px;
    }

    .social_media_counter.twitter span {
        color: #3db8e4;
    }


@media (max-width: 767px) {
    .other_metro_project, .other_link {
        border-bottom: solid 1px #55528D;
        display: inline-table;
        margin-bottom: 15px;
        padding-bottom:10px;
    }

    .social_media_counter{
        display:inline-block;
        width:49%;
        text-align:center;
    }
        .social_media_counter.facebook {
            border-bottom: none;
        }
}