@charset "utf-8";
/* CSS Document */
/*.....:Reset CSS:.....*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*.....:HTML5 display-role reset for older browsers:.....*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection {
 background:#faa719;
 color:#FFF;
}
::selection {
	background: #faa719;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
button:focus {
	outline: none;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
}
/*.....:Fonts Styles:.....*/
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/ProximaNovaBold.eot');
    src: url('fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaBold.woff2') format('woff2'),
         url('fonts/ProximaNovaBold.woff') format('woff'),
         url('fonts/ProximaNovaBold.ttf') format('truetype'),
         url('fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}

/*.....:Common Styles:.....*/
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:
input, textarea {
outline:0;
}
.fix_left {
	float: left;
}
.fix_right {
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Layout ++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0px;
	padding: 0px;
}
html, body {
	overflow-x: hidden;
}
p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 15px;
	text-align: justify;
}
/*  Main Style 
===================================================*/
.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
.top{
	float:left;
	width:100%;
	position:relative;
	background:#009ec0;
}
.info{
	float:right;
	margin:0px 0px 0px 20px;
}
@media(min-width:200px) and (max-width:1200px) {
	.info{
		padding-right:3%;
	}
}
.info a{
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	font-size:15px;
	padding:6px 0px 6px 0px;
}
.info a img{
	margin:0px 5px 0px 0px;
}
.banner{
	float:left;
	width:100%;
	position:relative;
}
.nav-menu{
	position:absolute;
	z-index:9999;
	width:100%;
	float:left;
	top:0px;
	border-bottom:3px #3f9db0 solid;
	background:url(../images/nav-bg.png) repeat;
}
.toggleMenu {
    display:  none;
    background:url(../images/toggle.png) no-repeat;
	width:60px;
	height:30px;
	margin:10px;
	margin-bottom:0px;
	text-indent:-9999px;
}
.nav {
    list-style: none;
     *zoom: 1;
	 margin-bottom:0px !important;
	 float:right;
}
@media(min-width:200px) and (max-width:1200px) {
	.nav {
		float:none;
	}
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	padding:30px 30px 15px 30px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#0985a1;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/border.jpg) right repeat-y !important;
}
.nav a:hover, .nav a.active{
	background:url(../images/nav.png) repeat !important;
	color:#FFF;
}
.nav a.last{
	background-image:none !important;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	margin:0px;
	width:250%;
}
@media(min-width:200px) and (max-width:1200px) {
	.nav li  ul{
		width:100%;
	}
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #3f9caf !important;
    position: relative;
    z-index:100;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	text-transform:none;
	padding-top:15px !important;
	padding-bottom:15px !important;
    border-top: 1px solid #298294;
}
.nav li li a:hover{
	background: #3f9caf !important;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 1200px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
.logo{
	position:absolute;
	z-index:99999;
	top:0px;
}
@media(min-width:200px) and (max-width:1200px) {
	.logo{
		position:inherit;
		z-index:inherit;
		margin:10px;
	}
}
@media(min-width:200px) and (max-width:768px) {
	.logo{
		width:100%;
		text-align:center;
		margin:10px 0px 10px 0px;
	}
}
.content-area{
	float:left;
	width:100%;
}
@media(min-width:200px) and (max-width:1200px) {
	.content-area{
		padding-left:3%;
		padding-right:3%;
	}
}
.welcome-contents{
	float:left;
	width:100%;
}
.welcome-contents h1{
	color:#009ec1;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 0px 15px 0px;
	font-weight:normal;
}
.welcome-contents p{
	font-family: 'Open Sans', sans-serif;
	color:#191919;
	font-size:14px;
	line-height:26px;
}
.welcome-contents a{
	display:block;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#088fa6;
	border:1px #088fa6 solid;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:0px 15px 0px 15px;
	font-size:14px;
	margin:0px 0px 30px 0px;
	line-height:22px;
}
.news-events{
	float:left;
	width:100%;
	background:#067a94;
	padding:0px 20px 0px 30px;
}
@media(min-width:200px) and (max-width:1200px) {
	.news-events{
		margin-bottom:20px;
	}
}
.news-events h1{
	color:#2fd1f5;
	font-size:24px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 0px 15px 0px;
}
.news-events ul li{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
}
.event-pic{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.event-pic img{
	width:70px;
	height:60px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.event-details{
	float:left;
	width:100%;
}
.event-details h1{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size:13px;
		font-weight:600;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.event-details p{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size:13px;
	font-weight:lighter;
		margin:0px;
	padding:0px 0px 5px 0px;
	line-height:18px;
	text-align:left;
}
.event-details a{
	font-family: 'Open Sans', sans-serif;
	color:#0bbce2;
	font-size:13px;
	line-height:18px;
	margin:0px;
	padding:0px;
	text-align:left;
}
.load-more{
	float:left;
	width:100%;
}
.load-more a{
		font-family: 'Open Sans', sans-serif;
	color:#2fd1f5;
	font-size:13px;
	float:left;
	margin:10px 0px 20px 0px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background:#034d5d;
	border:1px #2fd1f5 solid;
	line-height:18px;
	padding:3px 25px 3px 25px;
}
.services-slider{
	float:left;
	width:100%;
	background:url(../images/services.jpg) no-repeat center;
	background-size:100% 100%;
	min-height:430px;
}
@media(min-width:200px) and (max-width:1200px) {
	.services-slider{
		background-size:cover;
		padding-left:3%;
		padding-right:3%;
		padding-bottom:40px;
	}
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 60px;
	height: 120px;
	position: absolute;
	cursor: pointer;
	z-index: 99999;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left:-70px;
	background: url(../images/ar1.png) no-repeat;
	top: 80px !important;
}
.nbs-flexisel-nav-right {
	right: -70px;
	background: url(../images/ar2.png) no-repeat;
	top: 80px !important;
}
@media(min-width:200px) and (max-width:1200px) {
	.nbs-flexisel-nav-left {
		background:none;
	}
	.nbs-flexisel-nav-right {
		background:none;
	}
}
.inner-service-slider{
	float:left;
	width:100%;
}
.inner-service-slider h2{
	color:#009ec1;
	font-size:28px;
	text-align:center;
	padding:30px 0px 10px 0px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
}
.line{
	width:80px;
	height:1px;
	background:#FFF;
	display:table;
	margin:0 auto;
		margin-bottom:30px;
}
.service-box{
	float:left;
	width:86%;
	margin:0 7% 0 7%;
}
.service-img{
	float:left;
	width:100%;
}
.service-img img{
	width:160px;
	border-radius:50%;
	border:2px #009ec1 solid;
	height:160px;
}
.service-contents{
	float:left;
	width:100%;
}
.service-contents h1{
	color:#009ec1;
	font-size:17px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
}
.service-contents p{
	color:#FFF;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight:lighter;
}
.service-contents a{
	text-align:center;
	display:table;
	margin:0 auto;
	color:#009ec1;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
}
.news-letter{
	float:left;
	width:100%;
	padding:30px 0px 30px 0px;
}
@media(min-width:200px) and (max-width:1200px) {
	.news-letter{
		padding-left:3%;
		padding-right:3%;
	}
}
.news-letter-form{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
}
.news-letter-form label{
	font-size:17px;
	font-weight:normal;
	color:#088eac;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px 20px 0px 0px;
	width:100%;
	float:left;
}
.news-letter-form input{
	width:68%;
	height:30px;
		color:#545454;
		font-style:italic;
		padding:0px 0px 0px 15px;
		margin:0px 0px 0px 25px;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px #078aa7 solid;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
@media(min-width:200px) and (max-width:1200px) {
	.news-letter-form label{
		width:100%;
	}
	.news-letter-form{
		margin-bottom:20px;
	}
}
@media(min-width:980px) and (max-width:1024px) {
		.news-letter-form input{
		width:50%;
	}
}
@media(min-width:660px) and (max-width:980px) {
		.news-letter-form input{
		width:60%;
	}
}
@media(min-width:500px) and (max-width:660px) {
		.news-letter-form input{
		width:230px;
	}
}
@media(min-width:180px) and (max-width:530px) {
		.news-letter-form input{
		width:60%;
		margin-bottom:10px;
	}
}
.news-letter-form input.sub{
	width:120px;
	background:#034d5d;
	float:right;
		font-size:12px;
		text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
}
.social-media{
float:right;
}
.social-media a{
	float:left;
	margin:0px 0px 0px 10px;
		color:#088eac;
	font-size:15px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	display:block;
}
.social-media a.b{
	padding:11px 20px 0px 0px;
}
footer{
	float:left;
	width:100%;
	min-height:230px;
	background:url(../images/footer-bg.jpg) no-repeat center;
	background-size:100% 100%;
}
@media(min-width:200px) and (max-width:1200px) {
	footer{
		background-size:cover;
		padding-left:3%;
		padding-right:3%;
	}
}
.footer-link{
	float:left;
	width:100%;
	background:url(../images/line.png) no-repeat center right;
		min-height:220px;
}
@media(min-width:200px) and (max-width:768px) {
	.footer-link{
		background:none;
	}
}
.footer-link h1{
	font-size:19px;
	padding:0px 0px 20px 0px;
	font-weight:normal;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer-link ul li{
	float:left;
	width:100%;
}
.footer-link ul li a{
			color:#FFF;
	font-size:13px;
	float:left;
	padding:0px 0px 10px 0px;
	font-weight:lighter;
	font-family: 'Open Sans', sans-serif;
}
.client-speak{
	float:left;
	width:100%;
	padding-right:20px;
	background:url(../images/line.png) no-repeat center right;
	min-height:220px;
}
@media(min-width:200px) and (max-width:768px) {
	.client-speak{
		background:none;
	}
}
.client-speak h1{
	font-size:19px;
	padding:0px 0px 20px 0px;
	font-weight:normal;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
.client-speak h2{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
}
.client-speak p{
	font-size:13px;
	padding:0px 0px 10px 0px;
	color:#FFF;
	font-weight:lighter;
	font-family: 'Open Sans', sans-serif;
}
.client-speak a{
	float:left;
	display:block;
	font-size:13px;
	padding:0px 0px 10px 0px;
	color:#FFF;
	font-weight:lighter;
	font-family: 'Open Sans', sans-serif;
}
.footer-address{
	float:left;
	width:100%;
}
.footer-address h1{
	font-size:19px;
	padding:0px 0px 20px 0px;
	font-weight:normal;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer-address p{
	font-size:13px;
	padding:0px 0px 10px 0px;
	color:#FFF;
	font-weight:lighter;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
}
.copyright{
	float:left;
	width:100%;
}
.copyright p{
		font-size:15px;
	padding:30px 0px 20px 0px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
	color:#676e71;
	font-family: 'Roboto Condensed', sans-serif;
}
.copyright a{
	color:#676e71;
}
.banner-slider{
	float:left;
	width:100%;
}
.inner-banner-slider{
	float:left;
	width:100%;
}
.inner-banner-slider img{
	width:100%;
}
.latest-news{
	position:absolute;
	z-index:9999;
	bottom:0px;
	width:100%;
}
@media(min-width:200px) and (max-width:1200px) {
	.latest-news{
		position:inherit;
		z-index:inherit;
	}
}
.inner-latest{
	float:left;
	background:url(../images/news-bg.png) repeat;
	width:100%;
}
.news-head{
	float:left;
	width:100%;
	background:#32626a;
}
.news-head h1{
		color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	margin:0px;
	padding:13px 0px 13px 0px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.news-discription{
	float:left;
	width:100%;
	padding-right:20px;
	padding-left:20px;
}
.news-discription p{
		color:#FFF;
	font-size:14px;
	margin:0px;
	padding:13px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
}
.about-img{
	float:left;
	margin:7px 20px 40px 0px;
}
@media(min-width:200px) and (max-width:600px) {
	.about-img{
		width:100%;
	}
}
.inner-content-area{
	float:left;
	width:100%;
}
.inner-content-area h1{
	color:#009ec1;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 0px 15px 0px;
	font-weight:normal;
}
.inner-content-area p{
	font-family: 'Open Sans', sans-serif;
	color:#191919;
	font-size:14px;
	line-height:26px;
}
.inner-services-list{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.inner-services-list ul li{
	float:left;
	width:100%;
	background:url(../images/right.jpg) no-repeat left top;
	margin:0px 0px 15px 0px;
}
@media(min-width:200px) and (max-width:1200px) {
	.inner-services-list ul li{
		background-position:top left;
	}
}
.inner-services-list ul li a{
	color:#343434;
	font-size:14px;
	padding:0px 0px 0px 30px;
	font-family: 'Open Sans', sans-serif;
}
.detail-inner-contents{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.detail-inner-contents h1{
	color:#333;
	font-size:22px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 0px 5px 0px;
	text-align:center;
	font-weight:normal;
}
.detail-inner-contents h2{
	color:#333;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 0px 5px 0px;
	font-weight:normal;
}
.detail-inner-contents p{
	font-family: 'Open Sans', sans-serif;
	color:#191919;
	font-size:14px;
	line-height:26px;
}
.line-b{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	height:21px;
	background:url(../images/line.jpg) no-repeat center;
}
.contact-main {
	float: left;
	width: 100%;
	margin:30px 0px 30px 0px;
}
.contact-form {
	float: left;
	width: 100%;
}
.contact-form h1 {
	color: #009ec0;
	font-size: 19px;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.contact-form ul {
	margin-top: 5px;
	float: left;
	width: 100%;
}
.contact-form ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 12px 0px;
}
.contact-form ul li label {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
.contact-form ul li input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #cacaca;
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	border: 1px #c6c6c6 solid;
}
.contact-form ul li input.sub {
	float: right;
	width: 135px;
	background: #adc23f;
	text-transform: uppercase;
	padding: 0px;
	color: #FFF;
	font-size: 18px;
	font-weight: lighter;
}
.contact-form ul li textarea {
	width: 100%;
	height: 110px;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #cacaca;
	font-weight: normal;
	padding: 10px 0px 0px 15px;
	border: 1px #c6c6c6 solid;
}
.verification-code {
	float: left;
	width: 100%;
	background: #f1efef;
	padding: 15px;
}
.verification-code h1 {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0px 0px 0px;
	float: left;
}
.code {
	float: left;
	margin: 0px 0px 0px 15px;
}
.refresh {
	float: left;
	margin: 7px 10px 0px 10px;
}
.please-enter {
	float: left;
}
.please-enter input {
	width: 200px !important;
	height: 40px;
	float: left;
	font-size: 12px !important;
	font-family: 'Roboto Condensed', sans-serif;
	color: #585858 !important;
	padding: 0px 0px 0px 5px !important;
}
.contact-address {
	float: left;
	width: 100%;
}
.contact-address h1 {
	color: #009ec0;
	font-size: 19px;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.contact-line {
	float: left;
	background: url(../images/contact-line.png) no-repeat center;
	min-height: 400px;
	width: 100%;
}

@media(min-width:200px) and (max-width:1200px) {
.contact-line {
	min-height: inherit;
}
}
.contact-box {
	float: left;
	width: 100%;
	border: 1px #c6c6c6 solid;
	margin: 5px 0px 0px 0px;
	padding: 15px;
}
.contact-box p {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.coming{
	float:left;
	margin:0px 0px 20px 0px;
}


.inner-services-list2{
	float:left;
	width:100%;
	margin:60px 0px 10px 0px;
	background:#009ec0;
	padding:0px 0px 0px 0px;
}
.inner-services-list2 h1{
	color:#FFF;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 20px 10px 20px;
	text-align:center;
	font-weight:normal;
}
.inner-services-list2 ul li{
	float:left;
	width:90%;
	background:url(../images/right2.jpg) no-repeat left;
	margin:0px 0px 15px 5%;
}
@media(min-width:200px) and (max-width:1200px) {
	.inner-services-list2 ul li{
		background-position:top left;
	}
}
.inner-services-list2 ul li a{
	color:#FFF;
	font-size:14px;
	padding:0px 0px 0px 30px;
	font-family: 'Open Sans', sans-serif;
}
.clients-inner{
	float:left;
	width:100%;
}
.clients-inner ul li{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.clients-inner ul li h1{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:14px;
		font-weight:600;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.clients-inner ul li p{
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:lighter;
		margin:0px;
	padding:0px 0px 5px 0px;
	line-height:18px;
	text-align:left;
}
.clients-inner ul li a{
	font-family: 'Open Sans', sans-serif;
	color:#0bbce2;
	font-size:13px;
	line-height:18px;
	margin:0px;
	padding:0px;
	text-align:left;
}
.news-inner-main-listing{
	float:left;
	width:100%;
}
.news-inner-main-listing ul li{
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #cdcdcd;
}
.news-inner-main-listing ul li h1{
	color:#000;
	font-size:25px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 0px 15px 0px;
	font-weight:normal;
}
.news-inner-main-listing ul li a{
	display:block;
	float:left;
	color:#000;
	font-size:25px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	margin:0px;
	border:0px;
	width:100%;
}
.news-inner-main-listing ul li a:hover{
	text-decoration:underline;
}
.news-inner-main-listing ul li h2{
	color:#000;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px 0px 15px 0px;
	font-weight:normal;
}
.news-inner-main-listing ul li p{
	font-family: 'Open Sans', sans-serif;
	color:#191919;
	font-size:14px;
	line-height:26px;
	padding:0px;
}
.news-inner-im{
	float:left;
	margin:10px 30px 40px 0px;
}











