/*
Theme Name: Total
Theme URI: https://hashthemes.com/wordpress-theme/total/
Author: Hash Themes
Author URI: https://hashthemes.com
Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce - an ecommerce plugin and all other major plugins. The theme can also be used with all major page builder plugins like Elementor, SiteOrigin, WpBakery VisualComposer and Beaver Builder. DEMO: https://demo.hashthemes.com/total/
Version: 999.2.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: total
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, education, blog, custom-logo
*/

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

body {
	margin: 0;
	user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
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;
	color:#662d91 !important;
}

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 {
	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"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
}

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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	line-height: 1.6;
	font-family: /*'Pontano Sans', sans-serif*/ 'roboto',sans-serif!important;
	/*font-weight: 400;*/
	text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.2;
	font-family: 'roboto',sans-serif;
	    color: #6d2585;
    font-weight: 600;
	font-size:25px !Important;
}

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

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

h3{
	font-size: 23px;
	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 {
	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/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* 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 20px;
	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"] {
	background: #FFC107;
	padding: 0 20px;
    height: 40px;
	color: #FFF;
	border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
}

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;
}

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

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: 3px 8px;
    height: 40px;
}

textarea {
	padding: 8px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FFC107;
	text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}

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;
	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: 15px;
}

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

.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,
.ht-container:before,
.ht-container:after {
	content: "";
	display: table;
}

.ht-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.ht-container: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;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.total-hentry {
	margin: 0 0 50px;
}

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

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

.page-template-page-builder-template .page-content{
	margin-bottom: 0;
}

.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_condensed #primary{
	width: 76%;
	float: none;
	margin: 0 auto;
}

.ht_left_sidebar #primary{
	float: right;
}

.ht_left_sidebar #secondary{
	float: left;
}

.ht-post-info{
	float: left;
	width: 80px;
	text-align: right;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

.ht-post-info a{
	display: block;
	text-decoration: none;
	line-height: 1.4;
	padding: 20px 0 0;
	text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.ht-post-wrapper{
	padding-left: 105px;
}

.entry-figure{
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 15px;
}

.entry-header .entry-title{
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.entry-figure + .entry-header{
	background: #FFF;
	position: relative;
	margin-top: 0px;
	width: 100%;
	padding: 15px 0 1px;
}

.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
	font-size: 22px;
}

.entry-categories{
	font-size: 14px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

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

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

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

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

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

/*--------------------------------------------------------------
## 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: 5px 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;
}

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

/*--------------------------------------------------------------
## 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{
	margin-bottom: 50px;
}

h3#reply-title,
h3.comments-title{
	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;
}

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

#comments li.comment{
	margin: 0 0 40px;
}

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

article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}

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

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

.comment-list .comment-respond{
	margin-top: 20px;
	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;
}

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

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

.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;
}

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

.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,
.woocommerce nav.woocommerce-pagination{
    text-align: center;
    margin-bottom: 50px;
}

.home.blog .pagination{
    margin-bottom: 40px;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #FFC107;
    color: #FFF;
    padding: 10px 15px;
    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{
	width: 1170px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#ht-masthead{
	border-top: 4px solid #00ABE8 !Important;
	background: #FFF; 
	height: 94px;
    border-bottom: 1px solid #cccccc;
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
	    border-top-color: #6d2585!Important;
}
.ht-main-navigation .current_page_item > a{
	background: #6d2585!Important;
}
.ht-site-title a{
	color: #6d2585!Important;
}
a:hover {
    color: #6d2585 !Important;
}
.ht-sticky-header #ht-masthead{
	position: fixed;
	left: 0;
	right: 0;
}

.ht-sticky#ht-masthead{
	height: 74px;
}

#ht-content{
	clear: both;
}

.ht-sticky-header #ht-content{
	position: relative;
	z-index: 9;
	padding-top: 94px;
}

.home.blog.ht-sticky-header #ht-content{
	padding-top: 134px;
}

#ht-site-branding{
	float: left;
	width: 30%;
	padding: 15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding{
	padding: 5px 0;
}

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

.ht-main-header{
	background: #f9f9f9;
	padding:10px 0;
	margin-bottom: 40px;
}

.ht-main-title{
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}

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

.ht-site-title{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}

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

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

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

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

.breadcrumb-trail ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul li{
	display: inline-block;
}

.breadcrumb-trail ul li:after{
	content: "/";
	margin: 0 6px;
}

.breadcrumb-trail ul li:last-child:after{
	display: none;
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail 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;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.ht-section{
	padding: 60px 0;
    background: #FFF;
}

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

.ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    width: 60%;
    margin: 0 auto 15px;
}

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

.ht-section-tagline{
	font-size: 20px;
	width: 70%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#ht-site-navigation{
	float: right;
	width: 70%;
	padding: 27px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-navigation{
	padding: 17px 0;
}

.ht-main-navigation .ht-menu{
	float: right;
}

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

.ht-main-navigation li {
	float: left;
	position: relative;
	margin-left: 10px;
}

.ht-main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #444;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 36px;
    padding: 0 10px;
    font-weight: 600;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    letter-spacing: 0.8px;
}
.ht-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100% ;
	background: #FFF;
	min-width: 200px;
	z-index: 999;
	padding: 8px;
	margin-top: 27px;
	border-top: 2px solid #FFC107;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.05)
}

.ht-sticky .ht-main-navigation ul ul{
	margin-top: 17px;
}

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

.ht-main-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin: 0 0 0 8px;
	border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
	margin-top: 0
}

.ht-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 10px 15px;
	font-size: 14px;
}

.ht-main-navigation ul ul li {
	float: none;
	margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
	margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
	display: block;
}

.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
	background: none;
	color: inherit;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {
	color: #FFF;
	background: #FFC107;
}

/* styling for both css and generated arrows */
.menu-item-has-children .ht-dropdown{
	position: relative;
	right: -5px;
}

.menu-item-has-children .ht-dropdown:after {
	content: '\f107';
	font-family: FontAwesome;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .ht-dropdown{
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item-has-children ul .ht-dropdown:after {
	content: '\f105';
}

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

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

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

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#ht-home-slider-section{
	clear: both;
}

.ht-slide{
	position: relative;
}

.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;
	margin-left: -585px;
	-ms-transform: translateY(-50%); 
   	-webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.ht-slide-cap-title{
	text-align: center;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 10%;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	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{
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	padding: 0 20%;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-prev, 
#ht-home-slider-section .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	height: 70px;
    width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}

#ht-home-slider-section .owl-carousel .owl-nav > div: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-item.active .ht-slide-cap-title,
#ht-home-slider-section .owl-item.active .ht-slide-cap-desc{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ht-home-slider-section .owl-item.active .ht-slide-cap-title,
#ht-home-slider-section .owl-item.active .ht-slide-cap-desc {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section{
	background: #FFF;
}

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

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

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

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

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

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

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

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

.ht-progress-bar-length{
	background: #FFC107;
	height: 100%;
	text-align: right;
	padding-right: 20px;
}

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

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

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#ht-featured-post-section{
	background: #FFC107;
	color: #FFF;
	padding-bottom: 80px;
}

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

.ht-featured-post{
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	border:2px solid #FFF;
	padding: 30px;
}

.ht-featured-post h5{
	text-transform: uppercase;
	margin-bottom: 25px;
}

.ht-featured-icon{
    display: inline-block;
    color: #FFF;
    font-size: 46px;
    line-height: 80px;
    width: 180px;
    background: #FFC107;
    -ms-transform: translateY(-35px); 
    -webkit-transform: translateY(-35px); 
    transform: translateY(-35px); 
}

.ht-featured-icon .fa{
	vertical-align: bottom;
}

.ht-featured-link{
	-ms-transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transform: translateY(52px); 
}

.ht-featured-link a{
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
    background: #FFF;
	color: #FFC107;
    border-right: 10px solid #FFC107;
    border-left: 10px solid #FFC107;
}

.ht-featured-link a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list{
	text-align: center;
	margin-bottom: 30px;
	text-align: right;
}

.ht-portfolio-cat-name-list .fa{
	vertical-align: middle;
	color: #FFC107; 
}

.ht-portfolio-cat-name{
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #BBB;
	line-height: 1;
	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-cat-name:nth-child(2){
	border-left: 0;
	margin-left: 0;
}

.ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active{
	color: #FFC107;
}

.ht-portfolio-post-wrap{
	margin: 0 -7.5px;
}

.ht-portfolio{
	width: 33.33%;
	float: left;
	padding: 7.5px;
}

.ht-portfolio-outer-wrap{
	position: relative;
}

.ht-portfolio-wrap{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f9f9f9;
}

.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;
	-ms-transform: translate(300px, 0); 
   	-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{
	-ms-transform: translate(0, 0); 
   	-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{
	-ms-transform: translate(-300px, 0); 
   	-webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
    right: 66px;
}

.ht-portfolio-caption a.ht-portfolio-link{
	-ms-transform: translate(-300px, 0); 
   	-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{
	-ms-transform: translate(0, 0); 
   	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section{
	position: relative;
	padding: 40px 0;
	background: #F5F5F5;
}

.ht-service-left-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}

.ht-service-posts{
	float: left;
	width: 50%;
	padding-right: 40px;
}

.ht-service-post-wrap{
	position: relative;
}

.ht-service-post-wrap:after {
    content: "";
    position: absolute;
   left: 3px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #00ABE8 !Important;
    top: 147px;
    height: 75%;
}

.ht-service-posts .ht-section-title-tagline{
	text-align: left;
	margin-bottom: 21px;
}

.ht-service-posts .ht-section-title{
    width: auto;
}

.ht-service-posts .ht-section-tagline{
	width: auto;
}

.ht-service-post{
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.ht-service-post:last-child{
	margin-bottom: 0
}

.ht-service-icon{
	float: left;
	font-size: 18px;
	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-active .ht-service-icon{
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #FFC107;
}

.ht-service-excerpt{
	padding-left: 65px;
}

.ht-service-text{
	display: none;
}

.ht-service-excerpt h5{
	margin: 15px 0 6px;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.ht-team-member-wrap{
	margin-left: -2%;
}

.ht-team-member{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

.ht-team-member img{
	width: 100%;
}

.ht-team-member-image{
	position: relative;
	overflow: hidden;
}

.ht-team-social-id{
	padding: 10px;

}

.ht-team-social-id a{
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 16px;
	line-height: 32px;
	background: #FFC107;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.ht-team-social-id a:hover{
	background: #333;
	color: #FFF;
}

.ht-team-member-excerpt{
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	color: #FFF !important;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
    opacity: 0;
	-ms-transform: scale(0.5); 
   	-webkit-transform: scale(0.5); 
    transform: scale(0.5);
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.ht-team-member:hover .ht-team-member-excerpt{
    opacity: 1;
	-ms-transform: scale(1); 
   	-webkit-transform: scale(1); 
    transform: scale(1);
}

.ht-team-member-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span{
	display: table-cell;
	vertical-align: middle;
}

.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:hover .ht-title-wrap{
    opacity: 0;
}

.ht-team-member h6{
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}

.ht-team-member .ht-title-wrap h6{
    padding: 0;
    margin: 0;
}

.ht-team-member h6 a{
	text-decoration: none;
	color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.ht-team-member .ht-team-designation{
	font-size: 0.9em;
    margin-bottom: 15px;
}

.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-detail:hover{
    background: #333;
    color: #FFF;    
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#ht-counter-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;
}

#ht-counter-section .ht-section{
    background: none;
}

#ht-counter-section .ht-counter-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#ht-counter-section .ht-container{
	position: relative;
}

.ht-team-counter-wrap{
	margin-left: -5%;
}

.ht-counter{
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}

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

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

.ht-counter-count{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

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

.ht-counter-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img{
	padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#ht-testimonial-section{
	padding: 60px 0 80px;
}

.ht-testimonial-wrap .owl-item 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-excerpt{
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
    position: relative;
}

.ht-testimonial-excerpt .fa-quote-left{
	position: absolute;
    top: 0;
    left: -65px;
    font-size: 60px;
    color: #EEE;
    z-index: -1;
}

.ht-testimonial h6{
	text-align: center;
	margin: 0;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev, 
.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	position: absolute;;
	top: 50%;
	margin-top: -25px;
	background: #FFC107;
	height: 50px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev{
	left: 0;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	right: 0;
}

.ht-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-prev,
.ht-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-next{
	opacity: 1;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next:hover,
.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev:hover{
	background: #333;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#ht-blog-section{
	background: #f6f6f6;
	padding-bottom: 30px;
}

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

.ht-blog-post{
	float: left;
	margin-left: 3%;
	width: 30.333%;
	background: #FFF;
	margin-bottom: 30px;
	border-bottom: 6px solid #FFC107;
}

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

.ht-blog-thumbnail a{
    display: block;
    position: relative;
}

.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-thumbnail:hover a:after{
    width: 100%;
}

.ht-blog-excerpt{
	padding: 20px;
}

.ht-blog-excerpt h5{
	font-weight: 400;
	margin-bottom: 15px
}

.ht-blog-excerpt h5 a{
	color: #444;
}

.ht-blog-date{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.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: 0 15px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
}

.ht-blog-read-more a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#ht-cta-section{
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
    background-attachment: fixed;
    background-position: 50% 0;	
}

#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
    position: relative;
}

#ht-cta-section .ht-section-title-tagline{
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#ht-cta-section .ht-cta-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

#ht-cta-section .ht-container{
	position: relative;
}

.ht-cta-buttons{
	text-align: center;
}

.ht-cta-buttons a{
	display: inline-block;
	padding: 0 30px;
	line-height: 52px;
	color: #FFF;
	border-radius: 1px;
	margin: 0 4px;
	font-family: 'Oswald', sans-serif;
}

.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;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#ht-colophon{
	background: #080f1e;
	font-size: 16px;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon{
	margin-top: 0
}

#ht-colophon a{
	color: #BBB!important;
	text-decoration: none;
}

#ht-colophon .widget-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f2f2f2;
    margin-bottom: 15px;
}

#ht-top-footer{
	color: #BBB;
	padding: 50px 0;
}

.ht-footer{
	float: left;
	width: 30%;
    margin-left: 2%;

}

.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;
}

#ht-bottom-footer{
	background: rgba(0,0,0,0.3);
	padding: 15px 0;
	color: #AAA;
	line-height: 1.2;
	text-align: center;
}

.ht-site-info a{
	border-bottom: 1px dotted #AAA;
}

#ht-back-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background:#6d2585;
    height: 45px;
    width: 45px;
    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;
    border-radius: 50%;
}
@keyframes vibrate {
    0% {
    top: 0px;
}
25% {
    top: -3px;
}
50% {
    top: 0px;
}
75% {
    top: 3px;
}
100% {
    top: 0px;
}
}

button.scroltop {
    background: #161616;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 1.1em;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#btn-vibrate {
    animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
}
button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 3px;
	    color: #fff;
}
span#btn-vibrate:hover {
	color: #fff;
}
#ht-back-top:hover{
background:#000 !important;
}
.relative {
    position: relative;
}



#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;
}


/*--------------------------------------------------------------
## 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;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: 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%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-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%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-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;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-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 .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-family: 'Pontano Sans', sans-serif;
	margin: 0 0 6px;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs{
	margin: 5px -5px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 5px;
}

.woocommerce ul.products li.product .price{
	font-weight: 500;
	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{
	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: 10px 15px;
    line-height: 1;
}

.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;
}

@media screen and (max-width: 1200px){
	.ht-container{
		width: auto;
		padding: 0 15px;
	}

	.ht-slide-caption{
		width: 80%;
		margin-left: -40%;
	}
}

@media screen and (max-width: 1000px){
	.toggle-bar{
		display: block;
		position: absolute;
		top: 22px;
		right: 20px;
		height: 50px;
		width: 50px;
		background: #FFC107;
		cursor: pointer;
	}

	.toggle-bar span{
		position: absolute;
		top: 50%;
		margin-top: -2px;
		height: 4px;
		left: 8px;
		right: 8px;
		background: #FFF;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
	}

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

	.ht-sticky#ht-masthead{
		height: 94px;	
	}

	#ht-site-navigation{
		width: 20%;
	}

	#ht-site-branding{
		width: 80%;
		float: left;
	}

	.ht-sticky #ht-site-branding{
		padding: 15px 0;
	}

	.ht-sticky-header #ht-content{
		padding-top: 0;
	}

	.ht-main-navigation .ht-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		background: #FFC107;
		z-index: 999;
	}

	.ht-main-navigation li{
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.ht-main-navigation a,
	.ht-main-navigation ul ul a{
		line-height: 1.3;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}

	.page-template-home-template .ht-main-navigation .current_page_item > a,
	.page-template-home-template .ht-main-navigation .current-menu-item > a,
	.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
	.home.blog .ht-main-navigation .current_page_item > a,
	.home.blog .ht-main-navigation .current-menu-item > a,
	.home.blog .ht-main-navigation .current_page_ancestor > a,
	.ht-main-navigation a{
		color: #FFF;
	}

	.ht-main-navigation ul ul{
		position: static;
		padding: 0;
        margin-top: 0;
        box-shadow: none;
	}

	.ht-main-navigation ul ul ul{
		margin: 0;
	}

	.menu-item-has-children .ht-dropdown,
	.menu-item-has-children ul .ht-dropdown{
		position: absolute;
		height: 26px;
		width: 26px;
		border: 1px solid rgba(255, 252, 252, 0.6);
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 4px;
	}

	.menu-item-has-children .ht-dropdown:after,
	.menu-item-has-children ul .ht-dropdown:after{
		content: '\f107';
	    font-family: FontAwesome;
	    vertical-align: middle;
	    line-height: 26px;
	    display: block;
	}

	.menu-item-has-children .ht-opened.ht-dropdown:after,
	.menu-item-has-children ul .ht-opened.ht-dropdown:after{
		content: '\f106';
	}

	.ht-main-navigation ul li:hover > ul{
		display: none;
	}

	.ht-main-navigation ul ul{
		background: none;
	}

	.ht-main-navigation ul ul a{
		color: #FFF;
	}

	#ht-team-section{
		padding-bottom: 30px;
	}

	.ht-team-member{
		width: 48%;
		margin-bottom: 30px;
	}

	.ht-team-member:nth-child(2n+1){
		clear: both;
	}
}

@media screen and (max-width: 768px){
	.ht-section-title,
	.ht-section-tagline{
		width: auto;
	}

	#ht-about-us-section .ht-container{
		display: block;
	}

	.ht-about-sec{
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}

	.ht-about-image{
		width: auto;
		float: none;
		padding: 0;
		text-align: center;
	}

	.ht-featured-post-wrap{
		margin-left: 0;
	}

	.ht-featured-post{
		float: none;
		margin: 0 auto 80px;
		width: 75%;
	}

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

	.ht-portfolio-cat-name-list{
		text-align: center;
	}

	.ht-service-left-bg{
		display: none;
	}

	.ht-service-posts{
		float: none;
		width: auto;
		padding: 0;
	}

	#ht-service-post-section{
		padding: 60px 0;
	}

	#ht-counter-section{
		background-size: cover;
		background-position: center !important;  
	}

	.ht-counter{
		width: 45%;
		margin-bottom: 60px;
	}

	#ht-counter-section{
		padding-bottom: 0;
	}

	.ht-blog-wrap{
		margin: 0;
	}

	.ht-blog-post{
		width: 75%;
		margin: 0 auto 30px;
		float: none;
	}

	.ht-blog-post img{
		width: 100%;
	}

	#ht-cta-section{
		background-size: cover;
		background-position: center !important;  
	}

	.ht-top-footer{
		margin-left: 0;
	}

	.ht-footer{
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

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

	.ht-slide-cap-title{
		font-size: 24px;
		font-size: 4vw;
		margin-bottom: 10px;
	}

	.ht-slide-cap-desc{
		font-size: 14px;
		font-size: 3vw;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 10px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 580px){
	#ht-home-slider-section .bx-wrapper .bx-controls-direction a,
	.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member{
		width: 75%;
		float: none;
		margin: 0 auto 30px;
	}

	.ht-team-counter-wrap{
		margin-left: 0;
	}

	.ht-counter{
		width: 75%;
		float: none;
		margin: 0 auto 60px;
	}

	.ht-portfolio{
		width: 50%;
		padding: 4px;
	}

	.ht-portfolio-caption{
		background: none !important;
		opacity: 1;
	}

	.ht-portfolio-caption h5,
	.ht-portfolio-caption a.ht-portfolio-link,
	.ht-portfolio-caption a.ht-portfolio-image{
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.ht-portfolio-caption h5{
		background: rgba(0,0,0,0.2);
		padding: 10px;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
	}

	.ht-portfolio-caption a{
		right: 0;
		bottom: 0;
		margin: 0 5px;
	}

	.ht-portfolio-caption a.ht-portfolio-image{
		right: 46px;
	}
}

@media screen and (max-width: 480px){
	.ht-blog-post,
	.ht-featured-post{
		width: auto;
	}

	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member,
	.ht-counter{
		width: auto;
		float: none;
	}

	.ht-testimonial-excerpt{
		width: auto;
	}

	.ht-testimonial-excerpt .fa-quote-left{
		left: 0;
	}

	.ht-cta-buttons a{
		display: block;
		margin: 0 0 15px;
	}

	.ht-post-info{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.ht-post-wrapper{
		padding-left: 0; 
	}
}

@media screen and (min-width: 1001px){
	.ht-main-navigation .ht-menu{
		display: block !important;
	}
}

/*********mycss*******/
.homeleftimg {
    margin-top: 2vw; 
}
.home-bcg {
    background: #6d2585;
    color: #fff;
    padding: 40px 0px 40px 0px;
}
.title {
    font-weight: 600;
    /*text-align: center;*/
    font-size: 26px;
    color: #fff;
}
.secndtxt {
    text-align: center;
    width: 68%;
    margin: 0 auto;
}
.secndsubtxt {
    text-align: center;
    border: 2px solid #fff;
        padding: 56px 25px 25px 25px;
}
.secndsubtxt h3 {
      font-size: 21.1px;
    margin-bottom: 15px;
    /*text-shadow: 1px 1px 1px #666;*/
    font-weight: 600;
	    color: #fff;
}
.secndsubtxt:nth-child(1){
	  margin-left: 0;
}
.secndsublink{
	    transform: translateY(52px);
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  color: #00ABE8;
  text-align: center;
  font-size: 15px;
  transition: all 0.5s;
  cursor: pointer;
  margin: -6px 5px;
	border-left: 8px solid #00ABE8;
    border-right: 8px solid #00ABE8;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
.thirdporsnbcg{
	position: relative;
    padding: 40px 0;
    background: #F5F5F5;
}
.thirdporsn-left-bg{
	background-image:url(/wp-content/uploads/2019/05/Computer.png);
	    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 50%;
}
.ht-service-posts {
    float: left;
    width: 50%;
    padding-right: 40px;
}
.ht-service{
    width: 50%;
    padding-right: 40px;
}
.ht-service-post-wrap {
    position: relative;
}
.ht-service-excerpt {
    padding-left: 26px;
}
.ht-service-excerpt h5 {
    margin: 15px 0 6px;
    cursor: pointer;
}
.forthbcg {
    background: #e9e9e9;
    color: #444;
    padding: 30px 0px;
}
body #wpsm_accordion_117 .wpsm_panel-default > .wpsm_panel-heading { 
    background-color: #ffffff !important; 
} 
body #wpsm_accordion_117 .wpsm_panel { 
    border-left: 2px solid #00ABE8!important; 
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .08); 
} 
body #wpsm_accordion_117 .ac_open_cl_icon { 
    background-color: #080f1e!important; 
    color: #ffffff!important; 
} 
body #wpsm_accordion_117 .wpsm_panel-body { 
    background-color: #ffffff !important; 
    color: #000!important; 
}
body #wpsm_accordion_117 .wpsm_panel-title a, body #wpsm_accordion_117 .wpsm_panel-body {
    font-family: 'roboto',sans-serif!important;
}
.wpsm_panel-title a:hover{
	background: #fff !Important;
}
.faqtitle {
    font-weight: 600;
    font-size: 26px;
    color: #6d2585;
   /* text-align: center;*/
}
.mrgn-top {
    margin-top: 3vw;
}
.mrgnbotm{
	margin-bottom:-50px;
}
.heading-font{
	font-size:26px;
}
.headtop {
    margin-top: 1vw;
	/*text-align: center;*/
}
.fa-ul {
    margin-left: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.fa-ul .fa {
    margin-right: 9px;
}
p.txt {
    margin-top: -5px;
    display: inline-block;
    font-size: 15px;
}
.ht-footer1.ht-footer1 {
    width: 35%;
    float: left;
}
.fotr2 i {
    margin-right: 9px;
}
.fa-ul {
    margin-bottom: -12px;
}

/*********tab*******/
body #tab_container_215 .wpsm_nav-tabs {
    width: 20%;
}
body .tabimg .tab-content {
    padding: 0!important;
    width: 80%!important;
    height: 350px!important;
}
ul#myTab_215 li span {
    font-size: 15px !important;
    float: left !important;
}
ul#myTab_215 li a i {
    font-size: 20px !important;
    float: left !important;
}
#tab_container_215 .wpsm_nav-tabs > li > a {
    padding: 47px 18px 15px 18px !important;
    font-size: 17px !important;
    font-family: Open Sans !important;
    height: 58px!important;
}
#tab_container_215 .wpsm_nav-tabs > li > a > span{
	font-family:'Pontano Sans', sans-serif;
}
.tabimg {
    width: 100%;
    overflow: auto;
    height: 286px;
}
.tab-bg {
    background: rgba(255, 255, 255, 0.9);
    width: 42%;
    padding: 1em 2em;
    position: absolute;
    bottom: 0;
    height: 75%;
}
.tab-bg p{
	font-family:'Pontano Sans', sans-serif;
}
.tab-bg a , .tab-bg a:hover{
	color: #00abe8;
}
#tab_container_215 .tab-content {padding:0px !important;}
/**********end**************/

.top{
	margin-top: 3vw;
}
.colophon-top {
    padding-bottom: 30px;
}
.social-links {
    clear: both;
    overflow: hidden;
	text-align: center;
}
.social-links ul {
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.social-links.circle li a {
    border-radius: 100%;
}
.social-links li a {
    border: 2px solid #777;
    display: inline-block;
    height: 40px;
    line-height: 2;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 100%;
}
.social-links ul li a:before {
    color:#fff;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 2.1;
    font-size: 19px;
}
.social-links ul li:nth-child(1) a::before {
    content: "\f231";
}
.social-links ul li:nth-child(2) a::before {
    content: "\f099";
}
.social-links ul li:nth-child(3) a::before {
    content: "\f167";
}

.third-home-bcg{
	background-image:url(https://localhost/softwavee/wp-content/uploads/2019/02/bg3.png);
    background-repeat:no-repeat;
	background-size:cover;
	height:530px;
}
.third-home-position{
    position: relative;
	z-index: 10;
	padding-top:4vw;
	    box-shadow: 0 0 3px 0px #ccc;
}
h3.home-service-txt {
    text-align: center;
}
h3.service-head {
    font-size: 22px;
    font-weight: 600;
}
.margn-top {
    margin-top: 2vw !important;
}
p.heading-para {
    font-size: 1.5vw;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
.util-carousel {
	display: inherit;}

.homefst-bcg {
    background: #f2f3f5 url(https://localhost/softwavee/wp-content/uploads/2019/02/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    height:625px;
    margin-top: 2vw;
}
h2.advantage-heading {
    color: #00abe8;
    margin-top: 1.5vw;
    font-size: 2.2vw;
}
.tm-feature {
    padding: 15px;
}
.tm-feature.text-center li {
    list-style: none;
}
.ad-img {
    width: 100%;
    text-align: -webkit-left;
}
.ad-img i {
    background-color: #00abe8;
    border-radius: 50%;
    padding: 0.8vw;
    color: #fff;
    font-size: 2vw;
    margin-bottom: 0.8vw;
}
.indust-p {
    text-align: left;
}
.text-center {
    text-align: center!important;
}
.right-list {
    margin-top: 9vw;
}
.homeleftimg img , .imghovr img{
    transition: transform .3s;
    margin: 0 auto;
}
.homeleftimg img:hover , .imghovr img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.twoboxsectn {
    border: 1px solid #eaeaea;
    padding: 25px 40px 20px 40px;
}
.box {
    background: white;
    margin: auto;
    max-width: 100%;
    padding: 20px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #00abe8;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.icon {
    font-size: 27px;
}

.twoboxsectn h3 {
    margin-top: 1vw;
	color: #00abe8;
}
.botm-space {
    margin-bottom: 27px;
}
#ht-back-top:hover{
	background:#6d2585 !important;
}
.ht-main-navigation li:hover > a{
	background:#ccc !important;
}


/*************home-fist-section************/
.img-box {
    position: relative;
    text-align: right;
    margin-top: 30px;
}
.img-box .img-box-small {
    position: absolute;
    left: -10px;
    height:88px;
    width: 96px;
    top: -5px;
    bottom: 0;
    margin: auto;
    background: #00abe8;
    color: #e9e9e9;
    border: 8px solid #e9edeb;
    align-items: center;
    padding: 7px;
    line-height: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    font-size: 12px;
}
.img-box figure {
    display: inline-block;
    border: 8px solid #e9edeb;
    margin-left: -10px;
    width: 31%;
}
.featured-tab {
    padding-left: 15px;
}
.featured-tab .nav.nav-tabs {
    margin-bottom: 10px;
	border: 0;
}
.featured-tab .nav-tabs > li > a {
    /* font-family: 'Pontano Sans', sans-serif; */
    background: #272d33;
    color: #fff!Important;
    text-shadow: none;
    font-weight: bold;
    border-radius: 0;
    /* text-transform: uppercase; */
    line-height: 12px;
    margin: 0 1px 20px;
    padding: 0 15px;
    border: 0 !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 17px;
    letter-spacing: 1 !important;
}
.featured-tab .nav-tabs>li.active>a {
    color: #6d2585 !important;
    background: #e9e9e9;
    position: relative;
}
.featured-tab .nav-tabs>li.active>a:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #e9e9e9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden;
}
.ts-service-box .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #00abe8;
    background: #e9e9e9;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.ts-service-icon i {
    float: left;
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
}
.tab-content .ts-service-box .ts-service-box-content {
    margin-left: 78px;
}
.ts-service-box .ts-service-box-content {
       margin-bottom: 27px;
}
.ts-service-box .ts-service-box-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.tab-head {
    margin-bottom: 0.33em;
    display: flex;
    margin-top: 0.4em;
}
.border {
    border-bottom: 2px solid #00abe8;
    margin-top: -6px;
    margin-bottom: 2vw;
    width: 11%;
}
.contct-style i {
    display: inline-block;
    float: left;
    margin: 6px 10px 0px 0px;
	color: #00abe8;
	    font-size: 27px;
}
.contct-style p b {
    font-size: 20px;
}
.info {
    margin-left: 34px;
    margin-top: -18px;
}
.info a {
    color: #444;
}
.box-shadow-cntct{
    box-shadow: 0px 1px 5px 2px #eaeaea;
    padding: 2px 23px;
	    margin-right: 4vw;
}
.caldera-grid textarea.form-control {
    height: 96px !important;
}
#wpsm_accordion_117 .ac_title_class {
    background: #080f1e;
    color: #fff;
	letter-spacing: 1.2px;
}
.gap-inner {
    margin-top: 2vw;
}
.bcg-inner {
    background: #e9e9e9;
    margin: 1vw;
    padding-top: 1.5vw;
}
/*.subhead {
    font-size: 19px;
	color:#000;
}*/
.txtalignment{
	/*text-align:center;*/
}
/*****product page start*****/
.list-type5 ol{
  counter-reset: my-awesome-counter;
  list-style: none;
}
.list-type5 ol > li {
  margin: 0 0 1rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
	    padding-left: 10px;
}
.list-type5 ol li::before {
    content: counter(my-awesome-counter);
        color: #00abe8;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: -19px;
    line-height: var(--size);
    width: 21px;
    height: 23px;
    top: 2px;
    transform: rotate(-10deg);
    background: #e9e9e9;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}
.list-type5 .listcolor ol li::before {
    background: #f0f0f0;
}
/******end***/

.borderimg {
    border: 1px solid #ccc;
}

.ts-service-box .ts-service-box-content p.style {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
	    color: #00abe8;
}
.connected-head{
   /* text-align: center;*/
    margin-top: 2vw;
}
.connected-head {
    margin-left: -18px;
}
.call-bcg {
    background: #6d2585;
    margin-top: 2vw;
    color: #fff;
    padding: 20px 0px;
}
.title1 {
    font-weight: 600;
    text-align: center;
    font-size: 32px !important;
	    color: #fff;
}
.home-butn button {
    background: #00ABE8;
    color: #fff;
    font-size: 20px;
	    border-radius: 6px;
}
.home-butn button a {
    color: #fff!Important;
	    font-weight: 600;
	
}
a:focus{
	text-decoration:none;
}
.home-butn button a:hover {
    color: #fff!important;
	text-decoration:none;
}
.background-home {
    background: #f5f5f5;
	padding: 0px 0px 20px 0px;
	    margin-top: 0.7em;
}
.connected{
    margin-bottom: -25px;
}


.text-position{
	/*text-align:center;*/
}
body #wpsm_accordion_117 {
    margin-top: 2vw;
}
/* LIST #3 */
#list3 i {
    color: #00abe8;
	    margin-right: 0.8vw;
}
.baner{
    box-shadow: 1px 1px 5px 1px #ccc;
}

ul.tick li::before {
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    content: '\f046';
    color: #00abe8;
    position: absolute;
    margin-left: -1.4em;
}
ul.tick li li::before {
	display:none;
}
ul.tick li {
    list-style: none;
    margin-bottom: 0.4em;
}
ul.head-gap {
    margin-top: 2.8vw;
	list-style:disc;
}
.colophone2{  
    display: inline-block;
    line-height: 2;
    padding: 0;
	    margin-top: 1vw;
}
.colophone2 li {
    display: inline-block;
    list-style: outside none none;
}
.fotr2{
	text-align:center;
}
ul.colophone2 li a {
    padding: 15px;
}
.textwidget ul li {
    font-size: 15px;
	    line-height: 2;
}
h4.widget-title {
    font-size: 20px;
}
#list3{
	margin: 0 0 15px;
}
.disclamer {
    margin: 20px 0px;
}
.contct-style {
    margin-bottom: 1vw;
}
.ht-main-navigation .current_page_item > a, .ht-main-navigation .current-menu-item > a{
	color:#fff !important;
}
.ht-main-navigation .current_page_item > a:hover, .ht-main-navigation .current-menu-item > a:hover{
	color:#662d91 !important;
}
.mail{
    font-weight: 500;
	    font-size: 19px;
}
.mail a {
    color: #fff !important;
}
.mail a:hover {
    text-decoration:none;
}
blockquote {
    background: url(https://mywifiextlog.net/wp-content/uploads/2019/05/quote.png) left 4px no-repeat;
    padding-left: 55px;
    /*margin: 30px 0 0px 0px;*/
    font-size: 18px;
    color: #444;
    border-left: none;
}
.tagcloud {
    display: grid;
}
.tagcloud a {
    font-size: 14px !important;
    line-height: 1.6;
}
.line-height-product {
    line-height: 2;
}
.mrgn {
    margin-top: 2vw;
}
.gap-bottom {
    margin-bottom: 2vw;
}
.textwidget li {
    list-style: none;
}
.textwidget ul {
    margin: 0px;
}
i.fa.fa-arrow-circle-right {
     margin-right: 10px; 
}
.home-btn.btn {
    /* background: linear-gradient(to bottom, #9359bf 0%,#7c40aa 50%,#70379b 51%,#662d91 100%); */
    background: #6d2585;
    color: #fff!important;
    box-shadow: 0 0 1px 1px #000;
    margin-top: 1vw;
    /* margin-bottom: 1vw; */
}
.center{
	text-align:center;
}
a.home-btn.btn {
    letter-spacing: 1px!important;
    font-size: 18px;
}
body.page.page-id-788 .ht-main-header {
    margin-bottom: 40px;
}
.call-background {
    background: rgba(25, 25, 25, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 32px;
    padding: 24px 0px 9px 0px;
    text-transform: capitalize;
}
.home-butn.call {
    float: right;
}
a.login:hover {
    background: #00abe8;
}
@media only screen and (max-width:1200px){
	.res-gap{
		margin-left:0px;
	}
}
@media only screen and (max-width:1191px){
	h4.widget-title{
		font-size:18px!important;
	}
}
@media only screen and (max-width:1176px){
.ht-service-post-wrap:after {
    top: 177px;
    height: auto;
}
}
@media only screen and (max-width:1153px){
.featured-tab .nav-tabs > li > a {
    padding: 0 10px;
    font-size: 15px;  
}
}
@media only screen and (max-width:1090px){
.ht-main-navigation a {
    font-size: 14px;
    padding: 0 8px;
	}
}
@media only screen and (max-width:1064px){
	h1, h2, h3, h4, h5, h6 {
    font-size: 23px !Important;
}
}
@media only screen and (max-width:1028px){
	.featured-tab .nav-tabs > li > a {
    padding: 0 8px;
}
}
@media only screen and (max-width:1014px){
h1, h2, h3, h4, h5, h6 {
    font-size: 21px !Important;
}
	.ht-service-post-wrap:after {
    top: 161px;
	}
}
@media only screen and (max-width:1008px){
	.featured-tab .nav-tabs > li > a {
    padding: 0 6px;
}
}
@media only screen and (max-width:1000px){
	.ht-service-post-wrap:after {
    top: 166px;
}
	.toggle-bar {
    top: auto;
}
	ul#menu-menu-1 li {
    text-align: left;
    padding: 8px;
}
	.featured-tab .nav-tabs > li > a {
    padding: 0 6px;
    font-size: 14px;
}
	.ht-main-navigation .ht-menu {
    top: 90px;
	}/* Edit by Gurmeet (18-Feb-21) */
}

@media only screen and (max-width:999px){
.featured-tab .nav-tabs > li > a {
    padding: 0 5px;
    font-size: 14px;
}
}
@media only screen and (max-width:984px){
h1, h2, h3, h4, h5, h6 {
    font-size: 20px !Important;
}
}
@media only screen and (max-width:925px){
.img-box .img-box-small {
    display: none;
}
	.img-box {
    text-align: center;
}
	.featured-tab .nav-tabs > li > a {
    padding: 0 2px;
}
}
@media only screen and (max-width:906px){
.ht-service-post-wrap:after {
    top: 108px;
}
	.ht-service-posts {
    width: 100%;
}
	.ht-service {
    width: 100%;
}
	.thirdporsn-left-bg {
		display:none;
	}
	.ht-service-posts {
    padding-right: 0px;
}
}
@media only screen and (max-width:895px){
	.featured-tab .nav-tabs > li > a {
    font-size: 13px;
}
	h1, h2, h3, h4, h5, h6 {
    font-size: 19px !Important;
}
}
@media only screen and (max-width:861px){
	.ht-service-post-wrap:after {
    top: 105px;
}
}
@media only screen and (max-width:856px){
h1, h2, h3, h4, h5, h6 {
    font-size: 18px !Important;
}
}@media only screen and (max-width:843px){
.featured-tab .nav-tabs > li > a {
    font-size: 11.5px;
}
}
@media only screen and (max-width:821px){
.ht-service-post-wrap:after {
    top: 134px;
	}
}
@media only screen and (min-width:768px){
.padding {
     padding: 0px;
}
	.secndsubtxt {
    width: 30.33%;
    margin-left: 4.4%;
}
	
}
@media only screen and (max-width:767px){
.featured-tab .nav-tabs > li > a {
padding: 0 10px;
font-size: 14px;
}

.call-background {
text-align: center;
}
.home-butn.call {
float: none;
}
/* ------- edit by sourav 2-dec-2020 -------- */
.blue{display: flex; margin: auto;}
.page-content, .entry-content{margin-bottom: 0px;}
.disclamer{margin: 0px 0px;}
blockquote{padding-left: 37px;}

.bannerslider .tol{width:100% !important;}
.bannerslider .carousel-inner .item.active img {display: none;}
.mob-extender img {display: none;}

.d-sm-none{
	display: none;
}
.entry-header .entry-title a {
    font-size: 18px;
}
a.social-link {
    word-break: break-all;
}
}
@media only screen and (max-width:553px){
	.featured-tab ul.nav.nav-tabs {
    margin-left: 0px;
}
	.ht-service-post-wrap:after {
    top: 158px;
}
}
@media only screen and (max-width:532px){
	.featured-tab .nav-tabs > li > a {
    padding: 0 6px;
    font-size: 13px;
}
}
@media only screen and (max-width:478px){
	.featured-tab .nav-tabs > li > a {
    padding: 0 4px;
    font-size: 11px;
}
	
}
@media only screen and (max-width:468px){
.ht-service-post-wrap:after {
    top: 177px;
}
	.call-background {
    font-size: 27px;
	}
}
@media only screen and (max-width:436px){
.featured-tab .nav-tabs > li > a {
    padding: 0 2px;
}
	body #wpsm_accordion_117 .ac_open_cl_icon {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}
@media only screen and (max-width:424px){
ul.nav.nav-tabs li {
    width: 100%;
}
	.featured-tab .nav-tabs > li > a {
    font-size: 14px;
	}
	.ts-service-box .ts-service-icon i {
    width: 50px;
    height: 50px;
    line-height: 49px;
}
	.tab-content .ts-service-box .ts-service-box-content {
    margin-left: 60px;
}
	.secndtxt {
    width: 100%;
}
	.toggle-bar {
    height: 40px;
    width: 40px;
	}
	span.tab-text-title {
    padding: 0px 10px;
}
}
@media only screen and (max-width:415px){
div#list3::before {
    content: "\f061";
    font-family: fontawesome;
    margin-right: 10px;
	color:#00abe8;
	}
	.ht-service-post-wrap:after{
		display:none;
	}
	.ht-service-excerpt {
    padding-left: 0px;
}
}
@media only screen and (max-width:407px){
.featured-tab>.nav-tabs>li {
    width: 100%;
}
	.featured-tab .nav-tabs > li > a {
    font-size: 14px;
}
}
#secondary aside#search-2 {
    padding: 20px;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 15px 10px -15px #666;
}
#secondary .widget {
    padding: 20px;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 15px 10px -15px #666;
}
.tagcloud a {
    padding: 5px 0;
    border-bottom: 1px solid #f9f9f9;
}
.intl-tel-input {
    width: 100%;
}
.resolve {
    margin-top: 20px;
}
.bcg-product {
    background: #00abe8;
    color: #fff ;
    font-size: 22px;
    padding: 10px 10px;
    margin-bottom: 1.6vw;
    text-align: center;
    text-shadow: 1px 0px #000;
    letter-spacing: 0.7px;
    font-weight: 600;
}
.bcg-product a{
	color:#fff !important;
}
.bcg-product a:hover{
	color:#6d2585!important;
	text-decoration:none;
}
a.toll {
    color: #00abe8 !important;
    font-size: 19px;
    font-weight: 600;
}
a.toll:hover {
	color: #6d2585 !important;
	text-decoration:none;
}
.bcg-clr{
	color:#e9e9e9!important;
	  background: #6d2585;
}
.bcg-clr a:hover{
	 color: #fff !important;
}
img.aligncenter.size-full.wp-image-1071, img.aligncenter.size-full.wp-image-1106{
    border: 1px solid #ccc;
}
.brdr{
	border:1px solid #ccc;
}
th {
    width: 20%;
    padding-left: 1vw !important;
}
td ul {
    line-height: 1.7;
}
span.byline + a {
    display: none;
}
.ht-post-info .entry-date {
    margin-top: 2vw;

}
@media only screen and (max-width:992px){
 .entry-header .entry-title {
    margin-bottom: 20px!important;
}
}

@media only screen and (max-width: 768px){
.widget-area li {
    padding: 9px 0;
}
	.tagcloud a {
    padding: 9px 0;
}
}
#ht-back-top {
    right: auto;
}
video {
    width: 560px !important;
    height: auto;
}
.marginhead{
	margin-top: 2em;
}
#regForm .tab {
  display: none!important;
}

/********************* Slider **************************/

.steps .current-info, .steps .number {
  display: none; }

.steps ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.steps li a {
  display: block; }
.steps li .step-arrow {
  display: block;
  margin-top: 3px;
  margin-left: 32%; }
.steps li:nth-child(2) .step-arrow, .steps li:last-child .step-arrow {
  margin-left: 57%; }

.image-holder {
  background: url("../../uploads/2019/09/form-wizard.jpg") center center;
  background-size: cover; }
  .image-holder img {
    display: none; }

.form-content {
  border: 1px solid #ccc;
	height: 356px;
	overflow: hidden;
	position: relative;
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: #ECE9D8;
	border-radius:10px 10px 0px 0px;
 }

.info {
  margin-bottom: 20px; }

.info-item {
    margin-bottom: 29px;
    padding: 4% 1.2em;
    text-align: center;
}
  .info-item span {
    color: #ccc; }
    .info-item span.unit {
      margin-right: 15px; }
    .info-item span.lnr {
      margin-right: 4px; }
    .info-item span.lnr-calendar-full {
      margin-right: 7px; }

.content h4 {
  display: none; }

.form-group {
  display: flex;
  margin-bottom: 15px; }
  .form-group .form-price {
    width: 65.46%; }
  .form-group .form-select {
    width: 34.54%; }

label {
  color: #ccc; }

.form-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px; }
  .form-wrapper label {
    width: 27.85%;
    transform: translateY(1px); }
  .form-wrapper input {
    width: 72.15%; }
  .form-wrapper.last {
    margin-bottom: 50px; }

.form-price {
  display: flex; }
  .form-price label {
    width: 42.55%; }
  .form-price span {
    width: 57.45%; }

.form-select {
  display: flex;
  justify-content: space-between; }

.form-holder {
  position: relative;
  transform: translateY(-4px); }
  .form-holder i {
    position: absolute;
    transform: translateY(-20px);
    left: 22px; }

.form-control {
  height: 25px;
  display: block;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  color: #fff;
  padding: 0; }

input:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 50px;
  border: none;
  font-size: 15px;
  padding: 0 5px; }

.option {
  color: #999; }

.actions ul {
  display: flex;
  justify-content: space-between; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 42px;
  width: 96px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: none;
  font-family: "Times New Roman";
  cursor: pointer;
  color: #fff; }
  .actions li a:hover {
    background: #fff;
    color: #333;
    border: 1px solid transparent; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s; }

.request {
  margin-bottom: 21px; }

.special-request {
  margin-bottom: 21px; }
  .special-request label {
    float: left;
    margin-top: 8px; }
  .special-request input.form-control {
    width: calc(100% - 155px);
    margin-left: auto; }

.question-request {
  line-height: 2;
  margin-top: 23px; }
  .question-request span {
    color: #ccc; }
  .question-request input.form-control {
    width: 56px;
    margin: 0 2px;
    transform: translateY(-5px); }

.social {
  position: absolute;
  text-align: center;
  bottom: 7.35%;
  left: 0;
  right: 0; }
  .social a {
    font-size: 17px;
    color: #fff;
    margin-right: 14px; }
    .social a:last-child {
      margin-right: 0; }
    .social a:hover {
      color: #e5e5e5; }

.checkbox {
  margin-bottom: 41px; }
  .checkbox label {
    cursor: pointer;
    display: inline-block;
    padding-left: 22px;
    position: relative; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark {
    background: #ccc; }
    .checkbox input:checked ~ .checkmark:after {
      display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 11px;
    width: 11px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #49276c;
    font-size: 10px;
    font-weight: 400; }
    .checkbox .checkmark:after {
      top: -0.5px;
      left: 0.5px;
      position: absolute;
      display: none;
      content: '\f26b'; }

@media (max-width: 1199px) {
  .wrapper {
    display: block; }
    .wrapper .image-holder {
      width: 100%;
      height: 45vh; }
    .wrapper .form-content {
      width: 100%;
      height: 55vh; }

  .wizard {
    width: 50%;
    margin: auto; } }
@media (max-width: 991px) {
  .wrapper .image-holder {
    height: 35vh; }
  .wrapper .form-content {
    height: 65vh; }

  .wizard {
    width: 80%; }

  .social {
    bottom: 4.35%; } }

#wizard .steps.clearfix{display: none;}
#wizard ul li{
	list-style: none!important;
	    display: inline-block;
	float: left;
}
#wizard ul li.disabled{display: none;}
#wizard ul li:nth-child(1){
	margin-right: 4em;
}
#wizard ul li a{
        background: #6d2585;
    color: #fff!important;
    border-radius: 9px;
    font-size: 23px;
}
#wizard ul li a:hover{text-decoration: none!important;}
.info-item p:nth-child(1){font-weight: 600;
font-size:20px;}
.bannerslider{
	
}
.banner-title {
    display: block;
    overflow: auto;
    width: 100%;
    padding: 0.3em 0 0.3em 0;
    font-size: 21px;
    text-align: center;
    background: #6d2585;
    color: #fff;
    /* margin-bottom: 1em; */
    font-weight: 600;
}
.bannerslider .info {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}
.bannerslider .row .col-md-6:nth-child(1){
	padding-right: 0;
}
.bannerslider .row .col-md-6:nth-child(2){
	padding-left: 0;
}
.bannerslider ul{margin: 0!important; display: block!important;text-align: left;}
.bannerslider .actions.clearfix{
	position: absolute;
    bottom: 0;
    width: 50%;
    border-top: 1px solid #ccc;
    padding: 1em 1em 1em 1em;
    left: 0;
}
.error{
	color: #d30e17;
	font-size: 17px;
}
#wizard ul li:nth-last-child(1){display: none!important;}
/*# sourceMappingURL=style.css.map */

body.home .page-content{
	    margin-bottom: 0;
    margin-top: 1em;
}
.caldera-grid .form-group{
	display: block;
}
.caldera-grid label {
    color: #333;
}
body .bannerslider .pos{
	position: initial;
	    border-right: 2px solid #6d2585;
}
.bannerslider .row{
	position: relative;
    box-shadow: 0px 2px 4px 0px rgba(148, 148, 148, 0.4);
	background: #f2f2f2;
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	border: 1px solid #cccccc;
}
.bannerslider .col-md-6{
	padding: 0;
}
body .bannerslider .tol {
    position: absolute;
    bottom: 0;
    width: 50%;
    border-top: 1px solid #ccc;
    padding: 0.5em;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    background: #6d2585;
    text-align: center;
}
.login-form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login-form-head {
    color: #6d2585;
    padding: 10px 0px 20px;
    font-size: 23px;
    font-weight: 400;
}
body .caldera-grid .alert-success .error-msg{
    color: #333;
    font-size: 22px;
    padding: 10px;
    text-align: justify;
    font-weight: 500;
    background-color: #ddd;
}
.incorrect {
    color: #db2f39;
    font-size: 33px;
}
.incorrect-detail {
    color: #db2f39;
    padding-top: 20px;
    font-size: 20px;
}
.err-msg {
    color: #333;
    padding-top: 20px;
    font-size: 20px;
}
.err-msg span {
    color: #db2f39;
    font-size: 25px;
}
a.sign-up {
    color: #6d2585;
    font-weight: 500;
}
.creat-incorrect {
    color: #db2f39;
    text-align: center;
    font-size: 26px;
    padding: 10px 0px 20px;
}
.create-detail span {
    color: #db2f39;
    font-size: 26px;
}
body .caldera-grid .btn-default {
    color: #fff;
    background-color: #6d2585;
    border-color: #ccc;
    padding: 7px 20px;
}
.carousel-control{display: none!important;}
.contct-gap{
	    margin: 3vw auto;
}
.bannerslider .container {
    border: 2px solid #6d2585;
}
.banner-point {
    font-size: 22px;
    display: inline-block;
    margin-right: 1em;
    /* text-align: center; */
    margin-bottom: 0.6em;
    color: #000;
}
.banner-point i {
    color: #6d2585;
    font-size: 20px;
}
.rigt {
    margin-left: 1.5em;
}
.bnr-qus {
    font-size: 30px;
    margin-bottom: 0.2em;
    color: #6d2585;
    font-weight: 600;
}
a.login-popup img.img-pos {
    position: absolute;
    display: block;
    bottom: 25%;
    left: 7%;
    width: 78px;
    height: auto;
    transform: rotate(-61deg);
}





@-moz-keyframes blue {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes blue {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }
/* Blue Background */
.blue {
  text-shadow: 0px 1px 0px #83e0f7;
  background-image: -webkit-linear-gradient(top, #87e0fd, #53cbf1);
  background-image: -moz-linear-gradient(top, #87e0fd, #53cbf1);
  background-image: -o-linear-gradient(top, #87e0fd, #53cbf1);
  background-image: linear-gradient(to bottom, #87e0fd, #53cbf1);
  -webkit-animation: blue 2s infinite;
  -moz-animation: blue 2s infinite;
  -o-animation: blue 2s infinite;
  animation: blue 2s infinite; 
  border-radius: 4px;
}
.qusn {
    background: #F7F7F7;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #00ABE8;
	color:#6d2585;
}
.ans {
    margin: 1em 0 2em 0;
}
.mainfaq {
    margin-top: 2em;
}
.carousel-indicators{
	display: none;
}

.lefttel {
margin: 0;
width: auto;
height: auto;
animation: shadow-pulse 1s infinite;
right: 0;
position: fixed;
bottom: 91px;
z-index: 999;
}

/* Add by Gurmeet (25-Nov-20) */
.modal .form-group {
    display: block;
}
.modal .form-group label {
    color: #333;
}
.modal .form-group input, .modal .form-group textarea {
    border: 1px solid #ccc;
}

/* Add by Gurmeet (17-Feb-21) */
.single .ht-post-info {display: none;}
.blog-innr {padding-top: 25px;}

/* Add by Gurmeet (18-Feb-21) */
header#ht-masthead {position: sticky; top: 0; z-index: 9;}
.bannerslider .btn:active {box-shadow: none;}
.blog-head {margin-top: 35px;}

/* Add by Gurmeet (2-Mar-21) */
#popUp_form #alert-download {display: none !important;}
#popUp_form #alert-download.d-block {display: block !important;}
#popUp_form .form-group select {width: 100%;}
#popUp_form input[type=submit] {background-color: #6d2585;}

@media (max-width: 767px) {
  h3 {
    font-size: 30px; }

  .image-holder {
    background: none; }
    .image-holder img {
      display: block; }

  .wrapper {
    height: auto; }
    .wrapper .image-holder {
      height: auto; }
    .wrapper .form-content {
      height: auto;
      padding: 35px 20px; }

  .wizard {
    width: 100%;
    height: auto; }

  .social {
    position: static;
    margin-top: 30px; }
	
	/* Add by Gurmeet (18-Feb-21) */
	.toggle-bar {background: #1bb2e9 !important;}
	.ht-main-navigation .ht-menu {background: #fff !important;}
	.ht-main-navigation a {font-size: 16px; padding: 8px;}
}