﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family:  'Arial';*/
}
#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 50%;
    display: none;
    background-color: #ACBFDF;
    color: white;
}

#branches_list a {
    text-decoration: none;
}

#branches_list1 a {
    text-decoration: none;
}
#cards a{
    text-decoration : none;
}
#cards .row:hover {
    background-color: #cde1fe;
    color: black;
    font-weight: bold;
}
#cards h5{
    color:navy;
}

#cards1 a {
    text-decoration: none;
}

#cards1 .row:hover {
    background-color: #cde1fe;
    color: black;
    font-weight:bold;
}

#cards1 h5 {
    color: navy;
}

#board_name .card {
    background-color: #cde1fe;
}
footer {
    background-color: green !important;
}

.navbar-nav a {
    border-bottom: none;
    color: black;
    font-weight:400 !important;
}

    .navbar-nav a:hover {
        border-bottom: 3px solid #524fdb;
    }

.navbar-nav ul li.active a {
    border-bottom: 3px solid #524fdb;
}

    .navbar-nav ul li.active a.active::after {
        content: "";
        color: #524fdb;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        border-bottom: 3px solid #524fdb;
        width: 20px;
        text-align: center;
        margin-left: -10px;
    }

.top-bar {
    background: #1e1e1e;
    color: white;
    font-size: 12px;
    /* font-family: sans-serif;*/
}

    .top-bar a {
        color: white;
        margin-left: 15px;
        /*text-transform: uppercase;*/
        font-family: sans-serif;
    }

.main-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.navbar-red {
    background-color: #243A69;
    color: white;
    justify-content: center;
}

    .navbar-red .nav-link,
    .navbar-red .dropdown-toggle {
        color: white;
        text-decoration: none;
    }

        .navbar-red .nav-link:hover,
        .navbar-red .dropdown-toggle:hover {
            color: #fff;
        }

.nav-link.active {
    border-bottom: 2px solid white;
    color: white !important;
}
.calendar {
    margin: 0px 40px;
}

.heading {
    margin: 0px 28px;
    border: 1px solid rgb(235, 235, 235);
    background-color: navy;
    color: white !important;
}

.heading-1 {
    margin: 0px 28px;
    border: 1px solid rgb(235, 235, 235);
    background-color: #18b8ff;
    border-radius: 18px;
    color: white;
}

.text-out-calendar-1 {
    box-shadow: 0px 0px 20px #dee0f7;
    border-radius: 18px;
}

[data-toggle="calendar"] > .row > .calendar-day {
    font-family: 'Roboto', sans-serif;
    width: 14.28571428571429%;
    border: 1px solid rgb(235, 235, 235);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 30px;
    font-size: medium;
}

[data-toggle="calendar"] > .row > .calendar-day-head {
    font-family: 'Roboto', sans-serif;
    width: 14.28571428571429%;
    border: 1px solid rgb(235, 235, 235);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 30px;
    font-weight: bold;
}

    [data-toggle="calendar"] > .row > .calendar-day-head:last-child {
        border-right-width: 1px;
    }

[data-toggle="calendar"] > .row > .calendar-day.calendar-no-current-month {
    color: rgb(200, 200, 200);
}

[data-toggle="calendar"] > .row > .calendar-day:last-child {
    border-right-width: 1px;
}

[data-toggle="calendar"] > .row:last-child > .calendar-day {
    border-bottom-width: 1px;
}

.class-day {
    color: dodgerblue;
    font-weight: bold;
}

.test-day {
    background-color: yellow;
    font-weight: bold;
}

.holiday {
    background-color: red;
    font-weight: bold;
    color: white;
}

.text-out {
    box-shadow: 0px 0px 20px #dee0f7;
    border-radius: 18px;
}

.text-out-calendar {
    box-shadow: 0px 0px 20px #dee0f7;
    border-radius: 18px;
    background-color: lightblue;
}

.home-first-sec {
    background-image: url(../images/bg1.jpg);
    background-color: #d7ebf4;
    padding-top: 220px;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.page-title {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 12%;
    /*font-family: 'Signika', sans-serif;*/
}

.page-title1 {
    /*position: absolute;*/
    /*top: 0%;
    left: 50%;*/
    /* transform: translate(-50%, -50%);*/
    color: #243A69;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
    font-style: italic;
    /* margin-top: 7%;*/
    /*font-family: 'Signika', sans-serif;*/
}
.title-bar {
    /*position: absolute;*/
    /*top: 0%;
    left: 50%;*/
    /* transform: translate(-50%, -50%);*/
    color: grey;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-top: 1%;
    text-align: left;
    display: flex;
    justify-content: left;
    padding:0px;
    vertical-align:middle;
    /*font-family: 'Signika', sans-serif;*/
}
.page-link {
    background: none;
    border: none;
    padding-bottom: 0;
    font-size: small;
}

.contact-heading {
    background-color: #243A69;
    color: white;
    border-radius: 15px;
    margin-top: 20px;
}

.small-col {
    width: 4%;
}

.large-col {
    width: 48%
}

.contact-style {
    font-size: small;
}

.contact-style-1 {
    border-right: 1px dashed gray;
}

.imp-dates {
    font-size: smaller;
}

.icon-bar {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #000000;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.member-lnk {
    display: none;
}

.member-btn {
    display: block;
}

.footer-style {
    font-size: small;
    /*background-color: rgba(255, 69, 126, 1) !important;*/
    background-color: rgba(248, 249, 250, 1) !important;
    color: black !important;
}

.auto-style5 {
    color: red;
    font-weight: bold;
}

.header_2 {
    font-weight: bold;
}

.branch-letter-style {
    font-size: small;
}

@media (max-width: 991px) {
    .small-col {
        width: 0%;
    }

    .large-col {
        width: 100%;
    }

    .home-first-sec {
        background-image: url(../images/bg1.jpg);
        background-color: yellow;
        padding-top: 150px;
        overflow: hidden !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .page-title {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30%;
        /*font-family: 'Signika', sans-serif;*/
    }

    .page-link {
        background: none;
        border: none;
        padding-bottom: 0;
        font-size: x-small;
    }

    .member-lnk {
        display: block;
    }

    .member-btn {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 912px) {

    .page-title {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 15%;
        /*font-family: 'Signika', sans-serif;*/
    }
}

@media (max-width:480px) {

    .imp-dates {
        font-size: xx-small;
    }

    .icon-bar {
        display: none;
    }
}

