* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.owl-carousel {
    width: 100%;
    height: 100vh;
}

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-1 {
    background-image: url(admin_login_bg.jpg);
}

.slide-2 {
    background-image: url(building.jpg);
}

.slide-3 {
    background-image: url(petrol.jpg);
}

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
}

.slide-content h1 {
    font-family: "Anton", serif;
    font-size: 45px;
    text-transform: uppercase;
}

.slide-content p {
    font-family: "Lato", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.slide-content button {
    font-family: "Roboto", serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background:none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

.logo img {
  float: left;
  width: 100px;
  height: 100px;
  
}

.dept img {
  float: right;
  width: 100px;
  height: 20px;
  
}
.head{
  color: #FFFFFF;
  margin: 0px 10px 0px;
  padding: 0px 30px 0px 30px;
  text-align: left;
  font-size:3vw;
  height: 100px;
}

.head1{
    color: #FFFFFF;
    margin: 0px 10px 0px;
    padding: 0px 30px 0px 30px;
    text-align: center;
    font-size:3vw;
    height: 100px;
  }
.rescue
{
background-color:#0096FF;
height:100px;	
	
}
.foo
{
	
  color: #FFFFFF;
  margin: 20px 10px 0px;
  padding: 0px 30px 0px 30px;
  text-align: center;
  font-size:1vw;
	
}

.blue
{
	
background-color:#0096FF;	
height:75px;

}
.blue_footer
{
	
background-color:#0096FF;	
height:60px;

}
.rar
{
 float: left;
padding-right: 20px;	
margin-top: 40px;
color:#FFFFFF; 
	
}


