/*
Theme Name: Health-Center-Pro
Theme URI: 
Author: Webriti
Author URI: http://webriti.com/
Description: 
Version:  1.2
Tags: white,full-width-template, threaded-comments,custom-menu,two-columns,translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: health
* Health Center Css created By Shahid - Scientech IT
*/

/* Main css with editable-------------------------------------------------------------- */
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
} 
/* Header Section css-------------------------------------------------------------- */ 
body {
    padding:0 10px;
	background: url("../images/bg-patterns/whitey.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper{	
	margin: 25px auto;
    left: 0;
    position: relative;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hc_logo {
	margin-top: 40px;
}
.hc_logo h1 {
	font-size: 36px;
	line-height: 60px;
	font-family: 'Fely';
	font-weight: 600;
	margin: 0px;
	padding: 3px 0;
}
.hc_logo h1 > a {
    padding-right: 30px;
}
.head_cont_info {
	margin-top: 30px;
	display: block;
	float: right;
}
.head_cont_info li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
}
.head_cont_info i {
	font-size: 18px;
    margin-right: 10px;
}
.mini-ico-envelope {
	background-position: -72px 0;
}
.mini-ico-user {
	background-position: -168px 0;
}
.head_cont_info a {
	font-size: 15px;
	font-family: 'RalewayRegular';
}
a:hover, a:focus{
	text-decoration: none !important;
}
.head_social_icons {
	margin: 6px 0 30px;
	float: right;
}
.head_social_icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.head_social_icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 26px;
	width: 26px;
}
.head_social_icons .facebook:hover,
.head_social_icons .twitter:hover,
.head_social_icons .google:hover,
.head_social_icons .linkedin:hover,
.head_social_icons .email:hover{
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.head_social_icons .facebook:hover,
.head_social_icons .twitter:hover,
.head_social_icons .google:hover,
.head_social_icons .linkedin:hover,
.head_social_icons .email:hover{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
	opacity: 0.5;
}
.clear {
	clear: both;
}
.navigation_section{
    min-height: 50px;
    position: relative;
    width: 100%; 
}

/* Navbar Section css-------------------------------------------------------------- */ 
.navbar-container{
	margin-left: 0px !important;
}
.navbar {
    margin-bottom: 0px !important;
    min-height: 50px;
    position: relative;
	border-radius: 0px !important;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float: right;
    width: 0 !important;
    height:0 !important;
    border-color: 0px !important;
    border-style: solid solid dotted !important;
    border-width: 6px 3px 0 !important;
	border-radius: 50% !important;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px !important;
  padding: 0px 0 !important;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  border-top: 0px !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 12px 20px !important;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navbar-nav > li > a{
	font-family: 'RalewayMedium';
	font-size: 14px;
	/*text-transform: uppercase;*/
	padding: 14px 25px !important;
}

.caret {
    border-color: 0px !important;
    border-style: solid solid dotted !important;
    border-width: 6px 3px 0 !important;
    display: inline-block !important;
    height: 0 !important;
    margin-left: 5px !important;
	margin-top: -3px;
    vertical-align: middle !important;
    width: 0 !important;
	border-radius: 50% !important;
}
.dropdown-submenu > .dropdown-menu {
    margin-top: 0px !important;  
}


.navbar-collapse.in {
    overflow: hidden !important;
}


/* Flex Slider css-------------------------------------------------------------- */ 
.hc_slider {
    color: inherit;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 0;
}
.flex-direction-nav{
	display: none;
}
.slide_thumb {
	border-radius: 0 0 0px 0px;
	height: 85px;
    margin: 0 auto !important;
    overflow: hidden;	
	width: 1200px !important;
}
.slide_thumb > li {
	cursor: pointer;
	padding: 22px 22px 0px;    
    float: left;
    height: 85px;
    width: 240px !important;
}
.slide_thumb > li:last-child {
    border-right: 0px;
}
.slide_thumb > li h5 {
    font-size: 15px;
    margin: 0 0 5px;
	font-family: 'OpenSansBold';
	word-wrap:break-word;
}
.slide_thumb > li p {
	font-size: 13px;
    line-height: 21px;
    margin: 0 0 25px;
	font-family: 'OpenSansRegular';
}

/* Homepage Service Section css-------------------------------------------------------------- */ 
.hc_main_service {
    opacity: 1;
    transition-duration: 0.5s;
}
.hc_main_service {
    border: 0 none;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 42px !important;
    margin-bottom: 10px;
    text-align: center;
    width: 40px;
	margin: 0 10px 0 0;
}
.hc_main_service {
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s;
	opacity: 1; 
}
.hc_main_service:hover {
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
	opacity: 1;
}

.hc_service_title{
    padding: 0px 15px 10px;
    position: relative;
}
.hc_service_title h1{
    font-family: 'OpensansRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 2px 0 8px;
	text-align: center;
}
.hc_service_title p{
    font-family: 'OpensansRegular';
    font-size: 18px;
    margin: 0px 0px 10px;
	text-align: center;
}
.hc_service_area {
    border-radius: 0px;
    margin-bottom: 35px;
    padding: 0px 5px 5px;
    transition: all 0.4s ease 0s;
	text-align: center;
}
.hc_service_area i {
    margin-bottom: 26px;	
	font-size: 40px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	line-height: 95px;	
}
/*
.hc_service_area i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s;
	opacity: 1; 
}
.hc_service_area i:hover {
	-webkit-transform:scale(1.2); 
	-moz-transform:scale(1.2); 
	-o-transform:scale(1.2); 
	opacity: 1;
}
*/
.hc_service_area h2 {
    font-family: 'OpenSansRegular';
    font-size: 24px;
    line-height: 30px;
    margin: 7px 0 15px;
    text-align: center;
	word-wrap: break-word;

}
.hc_service_area h2 > a {
	transition: all 0.4s ease 0s;
}
.hc_service_area p {
    font-family: 'OpenSansRegular';
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 0 7px;
    text-align: center;
}
.hc_service_area p a {
    font-family: 'OpenSansRegular';
    font-size: 15px;
}

/* Homepage Portfolio Section Css------------------------------------------------------------ */

 .hc_portfolio_title, .hc_service_title {	
	padding: 0px 15px 0px;
	margin: 0 auto 40px;
}
.hc_portfolio_title i, .hc_service_title i{
	border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    bottom: -17px;
    display: block;
    height: 36px;
    left: 50%;
    line-height: 25px;
    margin-left: -17px;
    position: absolute;
    text-align: center;
    width: 36px;
}
.hc_portfolio_title h1, .hc_service_title h1{
    font-family: 'OpensansRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 2px 0 8px;
	text-align: center;
	word-wrap: break-word;

}
.hc_portfolio_title p { 
	font-family: 'OpensansRegular';
    font-size: 18px;
    margin: 0 0 34px;
	text-align: center;

}
.hc_service_title p{
    font-family: 'OpensansRegular';
    font-size: 18px;
    margin: 0 0 30px;
	text-align: center;
}

/* Homepage Callout with Call Now Section */
.hc_home_border{
	width: 97.4%;
	margin: 0 auto 50px;
}
.hc_home_callout{
	margin: 0 0 40px;
    position: relative;
}
.hc_home_title{
}
.hc_home_title h1 {
    font-family: 'OpensansRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
	text-align: right;
	margin: 0px;
	padding: 10px 15px 10px 0;
	word-wrap: break-word;

}
.hc_home_callnow_title{
	
}
.hc_home_callnow_title h1 {
	padding: 10px 10px 10px 15px;
    font-family: 'OpensansRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
	text-align: left;
	margin: 0px;
	word-wrap: break-word;

}


.hc_home_portfolio_area{
	margin-bottom: 60px;
}
.hc_home_portfolio_showcase {
    position: relative;
    padding: 0px;
}
.hc_home_portfolio_showcase_media {
    position: relative;
}
.hc_home_portfolio_showcase:hover .hc_home_portfolio_showcase_title a {
    text-decoration: underline;
}
.hc_home_portfolio_showcase_overlay {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hc_home_portfolio_showcase_overlay_inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px;
}
.hc_home_portfolio_showcase .hc_home_portfolio_showcase_icons {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.hc_home_portfolio_showcase .hc_home_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
	text-decoration: none;
}
.hc_home_portfolio_showcase .hc_home_portfolio_showcase_icons a:hover {
    opacity: 1;
}
.hc_home_portfolio_showcase .hc_home_portfolio_showcase_icons a i{
    font-size: 1em;
}
.hc_home_portfolio_showcase:hover .hc_home_portfolio_showcase_overlay {
    visibility: visible;
    opacity: 0.7;
}
.hc_home_portfolio_showcase_fade {
    opacity: 0.2;
}
.hc_home_portfolio_showcase_fade:hover .hc_home_portfolio_showcase_overlay {
    display: none !important;
}
.hc_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    transition: all 180ms ease-in-out 0s;
    font-family: 'OpenSansRegular';
	cursor: pointer;
	cursor: pointer;
	word-wrap: break-word;	
}
.hc_home_portfolio_caption:hover{
	border-top: 0;
}
.hc_home_portfolio_caption h3 {
    font-size: 14px;
    font-weight: 600;
	word-wrap: break-word;
	margin: 0;
    padding: 9px 3px 0px;
    line-height: 35px;
	font-family: 'OpenSansRegular';
	
}
.hc_home_portfolio_caption small {
    font-size: 13px;
    line-height: 20px;
}

/* Homepage Callout Section Css------------------------------------------------------------ */

.hc_callout_area {
    color: inherit;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
	padding: 25px 15px;	
}
.hc_callout_area h1 {
    font-family: 'RalewayRegular';
    font-size: 27px;
    font-weight: normal;
    line-height: 40px;
	word-wrap: break-word;
    margin: 0 0 0px;
}
.hc_callout_btn {
	float: right;
}
.hc_callout_area a {
    display: inline-block;
    font-family: 'RalewaySemiBold';
    font-size: 18px;
    line-height: 20px;
    margin: 8px 0;
    padding: 9px 20px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
	word-wrap: break-word;
	
}

/* Homepage Recent News Section Css------------------------------------------------------------ */
.hc_post_section{
	margin-bottom: 54px;
}
.hc_head_title {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0 30px;
	word-wrap: break-word;
	
}
.hc_head_title span {
    font-size: 32px;
    line-height: 1;
	padding-right: 10px;
    margin-bottom: 30px;
	font-family: 'GlametrixBold';
	letter-spacing: 1px;
}
.hc_post_area{
	margin-bottom: 20px;
}
.hc_post_area:last-child{
	margin-bottom: 0px;
}
.hc_post_area h4{
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 25px;
	font-family: 'OpenSansSemiBold';
	word-wrap: break-word;
	
}
.hc_post_area p{
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 25px;
	font-family: 'OpenSansRegular';
}
.hc_post-date-type {
	width: 60px;
	float: left;
	padding: 5px 5px;
	text-align: center;
	margin: 6px 20px 0px 0px;
}
.hc_post-date-type .day {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	font-family: 'OpenSansBold';
	text-align: center;
}
.hc_post-date-type .month-year {
	font-size: 14px;
	line-height: 18px;
	font-family: 'OpenSansbold';
	text-align: center;
}

/* Homepage Accordion Tabs Section Css------------------------------------------------------------ */
.hc_accordion_section{
	margin-bottom: 54px;
}
.panel-default > .hc_panel-heading {
    border: 0px;
}
.panel-group .hc_panel-heading {
    border-bottom: 0 none;
}
.hc_panel-heading {
    padding: 10px 10px;
}
.panel-group .hc_panel + .hc_panel {
    margin-top: 5px;
}
.panel-group .hc_panel {
    border-radius: 0px;
    margin-bottom: 15px;
    overflow: hidden;
}
.panel-group .hc_panel:last-child {
    margin-bottom: 0px;
}
.hc_panel {
    margin-bottom: 20px;	
}
.hc_panel p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'OpenSansRegular';
	word-wrap: break-word;
	
}
.panel-title {
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
}
.panel-title a span {
    margin-right: 10px;
}

/* Homepage Testimonials Section Css------------------------------------------------------------ */
.hc_carousel-navi {
    bottom: 0;
    position: relative;
    right: 0;
	float: right;
	padding-left: 10px;
}
.hc_carousel-prev {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    transition: all 0.3s ease 0s;
    width: 25px;
	padding: 2px 9px 5px;
	margin-right: 1px;
}
.hc_carousel-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 25px;
    transition: all 0.3s ease 0s;
    width: 25px;
	padding: 2px 9px 5px;
}
.hc_carousel-prev i,
.hc_carousel-next i {
	font-size: 20px;
}
.hc_testimonial_section{
	float: left;
}
.hc_testimonials_area {
	margin-bottom: 50px;
}
.hc_testimonials_area_content {
    background-position: 20px 20px;
    background-repeat: no-repeat;
    line-height: 20px;
    margin: 0 0 0px;
    padding: 17px 20px 10px 38px;
    text-indent: 5px;
}
.hc_testimonials_area_content p {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 25px;
}
.hc_testimonials_area_content_bottom_arrow {
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	left: 12px;
	position: relative;
}
.hc_testimonials_user{
	display: block;
	margin-top: 10px;
}
.hc_testimonials_user .hc_testimonials_avatar_wrapper {
	width: 48px;
	height: 48px;
	padding: 2px;
	float: left;
	border-radius: 50%;
	margin: 0 20px 20px 0px;
}
.hc_testimonials_user .hc_testimonials_avatar {
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	float: none;
}
.hc_testimonials_user .hc_testimonials_avatar img {
	border-radius: 50%;
	border: none;
}
.hc_testimonials_title {
	margin: 0;
	padding: 6px 0 6px 0;
	font-family: 'OpenSansSemiBold';
	font-size: 14px;
}
.hc_testimonials_position {
	font-family: 'OpenSansSemiBold';
	font-size: 12px;
}

/* Footer Widget Section Css------------------------------------------------------------ */
.hc_footer_widget_area{
	padding: 38px 0 20px;
}
.hc_footer_widget_column{
	margin-bottom: 50px;
}
.hc_footer_widget_title{
	font-family: 'Glametrix';
	font-size: 32px;
	margin: 0px 0px 30px 0px;
	line-height: 25px;
	letter-spacing: 1px;
	word-wrap: break-word;
	
}
.hc_footer_widget_area h6,.hc_footer_widget_column .textwidget {
	font-size: 16px;
	line-height: 22px;
	font-family: 'OpenSansRegular';
	word-wrap: break-word;
	
}
.hc_footer_widget_area p {
	font-size: 13px;
	line-height: 22px;
	font-family: 'OpenSansRegular';
}
.hc_footer_widget_post {
    margin: 0 0 25px !important;
    padding-bottom: 0px;
}
.hc_footer_widget_post:last-child{
	margin: 0 0 0px !important;
}
.hc_footer_widget_move{
	float: left;
}
.hc_footer_widget_post_img {
    margin-right: 18px !important;
	height: 40px;
	width: 40px;
    transition: opacity 0.3s ease-out 0s;
	display: block;
}
.hc_footer_widget_post h3 {
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: -2px;
}
.hc_footer_widget_post h3 a {
    transition: all 0.2s ease 0s;
}
.hc_footer_widget_date {
	font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 20px;
}
.hc_footer_widget_link {
    margin: 20px 0 10px;
    overflow: hidden;
    padding: 4px 0;
}
.hc_footer_widget_link a,.hc_footer_widget_column ul li a,.hc_sidebar ul li a{
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0px 0 0px;
    transition: all 0.4s ease 0s;
}
.hc_footer_widget_link a i{
    font-size: 14px;
    line-height: 20px;
	padding-right: 10px;
}
.hc_footer_widget_column address{
	font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 25px;
}
.hc_footer_area{
    padding: 20px 0 0px;
}
.hc_footer_area p {
    font-family: 'OpenSansRegular';
	line-height: 20px;
    font-size: 13px;
    margin: 5px 0;
}
.hc_footer_social {
    float: right;
    margin-top: 0px;
	margin-bottom: 0px;
    width: auto;
	margin: 5px 0;
}
.hc_footer_social a {
    float: left;
    height: 25px;
    margin-right: 5px;
    text-decoration: none;
    width: 25px;
}

/*Footer Social Tooltips Css-------------------------------------------------------------------------*/
#fb_tooltip, #twi_tooltip,
#in_tooltip, #plus_tooltip{
	display: inline;
	position: relative;
}
#fb_tooltip:hover:after{
	border-radius: 5px;
	bottom: 35px;
	content: attr(title);
	left: -90%;
	padding: 4px 7px;
	position: absolute;
	z-index: 98;
	width: auto;
	font-size: 12px;
	background: #000000;
	color: #fff;
}
#fb_tooltip:hover:before{
	border: solid;
	border-width: 6px 6px 0 6px;
	bottom: 29px;
	content: "";
	left: 30%;
	position: absolute;
	z-index: 99;
	border-color: #000 transparent;
}
#twi_tooltip:hover:after{
	border-radius: 5px;
	bottom: 35px;
	content: attr(title);
	left: -50%;
	padding: 4px 7px;
	position: absolute;
	z-index: 98;
	width: auto;
	font-size: 12px;
	background: #000000;
	color: #fff;
}
#twi_tooltip:hover:before{
	border: solid;
	border-width: 6px 6px 0 6px;
	bottom: 29px;
	content: "";
	left: 30%;
	position: absolute;
	z-index: 99;
	border-color: #000 transparent;
}
#in_tooltip:hover:after{
	border-radius: 5px;
	bottom: 35px;
	content: attr(title);
	left: -80%;
	padding: 4px 7px;
	position: absolute;
	z-index: 98;
	width: auto;
	font-size: 12px;
	background: #000000;
	color: #fff;
}
#in_tooltip:hover:before{
	border: solid;
	border-width: 6px 6px 0 6px;
	bottom: 29px;
	content: "";
	left: 30%;
	position: absolute;
	z-index: 99;
	border-color: #000 transparent;
}
#plus_tooltip:hover:after{
	border-radius: 5px;
	bottom: 35px;
	content: attr(title);
	left: -80%;
	padding: 4px 7px;
	position: absolute;
	z-index: 98;
	width: auto;
	font-size: 12px;
	background: #000000;
	color: #fff;
}
#plus_tooltip:hover:before{
	border: solid;
	border-width: 6px 6px 0 6px;
	bottom: 29px;
	content: "";
	left: 30%;
	position: absolute;
	z-index: 99;
	border-color: #000 transparent;
}

/* About US 1 Template Css -----------------------------------------------------------------------------*/

.hc_page_header_area , .hc_project_header_area{
	padding: 33px 0;
    background-position: center top;
    margin: 0 auto 60px;
    position: relative;
    width: 97.4%;
}
.hc_page_header_area h1,.hc_search_head{
	font-family: 'Glametrix';
    font-size: 48px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 5px;
	word-wrap: break-word;
	
}
.hc_project_header_area h1 {
	font-family: 'Glametrix';
    font-size: 48px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 5px;
	word-wrap: break-word;
}
.hc_breadcrumb {
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 5px;
    padding: 0px 0px;
	font-family: 'OpenSansSemiBold';
	font-size: 13px;
}
.hc_breadcrumb > li {
    display: inline-block;	
}
.hc_breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
} 
.hc_aboutus_area{
	margin-bottom: 48px;
}
.hc_img_shadow{
	padding-bottom: 14px;
}
.hc_aboutus_area h3{
	margin-bottom: 15px;
	font-family: 'Glametrix';
	font-size: 36px;
	line-height: 35px;
	padding: 0 0 8px;
	word-wrap: break-word;
	
}
.hc_aboutus_area p{
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 25px;
}
.hc_team_title {
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto 52px;
    padding: 0 15px 10px;
    position: relative;
    width: 97.4%;
	word-wrap: break-word;
	
}
.hc_team_title i {
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    bottom: -17px;
    display: block;
    height: 36px;
    left: 50%;
    line-height: 25px;
    margin-left: -17px;
    position: absolute;
    text-align: center;
    width: 36px;
}
.hc_team_title h1 {
    font-family: 'OpensansRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 2px 0 8px;
    text-align: center;
	word-wrap: break-word;

}
.hc_team_title h1 span {
    font-family: 'OpensansLight';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 2px 0 8px;
    text-align: center;
}
.hc_team_title p {
    font-family: 'OpensansRegular';
    font-size: 18px;
    margin: 0 0 43px;
    text-align: center;
}
.hc_team_section{
	margin-bottom: 60px;
}
.hc_team_showcase {
    border: 0px;
    border-radius: 0px;
    display: block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}
.hc_team_showcase > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.hc_team_showcase .caption {
    padding: 20px 40px 25px;
	display: inline-block;
}
.hc_team_showcase .caption h3 {
    font-size: 20px;
	line-height: 30px;
    font-family: 'OpensansSemiBold';
	margin: 5px 0 2px;
	word-wrap: break-word;
	
}
.hc_team_showcase .caption h6 {
    font-size: 14px;
	line-height: 25px;
    font-family: 'OpensansSemiBold';
	margin: 0 0 15px;
	word-wrap: break-word;
	
}
.hc_team_showcase .caption p {
	font-size: 14px;
	line-height: 22px;
    font-family: 'OpensansRegular';
	margin: 0 0 15px;
	text-align: justify;
	word-wrap: break-word;
	
}

.hc_aboutus1_team_social {
    float: left;
    width: 100%;
	margin: 5px 0;
}
.hc_aboutus1_team_social a {
    float: left;
    height: 25px;
    margin-right: 5px;
    text-decoration: none;
    width: 25px;
}

/* About US 2 Template Css -----------------------------------------------------------------------------*/

.hc_team_about2_showcase {
    border: 0px;
    border-radius: 0px;
    display: block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0;
	transition: all 0.4s ease 0s;
}
.hc_team_about2_showcase > img {
    display: block;
    height: 220px;
	width: 220px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s;
	opacity: 0.9; 

}
.hc_team_about2_showcase > img:hover {
	-webkit-transform:scale(1.1); 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1); 
	opacity: 1;
}

.hc_team_about2_showcase .caption {
    padding: 10px 20px 25px;
	display: block;
	text-align: center;
}
.hc_team_about2_showcase .caption h3 {
    font-size: 20px;
	line-height: 25px;
    font-family: 'OpensansSemiBold';
	margin: 5px 0 0px;
	word-wrap: break-word;
	
}
.hc_team_about2_showcase .caption h6 {
    font-size: 14px;
	line-height: 25px;
    font-family: 'OpensansSemiBold';
	margin: 0 0 13px;
	word-wrap: break-word;
	
}
.hc_team_about2_showcase .caption p {
	font-size: 14px;
	line-height: 22px;
    font-family: 'OpensansRegular';
	margin: 0 0 15px;
	text-align: center;
	word-wrap: break-word;
	
}
.hc_aboutus2_team_social {
	display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.hc_aboutus2_team_social a {
    float: left;
    height: 25px;
    margin-right: 5px;
    text-decoration: none;
    width: 25px;
}

/* Portfolio 2 Column, Portfolio 3 Column & Portfolio 4 Column Template Css --------------------------------------------------------------------------------------------------*/

.hc_portfolio_tabs {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.hc_portfolio_tabs ul {
    margin: 0;
	padding: 0;
	list-style: none outside none;
}
.hc_portfolio_tabs li {
    float: left;
    margin: 0px 8px 10px 0;
	list-style: none outside none;
}
.hc_portfolio_tabs li a {
    display: inline-block;
	font-family: 'OpenSansSemiBold';
    font-size: 13px;
    text-decoration: none;
	transition: all 0.4s ease;
    padding: 10px 20px;
}
.hc_portfolio_tabs_section{
	margin-bottom: 40px;
}
.hc_main_portfolio_section{
	margin-bottom: 50px;
}
.hc_portfolio_area{
	margin-bottom: 40px;
}
.hc_portfolio_showcase {
    position: relative;
    padding: 0px;
}
.hc_portfolio_showcase_media {
    position: relative;
}
.hc_portfolio_showcase:hover .hc_portfolio_showcase_title a {
    text-decoration: underline;
}
.hc_img_responsive {
    width: 100%;
    display: block;
	height:auto;
}
.hc_portfolio_showcase_overlay {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hc_portfolio_showcase_overlay_inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px;
}
.hc_portfolio_showcase .hc_portfolio_showcase_icons {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.hc_portfolio_showcase .hc_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
	text-decoration: none;
}
.hc_portfolio_showcase .hc_portfolio_showcase_icons a:hover {
    opacity: 1;
}
.hc_portfolio_showcase .hc_portfolio_showcase_icons a i{
    font-size: 1em;
}
.hc_portfolio_showcase:hover .hc_portfolio_showcase_overlay {
    visibility: visible;
    opacity: 0.7;
}
.hc_portfolio_showcase_fade {
    opacity: 0.2;
}
.hc_portfolio_showcase_fade:hover .hc_portfolio_showcase_overlay {
    display: none !important;
}
.hc_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    transition: all 180ms ease-in-out 0s;
    font-family: 'OpenSansRegular';
	cursor: pointer;
}
.hc_portfolio_caption:hover{
	border-top: 0;
}
.hc_portfolio_caption h3 {
    font-size: 14px;
    font-weight: 600;
	margin: 0;
    padding: 9px 3px 0px;
    line-height: 35px;
	font-family: 'OpenSansRegular';
	word-wrap: break-word;
	
}
.hc_portfolio_caption small {
    font-size: 13px;
    line-height: 20px;
}

/* Portfolio Detail Page Template Css -----------------------------------------------------------------------------*/

.hc_portfolio_detail_section{
	margin-bottom: 45px;
}
.hc_portfolio_detail_sidebar {
    margin-bottom: 30px;
}
.hc_portfolio_detail_pagi {	
    margin-bottom: 30px;
    margin-left: 20px;
    overflow: hidden;
    padding: 0 0 20px;
}
.hc_portfolio_detail_pagi li:first-child {
    margin-left: 0;
}
.hc_portfolio_detail_pagi li {
    display: block;
    float: left;
    margin-left: 5px;
}
.hc_portfolio_detail_pagi li a {
    padding: 4px 11px;
	display: block;
	height: 30px;
	width: 30px;
	transition: all 0.3s ease 0s;
}
.hc_portfolio_detail_pagi li a span {
    font-size: 22px;
}
.hc_portfolio_detail_info {
    margin-bottom: 27px;
	margin-left: 20px;
	overflow: hidden;
}
.hc_portfolio_detail_info a {
    display: inline-block;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 15px;
    padding: 7px 15px;
    text-align: right;
    text-transform: lovercase;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
	word-wrap: break-word;

}
.hc_portfolio_detail_info p{
	font-family: 'OpenSansBold';
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	word-wrap: break-word;

}
.hc_portfolio_detail_info p small{
	font-family: 'OpenSansRegular';
	font-size: 14px;
}
.hc_portfolio_detail_description {
    margin-bottom: 30px;
    margin-left: 20px;
    overflow: hidden;
    padding: 0 0 12px;
}
.hc_portfolio_detail_description h3 {
    font-family: 'GlametrixBold';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 0 20px;
	word-wrap: break-word;

    padding-right: 10px;
}
.hc_portfolio_detail_description p{
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 5px;
}
.hc_rec_portfolio_section{
	margin-bottom: 50px;
}/*
.caroufredsel_wrapper{
	min-height: 275px !important;
}*/

/* Service page Template Css -----------------------------------------------------------------------------*/

.hc_service_section {
    margin: 0 0 45px;
    padding-bottom: 0px;
}
.hc_sevice_icon {
	display: block !important;
	margin: 0 10px 0 auto;
	height: 40px !important;
	width: 40px !important;
	line-height: 1.7em;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.hc_sevice_icon_size {
	font-size: 18px;
	line-height: inherit !important;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 7px;
}
.hc_service_section h3 {
    font-family: 'OpenSansSemiBold';
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
	word-wrap: break-word;

}
.hc_service_section h3 > a {
	transition: all 0.3s ease;
}
.hc_service_section p {
	font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 22px;
}

/* Service Detail page Template Css -----------------------------------------------------------------------------*/

.hc_service_detail_section{
	margin-bottom: 55px;
}
.hc_service_detail_sidebar {
    margin-bottom: 30px;
} 
.hc_service_detail_description {
    margin-bottom: 30px;
    margin-left: 20px;
    overflow: hidden;
    padding: 0 0 12px;
}
.hc_service_detail_description h3 {
    font-family: 'GlametrixBold';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 0 20px;
    padding-right: 10px;
	word-wrap: break-word;

}
.hc_service_detail_description p{
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 5px;
}
.hc_form_group {
    margin-bottom: 20px;
}
.hc_input_control {
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 35.3%;
}
.hc_textarea_control {
    background-image: none;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 48.3%;
}
.hc_input_control:focus, .hc_textarea_control:focus {
  outline: 0;
}
.hc_service_detail_area{
	margin: 0 0 90px;
}
.hc_service_detail_area h2{
    font-family: 'GlametrixBold';
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 30px;
	padding: 0 0 15px;
	word-wrap: break-word;

}
.hc_service_detail_area label{
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 20px;
	margin: 0 0 11px;
}
.hc_btn,#hc_btn {
	font-family: 'OpenSansSemiBold';
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	transition: all 0.4s ease;
	border-radius: 0px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
}
.hc_btn:focus,#hc_btn:focus {
	outline-offset: -2px;
}
.hc_btn:hover,.hc_btn:focus,#hc_btn:hover,#hc_btn:focus {
	text-decoration: none;
}

/* Contact Template 1 & Contact Template 2 Css ---------------------------------------------------------------------*/

.hc_contactv1_section{
	margin-bottom: 55px;
}
.hc_google_map{
	
}
.hc_contactv1_area, .hc_contactv2_area{
	margin: 0 0 90px;
}
.hc_contactv1_area h2, .hc_contactv2_area h2{
    font-family: 'GlametrixBold';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 30px;
	padding: 0 0 12px;
	word-wrap: break-word;

}
.hc_contactv1_area label, .hc_contactv2_area label {
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 20px;
	margin: 0 0 11px;
}
.hc_con_input_control {
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 53.5%;
}
.hc_con_textarea_control {
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 73.5%;
}
.hc_con_input_control:focus, .hc_con_textarea_control:focus {
  outline: 0;
}
.hc_contactv1_sidebar, .hc_contactv2_sidebar {
    margin-bottom: 30px;
}
.hc_contactv1_address, .hc_contactv2_address {
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
    padding: 0 0 12px;
}
.hc_contactv2_address iframe{
	margin: 0 0 20px;
}
.hc_contactv1_address h3, .hc_contactv2_address h3 {
    font-family: 'GlametrixBold';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 20px;
	word-wrap: break-word;

    padding: 0 0 12px;
}
.hc_contactv1_address address, .hc_contactv2_address address{
	font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 25px;
}
.hc_contactv1_social, .hc_contactv2_social {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}
.hc_contactv1_social a, .hc_contactv2_social a {
    float: left;
    height: 25px;
    margin-right: 7px;
    text-decoration: none;
    width: 25px;
}
.hc_contactv2_description {
	margin: 0 0 60px;
}
.hc_contactv2_description h2 {
    font-family: 'GlametrixBold';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 20px;
	padding: 0 0 12px;
	word-wrap: break-word;

}
.hc_contactv2_description p {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

/* Blog Sidebar css -------------------------------------------------------------------------------------*/

.hc_blog_wrapper {
    margin-bottom: 90px;
}
.hc_blog_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 15px;
	float: none;
}
.hc_blog_section:last-child {
    margin-bottom: 0px;
	background: none;
	padding: 0px;
}
.hc_post_date {
    border-radius: 0px;
    display: block;
	font-family: 'OpenSansSemiBold';
    float: left;
    height: 74px;
    margin-right: 2%;
	margin-left: 0.3%;
    width: 50px;
	word-wrap: break-word;

}
.hc_post_date span.date {
    display: block;
    margin-bottom: 4px;
	font-size: 24px;
	line-height: 25px;
	padding: 3px 0;
}
.hc_post_date span {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.hc_post_date h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 4px 0 0;
    text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;

}
.hc_post_date span.year {
    display: block;
    font-size: 10px;
	font-size: 14px;
    line-height: 17px;
	font-family: 'OpenSansBold';
}
.hc_post_title_wrapper {
    float: left;
    width: 85%;
}
.hc_post_title_wrapper h2 {
    margin-bottom: 12px;
    margin-top: 3px;
    float: left;
	font-family: 'OpenSansRegular';
    font-size: 27px;
    font-weight: normal;
    line-height: 35px;
    padding-bottom: 0;
	word-wrap: break-word;

    width: 100%;
}
.hc_post_title_wrapper h2 a {
	transition: all 0.3s ease 0s;
}
.hc_post_detail {
	font-family: 'OpenSansSemiBold';
    margin: 0 0 10px;
    padding: 7px 0;
    width: 100%;
	text-transform: uppercase;
}
.hc_post_detail a {
    font-size: 13px;
    padding: 5px 30px 5px 0;
	transition: all 0.3s ease 0s;
}
.hc_post_detail a > i {
	margin-right: 9px;
	font-size: 16px;
}
.hc_tags {
    display: inline-block;
    margin: 0 5px 5px;
}
.hc_tags i {
	margin-right: 9px;
	font-size: 16px;
}
.hc_tags a {
    font-size: 13px;
    padding: 5px 5px 5px 0;
    transition: all 0.3s ease 0s;
}

.hc_blog_post_img {
    float: left;
    margin-top: 20px;
	margin-bottom: 20px;
    max-width: 100%;
}
.hc_blog_post_content {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.hc_blog_post_content p {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 25px;
    margin: 0 0 20px;
}
a.hc_blog_btn {
	font-family: 'OpenSansSemiBold';
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	transition: all 0.4s ease;
	border-radius: 0px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
}
a.hc_blog_btn:hover,
a.hc_blog_btn:focus {
	text-decoration: none;
}
a.hc_blog_btn i {
	padding-left: 10px;
}

.hc_blog_pagination {
    margin-bottom: 0px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;
}
.hc_blog_pagi {
    margin: 0px 0 0px;
    overflow: hidden;
    padding: 4px 0;
}
.hc_blog_pagi a {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0px 10px 0;
    padding: 3px 10px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}


/* Blog Full Width Page css -------------------------------------------------------------------------------------*/

.hc_full_post_title_wrapper {
    float: left;
    width: 92%;
}
.hc_full_post_title_wrapper h2 {
    margin-bottom: 12px;
    margin-top: 3px;
    float: left;
	font-family: 'OpenSansRegular';
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 0;
    width: 100%;
	word-wrap: break-word;

}
.hc_full_post_title_wrapper h2 a {
	transition: all 0.3s ease 0s;
}

/* Blog Detail Page css -------------------------------------------------------------------------------------*/

.hc_blog_detail_section {
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 0 15px;
	float: none;
}
.hc_blog_detail_header_section {
    border-bottom: 1px solid #E0E0E0;
    float: none;
    margin-bottom: 57px;
    margin-top: 55px;
    overflow: auto;
    padding: 0 0 30px;
}
.hc_page_detail_header_section
{	
	 border-bottom: 1px solid #E0E0E0;
    float: none;
    margin-bottom: 60px;
    margin-top: 55px;
    overflow: auto;
    padding: 0 0 30px;
}
.hc_comment_section {
    overflow: auto;
    padding: 0 0 15px;
	margin: 0px 0px 0px 0px;
	float: none;
}
.hc_comment_title {
    display: block;
    margin: 0 0 5px;
}
.hc_comment_title h3 {
    font-family: 'OpenSansRegular';
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 -2px;
    padding-bottom: 11px;
    padding-right: 10px;
	word-wrap: break-word;

}
.hc_comment_title h3 > i {
	font-size: 34px;
}

.hc_comment_box {
    margin: 0 0 10px !important;
    padding: 40px 0px 0 0;
    position: relative;
}
.pull_left_comment{
	margin-right: 15px;
	float: left;
}
.comment_img {
    height: 60px;
    width: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.hc_comment_detail {
    margin-left: 0px;
	padding-bottom: 25px;
}
.hc_comment_detail_title {
    font-family: 'OpenSansBold';
    font-size: 15px;
	line-height: 20px;
    line-height: 20px;
    margin: 0px 0 20px;
}
.hc_comment_detail_title span {
    font-family: 'OpenSansBold';
    font-size: 14px;
	line-height: 20px;
    margin-left: 25px;
	float: right;
	word-wrap: break-word;

}
.hc_comment_detail p{
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px;
}
.reply {
    font-family: 'RobotoBold';
    font-size: 16px;
}
.reply a,.comment-reply-link {
	font-size: 14px;
	line-height: 22px;
}
.reply a > i {
	font-size: 16px;
	position: relative;
	padding-right: 5px;
	top: 2px;
}
.blog_single_post_content p {
    font-family: 'RobotoRegular';
    font-size: 15px;
    line-height: 22px;
}

.hc_comment_form_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 15px;
	margin: 20px 0 45px;
	float: none;
}
.hc_comment_form_section h2 {
    font-family: 'OpenSansRegular';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 0 30px;
	padding: 0 0 12px;
	word-wrap: break-word;

}
.hc_comment_form_section h2 > i {
    font-size: 32px;
	position: relative;
	top: 5px;
}
.hc_comment_form_section label {
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 20px;
	margin: 0 0 11px;
}

/* Sidebar css -------------------------------------------------------------------------------------*/
.hc_sidebar_widget,.widget{
    margin-bottom: 50px;
    margin-left: 30px;
    margin-top: 0;
    overflow: hidden;
}
.hc_sidebar_widget_title,.widgettitle {
    display: block;
    margin: 0 0 20px;
}
.hc_sidebar_widget_title h2,h2.widgettitle  {
    display: inline-block;
    font-family: 'OpenSansRegular';
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 -2px;
    padding-bottom: 22px;
    padding-right: 10px;
	word-wrap: break-word;

}
h2.widgettitle{width:100%;margin-bottom:20px;}
.hc_media_sidebar {
    margin: 0 0 10px !important;
    padding-bottom: 5px;
}
.hc_pull_space {
    margin-right: 18px !important;
}
.hc_media_sidebar_img {
    height: 60px;
    transition: opacity 0.5s ease-out 0s;
    width: 60px;
	border-radius: 50%;
}
.hc_media_sidebar_img:hover {
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	-o-transition: all ease 0.9s;
	-ms-transition: all ease 0.9s;
	transition: all ease 0.9s;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
	opacity: 0.7;
}

.hc_sidebar_widget h3 {
    display: inline-block;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 6px;
	word-wrap: break-word;

}
.hc_sidebar_widget h3 a {
    transition: all 0.2s ease 0s;
}
.hc_sidebar_calender {
	font-family: 'OpenSansSemiBold';
	line-height: 20px;
	font-size: 13px;
    display: block;
    margin: 0;
}
.hc_widget_link,.hc_sidebar ul {
    margin: 0px 0 10px;
    overflow: hidden;
    padding: 4px 0;
}
 
.hc_widget_link a,.hc_sidebar ul a {
    display: block;
    font-family: 'RobotoRegular';
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0px 0 14px 1px;
    transition: all 0.4s ease 0s;
}

.hc_widget_link a:last-child {
    padding: 0px 0 0px 1px;
}
.hc_widget_link a > i {
    margin-right: 9px;
}
.hc_widget_tags,.hc_sidebar .tagcloud,.hc_footer_widget_column .tagcloud {
    margin: 0px 0 10px;
    overflow: hidden;
    padding: 4px 0;
}
.hc_widget_tags a,.hc_sidebar .tagcloud a,.hc_footer_widget_column  .tagcloud a{
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-family: 'OpenSansRegular';
    font-size: 13px !important;;
    font-weight: normal;
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 3px 10px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.hc_widget_text,.hc_sidebar .textwidget {
    margin: 0px 0 10px;
    overflow: hidden;
    padding: 4px 0;
}
.hc_widget_text p,.hc_sidebar .textwidget {
    font-family: 'RobotoRegular';
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 0px 0px;
}

/* Sidebar Left with blog css -------------------------------------------------------------------------------------*/

.hc_left_sidebar_widget {
    margin-bottom: 50px;
    margin-right: 30px;
    margin-top: 0;
    overflow: hidden;
}
.hc_left_sidebar_widget_title {
    display: block;
    margin: 0 0 20px;
}
.hc_left_sidebar_widget_title h2 {
    display: inline-block;
    font-family: 'RobotoRegular';
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 -2px;
    padding-bottom: 22px;
    padding-right: 10px;
	word-wrap: break-word;

}

.hc_left_sidebar_widget h3 {
    display: inline-block;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 6px;
	word-wrap: break-word;

}
.hc_left_sidebar_widget h3 a {
    transition: all 0.2s ease 0s;
}

/* Shortcode Page Css ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hc_button_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;	
}
.hc_button_section p {
    margin: 0px;
}
.hc_head_title {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0 30px;
}
.hc_head_title span {
    font-size: 32px;
    line-height: 1;
	padding-right: 10px;
    margin-bottom: 30px;
	font-family: 'GlametrixBold';
	letter-spacing: 1px;
}

/*Buttons Styles*/
.hc_btn_large{
  display: inline-block;
  padding: 13px 30px;
  margin: 0px 10px 15px 0px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: lovercase;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'OpenSansRegular';
}
.hc_btn_small{
  display: inline-block;
  padding: 8px 25px;
  margin: 0px 10px 10px 0px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: lovercase;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'OpenSansRegular';
}
.hc_btn_mini{
  display: inline-block;
  padding: 4px 15px;
  margin: 0px 10px 10px 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: lovercase;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'OpenSansRegular';
}
/*Dropcaps Styles*/
.hc_dropcap_section {
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 0 15px;
	float: none;	
}
.hc_dropcape_square, .hc_dropcape_simple,
.hc_dropcape_circle {
	font-family: 'RobotoRegular';
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 40px;
	margin-top: 0;
}
.hc_dropcape_square span {
    display: block;
    float: left;
    font-family: 'OpenSansBold';
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 13px;
    text-align: center;
    width: 45px;
}
.hc_dropcape_simple span {
    display: block;
    float: left;
    font-family: 'OpenSansBold';
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 7px;
    text-align: center;
    width: 45px;
}
.hc_dropcape_circle span {
    display: block;
    float: left;
    font-family: 'OpenSansBold';
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 13px;
    text-align: center;
    width: 50px;
	border-radius: 50%;
}
/*Tooltips Styles*/
.hc_tooltip_section {
    margin-bottom: 40px;
    overflow: auto;
    padding: 0 0 15px;
	float: none;	
}
.hc_tooltip {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 20px;
}
/*Alert Styles*/
.hc_alert_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 15px;
	float: none;
}
.hc_alert_error {
    border-radius: 4px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.hc_alert_error .close {
    line-height: 20px;
    opacity: 1;
    position: relative;
    right: -21px;
    top: -2px;
}
button.close {
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.hc_alert_warning {
    border-radius: 4px;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.hc_alert_warning .close {
    line-height: 20px;
    opacity: 1;
    position: relative;
    right: -21px;
    top: -2px;
}
.hc_alert_success {
    border-radius: 4px;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.hc_alert_success .close {
    line-height: 20px;
    opacity: 1;
    position: relative;
    right: -21px;
    top: -2px;
}

.hc_alert_info {
    border-radius: 4px;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.hc_alert_info .close {
    line-height: 20px;
    opacity: 1;
    position: relative;
    right: -21px;
    top: -2px;
}
/*Accordion & Tabs Styles*/
.hc_accordion_section, .hc_tabs_section {
    margin-bottom: 60px;
}
.hc_shortcode_section {
    margin-bottom: 60px;
}
.hc_short_tabs {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.hc_short_tabs ul {
    margin: 0;
	padding: 0;
	list-style: none outside none;
}
.hc_short_tabs li {
    float: left;
    margin: 0px 8px 5px 0;
	list-style: none outside none;
}
.hc_short_tabs li a {
    display: inline-block;
	font-family: 'OpenSansSemiBold';
    font-size: 13px;
    text-decoration: none;
	transition: all 0.4s ease;
    padding: 10px 20px;
}
.hc_short_tabs_content{
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 25px;
    margin-bottom: 10px;
    padding: 20px 15px 20px 15px;
}
/*Image with Paragraph*/
.hc_img_para_section {
    margin-bottom: 60px;
}
.image_para_title{
	font-family: 'OpenSansSemiBold';
    font-size: 16px;
	line-height: 25px;
    margin: 0px 0px 10px 0px;
}
.image_para_content{
	font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 25px;
    margin: 0px 0px 10px 0px;
}
.img_para_left{
	margin-right: 20px !important;
}
.img_para_right{
	margin-left: 20px !important;
}

/* Typography Page Css ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Headings Styles*/
.hc_heading_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;	
}
.hc_heading_section h1,
.hc_heading_section h2,
.hc_heading_section h3,
.hc_heading_section h4,
.hc_heading_section h5,
.hc_heading_section h6{
	font-family: 'OpenSansRegular';
	margin: 0 0 20px;
}
.hc_heading_section h1{
	font-size: 46px;
	line-height: 54px;
	word-wrap: break-word;

}
.hc_heading_section h2{
	font-size: 40px;
	line-height: 48px;
	word-wrap: break-word;

}
.hc_heading_section h3{
	font-size: 34px;
	line-height: 42px;
	word-wrap: break-word;
}
.hc_heading_section h4{
	font-size: 28px;
	line-height: 36px;
	word-wrap: break-word;

}
.hc_heading_section h5{
	font-size: 22px;
	line-height: 30px;
	word-wrap: break-word;

}
.hc_heading_section h6{
	font-size: 16px;
	line-height: 24px;
	word-wrap: break-word;

}
.hc_heading_section p{
    font-family: 'RobotoRegular';
    line-height: 22px;
	font-size: 15px;
	margin: 0 0 24px;
}
.hc_heading_section p:last-child{
	margin: 0 0 0px;
}
/*Blockquote Styles*/
.hc_blockquote_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;	
}
.hc_blockquote_section blockquote {
    margin: 0 0 28px;
    padding: 15px 20px;
    width: auto;
}
.hc_blockquote_section blockquote > span {
    font-family: 'OpenSansRegular';
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.hc_blockquote_section blockquote > small {
    display: block;
    font-size: 14px;
    font-family: 'opensansBoldItalic';
    line-height: 20px;
    margin-top: 5px;
}
.blockquote_sytle2 {
    margin: 0 0 0px !important;
    padding: 15px 20px 15px 0px !important;
    width: auto;
    border: 0px !important;
}
.blockquote_sytle2 span {
	padding: 15px 15px 5px 35px;
	display: block;
}
.blockquote_sytle2 small {
	padding: 0px 15px 5px 35px;
}
/*Icon Paragraph Styles*/
.hc_icon_para_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;
}
.hc_para_icons {
    font-family: 'OpenSansRegular';
    font-size: 14px;
	line-height: 22px;
    margin: 0 0 20px;
}
.hc_para_icons:last-child {
    margin: 0 0 0px;
}
.hc_para_icons i {
	margin-right: 5px;
	font-size: 16px;
}
/* -- Table -- */
.hc_table_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;
}
.table{
	font-family: 'OpenSansRegular';
    font-size: 14px;
	margin-bottom: 0px !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 8px 8px 15px !important;
}
.table thead tr th, .table tr th {
	font-family: 'OpenSansBold';
}
.table tr td, .table tbody tr td{
	font-family: 'OpenSansRegular';
}
/*List Styles*/
.hc_list_style_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;
}
.hc_list_style_section ul, ol,.hc_blog_post_content ul,.hc_blog_post_content ol {
    margin: 0 0 10px 25px;
    padding: 0;
	font-family: 'RobotoRegular';
    font-size: 15px;
	}
.hc_list_style_section ul li, ol li {
    line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

/* 404 Page Css ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hc_404_error_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;	
}	
.error_404 {
	clear: both;
	text-align: center;
	padding: 30px 0 30px;
}
.error_404 h2 {
	font-size: 150px;
	line-height: 140px;
	margin: 20px 0;
	font-family: 'Courgette';
}
.error_404 h4 {
	margin: 20px 0px 25px;
	font-size: 48px;
	font-family: 'Courgette';
	line-height: 45px;
}
.error_404 p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'OpenSansRegular';
	line-height: 22px;
}
.error_404_btn {
    display: inline-block;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    padding: 9px 20px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

/* Faq Page Css ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hc_faq_section {
    margin-bottom: 60px;
    overflow: auto;
    padding: 0 0 0px;
	float: none;
	background-color: #FFFFFF;	
}
.hc_faq_section p {
	margin-bottom: 25px;
	font-size: 14px;
	font-family: 'OpenSansRegular';
	color: #777777;
	line-height: 22px;
}

/* Scroll To Top ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hc_scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
	border-radius: 5px;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #3b3b3b;
    z-index: 9999;
}
.hc_scrollup i {
    line-height: 38px;
	font-size: 24px;
}
a.hc_scrollup:hover i, a.hc_scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

/*******************************************/
.hc_footer_widget_column #wp-calendar,.hc_sidebar #wp-calendar{
width: 100%;
}
.hc_footer_widget_column #wp-calendar caption,.hc_sidebar #wp-calendar caption {

font-family: 'OpenSansBold';
font-size: 14px;
color: #ffffff;
padding: 2px 0;
}
.hc_sidebar #wp-calendar thead tr th {
border: 1px solid #e7e7e7;
padding: 0px;
color: #777777;
font-family: 'OpenSansBold';
font-size: 14px;
text-align:center;
}
.hc_footer_widget_column #wp-calendar thead tr th  {
border: 1px solid #e7e7e7;
padding: 0px;
color: #CCCCCC;
font-family: 'OpenSansBold';
font-size: 14px;
text-align:center;
}
.hc_sidebar #wp-calendar tbody tr td {
padding: 0px 5px 0px 7px;
color: #777777;
font-family: 'OpenSansSemiBold';
font-size: 13px;
line-height: 20px;
text-align:center;
}
.hc_footer_widget_column #wp-calendar tbody tr td{
padding: 0px 5px 0px 7px;
color: #CCC;
font-family: 'OpenSansSemiBold';
font-size: 13px;
line-height: 20px;
text-align:center;
}
.hc_footer_widget_column #wp-calendar tbody tr td a,.hc_sidebar #wp-calendar tbody tr td a{
padding: 0px 5px 0px 7px;
color: #a5a5a5;
font-family: 'OpenSansSemiBold';
font-size: 13px;
line-height: 20px;
}

.hc_footer_widget_column  .searchform label {
display: block;}
.fa-mail-forward{color: #c5c5c5;}
.hc_footer_widget_column .recentcomments > ul > li {
text-decoration:none;
}
.hc_sidebar .recentcomments a:before,.hc_footer_widget_column .recentcomments a:before{content:none;}
.hc_footer_widget_column .screen-reader-text  ,.hc_footer_widget_column .recentcomments {
color:#cbcbcb;
text-decoration:none;
}
.comment-notes{display:none;}
.comment-reply-title{font-size:20px;}
.logged-in-as a,.logged-in-as {font-family:'OpenSansRegular';}
/***** require theme check plugin cs*******/
.wp-caption ,.wp-caption-text{ }
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.sticky { }
.gallery-caption { }
.alignright{
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.bypostauthor{}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft{
	float: left;
	display: inline;
	margin-right: 1.625em;
}
/* CSS ADDED AFTER THEME UNIT TEST DATA DESIGN ISSUE*/
.hc_blog_post_content .alignnone, .wp-caption img{
	display: block;
	height: auto;
	max-width: 100%;
}
.hc_blog_post_content ul  li{list-style:disc outside none;list-style-position: inside;}
.hc_blog_post_content  ol  li{list-style:decimal outside none;list-style-position: inside;}

/*Css For diff html formats */
.hc_blog_post_content h2,.hc_blog_post_content h2,.hc_blog_post_content h2{	font-size:26px;line-height:30px;}
.hc_blog_post_content  h1,.hc_blog_post_content h1,.hc_blog_post_content h1{	font-size:28px;line-height:30px;}
.hc_blog_post_content  h3,.hc_blog_post_content h3,.hc_blog_post_content h3{	font-size:24px;line-height:30px;}
.hc_blog_post_content  h4,.hc_blog_post_content h4,.hc_blog_post_content h4{	font-size:22px;line-height:30px;}
.hc_blog_post_content  h5,.hc_blog_post_content h5{	font-size:21px;line-height:30px;}
.hc_blog_post_content  h6,.hc_blog_post_content h6,.hc_blog_post_content h6{	font-size:20px;line-height:30px;}
.hc_blog_post_content  ul  li,.hc_blog_post_content ul  li{list-style:disc outside none;list-style-position: inside;}
.hc_blog_post_content  ol  li,.hc_blog_post_content ol  li{list-style:decimal outside none;list-style-position: inside;}
.hc_blog_post_content cite,.hc_blog_post_content cite{font-style: italic;}
.hc_blog_post_content h1,.hc_blog_post_content h2,.hc_blog_post_content h3,.hc_blog_post_content h4,.hc_blog_post_content h5,.hc_blog_post_content h6{font-family: 'OpenSansRegular';}
/*Table CSS*/
table {border: 1px solid #dddddd;
	border-collapse: separate;
	/*border-left: 0;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	font-family: 'OpenSansRegular';
	}
table td {
border-left: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
border-left: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
dt {font-weight: bold;font-size: 17.5px;margin-top:15px;font-family: 'OpenSansRegular';}
dd {margin-left: 10px;font-size: 17.5px;font-family: 'OpenSansRegular';}
.hc_sidebar #searchsubmit{color: #ffffff;}
.hc_blog_post_content h1,.hc_blog_post_content h2,.hc_blog_post_content h3,.hc_blog_post_content h4,.hc_blog_post_content h5,.hc_blog_post_content h6{font-family: 'OpenSansRegular';color:#3b3b3b;}
dl,dt,.hc_blog_post_content ul{color:#777777;}
.hc_footer_widget_column ul {list-style:none;padding:0;}

/*FA ICON CHANGES*/
.hc_sidebar_widget li a:before,.hc_footer_widget_column li a:before{
font-family: 'FontAwesome';
content: '\f192'; 
margin-right:20px;
}
.hc_sidebar_widget ul{ list-style:none;}
.hc_sidebar .cat-item  a,.hc_footer_widget_column .cat-item a{
font-size: 15px;
line-height: 20px;
}
.comment-reply-title {font-size:20px;}
.logged-in-as a,.logged-in-as {font-family:'OpenSansRegular';}
.hc_sidebar .searchform div > input {
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 20px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin-right: 5px;
	border: 1px solid #c5c5c5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
}
.hc_footer_widget_column .searchform div > input {
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 5px 5px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 5px;
	border: 1px solid #c5c5c5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: ;
}
.hc_sidebar  .searchform div > label {
display: block;
font-family: 'OpenSansSemiBold';
font-size: 24px;
color: #3b3b3b;
font-weight: normal;
line-height: 30px;
}
.hc_footer_widget_column .searchform div > label {
display: block;
font-family: 'OpenSansSemiBold';
font-size: 24px;
color: #ccc;
font-weight: normal;
line-height: 30px;
}
.hc_sidebar #searchsubmit{
font-family: 'OpenSansSemiBold';
display: inline-block;
border-radius: 5px;
padding: 5px 12px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 20px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
transition: all 0.4s ease;
}
.hc_footer_widget_column #searchsubmit{
font-family: 'OpenSansSemiBold';
display: inline-block;
border-radius: 5px;
padding: 10px 12px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 20px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
transition: all 0.4s ease;
}
.hc_sidebar .recentcomments ,.hc_footer_widget_column .recentcomments ,.hc_footer_widget_link a,.hc_footer_widget_column ul li a,.hc_sidebar ul li a{
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0px 0 0px;
    transition: all 0.4s ease 0s;
}
/*New CSS **/
.hc_heading_title {
    display: block;
    margin: 7px 0 30px;
}
.hc_heading_title h3 {
    display: inline-block;
    font-family: 'GlametrixBold';
    font-size: 32px;
	letter-spacing: 1px;
    margin: 0 0 -1px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.hc_service_area p a {
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
}

.hc_head_title_nav {
    font-size: 18px;
    line-height: 1;
	display: block;
    margin: 7px 0 30px;
	
}
.hc_head_title_nav h3 {
    display: inline-block;
    font-family: 'GlametrixBold';
    font-size: 32px;
	letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 -1px;
    padding-bottom: 10px;
    padding-right: 10px;
}
/******* image and video responsive ***********/
img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright,
img.attachment-medium,
img.attachment-large,
img.attachment-thumbnail,
img.size-full,
img.size-medium,
img.size-thumbnail{
  width: inherit;  /* Make images fill their parent's space*/
  max-width: 100%; /* Add !important if needed. */
  height: auto; /* WP added height and width attributes scales */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Keep wide captions from overflowing their container. */
.index_ser_img{
margin-bottom: 26px;
border: 2px solid #31A3DD;
border-radius: 100%;
width: 100px;
height: 100px;
line-height: 95px;
}

#carousel .flex-active { background-color:#1786bf; }