body {
	padding:0px; 
	margin:0px; 
}
	
img{
	/*width:100%;*/
}
	
#wrapper{
	width:100%;
	margin:0 auto;
	}
	
#header{
	width:100%;
	background:#ffffff;
	
	}
	
#logo{
	width:8%;
	margin-left:20%;
	margin-top:1%;
	float:left;
	}
	
@import url(http://fonts.googleapis.com/css?family=roboto:400,400italic,600,700,800);
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,

hgroup,
nav,
section { display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nav {
  width:60%;
  display: block;
  background: #ffffff;
  font-size:14px;
  float:right;
  font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
  margin-top:6.4%;  
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  text-align:center; 
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
  color: #6D6E70;
  transition: all 0.2s ease-in-out 0s;	
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background:#10499F;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #6D6E70;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background:#10499F;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);

}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;

}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1920px)and (min-width: 240px){
.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #10499F;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.responsive-menu:hover {
  background: #10499F;
  color: #fff;
  text-decoration: none;
}

}

.responsive-menu:hover {
  background: #F37021;
  color: #fff;
  text-decoration: none;
}



 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px;}


}


 @media (max-width: 767px) {

.mainWrap {
	width: auto;
	padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu {display: block;}

#nav {
	width:100%;
	margin: 0;
	background: none;
	font-size:12px;
}

.menu li {
	display: block;
	margin: 0;
}

.menu li a {
	background: #fff;
	color: #6D6E70;
}

.menu li a:hover,
.menu li:hover>a {
	background: #1A78BC;
	color: #fff;
}

.menu ul {
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	transform: initial;
}

.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	position: relative;
	transform: initial;
}

.menu ul ul {
	left: 0;
	transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}	
	
/*Slider start here*/
/*jssor slider loading skin oval css */

#slider{
	width:100%;
	margin:0 auto;
}

.slider_line1{
	position:absolute;
	top:25px; 
	right:10px;
	width:400px;
	height:40px;
	z-index:0;
	font-size:35px;
	color:#ffffff;
	line-height:40px;
	font-family:century gothic;
}

.slider_line2{
	position:absolute;
	top:15px; 
	right:2px;
	width:540px;
	height:40px;
	z-index:0;
	font-size:35px;
	color:#ffffff;
	line-height:40px; 
	font-family:century gothic;
}

.slider_line3{
	position:absolute;
	top:15px; 
	right:10px;
	width:500px;
	height:40px;
	z-index:0;
	font-size:35px;
	color:#000000;
	line-height:40px;
	font-family:century gothic;
}

.slider_line4{
	position:absolute;
	top:20px; 
	right:10px;
	width:450px;
	height:40px;
	z-index:0;
	font-size:35px;
	color:#000000;
	line-height:40px;
	font-family:century gothic;
}

/*Slider end here*/	
	
	
/*Homepage start here*/

/*about us section start here*/	
#about_text{
	width:40%;
	float:right;
	font-size:16px;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
}	
	
.containerabout{
	width:90%;	
}

.consulting-section {
  padding: 50px 0;
}

.title-section {
  width:46%;
  margin-bottom: 50px;
  text-align: center;
  float:left;
  margin-top:3%;
  margin-left:5%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
 }
.title-section h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;  
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 62%;
  margin-left: -20px;
}
.title-section p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section.white {
  margin-bottom: 40px;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ffffff;
}


.button {
    background-color: #0eb04c;
    border: none;
    color: white;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight:bold;
    margin: 2px 2px;
    cursor: pointer;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:14px;
	
}

.button:hover {
	background-color: #1B679C;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: white;
	font-weight:bold;
}

/*about us section end here*/


/*Milestone page start here*/

.containermilestone{
	width:100%;
	clear:both;background-image: url("../images/milestoneimg.jpg");background-repeat:no-repeat;	background-size:cover;
}

.consulting-section {
	padding: 50px 0;
}

.title-section1 {
	width:100%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-top:2%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
.title-section1 h1 {
	color: #333333;
	font-size: 35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.title-section1 h1:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #0eb04c;
	bottom: -1px;
	    left: 53.5%;
	margin-left: -20px;

}
.title-section1 p {
	max-width: 600px;
	margin: 0 auto;
}
.title-section1.white {
	margin-bottom: 40px;
}
.title-section1.white h1 {
	color: #ffffff;
}
.title-section1.white p {
	color: #ffffff;
}

#icon_container ul{
	width:100%;	
	clear:both;
	padding-left:15%;
	padding-bottom:1%;
}

#icon_container  li {
	width:20.5%;
	padding:10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	font-weight:bold;
	list-style-type: none;
	display:inline-block;
	vertical-align: top;
	color:#ffffff;
	text-align:center;
}

#icon_container  img{
	width:30%;	
}

.largefont{
	color:#ffffff;
	font-size:35px;
	font-weight:bold;
}
.largefont1{
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
}
/*milestone page end here*/


/*homepage our product page start here*/
		
#product_gallery{
	width:100%;
	margin:0 auto;
	float:left;
	margin-bottom:2.5%;	
}

#pro_heading{
	width:30%;
	float:left;
	margin-left:10%;
	/*margin-top:5%;*/
	font-family:Tahoma;
	font-size:40px;
	color:#FF7900;
	clear:both;	
}

.title-section2 {
	width:52%;
	text-align: center;
	float:left;
	margin-top:2%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.title-section2 h1 {
	color: #333333;
	font-size: 35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.title-section2 h1:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #0eb04c;
	bottom: -1px;
	left: 60%;
	margin-left: -20px;

}
.title-section2 p {
	max-width: 600px;
	margin: 0 auto;
}
.title-section2.white {
	margin-bottom: 40px;
}
.title-section2.white h1 {
	color: #ffffff;
}
.title-section2.white p {
	color: #ffffff;
}

#pro_heading p{
	font-family:centruty gothic;
	font-size:16px;
	color:#6D6E70;
	font-family:century gothic;
	text-align:justify;
}

#product_image{
	width:58%;
	float:left;
	font-size:16px;
	margin:1%;
	font-family:century gothic;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
	margin-top:-5%;	
}

#thumbs1 {
	width:100%;
	margin-top:2%;
	margin-left:15%;
	
}

#thumbs1  li {
	margin-top:80px;
	list-style-type: none;
	padding:0;
	
}
#thumbs2{
	    width: 100%;
    /* float: right; */
    margin-left: 500px;
    margin-top: -33%;
}

#thumbs2  li {
	margin-top:80px;
	list-style-type: none;
	padding:0;
	margin-left:2%;	
}

 span.overlay-img-thumb h5 {
    color: #fff;
    text-align: center;
    margin-top: 18%;
    font-size: 25px;
}
 span.overlay-img-thumb p {
    color: #fff;
    text-align: center;
	padding: 0 34px;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 8%;
	cursor: pointer;	
}

.item-thumbs a + img {
	width: 100%;

}
.item_list li {
    list-style-type: circle;
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	margin:0 auto;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	left:0;
	/*background-color:#1A78BC;*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	right:100%;
	text-decoration: none;
	
	font-family:century gothic;
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: .8;
	left:0;
   
}
.fancybox-nav span{
 
}
ul.portfolio-categ li.active a{
color:#fff;

}
 span.overlay-img-thumb h5 {
    color: #ffffff;
    text-align: center;
    margin-top: 50%;
    font-size: 25px;
	font-weight:bold;
}

 span.overlay-img-thumb p {
    color: #fff;
    text-align: center;
	padding-top: 50px;
}
 i.icon-info-blocks.fa.fa-search {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bolder;
    font-size: 18px;
}
ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

/*homepage our product page end here*/


/*our client section start here*/

.title-section3 {
  width:100%;
  text-align: center;
  float:left;
  margin-top:2%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
.title-section3 h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.title-section3 h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 53.5%;
  margin-left: -20px;

}
.title-section3 p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section3.white {
  margin-bottom: 40px;
}
.title-section3.white h1 {
  color: #ffffff;
}
.title-section3.white p {
  color: #ffffff;
}


#our_client{
	width:100%;
	margin:0 auto;
	background:#E7E8E9;
	padding-bottom:4%;
	clear:both;
}

/*our client page section start here*/


/*Vision mission page start here*/
#vision-mission-banner{
	width:100%;
	margin:0 auto;	
}	
	
#containervision_mission {
	width:61%;	
	margin:0 auto;
}

.consulting-section {
  padding: 50px 0;
}

.title-section4 {
  width:30%;
 margin-bottom: 50px;
 text-align: center;
 float:left;
 margin-left:2%;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

 }
.title-section4 h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;font-weight:bold;
  
}
.title-section4 h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 58%;
  margin-left: -20px;

}
.title-section4 p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section4.white {
  margin-bottom: 40px;
}
.title-section4.white h1 {
  color: #ffffff;
}
.title-section4.white p {
  color: #ffffff;
}

/*mission */

.title-section5 {
  width:30%;
 margin-bottom: 50px;
 text-align: center;
 float:right;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.title-section5 h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;font-weight:bold;
  
}
.title-section5 h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 62%;
  margin-left: -20px;
}

.title-section5 p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section5.white {
  margin-bottom: 40px;
}
.title-section5.white h1 {
  color: #ffffff;
}
.title-section5.white p {
  color: #ffffff;
}

.visiontext{
	font-size:16px;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:center;
	color:#6D6E70;
	line-height:1.42857143;
	margin:0 auto;		
}

.missiontext{	
	font-size:16px;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:center;
	color:#6D6E70;
	line-height:1.42857143;
	margin:0 auto;
	margin-bottom:4%;	
}

/*vision mission page end here*/

/*our team page start here*/

#our_team_banner{
	width:100%;
}

.consulting-section {
	width:100%;
	padding: 50px 0;
}

.team_title {
	width:100%;
    margin-bottom: 1px;
    text-align: center;
    clear:both;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.team_title h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;  
}

.team_title h1:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #0eb04c;
	bottom: -1px;
	left: 53%;
	margin-left: -20px;
}

.team_title p {
	max-width: 600px;
	margin: 0 auto;
}

.team_title.white {
	margin-bottom: 40px;
}

.consulting-section .consulting-box {
	width:65%;
	margin:0 auto;
	margin-top:2%;
}

 .consulting-post1{
	width:100%;
	margin-bottom:2%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
    color:#6D6E70;
    padding: 0 35px 35px;
    border: 1px solid #eeeeee;
    text-align: justify;
	background:#EDEDED;
	border-left:15px solid #0eb04c;
	padding-left:12%;
}

.consulting-section .consulting-post1 h2 {
	color: #000000;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 18px;
}

.post_text {
	color: #5B5B5B;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 38px;
  
}

.consulting-section .consulting-post1 img {
	width:9%;  
	position: absolute; 
	margin-top:34px;
	margin-left:-230px;
	z-index:100;
 
}
  

/*-----------------consulting post2---------------------*/
 .consulting-post2{
	width:100%;
	margin-bottom:2%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
    color:#6D6E70;
    padding: 0 35px 35px;
    border: 1px solid #eeeeee;
    text-align: justify;
	background:#EDEDED;
	border-left:15px solid #0eb04c;
	padding-left:12%;
}

.consulting-section .consulting-post2 h2 {
	color: #000000;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 18px;
}

.consulting-section .consulting-post2 img {
	width:9%;  
	position: absolute; 
	margin-top:16px;
	margin-left:-230px;
	z-index:100;
 
}
  

/*--------------------consulting post3-----------------*/
 .consulting-post3{
	width:100%;
	margin-bottom:2%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
    color:#6D6E70;
    padding: 0 35px 35px;
    border: 1px solid #eeeeee;
    text-align: justify;
	background:#EDEDED;
	border-left:15px solid #0eb04c;
	padding-left:12%;
}

.consulting-section .consulting-post3 h2 {
    color: #000000;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 18px;
  
}

.consulting-section .consulting-post3 img {
	width:9%;  
	position: absolute; 
	margin-top:12px;
	margin-left:-230px;
	z-index:100;
}
  

/*--------------------consulting post4-----------------*/
 .consulting-post4{
	width:100%;
	margin-bottom:2%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
    color:#6D6E70;
    padding: 0 35px 35px;
    border: 1px solid #eeeeee;
    text-align: justify;
	background:#EDEDED;
	border-left:15px solid #0eb04c;
	padding-left:12%;
	
}

.consulting-section .consulting-post4 h2 {
	color: #000000;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 18px;
  
}
.consulting-section .consulting-post4 img {
	width:9%;  
	position: absolute; 
	margin-top:34px;
	margin-left:-230px;
	z-index:100;
}
  
  /*--------------------consulting post5-----------------*/
 .consulting-post5{
	width:100%;
	margin-bottom:2%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
    color:#6D6E70;
    padding: 0 35px 35px;
    border: 1px solid #eeeeee;
    text-align: justify;
	background:#EDEDED;
	border-left:15px solid #0eb04c;
	padding-left:12%;
	
}

.consulting-section .consulting-post5 h2 {
	color: #000000;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight:bold;
	text-align:left;
	position: relative;
	padding-bottom: 18px;
  
}
.consulting-section .consulting-post5 img {
	width:9%;  
	position: absolute; 
	margin-top:21px;
	margin-left:-240px;
	z-index:100;
}
/*Our team page end here*/



/*Quality policy page start here*/
#qualitypolicy_text{
	width:40%;
	float:right;
	font-size:16px;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
}	
	
.containerquality{
	width:84%;	
}

.consulting-section {
  padding: 50px 0;
}

.title-section_quality {
	width:30%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-top:3%;
	margin-left:15%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
 }
.title-section_quality h1 {
	color: #333333;
	font-size: 35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
  
}
.title-section_quality h1:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #0eb04c;
	bottom: -1px;
	left: 71%;
	margin-left: -20px;
}
.title-section_quality p {
	max-width: 600px;
	margin: 0 auto;
}
.title-section_quality.white {
	margin-bottom: 40px;
}
.title-section_quality.white h1 {
	color: #ffffff;
}
.title-section_quality.white p {
	color: #ffffff;
}


#quality_icon{
	width:100%;	
	clear:both;
	background:#1B679C;
	padding-left:18%;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
}

#quality_icon  li {
	width:27%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	list-style-type: none;
	display:inline-block;
	vertical-align: top;padding:10px;
	color:#ffffff;
}

#quality_icon  img{
	width:5%;
	padding:10px;
}

.containermilestone{
	width:100%;
	clear:both;background-image: url("../images/milestoneimg.jpg");background-repeat:no-repeat;	background-size:cover;
}

.consulting-section {
	padding: 50px 0;
}

.process-section {
	width:100%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-top:2%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
.process-section h1 {
	color: #333333;
	font-size: 35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.process-section h1:after {
	position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #0eb04c;
    bottom: -1px;
    left: 62.3%;
    margin-left: -20px;
}
.process-section p {
	max-width: 600px;
	margin: 0 auto;
}
.process-section.white {
	margin-bottom: 40px;
}
.process-section.white h1 {
	color: #ffffff;
}
.process-section.white p {
	color: #ffffff;
}

#process{
	width:100%;
	margin:0 auto;
	clear:both;
	background:#10499F;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
}
 
 #process img{
	width:60%;
	margin-left:23%;
	margin-top:-1%;
	
}

/*Quality policy page end here*/


/*product silicoplast page start here*/

#silicoplast_text{
	width:40%;
	float:right;
	margin-top:20%;
	font-size:16px;
	margin-top:8%;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
}	
	
.containersilicoplast{
	width:83%;	
}

.title-section_plast {
  width:14%;
  margin-bottom: 50px;
  text-align: center;
  float:left;
  margin-top:3%;
  margin-left:21.5%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
 }
.title-section_plast h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}
.title-section_plast h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 65%;
  margin-left: -20px;

}
.title-section_plast p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section_plast.white {
  margin-bottom: 40px;
}
.title-section_plast.white h1 {
  color: #ffffff;
}
.title-section_plast.white p {
  color: #ffffff;
}

#silicoplast_blue{
	width: 100%;
    height: 666px;
    margin: 0 auto;
    background: #10499F;
    clear: both;
    padding: 1%;
}

.title-sectionfeature {
	width:20%;
  margin-bottom: 50px;
  text-align: center;
  float:left;
  margin-top:3%;
  margin-left:16%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.title-sectionfeature h1 {
  color: #ffffff;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}

.title-sectionfeature h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 83%;
  margin-left: -20px;

}
.title-sectionfeature p {
  max-width: 600px;
  margin: 0 auto;
}
.title-sectionfeature.white {
  margin-bottom: 40px;
}
.title-sectionfeature.white h1 {
  color: #ffffff;
}
.title-sectionfeature.white p {
  color: #ffffff;
}

#silicoplast_list ul{
	width: 50%;
    height: 345px;
    margin: 0 auto;
    float: right;
    margin-right: 1%;
}

#silicoplast_list li{
	width:23%;
	list-style-type:none;
	display:inline-block;
    font-family:century gothic;
	font-size:16px;
	border-left:3px solid #0eb04c ;
	color:#ffffff;
	padding-left:10px;
	margin-top:5%;
vertical-align:top;	
}

#silicoresult{
	width:64%;
	margin-top:2%;
	margin:0 auto;
	font-family:century gothic;
	font-size:16px;
	text-align:justify;
}

#silicoresult h2{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color:#0eb04c;
}

#silicoplast_subpoint{
	width:100%;
	margin:0 auto;	
}

#benifit_section{
	width:30%;
	background:#EDEDED;
	font-family:century gothic;
	font-size:28px;
	color:#0eb04c;
	font-weight:bold;
	padding-left:15px;
	clear:both;
	margin-top:1%;
	margin-left:18%;
}

#selicoplast_description1{
	width:65%;
	margin:0 auto;
	font-family:century gothic;
	font-size:16px;
	text-align:justify;
	padding-top:1%;
	padding-left:1%;
margin-bottom:3%;
}

/*silicoplast page end here*/


/*silicofix page start here*/

#silicofix_text{
	width:40%;
	float:right;
	margin-top:20%;
	font-size:16px;
	margin-top:8%;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
	
}	
	
.containersilicofix{
	width:84%;	
}

.title-section_fix {
	width: 14%;
    margin-bottom: 50px;
    text-align: center;
    float: left;
    margin-top: 3%;
    margin-left: 21%;
    clear: both;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
.title-section_fix h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}
.title-section_fix h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 60%;
  margin-left: -20px;

}
.title-section_fix p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section_fix.white {
  margin-bottom: 40px;
}
.title-section_fix.white h1 {
  color: #ffffff;
}
.title-section_fix.white p {
  color: #ffffff;
}

#silicofix_blue{
	width: 100%;
    height: 425px;
    margin: 0 auto;
    background: #10499F;
    clear: both;
    padding: 1%;
}

.title-sectionfeature1{
	width:20%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-top:3%;
	margin-left:16%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.title-sectionfeature1 h1 {
  color: #ffffff;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}

.title-sectionfeature1 h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 83%;
  margin-left: -20px;

}
.title-sectionfeature1 p {
  max-width: 600px;
  margin: 0 auto;
}
.title-sectionfeature1.white {
  margin-bottom: 40px;
}
.ttitle-sectionfeature1.white h1 {
  color: #ffffff;
}
.title-sectionfeature1.white p {
  color: #ffffff;
}

#silicofix_list ul{
	width:51%;
	margin:0 auto;
	float:right;
	margin-right:2%;
	
}

#silicofix_list li{
	width:20%;
	list-style-type:none;
	display:inline-block;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	border-left:3px solid #0eb04c;
	color:#ffffff;
	padding-left:5px;
	margin-left:5%;
	margin-top:5%;	
	vertical-align:top;
	
	}

#silicofix_subpoint{
	width:100%;
	margin:0 auto;
	
}

#benifit_section2{
	width:35%;
	background:#EDEDED;
	font-family:century gothic;
	font-size:28px;
	color:#0eb04c;
	font-weight:bold;
	padding-left:15px;
	clear:both;
	margin-top:1%;
	margin-left:18%;
}

#benifit_points ul{
	width:50%;	
	float:left;
	margin-left:18%;
	margin-bottom:2%;	
}

#benifit_points li {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	list-style-type: none;
	display:block;
	padding-left:30px;
	padding-top:15px;
	text-align:left;	
}
#benifit_points img{
	width:1%;
	float:left;
	padding-top:24px;	
}

 .Table
    {
	width:70%;
    display: table;
	padding-left:5%;
	padding-top:2%;
	padding-bottom:1%;
	text-align:center;
	margin-left:13%;
    }
    
    .Heading
    {
    display: table-row;
	height:30px;
	font-size:22px;
	color:#ffffff;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: center;
	background-color:#58595B;
    }
    .Row1
    {
        display: table-row;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		font-size:16px;
		font-weight:bold;
		background-color:#D1D3D4;
		
    }
	
	   .Row2
    {
        display: table-row;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		font-size:16px;
		font-weight:bold;
		background-color:#E7E8E9;
    }
    .Cell
    {
		padding-top:8px;
        display: table-cell;
		border: solid gray;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
	
	
#techinfo{
	width:35%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	padding-top:10px;
	margin-left:18%;
}
#techinfo p{
	border-bottom:2px dotted gray;
	padding:5px;
}

#method_points ul{
	width:50%;	
	float:left;
	margin-left:18%;
	margin-bottom:2%;
	
}

#method_points  li {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	list-style-type: none;
	display:block;
	padding-left:30px;
	padding-top:15px;
	text-align:left;
}
#method_points  img{
	width:1%;
	float:left;
	padding-top:24px;
}
/*silicofix page end here*/

/*silico crete page start here*/

#silicocrete_text{
	width:40%;
	float:right;
	margin-top:20%;
	font-size:16px;
	margin-top:8%;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
	
}	
	
.containersilicocrete{
	width:84%;	
}

.title-section_crete{
  width:30%;
  margin-bottom: 50px;
  text-align: center;
  float:left;
  margin-top:3%;
  margin-left:12%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
.title-section_crete h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}
.title-section_crete h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 61%;
  margin-left: 3px;

}
.title-section_crete p {
  max-width: 600px;
  margin: 0 auto;
}
.title-section_crete.white {
  margin-bottom: 40px;
}
.title-section_crete.white h1 {
  color: #ffffff;
}
.title-section_crete.white p {
  color: #ffffff;
}

#silicocrete_blue{
	width:100%;
	height:400px;
	margin:0 auto;
	background:#1B679C;
	clear:both;
	padding:1%;	
}

.title-uses{
	width:20%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-top:3%;
	margin-left:16%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 }
 
.title-uses h1 {
  color: #ffffff;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}

.title-uses h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 83%;
  margin-left: 2px;

}
.title-uses p {
  max-width: 600px;
  margin: 0 auto;
}
.title-uses.white {
  margin-bottom: 40px;
}
.title-uses.white h1 {
  color: #ffffff;
}
.title-uses.white p {
  color: #ffffff;
}

#silicocrete_list ul{
	width:51%;
	margin:0 auto;
	float:right;
	margin-right:2%;
	
}

#silicocrete_list li{
	width:20%;
	list-style-type:none;
	display:inline-block;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	border-left:3px solid #0eb04c;
	color:#ffffff;
	padding-left:5px;
	margin-left:5%;
	margin-top:5%;	
	vertical-align:top;
	
	}

#silicofix_subpoint{
	width:100%;
	margin:0 auto;
	
}

#application_section{
	width:35%;
	background:#EDEDED;
	font-family:century gothic;
	font-size:28px;
	color:#0eb04c;
	font-weight:bold;
	padding-left:15px;
	clear:both;
	margin-top:1%;
	margin-left:18%;
}

#application_points ul{
	width:50%;	
	float:left;
	margin-left:18%;
	margin-bottom:2%;	
}

#application_points li {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	list-style-type: none;
	display:block;
	padding-left:30px;
	padding-top:15px;
	text-align:left;	
}
#application_points img{
	width:2%;
	float:left;
	padding-top:15px;	
}
	
#creteinfo{
	width:35%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	padding-top:10px;
	margin-left:18%;
}
#creteinfo p{
	border-bottom:2px dotted gray;
	padding:5px;
}

#method_points1 ul{
	width:65%;	
	float:left;
	margin-left:17%;
	margin-bottom:2%;	
}

#method_points1  li {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size:16px;
	list-style-type: none;
	display:block;
	padding-left:30px;
	padding-top:15px;
	text-align:justify;
}
#method_points1  img{
	width:2%;
	float:left;
	padding-top:15px;
}

#silicocrete_subpoint{
	width:100%;
	margin:0 auto;	
	padding-bottom:1%;
}

#selicocrete_description{
	width:65%;
	margin:0 auto;
	font-family:century gothic;
	font-size:16px;
	text-align:justify;
	padding-top:1%;
	padding-left:1%;
	
}

/*silico crete page end here*/

/*infrastructure page start here*/
 #infrastructure_banner{
	width:100%;
	margin:0 auto;	
}	
	
#manufacturing_text{
	width:40%;
	float:right;
	font-size:16px;
	padding-top:2%;
	margin:1%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:justify;
	color:#6D6E70;
	line-height:1.42857143;	
	margin-bottom:3%;
}	
	
.containermanufacturing{
	width:84%;	
}

.consulting-section {
  padding: 50px 0;
}

.manufacturing-section {
  width:30%;
  margin-bottom: 50px;
  text-align: center;
  float:left;
  margin-top:3%;
  margin-left:19%;
  clear:both;
 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
 }
.manufacturing-section h1 {
  color: #333333;
  font-size: 35px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;  
}
.manufacturing-section h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #0eb04c;
  bottom: -1px;
  left: 73%;
  margin-left: -20px;
}
.manufacturing-section p {
  max-width: 600px;
  margin: 0 auto;
}
.manufacturing-section.white {
  margin-bottom: 40px;
}
.manufacturing-section.white h1 {
  color: #ffffff;
}
.manufacturing-section.white p {
  color: #ffffff;
}
/*infrastructure page end here*/


/*contact us page start here*/
.contact-section {
	padding: 50px 0;
}

.contact_title-section {
	width:80%;
	margin-bottom: 50px;
	text-align: center;
	float:left;
	margin-left:6%;
	clear:both;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
 }
.contact_title-section h1 {
	color: #333333;
	font-size: 35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;  
}
.contact_title-section h1:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #0eb04c;
	bottom: -1px;
	left: 58.5%;
	margin-left: -20px;
}
.contact_title-section p {
	max-width: 600px;
	margin: 0 auto;
}
.contact_title-section.white {
	margin-bottom: 40px;
}
.contact_title-section.white h1 {
	color: #ffffff;
}
.contact_title-section.white p {
	color: #ffffff;
}

.contact-section h2 {
	color: #333333;
	font-size: 16px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
	
}

.contact-info h2 {
	color: #333333;
	font-size: 16px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-left:105px;
}

.contact-section p {
	margin-bottom: 30px;
	color:#6D6E70;
	margin-left:100px;
}
.contact-section ul.information-list {
	width:100%;
	margin-left:10px;
    padding: 0;
}
.contact-section ul.information-list li {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contact-section ul.information-list li i {
	float: left;
	color: #6D6E70;
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
}
.contact-section ul.information-list li span {
	display: block;
	font-size: 16px;
	color: #5a5a5a;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	line-height: 22px;
	margin: 0 0 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #6D6E70;
}
.contact-section ul.information-list li a {
	font-size: 16px;
	color: #5a5a5a;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	line-height: 22px;
	margin: 0 0 10px;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
	
}
.contact-section ul.information-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#contact-form,.comment-form {
	margin-bottom: -30px;
}


#contact-info{
	width:40%;
	float:right;
	
}

#contact_form{
	width:55%;
	float:left;	
}

#contact-form input[type="text"],.comment-form input[type="text"],#contact-form textarea,.comment-form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #C9C9C9;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #5a5a5a;
	font-size: 13px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#contact-form input[type="text"]:focus,.comment-form input[type="text"]:focus,

#contact-form textarea:focus,.comment-form textarea:focus {
	border: 1px solid #9B9B9B;
}

#contact-form textarea,.comment-form textarea {
	height: 146px;
}

#contact-form input[type="submit"],.comment-form input[type="submit"] {
	padding: 12px 30px;
	outline: none;
	border: none;
	background: #0eb04c;
	color: #ffffff;
	font-size: 13px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}

#contact-form input[type="submit"]:hover,.comment-form input[type="submit"]:hover {
	background:#1B679C;
	
}

#contact-form .message,.comment-form .message {
	height: 30px;
	padding: 10px 20px;
	font-size: 13px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#contact-form .message.error,.comment-form .message.error {
	color: #e74c3c;
	background: rgba(246, 80, 80, 0.4);
	border: 1px solid #e74c3c;
}

#contact-form .message.success,.comment-form .message.success {
	color: #29b504;
	background: rgba(63, 220, 21, 0.4);
	border: 1px solid #29b504;
}

/*contact page end here*/


/*footer page start here*/
	
#footer{
	width:100%;
	clear:both;
	margin:0auto;
	padding:15px;
	background:#10499F;
	text-decoration:none;
	
}

.footernav {
	width:100%;
	padding:1%;
	line-height:10px;
	text-align:center;
}

.footernav ul{
	
	line-height:40px;
	margin:0 auto;
	text-align:center;	
}

#footer ul li{
	width:200px;
	display:inline-block;
	margin:0 auto;
	
}

#footer ul li :hover{
	width:200px;
	display:inline-block;
	margin:0 auto;	
}

#footer ul li a{
	display:inline-block;
	text-decoration:none;
	color:#ffffff;
	margin:0 auto;
}

#footer ul li a:hover{
	color:#AEAEAF;
	font-weight:bold;
	display:inline-block;
	text-decoration:underline;	
}

.text{
	margin:0 auto;
	font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
	font-size:12px;
	color:#fff;
	/*color:#545252;*/
}
.sister1text{
	float:left;
	margin-left:330px;
	margin:0 auto;
	font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
	font-size:12px;
	color:#fff;
}
.footext{
	margin-left:-185px;
	color:#fff;
	/*margin:0 auto;*/
	font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
	font-size:12px;
	margin-top:0px;
}

.footext1 a{
	margin-left:12px;
	color:#a3a2a2;
	/*margin:0 auto;*/
	font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
	font-size:12px;
	margin-top:10px;
}
.foot1{
	
	color:#a3a2a2;
	/*margin:0 auto;*/
	font-family:'Open Sans',sans-serif,arial,helvetica,verdana;
	font-size:12px;
	margin-top:10px;
}
.social-icons{
	width:30%;
	float:right;
}



.contactf{
	text-align:center;
}

.plasttable{
	float:left;
	margin-left:100px;
}

.plasttable1{
	float:left;
	margin-left:300px;
}
.Cellplast{
	    background-color:4F87C6;
}

.textmar{
	line-height:1.4em;
	margin-top:0px;
	padding:1%;
	/*background:#024DA1;*/
	/* background: rgba(0, 0, 0, 0.41);*/
	background: #888888;
	text-align:center;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.textmar p{
margin-top:0.3%;	
}

.surface {
	margin-top:3%;
}
.surface1 {
	margin-top:3%;
}
.surface3 {
	margin-top:2%;
}
.surface13 {
	margin-top:14%;
}

.ganapati{
margin-top:3%;	
}

.imgpdf {
        width: 26px;
   /* height: 42px;*/
    /* margin-left: -60px; */
   /*margin-top: 1px;
    margin-left: 23px;
    margin-bottom: -1px;*/
}
.pdf1{
	margin-top:-20px;
}

#wrapperpackaging .text {
      position: relative;
    bottom: 30px;
    left: 120px;
    top: -180px;
    visibility: hidden;
	color:#000;
}

#wrapperpackaging:hover .text {
visibility:visible;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pushne img{
margin-top:70px;	
}

.pushne10 img{
	margin-bottom: 0px;
margin-top:-47px;	
}

.read-more-btn{

	margin-left:100px;
	/*text-align:center;
	width:10%;
	height:30px;
background: #0eb04c;
border-radius: 1px;
color: white;
margin-left:100px;
margin-top:30px;*/
}

.read-more-btn1{

	margin-left:100px;
	/*text-align:center;
	width:10%;
	height:30px;
background: #0eb04c;
border-radius: 1px;
color: white;
margin-left:100px;
margin-top:34px;*/
}

.footext a{
	color:#fff;
}

