/* Global declaration */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all 0.3s;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
}
h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
}
h5 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pl-20 {
    padding-left: 20px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-30 {
    padding-right: 30px !important;
}


/* Top CSS start */

.navbar {
    margin-bottom: 0px;
    min-height: 80px;
}

.navbar-default {
    background-color: #fff;
}

.navbar-nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.navbar-brand {
    height: 80px;
    padding: 25px 15px;
}

.navbar-right a {
    color: #fff;
}

.top-btn {
    padding-top: 20px;
    margin-top: 8px;
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #235d80 !important;
}

.navbar-right i {
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 16px;
}

.navbar.compressed {
    background: rgba(255, 255, 255, .9);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    min-height: 70px;
}

.navbar.compressed .navbar-brand {
    height: 70px;
    padding: 20px 15px;
}

.navbar.compressed .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar.compressed .navbar-right {
    padding-top: 15px;
}

.btn-top {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79c7fb+0,207cca+100,7db9e8+100 */
    background: rgb(121, 199, 251);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(121, 199, 251, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(125, 185, 232, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(121, 199, 251, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(125, 185, 232, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(121, 199, 251, 1) 0%, rgba(32, 124, 202, 1) 100%, rgba(125, 185, 232, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c7fb', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
    margin-left: 20px;
    padding: 10px 30px;
}

.btn-top:hover,
.btn-top:focus {
    text-decoration: none;
}

.btn-top:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,207cca+0,79c7fb+100 */
    background: rgb(125, 185, 232);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(121, 199, 251, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(121, 199, 251, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(121, 199, 251, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#79c7fb', GradientType=0);
    /* IE6-9 */
}

#hero {
    position: relative;
}
.slider-bg {
    background: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 168px;
    min-height: 500px;
}
.slider-bg2 {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 190px;
}

.slider-bg3 {
    background: url(../images/service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 190px;
}
.slider-bg4 {
    background: url(../images/metals-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 190px;
}
.contact-bg {
    background: url(../images/white-map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 183px;
    padding-bottom: 170px;
    position: relative;
}
.cont-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}

.left {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #f1f1f1;
    background-color: rgba(255,255,255,0.2);
    z-index: 9;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: all linear .3s;
}

#hero .left:hover {
    background-color: #f1f1f1;
    color: #444;
}

.right {
    position: absolute;
    top: 50%;
    right: 10%;
    color: #f1f1f1;
    background-color: rgba(255,255,255,0.2);
    z-index: 9;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: all linear .3s;
}

#hero .right:hover {
    background-color: #f1f1f1;
    color: #444;
}

.ban-txt h3 {
    margin: 0;
}
.ban-txt h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.slide-btn {
    margin-top: 25px;
}
.ban-txt {
    padding-bottom: 30px;
}
.ban-txt p{
    color: #fff;
}
#hero {
    border-bottom: 8px solid #174967;
    position: relative;
}
#hero:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(23, 73, 103, 0);
	border-top-color: #174967;
	border-width: 30px;
	margin-left: -30px;
}


#main-body {
    background: url(../images/body-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 122px;
    padding-bottom: 75px;
}
.recycling-head h4 {
    color: #235d80;
    margin-top: 0px;
    position: relative;
}
.recycling-head h4::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    top: -40px;
    right: 0px;
    background-color: #5c9fcd;
}
.recycling-txt {
    padding-right: 40px;
}
.recycling-txt h5 {
    line-height: 35px;
    color: #333333;
    padding: 30px 0px;
    border-bottom: 1px solid #d7d7d7;
}
.recycling-txt p {
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}



/*SERVICE-PART-START*/

#service-part {
    background: url(../images/body-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 100px;
}

.service-content {
   padding-bottom:  50px;
    
}


.service-left h4 {
    color: #174967;
    font-size: 24px;
    padding-top: 25px;
     padding-left: 10px;
}

.service-left p {
    color: #333333;
    font-size: 16px;
    padding-bottom: 26px;
     padding-left: 10px;
}

.service-right {
    padding-right: 10px;
    padding-top: 25px;
}


/*ABOUT PART START */

#about-part{
    background: url(../images/body-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 65px;
     padding-bottom:  100px;
}
.about-left h5{
    color: #174967;
    padding-left: 10px;
    padding-bottom: 30px;
}

.about-left p{
    color: #343434;
    padding-left: 10px;
    padding-bottom: 25px;
      line-height: 22px;
}
.about-left  span{
    color: #174967;
    font-weight: 700;
}

.about-right-img{
   padding-top: 25px;
    
   
}

.about-inner-content{
   padding-top: 50px;
    padding-left: 10px;
}
.about-center h5{
    color: #174967;
    padding-bottom: 30px;
}
.about-center p{
    color: #343434;
    padding-right: 10px;
    padding-bottom: 50px;
}
.about-center span{
    color: #174967;
    font-weight: 700;
}
.about-left-img{
    padding-left: 10px;
}
.about-bottom-right p{
    color: #343434;
    padding-right: 10px;
    line-height: 22px;
    padding-bottom: 25px;
}
.about-bottom-right span{
     color: #174967;
    font-weight: 700;
}
.about-content{
   
}

/*ABOUT PART END */
/*Metals PART START */

#metals {
    background: url(../images/body-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 54px;
    padding-bottom: 120px;
}

#metals .nav-tabs {
    border: none;
    margin: 30px auto 34px;
    text-align: center;
}
#metals .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #5f5f5f;
    border: none;
	font-size: 18px;
	font-weight: bold;
}
#metals .nav-tabs .nav-item{
	text-align: center;
    margin: auto;
    display: inline-block;
    float: none;
}
#metals .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #333333;
    font-weight: 400;
    background-color: transparent;
    border: none;
}

#metals .nav > li > a {
	padding: 10px 12px;
}
#metals .nav > li > .active {
	font-weight: 900;
    color: #174967;
    border: none;
}

#metals .nav-tabs > li.active {
	font-weight: 900;
    color: #174967;
    border: none;
}

#metals .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	font-weight: 900;
    color: #174967;
    border: none;
}
.portfolio-item{
    margin-top: 30px;
}

.text-show {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.text-show p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}



/*Metals PART END */
/*CONTACT PART Start */
#contact {
    background: url(../images/body-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
}
.main-form {
    background-color: #ebebeb;
    padding: 40px 70px;
}
.main-form h4 {
    color: #174967;
}
.small-input label{
    width: 29%;
}
.small-input input{
    width: 69%;
    display: inline-block;
}
.large-input label{
    width: 13%;
    display: inline-block;
    vertical-align: top;
}
.large-input textarea{
    width: 86%;
    display: inline-block;
}
.form-group .btn-top {
    padding: 20px 130px;
    font-size: 24px;
}
/*FOOTER PART START */

#footer-part{
    background-color: #010c18;
    border-bottom: 3px solid #154561;
    
}
.footer-content{
   
    border-bottom: 1px solid #727272;

      
}
.footer-logo {
      padding-left: 85px;
     padding-top: 60px;
}
.footer-logo p{
    color: #727272;
    padding-top: 10px;
    font-size: 16px;
    
}

.footer-icons p,.footer-links p{
    color: #727272;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 20px;
     padding-top: 60px;
}

.footer-links ul li{
     padding-bottom: 25px;
}
.footer-links li a{
    color: #727272;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
   
}


.footer-links li a:hover{
    color: #75c2f5;
    transition: .3s;
}
.footer-icons ul li{
     padding-bottom: 20px;
}
.footer-icons li a{
    color: #727272;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}
.footer-icons li a:hover{
    color: #75c2f5;
    transition: .3s;
}
.social-icon i{
    font-size: 16px;
    color:#727272;
    margin-right: 15px;
}
.social-icon i:hover{
    color: #75c2f5;
    transition: .3s;
}
.footer-copyright{
    color: #727272;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 27px;
}

/*FOOTER PART END */

@media (min-width: 1601px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .scrolly {
        visibility: visible !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .scrolly {
        visibility: visible !important;
    }
    .recycling-head {
        text-align: left;
    }
    .recycling-head h4::before {
        content: none;
    }
    .left {
        left: 2%;
    }
    .right {
        right: 2%;
    }
    .recycling-txt {
        padding-right: 0;
    }
    .navbar-nav > li > a{
        padding-left: 10px;
        padding-right: 10px;
    }
    h2{
        font-size: 40px;
    }
    p{
        font-size: 16px;
    }
    .slider-bg{
        min-height: 485px;
    }
    .form-group .btn-top{
        padding: 20px 60px;
    }
    .large-input label{
        width: 29%;
    }
    .large-input textarea {
        width: 69%;
    }
    .footer-logo{
        padding-left: 45px;
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        padding-left: 0px; 
    }
    .navbar-nav > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .left {
        left: 2%;
    }
    .right {
        right: 2%;
    }
    .navbar-toggle {
        margin-top: 22px;
    }
    .slider-bg {
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .slider-bg h3 {
        font-size: 28px;
    }
    .slider-bg h2 {
        font-size: 32px;
    }
    
    .slider-bg2 {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    
    .slider-bg2 h2 {
        font-size: 32px;
    }
    .slider-bg2 p {
        font-size: 13px;
    }
    
    .slider-bg3 {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    
    .slider-bg3 h2 {
        font-size: 32px;
    }
    .slider-bg3 p {
        font-size: 13px;
    }
    
    .slider-bg4 {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    
    .slider-bg4 h2 {
        font-size: 32px;
    }
    .slider-bg4 p {
        font-size: 13px;
    }
    #main-body {
        padding-top: 70px;
    }
    .recycling-txt {
        padding-right: 0px;
    }
    .recycling-head {
        text-align: center;
    }
    .recycling-head h4::before {
        content: none;
    }
    
    .about-left-img {
        padding-bottom: 50px;
    }
    .main-form {
        padding: 20px 10px; 
    }
    .small-input label {
        width: 100%;
        display: block;
    }
    .small-input input {
        width: 100%;
    }
    .form-group .btn-top {
        padding: 20px 95px;
        width: 100%;
    }
    .large-input textarea {
        width: 100%;
    }
    #metals .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        font-size: 14px;
    }
    #metals .nav > li > a {
        padding: 10px 4px;
    }
    #metals {
        padding-top: 25px;
        padding-bottom: 61px;
    }
    #metals .nav-tabs {
        margin: 30px auto 0px;
    }
    .navbar-right a{
        display: inline-block;
        margin: 0;
    }
    .top-btn {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .left, .right{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    
    .contact-bg{
        height: 300px !important;
        padding-top: 80px !important;
    }
    
    .contact-banner .slick-list{
        height: 300px !important;
    }
    
}

@media (max-width: 480px) {
    .slider-bg {
        min-height: 200px;
    }
    .slider-bg3 {
        min-height: 200px;
    }
}

@media (max-width: 320px) {

    .slider-bg h2 {
        font-size: 28px;
    }
    .slider-bg3 h2 {
        font-size: 28px;
    }
    .slider-bg3 p {
        font-size: 12px;
    }
    .slider-bg h3 {
        font-size: 24px;
    }
}
