html {

    scroll-behavior: smooth;

}

body {

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;

    color: #212112;

    background-position: center;

    background-repeat: repeat;

    background-size: 7%;

    background-color: #fff;

    overflow-x: hidden;

    transition: all 200ms linear;

}

::selection {

    color: #fff;

    background-color: #8167a9;

}

::-moz-selection {

    color: #fff;

    background-color: #8167a9;

}


/* #Navigation
================================================== */


.start-header {

    opacity: 1;

    transform: translateY(0);

    padding: 0px;

    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.start-header.scroll-on {

    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);

    padding: 10px 0;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.start-header.scroll-on .navbar-brand img {

    height: 40px;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.navigation-wrap {

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 1000;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.navbar {

    padding: 0;

}

.navbar-brand img {

    height: 60px;

    width: auto;

    display: block;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.navbar-toggler {

    float: right;

    border: none;

    padding-right: 0;

}

.navbar-toggler:active,

.navbar-toggler:focus {

    outline: none;

}

.navbar-light .navbar-toggler-icon {

    width: 24px;

    height: 17px;

    background-image: none!important;

    position: relative;

    border-bottom: 1px solid #000;

    transition: all 300ms linear;

}

.navbar-light .navbar-toggler-icon:after,

.navbar-light .navbar-toggler-icon:before {

    width: 24px;

    position: absolute;

    height: 1px;

    background-color: #000;

    top: 0;

    left: 0;

    content: '';

    z-index: 2;

    transition: all 300ms linear;

}

.navbar-light .navbar-toggler-icon:after {

    top: 8px;

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {

    transform: rotate(45deg);

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {

    transform: translateY(8px) rotate(-45deg);

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {

    border-color: transparent;

}

.nav-link {

    color: #0133bc !important;

    font-weight: bolder;

    text-transform: uppercase;

    transition: all 200ms linear;

}

.nav-item:hover .nav-link {

    color: #fff !important;

}

.nav-item.active .nav-link {

    color: #777 !important;

}

.nav-link {

    position: relative;

    padding: 0px 0 !important;

    display: inline-block;

}

.nav-item:after {

    position: absolute;

    bottom: -5px;

    left: 0;

    width: 100%;

    height: 2px;

    content: '';

    background-color: #8167a9;

    opacity: 0;

    transition: all 200ms linear;

}

.nav-item:hover:after {

    bottom: 0;

    opacity: 1;

}

.nav-item.active:hover:after {

    opacity: 0;

}

.nav-item {

    position: relative;

    transition: all 200ms linear;

}



.bg-light {

    background-color: #fff !important;

    transition: all 200ms linear;

}

.section {

    position: relative;

    width: 100%;

    display: block;

}

.full-height {

    height: 100vh;

}

.over-hide {

    overflow: hidden;

}

.absolute-center {

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    margin-top: 40px;

    transform: translateY(-50%);

    z-index: 20;

}

#switch,

#circle {

    cursor: pointer;

    -webkit-transition: all 300ms linear;

    transition: all 300ms linear
}

#switch {

    width: 60px;

    height: 8px;

    border: 2px solid #8167a9;

    border-radius: 27px;

    background: #000;

    position: relative;

    display: block;

    margin: 0 auto;

    text-align: center;

    opacity: 1;

    transform: translate(0);

    transition: all 300ms linear;

    transition-delay: 1900ms;

}

body.hero-anime #switch {

    opacity: 0;

    transform: translateY(40px);

    transition-delay: 1900ms;

}

#circle {

    position: absolute;

    top: -11px;

    left: -13px;

    width: 26px;

    height: 26px;

    border-radius: 50%;

    background: #000;

}

.switched {

    border-color: #000 !important;

    background: #8167a9 !important;

}

.switched #circle {

    left: 43px;

    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);

    background: #fff;

}


.nav-item .dropdown-menu {

    transform: translate3d(0, 10px, 0);

    visibility: hidden;

    opacity: 0;

    max-height: 0;

    display: block;

    padding: 0;

    margin: 0;

    transition: all 200ms linear;

}

.nav-item.show .dropdown-menu {

    opacity: 1;

    visibility: visible;

    max-height: 999px;

    transform: translate3d(0, 0px, 0);

}

.dropdown-menu {

    padding: 10px!important;

    margin: 0;

    font-size: 13px!important;

    letter-spacing: 1px;

    color: #212121;

    background-color: #fcfaff;

    border: none;

    border-radius: 3px;

    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);

    transition: all 200ms linear;

    border-radius: 0px!important;

}

.dropdown-toggle::after {

    display: none;

}

.dropdown-item:focus, .dropdown-item:hover {

    color: #fff!important;

    text-decoration: none;

    background-color: #1285c1!important;

}

.dropdown-item {

    padding: 3px 15px;

    color: #212121;

    border-radius: 2px;

    transition: all 200ms linear;

    border-bottom: 1px solid #dbdbdb!important;

    text-transform: uppercase!important; 

    font-weight: bolder!important;

    padding: .25rem 0.5rem!important;

}

.dropdown-item:hover,

.dropdown-item:focus {

    color: #fff;

    background-color: rgba(129, 103, 169, .6);

}


@media (max-width: 767px) {

    h1 {

        font-size: 38px;

    }

    .nav-item:after {

        display: none;

    }

    .nav-item::before {

        position: absolute;

        display: block;

        top: 15px;

        left: 0;

        width: 11px;

        height: 1px;

        content: "";

        border: none;

        vertical-align: 0;

    }
    .dropdown-toggle::after {

        position: absolute;

        display: block;

        top: 10px;

        left: -23px;

        width: 1px;

        height: 11px;

        content: "";

        border: none;

        vertical-align: 0;

        transition: all 200ms linear;

        color: #000;

    }
    .dropdown-toggle[aria-expanded="true"]::after {

        transform: rotate(90deg);

        opacity: 9;

        color: #000;

    }
    .dropdown-menu {

        padding: 0 !important;

        background-color: transparent;

        box-shadow: none;

        transition: all 200ms linear;

    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {

        margin-top: 10px !important;

        margin-bottom: 20px !important;

    }
    body.dark .nav-item::before {

        background-color: #fff;

    }
    body.dark .dropdown-toggle::after {

        background-color: #fff;

    }
    body.dark .dropdown-menu {

        background-color: transparent;

        box-shadow: none;

    }
}



.logo {

    position: absolute;

    bottom: 30px;

    right: 30px;

    display: block;

    z-index: 100;

    transition: all 250ms linear;

}

.logo img {

    height: 26px;

    width: auto;

    display: block;

    filter: brightness(10%);

    transition: all 250ms linear;

}

body.dark .logo img {

    filter: brightness(100%);

}

body {

    background-image: url(../../../images/main-bg.jpg)!important;

    background-position: center!important;

    background-repeat: no-repeat!important;

    background-size: cover!important;

}

.title_fs {

    font-size: 12px!important;

    color: #adadad!important;


}
.title_fs.active {

    font-size: 12px!important;

    color: #0133bc!important;

    font-weight: bolder;

}

.main {

    background: #fff;

}

.wrapper {

    float: left;

    width: 100%;

    min-height: 0px;

}

.navigation {

    float: left;

    width: 100%;

    text-align: center;

    background-color: #169fe6;

    line-height: 0px;

}

.navigation ul {

    margin: 0;

    padding: 0;

    float: none;

    width: auto;

    list-style: none;

    display: inline-block;

}

.navigation ul li {

    float: left;

    width: auto;

    position: relative;

    font-weight: bolder;

}

.navigation ul li:last-child {

    margin: 0;

}

.navigation ul li a {

    float: left;

    width: 100%;

    color: #0133bc;

    padding: 20px 10px;

    font-size: 20px;

    margin-right: 20px;

    line-height: normal;

    text-decoration: none;

    box-sizing: border-box;

    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;

    -webkit-transition: color 0.3s ease;

    transition: color 0.3s ease;

    font-weight: bolder;

}

.navigation .children {

    position: absolute;

    top: 100%;

    z-index: 1000;

    margin: 0;

    padding: 0;

    left: 0;

    min-width: 240px;

    background-color: #fff;

    border: solid 1px #dbdbdb;

    opacity: 0;

    -webkit-transform-origin: 0% 0%;

    transform-origin: 0% 0%;

    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

    transition: opacity 0.3s, -webkit-transform 0.3s;

    transition: transform 0.3s, opacity 0.3s;

    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;

}

.navigation ul li .children {

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    -webkit-transform: rotateX(-75deg);

    transform: rotateX(-75deg);

    visibility: hidden;

}

.navigation ul li:hover>.children {

    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);

    opacity: 1;

    visibility: visible;

}

.navigation ul li .children .children {

    left: 100%;

    top: 0;

}

.navigation ul li.last .children {

    right: 0;

    left: auto;

}

.navigation ul li.last .children .children {

    right: 100%;

    left: auto;

}

.navigation ul li .children li {

    float: left;

    width: 100%;

    margin: 0;

}

.navigation ul li .children a {
    display: block;

    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 11px;

    color: #333;

    text-align: left;

    line-height: 1.5em;

    padding: 10px 10px;

    letter-spacing: normal;

    border-bottom: 1px solid #dbdbdb;

    -webkit-transition: background-color 0.3s ease;

    transition: background-color 0.3s ease;

}

.navigation ul li .children a:hover {

    color: #fff;

    background-color: #1285c1;

}

.navigation ul li a:hover {

    color: #fff;

    background: #1285c1;

}

.navigation ul li .children a:hover {

    color: #fff;

    background: #1285c1;

    padding: 10px 10px;

}

.entity {

    display: flex;

    align-items: center;

}

.line {

    height: 0px;

    border-top: 1px solid gray;

    margin-left: 11px;

    flex-grow: 1;

}

.badge-1 {

    background-color: #169fe6;

    position: absolute;

    top: 20px;

    transform: rotate(-90deg);

    color: white;

    padding: 6px 16px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    border-radius: 4px;

    font-size: 12px;

}

.img {

    max-width: 480px;

    width: 100%;

}

.no-padding {

    padding: 0!important

}

.footer-big {

    padding: 80px 0 0px 0;

}

.footer-big .footer-widget {

    margin-bottom: 40px;
}

.footer--light {

    background: #4d4d4d;

}

.footer-big .footer-menu ul li a,

.footer-big p,

.footer-big ul li {

    color: #888888;

}

.footer-menu {

    padding-left: 48px

}

.footer-menu ul {

    padding: 0px;

}

.footer-menu ul li::marker {

    color: #888888;

    font-size: 1em;

}

.footer-menu ul li a {

    font-size: 15px;

    line-height: 32px;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s

}

.footer-menu ul li a:hover {

    color: #169fe6;

    text-decoration: none;

}

.footer-menu--1 {

    width: 100%;

}

.footer-widget-title {

    line-height: 42px;

    margin-bottom: 10px;

    font-size: 18px;

    color: #fff;

}

.mini-footer {

    background: #4d4d4d;

    text-align: left;

    padding: 32px 40px;

}

.mini-footer p {

    margin: 0;

    line-height: 26px;

    font-size: 15px;

    color: #999;

}

.mini-footer p a {

    color: #169fe6;

}

.mini-footer p a:hover {

    color: #34bfa3;

}

.widget-about img {

    display: block;

    margin-left: 30px;

}

.widget-about p {

    font-weight: 400;

}

.widget-about .contact-details {

    margin: 30px 0 0 0;

}

.widget-about .contact-details li {

    margin-bottom: 10px;

}

.widget-about .contact-details li:last-child {

    margin-bottom: 0;

}

.widget-about .contact-details li span {

    padding-right: 12px;

}

.widget-about .contact-details li a {

    color: #169fe6;

}

/*<==========================================Police Academy Staff======================================================>*/


.home-blog {
    
    padding-top: 80px;
    
    padding-bottom: 80px
    
}


.media.blog-media {

    margin-top: 30px;

    position: relative;

    display: block

}

/*<===========================================404_errore_pge=============================================>*/

.error-template {

      padding: 0px 15px;

      text-align: center;

      }

      .error-actions {

      margin-top: 15px;

      margin-bottom: 15px;

      }

      .error-actions .btn {

      margin-right: 10px;

      }

      .error_ul {

      margin: 0px;

      padding: 0px 20px;

      }

      .error_ul li a

      {

      color: #212529;

      font-weight: bold;

      text-decoration: none;

      }

      .error_ul li a:hover

      {

      color: #169fe6;

      }

@media (min-width:992px) {

    .media.blog-media {

        display: table

    }

}

.media.blog-media .circle h5 {
    
    margin: 0px;
    
    background-color:rgb(22 159 230);
    
    padding: 10px;
    
    white-space: nowrap;
    
    position: absolute;
    
    padding: 5px;
    
    top: 20px;
    
    left: 20px;
    
    text-align: center;
    
    box-shadow: none;
    
    -webkit-transform: translateX(0);
    
    transform: translateX(0);
    
    color: #fff;
    
    transition: background-color .3s ease

}



.media.blog-media .circle .month {

    text-transform: uppercase;

    font-size: 14px

}


.media.blog-media>a {

    position: relative;

    display: block

}


@media (min-width:992px) {

    .media.blog-media>a {

        display: table-cell;

        vertical-align: top;

        min-width: 200px

    }

}


@media (min-width:1200px) {

    .media.blog-media>a {

        min-width: 230px

    }

}

.media.blog-media>a img {

    width: 100%

}

.media.blog-media:hover>a:before {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1)

}

.media.blog-media:hover .circle .day,

.media.blog-media:hover .circle .month {

    color: #fff

}

.media.blog-media .media-body {


    padding: 15px 30px 10px;

    font-size: 19px;

    background: #fff;

    border-top: none

}

@media (min-width:992px) {

    .media.blog-media .media-body {

        padding: 15px 20px 10px;

        border-left: none;

        display: table-cell;

        vertical-align: top

    }

}

@media (min-width:1200px) {

    .media.blog-media .media-body {

        padding: 00px 20px 10px

    }

}

.media.blog-media .media-body h5 {

    transition: color .3s ease;

    margin-bottom: 15px;

    color: #0133bc;

}

@media (min-width:992px) {

    .media.blog-media .media-body h5 {

        font-size: 15px

    }
}

@media (min-width:1200px) {

    .media.blog-media .media-body h5 {

        margin-bottom: 15px;

        font-size: 18px

    }

}

.media.blog-media .media-body a.post-link {

    display: block;

    color: #222;

    font-size: 11px;

    padding: 23px 0;

    text-transform: uppercase;

    font-weight: 400

}

@media (min-width:992px) {

    .media.blog-media .media-body a.post-link {

        padding: 7px 0

    }

}

@media (min-width:1200px) {

    .media.blog-media .media-body a.post-link {

        padding: 23px 0

    }

}

.media.blog-media .media-body ul {

    position: relative;

    padding: 10px 0 0

}

.media.blog-media .media-body ul li {

    display: inline-block;

    width: 49%;

    position: relative

}

.media.blog-media .media-body ul li:before {

    position: absolute;

    content: '';

    top: 5px;

    left: 0;

    width: 1px;

    height: 14px;

    background: #eeeef2

}

.media.blog-media .media-body ul li:first-child:before {

    visibility: hidden

}

.media.blog-media .media-body ul:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: #eeeef2

}

@media (min-width:992px) {

    .home-blog {

        padding-top: 100px;

        padding-bottom: 100px

    }
}

.home-blog .section-title {

    padding-bottom: 15px

}

.home-blog .media {

    margin-top: 50px

}

@media (min-width:768px) {

    .home-blog .media {

        margin-top: 30px

    }

}



@media (min-width:768px) {

    .blog-left-sidebar .media.blog-media,

    .blog-right-sidebar .media.blog-media {

        display: table

    }

}

@media (min-width:768px) {

    .blog-left-sidebar .media.blog-media>a,

    .blog-right-sidebar .media.blog-media>a {

        display: table-cell;

        vertical-align: top;

        min-width: 250px

    }

}

@media (min-width:768px) {

    .blog-left-sidebar .media.blog-media .media-body,

    .blog-right-sidebar .media.blog-media .media-body {

        border-top: 1px solid #efeff3;

        border-left: none;

        display: table-cell;

        vertical-align: top

    }

}

.blog-left-sidebar .media.blog-media .media-body a.post-link,

.blog-right-sidebar .media.blog-media .media-body a.post-link {

    padding: 22px 0

}

@media (min-width:1200px) {

    .blog-left-sidebar .media.blog-media>a,

    .blog-right-sidebar .media.blog-media>a {

        min-width: 250px

    }

}

.blog-post .media.blog-media {
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex

}

.blog-post .bredcrumb h2 {

    margin-bottom: 0;

}

.blog-post .media.blog-media .media-body ul li {

    font-size: 13px;

    width: auto;

    padding-right: 14px;

}

.blog-post .media.blog-media .media-body ul li i {

    display: none;

}

@media (min-width:768px) {

    .blog-post .media.blog-media .media-body ul li i {

        display: inline-block;

    }

}

@media (min-width:768px) {

    .blog-post .media.blog-media .media-body ul li {

        font-size: 14px;

        width: 49%;

        padding-right: unset

    }

}

.blog-post .media.blog-media .media-body ul li:before {

    left: -8px;

}

@media (min-width:768px) {

    .blog-post .media.blog-media .media-body ul li:before {

        left: 0;

    }
}

.blog-post-contents {

    padding: 80px 0;

}

@media (min-width:992px) {

    .blog-post-contents {

        padding: 100px 0;

    }
}

.blog-post-contents .media.blog-media {

    margin-top: 0;

}

.blog-post-contents .media.blog-media .media-body {

    padding: 30px;

    border: 1px solid #eeeef2;

    border-top: none;

}

.blog-post-contents .media.blog-media .media-body p {

    padding-bottom: 15px

}

.blog-post-contents .media.blog-media .media-body ul {

    padding-top: 15px

}

.blog-post-contents .media.blog-media:hover .circle {

    background-color: rgba(255, 255, 255, .7)

}

.blog-post-contents .media.blog-media:hover .circle .day,

.blog-post-contents .media.blog-media:hover .circle .month {

    opacity: 1

}


@media only screen and (max-width: 600px) {

  .media.blog-media
{
    
    margin-top: 30px;
    
    position: relative;
    
    display: block;
    
    max-height: 700px;
    
    overflow: scroll;
}
  .media.blog-media
{
    
    margin-top: 30px;
    
    position: relative;
    
    display: block;
    
    max-height: 700px;
    
    overflow: scroll;
}

 .media.blog-media2
{
    
    margin-top: 30px;
    
    display: block;
    
}

}



@media (max-width:991px) {

    .footer-menu {

        padding-left: 0;
    }
}

@media only screen and (max-width: 600px) {

    .main {

        margin: 70px 0px 0px 0px;
    }
    .mini-footer {

    background: #4d4d4d;

    text-align: left;

    padding: 32px 0px;
    }

    .footer-menu ul li::marker
    {
        color: #4d4d4d;

        font-size: 1em;
    }
    .navbar-collapse

    {
        background-color: rgb(22, 159, 230);
    }

    .nav-item.active .nav-link

    {
        color: #fff!important;
    }

    .navbar

    {
        padding: 0px!important;
    }
}
.widget-about img {
    display: block;
    margin-left: 70px;
}