<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

html, body {	
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #1b2126;
	line-height: 22px;
}
a {
	color: #1b2126;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #1b2126;
	font-weight: 400;
}
h1 {
	margin-top: 70px;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 40px;
	color: #1b2126;
}
h2 {
	font-size: 22px;
	line-height: 50px;
	color: #1b2126;
}
h3 {
	font-size: 18px;
	line-height: 40px;
	color: #1b2126;
}
h4 {
	font-size: 16px;
	line-height: 30px;
	color: #1b2126;
}
h5, h6 {
	font-size: 14px;
	line-height: 30px;
	color: #1b2126;
}
h1 small {
	letter-spacing: 1px;
	font-weight: 500;
}	
p {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 13px;
	color: #1b2126;
	line-height: 22px;
	font-weight: 400;
}
ol, ul li {
	margin: 0px;
	padding: 0px;
	color: #1b2126;
	line-height: 22px;
}
.red {
	color: #ff0000 !important;
}
.orange {
	color: #ff6600 !important;
}
.container p {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
	color: #1b2126;
}
.container ol, ul li {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #1b2126;
	line-height: 22px;	
}
ol li {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}	
.main-heading {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #1b2126;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.img-thumbnail {
	border-radius: 0px;
	border: 1px solid #cbcfd3;
}
.top-menu {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px !important;
	letter-spacing: 1px;
	border: 0px;
	border-bottom: 1px solid #cbcfd3;
	border-radius: 0px;
	background: #ffffff;
}
.top-menu ul {
	margin: 0px;
	padding: 0px;
}	
.top-menu ul li {
	list-style: none;
	display: inline;
	font-size: 12px;
}
.top-menu ul li i {
	margin-right: 5px;
}	
.tm-left li {
	margin-right: 20px;
}
.tm-right li {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 30px;
	border-right: 1px solid #cbcfd3;
}
.border-right {
	border-right: 1px solid #cbcfd3;
}
.border-left {
	border-left: 1px solid #cbcfd3;
}
@media screen and (max-width: 768px){
	.top-menu {
		font-size: 12px;
		font-weight: 400;
		line-height: 20px !important;
		letter-spacing: 1px !important;
		text-align: center;
	}
	.tm-right li {
		float: none;
		padding-right: 4px;
		padding-left: 2px;
		text-align: center;
		line-height: 20px;
		border-right: 1px solid #cbcfd3;
		}
	.border-left {
		border-left: 0;
		}
	.border-left:last-child {
		border-right: 0;
		}	
	.tm-left li {
		margin-right: 0px !important;
		display: block !important;
	}
}	
/* Main Menu */
.main-menu {
	margin-top: 35px !important;
	border-left: 0px;
}
.main-menu li {
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}
.navbar {
    margin-bottom: 0px !important;
}
.navbar-brand {
	height: 82px !important;
	margin-bottom: 5px !important;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px !important;
	color: #333333 !important;
	font-weight: 500;
	text-transform: capitalize;
}
.nav &gt; li &gt; a {
	padding: 0px;
	color: #1b2126;
}
.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    text-decoration: none;
	color: #ff6600 !important;
    background-color: none !important;
}
.dropdown-menu &gt; li &gt; a {
	padding: 3px 0px;
	color: #1b2126;
}
.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
	color: #49535a !important;
	text-decoration: none;
	background-color: none !important;
}
.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    text-decoration: none;
	color: #ff6600;
    background-color: #ffffff;
}
.top-main-line {
	width: 100%;
	height: 1px;
	background: #1b2126;
	-webkit-box-shadow: 0px -1px 5px rgba(50, 50, 50);
	-moz-box-shadow: 0px -1px 5px rgba(50, 50, 50);
	box-shadow: 0px -1px 5px rgba(50, 50, 50);
}
.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
	color: #ff6600 !important;
	border-color: #cbcfd3;
	background-color: #ffffff;
}	
@media screen and (max-width: 768px){
.main-menu {
	margin: 0px auto 0px;
	margin-top: 8px !important;
	}
.navbar-brand {
	margin: 0px auto 0px;
	height: 70px !important;
	margin-bottom: 5px !important;
	}
.navbar-brand img {
	margin: 0px auto 0px !important;
	text-align: center;
	width: 100px;
	}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid #cbcfd3 !important;
    border-radius: 0px;
	background: #ffffff !important;
	}	
.icon-bar {
	border: 1px solid #ff6600;
	}
.main-menu {
	margin-top: 0px !important;
	}
.navbar-collapse {
	font-size: 12px !important;
	line-height: 18px !important;
	}
.navbar-nav &gt; li &gt; a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px !important;
    color: #1b2126 !important;
    font-weight: 400;
	line-height: 24px;
	border-top: 1px solid #cbcfd3;
	}
.open .dropdown-menu &gt; li &gt; a {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 13px;
    line-height: 14px;
	letter-spacing: 1px;
	}
}
.overlap {
	margin: 0px auto 0px;
	margin-top: -60px;
	width: 1190px;
	height: auto;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 40px 0 rgba(50, 50, 50, 0.5);
    padding: 25px 0px 0;
    position: relative;
	z-index: 1000;
}
.overlap:after, .overlap:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 390px; /* 355 */
    position: absolute;
    top: 170px;
    width: 50px;
}
.overlap:before {
    left: -50px;
}
.overlap:after {
    right: -50px;
}
.middle-container-home {
	margin: 0px auto 0px;
	padding: 0px;
	padding-top: 5px;
	width: 100%;
	height: auto;
	height: 100%;
	background: #ffffff;
	position: relative;
	z-index: 1001;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	.overlap {
		margin: 0px auto 0px;
		padding: 0px;
		padding-top: 10px;
		width: 100%;
		height: auto;
	}
	.middle-container-home {
		margin: 0px auto 0px;
		padding: 0px;
		padding-top: 5px;
		width: 100%;
		height: auto;
		height: 100%;
	}
}
.services-section {
	margin-bottom: 25px;
	padding: 25px;
	width: 100%;
	height: 170px;
}	
.services-section h3 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 0px 0px 2px #000000;
}
.services-section p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 0px 0px 2px #000000;
}
.ss-right {
	text-align: left;
	background: #49535a;
	/*
	background: url(../images/services-section-bg.png) no-repeat top center #49535a;
	*/
}
.ss-right p {
	text-align: left;
}	
.ss-left {	
	text-align: right;
	background: #1b2126;
	/*
	background: url(../images/services-section-bg.png) no-repeat top center #1b2126;
	*/
}
.ss-left p {	
	text-align: right;
}	
.btn-read-more {
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	border-radius: 0px;
	background: #ff6600;
}
.background-one {
	background: #1b2126 !important;
}
.background-two {
	background: #49535a !important;
}
.background-third {
	background: #eef0f2 !important;
}
.margin-zero {
	margin: 0px !important;
}
.padding-zero {
	padding: 0px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
.margin-top-75 {
	margin-top: 75px !important;
}
.margin-bottom-75 {
	margin-bottom: 75px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-right {
	margin-right: 15px !important;
}
.margin-left {
	margin-left: 15px !important;
}
.margin-top {
	margin-top: 15px !important;
}
.margin-bottom {
	margin-bottom: 15px !important;
}
hr.testi-line {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	padding: 0; 
	border: none; 
	border-top: 1px solid #cbcfd3;
	color: #ffffff; 
	text-align: center; 
}
.products-img {
	border: 1px solid #eee;
}
.ul-big-font {
	
}
.ul-big-font li {
	margin-bottom: 5px;
	font-size: 16px !important;
	line-height: 22px;
}

/*
hr.testi-line:after {
	position: relative;
	display: inline-block;
	top: -15px;
	content: ".";
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
	border-radius: 50px;
	background: #cbcfd3; 
}
*/
@media screen and (min-width: 320px) and (max-width: 768px){
	.margin-top-100 {
	margin-top: 50px !important;
	}
	.margin-bottom-100 {
		margin-bottom: 50px !important;
	}
	.margin-top-75 {
		margin-top: 33px !important;
	}
	.margin-bottom-75 {
		margin-bottom: 33px !important;
	}
	.margin-top-50 {
		margin-top: 25px !important;
	}
	.margin-bottom-50 {
		margin-bottom: 25px !important;
	}
	.margin-top-30 {
		margin-top: 15px !important;
	}
	hr.testi-line {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
}	
.services-buttons {
	margin: 0px;
	padding: 0px;
}
.services-buttons li {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	list-style: none;
}
.services-buttons li a {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	color: #1b2126;
	font-weight: 500;
	border: 1px solid #cbcfd3;
	border-radius: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}	
.services-buttons li a:hover {
	color: #1b2126;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
	background: rgb(242,246,248); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}	
.services-item {
	float: left;
	margin-right: 24px;
	width: 170px;
	height: 150px;
	text-align: center;
}
.services-item h3 {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	border-top: 1px solid #ff6600;
}
.services-item h3 a {
	color: #ffffff;
	text-decoration: none;
}
.services-item h3 a:hover {
	color: #ff6600;
	text-decoration: none;
}
.services-item-icon {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #eef0f2;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.services-section {
		margin-bottom: 10px;
		padding: 10px;
		width: 100%;
		height: auto;
		text-align: center;
		color: #1b2126;
		border: 1px solid #cbcfd3;
		background: #ffffff;
	}
	.services-section h3 {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
		color: #1b2126;
		text-shadow: none;
	}
	.services-section p {
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		text-align: center;
		color: #1b2126;
		text-shadow: none;
	}
	.btn {
		padding: 2px 4px;
	}	
	.btn-read-more {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.services-item {
		margin: 0px;
		padding: 0px;
		width: 50%;
		height: auto;
		text-align: center;
		border-left: 1px solid #ffffff;
	}
	.services-item:first-child {
		border-left: 0px;
	}
	.services-item h3 {
		font-size: 12px;
		line-height: 25px;
		border-top: 0px;
	}
	.services-item-icon {
		padding: 0px;
		padding-top: 3px;
		height: 64px;
		text-align: center;
		background: #eef0f2;
	}
	.services-item-icon img {
		margin: 0 auto 0;
		height: 60px;
	}
	.owl-theme .owl-controls .owl-page span {
		width: 10px !important;
		height: 10px !important;
		border: 1px solid #ff6600;
		background: #ffffff !important;
	}
}	
/** Testimonials **/

#clients-reviews {
	padding-top: 50px;
	padding-bottom: 30px;
	width: 100%;
	min-height: 170px;
	height: auto;
	text-align: left;
	clear: both !important;
	background: #eef0f2;
}
#clients-reviews .review p {
    margin: 0px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px !important;
	text-align: center;
	line-height: 26px;
	font-weight: 400 !important;
	color: #1b2126;
	font-style: normal;
}
#clients-reviews .review p {
    margin: 0px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px !important;
	text-align: center;
	line-height: 26px;
	font-weight: 400 !important;
	color: #1b2126;
	font-style: normal;
}
#clients-reviews .review h4 {
    margin: 0px;
	padding: 0px;
	font-size: 16px !important;
	text-align: center;
	line-height: 20px;
	font-weight: 400;
	color: #1b2126;
}
#clients-reviews .review span.name {
	display: block;
	/*
	padding-right: 10px;
	margin-right: 10px;
	*/
	font-size: 14px !important;
    color:#ff6600;
}
#clients-reviews .review span.post {
    font-weight: 400;
    font-size: 13px;
    color: #49535a;
    text-transform: none;
}
/*
#clients-reviews .review span.name::after {
	margin-left: 3px;
	bottom: 9px;
    width: 15px;
    height: 2px;
    content: '';
    background: #cbcfd3;
    position: absolute;	
}
*/
#clients-reviews .owl-theme .owl-controls .owl-nav [class*=owl-] {
	padding: 0 10px;
    color: #1b2126;
    font-size: 14px;
    line-height: 14px;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	#clients-reviews .review p {
		margin: 0px;
		padding: 0px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
		color: #1b2126;
		font-weight: 300 !important;
		font-style: normal;
	}
	#clients-reviews .review h4 {
		margin: 0px;
		padding: 0px;
		font-size: 15px !important;
		text-align: center;
		line-height: 20px;
		font-weight: 400;
		color: #cbcfd3;
	}
}

.blog-post {
	margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
}
.blog-post h3 {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	color: #1b2126;
	font-weight: 400;
}
.blog-post h3 a {
	text-decoration: none;
	color: #1b2126;
}
.blog-post h3 a:hover {
	text-decoration: none;
	color: #49535a;
}
.blog-post-img-content {
	width: 100%;
	/*
	height: 200px;
	*/
    height: auto;
    position: relative;
}
.blog-post-img-content img {
	width: 100%;
	/*
	height: 200px;
	*/
	height: auto;
	overflow: hidden;
}
.blog-post-img-content img.desaturate {
	filter: grayscale(100%);
}
.blog-date-name {
    z-index: 2;
    position: absolute;
	width: 100%;
	bottom: 0px;
	min-height: 30px;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
    color: #ffffff !important;
	text-align: center;
    background: rgba(23, 33, 38, 0.8);
}
.blog-date-name i {
	margin-right: 5px;
}
.blog-date {
	float: left;
	padding-left: 10px;
}
.blog-name {
	float: right;
	padding-right: 10px;
}
.desaturate {
	filter: grayscale(50%);
	border-radius: 2px;
}

/* Corporate Training */
.corporate-training-main {
	width: 100%;
	width: auto;
	height: auto;
	text-align: center;
	background: #ffffff;
 }
.corporate-training-main ul {
	margin: 0px;
	padding: 0px;
}
.corporate-training-main ul li {
	margin: 7px !important;
	padding: 5px;
	height: 70px !important;
    color: #ff6600;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align:center;
	list-style: none;
	display: inline;
}
.corporate-training-main ul li a {
	color: #333333 !important;
}
#corporate-training-main .item {
	margin: 10px;
	padding: 10px;
	width: auto;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px !important;
	border: 1px dotted #cbcfd3;
	border-top: 0px;
	border-bottom: 0px;
	background: #ffffff;
}
.our-clients-outer {
	margin: 0 auto 0;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
	background: url(../images/background-img.jpg) no-repeat center top #1b2126;
}
.our-clients-outer ul {
	margin: 0px;
	padding: 0px;
}	
.our-clients-outer ul li {
	float: left;
	margin: 8px !important;
	padding: 10px;
	width: 146px !important;
	height: 100px !important;
    color: #ff6600;
	font-size: 14px;
	font-weight: 400;
	text-align:center;
	list-style: none;
	display: inline;
	/*
	border: 1px solid #cbcfd3;
	*/
	background: #ffffff;
}
.our-clients-outer ul li h3 {
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}	
.our-clients-outer h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.our-clients-outer {
		margin: 0 auto 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.our-clients-outer ul li {
		float: left;
		margin: 1% !important;
		padding: 1%;
		width: 30% !important;
		height: 50px !important;
		color: #ff6600;
		font-size: 14px;
		line-height: 20px;
	}
	.our-clients-outer ul li img {
		margin: 0 auto 0;
		height: 40px;
	}
	.our-clients-outer ul li h3 {
		font-size: 10px;
	}
	.blog-post {
		margin-bottom: 15px;
	}
	.blog-post h3 {
		margin-top: 5px;
		font-size: 14px;
		line-height: 18px;
	}
	.blog-date-name {
		min-height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.blog-post-img-content {
		height: 150px;
	}
	.blog-post-img-content img {
		height: 150px;
	}
}	

/* Footer */

footer {
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 20px;
    color: #ffffff;
	border-top: 1px solid #1b2126;
	background: #49535a;
	/*
	background: url(../images/bottom-digital-img.png) no-repeat top center #49535a;
	*/
}
footer a {
	text-decoration: none;
	color: #ffffff;
}
footer a:hover {
	text-decoration: none;
	color: #ff6600;
}
footer h3 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
    color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer ul {
	margin: 0px;
	padding: 0px;
	min-height: 200px;
}
footer ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	list-style: none;
	font-size: 13px;
}
footer .address {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #ffffff;
}
footer .address li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
	color: #ffffff;
	list-style: none;
	display: inline-block;
}
footer .address li i {
	float: left;
	width: 10%;
	text-align: left;
}
footer .address li span {
	float: right;
	width: 90%;
	text-align: left;
}
footer .address li strong {
	text-transform: uppercase;
}	
footer .glyphicon {
	color: #ffffff;
}
footer .fa {
	margin-right: 10px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	font-weight: 300;
	/*
	border-radius: 50px;
	border: 1px solid #ff6600 !important;
	*/
}
.bottom {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	border-top: 1px solid #ff6600;
	background: #1b2126;
}
.bottom p {
	font-size: 13px;
    color: #ffffff;
	line-height: 20px;
	font-weight: 300;
	text-align: center !important;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	footer {
		padding-top: 15px;
		padding-bottom: 10px;
		line-height: 18;
	}
	footer ul {
		margin: 0px;
		padding: 0px;
		min-height: auto;
		border-right: 0px;
	}
	footer ul li {
		margin-bottom: 3px;
		line-height: 18px;
	}
	.bottom {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.bottom p {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 13px;
		color: #ffffff;
		line-height: 20px;
	}
}

/* Inner Page */

.top-bar-section {
	margin-bottom: 50px;
	padding-top: 60px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 150px;
	background: url(../images/bottom-digital-img.png) no-repeat top right #49535a;
	/*
	background: url(../images/bottom-bg-img.png) no-repeat top right #e0e4e7;
	*/
}
.top-bar-section h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	text-transform: capitalize;
}
.top-bar-section h3 small {
	color: #ffffff;
	font-size: 15px;
}	
.top-bar-section p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #ffffff;
	text-align: justify;
}
.nav-sidebar {
	padding-bottom: 0px;
	border: 1px solid #e0e4e7;
	border-bottom: 0px;
	background: #ffffff;
}
.tabs li {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #1b2126;
	font-weight: 400;
	border-bottom: 1px solid #e0e4e7;
}
.tabs li i {
	float: right;
}	
.tab-content h5 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #1b2126;
	font-weight: 400;
	line-height: 30px;
}
.tab-content p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #1b2126;
	font-weight: 400;
	text-align: justify;
}
.tab-content li {
	font-size: 14px;
	color: #1b2126;
	font-weight: 400;
	line-height: 25px;
}
.orange {
	color: #ff6600 !important;
}
.panel-heading {
    padding: 0px;
	padding-left: 5px;
	border: 0px;
    border-radius: 0px !important;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default {
	border: 0px;
    border-color: #eef0f2;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #1b2126;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.top-bar-section {
		margin-bottom: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
		min-height: 50px;
	}
	.top-bar-section h3 {
		margin-bottom: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}
	.top-bar-section p {
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: 300;
		line-height: 18px;
	}
}
	
.contact-address {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #1b2126;
}
.contact-address li {
	float: left;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	width: 100%;
	line-height: 24px;
	list-style: none;
	display: inline-block;
}
.contact-address li i {
	float: left;
	width: 10%;
	text-align: left;
	color: #cbcfd3;
}
.contact-address li span {
	float: right;
	width: 90%;
	text-align: left;
}

.blog-row {
	margin-top:50px;
}
.blog-content {
	padding: 0px;
	padding-top: 10px;
}
.blog-content h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 19px;
	line-height: 24px;
}
.blog-content p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
.bg-white {
	background-color:#fff;
}
.news-block {
	float: left;
	display: block;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
}
.news-block .newsLargeImg {
	width: 300px !important;
}
.news-block-content {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100px;
	height: auto;
	background: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 768px){
.news-block-content {
	height: auto;
	}
}
.news-block  h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
.news-block  p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-align: justify;
}
.news-block-content p {
	float: left;
}
.news-block-content h2 {
	font-size: 25px !important;
	line-height: 30px !important;
	font-weight: 300 !important;
	text-align: left !important;
}
#content-area {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#content-area p {
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}	
#content-area .post-image {
	float: left;
    margin: 0 25px 10px 0px;
    width: 570px;
    height: auto;	
}
#content-area blockquote {
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	width: 100%;
    font-size: 15px;
	font-style: italic;
    line-height: 24px;
    text-align: left;
	border-left: 3px solid #d5d5d5;
	background: url("../images/inner-hd-line-bg.png") repeat scroll 0 0 #e8e7e2;
}
#content-area h2 {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500 !important;
}
@media screen and (min-width: 320px) and (max-width: 768px){
.post-image, img {
  display: block;
  width: 100% \9;
  max-width: 100%;
	} 
}
.inner-author-date {
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	height: auto;	
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	background: #ffffff;
}
.inner-author-date li {
	float: left;
	padding-left: 10px;
	margin-right: 20px;
	list-style: none;
	display: inline;
	line-height: 18px;
	border-left: 1px solid #d5d5d5;
}
@media screen and (min-width: 320px) and (max-width: 360px){
	.inner-author-date li {
	width: 100%;
	line-height: 18px;
	}
}
.news-author-date {
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 34px;
	font-weight: 400;
	border-bottom: 1px solid #d5d5d5;
	background: url("../images/inner-hd-line-bg.png") repeat scroll 0 0 #e8e7e2;
}
.news-author-date li {
	float: left;
	padding-left: 5px;
	list-style: none;
	display: inline;
	width: 50%;
	line-height: 34px;
}

/* Left Navigation */

#left-navigation {
    width: 100%;
    height: auto;
    height: 100%;
    border: 1px solid #cbcfd3;
	border-bottom: 0px;
    background: #ffffff;
}
#left-navigation ul {
    margin: 0px;
    padding: 0px;
} 
#left-navigation ul li {
    margin: 0px;
	padding: 3px;
    padding-left: 10px; 
	padding-right: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #1b2126;
	text-align: left;
	font-weight: 400;
    list-style: none;
    display: block;
	border-bottom: 1px solid #cbcfd3;
} 
#left-navigation ul li a {
    text-decoration: none;
    color: #1b2126;
    line-height: 16px;
}
#left-navigation ul li a:hover {
    text-decoration: none;
    color: #ff6600;
}
#left-navigation .bg {
	font-size: 13px;
	font-weight: 400;
	color: #1b2126;
	letter-spacing: 1px;
	text-transform: uppercase;
    background: #f5f7f8;
}
@media (min-width: 320px) and (max-width: 568px) {
	#left-navigation ul { 
	display: none; 
	}
}
@media (min-width: 568px) {
	#left-navigation select,
	#left-navigation button { 
	display: none; 
	}
}

.panel-default &gt; .panel-heading {
    color: #1b2126;
    background-color: #ffffff;
    border-color: #cbcfd3;
	border: 1px solid #cbcfd3;
}
.hr-line {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #e0effd;
}
.blue {
	color: #0266cc;
}
.red {
	color: #ff0000;
}</pre></body></html>