@font-face {
    font-family: "Fruitiger";
    src: url("/assets/fonts/FrutigerLTStd-Light.otf") format("opentype");
}

@font-face {
    font-family: "Fruitiger";
    font-weight: bold;
    src: url("/assets/fonts/FrutigerLTStd-Black.otf") format("opentype");
}

body {
    font-family: "Fruitiger";
}

img {
    max-width: 100%;
}

h1,
figcaption,
.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    color: #2257a2;
}

p,
.service-center-text {
    color: #8e8e8e;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #5c2472;
}

.footer p,
.footer a {
    color: white;
    font-size: 0.75rem;
}

.footer p:nth-child(1) {
    color: white;
    font-weight: bold;
}

.footer i.far,
.footer i.fas {
    position: absolute;
    left: -0.2rem;
}

.footer {
    background-image: url("/assets/img/footer/background-01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 300px;
}

.footer-abu {
    background-image: url("/assets/img/footer/grey_background-01.svg");
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    z-index: -1;
    margin-top: -380px;
}

.dropdown-menu a {
    white-space: normal;
}

.dropdown-menu {
    width: 190px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
}

.dropdown-divider,
.dropdown-menu {
    border-color: #030395;
    margin: 0;
    padding: 0;
}

.navbar-toggler{
    background-color: white;
}
.dropdown-item:hover {
    background-color: #030395;
    color: white;
}

.nav-item {
    margin-right: 60px;
}

.buttons {
    border-radius: 40px;
    background: linear-gradient(to right, #5972b0 0%, #8963a9 34%);
    color: white;
}

.dropdown-toggle::after {
    display: none;
}

.news-pic {
    max-width: 100%;
}

a:hover {
    color: white;
    text-decoration: none;
}

.fa-check {
    color: #64b33f;
}

#it-solution,
#tax-services,
#bussiness-solution,
#system-development {
    width: 230px;
    height: 275px;
}

#message {
    height: 300px;
}

.flash {
    color: #ccffcc;
}

.white-logo-1{
    display: none;
    padding-top: 10px;
}

.white-logo-2{
    display: block;
}

.close-symbol{
    display: none;
}

.line-divide{
    display: none;
    width: 80%;
}

.navbar-toggler{
    margin: 20px;
}
.copyright{
    padding-top: 10px
}

@media(max-width: 992px){
    .footer {
        padding-top: 300px;
    }
    .footer-abu {
        margin-top: -210px;
    }

    .navbar-light{
        height:80px;
        padding: 0;
    }
    .navbar .navbar-brand img{
        height: 60px;
    }
    .white-logo-2{
        display: none
    }
    .white-logo-1{
        display: block;
    }

    .navbar-nav{
        width: 90%;
        height: 175vh;
    }

    .close-symbol{
        display: block;
        font-size: 50px;
        color: #2257a2;
        padding-left: 75%;
    }
    .navbar-collapse{
        background-color: white;
        z-index: 1;
        max-width: 100%;
        margin-left: 50%;
    }
    .line-divide{
        display: block;
    }
    .navbar-brand{
        padding: 20px;
    }
    .dropdown-menu{
        border-color: white;
        left: 0;
        right: 0;
        transform: unset;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 330px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 510px;
        padding-left: 15px;
    }
    .navbar-light{
        height:55px;
        padding: 0;
    }
    .navbar .navbar-brand img{
        height: 40px;
    }
    h1{
        font-size: 20px;
    }
    p,figcaption{
        font-size: 15px;
    }
    .footer-logo a img{
        height: 40px;
        margin-top: 50px;
        padding-left: 60%;
    }
    .white-logo-1{
        display: block;
    }
    .white-logo-2{
        display: none;
    }
    .navbar-nav{
        width: 90%;
        height: 100vh;
    }

    .close-symbol{
        display: block;
        font-size: 50px;
        color: #2257a2;
        padding-left: 75%;
    }
    .navbar-collapse{
        background-color: white;
        z-index: 1;
        max-width: 100%;
        margin-left: 25%;
    }
    .line-divide{
        display: block;
    }
    .navbar-brand{
        padding: 10px;
    }
    .dropdown-menu{
        width: 100px;
        border-color: white;
        left: 0;
        right: 0;
        transform: unset;
    }
    .navbar-toggler{
        margin: 5px;
    }
}