html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Roboto', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---------------*/

/*-- banner --*/
/*--header--*/
.container{
	width: 90%;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	float:left; 
}
.banner img{
	width:100%; 
}
.content{
	float:left;
	width:100%; 
	margin:3em 0 5em 4em;
}
.content img{
	display:block;
	margin:0 auto;
	width:80%; 
}
.header-info-right{
	float:right;
	margin-top: 9px;
}
.header-info-left {
	float: left;
}
.header .logo{
	width: 163px;
	margin-left: 30px;
	z-index: 1;
	display:block;
	float:left;
	position: absolute;
	top: 0;
}
.logo a {
	display: block;
}
.logo a h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 700;
  margin: 0;
}
/*--/header--*/
/*--header-menu--*/
button#showRightPush {
  background: none;
  border: none;
  color: #e8e8e8;
  position: fixed;
  right: 18%;
  z-index: 9999;
  outline: none;
  top: 3.9%;
}
button#showRightPush img {
	padding-left: 0px;
}
/* General styles for all menus */
.cbp-spmenu {
	background: #2F363E;
	position: fixed;
	z-index: 999;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.107em;
	font-weight: 300;
	display: inline-block;
}
.cbp-spmenu a:hover {
	background: #000;
	color: #B9E5FB;
}
.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical a {
  	border-right: 1px solid rgba(245, 245, 245, 0.53);
  	padding: 13px 1.3em;
}
.cbp-spmenu-vertical a:nth-child(6){
	border-right:none;
}
.cbp-spmenu-vertical a:hover {
	text-decoration: none;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -600px;
	top: 26px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 45%;
  top: 26px;
}
/* Horizontal menu that slides from the top or bottom */
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--header-menu--*/
/*-- effect for nav --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
button#showLeftPush {
  	background: none;
  	border: none;
  	position: fixed;
  	right: 12%;
  	z-index: 9999;
  	outline: none;
  	top: 32px;
}
/*-- //effect --*/


/*--product-start--*/
.product{
	padding-top:1.5em;
}
.into{
	float:left; 	
}
.intro p{
	line-height: 1.6em;
	padding-right: 2em;
	margin-left: 0;
}
.usp{
	font-size: 1em;
	display:block;
	position:relative;
	float:left;
}
.usp hr,{
	line-height: -10px;
	border-top: 1px solid #9E9E9E;
}
.content hr{
	width: 90%;
	margin: 0 auto;
	border: 0; 
	opacity: .7;
  	height: 2px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
/*--product-ends-*/


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		position: relative;
		background: #2F363E;
		width: 100%;
		padding: 1em;
		min-height: 150px; 
 	}
	.footer_left {
		float:left;
		width: 40%;
		display:block;
		position:relative;
		padding-top:.6em;
	}
	.footer_left .address p{
		font-size: 7pt; 
		float:left; display:block;
		color: #E0E0E0 ;
	}
	.footer_left .logo img{
		position:relative;
		width: 100px;
		float:left;
		padding-right:1em;
 	}
	.footer_right {
		float:right;
		width: 50%;
		display:block;
		position:relative;
		height: 72px;
	}
	.footer_right .menu {
		float:left;
		padding-right: 2em;
	}
	.footer_right .menu a strong{
		color:#FFF; 	 	
		font-size: 3em;
		font-weight:bolder; line-height: 1.2em;
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer_right .menu a {
	font-size: 8pt; 
	color: #C1B49A; 
	text-decoration:none; 	
	line-height: 1.4em;
	}
	.footer a:hover {
	color: #FBAF3F;
	}
	.footer .engage{
	float:left;  
	} 
	.footer .engage p{
	font-size: 8pt; 
	color: #FFFFFF; 
	line-height: 2.2em;
	} 
	.footer .engage img{
	width: 22px; padding: 0px 4px 0 0;
	} 
	.footer .engage a{
	font-size: 11pt; 
	color: #A1C1E6; 
	text-decoration:none;
	line-height: 1.4em;
	}
	.footer .engage a:hover {
	color: #FBAF3F;
	}
	
/*--footer-ends-*/


/*--media-quaries-starts--*/
@media (min-width:1850px){
.cbp-spmenu-left.cbp-spmenu-open {
  	left: 53%;
}

}
@media (max-width:1440px){
button#showRightPush {
  	right: 15%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  	left: 40%;
}

}
@media (max-width:1366px){
button#showLeftPush img {
  	width: 95%;
}	
.cbp-spmenu-left.cbp-spmenu-open {
  	left: 37%;
}

}
@media (max-width:1280px){
button#showLeftPush img {
  	width: 85%;
}
button#showLeftPush {
  	right: 5%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 40%;
}
}
@media (max-width:1150px){
.cbp-spmenu-left.cbp-spmenu-open {
  left: 32%;
  top: 22px;
}
.cbp-spmenu-left {
	top: 22px;
}
}
@media (max-width:1024px){
.intro{
	padding-bottom: 50px;
}
button#showLeftPush img {
  width: 80%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left:34%;
}
.cbp-spmenu-vertical a {
  	padding: 13px 1em;
	  font-size: 1em;
}

button#showLeftPush {
  right: 2.2%;
  padding-left: 15px;
}
.footer{
  height: 200px;
}
.footer_left{
  width: 50%;
}
.footer_right{
  width: 50%;
}
.footer_left .logo img{
  width: 80px;
  padding-bottom: 1em;
}
.footer_left .logo{
  width: 21%; float:left; position:relative;
}
.footer_left .address{
  width:: 20%; 
}
}
@media (max-width:860px){
.cbp-spmenu-left.cbp-spmenu-open {
  left:27%;
}
.cbp-spmenu-vertical a {
  font-size: 1em;
}	
}
@media (max-width:768px){
.cbp-spmenu-vertical a {
  padding: 13px .8em;
  font-size: .8em;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left:35%;
}
.header .logo a img{
	width: 120px;
}
.intro p{
	padding-right: 0; font-size: 1em;
}
.footer{
  height: 220px;
}
.footer_left{
  width: 54%;
}
.footer_right{
  width: 45%; float:right;
}
.footer_left .logo img{
  width: 80px;
  padding-bottom: 1em;
}
.footer_left .logo{
  width: 21%; float:left; position:relative;
}
.footer_left .address{
  width:: 20%; 
}
}
@media (max-width:640px){
button#showLeftPush img {
  width: 62%;
}
button#showLeftPush {
  right: 0%;
  top: 19px;
}
.cbp-spmenu-vertical a {
  padding: 10px 10px;
  font-size: .8em;
}
.cbp-spmenu-left.cbp-spmenu-open {
  top: 15px;
  left: 28%;
}
.cbp-spmenu-left {
	top: 15px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		min-height: 250px;
 	}
	.footer .container{
		width: 110%;
 	}
	.footer_left {
		width: 60%;
		padding-top:0em;
		margin-left: -18px;
	}
	.footer_left .address p{
		float: left; position:relative; padding-top: 5px;
	}
  .footer_left .logo{
	  float: left; position:relative;
}
	.footer_left .logo img{
		width:80px; padding-bottom: 7px; margin-left: 5px;
 	}
	.footer_right {
		width: 40%; padding-right: 10px;
	}
	.footer_right .menu {
		width: 100%;  
	}
	.footer_right .menu a strong{
		font-size: 2em;
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer_right .menu i {
	font-size: 6pt; 
	}
	.footer .engage{
	padding-top:6px;
	} 
	.footer .engage img{
	width: 20px; padding: 0px 4px 10px 0; 
	} 
	.footer .engage a{
	font-size: 8pt;
	}
}
@media (max-width:570px){
.cbp-spmenu-left.cbp-spmenu-open {
  left:13%;
}
}
@media (max-width:480px){
.cbp-spmenu-vertical a {
  padding: 10px 5px;
  font-size: .7em;
}
.cbp-spmenu-left.cbp-spmenu-open {
  top: 15px;
  left: 30px;
}

.container{
	width: 100%;
	padding: 0 auto;
}
.content{
	float:left;
	width:105%; 
	margin:1em 1em 5em 0em;
}
.content img{
	display:block;
	margin:3em auto;
	width:100%; 
}
.header-info-right{
	float:right;
	margin-top: 9px;
}
.header-info-left {
	float: left;
}
.header .logo a{
	width: 100px;
	z-index: 1;
	display:block;
	float:left;
	position: absolute;
	top: 0;
}
.header .logo a img{
	width: 80px;
	margin-left: 0px;
	z-index: 1;
	display:block;
	float:left;
	position: absolute;
	top: 0;
}
.usp{
	padding-bottom: 10px;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		min-height: 300px;
 	}
	.footer .container{
		width: 110%;
 	}
	.footer_left {
		width: 49%;
		padding-top:0em;
		margin-left: -18px;
	}
	.footer_left .address p{
		margin: 0 auto;
		width: 100%; 
		text-align:center; 	font-size:7pt; 
	}
  .footer_left .logo{
	  	width: 100%;
		display:block;
		position: relative;
}
.footer_left .logo img{
	 margin-left: 32%;
 	}
	.footer_right {
		width: 52%;
		padding-top:20px;
	}
	.footer_right .menu {
		float:left;
		padding-right: 3px;
		width: 100%;  
	}
	.footer_right .menu a strong{
		color:#FFF; 	 	
		font-size: 1.8em;
		font-weight:bolder; line-height: 1.2em;
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer_right .menu i {
	font-size: 6pt; 
	}
	.footer .engage{
	padding-top: 15px;
	} 
	.footer .engage p{
	} 
	.footer .engage img{
	width: 30px; padding: 0px 4px 10px 0; 
	} 
	.footer .engage a{
	font-size: 7pt;
	}
}
/*--media-quaries-ends--*/
