@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 *{
    font-family: 'Poppins';
 }
 body {
    color: #000;
    font-size: 16px;
    line-height: 1.80857;
    font-weight: normal;
  }
  
  a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
  }
  
  h1 {
    font-size: 3rem;
    font-weight: 700 !important;
  }
  
  h2 {
    font-size: 2rem;
    font-weight: 700 !important;
  }
  
  h3 {
    font-size: 18px
  }
  
  h4 {
    font-size: 16px
  }
  
  h5 {
    font-size: 14px
  }
  .img{
    width: 100%;
  }
 .container{
    max-width: 1200px;
 }
 .black-header{
    background-color: #0c0c0c;
    padding: 10px 0px;
 }
 .navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
 }
 .black-header-row{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    text-align: center;
 }
 .logo{
    font-weight: 700;
    color: #fff !important;
    font-size: 24px;
 }
 .nav-item:hover{
    background: #0c0c0c;
 }
 .nav-link{
    color: #fff !important;
 }
 .nav-item:hover .nav-link{
    color: #fff !important;
 }
 .navbar-light .navbar-toggler {
   background-color: white;
 }
 .hero-area{
    min-height: 50vh;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
 }
 .hero-bg-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
 }
 .hero-bg-box .img-box {
    width: 100%;
}
.hero-bg-box .img-box img{
    min-width: 100%;
    min-height: 100%;
}
 .hero-bg-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .35)));
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .35));
 }
 .btns{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
 }
 .readmore{
    display: inline-block;
    padding: 10px 35px;
    background-color: #fff;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
 }
 .get-quote{
    display: inline-block;
    padding: 10px 35px;
    background-color: #f1db25;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
 }
 .readmore:hover{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
 }
 .get-quote:hover{
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
 }
 .banner .carousel-control-next, .banner .carousel-control-prev  {
    position: relative !important;
    display: block !important;
    width: 0% !important;
 }
 .who-we-are, .client, .form, .guards{
    padding: 80px 0px;
 }
 .about-box{
    margin-left: -70px;
    background-color: #fff;
    padding: 20px;
 }
 .our-services{
    background-color: #1c1c1c;
    padding: 80px 0px;
 }
 .box{
    background-color: #fff;
    padding: 20px;
    text-align: center;
 }
 .carousel-control-prev-icon, .carousel-control-next-icon{
    padding: 15px;
    border-radius: 100%;
    background-color: #f1db25;
    color: black;
    background-size: inherit;
 }
 .carousal-btns{
   position: relative;
   display: flex;
   justify-content: start;
   align-items: center;
   gap: 40px;
 }
 .form{
    position: relative;
 }
 .contact_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.contact_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .35)));
    background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .35));
}
.form-row{
    max-width: 800px;
    margin: 0 auto;
}
.guard-box{
    position: relative;
}
.guard-details{
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    bottom: 0;
    background-color: rgba(28, 28, 28, .75);
}
.footer{
    padding: 80px 0px 0px 0px;
    background-color: #101010;
}
.icons li{
    list-style-type: none;
}
.icons{
    padding: 0px !important;
}
 @media(max-width: 991px){
    h1{
        font-size: 2rem;
    }
    .navbar-brand {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
     }
    .hero-area{
        padding-inline: 15px;
    }
    .our-services, .client, .form, .guards{
        padding: 60px 0px;
    }
    .box, .guard-box{
        margin-bottom: 20px;
    }
    .footer{
        padding: 60px 0px 0px 0px;
    }
    .about-box{
        margin-left: 0px;
        padding: 0px;
    }
    .black-header{
        display: none;
    }
    .newsletter{
        margin-top: 20px;
    }
 }