

/* Author Custom Styles */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;600;800&display=swap');


@font-face {
    font-family: Arial-Black;
    src: url('fonts/arial-black.ttf');
}

@font-face {
    font-family: Arial-Regular;
    src: url('fonts/arial-regular.ttf');
}

a{color:#000;}
body {
    line-height: 30px;
    font-size: 18px;
    background: #fff;
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
  
}

h1 span{
    font-family: Arial-Regular;
}

h3, h4, h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
a {text-decoration:none;}
h2{
    font-family: Arial-Black;
}

p, ul{
    margin: 0px;
    margin-bottom: 20px;
}

fl{
  color: inherit;
  text-decoration: none;
}
.btn{
    font-family: 'Roboto', sans-serif;
}

.btn:focus{
    outline: none;
    box-shadow: none !important;
}


/* * Section */
.section {
    /* padding: 70px 0px; */
    padding-top: 80px;
    text-align: left;
}
.section h2{
    margin-bottom: 20px;
    color: inherit;
    font-size: 44px;
}
.section h2:first-child{
    margin-top: 0px;
    margin-bottom: 20px;
    color: inherit;
    margin: 0px !important;
}

.section p:last-child, .section ul:last-child{
    margin-bottom: 0px;
}


.section-padding{
    padding: 0px 130px;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}

.top-space{
    margin-top: 35px;
}

p.top-text{
    font-size: 24px;
}
img.line{
    min-width: 135px;
    margin-top: 15px;
}


/* top-header */

.top-bg{
    color: #000;
    margin-top: 0px;
    background: #222 !important;
    border-bottom: 1px solid #cccccc47;
}

header#microlube_header.sticky .top-bg{
    display: none;
}

header#microlube_header.sticky-mobile{
    position: fixed;
}
.top-bg .top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: inherit;
}
.top-header .social{
    list-style-type: none;
    padding: 3px 0px;
    margin: 0px;
}

.top-header ul.social li.phone::before{
    font-family: 'fontAwesome';
    content: '\f095';
    font-weight: 500!important;
    color: #b2620d;
    margin-right: 7px;
}

.top-header ul.social li.mail{
    margin-left: 20px;
}

.top-header ul.social li.mail::before{
    font-family: 'fontAwesome';
    content: '\f0e0';
    font-weight: 500!important;
    color: #b2620d;
    margin-right: 7px;
}

.top-header .social li{
    display: inline-block;
}

.top-header .social li i{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.top-header .social li i.fa{
    color: #b86813;
}

.top-header .social li a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.top-header .contact-info{
    list-style-type: none;
    padding: 3px 0px;
    margin: 0px;
    padding-left: 40px;
    z-index: 1;
}

.top-header .contact-info li{
    display: inline-block;
    margin-right: 15px;
    color: #b86813;
}

.top-header .contact-info li.search{
    margin-right: 60px;
    color: #000 !important;
}

.top-header .contact-info li:last-child{
    margin-right: 0px;
}

.top-header .contact-info li i{
    font-size: 15px;
    margin-right: 10px;
}
.top-header .contact-info li i:last-child{
    margin-right: 0px;
}

.top-header .contact-info li a{
    /* font-size: 6px; */
    color: #fff;
}

.twentysixteen .site-main{
    margin: 0px !important;
}





/** header search  */
.search-icon{
    position: relative;
}
.header-search{
    position: absolute;
    width: 227px;
    right: 50px;
    top: -5px;
    display: none;
}
.header-search .search-field{
    position: relative;
    border-radius: 4px;
    box-shadow: none;
    height: 45px;
}
.header-search button{
    background-color: transparent;
    padding: 0px;
    border: none;
    position: absolute;
    top: 3px;
    right: 8px;
    color: grey;
    display: none;
}



/* header */


header#microlube_header{
    width: 100%;
    /* position: fixed; */
    z-index: 10;
    opacity: 1;
    background: #fff;
    top: 0;
    transition: 0.3s ease-in-out;
    /* background-color: transparent; */
}

header#microlube_header .header-padding{
    padding: 0px 30px !important;
}

header#microlube_header .logo-center .navbar-brand img{
    position: relative;
    background-color: transparent;
    margin-top: 15px;
    width: 200px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

header .logo-left .navbar-brand img{
    display: none;
}

header#microlube_header .navbar-brand{
    margin-right: 0px !important;
    /* position: absolute; */
    z-index: 1;
    /* top: -54px; */
}

header .navbar-brand img{
    width: 240px;
}

.navbar-nav{
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
    border: none;
    padding: 0px 0px;
    position: relative;
    transition: ease 0.5s;
}

.navbar-nav>li {
    padding: 25px 36px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.navbar-nav>li.phone{
    padding-right: 0px;
}


.navbar-nav>li>a {
    color: #000;
    padding: 10px 0px !important;
    transition: ease 0.3s;
    border-color: transparent;
    font-weight: 300;
}

.navbar-nav .nav-item .nav-link{
    color: #404040;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    font-weight: 500 !important;
    letter-spacing: 0.3px;
}


.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 0;
    top: 75px;

}

header#microlube_header .navbar ul{
    list-style-type: none;
    padding-right: 0px;
}

.navbar-toggle {
    border-color: #000;
    margin: 25px 15px;
    background-color: #fff;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggler {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0pc;
    font-size: 0.8rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon{
    display: GRID;
    width: 1.5em;
    height: 3px;
    background-size: 100%;
    background: #000;
    height: 2px;
    margin: 5px 1px;
}

.hvr-underline-from-center {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* -webkit-transform: translateZ(0); */
    /* transform: translateZ(0); */
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.navbar-nav .nav-item .nav-link:hover{color:#b86813;}
.hvr-underline-from-center:before {
   
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #b86813;;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* dropdown */

.dropdown:hover .dropdown-menu{
    display: block;
    color: #fff;
    height: 500px;
    overflow-x: hidden;
}


header .navbar .dropdown .dropdown-menu li{
    margin-top: 0;
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item{
    background-color: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 173px);
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item:hover{
    background: #b2620d;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #b86813 !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

/** Sticky */

header#microlube_header.sticky{
    position: fixed;
    width: 100% !important;
}

header#microlube_header.sticky .navbar{
    background-color: #fff !important;
    /* box-shadow: 0 5px 20px  rgba(0,0,0,.3); */
    width: 100% !important;
}


header#microlube_header .navbar-nav>li{
    padding: 4px 10px !important;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header#microlube_header .navbar-nav>li:last-child{
    padding-right: 0px;
}

header#microlube_header.sticky .navbar-nav>li.phone{
    padding-right: 0px;

}
header#microlube_header.sticky .navbar-brand img{
    width: 200px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


/* title-area */

.title-area{
    background-image: url('../img/Banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.title-area .content-area{
    padding: 300px 0px;
}

.title-area .content-area h1 span{
    color: #b86813;
    font-size: 44px;
    font-weight: 100;
    line-height: 35px;
}

.title-area .content-area h1{
    font-size: 44px;
    font-weight: 800;
    line-height: 70px;
} 
.title-area .content-area .link-area a{
    font-size: 22px;
}
.title-area .content-area .link-area .tag{
    margin-left: 5px;
}


/*home-banner */

.home-banner{
    /* background: url('../img/lubribg.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0pc;
    position: relative;
    /* height: 100vh; */
    /* padding-top: 130px; */
}

.home-banner .content-area{
    padding: 0px !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* display: flex; */
    text-align: left;
}

.home-banner .content-area h1 span{
    color: #b86813;
    font-size: 35px;
    font-weight: 500;
    display: block;
    line-height: 35px;
    text-shadow: none !important;
    display: inline-block;
    /* background: #00000080; */
    /* padding: 0px 13px; */
}

.home-banner .content-area h1{
    font-size: 38px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-family: 'Roboto';
    /* text-shadow: 7px 5px 8px #3c3c3c; */
    padding-bottom: 11px;
    line-height: 50px !important;
    /* transform: translate(50%,-50%); */
    /* text-transform: uppercase; */
    /* font-family: verdana; */
    font-size: 43px;
    font-weight: 600;
    color: #020202;
    /* text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4); */
} 

.home-banner .content-area .btn-shop{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 10px 40px;
    /* width: 250px; */
    margin-top: 0px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
}

.home-banner .content-area .btn-shop:hover{
    /* background-color: transparent; */
    border: 1px solid #b2620d;
    color: #000000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* home-cattegories */

.home-categories .content-area h3{
    font-size: 44px;
}

.home-categories .product-area .item{
    margin-top: 50px;
    box-shadow: 0px 7px 22px #0000001a;
    color: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-right: 30px;
    text-align: center;
    background-color: #fff;
    padding: 50px 0px 10px;
    /*height: 490px;
    */width: 100%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.home-categories .product-area .item.item-1{
    text-align: left;
}
.home-categories .product-area .item h3{
    font-size: 28px;
    font-weight: 600!important;
    margin-top: 25px;
    padding: 0px 30px;
    height: 70px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #000;
} 

.home-categories .product-area .item:hover{
    background: linear-gradient(180deg,#161616 50%,#444444 100%);
    box-shadow: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.home-categories .product-area .item:hover h3{
    color: #fff;
}

/* home-featured-products */

.home-featured-products .content h2{
    font-size: 44px;
    margin-bottom: 50px;
}



.home-featured-products .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 40px 20px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    
}


.home-featured-products .item.item1{
    padding: 20px;
    height: 270px;
}

.home-featured-products .item.item2 {
    padding: 30px 35px;
    height: 270px;
}


.home-featured-products .item:nth-of-type(1){
    margin-bottom: 40px;
}

.home-featured-products .item h3{
    font-size: 28px;
    font-weight: 600 !important;
    /* height: 90px; */
}

.home-featured-products .item .btn-shop{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 200px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
}

.home-featured-products .item .btn-shop:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* home-our-products */

.home-our-products .content-area h3{
    font-size: 44px;
}

.home-our-products .products{
    text-align: center;
}

.home-our-products .products .btn-services{
    margin-top: 80px;
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 250px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
    text-align: center;
}

.home-our-products .products .btn-services:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
}

.home-our-products .products .item{
    margin-top: 50px;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    color: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-right: 30px;
    background-color: #fff;
    padding: 50px 30px 0px;
    width: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 520px;
}

.home-our-products .products .item h3{
    font-size: 28px;
    font-weight: 600!important;
    margin-top: 25px;
    height: 55px;
    text-align: left;
} 

.home-our-products .item.item1{
    background-image: url('../img/products/04.png');
    color:  #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.home-our-products .item.item2{
    background-image: url('../img/products/05.png');
    color:  #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-our-products .item.item3{
    background-image: url('../img/products/06.png');
    color:  #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-our-products .products img{
    width: 70%;
}


/* home-about-us */

.home-about-us{
    background-image: url('../img/about-us/About-us-BG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0px;
    color: #fff;
    margin-top: 80px;
}

.home-about-us .content-area p{
font-weight: 500;
}

.home-about-us .content-area h2{
    font-size: 44px;
}

.home-about-us .content-area .btn-more{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 200px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
}

.home-about-us .content-area .btn-more:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.home-about-us .content-area .btn-touch{
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 200px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-left: 20px;
}

.home-about-us .content-area .btn-touch:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

/* home-our-brands */

.home-our-brands .content-area h2{
    font-size: 44px;
}

.home-our-brands .image-area{
    margin-top: 31px;
    /* background: #fff; */
}

.home-our-brands .image-area .item {
    /* border: 1px solid #cccccc; */
    text-align: center;
    border-right: none;
    border-bottom: none;
    padding: 9px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 18.5%;
    margin: 11px 6px;
    border-radius: 11px;
    box-shadow: 0px 4px 10px #89898996;
}

.home-our-brands .image-area .item:nth-of-type(1){
    border-left: none;
}


.home-our-brands .image-area .item:nth-of-type(7){
    border-left: none;
}


.home-our-brands .image-area .item:nth-of-type(13){
    border-left: none;
    border-bottom: 1px solid #cccccc;
}

.home-our-brands .image-area .item:nth-of-type(14){
    border-bottom: 1px solid #cccccc;
}

.home-our-brands .image-area .item:nth-of-type(15){
    border-bottom: 1px solid #cccccc;
}

.home-our-brands .image-area .item:nth-of-type(16){
    border-bottom: 1px solid #cccccc;
}

.home-our-brands .image-area .item:nth-of-type(17){
    border-bottom: 1px solid #cccccc;
}

.home-our-brands .image-area .item:nth-of-type(18){
    border-bottom: 1px solid #cccccc;
}


/* hom-we-can-help */

.home-we-can-help{
    background: url('../img/We-Can-Help-BG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding-bottom: 60px;
}
.home-we-can-help .content-area p{
    font-weight: 500;
}
.home-we-can-help .content-area h2{
    font-size: 44px;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 6px;
}
.home-we-can-help .content-area h4{
    color: #b86813;
    font-size: 18px;
    font-weight: 600 !important;
}

.home-we-can-help .form-area{
    margin-top: 50px;    background: #f7f7f7;
    padding: 20px;

}
.home-we-can-help .form-area .checkbox-area label{
    font-weight: 500 !important;
    font-size: 16px !important;
}

.home-we-can-help .form-area .checkbox-area{
    background-color: #fff;
    border-radius: 50px;
    padding: 10px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 3px 10px #cccccc87;
    padding: 15px 30px;
}

.checkbox {
    accent-color: #b2620d;
}


.home-we-can-help .form-area .form-fields{
    margin-top: 30px;
}
.home-we-can-help .form-area .form-fields label{
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.home-we-can-help .form-area .form-control{
    background-color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 15px 30px;
}

.home-we-can-help .form-area .btn-submit{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 250px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 50px;
}

.home-we-can-help .form-area .button-area .btn-submit:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

::placeholder{
    color: #cccccc !important;
}


/* Catalog-page */
.our-catalog .content{
    margin-bottom: 50px;
}
.our-catalog .item {
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 40px;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
} 
.our-catalog .item:hover{
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.our-catalog .img-area img{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.our-catalog .img-area img:hover{
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* Data Sheets page */

.datasheet .nav-tabs{
    justify-content: center;
    border-bottom: none;
}
.datasheet .nav-tabs .nav-link.active{
    background-color: #000;
    color: #fff;

}
.datasheet .nav-tabs .nav-link1{
    border-top-left-radius: 50px;  
border-bottom-left-radius: 50px;
}
.datasheet .nav-tabs .nav-link2{
    border-top-right-radius: 50px;  
    border-bottom-right-radius: 50px; 
}
.datasheet .nav-tabs .nav-link {
    padding: 13px 113px;
    margin-bottom: 13px;
    color: #000;
    box-shadow: 0px 7px 22px #0000001a;;
}
.datasheet .nav-tabs .nav-link:focus{
    background-color: #000;
    color: #fff;
}
.product-brouchers{
    margin-top: 80px;
}
 .product-brouchers .content-area{
    text-align: center;
    background-image: url(../img/About\ us\ banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 135px 420px 20px;
    color: #fff;
 }
 .product-brouchers .content-area .btn-download{
     margin-top: 100px;
     margin-bottom: 10px;
 }
 .whitmore-datasheet{
     margin-top : 80px;
 }
.whitmore-datasheet .table >thead{
     background-color: #B86813;
     color: #fff;
}
.whitmore-datasheet .table thead tr th.col1{
    width: 60%;
}
.whitmore-datasheet .table >tr{
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}
.whitmore-datasheet .table tbody >tr>td {
    padding: 10px 80px;
}


.whitmore-datasheet .table{
    font-family: 'Roboto', sans-serif;
}
.whitmore-datasheet .table >thead tr th {
    font-size: 20px;
    padding: 6px 80px;
    font-weight: 600;
}
.whitmore-datasheet .table tbody .intag{
    color: #B86813;
}

/* Spec sheets  */
.spec-sheets{
    margin-top: 30px;
}
.spec-sheets .content-area .item{
    margin-top: 20px;
    /* box-shadow: 0px 7px 22px #ffbe2b52; */
    color: #000;
    border-radius: 5px;
    /* -webkit-border-radius: 15px; */
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    /* margin-right: 5px; */
    text-align: center;
    background-color: #f1f1f199;
    padding: 60px 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-bottom: 6px solid #e1e1e1;
}
.spec-sheets .content-area .item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.spec-sheets .content-area .item h4{
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 600;
}
.spec-sheets .content-area .item .btn-pdf{
    background-color: #B86813;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 10px 35px;
    font-weight: 400;
    margin-top: 20px;
}
.spec-sheets .content-area .item .btn-pdf:hover{
 
    color: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* About-us page */
.about-us .content-area{
    text-align: center;
    background-image: url('../img/About-us-bg.png');
    color: #000;
    background-position: center;
    background-size: cover;
    padding: 110px 200px;
    color: #fff;
    border-radius: 20px;
}
.products-and-services .content-area .btn-view-all{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 250px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 15px;
}

.products-and-services .content-area .btn-view-all:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.products-and-services .content-area{
    text-align: center;
    box-shadow: 0px 7px 22px #0000001a;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 100px 60px;
}

.our-mission .content-area{
    text-align: left;
    background-image: url('../img/Mask\ Group\ 19.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 60px 240px 140px 100px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}



/******* Contact-Us page *******/


/* Contact items */
.contact-items {
    box-shadow:  0px 7px 22px #0000001a;
    padding: 80px 90px 48px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
}
.contact-items ul.contact-details{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-items ul.contact-details li{
    padding: 0px 5px;
    display: grid;
    justify-content: center;
}
.contact-items ul.contact-details li i{
    color: #B86813;
    font-size: 23px;
    margin-bottom: 12px;
   
}
.contact-items ul.contact-details a{
    font-size: 22px;
    font-weight: 500;
}



/* section contact-us */

.contact-us .content-area{
    margin-bottom: 12px;
}
.contact-us .content-area h3{
    font-size: 30px;
}
.contact-us .form-area form .form-control{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: none;
    box-shadow: 0px 7px 22px #0000001a;
    margin-bottom: 25px;
    padding: 15px 15px;
}

.contact-us .form-area form textarea .form-control{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: none;
    box-shadow: 0px 7px 22px #0000001a;
    margin-bottom: 25px;
    padding: 15px 15px;
    height: 150px !important;
}
.contact-us .form-area form.form-label{
    font-size: 16px;
}
.contact-us .form-area form .btn-send{
    background-color: #B86813;
    color: #fff;
    float: right;
    padding: 12px 90px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 20px 0px;
}
.contact-us .form-area form .btn-send:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}



/* harvard Products Page */

.distributor .content-area{
    text-align: center;
    background-image: url('../img/distrributor-background.png');
    background-size: cover;
    background-position: center center;
    padding: 60px;
    color: #fff;
}
.distributor .content-area .content span{
    font-size: 46px;
    font-weight: 400;
}
.distributor .content-area .content h2{
    font-size: 46px;
    font-weight:bold;
}
.distributor .content-area .image-area img{

    margin-top: 32px;
}

/*section lube-and-hydraulic */
.lube-and-hydraulic .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* box-shadow: 0px 7px 22px #0000001a; */
    padding: 30px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    background: #fff8f1;
}
/* .lube-and-hydraulic .item .content-area{
    margin-top: 40px;
} */
.lube-and-hydraulic .item .content-area h3{
    font-family: 'poppin', sans-serif;
    font-size: 28px;
}
.lube-and-hydraulic .item .content-area>ul{
    list-style: none;
    padding-left: 0px;
}
.lube-and-hydraulic .item .content-area ul li{
    line-height: 2;
   
}
.lube-and-hydraulic  .content>ul{
    list-style: none;
    padding-left: 0px;
}
.lube-and-hydraulic  .content h3{
    font-family: 'poppin', sans-serif;
    font-size: 28px;
}
.lube-and-hydraulic  .content{
    line-height: 2;
    margin-top: 40px;
}
.lube-and-hydraulic .img-area{
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 7px 22px #0000001a;
    margin-top: 40px;
    padding: 30px 50px;
}
.lube-and-hydraulic .item-8 .content-area{
margin-top: 40px;
}
/*-----Section elements-----*/

.elements .item{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 30px 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
}
.elements .item-8 {
    padding-bottom: 194px;
}
.elements .item .content-area{
    margin-top: 30px;
}
.elements .item .content-area>ul{
list-style: none;
padding-left: 0px;
}
.elements .item .content-area h3{
    font-family: 'poppin', sans-serif;
    font-size: 28px;
}
.elements .item .content-area h3 span{
    font-size: 20px;
}
.elements .content-area-1{
    margin-top: 70px;
}
.elements .image-area1{
    margin-top: 70px;
}
.elements .content-area-1 h3 span{
    font-size: 28px;
    font-family: 'poppin', sans-serif;
}
.elements .content-area-2{
    margin-top: 120px;
}
.elements .content-area-2 h3 span{
    font-size: 28px;
    font-family: 'poppin', sans-serif;
}

/* section industrial filtration*/

.industrial-oil-filtration {
    text-align: center;
    color: #fff;
    background-image: url('../img/footer-Bg.png');
    background-size: cover;
    background-position: center;
    padding: 106px 30px;
}
.industrial-oil-filtration .item{
    margin-top: 24px;
}
.industrial-oil-filtration .content-area p{
    margin-top: 24px;
}
.new-oil-filtration .content-area p a{
    color: #B86813;
}


/* section inquire-now */
.inquire-now .form-area .form-fields{
    margin-top: 30px;
}
.inquire-now .form-area .form-fields label{
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.inquire-now .form-area .form-control{
    background-color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 15px 30px;
}

.inquire-now .form-area .btn-submit{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px 30px;
    width: 250px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 50px;
}

.inquire-now .form-area .button-area .btn-submit:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

::placeholder{
    color: #cccccc !important;
}

.inquire-now .form-area{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 70px;
}


/************ Products Page **************/

.products-area .side-item{
    box-shadow:  0px 7px 22px rgb(0 0 0 / 10%); ;
    border-radius: 10px;
   
   
}
.products-area .side-item .form-check{
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 20px;
}
.products-area .side-item2{
    margin-top: 40px;
}
.products-area .side-item .btn-more{
    color: #b2620d;
    padding: 20px 20px;
    margin-top: 10px;
}
.products-area .side-item .form-check .form-check-label{
    margin-left: 12px;
}
.products-area .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.products-area .item:hover{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
   transform: translateY(-10px);
   transition: all 0.3s ease ;
   -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

.products-area .item .content p {
    font-size: 16px;
    font-weight: 500;
}
.products-area .side-item .content-area h3{
    font-size: 22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.products-area .side-item .content-area{
    background-color: #000;
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-area .product-selection-area.tag{
    margin-left: 20px;
}
.products-area .side-item #list1{
    list-style: none;
    margin-top: 15px;
    padding-left: 5px;
}

.products-area .content-area a{
    color: #b86813;
}
.products-area .product-selection-area{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    align-items: center;
}

.products-area .product-selection-area p{
    margin-bottom: 0px;
}
.products-area .product-selection-area .dropdown .dropdown-toggle {
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 10px 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-left: 10px;
}
.products-area .product-selection-area .dropdown{
    display: flex;
    align-items: center;
}
.products-area .product-selection-area .dropdown .dropdown-toggle:focus{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important;
}
.products-area .product-selection-area i{
    color: #b86813;
}
.products-area .item .img-area img{
    margin: 0 auto;
}
.products-area .item {
    margin-top: 40px;
    margin-right: 20px;
    transition: all 0.3s ease;
    -webkit-transition: ease 0.3s;
}
.products-area .item .content p {
    margin-top: 30px;
    height: 30px;
}
.pagination {
    display: inline-block;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    margin-top: 50px;
    padding: 10px 68px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.pagination  a{
    color: #999999;
    margin-left: 10px;
}
.pagination a.active {
    background-color: #b86813;
    padding: 0px 8px;
    border-radius: 50px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.pagination i.fa {
    background-color: #999999;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.pagination i.fa-chevron-left{
 margin-left: -20px;
}


/** Privacy-policy-page **/
.privacy .content-area p{
    margin-bottom: 30px;
}
.privacy .content-area p a{
    color: #b2620d;
}
.terms-and-conditions .content-area p a{
    color: #b2620d;
}

/* footer */


footer{
    background: #101010;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0pc;
    color: #fff;
}

footer .main-footer .content-area.social-links h3{
    font-size: 26px;
    font-weight: 500 !important;
    margin-bottom: 20px;
    margin-top: 50px;
}

footer .main-footer ul.social{
    list-style-type: none;
    padding: 0px;
}

footer .main-footer ul.social li{
    display: inline-block;
    background-color: #b2620d;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 40px;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
}


/* footer links */

footer .main-footer .quick-links h3{
    font-size: 26px;
    font-weight: 500 !7mportant;
    margin-bottom: 20px !important;
    font-family: 'Roboto';
    position: relative;
    text-transform: uppercase;
}

footer .main-footer ul.links{
    list-style-type: none;
    padding: 0px;
}

footer .main-footer ul.links li{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

footer .main-footer ul.links li::before{
    font-family: 'fontAwesome';
    content: '\f101';
    font-weight: 500!important;
    color: #b2620d;
    font-size: 17px;
    margin-right: 7px;
}

footer .main-footer ul.links li.active{
    color: #b2620d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer .main-footer ul.links li.active a:hover{
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer .main-footer ul.links li.active::before{
    display: none;
}

footer .main-footer ul.links li a{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer .main-footer ul.links li a:hover{
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}




/* footer contact */

footer .main-footer .contact-info h3{
    font-size: 23px;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-family: 'Roboto';
}

footer .main-footer .contact-info ul.contact{
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
    padding: 0px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

footer .main-footer .contact-info ul.contact a{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

footer .main-footer .contact-info ul.contact li{
    margin-bottom: 10px;
}

footer .main-footer .contact-info ul.contact li.location::before{
    font-family: 'fontAwesome';
    content: '\f041';
    font-weight: 500!important;
    color: #b2620d;
    font-size: 17px;
    margin-right: 10px;
}

footer .main-footer .contact-info ul.contact li.mail::before{
    font-family: 'fontAwesome';
    content: '\f0e0';
    font-weight: 500!important;
    color: #b2620d;
    font-size: 14px;
    margin-right: 10px;
}

footer .main-footer .contact-info ul.contact li.phone::before{
    font-family: 'fontAwesome';
    content: '\f095';
    font-weight: 500!important;
    color: #b2620d;
    font-size: 17px;
    margin-right: 10px;
}

footer .main-footer .contact-info ul.contact li.fax::before{
    font-family: 'fontAwesome';
    content: '\f1ac';
    font-weight: 500!important;
    color: #b2620d;
    font-size: 17px;
    margin-right: 10px;
}

footer .main-footer .contact-info ul.contact a:hover{
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* footer copyright */


footer .copyright .content {
    /* border-top: 1px solid #cccccc; */
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 40px; */
    position: relative;
}

footer .copyright .content span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer .copyright .content span img{
    margin-left: 30px;
}

footer .copyright .reach-logo {
    width: 104px;
}





/* woocommerce CSS */

/* shop page */

.woocommerce .page-title{
    display: none !important;
}

.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories .widget-title{
    background-color: #000000 !important;
    color: #fff !important;
    font-size: 21px !important;
    padding: 12px 21px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-family: 'Roboto',sans-serif !important;
}

.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul{
    list-style-type: none !important;
    padding: 12px 10px 12px 45px!important;
    margin-bottom: 30px;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul li{
    line-height: 30px;
    position: relative;
    padding: 5px 0;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul li a{
    position: relative;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul li a::before{
    content: "";
    height: 20px;
    width: 20px;
    top: 0px;
    left: -30px;
    border: 2PX solid #000;
    border-radius: 4px;
    font-weight: 100;
    position: absolute;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul li.current-cat > a::before {
    content: "\f046 ";
    font-family: 'FontAwesome';
    border: none;
    font-size: 26px;
    top: -2px;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories ul.children{
    padding:10px 10px 10px 30px !important ;
    margin-bottom: 0;
}
.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories li.cat-item:not(.cat-item-90) ul.children{
    display: none;
}

.woocommerce .sidebar.widget-area .widget.woocommerce.widget_product_categories{
    /* box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important; */
    border-radius: 10px !important;
    background: #f4f4f4;
}

#woocommerce_product_categories-4 h2, #woocommerce_product_categories-3 h2{
    margin-bottom: 30px !important;
    text-align: left;
}

#woocommerce_product_categories-4 h2, #woocommerce_product_categories-3 h2::after{
    font-family:'fontAwesome';
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #fff;
    display: none;
}

/* custom html */

.woocommerce .sidebar.widget-area .widget_text.widget.widget_custom_html .widget-title{
    background-color: #000 !important;
    color: #fff !important;
    margin-top: 50px !important;
    font-size: 25px !important;
    padding: 15px 30px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-family: 'Roboto',sans-serif !important;
}

.woocommerce .sidebar.widget-area .widget_text.widget.widget_custom_html{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important;
    border-radius: 10px !important;
    padding-bottom: 20px !important;
}

.woocommerce .sidebar.widget-area .widget_text.widget.widget_custom_html .btn-more{
    color: #b2620d !important;
}

.woocommerce .products-area .content-area p{
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select {
    appearance: inherit;
    border: none !important;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 10px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-left: 10px;
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #ccc !important;
    background-image: url(http://micro-lube.com/wp-content/themes/micro-lube/img/arrowdown.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-x: 98%;
    background-position: 93%;
}


/* #woocommerce_product_categories-4 ul{
    list-style-type: none !important;
} */

#woocommerce_product_categories-4 {
    /* box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important; */
    border-radius: 10px !important;
    background: #f4f4f4;
}
#woocommerce_product_categories-4 ul li{
    line-height: 30px;
    position: relative;
    padding: 3px 0;
    margin-bottom: 0pc;
    border-bottom: 1px dashed #b7b7b7;
}
/* #woocommerce_product_categories-4 ul li::before{
    font-family: 'fontAwesome';
    content: '\f096';
    margin-right: 15px;
    position: absolute;
    left: -30px;
} */
/* #woocommerce_product_categories-4 ul.children{
    padding:10px 10px 10px 30px !important ;
    margin-bottom: 0;
} */

#woocommerce_product_categories-4 ul.brands li::before{
    position: unset;
}
#woocommerce_product_categories-4 h2{
    margin-bottom: 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 25px !important;
    padding: 15px 30px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-family: 'Roboto',sans-serif !important;
}
#woocommerce_product_categories-4 ul.brands_index{
    display: none;
}
#woocommerce_product_categories-4 h3{
    display: none !important;
}
#woocommerce_product_categories-4  #brands_a_z a.top{
    display: none !important;
}
#woocommerce_product_categories-4 ul.product-categories{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 0px;
}



/* product Images */


.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    box-shadow: 0px 8px 24px #cccccca8;
    padding: 15px 30px;
    border-radius: 15px;
    border-bottom: 6px solid #cd781f;
    position: relative;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products.s li.product:hover{
    transform: translateY(-10px) !important;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-weight: 500 !important;
    font-family: 'Roboto',sans-serif !important;
}


/* woocommerce pagination */

.woocommerce nav.woocommerce-pagination{
    text-align: right !important;
   
}
.woocommerce nav.woocommerce-pagination ul{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    margin-top: 50px;
    padding: 10px 30px !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none !important;
    width: fit-content;
}

.woocommerce nav.woocommerce-pagination ul li{
    border-right: none !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    width: 36px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #b2620d !important;
    color: #fff !important;
    border-radius: 50px;
    width: 36px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 5px !important;
}



/* woocomerce single product */

/* * single product page */

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-family: 'Roboto', sans-serif !important;
    line-height: 30px;
    padding: 0 !important;
}


.woocommerce .product.type-product .product_meta{
    display: grid;
}

.woocommerce .product.type-product .product_meta .sku_wrapper {
    margin-top: 20px;
    font-weight: bold;
}
.woocommerce .product.type-product .product_meta .sku_wrapper .sku{
    font-weight: 400;
}

.woocommerce .product.type-product .product_meta .posted_in {
    font-weight: bold;
}
.woocommerce .product.type-product .product_meta .posted_in a{
    font-weight: 400;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #b2620d !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 220px !important;
    padding: 10px 0 !important;
    transition: ease-in-out 0.3s !important;
    border-radius: 50px !important;
    line-height: 2.2 !important;
    margin-left: 10px !important;
    text-align: center !important;
    outline: none !important;
}
.woocommerce .woocommerce-variation-add-to-cart{
    margin-top: 30px;
}
.woocommerce .woocommerce-product-details__short-description{
    margin-bottom: 0px;
}
.woocommerce .quantity .qty {
    width: 7em !important;
    height: 55px;
}
.woocommerce .pswp .pswp__bg{
    background:rgba(0, 0, 0, 0.8) ;
}
.woocommerce div.product div.images img{
    width: unset !important;
    margin: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: unset !important;
    margin: 5px !important;
    border: 1px solid #aeaeae;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    margin-left: 0 !important;
}

.woocommerce div.product form.cart .variations{
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .variations label{
    color: #000;
    font-size: 24px;
    margin-right: 30px;
    margin-top: 10px;
    font-family: 'Roboto',sans-serif !important;
}
.woocommerce div.product form.cart .variations td.label {
    vertical-align: unset;
    line-height: unset;
}
.woocommerce div.product form.cart .variations select{
    height: 50px;
}
.woocommerce div.product p.price{
    margin: 40px 0;
}
.woocommerce div.product p.price a.call-price{
    color: #fff !important;
    background-color: #b2620d;
    width: 250px;
    padding: 10px 21px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
}

.woocommerce div.product p.price .fa-phone{
    margin-right: 10px;
}
.woocommerce div.product p.price span.woocommerce-Price-amount, .woocommerce div.product span.price{
    color: #000 !important;
    margin: 20px 0;
    display: none;

}
.woocommerce div.product form.cart{
    display: none !important;
}

.woocommerce div.product form.cart .button{
    border: 1px solid #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce div.product form.cart .button:hover{
    border: 1px solid #b2620d !important;
    background-color: transparent  !important;
    color: #b2620d !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.woocommerce div.product .woocommerce-tabs .panel{
    margin-bottom: 80px !important;
    padding: 35px 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 700;
    /* padding-bottom: 18px; */
}

.woocommerce ul.products li.product .button{
    display: none;
}

.woocommerce ul.products li.product{
    background-color: #fff;
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 15px 30px !important;
    transition: 0.3s ease-in-out;
}

.woocommerce-page ul.products.columns-3 li.product:hover, .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    transform: translateY(-20px) !important;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-20px) !important;
    -moz-transform: translateY(-20px) !important;
    -ms-transform: translateY(-20px) !important;
    -o-transform: translateY(-20px) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: inherit;
    font-size: 17px !important;
    line-height: 25px;
    /* border-bottom: 1px solid #ccc; */
}

.woocommerce .section h2:first-child{
   margin-bottom: 20px;
   font-size: 23px;
   font-family: 'Roboto';
   font-weight: 700;
}


/* woocommerce cart */

/* *cart page  */


.woocommerce-page header.entry-header{
    padding: 0px 6vw;
    margin-bottom: 40px;
    margin-top: 220px;
}


#main .entry-content{
    padding: 0 6vw;
}

.woocommerce-page aside{
    display: none !important;
}
.post-type-archive-product aside, .tax-product_cat aside{
    display: block !important;
}
.woocommerce table.shop_table td {
    border-top: 2px solid #f0f0f0 !important;
    padding: 25px 12px !important;
    font-weight: 400 !important;
}
.woocommerce table.shop_table td.product-name{
    font-weight: 500 !important;
    color: #000;
}


.woocommerce-cart .cart-collaterals .cart_totals table th{
    vertical-align: middle !important;
}
.woocommerce .woocommerce-cart table.shop_table th {
    padding: 20px 12px !important;
}
.actions .coupon #coupon_code {
    width: 200px !important;
    height: 55px;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border: 1px solid #b2620d !important;
    background-color: #b2620d !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: transparent !important;
    color: #b2620d !important;
    border: 1px solid #b2620d !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* woocommerce checkout */


/* * Checkout page */
.woocommerce-checkout form.login{
    margin: 0px 100px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
    margin-left: 20px;
    margin-bottom: 30px !important;
}


.woocommerce .woocommerce-billing-fields{
    margin-bottom: 15px;
}
.woocommerce .wc-proceed-to-checkout, .woocommerce .woocommerce-account-fields{
    margin-bottom: 80px;
}
.woocommerce form .form-row.create-account{
    margin-left: 17px;
}


.woocommerce-checkout .woocommerce-info a{
    font-weight: 500;
}
.woocommerce form .form-row input.input-text{
    height: 50px !important;
    padding: 10px;
}
.select2-container .select2-selection--single{
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
    padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}
.woocommerce form .form-row {
    margin-bottom: 25px !important;
}
.woocommerce input[type=checkbox] {
    margin: 8px 0 0 !important;
    margin-left: -20px !important;
}
.woocommerce table.shop_table th{
    padding: 20px 12px !important;
}

.woocommerce-checkout h3, .woocommerce h2{
    margin-bottom: 35px;
}
.woocommerce .woocommerce-customer-details address {
    line-height: 2.2;
}
#ship-to-different-address-checkbox{
    margin: 3px 0 0 !important;
    margin-left: -20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li img{
    width: 40px !important;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{
    padding: 0;
}

#wc-stripe-new-payment-method{
    margin-left: 0 !important;
}

.woocommerce-checkout #payment div.form-row{
    padding: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
    margin: 0 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    margin: 20px 20px;
}

footer.entry-footer{
    margin: 0px !important;
}
footer.entry-footer .edit-link{
    display: none !important;
}

.woocommerce thead{
    background-color: #b2620d !important;
    color: #fff !important;
}



/* woocoomerce empty cart */

/* * Empty cart */
.woocommerce img.empty-cart{
    max-width: 260px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 15px;
}
.woocommerce .empty-cart-section{
    text-align: center;
}
.woocommerce .empty-cart-section h2{
    margin-bottom: 10px !important;
}
.woocommerce p.cart-empty{
    display: none;
}
.woocommerce p.return-to-shop{
    text-align: center;
    margin-bottom: 80px;
}


 

/* * woocommerce-account */
.woocommerce-MyAccount-content .woocommerce-Address address{
    line-height: 2.2 !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation{
    border: 1px solid #e2e2e2;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    font-weight: 600;
    margin-bottom: 0px !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 7px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #BABABA;
}

.woocommerce .woocommerce-Address header.woocommerce-Address-title{
    border-bottom: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.woocommerce .woocommerce-Address header.woocommerce-Address-title h3{
    margin: 0px !important;
    line-height: 1.6;
}









/***********Brand Pages **************/


/*** ul **/
ul.brands{
    list-style: none;
    position: relative;
    padding: 0px;
}
ul.brands li::before{
    font-family: 'fontAwesome';
    content: '\f101';
    color: #000;
    margin-right: 8px;
    position: absolute;
    left: 5px;
}

/**RMF Systems ***/

.rmf-intro .img-area img{
    margin-top: 0px;
}
.clean .content-area{
    text-align: left;
}

.clean .content-area h3{
    color: #b2620d;
}

.monitoring{
    background-color: #b2620d;
    padding: 30px 30px;
    margin-top: 80px;
    color: #fff;

}
.monitoring .content h3{
    padding-top: 20px;
    text-align: center;
}
.monitoring .img-area {
    margin: 40px auto;
    text-align: center;
}

.advantages{
    background-image: url('http://reachfirst.info/clients/micro-lube/wp-content/uploads/2022/03/advantages-rmf-bg.jpg');
    padding: 0px;
    background-size: cover;
    background-position: center;
    /* margin-top: -70px; */
}

.advantages .heading {
    color: #b2620d;
    padding-bottom: 10px;
}
.advantages .content{
    color: #000;
    /* background: #000; */
    /* margin-bottom: 30px; */
}
.advantages .content h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
}
.advantages .img-area img {
    margin-top: 0px;
}

.hyduralic-housing .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bypass-units .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offline-units .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.olua-and-olub .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.the-gaint .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giant-offline .item{
    justify-content: space-between;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smart-offline .item{
    display: flex;
   
    justify-content: space-between;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.varipure .item{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vaccum .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-elements .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portable-laser .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oil-quality-sensor .item{
    box-shadow: 0px 7px 22px #0000001a;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*************Whitemore brand page ***************/

.intro-area .item .content h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 19px !important;
    font-family: 'Roboto';
}
.intro-area .content-area{
    margin-bottom: 30px;
}
.intro-area .img-area{
    text-align: center;
}
.lubrication-principles .image-area{
    text-align: center;
}
.xe-extreme .content-area ul{
    list-style-type: none;
    position: relative;
}
.xe-extreme .content-area ul li::before{
    font-family: 'fontAwesome';
    content: '\f061';
    color: #000;
    margin-right: 15px;
    position: absolute;
    left: 5px;
}
.design .item{
   background-color: #f7f7f7;
   padding: 38px;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
   border: 1px solid #cccccc73;
   margin-top: 40px;
   margin-right: 10px;
   text-align: left;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.design .content-area{
    text-align: left;
}
.design .item .content-area .image-area{
    margin-bottom: 30px;
}
.image-only .img-area{
    text-align: center;
}
.satellite-lube .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.satellite-lube2 .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.satellite-lube2 .image-area{
    text-align: center;
}

.whitemore-lubricants .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industrial .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-types .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.performance-lubricants .content{
    text-align: center;
}

.performance-lubricants .item{
    background-color: #ebebeb;
    padding:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/************
 Sentary Brand ******/

.sentary-intro .content-area .btn-download{
        background-color: #b2620d;
        color: #fff;
        padding: 10px;
        margin-bottom: 30px;
        border-radius: 100px;
}

.why-a-breather .content-area h4{
 color: #b86813;
 font-weight: 500;
 font-size: 20px;
}


.industries-served .content-area .list2{
    /* margin-top: 40px; */
}





.air-vs-competition {
    background-color: #EEEEEE;
    margin-top: 80px;
    padding: 50px 0px;
}


.series .img-area{
    margin-bottom: 40px;
}

.video-area .content{
    text-align: center;
}


.luster-products .item .content{
    margin-top: 20px;
}

.why-trust-us{
    background: linear-gradient(180deg,#fdc623 85%,transparent 15%);
    margin-top: 60px;
    padding-top: 60px;
}


.why-trust-us .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    height: 420px;
}

.how-it-works .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how-it-works .content{
    margin-bottom: 40px;
}
.how-it-works .image-area{
    text-align: center;
    margin-bottom: 30px;
}

.how-it-works .item .content-area h4{
    color: #fdc623;
}


.boost-lube .content{
    margin-bottom: 40px;
}

.boost-lube .img-area{
    margin-bottom: 30px;
}

.boost-lube .btn-catalog-1{
    background-color: #b2620d;
    color: #fff;
    padding: 15px;
}

.boost-lube .btn-catalog-2{
    background-color: #b2620d;
    color: #fff;
    padding: 15px;
}


/************Y2k Filtration********/
.y2k-intro-area .content>h3{
    margin-bottom: 40px;
}

.y2k-intro-area .content .btn-browse{
    background-color: #b2620d;
    color: #fff;
    padding: 10px 40px;
    margin-top: 10px;
}

.y2k-products h3 {
    font-size: 24px;
    background-color: #aeaeae;
    text-align: left;
    padding: 15px 20px;
    margin-top: 30px;
}
.y2k-products {
    margin-top: -15px;
}

.y2k-products .image-area{
    text-align: center;
}
.y2k-products .table{
    overflow: hidden;
}
.y2k-products .table tbody th {
    background-color: #aeaeae;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 15px 15px;
}
.y2k-products .table thead th {
    background-color: #aeaeae;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 15px 15px;
}
.y2k-products .table tbody td {
    background-color: #ebebeb;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 15px 15px;
}




/******ILC Lubrication Systems*******/
.volumetric-lubrication .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;  
}
.volumetric-lubrication .item .btn-browse{
    background-color: #b2620d;
    color: #fff;
    padding: 10px 40px;
    margin-top: 10px;
}


.why-nexu .content-area iframe{
    margin-top: 40px;
    width: 100%;
    height: 660px;
}
.nexu-brouchure .item h3 a{
    color: #000 !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.nexu-brouchure .item h3 a:hover{
    color: #b86813 !important; 
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

/********Anion Slick Bar barand Page********/
.single-brand-section .ILC-intro{
    /* text-align: center; */
}
.single-brand-section .anion-intro{
    text-align: center;
}

.slick-bar .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;  
}
.slick-advantages .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;  
}


.problem-products-address .item{
    background-color: #b86813;
    box-shadow: 0px 0px 22px #00000040;
    padding: 38px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 4px solid #fff;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
}


.effective-solution .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
}


.temprature-variance .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
}
.expectations .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left; 
}

/****Oil Safe brand page ***/

.lubrication-solutions .content-area{
    background-image: url('http://reachfirst.info/clients/micro-lube/wp-content/uploads/2022/03/intro-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 0px;
}

.lubrication-solutions .content-area .btn-view{
    background-color: #b2620d;
    color: #fff;
    padding: 10px 40px;
    margin-top: 10px;
}

.lubrication-management .img-area img{
    margin: 0 auto;
    margin-top: 50px;
}

.equipments .item{
position: relative;
}
.equipments .item .img-area img{
    margin-bottom: 40px;
}
.equipments .item a .content-area{
    position: absolute;
    bottom: 40px;
    left: 30px;
    
}
.equipments .item a .content-area h4 {
    color: #fff;
    padding: 18px 30px;
}
.equipments .item .content-area{
    position: absolute;
    bottom: 40px;
    left: 30px;
    
}
.equipments .item .content-area h4 {
    color: #fff;
    padding: 18px 30px;
}


/***Tamtron Industrial Page****/
.tamtron-intro .about-content {
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
}
.tamtron-intro .about-content .content-area {
    margin-top: 270px;
    padding: 20px 15px;
    background-color: #ededed;
}
.tamtron-intro .feature-image .container{
    background-image: url(http://reachfirst.info/clients/micro-lube/wp-content/uploads/2022/03/image-01-1.jpg);
    padding: 30px;
    background-size: cover;
}
.tamtron-industries .item {
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
    margin-top: 30px;
}
.tamtron-industries .item .content-area {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #002254e0;
    width: 100%;
}



/***Autol brand Page  ****/
.autol-intro .content-area{
    margin-top: 0px;
}
.autol-intro .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 60px 40px;

}
.automatic-pumps .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
}
.metering-devices .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
}
.accessories .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
}
 .sensors-and-monitors .item{
    background-color: #ebebeb;
    padding: 30px;
    padding: 60px 40px;
 }

.grease-guns .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
}

.customized-smart .item{
    background-color: #ebebeb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
}


/**** Hanay Reels Page ***/


.video-and-content iframe {
    width: 100%;
    height: 630px;
}
.video-and-content .reel-facts .container-flex {
    display: flex;
    Justify-content: space-between;
    align-items: center;
}
.video-and-content .reel-facts {
    padding: 50px;
    background-color: #ebebeb;
    margin-top: -9px;
}

.hannay-industry .item {
    background-size: cover;
    background-position: center;
    height: 225px;
    position: relative;
    margin-bottom: 50px;
}
.hannay-industry .item h3 {
    position: absolute;
    background-color: #0000009e;
    width: 100%;
    bottom: 0pc;
    left: 0;
    padding: 10px 0;
    margin: 0;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
}




.hannay-industry .btn-view{
    background-color: #b2620d;
    color: #fff;
    padding: 12px 40px;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}
.applications img {
    margin: 0 auto;
}
.applications img {
    margin: 0 auto;
    border: 1px solid #b3b3b3;
    padding: 20px 56px;
    margin-top: 35px;
}



.applications p {
    text-align: center;
    background-color: #ebebeb;
    margin: 0;
}
.applications .btn-applications {
    background-color: #b2620d;
    color: #fff;
    padding: 12px 40px;
    border-radius: 0;
    margin-top: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 200px;
    text-align: center;
    margin: 40px auto;
}


/*** Bijur Delimon Page  ***/
.automatic-lubrication-system {
    background-image: url('../img/bg-02.png');
    background-position: 50% 50%;
    margin-top: 60px 0px;
    padding: 60px;
}
.bijur-pumps .item {
    background-color: #ffebd6;
    /* box-shadow: 0px 7px 22px #0000001a; */
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.bijur-pumps .item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.bijur-pumps .item h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 23px;
}

.controllers-and-monitoring .item{
    box-shadow: 0px 7px 22px #0000001a;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.controllers-and-monitoring .item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.controllers-and-monitoring .item h3 {
    font-size: 24px;
    font-weight: 500;
}
.pdf-brochures .item{
    text-align: center;
}
.pdf-brochures .item .btn-pdf {
    margin-top: 30px;
    background-color: #b86813;
    color: #fff;
    font-size: 18px;
    border-radius: 10px !important;
    border-radius: 0;
    transition: 0.4s;
    padding: 15px 0px;
    width: 100%;
}
.bijur-elements .item{
        border-radius: 20px;
        padding: 25px;
        text-align: center;
        margin-top: 30px;
        box-shadow: 0px 7px 22px #0000001a;
        height: 350px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.bijur-elements .item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.bijur-elements .item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 69px;
    font-weight: 500;
    font-size: 21px;
    font-weight: 600;
}

/** easy-lube page **/
.easylube-area .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #666;
}
.easylube-area .image-area{
    text-align: center;
}
.easylube-area img {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/***Raasm Brand Page ****/

.raasm-brand .item{
    box-shadow: 0px 7px 22px #0000001a;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.raasm-brand .golden-hand img {
    /* margin-top: -80px; */
    margin-bottom: 50px;
}
.raasm-products-intro .category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;

}
.raasm-products-intro .category .item {
    background-size: contain;
    background-position: center;
    width: 122px;
    height: 122px;
    display: flex;
    margin: 10px 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.raasm-product-intro .category .item .inner {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.raasm-products-intro .category .item .inner:hover{
    background-color: transparent;
    width: 100%;
    height: 122px;
    display: block;
    padding: 0px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.raasm-products-intro .category .item p {
    display: none;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.raasm-products-intro .category .item:hover p{
    display: block;
    background-color: #b86813;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 45px 5px;
    font-size: 16px;
    line-height: 16px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.raasm-products .item{
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0px 7px 22px #0000003d;
    position: relative;
    margin-top: 50px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.raasm-products .item:hover .content-area h3 {
    background-color: transparent;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: 100%;
    margin-top: 20px;
}
.raasm-products .item:hover p {
    display: block;
    transition: .3s ease;
}
.raasm-products .item .content-area {
    position: absolute;
    bottom: 0;
    transition: ease .3s;
    background-color: rgb(0 0 0 / 80%);
    text-align: left;
    width: 100%;
    padding: 15px 10px;
    left: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.raasm-products .item:hover .content-area{
    top: 0;
    height: 100%;
    transition: ease .3s;
    display: grid;
    align-items: center;
    text-align: center;
    background-color: rgba(184,104,19,0.8);
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.raasm-products .item .content-area h3 {
    margin: 0;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto';
}
.raasm-products .item .content-area p{
    display: none;
}
.raasm-products .item:hover .content-area p{
    display: block;
    color: #fff;

}















/****flomax brand page ***/
.flomax-content .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 60px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.flomax-safety .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 60px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.flomax-featured-products .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 60px;
    margin-bottom: 50px;
    border-radius: 20px;
}

/**** Samson Corp ***/
.samson-corp-content .item{
    box-shadow: 0px 0px 20px #ccc;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.samson-corp-content .item .image-area{
    text-align: center;
    border-bottom: 1px solid #000;
}

.samson-corp-content .item .content-area{
    margin-top: 30px;
    /* height: 150px; */
}

/*** Tod technologies **/
.todd-technologies-content .item{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%);
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 50px;
   
  
}


/*** Kaydon filtration ***/

.kaydon-intro .content-area .btn-view-kaydon-products{
    background-color: #b2620d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
}


.kaydon-product-brochures .item{
    margin-top: 20px;
    box-shadow: 0px 7px 22px #0000001a;
    color: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    /* margin-right: 5px; */
    text-align: center;
    background-color: #fff;
    padding: 60px 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    height: 280px;

}
.kaydon-product-brochures .item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 7px 22px rgb(0 0 0 / 25%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.kaydon-product-brochures .item h4{
    font-size: 28px;
    font-family: 'Palatino Linotype', sans-serif;
}
.kaydon-product-brochures .item .btn-pdf{
    background-color: #B86813;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 15px 42px;
    font-weight: 600;
    margin-top: 20px;
}
.kaydon-product-brochures .item .btn-pdf:hover{
    background-color: transparent;
    border: 1px solid #b2620d;
    color: #b2620d;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.kaydon-elements .content-area ul{
    margin-bottom: 40px;
    padding-left: 23px;
}
.kaydon-elements .content-area ul li{
    margin-bottom: 10px;
}

.kaydon-elements .image-area{
  text-align: center;
}
.hydraulic-fluid-filters .content-area .image-area{
    text-align: center;
}

.kaydon-product-brochures .items h4{
    font-size: 35px;
    font-family: 'Palatino Linotype', sans-serif;
}

.kaydon-features .items ul{
    text-align: left;
    padding-left: 23px;
}
.kaydon-features .items h3{
    margin-bottom: 17px;
    font-size: 26px;
    font-family: 'Roboto';
}
.kaydon-features .items ul li{
    margin-bottom: 20px;
}
.kaydon-feature .image-area{
    text-align: center;
}





/***** Single industry Page *****/

.forest-industry-product-page .products-items .item {
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
    margin-top: 30px;
}
.forest-industry-product-page .products-items .item .content {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #ededed;
}
.forest-industry-product-page .products-items .item .content h3 {
    color: #000;
    margin: 0;
    font-size: 22px;
}


.waste-recycling-product-page .products-items .item {
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
    margin-top: 30px;
}
.waste-recycling-product-page .products-items .item .content {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #ededed;
}
.waste-recycling-product-page .products-items .item .content h3 {
    color: #000;
    margin: 0;
    font-size: 22px;
}



.construction-mining-product-page .products-items .item {
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
    margin-top: 30px;
}
.construction-mining-product-page .products-items .item .content {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #ededed;
}
.construction-mining-product-page .products-items .item .content h3 {
    color: #000;
    margin: 0;
    font-size: 22px;
}




/* blog page CSS */

.title-area.blog-title{
    background-image: url('../img/micro-lube-banner.png');
}
.title-area.blog-title{
    margin-top: 173px !important;
}

.title-area.blog-title .content-area{
    padding: 50px 0px !important;
}

.title-area.blog-title .content-area h1{
    font-size: 55px !important;
}
.title-area.blog-title p.date{
    margin-bottom: 0;
}

.home-blogs .item{
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    padding: 50px;
    border-radius: 15px;
}
.home-blogs .item .excerpt h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical;   */
    overflow: hidden;
}
.home-blogs .item .excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* -webkit-box-orient: vertical;   */
    overflow: hidden;
}
.home-blogs .item .excerpt p.date{
    color: #b2620d;
}
.home-blogs .item .excerpt .date::before{
    font-family: 'fontAwesome';
    content: '\f073';
    font-weight: 500!important;
    color: #b2620d;
    margin-right: 7px;

}

.home-blogs .item img{
    border-radius: 15px;
}

.home-blogs .item .item-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-blogs .item{
    margin-bottom: 30px !important;
}

.home-blogs .item .excerpt a.more-link{
    color: #b2620d;
   font-weight: bold;
}
.home-blogs .mypagination a {
    color: #fff;
    text-align: center;
    background-color: #b2620d;
    border-radius: 50px;
    padding: 15px 30px;
    float: left;
    margin-right: 25px;
    font-weight: 700 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #b2620d;
    transition: 0.3s ease-in-out;
}

.home-blogs .mypagination a:hover{
    background-color: transparent;
    color: #b2620d;
    border: 1px solid #b2620d;
    transition: 0.3s ease-in-out;
}

.blog-post .content-area h3{
    margin-top: 20px;
}

.blog-post .content-area img{
    margin-bottom: 15px;
}

.blog-post .content-area a{
    color: #b2620d;
    font-weight: bold;
}

.blog-post .content-area ul{
    list-style-type: none;
    padding: 0px;
}
.blog-post .content-area ul li{
    position: relative;
    left: 30px;
}

.blog-post .content-area ul li::before{
    font-family: 'fontAwesome';
    content: '\f061';
    position: absolute;
    margin-right: 10px;
    left: -30px;
    
}


.maintenance-products-page .main-banner{
  text-align: center;
}
.maintenance-products-page .main-banner img {
    width: 100%;
    margin-top: -10px;
}
.maintenance-products-page .main-banner h1{
    margin-top: 0px;
    background-color: #ebebeb;
    padding: 25px 0 25px 0;
}
.maintenance-products-page .bottom-content {
    background-image: url(http://reachfirst.info/clients/micro-lube/wp-content/uploads/2022/04/filtration-content-bg.jpg);
    background-size: 100% 100%;
    background-position: 100% 100%;
    margin-top: 50px;
    padding: 80px 0;
}



/* Woocommerce Search */

.woocommerce .sidebar.widget-area #woocommerce_product_search-3 .widget-title{
    background-color: #000000 !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 12px 21px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-family: 'Roboto' !important;
}

#woocommerce_product_search-3{
    /* box-shadow: 0px 7px 22px rgb(0 0 0 / 10%); */
    margin-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #e7e7e773;
}

#woocommerce_product_search-3 .woocommerce-product-search{
    padding: 20px;
    position: relative;
}


#woocommerce_product_search-3 .woocommerce-product-search #woocommerce-product-search-field-0{
    border-radius: 50px;
    padding: 7px !important;
    border: 2px solid #000 !important;
    margin-bottom: 30px;
    width: 100%;
}

#woocommerce_product_search-3 .woocommerce-product-search button{
    background-color: #b86813 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: none !important;
    width: 100px !important;
    padding: 5px 0 !important;
    border-radius: 50px !important;
    border: none;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 24px;
    bottom: 54px;
    transition: 0.3s ease-in-out;
}
 
 
 
 
.ban_imhgj {}
.ban_imhgj img{width:100%;}
.ban_abb {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    /* text-align: center; */
    width: 100%;
    /* margin: auto; */
    bottom: 50px;
}
.ban_abb .container-fluid{padding:0px 50px;}
.category_home {
    padding: 70px 0px;
    background: #ffffff;
}
.heading_homee {
    margin-bottom: 0px;
}
.heading_homee h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}
.heading_homee h2 span{color: #b86813;}
.heading_homee p{}
.cat_box1 {background: linear-gradient(95deg, #05043a 0%,#2b477b 100%,#2b477b 100%);display: flex;padding: 40px 16px;align-items: center;justify-content: center;}
.text_cat {
    width: 79%;
}
.text_cat h3{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.text_cat p{font-size: 15px;line-height: 22px;color: #fff;}
.cat_box_img {
    width: 40%;
}
.category_home .col-sm-4{
    padding: 1px;
    display: flex;
}
.category_home .col-sm-6{
    padding: 1px;
    display: flex;
}
.cat_box_img img{}
.bg_gra_cat { background: linear-gradient(95deg, #d2d2d2 0%,#fff6ef 100%,#fff6ef 100%);}
.bg_gra_black {
    background: linear-gradient(95deg, #202020 0%,#929292 100%,#929292 100%);
}
.bg_gra_light{
    background: linear-gradient(95deg, #fadb9a 0%,#ffecda 100%,#ffecda 100%);
}
.bg_gra_blue {
    background: linear-gradient(95deg, #05043a 0%,#2b477b 100%,#2b477b 100%);
}
.bla_cat_text h3{color:#000;padding-bottom: 10px;}
.bla_cat_text p{color:#000;}



.enteprise-work {
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/minningbg.jpg);
    position: relative;
    overflow: hidden;
    padding: 61px 0px 43px 0px;
}

.enteprise-work:after {
    content: '';
    position: absolute;
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/minnin_about.jpg);
    width: 57%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.enteprise-work .container-fluid .row .col-lg-5{
    padding: 0;
}
.enter-work-about {
    position: absolute;
    top: 7%;
}
.enter-work-context {
  padding: 39px 40px 41px;
    background: #fff;
    box-shadow: 20px -19px 0px 10px #00000042;
    position: relative;
    z-index: 9;
}
.enter-work-context ul li {
    display: flex;
    text-align: justify;
    padding-bottom: 10px;
}
.enter-work-context ul li i {
    color: #32c21e;
    font-size: 12px;
    padding-right: 14px;
    padding-top: 9px;
}
.enter-advance{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}
.enter-advance {
    border-radius: 19px;
    box-shadow: 3px 0px 8px 0px #c1bfbf;
    /* display: flex; */
    margin-bottom: 33px;
    border-right: 6px solid #fff;
    transition: 0.5s ease-in-out;
    align-items: center;
    margin-bottom: 80px;
}
.tool-hub-content h2{    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;}
.tool-hub-content h2 span{color: #b86813;}

.abouttt a{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    display: inline-block;
    border-radius: 171px;
    padding: 10px 30px;
    }
.abouttt a:last-child {
    background: #000000;
    margin-left: 10px;
    border-color: #000000;
}
.feat_prod {
    display: flex;
    padding: 20px 16px;
    position:relative;
    align-items: center;
    background:#fff;
    justify-content: center;
    background: #ffffff url(https://micro-lube.com/wp-content/themes/micro-lube/img/banner_bucket.png) no-repeat top left;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 2%;
    box-shadow: 0px 0px 14px rgb(135 100 21 / 38%);
    }
.feat_content {    width: 79%;}
.feat_content h3{
    color: #000;
    padding-right: 20px;
    font-size: 21px;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-family: 'Roboto';
    padding-bottom: 22px;
    }
.feat_content a{}
.feautd_img {width: 100px;FONT-VARIANT: JIS04;}
.feautd_img img{
    width: 100%;
}
.new_products {padding: 60px 0px 70px;background-image: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bg_vision1.jpg);background-size: cover;background-repeat: no-repeat;}
.feat_content a{
    border: 2px solid #005daa !important;
    background: 0 0;
    display: inline-block;
    padding: -1px 20px !important;
    border-radius: 10px !important;
    border: 2px solid #d87711!important;
    font-weight: 600;
    background: #b86813;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
    }
.feat_prod:hover .feat_content a{background: #d87711;color:#fff;}
.feat_prod:hover .feat_content h3{  color:#bc7121; }
.product_ban1 {
    text-align: center;
    overflow: hidden;
    position:relative;
    background: #fff;
    /* box-shadow: 0px 0px 22px #c3c3c3; */
    margin-bottom: 40px;
    border: 1px solid #a1a1a1;
    border-radius: 10px;
}
.product_ban1 img{width:100%; transition:0.4s;}
.product_ban1 img:hover{opacity: 0.6;}
.product_textt {
    padding: 11px;
}
.product_textt h3{
    font-size: 18px;
    font-weight: 600;
}
.product_textt a{
    display: inline-block;
    font-weight: 500;
    color: #b86813;
}
.new_product_sec {/* background: #f5f5f5; */padding:70px 0px;text-align: center;}
.process_box {
    text-align: center;
    padding: 21px;
}
.process_box img{}
.process_box h4{
    font-weight: 600;
    padding: 15px 0px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 19px;
}
.process_box p{}

.work_process {padding: 70px 0px;}
.arrow1 {position:relative;}
.arrow1:before{background: url(https://micro-lube.com/wp-content/themes/micro-lube/img/arrow1.png);background-size: cover;background-repeat: no-repeat;content:"";right: -24%;width: 44%;height: 45px;top: 20%;position: absolute;}
.arrow2{position:relative;}
.arrow2:before{background: url(https://micro-lube.com/wp-content/themes/micro-lube/img/arrow2.png);background-size: cover;background-repeat: no-repeat;content:"";right: -24%;width: 44%;height: 45px;top: 20%;position: absolute;}
.about_neww_foot {
    background: #ebebeb;
    padding: 70px 0px 60px;
    position:relative;
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bg_abh.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_fottter {
    padding-right: 30px;
    /* float: right; */
    width: 91%;
    /* padding-bottom: 90px; */
    /* padding-top: 20px; */
    margin: auto;
}
 
.about_fottter h2 {
    /* text-transform: uppercase; */
    font-size: 43px;
    padding-top: 10px;
    color: #000000;
}
.about_fottter p {
    font-family: 'Roboto';
    text-align: justify;
    margin-bottom: 10px;
    line-height: 26px;
}
.about_foot_img {
   
    height: 100%;
    width: 100%;
}

.home-our-brands {    background: url(https://micro-lube.com/wp-content/themes/micro-lube/img/clientbg.jpg);
    background-size: cover;
    background-repeat: no-repeat; background-position:center; padding:90px 0px}
.home-our-brands .image-area .row{margin:0px;}
.new_product_sec .btn-services {
    background: #b86813;
    padding: 12px 57px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.bg_contact {
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bgcontact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 106px 0px 120px;
}
.bg_about { }

.bg_contact .content-area h1 {color: #fff;position: relative;font-size: 56px;font-weight: 600;padding-bottom: 12px;margin-bottom: 20px;font-family: Roboto;}
.bg_contact .content-area h1:before{content: "Contact us";position: absolute;width: 100%;height: 100%;top: -60px;/* z-index: 1; */left: 0;font-size: 150px;text-transform: uppercase;opacity: 0.1;font-weight: 600;}
.bg_contact .content-area h1:after{content:"";/* top: -30px; */position: absolute;width: 80px;height: 5px;background: #fbd416;left: 0px;bottom: 0;}
.bg_contact .content-area .link-area a{color:#fff;}
.contact_pagee {/* background: #f7f9ff; */padding: 60px 0px 100px;}
.bg_about .content-area h1:before{content: "About us";position: absolute;width: 100%;height: 100%;top: -60px;/* z-index: 1; */left: 0;font-size: 150px;text-transform: uppercase;opacity: 0.1;font-weight: 600;}

.contact_head h2{
    color: #fff;
    font-weight: 600;
    padding-bottom: 23px;
    position: relative;
    font-size: 35px;
    font-family: 'Roboto';
    margin-bottom: 31px;
    }
    .contact_head h2 span{
    color: #b86813;
}
.contact_head {padding-top: 0px;}
.contact_head p{}
.contact_detail_sec {
    background: #b86813;
    padding: 40px;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 4px 0px 10px #ccc;
    padding-left: 70px;
    }
.watermarkk {
    /* top: inherit; */
    position: absolute;
    width: 80px;
    height: 5px;
    background: #ffffff;
    left: 0px;
    bottom: 0;
    }
    .detail_list{
    list-style: none;
    padding: 0px;
    display: flex;
    flex: 0 0 30%;
    flex-wrap: wrap;
}
    .detail_list li{
    width: 100%;
    float: left;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
}
    .detail_list li .iconn{
    width: 60px;
    margin-right: 11px;
    background: #000;
    border-radius: 100px;
    height: 60px;
    padding: 13px;
    filter: grayscale(-80);
    /* border-radius: 6px; */
}
    .detail_list li .iconn img{filter: brightness(0) invert(1);}
        .detail_list li .text_detail_con{}
        .detail_list li .text_detail_con h3{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0px;
    margin: 0px;
    color: #fff;
}
        .detail_list li .text_detail_con p{
    margin: 0px;
    color: #fff;
}

.contact_pagee .col-xl-7{display:flex; padding:0px;
}
.contact_pagee .col-xl-5{/* display:flex; */padding:0px;}

.form_boxx {
    padding: 35px;
    background: #f5f5f5;
    /* border-radius: 70px 0px 0px 0px; */
    padding-right: 70px;
}
.form_boxx .contact_head h2 span{
    color: #b86813;
}
.form_boxx .watermarkk {
    background: #b86813 !important;
}
.form_main input{
    background: #f7f7f7;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 26px;
    color: #000;
    height: 50px;
    /* border-radius: 20px 0px; */
    border: 1px solid #ccc;
    padding: 22px;
    background: #fff;
}
.form_main textarea{
    background: #f4f4f4;
    border: 0px;
    /* border-radius: 30px 0px !important; */
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
}
.form_main:placeholder{}
.form_main .btn-send{
    background: #b86813;
    border-radius: 100px;
    margin-top: 30px;
    padding: 12px 46px;
    color: #fff;
}
.form_main .btn-send:hover{color:#000;}






.mission-section{
	position: relative;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	background-image: none !important;
	margin-top: 35px;
}

.mission-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #efefef;
	opacity: .6;
	content: "";
}

.mission-section .colum{
	position: relative;
}

.mission-section .colum.right-column .inner-column{
	position: relative;
	margin-top: 20px;
}

.mission-section .colum .inner-column{
	position: relative;
}

.mission-section .content-box{
	position: relative;
	background-repeat:no-repeat;
	background-position: center;
	background-color: #ffffff;
	/* text-align: center; */
	padding: 65px 40px 60px;
}

.mission-section .content-box h4{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	color: #000000;
	font-weight: 900;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family: Roboto;
}

.mission-section .content-box h4:before{
	position:absolute;
	content:'';
	left:0px;
	/* right: 0; */
	margin: 0 auto;
	bottom:0px;
	width:80px;
	height: 3px;
	border-right: 60px solid #df6512;
	border-left: 20px solid #001e57;
}

.mission-section .content-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
}

.mission-section .image-box{
	position: relative;
}

.mission-section .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.mission-section .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}
.no-gutters .col-lg-6{padding: 11px;display: flex;}




.main-about-us {
    padding-top: 50px;
    padding-bottom: 0px;
}

.about-img-1 {
    position: relative;
    display: inline-block;
    margin-right: 60px;
}

.about-img-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c17b31;
    top: 30px;
    left: 32px;
    z-index: -1;
}

.about-img-2 {
    position: relative;
    z-index: 2;
    float: right;
    margin-top: -70px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    animation: movedelement2 5s linear infinite;
    width: 70%;
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.about-content {
    padding-left: 20px;
}

.about-signature-name {
    margin-bottom: 15px;
}

.about-signature-name span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #051136;
    font-weight: 700;
}
.about-content h2{font-family: Roboto;font-size: 48px;font-weight: 600;}
.about-content h4{position: relative;font-size: 18px;color: #b86813;line-height: 22px;font-weight: 600;text-transform: uppercase;margin-bottom: 0;display: inline-block;font-family: Roboto;}

.main-contact-box-in {
    padding-top: 60px;
    padding-bottom: 120px;
}

.contact-box {
    width: 100%;
    /* height: 160px; */
    background-color: #ffffff;
    padding: 20px 41px;
    position: relative;
    box-shadow: 0px 0px 29px #dddddd9e;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    /* display: flex; */ 
    align-items: center;
    overflow: hidden;
    text-align: center;         transition: 0.4s   !important;
}
 
 .contact-box:hover img{opacity:0.6;}

.contact-in-icon {
    width: 59px;
    /* height: 80px; */
    /* background-color: #d9770f; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    /* margin-right: 15px; */
    border-radius: 6px;
}

.contact-in-content {
    /* width: calc(100% - 80px); */
}

.contact-in-content .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 20px;
    font-weight: 600;
}

 

.contact-in-content span {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
 
.contact-in-icon img{/* filter: brightness(0) invert(1); *//* padding: 8px; */}
.brochure_main {
    padding: 50px 0px;
}
.brochure_content {
    text-align: center;
}
.brochure_content h2{
    font-family: 'Roboto';
    font-weight: 600;
}
.brochure_content p{}
.brochure_content a{
    background: #b86813;
    color: #fff;
    padding: 12px 30px;
    border-radius: 100px;
}
.contact_pagee .col-lg-4 {display:flex;}
.datasheet {
    padding: 70px 0px 0px;
}

.tablee {
    margin-top: 39px;
}
.tablee thead{
    background: #000;
    color: #fff;
    font-weight: 600;
}

.tablee tr {transition:0.3s;}
.tablee tbody tr:hover{background: #b86813;color: #fff;}
.tablee .intag a{    color: #e18421;}

.tablee tbody tr:hover .intag a{ color: #fff;}

.spec-sheets .content-area .item:hover {    border-bottom: 6px solid #e18421;}

.iiner_brands {background: #f6f6f6;}
.home-our-brands .image-area .item img{
    max-width: 146px;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
    transition: 0.3s ease-in-out;
    /* -webkit-transition: 0.3s ease-in-out; */
}
.home-our-brands .image-area .item img:hover {filter: unset;
    -webkit-filter: unset;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;}
.wpcf7-form.init { }

.woocommerce div.product .product_title {    
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 800;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: #fff !important;}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {color:#000  !important;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background: #1c1c1c !important;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color:#fff  !important;}

.woocommerce-product-details__short-description h2{
    margin-bottom: 16px;
    font-size: 23px !important;
    font-family: 'Roboto';
    font-weight: 700;
    }
.woocommerce div.product div.images .flex-control-thumbs {display:none;}
.related.products h2 {text-align:center;font-size: 36px !important;padding-bottom: 37px;}
#brands_a_z {padding:20px;}




#woocommerce_product_categories-4 h4{
    background-color: #000000  !important;
    color: #fff !important;
    font-size: 23px !important;
    padding: 12px 21px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-family: 'Roboto';
    /* text-align: center; */
    }


.woocommerce-product-details__short-description h3{   margin-bottom: 16px;
    font-size: 23px !important;
    font-family: 'Roboto';
    font-weight: 700;}
.woocommerce div.product .woocommerce-tabs .panel h3{ font-size: 23px !important;
    font-family: 'Roboto';
    font-weight: 700;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom:0px !important;}


.service .single-service {
    /* background: #fff; */
    /* -webkit-box-shadow: .968px 3.881px 10px 0px rgba(8,8,8,.1); */
    /* box-shadow: .968px 3.881px 10px 0px rgba(8,8,8,.1); */
    /* padding: 40px 30px; */
    text-align: center;
    position: relative;
    margin-bottom: 11px;
    z-index: 2;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0px 6px;
}

.service .single-service:after {
    position: absolute;
    /* content: ''; */
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e37908;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service:before {
    position: absolute;
    /* content: ''; */
    right: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e37908;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service:hover {
    /* -webkit-transform: scale(1.15); */
    -ms-transform: scale(1.15);
    /* transform: scale(1.15); */
    z-index: 3;
    /* -webkit-box-shadow: .927px 2.853px 24px 0px rgba(251,79,0,.73),inset 0px 4px 35px 0px rgba(0,0,0,.34); */
    /* box-shadow: .927px 2.853px 24px 0px rgba(251,79,0,.73),inset 0px 4px 35px 0px rgba(0,0,0,.34); */
}

.service .single-service:hover:after,.service .single-service:hover:before {
    width: 50%
}

.service .single-service:hover .part-icon img {
    /* -webkit-filter: brightness(100) grayscale(1); */
    /* filter: brightness(100) grayscale(1); */
}

.service .single-service:hover .part-text h3 {
    /* color: #fff; */
}

.service .single-service:hover .part-text p {
    /* color: #fff; */
}

.service .single-service:hover .part-text p .plus-button {
    opacity: 1;
    visibility: visible
}

.service .single-service:hover .part-text p .plus-button:after,.service .single-service:hover .part-text p .plus-button:before {
    width: 50%
}

.service .single-service .part-icon {
    /* width: 130px; */
    margin-bottom: 0px;
    display: inline-block
}

.service .single-service .part-icon img {
    width: 100%;
}

.service .single-service .part-text h3 {
    font-size: 19px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 25px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service .part-text p {
    color: #444;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative
}

.service .single-service .part-text p .plus-button {
    position: absolute;
    z-index: 55;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service .part-text p .plus-button:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e37908;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service .part-text p .plus-button:before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e37908;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service .part-text p .plus-button a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: .941px 8.951px 38px 0px rgba(23,23,23,.52);
    box-shadow: .941px 8.951px 38px 0px rgba(23,23,23,.52);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.service .single-service .part-text p .plus-button a:hover {
    color: #fb4f00
}

.home-banner .section-padding {height:100%;}
.home-banner .row {height:100%;align-items:center;/* justify-content: center; */}
.heaneww {
    /* position: absolute; */
    right: 0;
    left: 0;
    margin: auto;
    width: 100% !important;
    }
   .heaneww .navbar  {background:#fff;padding: 11px 0px;}
   .heaneww .top-bg  {background:inherit;position: relative;overflow: hidden;}

.heaer22 {background:#b86813;}
.home-banner .content-area p{color:#fff;}

header#microlube_header.sticky .navbar-nav .nav-item .nav-link {
    color: #000;}
header#microlube_header.sticky .navbar-brand{    top: -14px;}
    
   .owl-nav button {position: absolute !important;top: 40%;width: 40px;height: 40px;background: #b86813 !important;border-radius: 50% !important;transform: translate(-50%, -50%);opacity: 0;transition: 400ms ease-in-out;display: flex !important;justify-content: center;align-items: center;font-size: 20px !important;}

 .owl-nav button.owl-prev {
    left: 20px;
}

 .owl-nav button.owl-next {
    right: 20px;
}

 .owl-nav button span {
    color: #fff;
    font-size: 50px;
    line-height: .4;
    height: 27px;
}

.main_banner_section:hover .owl-nav button {
    opacity: 1;
}  

.owl-nav {position: initial;}
  .part-text {padding: 11px 17px;text-align: center;margin: 0px;/* background: #fff; */margin-top: -20px;position: relative;margin: 10px;/* margin-top: -40px; *//* height: 74px; */}  
    
    
.service .single-service .part-text a{
    color: #d17411;
    font-weight: 500;
}
    
.ban_text_bann {padding-right: 0pc;text-align: center;}    
.new_homwww {background:inherit;padding-bottom: 0pc;background: #cccccc38;margin-bottom: 70px;padding: 40px 0px 0pc;}    
  .page-template-template-contact-us .home-we-can-help{display:none;}
  footer .main-footer .quick-links h3:before{content:"";}  
    
    
    
    
    
.site-footer .top-footer {
  background-color: #231f20;
  padding: 60px 0 40px;
  font-size: 14px;
  line-height: 24px;
  color: #f9f9f9;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 20px;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 29px;
  padding-left: 12px;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer {
    padding-bottom: 0px;
  }
  .site-footer .top-footer .cms-footer-item {
    margin-bottom: 15px;
  }
}
.site-footer .top-footer .widget + .widget {
  margin-top: 24px;
}
.site-footer .top-footer .btn-text-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .top-footer .btn-text-primary i.fac-arrow-right {
  height: 22px;
  width: 22px;
  border-radius: 22px;
  background-color: #ff5e14;
  color: #fff;
  font-size: 11px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.site-footer .top-footer .btn-text-primary i.fac-arrow-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer .top-footer .btn-text-primary:hover {
  color: #fff;
}
.site-footer .top-footer .btn-text-primary:hover i.fac-arrow-right {
  background-color: #fff;
  color: #ff5e14;
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(1), .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(2) {
    padding-right: 40px;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(3) {
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(4) {
    -ms-flex: 0 0 33.2%;
    flex: 0 0 33.2%;
    max-width: 33.2%;
  }
}
.site-footer .top-footer .contact-phone {
  padding-top: 3px;
  padding-bottom: 16px;
}
.site-footer .top-footer .contact-phone a {
  color: #6b89c1;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
@media screen and (max-width: 1199px) {
  .site-footer .top-footer .contact-phone a {
    font-size: 20px;
  }
}
.site-footer .top-footer .contact-phone a:hover {
  color: #ff5e14;
}
.site-footer .top-footer .contact-phone a i {
  color: #ff5e14;
  margin-right: 20px;
}
.site-footer .top-footer .contact-phone a i.fac-phone {
  font-size: 18px;
}
.site-footer .top-footer ul.menu li + li {
  margin-top: 9px;
}
.site-footer .top-footer ul.menu li a {
  color: inherit;
}
.site-footer .top-footer ul.menu li a:hover {
  color: #b86813;
}
.site-footer .top-footer .menu-footer-top {
  margin-top: 12px !important;
}
.site-footer .top-footer .menu-footer-top ul.menu {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .menu-footer-top ul.menu {
    text-align: left;
  }
}
.site-footer .top-footer .menu-footer-top ul.menu li {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-size: 13px;
  color: #6b89c1;
}
.site-footer .top-footer .menu-footer-top ul.menu li:after {
  content: '-';
  padding-left: 7px;
}
.site-footer .top-footer .menu-footer-top ul.menu li a {
  color: inherit;
}
.site-footer .top-footer .menu-footer-top ul.menu li a:hover {
  color: #ff5e14;
}
.site-footer .top-footer .menu-footer-top ul.menu li:last-child {
  margin-right: 0;
}
.site-footer .top-footer .menu-footer-top ul.menu li:last-child:after {
  display: none;
}
.site-footer .bottom-footer {
  position: relative;
  background-color: #b86813;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.site-footer .bottom-footer .bottom-copyright {
  color: rgba(255, 255, 255, 0.57);
  padding: 35px 0;
}
.site-footer .bottom-footer .bottom-copyright a:not(.btn) {
  color: #fff;
}
.site-footer .bottom-footer .bottom-copyright a:not(.btn):hover {
  color: #ff5e14;
}
.site-footer .bottom-footer .bottom-meta {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  -khtml-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  -moz-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  -ms-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  -o-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.18);
  display: flex;
  flex-wrap: nowrap;
  margin-top: -60px;
}
.site-footer .bottom-footer .bottom-meta a:not(.btn) {
  color: inherit;
}
.site-footer .bottom-footer .bottom-meta a:not(.btn):hover {
  color: #ff5e14;
}
@media screen and (max-width: 991px) {
  .site-footer .bottom-footer .bottom-meta {
    flex-wrap: wrap;
  }
}
.site-footer .bottom-footer .bottom-meta .bottom-item {
  padding: 30px 32px;
  width: 36%;
  display: flex;
  align-items: center;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1199px) {
  .site-footer .bottom-footer .bottom-meta .bottom-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .bottom-footer .bottom-meta .bottom-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .bottom-footer .bottom-meta .bottom-item {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  .site-footer .bottom-footer .bottom-meta .bottom-item .bottom-item-inner {
    text-align: left;
  }
  .site-footer .bottom-footer .bottom-meta .bottom-item .btn {
    margin: auto;
  }
}
.site-footer .bottom-footer .bottom-meta .bottom-item:last-child {
  border-right: none;
}
.site-footer .bottom-footer .bottom-meta .bottom-item label {
  font-size: 16px;
  display: block;
  margin-bottom: -1px;
}
.site-footer .bottom-footer .bottom-meta .bottom-item a, .site-footer .bottom-footer .bottom-meta .bottom-item span {
  font-weight: 600;
}
.site-footer .bottom-footer .bottom-meta .bottom-item .bottom-item-inner {
  position: relative;
  padding-left: 34px;
  color: #000;
}
.site-footer .bottom-footer .bottom-meta .bottom-item .bottom-item-inner i {
  color: #b86813;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .site-footer .bottom-footer .btn.btn-small {
    padding: 0 10px;
    font-size: 13px;
  }
}
    
    .widget_newsletterwidget {
    background-color: #424242;
    padding: 32px 40px 40px 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.widget_newsletterwidget .tnp-widget {
  position: relative;
  margin-top: 12px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 51px;
  -webkit-border-radius: 1px;
  width: 100%;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: transparent;
  border: 1px solid #8b8b8b;
  background-color: white;
  font-size: 13px;
  color: #6b89c1;
  font-style: normal;
  padding: 0 19px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #ff5e14;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f105';
  font-size: 35px;
  color: #fff;
  font-family: 'FontAwesome' !important;
  height: 39px;
  width: 40px;
  display: flex;
  justify-content: center;
  line-height: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  align-items: center;
  border-radius: 22px;
  background-color: #b86813;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 53px;
  width: 51px;
  position: absolute;
}
.widget_cms_recent_posts .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7ebef;
  display: flex;
}

.footer_form_main {
    background: #f1f1f1;
    position: relative;
    margin: 30px 0px 110px;
}
.img_fotter_form{background: url(../img/bg_home_contacy.jpg); height: 100%;width: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;top: 0;}

.footer_form_main .row{}
.img_fotter_form {}
.footer_form h2{
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 800;
    color: #b86813;
    text-transform: uppercase;
}
.footer_form p{
    font-family: 'Roboto';
    text-align: left;
    margin-bottom: 8px;
}
.footer_form label{
    font-weight: 500;
    padding-bottom: 4px;
    font-size: 14px;
}
.footer_form .form-group{
    margin-bottom: 11px;
}
.footer_form .form-control{
    border-radius: 0px;
    height: 42px;
    appearance: inherit;
}
.footer_form {
    padding: 40px 40px 30px 20px;
}

.footer_form .btn-submit {
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-weight: 400;
    margin-top: 20px;
    }

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 40%;
   right: 0;
   z-index: 9;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
	right: 42px;
	opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
	position: absolute;
	text-align: center;
	right: 0px;
	width: 220px;
	visibility: hidden;
	transition-duration: 0.5s;
	z-index: 1;
	opacity: 0;
}
 .fixed-facebook{
 	background-color: #b86813;
 }
 .fixed-facebook span{
	background-color: #b86813;
	}
 .fixed-twitter{
	background-color: #b86813;
	}
 .fixed-twitter span{
 	background-color: #b86813;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/


.phone_call a {
    display: flex;
    hus: ce;
    align-items: center;
    font-family: 'Roboto';
    line-height: 22px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #b86813!important;
}
.phone_call i {
    font-size: 22px;
    padding-right: 9px;
}
.prouctoverlay {overflow: hidden; position:relative;}
.content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.prouctoverlay:hover .content-overlay{
  opacity: 1;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.prouctoverlay:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.icon_link {
    width: 50px;
    height: 50px;
    margin: auto;
    color: #fff;
    background: #b86813;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}
.service .single-service .part-icon img{
  transition: 0.3s;
} 

.service .single-service .part-icon img:hover {
  /*transform: scale(1.1);*/
}
.scrroll {height: 310px;overflow:scroll;overflow-x: hidden;}
.service .single-service:hover img{opacity:0.6}
.service .single-service:hover h3{color:#b86813;}
#style-1::-webkit-scrollbar-track
{
	border-radius: 10px;
height: 30px;
}

#style-1::-webkit-scrollbar
{
	width: 13px; height: 30px;
	background-color: #ccc; 	border-radius: 40px;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 40px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.new_homwww .image-area .item {
    width: 100% !important;
    display: inherit;
    /* padding: 10px 28px; */
    background: inherit;
    box-shadow: inherit;
    /* margin: 40px; */
    }
.new_homwww .image-area .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* display: inline-block; */
    height: 110px;
    /* background: #fff; */
    /* box-shadow: 0px 0px 20px #cccccc7a !important; */
    /* margin: 20px; */
    margin-bottom: 50px;
    /* margin-left: 20px; */
}

.nea_feat {background: #ededed;padding: 35px 0px 20px;background-size:cover;background-repeat:no-repeat;position:relative;}
.nea_feat:before{/* content:""; */background:url(http://micro-lube.com/wp-content/themes/micro-lube/img/featgh.jpg);position: absolute;background-position: center;right: 0;width: 46%;height: 100%;top: 0;z-index: 2;background-repeat: no-repeat;background-size: cover;}
.nea_feat .feat_prod {
    margin-bottom: 40px;
    display: inherit;
}
.nea_feat .feautd_img {
    width: 89px;
    height: 200px;
    margin: auto;
} 
.nea_feat .feat_content {
    text-align: center;
    width: 100%;
    padding: 0px 30px;
}
.nea_feat .feat_content h3 {
    padding: 0px;
}


.cta-section-two {
    position: relative;
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/cta_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: #e5e5e5; */
    /* padding: 70px 50px; */
}


.cta-section-two .left-content {
    position: relative;
    padding-right: 0px;
    text-align: left;
    text-align: center;
    padding: 70px 0px;
}

.cta-section-two .icon {
    position: absolute;
    top: 17px;
    left: 0;
    color: #fff;
    font-size: 50px;
}

.cta-section-two h3 {
    position: relative;
    color: #b86813;
    font-size: 37px;
    font-weight: 600;
    font-family: 'Roboto';
}
.cta-section-two .row{    justify-content: center;
    align-items: center;
    text-align: center;}
.cta-section-two .text {
    position: relative;
    color: #000;
    margin-bottom: 16px;
}
.cta-section-two .link-btn a {
    background: #b86813;
    padding: 7px 30px;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 5px;
    /* color: #000; */
    font-weight: 400;
}
.cta-section-two .link-btn a:last-child{
    background: #000000;
    color: #fff;
}

 

.cta-section-two .wrapper-box .link-btn {
    /* text-align: center; */
}
        .main_banner_section .owl-carousel .item img:last-child{/* display:none; */}
        
        .tabingg ul{
    margin-bottom: 70px !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}
        .tabingg li{
    list-style: none;
    display: inline-block;
    /* padding: 10px 30px; */
    /* margin: 0pc 10px; */
    /* background: #000; */
    /* border-radius: 100px; */
    /* color: #fff !important; */
}
        .tabingg li a{
    padding: 12px 33px;
    margin: 0pc 5px;
    background: #000;
    border-radius: 100px;
    color: #fff !important;
}
.tabingg li a.active{
    background: #b86813;
}

.introo {
    font-family: 'Roboto';
    font-weight: 800;
    text-transform: uppercase;
}
.introo span{ color:#b86813}
 .about_brand {padding: 0px 0px 60px;}
.prouct_head_inn h3{
    font-family: 'Roboto';
    color: #b86813;
    font-size: 33px;
    font-weight: 800;
    text-align: center;
}
.prouct_head_inn p{text-align:center;}
 .box_pro_inner {
    background: #ffffff;
    padding: 21px;
    border-radius: 11px;
    box-shadow: 0px 0px 20px #ccc;
    margin-bottom: 60px;
}

.pdd_bot {padding-bottom:50px}
 
 
 .box_pro_inner h3{
    font-size: 24px;
    font-family: 'Roboto';
}
 .box_pro_inner ul{
    padding-left: 23px;
}
 .box_pro_inner p{}
 .box_pro_inner li{
    line-height: 26px;
    padding-bottom: 6px;
}
 
 .box_pro_inner .image-area {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 24px;
    padding-bottom: 10px;
}
 .in_pro .col-xl-6 {display:flex}

.advantages .col-xl-6 {display:flex}
 
 .nea_feat .owl-item{display:flex;}
  .nea_feat .item{width:100%;}
 
 
 .cataloguee   .item {
    margin-top: 20px;
    /* box-shadow: 0px 7px 22px #ffbe2b52; */
    color: #000;
    border-radius: 5px;
    /* -webkit-border-radius: 15px; */
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    /* margin-right: 5px; */
    text-align: center;
    background-color: #f1f1f199;
    padding: 60px 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-bottom: 6px solid #e1e1e1;
}
.cataloguee .item h4 {
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 600;
}
 .cataloguee .item a {
    background-color: #B86813;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 15px 42px;
    font-weight: 600; display:inline-block;
    margin-top: 20px;
}
 .cataloguee {padding-bottom:60px;}
 .prod_detail h3{
    font-family: 'Roboto';
    font-size: 33px;
}
  .prod_detail  ul{}
  .prod_detail h4{
    padding-top: 10px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #b86813;
}
 .pro_boxxs {
    background: #fff2e4;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}
  .pro_boxxs h2{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 34px !important;
}
 
 .prod_detail {padding-bottom:60px;}
 
.single-brand-section .heading {
    color: #b2620d;
    padding-bottom: 10px; text-align:center;
}
.featttt {
    background: #fff1e2;
    padding: 30px;
}
.featttt h3{}
.featttt ul{}
.kaydon-features  .image-area  {
    padding: 40px 0px 70px;
}
 
.kaydon-features .col-lg-6{display:flex;} 
 
 .box_advan {
    background: #efefef;
    padding: 18px;
    margin-bottom: 20px;
}
 .box_advan h3{}.box_advan p{
    line-height: 25px;
}

.white_brand h3{
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 30px;
}
.white_brand h4{
    color: #b86813;
    font-family: 'Roboto';
}
.white_brand h2{
    font-family: 'Roboto';
    font-weight: 800;
    padding-bottom: 19px;
}
.fzg_text {
    background: #fff5ea;
    padding: 33px;
    margin-bottom: 40px;
    border-radius: 13px;
}
.fzg_text img{border-radius:20px;}
.fzg_text h3{}
.fzg_text  ul{
    padding-left: 28px;
}
.fzg_text2 {}
.white_brand {padding-bottom:70px;}
.sentary-intro .row{justify-content:center;align-items: center;}
.sentary-intro h2{font-family: 'Roboto';font-weight: 800;}
 .why-a-breather {
    padding: 80px 0px;
    background: #cccccc36;
    margin-top: 80px;
}
 .why-a-breather h3{
    font-family: 'Roboto';
}
  .why-a-breather img{
    border-radius: 20px;
    background: #fff;
    padding: 11px;
}

.industries-served h3{
    font-family: 'Roboto';
    padding-bottom: 13px;
    text-align: center;
    padding-bottom: 40px;
    color: #b86813;
}
.industries-served ul{
    padding-left: 24px;
}
.applications_nn .col-lg-6{display:flex;}
.applications_nn {
    margin-top: 90px;
    background: #fff7ee;
    padding: 80px 0px;
}
.bennn {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px #cccccc87;
}
.bennn h3{
    font-family: 'Roboto';
    color: #b86813;
}
.bennn ul{
    padding-left: 26px;
}
 .air-vs-competition_ne {}
 .air-vs-competition_ne h3{
    font-family: 'Roboto';
    font-weight: 800;
    padding-bottom: 12px;
}
  .air-vs-competition_ne ul{
    padding-left: 22px;
}
.how-it-works_new{
    margin-top: 70px;
    padding: 40px 0px;
    background: #f7f7f7;
}
.how-it-works_new h3{
    font-family: 'Roboto';
}
.how-it-works_new ul{
    padding-left: 22px;
}

.breather-solutions h3{ font-family: 'Roboto';}
.breather-solutions ul{padding-left:22px;}
.about_oil h2{    margin-top: 0px;
    margin-bottom: 20px;
    color: inherit;
    font-family: 'Roboto';
    font-weight: 800;}
.product_oill {
    background: #efefef;
    padding: 20px;
}
.product_oill h4{
    font-family: 'Roboto';
    font-size: 20px;
}
.product_oill p{
    color: #000;
}
 .luster-products .col-lg-4{display:flex;}
 .why-trust-uss {
    background: #fdc623;
    margin-top: 60px;
    padding: 80px 0px;
}
 .why-trust-uss .item{
    background-color: #fff;
    box-shadow: 0px 7px 22px #0000001a;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    width: 100%;
    -o-border-radius: 20px;
    margin-top: 40px;
    margin-right: 10px;
    text-align: left;
    }
     .why-trust-uss .col-lg-6{display:flex;}
      .why-trust-uss  h4{
    font-family: 'Roboto';
}
       .why-trust-uss ul{
    padding-left: 20px;
}
           .why-trust-uss  h3{
    font-family: 'Roboto';
}
.how-it-worksss h3{
    text-align: center;
    font-family: 'Roboto';
    padding-bottom: 20px;
}
.how-it-worksss h4{
    font-family: 'Roboto';
    padding-top: 20px;
}
.how-it-worksss ul{
    padding-left: 23px;
}
.how-it-worksss .item{
    background: #f3f3f3;
    padding: 20px;
}
.how-it-worksss .item img{border-radius:100px;}
.boost-lubeeee {
    padding-bottom: 60px;
}
.boost-lubeeee h3{
    font-family: 'Roboto';
}
.butttt a{
    background: #b86813;
    color: #fff;
    padding: 10px 20px;
}
.y2k-productssss {
    margin-top: 40px;
    padding: 70px 0px;
    background: #f3f3f3b8;
}
.y2k-productssss h2{
    font-family: 'Roboto';
    font-weight: 700;
}
.y2k-productssss h3{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Roboto';
    padding-bottom: 10px;
    background: #b86813;
    padding: 8px;
    margin-bottom: 18px;
}
.y2k-productssss ul{
    padding-left: 23px;
    padding-bottom: 20px;
}
.y2k-productssss tr th{
    font-weight: 600;
    padding: 7px;
} 
.y2k-productssss tr td{
    padding: 5px;
}
.y2k-productssss tbody{background:#fff;}

.y2k-productssss thead{background:#fff;}
.scrolll {
    height: 680px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}


.scroll222  { height: 680px;
    overflow: scroll;
    overflow-x: hidden;}
.ILC-intro h3{
    font-family: 'Roboto';
    font-size: 32px;
}
.ilc_maim .volumetric-lubrication .item{
    padding: 30px;
    background: #f3f3f3;
    box-shadow: inherit;
    border-radius: 10px;
}

.ilc_maim .volumetric-lubrication .item h3{
    font-family: 'Roboto';
}
.ilc_maim .volumetric-lubrication .item img{
    padding: 21px 0px;
}

.anion_ab h3{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35px;
}
.anion_ab h4{
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0px;
    color: #b86813;
}
.slick-advantages {
    background: #f5f5f5;
    padding: 50px 0px;
    margin-top: 60px;
}
.slick-advantages h3{
    font-family: 'Roboto';
    padding-bottom: 11px;
    font-size: 32px;
}
.slick-advantages ul{
    padding-left: 20px;
}
.slick-advantages p{
    line-height: 24px;
}
.problem-products-address .item h3{
    font-family: 'Roboto';
    color: #fff;
    font-size: 32px;
}
.problem-products-address .item ul{
    padding-left: 21px;
}
.problem-products-address .item p{
    color: #fff;
}
.problem-products-address .item li{
    color: #fff;
}
.effective-solution {
    background: #fff6ec;
    padding: 54px 0px;
    margin-top: 80px;
}
.effective-solution h3{
    font-family: 'Roboto';
    padding-bottom: 15px;
    color: #b86813;
}
.effective-solution p{}
.effective-solution ul{
    padding-left: 20px;
}
.temprature-variance h3{
    font-family: 'Roboto';
    padding-bottom: 15px;
    color: #000000;
    font-size: 35px;
    }
    .expectations h3{
    font-size: 35px;
    font-family: 'Roboto';
    text-align: center;
    padding-bottom: 30px;
    /* margin-top: 40px; */
    color: #b86813;
    /* margin-bottom: 90px; */
}
    .expectations {
    background: #f5f5f5;
    padding: 50px 0px;
    margin-top: 70px;
    margin-bottom: 90px;
}
.lubrication-solutions h2{   font-family: 'Roboto';
    padding-bottom: 15px;
    color: #000000;
    font-size: 35px; font-weight:800;}
    .lubrication-management {text-align:center;}
     .lubrication-management h3{font-family: 'Roboto';
    padding-bottom: 15px;
    color: #000000;
    font-size: 35px; font-weight:800;}
    
   .lubrication-solutions  {    background: #cccccc36;
    padding: 60px 0px;}
    .tamtron-intro h2{
    font-family: 'Roboto';
    font-weight: 800;
}
 .tamtron-intro p{text-align:justify;}
 .tamtron-intro {padding:70px 0px;}
 .bg-imageeee {background:url(http://micro-lube.com/wp-content/themes/micro-lube/img/bgg_tam.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;padding: 90px 0px;}
 
  .bg-imageeee .content-area {
    background: #fff;
    padding: 26px;
}
 .bg-imageeee h3{
    font-family: 'Roboto';
}
.tamtron-industries .item .content-area h3{
    color: #fff;
    font-family: 'Roboto'; text-align:center;
}
.tamtron-industries {padding-bottom:80px;}
.samson-corp-content .col-sm-12 {display:flex;}
.tamtron-industries .item {overflow:hidden; transition:0.5s;}

.tamtron-industries .item img{  transition: 0.3s;}
.tamtron-industries .item img:hover{    transform: scale(1.1);}
.samson-corp-content .item .content-area h3{
    font-family: 'Roboto';
}
.samson-corp-content .item {overflow:hidden; transition:0.5s;}
.samson-corp-content .item:hover{background: #ffe8d0;}
.tamtron-industries .item:hover h3{}
.tamtron-industries .item:hover p{}

.todd-technologies-main {
    padding: 80px 0px;
}
.todd-technologies-main h3{
    font-family: 'Roboto';
    font-size: 34px;
    padding-bottom: 16px;
}
.todd-technologies-main p{}
.todd-technologies-main .row{align-items:center;}
.powerrr {
    padding: 70px 0px;
    background: #0f94c0;
}
.powerrr  .row{align-items:center;}
.powerrr h3{
    font-family: 'Roboto';
    font-size: 32px;
    color: #fff;
}
.powerrr p{
    color: #fff;
}

.power_guard{
    padding: 70px 0px;
}
.power_guard h3{
    font-family: 'Roboto';
    font-size: 31px;
    padding-bottom: 15px;
}
.power_guard p{}

.todd_technologies_nnn {
    padding-bottom: 80px;
}
.todd_technologies_nnn .content-area {
    text-align: center;
    background: #e8f9ff;
    padding: 20px;
}
.todd_technologies_nnn .content-area h3{
    padding-top: 25px;
    font-family: 'Roboto';
}
.todd_technologies_nnn .content-area p{}
.todd_technologies_nnn .content-area img{}

.todd_technologies_nnn .col-lg-6 {display:flex;}
.hannay-intro  {padding:60px 0px;}
.hannay-intro h3{font-family: 'Roboto';
    font-size: 31px;
    padding-bottom: 15px;}

.hannay-intro p{text-align:justify;}
.hannay-industry h2{
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px !important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.hannay-industry .item{overflow:hidden;}
.hannay-industry .item{ transition:0.5s; cursor:pointer;}
.hannay-industry .item:hover{transform: scale(1.1);}

.new_appp h2{   text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px !important;
    text-transform: uppercase;
    padding-bottom: 20px;}
     .new_appp p {    text-align: center;
    background-color: #000000;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;}

.new_appp {    background: #cccccc24;
    padding: 50px 0px;
    margin-top: 70px;}
.new_appp img {background:#fff;}
.why-nexu {
    margin-top: 50px;
    background: #fff3e7;
    padding: 60px 0px;
}
.why-nexu h3{
    font-family: 'Roboto';
    font-size: 40px;
    padding-bottom: 10px;
    color: #b86813;
}
.why-nexu h4{
    font-family: 'Roboto';
    font-size: 30px;
    padding-bottom: 10px;
    color: #000;
}
.bijur-intro h3{
    font-family: 'Roboto';
    padding-bottom: 20px;
}
.bijur-intro {
    padding: 60px 0px;
}

.why-nexu p{}
.automatic-lubrication-system {
    background: #f3f3f3;
    background: url(../img/lubriii.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.automatic-lubrication-system h3{
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 35px;
}
.automatic-lubrication-system h4{
    font-family: 'Roboto';
    padding-bottom: 15px;
    color: #000000;
}
.automatic-lubrication-system p{color:#fff;}
.bijur-pumps h2{font-family: 'Roboto';font-weight: 800;}
.controllers-and-monitoring h2{font-family: 'Roboto';font-weight: 800; font-size:40px;}
.pdf-brochures {
    background: #f3f3f3;
    background: url(../img/beochh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px 90px;
    margin-top:50px;
    }
.pdf-brochures h3{font-family: 'Roboto';font-weight: 800;color: #fff;font-size:40px;}

.pdf-brochures .item .btn-pdf:hover {
    background: #fff;
    color: #000;
}
.bijur-elements {
    padding: 60px 0px 90px;
}
.bijur-elements h2{
    font-family: 'Roboto';
    font-weight: 800;
}
.raasm-brand {
    padding: 70px 0px 0px;
}
.raasm-brand h2{
    font-family: 'Roboto';
    font-weight: 800;
}
.raasm-brand p{margin-bottom: 9px;line-height: 27px;}
.raasm-products-intro h2{ font-family: 'Roboto';
    font-weight: 800; text-align:Center;}

.raasm-products {padding-bottom:90px;}

.blog_box {
    border-radius: 20px;
    box-shadow: 0px 12px 21px #ccc;
    margin-bottom: 50px;
    padding: 20px;
}
.blog_imggg {
    height: 100%;
    object-fit: cover;
}
.blog_imggg img{
    border-radius: 20px;
    /* height: 100%; */
    object-fit: cover;
}
.blog_box .excerpt {
    padding: 20px;
}
.blog_box .excerpt h3{
    font-family: 'Roboto';
    font-size: 23px;
    padding-bottom: 3px;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_box .excerpt p{
    margin-bottom: 4px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_box .excerpt .more-link {
    display: table;
    background: #b86813;
    color: #fff;
    padding: 11px 20px;
    border-radius: 100px;
    margin-top: 20px;
    }

.home-blogs .col-lg-4{display:flex;}
.bloggg .content-area h1:after{    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;}
 .bloggg   .link-area {margin-bottom:20px;}
.blog-post h1{
    font-family: 'Roboto';
    font-size: 35px !important;
}
.blog-post h2{
    font-size: 29px !important;
    font-family: 'Roboto';
    font-weight: 800;
    padding-top: 22px;
    margin-bottom: 10px;
}
.blog-post h3{}
.blog-post h4{}

.woocommerce-result-count {
    font-weight: 600;
}
#woocommerce_product_categories-3 h2{
    margin-bottom: 0px !important;
    font-family: 'Roboto' !important;
}
 
.woocommerce-page ul.products.columns-3 li.product:hover h2{color:#cd781f !important;}
.bloggg {padding: 76px 0px 70px;}
.blog_box .excerpt h3:hover {color:#b86813;}
.postavailable {padding:40px 0px 120px;}

.postavailable h4{font-size:40px;  font-family: 'Roboto';
    font-weight: 800;}

.ban_imhgj video{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.ban_imhgj{position:relative;}
.ban_imhgj:after {
   content: "";
   /* background: #00000063; */
   /* position: absolute; */
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.top-bg:after {
    background: #b86813;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    transform: skew(51deg, 0deg);
    right: -30px;
    z-index: 0;
}
.engineer_imgg img{
    margin-top: -70px;
}

.feautured_homee {    background: #ededed;
    padding: 35px 0px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;}
    
    .feautured_homee {
    background: #fff;
    padding: 55px 0px 60px;
    position: relative;
    }
    .tabing_featured {}
    .tabing_featured ul{
    padding: 0px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inherit;
}
     .tabing_featured li{
    list-style: none;
    display: inline-block;
    padding: 0px 14px;
}
    .tabing_featured li a{
    padding: 14px 0px;
    display: inline-block; position:relative;
    font-weight: 500;
}
 .tabing_featured li a:after{content:"";position: absolute;right: -19px;background: #5e5d5d;width: 1px;height: 23px;top: 17px;}
   .tabing_featured li a:hover{color:#b86813;}
    .tabing_featured li a.active{
    color: #b86813;
    border-bottom: 2px solid #b86813;
}
    
    .featured_box_product_tab {
    max-width: 97%;
    margin: auto;
    margin-top: 30px;
}
    .featured_box_product_tab .row{
    align-items: center;
}
    .featured_box_product_cont h2{
    font-family: 'Roboto';
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 32px;
}
.featured_box_img {
    text-align: center;
}
.featured_box_img img{
    width: 260px;
}
    .featured_box_product_cont p{}
    .featured_box_product_cont a{
    background: #b86813;
    color: #fff;
    border-radius: 100px;
    padding: 7px 28px;
    font-size: 17px; 
    margin-top: 10px;
    display: inline-block;
}
    
    
    
    .abouttt a:last-child:hover{color:#fff;}
    
    .products_home_new .owl-carousel .owl-nav{display: block !important;text-align: center;display: flex !important;align-items: center;justify-content: center;margin-top: 40px;}
    
        .products_home_new .owl-carousel .owl-nav button{
    opacity: inherit;
    position: initial;
    display: inline;
}
       .new_tab .owl-carousel .owl-nav{display: block !important;text-align: center;display: flex !important;align-items: center;justify-content: center;margin-top: 0px;}
    
        .new_tab .owl-carousel .owl-nav button{
    opacity: inherit;
    position: initial;
    display: inline;
    width: 30px;
    height: 30px;
}
.new_tab .owl-carousel .owl-nav .owl-prev {left:0px !important;}
.new_tab .owl-carousel .owl-nav .owl-next {right:-33px !important;}
.new_tab .owl-carousel .owl-nav button span{    font-size: 39px;
    line-height: 23px;}
    
.flui_indu {background: #b8681326;padding: 50px 0px;}    
.flui_indu h2{color: #000 !important;}
    .flui_indu .item {height: 260px;}
 .Contamination_sec   {padding: 50px 0px;}    
 .Contamination_sec h2{    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px !important;
    text-transform: uppercase;
    padding-bottom: 20px;}
    
    .cont_box {
    background: #cccccc24;
    /* text-align: center; */
    /* padding: 20px; */
    margin-bottom: 30px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-between;
    transition:0.4s;
    box-shadow: 0px 3px 2px #ccc;
}
.cont_box:hover{box-shadow:0px 0px 30px #ccc;}
    .cont_box img{}
    .cont_box h3{
    font-family: 'Roboto';
    font-size: 20px;
    background: #ececec;
    padding: 10px;
    margin: 0px;
    font-weight: 500;
}
    .cont_box p{
    margin-bottom: 12px;
    line-height: 21px;
}
    .cont_box a{
    background: #b86813;
    color: #fff;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 100px;
    transition:0.4s;
}
.cont_box a:hover{color:#000;}
    
   .Contamination_sec .col-lg-3{display:flex;} 
    .con_content {
    display: flex;
    padding: 10px;
}
    
    .oillife {
    background: #f8f8f8; margin-bottom:60px;
}
      .oillife .cont_box{
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}
   .ban_imhgj .col-lg-4 {padding:0px;}
    .contactt li {list-style:none;}
 .contactt li i{color:#fff;}
.about_neww_foot .row{justify-content:center;align-items: center;}
.products_home_new .owl-carousel .owl-nav .owl-next {
    right: -19px;
}
.products_home_new .owl-carousel .owl-nav .owl-prev {
    left: 22px;
}
footer .copyright .content span a{color:#fff;}
.site-footer .bottom-footer:before{content:"";background: #1e1a1b;width: 50%;height: 100%;position: absolute;top: 0;content: "";right: 0;transform: skew(51deg, 0deg);right: -30px;z-index: 0;}
#contactt li{list-style:none}
.products_home_new .owl-carousel .owl-nav span {width: 48px;
    height: 29px;}
    
    .iiner_brands .image-area .item {
    padding: 42px 20px;
    margin: 8px;
    margin-bottom: 20px;
}

.abouttt a:last-child:hover{color:#b2620d;}
.cta-section-two .link-btn a:hover{color: #000000;}
.cta-section-two .link-btn a:last-child:hover{color: #b86813;}
.featured_box_product_cont a:hover{color:#000;}
.footer_form .btn-submit:hover{color:#000;}
.footer_form select{/* appearance: auto !important; */position:relative;background-image: url(http://micro-lube.com/wp-content/themes/micro-lube/img/arrowdown.png);background-repeat: no-repeat;background-size: 18px;background-position-x: 98%;background-position: 97%;}

.footer_form select:before{  box-sizing: border-box;
  height: 5vw;
  width: 5vw;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out; content:"";}
  
.woocommerce ul.products {display:flex; flex-wrap:wrap;}

  .woocommerce-page ul.products.columns-3 li.product{display:flex;}
  
  .about_foot_img2 {display:none;}
  .new_product_sec {padding-bottom: 70px;}
  
  .woocommerce div.product p.price a.call-price:hover{color:#000 !important;}
  
  .woocommerce #respond input#submit:hover {    border: 1px solid #b2620d !important;
    background-color: #b2620d !important;color: #000 !important;}
  
  .kaydon-intro .content-area .btn-view-kaydon-products:hover{color:#000;}
  .cataloguee .item a:hover{color:#000;}
    .white_brand .image-area img{width:100%;}
    .fzg_text img{width:100%;}
  .sentary-intro .content-area .btn-download:hover{color:#000;}
  .industries-served h3 {padding-bottom:20px;}
  .bg_productt .content-area h1:before {
    content: "Products";}
    .page-template-template-contact-us .footer_form_main{display:none;}
    
  .reviews_tab  {display: none !important;}
  .woocommerce-Tabs-panel--reviews   {display: none !important;}
  a:hover{color:#b86813;}
  .page-id-6341 .bg_contact{display:none;}
  .bg_shell {
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bg_shell.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
  .bg_shell h1{
    color: #fff;
    font-weight: 600;
}
  .bg_shell h1 span{
    color: #b86813;
    font-weight: 300;
    display: block;
}
  .bg_shell p{
    color: #fff;
}
  
  .con_cont_img {
    width: 30%;
}
  .con_cont_img img{}
  .biod_contt {
    width: 70%;
    padding-left: 20px;
}
  
  
  .cont_box a {display:none;}
  .view_moreee {
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    display: inline-block;
    border-radius: 171px;
    padding: 6px 30px;
    margin-top: -30px;
    position: relative;
    }
  .view_moreee:hover{color:#000;}
  
  .single-product .bg_contact {display:none;}
   .fluittttt_main .cont_box {
    background: #cccccc24;
    box-shadow: inherit;
    box-shadow: 0px 2px 5px #cccccc94;
    padding: 21px 10px;
    text-align: center;
}
  .fluittttt_main .con_content{display: inline-block;width: 100%;text-align: center;padding-bottom: 0px;}
  .fluittttt_main .cont_box h3 {
    background: transparent;
    padding: 0px;
    padding-bottom: 9px;
    font-size: 22px;
}
    .fluittttt_main .cont_box a {
    display: none;
}

  
  
  
  
  
  
  
  
    .harvard_bgg {background:url(http://micro-lube.com/wp-content/themes/micro-lube/img/harvardbg.png);padding: 60px 0px;}
  .harvard_bgg h1{
    color: #fff;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 19px;
}
  .harvard_bgg p{
    color: #fff;
}

.lube-and-hydraulic {padding:60px 0px;}
.lube-and-hydraulic h2{font-weight:700;margin:0px;font-family: 'Roboto';}

.canisterrr .img-area{
    margin: inherit;
    padding: 14px;
    border-radius: 6px;
    background: #fff;
}
.elements {padding:70px 0px;background: #b86813;}
 .elements h2{font-family:roboto;font-size:35px;font-weight:700;text-align:center;color: #fff !important;}
 
 .lisssss {}
 .lisssss li{}
  
  .shutofff .cont_box {
    background: #fff;
    box-shadow: inherit;
    border: 1px solid #ccc;
    border-radius: 10px; transition:0.4s;
}
.bulkkk .cont_box{background:#fff !important;}
.shutofff .cont_box h3{
    font-size: 19px;
}
.shutofff .cont_box:hover{box-shadow:0px 0px 20px #ccc;}
.buton_flumoxx {text-align:center;}
.buton_flumoxx a{
    background: #b86813;
    color: #fff;
    padding: 9px 40px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
}
.buton_flumoxx a:hover{color:#000;}
.hanycat_box img{width:100%;}
.hanycat_box {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}
.hanycat_box h3{
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}

.cta-section-two:before{content:"";     background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/lubee.png);}
.new_bgg_cont h1{color:#000 !important;}
.new_bgg_cont .content-area .link-area a {color:#000 !important;}
.contact_pagee .col-lg-3{display:flex;}

.sociallll {
    padding: 0px;
}
.sociallll li{
    display: inline-block;
}
.sociallll li a{
    width: 40px;
    height: 40px;
    background: #b86813;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 19px;
    margin-right: 4px;
    color: #fff; transition:0.5s;
}

.sociallll li a:hover{color:#b86813; background: #fff;}
.mob_ghjg {display:none;}

.bg_productt {
    background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bgbrand.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
    }
 
 .bgbrand {  background: url(http://micro-lube.com/wp-content/themes/micro-lube/img/bgbrand.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center!important;}



.visaaa {    margin-left: 18px;
    margin-top: 22px;}
    
    .privacyy  .content-area h1:before {
    content: "Privacy Policy";
    font-size: 80px;
    top: -20px;
}
.termsss  .content-area h1:before {
    content: "Terms & Conditions";
    font-size: 80px;
    top: -20px;
}

.found_eroor .content-area h1:before {
    content: "404";
    font-size: 80px;
    top: -20px;
}

header#microlube_header .navbar .dropdown-menu {}

 
.form_main .wpcf7-not-valid-tip {    position: absolute;
    top: -26px;
    font-size: 14px;}
    .service .row{
    justify-content: center;
}
.listpdf li{list-style:none;}
.listpdf li a{color:#000;}
.listpdf li a:hover{color:#b86813;}
.listpdf li i{padding-right:7px;}
.listpdf{padding:0px;}

.link-area {position: relative;
    z-index: 1;}
.footer_form select{
    height: 42px;
    appearance: inherit;
    width: 100%;
    border: 1px solid #ccc;
    padding-left: 12px;
    }

.footer_form textarea{height:100px !important; width:100%;}
.dataaashet_pdf ul {display:inline-block;width:100%; padding:0px;}
.dataaashet_pdf ul li{list-style:none; width:49%; float:left; padding-right:14px;}
.dataaashet_pdf .accordion-button:not(.collapsed) {    background: #b86813;
    color: #fff;}
    .dataaashet_pdf .accordion-header button{    font-family: 'Roboto';
    font-weight: 500;}
.table_pro{margin-top: 40px;width:100%;}
.table_pro tr td{padding:8px; border-color: #ccc;}
.table_pro tr {border-color: #ccc;}
.table_pro tr:nth-child(odd), table tr:nth-child(odd) {
    background-color: #f6f6f6;
}
.paddfhj {padding-right:50px;}
.table_pro thead tr{
    background: #b86813 !important;
    padding: 10px !important;
    /* display: inline-block; */
}
.table_pro thead tr th{
    padding: 5px 13px;
}
.new_rell tr{
    width: 50%;
    float: left;
    background: #fff;
  
    border-left: 0pc;
}
.new_rell td{
    display: inline-block;
    width: 100%;
    border: 0p;
    background: #fff;
}
.manula_pdf {
    margin-bottom: 0px;
    margin-top: 17px;
    font-weight: 500;
}
.manula_pdf a{
    color: #b86813;
}
.manula_pdf a:hover{color:#000;}
.new_yeij {    margin-top: 20px}
.new_rell p{    padding: 15px;}
.home_form_pop select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: inherit;
    position: relative;
    background-image: url(http://micro-lube.com/wp-content/themes/micro-lube/img/arrowdown.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-x: 98%;
    background-position: 97%;
    border: 0px;
    border-radius: 3px;
    }
    .form_popup label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto';
}
    .form_popup .form-group {
    margin-bottom: 14px;
}
     .form_popup .form-group input{
    border-radius: 3px;
    border: 0px;
}
.form_popup .form-group span{margin-left:0px; margin-right:10px;}
.form_popup .modal-content {
    background: #b2620d;
    padding: 0px 20px;
    border: 0px;
    /* height: 100%; */
    /* margin-bottom: 0px; */
}
.form_popup .modal-header {
    padding: 10px 20px;
    /* text-align: center; */
    position: relative;
    display: initial !important;
    text-align: center;
    border-bottom: 0px;
}
.form_popup .modal-header h4{
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
}
.form_popup .modal-header button{
    bq: #00;
    position: absolute;
    top: 19px;
    right: 0;
    background: #000;
    opacity: inherit;
    color: #fff;
    border-radius: 100px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_popup .form-group .wpcf7-list-item input {}
 .form_popup .form-group textarea{height: 78px;}
 
  .form_popup .form-group .button-area input{
    border: 1px solid #b2620d;
    background-color: #000000;
    color: #fff;
    font-family: 'Roboto';
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 400;
    margin-top: 0px;
    }
 .form_popup .form-group .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.tab_phone_pop {
    text-align: center;
    padding: 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.tab_phone_pop li{
    list-style: none;
    display: inline-block;
    width: 49%;
}
.tab_phone_pop li a{
    color: #fff;
    font-family: roboto !important;
    padding: 6px 23px;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-family: poppins;
    display: inline-block;
}
.tab_phone_pop li a.active{background: #fff;}
.form_popup .modal-dialog-centered {background:#b2620d;margin-bottom: 0pc; }
#product-listing {display: flex;
    flex-wrap: wrap;}



#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.logo {
  width: 100px; /* Adjust the logo size as needed */
}

#loading-percentage {
  font-size: 20px;
  margin-top: 10px;
}


.progress {
  background: rgba(#eeeeee);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
 
  display: flex;
  height: 4px;
  width: 200px; margin-top:40px;
}

.progress-value {
  animation: load 1.3s normal forwards;
  box-shadow: 0 10px 40px -10px #b86813;
  border-radius: 100px;
  background: #b86813;
  height: 30px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}

/* Load Settings */
.no-scroll-y {
  overflow-y: hidden;
}

#preloader-section{
      box-sizing: border-box;
      margin: 0;
      padding: 0;
}


/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
          align-items: center;
  
  /* Show or Hide cursor when hover of Preloader*/
  cursor: none;
  
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000; /* It is not identified in alphabetical order so that it does not overwrite it */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}



/* Loader section Settings */
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F4EF 100%) 0% 0% no-repeat padding-box;
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Curtain effect */
/*.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F4EF 100%) 0% 0% no-repeat padding-box;
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F4EF 100%) 0% 0% no-repeat padding-box;
}*/

/* Preloader Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}



/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner Loading */ 
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Text Loading */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner Loading */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Text Loading */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}
.progress-bar__container {
  width: 200px;
  height: 4px;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  will-change: transform;
  background:#F5F4EF;
}

.progress-bar {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #b86813;
  top:0;
  bottom: 0;
  left: -100%;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items:center;
  color: white;
  font-family: sans-serif;
 
}
.txt-loading img{
  margin-bottom: 30px;
}




.home-banner .content-area .btn-shop:last-child {
    margin-left: 25px;
}
.pro_ban a{
    border: 1px solid #b2620d;
    background-color: #b2620d;
    color: #fff;
    display: inline-block;
    border-radius: 171px;
    padding: 10px 30px;
    margin-top: 20px;
    box-shadow: 0px 8px 20px #000;
    }
.pro_ban a:hover{color:#000;}    
    
    
   .archive.post-type-archive .wpcf7-form-control.wpcf7-checkbox {margin-left: 25px !important;}
   .archive.post-type-archive .form_popup .form-group span {
    margin-left: 0px;
    margin-right: 15px;
}
    
    
    .new_tab .container:last-child{display:none;}
    .resource-listing-link {font-weight:500; color:#b86813;}
    
    .link_moree {font-size:22px;}
     .link_moree:hover{color:#000;}
     
     .piusii.fluittttt_main .cont_box {background:#fff;}
     .piusii.fluittttt_main .cont_box h3 {
    background: transparent;
    padding: 0px;
    padding-bottom: 9px;
    font-size: 21px;
    padding-top: 11px;
}