

.slider-home-custom.owl-carousel .owl-stage {
    display: flex;
}

.slider-home-custom.owl-carousel .owl-item {
    background: url("../img/slider/main-banner-bg.jpg") no-repeat left top;
    background-size: cover;
    /*display: flex;
    flex: 1 0 auto;*/
}

.ravelBanner {
    display: block;
    padding: 0;
    max-width: 1920px;
    background: url("../img/slider/banner-bg.jpg") no-repeat left top;
    background-size: cover;
}

.rav-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    align-items: center;
    min-height: 700px
}

.ravelBanner img {
    max-width: 100%;
}

.ravelBanner .text-section-banner {
    padding: 0 0 0 100px;
    display: block;
}

.ravelBanner .banner-heading {
    margin: 0 0 0 0;
}

.ravelBanner .paragraph-text {
    margin: 20px 0 30px 0;
    max-width: 700px;
}

.ravelBanner .banner-heading img {
    max-width: 100%;
}

.ravelBanner .paragraph-text {
    font-size: 24px;
    color: #fff;
    font-family: 'new_york_medium';
    line-height: 32px;
    display: block;
}

.ravelBanner .btn-custom {
    margin: 30px 0 0 0;
    display: block;
}

.ravelBanner .btn-custom a {
    padding: 10px 30px;
    font-size: 24px;
    color: #000;
    background: #FFDB93;
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'new_york_bold';
}

.ravelBanner .image-section-banner {
    display: flex;
}

.ravelBanner .mob-image {
    display: none !important;
}

.all-single-service {
    margin-top: 0;
}

.section-title > h2 {
    font-family: 'new_york_bold';
}

.single-service h3,
.all-single-service a.linkBtn {
    font-family: 'new_york_medium';
}

.single-service p {
    font-family: 'new_york_regular';
}

.all-single-service a.linkBtn {
    margin-top: 20px;
    display: block;
}

h2.counter {
    font-family: 'new_york_bold';
}

.project-count > span {
    line-height: 24px;
}

.section-title p.section-2 {
    font-family: 'new_york_medium';
}

.outlineBtn a {
    padding: 9px 0;
    font-size: 15px;
    color: #000;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'new_york_bold';
    border: 2px solid #FFDA97;
    width: 150px;
    text-align: center;
}

.outlineBtn a:hover {
    background: #FFDA97;
}

.solidBtn a {
    padding: 9px 0;
    border: 2px solid #FFDA97;
    font-size: 15px;
    color: #000;
    background: #FFDA97;
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'new_york_bold';
    width: 150px;
    text-align: center;
}

.solidBtn a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.solidBtn {
    margin-left: 10px;
}

.header-button-section {
    display: flex;
    justify-content: flex-end;
}

.flex-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-header-section .logo-section {
    padding: 10px 0;
}



.footer-button-section {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

.footer-button-section .outlineBtn,
.footer-button-section .solidBtn {
    width: 50%;
}

.footer-button-section .outlineBtn a {
    padding: 9px 0;
    font-size: 15px;
    color: #000;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'new_york_bold';
    border: 2px solid #FFDA97;
    width: 100%;
    text-align: center;
}

.footer-button-section .outlineBtn a:hover {
    background: #FFDA97;
}

.footer-button-section .solidBtn a {
    padding: 9px 0;
    border: 2px solid #FFDA97;
    font-size: 15px;
    color: #000;
    background: #FFDA97;
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'new_york_bold';
    width: 100%;
    text-align: center;
}

.footer-button-section .solidBtn a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.footer_logo img {
    width: 100%;
}


.footer-section-actions {
    max-width: 350px; width: 90%;
}



.slider-home-custom.owl-carousel .owl-nav {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    left: 0;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    top: 45%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: visible;
    z-index: 9999;
    width: 100%;
    display: flex;

}

.slider-home-custom.owl-carousel .owl-nav i {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.slider-home-custom.owl-carousel .owl-nav .owl-prev {
    left: 15px;
    position: absolute;

}

.slider-home-custom.owl-carousel .owl-nav .owl-next {
    right: 15px;
    position: absolute;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
    visibility: hidden;
}

.header-area{
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}


.write_a_testimonial{display: none!important;}



@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

}

@media(max-width: 1200px) {
    .container {
        max-width: 1300px;
        padding: 0 40px;
    }
}

@media(max-width: 1700px) {

    .ravelBanner .text-section-banner {
        padding: 10px 0 40px 100px;
        width: 50%;
    }

    .ravelBanner .banner-heading img {
        max-width: 80%;
    }

    .ravelBanner .banner-heading img {
        max-width: 600px;
    }

    .ravelBanner .paragraph-text {
        max-width: 450px;
    }

    .rav-container {
        min-height: 500px
    }
    .ravelBanner .image-section-banner img.desktop-image{margin-right:-100px }
}

@media(max-width: 1400px) {

 .ravelBanner .banner-heading img {
    max-width: 90%;
}
     
    
}

@media(max-width: 1200px) {
    .rav-container {
        min-height: inherit
    }

    .logo-section img {
        height: 70px;
    }

    .main-menu > nav > ul > li > a {
        font-size: 15px;
    }

    .outlineBtn a,
    .solidBtn a {
        width: 150px;
        font-size: 15px;
    }
    
     .ravelBanner .text-section-banner {
        padding-left:60px;
       
    }
    
   
    .ravelBanner .paragraph-text {
    max-width: 100%;
}
   .slider-home-custom.owl-carousel .owl-nav {
        color: #fff;
        font-size: 40px;
        
    }

    .slider-home-custom.owl-carousel .owl-nav .owl-prev {
        left: 25px;

    }

    .slider-home-custom.owl-carousel .owl-nav .owl-next {
        right: 25px;
    }
    
    .ravelBanner .paragraph-text{font-size:20px; line-height: 30px;width:90%;}


}


@media(max-width: 991px) {

    .ravelBanner .text-section-banner {
        padding: 10px 0 20px 80px;
        width: 60%;
    }

    .ravelBanner .paragraph-text {
        font-size: 16px;
        line-height: 22px;
        padding-right: 0;
    }

    .ravelBanner .btn-custom a {
        font-size: 20px;
    }

    .ravelBanner .banner-heading {
        margin: 0 0 0 0;
    }

    .ravelBanner .banner-heading img {
        max-width: 90%;
    }

    .main-menu > nav > ul > li {
        margin: 23px 0 24px 16px;
    }

    .mean-container a.meanmenu-reveal {
        top: -61px;
    }

    .header-button-section {
        display: flex;
        justify-content: flex-end;
        margin: 0 40px 0 0;
    }
    
    

}




@media(max-width:800px) {

    .ravelBanner .text-section-banner {
        padding: 10px 0 20px 30px;
        width: 60%;
        min-width: 230px;
    }

    .ravelBanner .paragraph-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .ravelBanner .btn-custom a {
        font-size: 16px;
    }

    .ravelBanner .banner-heading {
        margin: 0 0 0 0;
    }

    .ravelBanner {
        padding: 10px;
    }

    .ravelBanner .btn-custom {
        margin: 20px 0 0 0;
    }
}

@media(max-width:767px) {
    
    .ravelBanner .banner-heading img {
    max-width: 80%;
    margin: 0 auto;
}
    
    .ravelBanner {
        padding: 0;
    }

    .ravelBanner .mob-image {
        display: block !important;
        width: 100%;
    }

    .ravelBanner .desktop-image {
        display: none !important;
    }

    .rav-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ravelBanner .text-section-banner {
        width: 90%;
        text-align: center;
        display: block;
        min-width: inherit;
        padding: 0 0 40px;
        max-width: 550px;
        margin: 0 auto;
    }

    .ravelBanner .paragraph-text {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .ravelBanner .image-section-banner {
        width: 100%;
    }

    .ravelBanner .banner-heading {
        margin: 25px 0 0 0;
        position: relative;
        z-index: 1;
    }

    .header-button-section .sendKvittel {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    

    .all-single-service {
        position: relative;
        z-index: 999;
        padding: 0 30px 0;
    }

    .owl-dots {
        text-align: center;
    }

    .ravelBanner .paragraph-text {
        padding-right: 0;
    }

    .mobile-menu-area .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-menu-area .container .col-md-12,
    .mobile-menu-area .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header-button-section {
        margin: 0 30px 0 0;
    }

    .services-area.pt-100{padding-top: 60px;} 
    .services-area.pb-100{padding-bottom: 60px;}
    .all-single-service a.linkBtn{margin-bottom: 40px;}
    .slider-home-custom.owl-carousel .owl-item {
  
    
}
    .ravelBanner{height:100%!important;}
    
    .ravelBanner .image-section-banner img{width:100%!important;}
    
  .ravelBanner .image-section-banner img.desktop-image {
    margin-right: 0;
}  
    
    .slider-home-custom.owl-carousel .owl-nav {
        top: 30%;
    }

}



@media(max-width:480px) {

    .flex-header-section .logo-section img {
        height: 60px;
    }

    .flex-header-section .solidBtn a {
        width: 120px;
        font-size: 15px;
        padding: 8px 0;
    }

    .mean-container a.meanmenu-reveal {
        top: -55px;
    }

    .single-service h3{font-size:28px;}



}



@media(max-width:460px) {
    
    .ravelBanner .banner-heading{margin-top: 0;}
    .ravelBanner .text-section-banner{position: relative; z-index: 2;}
    .ravelBanner .image-section-banner {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}
   .ravelBanner .image-section-banner img{margin-top: -10px;} 
    .ravelBanner .paragraph-text {
    font-size: 14px;
    line-height: 20px;
   
}
   .ravelBanner .banner-heading img {
    max-width: 90%;
    
}  
    
}
