/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
p{
    margin: 0;
    color: #5f6368;
}
html,
body,
{
    padding: 0;
    margin: 0;
    border-radius: 0;
    
}
em{
    font-style: normal;
}
body {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img , figure{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol, li {
    list-style: none;
    margin: 0;
    padding: 0
}
a,a:hover,a:focus{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
 p {
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color:#000; 
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color:#000; 
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color:#000; 
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color:#000; 
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/
/*header-css*/

.header_outer{
    padding: 30px 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.header_outer .navbar{
    padding: 0;
}
.header_outer .navbar-nav li{
    margin-right: 30px;
}
.header_outer .navbar-nav li:last-child{
    margin-right: 0;
}
.header_outer .navbar-nav li a{
    color: #6c6c6c;
    font-size: 15px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.header_outer .navbar-expand-md .navbar-collapse{
    justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding: 0px;
}
.header_outer .navbar-nav li a:hover{
    color: #2779c0;
}
.shrink{
   position: fixed;
   -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
   padding: 20px 0px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
}
.header_outer .navbar-brand{
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0;
    max-width: 307px;
}
.shrink .navbar-brand{
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: auto;
}
.shrink.header_outer .navbar-nav li a:hover, .header_outer .navbar-nav li.current-menu-item a{
    color: #2779c0;
}
.shrink .navbar-brand{
    max-width: 250px;
}
/*Header-section end*/

.home_area{
    padding: 120px 0 35px;
}
.waste_top{
    padding: 20px 15px;
    background-color: #1b447c;
    text-align: center;
}
.waste_top h1{
    font-size: 32px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.waste_links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.waste_links ul li{
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    opacity: 0.6;
    line-height: 100%;
    transition: 0.3s;
}
.waste_links ul li:last-child{
    margin-right: 0px;
    padding-right: 0;
    border: 0;
}
.waste_links ul li a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
.waste_pic img{
    width: 100%;
}
.waste_links ul li:hover{
    opacity: 1;
}
.waste_links ul li a:hover{
    text-decoration: underline;
}


/*private_sec--start*/
.private_sec{
    padding: 30px 0 0;
    position: relative;
}
.private_loop{
    padding: 40px 0;
}
.private_loop:nth-child(odd) .col-lg-6:first-child{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.private_loop:nth-child(odd) .col-lg-6:last-child{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.private_loop:nth-child(even) .private_text{
    padding-left: 15px;
}
.private_loop .row{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.private_pic {
    text-align: center;
}
.private_logo{
    margin-bottom: 30px;
    max-width: 450px;
}
.private_para p{
    font-size: 16px;
    color: #5f6368;
    line-height: 24px;
    margin-bottom: 18px;
}
.private_para p:last-child{
    margin: 0;
}
.private_text h2, .page_hdng h2{
    color: #1f2024;
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
    text-transform: capitalize;
}
.private_text h2{
     margin-bottom: 20px;
}
.private_text h2 span{
    display: block;
}
.icon_btnOuter{
    margin: 40px 0 0;
}
.icon_btnOuter, .icon_btnItem{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon_btn{
    margin-left: 10px;
}
.icon_btn a{
    padding: 4px 15px;
    border: 1px solid #3582c4;
    border-radius: 5px;
    text-align: center;
    max-width: 175px;
    font-size: 16px;
    color: #2779c0;
    line-height: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.icon_btn a:hover{
    background: #2779c0;
    color: #fff;
    border-color: #2779c0;
}
.icon_btnItem{
    margin-right: 15px;
}
.icon_btnItem:last-child{
    margin: 0;
}

/*private_sec--end*/

.wahts_recycle_area{
    padding: 65px 0;
    background-color: #f5f5f5;
}
.page_hdng {
    margin-bottom: 30px;
}
.recycle_item{
    text-align: center;
}
.recycle_pic{
    height: 225px;
    width: 225px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}
.recycle_pic img{
    height: 100%;
    width: 100%;
}
.recycle_text h3{
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
/*============================================*/

.contact_area{
    padding: 65px 0;
}

.page_hdng p{
    margin-top: 15px;
    font-size: 16px;
    color: #5f6368;
    line-height: 24px;
}
.global_info_outer{
    padding: 30px 0 0;
}
.global_infoItem h3{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.global_infoItem h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.global_infoItem p{
    font-size: 17px;
    color: #5f6368;
    line-height: 28px;
}
.global_infoItem p span{
    display: block;
}
.info{
    padding: 20px 0 0;
}
.info li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1b447c;
    font-weight: 500;
}
.info li a span{
    margin-left: 10px;
}
.info li a:hover{
    color: #000;
}
.info li{
    margin-bottom: 10px;
}
.info li:last-child{
    margin-bottom: 0px;
}