/*
Theme Name: LZ One Page Pro
Theme URI: https://luzuk.com/demo/lz-one-page/
Author: Luzuk
Author URI: https://luzuk.com/demo/lz-one-page/
Description: This Parallax business WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lz-one-page-pro
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
	text-rendering: optimizeSpeed;
}

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

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

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

a:hover{
    text-decoration: none !important;
}
body a{
    text-decoration: none !important;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: :none;
}

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

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 {

    margin: 0 2px;
    padding-top: 15px;

}

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: 17px;
    line-height: 1.6;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

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

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

h3{
    font-size: 30px;
    margin:20px 0 15px 0;

}

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


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: #fe5722;
    padding: 0 20px;   
    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: #4096df;*/
    opacity: 0.8;
}

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

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #82B440;
    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: #fe5722;
    text-decoration: none;
}

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;
    border-radius: 10px;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}



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


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 15px 0 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 25px;
}

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

.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;
    line-height: normal;
}

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

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

.widget-area .widget{
    margin-bottom:15px;
    padding:0 1em 1em;
    background: #fff;
    border-radius:10px;
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
#secondary{

}

#secondary input[type="text"]{
    width: 142px;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

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

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

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

#comments{

}

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

#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: #fe5722 !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: #fe5722;
    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 #fe5722;
    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 #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments{
    color: #fe5722;
}

.pagination{
    text-align: center;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

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

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation{
    margin: 20px 0 0 0;
    clear: both;
    text-align: center;
}

.pagingation a{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

.pagingation a:hover{
    /*background: #fe5722;*/
    color:#fff;
}

.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#ht-home-gallry-section{
    background-image: url(images/man-461195_1280.jpg);
    background-position: top;
    background-size: cover;
}
.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%;*/
    max-width: 15.33%;
    margin-bottom: 10px;
}

.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
--------------------------------------------------------------*/

.breadcrumbbox {
    padding:13px 0;
    color:#ee5636;
    border-bottom: 1px solid #ccc;
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}



/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
fieldset input[type="submit"] {
    /* padding: 9px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 5px; */
    /* padding-right: 10px; */
    width: 100px;
}
.lower-header {
    box-shadow: 0px 0px 0px 2px #7d7d7d, 0px 0px 0px 6px #272727;
}

nav#ht-site-navigation ul ul li a:hover {
    background: #ffffff;
    color: #000;
}
p.ht-site-title a {
    color: #262626;
}
/*
#ht-masthead{   
    z-index: 9999;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    position: absolute;
    top: 50px;
    border-radius: 11px;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}	*/
.main-header{   
    z-index: 9999;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}	
header#ht-masthead .main-header {
    border: none;
}

#ht-masthead .header-bottom{
    background: #fff;
    border-top: 2px solid #e3e3e3;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 5px #ccc;
}
.ht-sticky-header #ht-masthead{
    position: fixed;
    left: 0;
    right: 0;
	z-index:2000;
}
/*
.ht-sticky#ht-masthead{
    height: 74px;
}*/

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

#ht-site-branding{
    float: left;
    width: 30%;
    padding:28px 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: 80px;
    width: auto;
}

.page-main-header{  
    color:#fff;
    clear: both;
}

#commentsAdd button, #commentsAdd input[type="button"], #commentsAdd input[type="reset"], #commentsAdd input[type="submit"] {
    background: #de733c;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.category-uncategorized #blog-box h2.title a {
    color: #4096df;
}
.category-uncategorized #blog-box h2.title a:hover {
    color: #de733c;
}

.category-uncategorized #blog-box .readMore a{
     color: #000;
}
.category-uncategorized #blog-box .readMore a:hover{
     color: #de733c;
}

.category-uncategorized #blog-box .post {
    padding: 10px 0;
    border-bottom:1px solid #000;
    border-radius:0 0 3px 3px;
}

.category-uncategorized .ht-main-title {
    color: #de733c;
    font-weight: 800;
}

.ht-main-title{       
    margin: 10px 0;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;   
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce #review_form #respond textarea {
   
    border-radius: 1px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: relative;
    top: 66px;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;    
}
.woocommerce .star-rating span::before{
    display: none;
}
.woocommerce span.rating {
    position: relative !important;
    top: -24px !important;
    margin-right: 10px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce ul#shipping_method li:before{
    display: none;
}
nav.woocommerce-MyAccount-navigation ul li:before{
     display: none;
}
.woocommerce-form-row input[type="email"]{
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #eee;
}
#ht-top-footer figure.gallery-item {
    float: left;
    width: 62px;
    height: 62px;
    margin: 5px;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.textcenter{
    text-align: center;
}

:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}

section{ 
}
section .darkbox{
    padding:3em 0;
    background: rgba(0,0,0,0.6)
}
/*section .lightbox{
    padding:3em 0;
}*/
.padding0{
    padding: 0;
}

.ht-section-title-tagline{
    margin-bottom: 2em;   
	text-align:center;
        padding: 0 20px;
}

.ht-section-title{
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 32px;
    margin: 0 auto;
    padding: 0;
    font-style: normal;
   /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
    color: #000000;
   /* display: inline-block;*/
}

#testimonials-section .ht-section-title-tagline:after {
    border-color: #ffffff;
}


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

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


.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
h1.ht-site-title a {
    color: #343434;
}

.padding0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*.logobox {
   margin: 5px 0 0;
}*/
.upper-header {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.contact-border {
    margin: 15px 0;
}
.header-right-box .mailto a{
    color: #000;
    font-size: 15px;
}

#ht-site-navigation{
   /* padding: 8px 0 0 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{   
}

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

.ht-main-navigation li {
    float: left;
    position: relative;   
    padding-left: 2px;
    padding-right: 2px;
}
/*.current-menu-item.sfHover {
   
}*/
#ht-site-navigation ul li.current-menu-item.sfHover a {
    color: #dd733c;
     border-bottom: 3px solid #dd733c;
}
.ht-menu li.current_page_item a {
    color: #e0753d;
    /*border-bottom: 3px solid #e0753d;*/
}

.ht-main-navigation a {
      display: block;
    text-decoration: none;
    color: #242424;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    padding: 0;
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;    
    padding: 5px 14px;
    border-bottom: 3px solid transparent;
}

.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 70%;
    background: #272727;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 12px;
    border-top: 2px solid #fe5722;
    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: #ffffff;
    border-radius: 0;
    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 {  
    border-radius: 0;
}

.ht-main-navigation li.current_page_item ul li a{
    color:#fff;
/*  background: #000;*/
    border-radius:0;
}
.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%;
}

.ht-main-navigation ul ul li a:hover{
}

#ht-masthead .header-right-box i { 
    font-size: 23px;    
    color: #e0753d;
    text-align: center;
    background: #f6f7f9;
    border: 1px solid #ececec;
    height: 50px;
    width: 50px;
    line-height: 45px;
}
#ht-masthead .header-right-box i:hover{
    border-color:#4096df;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-masthead .header-right-box .email i {
    font-size: 35px;
     padding: 5px 0px;
}
#ht-masthead .header-right-box .data{
    color:#fff;
}
#ht-masthead .header-right-box .data span {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
#ht-masthead .header-right-box .mailto span {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
#ht-masthead .header-social-links {
    text-align: center;
}
#ht-masthead .header-social-links a{
    color: #fff;   
    padding: 4px 7px;  
    font-size: 16px;  
}
.contact-border .themetext {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-border .data {
    font-size: 13px;
}
.contact-border .mailto a{
      font-size: 13px;
}
.ht-main-navigation ul ul li.current_page_item a {
    color:#fff;
}
.upper-header {
   /* background: #333333;*/
    padding: 10px 0;
  /*  border-radius: 10px 10px 0 0;*/
}


#blog-box .blog-read-more {
    text-align: center;
}

/*--------------------------------------------------------------
## Welcome Section
--------------------------------------------------------------*/
#ht-welcome-section{
	display: table;  
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100% !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#ht-welcome-section .welcome-content-box{
	display: table-cell;   
    padding:250px 20px 150px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#ht-welcome-section .ht-section-title-tagline{
	text-align:left;
	margin:0;
}
#ht-welcome-section .ht-section-title{
	background:none;
}
#ht-welcome-section .readmore a {   
    padding: 15px 40px;
    color: #fff;
    border-radius:5px;
	display: inline-block;
    margin-top: 5%;
}
#ht-welcome-section .readmore a:hover{	
	color:#000;
}
#ht-welcome-section .lz-welcome-text{    
    text-shadow: none;
}

#ht-welcome-section .overlay-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(255, 255, 255, 0.5);
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/

.ht-slide-cap-desc.animated.fadeInDown {     
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;	
}
.ht-slide-cap-title.animated.fadeInDown {
    font-size: 54px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}

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

.ht-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #666;
    opacity: 0.2;
}


.ht-slide-caption{
    position: absolute;
    top: 62%;
    left: 8%;
    width: 550px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);  
}

.ht-slide-cap-title small{
    color: #ffffff;
    font-size: 14px;
}

.ht-slide-cap-title{
    text-align: left;
    font-size: 62px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 18%;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
   /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
    padding:0;
}

.ht-slide-cap-descmore{
    margin-top: 5%;
    padding: 10px 0%;	
}
.ht-slide-cap-descmore a{
    padding: 20px 30px;
    color: #ffffff;
    background: #10a9e2;
    font-weight: 500;
    border-radius: 0px;
}
.ht-slide-cap-descmore a:hover{
    color: #000;       
   /* padding: 15px 40px 15px 0;*/
}
.ht-slide-cap-title span{
    padding:0;    
}

.ht-slide-cap-desc{
    text-align: left;
    font-size: 16px;
    color: #fffffb;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
    padding: 6px 0%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;  
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 40px;
    width: 40px;
    margin-top: -35px;
    border-radius: 50%;
   /* opacity: 0.6;*/
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
    opacity: 1;
}


#ht-home-slider-section .bx-wrapper .bx-prev{
    background: #ccc url(images/arrow1.png) no-repeat center ;
    left: 7px;   
    background-size: 10px;
}

#ht-home-slider-section .bx-wrapper .bx-prev:hover{
    background: #ed630b url(images/arrow1.png) no-repeat center ;
     background-size: 10px;
}
#ht-home-slider-section .bx-wrapper .bx-next:hover{
    background: #ed630b url(images/arrow2.png) no-repeat center;
     background-size: 10px;
}
#ht-home-slider-section .bx-wrapper .bx-next{
    background:#ccc url(images/arrow2.png) no-repeat center;
    right: 7px;
    background-size: 10px;
}
#afterSliderArea {
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 55;
    margin-top: 0;
    background: #ffd200;
    padding-top: 100px;
}
/*.ht-slide-cap-descmore a:after {
    position: absolute;
    left: 7.5%;
    content: '';
    height: 40px;
    width: 0px; 
    border-bottom: solid 3px #fff;
    transition: all 1000ms ease-in-out; 
    opacity: 1;
}
    .ht-slide-cap-descmore a:hover:after {        
        width: 35%;
		margin:0 auto;
		left:30%;
    }*/
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section {
    padding: 4em 0;
}
#ht-about-us-section .dlab-separator-outer {
     overflow: inherit; 
    text-align: left;
}
#ht-about-us-section .ht-section-title-tagline {
    margin-bottom: 3em;
    text-align:center;
}

#ht-about-us-section .ht-section-title-tagline h4.subtitie{
    text-align: right;
    font-size: 20px;
    margin-bottom: 10px;
}

.aboutborder {
     display: block;
    border: 10px solid #1cb9c8;
     padding: 30px 40px 20px 30px;
    border-right: none;
    z-index: 1;
    position: relative;
    margin-bottom: 20px
}
.signaturebox img {
    width: 170px;
    height: 60px;
}
#ht-about-us-section .aboutbox-img img {
    width: 100%;
    height: 100%;
    border-radius:0;
    display: block;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#ht-about-us-section .aboutbox-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#ht-about-us-section .aboutbox-img:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: -11px;
    right: 2%;
    width: 0px;
    height: 0px;
    border-right: 2px solid #d0ac62;
    border-bottom: 2px solid #d0ac62;
    width: 25%;
    height: 6%;
}
#ht-about-us-section .aboutbox-img:hover:before {
    height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 3;
}
#ht-about-us-section .aboutbox-img:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: -10px;
    left: 2%;
    width: 0px;
    height: 0px;
    border-top: 2px solid #d0ac62;
    border-left: 2px solid #d0ac62;
    width: 20%;
   height: 6%;
}
#ht-about-us-section .aboutbox-img:hover:after {
    height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 3;
}
#ht-about-us-section .aboutbox-img {
    display: block;
    position: relative;
}
.aboutimgborder:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 37%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    right: 0;
    top: 95px;
    left: -478px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
    z-index: 3;
}
.aboutimgborder:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 37%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    right: 0;
    bottom: 97px;
    right: -72px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
    z-index: 3;
}
.aboutimgborder:hover:before , .aboutimgborder:hover:after {
    display: none;
}
#ht-about-us-section{    
    background: #fff;
    position: relative;

}
.textleft {
    text-align: left;
}
#ht-about-us-section .about-subheading {
    font-size: 24px;
    color: #292929;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 15px;
}

#ht-about-us-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-about-us-section ul li {    
    margin: 10px 0;
    font-size: 16px;
}
#ht-about-us-section .lz-about-subheading {
    color: #424652;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
#ht-about-us-section .ht-section-tagline, #ht-about-us-section .lz-about-text {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: right;
}
.about-inquiry-btn {
    margin-bottom: 1em;
}

#ht-about-us-section .readmore{
    padding:0;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    margin: 0px;
}
#ht-about-us-section .readmore a {
       display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 0;
}
#ht-about-us-section .readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#ht-about-us-section .readmore a:hover:before, #ht-about-us-section .readmore a:focus:before, #ht-about-us-section .readmore a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.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: #fe5722;
    height: 100%;
    text-align: right;
    padding-right: 20px;
}

.ht-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}
.ht-left-image, .ht-right-image{width:45%;padding-right: 30px;display: inline-block;}
.ht-left-image{padding-right: 30px;padding-left: 0px;}
.ht-text-block-sec{padding:0px;padding-left:30px;display: inline-block;vertical-align: top}
.ht-text-block-sec h2.ht-section-title{margin: 0 auto 15px auto;width: 100%}
.side-image-float.right {
    right: 46px;
    top: 59%;
    transform: translateY(-50%);
    transform: rotate(45deg);
}
.side-image-float {
    position: absolute;
    width: 26%;
    height: 29%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.tattooimg2{

}
#ht-about-us-section .aboutauthor img{  
    border-radius: 50%;
    width:70px;
    height:70px;
    background: #fff;
    overflow: hidden;
    border:2px solid #ffffff;
}
#ht-about-us-section .rightsection:hover .aboutauthor img{
    border:2px solid #ee5051;
}
#ht-about-us-section .authorsing{
    margin-top:10px;
}
.profile-image .image-wraper:hover:after, .profile-image .image-wraper:hover:before {
    display: block;
}
/*.image-wraper:hover:before {
    border-top: 2px solid #ee5051;
    border-left: 2px solid #ee5051;
    margin-top: 15px;
    margin-left: 15px;
    top: 10px;
    left: 42.5%;    
}*/
/*.image-wraper:hover:after {
    border-right: 2px solid #ee5051;
    border-bottom: 2px solid #ee5051;
    margin-bottom: 15px;
    margin-right: 15px;
    bottom: 19px;
    right: 42%;
    transform: rotate(45deg);
}*/
.profile-image {   
    margin-bottom: 8px;
    padding: 1em;
}
.image-wraper:after,
.image-wraper:before {
    content: '';
    display: none;
    width: 45px;
    height: 45px;
    position: absolute;
}
#ht-about-us-section h2.ht-section-title {   
    text-align: right;
}

#ht-about-us-section .titlebor {
    width: 4%;
    background: #000;
    height: 2px;
    display: inline-block;
    right: 50px;
    position: absolute;
    bottom: -35px;
}
#ht-about-us-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #10a9e2;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#ht-about-us-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-color: #10a9e2;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
.profile-image {
  
}
.profile-image .image-wraper{   
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); 

}
.position-relative {
    position: relative!important;
}
.display-inline-block {
    display: inline-block!important;
}

#ht-about-us-section ul li:after {
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

#ht-about-us-section ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin: 0 -8px 0 0;
}
#ht-about-us-section ul li {
    font-size: 16px;
    color: #000;
    margin: 10px 0px;
}
 #ht-about-us-section .abousubtxt{
    color: #666 ;
 }

/*.tattooimg2{
position: absolute; 
    width: 26%; 
    height: 29%; 
    background: #fff; 
     padding: 5px;
    border-radius: 5px;

}*/
/*.imageoverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.51);
}*/
/*--------------------------------------------------------------
## Clients Section
--------------------------------------------------------------*/
#clients-post-section {
    padding:100px 0;
    background:#634e77;
}
#clients-post-section .clients-icon img {
    margin: 0 auto;   
    height: 45px;
    max-width: 180px;
}
#clients-post-section .clients-post {
    margin: 8%;
	position:relative;
	cursor: pointer;
}
#clients-post-section .clients-post-wrap{
	margin:5% 0;
}



/*--------------------------------------------------------------
## countdown Section
--------------------------------------------------------------*/
#ht-countdown-section {
    padding: 50px 0;
}
#ht-countdown-section .countdown-right img{
    width:100%;
    height:100%;
    position: relative;
    top: 30px;
}
#ht-countdown-section .countdown-right {
    position: absolute;
    right: 0;
}
.countdown-box {
    margin-top: 25px;
}
.countdown-post:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-countdown-section .countdown-right img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.lz-countdown-text {
    background: #ffcc2d;
    padding: 10px 0px;
    margin: 0 10px;
    border-radius: 10px;
    color: #181818;
    font-weight: bold;
    font-size: 50px;
    border: 5px solid #3a3a3a;
    font-family: 'Open Sans', sans-serif;
}
.lz-countdown-day {
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 1200px) and (max-width: 1500px){
        #ht-countdown-section .countdown-right img{
        top: 50px;
    }
}

/*--------------------------------------------------------------
## OUR Featured Section
--------------------------------------------------------------*/
#ourfeatured-post-section {   
       background: #ffffff;
        padding: 4em 0;
}

#ourfeatured-post-section  .ourfeatured-icon {
    font-size: 80px;
    position: relative;
    z-index: 999;      
    text-align: center;
	padding:0 20px;
}
#ourfeatured-post-section .ourfeatured-icon img {
    width: 100%;   
    height: 200px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.31);
    padding: 8px;
    border-radius: 5px;
}
.ourfeatured-post {   
    padding: 10px 0;
    position: relative;    
    border-top: none;	
}

#ourfeatured-post-section  .ourfeatured-post h5 {
	padding: 0;
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}	
 #ourfeatured-post-section .ht-section-tagline{ 
    color: #ffffff;   
    font-size: 16px;
    color: #2b2b2b;
    font-style: normal;
}
#ourfeatured-post-section .ourfeatured-link {
    margin-top: 10px;
}
#ourfeatured-post-section .ourfeatured-link a{
	background: #e0753d;
    color: #fff;
   /* border: 2px solid transparent;*/
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 800;
        display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#ourfeatured-post-section .ourfeatured-link a:hover, #ourfeatured-post-section .ourfeatured-link a:focus, #ourfeatured-post-section .ourfeatured-link a:active {
    color: white;
}


#ourfeatured-post-section .ourfeatured-link a:before {
       content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#ourfeatured-post-section .ourfeatured-link a:hover:before, #ourfeatured-post-section .ourfeatured-link a:focus:before, #ourfeatured-post-section .ourfeatured-link a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



#ourfeatured-post-section .ourfeatured-link a:hover {
    background: none;
    color: #4096df;
}

/*#ourfeatured-post-section .ht-section-title-tagline{
	   margin-top: 25px;
    font-style: italic;
    position: relative;
	font-size: 26px;
}*/
#ourfeatured-post-section .ourfeatured-excerpt {
    color: #4b4b4b;
    padding:0;
	font-size:16px;
}
#ourfeatured-post-section .ourfeat {
    margin-top: 2em;	
}
#ourfeatured-post-section .ourfeat:hover{
	cursor:pointer;
}
#ourfeatured-post-section .ourfeat:hover .ourfeatured-post h5{
	color: #4acee3;
}
/*--------------------------------------------------------------
##our SERVICES
--------------------------------------------------------------*/
#featured-post-section {
    background-color: #ffffff;
    padding:0;
}
#featured-post-section .ht-section-tagline {
    color: #ffffff;
   /* margin: 25px 0 5px;*/
    font-size: 16px;
    color: #2b2b2b;
    font-style: normal;
}
#featured-post-section .featured-post{
    background: #4acee3;  
    padding:30px 50px;   
    position: relative;   
    z-index: 800;	
}
.feature-post-boxes div.featured-post:nth-child(2n) {
   background: #000;  
}
#featured-post-section .featured-post:hover{
	cursor:pointer;
	cursor:pointer;
} 

#featured-post-section .feature-post-boxes {
    padding: 0;
}

#featured-post-section .featured-icon span {
    font-size: 60px;    
    color: #fff;   
}
#featured-post-section .featured-post:hover .featured-icon span  {   
     color:#000;
    -ms-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.1) rotate(5deg);    
}
#featured-post-section .featured-icon {
    position: relative;
    margin-bottom:1em;
}
#featured-post-section .featured-post h5 {    
    color: #333435;
    font-weight: 600;
    font-size: 25px;
}
#featured-post-section .featured-post:hover h5 {
     color: #4096df;
}
#featured-post-section .featured-excerpt {
    padding: 0;
    font-size: 16px;
    color: #323334;    
    margin: 0;
}
#featured-post-section img {
    width: 100%;
    height: 100%;
    outline: 5px solid #fff;
    outline-offset: -16px;
}
/*=================================
## Project Section
=================================*/

#projectbox #ct-popularapp-box .owl-carousel .owl-nav {
    position: relative;
    left: 0%;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next, #ct-popularapp-box .owl-carousel .owl-nav button.owl-prev {
    position: relative;
}
#ht-project-section .owl-theme .owl-dots .owl-dot{
    display: none;
}

#ht-project-section .owl-carousel .owl-nav button.owl-next span,
 .owl-carousel .owl-nav button.owl-prev span{
    font-size: 30px;

 }
 #ht-project-section .owl-theme .owl-nav .owl-next{
    background: #ffffff;
    color: #7f7f7f;
    padding: 2%;
    width: 40px;
    line-height: 25px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 3px 4px 4px 0px #c5c5c5;
}

 #ht-project-section .owl-carousel .owl-nav button.owl-prev{
    background: #ffffff;
    color: #7f7f7f;
    padding: 2%;
    width: 40px;
    line-height: 25px;
    height: 40px;
    border-radius: 50%;
    box-shadow: none;

 }
 #ht-project-section .owl-carousel .owl-nav button.owl-prev:hover{
    box-shadow: 3px 4px 4px 0px #c5c5c5;
 }
  #ht-project-section .owl-theme .owl-nav .disabled{
    opacity: 1;
  }

#ht-project-section .owl-theme .owl-nav{
    margin-top: 40px;
}
   #ht-project-section .owl-theme .owl-nav [class*=owl-]:hover{
     background: #ed630b;
    color: #ffffff;
     opacity: 1;
     /*box-shadow: none;*/
  
   }
#ht-project-section .ht-project-member .projectnum{
    width: 30%;
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 50px;
    padding: 0 20px;
    font-weight: bold;
    color: #fff;
}
#ht-project-section .ht-project-member .team-prof {
    width: 70%;
    position: absolute;
    bottom: 0;
    left:0;
    padding: 10px 20px;
    background: #fff;
    transform: translateX(0);
    transition: all 1.20s ease 0s;
    opacity: 1;
}

#ht-project-section .ht-project-member .project-main-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: #323232;
    /*transform: translateY(-100%);
    transition: all 0.60s ease 0s;*/
    text-align: center;
    opacity: 0.3;
}
/*#ht-project-section .ht-project-member:hover .project-main-box{
    transform: translateY(0);

}*/

#ht-project-section .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
#ht-project-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ht-project-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ht-project-section .ht-section-title-tagline h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}

#ht-project-section .projectheadtext p{
    margin:0;
    font-size: 16px;
}
#ht-project-section .projectheadtext{
    margin-bottom: 4em;
}
.ht-project-member .team-prof .post-title {
    font-size: 22px;
    color: #242424;
    margin: 10px 0;
    font-weight: 600;
}
#ht-project-section .ht-project-member .team-prof p{
   font-size: 16px;
}

.innerpage-whitebox .sceproject{
    display: none;
}
#ht-project-section .pageproject{
    display: none;
}

.ht-project-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.ht-project-member img{
    width: 100%;    
}
.innerpage-whitebox .pageproject img{
    width: 100%;
    height: 350px;
}
/*=================
##Project page
=====================*/

.innerpage-whitebox .ht-project-member .projectnum{
    width: 30%;
    position: relative;
    bottom: 0;
    top: 55px;
    right: 0;
    float: left;
    font-size: 50px;   
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.innerpage-whitebox .ht-project-member .projectnum p{
    text-rendering: optimizeLegibility;
    margin:0;
}
.innerpage-whitebox .ht-project-member .team-prof {
    width: 70%;
    position: relative;
    float: left;
    bottom: 0;
    left:0;
    padding: 10px 20px;
    background: transparent;
    transform: translateX(0);
    transition: all 1.20s ease 0s;
    opacity: 1;
}

.innerpage-whitebox .ht-project-member .project-main-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: #323232;    
    text-align: center;
    opacity: 0.3;
    display: none;
}
.pageproject .ht-project-member{
    border: 1px solid #43bdd5;
}

.innerpage-whitebox .projectheadtext p{
    margin:0;
    font-size: 16px !important;
}
.innerpage-whitebox  .projectheadtext{
    margin-bottom: 4em;
}
.innerpage-whitebox  .ht-project-member .team-prof .post-title {
    font-size: 22px !important;
    color: #242424;
    margin: 10px 0;
    font-weight: 600;
}
.innerpage-whitebox .ht-project-member .team-prof p{
   font-size: 16px !important;
}


/*--------------------------------------------------------------
## our featuredr
--------------------------------------------------------------*/
#featured-content-section h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}
#featured-content-section .ht-section-title-tagline{
    text-align: left;
    padding: 0;
    margin-top: 5em;
}
#featured-content-section .ht-section-title-tagline p{
    margin-top: 40px;
    font-size: 16px;
}
#featured-content-section .titlebor {
    width: 5%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 30px;
    top:20px;
    position: relative;
}

#featured-content-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#featured-content-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#featured-content-section .featured-post {
    background: #ffffff;
    padding: 2em 2em;
    margin: 25px 10px 25px;
    text-align: left;
    border: 2px solid #ebebeb;    
}
/*#featured-content-section .facspace{
    margin-bottom: 10px;
}*/
#featured-content-section .featured-post:hover{
    box-shadow: 8px 10px 25px -10px rgba(117, 117, 117, 0.42);
}
#featured-content-section .featured-post .featured-icon span{
    font-size: 45px;
    margin-top: 30px;
}

#featured-content-section .featured-post h5{
    font-size: 18px;
    color: #000;
    margin: 1em 0;
    font-weight: 600;
}

#featured-content-section .featured-post .description{
    font-size: 16px;
    color: #000;
}


/*==============================*/
@media screen and (min-width: 769px){
    .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
    
}
.col-container {
    display: table;
    width: 100%;
}
.col-facility{
    display: table-cell;
}
.heading.active i {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;
}
.test-right img {
    width: 100%;
    height: 100%;
}
.heading{cursor: pointer;}
@media screen and (min-width: 769px){
.inside-full-height{height:100%}

}


/*--------------------------------------------------------------
## Services Section
--------------------------------------------------------------*/ 
#ct-service-box {
    padding: 5em 0;
}
.ht-section-title-tagline{
    position: relative;
    z-index: 1;
}

#ct-service-box .ht-section-title-tagline h4.subtitie{
    font-size: 20px;
    margin-bottom: 10px;
}

#ct-service-box .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
#ct-service-box .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ct-service-box .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}



.row.ct-service-box {
    margin: 0 25px;
}
#ct-service-box .innerserviceBox {
    display: none;
}

#ct-service-box .serviceBoximg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eabd9e;
    opacity: 0.8;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}

#ct-service-box .serbox:hover .serviceBoximg:after {
    bottom: 0;
}

#ct-service-box .serviceBox{position:relative;overflow:hidden;text-align: center;}
#ct-service-box .serviceBox .box-content,.serviceBox:after,.serviceBox:before{position:absolute;left:7%;right:7%;transition:all .3s}
#ct-service-box .serviceBox:after, #ct-service-box .serviceBox:before{content:'';display:block;background:none;top:10%;bottom:10%;z-index:1;transform:scale(0,1);left: 12%;right: 12%;}
#ct-service-box .serviceBox:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
#ct-service-box .serviceBox:hover:after, #ct-service-box .serviceBox:hover:before{transform:scale(1);animation:animate 1.5s}

#ct-service-box .serviceBox .box-content{padding: 6em 10px;top:10%;bottom:10%;opacity:0;z-index:2;left: 12%;right: 12%;}
#ct-service-box .col-md-6.col-sm-6.serbox .serviceBox .box-content{padding: 14em 10px;}
#ct-service-box .col-md-12.col-sm-12.serbox .serviceBox .box-content{padding: 25em 10px;}


.serviceBoximg img{
    width: 100%;
}


#ct-service-box .serbox:hover .box-content{    
    opacity: 0.8;
    transition: all .3s;
}
#ct-service-box .serviceBox .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}

#ct-service-box .serviceBox:hover .icon{
    opacity: 0.9;
    transition: all .3s;
}
#ct-service-box .serviceBox .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
}
#ct-service-box .serviceBox .icon li{display:inline-block;margin:0 10px 0 0}
#ct-service-box .serviceBox .icon li a{    
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #10a9e3;
    transition: all .5s;
    font-size: 20px;
    border-radius: 50%;
}

@media only screen and (max-width:990px){
   #ct-service-box .serviceBox{
    margin-bottom:30px
}

}
@media only screen and (max-width:479px){
    #ct-service-box .serviceBox .title{margin:0}
}

#ct-service-box .serbox .serborder:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    background-color: #ffc12e;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
#ct-service-box .serbox:hover .serborder:after {
    width: 100%;
    left: 0;
    right: auto;
}
#ct-service-box .serborder {
    border-bottom: 2px solid #dee8f1;
}
#ct-service-box .serbox:hover .serborder {
    border-bottom: none;
}

#ct-service-box .serbox h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0e1f4d;
    text-align: center;
    margin:10px 0;   
}
#ct-service-box .serbox{
    padding: 0 1.2em;
    margin-bottom: 30px;
}
#ct-service-box .content{
    padding: 1.5em;
    background: #ffffff;
}

#ct-service-box .serbox:hover .content{
    background: #10a9e2;
}
#ct-service-box .description{
    font-size: 16px;
}
/*--------------------------------------------------------------
## FAQ Section
--------------------------------------------------------------*/
#faq-section {
    background:#fff;
    padding: 50px 0 50px;
}
.faq h6:after {
    content: "\f107";
    font-family: 'Fontawesome';
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background: #000;
    position: absolute;
    right: 11px;
    padding: 4px 10px;
    top: 7px;
    border-radius: 10px;
}
.faq h6 {
    font-size: 17px;
    color:#161616;
    font-family: 'Poppins', sans-serif;

}

.faq-heading:before {

    content: "";
    height: 0px;
    border: 2px solid #000;
    border-bottom: none;
    border-right: none;
    width: 32px;
    padding: 0px 23px 0px;
    position: relative;
    top: -11px;
    left: 3%;
}
.faq-heading:after {

    right: 3%;
    content: "";
    height: 0px;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    width: 29px;
    padding: 0px 23px 0px;
    position: relative;
    top: 11px;
}


.faq-content{
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 15px 20px 8px;
    background: #fff;
}
#faq-section p {
    margin:0;
}
.faq-description {
   color:#333333;
   font-size: 15px;
}

#faq-section .readmore {
    padding: 40px 0 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
#faq-section .readmore a {
    padding: 15px 40px;
    color: #161817;
    border-radius: 30px;
    position: relative;
    top: 10px;
}
#faq-section .readmore a:hover {
    color: #fff;
    background: #171717;
}

/*==================
## faq page
=========================*/
.innerpage-whitebox .faq-content {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.innerpage-whitebox h6.faq-title {
    background: #c66e21;
    padding: 10px;
    padding-left: 40px;
    font-size: 20px !important;
    position: relative;
    color: #fff !important;
    margin: 0;
    text-transform: capitalize;
    cursor: pointer;
}


.innerpage-whitebox .faq-description {
    padding: 1em;
    border: 2px solid #c66e21;
    border-top: none;
    background: #d28227;
    color: #fff !important;
    border-radius: 0 0 30px;
}

.innerpage-whitebox .faq h6:after {
    content: "\f128";
    font-family: 'Fontawesome';
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #c66e21;
    position: absolute;
    left: -19px;
    padding: 2px;
    line-height: 40px;
    top: 0;
    text-align: center;
    border: 3px solid #fff;
    width: 44px;
    height: 44px;
}

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

.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: #fe5722;
}

.ht-portfolio-post-wrap{
    margin:2em 0;
}

.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%);
    opacity: 0
}

.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: #fe5722;
    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: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fe5722;
}

.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: #fe5722;
    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 #fe5722;
}

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

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

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


/*--------------------------------------------------------------
## pftab Section
--------------------------------------------------------------*/
.tabs {
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #2EBEB9;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #259692;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 15%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #2EBEB9;
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: #2EBEB9 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
 }

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#ht-team-section .teambox{
    margin-top:80px;
    padding: 0 3em;
}

#ht-team-section .titlebor{
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
#ht-team-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ht-team-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ht-team-section .ht-team-member{
    border:2px solid #def1f8;
    padding: 2em;
}
#ht-team-section .ht-team-member-image img{
border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 auto;

}
#ht-team-section .ht-team-member-image{
    margin-bottom: 1.5em;
}
#ht-team-section  ul.ht-team-social-id{
    margin:1em 0 0 0;
    padding:0;
    list-style: none;
    text-align: center;
}
#ht-team-section  ul.ht-team-social-id li{
    display: inline-block;
    margin: 0 5px;
}
#ht-team-section  ul.ht-team-social-id li{
     background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}
#ht-team-section  ul.ht-team-social-id li:hover{
    background: #12a9e2;
}
#ht-team-section  ul.ht-team-social-id li:hover a{
     color: #ffffff;
}
#ht-team-section  ul.ht-team-social-id li a{
    color: #727272;
}

#ht-team-section .membertext{
    font-size: 14px;
}
#ht-team-section .teambox .owl-theme .owl-dots{
    display: none;
}
#ht-team-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 999;
}
#ht-team-section .owl-carousel .owl-nav button.owl-prev{
   left: -39px;
    position: absolute;
}
#ht-team-section .owl-carousel .owl-nav button.owl-next{
    right: -40px;
    position: absolute;
}
#ht-team-section .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 32px;
}
#ht-team-section .owl-carousel .owl-nav button.owl-prev{
    background: #def1f8;
    width: 40px;
    height: 34px;
    padding: 0 !important;
    margin: 0;
    line-height: 30px;
    border-radius: 10px 0 0 10px;
}

#ht-team-section .owl-carousel .owl-nav button.owl-next{
    background: #def1f8;
    width: 40px;
    height: 34px;
    padding: 0 !important;
    margin: 0;
    line-height: 32px;
    border-radius: 0 10px 10px 0;
}
#ht-team-section .owl-theme .owl-nav .disabled{
    opacity: 1;
}

#ht-team-section .ht-team-member h6{
    font-size:24px;
    text-transform: uppercase;
}
#ht-team-section .team-member-designation{
    margin: 10px 0;
}
#ht-team-section .ht-section-title-tagline h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}
#ht-team-section .tametext{
    font-size: 15px;
}

#ht-team-section .our-team{
    display: none;

}

#innerpage-box #content-box .ht-team-member {
    display: none;
}
#ht-team-section .item.col-md-4 {
    width: 100%;
    padding: 0;
}
#ht-team-section .item.col-sm-6{
    width: 100%;
    padding: 0;
}


/*======================
## Team page 

=============*/
 .our-team{
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    margin-top: 72px;
    margin-bottom: 2em;
    clear: both;
}
 .our-team .pic{
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.our-team:hover .pic{
    border-radius: 50%;
    border-color: #6e9ecf;
}
 .our-team .pic img{
    width: 100%;
    height: auto;
}
 .our-team .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
 .our-team .team-title{
    font-size: 24px !important;
    color: #333;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
 .our-team .post{
    font-size: 16px !important;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
 .our-team .description{
    font-size: 14px !important;
    font-weight: 300;
    color: #333;
    padding: 0 35px;
    line-height: 22px;
    margin-bottom: 60px;
}
 .our-team .social-links{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -20%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #6e9ecf;
    transition: all 0.20s linear 0s;
}
 .our-team:hover .social-links{
    bottom: 0;
}
 .our-team .social-links li{
    display: inline-block;
    margin:5px !important;
    border: 1px solid #fff;
     width:35px;
    height:35px;
    line-height: 35px;
    border-radius: 50%;
}
 .our-team .social-links li:before{
    display: none;
}
 .our-team .social-links li a{   
    font-size: 20px;
    color: #fff;
    
}
.our-team .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team { margin-top: 80px; }
}


/*--------------------------------------------------------------
## 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-team-counter-wrap{
    margin-left: -5%;
}

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

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

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

.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: #fe5722;
    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
--------------------------------------------------------------*/

#testimonials-section .ht-section-title-tagline h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonialsoverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    opacity: 0.7;
}

#testimonials-section .ht-section-title-tagline{
    text-align: right;
    padding: 0;
}


#testimonials-section .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    right: 30px;
    top: 10px;
    position: relative;
}
#testimonials-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#testimonials-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#testimonials-section  .testimonial-content-box{	
     padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 1em;
}

h2.testimonial-heading.ht-section-title {
    color: #2b2b2b;
}

#testimonials-section h6 span {
    color: #000;
    font-size: 14px;
    font-weight: 300;   
}
.test-quote i {
    color: #4096df;
    font-size: 40px;
    margin: 10px 0 20px;
}
#testimonials-section h6{   
    margin: 23px 0 10px;
    font-size: 18px;
    color: #000f1f;
}
.text-designation {
    font-size: 18px;
    color: #4096df;
    font-weight: 600;
}
#innerpage-box .testimonial-content-box {
    margin-bottom: 15px;
    padding: 20px 10px;
    border: 2px solid #a0a0a0;
	border-radius: 10px;
}
#innerpage-box .testimonial-content-box:hover{
    border: 2px dashed #4096df;
}
/*#innerpage-box .testimonial-content-box:hover .text-designation {
    color:#de733c;
}*/
#innerpage-box .testimonial-content-box:hover h6 {
    color:#00b7d6;
}

#testimonials-section .ht-section-tagline {   
    font-size: 16px;
    font-style: normal;
}
/*#testimonials-section h6.secondry-text{
	 font-weight: bold;  
}*/
main#innerpage-box .testimonial-content {
    padding: 0;
}
main#innerpage-box .innertestimoni{
	width:100%;
}
main#innerpage-box .team-thumb img {
    height: 130px;
    width: 130px;
    margin: 0 auto;
	 border: 2px solid #ccc;
	transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
}
#innerpage-box .testimonial-content-box:hover img {
	 border: 2px solid #4096df;
	-webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    
}

main#innerpage-box h6 span {    
    font-weight: 300;
}
/*
main#innerpage-box p{
	 color: #000;
}*/

.team-thumb img {    
    margin: 0 auto;
}

.prevnextbox {
    position: absolute;
    right: 0;
    width: 176px;
    top: 27px;
    bottom: 0;  
}
#testimonials-section p{    
    font-size: 16px;
    margin: 0;
    font-style: italic;
    color: #717171;
    padding:0;
	position:relative;
}

.testimonial-content p{    
    font-size: 16px;  
    margin: 0;
	font-style: italic; 
}

.quote-box:after{
    content: "";
    background-image: url(images/quote-boxbg.png);
    width: 28px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -23px;
    left: 10%;    
}
.quote-box{
	border: 2px solid #ffffff;
    position: relative;    
    padding:20px;   
}

#quote-carousel {
    padding: 0;  
}

#quote-carousel .carousel-control {  
    background: none;
    color: #fff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 195px;
    z-index: 999;
    opacity: 1;
    width: 1%;
}
#quote-carousel .carousel-control:hover {
    color: #000;
}
/*#quote-carousel .carousel-control.left {
    left: 0;
    font-size:20px;
    padding: 6px;
}*/
/*#quote-carousel .carousel-control.right {
    right: 0;
    font-size: 20px;
    padding: 6px;
}*/


#quote-carousel .carousel-control.left {
    left: 0;
    font-size: 32px;
    padding: 3px;
    width: 45px;
    height: 40px;
    top: 00%;
    line-height: 30px;
}
#quote-carousel .carousel-control.right {
    right: 50px;
    font-size: 32px;
    padding: 3px;
    background: #ccc;
    width: 45px;
    line-height: 30px;
    height: 40px; 
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
	display:none;
}
#quote-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;   
    cursor: pointer;    
    border-radius: 50px;    
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 12px;
    height: 12px;    
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 215px;  
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonial-contentbox {
    border: 1px solid #fff;
    padding: 25px 80px 15px;
    margin: 100px 35px 40px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.test-thumb img {
        width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.test-thumb {
    position: absolute;
    top: -96px;
    left: 46%;
    z-index: 999;
}
.carousel-inner:hover .test-thumb img{
     border: 5px solid #ffcc00;
}
.remark i {
    font-size:16px;
    margin:0 2px;
}
.remark {
    padding: 9px 0;
}

#testimonials-section{
	position:relative;
	padding:4em 0 0.5em;
}

.testimonial-content-box h6{
     margin: 10px 0;
    font-size: 16px;
}

#testimonials-section .carousel-inner .testimonial{
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 475px){
    #quote-carousel .carousel-control.left{
        left:0;
    }
    #quote-carousel .carousel-control.right{
        right:0;
    }
    #quote-carousel .carousel-control{
           margin-top: 285px;
    }
    #testimonials-section .testimonial-content-box{
        text-align: center;
    }
    #featured-content-section .ht-section-title-tagline{
        margin-top: 0;
    }
    .prevnextbox {
    width: 100%;
    }
    #ht-newslatter-section .newslettersign-box{
        padding: 1em;
    }
}




/* -------------------------------------------------------------- */
/* Testimonial Page */
/* --------------------------------- */
.innerpage-whitebox .innertestimonial-box{
     display: none;

}

.innerpage-whitebox .testimonial {
    margin-bottom: 2em;
    border: 5px double #3fbcd6;
    border-radius: 20px;
    padding: 3em;
}
.innerpage-whitebox .testimonial .team-thumb img{
    border-radius: 20px 0 20px 0;

}

.innerpage-whitebox .testimonial .testimonial-content p{
 font-size: 14px;
 color: #5d5d5d;
 font-style:italic;
 margin-bottom: 20px;
}

.innerpage-whitebox .testimonial .text-designation{
    font-size: 14px;
    color: #4096df;
}

.innerpage-whitebox .testimonial h6.secondry-text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
## Timing Section
--------------------------------------------------------------*/
section#time-address-section .lightbox {
    padding-bottom: 0;
}

#time-address-section{
	/*background-image: url(images/timesectionbg.jpg);*/
    background-position:left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
#time-address-section .time-rightimg {
   width: 100%; 
}

.lz-fitness-time .days-time-day{    
    border-radius: 50px;
    padding: 3px 40px;
    text-align: center;
    color: #fff;
    font-size:18px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-style: italic;  
}


.lz-fitness-time .days-time-day-time{
    color:#2b2b2b;
    margin: 15px 0 15px 0;
    text-align: center;
	font-size:14px;
}

/*.lz-fitness-time div:nth-child(8){
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline;
    clear: both;
	padding:0;
}*/
/*.lz-fitness-time div:nth-child(8) div.days-time-day{	
	background:none ;
	font-weight:bold;
}*/
/*.lz-fitness-time div:nth-child(8) div.days-time-day-time{
	display:none;
}*/
.offtimebox  h4.offtime-text {
    background: none;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 0;
    border-radius: 50px;
    padding: 3px 40px;
    color: #81b440;
    font-size: 18px;
    display: table;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}
/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
section#blog-section h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}

#ht-blog-section{
	padding:0;
    background: #f8f8f8;
}
.blog-category ul {
    margin: 0;
    padding: 0;
}
.blog-category ul li {
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-category ul li a {
    color: #de733c;
}
.blog-category ul li a:hover {
    color:#4096de;
}
.lz-blog-text {    
    font-size: 16px;
}


.ht-blog-excerpt {
    padding: 2em;
}
#blog-section .ht-blog-excerpt  h5{
    margin-bottom: 30px;
    margin-top: 0;
}
#blog-section .ht-blog-excerpt  h5 a{	
	font-size: 22px;
    font-weight: 400;
}

#blog-section .blog-read-more{
    margin-top: 3em;
    display: inline-block;
    padding: 8px 15px;
    font-size: 15px;
}

/*.blog-read-more:hover{
	background:#01b5d6;
	border-radius:4px;
	padding:8px;
    cursor: pointer;
}*/
.commentbox{
    background: #fff;
    position: relative;
    top: -40px;
}
#comments a.comment-edit-link:hover {
     color:#4096de;
}
#comments a.comment-reply-link:hover {
      color:#4096de;
}
.logged-in-as a:hover{
     color:#4096de;
}
.single_post .post-date-publishable i {
    color: #de733c;
    margin-right: 5px;
}
.ht-blog-excerpt p {
    font-size: 15px;   
    margin: 0;
    color: #4b4b4b;
 
}
#ht-blog-section .ht-section-tagline {  
    font-size: 16px;
    font-style: normal;
    color: #000;
}
#ht-blog-section .ht-blog-thumbnail{
	margin-bottom:20px;
}

.ht-blog-excerpt .post-right span {
    font-size: 14px;
    color: #83817f;
    font-family: 'Roboto', sans-serif;
}
.ht-blog-excerpt .post-right span b {
    color: #000;
    font-weight: normal;
}
.ht-blog-post .box-panels {    
    margin-bottom: 20px;
    padding:0;
    background: #fff;    
    position:relative;	
 
}

#ht-blog-post .ht-blog-excerpt{
    text-align: center;
}
.ht-blog-post .blog-img{
    width: 100%; 
}

.box-panels .ht-blog-excerpt{
    text-align: center;
}
.box-panels h6 a {
    color: #303030;
    font-size: 18px;
    text-transform: uppercase;
}
.box-panels h6 {
    margin:10px 0;
}

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

.box-panels .ht-blog-thumbnail a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    width: 0;
    background: #10a9e2;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.box-panels .ht-blog-thumbnail:hover a:after{
    width: 100%;
}

.ht-blog-excerpt h6{
    font-weight:300;
    margin: 15px 0;
    font-size: 18px;
}

.ht-blog-excerpt h6 a {
    color: #fff;       
}
.blogtext{
	margin-top:10px;
}
.ht-blog-date {    
    font-size: 18px;
    margin-bottom: 0;
    color: #161616;
    padding: 10px 20px;
    position: absolute;
    top: 30px;
    z-index: 10;
    right: 30px;
    width: 75px;
    text-align: center;  
    border-radius: 5px;
}
.ht-blog-date b {
    font-size: 24px;
}
#blog-box .ht-blog-date {
    font-size: 22px;
}
.ht-blog-date span {
    color: #de733c;
}

.ht-blog-date .fa{
    margin-right: 10px;
}

#inner-blog-section .blog-read-more{
    text-align:center;

}

.ht-blog-excerpt .post-right {     
    font-size: 14px;  
}


.post-right .blog-read-more {
    padding: 10px 0 0;
	margin-top:20px;
	display:inline-block;
}
.post-right .blog-read-more:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	
}
.post-right .blog-read-more a {
    color: #19191b;
    padding: 14px 20px;
    font-size: 15px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: #19191b;   
    text-transform: CAPITALIZE;
    font-weight: 500;   
    font-family: 'Open Sans', sans-serif;
	border-radius:5px;
}
.post-right .blog-read-more a:hover {
    color:#fff;
    background:#000;
    opacity:0.8;  
}
#blog-section .ht-blog-post{
    margin-top:4em;
}

#blog-section .lz-blog-text{
    margin-top:1em;
}
#blog-section  .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
    top: 18px;
}

#blog-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#blog-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/


#blog-box h4{
    margin: 20px 0 5px 0;
    font-weight: 600;
}

#blog-box .inner-blog-img{
        width: 100%;
}

#blog-box .inner-blog-post{
    margin: 0 0 2em 0;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
}

#blog-box .inner-blog-img{
    border-radius: 10px;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    padding: 2px;
}

#blog-box .inner-blog-excerpt{
    margin: 0 0 20px 0;
}

#blog-box .blog-read-more{
    text-align:center;
}

#blog-box .blog-read-more:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#blog-box .blog-read-more a{
    padding: 5px 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
}

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

.socialMedia{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}

.socialMedia a{
    font-size: 30px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
        border-radius: 5px;
}


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

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

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

.contact-box{
    /*margin-top: 2em;*/
}

.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: #fe5722;
}

.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: #fe5722;
    color: #FFF;
}

/*------------------------------------------------
page template css
--------------------------------------------------*/
.page-template-default .main-header {
   z-index: 9999;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 85px;
}
/*
.page-template-default .upper-header {   
    border-radius: 0;
}

.page-template-default header#ht-masthead .main-header{
	border-radius: 0;
}
*/
 .page-template .main-header {
    z-index: 9999;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    position: absolute;
    top: 0;
   /* border-radius: 1px;*/
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*
.page-template header#ht-masthead .main-header{
	border-radius: 0;
}
.page-template .upper-header {   
    border-radius: 0;
}*/
.page-template .breadcrumbbox{
	margin-top: 50px;
}
 .page-template-page-left-sidebar .breadcrumbbox{
	 	margin-top:0;
 }
  .page-template-page-right-sidebar .breadcrumbbox{
	margin-top:0;
 }
 .page-template-contact-template .breadcrumbbox{
	margin-top:0;
 }
 .page-template-blog-left-sidebar .breadcrumbbox{
	margin-top:0;
 }
  .page-template-blog-right-sidebar .breadcrumbbox{
	margin-top:0;
 }
.page-template-blog-template .breadcrumbbox{
	margin-top:0;
 
}
 /*
 .page-main-header{
	padding-top: 8.5%;
 }*/
 
.page-template-blog-template .page-main-header {
	padding-top: 10.5%;
}
.page-template-blog-left-sidebar .page-main-header {
	padding-top: 10.5%;
}
.page-template-blog-right-sidebar .page-main-header {
	padding-top: 10.5%;
}
 .home .main-header {
    z-index: 9999;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.upper-header {    
    opacity:0.9;
}
.header-bottom{
	opacity:0.9;
 }
 .home header#ht-masthead .main-header {
    border: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
div#copyright-note span {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    /* font-size: 16px; */
}

.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
    background: none;
}
footer#ht-colophon p {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.ht-footer .textwidget .fa {
    margin-right: 5px;
}

.ht-footer ul li {    
    list-style: none;
    margin-left: 14px;
}
.ht-top-footer ul li {   
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li:before{
    display: none;
}
#ht-top-footer ul li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 8px;
    position: relative;
    left: -15px;
    position: relative;
    top: -2px;
    color: #8d8d8d;
}
#ht-colophon{
   /* background: #333333; */
    font-size: 16px;
}

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

#ht-colophon a{   
    text-decoration: none;      
    font-size: 16px;
}

#ht-colophon .widget-title{
    letter-spacing: 1px;
    color: #4d4d4d;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
}



#ht-top-footer{
    background: #1c1c1c;
    color: #666666;
    padding:12em 0 4em;
}

.ht-top-footer{
    margin-left: -3%;
}

.ht-footer{
    float: left;
    width: 22%;
    margin-left: 3%;
}

.ht-footer .widget{
    margin-bottom: 30px;
}

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

.ht-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer-menus-container ul{
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    border-bottom: 1px solid;
}
.menu-footer-menus-container ul li{   
    list-style: none;   
    margin: 0 10px;   
    display: inline-block;
}

.menu-footer-menus-container ul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;    
    margin: 8px;
}
.social-profile-icons ul li i{
    font-size: 22px;
}

#ht-bottom-footer{
    background:#2f3239;
    padding: 30px 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: #111;
    height: 60px;
    width: 40px;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#ht-back-top:hover{
    background: #fe5722;
}

#ht-back-top.ht-hide{
    bottom: -100px;
}


#ht-top-footer ul#menu-all-pages {
	list-style: none;
    margin: 0;
    padding: 0 0 30px;   
     
}

#ht-top-footer ul#menu-all-pages li {
    list-style: none;
    margin: 0 10px;
    display: inline-block;
}
#ht-top-footer .menu-primary-container ul{	
	list-style: none;
    margin: 0 10px;      
    padding: 0 0 30px;	
}
#ht-top-footer .menu-primary-container ul ul{
	display:none;
}
#ht-top-footer .menu-primary-container ul li{	
	 margin: 0 10px;
}
/*--------------------------------------------------------------
## Pricing Section Or ## Pricing Page
--------------------------------------------------------------*/
#ht-princing-post-section .ht-section-title-tagline h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}

#ht-princing-post-section .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
    top:10px;
}

#ht-princing-post-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#ht-princing-post-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#ht-princing-post-section #pricing-page{
    margin-top: 2em;
    padding-top: 1em;
}

#ht-princing-post-section .ht-plan-block{
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    padding: 2em 3em;
    box-shadow: 8px 10px 12px -10px #ccc;   
    transition: all 0.2s;
    margin-bottom: 1em;
}
#ht-princing-post-section .ht-princing-title{
    font-size: 25px;
    margin: 10px 0;
    color: #5e5e5e;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
#ht-princing-post-section .plan-amount{
     font-size: 48px;
    font-weight: bold;
}
#ht-princing-post-section .plan-amount span{
    font-size: 20px;
    vertical-align: top;
    margin: 0 3px;
    position: relative;
    font-weight: 600;
    top: 15px;
}
#ht-princing-post-section .plan-starts{
    font-size: 16px;
    margin: 5px 0 1.5em;
}
#ht-princing-post-section  .ht-princing-link {
    margin: 2em 0 1em 0;
}
#ht-princing-post-section .ht-princing-link a {
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
#ht-princing-post-section .ht-princing-excerpt{
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
    padding: 0 20px;
}
#ht-princing-post-section .ht-plan-block:hover{    
    margin-top: -.90rem;
    background: linear-gradient(to right, #ec640e, #f5853d);

}

#ht-princing-post-section .ht-plan-block:hover .ht-princing-title{
    color: #ffffff;
}
#ht-princing-post-section .ht-plan-block:hover .plan-amount{
    color: #ffffff !important;
    font-size: 49px;
}
#ht-princing-post-section .ht-plan-block:hover .plan-amount span{
    color: #ffffff !important;
}
#ht-princing-post-section .ht-plan-block:hover .plan-starts{
    color: #ffffff;
}
#ht-princing-post-section .ht-plan-block:hover .ht-princing-excerpt{
     color: #ffffff !important;
     font-size: 15px;
}
/*--------------------------------------------------------------
## Address Section
--------------------------------------------------------------*/

#address-box{
    padding: 2em;
}

.fitness-address-block{
    margin:20px 0 0;
}

/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/
#ht-appintment-section{
	background:#fff;	
    
}
#ht-appintment-section .ht-section-title-tagline h4.subtitie {
    font-size: 20px;
    margin-bottom: 10px;
}
#ht-appintment-section .ht-section-title-tagline{
    position: relative;
    text-align: right;
    top:-50px;
}
.centercontentpart{   
    background-position: top;  
    background-attachment: fixed;
}

#ht-appintment-section .overlay{
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color:rgba(60, 60, 60, 0.68);
    position: relative;
    opacity: 1;
    padding: 4em 0;
}
.appointment-icon.padding0 span.fa.fa-map-marker {
    padding-left: 22px;
}
#ht-appintment-section .appoint-leftblock {   
    padding: 1% 4% 0 0;
}
#ht-appintment-section .textright{
    text-align:right;
}
#ht-appintment-section .appoint-rightblock {
    background: #fff;
    padding: 5% 4% 6%;
    position: absolute;
    top: -250px;
    box-shadow: 0px 0px 15px 2px #ccc;
}
#ht-appintment-section .social-box{
	padding:10% 7%;
	border: 1px solid #fff;
	overflow:hidden;
}
#ht-appintment-section .social-box h4{
    font-size: 26px;
    color: #fff;
    margin: 5px 0;
}
#ht-appintment-section  .all-social{
	margin:4% 0;
	
}
#ht-appintment-section .social-box:hover .fa{
		 transform: rotate(360deg); 
    transition:transform 0.4s linear 0s,
      border-left-width 0s linear 0.35s;
}

#ht-appintment-section .social-box:hover{
	cursor: pointer;	
}

#ht-appintment-section .ht-appintment-member-wrap h3{
	text-align:center;
	margin:10% 0;
	font-size:32px;
}

.ht-appintment-member-wrap {     
    color:#000;
}
.appointment-icon span.fa {
    font-size: 30px;
    color: #262626;
    margin: 0 auto;
}
.appointment-content {
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
    color: #262626;  
}
.appointment-content a {
    color: #262626;  
}
.appointment-content a:hover {
    color: #de733c;
}

.ht-section-tagline.lz-appointment-text {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

#ht-appintment-section .ht-appintment-member-wrap label{   
     display: inline;
}

#ht-appintment-section .ht-section-title-tagline{	
	   color: #fff;
    margin-bottom: 0;
}
#ht-appintment-section .ht-appintment-member-wrap input::placeholder{
   color:#fff;
    opacity: 1;
    font-size: 15px;
}
#ht-appintment-section .appointment-text {
    margin: 20px 0 30px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 0 20px;
}
#ht-appintment-section .contact-data {
    /*margin: 5px 0;*/
    padding: 10px 0;   
}

#ht-appintment-section .boxborder{
    border-left: 1px solid #5e5a57;
    padding: 1.5em;
    text-align: center;
}

#ht-appintment-section .contact-data:last-child{
	border:none;
}
.ht-appintment-member-wrap h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.ht-appintment-member-wrap input[type="text"], 
.ht-appintment-member-wrap input[type="email"], 
.ht-appintment-member-wrap input[type="url"], 
.ht-appintment-member-wrap input[type="password"], 
.ht-appintment-member-wrap input[type="search"], 
.ht-appintment-member-wrap input[type="number"], 
.ht-appintment-member-wrap input[type="tel"], 
.ht-appintment-member-wrap input[type="range"], 
.ht-appintment-member-wrap input[type="date"], 
.ht-appintment-member-wrap input[type="month"], 
.ht-appintment-member-wrap input[type="week"], 
.ht-appintment-member-wrap input[type="time"], 
.ht-appintment-member-wrap input[type="datetime"],
.ht-appintment-member-wrap input[type="datetime-local"], 
.ht-appintment-member-wrap input[type="color"],
.ht-appintment-member-wrap textarea,
.ht-appintment-member-wrap select{    
    border: none;
    border: 1px solid #d1d1d1;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 15px 10px;
    border-radius: 1px;
}
.ht-appintment-member-wrap select{
    height: 50px;
    border-radius: 1px;
}
.ht-appintment-member-wrap textarea{
    height: 150px;
    margin-bottom: 30px;
    border-radius: 1px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder{
    color:#fff;
}

.ht-appintment-member-wrap label{
    color:#fff;
	margin:0;
}
.ht-appintment-member-wrap input[type="submit"]{   
    border:none;
    padding:10px 50px;
    color:#fff;
    border-radius: 30px;
}

.lz-fitness-address-lable{
	margin:20px 0 0 0;
}
h2.ht-section-title.lz-appointment-heading {   
    color: #2d2d2d;
    border: none;
    display: block;   
    margin: 0;
    padding: 0;
}
#ht-appintment-section .ht-section-title:after{
	border:none;
}
#ht-appintment-section .ht-section-tagline {
    color: #989898;
    text-align: left;
    margin: 10px 0;
    font-style: italic;
    font-size: 18px;
}

.ht-appintment-member-wrap input[type="submit"]{   
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 30px;
    background: #232323;
    color: #fff;
    margin: 0 auto;
    display: block;
    float: right;
    top: -60px;
    right: 20px;
    position: relative;
}
.ht-appintment-member-wrap input[type="submit"]:hover {
    color: #fff;
    border-color: #00b6d5;
    opacity: 1;
   background:#01b5d8;	
}
#ht-appintment-section .appoint-rightblock h4 {
    color: #232323;
    margin: 1em 0 2em;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 475px){
    #ht-appintment-section .boxborder{
        text-align: right;
        border: none;
    }
    #ht-appintment-section .appoint-rightblock{
        position: relative;
        top:0;
    }

}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
.newsfootersec {
    background: #002140;
    padding: 0;
}
#ht-newslatter-section h2.lz-newslatter-heading {
     font-size: 36px;
    font-weight: 400;
    color: #0d1e52;
    margin: 0;    
}
#ht-newslatter-section h2.lz-newslatter-heading span {
    font-weight: 700;
}
#ht-newslatter-section .newslettersign-box {
    background: #ffffff;
    position: relative;
    bottom:-7em;
    padding: 2em;
    border-radius: 5px;
    -webkit-box-shadow:0 -2px 5px 0px #c5c5c5;
    -moz-box-shadow:0 -2px 5px 0px #c5c5c5;
    box-shadow:0 -2px 5px 0px #c5c5c5;
}
#ht-newslatter-section .newsborder {
    border-right: 1px solid #fff;
        padding-right: 3em;
}

#ht-newslatter-section .newstext{
    margin-top: 20px;
}
#ht-newslatter-section input[type="text"] , input[type="email"]{
     padding: 25px;
    border-radius: 35px;
    border: 2px solid;
    font-size: 14px;;
}
#ht-newslatter-section textarea{
    padding: 25px;
    border-radius: 35px;
    border: 2px solid;
    font-size: 14px;
}
#ht-newslatter-section input[type="email"]{
    padding:22px 180px 22px 25px;
    width: 100%;
}

#ht-newslatter-section input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 24px 27px;
    font-size: 14px;
    border-radius: 35px;
    position: absolute;
    right: 17px;
    top: 20px;
    font-weight: 600;
}
.newslettersign-box .box-form{
    margin-top: 20px;
}
.newslettersign-box p{
    padding: 0;
    margin: 0;
} 

.newslettersign-box .ajax-loader{
    position: absolute;
}

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

.home-page {
    padding: 0 0 30px 0;
}

#innerpage-box{
    padding:2em 0;
    background: #eee;
}

.innerpage-whitebox{
    background: #fff;
    padding: 2em;
    border-radius:10px;
    margin-bottom: 10px;
}

#content-box h4{
    margin: 20px 0 5px 0; 
}

#content-box ul{
    padding: 0 0 20px 0;
    font-size: 18px;
    margin: 0;
}
#innerpage-box #content-box ul {
    list-style: none;
}
#content-box ul li:before {
    content: "\f101";
    font-family: 'Fontawesome';
    margin-right: 10px;

}
#content-box ul li {
    margin: 10px 0;
}
main#innerpage-box #content-box ol {
    margin: 0;
}
#content-box ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}

#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


img.ht-page-header-img{
width: 100%;
height:400px;
}

.single img.ht-page-header-img{
    height:auto;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    
}

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

.single-productpage .ht-main-title {
    margin-bottom: 20px;
    padding: 15px 20px 10px;
    background: url(images/road.jpg) repeat-x 0 0;
    content: "";
    display: block;
    height: 63px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 6;
}
.single-productpage .innerpage-whitebox header {
    padding: 0;
}
.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: #fe5722;
}

.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: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

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

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

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

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

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

.entry-readmore a{
    background: #fe5722;
    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;
}

section ul{
    padding: 0 0 20px 0;
}

.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{
    background: #000;
    color:#fff;
}



/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

#ht-contactus-wrap .contact-page-form{
    background: #fe5722;
    border-radius: 10px;
    padding: 2em;
}

#ht-contactus-wrap input::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap  h4{
        color: #fff;
    text-align: center;
    margin: 0 auto 30px auto;
    border: none;
    display: block;
    font-size: 35px;
}

ul.contact-sm-links{
	padding:10px 0;
}

#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select
{
    border:none;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 20px 0;
    border-radius:1px;
}

#ht-contactus-wrap select {
    height: 40px;
}
#ht-contactus-wrap select option {
    background: none;
}
#ht-contactus-wrap textarea{
    height: 150px;
}
#ht-contactus-wrap select::placeholder{
     color:#fff;
    opacity: 0.8;
}
#ht-contactus-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap label{
    color:#ffffff;
	width:100%;
}
#ht-contactus-wrap input[type="submit"]{
    background: #fff;
    border:none;
    padding:13px 50px;
    color:#9bb70d;
    border-radius: 30px;
}
#ht-contactus-wrap input[type="submit"]:hover{
	background:#000;
	color:#fff;
}
.lz-fitness-address-lable{
    margin:20px 0 0 0;
}

#ht-contactus-wrap .contact-page-address{

}

.contact-mapbox{
    margin:2em 0 0;
}
.contact-mapbox iframe{
    width: 100%;
    height:350px;
    background:#fe5722;
    padding:5px;
    border-radius: 5px;
    }

.address-box{
    margin: 0 0 20px 0;
}

.address-box span{
    padding-right: 10px;
}

.contact-sm-links {
    margin: 0;
}

.contact-sm-links li {
    display: inline-block;
    padding: 0px;
    margin: 2px;
    list-style: none;
    border: 1px solid #fff;    
    height: 36px;
    width: 36px;
	text-align:center;
}
#ht-contactus-wrap .contact-sm-links li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.contact-sm-links li a{  
   font-size: 16px;
    color: #ffffff;
    position: relative;  
}
#ht-contactus-wrap .contact-sm-links li a{
    font-size: 20px;
    color: #ffffff;
    position: relative;  
}

main#innerpage-box span.fa:hover {
    color: #444;
}
/*--------------------------------------------------------------
## 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: #fe5722
}

.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: 5px 0 10px;
    padding: 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.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: #fe5722;
    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: #fe5722;
    border:1px solid #fe5722;    
    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;
    margin-bottom: 20px;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.woocommerce ul.products li.product:hover .button:hover {
    border: 1px solid #171717;
    background: #171717;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.woocommerce ul.products li.product:hover .button{
    border-color: #fe5722;
    background-color: #fe5722;
    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: #fe5722;
    background-color: #fe5722;
}

.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: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

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

.woocommerce span.onsale{
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    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: #fe5722
}

.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: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    border-bottom: 2px solid #fe5722;
    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: #fe5722;
}

.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: #fe5722;
    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: #fe5722;
    border-color: #fe5722;
}

#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: #fe5722;
    font-size: 0.9em;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{
    color: #fe5722;
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #fe5722
}

.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: #fe5722;
    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: 1000px){
    .toggle-bar{
	display: block;
    position: absolute;
    top: -52px;
    right: 0px;
    width: 50px;
    background: #fe5722;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    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-team-member img{
        height: 300px;
    }

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

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


    #ht-site-branding, .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;		
		background: #fe5722;
		z-index: 1999;
    }

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

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

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

    .ht-team-member{
        margin-bottom: 2em;
    }
}

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

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

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


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

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

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

    .newsletter-form-box{
        margin-top: 2em;
        margin-bottom: 2em;
    }

    #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-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-descmore a{
	 font-size: 2vw;
    padding: 9px 25px;
	}
    .ht-slide-cap-title{
        font-size: 24px;
        font-size: 4vw;
        margin-bottom: 10px;
    }

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

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

    #secondary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }
    .upper-featured p {
        padding:0;
    }
    .about-content-box {
        padding: 25px 10px;
    }
    #ht-about-us-section .ht-section-tagline {
        font-size: 16px;
    }
    .upper-header {
        background:none;
        background: #262626; 
    }
    .testimonial-contentbox {
        padding: 25px 20px 15px;
         margin: 100px 4px 4px;
    }
  
  
    #pricing-page .plan-amount {
        font-size: 40px;
    }
    #ht-masthead .header-bottom {
        border:none;
        background: none !important;
    }
    .upper-header, .home .upper-header {
        padding:0;
    }
    .header-right-box {
        margin-bottom: 10px;
    }
    .ht-title-wrap:after {
        bottom: 7%;
    }
    #testimonials-section p {
        padding:0 5px;
    }
    .ht-blog-date{
		right:0;
	}
	.newsletter-form-box input[type="submit"]{
		margin-top:10px;
	}
    .ht-slide-cap-descmore a:after {
        border:none;
    }

    #quote-carousel .carousel-control.left{
        left:0;
    }
    #quote-carousel .carousel-control.right{
        right: 0;
    }
    #ht-appintment-section .boxborder{
        text-align: right;
    }
    #ht-appintment-section .appoint-rightblock{
        top: 0;
        position: relative;
    }
    #featured-content-section .ht-section-title-tagline{
        margin-top: 0;
    }
    .prevnextbox{
        width: 100%;
    }
    #ht-newslatter-section h2.lz-newslatter-heading{
        font-size: 27px;
    }
     #ht-newslatter-section input[type="submit"]{
        position: relative;
        top:0;
    }
    #ht-newslatter-section .newslettersign-box {
    padding: 1em !important;
    }

}

@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-counter-wrap{
        margin-left: 0;
    }

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

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

@media screen and (max-width: 480px){
    .ht-team-member,
    .ht-counter{
        width: auto;
        float: none;
    }


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

/* Testimonial slider css */
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.carousel-indicators li{
    background-color: #6963635c;
    border: 1px solid #6963635c;
}



/* ------------------------------
GALLARY HOMEPAGE CSS 
---------------------------------*/
#ht-gallery-section .ht-section-title-tagline h4.subtitie{    
    font-size: 20px;
    margin-bottom: 10px;
}
#ht-gallery-section .titlebor {
    width: 2%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}

#ht-gallery-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    left: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}

#ht-gallery-section .titlebor:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -30px;
    bottom: 0;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
#ht-gallery-section{	
    padding: 4em 0;
}

span.roll .fa {
    color: #777777;
    font-size: 26px;
    position: relative;
    z-index: 9999;
}
#ht-gallery-section .lz-gallery-images{
    margin: 0;
}
section#ht-gallery-section .ht-gallery-member-image img {   
    width: 100%;
    position: relative;
}
#ht-gallery-section .ht-section-tagline {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;    
    position: relative;
    top:10px;
}

.ht-gallery {
    width: 350px;
    display: inline-block;
    height: 250px;
    overflow: hidden;
    border: 1px solid #fff;
}
.ht-gallery-wrap{
    background-size: cover;
    height: 250px !important;
    background-position: center center;
}
.ht-gallery-wrap img {
    position: absolute;
    width: 350px;
    overflow: hidden;
    display: none;
}
a.ht-portfolio-image {
    position: relative;
    top: 10px;
    left: 43%;
    top: 40%;
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
section#ht-gallery-section .ht-gallery-member-image img {   
    width: 100%;
	position: relative;
}
section#ht-gallery-section .gallery-wiki-column{
	margin:5% 0 0 0;
}

.lz-gallery-images a img{
	position: relative;
}



.lz-gallery-images a{
    display: block;
    position: relative;
}

.innerpage-whitebox .ht-gallery-member-image img {
    height: 210px;
    width: 100%;
    position: relative;
}
.innerpage-whitebox .ht-gallery-member-image{
	margin-bottom: 30px;
}
span.roll h6{
    text-transform: capitalize;
    font-size: 20px;
    color: #2b2b2d;
    margin-top: 35px;
     z-index: 9999;
}
span.roll p{
color: #5c5d5f;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 24px;
}
.lz-gallery-images:hover span.roll{
	display:block;
		
}
span.roll {
    background: center center no-repeat #4096df;
    position: absolute;
    text-align: center;
    line-height: 210px;
    width: 75%;
    z-index: 200;
    height: 75%;
    padding: 7.5% 0%;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0.7;    
    overflow: hidden;

}


/*==============================
########### @media  screen #########
===================================*/

@media screen and (min-width: 320px) and (max-width: 800px){
	.ht-blog-post:nth-child(3n+1){
		border:none;
	}
	#quote-carousel:before{
		display:none;
	}
	#quote-carousel:after{
		display:none;
	}
    .team-thumb img {
    height: 150px;
    width: 150px;
	margin:0 auto;

    }
	.ht-slide-caption{
	width: 50%;
    top: 60%; 
	}
	.ht-slide-cap-title.animated.fadeInDown {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 2px;
	}
	.ht-slide-cap-desc.animated.fadeInDown {		
		padding: 2% 0%;
		font-size: 11px;	
		line-height: 18px;
         margin-top: 0px;
	}
	.ht-slide-cap-descmore {
        margin-top: 0px;
       padding: 1.5% 0;
	}
/*	
	#ht-about-us-section img{
		left:0;
	}*/
	
	#pricing-page .pricebox .ht-plan-block{
	   padding-top: 220px;
	}
	#pricing-page .ht-princing-icon{
	  height: 260px;
	}
     #ht-newslatter-section input[type="submit"]{
        position: relative;
        top:0;
    }
    #ht-newslatter-section .newslettersign-box {
    padding: 1em !important;
}
}



@media screen and (min-width: 1440px){
	.ht-slide-caption{
		left:30%;
	}
}

@media screen and (min-width: 320px) and (max-width: 1024px){
    
    .ht-team-member .ht-team-designation{
        padding: 0;
    }
    .contact-border .mailto a, .contact-border .data {
        font-size: 13px;
    }
    .contact-border .themetext {
        font-size: 12px;
    }
    #testimonials-section .overlay {
        padding: 4em 0 3.5em;
    }
    #quote-carousel .carousel-control.left{
        left: 0;
    }
    #quote-carousel .carousel-control.right{
        right: 0;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px){
    .teamborder {
        width: 93%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    #ht-countdown-section .countdown-right img {
        top:93px;
    }
    .col-md-3.col-sm-6.col-xs-12 .teamborder{
            height: 335px;
            width: 87.80%;
    }
    .col-md-4.col-sm-6.col-xs-12 .teamborder {
        height: 460px;
        width: 293px;
    }
    .col-md-6.col-sm-6.col-xs-12 .teamborder {
    height: 660px;
    width: 93.90%;
    }
.col-md-12.col-sm-6.col-xs-12 .ht-title-wrap {
    padding: 3% 10% 3%;
}
.col-md-12.col-sm-6.col-xs-12 .ht-title-wrap:after {
     bottom: 5.80%;
}
.col-md-12.col-sm-6.col-xs-12 .ht-team-member-image img {
    height: 100%;
    height: 550px;
}
.col-md-12.col-sm-6.col-xs-12 .teamborder {
        height: 550px;
    width: 96.90%;
}
 
    #ht-masthead .header-right-box .data span, #ht-masthead .header-right-box .mailto span {
            font-size: 13px; 
    }
    .ht-slide-caption {
        top: 63%;
    }
    .ht-slide-cap-descmore a:after {
        left: 4.8%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
    .ht-slide-cap-descmore a:after {
        left: 6.4%;
    }
}
@media screen and (max-width: 768px){

.newsletter-form-box input[type="submit"]{
    left: 0px;
}
.lower-header {
    box-shadow:none;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){

.upper-header {
    text-align: center;
}

.header-menu-box {
    text-align: center;
}
.ht-team-member .ht-team-designation{
    padding: 0 15px;
}
.newsletter-form-box input[type="submit"]{
    left: 15px;
}
.sect-height-newslatter-box{
    padding: 0;
}

h1.ht-site-title a{
    text-align: center;
}
#ht-masthead .header-social-links{
    text-align: center;
    border-left: none;
}
#ht-countdown-section {
    padding: 0px 0px 166px;
}
#ht-countdown-section .countdown-right img {
    top: 0px;
}
.test-thumb {
    left: 36%;
}
.ht-section-title {
    font-size: 20px;
}
.ht-section-title-tagline h4.subtitie{
    font-size: 18px !important;
}
#featured-post-section .featured-post h5 {
    font-size: 16px;
}
#services-post-section .services-data h5 {
    font-size: 18px;
}
.lz-countdown-text {
    font-size: 20px;
}
    .ht-appintment-member-wrap {
        padding-top: 29px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .appointment-content{
        left: 0;
    }
    .facility-left-sect {
        text-align: center;
    }
    .contact-sm-links li a {
        left: 0;
    }
    .ht-slide-caption {
        width: 68%;
        top: 60%;
        left: 35%;
        margin-left: -60px;
    }
    .featured-post .sub-feat {
        padding: 0 0 0 20px;
    }
    #blog-box .ht-blog-date {
        font-size: 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 830px){

    .header-right-box{
		display:none;
	}
}
@media screen and (min-width: 376px) and (max-width: 425px){
.ht-slide-cap-title.animated.fadeInDown {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}
.ht-slide-cap-desc.animated.fadeInDown {
    font-size: 12px;
}
.ht-slide-cap-descmore{
    margin-top: 0px;
}
.ht-slide-cap-descmore a {
    padding: 10px 16px;
    outline-offset: -4px;
}
main#innerpage-box div#ht-contactus-wrap a:hover {
    color: #444;
}

}

@media screen and (min-width: 320px) and (max-width: 374px){ 
    .contact-border .mailto a, .contact-border .data {
        font-size: 10px;
    }
     #ht-about-us-section .about-content-box h3 {
        font-size: 30px;
    }
      .teamborder {
            width: 90.5%;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px){ 

    #blog-box .blog-read-more a{
      padding: 5px 15px;
    line-height: 20px;
    font-size: 10px;
    }
    .socialMedia a {
        font-size: 12px;
        padding: 5px 5px;
    }
}

.page-template-default #ht-newslatter-section{
    padding: 0;
}
/*-----------------------
## page scroll
-----------------------------*/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 30px;
    right: 10px;   
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
	border-radius: 4px;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


/*==================================
## mob tablet Menus
===============================*/
.main-bar {    
    position: absolute !important;    
    top: 50px;
    right: 0;
}



@media screen and (min-width: 250px) and (max-width: 1000px){
.toggle-bar{
        display: none;
    }
    }
@media (min-width: 992px){
    .responsive-header-box{
        display: none;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
   
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: none;
}


}
@media screen and (min-width: 993px) and (max-width: 1920px){
    .navbar-toggler{
        display: none;
    }
    .navbar-nav{
        display: none;
    }

}


.navbar-toggler {    
    padding: 0;
    background: transparent;
}

.navicon{
    top:-30px !important;
}


@media screen and (max-width: 768px) and (min-width: 320px){
ul.nav.navbar-nav {
    padding-left: 0;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #ffffff;
}
}


.header-nav ul{    
    list-style: none;
}
.header-nav li{
    display: inline-block;
}

.header-nav li {
    float: left;
    position: relative;
    padding: 0;
    margin-right: 5px;
}

.header-nav li a {   
    border: 1px solid transparent;
    font-size: 14px;
}
.header-nav  .sf-arrows .sf-with-ul {
    padding-right: 2em;
    border: none;
}
.header-nav ul.sub-menu li a{
      border:none;

}

.header-nav ul ul li {
    float: none;
  
}


.ht-site-header ul.sub-menu li {
    display: block !important;
    margin: 1px !important;    
}
.ht-site-header ul.sub-menu li a {
    font-weight: normal;
    line-height: 25px;
    font-size: 15px;   
}


.header-nav a {
    display: block;
    text-decoration: none;
    /*color: #fff;*/
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    padding: 12px 33px;
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
