body {
    font-family: 'Poppins', sans-serif;
}

.primary-text-color {
    color: #122D46;
}


/* * {
    border: 1px solid red;
} */


/* Loader hahaha */

.main-loader {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif) center no-repeat white;
    background-size: 50px;
}


/* Navbar Css  */

.nav-primary-color {
    background: #122D46;
    color: #ffffff;
    height: 100px;
    opacity: 80%;
}


/* Hero Banner */

#herobanner-sec h1 {
    margin-left: 80px;
    padding-top: 20px;
    font-weight: 900;
}

#banner-sec {
    margin-top: -10px;
}

#banner-img {
    width: 100%;
    margin-top: -100px;
}

.primary-bg-color {
    background: #122D46;
}


/* Statistic */

#statistics-sec {
    margin-top: -75px;
}

#statistics-sec {
    .statistics-box {
        box-shadow: 9px 13px 46px 28px rgba(0, 0, 0, 0.1), 8px 17px 25px 0px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
    }
}


/* About */

#about {
    .img-fluid {
        border-radius: 10px;
    }
}

#new-news {
    .img-fluid {
        border-radius: 10px;
        height: 520px;
    }
    .img-author {
        width: 20px;
        height: 20px;
    }
}

ul.lSPager.lSpg {
    margin-top: 85px !important;
}

.lSSlideOuter .lSPager.lSpg>li a {
    height: 10px !important;
    width: 10px !important;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    /* .submenu.dropdown-menu {
        padding: 0px !important;
        margin-top: 5px !important;
    } */
    /* navbar */
    .nav-item {
        margin-right: 20px;
    }
    .dropdown-menu {
        border-radius: 0px !important;
        margin-top: 10px;
        padding: 0px !important;
    }
    .dropdown-item:hover {
        background-color: #122D46;
        color: #ffffff;
    }
    .nav-primary-color {
        background: #122D46;
        color: #ffffff;
        height: 100px;
        opacity: 80%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: px;
        padding-top: 24px;
        padding-bottom: 24px;
        color: #ffffff;
        border-bottom: 4px solid transparent;
        transition: border 0.9s ease, padding 0.9s linear;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #ffffff;
        width: auto;
        border-bottom: 3px solid #ffffff;
        border-color: #ffffff;
    }
}