body {
    background: url(../images/bg.png) no-repeat center center fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-wrapper .container {
    background: #fff;
}

.outline-red {
    outline: 1px solid red;
}

.outline-green {
    outline: 1px solid green;
}

div {
    margin: 0px;
}

.header {
    background: rgba(249, 252, 254, 1);
    /*background-color: rgba(43, 108, 162, 1);*/
}

#logo {
    margin: 0px;
}

.contact-number {
    background: rgba(43, 108, 163, 1);
    width: 165px;
    height: 60px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

    .contact-number .glyphicon {
        font-size: 34px;
        float: left;
    }

.nav-wrapper {
    width: 100%;
    float: left;
    /*background: rgb(204, 204, 204);*/
}

.content-wrapper {
    width: 100%;
    float: left;
}

.slider-wrapper {
    /*background: rgba(43, 108, 163, 1);*/
    background: rgba(43, 108, 163, 0.8);
    min-height: 200px;
    padding: 20px 0px 10px 0px;
    /*padding: 140px 0px 10px 0px;*/
    float: left;
    width: 100%;
}
/*nav bar */
.nav-wrapper .navbar {
    min-height: 30px !important;
    margin-bottom: 0px !important;
}

.nav-wrapper .navbar-default {
    background: rgb(204, 204, 204);
    border: none;
}

.nav-wrapper .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    color: #000 !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

    .nav-wrapper .navbar-nav > li > a:hover, .navbar-nav > li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li:hover {
        background: rgba(43, 108, 163, 1) !important;
        color: #fff !important;
    }

.nav-wrapper .dropdown-menu > li > a {
    display: block;
    padding: 6px 23px 6px 23px !important;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.btn-home {
    color: #213D7C;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background: rgba(204, 204, 204, 1) center top repeat-x;
    border: solid rgba(255, 255, 255, 1) 2px;
    width: 150px;
    font-size: 16px;
    font-weight: bold;
}

    .btn-home:hover {
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
        background-color: rgba(43, 108, 163, 1);
        color: #fff;
    }

.nav-wrapper .dropdown-menu {
    border-radius: 0px !important;
    padding: 0px !important;
    background: rgb(204, 204, 204);
    border: none;
}

.clr-blue {
    color: #213d7c;
}

.btn-blue, .btn-blue:hover {
    background: rgba(43, 108, 163, 1);
    border-radius: 0px !important;
    color: #fff;
}

.img-full {
    width: 100%;
}

.sidebar {
    margin-bottom: 20px;
}

    .sidebar h3 {
        font-size: 18px;
        font-weight: bolder;
    }

    .sidebar h4 {
        font-size: 12px;
    }

    .sidebar .img {
        width: 100%;
    }

    .sidebar ul {
        padding: 0px;
        margin: 0px;
    }

        .sidebar ul li {
            list-style: none;
            border-bottom: 1px dashed #ccc;
            float: left;
            width: 100%;
        }

            .sidebar ul li:last-child {
                border-bottom: none !important;
            }

            .sidebar ul li a {
                padding: 6px 0px 6px 2px;
                width: 100%;
                float: left;
                color: #000;
                cursor: pointer;
            }

                .sidebar ul li a:hover, .sidebar ul li.active a:hover {
                    background: rgba(43, 108, 163, 1);
                    color: #fff;
                    text-decoration: none;
                }

            .sidebar ul li.active a {
                background: rgba(235, 235, 235, 1);
                color: rgba(43, 108, 163, 1);
                text-decoration: none;
            }

.sperator {
    border-top: 1px solid #213d7c;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.padding-left0 {
    padding-left: 0px;
}

.padding0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding5 {
    padding-left: 5px;
    padding-right: 5px;
}

.list-wrapper h2 {
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}

.list-wrapper h3 {
    font-size: 15px;
    font-weight: bolder;
}

.list-wrapper .product-item {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dashed #ccc;
}

.title {
    font-size: 50px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-top20 {
    margin-top: 20px;
}

.solution {
    color: #213d7c;
}

    .solution h4 {
        font-size: 30px;
        font-weight: bolder;
    }

    .solution h5 {
        font-size: 25px;
        font-weight: bolder;
    }

.about-img img {
    width: 100%;
}

.address h3 {
    font-size: 17px;
    font-weight: bolder;
}

#product .sidebar {
    border: 2px solid #ccc;
}

#projects .caption h3 {
    font-size: 19px;
    font-weight: bold;
}

#projects .caption {
    font-size: 13px;
    text-align: center;
}

.hdpe .title {
    border-bottom: 2px solid rgba(43, 108, 163, 1);
    padding-bottom: 15px;
}

.hdpe h3 {
    font-size: 16px;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.img-responsive1 {
    /*display: block;*/
    max-width: 100%;
    height: auto;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.carousel-inner {
    max-height: 300px;
}

#jssor_1 {
    border: 7px solid #fff;
}

.jssort11 .p {
    padding: 3px;
}

.jssort11 img {
    cursor: pointer;
}

.jssort11 .pav {
    border: 2px solid #ccc;
}

.jssort11 {
    background: #fff !important;
}

.slider-img {
    padding: 5px !important;
}

.slider-wrap {
    border: 2px solid #ccc;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: #fff;
}


.home-info {
    color: #fff;
    font-size: 17px;
}

    .home-info h2 {
        font-size: 24px;
        font-weight: bolder;
        text-shadow: 0px -1px 2px rgba(0, 0, 0, 1);
    }


.border-bot-none {
    border-bottom: none !important;
}

/*footer*/
.footer {
    background: rgb(36, 35, 35);
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 12px;
    float: left;
    width: 100%;
    height: 100%;
}

    .footer h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .footer ul {
        padding-left: 20px;
    }

    .footer .map {
        max-width: 210px;
    }

    .footer a {
        color: #fff;
    }

    .footer table tr td {
        vertical-align: top;
        padding-bottom: 20px;
    }
/*media */

@media (max-width: 320px) {
    .xs-padding-top {
        padding-top: 50px !important;
    }
}

@media (max-width: 480px) {
    .xs-padding-top {
        padding-top: 50px !important;
    }
}

@media (max-width: 768px) {    
    .xs-padding-top {
        padding-top: 130px;
    }

    .xs-margin-top-5 {
        margin-top: 5px !important;
    }

    .xs-padding-all-5 {
        padding: 5px !important;
    }

    .xs-padding5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .xs-padding0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .xs-padding-top {
        padding-top: 130px;
    }

    .lg-padding0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 992px) {
    .md-padding5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
