hr{
    border-color: rgba(0,60,90,1);
}
.body-home .contain-to-grid { 
    background: url(../images/home_page_1280.png) no-repeat;
}
.page_content{
    background: url(../images/Apparel-1280.jpg) no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
}
.body-home .contain-to-grid:not(.work-menu).animated.fadeIn:hover { 
    color: rgba(0,60,90,0.9);
}
.off-canvas{
    background-color: rgba(0,60,90,0.70);
}

/* TITLE BAR*/
.title-bar{
    background: rgba(131,208,241,0.75);
}

.title-bar:hover{
    background: rgba(131,208,241,0.85);
}

/*  DROP DOWN MENU STYLING*/
.off-canvas .menu li > a{
    color: rgba(131,208,241,0.9);
}

.off-canvas .submenu{
    background-color: rgba(131,208,241,0.75);
}

.off-canvas .submenu li > a{
    color: rgba(0,60,90,0.70);
}

.nav_bar_desktop a{
    color: rgba(0,60,90,0.7);
}
.nav_bar_desktop a:hover{
    color: rgba(0,60,90,0.9);
}
.is-dropdown-submenu {
    border-color : rgba(131,208,241,1);
    background: rgba(0,60,90,0.9);
}
.is-dropdown-submenu.menu>li>a{
    color: rgba(131,208,241,0.75);
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after{
    border-color: rgba(0,60,90,0.75) transparent transparent;
}


/* CAROSUL STYLING*/
.orbit-container,.orbit-bullets{
    background: rgba(0,0,0,0.05);
    color: rgba(131,208,241,0.75);
    margin: 0;
}

.orbit-container{
    min-height: 250px;
}

.orbit-next, .orbit-previous{
    color: rgba(0,60,90,1);
}

.orbit-next{
    right: 20px;
}
.orbit-previous{
    left: 20px;
}

.orbit-slide{
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
}

.orbit-bullets{
    padding: 5px 0px;
}

.orbit-bullets button {
    background-color:rgba(0,60,90,0.5);
}
.orbit-bullets button.is-active,.orbit-bullets button:hover {
    background-color:rgba(0,60,90,1);
}


/* TABS, ACCORDION RESPONSIVE TAB STYLING*/
.accordion,.tabs,.tabs-content,.accordion-content{
    background: rgba(255,255,255,0.15);
    color: rgba(0,60,90,0.9);
    margin: 0;
    border-color: rgba(131,208,241,1);
}

.accordion-title,.tabs-title > a{
    color: rgba(0,60,90,0.75);
    font-size: 1em;
    font-weight: 700;
    border-color : rgba(131,208,241,1);
}
.accordion-item.is-active,.accordion-item.is-active > a,.accordion-title:hover,.accordion-title.is-active,.accordion-title:focus, .tabs-title >a:hover, .tabs-title.is-active, .tabs-title > a:focus,.tabs-title>a[aria-selected=true]{
    color: rgba(131,208,241,0.75);
    background: rgba(0,60,90,0.9);
}

.accordion-content.is-active,.tabs-panel.is-active{
    color: rgba(131,208,241,0.75);
    background: rgba(0,60,90,0.9);
}

.accordion-content p, .tabs-content p{
    font-weight: 600;
}

.company_objective_container,.products_objective_container{
    padding-top: 20px;
}

.main_objective,.products_objective{
}

.main_objective .heading,.products_objective .heading{
    font-size: 1.2em;
    font-weight:700;
}

.main_objective .sub_heading,.products_objective .sub_heading{
    font-weight:700;
}
.main_objective ul, .products_objective ul{
    font-weight: 500;
    text-indent: 15px;
}

.main_objective li,.products_objective li{
    list-style: none;
}

.products_container{
    padding-top: 20px;
}

@media screen and (max-width: 709px){
    .orbit-slide{
        max-width: 90%;
    }
    .dropdown.menu>li.is-dropdown-submenu-parent>a:after{
        border-color: rgba(0,60,90,0.75) transparent transparent;
    }
}

@media screen and (min-width: 710px) and (max-width: 829px){
    .orbit-slide{
        max-width: 85%;
    }
    .dropdown.menu>li.is-dropdown-submenu-parent>a:after{
        border-color: rgba(0,60,90,0.75) transparent transparent;
    }
}

@media screen and (max-width: 639px){
    .orbit-slide{
        max-width: 100%;
    }
    .nav_bar_mobile .menu-icon:after {
        background: rgba(0,60,90,0.9);
        box-shadow: 0 7px 0 rgba(0,60,90,0.9), 0 14px 0 rgba(0,60,90,0.9);;
    }
}

@media screen and (max-width: 479px){
    .body-home .contain-to-grid { 
        background: url(../images/home_page_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/home_page_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/home_page_1920.png) no-repeat;
        background-size: 100% 100%;
    }
}
@media screen and (min-width: 2560px){
    .body-home .contain-to-grid { 
        background: url(../images/home_page_2560.png) no-repeat;
        background-size: 100% 100%;
    }
}