ul li, li {
 //list-style: none;
}
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body, html {
	height:100%;
	width:100%;
	float:left;
	margin-top:0px;
	font-family: 'Raleway', sans-serif; 
}
body {
	font-size:16px;
	color:#000; 
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
ul {
	list-style:none;
	margin: 0px;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#000;
transition:ease .3s;
}
a img {
	border:none;
	outline:none;
}
img {
	max-width:100%;
	vertical-align:middle
}
.clr {
	clear:both;
	float:none;
}
.clr:after, .row:after, .afclr:after {
	clear:both;
	float:none;
	content:"";
	display:block
}
:focus {
	outline:none;
}
.head-info {
    white-space: nowrap;
	color:white;
	font-size: 12px;
}
.head-part {
    background: #71ae13;
	padding-top: 10px;
}
p.phone.head-info {
    float: right;
}
ul.nav-list li.active{
	   /* background: #71ae13; */

}
ul.nav-list li.active a{
	   /* color:#fff;	 */
}
ul.nav-list li a{
	color:#000;
}
ul.nav-list>li {
    float: left;
    padding: 11px 0px;
    background: #fff;

    margin-left: 1px;
}
ul.nav-list {
    
}
.logo-part {
    border-bottom: 1px solid #ddd;
	    position: relative;
		z-index: 100;
}
.logo-part nav {
    /* position: absolute; */
    /* margin-top: 32px; */
}
.whyus {
    background: #0357ad;
    color: #fff;
    padding: 1px 12px;
	text-align: justify;
}
.about-us {
    margin: 15px 0px;
}
ul.why-menu li {
    padding-top:;
}
span.cgreen {
    color: #71ae13;
}
.quality {
    background: #e8e8e8;
	padding:15px;
}
.infras {
    background: #e8e8e8;
	padding:15px;	
}
.infras  h2 {
    border-bottom: 2px solid #ddd;
}
.quality  h2 {
    border-bottom: 2px solid #ddd;
}
.col-sm-6.info {
    margin-top: 15px;
}
.cpyrit {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
}
	ul.nav-list {
  overflow: ;
}
ul.nav-list li a {
  display: inline-block;
  color: #253D4E;
  text-align: center;
  padding: 0px 18px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  white-space: nowrap;
}
ul.nav-list li.icon {display: none;}

/*diamond*/

  
 .why-menu li  {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
  }
   .why-menu li::after {
      content: '';
      height: .4em;
      width: .4em;
      background: #000;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .25em;
      left: 0;
    }
    

/*end-diamond*/
ul.bin li {
    float: left;
    width: 33%;
    display: block;
    text-align: center;
    background: #71ae13;
    margin: 1px;
    color: #000;
    font-size: 17px;
    padding: 4px 0px;
}
.bin-div {
    margin: 20px 0px;
}
.welcome{
	text-align:justify;
}
.GarbageBin{
	color:#71ae13;
	text-align:center;
	margin: 20px 0px;
}
.title{
	position:relative;
	    padding: 17px;
	margin: 20px 0px;	
}
.title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #71ae13;
	}

.title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #71ae13;
}
span.red {
    background: #da251a;
}
span.green {
    background: #4cb034;
}
span.blue {
    background: #183883;
}
.info-tab {
    color: #fff;
    padding: 12px;
    border-radius: 0px 8px 8px 0;
    font-size: 17px;
}
.srkhead h2 {
    text-align: center;
    text-decoration: underline;
    color: #183883;
}
.textinfo {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*contact*/
span.name input {
    width: 48%;
	float: left;
}
span.phone input {
    width: 48%;
	float: right;
}
span.email input {
    width: 100%;
}
span.message textarea {
    width: 100%;
	margin-top: 20px;
	border: 1px solid #555;
	 background: #fbfbfb;
	  padding-left: 6px;
}
.contact-info input {
    height: 45px;
    border: 1px solid #555;
    border-radius: 5px;
    background: #fbfbfb;
	    padding-left: 6px;

}
.contact-info span input {
    margin-top: 20px;
}
.contact-info {
    text-align: center;
}
.submit input[type="submit"] {
    width: 30%;
}
.submit input[type="submit"]:hover{
	color:white;
	background:#00baff;
	transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.roinfo {
    border-bottom: 1px solid #ddd;
    padding: 12px 0px;
}
.roinfo span {
    color: #da251c;
}
.contact {
    background: #fbfbfb;
	    padding: 30px 0px;
}
.readonlyinfo {
    margin-top: 20px;
}
/*end-contact*/
/*thanks*/
section.thanks {
    text-align: center;
	margin: 30px 0px;
}
section.thanks img {
    width: 12%;
}
section.thanks a {
    text-decoration: none;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    margin: 9px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}
ul.plastic-list li {
    text-align: left;
    color: #000;
    line-height: 25px;
    font-size: 16px;
}
p.plastic-detail {
    text-align: left;
    color: #000;
    line-height: 27px;
    font-size: 16px;
    font-family: sans-serif;
	text-align: justify;
}
.plastic-about{
	color: #000;
    padding: 7px 0px 25px 0;
	    font-size: 16px;
    font-family: sans-serif;
	line-height: 27px;
}
/*end-thanks*/
@media screen and (max-width:680px) {
  /* ul.nav-list li:not(:first-child) {display: none;}
  ul.nav-list li.icon {
    float: right;
    display: inline-block;
  }
  ul.nav-list li a {
  
    padding: 0px 13px;
  
} */

@media screen and (max-width:680px) {
  ul.nav-list.responsive {position: relative;}
  ul.nav-list.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.nav-list.responsive li {
    float: none;
    display: inline;
  }
  ul.nav-list.responsive li a {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width:769px) {
p.plastic-detail {
    text-align: left;
    color: #000;
    line-height: 27px;
    font-size: 16px;
    font-family: sans-serif;
    padding-right: 136px;
    text-align: justify;
}

}
@media screen and (max-width:767px) {
.head-info {
    white-space: nowrap;
    color: white;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
}
