body{
    overflow-x: hidden;
    font-family: "Oswald", sans-serif !important; 
  }
  .logo {
    margin-top: -14PX !important;
    margin: -30px 370px -30px 100px;
    height: 150px;
  }
  .navbar {
    background-color: rgb(248, 245, 245);
  }
  .nav-link:hover{
    color: orange !important;
  }
  .nav-link:active{
    color: orange !important;
  }
  .nav-link{
    color: black;
      margin: 8px;
      font-weight: bold;
      font-size: 16px;
  }
  .contact-button{
  border: none;
  background-color: rgb(255, 136, 0);
  height: 45px;
  width: 130px;
  margin-top: 8px;
  font-size: 13px;
  margin-left: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  }
  .contact-button a{
    text-decoration: none;
  }

  .contact-button:hover{
      background-color: black;
  }
  
  .containerr{
    background-color: rgb(77, 67, 67);
    height: 200px;
    width: 100%;
  }
 
  .main-heading{
      font-weight: bold;
      font-size: 50px;
      margin: -130px 0px 0px 110px;
      color: #ffffff;
  }



  .services-type{
    margin-top: 140px;
  }
  .services-type .row{
    margin-bottom: 50px;
  }

  .service-container-img{
    display: flex;
    justify-content: center;
    height: 200px;
  }
  .service-container-img img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .service-container-head{
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
  }
  .service-text{
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  center{
    width: 300px;
  }
  .make-an-enquiry{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.make-an-enquiry:hover{
    color: white !important;
    text-decoration: none !important;
}

.enquiry-btn{
    background-color: #f1803c;
    border-radius: 10px;
    height: 40px;
    border: none;
}
.enquiry-btn a{
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.enquiry-btn:hover{
  color: white !important;
  text-decoration: none !important;
}
   


  .footer {
    margin-top: 0px;
    height: 200px;
    width: 100%;
    background-color: rgb(77, 67, 67);
    display: ruby-text;
}
.fa-brands {
    color: white;
    font-size: 30px;
    margin: 20px;
    margin-top: 50px;
}
.containets ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
    border-bottom: 1px solid white;
}
li a{
  text-decoration: none;
  color: white;
}
li a:hover{
  color: #f1803c;
}
.containets ul li {
  margin: 20px;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CCC;
    margin-top: -10px;
}
.power-by{
  text-decoration: none;
  color: #f1803c;
}


.footer-logo img{
  height: 140px;
  margin-top: -200px;
  margin-bottom: -365px;
  margin-left: 70px;
}
.whatsapp-logo {
  position: fixed;
  bottom: 20px;
  right: 50px;
  cursor: pointer;
}
.whatsapp-logo img{
  height: 65px;
}


@media screen and (min-width: 359px) and (max-width: 576px){
    body{
        overflow-x: hidden;
        margin: 0px;
        /* height: 1650px; */
      }
      .logo {
        height: 70px;
        margin-left: 0%;
        margin-top: -50px !important;
    }
    .nav-link {
        margin-left: 20px;
        margin-top: -10px;
        color: #000;
        font-weight: bold;
        font-size: 13px;
    }
    .contact-button {
        height: 35px;
        width: 100px;
        font-size: 11px;
    }
    .navbar-toggler{
      margin-left: auto;
  }
      
      .main-heading{
          font-weight: bold;
          font-size: 40px;
          color: #ffffff;
          margin-bottom: 100px;
          margin-left: 20px;
      }
    
    
    
      .security-services{
        background: url(./story-bg.jpg) no-repeat;
        height: 300px;
        margin: 50px 0px 0px 10px;
      }
      .security-services-container{
        background-color: rgb(255, 255, 255);
        height: 230px;
        width: 85%;
        margin: -250px 0px 0px 30px;
        padding-top: 25px;
      }
      .security-services-container-heading{
        width: 260px;
        font-size: 23px;
        font-weight: bold;
        display: block;
        margin-left: 29px;
      }
      .security-services-container-text{  
        font-weight: 350;
        margin-left: 30px;
        margin-top: 5px;
        word-spacing: 8%;
      }
    
      .security-services-text{
        margin: 100px 20px 0px 10px;
        font-weight: 300;
        word-spacing: 8px;
      }
    
    
      .footer{
        margin-top: 40px;
        height: 200px;
        width: 100%;
        display: ruby-text;
    }
    .footer-logo{
      display: none;
  }
    .fa-brands{
        color: white;
        font-size: 20px;
        margin: 7px;
        margin-top: 50px;
    }
    .containets ul{
        list-style-type: none;
        display: ruby-text;
        margin-top: -110px;
        margin-bottom: 20px;
        margin-left: -30px;
        font-size: 10px;
        border-bottom: 1px solid white;
    }
    .containets ul li{
        margin: 5px;
        color: #ffffff;
    
    }
    
    .copyright{
        display: block;
        color: #CCC;
        font-size: 11px;
        margin: -10px 10px 0px 10px;
    }
    .copyright lable{
      color: #f1803c;
    }
    .power-by{
      display: flex;
      justify-content: center;
      margin-top: -10px;
      text-decoration: none;
      color: #f1803c;
  }

  .whatsapp-logo{
    right: 20px;
    margin-bottom: -25px;
  }
  .whatsapp-logo img{
    height: 70px;
  }
    
}



@media screen and (min-width: 852px) and (max-width: 1200px){
  body {
    margin: 0px;
    padding: 0px;
}
.navbar{
    display: flex;
    align-items: center;
}
.logo {
    margin-right: 330px;
    margin-left: 10px;
    height: 80px;
    margin-top: -50px !important;
}  
.nav-link {
    margin: 0px;
    font-size: 15px;
}
.contact-button{
    margin-top: -5PX;
    width: 100px;
}

.security-services{
  background: url(./story-bg.jpg) no-repeat;
  height: 300px;
  width: 800px;
  margin: 150px 0px 0px 150px;
}
.security-services-container{
  background-color: rgb(255, 255, 255);
  height: 200px;
  width: 35%;
  margin: -250px 0px 0px 170px;
  padding-top: 25px;
}
.security-services-container-heading{
 font-size: 20px;
 font-weight: bold;
 margin: 40px 0px 0px 40px;
}
.security-services-container-text{  
  font-weight: 350;
  margin-left: 40px;
  font-size: 15px;
  margin-top: 5px;
  word-spacing: 10%;
}

.security-services-text{
  margin: 100px 150px 0px 150px;
  font-weight: 300;
  word-spacing: 8px;
}

}