/**
* NAME OF THE STYLESHEET (Highlight.style.css)
* The styles in this file represent all basic styles and bootstrap overwritten for the <Highlight> <Highlight> site.
* @project   Binary Folks
* @date      2014-05-18
* @author    Anuj Karol, logomafia <anuj@logomafia.com>
* @licensor  Binary Folks
* @site      Binary Folks
** @dependency bootstrap.css, style.css
*
*/
body {
	color: #2f2f2f;
	font-family: 'open_sansregular';
	font-size: 12px;
	line-height: 24px;
	background: url("../images/bg_body.png") repeat 0 0;
}
ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	color: #0079c2;
}
header {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	position: relative;
	z-index: 99999;
}
header #main-nav{
	margin-top: 20px;
}
.navbar-right .dropdown-menu{
	top:50px;
}
.navbar-default, header, .navbar-nav>li>.dropdown-menu {
	border: none;
	margin-bottom: 0px;
	background: #106eb4; /* Old browsers */
	background: -moz-linear-gradient(top, #106eb4 0%, #1166ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #106eb4), color-stop(100%, #1166ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #106eb4 0%, #1166ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #106eb4 0%, #1166ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #106eb4 0%, #1166ae 100%); /* IE10+ */
	background: linear-gradient(to bottom, #106eb4 0%, #1166ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106eb4', endColorstr='#1166ae', GradientType=0 ); /* IE6-9 */
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a, .dropdown-menu>li>a {
	color: #fff;
	border-right: 1px solid #0c5187;
}
.navbar-default .navbar-nav > li:last-child > a {
	color: #fff;
	border-right: 0px solid #0c5187;
}
.navbar-default .navbar-nav > li > a span {
	color: #ded7d7;
}
.dropdown-menu li {
	border-bottom: 1px solid #0c5187;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu li a {
	padding: 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dae8f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dae8f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #dae8f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #dae8f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #dae8f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%, #dae8f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dae8f3', GradientType=0 ); /* IE6-9 */
	color: #106db4;
}
.navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a.focus span {
	color: #312f2f;
}
.navbar-brand {
	color: #fff !important;
	height: auto;
	padding: 5px 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #dbe9f2;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #fff;
}
.navbar-default .navbar-nav>li>a h4 span{
	margin-left: 10px;
}
.carousel-inner .item img {
	width: 100%;
}
.carousel-control.right {
	background-image: none;
	right: 50px;
	left: auto;
}
.carousel-control.left {
	background-image: none;
}
.carousel-caption-text{
	text-align: center;
	font-size: 16px !important;
}
.carousel-caption {
	background: #fff;
	padding: 10px;
	color: #020c13;
	text-shadow: none;
	opacity: 0.75;left: 29%;
right: 29%
}
.carousel-caption h1 {
	color: #106db4;
	border-bottom: 1px solid #bababa;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
	font-size: 100px;
	color: #106cb2;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	display: inline-block;
	position: absolute;
	top: 25%;
	z-index: 5;
}
.welcome {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	background: #fff;
	padding: 30px 20px 10px 20px;
border-bottom: 2px solid #ccc6c6;
}
.home-service{
	background: #fff;
	padding: 0px 00px 10px 00px;
}
.welcome strong{
	color: rgb(75, 0, 130);
}
.services a {
	color: #22509e;
	font-size: 18px;
	margin-top: 25px;
	display: block;
}
.services article > a {
	margin: 0 0 20px 0;
	padding: 10px 0 0px 10px;
	border: 1px solid #e2e9ef;
	height: 110px;
	border-radius: 3px;
	background-size: cover !important;
	width: 100%;
	
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.9);
	cursor: pointer
}
.services article > a:hover{
	text-decoration: none;
}

.services article > a.audit {
	background: url('../images/audit1.jpg') no-repeat center center;
}
.services article > a.tax {
	background: url('../images/taxService1.jpg') no-repeat center center;
	
}
.services article > a.incorporation {
	background: url('../images/inc1.jpg') no-repeat top center;
}
.services article > a.accounting {
	background: url('../images/acc1.jpg') no-repeat top center;
}
.services article > a.manpower {
	background: url('../images/imm1.jpg') no-repeat top center;
}
.services article > a.training {
	background: url('../images/training1.jpg') no-repeat top center;
}
.services article > a.business {
	background: url('../images/biz1.jpg') no-repeat top center;
}
.services article > a.corporate {
	background: url('../images/sec1.jpg') no-repeat center center;
}
.services h2 {
	font-size: 16px;
	color: rgb(0, 0, 128);
	font-weight: bold;
	line-height: 22px;
}
.services h1 {
	font-size: 24px;
	color: #22509e;
}
address{
	line-height: 30px;
}
footer {
	border-top: 5px solid #22509e;
	background: #F7F7F8;
	color: #22509e;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
footer h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
footer h2{
	font-size: 22px;	
}
footer p{
	margin:-5px 0 0 0;
	font-weight: bold;
	text-align: left;
}
footer address{
	margin-bottom: 0;
}
footer address p{
	font-weight: normal;
	margin-top: -5px;
	line-height: 22px;
}
footer a, footer a:hover {
	color: #22509e;
	font-size: 12px;
}
footer .contact-details{
	font-weight: bold;
}
footer .copyright {
	border-top: 1px solid #8D9095;
	color: #8D9095;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .contact {
	text-align: right;
}
footer .contact i {
	margin-left: 10px !important;
	background: #22509e;
	padding: 5px;
	color: #fff;
	border-radius: 2px;
}
.inner-page {
	/*margin-top: 30px;*/
}
.inner-page article, aside{
	background: #fff;
	padding: 30px 20px 10px 20px;
	border-bottom:2px solid #ccc6c6;
}
.inner-page aside h3, .inner-page article h3 {
	color: #000080;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.service-list p{
	font-size: 14px;
	color:#000;
	font-weight: normal !important;
}
.inner-page aside h3 i, .inner-page article h3 i, .email i{
	margin-right: 10px;
}
.email{
	background:#22509e;
	padding: 5px 10px;
	color:#fff;
	border-radius: 2px;
}
.inner-page article li {
	list-style-type: disc;
	margin-left: 25px;
	font-size: 14px;
	color:#000;
}
.inner-page aside li {
	list-style-type: square;
	margin-left: 10px;
	padding: 3px 0;
}
.inner-page aside li a {
	display: block;
	color: #3c3c3c;
	border-bottom: 1px dotted #ccc6c6;
}
.inner-page aside li a:hover {
 text-decoration: none;
}
.service-title{
	margin-right:50px;
}
.slider {
	margin-bottom: 30px;
	/*background: url("") no-repeat center center #13294e;*/
	color:#fff;
	position: relative;
}
.slider .row-fluid{
	position: relative;
}
.slider-dot {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 9;
	background: url("../images/dots_slider.png") repeat center center;
}
.slider-img{
	background-size: cover !important;
	height: 300px;
}
.slider-img-ba{
	background: url("../images/biz_advise.png") no-repeat center center;
	
}
.slider-img-as{
	background: url("../images/accounting.png") no-repeat center center;
	
}
.slider-img-im{
	background: url("../images/immigration.png") no-repeat center center;
	
}
.slider-img-tx{
	background: url("../images/taxServices2.png") no-repeat center center;
	
}
.slider-img-ct{
	background: url("../images/ctraining.png") no-repeat center center;
	
}
.slider-img-aa{
	background: url("../images/serivces.png") no-repeat center center;
	
}
.slider-img-cosec{
	background-image: url(../images/co-corp-service.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.slider-img-ci{
	background: url("../images/co_inc.png") no-repeat center center;
	
}
.slider-img-dnh{
	background: url("../images/dnh_corp_services.png") no-repeat center center;
	
}
.slider-img-of{
	background: url("../images/ab_ban.png") no-repeat center center;
	
}
.slider-img-ofo{
	background: url("../images/foundero.png") no-repeat center center;
	
}
.slider-img-con{
	background-image: url(../images/contactus2.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.slider-dot-aboutus {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/ab_ban.png);
	background-repeat: repeat-x;
	background-color: #000;
	}
.slider h2 {
	font-size: 30px;
	margin-top: 40px;
	color:#fff;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	z-index: 99;
}
.zee {
	position: absolute;
	z-index: 100;
	text-align: right;
}
.slider p {
	color: #1688e7;
	font-size: 20px;
}
.founder {
	position: relative;
}
.founder-name {
	
	color: rgb(0, 0, 128);
	font-weight: bold;
	padding: 5px;
	font-size: 18px;
	font-family: arial,helvetica,sans-serif;
}
.founder p {
	text-align: center;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	color: rgb(0, 0, 128);
	font-weight: bold;
	line-height: 18px;

}
p.founder-title{

	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 12px;
	margin-top: 30px;
}
.no-padding{
	padding:30px 0px 10px 0px !important;
}
p{
	font-size: 14px;
	text-align: justify;
}
@media(min-width:768px) and (max-width:990px){
	.navbar-right{
		clear:both;
		float:none !important;

	}
	.navbar-header{
		float: none;
		text-align: center;;
	}
	.navbar-header a{
		float: none;
		display: block;

	}
	.navbar-header a img{
		margin:0 auto;
	}
	#main-nav{
		text-align: center;
	}
	.navbar-nav>li{
		float: none;
		display: inline-block;
	}

}
@media(min-width:0) and (max-width:768px) {
	.home-service article{
		padding-top: 20px;
		}
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: none;
	}
	.navbar-default .navbar-toggle{
		border:none;
	}
.service-list li {
	background: #fff;
	border: 1px solid #22509e;
	border-top: 3px solid #22509e;
	margin: 0 0 10px 0!important;
	padding: 10px;
	list-style-type: none !important;
	font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color:#fff;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	margin:0 auto;
}
p.founder-title{

	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
form{
	margin-top:30px;
}
}
.company {
	font-size: 24px;
	font-weight: bolder;
	color: #006;
	letter-spacing: 0.15em;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}
a.readmore {
	color: #F60;
	font-weight: bolder;
}
a.logotype {
	background-image: url(../images/logo_icon.png);
	background-position: left center;
	float: left;
	width: 26px;
	background-repeat: no-repeat;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #306;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
}
.sub-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.fo_cn {
	line-height: 14px;
	text-align: center;
}
.im-au {
	background-image: url(../images/ab_ban.png);
	background-repeat: no-repeat;
	max-width: 2000px;
	height: 250px;
	background-position: center center;
}

.bg-orange{
	background:
	#FC6
}

.bg-yellow {
	background-color: #FFC;
}

.bg-white {
	background-color: #fff;
}
.logo{
	backgrond:
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/dnh-logo.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.dnh {
	padding-left: 30px;
	font-weight: bold;
}
.container {
	width: 85%;
}
.sb-bg{
	background-image: url(../images/sb_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	padding-left: 10px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.cn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.qc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	padding-bottom: 12px;
}
.kc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
}
.nm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #006;
	padding-top: 15px;
	letter-spacing: .12em;
}
.container.bg-white ul {
	display: block;
	margin: 30px;
}
.container.bg-white ul li {
	padding: 8px;
	list-style-type: disc;
}
.container.bg-white h2 {
	padding-top: 20px;
}
div .conclude {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.sitemap {
	font-size: medium;
}
