*
{
    margin: 0;
    padding: 0;
}

/*-----Navigation-----*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index:15;
   
    
}

.navbar-brand img
{
    height: 50px;
    padding-left: 20px;
    padding-bottom: 0;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a
{
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover{
    color: #007bff!important;
}
.navbar
{
    background-color: #fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #333!important;
    font-weight: 700;
    font-size: 12px;
}

/*-----Slider------*/
#slider
{
width: 100%;

}
.carousel-item
{
    max-height: 680px;
}


.carousel-caption
{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}

.carousel-caption h6
{
    color:#fff;
    font-size: 28px;
}


/*-----About------*/

#about
{
    padding:50px;
}

.about-content{
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (max-width:767px){
    .about-content{
        padding-left: 5px;
    padding-right: 5px;
    }
    #about .btn{
        margin-left: 30px;
    }
}

.about-content h3{
    
    text-align: center;
     padding-bottom: 10px;
}

.about-content h3::after
{
    content: '';
    background: #333;
    display: block;
    height: 3px;
    width: 100px;
    margin: 10px auto 5px;
}
.about-content p{
   text-align: justify;
    
    font-size: 15px;
}

#about .btn
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 150px;
}


/*---------About Us---------*/
#aboutus
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../image10.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    opacity: 0.8;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutus-content h2{
    
    text-align: center;
     padding-bottom: 10px;
}

.aboutus-content h2::after
{
    content: '';
    background: #ffffff;
    display: block;
    height: 3px;
    width: 100px;
    margin: 10px auto 5px;
}
.aboutus-desc
{
    padding: 30px 30px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.aboutus-list ul li
{
    border-bottom: 1px;
    padding: 15px 15px;
    list-style:decimal;
    margin-left:50px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.aboutus-list h2
{
     text-align: center;
     padding-bottom: 20px;
}

#aboutus .btn
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
   
    
}

/*---------Services---------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../image6.jpg);
    background-size: cover; 
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed; 
    padding-top: 50px;
    padding-bottom: 50px;
}
#services h3
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h3::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 100px;
    margin: 15px auto 5px;
}
.services
{
    margin-top: 50px;
    
    
}
.icon
{
    font-size: 40px;
    margin: 40px auto;
    padding: 10px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}
#services p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
    
}
.services .col-md-3:hover{
    box-shadow: 5px 7px 9px -3px rgba(255,255,255,0.5);
    cursor: pointer;
    transition: 0.7s;
    
}
/*------Products------*/

#products
{
    padding: 50px 0;
    background: #333;
}

#products h3
{
    font-family: sans-serif;
    text-align: center;
    color: white;
}
#products h3::after{
    content: '';
    background: white;
    display: block;
    height: 3px;
    width: 100px;
    margin: 12px auto;
}

.list
{
    margin: 10px auto;
    display: inline;
    float:left;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
}
.list:hover
{
    box-shadow: 0 2px 20px #efefef;
}

.product-list
{
    
    display: inherit;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.product-list ol li
{
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style:decimal;
    margin-left: 20px;
}
ul li:last-child
{
    border: none;
}
.product-list ul li
{
    padding: 15px 10px;
    list-style:circle;
    margin-left: 10 px;
    list-style-position: inside;
}

/*-------contact--------*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #333;
}

#contact h2{
    font-size:20px;
    padding-left:200px;
    
    padding-bottom: 5px;
}
.contact-form
{
   padding:5px;
}
.form-control
{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder
{
    color: #999 !important;
}

.follow
{
    background: #efefef;
    padding: 1px;
    margin: 5px;
    text-align:justify;
    display: flex;
    
}
.contact-info .fa
{
    margin: 5px;
    color:#007bff;
    font-weight: bold;
}
.contact-info{
    padding: 1px;
    font-size: 14px;
}
.map{
    padding-top: 10px;
    height: 200px;
    width: 200px; 
   
}

@media only screen and (max-width:1024px){
    .map{
        padding-left: 5px;
    padding-right: 5px;
    }
    .heading h6{
    
        padding-left: 120px;
        padding-top: 10px;
    }
    
    #contact h2{
    font-size:20px;
    padding-left:120px;
    
    padding-bottom: 5px;
}
}


/*------Footer-------*/
#footer
{
    background:#333 ;
    color: #fff;
    padding: 6px;
    
}

#footer p{
    font-size: 10px;
}

.fa-copyright
{
    margin: 2px;
}