h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
a{
    text-decoration: none;
}
.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    transition: .5s;
    padding: 10px 15px 10px 15px;
    background-color: #da1806;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    border-color: #5a5a5b;
    object-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }


.btn:hover{
    background-color: #4c4c4d;
    border-color: #4c4c4d;
}



#loading {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color:#fff;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#loading.start {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@keyframes loading-trans{
    0%{transform:scale(0)}
    50%{opacity:1;transform:none}
}

.loading-trans{
    display:inline-block;
    width:2rem;
    height:2rem;
    vertical-align:-.125em;
    background-color:currentColor;
    border-radius:50%;
    opacity:0;
    animation:.75s linear infinite loading-trans;
    margin:.25rem;
    color: #da1806;
}
.top-bar {
    flex-wrap:inherit;
    align-items:center;
    justify-content:space-between;
    background-color:#f1f1f1;
    padding-right: 0;
    padding-left: 3rem;
}

@media (min-width: 992px){
    .top-bar{
        display: block;
    }
}

.top{
    display:flex;
    flex-wrap:wrap;
}

.top-right{
    flex:0 0 auto;
    width:50%;
    text-align: left;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
}

.top-right i{
    color: #da1806;
    margin-right: .5rem;
}

.top-left{
    flex: 1 0 0%;
    text-align: center;
}

@media (min-width: 992px) {
    .top-left{
        text-align: right;
    }
}
 
@media screen and (max-width: 1070px) {
    .top-bar{
        display: none;
    }
}
.top-l{
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #da1806;
    color: #fff;
    padding-right: 3rem;
}

.top-lr{
    padding-right: 1.5rem;
    padding-bottom: .5rem;
    margin-right: 1rem;
    margin-top: .5rem;
    margin-left: 1.5rem;
    border-right:1px solid #eff0f3;
}

.top-l p{
    margin: 0;
}

.top-l a{
    color: #fff;
}

.top-l a:hover{
    color: #8b8b8b;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-l::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background-color: #da1806;
    transform: skew(40deg);
}





.list{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2.2rem;
    font-size: large;
    text-decoration: none;
    color: #000;
    }
    
    ul > li{
    list-style-type: none;
    color: #000;
    }
    
    .navbarrr {
    position: sticky;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #fff;
    padding-right: 3rem;
    }
    
.navvv{
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    padding-bottom: 5px;
}

.list {
    margin: 2.2rem 1rem;
    font-size: large;
    text-decoration: none;
    color: #000;
}

  .active {
    background-color: #ffffff;
    color: #da1806;
  }

.logo {
    width: 390px;
    height: 70px;
    padding: 5px 0px 5px 60px;
}

@media (max-width: 600px) {
    .navbarrr {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 20px;
    }
  
    .navvv{
      flex-direction: row;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }

  
    .list {
      margin: 0.57rem;
    }
    .logo{
        justify-content: center;
        margin-left: -1.3rem;
        margin-bottom: 1rem;
    }
  }

  @media (max-width: 376px) {
    .navbarrr{
        margin-left: -11px;
    }

    .list {
      margin: 0.157rem;
    }

    .logo{
        width: 330px;
        height: 60px;
    }
  }

  @media (max-width: 290px) {
    .logo{
        width: 270px;
        height: 50px;
    }

    .navvv{
        margin-left: 20px;
        margin-top: 4px;
    }

  }

.monitor-img{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url(../img/monitor.jpg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: static;
}

.static-img{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url(../img/static.jpg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: static;

}

.patrol-img{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url(../img/patrol.jpg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: static;

}

.traffic-img{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url(../img/traffic.jpg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: static;
}

.crowd-img{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url(../img/crowd.jpg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: static; 
}

.home-img {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.6)), url(../img/security.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: static;
    }
    
    .home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 125px;
    }
    
    .home-text-sm {
    color: #fff;
    margin-top: 1.5rem;
    font-size: 20px;
    animation-duration: 1s;
    text-align: center;
    animation-fill-mode: both;
    align-items: center;
    }
    
    .home-text-lg {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 50px;
    animation-duration: 1s;
    animation-fill-mode: both;
    padding-left: 20px;
    padding-right: 20px;
    }
    
  
    @media (max-width: 768px) {
    .home-img, .static-img, .patrol-img, .traffic-img, .monitor-img, .crowd-img {
    height: 70vh;
    background-position: top center;
    }
    
    .home-text {
    padding: 1.5rem;
    }
    
    .home-text-sm {
    font-size: 14px;
    }
    
    .home-text-lg {
    font-size: 30px;
    }
    }

    @media (max-width: 315px) {
        
        .home-text {
        padding: 1rem;
        }
        
        .home-text-sm {
        font-size: 12px;
        }
        
        .home-text-lg {
        font-size: 25px;
        }
        }

.block {
    flex: 0 0 auto;
    width: 33.33333%;
    text-align: center;
}

.box-title {
    color: #fff;
    margin-bottom: 1rem;
}

.box-text {
    color: #fff;
    margin-bottom: 0rem;
    text-align: center;
}

.location {
    color: #fff;
    margin-bottom: .3rem;
}

.location i {
    margin-right: .3rem;
}

.box {
    padding: 1.5rem 1.2rem 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    height: 300px;
}

.box a h6:hover{
    color: #8b8b8b;
}
.map-container {
    width: 100%;
    height: 300px;
}

@media (max-width: 992px) {
    
    .box {
        padding: 1.6rem .45rem 3rem .45rem !important;
    }
}

@media (max-width: 767px) {
    .block {
        padding: .5rem .4rem .5rem .5rem;
        flex-basis: 100%;
    }
    
    .box {
        padding: 1.5rem 1.2rem 3rem 1.2rem !important;
    }
}

.box-content {
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    margin-bottom: .45rem;
}
.box-one{
    background-color:#939596 ;
}

.box-two{
    background-color:#4c4c4d;
}

.box-three{
    background-color:#da1806;
}

.boxes{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(var(--bs-gutter-y) * -1);
    margin-right:calc(var(--bs-gutter-x) / -1);
    margin-left:calc(var(--bs-gutter-x) / -1);
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) / 2);
    padding-left:calc(var(--bs-gutter-x) / 2);
    margin-top:var(--bs-gutter-y);

}


.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
  }

  .divider {
    border-bottom: 3px solid #fff;
    font-weight: bolder;
    margin: 4px 120px 25px 120px;
  }

  .content {
    display: flex;
    justify-content: space-between;
  }

  .left,
  .right {
    width: 48%;
  }

  .line{
    border-right: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .word {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
  }

  .box-three{
    padding: 1.5rem 0rem 2rem 0rem !important;
  }

  
.form-label{
    padding-top: 10px;
}



.contact-us {
    margin-top: 35px;
    background-color: #686565;
    align-items: center;
    margin-bottom: 80px;
    padding-left: 15%;
    width: 70%;
    height: max-content;
    align-content: center;
    margin-left: 16%;
    padding-bottom: 20px;
    padding-top: 20px;
    }
    
    .text-input {
    width: 500px;
    height: 50px;
    }
    
    .text-inputc {
    width: 500px;
    height: 80px;
    padding-top: 10px;
    }
    
    .form-label {
    font-weight: bolder;
    font-size: large;
    color: #fff;
    }
    
    .form-title {
    font-weight: bolder;
    font-size: 40px;
    color: #fff;
    padding-top: 20px;
    }
    
    #submit {
    align-content: center;
    width: 500px;
    height: 50px;
    }

    span{
        color: #da1806;
    }
    
    @media (max-width: 991.98px) {
    .contact-us {
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
    margin-left: 10%;
    }
    
    .text-input,
    #submit {
    width: 100%;
    height: 50px;
    }

    .text-inputc {
    width: 100%;
    height: 110px;
    }
    }

iframe{
    width: auto;
}
* {
    box-sizing: border-box;
}

.cardd {
    padding-top: 3rem;
    background-color: #ffffff;
    border: #fff;
}

.work-card {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2.3rem;
    color: #000;
}

.card-text {
    color: #5a5a5b;
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 21px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 215px;
    height: 222px;
    margin: 0 auto 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-one{
    margin-left: 1.6rem;
}

.card-img {
    width: 215px;
    height: 180px;
}

@media screen and (max-width: 1200px) {
    .row {
        display: flex;
        justify-content: center;
    }

    .row .card {
        width: 33.333%;
        margin: 0 1rem;
    }

    .card-img {
        width: 100%;
        height: 190px;
    }
}

@media screen and (max-width: 992px) {
    .row {
        flex-wrap: wrap;
    }

    .row .card {
        width: calc(50% - 2rem);
        margin: 0 1rem 2.5rem;
    }

    .card-img {
        width: 100%;
        height: 250px;
    }

    .card-one{
        margin-left: auto;
    }

}
 
.footer {
    background-color: #000;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  
  .footer-container {
    background-color: #212121;
    margin: -5rem 2rem -1rem 2rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .get,
  .follow,
  .logo-down {
    margin-bottom: 2rem;
    padding: 0px 0px 0px 35px;
  }
  
  .get h3,
  .follow h3 {
    color: #fff;
    margin-bottom: 1rem;
  }
  
  .get p,
  .follow p {
    margin-bottom: 0.5rem;
  }
  
  .get i,
  .follow i {
    margin-right: 0.5rem;
  }
  
  .get a{
    color: #fff;
  }

  .get a:hover{
    color: #8b8b8b;
  }

.logo-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-down img {
  width: 480px;
  height: 80px;
  margin-bottom: 1.5rem;
}

  
  .foot-text-l {
    margin-right: 320px;
    padding: 0px 0px 0px 15px;
    color: #fff;
  }
  
  .foot-text-r {
    padding: 0px 0px 0px 15px;
    color: #fff;
  }
  
  .foot-text-r a,
  .foot-text-l a {
    color: #fff;
    text-decoration: underline;
  }
  
  .foot-text-r a:hover,
  .foot-text-l a:hover {
    color: #8b8b8b;
    text-decoration: underline;
  }

  .text-white {
    color: #fff;
  }
  
  .border-bottom {
    border-bottom: 1px solid #fff;
  }
  
  .social-media {
    display: flex;
  }
  
  .foot-btn {
    background-color: #da1806;
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;
    border-radius: 5%;
    margin-right: 0.5rem;
    font-size: larger;
    color: #fff;
  }

  .foot-btn:hover {
    color: #939596;
    background-color: #4c4c4d;
    border-color: #4c4c4d;
  }
  
  @media screen and (max-width: 1155px) {
    .container {
      flex-direction: column;
      color: #fff;
    }
  
    .logo-down {
        width: 120px;
        height: 40px;
        margin-left: 198px;
        padding-top: 20px;
        margin-bottom: 3.5rem;
        margin-top: 95px;
    }
    .foot-text-l{
        margin-right: 0rem;
    }
  }

  @media screen and (max-width: 670px) {  
  .logo-down {
    width: 350px;
    height: 70px;
    margin-left: 10px;
    padding-top: 30px;
    margin-bottom: 2rem;
    margin-top: 80px;
  }

  .logo-down img {
    width: 350px;
    height: 70px;

    }
  }

  @media screen and (max-width: 430px) {  
    .footer-container{
      margin-right: 15px;
      padding-left: 0;
      margin-left: 15px;
      padding-top: 50px;

    }
    .get a{
      font-size: smaller;
    }

    .logo-down {
        width: 270px;
        height: 55px;
        margin-left: 5px;
        padding-top: 6px;
        margin-bottom: 3rem;
        margin-top: 60px;
    }
    .logo-down img{
        width: 250px;
        height: 55px;

    }
  }

  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
  }
  
  .popup h3 {
    margin-top: 0;
  }
  
  .popup p {
    margin-bottom: 20px;
  }
  
  .popup button {
    padding: 10px 20px;
  }

  @media only screen and (max-width: 400px) {
    .popup-content {
      width: 80%; /* Adjust the width for smaller screens */
      max-width: 300px; /* Set a maximum width if needed */
      padding: 10px; /* Adjust the padding for smaller screens */
    }
  }