/* Add here all your CSS customizations */

a.nav-link {
color:white !important;
}

.ws-nowrap{
    color: white !important;
}


.logo-section .navbar-brand h2{
    font-size: 26px;
    font-weight: 700;
    color: #D00000;
    margin: 0px;
}

.logo-section .navbar-brand a:hover {
    text-decoration: none;
}

.logo-section .navbar-brand .slogan{
    position: relative;
    z-index: 1;
    top: -17px;
    font-size: 8px;
}

.faq-section{
    padding: 40px 0px;
}
.faq-section .faq-body{
    max-width: 660px;
    margin: auto;
    padding: 30px 0px;
}
.faq-section .faq-body ol li h4{
    font-size: 22px;
    line-height: 1.5;
    margin-top: 5px;
}


.section-heading{
    color: #2F4858;
    font-size: 28px;
    line-height:32px;
    font-weight: 500 !important;
    text-align: center;
}

.section-heading:after{
    position: absolute;
    content: "";
    width: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ea9165
}

#mainNav > li > ul {
    /*This is background color for Top NavBar*/
   background-color: #D00000 !important;
}
#mainNav > li > ul > li > a {
    color : white !important;
}

#mainNav > li:last-child {
    display: none !important;
}
@media( max-width: 440px ){
 #mainNav > li:last-child {
    display: block !important;
}
}

#mainNav > li > ul > li > a:hover {
    background-color: #FF8585 !important;
}

video#MeshVideo {
        width: 50% !important;
    }

@media(max-width: 440px) {
video#MeshVideo {
        width: 100% !important;
    }
}
