@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:'Open Sans', sans-serif;	
	min-width:960px;
}
.container{
	width:960px;
	margin:0 auto;
}
.content_container{
	margin:0 15px;
}
/*header*/
.header-wrapper{width:100%;}
.body-container{width:960px;margin:0 auto;}
.content-container{margin:0 15px;}
.clear{clear:both;}
.logo{float:left;background-image:url(Images/logo-latest.png); background-repeat:no-repeat;background-position:0; padding:5px 0;position:relative; width:320px; height:74px;}
.logo a{position:absolute;left:0;top:0;width:100%;height:100%;}
.logo h2{margin-left:80px;color:#fdfcfc;}
.menu{float:right;}
.menu nav ul{margin:0;}
.menu nav ul li{float:left; list-style:none; padding:31px 0;}
.menu ul li a{text-decoration:none; color:#0c0b0b; padding:31px 20px 31px; /*border-left:1px solid #dada56; border-right:1px solid #dada56;*/}
.menu-focus, .menu ul li:hover a{color:#FFF !important; background-color:#229798;}
/*banner-home*/
.banner-home{position:relative; height:335px;}
.banner-home div{position:absolute; top:0; left:0; background-position:center;}
.banner_first{background:url(Images/home-01.jpg) no-repeat; height:335px; width:100%;}
.banner_second{background:url(Images/banner-02-new.jpg) no-repeat; height:335px; width:100%;}
/*.banner_third{background:url(Images/banner-05-new.jpg) no-repeat; height:335px; width:100%;}*/
.banner_fourth{background:url(Images/banner-04-new.jpg) no-repeat; height:335px; width:100%;}
.banner-full .body-container{position:relative;}
.banner-hdg-01{position:absolute; left:90px; bottom:150px; opacity:0;}
.banner-hdg-02{position:absolute; left:90px; bottom:100px; opacity:0;}
.banner-hdg-01 p{font-size:25px; background-color:#000; color:#FFF; padding:5px 30px; margin:0;}
.banner-hdg-02 p{font-size:25px; background-color:#229798; color:#FFF; padding:3px 20px; margin:0;}

/*business*/
.business-wrapper{ background-color:#e7e8ea;}
.sub-business{text-align:center; float:left; width:309px; height:214px; position:relative; border-right:1px solid #b7b7b7;}
.sub-business a{position:absolute; top:0; left:0; width:100%; height:100%;}
.sub-business-img {width:110px; height:100px; background-repeat:no-repeat; margin:40px 100px 20px;}
.sub-business p{color:#a5a6a8;}
.business-wrapper .sub-business:nth-child(1) .sub-business-img{background-image:url(Images/products.png); background-position:3px 10px;}
.business-wrapper .sub-business:nth-child(2) .sub-business-img{background-image:url(Images/services.png); background-position:11px 13px;}
.business-wrapper .sub-business:nth-child(3) .sub-business-img{ background-image:url(Images/strength.png); background-position:11px 0;}
.sub-business:hover{background-color:#d8dadc; }
.sub-business:nth-child(3){border-right:none;}
.sub-business:hover p{color:#000;}
.sub-business:nth-child(1):hover .sub-business-img{background-image:url(Images/products-hover.png);}
.sub-business:nth-child(2):hover .sub-business-img{background-image:url(Images/services-hover.png);}
.sub-business:nth-child(3):hover .sub-business-img{background-image:url(Images/strength-hover.png);}

/*hosted pages*/
.about_page{
	background:url(Images/about-page.jpg) no-repeat top center;
	width:100%;
	height:1335px;
}
.products_page{
	background:url(Images/products-page.jpg) no-repeat top center;
	width:100%;
	height:2383px;
}
.services_page{
	background:url(Images/service-page.jpg) no-repeat top center;
	width:100%;
	height:993px;
}
.contact_page{
	background:url(Images/contacts-page.jpg) no-repeat top center;
	width:100%;
	height:849px;
}

/*
.main_caption{
	float:left;
	padding:17px;
	background-image:url(Images/rubbero_logo.png);
	background-repeat:no-repeat;
	background-position:50%;
}
.main_caption a{
	text-decoration:none;
}
.main_caption p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:28px;
	color:#141718;
	margin:0;
}
.menu{
	float:right;
}
.clear{
	clear:both;
}
.menu ul{
	margin:23px 0;
	padding:0;
}
.menu ul li{
	list-style:none;
	float:left;
	text-align:center;
}
.menu ul li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#0c0b0b;
	text-decoration:none;
	padding:3px 12px;
	border-radius:3px;

}
.menu-focus,.menu ul li:hover a{
	color:#FFF !important;
	background:#209394;
}
*/
.banner_home{
	background:url(Images/banner_home.jpg) no-repeat;
	height:335px;
	width:100%;
	min-width:960px;	
}
.image_menu{
	margin:0 3px;
}
.image_menu_sub{
	float:left;
	height:147px;
	width:147px;
	margin:42px;
	position:relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.image_menu_sub:nth-child(1){
	background:url(Images/business_bg.jpg) no-repeat;
}
.image_menu_sub:nth-child(2){
	background:url(Images/products_bg.png) no-repeat;
}
.image_menu_sub:nth-child(3){
	background:url(Images/quality_bg.png) no-repeat;
}
.image_menu_sub:nth-child(4){
	background:url(Images/services_bg.jpg) no-repeat;
}
.image_menu_sub:before{
	position:absolute;
	content:"";
	background-image:url(Images/shadow_bg.png);
	background-repeat:no-repeat;
	width:147px;
	height:32px;
	top:140px;
	display:none;
}
.image_menu_sub:hover{
	margin-top:21px;
	margin-bottom:63px;
}
.image_menu_sub:hover:before{
	top:160px;
	display:block;
}
.image_menu_sub_icon:after{
	position:absolute;
	content:"";
	background-color:#443e28;
	color:#FFF;
	width:147px;
	height:28px;
	bottom:0;
}
.image_menu_sub a{
	position:absolute;
	left:0;
	top:0;
	height:147px;
	width:147px;
	display:block;
	z-index:2;
}
.image_menu_sub_icon{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.6;
}
.image_menu_sub_icon p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#d0c4be;
	text-align:center;
	margin-top:123px;
	position:relative;
	z-index:1;

}
.image_menu_sub:nth-child(1) .image_menu_sub_icon{
	background:url(Images/business_icon.png) no-repeat;
	background-position:30px;
}
.image_menu_sub:nth-child(2) .image_menu_sub_icon{
	background:url(Images/products_icon.png) no-repeat;
	background-position:35px;
}
.image_menu_sub:nth-child(3) .image_menu_sub_icon{
	background:url(Images/quality_icon.png) no-repeat;
	background-position:33px;
}
.image_menu_sub:nth-child(4) .image_menu_sub_icon{
	background:url(Images/services_icon.png) no-repeat;
	background-position:35px 25px;
}
.image_menu_sub:hover .image_menu_sub_icon{
	opacity:1;
}
.home_container h2{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	color:#515151;
}
.home_container h2 span{
	color:#209394;
}
.home_container p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#515151;
	font-weight:500;
	line-height:18px;
}
.sub_section_01{
	float:left;
	width:660px;
}
.section:nth-child(3) .sub_section_01{
	position:relative;
}
.section:nth-child(3) .sub_section_01 img{
	margin-left:100px;
}
.text_only{
	float:left;
}
.text_only p{
	margin:2px;
}
.precise{
	float:left;
	position:absolute;
	left:105px;
	bottom:134px;
}
.flawless{
	float:left;
	position:absolute;
	left:167px;
	bottom:87px;
}
.supreme{
	float:left;
	position:absolute;
	left:355px;
	bottom:87px;
}
.ultimate{
	float:left;
	position:absolute;
	left:370px;
	bottom:129px;
}
.bg_number{
	background-color:#219596;
	height:18px;
	width:18px;
	float:left;
	margin-left:3px;
}
.bg_number p{
	color:#FFF;
	margin-left:5px;
	margin-top:0;
	
}
.sub_section_02{
	float:left;
	margin-left:30px;
	position:relative;
	width:240px;
}
.sub_section_02 a{
	text-decoration:none;
}
.sub_section_02 h2{
	display:inline-block;
	background-repeat:no-repeat;
	background-position:3px;
	padding-left:32px;
}
.section:nth-child(1) .sub_section_02 h2{
	background-image:url(Images/market_icon.png);
}
.section:nth-child(2) .sub_section_02 h2{
	background-image:url(Images/news_icon.png);
}
.section:nth-child(3) .sub_section_02 h2{
	background-image:url(Images/clients_icon.png);
}
.sub_section_02 img{
	float:left;

}
.market{
	width:238px;
	height:117px;
	overflow:hidden;
	background-color:#f3f3f3;
	border:1px dotted #999;
}
.market_wrapper{
	position:relative;
	height:117px;
}
.market_sub{
	height:95px;
	width:218px;
	padding:10px;
	float:left;
}

.back_next{
	position:absolute;
	right:0;
	bottom:0;
}
.back_slide{
	height:18px;
	width:18px;
	background-color:#6ed0d1;
	background-image:url(Images/left_img.png);
	background-repeat:no-repeat;
	background-position:3px;
	float:left;
}
.next_slide{
	height:18px;
	width:18px;
	background-color:#6ed0d1;
	background-image:url(Images/right_img.png);
	background-repeat:no-repeat;
	background-position:2px;
	margin-left:1px;
	float:right;
}
.back_slide:hover{
	background-color:#219697;
	cursor:pointer;
}
.next_slide:hover{
	background-color:#219697;
	cursor:pointer;
}
.text_left{
	float:left;
	width:460px;
}
.list_head{
	width:660px;
	height:25px;
	background-color:#999696;
}
.list_head ul{
	padding:0;
	margin:0;
}
.list_head ul li{
	list-style:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#FFF;
	float:left;
	padding:3px 15px;
	position:relative;
}
.list_head ul li:hover:after{
	display:block !important;
}
.list_head ul li:nth-child(1){
	background-color:#4f4e4e;
}
.list_head ul li:nth-child(2){
	background-color:#5e5e5e;
}
.list_head ul li:nth-child(3){
	background-color:#797979;
}
.li-active, .list_head ul li:hover{
	cursor:pointer;
	background-color:#219697 !important;
}
.li-active:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 5px solid #219697;
	top:25px;
	left:40%;
}
.list_body{
	display:none;
}
.news_sub{
	background-image:url(Images/sub_news_icon.png);
	background-repeat:no-repeat;
}
.news_sub img{
	float:left;
}
.news_sub p{
	margin:8px 0 25px 20px;
}
.company_country p{
	float:left;
	margin:18px 0 0 10px
}
.business{
	background-color:#219697;
	height:33px;
	background-image:url(Images/business-str_icon.png);
	background-repeat:no-repeat;
	background-position:8px;
	text-align:center;
}
.business p{
	color:#FFF;
	font-size:20px;
	padding:7px 5px;

}
.business a{
	text-decoration:none;
}
.footer{
	position:relative;
}
.footer_wrapper{
	background-color:#303033;
}
.footer_sub{
	float:left;
	margin:0 70px 40px 0;;
}
.footer_sub:nth-child(4){
	margin-right:0 !important;
}
.footer_sub h2{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#9d9d9d;
	margin-bottom:28px;
	padding-top:10px;
}
.list_sub{
	float:left;
	margin-right:60px;
}
.footer_sub:nth-child(1) .list_sub:nth-child(3){margin-right:30px;}

.footer_sub ul{
	padding-left:0;
	margin:0;
}
.footer_sub ul li{
	list-style:none;
	background-image:url(Images/list_icon_first.png);
	background-repeat:no-repeat;
	background-position:2px;
	margin-bottom:5px;
}
.footer_sub ul li a{
	color:#9d9d9d;
	text-decoration:none;
	padding:5px 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}
.footer_sub ul li:hover{
	background-image:url(Images/list_icon.png);
}
.footer_sub ul li a:hover{
	color:#e9e9e9;
}
.footer_sub p{
	color:#9d9d9d;
	margin:8px 30px 5px 0;
}
.footer_sub a{
	color:#9d9d9d;
	text-decoration:none;
}
.footer_sub img{
	margin:3px;
}
.separator_line{
	position:absolute;
	top:55px;
	width:100%;
}
.separator_01{
	height:1px;
	background-color:#19191c;
}
.separator_02{
	height:1px;
	background-color:#606062;
}
.footer_base{
	background-color:#282828;
}
.footer_base p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #515151;
	font-weight: 500;
	line-height: 14px;
	color: #9d9d9d;
	margin:10px 0;

	float:right;
}
.footer_base a{
	color: #9d9d9d;
	text-decoration: none;
}
.copyright{
	float:left !important;
}
/*.footer_base a:hover{
	color:#e9e9e9;
}*/
.icon_01{
	background-image:url(Images/mobile_icon.png);
}
.icon_02{
	background-image:url(Images/mobile_icon.png);
}
.icon_03{
	background-image:url(Images/email_icon.png);
}
.footer_sub:nth-child(3) p{
	background-repeat:no-repeat;
	background-position:3px;
	padding-left:23px;
}
.banner_services{
	background:url(Images/banner-service-latest.jpg) no-repeat;
	height:314px;
	width:100%;
	min-width:960px;
}
.services_text{
	padding:15px 0 20px;
}
.services-left{
	width:680px;
	margin-right:30px;
	float:left;
}
.services-left p{
	margin:18px 0;
	font-size:16px;
}
.serv-full-text p{
	font-size:16px;
}
.services-right{
	width:220px;
	float:left;
	overflow:hidden;
	position:relative;
}
.serv-01{
	position:absolute;
	left:0;
	top:-108px;
}
.serv-02{
	position:absolute;
	top:56px;
	left:-108px;
}
.serv-03{
	position:absolute;
	bottom:-52px;
	right:56px;
}
.serv-04{
	position:absolute;
	bottom:0;
	right:0;
}
.specialities{
	margin:40px 0;
}
.specialities h2{
	font-size:15px;
}
.specialities h2 span{
	color:#209394;
}
.specialities p{
	background-image:url(Images/sub_news_icon.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 2px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:15px;
}
.spl-list{
	width:370px;
	float:left;
}
/*.banner_about{
	background:url(Images/banner_about.png) no-repeat;
	height:232px;
	width:100%;
	min-width:960px;	
}*/
.about_section{
	width:451px;
	float:left;
}
.about_section span{
	color:#209394;
	font-size:30px;
}
.products_container{
	margin:70px 0;
}
.banner_products{
	background:url(Images/banner_products.png) no-repeat;
	height:145px;
	width:100%;
	min-width:960px;
}
.products_sub_left h2{
	margin:0;
}
.products_sub_left img{
	float:left;
}
.products_sub_left p{
	float:left;
	width:698px;
	margin:40px 15px;
}
.products_sub_right{
	position:relative;
}
.products_sub_right h2{
	margin-bottom:0;
	width:728px;
	float:left;
}
.products_sub_right p{
	float:left;
	width:698px;
	margin:10px 15px 40px 0;
}
.products_sub_right img{	
	float:right;
	margin-top:20px;
/*	position:absolute;
	top:5px;*/
}
.banner_contact{
	background:url(Images/banner-contact-new.jpg) no-repeat;
	height:194px;
	width:100%;
	min-width:960px;
}
.contact_content{
	margin:60px 15px 70px;
}
.form_left{
	width:337px;
	float:left;
	margin-right:15px;
}
.c_form input{ 
/*	background: #f3f3f3; */
	border:1px solid #999; 
	height: 30px; 
	width: 330px; 
	margin-bottom: 25px; 
	padding-left: 5px; 
/*	border-radius: 5px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; 
/*	position: relative; 
	top: -15px;*/ 
}
.form_left textarea{ 
	width: 330px; 
	height: 125px; 
	border:1px solid #999; 
/*	background: #f3f3f3;*/ 
	padding-left: 5px; 
	padding-right:0;
/*	border-radius: 3px; */
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}
.c_form input:focus{ 
	border:1px solid #209394; 
	outline: none;
}
.form_left textarea:focus{ 
	border:1px solid #209394; 
	outline: none;
}
.form_left input[type="submit"]{ 
	width: 337px; 
	height: 35px; 
	border:none; 
	background: #209394; 
/*	float: right;
	margin-right: 8px; */
	color: #FFF; 
	font-size:18px;
	padding:0;
	margin-bottom:0;
	cursor: pointer;
}
.location{
	float:left;
	position:relative;
}
.location a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.form_left label{ 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px; 
	position: relative; 
	top: -25px; 
	color: #209394;
}
.about_container{
	margin:0 4px 70px;
}
.section_left{
	background-image:url(Images/section_bg_01.jpg);
	background-repeat:no-repeat;
	height:140px;
	width:470px;
	margin:3px;
	float:left;
}
.section_right{
	float:left;
	margin:3px;
	position:relative;
	width:470px;
}
.bg_01{
	width: 0;
	height: 0;

	border-right: 140px solid transparent;
}
.bg_02{
/*     width:0; 
     height:100px; 
     border-left:100px solid blue;
     border-top:60px solid transparent;*/

	 width:330px;
	 height:0;

	 border-left:140px solid transparent;
	 position:absolute;
	 left:0;
	 top:0;

}
.section_right_content{
	position: absolute;
	top: 0;
}
.section_01:nth-child(odd) .bg_01{
	border-top: 140px solid #a5d3b4;
}
.section_01:nth-child(even) .bg_01{
	border-top: 140px solid #a4d5c0;
}
.section_01:nth-child(odd) .bg_02{
	 border-bottom:140px solid #e5ebcf;
}
.section_01:nth-child(even) .bg_02{
	border-bottom:140px solid #88ccba;
}
.testimonials{
	margin-bottom:35px;
}
.testimonial_sub{
	background-color:#f2f5e7;
	width:280px;
	padding:10px;
	position:relative;
	margin-right:26px;
	float:left;
}
.testimonial_sub:nth-child(4){	
	margin-right:0;
}
.testimonial_sub:after{
	content:"";
	background-color:#88ccba;
	height:35px;
	width:300px;
	position:absolute;
	bottom:-35px;
	left:0;
}
.testimonial_sub h4{
	position: absolute;
	bottom: -48px;
	z-index: 1;
	right: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#515151;
}
/*About Us*/
.full-about{font-family:'Open Sans', sans-serif;}
.full-about p{font-size:15px;}
.banner-about{ background:url(Images/banner-about.jpg) no-repeat; height:231px; width:100%; min-width:960px;}
.banner-about .body-container{position:relative;}
.banner-about-text{position:absolute; right:20px; top:-10px; opacity:0;}
.banner-about-text p{color:#fff; padding:10px 20px; background-color:#209394; font-size:25px;}
/*who we*/
.who-wrapper{background-color:#eaebee; padding:20px 0;}
.who-wrapper h2{margin:0; padding:25px 0 20px;}
.who-wrapper h2 span{color:#209394;}
.who-wrapper p{line-height:1.8;}
.int-wrapper{min-width:960px;}
.int-01-wrapper{ background-color:#209394; width:50%; float:left;}
.int-01{width:445px; float:right; color:#f9f9f9; height:254px; padding:40px 20px 0 0;}
.about-int-01{height:437px; padding-top:0;}
.int-01 h3{font-size:16px; border-bottom:1px solid #4da9a9; margin:0; padding:6px 0;}
.int-01 p{margin:3px 0;}
.sub-int{margin:20px 0;}
.int-02{float:left; background:url(Images/int-02.jpg) left no-repeat; width:50%; height:437px;}
/*testimonial*/
.testi-bg{background-image:url(images/testi.jpg); height:250px; width:100%; min-width:960px; position:relative;}
.testi-wrapper{ background-color:#fff; width:100%; position:absolute; left:0; top:0; opacity:0.9;}
.testi-content{text-align:center; padding:30px 0; position:relative;}
.testi-content h2{color:#535353; position:relative; font-weight:normal; margin:0; padding:15px 0;}
/*.testi-content h2:after{content:""; position:absolute; bottom:-6px; width:100px; height:6px; background-color:#242020; left:45%;}*/
.more-than{color:#626060; font-size:15px;}
.main-testimonial{ position:relative; height:100px;}
.node-active, .main-testimonial .active{ display:block !important; }
.sub-testimonial{position:absolute; left:0; top:0; display:none;}
.name-company{color:#535353; font-style:italic;}
.nodes{ position:absolute; left: 46%; bottom:0;}
.sub-node{width:15px; height: 15px; background-color:#79bebf; float:left; margin:5px;}
.node-active,.sub-node:hover{background-color:#209394; cursor:pointer;}
/*Home*/
.welcome{padding:50px 0;}
.welcome h2{margin:0; padding:5px 0 15px; }
.welcome p{margin:10px 0; font-size:16px; line-height:25px;}
.choose-02{float:left; background:url(Images/choose-new.jpg) left no-repeat; width:50%; height:294px;}
.choose-text{font-size:15px; margin-right:20px;}
.different-wrapper{background-color:#efefef; box-shadow:inset 1px 4px 19px -7px; }
.different{padding:50px 0;}
.diff-01{float:left; margin:15px 40px;}
.diff-02{float:left; width:470px;}
.diff-02 h2{color:#535353; font-size:18px;}
.news-wrapper{background-color:#d3d4d4;}
.news-hdg{background-color:#bfc0c1; text-align:center; float:left; color:#fff; width:100px; height:185px;}
.news-hdg h2{margin:66px 0; padding:10px 0;}
.news-text{width:730px; float:left; margin:30px 50px;}
.news-text p{font-size:15px;}


/*	Page : Products		*/
#pro-banner{ height: 245px; background:url(Images/new-prod.jpg) center no-repeat;}
.pro-btext-container{ width: 960px; margin: 0 auto; position: relative;}
.pro-btxt{ position: absolute; right: 55px; top: 90px;}
.pro-btxt-bg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.4;}
.pro-btxt h1{ margin: 0; padding: 10px 20px; font-size: 24px; color: #FFF; font-weight: normal;}
#pro-container{ width: 960px; margin: 0 auto;}
#pro-wrapper1{ margin: 50px 0 20px 0;}
#pro-wrapper1 img{ float: left;}
.pro-txt{ overflow: hidden; padding-top: 20px;}
.pro-txt h2{ font-size: 20px; color: #209394; font-weight: normal;}
.pro-txt h2 span{ color: #000;}
.pro-txt p{ font-size: 13px; color: #6b6868; line-height: 26px; text-align: justify;}
#pro-wrapper1 .pro-txt{ padding-left: 35px;}
#pro-wrapper2 img{ float: left;}
#pro-wrapper2 #pro-container:first-of-type img{ float: right;}
#pro-wrapper2 #pro-container:first-of-type .pro-txt{ padding-right: 20px;}
#pro-wrapper2 #pro-container:nth-child(2) .pro-txt{ padding-left: 20px;}
#pro-wrapper2{ background: #f0efef; padding: 20px 0 50px 0;}
#pro-wrapper3 img{ float: left;}
#pro-wrapper3{ margin: 20px 0 35px 0;}
#pro-wrapper3 #pro-container:nth-child(odd) img{ float: right;}
#pro-wrapper3 #pro-container .pro-txt{ padding-left: 20px;}
#pro-wrapper3 #pro-container:nth-child(odd) .pro-txt{ padding-right: 20px;}
#glove-hdg{margin:0;}
#glove-sub{margin:1px 0 1px 30px;}
#glove-head{margin:0;}

/*services changes*/
.serv-wrapper .int-01-wrapper{background-color:#c2c2c2;}
.serv-wrapper .int-01{height:295px;}
.glove-02{float:left; background:url(Images/service-new-latest.jpg) left no-repeat; width:50%; height:335px;}
.spl-list p{background-image:url(Images/spl-list.png);	background-repeat:no-repeat;	padding-left:25px;	background-position:0 6px; color:#292722; font-size:15px;}