/*  
Theme Name: HFSB
Theme URI:
Author: PX2 Ltd
Author URI:
*/


/*************************************************************
							Common Style
*************************************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	 font-family: Verdana, Trebuchet, Arial, Tahoma, sans-serif;
}
a { cursor: pointer; text-decoration: none; color: #808080; }
a:hover{ cursor: pointer; text-decoration: none; color: #999; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins    { text-decoration: none; }
del    { text-decoration: line-through; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clear   { clear: both; }
h1, h2, h3{text-transform:uppercase}
span{
	font-weight:700;
	color: #21205F;
}
h4{
	color: rgb(33, 32, 95);
	font-size: 20px;
	line-height: 30px;
}


h5{
	color: rgb(33, 32, 95);
	font-size: 16px;
	line-height: 22px;
}


h6{
	font-size: 14px;
	line-height: 20px;
}

p{
	font-size: 14px;
	line-height: 20px;
}


.navbar-header {
    float: none !important;
}
#nav .menu-item-1440{
	
}
#nav .menu-item-1440 a{
	text-indent: -9999px;
	background-image: url(images/home-2.png);
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.header-bg{
	background-image:url(images/bd-header.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 76% 100%;
}
.logo,.com-name,.social{
	display: inline-block;
}
.social-icon{
	
}
.social-icon ul{}
.social-icon ul li{
	float:left;
	padding:5px;
}
.social-icon ul li a{}
.com-name h2{
	font-size: 25px;
line-height: 33px;
	text-transform: capitalize;
	padding: 30px 0;
	color: #21205F;
	text-align: center;
}

.com-name h3{
	font-size: 18px;
line-height: 25px;
	text-transform: none;
font-style: italic;
	padding: 40px 0;
	color: #21205F;
	text-align: center;
}
.social div{
	display:inline-block;
	float:right;
	margin-top:10px;
}
.social .fa{
	font-size:25px;
}
.social{
	margin-top:15px;
}
.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.nav > li > a,.nav > li > a,.nav > li > a{
	color: #ffffff;
	/*border-bottom: 3px solid #808080;*/
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 20.5px;
	background-color: #21205F;
}
.nav > li > a:hover,.nav > li > a:focus,.nav > li > a:active,.nav li.current-menu-item a
,.nav li.current-menu-parent a,.nav li ul.sub-menu li.current-menu-item a
{
	color:#fff;
	background-color:#808080 !important;
	border-bottom:0px solid #1c2357;
}
.nav li.current-menu-parent .sub-menu a{
	color:#000;
	background-color:#EFEFEF;
	border-bottom:0px solid #808080;
}
.nav li.current-menu-item .sub-menu li a{
	color:#000;
	background-color:#fff;
	border-bottom:none;
}
.nav li{
	position:relative;
}
.sub-menu{
	position:absolute;
	padding:15px 0;
	display:none;
	width:200px;
}
.nav li:hover .sub-menu {
    display: block;
    z-index: 1;
    background-color: #fff;
    padding: 0px;
}
.sub-menu li{

}
.sub-menu li a:hover {
	color:#fff !important;
	background-color:#808080 !important;
}
.sub-menu li.current-menu-item a{
    color: #000066 !important;
    background-color: #808080 !important;
	font-weight:700;
}

.sub-menu li .sub-menu{
	position:absolute;
	padding:15px 0;
	display:none;
	width:200px;
	right: -200px;
    top: 0;
}
.nav li ul.sub-menu li.current-menu-item ul.sub-menu li a{
	color:#000 !important;
	background-color:#CBCCD6 !important;
	font-weight:400;
}
.nav li:hover .sub-menu li .sub-menu {
	display: none;
}
.sub-menu li:hover .sub-menu{
	display:block !important;
}
.sub-menu li .sub-menu li a{
	background-color:#CBCCD6 !important;
}
.sub-menu li .sub-menu li a:hover{
	background-color:#808080 !important;
}

.page-template-about-page .post h5 a{
	color:#006;
	font-weight:700;
	
}
.page-template-about-page .post h5 h5,.page-template-about-page .post h5 h3{
	color:#000;
	font-weight:400;
	padding: 7px 0;
}
.post ul.list-square{
	list-style-image: none !important;
	list-style-type:square !important;
}
.post ul.list-square li{
    line-height: 20px;
	font-size: 14px;
	padding-bottom: 0px;
}
.post ul.list-square li::before {
    position: absolute;
    content: "";
    background-image: none;
    width: 0px;
    height: 0px;
    left: 0px;
}
.sub-menu li a {
    display: block;
    padding: 5px 10px;
	background-color:#f5f5f6 !important;
	color:#000;
	font-size: 15px;
}
.navbar-nav {
    float: none !important;
    margin: 0 auto;
    background-color: #21205F;
    width: 100%;

}

header{
	border:0;
}
header {
    /*border-bottom: 5px solid #21205F;*/
	padding-bottom:0px;
}

.carousel{
	margin:0px 0px;
	border-bottom:3px solid #21205F;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.carousel-control{
	width:60px;
	height:60px;
	background:none !important;
	opacity:1;
	top: 50%;
	margin-top: -30px;
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-left {
	background-image: url("images/arrow_left.png");
	background-repeat: no-repeat;
	background-position: 50% center;
	display: inline-block;
	left: 0px !important;
	margin: 0px !important;
	padding: 30px;
	top: 0 !important;
}
.searchform .screen-reader-text{
	display:none;
}
#s{
	width: 140px;
	border: 1px solid #9EA1BD;
}
input[type="submit"] {
    border: 1px solid #9EA1BD;
    padding: 5px 11px;
    font-size: 15px;
}

.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-chevron-right{
	background-image:url('images/arrow_right.png');
	background-repeat:no-repeat;
	background-position: 50%;
	display: inline-block;
	right: 0px !important;
	margin: 0px !important;
	padding: 30px;
	top: 0 !important;
}
.home-news-widget{
	margin: 15px 0px 25px;
}
.home-news-widget h3{
	font-size: 20px;
	color: rgb(255, 255, 255);
	background-color: #21205F;
	padding: 10px 20px;
	margin: 10px 0px;
}

.home-news-widget h5{
	font-size: 20px;
	color: rgb(255, 255, 255);
	background-color: #808080;
	padding: 10px 20px;
	margin: 0 0 10px;
}

.h7{
	color: rgb(33, 32, 95);
	font-size: 16px;
	line-height: 22px;
}

.h8 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: #808080;
    padding: 8px 20px;
    margin: 0 0 10px;
    margin-top: 20px;
}


.home-news-widget ul,.side-bar ul{
	padding-left: 20px !important;
	position: relative !important;
	list-style:none !important;
}
.home-news-widget ul li,.side-bar ul li{
	margin: 10px 0;
	font-size: 15px;
	padding-left:7px;
	position:relative;
}
.home-news-widget ul li::before,.side-bar ul li::before{
	position: absolute;
	content: "";
	background-image: url(images/right-angle.PNG);
	width: 20px;
	height: 20px;
	left: -25px;
}

.home-news-widget li i ,.side-bar li i{
	position: absolute;
	left: 0px;
	font-size: 22px;
	color: #797979;
}
.home-news-widget li a.date{
	font-weight:700;
	color:#21205F
}
.home-news-widget li a{
	font-weight: 400;
	color: #21205F;
}
.home-news-widget li p{
	display:inline;
	color: #000;
	font-weight: 400;
}
.post{
	padding:20px 20px;
}

.post-event{
	padding:5px 20px;
}

.page-template-about-page .post{
	padding: 20px 20px;
}
.page-template-about-page .post:first-child{
	height:auto;
}
.page-template-about-page .post a {
    color: #000000;
}
.h3d {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 32, 95);
    padding: 10px 20px;
    margin: 10px 0px;
}
.post ul { line-height: 18px;
    text-indent: 0px;
    list-style-position: outside;
    list-style-image: url(images/bullet.png);
    list-style-type: square;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
.post ul li,.side-bar ul li{
	line-height: 20px;
	font-size: 14px;
 padding-bottom: 10px;
	color:#000;
}
.post h1 {
    color: #000066;
    font-size: 28px;
    font-weight: normal;
       margin-bottom: 10px;
    padding: 10px 0;
}
.post h2{
	font-size: 20px;
	color: rgb(33, 32, 95);
	line-height: 30px;
	padding:10px 0 0px 0px;
}

.company{
	font-size: 20px;
	color: rgb(33, 32, 95);
	line-height: 30px;
	padding:0 0 15px 0px;
}

.post p{
    line-height: 20px;
	font-size: 14px;
	color:#000;
	padding:10px 0;
}

.panel-body{
    line-height: 20px;
	font-size: 14px;
	color:#000;
	padding:15px;
}



.carousel-caption h3{
	font-size: 35px;
	font-weight: 800;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration:none;
}
.carousel-caption p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
}
.post a ,.side-bar a{
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
.divider{
	height: 2px;
	background-color: rgb(33, 32, 95);
}
.post a:hover {
    color: #000066;
    font-weight: bold;
    text-decoration: underline;
}
.newsletter{
	padding:10px;
	background-color:#CBCCD6;
	
	
}
.profile{
	background-color:#C1C5C6;
	padding:10px;
	float:left;
	width: 100%;
	margin: 10px 0;
}
.icon img{
	float:right;
	height: 60px;
}
.client-image img{
	width:90%;
	height:auto;
	margin: 0px 5%;
}
.client-image div{
	height:85px;
	margin: 10px 0;
}
.home-pro-text{
	margin:25px 0 0;
}
.home-pro-text p{
font-size: 16px;
	line-height:22px;
}
.client{
	margin-bottom: 30px;
}
.footer{
	border-top:3px solid #21205F;
	background-color: rgb(230, 230, 230);
	color:#000;
	padding:20px;
	margin-top:30px;
}
.footer h5{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 30px;
color: #21205F;
}
.footer p{
	font-size:13px;
line-height: 17px;
}
.footer a{
	color: #21205F;
	line-height: 17px;
	font-size: 13px;
	font-weight:700;
}
.footer ul.footer-menu li{
	line-height: 30px;
	width: 11%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.footer ul li ul.sub-menu{
	display:block;
	width:100%
}
.footer .sub-menu li a {
    display: block;
    padding: 5px 5px;
}
.footer ul li ul.sub-menu li{
	line-height: 18px !important;
	width: 100% !important;
	padding: 0 !important;
}
.footer ul li ul a{
	color:#fff;
	font-size:13px;
	line-height:14px;
	font-weight:400;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.63);
    border: 1px solid rgba(0, 0, 0, 0.38);
}
body.page-template-OP-page .sub-page-menu{
	margin:0;
}
.sub-page-menu{
	margin: 30px 0px;
	background-color: rgb(230, 230, 230);
}
.sub-page-menu ul{
	padding:10px 0 !important;
}
.sub-page-menu ul li{
	padding: 3px 0px;
	border-bottom: 1px solid #21205F;
}
.sub-page-menu ul li a{
	color: #000;
	padding: 10px 0;
    display: block;
}
.sub-page-menu ul li.current_page_item a{
	font-weight:700;
	color: #000066;
}
.sub-page-menu ul li.current_page_item ul.children li a{
	font-weight:400;
	color: #000066;
	font-size:14px;
}
.sub-page-menu ul ul.children{
    padding: 0 0 0 10px !important;
	background-color: #c3c3c3;
}
.sub-page-menu ul ul.children li{
	border:none;
}
.side-bar{
	margin: 20px 0;
}
.side-bar h3{
	font-size: 19px;
	color: rgb(33, 32, 95);
	padding:10px 0px;
}
.side-bar h2{
	font-size: 20px;
    color: rgb(33, 32, 95);
    line-height: 30px;
    padding: 0 0 15px 0px;
}
#wprmenu_menu ul li a{
	background-color: #333 !important;
}
#morePrev a{
	background-color: #222;
	padding: 10px;
}
#morePrev span.glyphicon-chevron-left,#morePrev span.glyphicon-chevron-right {
    padding: 12px;
    top: 6px !important;
    background-size: 40%;
}
.page-template-news-page .form-inline .form-group {
    width: 100%;
    margin: 10px 0;
}
.page-template-news-page .newsletter {
    margin: 10px 0;
}
.page-template-news-page .form-inline {
    margin-top: 0px;
}
.single-sidebar{
	background-color: #F5F5F6;
	border-top: 2px solid #21205F;
	padding: 0px 15px;
}
.side-bar-area{
	background-color:#F5F5F6;
	border-top:2px solid #21205F;
	margin-top:30px;
}
.header-top{
	color: rgb(255, 255, 255);
	background-color: rgb(63, 63, 63);
	padding: 15px 25px;
}
.header-top p{
	font-size:14px;
}
.popover-people{
	width:20px;
	height:20px;
	background-image:url(images/bottom-angle.PNG)
}
.popover{
	width:500px;
	max-width:500px;
	min-width:100%;
}
.popover-title {
    color: #21205F;
    font-size: 15px;
}
.popover-content {
    color: #000;
    font-size: 14px;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0 10px 50px;
    overflow:hidden;
	font-size: 13px;
	color:#58595B;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
	font-size:13px;
	text-transform:titlecase;
}
#breadcrumbs li.item-title{
	text-transform:capitalize;
}

#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#58595B;
}
h1.four_zero_four{
	font-size:35px;
	text-align:center;
	margin:50px 0px;
}

h1.four_zero_four span{
	font-size:70px;
	text-align:center;
}
.about-sidebar{

}
.post img{
	width:auto;
	height:auto;
}
.page-template-about-page .post img{
	width:100%;
	height:auto;
}

.small-img{
	width:100%;
	height:auto;
}

.page {
    width: 1180px;
    max-width: 1180px;
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
}
/*.this-year h4,.this-year ul{
	display:none;
}
.this-year h4.current-year,.this-year ul.current-year{
	display:block;
}

.prevyear h4.current-year,.prevyear ul.current-year{
	display:none;
}*/
.home-news-widget h3 a{
	color:#fff;
}
.home-news-widget h3 a:hover{
	color:#fff;
}
.event-item{
	
}
.event-item p{
	font-weight:400;
	color:#000;
}
@media screen and (min-width: 768px){
	.wpcf7-form .form-group {
		width: 43%;
		float: left;
		margin-left: 0%;
		margin-right: 1%;
	}
	.wpcf7-form .form-control {
		width: 100%;
	}
	.wpcf7-form{
		margin-top:20px;
	}
	.home .wpcf7-response-output{
		display: block;
		float: left;
		margin: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.footer ul.footer-menu li {
		line-height: 30px;
		width: 100%;
		float: inherit;
		position: relative;
		min-height: 1px;
		padding: 10px 5px;
	}
	.footer ul li ul.sub-menu {
		display: none;
	}
	.popover{
		width:100%;
		max-width:100%;
		max-width:100%;
		min-width:100%;
	}
	.com-name h2 {
		padding: 15px 0;
	}
	.page{
		width:100%;
	}
	.logo, .com-name, .social {
		display: inherit;
	}
	.carousel-caption {
		bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.carousel-caption h3 {
		font-size: 30px;
	}
	.carousel-caption p {
		font-size: 20px;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		min-height: 150px;
	}
	.sub-page-menu{
		display:none;
	}
	.social div {
		display: block;
		float: inherit;
		margin: 0 auto;
		width: 250px;
	}
	.social div.social-icon {
		width: 100px;
	}
}
@media screen and (max-width: 1180px){
	.navbar-collapse.collapse.menubar{
		display:none !important;
	}
	.page {
		width: auto;
	}
}
@media screen and (max-width: 480px){
	.carousel-caption h3 {
		font-size: 17px;
line-height: 22px;
	}
}

th, td {
    padding: 10px;
    text-align: left;
background-color: #F5F5F6;
border-bottom: 1px solid #808080;
padding: 10px;
    line-height: 20px;
    font-size: 14px;
vertical-align: top;
}



.archive .post a {
    display: inline-block;
}
.archive-title span{
	font-weight: bold;
}
.archive  .post p {
    padding: 5px 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

div.wpcf7-response-output {
    margin: 10px 0;
    padding: 5px;
	font-size:15px;
}
p.pbtn{
    margin-top: 10px;
}
.home .g-recaptcha, .home .wpcf7-form-control-wrap{
    display: inline-block;
    float: left;
}
.home p.pbtn {
    margin-top: 25px;
    display: inline-block;
    float: left;
}
.wpcf7-form-control-wrap{
    display: inline-block;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li {
    padding-left: 0 !important;
}
.col-md-6 > .col-md-12{
	padding:0;
}
.sub-page-menu li::before{
	display:none;
}
.news_area h1{
	color: #000066;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 0;
}
.profile a{
	font-size: 16px;
}
.profile br{
	display:none;
}

.lang-content p{
	margin-bottom:10px;
}

.lang-content a{
	color: rgb(33, 32, 95);
	text-decoration: underline;
}

.social-flags{
	margin:0px;
}

.social-flags > .social-icon{
	margin:0px;
}