/*our custom styles*/
 body, html {
            margin: 0;
            padding: 0;
            height: 100%;
               font-family: 'Roboto', sans-serif;
        
        }
        .pad40{padding:40px 0;}
        .navbar {
            position: absolute;
            width: 100%;
            z-index: 1000;
            border-bottom: 1px solid #eaeaea;
        }
        .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
        }
        .carousel-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); /* Black overlay */
            z-index: 1;
        }
        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            background-color: rgba(0, 0, 0, 0.5);
            padding: 10px;
            border-radius: 50%;
        }
        .carousel-controls-right {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        .btn-explore {
            background-color: rgb(254, 62, 24);
            color: white;
            border: none;
        }
        .btn-explore:hover {
            background-color: rgb(174, 58, 1);
            color: white;
        }
        .carousel-control-prev-icon{margin-top:80px;}
        .navbar-brand img{height:100px;}
        .nav-link{color:#fff!important;    font-size: 18px;
    padding: 0 14px !important;}
    .slidercontent{z-index: 1;position:absolute; top:40%; margin-left:50px; 
}
.slidercontent h1{font-size:70px; color:#fff; letter-spacing: 2px;margin-bottom:20px;  font-family: 'Outfit', sans-serif;}


.bg1 {
    position: relative;
    background: url('bab3.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 160px 20px;
    z-index: 1;
}
.bg1 h1{font-family:'outfit',sans-serif;font-weight:bold; font-size:44px;}
.bg1::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.bg1 .row {
    position: relative;
    z-index: 2;
}
.bannerarea1 {
    position: relative;
    background: url('safet.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 160px 20px;
    z-index: 1;
}
.bannerarea1 h1{font-family:'outfit',sans-serif;font-weight:bold; font-size:44px;}
.bannerarea1::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.bannerarea1 .row {
    position: relative;
    z-index: 2;
}
.bannerarea {
    position: relative;
    background: url('page-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 160px 20px;
    z-index: 1;
}
.bannerarea h1{font-family:'outfit',sans-serif;font-weight:bold; font-size:44px;}
.bannerarea::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.bannerarea .row {
    position: relative;
    z-index: 2;
}
.pad40{padding:40px 0;}

@media only screen and (max-width: 767px) {
 .slidercontent h1{font-size:30px;}
}
