﻿a:focus, a:hover, a
{
    text-decoration: none!important;
    outline: none!important;
}

.latestE marquee
{
    min-height: 170px;
}

.latestN marquee
{
    min-height: 170px;
}

.latestN marquee > a , .latestE marquee > a
{
    transition: .3s all ease-in;
}

.latestN marquee > a:hover , .latestE marquee > a:hover
{
    color: #105796;
}

.copy p , .sign p
{
    font-size: 14px;
}
.mar-bottom-5  a 
{
color: #fff;    
transition: .3s all ease-in;
}
.mar-bottom-5 a:hover , .sign a:hover
{
   color: #fffe00;
}
ol, ul
{
    list-style: none;
    margin: 0!important;
}

.hide
{
    display: none!important;
}


.viewMore
{
    border: 1px solid transparent;
    background: #F44336;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.latestE marquee a
{
    color: #fff;
    font-weight: 500px;
    padding-bottom: 5px;
    display: block;
    text-align: justify;
    font-weight: 200;
    line-height: 24px;
}

p.welcome
{
        font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
}

/* POP Modal  */
#myModal .modal-body {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px;
}
#myModal .modal-body .Model_header {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #303c6c;
    color: #fff;
    text-align: center;
    padding: 10px;
}

#myModal .Model_header {
    position: relative;
}

.popLink {
    color: #fff;
    text-decoration: none!important;
    transition: .4s all;
}

.carousel-control.left, .carousel-control.right
{
background-image: none!important;
}

#buttonC {
    background: #303c6c;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 50px;
    top: auto;
    bottom: 24px;
    left: auto;
    right: -12px;
    transition: 0.5s all ease-in;
}

#buttonC:hover, .Model_header > a:hover
{
    color: #ffc232;
}

.left-slider {
    position: absolute;
    top: 40%;
    width: 3.2rem;
    background: url(../images/arrow-slider.png);
    height: 3.2rem;
    background-position: 0rem 0rem;
    transition: .3s all ease-in-out;
}
.right-slider {
    position: absolute;
    top: 40%;
    width: 3.2rem;
    background: url(../images/arrow-slider.png);
    height: 3.2rem;
    background-position: -4.3rem 0rem;
    transition: .3s all ease-in-out;
}
.left-slider:hover {
    background-position: 0rem 3.1rem;
}
.right-slider:hover {
    background-position: -4.3rem 3.1rem;
}

#myModal .modal-footer {
    border: none;
}
.logo28 img {
    height: 115px; 
    width: auto;
}