@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'montserratregular';
}
a{
    text-decoration: none;
}
.text-blue{
    color: #009cf3;
}
.text-yellow{
    color: #1fb4eb;
}
h2{
    font-size: 35px;
    font-family: 'montserratextrabold';
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( 90deg, rgb(0 156 243) 15%, rgb(79 192 255) 63% );
}

::-webkit-scrollbar-track {
    background: #dedede;
}
.contacts-link li a.big-font{
    font-size: 1.4rem;
    font-family: 'montserratextrabold';
}


/*Top-Header*/
.top-header{
    padding: 6px 0;
}
.logo img{
    height: 111px;
}

.contacts-link {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
}
.contacts-link li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #009cf3;
    padding-right: 3px;
}
.contacts-link li a {
    color: #000;
    padding: 0 4px;
    font-size: .9rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.2px;
    font-weight: 100;
    font-family: 'montserratmedium';
}
.contacts-link li a i{
    color: #009cf3;
}
.contacts-link li a:hover {
    color: #009cf3;
}
.contacts-link li:last-child {
    border-right: 0px solid #fff;
    padding-right: 0px;
}
.black-btn  {
    background: #fff;
    color: #000;
    font-family: 'montserratmedium';
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
}
.black-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.common-btn {
    background: #009cf3;
    color: #000;
    font-family: 'montserratmedium';
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #1ba3a8;
    cursor: pointer;
    font-size: 14px;
}
.common-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.main-banner {
    background: url('../images/lubsa-banner-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.banner-caption h1{
    font-family: 'montserratextrabold';
    color: #000;
    font-size: 48px;
}
.banner-caption h1 span{
    color: #1fb4eb;
}
.banner-caption p{
    font-family: 'montserratmedium';
    font-size: 1.2rem;
}

/*Counter*/
.counter{
    padding: 25px 0;
}
.counter-details{
    text-align: left;
}
.counter-details i{
    color: #d9281e;
    font-size: 32px;
    margin-right: 4px;
    position: relative;
    top: -3px;
}
.bdr-right{
    border-right: 1px solid #ccc;
}
.counter-details label{
    color: #575757;
    font-size: .9rem;
    font-family: 'montserratregular';
    line-height: 16px;
}
.counter-details label span{
    font-family: 'montserratsemibold';
    margin-top: 1px;
    display: inline-block;
}

/*About*/
.about{
    padding: 60px 0;
}
.about-img{
    width: 60%;
}

/*Grease Lubrication*/
.grease-lubrication {
    background: url('../images/grease-lb-system-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

/*Oil Lubrication*/
.oil-lubrication {
    background: url('../images/oil-lb-system-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}


/*happy-customers*/
.happy-customers{
    background: linear-gradient( 270deg, rgb(0 156 243) 0, rgba(0,139,216,1) 63% );
    padding: 50px 0;
}
.testimonial-box{
    background: #fff;
    padding: 20px;
}
.testimonial-box hr{
    width: 16%;
    color: #1fb4eb;
}
.testimonial-img {
    text-align: center;
}
.happy-customers .owl-carousel .owl-item img {
    display: inline-block;
}
.testimonial-img img{
    height: 100px;
    width: 100px !important;
    border: 3px solid #1fb4eb;
    border-radius: 50%;
}
.testimonial-box h6{
    color: #1fb4eb;
    font-family: 'montserratsemibold';
}
.testimonial-text p{
    font-size: .9rem;
}
.btm-bdr {
    padding-bottom: .7rem;
    border-bottom: 1px solid #1fb4eb;
}

/*our-products*/
.our-products {
    padding: 50px 0;
}
.our-product-text h6{
    font-family: 'montserratbold';
}
.our-product-text{
    padding: 24px;
}
.our-products-details {
    padding-bottom: 16px;
}
.our-products-details label{
    font-size: 14px;
    font-family: 'montserratmedium';
    color: #575757;
    margin-bottom: 2px;
}
.our-products-details small{
    font-family: 'montserratsemibold';
    font-size: 12px;
}
.owl-stage-outer{
    padding-bottom: 16px;
}
/*footer-section */

footer{
    padding: 35px 0;
    background-color: #00091d;
    color: #dedede;
    padding-bottom: 0;
    position: relative;
}
footer h5{
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #ffffff5e;
    padding-bottom: 10px; */
}
footer .icon-box i {
    font-size: 3.5rem;
    color: #1fb4eb;
}
.footer-list  li{
    color: white;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 11px;
    position: relative;  
}
.footer-list li a{
    transition: 0.3s;
}
.footer-list li a:hover{
    padding-left: 10px;
    color: #009cf3;
}
.footer-list li i {
    font-size: 17px;
    padding-right: 7px;
}
.footer-list{
    padding: 0;
    list-style: none;
    margin-top: 1rem;
}
.footer-list a{
    text-decoration: none;
    color: #fff;
}

#media-icons li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    
    transition: 0.3s;
    margin: 0 3px;
    padding-right: 0px !important;
}
#media-icons li a:hover{
    background-color: #009cf3;
    color: black;
    border: 1px solid #009cf3;
}
.social-icons-2{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem !important;
}
.media-icons li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #1fb4eb;
    color: #fff;
    display: inline-block;
    background: #1fb4eb;
    transition: 0.3s;
    margin: 0 3px;
    padding-right: 0px !important;
}
.media-icons li a:hover{
    background-color: transparent;
    color: #1fb4eb;
    border: 1px solid #1fb4eb;
}
.img-box{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.copyright a{
    color: #575757;
}

/*Bottom to Top*/
button.scroltop:focus {
    outline: 0 !important;
}
button.scroltop {
    border-color: #efbb20;
    border-radius: 50%;
    background: #1fb4eb;
    border-style: solid;
    border-width: 0;
    bottom: 93px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
button.scroltop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
    border: 1px dashed;
    background: 0 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
::

/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {
    .about-img img{
        width: 100%;
    }
    .top-header{
        padding: 20px 0;
    }
    .top-header .logo {
        text-align: center !important;
    }
    .top-header .text-end {
        text-align: center !important;
    }
    .contacts-link {
        padding: 5px 0;
        align-items: center;
    }
    .about-img {
         width: 100%; 
         margin-bottom: 16px;
    }
    .footer-logo{
        text-align: center;
    }
    .bdr-mob{
        border-right: 0px solid transparent !important;
    }
    .counter-details {
        margin-bottom: 10px;
        text-align: center;
    }
    .counter-details i {
        font-size: 32px;
        top: 0;
        display: block;
        margin-bottom: 5px;
    }
    .be-partner-box {
        width: 100%;
    }
    .icon-box{
        margin-bottom: 8px;
    }
    footer .icon-box i {
        font-size: 2.9rem;
    }
    .img-box {
        margin-bottom: 10px;
    }
    .footer-list ol, ul {
        padding-left: 0rem !important;
        margin-top: 1rem;
    }
    .logo{
        align-items: center;
    }
    h2 {
        font-size: 1.6rem;
    }
    .banner-caption p {
        font-size: 1.1rem;
    }
    .banner-caption h1 {
        font-size: 30px;
    }
}

