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

#wrapper { background: #ffffff; margin: 0px auto; }
a:focus { outline: none; }
.row { margin-left: 0px; margin-right: 0px; } 
.margin { margin-top:70px; }
.page-seperator { background-color: #e7e7e7; box-shadow: 7px 1px 3px #DEDEDE; height: 1px; margin: 0 0 62px; }
.qua-separator-small { height: 3px; margin-top:10px; text-align:center; width: 50px; }
.row a { text-decoration:none; }
.caroufredsel_wrapper { max-height: 100% !important; }

/* Header Contact Details---------------------------------------------------------------------------------------*/
.qua-head-detail { padding: 10px 0; }
.head-contact-info { margin: 10px 0 0; padding: 0px; display: block; float: left; }
.head-contact-info li { color: #ffffff; display: inline-block; padding: 0px; margin-right: 15px; color: #ffffff; font-size: 14px; line-height: 20px; }
.head-contact-info i { font-size: 14px; padding-right: 10px; }
.head-contact-social { float: right; margin: 0px; padding: 0px; }
.head-contact-social li {
	border: 2px solid #ffffff;
    background-color: transparent;
	border: 2px solid #ffffff;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    height: 33px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 33px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
	cursor: pointer;
}
.head-contact-social li.facebook:hover { background-color: #4c66a4; }
.head-contact-social li.linkedin:hover { background-color: #017eb4; }
.head-contact-social li.twitter:hover { background-color: #15b4c9; }
.head-contact-social li.youtube:hover { background-color: #C1181D; }
.head-contact-social li.googleplus:hover { background-color: #DD4B39; }
.head-contact-social li:last-child { margin-right: 0px; }
.head-contact-social li > a > i { color: #ffffff; font-size: 14px; transition: color 0.5s ease-in-out 0s; line-height: 2; }

/* Flex Slider Css --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qua_slider { width: 100%; margin: 0 0 80px; }
.carousel { margin-bottom: 60px; background-color: #ffffff; /* height: 600px; */ }
.slide_icon {
	border: 3px solid rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
	opacity: 1;
    transition-duration: 0.5s;
    border-radius: 100%;
    font-size: 18px;
    height: 42px;
    line-height: 35px !important;
    margin: 0 15px 0 0;
    text-align: center;
    width: 42px;
	text-shadow: none;
}
.icon_red { background-color: #f05253; }
.icon_orange { background-color: #f09c0a; }
.icon_green { background-color: #7db504; }
.flex-direction-nav a > i { font-size: 18px; }

/* Flex Slider Center Align */
.slides li { position: relative; }
.flex-slider-center {
    left: 0;
	right: 0;
    position: absolute;
	margin: 0px auto;
	text-align: center;
    width: 90;
	height: auto;
	z-index: 0;
	padding: 20px;
    float: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-slider-center h2 {
    color: #FFFFFF;
	font-family: 'Open Sans';
	font-weight: 300 !important;
    font-size: 55px;
    font-weight: normal;
	line-height: 70px;
    letter-spacing: 0;
	display: inline-block;
	text-align: center;
    margin: 0px 0px 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.flex-slider-center span{ 
	color: #FFFFFF;
	margin: 0px 0px 20px;
    font-family: 'Open Sans';
	font-weight: 300 !important;
	padding: 0px 15px 5px 15px;
    font-size: 55px;
    font-weight: normal;
	text-align: center;
	line-height: 70px;
    letter-spacing: 0;
	display: inline-block;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.flex-slider-center p{ 
	color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight:400;
	padding: 0px 15px 5px 15px;
    font-size: 30px;
    font-weight: normal;
	line-height: 35px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
    margin: 0px 0px 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.flex_btn_div { text-align: center; display: block; }
.flex_btn {
    font-family: 'Open Sans';
	font-weight:400;
	color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
	padding: 15px 20px;
    display: inline-block;
    margin-top: 0px;
	text-align: center;
    /*text-transform: uppercase;*/
	transition: all 0.4s ease 0s;
	text-decoration: none !important;
}
.flex_btn:hover { background-color: #FFFFFF; }

/* Flex Slider Left Align */
.slides li { position: relative; }
.flex-slider-left {
    left: 0;
	right: 0;
    position: absolute;
	margin: 0px auto;
	text-align: left;
    width: 90%;
	height: auto;
	z-index: 0;
	padding: 20px;
    float: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-slider-left h2 {
    color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight:300;
    font-size: 55px;
    font-weight: normal;
	line-height: 70px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
	text-align: left;
    margin: 0px 0px 20px;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex-slider-left span{ 
	color: #FFFFFF;
	margin: 0px 0px 20px;
    font-family: 'Open Sans';
	font-weight:400;
	padding: 0px 15px 5px 15px;
    font-size: 55px;
    font-weight: normal;
	text-align: left;
	line-height: 70px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex-slider-left p{ 
	color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight:400;
	padding: 0px 0px 5px 0px;
    font-size: 30px;
    font-weight: normal;
	line-height: 35px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
    margin: 0px 0px 20px;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex_btn_div_left { text-align: left; display: block; }
.flex_btn {
    font-family: 'Open Sans';
	font-weight:400;
	color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
	padding: 15px 20px;
    display: inline-block;
    margin-top: 0px;
	text-align: center;
   /* text-transform: uppercase;*/
	transition: all 0.4s ease 0s;
	text-decoration: none !important;
}
.flex_btn:hover { background-color: #FFFFFF; }
/* Flex Slider Right Align */
.slides li { position: relative; }
.flex-slider-right {
    left: 0;
	right: 0;
    position: absolute;
	margin: 0px auto;
	text-align: right;
    width: 90%;
	height: auto;
	z-index: 0;
	padding: 20px;
    float: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-slider-right h2 {
    color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight:300;
    font-size: 55px;
    font-weight: normal;
	line-height: 70px;
    letter-spacing: 0;
	/*text-transform: uppercase; */
	display: inline-block;
	text-align: right;
    margin: 0px 0px 20px;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex-slider-right span{ 
	color: #FFFFFF;
	margin: 0px 0px 20px;
    font-family: 'Open Sans';
	font-weight:300;
	padding: 0px 15px 5px 15px;
    font-size: 55px;
    font-weight: normal;
	text-align: right;
	line-height: 70px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex-slider-right p{ 
	color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight:400;
	padding: 0px 0px 5px 0px;
    font-size: 30px;
    font-weight: normal;
	line-height: 35px;
    letter-spacing: 0;
	/*text-transform: uppercase;*/
	display: inline-block;
    margin: 0px 0px 20px;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}
.flex_btn_div_right { text-align: right; display: block; }

/* Homepage Service Section css --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qua_heading_title { background-position: center top; background-repeat: no-repeat; margin: 0 auto 52px; padding: 0 15px 0px; position: relative; width: 97.4%; }
.qua_heading_title h1 { color: #121212; font-family: 'Open Sans';font-weight:400; font-size: 30px; font-weight: normal; line-height: 35px; margin: 0 0 10px; text-align: center; }
.qua_heading_title h1 span { font-family: 'Open Sans';font-weight:400; font-size: 30px; font-weight: normal; line-height: 40px; margin: 0px 0 8px; text-align: center; }
.qua_heading_title p { color: #6A6A6A; font-family: 'Open Sans';font-weight:400; font-size: 20px; line-height: 25px; margin: 0px 0 33px; text-align: center; }

/* Homepage Service Section css --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qua-testimonial { /* height: auto !important; margin-bottom: 30px !important; */ }
.qua_page_heading { background-position: center top; background-repeat: no-repeat; margin: 0 auto 52px; padding: 0 15px 0px; position: relative; width: 97.4%; }
.qua_page_heading h1 { color: #121212; font-family: 'Open Sans';font-weight:400; font-size: 36px; font-weight: normal; line-height: 40px; margin: 0 0 0px; text-align: center; word-wrap: break-word; }
.qua_page_heading h1 span { font-family: 'Open Sans';font-weight:400; font-size: 36px; font-weight: normal; line-height: 40px; margin: 2px 0 8px; text-align: center; word-wrap: break-word; }
.qua_page_heading p { color: #6A6A6A; font-family: 'Open Sans';font-weight:400; font-size: 20px; line-height: 30px; margin: 8px 0 33px; text-align: center; word-wrap: break-word; }
.qua-separator { height: 5px; margin: 37px auto 0; width: 100px; }
.qua-service-area { border-radius: 0; margin-bottom: 70px; padding: 0px 5px 5px; text-align: center; transition: all 0.4s ease 0s; text-align: center; }
.qua-service-area a { text-decoration: none; }
.hexagon-box { 
	background: #f2f2f2 url('./images/dd.png') no-repeat center;
	height: 120px;
	width: 120px;
	margin: 0px auto 16px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out; 
	-o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.qua-service-area:hover > .hexagon-box { background: url('./images/dd.png') no-repeat center; height: 120px; width: 120px; margin: 0px auto 16px; }
.hexagon-box2 { 
	background: #f2f2f2 url('./images/dd2.png') no-repeat center;
	height: 120px;
	width: 120px;
	margin: 0px auto 16px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out; 
	-o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.qua-service-area i { color: #121212; display: block; margin-left: auto; margin-right: auto; max-width: 100%; opacity: 1; transform: scale(0.9); transition-duration: 0.5s; }
.qua-service-area i { border: 0 none; font-size: 70px; line-height: 125px; margin-bottom: 0px; }
.qua-service-area h2 { font-family: 'Open Sans';font-weight:600; font-size: 20px; line-height: 30px; margin: 0px 0 10px; text-align: center; }
.qua-service-area h2 > a { transition: all 0.4s ease 0s; color: #121212; }
.qua-service-area p { color: #6a6a6a; font-family: 'Open Sans';font-weight:400; font-size: 15px; line-height: 25px; margin-bottom: 6px; margin-top: 0px; padding: 0 10px; text-align: center; }
.qua-service-area p > a { font-family: 'Open Sans';font-weight:600; transition: all 0.4s ease 0s; font-size: 14px; line-height: 25px; margin-bottom: 0px; text-align: center; }
.qua-service-area p > a:hover { color: #121212; }
.qua-service-area img { border: 5px solid #EAEAEA; display: block; margin: 0px auto 16px; }

/* Portfolio Section Css--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qua_port_title { background-position: center top; background-repeat: no-repeat; margin: 0 auto 52px; padding: 0 15px 0px; position: relative; width: 97.4%; }
.qua_port_title h1 { color: #ffffff; font-family: 'Open Sans';font-weight:400; font-size: 30px; font-weight: normal; line-height: 40px; margin: 0 0 10px; text-align: center; }
.qua_port_title h1 span { font-family: 'Open Sans';font-weight:400; font-size: 30px; font-weight: normal; line-height: 40px; margin: 2px 0 8px; text-align: center; }
.qua_port_title p { color: #dedede; font-family: 'Open Sans';font-weight:400; font-size: 20px; line-height: 25px; margin: 0px 0 33px; text-align: center; }
.qua-separator { height: 5px; margin: 37px auto 0; width: 100px; }
.qua_portfolio_carusel, .qua_testimonial_carusel { background:  url(./images/c.png); padding-left: 20px; padding-right: 20px; padding: 55px 0; margin: 0 0 72px; }
.qua_col_padding { padding-left:1px; padding-right:1px; margin: 0 0 40px; }
.portfolio_row { padding-left:12px; padding-right:12px; padding-bottom: 70px; }
.qua_home_portfolio_caption {
	background-color: #ffffff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#515151;
    border-radius: 0;
	padding: 10px 15px 10px 15px;
	text-align: center;
	transition: all 180ms ease-in-out 0s;
	font-family: 'Open Sans';
	font-weight:400;
	cursor: pointer;
	word-wrap: break-word;
	overflow: hidden;
}
.qua_col_padding:hover .qua_home_portfolio_caption { color:#fff; }
.qua_col_padding:hover .qua_home_portfolio_caption a { color:#fff; }
.qua_home_portfolio_caption a { color:#515151; float:left; font-weight:600; }
.like_icon { text-align:right; }
.like_icon i { margin-right: 7px; }
.qua_home_portfolio_showcase_overlay {
	background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qua_home_portfolio_showcase_overlay_inner { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -40px; }
.qua_home_portfolio_showcase_fade { opacity: 0.2; }
.qua_portfolio_image{
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	transition: all 200ms ease-out; /*safari and chrome */
	-webkit-transition: all 200ms ease-out; /*safari and chrome */
	max-width:100% !important;
	position:relative;
	height:100%;
	overflow:hidden;
}
.qua_portfolio_image img{
	transition: all 200ms ease-out; /*safari and chrome */
	-webkit-transition: all 200ms ease-out; /*safari and chrome */
	max-width: 100% !important;
		
}
.qua_portfolio_image:hover img { transform: scale(2, 2); -webkit-transform: scale(2, 2); -ms-transform: scale(2, 2); }
.home_portfolio_row { padding-bottom: 0px; padding-left: 12px; padding-right: 12px; }
.qua_portfolio_image .qua_home_portfolio_showcase_icons { margin-top: 0px; text-align: center; width: 100%; }
.qua_portfolio_image .qua_home_portfolio_showcase_icons a { font-size: 1.3em; display: inline-block; margin-left: 2px; padding: 8px 8px; opacity: 1; text-decoration: none; }
.qua_portfolio_image.qua_home_portfolio_showcase_icons a:hover { opacity: 1; }
.qua_portfolio_image .qua_home_portfolio_showcase_icons a i {
	color:#000000;
	background:#ffffff;
    font-size: 40px;
	width:60px;
	height:60px;
	border-radius:50px;
	line-height: 62px;
}
.qua_portfolio_image:hover .qua_home_portfolio_showcase_overlay { visibility: visible; opacity: 0.5; }
.qua_proejct_button { border-radius: 0; margin-top: 0px; padding: 0px; text-align: center; transition: all 0.4s ease 0s; text-align: center; }
.qua_proejct_button a {
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #777777;
	border: 2px solid #ffffff;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 18px;
	line-height: 20px;
	margin: 8px 0;
	padding: 14px 20px;
	text-align: right;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}
.qua_proejct_button a { background-color: transparent; transition: all 0.4s ease 0s; }
.qua_proejct_button a:hover { color: #ffffff; }

/**** portfolio categories tab csss ***********************************************************************************************/
.qua_portfolio_tabs { display: inline-block; height: auto; margin: 0; padding: 0; position: relative; }
.qua_portfolio_tabs ul { margin: 0; padding: 0; list-style: none outside none; }
.qua_portfolio_tabs li { float: left; margin: 0px 3px 10px 0; list-style: none outside none; }
.qua_portfolio_tabs li a {
	background: #ffffff;
    color: #3b3b3b;
	border:1px solid #d1d1d1;
    display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
    font-size: 14px;
    text-decoration: none;
	transition: all 0.4s ease;
    padding: 10px 20px;
	text-transform: uppercase;
	font-weight:600;
}
.qua_portfolio_tabs_section { margin-bottom: 25px; text-align:center; }
.qua_main_portfolio_section { margin-bottom: 50px; }

/***** Client Section  *****************************************************************
***************************************************************************************/

.media_row { float: left; width: 100%; padding: 0px 10px; box-sizing: border-box; -moz-box-sizing: border-box; margin: 0 0 80px; }
.media_row:last-child { border-right: 0px; }
.media-column { border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; float: left; position: relative; width: 25%; display: inline-block; }
.media_image {
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	transition: all 200ms ease-out; /*safari and chrome */
	-webkit-transition: all 200ms ease-out; /*safari and chrome */
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.media-column .media_image { padding:40px 0px; }
.media_image img{
	transition: all 200ms ease-out; /*safari and chrome */
	-webkit-transition: all 200ms ease-out; /*safari and chrome */
	max-width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.media-column:hover .media_image{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px); /* IE 9 */
	-webkit-transform:translateY(-10px); /* Safari and Chrome */
}
.media-row-bottom { border-bottom:0px; }
.media-row-last { border-right:0px; }
.media-border-right { border-right: 0px; }
.media-border-bottom { border-bottom: 0px; }

/******* Blog Section ***********************************************************************
********************************************************************************************/
.qua-blog-area { border:4px solid #f1f1f1; border-radius: 0; margin-bottom: 80px; transition: all 0.4s ease 0s; }
.qua-blog-info { padding-left:15px; padding-right:15px; padding-top: 18px; }
.qua-blog-area .qua-blog-info h2 { color:#2a2a2a; font-family: 'Open Sans';font-weight:600; font-size: 22px; line-height: 30px; margin: 0px 0 10px; text-align: left; }
.qua-blog-area .qua-blog-info h2 > a { color:#2a2a2a; text-decoration: none; }

/*Css by Shahid*/
.qua-blog-post-description { color: #6a6a6a; font-family: 'Open Sans';font-weight:400; font-size: 15px; line-height: 25px; margin: 0 0 20px; padding: 0px; text-align: left; }
.qua-blog-post-detail { font-family: 'Open Sans';font-weight:600; margin: 0 0 5px; padding: 0; font-size: 12px; text-transform: lovercase; width: 100%; display:none; }
.qua-blog-post-detail span { display: inline-block; padding: 3px 0; }
.qua-blog-post-detail a { padding: 5px 30px 5px 0; transition: all 0.3s ease 0s; }
.qua-tags { display: inline-block; margin: 0 0px 5px; }
.qua-tags a:hover { color: #2a2a2a; }
.qua-tags a { font-size: 12px; padding: 5px 1px 5px 0; transition: all 0.3s ease 0s; }
.post-seperator { border-right: 1px solid #2a2a2a; margin: 0 15px 0px 15px; }
.blog-post-btn {
	color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 5px 12px;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.blog-post-btn:hover { /* background-color:#f85a56;  */color: #ffffff; text-decoration:none; }
.qua-blog-area .qua-blog-info .qua-blog-date-cm span.date { color:#000; text-align:left; font-size:14px; display:none; }
.qua-blog-area .qua-blog-info .qua-blog-date-cm p { color:#000; text-align:right; font-size:14px; }
.qua-blog-date-cm { border-top:1px solid #f1f1f1; padding-top:10px; padding-bottom:10px; overflow: hidden; display:none; }
.qua-blog-area .qua-blog-info .qua-blog-date-cm .left { 
	color: #2A2A2A;
	/* text-align:left; */
	float: left;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight:600;
	line-height: 20px;
	padding-right: 10px;
}
.qua-blog-area .qua-blog-info  .qua-blog-date-cm  .right { float:right; line-height: 20px; }
.qua-blog-area .qua-blog-info  .qua-blog-date-cm  .right a { color:#2A2A2A; font-size: 13px; font-family: 'Open Sans';font-weight:600; margin: 0; transition: all 0.3s ease 0s; }

/******* Testimonial Section ***********************************************************************
********************************************************************************************/
.qua_testimonianl_sec {
	background-color:#fff;
	margin-right: 30px !important;
	width:160px;
	float: left;
	height: 170px;
	padding:10px;
	text-align:center;
	background-color:#fff;
	text-align:center;
	margin-bottom: 50px;
}
.qua_testimonianl_sec img { padding-right:10px; padding-left:10px; }
.qua_testimonianl_sec p { padding-right:10px; padding-left:10px; padding-top:10px; font-weight:bold; }
.qua_testimonianl_sec i { font-size:30px; left:174px; position:absolute; top:70px; 	}
.qua_testimonianl_desig { font-family: 'Open Sans';font-weight:600; font-size: 14px; line-height: 25px; margin: 0px 0px 10px 0px; }
.qua_testimonianl_content { color: #ffffff; font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; margin: 0px 0px 10px 0px; padding: 0 10px 0 0; }
.qua_testimonial_icon { float:right; margin: 0px 0px 15px 0px; }
.pager a {
	background: #bbbbbb;
	border: 2px solid #bbbbbb;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
	margin: 0 3px;
	text-decoration: none outside;
}
.pager a:focus { outline:none; }
.pager { list-style: none outside none; margin: 0px; padding-left: 0; text-align: center; }
.pager a.selected { background: #fff; }

/***** Call Out Section *****************************************************************
***************************************************************************************/
.qua_callout_area { width:100%; padding: 20px 0; }
.qua_callout_area h2 { color:#ffffff; font-family: 'Open Sans';font-weight:600; line-height: 35px; margin: 0 0 10px; }
.qua_callout_area p { color:#ffffff; font-size:16px; line-height: 22px; margin: 0px; }
.qua_callout_btn { float: right; }
.qua_callout_area a {
	background-color: transparent;
	color: #FFFFFF;
	border: 2px solid #ffffff;
    display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 18px;
	line-height: 20px;
	margin: 22px 0;
	padding: 10px 15px;
	text-align: right;
	text-decoration:none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}
.qua_callout_area a:hover { background-color: #ffffff; border: 2px solid #ffffff; }
.qua_callout_area a i { margin-left:5px; }

/***** Footer widget Area *****************************************************************
***************************************************************************************/

.qua_footer_widget_area { padding: 38px 0 20px; }
.qua_footer_widget_area p { color: #f5f5f5; font-size: 14px; line-height: 22px; font-family: 'Open Sans';font-weight:400; }
.qua_footer_widget_area { background: #1e1f24; }
.qua-footer-separator { height: 3px; margin-top:10px; text-align:center; width: 40px; }
.qua_footer_widget_title { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #2a2a2a;
	font-family: 'Open Sans';
	font-weight:400;
	font-size: 24px;
	margin: 0px 0px 25px 0px;
	line-height: 25px;
	text-shadow: 0px 1px 2px #2a2a2a;
}
.qua_footer_widget_column { margin-bottom: 50px; }
.qua_footer_widget_column img { max-width: 100%; display: block; height: auto; }

.qua_footer_widget_column .rssSummary { color: #F5F5F5; }
.qua_footer_widget_column .rss-date, .qua_footer_widget_column cite, .qua_footer_widget_column label { color: #cccccc; }
.qua_footer_widget_column a.rsswidget { color: #ffffff; }
.qua_footer_widget_column tfoot > tr > td > a, .qua_footer_widget_column tbody > tr > td > a { color: #ff0000; }
.qua_footer_widget_column select { width: 100%; }
.qua_footer_widget_column address { color: #9e9d9d; font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; }
.qua_footer_widget_column address { color: #9e9d9d; }
.qua_footer_widget_column address p { color: #f5f5f5; padding:0 0 10px; font-size:14px; }
.qua_footer_widget_column address p i { margin-right:10px; }
.qua_footer_widget_column address a { color: #F5F5F5; }
.qua_footer_widget_column address a:hover { color: #ffffff; }
.qua_footer_widget_post { border-bottom: 1px solid #6B6B6B; margin: 0 0 16px !important; padding-bottom: 16px; border-bottom: 1px solid #6B6B6B; vertical-align:middle; }
.qua_footer_widget_post:last-child { border-bottom: 0px; }
.qua_footer_widget_post:last-child { margin: 0 0 0px !important; }
.qua_footer_widget_post h3 { font-family: 'Open Sans';font-weight:600; font-size: 14px; line-height: 20px; margin-bottom: 2px; margin-top: -2px; }
.qua_footer_widget_post h3 a { transition: all 0.2s ease 0s; }
.qua_footer_widget_post h3 a:hover { color: #ffffff; }
.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; }
.qua_footer_widget_date { color: #f5f5f5; font-family: 'Open Sans';font-weight:400; font-size: 12px; line-height: 20px; color: #f5f5f5; }
.qua_footer_widget_link { margin: 20px 0 10px; overflow: hidden; padding: 4px 0; }
.qua_footer_widget_link a,.qua_footer_widget_column ul li a {
    display: block;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0px 0 0px;
    transition: all 0.4s ease 0s;
	word-wrap:break-word;
}
.qua_footer_widget_link a { color: #f5f5f5; text-decoration:none; }
.footer-contact-social { text-align: left; margin: 0px; padding: 0px; }
.footer-contact-social li {
	border: 0px solid #ffffff;
    background-color: transparent;
	border: 0px solid #ffffff;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
	margin-right: 8px;
	text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
	cursor: pointer;
}
.footer-contact-social li > a > i {\
	color: #ffffff;
	font-size: 22px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
	line-height: 2;
}
.footer-contact-social  li > a > i:hover { transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); -ms-transform: scale(1.5, 1.5); }
       
/* Footer area Section Css------------------------------------------------------------ */
.qua_footer_area { background: #1e1f24; border-top: 1px solid #6B6B6B; padding: 20px 0px; }
.qua_footer_area p { color: #f2f2f2; font-family: 'Open Sans';font-weight:400; line-height: 20px; font-size: 14px; margin: 0px; text-align:center; }

/********** project detail page css **********************************************
***********************************************************************************/
.qua-project-detail-section { margin-bottom: 70px; }
.qua-project-detail-section img { margin-bottom: 30px; width: 100%; }
.qua-project-description h3 { text-align:left; font-size:24px; margin: 20px 0; }
.qua-project-description h3 span { color:#f9504b; text-align:left; font-size:24px; }
.qua-project-description p { color:#6a6a6a; text-align:left; font-size:15px; font-family: 'Open Sans';font-weight:400; }
.qua-related-project { background: none repeat scroll 0 0 #F9F9F9; border-top: 2px solid #D1D1D1; padding-top: 55px; padding-bottom: 30px; width: 100%; }
.qua-related-project .qua_portfolio_4col_row { margin: 0px; }
.qua-related-project .qua_portfolio-4col-column { margin-bottom: 90px; }
.qua-related-project h3 { margin-bottom: 25px; margin-top: 0; }
.qua_portfolio_detail_pagi { border-bottom:1px solid #d1d1d1; text-align:left; overflow: hidden; padding-left:0; padding-bottom:20px; }
.qua_portfolio_detail_pagi li { display: block; float: left; margin-right:5px; }
.qua_portfolio_detail_pagi li a {
	color: #404040;
	border:2px solid #e7e7e7;
	padding: 4px 11px;
	display: block;
	height: 35px;
	width: 35px;
	transition: all 0.3s ease 0s;
}
.qua_portfolio_detail_pagi li a:hover { color: #404040; border:2px solid #f05a4d; }
.qua_portfolio_detail_pagi li a span { font-size: 22px; }
.qua-project-detail-sidebar { margin-top: 25px; }
.qua-project-detail-sidebar p {
	color:#121212;
	border-bottom:1px solid #d1d1d1;
	font-family: 'Open Sans';
	font-weight:700;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	padding-bottom: 15px;
    padding-top: 5px;
}
.qua-project-detail-sidebar p small { color:#777777; font-family: 'Open Sans';font-weight:400; font-size: 14px; padding-left: 5px; }
.qua-project-detail-sidebar .launch-qua-project a {
	background-color: #ffffff;
	color: #f04b58;
	border: 2px solid #f04b58;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 15px;
	padding: 8px 30px;
	text-align: right;
	text-transform: lovercase;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
}
.qua-project-detail-sidebar .launch-qua-project a:hover { background-color: #f04b58; color: #ffffff; border: 2px solid #f04b58; }
.qua-project-detail-sidebar .launch-qua-project a { text-decoration:none; }
.sidebar-img { margin-right: 5px; }

/********** About us page css **********************************************
***********************************************************************************/
.qua_about_us_area { margin-bottom:60px; }
.qua_about_us_area h3 span { color:#f04b58; }
.qua_about_us_area h3 { margin-top:0px; }
.qua_about_us_area img { width:100%; }
.hc_accordion_section { margin-bottom: 54px; }
.panel-default > .hc_panel-heading { border: 0px; }
.hc_panel-heading { padding: 15px 10px 15px 0; margin-right: 20px; }
.panel-group .hc_panel + .hc_panel { margin-top: 0px; }
.panel-group .hc_panel { border-radius: 0px; margin-bottom: 0px; overflow: hidden; }
.panel-group .hc_panel:last-child { margin-bottom: 0px; }
.hc_panel { margin-bottom: 5px;	}
.hc_panel p, .qua_about_us_area p { font-size: 14px; line-height: 25px; font-family: 'Open Sans';font-weight:400; margin-bottom:0px; color: hsl(0, 0%, 42%); }
.panel-title { font-size: 16px; font-family: 'Open Sans';font-weight:600; line-height: 30px; }
.panel-title a span { margin-right: 10px; }
.panel-title > a { text-decoration:none; }
.panel-default > .hc_panel-heading { background-color: transparent; color: #3b3b3b; }
.panel-group .hc_panel-heading { border-bottom: 1px solid #f1f0f0; }
.panel-title a span.fa-plus { background:#3b3b3b; color:#ffffff; width:25px; height:25px; text-align:center; line-height:25px; font-size:16px; }
.panel-title a span.fa-minus { border:1px solid #3b3b3b; color:#3b3b3b; width:25px; height:25px; text-align:center; line-height:25px; font-size:16px; }
.hc_panel-heading { border-bottom: 1px solid rgba(0, 0, 0, 0); }
.hc_panel { background-color: #FFFFFF; }
.hc_panel p { color: #777777; }

/********** About us page Team Section css **********************************************
***********************************************************************************/
.qua-team-title { margin: 0 auto 32px; }
.qua-team-title h3 span { color:#f04b58; }
.qua-team-section { margin-bottom:100px; }
.qua-team-section-col{
	background:#1b1d21;
	margin: 0 auto 35px;
	padding: 20px;
	 -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.qua-team-img { padding: 0px 20px 20px 0px; float:left; }
.qua-team-name { color:#fff; margin: 0px; font-family: 'Open Sans';font-weight:600; font-size: 20px; margin: 0 0 15px; }
.qua-team-name small { color:#fff; margin: 10px 0px; font-family: 'Open Sans';font-weight:600; font-size: 20px; margin: 0 7px; }
.qua-team-name span { font-size: 18px; }
.qua-team-detail { color: #dedede; padding-top: 0px; font-size: 15px; line-height: 25px; }
.qua-team-social { float: left; margin: 0px; padding: 10px 0; }
.qua-team-social li {
	background-color: #ffffff;
	border: 2px solid #ffffff;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    height: 33px;
    margin-right: 5px;
    width: 33px;
    text-align: center;
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    -ms-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    padding: 1px;
	cursor: pointer;
	margin-bottom:5px;
}
.qua-team-social li.facebook:hover { background-color: #4c66a4; }
.qua-team-social li.linkedin:hover { background-color: #017eb4; }
.qua-team-social li.twitter:hover { background-color: #15b4c9; }
.qua-team-social li.youtube:hover { background-color: #C1181D; }
.qua-team-social li.googleplus:hover { background-color: #DD4B39; }
.qua-team-social li > a > i { color: #1b1d21; font-size: 15px; transition: color 0.5s ease-in-out 0s; line-height: 2; }
.qua-team-social li:hover  > a > i { color: #ffffff; font-size: 15px; transition: color 0.5s ease-in-out 0s; line-height: 2; }
.qua-team-section-col:hover { background:#ececec; margin: 0 auto 35px; }
.qua-team-section-col:hover .qua-team-name { color:#1b1d21; }
.qua-team-section-col:hover .qua-team-detail { color:#555555; }

/***** Blog page *****************************************************************
***************************************************************************************/
.qua_blog_wrapper { margin-bottom: 90px; }
.qua_blog_section { margin-bottom: 20px; overflow: auto; padding: 0px; float: none; }
.qua_blog_section:last-child { margin-bottom: 0px; background: none; padding: 0px; }
.qua_post_date { border-radius: 0px; display: block; font-family: 'Open Sans';font-weight:600; float: left; height: 70px; margin-right: 2%; margin-left: 0%; width: 70px; padding: 15px; display: none;  }
.qua_post_date span.date { display: block; font-size: 27px; line-height: 22px; padding: 0px 0; }
.qua_post_date span { font-size: 10px; letter-spacing: 1px; line-height: 30px; text-align: center; text-transform: uppercase; }
.qua_post_date h6 { font-size: 14px; font-weight: bold; line-height: 20px; margin: 0px; text-align: center; text-transform: uppercase; }
.qua_post_title_wrapper { float: left; width: 87%; }
.qua_post_title_wrapper h2 { 
    float: left;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
	word-wrap: break-word;
}
.qua_post_title_wrapper h2 a { color:#121212; transition: all 0.3s ease 0s; text-decoration:none; }
.qua_post_detail { font-family: 'Open Sans';font-weight:600; margin: 0 0 15px; padding: 0; width: 100%; text-transform: uppercase; display:none; }
.qua_post_detail a { color:#676767; font-size: 13px; padding: 5px 20px 5px 0; transition: all 0.3s ease 0s; display: inline-block; }
.qua_post_detail a > i { color: #cccccc; margin-right: 10px; font-size: 16px; }
.qua_tags { display: inline-block; margin: 0 10px 5px 0px; }
.qua_tags i { color:#cccccc; margin-right: 5px; font-size: 16px; }
.qua_tags a { font-size: 13px; padding: 5px 5px 5px 0; transition: all 0.3s ease 0s; }
.qua_blog_post_img { float: left; margin-top: 0px; margin-bottom: 20px; width: 100%; }
.qua_blog_post_content { border-top:1px solid #e9e9e9; float: left; margin-bottom: 10px; width: 100%; padding-top:20px; }
.qua_blog_post_content pre { white-space: pre-wrap; }
.qua_blog_post_content p { color:#6a6a6a; font-family: 'Open Sans';font-weight:400; font-size: 15px; line-height: 27px; margin: 0 0 20px; word-wrap: break-word; }
.blog-btn-col { display: block; margin: 0 0 20px; }
a.qua_blog_btn {
	color: #ffffff;
	border-radius: 3px;
    display: inline-block;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    padding: 7px 15px;
    text-align: right;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
a.qua_blog_btn { background-color: transparent; transition: all 0.4s ease 0s; }
.more-link { color: #ffffff; }
a.qua_blog_btn:hover, .more-link:hover  , .more-link:focus ,
a.qua_blog_btn:focus { text-decoration: none; transition: all 0.4s ease 0s; color: #ffffff; }
a.qua_blog_btn i { padding-left: 10px; }
.qua_blog_pagination { background-color: #FFFFFF; margin-bottom: 0px; overflow: auto; padding: 0 0 0px; float: none; }
.qua_blog_pagi { margin: 0px 0 0px; overflow: hidden; padding: 4px 0; }
.qua_blog_pagi a {
	border: 2px solid #cccccc ;
	background-color: #ffffff;
	color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 3px 10px 0;
    padding: 9px 16px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.qua_blog_pagi a:hover, .qua_blog_pagi a.active { background-color: #ffffff; }
.qua_post_date { color:#ffffff; margin-bottom: 20px; }

/***** Blog page with sidebar *****************************************************************
***************************************************************************************/
.qua_sidebar_widget, .widget { border:2px solid #e9e9e9; margin-bottom: 30px; margin-top: 0; overflow: hidden; padding: 20px 20px 15px 20px; }
.qua_sidebar_widget h3 { display: block; font-family: 'Open Sans';font-weight:400; font-size: 16px; line-height: 22px; margin-bottom: 5px; margin-top: 0px; word-wrap: break-word; }
.qua_sidebar_widget_title { margin-bottom:10px; }
.qua_sidebar_widget_title h2, .widgettitle { font-size:20px; margin: 0 0 25px; word-wrap: break-word; font-family: 'Open Sans';
font-weight:600; }
.qua_sidebar_widget_title h2 , h2.widgettitle { color: #121212; }
.widgettitle { width:35%; padding-bottom:2%; }
.qua_sidebar_widget address > p > i { margin-right: 10px; }
/*** tag widget **/
.qua_widget_tags, .tagcloud { margin: 0px 0 10px; overflow: hidden; padding: 0; }
.qua_widget_tags a, .tagcloud a{
	border: 1px solid #dbdbdb ;
	background-color: #ffffff;
	color: #6a6a6a;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 10px 0;
	padding: 6px 12px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}
.qua_widget_tags a:hover, .tagcloud a:hover { border: 1px solid #f0584b; background-color: #f0584b; color: #ffffff; }
.qua_media_sidebar { border-bottom: 1px solid #e9e9e9; margin: 0px 0px 20px !important; padding-bottom: 20px; }
.qua_media_sidebar span { color:#6a6a6a; margin-right:8px; font-size:12px; text-transform: uppercase; }
.qua_media_sidebar span i { color:#cccccc; margin-right:7px; font-size:14px; }
.qua_media_sidebar span a { color:#6a6a6a; font-size:12px; text-transform: uppercase; }
.qua_media_sidebar:last-child { border-bottom: none; margin: 0px !important; }
.qua_sidebar_link p, .widget ul li, .qua_sidebar_widget ul li { 
	border-bottom: 1px solid #dedede;
	display: block;
	font-family: 'Open Sans';
	font-weight:400;
	font-size: 15px;
	line-height: 20px;
	transition: all 0.4s ease 0s;
	padding-bottom: 9px;
	padding-top: 9px;
	word-wrap: break-word;
}
.qua_sidebar_link p a, .widget ul li a, .qua_sidebar_widget ul li a { transition: all 0.2s ease 0s; color:#6a6a6a; }
.qua_sidebar_link p:last-child, .widget ul li:last-child, .qua_sidebar_widget ul li:last-child { border-bottom:none; }
.qua_sidebar_link p span { 
	background:#3c3c3c;
	color:#ffffff;
	float:right;
	width:25px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	padding: 4px 0 5px;
	transition: all 0.4s ease 0s;
}
.qua_sidebar_link p:hover span { background:#f0584b; }
.qua_sidebar_link p a { transition: all 0.4s ease 0s; font-size:16px; line-height: 20px; }
.qua_sidebar_link p a i { margin-right:5px; }
.qua_sidebar_flicker { margin-bottom:15px; overflow: hidden; text-align:center; padding-top:0px; }
.qua_sidebar_flicker span { 
	width:18%;
	margin-bottom:5px;
	float: left;
	margin-right:5px;
	transition: all 200ms ease-out; /*safari and chrome */
	-webkit-transition: all 200ms ease-out; /*safari and chrome */
}
.qua_sidebar_flicker span a img { width:100%; }
.qua_sidebar_flicker span:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}
.qua_sidebar_tweeter_link{
	border-bottom:1px solid #E9E9E9;
	margin-bottom:15px;
	width:100%;
	padding:0;
	overflow:hidden;
}
.qua_sidebar_tweeter_link:last-child { border-bottom:0px; }
.qua_sidebar_tweeter_link h3 i{
	background:#f0584b;
	color:#ffffff;
	width:30px;
	height:30px;
	border-radius:100%;
	margin-right:10px;
	padding:0;
	text-align:center;
}
.qua_sidebar_tweeter_link h3 i { font-size:20px; line-height:30px; }
.qua_sidebar_tweeter_link h3 a { color:#555555; font-size:16px; font-weight:bold; }
.tweet_info { color:#6a6a6a; font-size:15px; line-height: 22px; }
.tweet_info a { color:#f0584b; font-weight:bold; }
.tweet_date { color:#000; margin: 0 0 10px; }

/***** Blog Detail page *****************************************************************
***************************************************************************************/
.qua_blog_detail_section { margin-bottom: 20px; overflow: auto; padding: 0 0 15px; float: none; }
.qua_comment_section { overflow: auto; padding: 0 0 15px; margin: 0px 0px 0px 0px; float: none; }
.qua_comment_title { display: block; margin: 0 0 5px; }
.qua_comment_title h3 {
	color: #121212;
	border-bottom: 1px solid #E9E9E9;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 -2px;
    padding-bottom: 11px;
    padding-right: 10px;
}
.qua_comment_title h3 > i { color:#ccc; font-size: 34px; }
.qua_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: 50%; margin: 0 0 20px; }
.qua_comment_detail { border: 2px solid #f3f3f3; margin-left: 0px; padding: 20px; }
.qua_comment_detail_title { font-family: 'Open Sans';font-weight:600; font-size: 18px; line-height: 20px; margin: 0px 0 5px; }
.qua_comment_detail p { color:#6a6a6a; font-family: 'Open Sans';font-weight:400; font-size: 15px; line-height: 25px; margin: 0 0 20px; }
.qua_comment_date { color:#b3b3b3; padding-bottom:5px; margin-bottom: 10px; line-height: 20px; font-size: 14px; display:block; font-family: 'Open Sans'; font-weight:600; }
.reply { font-family: 'Open Sans'; font-weight:600; font-size: 16px; text-align: right; }
.reply a { font-size: 16px; line-height: 22px; }
.reply a > i { font-size: 16px; position: relative; padding-right: 5px; top: 2px; }
.blog_single_post_content p { font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 22px; }
.qua_form_group { margin-bottom: 20px; }
.qua_comment_form_section { margin-bottom: 60px; overflow: auto; padding: 0 0 15px; margin: 20px 0 45px; float: none; }
.qua_comment_form_section h2 { 
	color: #121212;
	border-bottom: 1px solid #E0E0E0;
	font-family: 'Open Sans'; 
	font-weight:400;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
.qua_comment_form_section h2 > i { color:#ccc; font-size: 32px; position: relative; top: 5px; }
.qua_comment_form_section label { font-family: 'Open Sans'; font-weight:400; font-size: 14px; line-height: 20px; margin: 0 0 11px; }
.qua_con_input_control {
	background-color: #FFFFFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    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: 100%;
}
.qua_con_textarea_control {
	background-color: #FFFFFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    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: 100%;
}
.qua_con_input_control:focus, .qua_con_textarea_control:focus { outline: 0; }
.qua_con_input_control { background-image: none; }
.qua_con_textarea_control { background-image: none; }
.qua_send_button, #qua_send_button {
	color: #ffffff;
	font-family: 'Open Sans'; 
	font-weight:600;
	display: inline-block;
	padding: 15px 40px;
	margin-bottom: 0;
	font-size: 18px;
	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: 6px;
}
.qua_send_button:hover , #qua_send_button:hover { background-color: #ffffff; color: #6a6a6a; }

/***** Contact page *****************************************************************
***************************************************************************************/
.qua_contact_area { background-color: #ffffff; width: 100%; }
.qua_contact_area address { color: #6a6a6a; text-align: center; }
.qua_contact_area address p { font-family: 'Open Sans'; font-weight:600; font-size: 15px; line-height: 22px; }
.qua_contact_area address > p > a { color: #6a6a6a; }
.qua_contact_area address > p > i { color: #3b3b3b; margin-right: 10px; font-size: 22px; }
.qua_google_map { margin-top: 20px; margin-bottom: 50px; }
.contact-form-section { margin-bottom: 70px; }
.contact-form-section h2 {
	border-bottom: 1px solid #E0E0E0;
    color: #121212;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.qua_contact_group { margin-bottom: 25px; }
.qua_contact_form_section label { font-family: 'Open Sans'; font-weight:400; font-size: 14px; line-height: 20px; margin: 0 0 11px; }
.qua_contact_input_control {
	background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #121212;
    background-image: none;
}
.qua_contact_input_control {
    border-radius: 5px;
    display: block;
    font-size: 15px;
    height: 50px;
    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: 100%;
}
.qua_contact_textarea_control {
	background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #121212;
    background-image: none;
}
.qua_contact_textarea_control {
    border-radius: 5px;
    display: block;
    font-size: 15px;
    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: 100%;
}
.qua_contact_btn {
    border: 1px solid rgba(0, 0, 0, 0);
	color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans'; 
	font-weight:600;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 12px 40px;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.qua_contact_btn:hover { background-color: #ffffff; color: #6a6a6a; }

/***** Typography page *****************************************************************
***************************************************************************************/
.qua_blockquote_section,  .hc_icon_para_section { float: none; margin-bottom: 60px; overflow: auto; padding: 0; }
.qua_list_section { float: none; overflow: auto; padding: 0; }
.qua_head_title { margin-bottom: 10px; }
.qua_head_title h2 { color: #121212; font-family: 'Open Sans'; font-weight:400; font-size: 24px; margin: 0 0 25px; }
.qua_heading_section h1 { font-size: 46px; line-height: 54px; }
.qua_heading_section h2 { font-size: 40px; line-height: 48px; }
.qua_heading_section h3 { font-size: 34px; line-height: 42px; }
.qua_heading_section h4 { font-size: 28px; line-height: 36px; }
.qua_heading_section h5 { font-size: 22px; line-height: 30px; }
.qua_heading_section h6 { font-size: 16px; line-height: 24px; }
.qua_heading_section h1, .qua_heading_section h2, .qua_heading_section h3, 
.qua_heading_section h4, .qua_heading_section h5, .qua_heading_section h6 { color: #121212; }
.qua_heading_section h1, .qua_heading_section h2, .qua_heading_section h3, 
.qua_heading_section h4, .qua_heading_section h5, .qua_heading_section h6 { font-family: 'Open Sans'; font-weight:400; margin: 0 0 20px; }
.qua_heading_section p { color: #6A6A6A; font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 22px; margin-bottom: 25px; }
.qua_heading_section p:last-child { margin-bottom: 0px; }
/*Blockquote*/
.qua_blockquote_section blockquote { margin: 0 0 28px; padding: 15px 20px; width: auto; }
.qua_blockquote_section blockquote, blockquote { background-color: #F6F5F5; }
.qua_blockquote_section blockquote > span { color: #777777; font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 22px; margin-bottom: 0; }
.qua_blockquote_section blockquote > small { color: #121212; display: block; font-family: 'Open Sans'; font-weight:700; font-style:italic;font-size: 14px; line-height: 20px; margin-top: 5px; }
.blockquote_sytle2 { background-color: #FFFFFF !important; border: 0 none !important; margin: 0 !important; padding: 15px 20px 15px 0 !important; width: auto; }
.blockquote_sytle2 span { display: block; padding: 15px 15px 5px 35px; }
.blockquote_sytle2 span { background: url("./images/blockquote_img.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0); }
.blockquote_sytle2 small { padding: 0 15px 5px 35px; }

/*Icon Paragraph*/
.qua_para_icons { color: #6a6a6a; font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 22px; margin: 0 0 20px; }
.qua_para_icons i { color: #121212; font-size: 16px; margin-right: 5px; }

/*Table Styles*/
.table { color: #777777; font-family: 'Open Sans'; font-weight:400; font-size: 14px; margin-bottom: 0 !important; }
blockquote { }
code { color:  #FA504B; }

/*Scroll Up BTN*/
.qua_scrollup {
    background: none repeat scroll 0 0 #3B3B3B;
    border-radius: 5px;
    bottom: 100px;
    color: #FAFAFA;
    display: none;
    font-size: 28px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
.qua_scrollup i { font-size: 24px; line-height: 38px; }

/***** 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*/
.qua_blog_post_content .alignnone, .wp-caption img { display: block; height: auto; max-width: 100%; }
.qua_blog_post_content .alignnone,
.qua_blog_post_content .alignright,
.qua_blog_post_content .alignleft { padding-top:20px; }
.qua_blog_post_content ul li{list-style:disc outside none;list-style-position: inside;}
.qua_blog_post_content ol li{list-style:decimal outside none;list-style-position: inside;}
.qua_blog_post_content ol li, .qua_blog_post_content ul li { font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 25px; word-wrap: break-word; }
/*Table CSS*/
table {	
	border-collapse: separate;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	font-family: 'Open Sans'; 
	font-weight:400;
}
table td { border: 1px solid #dddddd; padding: 8px; line-height: 20px; text-align: center; vertical-align: top; color: #6a6a6a; }
table th { border: 1px solid #dddddd; padding: 8px; line-height: 20px; text-align: center; vertical-align: top; }
address { font-family: 'Open Sans'; font-weight:400; font-size: 15px; line-height: 27px; margin: 0 0 20px; word-wrap: break-word; color: #6a6a6a; }
/******* 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 */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image { max-width: 100%; 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. */
.wp-caption { max-width: 100%; }
/*Css For diff html formats 
.qua_blog_post_content h2,.qua_blog_post_content h2,.qua_blog_post_content h2{	font-size:26px;line-height:30px;}
.qua_blog_post_content  h1,.qua_blog_post_content h1,.qua_blog_post_content h1{	font-size:28px;line-height:30px;}
.qua_blog_post_content  h3,.qua_blog_post_content h3,.qua_blog_post_content h3{	font-size:24px;line-height:30px;}
.qua_blog_post_content  h4,.qua_blog_post_content h4,.qua_blog_post_content h4{	font-size:22px;line-height:30px;}
.qua_blog_post_content  h5,.qua_blog_post_content h5{	font-size:21px;line-height:30px;}
.qua_blog_post_content  h6,.qua_blog_post_content h6,.qua_blog_post_content h6{	font-size:20px;line-height:30px;}

*/
.qua_blog_post_content  ul  li,.qua_blog_post_content ul  li{ list-style:disc outside none;list-style-position: outside; color: #6a6a6a; }
.qua_blog_post_content  ol  li,.qua_blog_post_content ol  li{ list-style:decimal outside none;list-style-position: inside; color: #6a6a6a; }
.qua_blog_post_content cite,.qua_blog_post_content cite{font-style: italic;}
.qua_blog_post_content h1,.qua_blog_post_content h2,.qua_blog_post_content h3,.qua_blog_post_content h4,.qua_blog_post_content h5,.qua_blog_post_content h6{font-family: 'Open Sans'; font-weight:400;}
.widget ul , .qua_sidebar_widget ul {list-style:none; padding-left:0;}
.widget ul li:before , .qua_sidebar_widget ul li:before {
font-family: 'FontAwesome';
content: '\f105';
margin-right: 9px;
color: hsl(0, 0%, 42%);
}
.qua_sidebar_widget .textwidget {
font-family: 'Open Sans'; 
font-weight:400;
font-size: 15px;
line-height: 25px;
margin-bottom: 5px;
margin-top: 0px;
word-wrap: break-word;
color: #6a6a6a;
}
.qua_footer_widget_column .textwidget {
font-family: 'Open Sans'; 
font-weight:400;
font-size: 14px;
line-height: 22px;
margin-bottom: 5px;
margin-top: 0px;
word-wrap: break-word;
color:#F5F5F5;
}
/*
.menu li, li .sub-menu {border-bottom: none !important;}
*/
.qua_footer_widget_column ul {padding-left:0; list-style:none; }
.qua_footer_widget_column ul li a { color: #F5F5F5; }
.qua_sidebar_widget #searchsubmit, .qua_footer_widget_column #searchsubmit {
	color: #ffffff;
}

/*******************************************/
.qua_footer_widget_column #wp-calendar,.qua_sidebar_widget #wp-calendar{ width: 100%; }
.qua_sidebar_widget #wp-calendar caption { font-family: 'Open Sans'; font-weight:700; font-size: 14px; color: #121212; padding: 0px 0px 7px; }
.qua_footer_widget_column table#wp-calendar caption{
	font-family: 'Open Sans';
	font-weight:400;
	font-size: 14px;
	color: hsl(0, 100%, 100%);
	padding: 0px 0px 7px;
	letter-spacing: 0.5px;
}
.qua_sidebar #wp-calendar thead tr th { border: 1px solid #F5F5F5; padding: 0px; color: #777777; font-family: 'Open Sans'; font-weight:700; font-size: 14px; text-align:center; }
.qua_footer_widget_column table#wp-calendar thead tr th  {
	border: 1px solid #F5F5F5;
	padding: 7px;
	color: #CCCCCC;
	font-family: 'Open Sans'; 
	font-weight:700;
	font-size: 14px;
	text-align:center;
}
.qua_footer_widget_column table#wp-calendar tbody tr td  { padding: 7px; }
.qua_sidebar #wp-calendar tbody tr td {
	padding: 0px 5px 0px 7px;
	color: #F5F5F5;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 13px;
	line-height: 20px;
	text-align:center;
}
.qua_footer_widget_column #wp-calendar tbody tr td{
	padding: 0px 5px 0px 7px;
	color: #F5F5F5;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 13px;
	line-height: 20px;
	text-align:center;
}
.qua_footer_widget_column #wp-calendar tbody tr td a, .qua_sidebar_widget #wp-calendar tbody tr td a {
	padding: 0px 5px 0px 7px;
	/* color: #F5F5F5; */
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 13px;
	line-height: 20px;
}
.qua_footer_widget_column li.recentcomments { color: #F5F5F5; }
.qua_sidebar_widget li.recentcomments { color: #6a6a6a; }
/*Search Widget Style*/
.qua_sidebar_widget .searchform div > label, .qua_searching .searchform div > label { 
    color: #3B3B3B;
    display: block;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}
.qua_sidebar_widget .searchform div > input {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.qua_sidebar_widget #searchsubmit , .qua_searching #searchsubmit{
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.qua_sidebar_widget #searchsubmit { color: #FFFFFF; }
.qua_sidebar_widget .searchform div > input, .qua_searching .searchform div > input{
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.qua_footer_widget_column .searchform div > label { color: #CCCCCC; display: block; font-family: 'Open Sans';font-weight:600; font-size: 24px; font-weight: normal; line-height: 30px; }
.qua_footer_widget_column .searchform div > input {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.qua_footer_widget_column #searchsubmit {
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
	margin-top: 10px;
    padding: 10px 12px;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.qua_footer_widget_column .searchform div > input {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.quality_search_heead { font-family: 'Open Sans';font-weight:300; font-size: 36px; font-weight: normal; line-height: 40px; margin: 0 0 35px; word-wrap: break-word; }
.search_res p { font-family: 'Open Sans';font-weight:300; font-size: 20px; font-weight: normal; line-height: 27px; margin: 0 0 15px; word-wrap: break-word; }

/* Shortcode Page Css ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qua_button_section { background-color: #FFFFFF; margin-bottom: 60px; overflow: auto; padding: 0 0 0px; float: none; }
.qua_button_section p { margin: 0px; }

/*Buttons Styles*/
.qua_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: 'Open Sans';
  font-weight:400;
}
.qua_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: 'Open Sans';
  font-weight:400;
}
.qua_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: 'Open Sans';
  font-weight:400;
}
a:hover, a:focus { text-decoration: none !important; }
.qua_blog_post_content p a.qua_btn_blue:hover, .qua_blog_post_content p a.qua_btn_green:hover, 
.qua_blog_post_content p a.qua_btn_black:hover, .qua_blog_post_content p a.qua_btn_red:hover,
.qua_blog_post_content p a.qua_btn_orange:hover, .qua_blog_post_content p a.qua_btn_pink:hover,
.qua_blog_post_content p a.qua_btn_purple:hover { color:#fff; }
.qua_blog_post_content p a.qua_btn_white:hover, .qua_blog_post_content p a.qua_btn_golden:hover { color:#000; }
.qua_btn_white { background-color: #ffffff; border: 1px solid #ebebeb; color: #1a1a1a; }
.qua_btn_pink { background-color: #F22853; text-shadow: 1px 1px 1px #3b3b3b; color: #ffffff; }
.qua_btn_blue { background-color: #0482bf; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_purple { background-color: #800080; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_orange { background-color: #ff8300; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_black { background-color: #000000; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_red { background-color: #db2723; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_green { background-color: #2e9b05; color: #ffffff; text-shadow: 1px 1px 1px #3b3b3b; }
.qua_btn_golden { background-color: #ffcc00; color: #1a1a1a; }
/*Dropcaps Styles*/
.qua_dropcap_section { background-color: #FFFFFF; margin-bottom: 10px; overflow: auto; padding: 0 0 15px; float: none; }
.qua_dropcape_square, .qua_dropcape_simple,
.qua_dropcape_circle { color: #777777;  font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; margin-bottom: 40px; margin-top: 0; }
.qua_dropcape_square span {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Open Sans';
    font-weight:700;
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 13px;
    text-align: center;
    width: 45px;
}
.qua_dropcape_simple span {
	color: #3b3b3b;
    display: block;
    float: left;
    font-family: 'Open Sans';
	font-weight:700;
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 7px;
    text-align: center;
    width: 45px;
}
.qua_dropcape_circle span {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Open Sans';
	font-weight:700;
    font-size: 45px;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    padding-top: 13px;
    text-align: center;
    width: 50px;
	border-radius: 50%;
}
/*Tooltips Styles*/
.qua_tooltip_section { background-color: #FFFFFF; /* margin-bottom: 40px;*/ overflow: auto; padding: 0 0 15px; float: none; }
.qua_tooltip { color: #777777; font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; margin: 0 0 20px; }
/*Alert Styles*/
.qua_alert_section { background-color: #FFFFFF; margin-bottom: 60px; overflow: auto; padding: 0 0 15px; float: none; }
.qua_alert_error {
	background-color: #fce2e3;
    border: 1px solid #FAC2C4;
    color: #E54034;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.qua_alert_error .close { color: #E54034; line-height: 20px; opacity: 1; position: relative; right: -21px; top: -2px; }
button.close { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; cursor: pointer; padding: 0; }
.qua_alert_warning {
	background-color: #FDF4BD;
    border: 1px solid #FED223;
    color: #927E03;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.qua_alert_warning .close { color: #927E03; line-height: 20px; opacity: 1; position: relative; right: -21px; top: -2px; }
.qua_alert_success {
	background-color: #E5EEC0;
    border: 1px solid #C4D67E;
    color: #576C01;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: 'Open Sans'; 
	font-weight:400;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.qua_alert_success .close { color: #576C01; line-height: 20px; opacity: 1; position: relative; right: -21px; top: -2px; }
.qua_alert_info {
	background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    color: #04567d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 35px 10px 14px;
}
.qua_alert_info .close { color: #04567D; line-height: 20px; opacity: 1; position: relative; right: -21px; top: -2px; }
/*Accordion & Tabs Styles*/
.qua_accordion_section, .qua_tabs_section { margin-bottom: 60px; }
.qua_shortcode_section { margin-bottom: 60px; }
.qua_short_tabs { display: inline-block; height: auto; margin: 0; padding: 0; position: relative; }
.qua_short_tabs ul { margin: 0; padding: 0; list-style: none outside none; }
.qua_short_tabs li { float: left; margin: 0px 8px 5px 0; list-style: none outside none; }
.qua_short_tabs li a {
	background: #ffffff;
    color: #3b3b3b;
	border:1px solid #e8e8e8;
    display: inline-block;
	font-family: 'Open Sans';
	font-weight:600;
    font-size: 13px;
    text-decoration: none;
	transition: all 0.4s ease;
    padding: 10px 20px;
}
.qua_short_tabs li.active > a, .qua_short_tabs li > a:hover {
	color: #fff;
}
.qua_short_tabs_content{
	border: 1px solid #dddddd;
    color: #777777;
    font-family: 'Open Sans';
	font-weight:400;
    font-size: 14px;
	line-height: 25px;
    margin-bottom: 10px;
    padding: 20px 15px 20px 15px;
}
/*Image with Paragraph*/
.qua_img_para_section { margin-bottom: 60px; }
.image_para_title { color: #555555; font-family: 'Open Sans';font-weight:600; font-size: 16px; line-height: 25px; margin: 0px 0px 10px 0px; }
.image_para_content { color: #555555; font-family: 'Open Sans';font-weight:400; 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; }

/*Accordion & Tabs Styles*/
.qua_accordion_section, .qua_tabs_section { margin-bottom: 60px; }
.qua_shortcode_section { margin-bottom: 60px; }
.qua_short_tabs { display: inline-block; height: auto; margin: 0; padding: 0; position: relative; }
.qua_short_tabs ul { margin: 0; padding: 0; list-style: none outside none; }
.qua_short_tabs li { float: left; margin: 0px 8px 5px 0; list-style: none outside none; }
.qua_short_tabs li a { display: inline-block; font-family: 'Open Sans';font-weight:600; font-size: 13px; text-decoration: none; transition: all 0.4s ease; padding: 10px 20px; }
.qua_short_tabs_content { font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; margin-bottom: 10px; padding: 20px 15px 20px 15px; }
/*Image with Paragraph*/
.qua_img_para_section { margin-bottom: 60px; }
.image_para_title { font-family: 'Open Sans';font-weight:600; font-size: 16px; line-height: 25px; margin: 0px 0px 10px 0px; }
.image_para_content { font-family: 'Open Sans';font-weight:400; 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; }

/* Column Page Css -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hc_heading_section { margin-bottom: 60px; overflow: auto; padding: 0 0 0px; float: none; }
.column_box { margin-bottom: 55px; }
.column_box p { font-family: 'Open Sans';font-weight:400; font-size: 14px; line-height: 25px; margin: 0 0 5px; color: #777777; }

/*Head Title*/
.qua_title_head { /* min-height: 80px; padding-top: 15px; */  }
.qua_searching p { font-family: 'Open Sans';font-weight:400; font-size: 20px; line-height: 30px; margin: 8px 0 33px; word-wrap: break-word; }

/*Added additional css by shahid 24-2-15------------------------------------------------------------------------*/
.qua_footer_widget_column .qua_media_sidebar h3 { 
	display: block;
	font-family: 'Open Sans';
	font-weight:400;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 0px;
	word-wrap: break-word;
}
.qua_footer_widget_column li.recentcomments { padding: 0px 0px 5px; }

/*---------------------Theme Unit Data Testing by shahid-----July 9, 2015--------------------*/
.qua_blog_section dt, .qua_blog_section dd { font-family: 'Open Sans';font-weight:400; font-size: 15px; line-height: 27px; color: #6a6a6a; }
.qua_blog_section dl > dd { line-height: 27px; margin-bottom: 5px; margin-left: 10px; }
p.wp-caption-text { font-size: 13px; margin-bottom: 0; padding: 5px 0; text-align: center; }
/*Added additional css by shahid 24-2-15------------------------------------------------------------------------*/
.qua_footer_widget_column .qua_media_sidebar span, 
.qua_footer_widget_column .qua_media_sidebar span > a { color: hsl(0, 0%, 96%); }
.qua_footer_widget_column .qua_media_sidebar { border-bottom: 1px solid hsl(0, 0%, 42%); }
.contact-img-area{ margin-bottom:25px; }
.contact_content{ margin-bottom:40px; }
.contact_content p { 
    color: #6a6a6a;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 20px;
    word-wrap: break-word;
}

/*Scroll Layout Button*/
.page_scrollup {
    border-radius: 0px;
    bottom: 0px;
	padding: 3px;
    display: none;
    height: 30px;
    opacity: 1;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 40px;
	overflow: hidden;
    z-index: 9999;
}
.page_scrollup:hover { opacity: 1; }
.page_scrollup i { color: #ffffff; font-size: 14px; }

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }