/* HONE INTRO */

#home-intro {
    padding: 80px 0;
}

@media (max-width: 992px) {
    #intro-browser {
        display: none;
    }

    #online-store-sub-intro {
        padding-top:40px;
        padding-bottom:40px;
    }
}



#page-head-full {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: none!important;
    max-height: none!important;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    background-image: url("../../img/homehome1.jpg");
    background-size: cover;
}

#page-head-full .container {
    padding-top: 280px;
    padding-bottom:180px;
}

#page-head-full h1, #page-head-full p {
    color:#fff;
    text-shadow: 0px 0px 20px #000000;
}

#page-head-full .btn {
    margin: auto;
    display: table;
    margin-top:20px;
    padding:15px 20px;
    outline: none;
}




#our-solutions {
    padding:160px 0;
    background: #efefef;
    text-align: center;
}

#our-solutions h4 {
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
    border-radius: 6px;
    background: #ff8f1f;
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;

}

#our-solutions p {
    text-align: center;
}

#our-solutions h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    font-weight:900;
    padding:0 0 20px 0;
}



#our-solutions .carousel-item p {
    text-align: justify;
    font-size: 20px;
}

#our-solutions .carousel-item h2 {
    font-weight: 600;
    font-family: "Montserrat", "Open Sans", Helvetica, sans-serif;
    color: #ff8f1f !important;
    font-size: 20px !important;
}