/*-----------------------------------------------------------
* Template Name    : LBM Filtri
* Author           : ANSOFT - Gloria
* Version          : 1.0.0
* Created          : Gennaio 2019
* File Description : Main css file of the template
*------------------------------------------------------------
*/


/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.ABOUT
    6.SERVICES
    7.CLIENT
    8.WORK
    9.CONTACT
    10.FOOTER
    11.HELP
    12.RESPONSIVE
    13. COOKIE BOX
************************/

/***********************
    PRELOADER
************************/
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #FFFFFF;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/***********************
    1.BASIC
************************/
.section_header {
    color: #282828;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}
.section_header h2 {
    font: 700 24px/28px "Raleway", sans-serif;
    letter-spacing: 1px;
}

.section_header:before {
    content: "";
    width: 44px;
    height: 6px;
    background: #AFE4FF;
    /*background-image: -moz-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*-webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*-o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;*/
    /*webkit-background-clip: background;*/
    /*-webkit-text-fill-color: transparent;*/
    position: absolute;
    left: 47%;
    bottom: -9px;
}

.section_header:after {
    content: "";
    width: 44px;
    height: 6px;
    background: #399EE1;
    /*background-image: -moz-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*-webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*-o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;*/
    /*webkit-background-clip: background;*/
    /*-webkit-text-fill-color: transparent;*/
    position: absolute;
    left: 47%;
    bottom: 5px;
}

.section_header span {
    width: 44px;
    height: 6px;
    background: #027DD1;
    /*background-image: -moz-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #505cfe 0%, #43cea2 100%);*/
    /*-webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;*/
    /*-o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s;*/
    /*transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;*/
    /*webkit-background-clip: background;*/
    /*-webkit-text-fill-color: transparent;*/
    position: absolute;
    left: 47%;
    bottom: 18px;
}
/***********************
    3.NAVBAR
************************/
.navbar {
    background: #FFFFFF;
}
.navbar .navbar-nav {
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .navbar .navbar-nav {
        float:none !important;
        text-align:center;
    }
}
/***********************
    ABOUT US
************************/
#about-us .company-policy {
    text-transform: uppercase;
    font-width: bold;
    background: #027DD1;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 20px;
}
/***********************
    6.SERVICE
************************/
.service-oil .service-oil-list ul {
    padding: 0 36px;
}
.service-oil .service-oil-list li:before {
    content: '';
    width: 21px;
    height: 2px;
    float: left;
    margin: 9px 15px 0 -36px;
    background: #027DD1;
}

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}


/***********************
    9. CONTACT
************************/
#message-box {
    text-transform: uppercase;
    margin: 20px 0px;
}

/***********************
    10. FOOTER
************************/
.footer_area_three .footer-top p {
    color: #8b8b8b;
    font-size: 14px;
    margin-top: 5px;
}

/***********************
    13.COOKIE
************************/
#cookie-policy-box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 60px 200px 100px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    z-index: 999;
    color: rgb(241, 242, 241);
    background: rgba(76, 81, 81, 0.7);
}

#cookie-policy-box a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-policy-box a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-cookie {
    padding: 10px 12px;
    background-color: #FFFFFF;
    color: #027DD1 !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn-cookie:hover {
    color: #FFF;
    text-decoration: none;
}

#cookie-modify {
    color: #027DD1 !important;;
}
@media (max-width: 768px) {
    #cookie-policy-box {
        padding: 60px 40px 100px;
    }
}
@media (max-width: 480px) {
    .c-layout-revo-slider {
        height: 550px;
        max-height: 550px;
        overflow: hidden;
    }
    .c-layout-revo-slider-pattern {
        height: 550px;
        background-image: none;
        background-color: #48b445;
    }
    #cookie-policy-box {
        padding: 40px 20px 100px;
    }
    .btn-cookie {
        left: 42%;
    }
}