/************************************************************************************

RESET

*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,  dd, dt, li, tfoot, th, thead, tr, button, del, ins, map, object,  a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,  strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */

 



/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::selection {
	background: #2a7391;
	color: #FFF;
}

::-moz-selection {
 background: #2a7391;
 color:#FFF;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #FFF;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/************************************************************************************

GENERAL STYLING

*************************************************************************************/

body {
	color: #000; 
	background-color: #fff;
	font-family: 'HelveticaNeue-Roman';
}
a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
p {
	margin: 0 0 0 0;
	padding: 0;
}
A:focus {
	outline: none;
}
*:focus {
	outline: none;
}
/* reset webkit search input styles */

input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
 input[type="search"]::-webkit-search-decoration,  input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
/************************************************************************************

FONT FACE

*************************************************************************************/


@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: url('../fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/HelveticaNeueLTStd-LtCn.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-LtCn.ttf')  format('truetype'), 
		 url('../fonts/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/HelveticaNeue-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-Roman.woff') format('woff'), 
		 url('../fonts/HelveticaNeue-Roman.ttf')  format('truetype'), 
		 url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/SourceSansPro-Light.otf')  format('opentype'),
	     url('../fonts/SourceSansPro-Light.woff') format('woff'), 
		 url('../fonts/SourceSansPro-Light.ttf')  format('truetype'), 
		 url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SuiGenerisRg-Regular';
  src: url('../fonts/SuiGenerisRg-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/SuiGenerisRg-Regular.woff') format('woff'), 
  url('../fonts/SuiGenerisRg-Regular.ttf')  format('truetype'),
  url('../fonts/SuiGenerisRg-Regular.svg#SuiGenerisRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/************************************************************************************

STRUCTURE

*************************************************************************************/
.container{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
}
.wrapper {
	width: 1255px;
	margin: 0 auto;
	position: relative;
}
header{
	width:100%;
}
header .hedtop{
	width:100%; 
	background:url(../images/hedtop.jpg) repeat-x top #f0f0f0;
	padding-bottom:15px;
}
.logo-bg{
	width:45%;
	float:left;
}
.logo-bg img{
	max-width:100%;
	height:auto;
}
.soc-box{
	width:20%; 
	float:right;
}
.soc-boxtop{
	width:192px;
	height:35px;
	float:right;
	margin-top:10px;
}
.soc-iconbox{
	width:auto;
	float:left;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.soc-iconbox:hover, .soc-iconbox:focus, .soc-iconbox:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.search-box{
	width:auto;
	height:35px;
	float:right;
	border-left:1px solid #D5D5D5;
}
.top-textbox{
	width:185px;
	font-family: 'HelveticaNeue-Roman';
	font-size:12px;
	color:#524e4e;
	float:right;
	text-align:right;
	padding-top:25px;
}
.top-textbox img{
	margin-top:0px;
	float:left;
}
.btn-bg{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	z-index:500;
	background:url(../images/btnbg.png) repeat;
}
.banner-bg{
	width:100%;
	height:auto;
	position:relative; 
}
.news-bg{
	width:100%;
	padding:0px 0;
	background-color:#ebebea;
}
.welcome-title{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:30px;
	text-align:center;
	padding:64px 0 34px 0;
	line-height:30px;
	text-transform:uppercase;
	color:#074371;
	background:url(../images/underline.jpg) no-repeat center bottom;
}
.welcome-title span{
	font-size:24px;
}
.welcome-content{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	text-align:center;
	padding:38px 0 38px 0;
	line-height:24px;
	color:#3c3a3a;
}
.more{
	width:151px;
	height:1px;
	position:relative;
	margin:0 auto 80px auto;
}
.morep{
	width:151px;
	height:1px;
	position:relative;
	margin:0 auto 38px auto;
}
.more-icon{
	width:24px;
	height:24px;
	top:6.2px;
	left:5px;
	position:absolute;
	z-index:10;
	
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.more:hover .more-icon{
	
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.morep:hover .more-icon{
	
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.more:hover .more-icon, .more:hover .more-icon:focus, .more:hover .more-icon:active {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.morep:hover .more-icon, .more:hover .more-icon:focus, .more:hover .more-icon:active {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.download-box{
	width:32%;
	height:284px;
	margin-right:2%;
	box-sizing:border-box;
	padding:3%;
	float:left;
	position:relative;
	margin-bottom:50px;
	background:url(../images/downloadbg.jpg);
}
.vision-box{
	width:32%;
	height:284px;
	margin-right:2%;
	float:left;
	padding:3%;
	box-sizing:border-box;
	margin-bottom:50px;
	background-color:#de4f0d;
}
.mission-box{
	width:32%;
	height:284px;
	float:left;
	padding:3%;
	box-sizing:border-box;
	margin-bottom:50px;
	background-color:#65a229;
}
.box-hed{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:24px;
	color:#FFFFFF;
	padding-bottom:15px;
	text-transform:uppercase;
	background:url(../images/underline.png) no-repeat left bottom;
}
.box-subhed{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:18px;
	padding-top:10px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.box-text{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	padding-top:25px;
	line-height:22px;
	color:#FFFFFF;
}

.box-downloadicon{
	 width:53px;
	 height:53px;
	 margin-top:25px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-downloadicon:hover, .box-downloadicon:focus, .box-downloadicon:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.box-brouchure{
	width:52%; 
	position:absolute;
	bottom:12%;
	right:0;
}
.box-brouchure img{
	width:100%;
	height:auto;
}

.project-main{
	width:100%;
	height:649px;
	box-sizing:border-box;
	padding:55px 0;
	background:url(../images/projectbg.jpg) fixed;
}
.project-hed{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:36px;
	text-align:center;
	padding:40px 0 22px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(../images/underlineoranch.jpg) no-repeat top center;
}
.project-subhed{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:24px;
	text-align:center;
	padding:0px 0 40px 0;
	color:#ff9935;
}
.project-slidbox{
	width:100%;
	 
}
.principal-hed{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:30px;
	text-align:center;
	padding:29px 0 0px 0;
	text-transform:uppercase;
	margin-top:60px;
	color:#074371;
	background:url(../images/underlineoranch.jpg) no-repeat top center;
}

/*=========================================================================
						Inner Style Starting
==========================================================================*/

.innerbanner-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbanner.jpg) no-repeat top center;
}
.innerbannerservices-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/servicesbg.jpg) no-repeat top center;
}
.innerbannerpro-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/prodbg.jpg) no-repeat top center;
}
.innerbannergal-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/gallerybg.jpg) no-repeat top center;
}
.innerbanneratexor-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/atexorbg.jpg) no-repeat top center;
}
.innerbannersafetygrip-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/safetygripbg.jpg) no-repeat top center;
}
.innerbanneramerican-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/americanblockbg.jpg) no-repeat top center;
}
.innerbannerfinger-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/fingerbg.jpg) no-repeat top center;
}
.innerbannerazz-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/azzbg.jpg) no-repeat top center;
}
.innerbannerofite-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/ofitebg.jpg) no-repeat top center;
}
.innerbannercep-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/cepbg.jpg) no-repeat top center;
}
.innerbannermechanix-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/mechanixbg.jpg) no-repeat top center;
}
.innerbannerkong-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/kongbg.jpg) no-repeat top center;
}
.innerbannerpanther-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/pantherbg.jpg) no-repeat top center;
}
.innerbannergrainger-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/graingerbg.jpg) no-repeat top center;
}
.innerbannerringer-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/ringerbg.jpg) no-repeat top center;
}
.innerbannerseaward-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/seawardbg.jpg) no-repeat top center;
}
.innerbannerswoll-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/swollbg.jpg) no-repeat top center;
}

.innerbannerjobird-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/jobirdbg.jpg) no-repeat top center;
}
.innerbannermarinecable-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannermarinecables.jpg) no-repeat top center;
}
.innerbannermarinevalves-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannermarinevalves.jpg) no-repeat top center;
}
.innerbannerlift-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannerlift.jpg) no-repeat top center;
}
.innerbannerSafetyppes-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannerppe.jpg) no-repeat top center;
}
.innerbannertubes-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannertubes.jpg) no-repeat top center;
}
.innerbannergaskets-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/inrbannergaskets.jpg) no-repeat top center;
}
.innerbannercon-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/contact_us.jpg) no-repeat top center;
}
.innerbannerenq-bg{
	width:100%;
	height:242px;
	position:relative; 
	background:url(../images/enquiry.jpg) no-repeat top center;
}
.inr-bannercaption{
	width:auto;
	float:right;
	font-family: 'SuiGenerisRg-Regular';
	font-size:36px;
	color:#FFF;
	margin-top:80px;
	background:url(../images/submenubg.png) repeat;
	font-weight:normal;
	padding:25px;
}
.inner-title{
	width:100%;
	font-family: 'SuiGenerisRg-Regular';
	font-size:30px;
	text-align:left;
	padding:64px 0 34px 0;
	position:relative;
	line-height:30px;
	text-transform:uppercase;
	color:#074371;
	border-bottom:1px solid #c8c8c6;
}
.inner-content{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	text-align:left;
	padding:38px 0 38px 0;
	line-height:24px;
	color:#3c3a3a;
}
.inner-contentpro{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	text-align:right;
	padding:20px 0 1px 0;
	line-height:5px;
	color:#3c3a3a;
}
.inner-contentp{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	text-align:center;
	padding:38px 0 38px 0;
	line-height:24px;
	color:#3c3a3a;
}
.inner-content span{
	font-size:18px;
}
.bread-crump{
width:auto;
float:right;
position:absolute;
right:0;
padding:10px;
font-family: 'HelveticaNeue-Roman';
font-size:14px;
color:#999;	
}

.inr-textimg{
	width:29.4%;
	float:left;
	margin:0 4% 4% 0;
}
.inr-textimg1{
	width:29.4%;
	float:left;
	margin:0 4% 4% 0;
}
.inr-textimg img{
	width:100%;
	height:auto;
	display:block;
}

.gallery_main{
	border-bottom:1px solid #d0cfcf;
}
.gallery_pic{
	width:27.1%;
	float:left;
	border:1px solid #d0cfcf;
	padding:1.5%;
	margin:1.5%;
}
.gallery_pic img{
	width:100%;
	height:auto;
	display:block;
}
.prod_pic{
	width:22.1%;
	float:left;
	border:1px solid #d0cfcf;
	padding:0.5%;
	margin:0.5%;
}
.gallery_main2{
	border-bottom:1px solid #d0cfcf;
}

.gallery_pic2{
	width:27.1%;
	float:left;
	border:1px solid #d0cfcf;
	padding:1.5%;
	margin:1.5%;
}
.gallery_pic2 img{
	width:100%;
	height:auto;
	display:block;
}
.prod_pic2{
	width:22.1%;
	float:left;
	border:1px solid #d0cfcf;
	padding:0.5%;
	margin:0.5%;
}


.gallery_pic1{
	width:18.5%;
	height:205px;
	float:left;
	border:1px solid #d0cfcf;
	padding:1.5%;
	margin:1.5%;
}
.gallery_pic1 img{
	width:100%;
	height:auto;
	display:block;
}



/*=========================================================================
						Inner Style Ending
==========================================================================*/

footer{
	width:100%;
	padding:65px 0;
	background-color:#16315b;
}
.ftrbox1{
	width:19%;
	float:left;
	margin-right:3%;
}
.ftrbox2{
	width:28%;
	float:left;
	margin-right:3%;
}
.ftrbox3{
	width:25%;
	float:left;
}
.ftr_hed{
	width:100%;
	padding:40px 0;
	font-family: 'SuiGenerisRg-Regular';
	font-size:18px;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(../images/ftrline.jpg) no-repeat left top;
}
footer ul{
	width:100%;
	height:auto;
	display:block;
}
footer ul li{
	width:100%;
	padding:15px 0;
	box-sizing:border-box;
	list-style:none;
	padding-left:35px;
	border-top:1px solid #455a7c;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	background:url(../images/ftrbullet.png) no-repeat left center;
	color:#9fc4fe;
}
footer ul li a{
	color:#9fc4fe;
	-webkit-transition: all 700ms ease;
  			-moz-transition: all 700ms ease;
			-ms-transition: all 700ms ease;
	 		transition: all 700ms ease; 
}
footer ul li a:hover{
	color:#ff9935;
}
.ftr_soched{
	width:100%;
	padding:34px 0;
	font-family: 'SuiGenerisRg-Regular';
	font-size:18px;
	margin-top:34px;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(../images/ftrline.jpg) no-repeat left top;
}
.socbox{
	width:44px;
	height:33px;
	float:left;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.socbox:hover, .socbox:focus, .socbox:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.copy-bg{
	width:100%;
	padding:50px 0;
	background-color:#1f3a65;
}
.copy-bg h1{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	padding-bottom:10px;
	position:relative;
	color:#9fc4fe;
	font-weight:normal;
}
.copy-bg h2{
	width:100%;
	font-family: 'HelveticaNeue-Roman';
	font-size:14px;
	font-weight:normal !important;
	color:#2e67c0;
}
.copy-bg h2 span{
	color:#5486d3;
	font-family: 'HelveticaNeue-Roman';
	font-weight:normal !important;
}
.ftr-logo{
	width:120px;
	height:23px;
	position:absolute;
	top:20px;
	z-index:50;
	right:0;
}
.ftr-logo2{
	width:102px;
	height:33px;
	position:absolute;
	top:20px;
	z-index:50;
	right:135px;
}
.banner_srv_tab{
	background:#3f9499;
	color:#FFFFFF;
	 
	position:absolute;
	width:50%;
	left:0;
	bottom:0;
	z-index:500;
	font-size:24px;
	 font-family: 'SourceSansPro-Light';
	 line-height:19px;
	 box-sizing:border-box;
}
.banner_pro_tab{
	background:#6db02f;
	color:#FFFFFF;
	position:absolute;
	bottom:0;
	width:50%;
	z-index:500 !important;
	right:0;
font-size:24px;
	 font-family: 'SourceSansPro-Light';
	 line-height:19px;
	  box-sizing:border-box;
}
.toggle.header a{
	padding:20px;
	display:block;
}
.banner_tabs{
	position:absolute;
	z-index:499;
	bottom:0;
	width:100%;
}
.banner_tab{
	position:absolute;
	z-index:500;
	bottom:0;
	width:100%;
}
.toggle-box h3{	
	 font-size:24px;
	 font-family: 'SourceSansPro-Light';
	 line-height:19px;
	 font-weight:normal;
	 position:relative;
}
.toggle-box h3 span{
	width:13px;
	height:13px;
	position:absolute;
	top:22px;
	right:23px; 
}
.toggle-box h3 .deactive{ 
	background:url(../images/plus_icon.png) no-repeat;
}
.toggle-box h3 .active{ 
	background:url(../images/mi_icon.png) no-repeat;
}
.js .toggle-box .content { display:none; padding:0 20px 20px 20px; font-size:14px; letter-spacing:1px;}
.lt_head{
	color:#2c2c2c;
	font-size:18px;
	font-family: 'SuiGenerisRg-Regular';
	text-transform:uppercase;
	border-right:1px solid #2c2c2c;
	width:188px;
	display:inline-block;
	line-height:14px;
}
.lt_cont{
	width:70%;
	display:inline-block;
	font-size:14px;
	color:#7b7b7b;
	padding:0 25px;
}
/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 300px;
  height: 50px;
  z-index:200;
  line-height: 40px;
  top: 47px;
  right: 0;
  padding: 0 15px;
  cursor: default;
  background: #e8e8e8;
  box-sizing:border-box;
  border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}

.searchlink.open .searchform {
  display: block;
}

#search {
  display: block;
  position: relative;
  margin-top:5px;
}

#s {
  width: 270px;
  height:30px;
  background: #f5f5f5;
  padding: 5px 11px;
  border: 0;
  color: #333;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing:border-box;
}

.sbtn {
  display: block;
  position: absolute;
  right:12px;
  top: 15px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.6em;
  cursor: pointer;
}
.banner-caption{
	width:auto;
	padding:15px 3%;
	position:absolute;
	right:0;
	line-height:48px;
	margin-top:15%;
	font-family: 'SuiGenerisRg-Regular';
	text-transform:uppercase;
	font-size:20px !important;
	color:#FFF;
	background:url(../images/submenubg.png) repeat;
	
}

	
	

.pr_para {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.readmoren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000033;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
}
