@import url('https://fonts.googleapis.com/css2?family=Castoro&family=Raleway&display=swap');
.listRightBorder {
    border-right: 1px solid;
}

.topBar {
    font-size: 12px;
    color: White;
    font-family: Calibri;
}

.mainLogo {
    background-image: url("../Img/logo_1.png");
    background-repeat: no-repeat;
    background-position: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.headerRow1 {
    background-color: #aa2266;
}

.headerRow2 {
    background-color: #aa2266;
}

/*-------------------------------------------------------*/
hr.new1{
    margin-bottom: 20px;
}
.nav-logo{
    float: right;
}
.navname{
    margin-left: -20px;
    text-align: left;
}
@media screen and (max-width:768px) {
    .navname{
        margin: auto;
        text-align: center;
    }
    .nav-logo{
        float: none;
    }
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }
    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    .inline li {
        display: block;
        margin-bottom: 10px;
    }
    .pushright li {
        margin-right: 0;
    }
    .font-x2 {
        font-size: 1.4rem;
    }
    .font-x3 {
        font-size: 1.6rem;
    }
}

body {
    background-color: #ffffff !important;
}

.nav-link{
    transition: 0.5s ease-out;
}
.nav-link:hover{
    background:#fc2f2f ;
}