.home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
.header .navbar-brand {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 3px;
    padding: 0;
}
.navbar-brand img{
    margin: 0 auto 5px;
    width: auto;
}
.nav-item .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 300ms linear;
    border: none;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    border-radius: 0 10px 10px 10px;
    padding: 10px 0;
    border: none;
    filter: drop-shadow(0px 0px 7.5px rgba(50,50,50,0.09));
}
.nav-item.show .dropdown-menu::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    left: 20px;
    top: -9px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: -2px -2px 2px rgb(50 50 50 / 2%);
}
.navbar-nav .nav-item::before {
    width: 8px;
    height: 8px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.5s;
}
.navbar-nav .nav-item:hover::before {
    opacity: 1;
    bottom: 20px;
}
.nav-item.show .dropdown-menu a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #b7d9e2;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    background: #70b4c6;
    border-radius: 20px;
    transition: all 300ms linear;
}
.nav-item.show .dropdown-menu a {
    position: relative;
    padding-left: 50px;
    background: transparent;
}
.nav-item.show .dropdown-menu a:hover{
    color: #70b4c6;
}
.hiring {
    position: relative;
    z-index: 1;
}
.hiring a {
    padding: 9px 22px;
    background: #ff3535;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 4px 4px 7px rgb(0 0 0 / 20%);
    border-radius: 25px;
    position: relative;
    display: inline-block;
}
.hiring a:before {
    content: "";
    background: linear-gradient(#fb8686, #e74040);
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
    border-radius: 25px;
}
.hiring a:hover:before{
    background: linear-gradient(#e74040, #fb8686);
}
.navbar-collapse ul li a {
    font-size: 18px;
}
.navbar-collapse ul >li > a {
    padding: 40px 5px;
}
.nav-item .dropdown-menu a{
    transition: all 300ms linear;
    padding-left: 50px;
}
@media (max-width: 1199px) {
    .home .header{
        position: static;
    }
}
@media (max-width: 991px) {
    .navbar-brand img {
        margin: 0px auto 0px;
        width: 50px;
        height: 38px;
    }
    .header .navbar-brand{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .header .navbar-light .navbar-collapse ul li a{
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .header .navbar-light .navbar-collapse .dropdown-menu a {
        padding-left: 50px;
        padding-right: 20px;
    }
    .navbar-collapse ul li{
        margin-left: 1rem !important;
    }
}
@media (max-width: 767px) {
    .header .navbar-brand{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-brand img {
        width: 40px;
        height: 31px;
    }
    .header .navbar-light .navbar-collapse ul li a{
        font-size: 16px;
        line-height: 18px;
    }
    .navbar-collapse ul >li > a {
        padding: 10px 0px;
    }
    .navbar-collapse ul li{
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .nav-item.show .dropdown-menu {
        filter:none;
    }
    .hiring{
        -ms-flex-order: 3;
        order: 3;
    }
    .hiring a{
        font-size: 12px;
        padding: 4px 6px;
    }
    .navbar-nav .nav-item::before {
        display: none;
    }
    .navbar-light {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        padding: 5px;
        -ms-flex-order: 1;
        order: 1;
    }
    .dropdown-toggle::after {
        left: auto;
        right: 10px;
        position: absolute;
        top: 20px;
        bottom: auto;
        margin: auto;
        z-index: 999;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 9999;
        background: #fff;
        width: 100%;
        padding: 0px 15px 15px;
        filter: drop-shadow(8.817px 12.135px 7.5px rgba(50,50,50,0.09));
        border-radius: 0 0 15px 15px;
    }
    .navbar-collapse .navbar-nav {
        padding-top: 0 !important;
    }
    /* .header .navbar-brand {
        -ms-flex-order: 2;
        order: 2;
    } */
}
