@font-face {
    font-family: 'Montserrat';
    src:url('/landing/fonts/Montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0px;
    margin: 0px;
}


nav.navbar.navbar-expand-lg.bg-body-tertiary.top-header {
    background-color: #ffffff !important;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 51% 100%, 48% 50%, 0 50%, 0 0);
    z-index: 9;
}
#demo img {
    opacity: 0.1;
}
.close-height{
    height:400px !important;
}



.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}




/* color  */
:root {
    --primary-color: #9E2216;
    --secondary-color: #000000;
    --background-color: #f8f8f8;
    --text-color: #ffffff;
}




/* global  */
.container {
    width: 100%;
    max-width: 100%;
}

.container-fluid {
    width: 100%;
    max-width: 1200px;
}


/* Top Header */
nav.top-header::before {
    content: url(/landing/images/top-header-bg-shape.png);
    z-index: 9;
    position: absolute;
    right: 0;
    top: 2px;
}

.top-header-menu {
    width: 100%;
    justify-content: flex-end;
    background: var(--text-color);
    gap: 20px;
    align-content: center;
}

.top-header-menu img {
    margin-right: 4px;
}

.top-header-menu a {
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px 10px 20px !important;
}

.top-header .top-header-menu {
    z-index: 9;
    background: transparent;
}

.top-header ul a:hover {
    color: var(--primary-color) !important;
}

.top-header ul a.active {
    color: var(--primary-color) !important;
}


.custom-block {
    max-width: 1260px !important;
}

.side-hover-col {
    transition: .4s all ease-in-out;
}
.side-hover-col:hover {
    transform: scale(1.1);
    transition: .4s all ease-in-out;
    box-shadow: 0px 0px 16px #00000080;
    padding: 20px 20px;
    background: #ffffff !important;
}
.side-hover-col {
    margin-bottom: 0px;
    padding:20px;
}
@media only screen and (max-width: 980px) {  
   .side-hover-col:hover {
        transform: unset !important;
    }
}
/* Main Header  */
.main-header .container-fluid .header-menu .navbar-nav {
    width: 100%;
    justify-content: end;
}

nav.main-header {
    background-color: transparent !important;
    padding: 10px 0px;
    margin-bottom: -110px;
    z-index: 9;
}

.main-header .header-menu li.nav-item {
    border-bottom: 1px solid var(--secondary-color);
}

.main-header .header-menu a {
    text-transform: uppercase;
    padding: 8px 0px !important;
    margin: 0px 25px;
}

.main-header .header-menu li.nav-item:nth-child(1) a {
    padding: 8px 00px 8px 0px !important;
    margin: 0px 25px 0px 0px;
}

.main-header .header-menu li.nav-item:nth-last-child(1) a {
    padding: 8px 0px !important;
    margin: 0px 0px 0px 25px;
}

.main-header .header-menu a:hover {
    color: var(--primary-color) !important;
}

.main-header a.nav-link.active {
    border-bottom: 4px solid var(--primary-color);
    position: relative;
    top: 2px;
    font-weight: 600;
}




body {
   font-family: "Montserrat", sans-serif;
}

hr {
    width: 15%;
    border-color: var(--primary-color);
    opacity: 1;
    border-width: 4px;
    margin: 0px auto;
}

h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    width: 75%;
    margin: 0px auto;
}

.white-btn {
    color: var(--primary-color);
    background-color: var(--background-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}

.white-btn:hover {
    color: var(--background-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}



/* footer  */
.footer-content {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    width: 90%;
}

footer nav a.nav-link {
    font-size: 14.7px;
    line-height: 15px;
    font-weight: 400;
}

footer nav a.nav-link:hover {
    color: var(--primary-color) !important;
}

footer nav a.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 800;
}

footer h4 {
    font-size: 16px;
    font-weight: bold;
}

footer .nav-icons a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

footer .footer-copyright-content {
    font-size: 15px;
}









@media only screen and (max-width:1024px) {
    nav.navbar.navbar-expand-lg.bg-body-tertiary.top-header {
    background-color: #ffffff !important;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 42% 100%, 37% 50%, 0 50%, 0 0);
    z-index: 9;
}
    footer .nav-icons ul img {
        width: 32px;
    }

    .main-header .header-menu a {
        margin: 0px 15px;
    }

    .main-header .header-menu li.nav-item:nth-child(1) a {
        margin: 0px 15px 0px 0px;
    }

    .main-header .header-menu li.nav-item:nth-last-child(1) a {
        margin: 0px 0px 0px 15px;
    }

    footer nav a.nav-link {
        line-height: 24px;
        padding: 5px 0px;
    }

    h2 {
        font-size: 40px;
        line-height: 55px;
        font-weight: 700;
    }
}

@media only screen and (max-width:767px) {
   
    .top-header {
        display: none;
    }

    nav.main-header {
        margin-bottom: -80px;
    }

    button.navbar-toggler.collapsed {
        border: none !important;
    }

    .main-header .header-menu li.nav-item {
        border: none;
    }

    .main-header a.nav-link.active {
        border: none;
    }

    .main-header .header-menu li.nav-item:nth-child(1) a {
        margin: 0px 15px 0px 15px;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: 72px;
        width: 100%;
        left: 0px;
        background-color: #fff;
        padding: 20px 8px;
        border-bottom: 3px solid #000;
    }

    .nav-icons ul {
        flex-direction: row;
        gap: 20px;
    }

    h2 {
        font-size: 23px;
        line-height: 35px;
        width: 100%;
    }

    hr {
        width: 50%;
    }
}


/* For About Us page css start here =================  */

.promo-content-about h3{
    text-align: left !important;
    margin: unset !important;
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
}
.promo-image-about{
    height: 800px;
}
.promo-image-about-left{
    background-image: url(/landing/images/aboutus-police.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-about-right{
    background-image: url(/landing/images/police-right.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-content-about-right-content{
    display: flex;
    justify-content: right;
    flex-direction: column;
    align-items: end;
}
.public-safety-about::after {
    content: '';
    background-color:transparent !important;
}
@media only screen and (max-width: 980px) {  
    .promo-image-about {
        height: 500px;
    }
    .promo-content-about {
        margin-top: 30px 0px 0px 0px !important;
    }
    .promo-content-about h3 {
        font-size: 30px;
    }
    .promo-section-aboutus-mobile {
        flex-direction: column-reverse;
    }
    .promo-content-about-right-content {
        padding-left: 10px !important;
    }
}
/* For About Us page css end  here =================  */




/* product page css start here ==================  */

.images-section {
 
    height: 520px;
    width: 470px;
    margin: auto;
}
.images-section img{
    height: 100%;
    width: 100%;
}
.col-list{
    column-count: 2;
}
.col.col-list ul li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 8px;
    list-style: none;
}

.mobile-crimewatch li{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 8px;
    list-style: none;
}


/* product page css end here ==================  */



/* crime watch page css start here ============  */

.community-policy{
    background-color: #eee;
}
.be-the-source {
    background-color: #9D2115;
}
.community-policy p,
.be-the-source p {
    font-size: 18px;
    width: 97%;
}
.image-css-col {
    width: 190px;
    height: 190px;
}
.counter-class p {
    font-size: 40px;
    color: #9E2216;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 980px) {  
    .for-m {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .for-m-reverse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: left;
    }
    .for-m-reverse-content {
        text-align: left !important;
    }
    .mobile-communities{
        display: block !important;
    }
    }
/* crime watch page css start end here  ============  */


/*Crime watch media css start here*/

@media only screen and (max-width: 980px) {  
.media-for-mob {
    padding-top: 25px;
}
.row-mob-media {
    flex-direction: column;
    row-gap: 30px;
}
.bracket-col-m{
    background-image:none !important;
}
}
/*Crime watch media css start end here =========== */


/*crime watch police css start here  */
.bracket-col {
 
    width: 100%;
    max-width: 735px;
    margin: auto;
}
.site-link.text-center a {
    background: #9e2216;
    color: #ffffff;
    padding: 14px 30px;
}

@media only screen and (max-width: 980px) {  
.bracket-col-m{
    background-image:none !important;
    }
.site-link.text-center {
    display: none !important;
    }
.dir-m {
    flex-direction: column;
    align-items: center;
    }
.pera-m {
    text-align: center !important;
    }
}
/*crime watch police css end here  */

#beTheSourceImg {
  width: 100%;
}

/**
 * RESPONSIVE
 */

/* Medium devices (tablets, 768px and up) */
/* >= Bootstrap MD */
@media (min-width: 768px) {

  #beTheSourceImg {
    width: 25%;
  }

}
