/* desktop */

a {
    text-decoration: none !important;
}

#main_index {
    padding-bottom: 0 !important;
}

.navbar_type8 {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    height: 100px;
}

.navbar_type8 .logo {
    flex: 50%;
}

.navbar_type8 .logo img {
    width: auto;
    height: 100%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000000;
    padding: 10px 15px;
    font-weight: bold;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 5px solid #0000FF;
    transition: all 0.25s linear;
}

.dark_nav {
    background-color: #ffffff !important;
}

.slick-dotted.slick-slider {
    margin-bottom: -25px;
}

.slick-dots {
    bottom: 35px;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.delay1 {
    animation-delay: 0s;
}

.delay2 {
    animation-delay: 0.25s;
}

.delay3 {
    animation-delay: 0.50s;
}

.delay4 {
    animation-delay: 0.75s;
}

/*
.shine1:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0.25;
    top: 0;
    left: 0;
    width: 50%;
    height: 25%;
    transform: skewX(150deg) translate(0, 0);
    animation: shine 2.50s linear infinite;
    overflow: hidden;
}

@keyframes shine {
    0% {
        transform: skewX(150deg) translate(-150%, 0);
    }
    
    50% {
        transform: skewX(150deg) translate(150%, 0);
    }
    
    100% {
        transform: skewX(150deg) translate(-150%, 0);
}
}
*/

.parallax_bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first1 .col-xl-3 {
    padding: 35px 25px;
}

.first1 .col-xl-3 div {
    text-align: right;
}

.font-main {
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
}

.icon1 {
    padding-right: 10px;
}

.btn1 {
    font-size: 15px;
    transition: all 0.25s linear;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

.btn1:hover {
    background-color: #0000FF;
    color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.text-space {
    letter-spacing: 5px;
}

.font-middle {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000FF;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-main {
    font-size: 25px;
    color: #0000FF;
    animation: 2.50s InLDown infinite;
}

@keyframes InLDown {
    0% {
        transform: translate3d(0, -100%, 0);
}

    100% {
        transform: none;
}
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    width: 75%;
    font-family: 'Roboto', sans-serif;
}

.frame1 {
    background-color: #ffffff;
    padding: 25px;
}

.frame1 .img1 {
    transition: all 0.25s linear;
    filter: brightness(0);
}

.frame1 .img1:hover {
    transform: scale(1.05);
    filter: brightness(1);
}

.frame1 img {
    transition: all 0.25s linear;
    filter: grayscale(1);
}

.frame1 img:hover {
    transform: scale(1.05);
    filter: grayscale(0);
}

.btn2 {
    font-size: 15px;
    transition: all 0.25s linear;
    background-color: #0000FF;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
}

.btn2:hover {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.last1 .col-xl-4 {
    padding: 45px 25px;
    flex: 37.5%;
    max-width: 37.5%;
}

.last1 .col-xl-8 {
    flex: 62.5%;
    max-width: 62.5%;
}

.index_wrapper_5 {
    padding-top: 50px;
}

#main_index .page_title {
    background-color: #0000ff;
    margin: 0 auto;
    text-align: center !important;
    padding: 10px 25px;
    text-transform: uppercase;
}

#main_index .page_title b {
    color: #ffffff !important;
    font-size: 35px;
}

.imageMarquee {
    height: 100px;
    background-image:url(https://cdn1.npcdn.net/userfiles/22495/image/brand.png);
    animation: imageMovement 35s linear infinite;
    background-size: cover;
    background-repeat: repeat;
}

@keyframes imageMovement {
    100% {
        background-position-x: -4770px;
    }        
}

.footer_type4 .all_font_md {
    text-transform: uppercase;
    font-weight: bold;
    color: #0000FF;
}

.footer_type4 .left_line {
    border-right: none;
}

.footer_type4 .left_line .list-unstyled {
    margin-bottom: 50px;
}

.footer_type4 .social_media {
    margin-top: 5px;
}

.toggle_btn .btn {
    background-color: #0000FF;
    border: 1px solid #ffffff;
}

.toggle_btn .btn .toggle_btn_contactus i {
    color: #ffffff !important;
}

#main_showproducts #pills-home h2 {
    font-size: 25px;
}

.product_detail .category_tag a:hover li {
    color: #ffffff;
}

#main_showproducts .page_title b {
    display: none;
}

.product-detail-tab .tab-pane .info_spec p {
    overflow-wrap: break-word;
}

/* mobile */

@media only screen and (max-width: 1200px) {

#main_index {
    margin-top: 0;
}

.navbar_type4_mobile {
    background-color: #ffffff;
}

.navbar_type4_mobile .logo img {
    width: 250px;
}

.side_menu .logo_area .logo img {
    width: 75%;
}

.side_menu {
    background-color: #ffffff;
}

.side_menu .list_area .list-group .list-group-item a, .side_menu .social_media a {
    transition: all 0.25s linear;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.side_menu .list_area .list-group .list-group-item a:hover .side_menu .social_media a:hover {
    color: #0000FF;
}

.side_menu .menu .menu_icon .bar1, .side_menu .menu .menu_icon .bar2, .side_menu .menu .menu_icon .bar3 {
    background-color: #000000;
}

.side_menu .list_area .list-group .list-group-item .dropdown-toggle::before {
    background-color: #0000FF;
    color: #ffffff;
}

.slick-slider {
    /*margin-top: 90px;*/
    margin-bottom: -25px !important;
}

.first1, .first1 .col-xl-3 div, .last1, .last2 {
    text-align: center;
}

.middle1 .col-xl-3 {
    width: 50%;
}

.last1 .col-xl-4 {
    padding: 25px;
    flex: auto;
    max-width: initial;
}

.last1 .col-xl-8 {
    flex: auto;
    max-width: initial;
}

.footer_type4 .left_line {
    border-bottom: none;
}

.wspages, .all_functional_page {
    margin-top: 25px;
}

.product_share {
    margin-top: 25px;
}

.video-2 .video_title h3 {
    font-size: 15px;
}

#main_contactus {
    margin-top: 10px;
}

}
