/*
::
:: Theme Name: Petrol - Industry and Manufacturing HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
:: 
*/

/* :: Large devices */
@media (max-width: 1199px){
    
    /* :: Header */
    .header .banner .handline {
        font-size: 70px;
    }
    
    /* :: Provide */
    .provide .text-box{
        padding: 100px 40px
    }
}

/* :: Medium devices */
@media (max-width: 991px){
    
    /* :: Section Title */
    .sec-title h3 {
        margin-bottom: 20px;
    }
    
    /* :: Navbar */
    .nav-bar .nav-bar-link{
        display: none;
    }
    .nav-bar .box-content{
        display: block !important;
    }
    .nav-bar .logo{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .nav-bar .logo .logo-nav{
        padding: 16px 0;
    }
    .nav-bar .logo .open-nav-bar span{
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #FFF;
        display: block;
    }
    .nav-bar.active .logo .open-nav-bar span{
        background-color: #222222;
    }
    .nav-bar .logo .open-nav-bar:hover span,
    .nav-bar .logo .open-nav-bar.active span{
        background-color: #E11D07;
    }
    .nav-bar .logo .open-nav-bar span:nth-of-type(2){
        margin: 5px 0;
    }
    .nav-bar .nav-bar-link.active{
        display: block;
        border-top: 1px solid rgb(34, 34, 34, 0.1);
        max-height: 300px;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
                box-shadow: 0 3px 4px rgba(0,0,0,.07);
        /*background-color: #FFF;*/
    }
    .nav-bar .nav-bar-link > ul > li{
        display: block;
    }
    .nav-bar.active .nav-bar-link ul li a {
        color: #222222;
    }
    .nav-bar .nav-bar-link ul li a{
        color: #222222;
        margin: 0;
        padding: 10px;
    }
    .nav-bar .nav-bar-link ul li a:before{
        display: none
    }
    .nav-bar .nav-bar-link ul li a.color-active{
        color: #E11D07;
    }
    .nav-bar .nav-bar-link > ul ul li a{
        font-weight: 500;
        width: 100%;
    }
    .nav-bar .nav-bar-link ul li.has-menu > a:after{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 10px;
        font-size: 12px;
        width: 25px;
        height: 25px;
        background-color: #E11D07;
        color: #FFF;
        text-align: center;
        border-radius: 3px;
        font-weight: 900;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav-bar .nav-bar-link ul li.has-menu > a.active:after{
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }
    .nav-bar .nav-bar-link > ul ul{
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        opacity: unset;
        visibility: unset;
        position: unset;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: none;
    }
    .nav-bar .nav-bar-link > ul ul.active{
        display: block;
    }
    .nav-bar .info-nav{
        display: none !important;
    }
    
    /* :: Navbar Home 2 */
    .navs-home-2 .nav-top .nav-top-box ul li .btn-1{
        display: none;
    }
    
    /* :: Header */
    .header .banner .handline{
        font-size: 60px;
    }
    
    /* :: Header Home 2 */
    .header .petrol-info{
        display: none !important;
    }
    
    /* :: About Us */
    .about-us .text-box {
        margin-top: 50px;
    }
    
    /* :: About Us Home 3 */
    .about-us-home-3 .text-box {
        margin: 0 0 50px 0;
    }
    .about-us-2-home-3 .text-box,
    .about-us-2-home-3 .skills{
        margin: 50px 0 0 0;
    }
    
    /* :: Provide */
    .provide .text-box .provide-features-box{
        margin-top: 30px;
    }
    
    /* :: Expert */
    .expert .sec-title h3{
        font-size: 48px;
    }
    .expert .statistic-owl{
        padding: 30px;
        padding-top: 0;
    }
    .expert .statistic-owl .statistic-item i{
        margin-bottom: 30px;
    }
    .expert .statistic-owl.owl-theme .owl-nav.disabled+.owl-dots{
        right: 20px;
    }
    
    /* :: Quote */
    .faq-quote .quote{
        margin-top: 50px;
    }
    .quote .quote-info .info-down{
        margin-top: 70px;
    }
    .quote .text-box{
        margin-top: 50px;
    }
    
    /* :: Testimonial */
    .testimonial .sec-title h3{
        margin-bottom: 0;
    }
    
    /* :: Breadcrumb Header */
    .breadcrumb-header .banner h1{
        font-size: 50px;
    }
    .single-services h3,
    .shop-page .text-box-details .title-product{
        font-size: 32px;
    }
    
    /* :: Single Product */
    .shop-page .text-box-details .title-product{
        margin-top: 50px;
    }
    .widget.ml-20,
    .single-services .single-services-list.mr-20,
    .dedicated-customer.mr-20,
    .brochures.mr-20,
    .single-team .team-box.mr-20{
        margin: 0 0 30px 0;
    }
    .brochures,
    .dedicated-customer{
        padding: 30px;
    }
    .brochures a,
    .dedicated-customer .btn-1{
        min-width: 100px;
    }
    
    .page-404-area h2{
        font-size: 200px
    }
    
}

/* :: Small devices */
@media (max-width: 767px){
    
    /* :: Section Title */
    .sec-title h3{
        font-size: 38px;
    }
    .button-sec{
        display: block !important;
        margin-top: 25px;
    }
    
    /* :: Navbar Home 2 */
    .navs-home-2 .nav-top{
        display: none;
    }
    
    /* :: Header */
    .header .banner .handline{
        font-size: 60px;
    }
    
    /* :: Provide */
    .provide .text-box{
        padding: 100px 120px;
    }
    .provide .text-box .sec-title h3{
        font-size: 40px;
    }
    .provide .text-box .provide-features-box{
        margin-top: 0px;
    }
    .provide .img-box {
        height: 600px;
    }
    
    /* :: Contact */
    .contact .sec-title h3{
        font-size: 50px;
    }
    
    /* :: Expert */
    .expert .statistic-owl{
        margin-top: 50px;
    }
    .expert .sec-title h3{
        font-size: 40px;
    }
    
    /* :: Testimonial */
    .owl-testimonial .item-box .text-box,
    .testimonial-home-2 .owl-testimonial .testimonial-item .text-box{
        font-size: 22px;
        line-height: 1.3;
    }
    
    /* :: CopyRight */
    .copyright p{
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright ul {
        float: none;
        text-align: center;
    }
    
}

/* :: Extra small devices */
@media (max-width: 575px){
    
    /* :: Section Title */
    .sec-title h3 {
        font-size: 30px;
    }
    
    /* :: Menu Box */
    .menu-box .inner-menu{
        width: 100%;
    }
    
    /* :: Header */
    .header .banner .handline{
        font-size: 45px;
    }
    .header .banner a.btn-1:last-of-type{
        margin-top: 10px;
        margin-left: 0;
    }
    
    /* :: Features Home 2 */
    .features-home-2 .features-item i{
        font-size: 48px;
    }
    .features-home-2 .features-item h4{
        font-size: 20px;
    }
    
    /* :: About Us */
    .about-us .text-box ul li{
        float: none;
        width: 100%;
    }
    .about-us .img-box .about-img .experience-about{
        display: none;
    }
    
    /* :: About Us Home 3 */
    .about-us-home-3 .text-box .sign-about-us{
        display: block !important
    }
    .about-us-home-3 .text-box .sign-about-us img{
        margin-bottom: 18px;
    }
    .about-us-home-3 .img-box .about-img .mission{
        display: none;
    }
    
    /* :: Provide */
    .provide .text-box {
        padding: 100px 40px;
    }
    .provide .text-box .provide-features-box{
        margin-top: 30px;
    }
    .provide .text-box .sec-title h3 {
        font-size: 32px;
    }
    
    /* :: Provide Home 3 */
    .provide-features-home-3 .features-home-3-item{
        float: none;
        width: auto;
        padding-right: 30px;
    }
    .provide-features-home-3 .features-home-3-item:first-of-type{
        margin-bottom: 30px;
    }
    
    /* :: Expert */
    .expert .sec-title h3 {
        font-size: 34px;
    }
    
    /* :: Contact */
    .contact .sec-title h3 {
        font-size: 42px;
    }
    
    .page-404-area h2{
        font-size: 120px
    }
}