
/* topbar Styling */
.topbar {
    background-color: #005aab;
    padding: 12px 0;
    color: white;
}
/* Navigation bar Styling */
.navigation-bar{
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 99;
}
.navigation-bar .navbar .btn{
    border: none;
    background-color: #28a745;
    color: white;
    padding: 7px 35px;
    margin-top: 15px;
    box-shadow: none;
}

.navigation-bar .navbar .btn:hover{
    background-color: white;
    color: #28a745;
    border: 1px solid #28a745;
}
.navbar .nav-item {
    padding: 0 25px;
    color: black !important;
}
.navbar .nav-item a {
    color: black !important;
}
.navbar .nav-item a:hover{
    color: blue !important;
}
/* Hero Section  */

.hero-sec .hero-main-1{
    background-image: url(./img/default_1569861955slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.hero-sec .hero-main-2{
    background-image: url(./img/default_1569862006slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.hero-sec .hero-main-3{
    background-image: url(./img/default_1569862046slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.hero-sec .carousel-indicators [data-bs-target]{
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}
.hero-sec .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
     left: 60% !important; 
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}




.hero-sec .input-group .form-control{
    padding: 7px;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
}
.hero-sec .input-group .form-control:focus{
    border: 2px solid;
}
.hero-sec .input-group .btn{
    padding: 0 18px;
    border-radius: 0 10px 10px 0;
    background-color: #005aab;
    color: white;
    box-shadow: none;
}

/* our service styling */
.our-services .row .heading h1{
    font-weight: 700;
    color: #000000;
}
.required-services .row .full-sec{
    padding: 20px;
    height: 100%;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
}
.required-services .row .full-sec a{
    text-decoration: none;
    font-weight: 600;
}
.required-services .row .full-sec p{
    line-height: 20px;
    color: #7b7b7b;
}

/* Job section styling */

.jobs .row .apply-sec .deadline em{
    font-size: 13px;
    color: #7b7b7b;
}
.jobs .row .apply-sec .apply-now-btn{
    border: none;
    background-color: #28a745;
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
.jobs .row .job-main-content{
    border-top: 1px solid #eaeaea;
    padding: 25px;
}
.jobs .row .scroll-all{
    overflow-y: auto;
    overflow-x: hidden;
    height: 450px;
}
.jobs .row .welcome-sec{
    background-image: url(./img/default_1569920570side-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px 30px;
}

/* our-clients section */
.our-clients{
    background-image: url(./img/slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.our-clients .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.our-clients .carousel-indicators [data-bs-target]{
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}
.carousel-testimonial-img{
    background: #fff;
    border-radius: 50%;
    border: 3px solid #27ae60;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
}
.carousel-testimonial-img img{
    border-radius: 50% !important;
}
/* contact us styling */
.contact-us .row p{
    margin-bottom: 0;
}
.contact-us .row a{
    color: black;
    text-decoration: none;
}

/* Footer Section styling */
.footer-sec{
    background-image: url(./img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
}
.footer-sec .footer-links li{
    list-style-type: none;
}
.footer-sec .footer-links a{
    color: white;
    text-decoration: none;
}
.footer-sec h5{
    color: white;
    margin-left: 30px;
    margin-bottom: 25px;
}

.copyright {
    background-color: #004380;
    padding: 20px 0;
}



@media (max-width:992px) and (min-width:767px) {
    .job-details{
        text-align: center;
    }
    .jobs .row .apply-sec{
       text-align: center !important;
    }
    .jobs .row .apply-sec .apply-now-btn{
        padding: 5px 30px;
    }
    .hero-sec .input-group{
        width: 100% !important;
    }

}
@media (max-width:767px){
    body{
        background-color: #000000 !important;
        color: white !important;
        .navbar .nav-item a {
         text-align: center !important;
        }
    }
    .navigation-bar .navbar .button-section{
     justify-content: center !important;
    }
    .jobs .row .image-section{
        text-align: center !important;
    }
    .copyright{
        text-align: center !important;
    }
    .jobs .row .jb-heads{
        color: white !important;
    }
    .our-services .our-text{
        color: white !important;
    }
    .hero-sec .carousel-indicators{
        display: none !important;
    }
    .hero-sec .input-group{
        width: 100% !important;
    }

}

