.mystyle h1 {
    font-size: 36px!important;
}

.mystyle h2 {
    font-size: 22px!important;
}

.mystyle h3 {
    font-size: 20px!important;
}

.mystyle h4 {
    font-size: 50px!important;
}

.mystyle h5 {
    font-size: 50px!important;
}

.mystyle h6 {
    font-size: 50px!important;
}

.mystyle p {
    font-size: 17px!important;
}

.mystyle li {
    font-size: 14px !important;
}

.mystyle a {
    font-size: 15px !important;
}

.mystyle .dgci {
    font-size: 21px !important;
}

.top-btn {
    background: #595959;
    color: #fff;
    margin-left: 5px;
}

.mobile-nav {
    background-color: #97144d;
    padding: 0;
}

.manu-toggler-btn {
    display: none;
}

.mb-nv {
    gap: 22px;
}


@media print {
    html, body {
       display: none !important;  /* hide whole page */
    }
}


@media (max-width: 850px) {
    .navbar-collapse {
        position: absolute !important;
        z-index: 99999;
        width: 300px;
        right: 1px;
        top: 84px;
    }
}

@media (min-width: 576px) {
    .mob {
        display: none!important;
    }
    .mobile-shape {
        float: none!important;
    }
} 
.about:hover{
    color:#ffc9e1!important;
}
.home:hover{
    color:#ffc9e1!important;
}
.bod:hover{
    color:#ffc9e1!important;
}
.dropdown-toggle:hover{
    color:#ffc9e1!important;
}
/*.careers:hover{*/
/*    color:#ffc9e1!important;*/
/*}*/
.download:hover{
    color:#ffc9e1!important;
}
.contact:hover{
    color:#ffc9e1!important;
}