.body-home .contain-to-grid { 
    background: url(../images/products_1280.png) no-repeat center;
    background-size: 100% 100%;
}
.body-home .contain-to-grid:not(.work-menu).animated.fadeIn:hover { 
    color: rgba(80,150,190,0.70);
}
.off-canvas{
    background-color: rgba(9,40,70,0.80);
}

/* TITLE BAR*/
.title-bar{
    background: rgba(9,40,70,0.80);
}

.title-bar:hover{
    background: rgba(9,40,70,0.95);
}

/*  DROP DOWN MENU STYLING*/
.off-canvas .menu li > a{
    color: rgba(80,150,190,0.70);
}

.off-canvas .submenu{
    background-color: rgba(9,40,70,0.95);
}

.off-canvas .submenu li > a{
    color: rgba(80,150,190,0.70);
}

.nav_bar_desktop a{
    color: rgba(80,150,190,0.70);
}
.nav_bar_desktop a:hover{
    color: rgba(80,150,190,0.95);
}
.is-dropdown-submenu {
    border-color : rgba(80,150,190,0.95);
    background: rgba(9,40,70,0.95);
}
.is-dropdown-submenu.menu>li>a{
    color: rgba(80,150,190,0.70);
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after{
    border-color: rgba(80,150,190,0.70) transparent transparent;
}

.page_content{
    min-height: 300px;
    color: rgba(255,255,255,1);
}

.hero_title{
    padding-top: 120px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
}

.secondary_hero_title{
    padding-top: 60px;
    text-align: center;
    font-size: 2.0em;
    font-weight: 500;
}

.learn_container{
    padding-top: 65px;
    padding-bottom: 65px;
}

.learn_btn{
    text-align: center;
    background-color: transparent;
    border-left: 1px solid white;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
.learn_btn:hover,.learn_btn:focus,.learn_btn:active{
    background-color: transparent;
    border: 1px solid white;
}

@media screen and (max-width: 479px){
    .body-home .contain-to-grid { 
        background: url(../images/products_480.png) no-repeat;
        background-size: 100% 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .body-home .contain-to-grid { 
        background: url(../images/products_768.png) no-repeat;
        background-size: 100% 100%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 2159px){
    .body-home .contain-to-grid { 
        background: url(../images/products_1920.png) no-repeat;
        background-size: 100% 100%;
    }
}
@media screen and (min-width: 2560px){
    .body-home .contain-to-grid { 
        background: url(../images/products_2560.png) no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px){
    .hero_title{
        padding-top: 80px;
        font-size: 2em;
    }
    .secondary_hero_title{
        padding-top: 40px;
        font-size: 1.5em;
    }
    .learn_btn{
        font-size: 1.3em;
    }
}

@media screen and (max-width: 639px){
    .hero_title{
        padding-top: 40px;
        font-size: 1.5em;
    }
    .secondary_hero_title{
        padding-top: 25px;
        font-size: 1.3em;
    }
    .learn_btn{
        font-size: 1em;
    }

    .nav_bar_mobile .menu-icon:after {
        background: rgba(80,150,190,0.70);
        box-shadow: 0 7px 0 rgba(80,150,190,0.70), 0 14px 0 rgba(80,150,190,0.70);
    }
}