body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}
.boxshadow-default {
    box-shadow: 0px 0px 10px #333;
}
.navbar-toggle {
    background: #1bc7ff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-fixed-top {
    background-color: rgba(0, 0, 0, 0.35) !important;
    border-color: transparent !important;
    padding: 10px 0;
}

.navbar-fixed-top .navbar-brand {
    color: #1bc7ff;
    margin: 8px 0 0 0;
    padding: 0px 15px;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
    background-color: #1bc7ff;
}

.navbar-fixed-top .nav li a {
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.navbar-scroll {
    background-color: rgba(0, 0, 0, 0.81) !important;
    box-shadow: 0px 0px 10px #333;
    padding: 10px 10px 10px;
}

.navbar-scroll .navbar-nav>li>a {
    /*color:#777;*/
    /*background: #fff;*/
}

.navbar-scroll .navbar-nav>li>a:hover {
    color: #1bc7ff;
    background: #fff;
}

.navbar ul li.active a {
    color: #1bc7ff;
}

.collapse::-webkit-scrollbar {
    width: 5px;
}

.collapse::-webkit-scrollbar-thumb {
    background: #1bc7ff;
    -webkit-box-shadow: inset 0 0 6px #1bc7ff;
}



/*////////////end menu/////////////////////////////////////*/

.nopad {
    padding: 0px !important;
}

.first-slider-image1 img {
    margin-top: 10%;
}

.first-slider-image img{
height: 550px;width: 100%;
}
.first-slider-image img{
    height: 550px;width: 100%;
}
.first-slider {
background-image: url('../img/slider/new-hero-resin.jpg');
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}



.pimolding {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
}

.slider-heading-ftb {
    margin-top: -27%;
    margin-left: 7.5%;
    position: absolute;
}

.slider-heading {
    font-size: 35px;
    color: #fff;
    line-height: 2;
    font-weight: 700;
}

.slider-heading2 {
    font-size: 35px;
    color: #fff;
    line-height: 2;
    font-weight: 700;
}
#contact-us-material{
     background-color: rgb(20, 30, 36);
    color: #fff;
    position: relative;
}
.subheading {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.subheading1 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.subheading2 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.caption-style-4 {
    list-style-type: none;
    margin: 0px;
   /* padding: 0px;*/
}

.caption-style-4 li {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.caption-style-4 li:hover .caption {
    opacity: 1;
}

.caption-style-4 li:hover img {
    opacity: 1;
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}


.caption-style-4 img {
    margin: 0px;
    padding: 0px;
    /*float: left;*/
    z-index: 4;
    border-radius: 50%;
    /*width: 90%*/
}


.caption-style-4 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.caption-style-4 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 300px;
    width: 400px;
    z-index: 5;
    position: absolute;
}

.caption-style-4 .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;
}

.caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 400px;
    height: 300px;
    text-align: center;
    top: 100px;
}

.caption-heading {
    font-size: 20px;
    font-weight: 400;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    clear: both;
}
    .caption-style-4{
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        
    }

    .caption-style-4 li{
        float: left;
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    .caption-style-4 li:hover .caption{
        opacity: 1;
    }

    .caption-style-4 li:hover img{
        opacity: 1;
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
    }


    .caption-style-4 img{
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
    }


    .caption-style-4 .caption{
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition:all 0.45s ease-in-out;
        -moz-transition:all 0.45s ease-in-out;
        -o-transition:all 0.45s ease-in-out;
        -ms-transition:all 0.45s ease-in-out;
        transition:all 0.45s ease-in-out;
    }

    .caption-style-4 img{
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        -ms-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }
    .caption-style-4 .blur{
        background-color: rgba(0,0,0,0.65);
        height: 300px;
        width: 400px;
        z-index: 5;
        position: absolute;
    }

    .caption-style-4 .caption-text h1{
        text-transform: uppercase;
        font-size: 24px;
    }
    .caption-style-4 .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 400px;
        height: 300px;
        text-align: center;
        top:100px;
    }


    /** Nav Menu */
    ul.nav-menu{
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        width: 510px;
        margin: 60px auto;
    }

    ul.nav-menu li{
        display: inline;
        margin-right: 10px;
        padding:10px;
        border: 1px solid #ddd;
    }

    ul.nav-menu li a{
        color: #eee;
        text-decoration: none;
        text-transform: uppercase;
    }

    ul.nav-menu li a:hover, ul.nav-menu li a.active{
        color: #2c3e50;
    } 

    /** content **/
    .content{
        margin-top: 100px;
        margin-left: 100px;
        width: 700px;
    }
    .content h1, .content h2{
        font-family: "Source Sans Pro",sans-serif;
        color: #ecf0f1;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
    }

    .content h1{
        font-weight: 900;
        font-size: 64px;
    }

    .content h2{
        font-size:26px;
    }

    .content p{
        color: #ecf0f1;
        font-family: "Lato";
        line-height: 28px;
        font-size: 15px;
        padding-top: 50px;
    }

    p.credit{
        padding-top: 20px;
        font-size: 12px;
    }
    /** fork icon**/
    .fork{
        position: absolute;
        top:0px;
        left: 0px;
    }


/*/////////////////////////*/

#home-page {
    clear: initial;
    background: #2f2d2e;
    padding: 50px 0;
}

.home-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #cacaca;
    padding-top: -5px;
    padding-bottom: 10px;
}

.home-subheading {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    color: #cacaca;
}


/*.home-page-first {
    padding-top: 21px;
}*/


/*.home-page-second {
    padding-bottom: 2.6% 0;
    background-color: #2b282a;
}
*/

#recycle {
    background-image: url('../img/bg/bg-rece.png');
    background-size: cover;
    padding: 30px 0;
    background-repeat: no-repeat;
}

.recycle-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #cacaca;
    margin-bottom: 10px;
    text-align: justify;
}

.recycle-sub-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #cacaca;
    text-align: justify;
}

#more {
    padding: 50px;
    background-color: #fff;
    background-image: url('../img/slider/new-hero-resin.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.our-expect-more {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.5;
    margin-bottom: 3%;
    color: #fff
}

.more-heading {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.more-heading span {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: blue;
}

.more-subheading {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.5;
    margin-bottom: 3%;
}

.more-fl-heading {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

.more-fl-subheading {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}

.more-row {
    margin-top: 5%;
}


/*////////////////////////*/


/*/////start here map///////////////////*/

.#gmap_canvas img {
    max-width: none!important;
    background: none!important
}

.map-wrapper {
    overflow: hidden;
    height: 350px;
    width: 100%;
}

#gmap_canvas {
    height: 350px;
    width: 100%;
}
.contact-us-heading {
    padding: 19px 0;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

#contact-us{
    padding: 20px 0;
    background-color: rgb(20, 30, 36);
}
.facebook img{
    padding-left: 20px;
}
#copywrite{
    padding: 2%;
    background-color: rgba(0, 0, 0, 0.81) !important;
    color:#fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
#social-media{
    padding: 2.5% 0;
    background-color: #fff;
}
.arrow-down {
  width: 0;
    height: 0;
    margin: auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    text-align: center;
    border-top: 40px solid rgb(20, 30, 36);
    padding-bottom: 3%;
}
.our-capabilities{
    padding-bottom: 2%;
}
.button-contactus{
       margin: 2% 0 2% 0;
    border-radius: 0px;
    font-size: 18px;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.address-heading{
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
    color: #fff;
}
.address-subheading, .city-name, .address-phone{
     font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}
 .address-phone{
     font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1%;
    }
.ddress-pad {
    margin-top: 15%;
}
#contact-us-arrow{
    margin-top: 5.8%;
    background-color: rgb(20, 30, 36);
    color: #fff;
    position: relative;
}

/*////////////end here map////////////////////*/
/*////////////////////About us//////////////*/
#about-us-start{
    padding: 3% 0;
}
.about-us-heading{
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: black;
     margin-top: -3%;

}
.about-us-subheading{
    text-align: justify;
    font-size: 15px;
    color: black;
    line-height: 1.5;

}
.about-us-main{
    margin-top: 5%;
}
#service{
    padding: 3%;
        background-color: rgb(20, 30, 36);
        margin-bottom: 1%;
}
.service-left-side ul li{
        padding-top: 15px;

}
.service-left-side ul li a{
    list-style-type: none;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
#aboutus{
    background-image: url(../img/bg/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5% 0;
}
.our-vision{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}
.our-vision-subheading{
      font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
}
.service-board{
    margin-bottom: 5%;
    clear: both;
}
.erviceses-subheading{
    clear: both;
}
.service-wrapper{
    list-style-type: none;
    border-radius: 50%;
}
/*.service-wrapper img{
    border-radius: 50%;
}*/
#serviceses{
    background:#fff;
    padding: 3% 0;
}
.serviceses-subheading{
    text-align: center;
    font-size:16px;
    text-align: justify;
    clear: both; 
}
.serviceses-subheading h1{
    text-align: center;
    padding: 10px 0;
    clear: both;
    font-size: 25px;
}
.servicese-row{
    margin-top: 3%;
}
.materialtesting-subheading{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;

}
#materialtesting{
        padding: 1% 0 3% 0;
}
.materialtesting-heading{
    font-size: 25px;
    font-weight: 400;
}
#contactus-heading{
    padding:0 0 3% 0;
}
i.service-fa-link{
    margin-left: -49%;
    font-size: 28px;
    vertical-align: middle;
}
a.fa-link-wrapper{
    color: #fff;
}
#service-wrapper-image img{
    width: 100%;
}
.services-wrapper-image{
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    margin-top: -17%;
    color: #fff;
    vertical-align: middle;
}
.pp-plastic-image img{
    width: 100%
}
.category ul li{
    padding: 1.5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23); 
}
.category ul li a{
   font-size: 16px;
   font-weight: 300;
   color: black; 
   text-decoration: none;
}
.pp-plastic-subheading{
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 2%;
    text-align: justify;
}
.aboutus-wrapper{

}
#product-wrapper{
    background-color: #fff;
    /*padding: 2% 0;*/
}
.product-name {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    margin: 8% 0;
}
.product-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 1% 0;
}
.product-2-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5% 0;
}
#application-home{
    padding: 2% 0;
}
.video-card-main:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 100;
}
.port-home-heading {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    padding:1% 0 2% 0;
}
.autopart-home-heading{
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    padding:1% 0 .5% 0;
}
a.home-show-more{
    background: #141e24;
    padding: 1% 2%;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 2% 0;
    text-decoration: none;
}
/*////////////////////////end about us//////////////////*/
