
 /*from index.html START */
body{
    font-family: "System-ui", sans-serif !important;
    overflow-x: hidden;
}

@media only screen and (min-width:1200px){
    .nav-item > .nav-link{padding: 5px 20px !important;
        display: block !important;}
}

@media only screen and (max-width:992px){
    .header-inner{background-color: rgba(255, 255,255, .5) !important;
    }
    .nav-item > .nav-link{
        color: #000!important}
        .logo{color: #000 !important;
            font-weight: 600!important;
            text-align: center;}
            .content-banner .first-title{font-size: 30px !important;
            }
}

.content-banner{color: #ffffff;
}

#whatsapp{
    position: absolute;
    position:fixed;
    bottom:200px;
    right:0;
}
.header{position: relative;
width: 100%;
}
.header-inner{position: absolute;
top: 0;
left: 0;
width:100%;
z-index: 99;
background-color: rgba(255, 255, 255, 0.5);
}
.logo{color:#ffffff;
}
.nav-item .nav-link{display: block;
line-height: 1em;
text-transform: capitalize;
font-size: 14px;
margin-left: -7px;
font-weight: 500;
color: #000;
transition: 0.15s;
}
.nav-item .nav-link:hover{color:#feaf30;}
.navbar-scroll{background-color: #fff;
padding: 0;
position: fixed;
top:0;
z-index: 99;
box-shadow:0px 1px 10px rgba(0,0,0,0);
transition-duration: 0.3s; 
}
.navbar-scroll .nav-item .nav-link{color: #000 !important;
}
/* .navbar-scroll .header-btn{
    color: #ffffff;
    background-color: #feaf30;
} */
.navbar-scroll .logo{color: #000;
font-weight: 500;
}
.header-btn{
    color:#ffffff;
    border-radius: 5px;
    background-color: #F99927;
    border:none;
    font-weight: 600;
    outline: none;
    font-size: 16px;
    padding:8px 40px;
    transition: 0.5s;
    text-align: center;
}
.header-btn:hover{
    text-decoration: none;
    background-color: #fcae39;
}

.header-btn:visited{
    color:#ffffff;
    border-radius: 5px;
    background-color: #F99927;
    border:none;
    font-weight: 600;
    outline: none;
    font-size: 16px;
    padding:8px 40px;
    transition: 0.5s;
    text-align: center;
}


span:hover{
    color: red;
}


.followstep{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.htitle{
    margin-top: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.col-lg-3{
    margin-top: 10px;
}

.col-lg-4{
    margin-top: 10px;
}

.col-lg-6{
    margin-top: 10px;
}

.bot{
    margin-top: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.bcs{
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.bcs1{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.btn-primary {
    color: #fff;
    text-align: center;
    /* font-size: 20px; */
    font-weight: 600;
    /* margin-top: 20px; */
    border-radius: 5px;
    background-color: #feaf30;
    border-color: #feaf30;
    /* padding: .5rem 2rem; */
    text-transform: uppercase;
    border-width: 0;
}

.btn-primary:hover{
    text-decoration: none;
    background-color: #FFA721;
    border-width: 0;
}

.btn-primary:visited {
    color: #fff;
    text-align: center;
    /* font-size: 20px; */
    font-weight: 600;
    /* margin-top: 20px; */
    border-radius: 5px;
    background-color: #feaf30;
    border-color: #feaf30;
    /* padding: .5rem 2rem; */
    text-transform: uppercase;
    border-width: 0;
}
.btn-primary:focus {
    color: #fff;
    text-align: center;
    /* font-size: 20px; */
    font-weight: 600;
    /* margin-top: 20px; */
    border-radius: 5px;
    background-color: #feaf30;
    border-color: #feaf30;
    /* padding: .5rem 2rem; */
    text-transform: uppercase;
    border-width: 0;
}


.servicebtn{
    text-align: center;
    font-size: 12px;
    height: 35px;
    width: 120px;
}

.video{
    height: 100%;
    width: 100%;
}

.testimg{
    background-image: url(cui.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
}

.fmf{
    margin-top: 30px;
}

.footerul{
    margin-top: 20px;
}

.footerul li{
    list-style: none;
    text-decoration: none;
    float: left;
    margin-left: 20px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.footerul li a{
    color: white;
    font-size: 16px;
    text-align: center;
}

.footerul li a:hover{
color: black
}

#mymodal h3{
    text-align: center;
}

#whatsapp{
    width: 50px;
    height: 50px;
    background-image: url(what.png);
    right: 30px;
    bottom: 200px;
    position: relative;
    position: fixed;
    z-index: 100;
}

#call{
    width: 50px;
    height: 50px;
    background-image: url(what.png);
    right: 30px;
    bottom: 140px;
    position: relative;
    position: fixed;
    z-index: 100;
    
}

.footerheader li{
    list-style: none;
    float: left;
    margin-left: 5px;
}
.footerheader li a{
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.footerheader li a:hover{
    color: red;
}

.fooh{
    padding-top: 10px;
    background-color:white;
}


.socialmedia li{
    list-style: none;
    float: left;
    margin-left: 10px;
}

.socialmedia li a{
    font-size: 17px;
    text-decoration: none;
    color: black;
}

.socialmedia li a:hover{
    color: red;
}

.webemail{
    color: black;
    text-decoration: none;
    text-decoration: none;
}

.webemail:hover{
    color: red;
    text-decoration: none;
}

#inp1{
    font-size: 13px;
    width: 100px; 
    height: 30px;
}

#mtitle{
    margin-left: 150px;
    color: brown;
}

.card{
    position: relative;
    border: 1px solid rgb(252, 180, 180);
}

.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

hr{
    color: rgb(252, 180, 180);
}
.reg{
    text-align: center;
    height: 30px;
    width: 120px;
    margin-top: -5px;
    font-size: 10px;
}
.navtext{
    font-size: 13px;
}

/* from index.html END */

/* from career.html START */
.content-banner2{color: #ffffff;
    background-image: url(retailer.jpg);
    min-height:450px;
    height:100%;
    /* position: relative; */
    background-position: bottom;
    background-size: cover;
    padding-top: 135px;
    }


.content-banner3{color: #ffffff;
    background-image: url(banner3.jpeg);
    min-height:450px;
    height:100%;
    /* position: relative; */
    background-position: bottom;
    background-size: cover;
    padding-top: 135px;
    }

.navbar-scroll .logo{color: #000;
    font-weight: 500;
    }

.collapse.navbar-collapse{
    justify-content: flex-end;
}
.content-banner--content h1{
    color: #fff;
    font-size: 54px;
}

/*.service{*/
/*    padding: 6rem 0 4rem;*/
/*}*/

.btn-danger:hover{
    text-decoration: underline;
    background-color: #feaf30;
    border-color: #feaf30;
}

.service-content h2{
    padding-bottom: 1rem;
    color: #feaf30;
}

.service-content p{
    font-size: 18px;
}

.about, .gallery, .slider, .services, .features, .enquire, .member{
    padding: 4rem 0;
}
.service-item{
    background-color: #f2f2f2;
    padding: 2rem;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.about, .follow{
    background-color: #5c5964;
}
.about h2, .follow h2, .member h2{
    color: #feaf30;
    padding-bottom: 1rem;
}
.about p{
    font-size: 18px;
    color: #fefefe;
}

.about ul li{
    color: #fefefe;
    font-size: 18px;
}
.slider h4, .gallery h2, .services h2, .features h2, .enquire h2{
    color:#5c5964;
    font-size: 32px;
    padding-bottom: 3rem;
}
.slider .card, .features .card{
    border: none;
    background-color: #5c5964;
    box-shadow: 0 10px 20px rgba(92, 89, 100, .5);
    width: 450px;
}
.carousel-indicators{
    bottom: -20px !important;
}
.slider h5{
    color: #feaf30;
}
.slider p{
    color: #fefefe;
}

.carousel-control-prev{
    left: -100px;
    background-color: #000;
    margin: 16rem 4rem;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
}
.carousel-control-next{
    right: -100px;
    background-color: #000;
    margin: 16rem 4rem;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
}
.features .row{
    padding: 0 2rem 2rem;
}
/*.slider .row {*/
/*    padding: 0 5rem 2rem;*/
/*}*/
/*.follow{*/
/*    padding: 4rem;*/
/*}*/
.follow .card, .features .card{
    border: none;    
    box-shadow: 0 10px 20px rgba(92, 89, 100, .6);
}
.follow .card-title{
    color: #5c5964;
    text-transform: uppercase;
}
.gallery h2, .services h2, .features h2, .enquire h2, .member h2{
    text-transform: uppercase;
    text-align: center;
}
.gallery img{
    max-width: 100%;
    padding: 1rem;
}
.slick-dots li button:before{
    font-size: 20px !important;
    color: #feaf30 !important;
}
.services img{
    max-width: 100%;
}
.services .row{
    padding: 2rem 0 3rem;
    background-color: #f2f2f2;
}
.services-img{
    box-shadow: 0 10px 15px rgba(92, 89, 100, .8);
}
.services-content h3{
    padding-bottom: 1rem;
    color: #feaf30;
    text-align: center;
}
.features {
    text-align: center;
}
.features h6{
    color: #feaf30;
    font-size: 18px;
    text-transform: uppercase;
}
.features p{
    color: #fefefe;
}
.enquire h2{
    padding-bottom: 1rem;
}
.enquire p{
    text-align: center;
}
.enquire .card{
    margin: .5rem 0;
    border: none;
    box-shadow: 0 10px 20px rgba(92, 89, 100, .6);
}
.enquire .card-title, .enquire p{
    color: #5c5964;
}
.enquire .php-email-form select{
    width: 225px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    color: rgba(33, 37, 41, .65);
}
.enquire button, .member .submitbtn{
    color: #ffffff;
    border-radius: 5px;
    background-color: #feaf30;
    border: none;
    font-weight: 600;
    outline: none;
    font-size: 16px;
    padding: 8px 40px;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
}
.enquire h4{
    text-align: center;
    padding-bottom: 1rem;
    color: #5c5964;
}
.member{
    background-color: #f2f2f2;
}
.member p{
    color: #5c5964;
    text-align: center;
    font-size: 18px;
    margin: 4px;
}
.member form{
    text-align: center;
}
.member h2{
    padding-bottom: 1rem;
}
.member .row{
    margin-top: 2rem;
}
.foorecpyright{
    margin: 0;
}
.footer{
    padding: 2rem 0 0;
}
.footer img{
    max-width: 100%;
}
.footer h3{
    padding-bottom: 1rem;
    color: #5c5964;
}
.footer li{
    list-style: none;
}
.footer ul{
    padding: 0;
}
.footer a{
    text-decoration: none;
    color: #000 !important;
}
.footer .links li{
    font-size: 18px;
    padding: .3rem 0;
}
.socialmedia i{
    color: #feaf30;
    font-size: 24px;
    padding: 0 .5rem;
}
.enquire .card{
    padding-top: 1rem;
}
.enquire i{
    font-size: 32px;
    padding: 1rem;
    background-color: #feaf30;
    color: #fefefe;
    border-radius: 50%;
}
.services-content p{
    font-size: 18px;
}
.content-banner--content img{
    width: 100%;
    /*height: 700px;*/
}
.content-banner .container-fluid{
    padding: 0;
    position: relative;
}
.slider-caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    padding: 20rem 0 2rem;
}
.features .carousel-control-prev{
    left: 0;
    background-color: #000;
    margin: 12rem 4rem;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
}
.features .carousel-control-next{
    right: 0;
    background-color: #000;
    margin: 12rem 4rem;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
}
@media (max-width:1400px) {
    .slider .card{
        height: 500px !important;
    }
    .slider .carousel-control-prev, .slider .carousel-control-next{
        margin: 18rem 4rem;
    }
    .features .carousel-control-prev, .features .carousel-control-next{
        margin: 12.5rem 4rem;
    }
    .features .card{
        height: 380px;
    }
    .features .card img{
        height: 210px !important;
    }
} 
/*.contact-banner{*/
/*    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("{{ asset('public/images/contactus.jpg') }}");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*}*/
@media (max-width: 1199.98px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
    .enquire .php-email-form select{
        width: 100%;
    }
    iframe{
        width: 320px;
    }
}
.nav-item .nav-link:hover {
    color: #feaf30;
}
.navbar-scroll .nav-item .nav-link {
    color: #000;
}
.header-inner {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
}
.navbar-scroll {
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 0%);
    transition-duration: 0.3s;
}

/* from career.html END */
#bCategory {
    background-color: #fff;
}

