/*
Theme Name: Nikhar Spa Salon Pro
Theme URI: luzuk.com/demo/nikhar-spa-salon-pro
Author: Luzuk
Author URI: http://www.luzuk.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nikhar-spa-salon-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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    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-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: #2d2d2d;
    opacity: 0.6;
}

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

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

select {
    border: 1px solid #EEE;
    width: 100%;
    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: 20px !important;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: inline-block;   
    margin: 0 0 25px;
}

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

.widget-area .widget ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}
.widget-area .widget ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-area .widget ol li {
    position: relative;
    padding-left: 50px;
    min-height: 45px;
    padding-top: 4px;
}

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

.widget-area .widget ul li:before {
    content: "\f0a9";
    font-family: 'Fontawesome';
    margin-right: 8px;
}.

#sidebars .social-profile-icons ul li{
    list-style: none;    
}
#sidebars .social-profile-icons ul li:before{
display: none;
}

#sidebars .social-profile-icons ul li i{
    background: #f38381;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
}

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

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


.widget-area textarea{
    height: 100px;
}

#sidebars input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 ;
}
#sidebars input::-moz-placeholder { /* Firefox 19+ */
  color: #000 ;
}
#sidebars input:-ms-input-placeholder { /* IE 10+ */
 color: #000 ;
}
#sidebars input:-moz-placeholder { /* Firefox 18- */
  color: #000 ;
}

/*#sidebars .widget-area input[type="text"]::placeholder, 
#sidebars .widget-area input[type="email"]::placeholder, 
#sidebars .widget-area input[type="url"]::placeholder, 
#sidebars .widget-area input[type="password"]::placeholder, 
#sidebars .widget-area textarea::placeholder{
    color: #000 !important;
}*/

#sidebars input.wpcf7-submit{
    border: none !important;
    padding: 5px 10px;
}

 #sidebars .widget_search input{
    font-size: 14px;   
 }
  #sidebars .widget_search input[type="submit"]{
     border: none;
     margin-top:5px;   
     font-size: 14px;   
  }

#sidebars input, textarea, select{
    /*color: #000;*/
    border: 1px solid #000 ;
    padding:5px;
}

#sidebars label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

#sidebars .widget-area textarea{
    /*color: #000;*/
    border: 1px solid #000;
}

.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;
}
ul.product_list_widget li:before{
    display: none;
}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
#secondary{
}

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

.bypostauthor {
    display: block;
}

.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}
#content-box a :hover{
    color:#2d2d2d;
}
#content-box a i{
    color: #fff;
}
#commentsAdd input[type="submit"]{   
    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 input[type="submit"]:hover{
    background: #000;   
}
.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 !important;
    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: 13.33%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*================
## gallery page
========================*/

#ht-gallery-section .gallerybox{
    display: none;
}
#content-box .ht-gallery-member{
    display: none;
}

#content-box .lz-gallery-images, .gallery-img{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.gallerybox{
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.gallerybox:before{
    content: "";
    width: 100%;
    height: 100%;    
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease 0s;
}
.gallerybox:hover:before{ opacity: 1; }
.gallerybox:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0.4;
    display: none;
    transform: scale(2);
    transition: all 0.2s ease-out 0s;
}
.gallerybox:hover:after{
    display: block;
    transform: scale(1);
}
.gallerybox img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.gallerybox .box-content{
    padding: 7px 0;
    text-align: right;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.gallerybox .title{
    display: block;
    font-size: 22px !important;
    font-weight: 700;
    color: #fff;    
    letter-spacing: 1px;
    margin: 0 0 3px 0;
  /*  opacity: 0;*/
    text-align: center;
    transform: translateY(-50px);
    transition: all 0.4s ease 0.2s;
}

.gallerybox:hover .title{
    opacity: 1;
    transform: translate(0, 0);
    text-align: center;
}

.gallerybox .icon li:before{
    display: none;
}
.gallerybox .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease 0.2s;
}
.gallerybox:hover .icon{ opacity: 1; }
.gallerybox .icon li{
    display: inline-block;
    margin: 0 10px;
    transform: translateY(-400%);
    transition: all 0.3s ease 0s;
}
.gallerybox:hover .icon li{ transform: translateY(130%); }
.gallerybox:hover .icon li:first-child{ transition-delay: 0.2s; }
.gallerybox:hover .icon li:last-child{ transition-delay: 0.4s; }
.gallerybox .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #20b8fe;
    font-size: 20px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    animation: innerbeat 8.2s infinite linear forwards;
}

.gallerybox .icon li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.gallerybox .icon li a:hover{
    text-decoration: none;
   
    transform: rotate(30deg);
}
@media only screen and (max-width:990px){
    .gallerybox{ margin-bottom: 30px; }
}


/*===================
## faqs page
========================*/
.innerpage-whitebox .faq-area.pd-0 {
    margin-bottom: 5px;
}
.innerpage-whitebox .faq-area button.accordion {
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding: 15px 0;
  margin: 0;
 background-image: linear-gradient( 45deg,#f38381 95%,#000000 5% );
  border-radius: 0 15px 15px 0;
 }
.innerpage-whitebox .faq-area button.accordion.active, button.accordion:hover {
    opacity: 1;
}
.innerpage-whitebox .faq-area button.accordion:before {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 15px;
    color: #ffffff;
    float: right;
    position: absolute;
    top: 17px;
    right: 32px;
    font-weight: normal;
}
.innerpage-whitebox .faq-area button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
}
.innerpage-whitebox .faq-area div.panel {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    border-radius: 0px;
    border: 2px solid #ccc;
    border-top: 0;
    border-radius: 0 5px 15px 0;
}
.innerpage-whitebox .faq-area div.panel.show {
    opacity: 1;
    max-height: 1000px;  
}
.innerpage-whitebox h6.faq-title {
    padding: 0 40px 0 20px;
    margin: 0;
    font-weight: 700;
    line-height: 28px;
    word-break: break-word;
    font-size: 18px !important;
    border-left: 4px solid #ffffff;
}
.innerpage-whitebox h6.faq-title small{
 font-weight: 700;
}
.innerpage-whitebox .faq-area.padding0 p {
    font-size: 15px;
    padding: 25px 25px 10px 25px;
    letter-spacing: 1px;
    word-break: break-word;
}

.innerpage-whitebox .faq-description {
    padding: 25px 25px 5px 25px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #585858;
}

/*--------------------------------------------------------------
## 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-top: 10px;
    padding-bottom: 10px;    
    width: 100px;
}
 .lower-header {
    background-color: #fff;
}

.overlap-header {
  /*  position: relative;
    top: 0px;*/
}
nav#ht-site-navigation ul li a:hover { 
    color: #fff;
    background: transparent;
    border-radius: 0;
}
nav#ht-site-navigation ul ul li a:hover {
    background: #ffffff;
    color: #000;
}
p.ht-site-title a {
    color: #2d2d2d;
}
#ht-masthead{   
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    background:transparent;
    /*background: #ffffff;*/
    width:100%;
    position:absolute;
}

.ht-sticky-header #ht-masthead{
    position: fixed;
    left: 0;
    right: 0;
}

.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;
}
.socialalign {
    text-align: center;
}
.ht-sticky #ht-site-branding{
    padding: 5px 0;
}

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

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

.ht-main-title{
    margin: 0 0 15px;    
    font-weight: 600;
    font-size: 28px !important;
    
}

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

.ht-site-title, .site-title{    
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;   
    font-size: 32px;
    line-height: 1;
}
/*.logobox img {
    margin: 20px 0;
}*/
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #fe5722;
}

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

.ht-site-description a{
   color: #000;    
    font-size: 14px;
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: none;
}
.single-productpage .innerpage-whitebox {
 /*   margin-top: 190px;*/
} 
.single-productpage #sidebars {
   /* margin-top: 190px;*/
}
.single-productpage .ht-main-title {
    padding: 20px;
    display: none;
}
.woocommerce ul.product_list_widget li img{
     margin:0 4px;
}
.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;
}

.lower-header .header-social-links {
    margin: 20px 0;
}
#ht-masthead input[type="search"]::placeholder {
    color: #fff;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.textcenter{
    text-align: center;
}

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

section{
    background: #FFF;
}
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: 4em;   
	text-align:center;
}

.ht-section-title{
    font-size: 45px;
    font-weight: lighter;    
    color: #ffffff;    
    letter-spacing: 1px;    
    font-weight: bold;
    display: inline-block;
}

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

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

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

.menu-content ul{
    margin: 0 0 0 20px;
    padding: 0;
}
.menu-content li{
    float: left;
    position: relative;
    list-style: none;
}

.menu-content li a {
    display: block;
    padding: 18px 18px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


h1.ht-site-title a {
    color: #EC5598;
}

.header-right-box {
    color: #ffffff;
    font-size: 15px;   
}
#ht-site-navigation{  
    padding:0px 0 0 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.header-right-box .header-phone, .header-right-box .header-email {
    color: #ffffff;
    font-size: 15px;
}
.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:0;
}

.ht-main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;    
    line-height: 36px;
    padding: 0;   
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;    
    padding: 10px 25px;
}
.ht-main-navigation a:hover {
    
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 74%;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 15px;
    border-top: 2px solid #2d2d2d;
    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;
    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: 20px; 
}

.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-main-navigation li.current_page_item a {   
    color: #fff;
    background: transparent;
    border-radius: 0;
}
#ht-masthead input[type="search"]{
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px;
    padding-right: 80px;
    height: 35px;
    color:#fff;
}
#ht-masthead input[type="submit"]{
        position: absolute;
    right: 21px;
    top: 4px;
    padding: 0 10px;
    background: none;
    z-index: 2000;
}
#ht-masthead span.sb-icon-search {
    position: absolute;
    right: 25px;
    top: 4px;
    color:#fff;
}
#ht-masthead ul.header-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
#ht-masthead ul.header-menu-links li{
    float: left;
    padding-right: 15px;
}
#ht-masthead ul.header-menu-links li i {
    margin-right: 8px;
    font-size: 20px;
}
#ht-masthead ul.header-menu-links li.mailto a{
    color: #fff;
    font-size:15px;
    font-weight: 400;
}
#ht-masthead ul.header-menu-links li.themetext {
    float: left;
    padding: 0 15px;
    color:#fff;
    font-size:15px;
    font-weight: 400;
}
#ht-masthead .header-about-theme {
    padding: 0px;
    background: #fc856d;
    border-radius: 0px 0px 0px 0px;
}
#ht-masthead .header-social-links a span:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-masthead .header-social-links span {
    color: #4c4c4c;
    font-size: 16px;
    padding: 7px;
    border: 1px solid #4c4c4c;
    border-radius: 50%;
    border-radius: 50%;
    line-height: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.upper-header {
    margin:8px 0;
}
#ht-masthead .header-box {
    -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
    background: #fc856d;
    padding:18px 25px 22px;
   
}

.lower-header .contact-border {
    text-align: right;
}
.contact-border .themetext{
   font-style: italic;
   font-size: 20px;
}
.contact-border .themetext {
    color: #fff;
}
.contact-border .themedata {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

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

.ht-slide-cap-desc.animated.fadeInDown {
    font-size: 24px;
    font-weight: 400;
}
.ht-slide-cap-title{
    padding: 8px 5px;
    font-size:75px;
    font-weight: 600;
    letter-spacing: 1px;
     line-height: 1.2; 
}
.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: #a7a4a4;  
}

.ht-slide-caption{
position: absolute;
    top: 65%;
    left: 50%;
    width: 50%;
    margin-left: -610px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.ht-slide-cap-title{     
    line-height: 1.2;    
    letter-spacing: 2px;    
    letter-spacing: 1px;
}

.ht-slide-cap-descmore{	
	margin-top: 20px;
    margin-left: 10px;
}
.ht-slide-cap-descmore p{
    margin: 0;
}
.ht-slide-cap-descmore a p{
    margin: 0;
}
.ht-slide-cap-descmore a{
    border-radius: 1px;
    padding: 15px 40px;
    font-size: 18px;
    display: inline-block;   
    background: transparent !important;
    border: 1px solid #ffffff ;  
    color: #fff;
}
.ht-slide-cap-descmore a:hover{
    color: #fff;
    opacity: 0.8;
    background: #000;       
   
}
.ht-slide-cap-title span{
    display: inline-block;
    padding: 8px 15px;    
}

.ht-slide-cap-desc{    
    line-height: 1.4;    
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    padding: 0;   
    padding-bottom:5px;
}
.ht-slider-highlighttext {
    font-size: 40px;
    text-align: center;
    font-family: 'Dancing Script', cursive !important;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
     height: 40px;
    width:40px;
    margin-top:10px;
  
}

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

#ht-home-slider-section .bx-wrapper .bx-prev{
    background: url(images/prev1.png) no-repeat center #f58581;
    left: 15px;
    background-size: 12px;     
}


#ht-home-slider-section .bx-wrapper .bx-next{
    background: url(images/next1.png) no-repeat center #f58581;
    right: 15px;   
    background-size: 12px;      
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section ul li:before {
   content: "\f101";
    font-family: 'Fontawesome';
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}
section#ht-about-us-section img {
    width: 100%;
}
#ht-about-us-section{  
}
#ht-about-us-section .ht-section-title{
	padding:0;
}
#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 .ht-section-title-tagline{
	text-align:left;
	margin-bottom:0;
}
.ht-about-sec, .ht-text-block-sec{
    width: 54%;
    padding-right: 30px;
}

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

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

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

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

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

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

.ht-progress-bar-length{
    background: #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%}
/*--------------------------------------------------------------
## Sticky Section
--------------------------------------------------------------*/
#sticky-section {
    position: fixed;
    top: 220px;
    right: 0px;
    width: 85px;
    background-color: #fcb204;
    padding: 10px;
    word-wrap: normal;
    z-index: 2000;
}
.sticky-post-wrap {
    margin: 0;
    padding: 0;
}
.sticky-icon span {
    font-size: 26px;
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-weight: normal;
}
#sticky-section h5 {
    text-transform: uppercase;
    color: #485154;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.sticky-icon span:hover {
    color:#000;
}
#sticky-section h5:hover{
    color:#000;    
}


/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/
.ht-section-tagline.lz-facility-text.feature-border {
    text-align: left;
}
.ht-section-tagline.lz-featured-text.feature-border {
    text-align: left;
}
.facility-excerpt {
    color: #4f4f4f;
    font-size: 15px;   
}
#facility-content-section .facility-icon{
    font-size: 45px;
    color: #fc856d;
    background: none;
    border: 2px solid #000;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    margin:30px auto 20px;
    line-height: 115px;
    
}

#facility-content-section .facility-icon span{
    transform: rotate(-45deg);
}


#facility-content-section .facility-icon:hover{
    transform: rotateZ(410deg);
}
#facility-content-section h5 {
     padding: 0;
    font-weight:400;
    margin: 0;
    margin: 25px 0;
    font-size: 27px;
}

#facility-content-section .lz-facility-subheading {
    margin-top: 15px;   
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}
/*===========*/
#facility-content-section{    
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#facility-content-section .container{
    position: relative;
    overflow: hidden;
}

#ht-facility-section .facility-img{
    width: 100%;
    border: 8px solid #bbb;
}

#ht-facility-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-facility-section  ul li {
    background: url(images/list-ico.png) no-repeat;
    padding: 4px 0 4px 47px;
    margin: 10px 0;
}

#ht-facility-section .facility-box {
    padding-top: 2em;
}

.facility-sec{
    position: relative;
    padding: 30px 0 0 0;
    margin-bottom: 10px;

}

.facility-sec:after{
background: #000000;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.facility-post{
border-right: 1px solid;
padding: 10%;
}
#facility-content-section .facility-post-boxes {
    margin-right: -16px;
    padding-bottom: 0;
}
#facility-content-section .ht-section-title-tagline{
    margin-bottom: 2em;
}
#facility-content-section .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}
#facility-content-section .titleicon:before, 
#facility-content-section .titleicon:after{
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#facility-content-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
#facility-content-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}

#facility-content-section svg.bg-circle{
    position: absolute;
    right: -12px;
    top: -166px;
    width: 56%;
    height: 36%;
    z-index: -1;

}
@media only screen and (max-width: 768px){
    #facility-content-section svg.bg-circle {
    position: absolute;
    right: -1px;
    top: -369px;
    width: 59%;
    height: 27%;
    z-index: -1;
    }

}
@media only screen and (max-width: 990px){
    #facility-content-section svg.bg-circle {
    position: absolute;
        right: -36px;
        top: -166px;
        width: 65%;
        height: 30%;
        z-index: -1;
    }
}




.facility-box .ht-section-tagline {
    font-size: 16px;
}

.facility-content-bg {
    background: #ff9480;
    padding: 60px 50px;
}
#facility-content-section .lz-facility-Subtext {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
}
.facility-bg {
    opacity: 0.9;
}
.lz-facility-text {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
#facility-content-section .readmore{
    margin-top: 30px;
}

#facility-content-section .readmore a {
    margin: 0 auto;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    top: 10px;
    background: #ff9480;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 20px;
}
#facility-content-section .readmore a:hover {
    border:none;
    border-bottom: 3px solid #fff;    
    color: #fff;
}
#facility-content-section .description {
    font-size: 14px;   
}
.lz-facility-text ul {
    list-style: none;
    margin: 0;
}
.lz-facility-text ul li {
    font-size: 20px;
}
.lz-facility-text ul li i {
    margin-right: 10px;
    font-size: 24px;
    padding: 15px 16px;
    margin: -10px 15px 9px 0;
    border-radius: 42px;
    color: #fff;
    font-size: 22px;
    float:left;
}
.facility img{
    width:100%;
    height:100%;
    box-shadow: 6px 6px #989898;
}
.facility-box .heading {
    font-weight: 400;
    font-size: 19px;
    margin-top: 20px;
    display: block;
}
.facility-box .service-text{
    font-weight: 400;
    font-size: 16px;    
    margin-left: 70px;
}
.ht-facility-post {
    position: relative;
    z-index: 99;
}
.ht-facility-post-wrap {
    position: relative;
}
.ht-facility-post-wrap:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 28px;
    bottom: 34px;
    width: 2px;
}

@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
--------------------------------------------------------------*/
#services-post-section {
    background: #fff;   
        position: relative;
    z-index: 90;
    overflow: hidden;
}

#services-post-section .lz-services-subheading {    
    font-size: 15px;   
    color: #2b2b2b;   
    line-height: 28px;
}

section#services-post-section .titleicon{
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}
section#services-post-section .titleicon:before, section#services-post-section .titleicon:after{
    content: "";
    position: absolute;
    height: 5px;    
    border-top: 1px solid #898989;
    top: 15px;
    width:85px;
}
section#services-post-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
section#services-post-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}
#services-post-section .services-post  {
    margin-bottom: 20px;
    padding:10px;
    position: relative;   
}

 #services-post-section .services-post:hover .services-data h5{
    color:#fb856d;;
}
 #services-post-section .services-post:hover .services-cost{
    color:#000;;
}

#services-post-section .services-icon img {
   margin: 0 auto;     
    position: relative;
    width: 100%;      
}

#services-post-section .services-data h5 {
    padding: 10px;
    font-weight: bold;
    color: #464e54;
    margin: 0;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: -10px;
    background: #ccc;
    z-index: 50;
    width: 80%;
}

#services-post-section .services-data h5:after {
    border-color: #e8ae00  #e8ae00 transparent transparent ;
    border-width: 10px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
}

#services-post-section .services-cost {
    font-size: 15px;
    color: #fc856d;
    background: #fff;
    padding: 10px 2px;
    position: relative; 
}
#services-post-section .lz-services-text {
    font-size: 18px;
}

section#services-post-section .services-icon a{
    display: block;
    position: relative;
}

section#services-post-section .services-icon a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #f18681;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;   
}

section#services-post-section .services-icon:hover a:after{
    width: 100%;
}


section#services-post-section svg.bg-circle{
     position: absolute;
    right: 0;
    top: -108px;
    width: 650px;
    height: 111%;
    z-index: -1;

}

/*========================
## services Inner page
==========================*/
.post-slided{
    margin:0;
    position:relative;
    background:#fff;
    border: 1px solid #f38381;
    margin-bottom: 2em;
}
.post-slided .post-img{
    position: relative;
    overflow: hidden;
}
.post-slided .post-img img{
    width: 100%;
     height: 250px; 
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slided:hover .post-img img{
    transform: scale(1.08);   
}
.post-slided .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.6;
    background: #333;
    transition: all 0.30s ease;
    display: none;
}
.post-slided:hover .over-layer{
   display: block;
}
.post-slided .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slided .post-link li:before{
    display: none;
}
.post-slided .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slided .post-link li a{
    color:#fff;
    font-size:30px !important;
}

.post-slided .post-link li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -50px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.post-slided .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slided .post-date{
    position:absolute;
    top:10%;
    left:4%;
}

.post-slided .post-content{
    padding:15px;
}

.post-slided .post-title{
    margin:0 0 10px 0;
}
.post-slided .post-title{
    font-size:18px !important;
}
.post-slided .post-title a{
    font-size:18px !important;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slided .post-title a:hover{
    text-decoration: none;
    color:#ff8b3d;
}
.post-slided .post-description{
    font-size: 14px !important;
    line-height:24px;
    color:#808080;
}
.post-slided .read-more{
    color:#333;
    font-size:15px;
    font-weight:bold;
    text-transform:capitalize;
    position: relative;
    transition: color 0.20s linear;
}
.post-slided .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}
.post-slided .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #ff8b3d;
    transition: all 0.30s ease;
}
.post-slided .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    /*.post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }*/
}

#content-box .services-post{
    display: none;
}
#services-post-section .post-slided{
    display: none;
}

/*--------------------------------------------------------------
## Featured Product slider
--------------------------------------------------------------*/

/* Catalogue slider Start */
.slider {
    width: 100%;
    position: relative;
    height: 430px;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 50px 0 0 0;
    top: -50px;
}
.slider::-webkit-scrollbar {
  display: none;
}
.slider .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.slider .slide-item {
 margin-right: 0px;
 width: 250px;
 margin-left: 5px;
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl {
  text-align: center;
  margin-top: 5px;
}
.ctrl-btn {
    font-size: 10px !important;   
    background: none;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #9e9e9e;
    position: absolute;   
    margin-top: -60.5px;    
    height: 23px;
}
.ctrl-btn:hover{
    color:#000;
    background: none;
}
/*
.ctrl-btn.pro-prev {
  left: 0;
}
*/
.ctrl-btn.pro-next {  
    right: 25px;
    position: absolute;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 0;
    
}
.ctrl-btn.pro-prev {
    right: 50px;
    position: absolute;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 0;
}

/*--------------------------------------------------------------
## Featured Product Section
--------------------------------------------------------------*/
#featured-product-section {      
        background: #fef2f2;
    }
#featured-product-section .lz-featured-product-heading {
    color: #fff;   
}

#featured-product-section .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}
#featured-product-section .titleicon:before, 
#featured-product-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#featured-product-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
#featured-product-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}
.total-product-title-wrap h6 {
    text-align: center;
    text-transform: capitalize;
    color: #fff;  
    font-size: 27px;
    margin: 20px 0;
    font-weight: 400;
}
#featured-product-section .lz-featured-product-subheading {
    margin-top: 15px;   
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 25px;
}

#featured-product-section .owl-theme .owl-nav{
    display: none;
}
#featured-product-section .owl-theme .owl-dots{
    display: none;
}

#recent-porduct .price del span.woocommerce-Price-amount{
     color:#000;
    font-weight: 400;
}
#recent-porduct .price ins span.woocommerce-Price-amount{  
    font-weight: bold;
    font-size: 24px;
    background: transparent !important;
    margin-left: 5px;
}

#recent-porduct .price ins{
    background: transparent !important;
}
#recent-porduct .price ins .woocommerce-Price-currencySymbol{
    font-size: 28px;
}
#recent-porduct .price{
    margin-bottom: 10px;
}


#recent-porduct .add-to-cart a {   
   padding: 10px 20px;   
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;   
    background-color: #f38381;
    font-weight: bold;
    color: #ffffff;
  
}
 #featured-product-section #recent-porduct{
    border: 1px solid transparent;
 }
 #featured-product-section #recent-porduct:hover{
    border: 1px solid #000;
 }


/*end*/
.ht-featured-social-id i {
    background: #ccc;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
}
.featured-product a {
    font-size: 15px;
    text-transform: uppercase;
}

.featured-product .ht-featured-social-id {
    display: none;
    position: absolute;
    bottom: 23%;
    border-bottom: 5px solid;
}
.ht-featured-social-id i:hover {   
    color: #fff;
}
section a:hover, a:active {
    text-decoration: none;
}
#recent-porduct .add-to-cart {
     display: inline-block;
    margin: 18px auto 10px;
}
#recent-porduct .add-to-cart:hover {
    background:#171717;
}
.woocommerce a.button:hover {
    background:#171717;
}
.woocommerce ul.products li.product:hover .button:hover {
    border:1px solid #171717;
    background:#171717;
}
.featured-product a {
    font-size: 15px;
    text-transform: uppercase;
}
.add-to-cart a {
    color: #fff;
}

#featured-product-section .total-product-title-wrap {
    text-align: center;
    background-color: #fff;
    border-top: none;  
    padding:20px 0;
    color: #000;
}
.featured-product {
    margin-bottom: 30px;
}
#featured-product-section .pro-img img {
   height: 273px;
    width: 100%;
    position: relative;
}
#featured-product-section .featured-product:hover img{
-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
 
}

.woocommerce .tagcloud a{
    font-size: 12pt ;
}

.widget-area .tagcloud a{
    font-size: 10pt;
}

main#innerpage-box .tagcloud a{
   font-size: inherit !important
}

main#innerpage-box .widget-area .tagcloud a {    
    font-size: 23px;
}
/*--------------------------------------------------------------
## Banner Section
--------------------------------------------------------------*/
#banner-content-section {
    background: #fff;
    padding: 4em 0 2em;
}
#banner-content-section .lz-banner-heading {
    color: #222222;  
}
.banner-ing-box {
    position: relative;
    overflow: hidden;
}
.bannerbox{
    color: #FFF;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    margin-bottom: 15px;
}
.bannerbox .bannercontentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 35px 20px;
}

#banner-content-section .lz-banner-subheading {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}

.bannerbox .lz-banner-maintitle {
    padding: 0;
    font-weight: 400;
    font-size: 52px;
    color: #ff7f7f;
    font-family: 'Mukta', sans-serif;
    line-height: 70px;
}

.bannerbox .lz-banner-text{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 62%;
}
.bannerbox .lz-banner-maintitlehightlight{
    color: #fff;
    font-size: 98px;
    font-family: 'Alex Brush', cursive;
    line-height: 100px;
    font-family: 'Dancing Script', cursive !important;
}
#banner-content-section .readmore a{
    color: #fff;
    background: #ff7f7f;
    padding: 7px 15px;
    font-size: 26px;
    border-radius: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    border:none;
    border-bottom:4px solid transparent;
}
#banner-content-section .readmore a:hover {
    border-bottom: 4px solid #ff7f7f;
    background: #000;
    font-weight: 400;
    border-radius: 0px 0px 2px 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.banner-img-box img {
    height: 435px;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.right-bannerbox {
    margin-bottom: 15px;
}
.right-bannerbox .right-databox {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    padding: 15px 35px 20px;
}
.right-bannerbox .right-databox h5{
    padding: 0;
    font-weight: 400;
    font-size: 41px;
    color: #4d4d4d;
    font-family: 'Mukta', sans-serif;
    line-height: 45px;
    margin: 10px 0 5px;
}
.right-bannerbox .right-databox span {
    color: #ff7f7f;
    font-size: 77px;
    font-family: 'Alex Brush', cursive;
    line-height: 60px;
    font-family: 'Dancing Script', cursive !important;
}
.banner-icon img {
    height: 210px;
    width: 100%;
    border: 1px solid #e4e4e4;
}

#banner-content-section .banner-readmore a{
    color: #fff;
    background: #ff7f7f;
    padding: 2px 10px;
    font-size: 25px;
    border-radius: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    border:none;
     border-bottom: 4px solid transparent;
}
#banner-content-section .banner-readmore a:hover {
    border-bottom: 4px solid #ff7f7f;
    background: #000;
    font-weight: 400;
    border-radius: 0px 0px 2px 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
/*--------------------------------------------------------------
## Add to card
--------------------------------------------------------------*/
.total-count a.button.wc-forward {
    background: none;
    border: none;
    position: relative;
    right: 19px;
}
.total-count a.button.wc-forward:hover {
    background: none;
    border:none;
}
.total-count .count {
    color: #000;
    position: absolute;
    padding: 4px;
    z-index: 300;
    top: 4px;
    right: -7px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: #00293d;
}
.total-count img {
    width: 25px;
    height: 25px;
    margin: 11px 0 0;
}
/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
section#featured-post-section img {
    width: 100%;
}
#featured-post-section{
    color: #FFF;
}

.featured-post:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: -2px;
    left: -1%;
    width: 0px;
    height: 0px;
    border-top: 4px solid;
    border-left: 4px solid;
    width: 40%;
    height: 28%;
}
.featured-post:hover:after{
    height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}
.featured-post:before{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: -2px;
    right: -1%;
    width: 0px;
    height: 0px;
    border-right: 4px solid;
    border-bottom: 4px solid;
    width: 40%;
    height: 28%;
}
.featured-post:hover:before{
height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}

.featured-post{    
    position: relative;
    border: 1px solid #cdcdcd;
    margin-bottom: 15px;
    padding-bottom: 1.5em;
    z-index: 999;
}


#featured-post-section .featured-post h5{
    padding:1em 0 0.3em;
	font-family: inherit;
	color:#363636;
}

#featured-post-section .featured-icon{
    font-size: 60px;
}

.featured-excerpt{
    padding:0;
	font-size: 16px;
	color:#363636;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#innerpage-box .team-member-designation {
    color: #9bb70d;
    font-size: 16px;
    padding-top: 10px;
    text-transform: capitalize;
}

#team-section .team-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;    
}
#team-section{
   background: #fff; 
 position: relative;
}

#team-section .ht-team-member-image{
    overflow: hidden;
}

#team-section .ht-team-member-image img{
    width: 100%;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;

}

#team-section .ht-team-member-image:hover img{

-webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}

#team-section .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}
#team-section .titleicon:before, 
#team-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#team-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
#team-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}

#team-section .right-tametext{
    padding:0 2em;
}

#team-section .ht-team-member h6{
    font-size: 21px;
}

#team-section .team-member-designation{
    font-size: 14px;

}
#team-section .right-tametext h4{
     font-size: 30px;
     font-weight: 600;
    margin-bottom: 20px;
}
#team-section .right-tametext p{
    font-size: 22px;
    font-style: italic;
    line-height: 28px;
}
#team-section .ht-title-wrap{
    padding: 20px;
}
ul.social-links{
    margin:20px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.social-links li{
    display: inline-block;
    margin: 5px;
     border: 1px solid #d4d4d4;
    width: 25px;
    height: 25px;
}

ul.social-links li a{
 font-size:16px;
}

#team-section .owl-dots{
    display: none;
}
#team-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: -175px;
    z-index: 999;
    bottom: 25%;
}

#team-section .owl-theme .owl-nav .disabled{
    opacity:1;
}

#team-section .owl-theme .owl-nav [class*=owl-]{
    font-size: 75px !important;
    margin:0 20px;
}


@media only screen and (max-width: 1000px){
    #team-section .owl-theme .owl-nav{
        margin-top: -10px;
        position: relative;
        right: 0;
        z-index: 999;
        bottom: 0;
    }

}

@media only screen and (max-width: 1024px){
      #team-section .owl-theme .owl-nav{
        bottom: 4%;
    }
    section#services-post-section svg.bg-circle{
        width: 513px;
        top: -95px;
    }

}

#team-section .item.col-sm-6 {
    width: 100%;
    padding: 0;
}
#team-section .our-team {
    display: none;
}


#innerpage-box #content-box .ht-team-member {
    display: none;
}

#innerpage-box #content-box .our-team{
    overflow: hidden;
    position: relative;
}

#innerpage-box #content-box .our-team ul.social{
    list-style: none !important;
}
#innerpage-box #content-box .our-team ul.social li:before{
    display: none;
}
#innerpage-box #content-box .our-team{
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #f38381;
}
#innerpage-box #content-box .our-team .team_img{
    position: relative;
    overflow: hidden;
}
#innerpage-box #content-box .our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f38381;
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0.2;
    transition: all 0.3s ease 0s;
}
#innerpage-box #content-box .our-team:hover .team_img:after{
    bottom: 0;
}
#innerpage-box #content-box .our-team img{
    width: 100%;
    height: auto;
}
#innerpage-box #content-box .our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #f76c5e;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#innerpage-box #content-box .our-team:hover .social{
    top: 0;
}
#innerpage-box #content-box .our-team .social li a{
    display: block;
    padding:10px;
    font-size: 15px;
    color: #fff;
}

#innerpage-box #content-box .our-team .team-content{
    padding: 20px 0;  
}
#innerpage-box #content-box .our-team .title{
    font-size: 18px;
    font-weight: bold;
    color: #2a4284;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
#innerpage-box #content-box .our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
#innerpage-box #content-box .our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
#innerpage-box #content-box .our-team:hover .title:before,
#innerpage-box #content-box .our-team:hover .title:after{
    width: 50px;
}
#innerpage-box #content-box .our-team .post{
    display: inline-block;
    font-size: 15px;
    color:  #f76c5e;
    text-transform: capitalize;
}
#innerpage-box #content-box .our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27ae61;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 990px){
    #innerpage-box #content-box .our-team{ margin-bottom: 30px; }
}
/*--------------------------------------------------------------
## 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-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 .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}

#testimonials-section .titleicon:before, 
#testimonials-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#testimonials-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}

#testimonials-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}

#testimonials-section{
    background: #ffffff;    
}

#testimonials-section .testimonial-content {
    padding-top: 20px;
}
h2.testimonial-heading.ht-section-title {
    color: #2b2b2b;
}

#testimonials-section .ht-test-member{   
    padding: 6em 5em 3em;   
    cursor: pointer;
    margin:0 2px;    
}


#testimonials-section .owl-item:nth-child(odd):after{
    background: #000000;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#testimonials-section .owl-item:nth-child(odd):before{
    background: #000000;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



#testimonials-section .owl-item:nth-child(even):after {
    background: #ccc;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#testimonials-section .owl-item:nth-child(even):before{
    background: #ccc;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#testimonials-section .owl-item:nth-child(even).item:before{
    background: transparent;
    content: "";
    display: block;
    width: 1px;
    height: 95%;
    position: absolute;
    top: 14px;
    left: 0;
    margin: 0 auto;
}


#testimonials-section .innerbor{
    background: #ccc;
    content: "";
    display: block;
    width: 1px;
    height: 95%;
    position: absolute;
    top: 14px;
    right: -20px;
    margin: 0 auto;
}


#testimonials-section .test-content {
text-align: left;
    font-size: 17px;
    line-height: 26px;
    color: #303030;
    padding-right: 50px;
    margin: 1.5em 0;

}
#testimonials-section .test-content:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 45px;
    font-weight: 800;
    color: #d0ac62;
    background: none;
    position: absolute;
    line-height: 99px;   
    left: 80px;
    top: 15px;
    border-radius: 50%;   
}
#testimonials-section  .sliderpadding{ 
  position: relative;
  

}
#testimonials-section .ht-test-member:hover .test-content:before {
    color: #3a4559;
}
#testimonials-section .ht-test-member-image img {
   height:85px !important;
    /*width:85px;*/
    margin: 0 auto;
    transition-property: background, border-radius;
    transition-duration: 1s;
    transition-timing-function: linear;    
     border-radius: 50%;
    -webkit-border-radius: 50%;  
  -moz-border-radius: 50%;
    
}
#testimonials-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 95%;
    top: 8px;
    margin: 0;    
    border-left: 1px solid;
    border-right: 1px solid;
}
#testimonials-section .owl-theme .owl-dot{
    display: none;
}
#testimonials-section button.owl-prev{
   left: -41px;
    position: absolute;
    font-size: 40px;
    background: #ccc;
    line-height: 13px;
    width: 40px;
    top: 45%;
    height: 40px;
    border-radius: 1px;
    padding: 10px !important;
    margin: 0;
}
#testimonials-section button.owl-next{
       right: -41px;
    position: absolute;
    font-size: 40px;
    background: #ccc;
    line-height: 13px;
    width: 40px;
    top:45%;
    height: 40px;
    border-radius: 1px;
    padding: 10px !important;
    margin: 0
}
#testimonials-section button:hover{
    opacity: 1;
}
#testimonials-section .owl-theme .owl-nav .disabled{
    opacity: 1;
}

#testimonials-section h6{   
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
#testimonials-section .ht-test-member:hover h6 {
    color: #3a4559;
}

#testimonials-section .text-designation {
   font-size:13px;
    color: #fff;
    position: relative;
    margin: 7px 0 30px;
}
.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 10px 30px 10px;    
}

#quote-carousel .carousel-control {
    background: #fff;
    width: 45px;
    height: 45px;
    color: #1cb9c8;
    border-radius: 5%;
    font-size: 2.3em;
    text-shadow: none;   
    z-index: 999;
    opacity: 1;
    top: auto;
    bottom: -40px;
    border-radius: 30px;
    background: none;
}
#quote-carousel .carousel-control.left {
    left: 46%;
    font-size: 18px;
    padding: 9px;
    border: 2px solid #bfbfbf;
}
#quote-carousel .carousel-control.left:hover {
    background: none;
    color: #1cb9c8;
}
#quote-carousel .carousel-control.right {
   right: 46%;
    font-size: 18px;
    padding: 9px;
    border: 2px solid #bfbfbf;
}
#quote-carousel .carousel-control.right:hover {
     background: none;
    color: #1cb9c8;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;   
    cursor: pointer;    
    border-radius: 50px;   
    overflow: hidden;
    transition: all 0.4s;
     display: none;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 12px;
    height: 12px;    
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
    display: none;
}
.carousel-inner {
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.test-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.test-thumb {
    position: absolute;
    top: -35px;
    left: 46%;
    z-index: 999;
}
#testimonials-section .owl-theme .owl-dots .owl-dot.active span{
  background:none;
  border: 1px solid #004181;
}

#testimonials-section .owl-theme .owl-dots .owl-dot span:hover{
      border: 1px solid #004181;
} 

#testimonials-section .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #9c9a9b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#testimonials-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 999;
}

#testimonials-section .lz-testimonial-subheading {
    color: #272e40;
    font-size: 14px;
    font-weight: 600;
}

#testimonials-section .innerpage-bx-testbx{
    display: none;
}
/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */
.innerpage-whitebox .ht-test-member{
    display: none;
}


div#content-box .innerpage-bx-testbx {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    background-color:transparent;
    padding-top: 88px;
    margin-bottom: 2em;
}

div#content-box .innerpage-bx-testbx .profile {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 85px;
    height: 85px;
    opacity: 1;
    border: 4px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
div#content-box .innerpage-bx-testbx blockquote {
    margin: 0 0 10px;
    padding: 10px 0 40px 20px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}

div#content-box .innerpage-bx-testbx figcaption {
    width: 100%;
    background-color: #f38381;
    padding: 25px;
    position: relative;
    color: #ffffff;
    border-radius: 10px;

}
div#content-box .innerpage-bx-testbx h3 {
    font-size: 1.3em;
    margin: 10px 25px 15px 25px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    word-break: break-word;
}
div#content-box .innerpage-bx-testbx h3 cite{
    font-size:16px;
}
/*--------------------------------------------------------------
## Timing Section
--------------------------------------------------------------*/
section#time-address-section .lightbox {
    padding-bottom: 0;
}
#time-address-section{	
    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;
}


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


#ht-blog-section .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}

#ht-blog-section .titleicon:before, 
#ht-blog-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#ht-blog-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
#ht-blog-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}

#ht-blog-section .ht-section-title-tagline{
    margin-bottom: 2em;
}

#ht-blog-section .ht-blog-wrap .comm-date{
    margin-bottom: 20px;
}
#ht-blog-section .ht-blog-wrap .comm-date li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
}
#ht-blog-section .ht-blog-wrap .comm-date li .fa{
    margin-right: 5px;
}
#ht-blog-section {
    background: #ffffff;   
}
#blog-section {
    background: #efefef;
    padding:3em 0;
}
.lz-blog-text {   
    font-size: 16px;
}
.ht-blog-comment {
    font-size: 18px;
    margin-bottom: 0;
    color: #7f7f7f;
    padding: 15px;
}
.ht-blog-excerpt p {
    font-size: 16px;
    line-height:24px;
    margin: 0;
}
#ht-blog-section .lz-blog-subheading {
    margin-top: 15px;  
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}
.ht-blog-excerpt .post-right span {
    font-size: 14px;
    color: #83817f;
}
.ht-blog-excerpt .post-right span b {
    color: #000;
    font-weight: normal;
}
.ht-blog-post .box-panels {
   margin-bottom: 15px;  
   background: transparent;
}
.ht-blog-post .blog-img{
    width: 100%;
    height:auto;    
}
.ht-team-member-image img{
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
}
.ht-team-member-image:hover img{
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.ht-blog-post{
    margin-bottom: 60px;
}

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

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

.ht-blog-thumbnail a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

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

#ht-blog-section .lz-blog-heading{
    color: #222222;  
}
#ht-blog-section .blog-Info .blogcontent{
    position: relative;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0px;
}
#ht-blog-section .ht-blog-post  h5 {       
    font-weight: 400;   
    margin: 10px 0;
    font-size: 27px;
}
#ht-blog-section .ht-blog-post  h5 a{
    color:#444;
}
#ht-blog-section .ht-blog-excerpt {
    padding: 0;
    position: relative;
}


.ht-blog-date {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    padding: 10px;
    background: #ea70a1;
}
.blog-admin span {
    text-transform: uppercase;
    font-size:14px;
    color:#a6a6a6;
} 
.blog-admin {
    border-right: 2px solid #cdcdcd;
}
#blog-box .ht-blog-date {
font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px;  
    font-weight: 400;
}
#blog-box .blog-read-more {
    position: relative;
    bottom: 0px;
    right: 0;
}

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

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

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

.post-right .blog-read-more a:hover{
    color: #fff;   
    background: #000;    
    color: #fff;    
}

.post-right .blog-read-more a{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
    font-weight: bold;
}
/*--------------------------------------------------------------
## 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 a{
    padding: 15px 30px;
    display: inline-block;   
    color: #fff;   
    border-radius: 50px;
}


.socialMedia{
    width: 100%;
    text-align: right;
    margin: 40px 0 20px 0;
}
.ht-main-navigation li.current_page_item ul li a{
    color:#fff;
    background:none;
}
.socialMedia a{
    font-size: 20px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #eee;
    padding: 5px 10px;    
}

.socialMedia a:hover{
    background: none;
    border: 2px solid #3a3a3a;
}
/*--------------------------------------------------------------
## 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);
}



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

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



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
div#copyright-note span {   
    font-weight: normal;   
}


footer#ht-colophon ul li a {
    text-transform: capitalize;
}
.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: 15px;
    color: #949494;

}
footer#ht-colophon p i{
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}
.ht-footer .textwidget .fa {
    margin-right: 5px;
}

.ht-footer ul li {
    padding: 2px 0 2px 0;
    list-style: none;
    color: #757575;
     margin-left: 14px;
}


#ht-top-footer .social-profile-icons li:before{
    display: none;
}

#ht-top-footer ul li:before {
    content: "\f0c8";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 5px;
    position: relative;
    left: -10px;
    position: relative;
    top: -3px;
    color: #8d8d8d;
}

#ht-top-footer ul li a{
    font-size: 15px;
}
.ht-top-footer ul li {    
    line-height: 22px;
}
#ht-colophon{
    background: #1b1e2d; 
    font-size: 16px;
}

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

#ht-colophon a, footer#ht-colophon ul li span.post-date{
    color: #757575;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
}

#ht-colophon .widget-title{
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}

.page-template-home-template #ht-top-footer{
   padding: 16em 0 30px;
}

#ht-top-footer{    
    color: #989898;
      padding: 2em 0 30px;
}

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

.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 li{
	background: url(images/footer-list-ico.png) no-repeat 0 8px;
    padding: 2px 0 2px 20px;
    list-style: none;
    margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;
    padding: 5px;
    margin: 1px;
}
.social-profile-icons ul li i{
background: #37333e;
    font-size: 18px;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}
.social-profile-icons ul li i:hover {
    color: #ff7f7f;
}
.ht-top-footer input[type="email"] {
    width: 100%;
    font-size: 14px;
    color: #757575;
    padding: 11px 20px;
}
.ht-top-footer input[type="submit"] {
      width: 100%;
    padding: 12px 0;
    font-size: 14px;
    background: #ff7f7f;
    color: #fff;
}

#ht-bottom-footer{      
      padding: 0px 0 5em;
    line-height: 1.2;
    text-align: center;
}
.ht-site-info {   
    margin: 40px 0;
    color: #fff;
    font-size: 15px;
    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;
}



/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/
#pricing-page .ht-plan-block:hover {
    box-shadow: 0 10px 13px rgba(33, 33, 33, 0.53);
    opacity: 0.8;
}
#ht-princing-post-section {
   background:#f4f4f4;  
}
#ht-princing-post-section .lz-plan-heading{
	color:#2b2b2b;
}
.ht-plan-block{
    background: #fff;
    padding:0 0 36px 0;
    border-radius: 10px;
}

#ht-princing-post-section .ht-princing-icon{  
    padding:30px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 36px;
    color:#fff;
}

#ht-princing-post-section .plan-amount{   
    padding:0 0 10px 0;
    font-size: 60px;
    color:#fff;
    text-align:center;
}

#ht-princing-post-section .ht-princing-excerpt{
    padding: 27px 0;

}

#ht-princing-post-section .ht-princing-excerpt ul {
    padding: 0 30px;
    margin: 0;
}


#ht-princing-post-section .ht-princing-excerpt ul li{
border-bottom: 1px solid #dadada;
list-style: none;
padding:10px 0;
color:#4d4d4d;
}

#ht-princing-post-section .ht-princing-link {

}
.ht-princing-link a
{
    background :#4d4d4d;
    padding: 15px 50px;
    color:#fff;
    border-radius: 30px
}
.ht-princing-link a:hover{
    background:#fe5722;
     color:#fff;
     text-decoration: none;
}

/*--------------------------------------------------------------
## Address Section
--------------------------------------------------------------*/

#address-box{
    padding: 2em;
}

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

/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/

#ht-appintment-section{
    position: relative;
}
#ht-appintment-section .sec-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
}

#ht-appintment-section .appintment-inner-wrap{
    padding:5em 4em 5em 0;
    height: 100%;
}

#ht-appintment-section .contact-iconbox .fa{
    color: #fff;
    background-color: #f38180;
    width: 40px;
    height: 40px;
    border-radius: 50%;
   margin:0 10px 20px 0;
   text-align: center;
   line-height: 40px;
   font-size: 21px;
}

#ht-appintment-section .contact-iconbox{
    font-size: 19px;
}
#ht-appintment-section .callnow {
    padding: 5em 3em;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    position: relative;
    margin: 5px;
}


#ht-appintment-section .callnow:before {
display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 30%;
    border-left: 4px solid #000;
}
#ht-appintment-section .callnow:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 30%;
    border-left: 4px solid #000;
}
.appointment-icon.padding0 span.fa.fa-map-marker {
    padding-left: 22px;
}
#ht-appintment-section .lz-appointment-heading{
    color: #fff;
  
}
#ht-appintment-section .color-box {
   padding:30px 0px 0px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
} 

#ht-appintment-section .box-effect {
    background: #ff947f;
    padding:3em;
}

.appointment-icon span.fa {
   font-size: 25px;
    color: #424242;
    background: #9bb70d;
    padding: 18px;
    border-radius: 50%;
    -webkit-border-radius:50%;   
  -moz-border-radius: 50%; 
    height: 60px;
    width: 60px;   
}
.appointment-content {
    font-size: 37px;
    position: relative;   
    color: #fff;
    font-weight: bold;
    line-height: 44px;
}
.appointment-contentsub {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 15px;
    padding: 0;
    margin: 0;
}

#ht-appintment-section .callnow img{
    margin-bottom: 2em;
}
#ht-appintment-section .lz-appointment-subheading {
    margin-top: 15px;   
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 25px;
}
.appointbox {
    color: #FFF;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
}
.appointbox .appointcontentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 18% 10% 20%;
}
.appointcolorbox {
    background: #fff;
    opacity: 0.8;
    padding: 60px;
    border: 10px solid #fbb5a7;
}
.lz-appointimg-subtitle1, .lz-appointimg-subtitle2, .lz-appointimg-subtitle3{
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;   
}
.lz-appointimg-title {
    font-size: 30px;
    font-weight: 600;
    color: #3e3e3e;
    margin: 20px 0;
}
.lz-appointimg-text {
    color: #313131;
    font-size: 15px;
    margin-bottom: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday{
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 35px;
}
.apointment-box .ht-appintment-member-wrap h3, .apointment-box .ht-appintment-member-wrap h2{
    font-size: 30px;
    color: #3e3e3e;
    padding: 0px 15px;
    font-weight: 600;
} 
.sect-bg {
    background: #fff;
}
.ht-appintment-member-wrap textarea {
    height: 110px;
}
.appoint-img-box img {
    width: 100%;
    height: 100%;
}
.ht-section-tagline.lz-appointment-text {
    font-size: 12px;   
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
#ht-appintment-section .ht-appintment-member-wrap {
    color: #fff;
    padding: 0;
}

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

#ht-appintment-section .ht-section-title-tagline{
    margin-bottom: 4em;
}
#ht-appintment-section .ht-appintment-member-wrap input::placeholder{
    color:#fff;
    opacity: 1;
}

.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{    
    border: 2px solid #fff;
    background: none;
    opacity: 0.8;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 10px 0;    
    padding: 0px 20px;   
    font-size: 14px;
    height: 50px
}
.ht-appintment-member-wrap select{
       outline: 0;
    border: 2px solid #fff;
    background: none;
    opacity: 0.8;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 10px 0;  
    padding: 0 20px;
    font-size: 14px;
    height: 50px;

}
.ht-appintment-member-wrap select option{
    background: #ccc;
}

.ht-appintment-member-wrap textarea {
    height: 128px;
    padding: 10px 20px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder{
    color:#000;
}

.ht-appintment-member-wrap label{
    color:#fff;
	margin:0;
}
.ht-appintment-member-wrap input[type="submit"]{   
    border:none;
    padding:10px 50px;
    color:#fff;   
}
.lz-fitness-address-lable{
	margin:20px 0 0 0;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#ht-contact-section {    
    padding: 2em 0;
    position: relative;
    overflow: hidden;
}
#ht-contact-section .contact-box{
border: 2px solid #000;
    padding: 5em 4em;
    margin: 20px 0 5em 0;
    overflow: hidden;
}

#ht-contact-section .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}
#ht-contact-section .titleicon:before, 
#ht-contact-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#ht-contact-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}

#ht-contact-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}

#ht-contact-section .callnow{
    background-color: #f38381;
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 40px;
    border-radius: 50px;
    -webkit-border-radius:50px;  
  -moz-border-radius: 50px;
    position: relative;
    line-height: 32px;
}
#ht-contact-section .callnow span{
    background-color: #f38381;
    border-radius: 50%;
    -webkit-border-radius:50%;  
  -moz-border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    left: -8px;   
    width: 83px;
    height: 82px;
    line-height: 80px;
    top: -8px;
    font-size: 44px;
    text-align: center;
}

.midix.infinite, .midix_hover.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#ht-contact-section .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#ht-contact-section .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

#ht-contact-section .emailid .fa{
    margin-right: 10px;
    font-size: 28px;
    margin-top: 2px;
}

#ht-contact-section .emailid a{
    font-size: 19px;
}

#ht-contact-section .sec-autumn img{
    width: 45px;
    height: 45px;
}
.leaf{
    position:absolute ;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.leaf div{
position:absolute ;
display:block ;
}
.leaf div:nth-child(1){
    left:20%; 
    animation:fall 15s linear infinite ;
    animation-delay:-2s;

}
.leaf div:nth-child(2){
    left:70%; 
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}
.leaf div:nth-child(3){
    left:10%; 
    animation:fall 20s linear infinite ;
    animation-delay:-7s;
    
}
.leaf div:nth-child(4){
    left:50%; 
   animation:fall 18s linear infinite ; 
   animation-delay:-5s;
}
.leaf div:nth-child(5){
    left:85%; 
    animation:fall 14s linear infinite ;
    animation-delay:-5s;
}
.leaf div:nth-child(6){
    left:15%; 
    animation:fall 16s linear infinite ;
    animation-delay:-10s;
}
.leaf div:nth-child(7){
    left:90%; 
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}

@keyframes fall{
    0%{
        opacity:1;
        top:-10%;
        transform:translateX (20px) rotate(0deg);
    }
    20%{
        opacity:0.8;
        transform:translateX (-20px) rotate(45deg);
    }
    40%{

        transform:translateX (-20px) rotate(90deg);
    }
    60%{
        
       transform:translateX (-20px) rotate(135deg); 
    }
    80%{
    
        transform:translateX (-20px) rotate(180deg);
    }
    100%{
        
        top:110%;
        transform:translateX (-20px) rotate(225deg);
    }
    }
.leaf1{
    transform: rotateX(180deg);
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
.pluses.text-right i.fa.fa-plus {
    font-size: 25px;
    margin-right: 2px;  
   position: relative;
    right: 13%;
    top: 25px;
}
.sect-height-newslatter-box {
    padding: 00px 80px 00px 70px;
}

section#ht-newslatter-section input[type="email"] {   
}
#ht-newslatter-section .newsletter-box {
    box-shadow: 0 0px 10px 0px #00000024;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0;
    padding: 15px;
    background: #ccccccc7;
}
section#ht-newslatter-section ::placeholder {
    color: #6f6d6d;
    padding: 10px;    
    font-size: 16px;
    text-transform: lowercase;
}

.ht-section-tagline.lz-newslatter-text {
    font-size: 17px;   
    text-align: left;
    font-weight: 500;
}
h2.ht-section-title.lz-newslatter-heading span {
    font-weight: bold;
    color: #2b2b2b;
}
#ht-newslatter-section{	   
    background: #f4f4f4;
}
#ht-newslatter-section .ht-section-title-tagline{
	color:#fff;
}

#ht-newslatter-section  .ht-section-title{
	padding:0;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
}
#ht-newslatter-section .ht-section-title-tagline{
	margin-bottom:18px;
    margin-left: 15px;
   margin-top: 30px;
}
#ht-newslatter-section .newsletter-form-box{    
    padding-right: 100px;
}

.newsletter-form-box input::placeholder{
    color:#fff;
    opacity: 0.7;
}


.newsletter-form-box input[type="text"], 
.newsletter-form-box input[type="email"], 
.newsletter-form-box input[type="url"], 
.newsletter-form-box input[type="password"], 
.newsletter-form-box input[type="search"], 
.newsletter-form-box input[type="number"], 
.newsletter-form-box input[type="tel"], 
.newsletter-form-box input[type="range"], 
.newsletter-form-box input[type="date"], 
.newsletter-form-box input[type="month"], 
.newsletter-form-box input[type="week"], 
.newsletter-form-box input[type="time"], 
.newsletter-form-box input[type="datetime"],
.newsletter-form-box input[type="datetime-local"], 
.newsletter-form-box input[type="color"],
.newsletter-form-box textarea{   
    border: 1px solid #d0d0d0;  
    color: #555;   
    width: 100%;
    border-radius: 5px;  
   padding: 9px 20px;
}
.newsletter-form-box textarea{
    height: 50px;
}
.newsletter-form-box label{
    color:#ffcdbd;
}
.newsletter-form-box input[type="submit"]{
  border: none;
    padding: 9px 15px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #6c8007;
    width: 100%;
    position: absolute;
    left: -80px;
    right: 0;
    top: 0;

}
.newsletter-form-box input[type="submit"]:hover{  
    opacity: 1;
    color: #fff;
}

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

.newsletter-form-box div.wpcf7-response-output{
	position: absolute;
	margin:0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

#innerpage-box{
    padding:2em 0;
    background: #eee;
}
.single-post #content-box {
    /*margin-top: 191px;*/
}
.single-post #content-box img.inner-blog-img{
    border-radius: 10px;
    width: 100%;
}
.single-post .breadcrumbbox{
    margin-bottom: 10px;
}
.single-post .ht-main-title {
    margin: 0px 0 15px;
    padding:0;
}
.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;
    list-style: none;
    font-size: 16px;
    margin: 0;
}
#content-box ul li:before {  
    content: "\f0a9";
    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: 50px;
    min-height: 45px;
    padding-top: 4px;
}

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


img.ht-page-header-img{
width: 100%;
margin-bottom: 15px;
}

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

#primary{

}



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

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


/*--------------------------------------------------------------
## Pricing Page
--------------------------------------------------------------*/
#pricing-page {
    
}

#pricing-page .ht-plan-block{   
	background-color:#fff;
    padding:0 0 36px 0;
    border-radius: 10px;   
    margin-top: 1em;
	box-shadow:0 8px 10px -6px #0000006b;
}

#pricing-page .ht-princing-icon{    
    padding:30px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 36px;
    color:#fff;
}

#pricing-page .plan-amount{   
    padding:0 0 10px 0;
    font-size: 60px;
    color:#fff;
    text-align: :center;
}

#pricing-page .ht-princing-excerpt{
    padding: 27px 0;

}

#pricing-page .ht-princing-excerpt ul {
    padding: 0 30px;
    margin: 0;
}


#pricing-page .ht-princing-excerpt ul li{
    border-bottom: 1px dashed #dadada;
    list-style: none;
    padding:10px 0;
    color:#4d4d4d;
    background: none;
    margin: 0;
}

#pricing-page .ht-princing-link {

}
.ht-princing-link a{   
    padding: 15px 50px;
    color:#fff;
    border-radius: 30px
}
.ht-princing-link a:hover{
    background:#fe5722;
     color:#fff;
     text-decoration: none;
}

#pricing-page div:nth-child(2) .ht-princing-icon{
	background:#2b2b2b;
}
#pricing-page div:nth-child(2) .plan-amount{
	background:#2b2b2b;	
}
#pricing-page div:nth-child(2) a {
	background:#2b2b2b;	
}

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

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

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

#ht-contactus-wrap  h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
    background: none;
    outline: none;
    font-size: 32px !important;
}

#ht-contactus-wrap h4.section-2ndtitle{
    font-size: 32px !important;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 0 0 30px 0;
    background: none;
    outline: none;
}


#ht-contactus-wrap input[type="checkbox"], 
#ht-contactus-wrap input[type="radio"]{
    width: auto !important;

}

#ht-contactus-wrap input{
    width: 100%;
}

#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: 1px solid #e4e4e4;
    font-size: 16px;   
    margin-bottom:30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 25px 0px rgba(77, 54, 55, 0.2);
    -moz-box-shadow: 0px 13px 25px 0px rgba(77, 54, 55, 0.2);
    box-shadow: 0px 13px 25px 0px rgba(77, 54, 55, 0.2);
    padding:10px;
}
#ht-contactus-wrap select {
    position: relative;
    cursor: pointer;
    -moz-appearance: none;   
    width: 100%;;
}
#ht-contactus-wrap select::placeholder{
    color:#fff;
    opacity: 0.8;
}
#ht-contactus-wrap textarea{
    height:200px;
}
#ht-contactus-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap label{
    color:#ffffff;
}
#ht-contactus-wrap input[type="submit"]{
    background: #f38381;
    border: none;
    padding: 13px 50px;
    display: inline-block;
    color: #9bb70d;
    border-radius: 1px;
    width: auto;
}
#ht-contactus-wrap input[type="submit"]:hover{    
    background: #f0653c;
    color: #fff;
    opacity: 1;
}

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

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

}
#ht-contactus-wrap h3 {
    color: #303030;
    font-size: 28px !important;
}
.contact-mapbox{
    margin-top: 2em;
}
.contact-mapbox iframe{
    width: 100%;
    height:350px;
    background:#fe5722;
    padding:2px;
    border-radius: 1px;
    }

.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: 5px;
    margin: 5px;
    list-style: none;
}
#ht-contactus-wrap .contact-sm-links li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#ht-contactus-wrap .contact-sm-links li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.contact-sm-links li a{  
    font-size: 30px;
}
#ht-contactus-wrap .contact-sm-links li{   
    padding: 5px;    
    text-align: center;

}
#ht-contactus-wrap .contact-sm-links li a{
    font-size: 18px;
   
}
#ht-contactus-wrap .contact-sm-links li a:hover {
    color:#444;
    border-color:#444;
}
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
--------------------------------------------------------------*/

ul.woocommerce-error li:before{
    display: none;
}
ul.woocommerce-error li{
    padding-left: 30px !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {   
    top: 13px;
    left: 7px;
}
.woocommerce a.added_to_cart {
    padding-top: 0;
    position: absolute;
    left: 0;
    color: #fff !important;
    right: 0;
    top: 54%;
    margin-top: 25px;
    background: #f38381;
    font-size: 14px;
    padding: 5px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist li{
    padding-bottom: 120px !important;
}
.woocommerce #reviews #comments ol.commentlist .star-rating {
    float: right;
    position: relative;
    height: 3em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    overflow: initial;
    font-family: 'Arial',sans-serif;
    font-family: star;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    padding: 10px 0;
    width: 87% !important;
    float: left;
    border-radius: 0;
    border: 0;
    padding-top: 0;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    border: 1px solid #dadada !important;
    border-radius: 2px;
    text-align: center;   
    padding-bottom: 45px !important;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
       border-bottom: 1px solid #6a1b9a !important;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #6a1b9a;
}

.woocommerce ul.products li.product a img{
    border: 2px solid #f1f0f0 !important;    
}
.woocommerce div.product div.images img {
    border: 2px solid #f1f0f0 !important;
}

.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{    
    margin: 0 0 6px;
    padding: 0;
    font-size: 21px !important
}

.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 .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color:#fc856d;
    padding: 0px 20px;
}

.woocommerce-MyAccount-navigation ul li{
    margin: 5px 0 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover{
    color:#000 !important;
}

.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 #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color:#fff !important;
}

.woocommerce ul.products li.product .button{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;  
    border: 1px solid;
    border-radius: 3px;
}

.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 #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 !important;
    margin-bottom: 20px !important;
}

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

@media screen and (max-width: 1200px){
    .ht-slide-caption{
        width:72%;
        margin-left: -65%;
        top: 50%;
    }
}

@media screen and (max-width: 1000px){
    .toggle-bar{
        display: block;
        position: absolute;
        top: 130px;
        right: 20px;
        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-sticky-header #ht-masthead{
        position: static;
    }

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

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

    #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;
        top: 170px;
        background: #fe5722;
        z-index: 999;
    }

    .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;
	}
    .ht-slide-cap-title{
        font-size: 24px;
        font-size: 5vw;
        margin-bottom: 0px;
    }

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

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

    #secondary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }
    #sticky-section {
        display: none;
    }
    #ht-masthead input[type="submit"]{
       left: 198px
    }
    .overlap-header {
        top:0;
    }
   
    .ht-slide-cap-desc {
        padding-bottom: 10px;
    }
    .lower-header .header-social-links {
        padding: 15px 10px;
    }
    #ht-blog-section {
        padding: 3em 0 1em;
    }
    .ht-slide-caption {
        top: 38%;
        left: 75%;

    }
    .ht-slider-highlighttext {
        font-size: 25px;
    }
    .lower-header .header-social-links {
        margin: 2px 0;
    }
    #ht-contactus-wrap .contact-page-address {
        margin-bottom: 10px;
    }
    #blog-box .blog-read-more a {
        padding: 5px 12px;
        font-size: 12px;
    }
    #ht-appintment-section .color-box .textbox1 {
        padding: 10px 30px 10px;
    }
    #ht-appintment-section .color-box {
        padding: 10px 0px 10px;
    }
    .ht-blog-excerpt .post-right {
        border-left: none;
    }
    .single-post .ht-main-title {
        font-size: 20px;
    }
}

@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 .titleicon {
    position: relative;
    width: 40px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
}
#ht-gallery-section .titleicon:before, 
#ht-gallery-section .titleicon:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #898989;
    top: 15px;
    width: 85px;
}
#ht-gallery-section .titleicon:before {
    right: 100%;
    margin-right: 15px;
}
#ht-gallery-section .titleicon:after {
    left: 100%;
    margin-left: 15px;
}


#ht-gallery-section {   
    color: #fff;
}

#ht-gallery-section .ht-gallery-member{
    margin-bottom: 30px;
}

#ht-gallery-section .lz-gallery-images, .gallery-img {
    margin: 0;
    padding: 0;
    margin-bottom:0 !important;
    overflow: hidden;
    position: relative;

}
.lz-gallery-images img, .ht-gallery-member-image img {
    width: 100%;  
}

#ht-gallery-section .lz-gallery-subheading {
    margin-top: 15px;    
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}

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

#ht-gallery-section .lz-gallery-images a .overlay, #ht-gallery-section .ht-gallery-member-image a .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;   
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0.4;
    z-index: 1;
    animation: innerbeat 8.2s infinite linear forwards;
}

#ht-gallery-section .lz-gallery-images a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
#ht-gallery-section .lz-gallery-images a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

#ht-gallery-section .lz-gallery-images a:hover .overlay, #ht-gallery-section .ht-gallery-member-image a:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.lz-gallery-images .iconbox i{
     background-color: #f38381;
      padding: 15px;
      font-size: 20px;
}

.lz-gallery-images .iconbox{
    position: absolute;
    text-align: center;   
    bottom: 0;
    right: 0;      
    z-index:999;
}
.lz-gallery-images .content-details{
    position: absolute;
    text-align: center;   
    bottom: -50px;
    right: -19px;  
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index:999;

   
}

.lz-gallery-images .content-details h3{
    color: #ffffff;
    font-size:24px;
    font-weight: 400;
    margin: 0;
}


.lz-gallery-images:hover .content-details{
  top: 65%;
  left: 50%;
  opacity: 1;

}
.lz-gallery-images:hover .content-details i{      
       padding: 12px;
}

.lz-gallery-images .content-details i{
    font-size: 20px;
    color: #ffffff; 
}

a.ht-portfolio-image {
    position: relative;
    top: 10px;
    left: 43%;
    top: 40%;
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    #testimonials-section .team-thumb {
        left: -10px;
    }
    #ht-contact-section .contact-icon {
        font-size: 20px;
    }
    #ht-contact-section .contact-content {
        font-size: 14px;
    }
    #ht-contact-section .contact-content a {
        font-size: 14px;
    }
    #ht-contact-section .contact-content span {
        font-size: 14px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px){
    section#ht-newsletter-section h2.ht-section-title.lz-newslatter-heading{
        font-size: 25px !important;
    }
.ht-slide-cap-title.animated.fadeInDown{
    font-size: 55px;
}
.ht-slide-cap-desc.animated.fadeInDown{
    font-size: 45px;
}
.ht-team-member .ht-team-designation{
    padding: 0;
}
.ht-team-social-id {
    margin-top: 5px;
}
.ht-team-social-id{
    margin: 0px 55px;
   bottom: -12px;
}
.ht-team-member .ht-team-member-excerpt-wrap {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px){
.ht-slide-cap-title.animated.fadeInDown
{
    font-size: 30px;
}
.ht-slide-cap-desc.animated.fadeInDown{
    font-size: 16px;
}
.newsletter-form-box input[type="submit"]{
    left: 0px;
}
#ht-masthead ul.header-menu-links li.themetext {
    padding-left: 0;
}
#ht-masthead span.sb-icon-search {
    left: 198px;
}
#ht-masthead input[type="search"]{
    padding-right: 0;
}
#quote-carousel .carousel-control.right {
    right: -20px;
}
#quote-carousel .carousel-control.left {
    left: -7px;
}
#quote-carousel .carousel-control {
    margin-top: -50px;
}
.ht-section-title{
    font-size: 35px;
}
.ht-slide-cap-descmore {
    margin-top: 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
.ht-slide-cap-desc.animated.fadeInDown{
    font-size: 18px;
}
.ht-slide-cap-title.animated.fadeInDown{
    font-size: 20px;
}
.upper-header {
    text-align: center;
}
.header-menu-box {
    text-align: center;
}
.ht-team-member .ht-team-designation{
    padding: 0 15px;
}
.ht-slide-cap-descmore{
    margin-top: 0px;
}
.newsletter-form-box input[type="submit"]{
    left: 15px;
}
.sect-height-newslatter-box{
    padding: 0;
}
.team-thumb img {
    height: 155px;
    width: 155px;
    border: 4px solid #fff;
    left: 0;
    margin: 0px;
    bottom: 0
}
#testimonials-section .team-thumb {
    content: "";
    background-image: none;
    left: 0;
    padding: 10px 0;
}
.test-box {
    background: #fff;
    padding: 20px 20px 40px 20px;
}
.bannerbox .lz-banner-maintitle {
    font-size: 47px;
    line-height: 50px;
}
.bannerbox .lz-banner-maintitlehightlight {
    font-size: 70px;
}
.bannerbox .bannercontentbox {
    width: 100%;
}
.bannerbox .lz-banner-text {
    font-size: 20px;
    width: 100%;
}
.appointbox .appointcontentbox {
    padding: 3% 5% 3% 5%;
}
.appointcolorbox {
     padding: 10px;
}
.lz-appointimg-title {
    margin:0;
}
.lz-appointimg-subtitle{
    font-size: 14px;
}
.lz-appointimg-title {
    font-size: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday {
    font-size: 14px;
    line-height: 18px;
}
.lz-appointimg-text {
    font-size: 12px;
    margin-bottom: 7px;
}

#ht-appintment-section .textbox2 .phone {
    font-size: 13px;
}
#ht-appintment-section .textbox2 a {
    font-size: 15px;
}
#ht-appintment-section .color-box .textbox1 {
    padding:10px;
}
#ht-appintment-section .color-box .textbox2 i{
    font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
    padding: 13px 40px;
}
#ht-appintment-section .box-effect {
    padding: 40px 5px;
}
.ht-slide-caption {
    top: 45%;
    left: 70%;
}
}
@media screen and (min-width: 320px) and (max-width: 375px){
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 18px;
    }
    .ht-slide-cap-desc.animated.fadeInDown{
         font-size: 15px;
    }
    #ht-masthead span.sb-icon-search{
        right: 24px;
        top: 5px;
    }
 .toggle-bar{
        top: 12px;
    }
    .ht-main-navigation .ht-menu {
        top: 42px;
    }
    #ht-masthead input[type="submit"]{
        top: 5px;
        left: 250px;
    }
    .appointment-content {
        font-size: 30px;
    }
    .upper-header {
        margin: 1px 0;
    }
    .logobox .ht-site-title, .logobox .site-title {
        margin: 2px 0;
        font-size: 14px;
    }
    .ht-site-description a{
        font-size: 8px;
    }
    .lower-header .header-social-links {
    padding: 0px 10px;
}
#ht-masthead .header-social-links span {
    font-size: 13px;
    padding: 1px 2px;
    height: 25px;
    width: 25px;
    line-height: 22px;
    }
}
@media screen and (min-width: 320px) and (max-width: 360px){
   .contact-border .themedata {
        font-size: 8px;
    }
    .contact-border .themetext {
        font-size: 7px;
    }
    .lower-header .header-social-links {
        margin: 1px 0;
    }
    .ht-slide-cap-descmore a {
        font-size: 2vw;       
    }
    .ht-slide-cap-desc.animated.fadeInDown {
        font-size: 6px;
        padding-bottom: 0px !important;
    }
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 8px;
        padding: 0;
    }
    .ht-slide-cap-descmore {
        margin-top: 0px;
        line-height: 10px;
    }
    .ht-slide-caption {
        top: 50%;
        left: 70%;
    }
}
@media screen and (min-width: 376px) and (max-width: 425px){
    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 8px;
    }
    #ht-masthead input[type="submit"] {
        top: 6px;
        left: 275px;
    }
    .toggle-bar{
        top: 38px;
    }
    .ht-main-navigation .ht-menu {
        top: 42px;
    }
    .lower-header .contact-border {
        font-size: 11px;
    }
    #ht-masthead .header-box {
        padding: 2px 18px 3px 43px;
    }
    #ht-masthead .header-social-links span {
    font-size: 12px;
    padding: 6px 6px;
    height: 25px;
    width: 25px;
    line-height: 13px;
    }
    .lower-header .header-social-links {
        padding: 0 10px;
        margin: 0px 0;
    }
    .logobox .ht-site-title,  .logobox .site-title {
        margin: 2px 0;
    }
    .lower-header {
        padding-top: 10px;
    }
    .logobox .ht-site-title, .logobox .site-title {
        margin: 3px 0;
        font-size: 18px;
    }
    .upper-header {
            margin: 8px 0;
        }
}
@media screen and (min-width: 320px) and (max-width: 425px){
    .ht-slide-cap-title.animated.fadeInDown {
           font-size: 11px;
         padding: 0;
    }
    .ht-slide-cap-desc.animated.fadeInDown {
           font-size: 10px;
        padding-bottom: 3px;
    }
    .ht-slider-highlighttext {
        font-size:20px;
    }
    .ht-slide-cap-descmore a {
        padding:8px 15px;
    }
    .toggle-bar {
        top: 2px;
        right: 0px;
    }
    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 0px;
    }
    #ht-masthead input[type="submit"] {
        top: 0px;
        left: 250px;
    }
    #ht-masthead input[type="search"] {
            padding: 2px;
            height: 25px;
    }
    #ht-masthead ul.header-menu-links li.themetext {
        padding: 0 15px;
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links li i {
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links li {
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links {
        padding: 0;
        margin: 0;
    }
    .lower-header {
         padding-top: 0px;
    }
    #ht-masthead .header-box {
        padding: 2px 10px 0px 5px;
    }
    .contact-border .themetext {
        font-size: 9px;
    }
    .contact-border .themedata {
        font-size: 11px;
    }
    .single-post #content-box {
        margin-top: 105px;
    }
}
@media screen and (min-width: 320px) and (max-width: 374px){
    #ht-masthead input[type="submit"] {
        left: 223px;
    }
}
main#innerpage-box div#ht-contactus-wrap a:hover {
    color: #444;
}
/**/
#ht-appintment-section .ht-appintment-member-wrap input[type="submit"] {
    color: #262626;
    background: #fff;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: bold;
}

#ht-appintment-section .ht-appintment-member-wrap input[type="submit"]:hover {
    background: #000;
    color: #fff;
    opacity: 1;
    
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    #ht-masthead input[type="search"]{
        padding-right: 0px;
    }
    #ht-masthead ul.header-menu-links li.themetext{
        padding:0;
    }
    #quote-carousel .carousel-control.left {
        left: -42px;
    }
    #quote-carousel .carousel-control.right {
        right: -42px;
    }
    .appointbox .appointcontentbox{
        padding: 6% 5% 5% 5%;
    }
    .appointcolorbox {
        padding: 30px;
    }
    .ht-slide-caption {
     top: 59%;
    left: 75%;
    }
    .ht-slider-highlighttext {
        font-size: 30px;
    }
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 40px;
    }
    .ht-slide-cap-desc.animated.fadeInDown {
        font-size: 23px;
    }
    .ht-slide-cap-descmore {
        margin-top: 0;
    }
    #ht-appintment-section .box-effect {
        padding: 40px 25px;
    }
    #ht-appintment-section .color-box .textbox1{
        font-size: 18px;
        padding: 0px 9px 5px;
    }
    #ht-appintment-section .color-box .textbox2 {
        padding: 0px 13px 5px;
    }
    #ht-appintment-section .textbox2 .phone {
        font-size: 19px;
    }
    #ht-appintment-section .textbox2 a {
        font-size: 20px;
    }
}
#services-post-section .ourfeatures-link {
    text-align: center;
}
#services-post-section .ourfeatures-link button {
    padding: 5px 15px;
}
#services-post-section .ourfeatures-link button:hover {
    opacity: 1;
}
#ht-masthead input[type="search"]::placeholder {
    font-size: 14px;
}

#ht-newsletter-section  .nlatter-centerbox{
    position: relative;
    z-index: 999;
    top: 180px;
    background: #ccc;   
    border: 10px solid #fff;
    text-align: center;
}

#ht-newsletter-section .ht-section-title-tagline{
    margin-bottom: 1em;
}

#ht-newsletter-section .box-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;   

}
#ht-newsletter-section .center-circle{
    position: absolute;
    width: 165px;
    height: 165px;
    padding: 20px;
    border-radius: 50%;
    line-height: 49px;
    right: 0;
    left: 0;
    top: -80px;
    overflow: hidden;
    z-index: 999;
    margin: 0 auto;
    background-color: #f38381;
}

#ht-newsletter-section .center-circle span{
    color: #ffffff;
    font-size: 40px;
     font-weight: bold;
}
#ht-newsletter-section .center-circle b{
     color: #ffffff;
    font-size: 55px;
    font-weight: bold;
}
 #ht-newsletter-section .ht-section-title-tagline p{
    font-style: italic;
    font-size: 22px;
 }
section#ht-newsletter-section {
    background: #fef2f2;
}
section#ht-newsletter-section 
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
textarea{    
    padding: 20px;
    margin-bottom: 10px;
}
section#ht-newsletter-section input[type="email"]{
    padding:20px 150px 20px 20px;
}
section#ht-newsletter-section h2.ht-section-title.lz-newslatter-heading {
    background: none;
    outline: none;
    font-size:46px
    font-weight:bold;
}
section#ht-newsletter-section input[type="submit"] {   
    border-radius: 0;
    padding: 15px 30px;
    font-size:25px;
    font-weight: bold;
    right: 15px;
    top:0;
    position: absolute;
}
section#ht-newsletter-section input[type="submit"]:hover{
    opacity: 1 !important;
}
section#ht-newsletter-section .lightbox {
    padding: 2em 0;
}
.newsletter-form {
    margin-top: 25px;
}
section#ht-newsletter-section input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
input[type="url"]::placeholder, 
input[type="password"]::placeholder, 
textarea::placeholder {
    color: #ffffff;
    font-size: 15px;
}
section#ht-newsletter-section i.fa.fa-envelope {
    color: #ffffff;
    font-size: 60px;
    position: relative;
    top: 8px;
}
section#ht-newsletter-section label {
    width: 100%;
}
@media screen and (min-width: 280px) and (max-width:767px){ 
    section#ht-newsletter-section input[type="submit"]{
        position: relative;
    }

    #facility-content-section svg.bg-circle{
        display: none;
    }
    section#services-post-section svg.bg-circle{
        display: none;
    }
}

section#ht-newsletter-section .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
section#ht-newsletter-section .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

@media screen and (min-width: 320px) and (max-width: 475px){
.hamburger-menus {
    position: absolute !important;
    top: 0px;
    right: 0;
}
}
@media screen and (min-width: 280px) and (max-width:767px){   
    .hamburger-menus {    
    position: absolute !important;   
    top: 0px;
    right: 0;
    }

  
}

#onlymob-view{
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 1024px){
   .hamburger-menus {    
    position: absolute !important;   
    top: 0;
    right: 0;
    }
}
@media only screen and (max-width: 1300px){
     .hamburger-menus {    
    position: absolute !important;   
    top: 0;
    right: 0;
    }
    .menu-content li{
        float: none;
    }
}
/*@media screen and (min-width: 1024px){
   .hamburger-menus {    
    position: absolute !important;   
    top: 22px !important;
    right: 0;
    }
}*/

@media only screen and (max-width: 1300px){

.onlymob-view{
    display: block;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.onlymob-view .header-menu-links{
    display: block !important;
}

.onlymob-view .header-social-links{
    display: block !important;
}

.onlymob-view .header-social-links{
    display: block !important;

}
.onlymob-view ul.header-menu-links li{
    float: none !important;
    margin-bottom: 10px;
}

.onlymob-view .socialalign{
    display: block !important;
    text-align: left;

}

.onlymob-view .header-box{
    display: block !important;
    clip-path:inherit !important;
    margin: 10px 0;
}

/*--- mob--*/


/*===hide in mob ==*/
    .upper-header{
         display: none;     
    }

    .lower-header .header-social-links{
        display: none;
    }

    #ht-masthead .header-box{
        display: none;
    }
    #ht-masthead{
        position: relative;
    }

}

.site-navigation .header-menu-links{
     display: none;     
}

.site-navigation .socialalign{
       display: none;   
}

.site-navigation .header-box{
    display: none; 
}

#innerpage-box h1.product_title{
    font-size: 24px;
}
section.related h2{
     font-size:22px !important;
}

.category-blog #blog-box h2.title{
    font-size: 22px !important;
}

.category-blog #blog-box .post{
    margin: 0 0 2em 0;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
}
.category-blog #blog-box .featured-thumbnail img{
    width: 100%;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    padding: 2px;

}

.category-blog #blog-box .readMore{
    margin: 20px auto;
    text-align: center;
}
.category-blog #blog-box .readMore a{
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}
.category-blog #blog-box .featured-thumbnail{
    position: relative;
    overflow: hidden;
}

.category-blog #blog-box .featured-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.category-blog #blog-box a#featured-thumbnail:hover .featured-thumbnail:after{
    width: 100%;
}

#respond .h4{
    font-size: 24px !important;
}
.page-template-default .innerpage-whitebox{
    float: left;
    width: 100%;
}

/*#commentform .comment-form-author{width: 100%;}*/
/*exter css */
@media screen and (min-width: 220px) and (max-width:500px){
    #commentform .comment-form-author,
    #commentform .comment-form-email, 
    #commentform .comment-form-url{width: 100%;}
}

@media screen and (min-width: 280px) and (max-width:480px){
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
        margin-bottom: 2em !important;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product{
         width: 100% !important;
        margin-bottom: 2em !important;
    }
    .woocommerce a.added_to_cart{
        top:45%;
    }
    #commentform .comment-form-author,
    #commentform .comment-form-email, 
    #commentform .comment-form-url{width: 100%;}

    #ht-contact-section .callnow{
        font-size: 20px;
    }

    #ht-contact-section .callnow span {    
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -60px;
        line-height: 65px;
        font-size: 30px;
        width: 70px;
        height: 70px;
        text-align: center;
    }   
    #testimonials-section button.owl-prev{
        left: 0;
    }
    #testimonials-section button.owl-next{
        right:0;
    }
    #testimonials-section .owl-theme .owl-nav{
        z-index: 9999;
    }
    #testimonials-section .ht-test-member {
        padding: 3.5em;
    }
    #ht-appintment-section .callnow{
        padding: 1em;
    }
    #ht-appintment-section .appintment-inner-wrap{
        padding: 2em 0;
    }
    #ht-appintment-section .contact-iconbox {
        font-size: 14px;    
        display: grid;
        text-align: center;
    }
    #ht-appintment-section .contact-iconbox .fa{
        margin: 10px auto;
    }
    #ht-newsletter-section .nlatter-centerbox{
        padding:2em !important;
    }
    #ht-newsletter-section .center-circle{
        position: relative;
        top: -80px;

    }
 

}

@media screen and (min-width:481px) and (max-width:990px){
   #facility-content-section svg.bg-circle{
        display: none;
    }
    #services-post-section svg.bg-circle{
        display: none;
    }

    .single-productpage .innerpage-whitebox{
        margin: 0;
    }
    .single-productpage #sidebars{
         margin: 0;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product, 
    .woocommerce-page .related ul.products li.product{
        margin-bottom: 2em !important;
    }
}


/* --- carousel Instagram--- */

#instagram{
    margin:2em auto;
}
#instagram h2{
    font-size: 41px;
    color: #fff;
    margin-bottom:40px;
    font-weight: bold;
}
#instagram .item img{
    height: 153px;
    width: 100%
}

#instagram .item p{
    margin: 0;
}

#instagram .owl-theme .owl-dots{
    display: none;
}

#instagram .owl-theme .owl-nav{
    display: none;
}

#instagram .insta-details{
    position: absolute;
    text-align: center;   
    bottom: 0;    
    right:0;
    left: 0
    top: 60%;
    opacity:0;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 10;
}

#instagram .item_box{
    position: relative;
    overflow: hidden;
}

#instagram .item_box:hover .insta-details{
    display: block;
  top: 60%;
  left: 50%;
  opacity: 1;

}

#instagram .item_box a .fa{
    font-size: 40px;
    color: #ffffff
}

#instagram .insta-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity:0.4;
    z-index: 1;
    animation: innerbeat 8.2s infinite linear forwards;
}

#instagram .item_box:hover .insta-overlay{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}


/*====Section padding for media mob====*/
@media screen and (min-width: 250px) and (max-width:768px){
        #services-post-section{
            padding: 3em 0 !important;
        }
        #facility-content-section{
            padding: 3em 0 !important;
        }
        #team-section{
            padding: 3em 0 !important;
        }
        #ht-contact-section{
            padding: 3em 0 !important;
        }

        #testimonials-section{
            padding: 3em 0 !important;
        }

        #featured-product-section{
            padding: 3em 0 !important;
        }
        #ht-gallery-section{
            padding: 3em 0 !important;
        }
        #ht-blog-section{
            padding: 3em 0 !important;
        }

}