ul {
    list-style: none;
}


/***Header Css Start**/

.topheader{
    background: #1a1a1a;
}

ul.left-header-top{
    padding: 0;
    margin: 0;
}

ul.left-header-top li{
    float: left;
    list-style: none;
    padding: 3px 5px;
}
ul.left-header-top li a{
    color: white;
    padding: 5px;
    display: inline-block;
}
ul.left-header-top li a:hover {
    color: #d9d9d9;
}

ul.right-header-top{
    padding: 0;
    margin: 0;
}

ul.right-header-top li{
    float: right;
    list-style: none;
    padding: 3px 5px;
}
ul.right-header-top li a{
    color: white;
    padding: 5px;
    display: inline-block;
}
ul.right-header-top li a:hover {
    color: #d9d9d9;
}

.main-header {
    background: #223d9c;
}

ul.main-header-list{
    padding: 0;
    margin: 0;
}

ul.main-header-list li{
    float: left;
    list-style: none;
    padding: 10px 20px;
    position: relative;
}
ul.main-header-list li a{
    color: white;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
}
ul.main-header-list li a:hover{
    color: #d9d9d9;
}



ul.sub-menus {
    position: absolute;
    z-index: 99;
    background: #1a1a1a;
    width: 250px;
    display: none;
    padding: 0;
}

ul.main-header-list li:hover > ul.sub-menus{
    display:block;
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

ul.sub-menus li {
    float: none;
    padding: 0;
    border-bottom: 1px solid #dddde7;
}
ul.sub-menus li a {
    display: block;
    font-size: 18px;
}
.logo img {
    width: 160px;
    padding: 10px;
}




/***Header Css End**/


/***Home Page Css Start**/

ul.slider-logo {
    display: flex;
    justify-content: space-between;
    top: -70px;
    z-index: 10;
    position: relative;
    margin: auto 15%;
    height: 125px;
}

ul.slider-logo li {
    padding: 10px;

}

ul.slider-logo li img{
    padding: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
ul.slider-logo li img:hover {
    margin-top: -20px;
}

.border-slider {
    height: 1px;
    background: #2e2e2e;
    width: 100%;
    position: relative;
}

.iconborder {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42.5px;
    margin-top: -12.5px;
    background: white;
    padding: 0 30px;
}
.our-products {
    
}

.our-products h2{
    text-align: center;
    padding: 10px 0;
}

.productdiv {
    text-align: center;
    position: relative;
}
.productname {
    position: absolute;
    width: 95%;
    margin: 0px 3%;
    bottom: 45%;
    background: #b6afaf99;
    padding: 10px;
    color: white;
}
.productdiv img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.productdiv img:hover {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(230 230 230);
    -moz-box-shadow: 0px 3px 7px 0px rgb(13, 136, 67);
    box-shadow: 0px 3px 10px 1px #1a1a1a;
}

.productdiv span {
    font-size: 20px;
    display: block;
    padding: 5px;
}
.style-shafe {
    padding: 50px 0;
    background: #f7f7f7;
}
.style-text h3 {
    font-size: 20px;
    color: #098843;
    margin-bottom: 40px;
}   

.style-product-slide {
   
}
.style-products {
    position: relative;

}
.style-products-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    padding: 50px 20px;
    background: #2e2e2ccf;
}
.style-products-text h3 {
    color: white;
    margin-bottom: 50px;
    font-size: 30px;
}
.style-products-text p {
    color: white;
    line-height: 16px;
}
ul.listsade li {
    width: 12px;
    height: 12px;
    float: left;
    background: gray;
    margin: 0 10px;
}
ul.listsade {
    height: 41px;
}
.viewallproduct {
    background: black;
    text-align: center;
    height: 250px;
    margin-top: -120px;
    padding-top: 140px;
}
.viewallproduct a {
    background: white;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
}
.morebtn a {
    display: inline-block;
    margin: 10px 0;
    width: 50%;
    background: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
.morebtn a:hover {
    background: #bab6b6;
    color: white;
}
.client-logo-div{
    margin: 50px 0;
}
.client-logo.owl-carousel img {
    border-radius: 50%;
}

.sales-team img {
    border-radius: 50%;
    width: 100px;
    padding: 10px
}

.sales-team {
    text-align: center;
    padding: 20px;
    border-left: 1px solid white;
}

.fetureds-div {
    padding: 20px;
    border-left: 1px solid white;
}

.blog-tools a {
    color: #009688;
}

.likereply span {
    float: right;
}


.blog-view-four-image {
    text-align: center;
}

.blog-view-four-image img {
    min-height: 180px;
}
/***Home Page Css End**/


.productimg img {
    border: 3px solid #1a1a1a;
}

/***Footer Css Start**/
footer {
    background: #000;
}
.footer-bottom {
    background: #1a1a1a;
}
.footer-bottom p {
    color: white;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom p a {
    color: #858585;
}

.footer-top {
    padding: 35px 0;
}

.footer-one p {
    color: white;
}

ul.footer-menu-one {
    padding: 0;
    margin-bottom: 10px;
}

ul.footer-menu-one li {

}

.footer-two h3 {
    color: #dddbdb;
    margin-bottom: 10px;
}
ul.footer-menu-one li a {
    color: white;
}

.footer-three p {
    color: white;
}


.footer-three h3 {
    color: #dddbdb;
    margin-bottom: 10px;
}

ul.social-menu li {
    float: left;
}

ul.social-menu li a {
    color: white;
    padding: 8px;
    margin: 0 3px;
    width: 38px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
ul.social-menu li a:hover {
    box-shadow: 0 0 2px 1px #ffffff;
}
/***Footer Css End**/
a#fbboxdiv4 {
    display: block;
    padding: 14px 10px;
    font-size: 25px;
}
ul.mobiledownmenudiv{
        display:none;
         background: #f6f6f6;
    }

            .mobilemenubar {
            display: none;
            
            }
            ul.mobiledownmenudiv li {
    border-top: 1px solid gray;
    border-bottom: 0 !important;
}

.mobile-menu-list ul li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.mobile-menu-list ul li{
    border-bottom: 1px solid gray;
}


@media only screen and (max-width: 767px) {
.mobile-hide{
    display: none;
}
.sales-team {
    border-top: 1px solid white;
}

.fetureds-div {
    border-top: 1px solid white;
}
            .mobilemenubar{
        display: block;
        display: inline;
        float: right;
        padding: 10px 0;
        font-size: 30px;
        }

}