/*
Theme Name: Total Plus
Theme URI: https://hashthemes.com/wordpress-theme/total-plus/
Author: Hash Themes
Author URI: https://hashthemes.com
Description: Total Plus is a Premium WordPress theme with tons of features to create a complete website. The powerful customization options let you modify every element of the website to fit your need and create a website without writing a single line of code and with ease. The theme comes with multiple built-in demo templates that can be installed on your website with just one click. With Total Plus, we guarantee for an awesome online presence and visitor rapidly being engaged to your website.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: total-plus
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, photography, holiday, custom-logo
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #EEE;
}

td,
th {
	padding: 10px 20px;
	border: 1px solid #EEE;
	text-align: left;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	margin: 0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 25px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ht-button {
	display: inline-block;
	background: #FFC107;
	padding: 10px 25px;
	color: #FFF;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 50px;
	line-height: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ht-button:hover {
	background: #333;
	color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #404040;
	border: 1px solid #EEE;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	vertical-align: top;
	width: 100%;
}

select {
	border: 1px solid #EEE;
	height: 50px;
	padding: 3px 40px 3px 8px;
	background-color: transparent;
	line-height: 100%;
	outline: 0;
	background-image: url("images/arrow.png");
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 10px 20px;
	height: 50px;
}

textarea {
	padding: 10px 20px;
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #FFC107;
	text-decoration: none;
}

a:visited {}

a:hover {
	color: #FFC107;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* 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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.ht-clearfix:before,
.ht-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.ht-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 15px;
}


/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}


/* Search widget. */

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


/* Menu Widget */

.widget-area .widget_nav_menu {
	border: 1px solid #EEE;
}

.widget-area .widget_nav_menu li {
	border-bottom: 1px solid #EEE;
	padding: 15px;
}

.widget-area .widget_nav_menu li:last-child {
	border-bottom: 0;
}

.widget-area .widget_nav_menu li.current_page_item {
	border-left: 5px solid #EEE;
}

.widget-area .widget_nav_menu li a {
	display: block;
	text-transform: uppercase;
}

.widget-area .widget_nav_menu .widget-title {
	border-bottom: 1px solid #EEE;
	padding: 15px;
	margin: 0;
	text-transform: uppercase;
	background: #EEE;
}

.widget-area .widget_nav_menu .widget-title:after {
	display: none;
}


/* Contact Detail Widget */

.ht-contact-box {
	color: inherit;
}

.ht-contact-field {
	position: relative;
}

.ht-contact-field i {
	font-size: 30px;
}

.ht-contact-text h6 {
	font-size: 1.2em;
	margin-bottom: 0;
}

.ht-contact-text p {
	margin-bottom: 0;
}

.ht-site-header .ht-contact-text>div {
	font-size: 0.9em;
}

.ht-contact-box.style1,
.ht-contact-box.style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ht-top-footer .ht-contact-box.style1 {
	padding: 0;
}

.ht-contact-box.style1 .ht-contact-field,
.ht-contact-box.style3 .ht-contact-field {
	padding: 15px 30px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-width: 200px
}

.ht-contact-box.style1 .ht-contact-field:after {
	content: '';
	width: 1px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(10%, #f2f2f2), color-stop(20%, #ededed), color-stop(30%, #e9e9e9), color-stop(70%, #e1e1e1), color-stop(70%, #e9e9e9), color-stop(80%, #ededed), color-stop(90%, #f2f2f2), to(#f7f7f7));
	background: linear-gradient(to top, #f7f7f7 0%, #f2f2f2 10%, #ededed 20%, #e9e9e9 30%, #e1e1e1 70%, #e9e9e9 70%, #ededed 80%, #f2f2f2 90%, #f7f7f7 100%);
	position: absolute;
	top: 0;
	right: 0;
}

.ht-contact-box.style1 .ht-contact-field:last-child {
	padding-right: 0;
	margin-bottom: 0;
}

.ht-contact-box.style1 .ht-contact-field:last-child:after {
	display: none;
}

.ht-contact-box.style1 .ht-contact-field i,
.ht-contact-box.style3 .ht-contact-field i {
	margin-right: 20px;
}

.ht-contact-box.style1 .ht-contact-text {
	text-align: left;
}

.ht-contact-box.style2 .ht-contact-field {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.ht-contact-box.style2 .ht-contact-field i {
	margin-bottom: 15px;
}

.ht-contact-box.style3 .ht-contact-field {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
}

.ht-contact-box.style3 .ht-contact-field:last-child {
	margin-bottom: 0;
}


/* Personal Info Widget */

.ht-personal-info.ht-pi-center .ht-pi-image,
.ht-personal-info.ht-pi-center .ht-pi-name,
.ht-personal-info.ht-pi-center .ht-pi-intro {
	text-align: center;
}

.ht-personal-info.ht-pi-right .ht-pi-image,
.ht-personal-info.ht-pi-right .ht-pi-name,
.ht-personal-info.ht-pi-right .ht-pi-intro {
	text-align: right;
}

.ht-pi-image {
	margin-bottom: 30px;
}

.ht-pi-image img {
	border-radius: 50%;
}

.ht-pi-name {
	margin-bottom: 15px;
}

.ht-pi-readmore {
	margin-top: 30px;
}

.ht-pi-readmore i {
	margin-left: 5px;
}

.ht-personal-info.ht-pi-center .ht-pi-readmore {
	text-align: center;
}

.ht-personal-info.ht-pi-right .ht-pi-readmore {
	text-align: right;
}


/* Contact Info Widget */

.ht-contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ht-contact-info ul li {
	padding: 10px 0 10px 34px !important;
}

.ht-contact-info ul li p:last-child {
	margin: 0;
}

.ht-contact-info ul li .fa {
	float: left;
	margin-left: -34px;
	width: 34px;
	text-align: center;
	line-height: inherit;
}


/* Accordian Widget */

.ht-accordion .ht-accordion-content-wrap ul {
	list-style: disc outside;
	margin-left: 20px;
}

.ht-style1-accordion .ht-accordion-box {
	border: 1px solid #EEE;
	border-bottom: 0;
}

.ht-style1-accordion .ht-accordion-box:last-child {
	border-bottom: 1px solid #EEE;
}

.ht-style1-accordion .ht-accordion-header {
	padding: 15px 40px 15px 15px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: none;
	position: relative;
}

.ht-style1-accordion .ht-accordion-header:after {
	content: "\f102";
	font-family: "Flaticon";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.6;
}

.ht-style1-accordion .ht-accordion-box.open .ht-accordion-header:after {
	content: "\f244";
}

.ht-style1-accordion .ht-accordion-content-wrap {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.ht-style2-accordion .ht-accordion-box {
	margin-bottom: 15px;
	cursor: pointer;
}

.ht-style2-accordion .ht-accordion-content-wrap {
	padding: 20px;
	border: 1px solid #FFC107;
}

.ht-style2-accordion .ht-accordion-header {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
	color: #FFF;
	background: #FFC107;
}

.ht-style2-accordion .ht-accordion-header:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 50px;
	left: -10px;
	top: 50%;
	line-height: 35px;
	text-align: center;
	background: #FFF;
	-webkit-transform: translateY(-50%) skewX(-15deg);
	transform: translateY(-50%) skewX(-15deg);
}

.ht-style2-accordion .ht-accordion-header:before {
	content: "\eb89";
	font-family: "IcoFont";
	position: absolute;
	height: 40px;
	width: 35px;
	left: 0;
	top: 50%;
	line-height: 40px;
	text-align: center;
	color: #333;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.ht-style2-accordion .ht-accordion-box.open .ht-accordion-header:before {
	content: "\eb8c";
}


/* Icon Text Widget */

.ht-icon-text .ht-it-title {
	margin-bottom: 20px;
}

.ht-it-pos-top {
	text-align: center;
}

.ht-it-pos-top.ht-icon-text>i {
	margin-bottom: 20px;
}

.ht-it-pos-left.ht-icon-text>i {
	font-size: 30px;
	float: left;
	margin-top: 10px;
}

.ht-it-pos-left .ht-it-content {
	margin-left: 60px;
}

.ht-it-pos-right.ht-icon-text>i {
	float: right;
	margin-top: 10px;
}

.ht-it-pos-right .ht-it-content {
	text-align: right;
	margin-right: 60px;
}

.ht-it-excerpt {
	margin-bottom: 20px;
	opacity: 0.6;
}

.ht-it-readmore a i {
	margin-left: 5px;
}

.ht-it-style-default.ht-icon-text>i {
	font-size: 38px;
}

.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-square.ht-icon-text>i,
.ht-it-style-circle-bg.ht-icon-text>i,
.ht-it-style-square-bg.ht-icon-text>i {
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
}

.ht-it-style-circle-bg.ht-icon-text>i,
.ht-it-style-square-bg.ht-icon-text>i {
	background: #FFC107;
	color: #FFF;
}

.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-square.ht-icon-text>i {
	border: 1px solid #666;
}

.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-circle-bg.ht-icon-text>i {
	border-radius: 50%;
}

.ht-it-pos-right.ht-it-style-circle .ht-it-content,
.ht-it-pos-right.ht-it-style-square .ht-it-content,
.ht-it-pos-right.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-right.ht-it-style-square-bg .ht-it-content {
	margin-right: 100px;
}

.ht-it-pos-left.ht-it-style-circle .ht-it-content,
.ht-it-pos-left.ht-it-style-square .ht-it-content,
.ht-it-pos-left.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-left.ht-it-style-square-bg .ht-it-content {
	margin-left: 100px;
}


/* CTA Widget */

.ht-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-cta-content-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 2;
	font-size: 1.2em;
}

.ht-cta-title:last-child {
	margin-bottom: 0;
}

.ht-cta.ht-button-left .ht-cta-buttons {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-right: 50px;
}

.ht-cta.ht-button-right .ht-cta-buttons {
	padding-left: 50px;
}

.ht-cta.ht-button-center {
	display: block;
	text-align: center;
}

.ht-cta.ht-button-center .ht-cta-buttons {
	margin-top: 40px;
}


/* CountDown Widget */

.ht-countdown {
	text-align: center;
}

.ht-countdown>div {
	display: inline-block;
	text-align: center;
	margin: 0.2em;
	padding: 0.4em 0.2em;
	line-height: 1;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
	box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
	min-width: 2em;
	font-weight: bold;
}

.ht-countdown.circular>div {
	border-radius: 50%;
	min-width: 3em;
	min-height: 3em;
	vertical-align: middle;
	position: relative;
}

.ht-countdown.circular>div>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ht-countdown label {
	display: block;
	margin-top: 0.2em;
	font-weight: normal;
}

.ht-countdown.circular label {
	position: relative;
	top: 50%;
}

.ht-countdown.border-block>div {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-width: 5px;
}

.ht-countdown.diamond>div {
	min-width: 2.4em;
	min-height: 2.4em;
	vertical-align: middle;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0.6em;
	border-radius: 12px;
}

.ht-countdown.diamond>div>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* Counter Widget */

.ht-counter-widget .ht-counter-count:before {
	content: attr(data-prefix);
	margin-right: 5px;
}

.ht-counter-widget .ht-counter-count:after {
	content: attr(data-suffix);
	margin-left: 5px;
}

.ht-counter-widget .odometer-inside {
	display: inline;
}

.ht-counter-widget .ht-counter {
	float: none;
	width: auto;
	margin-left: 0;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}

.ht-counter-widget .ht-counter-count {
	letter-spacing: 3px;
}

.ht-counter-widget.style1 .ht-counter {
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 25px;
	position: relative;
}

.ht-counter-widget.style1 .ht-counter .ht-counter-left {
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-counter-widget.style1 .ht-counter .ht-counter-right {
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-counter-widget.style1 .ht-counter-count {
	font-size: 2.8em;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-weight: 400;
}

.ht-counter-widget.style1 .ht-counter-icon {
	display: inline-block;
	font-size: 36px;
	color: #FFC107;
	position: relative;
	-webkit-transform: translate(0, -17px);
	transform: translate(0, -17px);
	line-height: 36px;
}

.ht-counter-widget.style1 .ht-counter-title {
	margin-top: 15px;
	margin: 0;
}

.ht-counter-widget.style2 .ht-counter-icon {
	font-size: 2em;
	line-height: 1;
	padding-top: 20px;
	margin-bottom: 40px;
	position: relative
}

.ht-counter-widget.style2 .ht-counter-icon span {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #FFF;
	margin-left: -15px;
	margin-top: 20px;
}

.ht-counter-widget.style2 .ht-counter-count {
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
}

.ht-counter-widget.style2 .ht-counter-title {
	margin: 0;
	padding: 14px 10px;
}

.ht-counter-widget.style2 .ht-counter .ht-counter-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-widget.style2 .ht-counter .ht-counter-left span {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-widget.style2 .ht-counter .ht-counter-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-widget.style2 .ht-counter .ht-counter-right span {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-widget.style2 .ht-counter:hover .ht-counter-left,
.ht-counter-widget.style2 .ht-counter:hover .ht-counter-right {
	width: 100%;
}

.ht-counter-widget.style3 .ht-counter {
	background: #FFF;
	padding: 40px 20px;
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3);
	position: relative;
}

.ht-counter-widget.style3 .ht-counter>span {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #666;
}

.ht-counter-widget.style3 .ht-counter-icon {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 25px;
}

.ht-counter-widget.style3 .ht-counter-count {
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 25px;
}

.ht-counter-widget.style4 .ht-counter {
	text-align: left;
	padding-left: 80px;
}

.ht-counter-widget.style4 .ht-counter-icon {
	font-size: 42px;
	width: 70px;
	float: left;
	text-align: center;
	opacity: 0.8;
	margin-left: -80px;
	line-height: 1;
	margin-top: 10px;
}

.ht-counter-widget.style4 .ht-counter-count {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 10px;
}


/* Image Box Widget */

.ht-image-box.image-top .ht-ib-image {
	margin-bottom: 15px;
}

.ht-ib-title {
	margin-bottom: 15px;
}

.ht-ib-readmore {
	margin-top: 20px;
}

.ht-image-box.image-left .ht-image-box-wrap,
.ht-image-box.image-right .ht-image-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ht-image-box.image-left .ht-ib-image {
	margin-right: 3%;
}

.ht-image-box.image-right .ht-ib-image {
	margin-left: 3%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}


/* Instagram Widget */

.ht-iw-likes {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	padding: 60px 10px 15px;
	z-index: 99;
	text-align: right;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1;
}


/* Portfolio Carousel Widget */

.owl-carousel .ht-portfolio-carousel-item {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.owl-carousel .ht-portfolio-carousel-item.htpc-loading {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}

.ht-portfolio-filter-wrap {
	border: 2px solid #EEE;
	border-radius: 30px;
	float: left;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.ht-portfolio-filter-btn {
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
	cursor: pointer;
	border-right: 2px solid #EEE;
}

.ht-portfolio-filter-btn.btn-active {
	background: #EEE;
}

.ht-portfolio-filter-btn:last-child {
	border-right: 0;
}

.ht-owl-nav {
	float: right;
	border: 2px solid #EEE;
	border-radius: 30px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ht-owl-nav .owl-prev,
.ht-owl-nav .owl-next {
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	color: #CCC;
}

.ht-owl-nav .owl-prev {
	border-right: 2px solid #EEE;
}

.ht-portfolio-carousel-image-wrap {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.ht-portfolio-carousel-image-wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-portfolio-carousel-image-wrap:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.ht-portfolio-carousel-image {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #FFF !important;
}

.ht-portfolio-carousel-wrap h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 5px solid #EEE;
	text-align: center;
	padding-bottom: 20px;
}

.ht-portfolio-carousel .owl-dots {
	text-align: center;
	margin: 40px 0;
}

.ht-portfolio-carousel .owl-carousel .owl-dot {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: rgba( 0, 0, 0, 0.2);
	margin: 0 5px;
}

.ht-portfolio-carousel .owl-carousel .owl-dot.active {
	background: rgba( 0, 0, 0, 0.4);
}


/* Progress Bar Widget */

.ht-progress.ht-pb-style2 .ht-progress-bar-length {
	position: relative;
}

.ht-progress.ht-pb-style2 .ht-progress-bar-length span {
	background: #222;
	color: #FFF;
	padding: 0 6px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 10px;
	font-size: 12px;
}

.ht-progress.ht-pb-style2 .ht-progress-bar-length span:before {
	content: "";
	border-width: 6px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

.ht-progress.ht-pb-style3 .ht-progress-bar {
	height: 18px;
	padding: 4px;
	background: #F0F0F0;
	border-radius: 20px;
}

.ht-progress.ht-pb-style3 .ht-progress-bar-length {
	position: relative;
	border-radius: 20px;
}

.ht-progress.ht-pb-style3 .ht-progress-bar-length span {
	color: #FFF;
	border-radius: 3px;
	opacity: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 15px;
	font-size: 10px;
	width: 32px;
	height: 32px;
	line-height: 36px;
	text-align: center;
}

.ht-progress.ht-pb-style3 .ht-progress-bar-length span:before {
	content: '';
	position: absolute;
	background: #444;
	border-radius: 0px 30px 30px 30px;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.ht-progress.ht-pb-style4 .ht-progress-bar-length {
	position: relative;
	border-radius: 20px;
}

.ht-progress.ht-pb-style4 .ht-progress-bar {
	height: 16px;
	border-radius: 20px;
}

.ht-progress.ht-pb-style4 .ht-progress-bar-length span {
	background: #FFC107;
	color: #fff;
	height: 40px;
	width: 40px;
	opacity: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	margin-bottom: -8px;
	font-size: 12px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}


/*Testimonial Widget*/

.ht-testimonial-widget h5 {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 5px;
}

.ht-testimonial-widget .designation {
	font-size: 0.85em;
	opacity: 0.9;
}

.ht-testimonial-widget.style1 {
	background: #FFF;
	padding: 25px;
	margin-bottom: 40px;
	color: #333;
	-webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border: 1px solid #F6F6F6;
}

.ht-testimonial-widget.style1 .ht-testimonial-excerpt {
	margin: 0 0 20px;
	font-size: 0.9em;
}

.ht-testimonial-widget.style1 .ht-testimonial-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-testimonial-widget.style1 img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	border-radius: 50%;
}

.ht-testimonial-widget.style1 h5,
.ht-testimonial-widget.style2 h5 {
	color: #333;
}

.ht-testimonial-widget.style2 {
	text-align: center;
	background: #FFF;
	padding: 90px 30px 40px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-top: 50px !important;
	color: #333;
	border: 1px solid #F6F6F6;
}

.ht-testimonial-widget.style2 img {
	position: absolute;
	width: 120px;
	height: auto;
	border-radius: 50%;
	border: 10px solid #FFF;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	top: -50px;
}

.ht-testimonial-widget.style2 .ht-testimonial-footer {
	margin-top: 30px;
}

.ht-testimonial-widget.style3 .ht-testimonial-excerpt {
	padding: 35px;
	background: #fff;
	margin-bottom: 25px;
	position: relative;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	color: #333;
}

.ht-testimonial-widget.style3 .ht-testimonial-excerpt:after {
	content: '';
	border: 12px solid transparent;
	position: absolute;
	border-top-color: #fff;
	height: 20px;
	bottom: -24px;
	left: 34px;
}

.ht-testimonial-widget.style3 .ht-testimonial-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-testimonial-widget.style3 img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	margin-left: 10px;
	border-radius: 50%;
}

.ht-testimonial-widget.style4 {
	text-align: center;
}

.ht-testimonial-widget.style4 img {
	width: 100px;
	height: auto;
	border-radius: 50%;
	margin: 0 auto 30px;
	border: 5px solid rgba(0, 0, 0, 0.1);
}

.ht-testimonial-widget.style4 .ht-testimonial-footer {
	position: relative;
	margin-top: 30px;
}

.ht-testimonial-widget.style4 .ht-testimonial-footer:after {
	content: "\f243";
	font-family: Flaticon;
	position: absolute;
	left: 50%;
	top: 0;
	height: 2px;
	line-height: 2px;
	margin-top: -16px;
	-webkit-transform: scale(1.5) translateX(-50%);
	transform: scale(1.5) translateX(-50%);
	opacity: 0.8;
}

.ht-testimonial-slides .ht-testimonial-widget {
	margin: 10px;
}

.ht-testimonial-slides .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.ht-testimonial-slides .owl-nav .owl-prev,
.ht-testimonial-slides .owl-nav .owl-next {
	display: inline-block;
	height: 44px;
	width: 44px;
	border: 1px solid #FFF;
	line-height: 44px;
	margin: 0 5px;
	background: #FFF;
	color: #333;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}


/*Social Icons*/

.ht-social-icons .ht-social-button {
	display: inline-block;
	background-color: #fff;
	color: #333;
	text-align: center;
	position: relative;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ht-social-icons.si-fade-in .ht-social-button .fa {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ht-social-icons.icon-small .ht-social-button {
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 3px;
}

.ht-social-icons.icon-normal .ht-social-button {
	font-size: 28px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 6px;
}

.ht-social-icons.icon-big .ht-social-button {
	font-size: 42px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 12px;
}

.ht-social-icons.icon-large .ht-social-button {
	font-size: 70px;
	width: 160px;
	height: 160px;
	line-height: 160px;
	margin: 20px;
}

.ht-social-icons.icon-left {
	text-align: left;
}

.ht-social-icons.icon-center {
	text-align: center;
}

.ht-social-icons.icon-right {
	text-align: right;
}

.ht-social-icons.si-fade-in .ht-social-button .fa {
	opacity: 0.8;
}

.ht-social-icons.si-fade-in .ht-social-button:hover .fa {
	opacity: 1;
}

.ht-social-icons.si-zoom .ht-social-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ht-social-icons.si-zoom .ht-social-button:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ht-social-icons.si-rotate .ht-social-button {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ht-social-icons.si-rotate .ht-social-button:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.ht-social-icons.si-slide-up .ht-social-button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.ht-social-icons.si-slide-up .ht-social-button:hover {
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.ht-social-icons.style1 .ht-social-button {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.ht-social-icons.style2 .ht-social-button {
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.ht-social-icons.style3 .ht-social-button {
	border: 2px solid #333;
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.ht-social-icons.style4 .ht-social-button {
	border: 2px solid #333;
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.ht-social-icons.rounded-corner.icon-small .ht-social-button {
	border-radius: 4px;
}

.ht-social-icons.rounded-corner.icon-normal .ht-social-button {
	border-radius: 6px;
}

.ht-social-icons.rounded-corner.icon-big .ht-social-button {
	border-radius: 8px;
}

.ht-social-icons.rounded-corner.icon-large .ht-social-button {
	border-radius: 18px;
}

.ht-social-icons.style6 .ht-social-button:after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	background: #FFF;
	border-radius: 50%;
	z-index: -1;
}

.ht-social-icons.style6 .ht-social-button .fa {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.ht-social-icons.style6.icon-normal .ht-social-button:after {
	margin: 2px;
}

.ht-social-icons.style6.icon-big .ht-social-button:after {
	margin: 6px;
}

.ht-social-icons.style6.icon-large .ht-social-button:after {
	margin: 10px;
}

.ht-social-icons.style7.icon-small .ht-social-button {
	-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset
}

.ht-social-icons.style7.icon-normal .ht-social-button {
	-webkit-box-shadow: 0 -6px 0 rgba(0, 0, 0, .08) inset;
	box-shadow: 0 -6px 0 rgba(0, 0, 0, .08) inset
}

.ht-social-icons.style7.icon-big .ht-social-button {
	-webkit-box-shadow: 0 -8px 0 rgba(0, 0, 0, .08) inset;
	box-shadow: 0 -8px 0 rgba(0, 0, 0, .08) inset
}

.ht-social-icons.style7.icon-large .ht-social-button {
	-webkit-box-shadow: 0 -12px 0 rgba(0, 0, 0, .08) inset;
	box-shadow: 0 -12px 0 rgba(0, 0, 0, .08) inset
}

.ht-social-icons a i {
	color: inherit !important;
}


/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/

#ht-preloader-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: red;
	z-index: 99999;
	overflow: hidden;
}

#ht-preloader-wrap>div {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ht-preloader-wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

body.ht-boxed #ht-page {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}

body.ht-boxed .ht-container {
	padding-left: 40px !important;
	padding-right: 40px !important;
	width: 100%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 60px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.page-content p,
.entry-content p,
.page-content ul,
.entry-content ul,
.page-content ol,
.entry-content ol {
	margin-bottom: 30px;
}

.page-content li,
.entry-content li {
	margin-bottom: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary {
	width: 70%;
	float: left;
}

#secondary {
	width: 27%;
	float: right;
}

.ht-no-sidebar #primary {
	width: auto;
	float: none;
}

.ht-no-sidebar-narrow #primary {
	width: 76%;
	float: none;
	margin: 0 auto;
}

.ht-left-sidebar #primary {
	float: right;
}

.ht-left-sidebar #secondary {
	float: left;
}


/*Blog layout 1*/

.blog-layout1 .ht-post-info {
	float: left;
	width: 80px;
	text-align: right;
}

.single .blog-layout1 .ht-post-info {
	margin-right: 30px;
	margin-bottom: 20px;
}

.blog-layout1 .ht-post-info .entry-date {
	display: block;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.blog-layout1 .ht-post-info .entry-date span {
	display: block;
	text-transform: uppercase;
}

.blog-layout1 .ht-post-info .entry-date span.ht-day {
	font-size: 60px;
	line-height: 1.3;
	color: #FFC107;
}

.blog-layout1 .ht-post-info .entry-author-comment {
	font-size: 0.9em;
	line-height: 1.4;
}

.blog-layout1 .ht-post-info .entry-author-comment a {
	color: inherit;
}

.blog-layout1 .ht-post-info .entry-author {
	text-decoration: none;
	padding: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.blog-layout1 .ht-post-info .comment-link {
	text-transform: lowercase;
}

.blog-layout1 .ht-post-info .comment-link i {
	margin-right: 6px;
}

.blog-layout1 .ht-post-info+.ht-post-wrapper {
	padding-left: 105px;
}

.blog-layout1 .entry-figure {
	text-align: center;
	margin-bottom: 25px;
}

.blog-layout1 .entry-header h1.entry-title,
.blog-layout1 .entry-header div.entry-title {
	margin-bottom: 40px;
}

.blog-layout1 .ht-post-content {
	padding: 0 30px 30px;
	background: #FFF;
}

.blog-layout1 .ht-post-content .entry-header {
	padding-top: 20px;
}

.blog-layout1 .entry-figure+.ht-post-content .entry-header {
	background: #FFF;
	position: relative;
	margin-top: -65px;
	width: 90%;
	padding: 15px 15px 0 30px;
	margin-left: -30px;
}

.entry-header .entry-title {
	margin-bottom: 20px;
}

.entry-header .entry-title a {
	text-decoration: none;
	color: inherit;
}

.entry-categories {
	font-size: 0.9em;
	opacity: 0.8;
	margin-bottom: 15px;
}

.entry-categories .fa {
	margin-right: 8px;
}

.entry-categories a {
	text-decoration: none;
	color: inherit;
}

.entry-categories a+.fa {
	margin-left: 30px;
}

.entry-readmore {
	margin-top: 40px;
}

.entry-readmore a {
	background: #FFC107;
	padding: 8px 20px;
	line-height: 30px;
	color: #FFF;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}

.entry-readmore a:hover {
	background: #333;
	color: #FFF;
}

.entry-comment i {
	margin-right: 6px;
}


/*Blog Layout 2*/

.blog-layout2 .entry-body {
	padding: 40px;
	background: rgba(0, 0, 0, 0.02);
}

.blog-layout2 .ht-post-info {
	float: left;
	width: 20%;
	text-align: center;
	z-index: 99;
	padding-right: 40px;
}

.blog-layout2 .ht-post-info+.ht-post-content {
	float: left;
	width: 80%;
}

.blog-layout2 .ht-post-date {
	text-align: center;
}

.blog-layout2 .entry-date {
	display: inline-block;
	background: #FFC107;
	width: 70px;
	color: #FFF;
	text-align: center;
	padding: 10px 15px;
	font-size: 0.9em;
	margin-top: -40px;
	margin-bottom: 40px;
	line-height: 1.3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-layout2 .ht-day {
	display: block;
	font-size: 30px;
	color: #FFF;
}

.blog-layout2 .entry-author-comment {
	font-size: 0.9em;
}

.blog-layout2 .entry-author-comment img {
	border-radius: 50%;
}

.blog-layout2 .entry-author-comment a {
	color: inherit;
}

.blog-layout2 .entry-author {
	margin-top: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blog-layout2 .comment-link {
	text-transform: lowercase;
}

.blog-layout2 .entry-header .entry-title {
	margin-bottom: 20px;
}

.blog-layout2 .entry-readmore {
	text-align: right;
}


/*Blog Layout 3*/

.blog-layout3 .ht-post-content {
	background: #FFF;
	padding: 40px 40px 0;
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
}

.blog-layout3 .entry-figure+.ht-post-content {
	margin-top: -100px;
}

.blog-layout3 .entry-categories {
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.8em;
}

.blog-layout3 .entry-header .entry-title {
	margin-bottom: 20px;
}

.blog-layout3 .ht-post-info {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.blog-layout3 .ht-post-info>span {
	margin-right: 20px;
}

.blog-layout3 .ht-post-info a {
	color: inherit;
}


/*Blog Layout 4*/

.blog-layout4-first {
	position: relative;
}

.blog-layout4-first .entry-figure {
	position: relative;
}

.blog-layout4-first .entry-figure a:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-layout4-first:hover .entry-figure a:after {
	background: rgba(0, 0, 0, 0.6)
}

.blog-layout4-first .ht-post-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #FFF;
	padding: 40px 100px;
}

.blog-layout4-first .ht-post-content a {
	color: #FFF;
}

.total-hentry-wrap {
	margin-left: -5%;
}

.total-hentry-wrap .blog-layout4.total-hentry {
	width: 45%;
	float: left;
	margin-left: 5%;
}

.total-hentry-wrap .blog-layout4.total-hentry:nth-child(2n+1) {
	clear: both;
}

.blog-layout4 .entry-figure {
	margin-bottom: 20px;
}

.blog-layout4 .entry-header .entry-title {
	font-size: 1.3em;
}

.blog-layout4 .entry-categories,
.blog-layout4-first .entry-categories {
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.8em;
}

.blog-layout4 .ht-post-info,
.blog-layout4-first .ht-post-info {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.blog-layout4 .ht-post-info>span,
.blog-layout4-first .ht-post-info>span {
	margin-right: 20px;
}

.blog-layout4 .ht-post-info a,
.blog-layout4-first .ht-post-info a {
	color: inherit;
}


/*-------------------------*/

.single-entry-meta {
	margin-bottom: 40px;
	font-size: 0.9em;
}

.single-entry-meta a {
	color: inherit;
}

.single-entry-meta img {
	border-radius: 50%;
	margin-right: 10px;
}

.single-entry-meta>span {
	margin-right: 30px;
	opacity: 0.8;
}

.single-entry-meta .entry-comment i {
	margin-right: 5px;
}

.content-area .entry-content blockquote {
	background: #F6F6F6;
	padding: 40px;
	clear: both;
	margin: 0 0 30px;
	border-left: 3px solid #FFC107;
	font-style: italic;
	font-size: 1.1em;
}

.content-area .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-footer {
	margin-top: 30px;
	font-size: 0.7em;
	line-height: 1;
}

.entry-footer span {
	margin-right: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
}

.entry-footer a {
	background: #EEE;
	padding: 6px 10px;
	display: inline-block;
	margin-right: 10px;
	color: #333;
	border-radius: 20px;
}

.entry-footer a:hover {
	background: #333;
	color: #EEE;
}

.entry-footer .entry-tags {
	margin-top: 30px;
}

.ht-social-share {
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 0.9em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-social-share>span .fa {
	margin-right: 10px;
}

.total-plus-share-buttons {
	float: right;
	margin-left: 40px;
}

.total-plus-share-buttons a {
	display: inline-block;
	line-height: 38px;
	width: 38px;
	height: 38px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF !important;
	background: #333;
	font-size: 16px;
	border-radius: 30px;
}

.total-plus-share-buttons a i {
	color: #FFF;
}

.total-plus-share-buttons .twitter-share {
	background: #2aa9e0;
}

.total-plus-share-buttons .facebook-share {
	background: #204385;
}

.total-plus-share-buttons .googleplus-share {
	background: #d3492c;
}

.total-plus-share-buttons .pinterest-share {
	background: #ca2128;
}

.total-plus-share-buttons .linkedin-share {
	background: #02669a;
}

.total-plus-share-buttons .stumbleupon-share {
	background: #eb4924;
}

.post-navigation {
	margin-bottom: 40px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.4;
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 50%;
	padding: 0 50px;
}

.post-navigation .nav-next {
	text-align: right;
	border-left: 1px solid #EEE;
}

.post-navigation a {
	color: inherit;
}

.post-navigation a span {
	display: block;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.post-navigation a span .fa {
	margin: 0 10px;
}

.total-plus-author-info {
	margin-bottom: 60px;
}

.total-plus-author-avatar {
	float: left;
}

.total-plus-author-description {
	padding-left: 130px;
}

.total-plus-author-icons a {
	color: #AAA;
	padding: 10px;
}

.total-plus-related-post {
	margin-top: 40px;
}

.total-plus-related-post .related-post-title {
	font-size: 1.5em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.total-plus-related-post .related-post-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}

ul.total-plus-related-post-wrap {
	margin: 0 0 0 -3%;
	padding: 0;
	list-style: none;
}

ul.total-plus-related-post-wrap li {
	float: left;
	width: 30.33%;
	margin-left: 3%;
}

ul.total-plus-related-post-wrap .relatedthumb {
	margin-bottom: 15px;
}

ul.total-plus-related-post-wrap h4 {
	font-size: 1.1em;
}

ul.total-plus-related-post-wrap h4 a {
	color: inherit;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.widget-area .widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget-area .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}

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

.widget-area ul ul {
	border-top: 1px solid #f9f9f9;
	margin-top: 5px;
}

.widget-area ul ul li {
	padding-left: 10px;
}

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

.widget-area li {
	padding: 10px 0;
	border-bottom: 1px solid #f9f9f9;
}

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

.widget-area a:hover {
	color: #FFC107
}

.widget-area .widget {
	margin-bottom: 35px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.author-email-url {
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input {
	width: 100%;
}

.comment-form .form-submit {
	margin-bottom: 0
}

#comments {}

h3#reply-title,
h3.comments-title {
	font-size: 1.5em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}

.logged-in-as,
.comment-notes {
	font-size: 0.9em;
}

.logged-in-as a {
	color: inherit;
}

#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment .children {
	display: block;
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: none;
}

article.comment-body {
	background: #fff;
	margin: 0 0 30px;
	position: relative;
	border: 1px solid #EEE;
	padding: 30px;
}

.comment-list a {
	color: #404040;
}

.comment-list a:hover {
	color: #FFC107;
}

.comment-list .comment-respond {
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px;
}

.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn {
	font-weight: normal;
	font-size: 16px;
}

.comment-list .edit-link {
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
}

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 14px;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	background: #FFC107;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.comment-navigation .nav-next a {
	margin-right: 13px;
}

.comment-navigation .nav-next a:after {
	content: "";
	position: absolute;
	border-left: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.comment-navigation .nav-previous a {
	margin-left: 11px;
}

.comment-navigation .nav-previous a:after {
	content: "";
	position: absolute;
	border-right: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments {
	color: #FFC107;
}

.pagination {
	clear: both;
	text-align: center;
	margin-bottom: 60px;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 0 2px;
	background: #FFC107;
	color: #FFF;
	padding: 16px 22px;
	line-height: 1;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: #333;
	color: #FFF;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.ht-container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.ht-fullwidth-container {
	width: auto !important;
	max-width: none !important;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#ht-masthead {
	z-index: 999;
	transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
}

.ht-header-above #ht-masthead {
	position: relative;
}

.ht-header-over #ht-masthead {
	position: absolute;
	left: 0;
	right: 0;
}

.ht-header-over.ht-hide-titlebar #ht-masthead,
.ht-header-above.ht-hide-titlebar #ht-masthead {
	position: relative;
	padding-bottom: 40px;
}

.ht-top-header {
	background: #FFC107;
	padding: 10px 0;
	font-size: 0.86rem;
	line-height: 1.2;
	color: #FFF;
}

.ht-mobile-top-header {
	display: none;
}

.ht-top-header a {
	text-decoration: none;
	color: #FFF;
}

.ht-top-header p {
	margin-bottom: 0;
}

.ht-top-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.th-social a {
	padding: 5px 10px;
	font-size: 1rem;
}

.th-menu>ul>li {
	display: inline-block;
	margin: 0 8px;
}

.ht-th-left {
	float: left;
	max-width: 80%;
}

.ht-th-right {
	float: right;
	max-width: 80%;
}

.ht-th-right .widget {
	margin: 0;
}

.ht-top-header .widget_polylang ul li {
	display: inline-block;
	margin: 0 5px;
}

.ht-header {
	position: relative;
}

#ht-site-branding {
	padding: 15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

#ht-site-branding img {
	max-height: 60px;
	width: auto;
}

.ht-header-widget {
	float: right;
	max-width: 72%;
}

.ht-header-widget .widget:last-child {
	margin-bottom: 0;
}

.ht-main-header {
	background: #f7f9fd;
	padding: 45px 0;
	margin-bottom: 40px;
	position: relative;
}

.ht-main-header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ht-main-header>.ht-container {
	position: relative;
}

.ht-main-title {
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
}

.ht-main-title:last-child,
.ht-sub-title:last-child {
	margin-bottom: 0;
}

.ht-sub-title {
	margin-bottom: 15px;
	font-size: 1.2em;
}

.ht-site-title {
	font-weight: 400;
	margin: 0 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 32px !important;
	line-height: 1 !important;
}

.ht-site-title a {
	text-decoration: none;
	color: #FFC107;
}

.ht-site-description {
	color: #EEE;
	margin: 0;
	font-size: 15px;
	line-height: 1;
}

.ht-site-description a {
	color: #333;
}


/*Header One*/

.ht-header-one .ht-header {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ht-header-one .ht-header .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-header-one .ht-main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*Header Two*/

#ht-masthead.ht-header-two {
	margin-top: 40px;
	position: absolute;
	left: 0;
	right: 0;
}

.ht-boxed #ht-masthead.ht-header-two {
	left: 40px;
	right: 40px;
}

.ht-header-two .ht-header .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.ht-header-two .ht-header-nav-wrap {
	float: right;
}

.ht-header-two .ht-top-header {
	padding-left: 20px;
	padding-right: 20px;
}

.ht-header-two .ht-main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.ht-header-two.hover-style5 .ht-main-navigation,
.ht-header-two.hover-style6 .ht-main-navigation {
	padding: 0;
}

.ht-header-two #ht-site-branding {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 15px;
}


/*Header Three*/

#ht-masthead.ht-header-three {
	position: absolute;
	left: 0;
	right: 0;
}

.ht-header-three .ht-top-header {
	margin-bottom: 20px;
}

.ht-header-three .ht-header .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.ht-sticky-header .ht-header-three .ht-header.headroom.headroom--not-top .ht-container {
	border-bottom: 0;
}

.ht-header-three .ht-main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-header-three.hover-style6 .ht-menu>ul>li.menu-item>a:before {
	bottom: auto;
	top: 0;
}

.ht-header-three .ht-menu>ul {
	float: right;
}


/*Header Four*/

.ht-header-four .ht-middle-header {
	border-top: 4px solid #FFC107;
}

.ht-header-four .ht-top-header+.ht-middle-header {
	border-top: 0
}

.ht-header-four .ht-middle-header .ht-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ht-header-four .ht-header {
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ht-sticky-header .ht-header-four .ht-header.headroom--not-top {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ht-header-four .ht-header-wrap {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.ht-header-four .ht-header .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.ht-sticky-header .ht-header-four .ht-header.headroom--not-top .ht-container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ht-header-four .ht-main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-sticky-header .ht-header-four .ht-header.headroom.headroom--not-top .ht-main-navigation {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ht-header-four.hover-style5 .ht-header .ht-container,
.ht-header-four.hover-style6 .ht-header .ht-container {
	padding: 0;
}

.ht-header-four .ht-menu>ul>li.menu-item {
	margin: 0;
}

.ht-header-four .ht-menu>ul>li.menu-item>a {
	margin: 0 10px;
}

.ht-header-four.hover-style5 .ht-menu>ul>li.menu-item>a {
	margin: 0;
}

.ht-header-four .ht-menu>ul>li.menu-item>a:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.07);
}

.ht-header-four.hover-style2 .ht-menu>ul>li.menu-item>a:after,
.ht-header-four.hover-style4 .ht-menu>ul>li.menu-item>a:after {
	right: -11px;
}

.ht-header-four.hover-style5 .ht-menu>ul>li.menu-item>a:after {
	right: 0;
}

.ht-header-four .ht-menu>ul>li.menu-item>a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.07);
}

.ht-header-four.hover-style2 .ht-menu>ul>li.menu-item>a:before,
.ht-header-four.hover-style4 .ht-menu>ul>li.menu-item>a:before {
	left: -11px;
}

.ht-header-four.hover-style5 .ht-menu>ul>li.menu-item>a:before {
	left: 0;
}

.ht-header-four .ht-menu>ul>li.menu-item:first-child>a:before {
	display: none;
}

.ht-header-four .ht-menu>ul>li.menu-item:last-child>a:after {
	display: none;
}

.ht-header-four.hover-style6 .ht-menu>ul>li.menu-item:hover>a:before,
.ht-header-four.hover-style6 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.ht-header-four.hover-style6 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.ht-header-four.hover-style6 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.ht-header-four.hover-style6 .ht-menu>ul>li.menu-item.current>a:before {
	width: 100%;
	top: auto;
}

.ht-site-header.ht-header-four .ht-menu>ul>li.menu-item>a {
	padding-left: 30px;
	padding-right: 30px;
}


/*Header Five*/

#ht-masthead.ht-header-five {
	position: absolute;
	left: 0;
	right: 0;
}

.ht-boxed #ht-masthead.ht-header-five {
	left: 40px;
	right: 40px;
}

.ht-header-five .ht-top-header {
	transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

.ht-header-five .ht-header {
	margin-top: 25px;
}

.ht-header-five .ht-header .ht-container {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.ht-header-five .ht-top-header+.ht-header {
	margin-top: 0;
}

.ht-header-five .ht-top-header+.ht-header .ht-container {
	padding-top: 25px;
}

.ht-sticky-header .ht-header-five .ht-top-header+.ht-header.headroom--not-top .ht-container {
	padding-top: 0;
}

.ht-header-five .ht-header .ht-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 35px solid transparent;
}

.ht-header-five .ht-header .ht-container:after {
	content: "";
	position: absolute;
	top: 0;
	right: -35px;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-right: 35px solid transparent;
}

.ht-sticky-header .ht-header-five .ht-header.headroom--not-top .ht-container:before,
.ht-sticky-header .ht-header-five .ht-header.headroom--not-top .ht-container:after {
	display: none;
}

.ht-header-five .ht-header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-header-five .ht-main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-header-five .ht-menu>ul {
	float: right;
}

.ht-header-five .ht-top-header.ht-container {
	max-width: 1070px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9;
}

.ht-header-five .ht-top-header:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 30px;
	background: #FFF;
	left: -20px;
	-webkit-transform: skewX(-18deg);
	transform: skewX(-18deg);
}

.ht-header-five .ht-top-header:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 30px;
	background: #FFF;
	right: -20px;
	-webkit-transform: skewX(18deg);
	transform: skewX(18deg);
}


/*Header Six*/

.ht-header-six#ht-masthead {
	position: relative;
}

.ht-header-six .ht-middle-header {
	background: #FFF;
	padding: 20px 0;
}

.ht-header-six #ht-site-branding {
	width: 260px;
	float: left;
	transform: translateY(30%);
	-ms-transform: translateY(30%);
	-webkit-transform: translateY(30%);
}

.ht-header-six .ht-main-navigation {
	background: #FFC107;
	position: relative;
}

.ht-header-six .ht-main-navigation:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 35%;
	right: calc(30% + 585px);
	background: #FFF;
}

.ht-header-six .ht-main-navigation:after {
	content: "";
	position: absolute;
	right: calc(30% + 585px - 50px);
	top: 0;
	width: 100px;
	background: #FFF;
	bottom: 35%;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.ht-sticky-header .ht-header-six .ht-header.headroom--not-top .ht-main-navigation:before,
.ht-sticky-header .ht-header-six .ht-header.headroom--not-top .ht-main-navigation:after {
	display: none;
}

.ht-header-six .ht-main-navigation .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-header-six .ht-menu {
	margin-left: 30%;
}


/*Sticky Header*/

@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -200px
	}
	to {
		margin-top: 0
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -200px
	}
	to {
		margin-top: 0
	}
}

.ht-sticky-header .headroom.headroom--not-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
	-webkit-animation: headerSlideDown .95s ease forwards;
	animation: headerSlideDown .95s ease forwards
}

.admin-bar.ht-sticky-header .headroom.headroom--not-top {
	top: 32px;
}

.ht-sticky-header .ht-header-two.ht-site-header .headroom.headroom--not-top .ht-top-header {
	display: none;
}


/*Sticky Heade Endsr*/

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
	font-size: 15px;
	margin: 0;
	color: inherit;
}

.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a {
	color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover {
	color: #FFC107;
}

.taxonomy-description,
.term-description {
	margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child {
	margin-bottom: 0;
}

.site-main .comment-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.ht-section {
	background: #FFF;
}

[data-stellar-background-ratio] {
	background-attachment: fixed !important;
}

.ht-section-wrap {
	padding: 100px 0;
	position: relative;
}

.ht-section-tagline-text {
	font-size: 1.3rem;
}

.ht-section-title-tagline {
	margin-bottom: 60px;
}

.ht-section-super-title {
	display: block;
	margin-bottom: 15px;
	font-size: 1.1rem;
	opacity: 0.9;
}

.ht-section-title {
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 36px;
}

.ht-section-title-wrap {
	margin-bottom: 15px;
}

.ht-section-title-wrap:last-child {
	margin-bottom: 0;
}

.ht-section-title-top-center {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.ht-section-title-top-cs {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.ht-section-title-top-cs .ht-section-title {
	position: relative;
	padding-bottom: 15px;
}

.ht-section-title-top-cs .ht-section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 60px;
	margin-left: -30px;
	margin-top: -3px;
	height: 3px;
	background: #333;
}

.ht-section-title-top-ls .ht-section-title {
	position: relative;
	padding-bottom: 15px;
}

.ht-section-title-top-ls .ht-section-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 60px;
	margin-top: -3px;
	height: 3px;
	background: #333;
}

.ht-section-title-side {
	width: 30%;
	float: left;
	text-align: left;
	margin-bottom: 0;
	padding-right: 40px;
}

.ht-section-title-side+.ht-section-content {
	width: 70%;
	float: left;
}

.ht-section-title-side .ht-section-title {
	letter-spacing: 0;
	line-height: 1.2;
}

.ht-section-title-single-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.ht-section-title-single-row .ht-section-title-wrap {
	width: 30%;
	padding-right: 40px;
	border-right: 3px solid #333;
	margin-bottom: 0;
}

.ht-section-title-single-row .ht-section-title {
	margin-bottom: 0;
	letter-spacing: 0;
	line-height: 1.2;
}

.ht-section-title-single-row .ht-section-tagline {
	width: 70%;
	padding-left: 40px;
}

.ht-section-title-big {
	text-align: center;
}

.ht-section-title-big .ht-section-title-wrap {
	position: relative;
}

.ht-section-title-big .ht-section-super-title {
	position: absolute;
	font-size: 6rem;
	font-weight: bold;
	color: rgba(0, 0, 0, .05);
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	line-height: 1.1;
}

.ht-section-title-big .ht-section-title {
	padding: 40px 0;
	margin: 0;
	position: relative;
}

.ht-section-title-big .ht-section-title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 70px;
	height: 2px;
	background: #FFC107;
	-webkit-box-shadow: -35px -8px 0px 0px #FFC107;
	box-shadow: -35px -8px 0px 0px #FFC107;
	margin-left: -35px;
	margin-top: -20px;
}

.ht-section-button {
	margin-top: 30px;
}

.ht-section-button a {
	color: #FFF;
}

.ht-section-content .ht-section-button {
	text-align: center;
}

.ht-section-seperator {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}

.top-section-seperator {
	top: -1px;
}

.bottom-section-seperator {
	bottom: -1px;
}

.ht-section-seperator svg {
	height: 100%;
	width: 100%;
}

.svg-water-waves-wrap svg,
.svg-water-waves-wrap{
	min-height: 80px;
}

.svg-clouds-wrap svg,
.svg-clouds-wrap,
.svg-droplets-wrap svg,
.svg-droplets-wrap {
	min-height: 150px;
}

.svg-paper-cut-wrap svg,
.svg-paper-cut-wrap {
	max-height: 120px;
}

.top-section-seperator.svg-big-triangle-left-wrap svg,
.top-section-seperator.svg-tilt-left-wrap svg {
	-webkit-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
}

.top-section-seperator.svg-big-triangle-right-wrap svg,
.top-section-seperator.svg-curve-center-wrap svg,
.top-section-seperator.svg-clouds-wrap svg,
.top-section-seperator.svg-tilt-right-wrap svg,
.top-section-seperator.svg-uniform-waves-wrap svg,
.top-section-seperator.svg-water-waves-wrap svg,
.top-section-seperator.svg-slanted-waves-wrap svg,
.top-section-seperator.svg-zigzag-wrap svg,
.bottom-section-seperator.svg-big-triangle-center-wrap svg,
.bottom-section-seperator.svg-curve-repeater-wrap svg,
.bottom-section-seperator.svg-droplets-wrap svg,
.bottom-section-seperator.svg-small-triangle-center-wrap svg,
.bottom-section-seperator.svg-big-waves-wrap svg,
.bottom-section-seperator.svg-paper-cut-wrap svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bottom-section-seperator.svg-big-triangle-right-wrap svg,
.bottom-section-seperator.svg-tilt-right-wrap svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.ht-main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ht-menu li.menu-item {
	position: relative;
}

.ht-menu>ul>li.menu-item {
	float: left;
	margin-left: 10px;
}

.ht-menu li.menu-item>a {
	position: relative;
	text-decoration: none;
	display: block;
}

.ht-menu>ul>li.menu-item>a {
	padding: 0 15px;
}

.ht-menu li.menu-item>a>i {
	line-height: inherit !important;
	font-size: 1em !important;
}

.ht-menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #FFF;
	min-width: 240px;
	z-index: 999;
	padding: 0;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

.ht-menu>ul>li.menu-item:last-child>ul {
	left: auto;
	right: 0;
}

.ht-menu ul ul ul {
	left: 100%;
	top: 0;
	margin: 0;
	border-top: 0;
}

.ht-menu ul ul li.menu-item {
	float: none;
	margin: 0;
	padding: 0 25px;
}

.ht-menu ul ul li.menu-item>a {
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ht-menu ul ul li.menu-item:last-child a {
	border-bottom: 0;
}

.ht-menu ul ul a .dropdown-nav {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ht-menu ul li.menu-item:hover>ul {
	display: block;
}

.ht-menu>ul>li.menu-item:hover>a,
.ht-menu>ul>li.menu-item.current_page_item>a,
.ht-menu>ul>li.menu-item.current-menu-item>a,
.ht-menu>ul>li.menu-item.current_page_ancestor>a {
	background: none;
	color: inherit;
}

.ht-menu ul ul li.menu-item.menu-item-has-children>a {
	padding-right: 10px;
}

.ht-header-bttn {
	display: inline-block;
	margin-left: 20px;
	padding: 0 20px;
	white-space: nowrap;
}

.hover-style5 .ht-header-bttn,
.hover-style6 .ht-header-bttn {
	padding: 0 20px;
}


/*Mega Menu*/

.ht-main-navigation .ht-menu ul.megamenu {
	padding: 20px;
}

.ht-menu ul li:not(.megamenu-category) ul.megamenu ul {
	opacity: 1 !important;
	display: block !important;
	position: static;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 0;
}

.ht-menu ul ul.megamenu>li.menu-item {
	float: left;
}

.ht-menu ul ul.megamenu ul li.menu-item {
	padding: 0;
}

.ht-menu .megamenu-auto-width .megamenu.col-1 {
	width: 220px;
}

.ht-menu .megamenu-auto-width .megamenu.col-2 {
	width: 440px;
}

.ht-menu .megamenu-auto-width .megamenu.col-3 {
	width: 660px;
}

.ht-menu .megamenu-auto-width .megamenu.col-4 {
	width: 880px;
}

.ht-menu .megamenu-auto-width .megamenu.col-5 {
	width: 1000px;
}

.ht-menu .megamenu-auto-width .megamenu.col-6 {
	width: 1220px;
}

.ht-main-navigation li.megamenu-auto-width ul.megamenu {
	padding: 20px 10px;
}

.ht-menu ul li.megamenu-auto-width ul.megamenu>li.menu-item {
	padding: 0 8px;
}

.ht-menu .megamenu.col-1>li.menu-item {
	width: 100%;
}

.ht-menu .megamenu.col-2>li.menu-item {
	width: 50%;
}

.ht-menu .megamenu.col-3>li.menu-item {
	width: 33.33%;
}

.ht-menu .megamenu.col-4>li.menu-item {
	width: 25%;
}

.ht-menu .megamenu.col-5>li.menu-item {
	width: 20%;
}

.ht-menu .megamenu.col-6>li.menu-item {
	width: 16.66%;
}

.ht-menu ul.megamenu li.menu-item.heading-yes>a {
	font-size: 1em;
	text-transform: uppercase;
}

li.menu-item.heading-hide>a {
	display: none !important;
}

.ht-menu ul ul.megamenu li.menu-item>a {
	border-bottom: 0;
	padding: 10px 0;
}

ul.megamenu>li.menu-item a .dropdown-nav {
	display: none;
}

.ht-menu .menu-template,
.ht-menu .menu-widget {
	margin-bottom: 20px;
}

.ht-menu .menu-template:last-child,
.ht-menu .menu-widget:last-child {
	margin-bottom: 0;
}

li.menu-item.heading-yes>a {
	pointer-events: none;
	color: inherit !important;
}

.megamenu-full-width.megamenu-category .cat-megamenu-tab {
	width: 220px;
	padding: 40px 0;
	float: left;
}

.megamenu-full-width.megamenu-category .cat-megamenu-tab>div {
	position: relative;
	padding: 10px 10px 10px 0;
	cursor: pointer;
}

.megamenu-full-width.megamenu-category .cat-megamenu-tab>div:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.megamenu-full-width.megamenu-category .cat-megamenu-content {
	padding-left: 220px;
	background: none;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content ul {
	display: none;
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul {
	display: block;
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content ul:first-child {
	display: block;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content ul li {
	width: 31.33%;
	float: left;
	margin-left: 2%;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content-full {
	margin-left: -2%;
}

.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul li {
	width: 23%;
	float: left;
	margin-left: 2%;
}

.megamenu-full-width.megamenu-category .mega-post-title {
	margin-bottom: 8px;
}

.megamenu-full-width.megamenu-category .mega-post-title a {
	font-size: inherit;
	line-height: 1.2 !important;
	display: block;
}

.megamenu-full-width.megamenu-category .mega-post-link {
	display: block;
	margin-bottom: 10px;
}

.megamenu-full-width.megamenu-category .mega-post-date {
	font-size: 0.9em;
	opacity: 0.7;
}


/*Header Hover Style*/

.hover-style1 .ht-menu>ul>li.menu-item>a {
	border-radius: 2px;
}

.hover-style1 .ht-menu>ul>li.menu-item:hover>a,
.hover-style1 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style1 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style1 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style1 .ht-menu>ul>li.menu-item.current>a {
	background: #FFC107;
	color: #FFF;
}

.hover-style2 .ht-menu>ul>li.menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item>a {
	border: 1px solid transparent;
}

.hover-style2 .ht-menu>ul>li.menu-item:hover>a,
.hover-style2 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style2 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style2 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style2 .ht-menu>ul>li.menu-item.current>a,
.hover-style4 .ht-menu>ul>li.menu-item:hover>a,
.hover-style4 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style4 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style4 .ht-menu>ul>li.menu-item.current>a {
	border: 1px solid #FFC107;
	color: #FFC107;
}

.hover-style3 .ht-menu>ul>li.menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item>a {
	border-radius: 30px;
}

.hover-style3 .ht-menu>ul>li.menu-item>a,
.hover-style5 .ht-menu>ul>li.menu-item>a {
	padding-left: 20px;
	padding-right: 20px;
}

.hover-style3 .ht-menu>ul>li.menu-item:hover>a,
.hover-style3 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style3 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style3 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style3 .ht-menu>ul>li.menu-item.current>a {
	background: #FFC107;
}

.hover-style5 .ht-menu li.menu-item {
	margin-left: 0;
}

.hover-style6 .ht-menu>ul>li.menu-item>a {
	position: relative;
}

.hover-style6 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current>a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: #FFC107;
}


/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/

#ht-home-slider-section {
	position: relative;
}

.ht-slide {
	position: relative;
}

.ht-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.ht-full-window-slider .ht-slide {
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}

.ht-slide img {
	width: 100%;
}

.ht-slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

.ht-slide-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1170px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ht-slide-caption.ht-slide-center {
	text-align: center;
}

.ht-slide-caption.ht-slide-left {
	text-align: left;
}

.ht-slide-caption.ht-slide-right {
	text-align: right;
}

.ht-slide-caption.ht-slide-center .ht-slide-cap-title,
.ht-slide-caption.ht-slide-center .ht-slide-cap-desc {
	padding: 0 10%;
}

.ht-slide-caption.ht-slide-left .ht-slide-cap-title,
.ht-slide-caption.ht-slide-left .ht-slide-cap-desc {
	text-align: left;
	padding-right: 40%;
}

.ht-slide-caption.ht-slide-right .ht-slide-cap-title,
.ht-slide-caption.ht-slide-right .ht-slide-cap-desc {
	padding-left: 40%;
}

.ht-slide-cap-title {
	font-size: 46px;
	color: #FFF;
	margin-bottom: 40px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.ht-slide-cap-title span {
	display: inline-block;
	padding: 8px 15px;
	background: #FFC107;
}

.ht-slide-cap-desc {
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.ht-slide-button {
	margin-top: 30px;
}

.ht-slide-button a {
	display: inline-block;
	border: 2px solid #FFF;
	padding: 10px 20px;
	color: #FFF;
	background: none;
}

.ht-slide-button a:hover {
	background: #FFF;
	color: #333;
}

#ht-home-slider-section .owl-nav [class*=owl-] {
	position: absolute;
	height: 70px;
	width: 50px;
	top: 50%;
	margin-top: -35px;
	opacity: 0.6;
	text-indent: -9999px;
}

#ht-home-slider-section .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-prev {
	background: url(images/prev.png) no-repeat center rgba(0, 0, 0, 0.3);
	left: 0;
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-next {
	background: url(images/next.png) no-repeat center rgba(0, 0, 0, 0.3);
	right: 0;
}

#ht-home-slider-section .owl-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
}

#ht-home-slider-section .owl-dots .owl-dot {
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 2px solid #FFF;
	margin: 0 4px;
}

#ht-home-slider-section .owl-dots .owl-dot.active {
	background: #FFF;
}

.ht-slide-cap-title {
	opacity: 0;
	transform: translateY(-50px);
	-webkit-transition: all 0.3s ease 0.6s;
	transition: all 0.3s ease 0.6s;
}

.active .ht-slide-cap-title {
	transform: translateY(0);
	opacity: 1;
}

.ht-slide-cap-desc {
	opacity: 0;
	transform: translateY(-50px);
	-webkit-transition: all 0.3s ease 1s;
	transition: all 0.3s ease 1s;
}

.active .ht-slide-cap-desc {
	transform: translateY(0);
	opacity: 1;
}

.ht-slide-button {
	opacity: 0;
	transform: translateY(-50px);
	-webkit-transition: all 0.3s ease 1.5s;
	transition: all 0.3s ease 1.5s;
}

.active .ht-slide-button {
	transform: translateY(0);
	opacity: 1;
}

.ht-main-banner {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.ht-main-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ht-main-banner .ht-container {
	min-height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-banner-caption {
	color: #FFF;
	padding: 80px 0;
}

.ht-banner-left .ht-banner-caption {
	width: 60%;
}

.ht-banner-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ht-banner-right .ht-banner-caption {
	width: 60%;
	text-align: right;
}

.ht-banner-center .ht-banner-caption {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.ht-banner-title {
	font-size: 60px;
	margin-bottom: 20px;
	color: #FFF;
}

.ht-banner-subtitle {
	font-size: 24px;
	margin-bottom: 30px;
}

.ht-full-height {
	min-height: 100vh;
}


/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/

#ht-about-section .ht-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
}

.ht-about-sec {
	width: 54%;
	padding-right: 30px;
}

.ht-about-sec.fullwidth {
	width: 100%;
	padding: 0;
}

.ht-about-sec h2 {
	text-align: left;
	width: auto;
}

.ht-progress {
	margin-bottom: 30px;
}

.ht-progress:last-child {
	margin-bottom: 0;
}

.ht-progress h6 {
	margin-bottom: 5px;
}

.ht-progress-bar-sec {
	margin-top: 30px;
}

.ht-about-sec.fullwidth .ht-progress-bar-sec {
	width: 50%;
}

.ht-progress-bar {
	height: 8px;
	width: 100%;
	position: relative;
	background: #f6f6f6
}

.ht-progress-bar-length {
	background: #FFC107;
	height: 100%;
	text-align: right;
	width: 0;
}

.ht-progress-bar-length span {
	position: absolute;
	right: 0;
	bottom: 100%;
}

.ht-about-sidebar {
	width: 45%;
	padding-left: 30px;
}


/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/

.ht-featured-post-wrap {
	margin-left: -3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ht-featured-post {
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	margin-bottom: 50px;
}

.ht-featured-post h5 {
	margin-bottom: 20px;
}

.ht-featured-link a {
	display: inline-block;
	font-size: 0.9em;
}

.ht-featured-icon i {
	vertical-align: middle;
}

.ht-featured-link {
	margin-top: 30px;
}

.ht-featured-link i {
	margin-left: 10px;
}

.ht-featured-excerpt {
	opacity: 0.9;
}

.ht-col-2 .ht-featured-post {
	width: 47%;
}

.ht-col-3 .ht-featured-post {
	width: 30.33%;
}

.ht-col-4 .ht-featured-post {
	width: 22%;
}

.ht-col-5 .ht-featured-post {
	width: 17%;
}

.ht-col-6 .ht-featured-post {
	width: 13.66%;
}

.ht-col-2 .ht-featured-post:nth-child(2n+1) {
	clear: both;
}

.ht-col-3 .ht-featured-post:nth-child(3n+1) {
	clear: both;
}

.ht-col-4 .ht-featured-post:nth-child(4n+1) {
	clear: both;
}

.ht-col-5 .ht-featured-post:nth-child(5n+1) {
	clear: both;
}

.ht-col-6 .ht-featured-post:nth-child(6n+1) {
	clear: both;
}

.ht-featured-section .style1 .ht-featured-post {
	border: 2px solid #FFF;
	padding: 0 30px 60px;
	position: relative;
	border-top: 0;
	margin-bottom: 70px;
}

.ht-featured-section .style1 .ht-featured-post:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: 80px;
	height: 2px;
	background: #FFF;
}

.ht-featured-section .style1 .ht-featured-post:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	margin-left: 80px;
	height: 2px;
	background: #FFF;
}

.ht-featured-section .style1 .ht-featured-icon {
	display: inline-block;
	color: #FFF;
	font-size: 46px;
	line-height: 80px;
	width: 160px;
	margin-bottom: 10px;
}

.ht-featured-section .style1 .ht-featured-link {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.ht-featured-section .style1 .ht-featured-link a {
	color: #FFF;
	padding: 10px 20px;
}

.ht-featured-section .style2 .ht-featured-post {
	background: #FFF;
	padding: 30px;
	-webkit-box-shadow: 0px 1px 20px -8px rgba(158, 153, 158, 1);
	box-shadow: 0px 1px 20px -8px rgba(158, 153, 158, 1);
	border-top: 3px solid #FFC107;
}

.ht-featured-section .style2 .ht-featured-post * {
	color: #444;
}

.ht-featured-section .style2 .ht-featured-icon {
	color: #333;
	font-size: 46px;
	margin-bottom: 20px;
}

.ht-featured-section .style3 .ht-featured-post {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 30px;
	margin-bottom: 40px;
}

.ht-featured-section .style3 .ht-featured-icon {
	font-size: 40px;
	margin-bottom: 30px;
}

.ht-featured-section .style4 .ht-featured-post {
	text-align: left;
}

.ht-featured-section .style4 .ht-featured-icon {
	font-size: 30px;
	margin-bottom: 10px;
}

.ht-featured-section .style4 .ht-featured-link {
	margin-top: 15px;
}

.ht-featured-section .style4 .ht-featured-excerpt {
	font-size: 0.94em;
}

.ht-featured-section .style5 .ht-featured-icon {
	font-size: 30px;
	margin-bottom: 10px;
}

.ht-featured-section .style6 .ht-featured-post {
	padding-left: 70px;
	text-align: left;
}

.ht-featured-section .style6 .ht-featured-icon {
	float: left;
	font-size: 40px;
	margin-left: -70px;
}

.ht-featured-section .style6 .ht-featured-post h5 {
	margin-bottom: 10px;
}

.ht-featured-section .style7 .ht-featured-post {
	background: #FFF;
	padding: 30px 40px;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-featured-section .style7 .ht-featured-post:hover {
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.ht-featured-section .style7 .ht-featured-post * {
	color: #333;
}

.ht-featured-section .style7 .ht-featured-post h5 {
	text-transform: uppercase;
	color: #FFC107;
}

.ht-featured-section .style7 .ht-featured-icon {
	position: relative;
	display: inline-block;
	background: #FFC107;
	height: 60px;
	width: 60px;
	top: -30px;
	text-align: center;
	font-size: 30px;
}

.ht-featured-section .style7 .ht-featured-icon i {
	color: #FFF;
	line-height: 60px;
	display: block;
}

.ht-featured-section .style7 .ht-featured-link a {
	text-transform: uppercase;
	font-weight: bold;
}


/*--------------------------------------------------------------
## HightLight Section
--------------------------------------------------------------*/

.ht-highlight-post-wrap {
	margin-left: -3%;
}

.ht-highlight-post {
	position: relative;
	float: left;
	margin-left: 3%;
	width: 30.33%;
	margin-bottom: 50px;
	overflow: hidden;
}

.ht-highlight-link a {
	display: inline-block;
	font-size: 0.9em;
}

.ht-highlight-icon i {
	vertical-align: middle;
}

.ht-highlight-link {
	margin-top: 20px;
}

.ht-highlight-link i {
	margin-left: 10px;
}

.ht-col-2 .ht-highlight-post {
	width: 47%;
}

.ht-col-3 .ht-highlight-post {
	width: 30.33%;
}

.ht-col-4 .ht-highlight-post {
	width: 22%;
}

.ht-col-2 .ht-highlight-post:nth-child(2n+1) {
	clear: both;
}

.ht-col-3 .ht-highlight-post:nth-child(3n+1) {
	clear: both;
}

.ht-col-4 .ht-highlight-post:nth-child(4n+1) {
	clear: both;
}

.ht-highlight-section .style1 .ht-highlight-title {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(255, 193, 7, 0.9);
	padding: 15px 60px 15px 15px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-highlight-section .style1 .ht-highlight-title h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1em;
}

.ht-highlight-section .style1 .ht-highlight-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background: rgba(255, 193, 7, 0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ht-highlight-section .style1 .ht-highlight-hover * {
	color: #FFF;
}

.ht-highlight-section .style1 .ht-highlight-icon {
	position: absolute;
	right: 5px;
	top: 50%;
	bottom: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
}

.ht-highlight-section .style1 .ht-highlight-icon i {
	color: #FFF;
	font-size: 28px;
}

.ht-highlight-section .style1 .ht-highlight-link a {
	background: #333;
	padding: 10px 20px;
}

.ht-highlight-section .style1 .ht-highlight-post:hover .ht-highlight-hover {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.ht-highlight-section .style1 .ht-highlight-post:hover .ht-highlight-title {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.ht-highlight-section .style2 .ht-highlight-title {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 10px 10px 80px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ht-highlight-section .style2 .ht-highlight-title h5 {
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

.ht-highlight-section .style2 .ht-highlight-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background: #FFC107;
	color: #FFF;
}

.ht-highlight-section .style2 .ht-highlight-icon i {
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 28px;
}

.ht-highlight-section .style2 .ht-highlight-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 30px 30px 80px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ht-highlight-section .style2 .ht-highlight-hover h5 {
	text-transform: uppercase;
}

.ht-highlight-section .style2 .ht-highlight-post:hover .ht-highlight-hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ht-highlight-section .style2 .ht-highlight-post:hover .ht-highlight-title {
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
}

.ht-highlight-section .style2 .ht-highlight-hover * {
	color: #FFF;
	line-height: 1.5;
}

.ht-highlight-section .style3 .ht-highlight-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.ht-highlight-section .style3 .ht-highlight-title h5 {
	text-transform: uppercase;
}

.ht-highlight-section .style3 .ht-highlight-title-inner {
	width: 100%;
}

.ht-highlight-section .style3 .ht-highlight-title .ht-highlight-icon {
	margin-bottom: 20px;
}

.ht-highlight-section .style3 .ht-highlight-title .ht-highlight-icon i {
	font-size: 30px;
}

.ht-highlight-section .style3 .ht-highlight-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFC107;
	padding: 30px;
	text-align: center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-highlight-section .style3 .ht-highlight-hover-inner {
	width: 100%;
}

.ht-highlight-section .style3 .ht-highlight-post {
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	overflow: visible;
}

.ht-highlight-section .style3 .ht-highlight-post * {
	color: #FFF;
}

.ht-highlight-section .style3 .ht-highlight-post:hover .ht-highlight-title {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.ht-highlight-section .style3 .ht-highlight-post:hover .ht-highlight-hover {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.ht-highlight-section .style4 .ht-highlight-post {
	min-height: 300px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible;
}

.ht-highlight-section .style4 .ht-highlight-title,
.ht-highlight-section .style4 .ht-highlight-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.6);
	background-position: center;
	transition: all 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: all 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ht-highlight-section .style4 .ht-highlight-hover {
	background-color: rgba(0, 0, 0, 1);
}

.ht-highlight-section .style4 .ht-highlight-title:after,
.ht-highlight-section .style4 .ht-highlight-hover:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: 0.6;
	background-color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ht-highlight-section .style4 .ht-highlight-title *,
.ht-highlight-section .style4 .ht-highlight-hover * {
	color: #FFF;
}

.ht-highlight-section .style4 .ht-highlight-title>div,
.ht-highlight-section .style4 .ht-highlight-hover>div {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 40px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}

.ht-highlight-section .style4 .ht-highlight-icon {
	font-size: 30px;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}

.ht-highlight-section .style4 .ht-highlight-icon:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 10px;
	height: 1px;
	width: 30px;
	background: #FFF;
	border-radius: 50%;
}

.ht-highlight-section .style4 .ht-highlight-icon:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 10px;
	height: 1px;
	width: 30px;
	background: #FFF;
	border-radius: 50%;
}

.ht-highlight-section .style4 .ht-highlight-title {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ht-highlight-section .style4 .ht-highlight-title h5 {
	text-transform: uppercase;
}

.ht-highlight-section .style4 .ht-highlight-hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ht-highlight-section .style4 .ht-highlight-post:hover .ht-highlight-title {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ht-highlight-section .style4 .ht-highlight-post:hover .ht-highlight-hover {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/

.ht-portfolio-cat-name-list {
	margin-bottom: 40px;
}

.ht-portfolio-cat-name {
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-size: 0.9em;
}

.ht-portfolio-switch {
	display: inline-block;
	cursor: pointer;
}

.ht-portfolio-cat-name-list.style1 {
	text-align: right;
}

.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #BBB;
	line-height: 1;
}

.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name:first-child {
	border-left: 0;
	margin-left: 0;
}

.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name:hover,
.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name.active {
	color: #FFC107;
}

.ht-portfolio-cat-name-list.style1 .ht-portfolio-post-wrap {
	margin: 0 -7.5px;
}

.ht-portfolio-cat-name-list.style2 {
	text-align: center;
}

.ht-portfolio-cat-name-list.style2 .ht-portfolio-switch {
	display: none;
}

.ht-portfolio-cat-name-list.style2 .ht-portfolio-cat-name {
	text-transform: uppercase;
	padding: 15px 5px;
	margin: 0 10px;
	font-size: 0.85em;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	position: relative
}

.ht-portfolio-cat-name-list.style2 .ht-portfolio-cat-name.active:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	height: 5px;
	background: #FFC107;
}

.ht-portfolio-cat-name-list.style3 {
	padding-left: 80px;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-switch {
	float: left;
	background: #000;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: -80px;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-name {
	margin-right: 20px;
	line-height: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap.ht-open .ht-portfolio-cat-name {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-name:before {
	content: "-";
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(9) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap .ht-portfolio-cat-name:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.ht-portfolio-cat-name-list.style3 .ht-portfolio-switch i {
	color: #FFF;
}

.ht-portfolio-cat-name-list.style4 .ht-portfolio-switch {
	background: #FFC107;
	color: #FFF;
	border-radius: 40px 40px 10px 10px;
	text-align: center;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.ht-portfolio-cat-name-list.style4 .ht-portfolio-switch i {
	color: #FFF;
	line-height: inherit;
}

.ht-portfolio-cat-name-list.style4 {
	text-align: center;
}

.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-wrap {
	display: inline-block;
	background: #FFC107;
	color: #FFF;
	border-radius: 40px;
	padding: 10px;
}

.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-name {
	padding: 5px 20px;
	border-radius: 40px;
	color: #FFF;
}

.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-name.active {
	background: rgba(0, 0, 0, 0.1);
}

.ht-portfolio-posts {
	margin-left: -10px;
	margin-right: -10px;
}

.ht-fullwidth-container .ht-portfolio-posts {
	margin-left: 0;
	margin-right: 0;
}

.ht-portfolio {
	float: left;
}

.ht-portfolio-post-wrap[data-gutter="1"] .ht-portfolio-outer-wrap {
	margin: 10px;
}

.ht-portfolio-outer-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ht-portfolio-wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ht-portfolio-wrap img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ht-portfolio-caption {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	padding: 30px;
	opacity: 0;
	background: rgba(255, 193, 7, 0.9);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption {
	opacity: 1;
}

.ht-portfolio-caption h5 {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption h5 {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ht-portfolio-caption a {
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #FFC107;
	font-size: 14px;
	background: #FFF;
	margin: 10px 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-portfolio-caption a.ht-portfolio-image {
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
	right: 66px;
}

.ht-portfolio-caption a.ht-portfolio-link {
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}

.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/

.ht-service-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}

.ht-bg-right .ht-service-bg {
	margin-left: 50%;
	right: 0;
}

.ht-bg-left .ht-service-bg {
	margin-right: 50%;
	left: 0;
}

.ht-service-section.style1.ht-bg-right .ht-service-posts,
.ht-service-section.style4.ht-bg-right .ht-service-posts {
	float: left;
	width: 50%;
	padding-right: 40px;
}

.ht-service-section.style1.ht-bg-left .ht-service-posts,
.ht-service-section.style4.ht-bg-left .ht-service-posts {
	float: right;
	width: 50%;
	padding-left: 40px;
}

.ht-service-section.style1 .ht-service-post-wrap,
.ht-service-section.style4 .ht-service-post-wrap {
	position: relative;
}

.ht-service-section.style1 .ht-service-post:after {
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #FFC107;
}

.ht-service-section.style1 .ht-service-posts .ht-section-title-top-cs,
.ht-service-section.style1 .ht-service-posts .ht-section-title-top-center,
.ht-service-section.style4 .ht-service-posts .ht-section-title-top-cs,
.ht-service-section.style4 .ht-service-posts .ht-section-title-top-center {
	width: auto;
}

.ht-service-section.style1 .ht-service-post {
	padding-bottom: 25px;
	position: relative;
}

.ht-service-section.style1 .ht-service-post:last-child {
	padding-bottom: 0
}

.ht-service-section.style1 .ht-service-post:last-child:after {
	display: none;
}

.ht-service-section.style1 .ht-service-icon {
	position: relative;
	z-index: 99;
	float: left;
	font-size: 22px;
	background: #FFC107;
	width: 50px;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-service-section.style1 .ht-service-icon i {
	color: #FFF;
}

.ht-service-section.style1 .ht-active .ht-service-icon {
	-webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #FFC107;
	box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #FFC107;
}

.ht-service-section.style1 .ht-service-excerpt {
	padding-left: 65px;
}

.ht-service-section.style1 .ht-service-text {
	display: none;
}

.ht-service-section.style1 .ht-service-excerpt h5 {
	margin: 10px 0;
	cursor: pointer;
	line-height: 25px;
}

.ht-service-section.style1 .ht-service-more {
	margin-top: 10px;
	display: inline-block;
}

.ht-service-section.style2 .ht-container {
	position: relative
}

.ht-service-section.style2 .ht-service-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-service-section.style2 .ht-section-title-tagline {
	width: 30%;
	text-align: left;
	padding-right: 60px;
	margin: 0;
}

.ht-service-section.style2 .ht-section-tagline {
	width: auto;
}

.ht-service-section.style2 .ht-section-title-top-cs .ht-section-title:after {
	left: 0;
	margin-left: 0;
}

.ht-service-section.style2 .ht-section-title-big .ht-section-title:after {
	left: 0;
	margin-left: 35px;
}

.ht-service-section.style2.ht-bg-right .ht-section-title-big .ht-section-title:after,
.ht-service-section.style2.ht-bg-right .ht-section-title-top-cs .ht-section-title:after,
.ht-service-section.style2.ht-bg-right .ht-section-title-top-ls .ht-section-title:after {
	left: auto;
	right: 0;
	margin-left: 0;
}

.ht-service-section.style2.ht-bg-right .ht-section-title-tagline {
	text-align: right;
	padding-right: 0;
	padding-left: 46px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ht-service-section.style2 .ht-service-post-holder {
	width: 70%;
}

.ht-service-section.style2 .ht-service-post-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.95);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-service-section.style2 .ht-service-post-wrap * {
	color: #333;
}

.ht-service-section.style2 .ht-service-post {
	width: 47%;
	margin: 20px 0;
	text-align: center;
}

.ht-service-section.style2 .ht-service-icon {
	margin-bottom: 10px;
}

.ht-service-section.style2 .ht-service-icon i {
	font-size: 30px;
	line-height: 1;
}

.ht-service-section.style2 .ht-service-excerpt h5 {
	margin-bottom: 20px;
}

.ht-service-section.style2 .ht-service-text {
	font-size: 0.9em;
}

.ht-service-section.style2 .ht-service-more {
	display: inline-block;
	margin-top: 10px;
}

.ht-service-section.style3 .ht-section-wrap>.ht-service-bg {
	display: none;
}

.ht-service-section.style3 .ht-service-post-holder {
	position: relative;
}

.ht-service-section.style3 .ht-service-bg {
	left: 35% !important;
	right: 35% !important;
	bottom: 0;
	top: 0;
	margin: 0 !important;
	width: auto !important;
}

.ht-service-section.style3 .ht-container {
	position: relative
}

.ht-service-section.style3 .ht-service-post-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-service-section.style3 .ht-service-post {
	width: 35%;
	margin: 0 0 50px;
}

.ht-service-section.style3 .ht-service-post:nth-child(odd) {
	padding-right: 100px;
	text-align: right;
}

.ht-service-section.style3 .ht-service-post:nth-child(even) {
	padding-left: 100px;
}

.ht-service-section.style3 .ht-service-icon {
	width: 80px;
	text-align: center;
	margin-top: 10px;
}

.ht-service-section.style3 .ht-service-post:nth-child(odd) .ht-service-icon {
	float: right;
	margin-right: -80px;
}

.ht-service-section.style3 .ht-service-post:nth-child(even) .ht-service-icon {
	float: left;
	margin-left: -80px;
}

.ht-service-section.style3 .ht-service-icon i {
	font-size: 40px;
	line-height: 1;
}

.ht-service-section.style4.ht-bg-left .ht-service-posts {
	padding-left: 80px;
}

.ht-service-section.style4.ht-bg-right .ht-service-posts {
	padding-right: 80px;
}

.ht-service-section.style4 .ht-service-post-wrap {
	padding-right: 50px;
}

.ht-service-section.style4 .ht-service-post {
	padding-left: 80px;
	margin-top: 40px;
}

.ht-service-section.style4 .ht-service-icon {
	margin-left: -80px;
	float: left;
	font-size: 42px;
	line-height: 1;
	margin-top: 10px;
}


/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/

.ht-team-grid.ht-team-member-wrap {
	margin-left: -3%;
}

.ht-team-grid .ht-team-member {
	width: 22%;
	margin-left: 3%;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

.ht-team-col-2 .ht-team-member {
	width: 47%;
}

.ht-team-col-3 .ht-team-member {
	width: 30.33%;
}

.ht-team-col-4 .ht-team-member {
	width: 22%;
}

.ht-team-col-2 .ht-team-member:nth-child(2n+1) {
	clear: both;
}

.ht-team-col-3 .ht-team-member:nth-child(3n+1) {
	clear: both;
}

.ht-team-col-4 .ht-team-member:nth-child(4n+1) {
	clear: both;
}

.ht-team-designation {
	font-size: 0.9em;
	opacity: 0.7;
	margin-bottom: 15px;
}

.ht-team-member img {
	width: 100%;
}

.ht-team-member h5 {
	margin-bottom: 10px
}

.ht-team-member a.ht-team-detail {
	margin-top: 10px;
	display: inline-block
}

.ht-team-member .team-short-content {
	font-size: 0.94em;
}

.ht-team-member.style1 * {
	color: #FFF;
}

.ht-team-member.style1 {
	text-align: center;
}

.ht-team-member.style1 .ht-team-member-inner {
	position: relative;
}

.ht-team-member.style1 .ht-team-social-id {
	margin-top: 20px;
}

.ht-team-member.style1 .ht-team-social-id a {
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 13px;
	line-height: 32px;
	border: 1px solid #FFF;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.ht-team-member.style1 .ht-team-member-excerpt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.ht-team-member.style1 .ht-team-member-span {
	width: 100%;
}

.ht-team-member.style1:hover .ht-team-member-excerpt {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ht-team-member.style1 .ht-title-wrap {
	background: rgba(255, 193, 7, 0.9);
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 1;
}

.ht-team-member.style1:hover .ht-title-wrap {
	opacity: 0;
}

.ht-team-member.style1 h5 {
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	color: #FFF;
	padding-bottom: 10px;
}

.ht-team-member.style1 .ht-title-wrap h5 {
	padding: 0;
	margin: 0;
	color: #FFF;
}

.ht-team-member.style1 h5 a {
	text-decoration: none;
	color: inherit;
}

.ht-team-member.style1 .ht-team-member-excerpt h5:after {
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.ht-team-member.style1 .ht-team-designation {
	font-size: 0.9em;
	margin-bottom: 15px;
	color: #FFF;
}

.ht-team-member.style1 .ht-team-detail {
	background: #FFF;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFC107;
	padding: 0 10px;
	text-decoration: none;
	line-height: 30px;
	font-size: 0.9em;
}

.ht-team-member.style1 .ht-team-detail:hover {
	background: #333;
	color: #FFF;
}

.ht-team-member.style2 * {
	color: #333;
}

.ht-team-member.style2 .ht-team-member-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
}

.ht-team-member.style2 .ht-team-content,
.ht-team-member.style2 .ht-team-image {
	width: 50%;
}

.ht-team-member.style2 .ht-team-content {
	padding: 20px;
}

.ht-team-member.style2 .ht-team-designation {
	margin-bottom: 10px;
	opacity: 0.8;
	font-size: 0.9em;
}

.ht-team-member.style2 .ht-team-social-id {
	margin-top: 15px;
}

.ht-team-member.style2 .ht-team-social-id a {
	margin-right: 5px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #CCC;
	display: inline-block;
	font-size: 13px;
}

.ht-team-member.style2 .ht-team-social-id a .fa {
	color: #666;
}

.ht-team-member.style2 a.ht-team-detail:after {
	font-family: "Material Design Icons";
	content: "\F054";
	margin-left: 5px;
}

.ht-team-member.style3 {
	background: #FFF;
	text-align: center;
	-webkit-box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
}

.ht-team-member.style3 * {
	color: #333;
}

.ht-team-member.style3 .ht-team-image {
	position: relative;
	overflow: hidden
}

.ht-team-member.style3 .ht-team-image-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-team-member.style3 .ht-team-image-overlay-inner {
	width: 100%;
}

.ht-team-member.style3 .team-short-content {
	transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	-webkit-transform: translateY(-300px);
	transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
}

.ht-team-member.style3 .ht-team-social-id {
	transform: translateY(300px);
	-ms-transform: translateY(300px);
	-webkit-transform: translateY(300px);
	transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
}

.ht-team-member.style3:hover .ht-team-image-overlay {
	opacity: 1;
}

.ht-team-member.style3:hover .team-short-content {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ht-team-member.style3:hover .ht-team-social-id {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ht-team-member.style3 .ht-team-content {
	padding: 30px 20px;
}

.ht-team-member.style3 .ht-team-social-id {
	margin-top: 20px;
}

.ht-team-member.style3 .ht-team-social-id a {
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	background: #222;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	font-size: 15px;
}

.ht-team-member.style3 h5 {
	text-transform: uppercase;
}

.ht-team-member.style3 .ht-team-designation {
	margin-bottom: 0;
}

.ht-team-member.style3 .ht-team-social-id a .fa {
	color: #FFF;
}

.ht-team-member.style3 a.ht-team-detail {
	position: relative;
}

.ht-team-member.style3 a.ht-team-detail:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-left: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style3 a.ht-team-detail:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style4 {
	background: #FFF;
	text-align: center;
	padding-top: 40px;
	-webkit-box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
}

.ht-team-member.style4 * {
	color: #444;
}

.ht-team-member.style4 .ht-team-image {
	width: 40%;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #EEE;
	padding: 10px;
}

.ht-team-member.style4 .ht-team-image img {
	border-radius: 50%;
}

.ht-team-member.style4 .ht-team-content {
	padding: 30px;
}

.ht-team-member.style4 .ht-team-social-id {
	margin-top: 20px;
}

.ht-team-member.style4 .ht-team-social-id a {
	margin: 0 5px;
	border: 1px solid #999;
	height: 38px;
	width: 38px;
	display: inline-block;
	border-radius: 50%;
	line-height: 38px;
	font-size: 16px;
}

.ht-team-member.style4 .ht-team-social-id a .fa {
	color: #666;
}

.ht-team-member.style4 a.ht-team-detail {
	position: relative;
}

.ht-team-member.style4 a.ht-team-detail:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-left: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style4 a.ht-team-detail:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style5 {
	text-align: center;
	margin-bottom: 100px !important;
	position: relative;
}

.ht-team-member.style5 * {
	color: #444;
}

.ht-team-member.style5 .ht-team-content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	margin-bottom: -60px;
	background: #FFF;
	padding: 15px;
	-webkit-box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.2);
}

.ht-team-member.style5 .team-short-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	margin-bottom: 0;
	padding: 0 10px;
}

.ht-team-member.style5:hover .team-short-content {
	margin-bottom: 20px;
	max-height: 1000px;
}

.ht-team-member.style5 .ht-team-image {
	overflow: hidden;
}

.ht-team-member.style5 .ht-team-image img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.ht-team-member.style5:hover .ht-team-image img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.ht-team-member.style5 .ht-team-social-id a {
	margin: 0 10px;
}

.ht-team-member.style5 a.ht-team-detail {
	position: relative;
}

.ht-team-member.style5 a.ht-team-detail:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-left: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style5 a.ht-team-detail:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style6 {
	overflow: hidden;
	position: relative;
}

.ht-team-member.style6 .ht-team-member-wrap {
	margin-left: -3%;
}

.ht-team-member.style6 .ht-team-member-inner {
	padding: 1px;
}

.ht-team-member.style6 .ht-team-image {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	overflow: hidden;
}

.ht-team-member.style6 .ht-team-content {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-team-member.style6 .ht-team-member-excerpt {
	width: 100%;
}

.ht-team-member.style6 .ht-team-content * {
	color: #444;
}

.ht-team-member.style6:hover .ht-team-image {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.ht-team-member.style6:hover .ht-team-content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.ht-team-member.style6 .ht-team-social-id {
	margin-top: 15px;
}

.ht-team-member.style6 .ht-team-social-id a {
	margin: 0 2px;
	height: 30px;
	width: 30px;
	display: inline-block;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.ht-team-member.style6 .ht-team-social-id a .fa {
	color: #666;
}

.ht-team-member.style6 a.ht-team-detail {
	position: relative;
}

.ht-team-member.style6 a.ht-team-detail:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-left: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-member.style6 a.ht-team-detail:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
	background: #333;
}

.ht-team-carousel .ht-team-member {
	margin: 10px;
}

.ht-team-carousel .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.ht-team-carousel .owl-nav .owl-prev,
.ht-team-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 44px;
	width: 50px;
	border: 1px solid #FFF;
	line-height: 44px;
	margin: 0 2px;
	background: #FFF;
	color: #333;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.ht-team-carousel .owl-nav .owl-prev i,
.ht-team-carousel .owl-nav .owl-next i {
	color: #333;
}

.ht-team-carousel .owl-nav .owl-prev {
	border-radius: 30px 0 0 30px;
}

.ht-team-carousel .owl-nav .owl-next {
	border-radius: 0 30px 30px 0;
}


/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/

.ht-counter-wrap {
	margin-left: -5%;
}

.ht-counter {
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.ht-counter-section .ht-counter-count {
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
}

.ht-counter-section .ht-counter-title {
	margin: 0;
	letter-spacing: 1px;
	font-weight: normal;
}

.ht-counter-col-2 .ht-counter {
	width: 45%;
}

.ht-counter-col-3 .ht-counter {
	width: 28.33%;
}

.ht-counter-col-4 .ht-counter {
	width: 20%;
}

.ht-counter-col-5 .ht-counter {
	width: 15%;
}

.ht-counter-col-6 .ht-counter {
	width: 11.66%;
}

.ht-counter-col-2 .ht-counter:nth-child(2n+1) {
	clear: both;
}

.ht-counter-col-3 .ht-counter:nth-child(3n+1) {
	clear: both;
}

.ht-counter-col-4 .ht-counter:nth-child(4n+1) {
	clear: both;
}

.ht-counter-col-5 .ht-counter:nth-child(5n+1) {
	clear: both;
}

.ht-counter-col-6 .ht-counter:nth-child(6n+1) {
	clear: both;
}

.ht-counter-section .style1 .ht-counter {
	float: left;
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}

.ht-counter-section .style1 .ht-counter:after {
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-counter-section .style1 .ht-counter:before {
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-counter-section .style1 .ht-counter-count {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-weight: 400;
}

.ht-counter-section .style1 .ht-counter-icon {
	display: inline-block;
	font-size: 36px;
	color: #FFC107;
	position: relative;
	-webkit-transform: translate(0, -17px);
	transform: translate(0, -17px);
	line-height: 36px;
}

.ht-counter-section .style1 .ht-counter-title {
	margin-top: 15px;
	margin: 0;
}

.ht-counter-section .style2 .ht-counter-icon {
	font-size: 2em;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative
}

.ht-counter-section .style2 .ht-counter-icon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #FFF;
	margin-left: -15px;
	margin-top: 25px;
}

.ht-counter-section .style2 .ht-counter-count {
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
}

.ht-counter-section .style2 .ht-counter-title {
	margin: 0;
	padding: 20px;
}

.ht-counter-section .style2 .ht-counter:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-section .style2 .ht-counter:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-section .style2 .ht-counter>span:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-section .style2 .ht-counter>span:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 2px;
	background: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-counter-section .style2 .ht-counter:hover:before,
.ht-counter-section .style2 .ht-counter:hover>span:before {
	width: 100%;
}

.ht-counter-section .style2 .ht-counter:hover:after,
.ht-counter-section .style2 .ht-counter:hover>span:after {
	height: 100%;
}

.ht-counter-section .style3 .ht-counter {
	background: #FFF;
	padding: 50px 20px;
	-webkit-box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
	position: relative;
}

.ht-counter-section .style3 .ht-counter * {
	color: #333;
}

.ht-counter-section .style3 .ht-counter:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #666;
}

.ht-counter-section .style3 .ht-counter-icon {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
}

.ht-counter-section .style3 .ht-counter-count {
	font-weight: bold;
	font-size: 3.4em;
	line-height: 1;
	margin-bottom: 20px;
}

.ht-counter-section .style4 .ht-counter {
	text-align: left;
	padding-left: 80px;
	margin-bottom: 100px;
}

.ht-counter-section .style4 .ht-counter-icon {
	font-size: 42px;
	width: 70px;
	float: left;
	text-align: center;
	opacity: 0.8;
	margin-left: -80px;
	line-height: 1;
	margin-top: 10px;
}

.ht-counter-section .style4 .ht-counter-count {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/

.ht-logo-carousel.owl-carousel .owl-stage {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-logo-section ul {
	list-style: none;
	padding: 15px;
}

.ht-logo-section .style1 img {
	padding: 2px;
}

.ht-logo-section .style1 .owl-dots {
	text-align: center;
	margin-top: 40px;
}

.ht-logo-section .style1 .owl-dots .owl-dot {
	display: inline-block;
	height: 4px;
	width: 20px;
	background: #333;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-logo-section .style1 .owl-dots .owl-dot.active {
	width: 30px;
}

.ht-logo-section .style2 .flipster-carousel .flip-items .flip-item {
	background-color: #ffffff;
	opacity: 1;
}

.ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
	width: 400px;
	height: 400px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ht-logo-section .style2 .flipto-prev,
.ht-logo-section .style2 .flipto-next {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 36px;
	margin-top: -20px;
	text-align: center;
	font-size: 20px;
	background: #FFC107;
}

.ht-logo-section .style2 .flipto-prev i,
.ht-logo-section .style2 .flipto-next i {
	color: #FFF !important;
}

.ht-logo-section .style2 .flipto-prev .fa,
.ht-logo-section .style2 .flipto-next .fa {
	line-height: 40px;
}

.ht-logo-section .style2 .flipto-prev {
	left: 0;
}

.ht-logo-section .style2 .flipto-next {
	right: 0;
}

.ht-logo-section .style3 .ht-logo-grid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.ht-logo-section .style3 .ht-logo-grid .ht-logo-item {
	width: 25%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ht-logo-section .style4 .ht-logo-grid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
	width: 25%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ht-logo-section .style4 .ht-logo-grid .ht-logo-item:nth-child(4n+1),
.ht-logo-section .style4 .ht-logo-grid .ht-logo-item:nth-child(1) {
	border-left: 0;
}

.ht-logo-section .style4 .ht-logo-grid .ht-logo-item.last-row {
	border-bottom: 0;
}


/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/

.slick-slider .slick-slide {
	outline: none;
}

.ht-testimonial-wrap .ht-testimonial-image-wrap {
	max-width: 500px;
	width: 100%;
	margin: 0 auto 40px;
}

.ht-testimonial-wrap .ht-testimonial img {
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #FFC107;
	padding: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.ht-testimonial-wrap .ht-testimonial-excerpt {
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
}

.ht-section-title-side+.ht-testimonial-content .ht-testimonial-wrap .ht-testimonial-excerpt {
	width: 95%;
}

.ht-testimonial-wrap .ht-testimonial-excerpt .fa-quote-left {
	position: absolute;
	top: 0;
	left: -15px;
	font-size: 60px;
	color: #EEE;
	z-index: -1;
	opacity: 0.3;
}

.ht-testimonial-wrap .ht-testimonial h5 {
	text-align: center;
	margin: 0 0 10px;
}

.ht-testimonial-wrap .ht-testimonial .designation {
	text-align: center;
}

.ht-testimonial-wrap.style1 .owl-dots {
	text-align: center;
	margin-top: 40px;
}

.ht-testimonial-wrap.style1 .owl-dots .owl-dot {
	display: inline-block;
	height: 4px;
	width: 20px;
	background: #333;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-testimonial-wrap.style1 .owl-dots .owl-dot.active {
	width: 30px;
}

.ht-testimonial-wrap.style2 .ht-testimonial-image-wrap,
.ht-testimonial-wrap.style2 .ht-testimonial-content-wrap {
	display: none;
}

.ht-testimonial-wrap.style2 .ht-testimonial-image-wrap.slick-initialized,
.ht-testimonial-wrap.style2 .ht-testimonial-content-wrap.slick-initialized {
	display: block
}

.ht-testimonial-wrap.style2 .ht-testimonial-image {
	display: none;
}

.ht-testimonial-image-slide img {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 50%;
}

.ht-testimonial-image-slide.slick-center img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}

.ht-testimonial-wrap.style2 .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	text-align: center;
}

.ht-testimonial-wrap.style2 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border: 2px solid #000;
	border-radius: 50%;
}

.ht-testimonial-wrap.style2 .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: 3px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	border-radius: 50%;
}

.ht-testimonial-wrap.style2 .slick-dots li.slick-active button {
	background: #333;
}

.ht-testimonial-section .style3 .ht-testimonial-wrap {
	margin-left: -3%;
}

.ht-testimonial-section .style3 .ht-testimonial-box {
	width: 30.33%;
	float: left;
	background: #FFF;
	padding: 25px;
	margin-left: 3%;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.ht-testimonial-section .ht-section-title-side+.ht-testimonial-content .style3 .ht-testimonial-box {
	width: 46%;
	margin-left: 4%;
}

.ht-testimonial-section .style4 .ht-testimonial-box {
	background: #FFF;
	padding: 25px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	margin: 10px
}

.ht-testimonial-section .style4 .owl-item.center .ht-testimonial-box {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

.ht-testimonial-section .ht-testimonial-wrap.style3 {
	margin-left: -3%;
}

.ht-testimonial-section .ht-section-title-side+.ht-testimonial-content .ht-testimonial-wrap.style3 {
	margin-left: -4%;
}

.ht-testimonial-section .style3 .ht-testimonial-box:hover {
	-webkit-box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
}

.ht-section-title-side+.ht-testimonial-content .style3 .ht-testimonial-box:nth-child(3n+1) {
	clear: none;
}

.ht-testimonial-section .style3 .ht-testimonial-box:nth-child(3n+1),
.ht-section-title-side+.ht-testimonial-content .style3 .ht-testimonial-box:nth-child(2n+1) {
	clear: both
}

.ht-testimonial-section .style3 .ht-testimonial-box *,
.ht-testimonial-section .style4 .ht-testimonial-box * {
	color: #333;
}

.ht-testimonial-section .style3 .ht-testimonial-excerpt,
.ht-testimonial-section .style4 .ht-testimonial-excerpt {
	margin: 0 0 20px;
	text-align: left;
	width: auto;
	font-size: 0.9em;
}

.ht-testimonial-section .style3 .ht-testimonial-footer,
.ht-testimonial-section .style4 .ht-testimonial-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ht-testimonial-section .style3 .ht-testimonial-box img,
.ht-testimonial-section .style4 .ht-testimonial-box img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	border-radius: 50%;
}

.ht-testimonial-section .style3 .ht-testimonial-box h5,
.ht-testimonial-section .style4 .ht-testimonial-box h5 {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 5px;
}

.ht-testimonial-section .style3 .ht-testimonial-box .designation,
.ht-testimonial-section .style4 .ht-testimonial-box .designation {
	font-size: 0.85em;
	opacity: 0.9;
}

.ht-testimonial-section .style4 .owl-nav {
	text-align: center;
	margin-top: 40px;
}

.ht-testimonial-section .style4 .owl-nav [class^="owl-"] {
	display: inline-block;
	margin: 0 10px;
	font-size: 26px;
}


/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

.ht-blog-wrap {
	margin-left: -3%;
}

.ht-blog-post {
	float: left;
	margin-left: 3%;
	width: 30.333%;
	margin-bottom: 40px;
}

.ht-blog-col-2 .ht-blog-post {
	width: 47%;
}

.ht-blog-col-3 .ht-blog-post {
	width: 30.33%;
}

.ht-blog-col-4 .ht-blog-post {
	width: 22%;
}

.ht-blog-col-2 .ht-blog-post:nth-child(2n+1) {
	clear: both;
}

.ht-blog-col-3 .ht-blog-post:nth-child(3n+1) {
	clear: both;
}

.ht-blog-col-4 .ht-blog-post:nth-child(4n+1) {
	clear: both;
}

.ht-blog-section .style1 .ht-blog-post {
	background: #FFF;
	border-bottom: 6px solid #FFC107;
	-webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2);
}

.ht-blog-section .style1 .ht-blog-thumbnail a {
	display: block;
	position: relative;
}

.ht-blog-section .style1 .ht-blog-thumbnail a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.ht-blog-section .style1 .ht-blog-thumbnail:hover a:after {
	width: 100%;
}

.ht-blog-section .style1 .ht-blog-excerpt {
	padding: 20px;
	color: #333;
}

.ht-blog-section .style1 .ht-blog-excerpt * {
	color: #333;
}

.ht-blog-excerpt h5 {
	font-weight: 400;
	margin-bottom: 15px
}

.ht-blog-date {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ht-blog-date .fa {
	margin-right: 10px;
}

.ht-blog-read-more {
	padding: 0 20px 20px;
	text-align: right;
}

.ht-blog-read-more a {
	display: inline-block;
	background: #FFC107;
	color: #FFF;
	padding: 10px 15px;
	text-align: center;
	border-radius: 1px;
}

.ht-blog-read-more a:hover {
	background: #333;
	color: #FFF;
}

.ht-blog-section .style2 .ht-blog-thumbnail {
	margin-bottom: 25px;
}

.ht-blog-section .style2 .ht-blog-footer {
	position: relative;
	margin-top: 25px;
	padding-top: 10px;
	font-size: 14px;
	opacity: 0.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-blog-section .style2 .ht-blog-footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: rgba(0,0,0,0.2);
	opacity: 0.5;
}

.ht-blog-section .style2 .ht-blog-footer i {
	margin-right: 10px;
}

.ht-blog-section .style3 .ht-blog-thumbnail {
	margin-bottom: 25px;
	position: relative;
}

.ht-blog-section .style3 .ht-blog-excerpt {
	padding-left: 80px;
}

.ht-blog-section .style3 .ht-blog-excerpt.ht-full-width {
	padding-left: 0;
}

.ht-blog-section .style3 .ht-blog-date {
	float: left;
	margin-left: -80px;
	width: 60px;
	background: #FFC107;
	color: #FFF;
	text-align: center;
	padding: 5px;
	opacity: 1;
}

.ht-blog-section .style3 .ht-blog-date span {
	display: block;
	line-height: 1;
	padding: 5px 0;
	color: #FFF;
}

.ht-blog-section .style3 .ht-blog-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	font-size: 14px;
	opacity: 0.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFF;
	pointer-events: none;
}

.ht-blog-section .style3 .ht-blog-footer i {
	margin-right: 10px;
}

.ht-blog-section .style3 .ht-blog-footer * {
	color: #FFF;
}

.ht-blog-section .style4 .ht-blog-thumbnail {
	position: relative;
	background: #000;
	overflow: hidden;
}

.ht-blog-section .style4 .ht-blog-thumbnail img {
	opacity: 0.7;
}

.ht-blog-section .style4 .ht-blog-excerpt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-blog-section .style4 .ht-blog-excerpt *,
.ht-blog-section .style4 .ht-blog-footer * {
	color: #FFF;
}

.ht-blog-section .style4 .ht-blog-excerpt h5 {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333
}

.ht-blog-section .style4 .ht-blog-date {
	line-height: 1;
	margin: 0;
}

.ht-blog-section .style4 .ht-blog-footer {
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px;
	pointer-events: none;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFF;
	bottom: -100px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-blog-section .style4 .ht-blog-footer i {
	margin-right: 10px;
}

.ht-blog-section .style4 .ht-blog-post:hover .ht-blog-excerpt {
	bottom: -300px;
}

.ht-blog-section .style4 .ht-blog-post:hover .ht-blog-footer {
	bottom: 0;
}


/*--------------------------------------------------------------
## Tab Section
--------------------------------------------------------------*/

.ht-tab-wrap .ht-content {
	display: none;
}

.ht-tab-wrap .ht-content h3 {
	margin-bottom: 40px;
	font-size: 1.4em;
	text-transform: uppercase;
}

.ht-tab-wrap.style1 .ht-tabs {
	width: 25%;
	float: left;
	border-right: 1px solid #ccc;
	padding: 20px 0;
}

.ht-tab-wrap.style1 .ht-tab-content {
	position: relative;
	width: 75%;
	float: right;
	padding: 15px 0 15px 80px;
}

.ht-tab-wrap.style1 .ht-tab {
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	padding: 25px 30px 25px 40px;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
}

.ht-tab-wrap.style1 .ht-tab.ht-active:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #FFC107;
	margin-right: -3px;
	z-index: 99;
}

.ht-tab-wrap.style1 .ht-tab i {
	float: left;
	margin-left: -40px;
	line-height: 1.2;
}

.ht-tab-wrap.style2 .ht-tabs {
	width: 25%;
	float: left;
	padding: 20px 0;
}

.ht-tab-wrap.style2 .ht-tab-content {
	position: relative;
	width: 75%;
	float: right;
	padding: 15px 0 15px 80px;
}

.ht-tab-wrap.style2 .ht-tab {
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	padding: 20px 30px 20px 60px;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: bold;
	background: #333;
	margin-bottom: 6px;
	color: #FFF;
}

.ht-tab-wrap.style2 .ht-tab i {
	float: left;
	margin-left: -40px;
	line-height: 1.2;
	color: #FFF;
}

.ht-tab-wrap.style2 .ht-tab span {
	color: #FFF;
}

.ht-tab-wrap.style2 .ht-tab.ht-active {
	background: #FFC107;
}

.ht-tab-wrap.style2 .ht-tab.ht-active:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	border-color: transparent;
	border-left-color: #FFC107;
	border-width: 20px;
	border-style: solid;
	margin-top: -20px;
}

.ht-tab-wrap.style3 .ht-tabs {
	text-align: center;
	margin-bottom: 40px;
}

.ht-tab-wrap.style3 .ht-tab {
	display: inline-block;
	padding: 20px 30px 15px 30px;
	cursor: pointer;
	border-bottom: 5px solid transparent;
	min-width: 150px;
	max-width: 300px;
}

.ht-tab-wrap.style3 .ht-tab.ht-active {
	background: #FFF;
	color: #333;
	border-bottom: 5px solid #FFC107;
	-webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}

.ht-tab-wrap.style3 .ht-tab i {
	font-size: 36px;
	opacity: 0.7;
	line-height: 1;
}

.ht-tab-wrap.style3 .ht-tab.ht-active * {
	color: #333;
}

.ht-tab-wrap.style3 .ht-tab span {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 1.2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ht-tab-wrap.style4 .ht-tabs {
	text-align: center;
	margin-bottom: 40px;
}

.ht-tab-wrap.style4 .ht-tab {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 30px;
	min-width: 150px;
	max-width: 300px;
}

.ht-tab-wrap.style4 .ht-tab span {
	display: block;
	border-top: 2px solid #FFC107;
	margin-top: 20px;
	padding: 20px 0;
	text-transform: uppercase;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ht-tab-wrap.style4 .ht-tab.ht-active span:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 40px;
	height: 2px;
	background: #FFC107;
	margin-left: -20px;
	margin-top: -4px;
}

.ht-tab-wrap.style4 .ht-tab:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 15px;
	height: 15px;
	border: 2px solid #FFC107;
	margin-left: 25px;
	border-radius: 50%;
	margin-top: -15px;
}

.ht-tab-wrap.style4 .ht-tab:last-child:after {
	display: none;
}

.ht-tab-wrap.style4 .ht-tab i {
	font-size: 30px;
	line-height: 1;
}

.ht-tab-wrap.style5 {
	background: #FFF;
	color: #333;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.ht-tab-wrap.style5 .ht-tab-content {
	padding: 60px;
}

.ht-tab-wrap.style5 .ht-tabs {
	padding: 0 60px;
	text-align: center;
}

.ht-tab-wrap.style5 .ht-tab {
	display: inline-block;
	padding: 20px 40px 0;
	cursor: pointer;
	min-width: 150px;
	max-width: 300px;
}

.ht-tab-wrap.style5 .ht-tab.ht-active {
	background: #FFC107;
	color: #FFF;
	position: relative;
}

.ht-tab-wrap.style5 .ht-tab.ht-active:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 50%;
	background: #FFC107;
	height: 40px;
	-webkit-transform: skewY(15deg);
	transform: skewY(15deg);
	margin-top: -20px;
}

.ht-tab-wrap.style5 .ht-tab.ht-active:before {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	width: 50%;
	background: #FFC107;
	height: 40px;
	-webkit-transform: skewY(-15deg);
	transform: skewY(-15deg);
	margin-top: -20px;
}

.ht-tab-wrap.style5 .ht-tab i {
	font-size: 36px;
	opacity: 0.7;
	line-height: 1;
}

.ht-tab-wrap.style5 .ht-tab span {
	display: block;
	margin-top: 4px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}

.ht-tab-wrap.style5 .ht-tab *,
.ht-tab-wrap.style5 .ht-tab-content * {
	color: #333;
}

.ht-tab-wrap.style5 .ht-tab.ht-active * {
	color: #FFF;
}


/*--------------------------------------------------------------
## CTA Section
--------------------------------------------------------------*/

.ht-cta-buttons {
	text-align: center;
}

.ht-cta-buttons a {
	display: inline-block;
	padding: 10px 30px;
	color: #FFF;
	border-radius: 1px;
	margin: 0 4px;
}

.ht-cta-buttons a.ht-cta-button1 {
	background: #FFC107;
}

.ht-cta-buttons a.ht-cta-button2 {
	background: #333;
}

.ht-cta-buttons a.ht-cta-button1:hover {
	background: #333;
	color: #FFF;
}

.ht-cta-buttons a.ht-cta-button2:hover {
	background: #FFC107;
	color: #FFF;
}

.ht-cta-section .ht-section-title,
.ht-cta-section .ht-section-tagline {
	width: auto;
}

.ht-cta-section .ht-section-title-tagline {
	margin-bottom: 30px;
}

.ht-cta-section.style1 .ht-section-title-tagline{
	text-align: center;
}

.ht-cta-section.style2 .ht-section-title-tagline,
.ht-cta-section.style2 .ht-cta-buttons {
	text-align: left;
}

.ht-cta-section.style3 .ht-section-title-tagline,
.ht-cta-section.style3 .ht-cta-buttons {
	text-align: right;
}

.ht-cta-section.style4 .ht-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-cta-section.style4 .ht-section-title-tagline,
.ht-cta-section.style4 .ht-cta-buttons {
	text-align: left;
}

.ht-cta-section.style4 .ht-section-title-tagline {
	padding-right: 40px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
}

.ht-cta-buttons {
	white-space: nowrap;
}


/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/

.ht-pricing-wrap {
	margin-left: -3%;
}

.ht-pricing-wrap .ht-pricing {
	float: left;
	margin-left: 3%;
	margin-bottom: 40px;
}

.ht-pricing * {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-pricing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ht-pricing-col-2 .ht-pricing {
	width: 47%;
}

.ht-pricing-col-3 .ht-pricing {
	width: 30.33%;
}

.ht-pricing-col-4 .ht-pricing {
	width: 22%;
}

.ht-pricing-col-2 .ht-pricing:nth-child(2n+1) {
	clear: both;
}

.ht-pricing-col-3 .ht-pricing:nth-child(3n+1) {
	clear: both;
}

.ht-pricing-col-4 .ht-pricing:nth-child(4n+1) {
	clear: both;
}

.ht-pricing.style1 {
	background: #FFF;
	text-align: center;
	-webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
}

.ht-pricing.style1 * {
	color: #333;
}

.ht-pricing.style1 .ht-pricing-header {
	padding: 40px 20px;
	background: #F1F1F1;
	margin: -20px 15% 40px;
	position: relative;
}

.ht-pricing.style1 .ht-pricing-header:before {
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	background: #F1F1F1;
	top: 100%;
	height: 40px;
	margin-top: -20px;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-pricing.style1 .ht-pricing-header:after {
	content: "";
	position: absolute;
	right: 0;
	width: 50%;
	background: #F1F1F1;
	top: 100%;
	height: 40px;
	margin-top: -20px;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-pricing.style1 .ht-pricing-header h5 {
	margin-bottom: 25px;
}

.ht-pricing.style1 .ht-pricing-price {
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
}

.ht-pricing.style1 .ht-pricing-price span {
	font-size: 14px;
	font-weight: normal;
}

.ht-pricing.style1 .ht-pricing-list li {
	padding: 10px;
}

.ht-pricing.style1 .ht-pricing-list li:nth-child(even) {
	background: #FAFAFA;
}

.ht-pricing.style1 .ht-pricing-button {
	padding: 40px 20px;
}

.ht-pricing.style1 .ht-pricing-button a {
	display: inline-block;
	background: #333;
	padding: 15px 30px;
	color: #FFF;
	line-height: 1;
}

.ht-pricing.style1:hover .ht-pricing-header,
.ht-pricing.style1:hover .ht-pricing-header:before,
.ht-pricing.style1:hover .ht-pricing-header:after,
.ht-pricing.style1:hover .ht-pricing-button a,
.ht-pricing.style1.ht-featured .ht-pricing-header,
.ht-pricing.style1.ht-featured .ht-pricing-header:before,
.ht-pricing.style1.ht-featured .ht-pricing-header:after,
.ht-pricing.style1.ht-featured .ht-pricing-button a {
	background: #FFC107;
}

.ht-pricing.style1:hover .ht-pricing-header *,
.ht-pricing.style1:hover .ht-pricing-button a,
.h.ht-pricing.style1.ht-featured .ht-pricing-header *,
.ht.ht-pricing.style1.ht-featured .ht-pricing-button a {
	color: #FFF
}

.ht-pricing.style1.ht-featured {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ht-pricing.style2 {
	background: #FFF;
	-webkit-box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
	text-align: center
}

.ht-pricing.style2 .ht-pricing-header {
	padding: 40px;
	background: #414141;
	margin: 0 0 20px;
	position: relative;
}

.ht-pricing.style2 .ht-pricing-header * {
	color: #FFF;
}

.ht-pricing.style2 .ht-pricing-header h5 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
	padding-bottom: 15px
}

.ht-pricing.style2 .ht-pricing-price {
	font-size: 52px;
	line-height: 1.5;
}

.ht-pricing.style2 .ht-pricing-price .ht-price-per {
	display: block;
	font-size: 16px;
}

.ht-pricing.style2 .ht-pricing-list * {
	color: #333;
}

.ht-pricing.style2 .ht-pricing-list li {
	padding: 10px;
}

.ht-pricing.style2 .ht-pricing-list li:nth-child(even) {
	background: #FAFAFA;
}

.ht-pricing.style2 .ht-pricing-button {
	padding: 40px 0 0;
}

.ht-pricing.style2 .ht-pricing-button a {
	display: block;
	background: #FFC107;
	padding: 20px 30px;
	color: #FFF;
	line-height: 1;
}

.ht-pricing.style2:hover .ht-pricing-header,
.ht-pricing.style2.ht-featured .ht-pricing-header {
	background: #FFC107;
}

.ht-pricing.style2.ht-featured {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ht-pricing.style3 {
	border-top: 8px solid #FFC107;
	color: #FFF;
	text-align: center
}

.ht-pricing.style3 .ht-pricing-header {
	background: #FFF;
}

.ht-pricing.style3 .ht-pricing-header h5 {
	padding: 30px 20px;
	color: #FFC107;
	margin: 0;
	text-transform: uppercase;
}

.ht-pricing.style3 .ht-pricing-main {
	background: #FFC107;
}

.ht-pricing.style3 .ht-pricing-price {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	color: #FFF;
	border: 6px solid #FFF;
	position: relative;
	z-index: 99;
	font-size: 32px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ht-pricing.style3 .ht-pricing-price span {
	font-size: 16px;
	display: block;
	padding: 6px 0;
}

.ht-pricing.style3 .ht-pricing-price * {
	color: #FFF;
}

.ht-pricing.style3 .ht-pricing-list {
	margin-top: -75px;
	padding-top: 100px;
}

.ht-pricing.style3 .ht-pricing-list li {
	padding: 10px;
}

.ht-pricing.style3 .ht-pricing-list * {
	color: #FFF;
}

.ht-pricing.style3 .ht-pricing-button {
	padding: 30px;
	text-align: center;
}

.ht-pricing.style3 .ht-pricing-button a {
	display: inline-block;
	border: 2px solid #FFF;
	padding: 15px 30px;
	line-height: 1;
	color: #FFF;
}

.ht-pricing.style3.ht-featured {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ht-pricing.style4 {
	background: #FFF;
	padding: 10px 20px 0;
	margin-top: 50px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ht-pricing.style4 .ht-pricing-header {
	position: relative;
	background: #FFC107;
	margin-top: -60px;
	padding: 20px 10px;
	margin-bottom: 30px;
	border-radius: 20% 20% 0 0;
}

.ht-pricing.style4 .ht-pricing-header * {
	color: #FFF;
}

.ht-pricing.style4 .ht-pricing-header:before {
	background-image: linear-gradient(-45deg, transparent 25px, #FFC107 0), linear-gradient(45deg, transparent 25px, #FFC107 0);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 22px 32px;
	content: " ";
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}

.ht-pricing.style4 .ht-pricing-header h5 {
	margin: 10px 0;
}

.ht-pricing.style4 .ht-pricing-price {
	font-size: 60px;
	line-height: 1;
}

.ht-pricing.style4 .ht-price-per {
	display: block;
	font-size: 0.9rem;
	margin-top: 10px;
}

.ht-pricing.style4 .ht-pricing-main * {
	color: #333;
}

.ht-pricing.style4 .ht-pricing-list li {
	padding: 10px;
	border: 1px solid #EEE;
	border-top: 0;
	border-left: 0;
	margin-bottom: 6px;
}

.ht-pricing.style4 .ht-pricing-button a {
	display: block;
	padding: 10px 20px;
	margin: 0 20px;
	background: #FFC107;
	color: #FFF;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	border-radius: 100%;
}

.ht-pricing.style4.ht-featured {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*--------------------------------------------------------------
## News Update Section
--------------------------------------------------------------*/

.ht-news {
	margin: 0 auto 60px;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ht-news-image {
	width: 60%;
	float: left;
	-webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
}

.ht-news-content {
	width: 35%;
	float: right;
}

.ht-news-content h5 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

.ht-news-section .ht-news-text {
	margin-bottom: 30px;
}

.ht-news-section .ht-news-text a {
	text-decoration: underline;
}

.ht-news-section .ht-news-link i {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-news-section .ht-news-link:hover i {
	margin-left: 15px;
}

.ht-news:nth-child(even) .ht-news-image {
	float: right;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ht-news:nth-child(even) .ht-news-content {
	float: left;
}

.ht-news-section .style2 .ht-news-content {
	position: relative;
	width: 40%;
	background: #FFF;
	padding: 30px;
	left: -5%;
	-webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
}

.ht-news-section .style2 .ht-news:nth-child(even) .ht-news-content {
	left: 5%;
}

.ht-news-section .style2 .ht-news-content * {
	color: #333;
}

.ht-news-section.ht-style3 .ht-container {
	width: auto;
}

.ht-news-section .style3 .ht-news {
	margin: 0;
	width: auto;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.ht-news-section .style3 .ht-news-image {
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 400px;
	background-position: center;
}

.ht-news-section .style3 .ht-news-content {
	padding: 80px;
	width: 40%;
}


/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/

#ht-contact-section {
	position: relative;
}

.ht-contact-detail-toggle {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	left: 50%;
	margin-left: -25px;
	top: 0;
	background: #FFF;
	font-size: 26px;
	cursor: pointer;
	z-index: 9;
}

.ht-contact-detail-toggle i {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-contact-detail-toggle.ht-open i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ht-contact-detail-toggle.ht-closed i {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.ht-contact-content {
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 400px;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.ht-contact-content.ht-box-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.ht-contact-form {
	width: 70%;
	padding: 40px;
}

.ht-contact-form textarea {
	height: 100px;
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #EEE;
	padding-left: 0;
	padding-right: 0;
	resize: none;
}

.ht-contact-form input[type="text"],
.ht-contact-form input[type="email"],
.ht-contact-form input[type="url"],
.ht-contact-form input[type="password"],
.ht-contact-form input[type="search"],
.ht-contact-form input[type="number"],
.ht-contact-form input[type="tel"],
.ht-contact-form input[type="range"],
.ht-contact-form input[type="date"],
.ht-contact-form input[type="month"],
.ht-contact-form input[type="week"],
.ht-contact-form input[type="time"],
.ht-contact-form input[type="datetime"],
.ht-contact-form input[type="datetime-local"],
.ht-contact-form input[type="color"] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #EEE;
	background: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.ht-contact-form p {
	margin-bottom: 30px;
}

.ht-contact-form p:last-of-type {
	margin-bottom: 0;
}

.ht-contact-detail {
	background: #FFC107;
	width: 30%;
	padding: 40px;
}

.ht-contact-social-icon {
	margin-top: 20px;
}

.ht-contact-social-icon a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #FFF;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
	font-size: 16px;
}

.ht-contact-section .ht-contact-detail .ht-contact-social-icon a i {
	color: #FFC107;
}

.ht-contact-section .ht-contact-detail * {
	color: #FFF;
}

.ht-contact-detail-on #ht-google-map {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ht-contact-detail-off #ht-google-map {
	min-height: 600px;
}

.ht-contact-detail-off .ht-section-wrap {
	padding: 0 !important;
}

.ht-contact-google-map {
	width: 100%;
}

.ht-window-height #ht-google-map {
	height: 100vh;
}

.animated-dot {
	width: 20px;
	height: 20px;
	left: -9px;
	top: -5px;
	position: relative
}

.animated-dot .middle-dot:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: IcoFont;
	content: "\f051";
	font-size: 62px
}

.animated-dot .signal,
.animated-dot .signal2 {
	width: 200px;
	height: 200px;
	pointer-events: none;
	border-radius: 50%;
	position: absolute;
	left: -90px;
	top: -90px;
	opacity: 0;
	-webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
	animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: .78s;
	animation-delay: .78s
}

.animated-dot .signal {
	border: 2px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, .18);
	box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, .18);
	-webkit-animation-delay: .78s;
	animation-delay: .78s
}

.animated-dot .signal2 {
	border: 2px solid #000;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@-webkit-keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	1% {
		opacity: .4
	}
	20% {
		opacity: .4
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	1% {
		opacity: .4
	}
	20% {
		opacity: .4
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#ht-colophon {
	margin-top: 40px;
	background: #333;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon {
	margin-top: 0 !important;
}

#ht-colophon a {
	color: #BBB;
	text-decoration: none;
}

#ht-colophon .widget-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.ht-top-footer .widget {
	margin-bottom: 30px;
}

.ht-top-footer .widget:last-child {
	margin-bottom: 0;
}

.ht-footer {
	float: left;
	width: 22%;
	margin-left: 3%;
}

.ht-footer .widget {
	margin-bottom: 30px;
}

.ht-footer .widget:last-child {
	margin-bottom: 0;
}

.ht-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ht-footer ul li {
	padding: 2px 0 2px 0;
}

.col-1-1 .ht-footer1 {
	width: 100%;
}

.col-2-1-1 .ht-footer {
	width: 47%;
}

.col-3-1-1-1 .ht-footer {
	width: 30.33%;
}

.col-3-1-2 .ht-footer1 {
	width: 30.33%;
}

.col-3-1-2 .ht-footer2 {
	width: 63.66%;
}

.col-3-2-1 .ht-footer1 {
	width: 63.66%;
}

.col-3-2-1 .ht-footer2 {
	width: 30.33%;
}

.col-4-1-1-1-1 .ht-footer {
	width: 22%;
}

.col-4-1-1-2 .ht-footer1 {
	width: 22%;
}

.col-4-1-1-2 .ht-footer2 {
	width: 22%;
}

.col-4-1-1-2 .ht-footer3 {
	width: 46%;
}

.col-4-2-1-1 .ht-footer1 {
	width: 46%;
}

.col-4-2-1-1 .ht-footer2 {
	width: 22%;
}

.col-4-2-1-1 .ht-footer3 {
	width: 22%;
}

.col-4-1-2-1 .ht-footer1 {
	width: 22%;
}

.col-4-1-2-1 .ht-footer2 {
	width: 46%;
}

.col-4-1-2-1 .ht-footer3 {
	width: 22%;
}

.col-4-1-3 .ht-footer1 {
	width: 22%;
}

.col-4-1-3 .ht-footer2 {
	width: 72%;
}

.col-4-3-1 .ht-footer1 {
	width: 72%;
}

.col-4-3-1 .ht-footer2 {
	width: 22%;
}

#ht-colophon.footer-style1 {
	border-top: 4px solid #FFC107;
}

.footer-style1 .ht-top-footer {
	background: rgba(0, 0, 0, 0.05);
	padding: 30px 0;
	text-align: center;
}

.footer-style1 .ht-main-footer {
	color: #BBB;
	padding: 50px 0;
}

.footer-style1 .ht-main-footer-wrap {
	margin-left: -3%;
}

.footer-style1 .ht-bottom-footer {
	background: rgba(0, 0, 0, 0.05);
	padding: 30px 0;
	color: #AAA;
	line-height: 1.2;
	text-align: center;
}

.footer-style2 .ht-top-footer .ht-container {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
	padding: 30px 0;
	text-align: center
}

.footer-style2 .ht-main-footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-style2 .ht-footer {
	border-right: 1px solid rgba( 0, 0, 0, 0.1);
	margin: 0;
	padding: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-style2 .ht-footer:last-child {
	border-right: 0;
}

.footer-style2 .ht-bottom-footer .ht-container {
	position: relative;
	border-top: 1px solid rgba( 0, 0, 0, 0.1);
	padding: 20px 0;
	text-align: center
}

#ht-colophon.footer-style3 {
	margin-top: 100px;
}

.footer-style3 .ht-top-footer {
	position: relative;
	top: -50px;
	z-index: 99;
}

.footer-style3 .ht-top-footer .ht-container {
	background: rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
}

.footer-style3 .ht-main-footer-wrap {
	margin-left: -3%;
	padding: 0 0 40px;
}

.footer-style3 .ht-bottom-footer {
	padding-bottom: 30px;
	text-align: center;
}

.footer-style3 .ht-bottom-footer .ht-container {
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.footer-style4 .ht-top-footer {
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-style4 .ht-main-footer-wrap {
	margin-left: -3%;
}

.footer-style4 .ht-main-footer {
	padding: 40px 0;
}

.footer-style4 .ht-bottom-footer {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-style5 .ht-top-footer {
	padding: 40px 0;
	text-align: center;
}

.footer-style5 .ht-main-footer {
	background: rgba(0, 0, 0, 0.2);
	padding: 40px 0;
	margin: 0 4%;
}

.footer-style5 .ht-main-footer-wrap {
	margin-left: -3%;
}

.footer-style5 .ht-bottom-footer {
	padding: 20px 0;
	text-align: center;
}

.ht-site-info a {
	border-bottom: 1px dotted #AAA;
}

#ht-back-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #111;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#ht-back-top:hover {
	background: #FFC107;
}

#ht-back-top.ht-hide {
	bottom: -100px;
}


/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

.error404 .error-404 {
	display: block;
	text-align: center;
	font-size: 200px;
	color: #f9f9f9;
	line-height: 1.2;
}

.error404 .oops-text {
	text-align: center;
}

.toggle-bar {
	display: none;
}


/*--------------------------------------------------------------
## Search Overlay CSS
--------------------------------------------------------------*/

.ht-search-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 99999;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ht-search-wrapper.ht-search-triggered {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.ht-search-close {
	position: absolute;
	top: 0;
	left: 50%;
	cursor: pointer;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: #FFC107;
	color: #FFF;
	font-size: 24px;
	margin-left: -30px;
}

.ht-search-container {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.ht-search-container .search-field {
	width: 100%;
	background: none;
	border: none;
	text-align: center;
	height: 60px;
	height: 7vw;
	font-size: 60px;
	font-size: 5vw;
	color: #FFF;
	padding: 15px;
	margin-bottom: 30px;
	line-height: 1;
}

.ht-search-container .search-submit {
	background: none !important;
	border: 3px solid #AAA;
	padding: 16px 60px;
	font-size: 20px;
	border-radius: 40px;
	color: #AAA;
	height: 70px;
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}


/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #dadada;
	border-radius: 2px;
	text-align: center;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #FFC107
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .total-product-title-wrap {
	padding: 20px 10px 0;
}

.woocommerce ul.products li.product a {
	color: inherit;
}

.woocommerce ul.products li.product h3 {
	margin: 0 0 6px;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	font-size: 20px;
	color: #FFC107;
	margin: 0;
}

.woocommerce ul.products li.product .price del {
	display: inline;
	color: #999;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	display: inline;
	font-weight: 400;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
	color: #FFF;
	background-color: #FFC107;
	border: 1px solid #FFC107;
	height: 40px;
	margin-bottom: -20px;
	line-height: 20px;
	font-size: 0.9em;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
}

.woocommerce ul.products li.product .button {
	margin: 0;
	transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.woocommerce ul.products li.product:hover .button {
	border-color: #FFC107;
	background-color: #FFC107;
	color: #FFF;
}

.woocommerce ul.products li.product .button.loading {
	opacity: 1;
}

.woocommerce a.added_to_cart {
	display: none;
	padding-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 25px;
	font-size: 13px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	border-color: #FFC107;
	background-color: #FFC107;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #333;
	border-color: #333;
	color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: block;
	background: #FFC107;
	color: #FFF;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 2px;
}

.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: #333;
	color: #FFF;
}

.woocommerce span.onsale {
	min-height: 0;
	min-width: 0;
	padding: 0 15px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 0;
	background-color: #FFC107;
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 -6px;
	top: 0;
	left: 0;
}

.woocommerce span.onsale:after {
	border-color: transparent #e8ae00 #e8ae00 transparent;
	border-width: 3px;
	border-style: solid;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0px;
}

.woocommerce ul.products li.product .onsale {
	margin: 10px -6px 0 0;
}

.woocommerce ul.products li.product .onsale:after {
	border-color: transparent transparent #e8ae00 #e8ae00;
	border-width: 3px;
	border-style: solid;
	right: 0px;
	left: auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #FFC107
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 400;
}

.woocommerce .product_meta {
	font-size: 15px;
}

.woocommerce .product_meta a {
	color: inherit;
}

.woocommerce .product_meta a:hover {
	color: #FFC107;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 2px solid #FFC107;
	padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 0;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: #333;
	border-radius: 0;
	margin: 0 6px 0 0;
	padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #FFC107;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #FFF !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email {
	width: 100%;
}

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
	width: 100%;
}

.related.products h2 {
	margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	background: #FFC107;
	padding: 10px 20px;
	color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	background: #333;
	color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background: #FFC107;
	border-color: #FFC107;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	line-height: 40px;
	font-size: inherit;
	padding: 0;
}

.select2-container .select2-choice {
	border: 1px solid #EEE;
	font-size: 0.9em;
	color: inherit;
	border-radius: 0;
}

.select2-results {
	font-size: 0.9em;
	color: inherit;
}

.select2-drop-active {
	border-color: #EEE;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-color: #EEE;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #FFC107;
	font-size: 0.9em;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	color: #FFC107;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
	padding: 5px 20px;
	line-height: 1;
	height: auto;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}

#customer_details {
	margin-bottom: 40px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #EEE;
	border-radius: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
}

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

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce a.remove {
	font-family: Arial;
	font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 8px;
}

.woocommerce .widget_layered_nav ul li {
	padding: 5px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #FFF;
	border: 4px solid #FFC107;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #FFC107
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #EEE;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	height: 20px;
	width: 20px;
	top: -6px;
	margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-MyAccount-navigation-link a {
	background: #FFC107;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 5px;
	display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
	background: #333;
}

.menu-item-ht-cart .cart-count {
	font-size: 0.8em;
	margin-left: 6px;
	vertical-align: super;
}

.menu-item-ht-cart .widget_shopping_cart {
	position: absolute;
	display: none;
	right: 0;
	top: 100%;
	width: 300px;
	background: #FFF;
	padding: 25px;
	text-transform: none;
	margin: 0;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

#ht-responsive-menu .menu-item-ht-cart .widget_shopping_cart {
	display: none !important;
}

.menu-item-ht-cart:hover .widget_shopping_cart {
	display: block;
}

.menu-item-ht-cart .widget_shopping_cart ul {
	display: block;
	position: static;
	background: none;
	min-width: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 300px;
}

.menu-item-ht-cart .widget_shopping_cart .woocommerce-mini-cart a {
	padding: 0;
}

.menu-item-ht-cart .woocommerce.widget_shopping_cart .total {
	padding: 15px 0;
	border: 0;
	margin: 0;
	border-top: 1px solid #FFF;
}

.menu-item-ht-cart .woocommerce-mini-cart__buttons {
	margin: 0;
}

.menu-item-ht-cart .woocommerce.widget_shopping_cart .buttons a {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

.menu-item-ht-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	float: right
}

.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li {
	padding: 10px 20px 10px 0;
}

.menu-item-ht-cart ul.product_list_widget li img {
	width: 72px;
	float: left;
	margin: 0 10px 0 0;
}

.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 0;
}

.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li .quantity {
	font-size: 0.9em;
}

.menu-item-ht-cart .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}

#ht-mobile-menu {
	width: 48px;
	display: none;
}

#ht-responsive-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFF;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

#ht-responsive-menu ul {
	margin: 0;
	list-style: none;
}

#ht-responsive-menu li.megamenu-auto-width ul.megamenu {
	padding: 0;
}

#ht-responsive-menu li.menu-item {
	position: relative;
	float: none;
}

#ht-responsive-menu li.menu-item>a {
	padding: 15px 30px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #333;
}

#ht-responsive-menu ul.megamenu li.menu-item>a {
	padding: 15px 40px;
}

#ht-responsive-menu ul.megamenu .menu-template,
#ht-responsive-menu ul.megamenu .menu-widget {
	padding: 15px 40px;
}

#ht-responsive-menu ul ul li.menu-item>a {
	padding-left: 50px;
}

#ht-responsive-menu ul ul ul li.menu-item>a {
	padding-left: 60px;
}

#ht-responsive-menu li .sub-toggle {
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	z-index: 99;
}

.ht-header-one .ht-main-navigation #ht-mobile-menu {
	float: right;
}

#ht-responsive-menu .dropdown-nav,
#ht-responsive-menu .megamenu .sub-toggle {
	display: none;
}

#ht-responsive-menu .megamenu ul {
	display: block !important;
}

#ht-responsive-menu .megamenu li.heading-yes>a {
	background: rgba(0, 0, 0, 0.05);
}


/*Maintenance Page CSS*/

#ht-maintenance-page {
	min-height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.ht-maintenance-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.ht-maintenance-slide {
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}

.ht-maintenance-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}

body.video .ht-maintenance-bg:after {
	background-image: url(images/dot.png); 
}

.ht-maintenance-page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 40px;
}

.ht-maintenance-banner {
	min-height: 100%;
	background-size: cover;
	background-position: center;
}

.ht-maintenance-video {
	min-height: 100vh;
}

.ht-maintenance-logo {
	margin-bottom: 40px;
}

.ht-maintenance-page h1 {
	margin-bottom: 20px;
	font-size: 60px;
	letter-spacing: 1px;
}

.ht-maintenance-countdown {
	margin: 60px 0 30px;
}

.ht-maintenance-countdown>.ht-count-label {
	display: inline-block;
	margin: 0 40px 30px;
}

.ht-maintenance-countdown>.ht-count-label span {
	display: block;
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 5px;
	font-weight: bold;
}

.ht-maintenance-countdown>.ht-count-label label {
	text-transform: uppercase;
}

.ht-maintenance-page header {
	font-size: 18px;
	margin-bottom: 30px;
}

.ht-maintenance-page footer {
	margin-top: 80px;
}

.ht-maintenance-social a {
	font-size: 18px;
	margin: 0 15px;
	border: 1px solid #FFF;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ht-maintenance-social a i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	height: 44px;
	width: 44px;
	line-height: 44px;
}

@media screen and (max-width: 1200px) {
	.ht-slide-caption {
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.ht-slide-cap-title,
	.ht-banner-title {
		font-size: 40px;
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.ht-slide-cap-desc,
	.ht-banner-subtitle {
		font-size: 14px;
		font-size: 3vw;
	}
	.ht-slide-button a,
	.ht-banner-button a {
		font-size: 12px;
		font-size: 2vw;
	}
	.ht-team-col-4 .ht-team-member,
	.ht-col-4 .ht-highlight-post,
	.ht-pricing-col-4 .ht-pricing,
	.ht-blog-col-4 .ht-blog-post {
		width: 30.33%;
	}
	.ht-team-col-4 .ht-team-member:nth-child(4n+1),
	.ht-col-4 .ht-highlight-post:nth-child(4n+1),
	.ht-pricing-col-4 .ht-pricing:nth-child(4n+1),
	.ht-blog-col-4 .ht-blog-post:nth-child(4n+1) {
		clear: none;
	}
	.ht-team-col-4 .ht-team-member:nth-child(3n+1),
	.ht-col-4 .ht-highlight-post:nth-child(3n+1),
	.ht-pricing-col-4 .ht-pricing:nth-child(3n+1),
	.ht-blog-col-4 .ht-blog-post:nth-child(3n+1) {
		clear: both;
	}
	.ht-team-grid .ht-team-member.style2 {
		width: 47%;
	}
	.ht-team-grid .ht-team-member.style2:nth-child(3n+1) {
		clear: none;
	}
	.ht-team-grid .ht-team-member.style2:nth-child(2n+1) {
		clear: both;
	}
	.ht-col-6 .ht-featured-post,
	.ht-col-5 .ht-featured-post {
		width: 22%;
	}
	.ht-col-4 .ht-featured-post {
		width: 30.33%;
	}
	.ht-col-6 .ht-featured-post:nth-child(6n+1),
	.ht-col-5 .ht-featured-post:nth-child(5n+1),
	.ht-col-4 .ht-featured-post:nth-child(4n+1) {
		clear: none;
	}
	.ht-col-6 .ht-featured-post:nth-child(4n+1),
	.ht-col-5 .ht-featured-post:nth-child(4n+1) .ht-col-4 .ht-featured-post:nth-child(3n+1) {
		clear: both;
	}
	.ht-counter-col-6 .ht-counter,
	.ht-counter-col-5 .ht-counter {
		width: 20%;
	}
	.ht-counter-col-4 .ht-counter {
		width: 28.33%;
	}
	.ht-counter-col-6 .ht-counter:nth-child(6n+1),
	.ht-counter-col-5 .ht-counter:nth-child(5n+1),
	.ht-counter-col-4 .ht-counter:nth-child(4n+1) {
		clear: none;
	}
	.ht-counter-col-6 .ht-counter:nth-child(4n+1),
	.ht-counter-col-5 .ht-counter:nth-child(4n+1),
	.ht-counter-col-4 .ht-counter:nth-child(3n+1) {
		clear: both;
	}
	.ht-service-section.style2 .ht-service-posts {
		display: block;
	}
	.ht-service-section.style2 .ht-section-title-tagline {
		width: auto;
		padding: 0;
		margin-bottom: 60px;
	}
	.ht-service-section.style2 .ht-service-post-holder {
		width: auto;
	}
	.ht-service-section.style3 .ht-service-bg {
		display: none;
	}
	.ht-service-section.style3 .ht-service-post {
		width: 50%;
	}
	.ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 768px) {
	.ht-th-left,
	.ht-th-right {
		float: none;
		width: auto;
		max-width: none;
		text-align: center;
	}
	.ht-th-left {
		margin-bottom: 10px;
	}
	.ht-banner-caption {
		width: 100% !important;
	}
	.ht-slide-caption .ht-slide-cap-title,
	.ht-slide-caption .ht-slide-cap-desc {
		padding: 0 !important;
	}
	.ht-button {
		height: auto;
	}
	.ht-section-title-top-center,
	.ht-section-title-top-cs {
		width: auto;
	}
	.ht-section-title-single-row {
		display: block;
	}
	.ht-section-title-single-row .ht-section-title-wrap,
	.ht-section-title-single-row .ht-section-tagline {
		width: auto;
		padding: 0;
		border: 0;
	}
	.ht-section-title-side,
	.ht-section-title-side+.ht-section-content {
		float: none;
		width: auto;
		padding: 0;
	}
	.ht-section-title-tagline.ht-section-title-side {
		margin-bottom: 60px;
	}
	.ht-section-title-single-row .ht-section-title-wrap {
		margin-bottom: 15px;
	}
	.ht-section-title-big .ht-section-super-title {
		font-size: 4rem;
	}
	.ht-team-grid .ht-team-member {
		width: 47%;
	}
	.ht-team-grid .ht-team-member:nth-child(3n+1) {
		clear: none;
	}
	.ht-team-grid .ht-team-member:nth-child(2n+1) {
		clear: both;
	}
	.ht-team-grid .ht-team-member.style2 {
		width: 97%;
	}
	.ht-tab-wrap.style1 .ht-tabs,
	.ht-tab-wrap.style2 .ht-tabs,
	.ht-tab-wrap.style1 .ht-tab-content,
	.ht-tab-wrap.style2 .ht-tab-content {
		width: auto;
		float: none;
		padding: 20px 0;
	}
	.ht-tab-wrap.style2 .ht-tab.ht-active:after,
	.ht-tab-wrap.style4 .ht-tab:after,
	.ht-tab-wrap.style5 .ht-tab.ht-active:before,
	.ht-tab-wrap.style5 .ht-tab.ht-active:after {
		display: none;
	}
	.ht-tab-wrap.style3 .ht-tab,
	.ht-tab-wrap.style4 .ht-tab,
	.ht-tab-wrap.style5 .ht-tab {
		display: block;
		max-width: none;
		margin-bottom: 10px;
	}
	.ht-tab-wrap.style5 .ht-tab {
		padding-bottom: 20px;
	}
	.ht-tab-wrap.style5 .ht-tabs {
		padding: 0 30px;
	}
	.ht-tab-wrap.style5 .ht-tab-content {
		padding: 30px;
	}
	.ht-testimonial-section .style3 .ht-testimonial-box {
		width: 47%;
	}
	.ht-testimonial-section .style3 .ht-testimonial-box:nth-child(3n+1) {
		clear: none;
	}
	.ht-testimonial-section .style3 .ht-testimonial-box:nth-child(2n+1) {
		clear: both;
	}
	.ht-testimonial-section .style4 .ht-testimonial-box {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#ht-about-section .ht-container {
		display: block;
	}
	.ht-about-sec {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.ht-about-sidebar {
		width: auto;
		float: none;
		padding: 0;
		text-align: center;
	}
	.ht-about-sec.fullwidth .ht-progress-bar-sec {
		width: auto;
	}
	.ht-news {
		width: auto;
		display: block;
	}
	.ht-news-image,
	.ht-news-content {
		width: auto !important;
		float: none !important;
	}
	.ht-news-image {
		margin-bottom: 30px;
	}
	.ht-news-section .style2 .ht-news-content {
		left: 0 !important;
	}
	.ht-news-section .style3 .ht-news-image {
		margin-bottom: 0;
		min-height: 0;
		padding-top: 56%;
	}
	.ht-news-section .style3 .ht-news-content {
		padding: 40px;
	}
	.ht-highlight-post-wrap .ht-highlight-post {
		width: 47%;
	}
	.ht-highlight-post-wrap .ht-highlight-post:nth-child(3n+1) {
		clear: none;
	}
	.ht-highlight-post-wrap .ht-highlight-post:nth-child(2n+1) {
		clear: both;
	}
	.ht-pricing-wrap .ht-pricing {
		width: 47%;
	}
	.ht-pricing-wrap .ht-pricing:nth-child(3n+1) {
		clear: none;
	}
	.ht-pricing-wrap .ht-pricing:nth-child(2n+1) {
		clear: both;
	}
	.ht-featured-post-wrap .ht-featured-post {
		width: 47%;
	}
	.ht-featured-post-wrap .ht-featured-post:nth-child(6n+1),
	.ht-featured-post-wrap .ht-featured-post:nth-child(5n+1),
	.ht-featured-post-wrap .ht-featured-post:nth-child(4n+1),
	.ht-featured-post-wrap .ht-featured-post:nth-child(3n+1) {
		clear: none;
	}
	.ht-featured-post-wrap .ht-featured-post:nth-child(2n+1) {
		clear: both;
	}
	.ht-counter-wrap .ht-counter {
		width: 45%;
	}
	.ht-counter-wrap .ht-counter:nth-child(6n+1),
	.ht-counter-wrap .ht-counter:nth-child(5n+1),
	.ht-counter-wrap .ht-counter:nth-child(4n+1),
	.ht-counter-wrap .ht-counter:nth-child(3n+1) {
		clear: none;
	}
	.ht-counter-wrap .ht-counter:nth-child(2n+1) {
		clear: both;
	}
	.ht-service-bg {
		display: none;
	}
	.ht-service-section.style1.ht-bg-left .ht-service-posts,
	.ht-service-section.style4.ht-bg-left .ht-service-posts,
	.ht-service-section.style1.ht-bg-right .ht-service-posts,
	.ht-service-section.style4.ht-bg-right .ht-service-posts {
		float: none;
		width: auto;
		padding: 0;
	}
	.ht-service-section.style3 .ht-service-post-wrap {
		display: block;
	}
	.ht-service-section.style3 .ht-service-post {
		width: auto;
	}
	.ht-service-section.style3 .ht-service-post:nth-child(odd) {
		padding-right: 0;
		padding-left: 100px;
		text-align: left;
	}
	.ht-service-section.style3 .ht-service-post:nth-child(odd) .ht-service-icon {
		float: left;
		margin-left: -80px;
	}
	.ht-blog-wrap .ht-blog-post {
		width: 47%;
	}
	.ht-blog-wrap .ht-blog-post:nth-child(3n+1) {
		clear: none;
	}
	.ht-blog-wrap .ht-blog-post:nth-child(2n+1) {
		clear: both;
	}
	.ht-contact-content {
		display: block;
	}
	.ht-contact-form,
	.ht-contact-detail {
		width: auto;
	}
	.ht-cta-section.style4 .ht-container {
		display: block;
	}
	.ht-cta-section.style4 .ht-section-title-tagline {
		width: auto;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.ht-cta-section.style4 .ht-cta-buttons {
		width: auto;
	}
	.ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
		width: 200px;
		height: 200px;
	}
	.ht-logo-section .style3 .ht-logo-grid .ht-logo-item,
	.ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
		width: 33.33%;
	}
	.ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
		border: 0 !important;
	}
	.footer-style2 .ht-main-footer-wrap {
		display: block;
	}
	.footer-style2 .ht-footer {
		border-right: 0;
		border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
	}
	.footer-style2 .ht-footer:last-child {
		border-bottom: 0;
	}
	.ht-main-footer-wrap {
		margin-left: 0 !important;
	}
	.ht-footer {
		width: auto !important;
		margin: 0 0 30px !important;
		float: none !important;
	}
	.ht-footer:last-child {
		margin-bottom: 0 !important;
	}
	#primary {
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
	#secondary {
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 580px) {
	.ht-topheader-mobile-disable .ht-top-header {
		display: none !important;
	}
	ul.total-plus-related-post-wrap {
		margin-left: 0;
	}
	ul.total-plus-related-post-wrap li {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.ht-image-box.image-left .ht-image-box-wrap,
	.ht-image-box.image-right .ht-image-box-wrap {
		display: block;
	}
	.ht-image-box.image-left .ht-ib-image,
	.ht-image-box.image-right .ht-ib-image {
		margin: 0 0 30px;
		width: auto !important;
	}
	.ht-ib-content {
		width: auto !important;
	}
	.ht-team-grid .ht-team-member {
		width: 97%;
	}
	.ht-testimonial-section .style3 .ht-testimonial-box {
		width: 97%;
	}
	.ht-news-section .style3 .ht-news-content {
		padding: 30px;
	}
	.ht-highlight-post-wrap .ht-highlight-post {
		width: 97%;
	}
	.ht-pricing-wrap .ht-pricing {
		width: 97%;
	}
	.ht-featured-post-wrap .ht-featured-post {
		width: 97%;
	}
	.ht-service-section.style2 .ht-service-post-wrap {
		display: block;
	}
	.ht-service-section.style2 .ht-service-post {
		width: auto;
		margin: 30px 0;
	}
	.ht-blog-wrap .ht-blog-post img {
		width: 100%;
	}
	.ht-blog-wrap .ht-blog-post {
		width: 97%;
	}
	#ht-home-slider-section .owl-nav,
	#ht-home-slider-section .owl-dots {
		display: none;
	}
	.blog-layout2 .ht-post-info {
		width: 30%;
	}
	.blog-layout2 .ht-post-info+.ht-post-content {
		width: 70%;
	}
}

@media screen and (max-width: 480px) {
	.ht-team-member.style2 .ht-team-member-inner {
		display: block;
	}
	.ht-team-member.style2 .ht-team-content,
	.ht-team-member.style2 .ht-team-image {
		width: auto;
	}
	.ht-testimonial-wrap .ht-testimonial-excerpt {
		width: auto;
	}
	.ht-testimonial-wrap .ht-testimonial-excerpt .fa-quote-left {
		left: 0;
	}
	.ht-counter-wrap .ht-counter {
		width: 95%;
	}
	.ht-cta-buttons a {
		display: block;
		margin: 0 0 15px;
		text-align: center;
	}
	.ht-logo-section .style3 .ht-logo-grid .ht-logo-item,
	.ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
		width: 50%;
	}
	.blog-layout1 .ht-post-info {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.blog-layout1 .ht-post-info+.ht-post-wrapper {
		padding-left: 0;
	}
	.blog-layout1 .entry-figure+.ht-post-content {
		padding: 0 20px 20px;
	}
	.blog-layout1 .entry-figure+.ht-post-content .entry-header {
		width: 100%;
		margin-left: -20px;
	}
	.blog-layout2 .entry-body {
		padding: 20px;
	}
	.blog-layout2 .ht-post-info,
	.blog-layout2 .ht-post-info+.ht-post-content {
		width: auto;
		float: none;
		padding: 0;
	}
	.blog-layout2 .ht-post-info {
		margin-bottom: 30px;
	}
	.blog-layout2 .entry-date {
		margin-top: -20px;
		margin-bottom: 0;
	}
	.blog-layout3 .ht-post-content {
		padding: 20px 20px 0
	}
	.total-hentry-wrap {
		margin-left: 0;
	}
	.total-hentry-wrap .blog-layout4.total-hentry {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.blog-layout4-first .ht-post-content {
		padding: 20px 0 0;
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		color: inherit;
	}
	.blog-layout4-first .ht-post-content a {
		color: inherit;
	}
	.ht-contact-box.style1 .ht-contact-field,
	.ht-contact-box.style3 .ht-contact-field {
		min-width: 100%;
	}
	.ht-contact-box.style1 .ht-contact-field:after {
		display: none;
	}
}
