/* html, 
body {
	overflow-x: hidden;
} */

.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu {
	margin-top: -7px;
}

.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li {
	float: left;
	margin-bottom: 0;
	width: 50%;
	padding: 8px 0px;
}

.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a {
	display: unset;
	padding: 0;
	border: none;
}

.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:before {
	content: none;
}

.site-footer .footer-columns .widget_wpc_posts ul li {
	background: rgba(255, 255, 255, 0.03);
}

.site-footer .footer-columns .contact-info-item .contact-text {
	width: 30px;
}

.site-footer .footer-columns .contact-info-item .contact-text i {
	font-size: 16px;
}

.site-footer .footer-columns .contact-info-item .contact-text i.fa-envelope {
	font-size: 12px;
	position: relative;
	top: -3px;
}

.site-footer .footer-columns .contact-info-item .contact-text i.fa-fax {
	font-size: 14px;
	position: relative;
	top: -3px;
}

.site-footer .footer-columns .contact-info-item .contact-value {
	margin-left: 35px;
}

.site-footer .footer-columns .contact-info-box img {
	margin-bottom: 30px;
}

.site-footer .footer-columns ul.hours li {
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
}

.site-footer .footer-columns ul.hours li:first-child {
	border-top: none;
}

.site-footer .footer-columns ul.hours span {
	float: right;
	font-weight: bold;
}

.site-info-wrapper {
	background: #222222;
	border-top: 1px solid #333333;
	padding: 20px 0px;
	font-size: 12px;
}

.site-info-wrapper .site-info .copy_text {
	float: none;
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
}

@media screen and (min-width: 790px) {
	.site-info-wrapper .site-info .copy_text {
		float: left;
		margin-bottom: 0px;
		text-align: left;
	}
}

.site-info-wrapper .site-info .copy_text a {
	text-decoration: none;
}

.site-info-wrapper .site-info .copy_text a:hover {
	text-decoration: underline;
}

.site-info-wrapper .site-info .footer-menu {
	float: none;
	text-align: center;
}

@media screen and (min-width: 790px) {
	.site-info-wrapper .site-info .footer-menu {
		float: right;
		text-align: left;
	}
}

.site-info-wrapper .site-info .footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-info-wrapper .site-info .footer-menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 1;
}

.site-info-wrapper .site-info .footer-menu ul li a {
	float: left;
	margin-left: 15px;
	text-decoration: none;
	font-size: 12px;
}

.site-info-wrapper .site-info .footer-menu ul li a:hover {
	text-decoration: underline;
}

.footer-social {
	float: left;
	padding: 10px 18.5px;
	color: #FFFFFF;
	background: #fab702;
	margin-top: -16px;
	position: relative;
}

.footer-social label {
	font-size: 13px;
	margin-right: 10px;
	color: #222222;
}

.footer-social:after {
	border-right: 9px solid #777777;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -9px;
	position: absolute;
	top: 0;
}

.footer-social a {
	margin-right: 3px;
}

.footer-social a i {
	padding: 0;
	border-radius: 50%;
	font-size: 13px;
	line-height: 1.6em;
	height: 1.8em;
	width: 1.8em;
	text-align: center;
	border: 1px solid #222222;
	color: #222222;
}

.footer-social a i:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

/* Client Logo Grid
------------------------------*/
.client-logo img {
	border: 1px solid #e9e9e9;
}

.client-table img {
	width: 100%;
}

.client-table img:hover {
	opacity: 0.8;
}

/* Back To Top
------------------------------*/
#btt {
	background: none repeat scroll #222222;
	opacity: 0.8;
	border: 1px solid #333333;
	border-radius: 2px;
	bottom: 21px;
	cursor: pointer;
	padding: 8px 15px;
	position: fixed;
	right: 20px;
	z-index: 50;
}

/* Browser Suppport
------------------------------*/
.ie9 .site-header .header-right-wrap, .ie10 .site-header .header-right-wrap, .ie11 .site-header .header-right-wrap {
	float: none;
}

/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
/* Post Entry
------------------------------*/
.entry-title {
	font-size: 25px;
	margin-bottom: 7px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

@media screen and (min-width: 790px) {
	.entry-title {
		font-size: 28px;
	}
}

.entry-title a:hover {
	text-decoration: underline;
}

.single .entry-title {
	font-size: 32px;
}

.post-thumbnail img {
	margin: 0 0 30px 0;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Entry Content
------------------------------*/
.entry-content cite {
	display: block;
	margin-top: 10px;
}

.entry-content cite:before {
	content: "- ";
}

.entry-content blockquote {
	padding: 20px 80px 20px 28px;
	position: relative;
	background: #f8f9f9;
	border-left: 3px solid #fab702;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0px;
	font-size: 16px;
}

.entry-content ul, .entry-content ol {
	margin-left: 20px;
}

.entry-content a {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
	max-width: 100%;
	font-style: italic;
	line-height: 1.35;
	margin-bottom: 30px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 98%;
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
	font-style: italic;
	line-height: 1.35;
	font-size: 13px;
}

.alignleft,
.entry-thumbnail.thumbnail {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 50px;
}

.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}

.gallery-caption {
	font-family: inherit;
}

.bypostauthor {
	margin: 0;
}

/* WordPress Gallery
------------------------------*/
.gallery {
	margin-right: -20px;
	margin-bottom: 20px;
}

.gallery .gallery-item {
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.gallery .gallery-item .gallery-icon {
	margin-bottom: 0px;
}

.gallery .gallery-item .gallery-icon:hover {
	opacity: 0.7;
}

.gallery .gallery-item img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.single-post .gallery.gallery-columns-4,
.single-post .gallery.gallery-columns-5,
.single-post .gallery.gallery-columns-6,
.single-post .gallery.gallery-columns-7,
.single-post .gallery.gallery-columns-8,
.single-post .gallery.gallery-columns-9, .blog .gallery.gallery-columns-4,
.blog .gallery.gallery-columns-5,
.blog .gallery.gallery-columns-6,
.blog .gallery.gallery-columns-7,
.blog .gallery.gallery-columns-8,
.blog .gallery.gallery-columns-9 {
	margin-right: -10px;
	margin-bottom: 20px;
}

.single-post .gallery.gallery-columns-4 .gallery-item,
.single-post .gallery.gallery-columns-5 .gallery-item,
.single-post .gallery.gallery-columns-6 .gallery-item,
.single-post .gallery.gallery-columns-7 .gallery-item,
.single-post .gallery.gallery-columns-8 .gallery-item,
.single-post .gallery.gallery-columns-9 .gallery-item, .blog .gallery.gallery-columns-4 .gallery-item,
.blog .gallery.gallery-columns-5 .gallery-item,
.blog .gallery.gallery-columns-6 .gallery-item,
.blog .gallery.gallery-columns-7 .gallery-item,
.blog .gallery.gallery-columns-8 .gallery-item,
.blog .gallery.gallery-columns-9 .gallery-item {
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.single-post .gallery.gallery-columns-4 .gallery-item .gallery-icon,
.single-post .gallery.gallery-columns-5 .gallery-item .gallery-icon,
.single-post .gallery.gallery-columns-6 .gallery-item .gallery-icon,
.single-post .gallery.gallery-columns-7 .gallery-item .gallery-icon,
.single-post .gallery.gallery-columns-8 .gallery-item .gallery-icon,
.single-post .gallery.gallery-columns-9 .gallery-item .gallery-icon, .blog .gallery.gallery-columns-4 .gallery-item .gallery-icon,
.blog .gallery.gallery-columns-5 .gallery-item .gallery-icon,
.blog .gallery.gallery-columns-6 .gallery-item .gallery-icon,
.blog .gallery.gallery-columns-7 .gallery-item .gallery-icon,
.blog .gallery.gallery-columns-8 .gallery-item .gallery-icon,
.blog .gallery.gallery-columns-9 .gallery-item .gallery-icon {
	margin-bottom: 0px;
}

/* Entry meta
------------------------------*/
.entry-meta {
	display: inline-block;
	margin-bottom: 15px;
}

.entry-meta a, .entry-meta span {
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #777777;
}

.entry-meta span.sep {
	margin: 0px 12.5px;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-meta .sticky-label {
	margin: 0px 0px 0px 12.5px;
	padding: 3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8f9f9;
	color: #FFFFFF;
}

.entry-meta i.fa {
	margin-right: 3px;
}

.single .entry-meta {
	margin-bottom: 30px;
}

/* Entry author
------------------------------*/
.entry-author {
	background: #f8f9f9;
	padding: 25px;
	margin: 40px 0px 40px;
}

.entry-author .entry-author-avatar {
	float: left;
	padding-right: 25px;
}

.entry-author .entry-author-avatar img {
	max-width: 85px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 4px;
}

.entry-author .entry-author-byline {
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 13px;
	margin-bottom: 6.66667px;
}

.entry-author .entry-author-byline a {
	text-decoration: none;
}

.entry-author .entry-author-bio {
	padding-left: 85px;
}

/* Entry Footer
------------------------------*/
.entry-footer i.fa {
	float: left;
	color: #999999;
	margin: 6px 6px 0 0;
}

.entry-footer .post-categories, .entry-footer .post-tags {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
}

.entry-footer .post-categories li, .entry-footer .post-tags li {
	display: inline;
	margin: 0px;
}

.entry-footer .post-categories li a, .entry-footer .post-tags li a {
	color: #777777;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}

.entry-footer .post-categories li a:hover, .entry-footer .post-tags li a:hover {
	color: #fab702;
}

.entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
	content: ", ";
	color: #aaaaaa;
}

.entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
	content: none;
}

/* Comments
------------------------------*/
#comments .comments-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#comments .comment-list {
	list-style: none;
	padding-left: 0px;
}

#comments .comment-list .pingback {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	margin: 0;
}

#comments .comment-list .pingback p {
	margin: 0px;
}

#comments .comment-list .pingback:last-child {
	margin-bottom: 40px;
}

#comments .comment {
	list-style: none;
	margin: 30px 0;
}

#comments .comment .avatar {
	width: 60px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comments .comment .comment-wrapper {
	margin-left: 90px;
	padding: 25px 30px 15px 30px;
	background: #f8f9f9;
	position: relative;
}

#comments .comment .comment-wrapper:before {
	border-color: transparent #f6f7f9 transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	top: 0;
	width: 0;
}

#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 11px;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
	color: #fab702;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
	content: "/";
	padding: 0px 5px;
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
	content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
}

#comments .comment .comment-wrapper .comment-meta cite span {
	padding: 3px 10px;
	background: #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}

#comments .comment .comment-wrapper a {
	text-decoration: none;
}

#comments .comment .children {
	padding-left: 30px;
}

#comments .comment .children .children {
	padding-left: 30px;
}

#comments .comment .children .children .children {
	padding-left: 0px;
}

@media screen and (min-width: 790px) {
	#comments .comment .children {
		padding-left: 90px;
	}
	#comments .comment .children .children {
		padding-left: 90px;
	}
	#comments .comment .children .children .children {
		padding-left: 90px;
	}
}

#comments .form-allowed-tags {
	display: none;
}

#comments a {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
	width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
	padding-top: 20px;
}

#respond .comment-form label {
	display: block;
	margin-bottom: 4px;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond .form-allowed-tags code {
	background: none;
}

#respond .comment-reply-title {
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#respond .comment-notes {
	display: none;
}

#respond label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.full-screen .comments-area {
	max-width: 1130px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/* Page Related
------------------------------*/
.page-title-wrap {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	padding: 40px 0px;
	background: #f8f9f9;
}

.page-title-wrap h1 {
	font-weight: bold;
	text-transform: uppercase;
}

.page-title-wrap * {
	margin-bottom: 0px;
}

.page-title-wrap a.btn {
	margin-right: 0px;
}

@media screen and (max-width: 790px) {
	.page-title-has-button {
		text-align: center;
	}
	.page-title-has-button .left, .page-title-has-button .right {
		float: none;
		text-align: center;
	}
	.page-title-has-button .page-entry-title.left {
		float: none;
		display: block;
		margin-bottom: 30px;
	}
}

.medium-heading-inverted {
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.large-heading-inverted {
	margin-left: -2px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Pages Header
------------------------------*/
.page-header-wrap {
	position: relative;
	padding: 60px 0px;
	color: #CCCCCC;
	border-bottom: 1px solid #e9e9e9;
}

.page-header-wrap h1 {
	font-weight: bold;
	color: #FFFFFF;
	margin: -5px 0px 2px -2px;
	letter-spacing: -0.7px;
	font-size: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0;
}

@media screen and (min-width: 790px) {
	.page-header-wrap h1 {
		font-size: 45px;
	}
}

.page-header-wrap .page-subtitle {
	font-size: 17px;
	display: inline-block;
	font-weight: 300;
}

.page-header-wrap .container {
	z-index: 10;
}

.page-header-wrap .wpc_parallax_bg {
	background-size: cover;
}

/* 404 - Not Found
------------------------------*/
.error404 .site-header, .error404 .site-footer, .error404 .footer-connect, .error404 .site-topbar {
	display: none;
}

.error404, .error404 .site-content {
	background: #f1f1f1;
	width: 100%;
	height: 100%;
}

.error-page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 100%;
	position: fixed;
	left: 0;
}

.error-box-wrap {
	height: auto;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 500px) {
	.error-box-wrap {
		width: 60%;
	}
}

@media screen and (min-width: 790px) {
	.error-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 1100px) {
	.error-box-wrap {
		width: 40%;
	}
}

.heading-404 {
	font-size: 80px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-weight: 900;
	color: #fab702;
	letter-spacing: 2px;
}

.heading-404 i {
	margin-right: 20px;
}

@media screen and (min-width: 790px) {
	.heading-404 {
		letter-spacing: 20px;
		font-size: 120px;
	}
}

.error-box {
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	overflow: hidden;
	padding: 30px 35px 10px;
}

.error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
	letter-spacing: 2px;
}

@media screen and (min-width: 790px) {
	.error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
		letter-spacing: 10px;
	}
}

.error-box p {
	margin-bottom: 30px;
}

.error-action .error-previous {
	float: none;
	margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
	.error-action .error-previous {
		float: left;
	}
}

.error-action .error-home {
	float: none;
	margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
	.error-action .error-home {
		float: right;
	}
}

/* Grid Page
------------------------------*/




.grid-item .grid-thumbnail img:hover {
	opacity: 0.9;
}

.grid-item .grid-title {
	margin-bottom: 10px;
}

.grid-item .grid-title a:hover {
	color: #fab702;
	text-decoration: none;
}

.grid-item .grid-more {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
}

.grid-item .grid-more:hover {
	text-decoration: underline;
}

/* Single Portfolio
------------------------------*/
.portfolio-prev i,
.portfolio-next i {
	border: 2px solid #e9e9e9;
	color: #cccccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-top: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.portfolio-prev i:hover,
.portfolio-next i:hover {
	color: #555555;
	border-color: #aaaaaa;
}

.portfolio-next {
	margin-left: 6px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/

.widget:last-child {
	border-bottom: none;
}

.search-form {
	margin-bottom: 20px;
}

.widget-area .widget.widget_search .search-field {
	width: 88%;
}

.widget-area .widget.widget_search .search-submit {
	display: none;
}

#secondary .widget-title, .site-topbar .widget-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
}

.widget_calendar .widget-title {
	display: none;
}

.widget_calendar #wp-calendar caption {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 500;
}

.widget-area .widget ul,
.widget-area .widget ol {
	padding-left: 0px;
	margin-bottom: 0px;
}

.widget-area .widget ul li {
	list-style: none;
	margin: 0px;
	padding: 6.66667px 0;
}

.widget-area .widget ul li ul {
	padding-top: 13.33333px;
	padding-left: 20px;
}

.widget-area .widget ul li ul li {
	border-bottom: none;
}

.widget-area .widget ul li ul li:last-child {
	padding-bottom: 0px;
}

.widget a {
	text-decoration: none;
	color: #fff;
}


.widget.widget_rss li {
	margin-bottom: 15px !important;
}

.widget.widget_rss li a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 1px;
}

.widget.widget_rss li .rss-date {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 5px 0px;
	margin-bottom: 6px;
	display: block;
}

.widget.widget_rss li .rssSummary {
	margin-bottom: 10px;
}

.widget.widget_rss li cite {
	font-size: 10px;
	text-transform: uppercase;
	background: #333333;
	padding: 4px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
}

/* Calendar Widget */
#calendar_wrap caption {
	text-align: left;
}

.widget #calendar_wrap a,
.widget_recent_comments a {
	color: #fab702;
}

.widget #calendar_wrap a:hover,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Eye catching post widget */
.widget-area .widget_wpc_posts img {
	float: left;
	height: auto;
	margin-right: 18px;
	overflow: hidden;
	max-width: 50px;
	margin-top: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget-area .widget_wpc_posts ul li {
	list-style: none;
	padding: 10px 12px 12px 10px;
	background: #f8f9f9;
}

.widget-area .widget_wpc_posts ul li.light-bg {
	background: transparent;
}

/* Tag Cloud */
.tagcloud a {
	background: none repeat scroll 0 0 #222222;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	margin: 0 5px 5px 0;
	padding: 4px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px !important;
}

.tagcloud a:hover {
	background: #fab702;
	color: #FFFFFF !important;
}

.widget-area .widget_categories ul li ul li, .widget-area .widget_pages ul li ul li {
	padding-left: 13px;
	position: relative;
}

.widget-area .widget_categories ul li ul li:before, .widget-area .widget_pages ul li ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.widget-area .widget_recent_comments ul li {
	position: relative;
	padding-left: 25px;
}

.widget-area .widget_recent_comments ul li:before {
	content: "\f0e6";
	font-family: FontAwesome;
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	color: #CCCCCC;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	padding-left: 25px;
}

.widget-area .widget_recent_entries ul li:before {
	content: "\f0f6";
	font-family: FontAwesome;
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	color: #CCCCCC;
}

.widget-area .widget_recent_entries ul li a {
	font-size: 15px;
}

/* Custom Menu */
#secondary .widget.widget_nav_menu .menu {
	margin-bottom: -10px;
}

#secondary .widget.widget_nav_menu ul ul, #secondary .widget.widget_nav_menu ul ul ul {
	padding: 0;
}

#secondary .widget.widget_nav_menu ul li {
	margin: 0px;
	padding: 0px;
}

#secondary .widget.widget_nav_menu ul li a, #secondary .widget.widget_nav_menu ul li li a, #secondary .widget.widget_nav_menu ul li li li a {
	display: block;
	padding: 10px 15px 11px 0px;
	font-weight: 500;
	color: #777777;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#secondary .widget.widget_nav_menu ul li a:hover, #secondary .widget.widget_nav_menu ul li li a:hover, #secondary .widget.widget_nav_menu ul li li li a:hover {
	color: #fab702;
}

#secondary .widget.widget_nav_menu ul li.current-menu-item a {
	color: #fab702;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
}

#secondary .widget.widget_nav_menu ul li.current-menu-item a:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fab702;
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 17px;
}

#secondary .widget.widget_nav_menu ul li.current-menu-item a:after {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 6px;
	top: 17px;
}

#secondary .widget.widget_nav_menu > ul > li:last-child > a {
	margin-bottom: 0px;
}

#secondary .widget.widget_nav_menu > ul > li:first-child > a {
	margin-top: -10px;
}

/* File Icon Button */
.icon-button {
	width: 100%;
	display: block;
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #777777;
}

.icon-button i {
	font-size: 18px;
	padding: 14px 10px 16px 15px;
	color: #BBBBBB;
}

.icon-button span {
	font-weight: 500;
	font-size: 13px;
	color: #888888;
	display: inline-block;
	position: relative;
	top: -1px;
	text-transform: uppercase;
}

.icon-button:hover {
	background: #f9f9f9;
}

.icon-button:hover i {
	color: #333333;
}

.icon-button:hover span {
	color: #333333;
}

/* Contact Info Box */
.contact-info-box .contact-info-item .contact-text {
	width: 30px;
}

.contact-info-box .contact-info-item .contact-text i {
	font-size: 16px;
}

.contact-info-box .contact-info-item .contact-text i.fa-envelope {
	font-size: 12px;
}

.contact-info-box .contact-info-item .contact-value {
	margin-left: 35px;
}

/*--------------------------------------------------------------
8.0 Support
--------------------------------------------------------------*/
/*------------------------------
	8.1 WooCommerce
------------------------------*/
/* WooCommerce
------------------------------*/
/* Result Count */
.woocommerce .woocommerce-result-count {
	margin-top: 10px;
}

/* Ordering */
.woocommerce .woocommerce-ordering select {
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Images */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
	border: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product a img:hover,
.woocommerce div.product div.images img:hover {
	border-color: #fab702;
}

/* Button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: inline-block;
	color: #888888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 7px 12px 9px;
	margin: 3px 5px 3px 0px;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #ffffff;
	color: #222222;
	border-color: #bbbbbb;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #fab702;
	border: none;
	padding: 14px 30px 16px 30px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active {
	background-color: #fab702;
	color: #FFFFFF;
	opacity: 0.9;
}

.woocommerce .quantity .qty {
	width: 60px;
	margin-right: 5px;
}

.woocommerce .product_meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.3px;
}

/* Add To Cart */
.woocommerce a.added_to_cart {
	padding-top: 17px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

/* Star Ratting */
.post-type-archive-product.woocommerce .star-rating {
	display: none;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0px;
}

.woocommerce .woocommerce-review-link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product caption {
	font-weight: 500;
	letter-spacing: -0.4px;
	font-size: 16px;
}

/* Message */
.woocommerce .woocommerce-info {
	border-top-color: #222222;
}

.woocommerce .woocommerce-info:before {
	color: #222222;
}

/* Price */
.woocommerce ul.products li.product .price {
	color: #fab702;
	font-size: 15px;
	font-weight: bold;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
	margin-right: 10px;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

/* On Sale */
.woocommerce span.onsale {
	background: #fab702;
	box-shadow: none;
	font-size: 11px;
	border-radius: 0;
	text-shadow: none;
	margin: 0;
	line-height: 1;
	min-height: auto;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border-color: #e9e9e9;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-color: #e9e9e9;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 16px;
	font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #f9f9f9;
}

/* Single Product */
.woocommerce div.product .product_title {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #222222;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px;
	margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-color: #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border-radius: 0;
	margin: 0;
	margin-left: -5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	content: none;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	content: none;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border-color: #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin-bottom: 50px;
}

.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce .related h2,
.upsells h2,
.cross-sells h2,
.cart_totals h2,
.shipping_calculator h2 {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 18px;
	letter-spacing: 2px;
	font-weight: bold;
}

/* Cart */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 13px;
	border-top: none;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	padding: 8px 7px 6px;
	border-color: #e9e9e9;
	width: 120px;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	font-weight: normal;
	font-size: 15px;
}

/* Cart Total */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	text-align: left;
}

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	margin-bottom: 20px;
	border-collapse: collapse;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	border-left: 1px solid #e9e9e9;
	vertical-align: inherit;
}

.woocommerce table.shop_table td.product-name a, .woocommerce-page table.shop_table td.product-name a {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	width: 60%;
	padding: 12px 12px;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
}

/* Checkout Page */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	border-color: #e9e9e9;
}

/* Widgets */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	background: #f9f9f9;
	padding: 15px 10px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: left;
	width: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 0;
	margin-right: 20px;
	box-shadow: none;
}

.woocommerce ul.cart_list li:nth-child(2n),
.woocommerce ul.product_list_widget li:nth-child(2n),
.woocommerce-page ul.cart_list li:nth-child(2n),
.woocommerce-page ul.product_list_widget li:nth-child(2n) {
	background: transparent;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222222;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: 10px;
	top: 50%;
	margin-top: -6px;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	border-top: none;
	padding-top: 20px;
	margin-bottom: 20px;
}

.woocommerce .star-rating {
	color: #fab702;
}

/* Widget Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #cccccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background: #444444;
	border-color: #000000;
}

/* Shop Elements */
.shop-elements i {
	border: 2px solid #e9e9e9;
	color: #cccccc;
	font-size: 15px;
	height: 38px;
	width: 38px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	margin-top: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.shop-elements i:hover {
	color: #555555;
	border-color: #aaaaaa;
}

/*------------------------------
	8.2 VC Builder Elements
------------------------------*/
/* Column Elements
------------------------------*/
.inverted-column textarea, .inverted-column input[type="date"], .inverted-column input[type="datetime"], .inverted-column input[type="datetime-local"], .inverted-column input[type="email"], .inverted-column input[type="month"], .inverted-column input[type="number"], .inverted-column input[type="password"], .inverted-column input[type="search"], .inverted-column input[type="tel"], .inverted-column input[type="text"], .inverted-column input[type="time"], .inverted-column input[type="url"], .inverted-column input[type="week"], .inverted-row textarea, .inverted-row input[type="date"], .inverted-row input[type="datetime"], .inverted-row input[type="datetime-local"], .inverted-row input[type="email"], .inverted-row input[type="month"], .inverted-row input[type="number"], .inverted-row input[type="password"], .inverted-row input[type="search"], .inverted-row input[type="tel"], .inverted-row input[type="text"], .inverted-row input[type="time"], .inverted-row input[type="url"], .inverted-row input[type="week"] {
	background: #FFFFFF;
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.inverted-column > .wpb_wrapper {
	padding: 25px 0px 40px 0px;
	background: #f8f9f9;
}

@media screen and (min-width: 790px) {
	.inverted-column > .wpb_wrapper {
		padding: 25px 40px 40px 40px;
	}
}

.inverted-row {
	background: #f8f9f9;
}

@media screen and (max-width: 790px) {
	.mobile-center {
		text-align: center;
	}
}

@media screen and (max-width: 790px) {
	.mobile-center .right, .mobile-center .left {
		text-align: center;
		float: none;
	}
}

.fit-screen .vc_col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* ROW Parallax
------------------------------*/
.wpc_row_parallax {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wpc_parallax_bg {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.wpc_parallax_bg.not-mobile {
	background-attachment: fixed;
}

.vc_row .wpc_parallax_bg.not-mobile {
	background-size: cover;
}

.wpc_parallax_bg.is-mobile {
	background-position: 50% 50% !important;
}

/* Video Background */
.wpc_video_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	width: 100%;
}

.wpc_video_color_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0.65;
}

.touch .wpc_video_wrapper {
	display: none;
}

.wpb_heading {
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
}

.wpb_wrapper {
	margin-bottom: 30px;
}

.wpb_wrapper .rev_slider_wrapper {
	margin-bottom: -30px !important;
}

@media screen and (min-width: 790px) {
	.wpb_wrapper {
		margin-bottom: 0px;
	}
	.wpb_wrapper .rev_slider_wrapper {
		margin-bottom: 0px !important;
	}
}

.wpc_row_video_bg {
	overflow: hidden;
}

/* TABS
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .entry-content .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: transparent;
	padding: 20px 0 0;
}

.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li, .entry-content .wpb_content_element .wpb_accordion_header li {
	margin-right: 10px;
}

.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .entry-content .wpb_content_element .wpb_accordion_header a {
	background: #bbbbbb;
	color: #FFFFFF;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 13px 30px 12px 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover, .entry-content .wpb_content_element .wpb_accordion_header a:hover {
	background: #aaaaaa;
	color: #FFFFFF;
}

.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a, .entry-content .wpb_content_element .wpb_accordion_header li.ui-tabs-active a {
	background: #fab702;
	color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ACCORDION
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	padding-top: 0px;
	margin-bottom: 15px;
}

.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
	display: block;
	text-align: left;
}

.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header span {
	display: none;
}

.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	background: #fab702;
}

.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 0px 0px 40px;
}

/* Since Visual Composer 4.6
------------------------------*/
/* Toggles & Accordions - White Style */
.vc_tta-container > h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.entry-content h4.vc_tta-panel-title {
	font-size: 13px;
	font-weight: normal;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

/* Tabs - White Style */
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 20px 20px;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
	border-color: #e1e1e1;
}

.vc_tta.vc_tta-o-no-fill .vc_tta-panels {
	border: none !important;
}

/* Tour - White Style */
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
	border-color: #e1e1e1;
}

/* Button */
.vc_btn3 {
	text-transform: uppercase;
	font-weight: bold;
}

.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 3px;
}

/*------------------------------
	8.3 VC General Shortcodes
------------------------------*/
/* BUTTON
------------------------------*/


.btn-primary {
	background: #fab702;
	color: #FFFFFF !important;
}

.btn-secondary {
	background: #00aeef;
}

.btn.btn-dark {
	background: #000000;
}

.btn.btn-light {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #888888;
}

.btn.btn-light:hover {
	background: #ffffff !important;
	color: #222222 !important;
	border-color: #bbbbbb;
}

.btn.btn-ghost {
	background: transparent;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none !important;
	color: #FFFFFF;
}

.btn.btn-ghost:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
	box-shadow: none !important;
}

.btn.btn-large {
	padding: 17px 23px 19px 23px;
	font-size: 15px;
}

.btn.btn-small {
	padding: 7px 12px;
	font-size: 12px;
}

.rev_slider_wrapper .btn {
	opacity: 1 !important;
}

.rev_slider_wrapper .btn:hover {
	opacity: 1 !important;
}

.rev_slider_wrapper .btn.btn-primary {
	padding: 13px 18px 15px 18px;
}

/* ICON BOX
------------------------------*/
.iconbox-wrapper {
	margin-bottom: 40px;
}

.iconbox-wrapper .iconbox-icon, .iconbox-wrapper .iconbox-image {
	padding-bottom: 20px;
}

.iconbox-wrapper .iconbox-icon .primary, .iconbox-wrapper .iconbox-image .primary {
	color: #fab702;
}

.iconbox-wrapper .iconbox-icon .secondary, .iconbox-wrapper .iconbox-image .secondary {
	color: #00aeef;
}

.iconbox-wrapper a:hover {
	text-decoration: none;
	color: #fab702;
}

/* CLIENT TESTIMONIALS
------------------------------*/
.testimonial {
	margin-bottom: 40px;
}

.testimonial .testimonial-content {
	border: 1px solid #e9e9e9;
	padding: 17px 20px 20px 20px;
	border-radius: 2px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
}

.testimonial .testimonial-header {
	padding: 0px 20px;
}

.testimonial .testimonial-header .testimonial-name {
	font-size: 15px;
	margin-top: 8px;
}

.testimonial .testimonial-header .testimonial-avatar {
	margin-top: -25px;
	float: left;
	margin-right: 20px;
}

.testimonial .testimonial-header .testimonial-avatar img {
	width: 70px;
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.testimonial.inverted .testimonial-content {
	background: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: none;
}

.wpb_wrapper .testimonial:last-child {
	margin-bottom: 0px;
}

/* CONTACT INFO
------------------------------*/
.contact-info-item {
	margin-bottom: 10px;
}

.contact-info-item .contact-text {
	display: block;
	float: left;
	width: 130px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
	position: relative;
}

.contact-info-item .contact-value {
	display: block;
	margin-left: 135px;
}

/* RECENT NEWS
------------------------------*/
.recent-news-wrapper .grid-title {
	font-size: 16px;
}

.recent-news-wrapper .recent-news-meta {
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 0px 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

.recent-news-wrapper .recent-news-meta span {
	margin-right: 15px;
}

.recent-news-wrapper .recent-news-meta span i {
	margin-right: 3px;
	color: #cccccc;
}

.recent-news-wrapper .recent-news-meta span a {
	color: #777777;
}

.recent-news-wrapper .recent-news-meta span a:hover {
	text-decoration: underline;
}

/*------------------------------
	8.4 VC Special Shortcodes
------------------------------*/
/* FEATURED BOX
------------------------------*/
@media screen and (max-width: 790px) {
	.mobile-no-margin-top .row_inner_wrapper {
		margin-top: 0px !important;
	}
}

.featured-box .featured-box-thumb {
	display: block;
}

.featured-box .featured-box-thumb a {
	position: relative;
	display: block;
}

.featured-box .featured-box-thumb img {
	width: 100%;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.featured-box .featured-box-content {
	padding: 18px 0px 0px;
}

.featured-box .featured-box-button a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 14px;
}

.featured-box .featured-box-button a:hover {
	text-decoration: underline;
}

.featured-box .video_icon {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border: 3px solid #ffffff;
	border-radius: 100px;
	line-height: 1;
	padding: 10px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.featured-box .video_icon i {
	color: #ffffff;
	margin-left: 3px;
	font-size: 14px;
}

/* CUSTOM HEADING
------------------------------*/
.custom-heading h1 span {
	    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #464545;
    padding-bottom: 13px;
	text-transform: uppercase;
}

.custom-heading p{
	color: #fff;
    /* margin-top: 58px; */
    width: 50%;
    margin: auto;
    padding-top: 20px;
    font-size: 12px;
}

.custom-heading .heading-line {
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #fab702;
    position: absolute;
    left: 46%;
}

.custom-heading .heading-line.primary {
	background: #fab702;
}

.custom-heading .heading-line.secondary {
	background: #00aeef;
}

.custom-heading.wpb_content_element {
	margin-bottom: 30px;
	text-align:center
}

.custom-heading.heading-medium {
	margin-bottom: 10px;
}

.custom-heading.heading-medium h2 {
	font-size: 20px;
}

.custom-heading.heading-medium .heading-line {
	width: 60px;
}

.custom-heading.heading-small {
	margin-bottom: 10px;
}

.custom-heading.heading-small h2 {
	font-size: 17px;
}

.custom-heading.heading-small .heading-line {
	width: 40px;
}

/* CLIENT TESTIMONIAL CAROUSEL
------------------------------*/
.testimonial_carousel_wrapper .carousel-next {
	right: 0px;
}

.testimonial_carousel_wrapper .carousel-prev {
	right: 40px;
}

/*------------------------------
	8.5 VC Overal Mods
------------------------------*/
/*-------------------------------------
	VC Overall Custom Stylesheet
-------------------------------------*/
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	padding-left: 20px;
	padding-right: 20px;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 40px;
}

.vc_row {
	margin-left: 0px;
	margin-right: 0px;
}

.wpb_row {
	margin-bottom: 0px;
}

.row_inner_wrapper {

	position: relative;
}

.row_inner_wrapper .row_inner_wrapper {
	padding-bottom: 00px;
	padding-top: 20px;
}

.row_inner {
	position: relative;
	z-index: 10;
}

.row_center_content {
	margin-left: -20px;
	margin-right: -20px;
}

.row_full_center_content {
	margin-left: -20px;
	margin-right: -20px;
}

.wpb_single_image img {
	width: 100%;
	height: auto;
}

.vc_column_container > .vc_column-inner {
	padding: 0px;
}

.wpb_column > .wpb_wrapper > *:last-child {
	margin-bottom: 0;
}

.wpb_column .wpb_wrapper .wpb_content_element:last-child {
	margin-bottom: 0px;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup
------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.wpb_revslider_element {
	background: #222222;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
	font-size: 10px;
	padding: 15px 0px;
	border-bottom: 1px solid #e9e9e9;
	color: #858585;
}

@media screen and (min-width: 500px) {
	.breadcrumbs {
		font-size: 12px;
	}
}

.breadcrumbs i {
	margin: 0px 6px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #777777;
	font-weight: 600;
}

.breadcrumbs a:hover {
	color: #fab702;
}

.breadcrumbs span {
	margin-right: 20px;
	position: relative;
}

@media screen and (min-width: 500px) {
	.breadcrumbs span {
		margin-right: 40px;
	}
}

.breadcrumbs a:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.2);
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -11px;
	top: 2px;
}

@media screen and (min-width: 500px) {
	.breadcrumbs a:before {
		right: -23px;
		top: 3px;
	}
}

.breadcrumbs a:after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 3px;
}

@media screen and (min-width: 500px) {
	.breadcrumbs a:after {
		right: -22px;
		top: 4px;
	}
}

/* Contact Form 7
------------------------------*/
.wpcf7-form textarea, .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="email"], .wpcf7-form input[type="month"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"], .wpcf7-form input[type="week"] {
	border-width: 2px;
}

.wpcf7-form p {
	margin-bottom: 25px;
}

.wpcf7-form .wpcf7-submit {
	margin-bottom: -30px;
}

.wpcf7-submit {
	border-width: 2px;
}

span.wpcf7-not-valid-tip {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 3px;
	display: inline-block;
}

input.wpcf7-not-valid {
	border-color: #F00;
}

div.wpcf7-response-output {
	margin-left: 0px;
	padding: 15px 20px;
	background: #f8f9f9;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	width: 100%;
}

.wpcf7-list-item {
	display: block;
	margin-top: 7px;
}

/* Form 1/2 */
.form_1_2 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 790px) {
	.form_1_2 {
		width: 47%;
		float: left;
		margin-right: 6%;
	}
}

.form_1_2 input:not([type="radio"]):not([type="checkbox"]), .form_1_2 select {
	width: 100%;
}

.form_1_2.last {
	float: left;
	clear: right;
	margin-right: 0px;
	margin-bottom: 25px;
}

/* Form 1/3 */
.form_1_3 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 790px) {
	.form_1_3 {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
}

.form_1_3 input:not([type="radio"]):not([type="checkbox"]), .form_1_3 select {
	width: 100%;
}

.form_1_3.last {
	float: left;
	clear: right;
	margin-right: 0px;
	margin-bottom: 25px;
}

/* Slider Carousel
------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: text;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	margin-right:5px
	
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	    display: block;
    /* border-bottom: 5px solid #fab702; */
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Slick theme */
/* Arrows */
.carousel-prev,
.carousel-next {
	position: absolute;
    right: 20px;
    top: -74px;
    width: 37px;
    height: 26px;
    border: 1px solid #fab702;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    cursor: pointer;
    line-height: 9px;
}

.carousel-prev i,
.carousel-next i {
	font-size: 20px;
    color: #fab702;
    margin-top: 2px;
}

.carousel-prev:hover,
.carousel-next:hover {
	border-color: #aaaaaa;
}

.carousel-prev:hover i,
.carousel-next:hover i {
	color: #555555 !important;
}

.carousel-prev {
	right: 60px;
}

.carousel-prev i {
	margin-left: 13px;
}

.carousel-next i {
	margin-left: 12px;
}

/* ESG
------------------------------*/
.esg-overflowtrick {
	margin-top: 30px;
}

.esg-grid a:hover {
	text-decoration: none !important;
}

.hermes .tp-arr-titleholder {
	text-transform: uppercase;
}


#whyus{
	background:url('img/proback.jpg') no-repeat;
	padding-top: 20px;
	
}


.add1 h1{
    
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}


.add2 h1{
  font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 10px 0px 30px 0px;
}

.add3 h1{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 20px 0px;
}
.bread-back .breadcrumb {
    padding: 3px 9px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #005b9a;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    position: absolute;
    bottom: 0%;
    text-align: right;
    right: 0px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
/* section.about {
   // margin: -18px;
} */
span.sub-top-title {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 10px;
}
h1.title-inner {
    color: #333;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
h1.title-inner::after {
    background:#005b9a;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 145px;
    bottom: -10px;
}
.sub-title {
    margin-top: 0px;
}
.about-quote {
    border-left: 7px solid #005b9a;
    padding: 15px;
    padding-left: 20px;
    background: #efececf8;
    padding-right: 75px;
    position: relative;
}
.sub-title {
    font-size: 17px;
    color: #242424;
    line-height: 22px;
    text-align: left;
    font-family: Lora;
    font-weight: 400;
    font-style: italic;
    margin-top: 30px;
}
h1.title-inner {
    color: #333;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
img {
    max-width: 100%;
}
p {
    font-size: 14px;
    color: #494848;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
p> i {
    margin-right: -9px;
    /* font-size: 20px; */
    /* position: absolute; */
    left: 27px;
    /* top: 34%; */
    /* line-height: 67px; */
    padding-right: 18px;
    color: #005b9a;
	margin-top: 5px;
}
section.contact1 {
    /* padding-bottom: 40px; */
    position: relative;
}
.border-map-n-form {
    border: 2px solid #ddd;
    padding: 15px;
    background: #fff;
}
.pad-right-0 {
    padding-right: 0px;
}
.contact-form-box {
    background: #f5f2f2;
    padding: 10px 25px;
    min-height: 446px;
}
.contact-form-box {
    background: #f5f2f2;
    padding: 10px 25px;
    min-height: 446px;
}
h1.title-inner {
    color: #005b9a;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
.contact-titles p {
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
form.contact-form input, form.contact-form textarea {
    border: 1px solid #b1aeae;
}
input, select{
    width: 100%;
    padding: 10px;
    border: none;
    /* border-radius: 4px; */
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    /* resize: vertical; */
    background: #ffffff;
    font-size: 13px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	color:#777;
}
.send-btn-contact {
    width: auto;
    padding: 8px 50px;
    margin-top: 0px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #005b9a;
    color: #fff;
    text-transform: uppercase;
	border-radius: 20px;
	font-size: 18px;
}
.pad-left-0 {
    padding-left: 0px;
}
.map-box {
    /* padding: 18px; */
    background: #f5f2f2;
    border-left: 2px solid #ddd;
}
h1{
    font-size: 35px;
    margin-bottom: 15px;
    top: 0px;
    font-weight: 800;
    font-family: "Roboto", Sans-serif;
    /* text-align: center; */
    color: #005b9a;
}
.map-form{
	padding: 14px 25px;
    background: #f5f2f2;
    border-left: 2px solid #ddd;
}
.map-form p {
    border-bottom: 1px solid #005b9a;
    padding-bottom: 15px;
}
.team-wrap {
    background: #FFF;
    margin-bottom: 25px;
    position: relative;
}

.snip1210 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background-image: linear-gradient(35deg, #a5a3a3,#d4d4d2,#7d7c7c);
    text-align: center;
    padding-bottom: 40px;
    transition: 0.5s;
}
.team-wrap img {
    transition: 0.5s;
}
.snip1210 img {
    max-width: 100%;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.text-pro {
    background: #a6aaad;
    border-bottom: 2px solid #827d7d;
    position: relative;
    /* padding-bottom: 6px; */
    /* padding-top: 6px; */
    display: flex;
    padding: 0px 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}
.text-pro .en {
    text-align: right;
    width: 100%;
    margin: 0px;
    color: #202020;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    line-height: 35px;
    text-transform: uppercase;
}
.en a {
    color: #000;
}
.name {
    text-align: center;
    position: absolute;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
    top: 0%;
    height: 100%;
   padding: 35% 0%;  
	/* transform:translate(-0%,-16%); */
}

.name a:hover{
	transform:translate(-0%,-16%); 
}
.name h1 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Abel;
    font-weight: bold;
    color: #fff;
}
.name:hover {
    background: rgba(2,2,0,0.4);
    opacity: 0.5;
    width: 100%;
    overflow: hidden;
    color: red;
	padding-top: -27px;
    margin-top: 0px;
}
/* .qualityset { */
    /* padding: 40px 0px; */
    /* display: block; */
    /* height: auto; */
    /* margin-left: 6%; */
/* } */
.qualityheading {
    width: 100%;
    font-family: roboto;
    color: #005b9a;
    font-size: 20px;
    font-weight: bold;
    /* padding-bottom: 25px; */
}
.qualityheading::after {
    background: #005b9a;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 135px;
    bottom: -10px;
	margin-left: 20px;
}
.qualitycontent {
    font-family: roboto;
    color: #777;
    font-weight: 300;
    font-size: 14px;
    padding-right: 0px;
    text-align: justify;
	margin-top: 24px;
}
.client-start1-a {
    width: 100%;
    transform: rotate(0deg);
    text-align: left;
    float: left;
    padding-left: 0%;
    margin-top: 3%;
    padding-bottom: 0.3%;
}
.client-start1-a img {
    width: 25px !important;
}
.qualityauthor .client-start-a {
    width: 60px;
    float: right;
    /* margin-top: 0px; */
    transform: rotate(180deg);
    text-align: center;
    margin-right: 0%;
}
.qualityquotes {
    font-family: lora;
    color: #777;
    font-weight: 300;
    padding: 0px !important;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    margin-right: -30px;
}
.qualityauthor {
    width: 100%;
    text-align: center;
    margin-top: 1%;
    color: #005b9a;
    font-family: roboto;
    font-size: 22px;
    padding-left: 5%;
    font-weight: 300;
}
.qualityname{
    width: 100%;
    font-family: roboto;
    color: #005b9a;
    font-size: 20px;
    font-weight: bold;
    /* padding-bottom: 25px; */
	margin-top: 17px;
}
.qualityblock {
	height: 35px;
    border-bottom: 2px solid #005b9a;
    width: 100%;
}
.borderdiv {
    width: 17px;
    height: 17px;
    background: #005b9a;
    margin-bottom: 0px;
    position: absolute;
    right: 16px;
}
.qualitycomment {
    font-family: roboto;
    color: #777;
    font-weight: 300;
    font-size: 14px;
    padding-right: 0px;
    text-align: justify;
	padding-top: 16px;
}








	











