/*
Theme Name: AC Care
Theme URI: http://luzuk.com/demo/ac-care/
Author: Luzuk 
Author URI: https://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: ac-care-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 {
   
    -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;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding-top: 15px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 17px;
    line-height: 1.6;
    /*font-family: 'Pontano Sans', sans-serif;*/
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
   
}
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-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
code,
kbd,
tt,
var {
    
    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;
}
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: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}
select {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    background-color: transparent;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
textarea {
    padding: 8px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f9c12c;
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}
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%;
    width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 15px 0 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.widget-area .widget-title:after{
   content: "";
   position: absolute;
   left: 0;
   top: 100%;
   width: 50px;
   background: #ff7c4e;
   height: 4px;
}
.widget-area ul{
    list-style: none;
    padding:0;
    margin: 0;
}
.widget-area ul ul{
    border-top: 1px solid #f9f9f9;
    margin-top: 5px;
}
.widget-area ul ul li{
    padding-left: 10px;
}
.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.widget-area li{
    padding: 5px 0;
    line-height: normal;
   
}
.widget-area a{
    text-decoration: none;
    color: #404040;
}
.widget-area a:hover{
    color: #fe5722
}
.widget-area .widget{
    margin-bottom:10px;
    padding:0 1em 1em;
    background: transparent;
    border-radius:10px;
    border: 1px solid #e9e7e7;
}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
div#secondary input[type="submit"] {
    width: 100%;
}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
}
#secondary .widget.social-profile-icons .social-profile-icons ul li {
    display: inline-block;
}
/*--------------------------------------------------------------
## 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"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
    border-radius: 5px;
    opacity: 1;
}
.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
}
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{
    color:#fff;
}
.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
figure.gallery-item img:hover,
.sidebar_list img:hover,
div#secondary .widget.widget_media_image img:hover {
    opacity: 0.7;
}
#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%;
        padding: 2px;
}
.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;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.breadcrumbbox {
    padding:5px 0;
    color:#ee5636;
    text-align: center;
    /*border-bottom: 2px solid #ccc;*/
    /*border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;*/
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-top{
    background: #000;
    padding:10px 0;
}
.header-top ul.social-inline{
    margin:0;
    padding: 0;
    list-style: none;

}
.header-top ul.social-inline li{
    display: inline-block;
    margin:0 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.header-top ul.social-inline li a{
  color: #ffffff;
}

.header-top .top-right{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.header-top .top-right .fa{
    margin-right: 5px;
    font-size: 18px;
}
.header-top .top-mail{
    color: #ffffff;
    font-size: 16px;
}

/*.main-header form{
    padding: 10px;
    background: #F0F8FF;
   z-index: 10;
}*/

header .hlb{
    background: #f3f3;
}
header .Pbox {
    top: 15px;
}
header .top-form{
    background: none;
    position: relative;
    margin: 5px 0;
    z-index: 99;
    transform: rotateZ(324deg);
    text-align: center;
}

header .pbtn:after {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
   text-decoration: inherit;
    position: relative;
    font-size: 35px;
    /*top: 8px;*/
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0;
    z-index: 1;
}

header .phtn {
     padding: 10px 10px;
}

header .phtn h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

header .phtn h5 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.main-bar-wraper.navbar-expand-lg{
    background: #fff;
}

/*form#form1 {
    width: 340px !important;
   border-radius: 10px;
    display: none;
    position: absolute;
    right: 2%;
    width: auto;
    top: 60px;
    overflow: hidden;
}*/
@media screen and (min-width: 320px) and (max-width: 768px){
   /* form#form1 {
        width: 250px !important;
    }*/
    header .Pbox{
        top:0;
        padding: 0 30px;
    }
    header .top-form{
        transform: none;
    text-align: left;
    }

}

/*.top-form form {
    padding: 10px;
    background: #F0F8FF;
    border-radius: 15px;
    display: none;
    position: absolute;
    right: 2%;
    width: auto;
   
    z-index: 10;
}*/
/*.top-form form input[type="text"]{
    width: 80%;
}*/
/*.top-form form input[type="submit"], .top-form form input[type="button"] {
    background-color: #ffb800;
    color: #ffffff;
     position: absolute;
    font-size: 14px;
    padding: 13px 8px;
}
.top-form fieldset{
    padding: 0;
    margin: 0 2px;
}*/

fieldset input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    /*width: 100px;*/
}
.overlap-header {
    position: relative;
    top: 0px;
}
nav#ht-site-navigation ul li a:hover {
    color: #ac8e50;
    border-radius: 0;
}
#ht-masthead{
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    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: right;
}
.ht-sticky #ht-site-branding{
    padding: 5px 0;
}
#ht-site-branding img{
    max-height: 80px;
    width: auto;
}
.page-main-header{
    background: #fe5722;
    color:#fff;
    padding: 2em 0 5em;
    clear: both;
}
.ht-main-title{
    margin:0 0;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0em 0em 0.4em rgba(255,255,255,0.6);
    text-align: center;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding: 2px 0px 7px;
    padding-top: 0px;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #ffffff;
}
.ht-site-description{
    color: #ffffff;
    font-size: 14px; 
    font-weight: 600; 
    text-align: left; 
    margin: 0;
    padding-left: 10px;
}
#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    /* display: none; */
    text-align: center;
}
.single-productpage .innerpage-whitebox {
    margin-top: 0;
    padding: 1em;
}
.single-productpage #sidebars {
    margin-top: 20px;
}
.single-productpage .ht-main-title {
    padding: 20px;
}
.woocommerce ul.product_list_widget li img{
   margin: 0 15px 0px 0;
}
.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;
    padding: 0px 25px 25px 25px;
}
.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;
}
/*===========================================
## Search & cart icon
======================================*/
.sitenav .search-icon{
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    padding: 0;  
}
.sitenav .search-icon i{
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #ac8e50;
    padding: 13px 15px;
    border-radius: 50%;
}
.sitenav .search-bar {
    display: none;
    position: absolute;
    bottom: 16px;
    z-index: 200;
    right: 13%;
}
.sitenav .search-bar input{
   display:inline-block;
}
.sitenav .search-bar input[type="text"]{ 
   width:100%;
   background: rgba(33, 33, 33, 0.8);
   color:#fff;
   border:none;
}
.sitenav .search-bar input[type='submit']{
    background: #000;
    color: #000;
    width: 15%;
    padding: 0;
}
.fa-search {
   &:hover {
      color: rgba(255, 255, 255, 0.75);
  }
}
/*==============================================*/
/*================== Common for all Section ==================*/

/*.ht-section-title-tagline{
    margin-bottom: 3em;
    
}*/
.ht-section-title{
    font-size:34px;
    color: #323232;
    margin: 0 auto;
    font-weight: 600;
    line-height: 40px;
    word-break: break-word;
    position: relative;
}

.ht-section-title:last-child{
    margin-bottom: 0;
}
.title-image img {
    margin: 0 auto;
    text-align: center;
}
h2.ht-section-title {
    padding-right: 15px;
    text-align: right;
}
.section-main-headings {
    margin-bottom: 45px;
}


/*.sec-title{
    display: inline-block;
}*/
.ht-section-title-tagline{
    margin-bottom: 3em;
    text-align: right;
    display: inline-block;
    float: right;
    position: relative;
}

.wavy {
    position: absolute;
    top: 6px;
    left: -30%;
}
/*================== Common for all Section ==================*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.textcenter{
    text-align: center;
}
:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}
section{
}
section .darkbox{
    padding:3em 0;
    background: rgba(0,0,0,0.6)
}
section .lightbox{
    padding: 5em 0;
}

.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
section#ct-service-box .section-text {
    font-size: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 20px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header.site-header .list-inline.m-a0 li {
    border: 1px solid #0e1010;
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    margin: 0 2px;
    position: relative;   
}
header.site-header .list-inline.m-a0 li a {
    padding: 10px 10px 10px 10px;
}
.logo {
    padding: 10px 10px 10px 50px;
}
.ht-menu.clearfix {
    float: left;
}
.logobox img{
    position: relative;
}
ul.nav.navbar-nav ul.sub-menu li a:after {
    background: #090909;
}
header.site-header .main-dispaly.padding0 {
    padding-right: 0;
}
/* = Navigation hover and active menu css
-------------------------------------------------------------- */

header.site-header button.header-btn {
  border: none;
  background-color: #fb5b21;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  padding: 11px 37px;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 15px;
  outline: none;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
  float: right;
  word-break: break-word;
}
header.site-header button.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
header.site-header button.header-btn i {
  font-size: 20px;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:before {
  border-radius: 30px;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 50%;
  right: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
header.site-header button.header-btn:hover,
header.site-header button.header-btn.hover {
  color: #000000;
}

header.site-header button.header-btn:hover span,
header.site-header button.header-btn.hover span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:hover i,
header.site-header button.header-btn.hover i {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:hover:before,
header.site-header button.header-btn.hover:before {
  left: 3px;
  right: 3px;
  background: #ffffff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:active:before {
  background: rgba(255, 255, 255, 0.7);
}


ul.nav.navbar-nav{ 
    position:relative; 
    z-index:9999; 
    display:inline-block; 
    vertical-align:middle; 
}
ul.nav.navbar-nav li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal; 
    margin-right: 0px;
}
ul.nav.navbar-nav li a{ 
    padding:10px 20px; 
    display:block; 
    text-align:center; 
    color:#ffffff; 
    position:relative; 
}

ul.sub-menu li a:after{ 
    position:absolute; content:''; 
    top:0; 
    left:0; 
    width:0; 
    height:100%; 
    background-color:#9a010b; 
    -webkit-transform-origin:left;  
    -ms-transform-origin:left; transform-origin:left; 
    -webkit-transition:width 0.3s ease-in-out; 
    -ms-transition:width 0.3s ease-in-out; 
    transition:width 0.3s ease-in-out; 
    z-index:-1; 
}

ul.sub-menu li a:hover::after{
 width:100%; 
}

ul.nav.navbar-nav li.current_page_item a:after{ /*width:100%; background: transparent;*/ }

.sf-arrows ul .sf-with-ul:after {
  content: "" !important;
}
/* = Navigation 2nd level css
-------------------------------------------------------------- */
ul.sub-menu{
    display:none;
    z-index:9999;
    position:absolute;
    left:-9999px;
    border: 1px solid #0e1010;
    border-radius: 10px;
}
ul.nav.navbar-nav li:hover > ul{
    display:block; 
    width:250px; 
    position:absolute; 
    left:auto; 
    top: 55px; 
    text-align:left; 
    -ms-animation: fadeInUp .3s ease-in-out; 
    -webkit-animation: fadeInUp .3s ease-in-out; 
    animation:fadeInUp .3s ease-in-out;
}
ul.nav.navbar-nav li ul li{
    display:block; 
    position:relative; 
    float:none; 
    /* top:16px; */
    line-height:18px; 
    margin-left:0; 
    margin-right:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
}
ul.nav.navbar-nav li ul li a{
    display:block; padding:10px 18px; 
    position:relative; top:0; 
    text-align:left; 
    z-index: 1;
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */
ul.nav.navbar-nav li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:200px; 
    top:-1px; 
    -ms-animation: fadeInRight .3s ease-in-out; 
    -webkit-animation: fadeInRight .3s ease-in-out; 
    animation:fadeInRight .3s ease-in-out; 
    z-index: 1;
}
/*===============================================*/


.header.site-header ul.sub-menu li a {
    font-weight: normal;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    font-weight: 500;
}
.header.site-header ul.sub-menu li a:hover{
    padding-left: 25px;
    padding-right: 25px;
}
header.site-header ul {
    margin: 0;
}

header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
.site-button-secondry:after{
    background-color: #fff;
}   
.site-button, 
.site-button-secondry{
    position: relative;
    z-index: 1;
    overflow:hidden;
    vertical-align: middle;
}

ul.nav.navbar-nav {
    position: relative;
    right: 0;
    padding: 0;
}
.header-icon i.fa {
    position: relative;
    top: 10px;
    font-size: 25px;
}
.midix.infinite, .midix_hover.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.site-header {
    position: relative;
    z-index: 99999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .site-button-link{
    font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {

    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.new-page{
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}
.new-page.menu-new{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}
@media only screen and (max-width: 1200px) {
    .new-page.menu-new{
        display:none;
    }
}
/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {
    text-align: right;
}
.main-header-info {
    text-align: center;
}
.header-icon {
    display: inline-block;
    text-align: left;
}
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
    padding: 20px 0;
}
.dlab-topbar-left {
    /*float: left;*/
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:0px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 6px; 
}
@media only screen and (max-width: 991px) {

    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .dlab-topbar-left{
        padding-right: 0;
    }
}

    header.site-header ul.header-social-ico li {
        padding: 0 7px;
        margin: 0;
    }
    header.site-header ul.header-social-ico li i {
        color: #a3a3a3;
    }
    header.site-header ul.header-social-ico li i:hover {
        color: #ff8a73;
    }
    #ht-masthead ul.sub-menu li.current_page_item a {
        border-bottom: none;
    }
    #ht-masthead ul.sub-menu li{
        border-radius: 0px;
        overflow: hidden;
        z-index: 1;
        position: relative;
        background: #121212;
        margin-bottom: 0px;
        border: 1px solid #ffffff;
    }
    #ht-masthead ul.sub-menu li:before{
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background: #fd3e1c;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: -1;
        transition: all 0.5s ease 0s;
    }
    #ht-masthead ul.sub-menu li:hover:before{ left: 0; }
    #ht-masthead ul.sub-menu li:after{
        content: "";
        width: 5px;
        height: 0;
        border-radius: 0px;
        background: #121212;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }
    #ht-masthead ul.sub-menu li:hover:after{ height: 100%; }
    #ht-masthead ul.sub-menu li a{
        transition: all 0.5s ease 0s;
    }
    #ht-masthead ul.sub-menu li a:hover{
        padding-left: 30px;
    }
    .lower-header {
        border-bottom-left-radius: 40px;
        padding: 20px 0px 25px 0;
    }
    #ht-masthead ul.sub-menu li:hover{
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .header-right-box {
        color: #ffffff;
        font-size: 15px;
    }
    #ht-site-navigation{
        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-main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .ht-main-navigation li {
        float: left;
        position: relative;
        padding-right: 35px;
    }
    .ht-main-navigation a {
      display: block;
      text-decoration: none;
      color: #ffffff;
      font-size: 14px;
      line-height: 30px;
      padding: 8px 0;
      font-weight: 500;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
  }
  .ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 0px 0;
    margin-top: 27px;
    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{
    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;
    border-bottom: none;
}
.ht-main-navigation ul ul a:hover {
    border-bottom: none;
}
.ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 0px;
}
.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 {    
}
.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: #ac8e50;
    border-radius: 0;
}
.ht-main-navigation ul li ul li.current_page_item a{
    color: #fff;
}
.upper-header .header-social-links {
    text-align: right;
    padding: 4px 0;
}
.lower-header .contact-border {
    text-align: right;
}
.contact-border .themetext {
    color: #fff;
}
.contact-border .themedata {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.sub-menu li a:hover {
    background-color: #F2F2F2;
    color: #ff8a73;
    text-decoration: none;
}
header.site-header ul.sub-menu li a {
    padding: 10px 0 10px 40px;
}
.ti-home:before {
    position: absolute;
    top: 6px;
    left: -5px;
}
header.site-header li {
    display: inline-block;
}

header.site-header ul.sub-menu li {
    display: block !important;
}
ul.nav.navbar-nav {
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
ul.nav.navbar-nav.ht-menu {
    display: block !important;
}
ul.nav.navbar-nav li {
 position: relative;
}
ul.nav.navbar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: #4a4a4a;
}
ul.sub-menu {
  background: #fb5b21;
}
@media (min-width: 992px){
    .responsive-header-box{
        display: none;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px){

    .logobox img {
     padding-top: 0 !important;
 }
 #ht-princing-post-section .p-month{
        margin-left: 0 !important;
    }
 .main-dispaly.padding0 {
    padding-left: 20px;
}
header.site-header button.header-btn{
    float: left;
}
.header-transparent{
    position: relative !important;
}
.header.site-header ul.sub-menu li a:hover{
    padding-left: 15px;
    padding-right: 15px;
}
ul.nav.navbar-nav li ul li{
    top: auto;
}
ul.nav.navbar-nav li:hover > ul{
    position: relative;
    top: auto;
}
ul.nav.navbar-nav li:hover ul li:hover > ul{
    position: relative;
    left: 0;
}

ul.nav.navbar-nav li{
    bottom: auto;
}
.logo{
    top: 50%;
}
ul.nav.navbar-nav li ul li a{
    padding: 10px 15px;
}
ul.nav.navbar-nav li a{
    text-align: left;
}
ul.nav.navbar-nav li:hover > ul{
    width: 100%;
}

.logo {
    position: relative;
    left: 40px;
    top: 10px !important;
    background: none !important;
    padding: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.top-bar {
    display: none;
}
ul.nav.navbar-nav{
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
}

.sf-arrows .sf-with-ul:after{
    right: 30px !important;
}
.header-icon {
    display: block;
    padding: 0;
}

        .header-icon i.fa{
            left: -10px;
        }
    }
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

i.flaticon-phone-call.m-r5, 
i.ti-location-pin.m-r5 {
    margin-right: 12px;
}
@media only screen and (max-width: 767px) {
    .slide-content p{
        display:none;
    }
    .slide-content-box{
        text-align:center;
    }
    .owl-slider.owl-theme .owl-dots {
        bottom: 180px;
        margin-top: 0;
        position: absolute;
        right: auto;
        text-align: center;
        top: auto;
        transform: translateY(-50%);
        width: 100%;
    }
    .site-header .navbar-toggler, 
    .site-header .is-fixed .navbar-toggler {
        margin: 22px 0 22px 10px;
    }
    .slide-content .button-lg {
        font-size: 13px;
        padding: 10px 15px;
    }
    .text-white .site-button.outline {
        padding: 8px 15px;
    }
    .abuot-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: unset;
    }
    .abuot-box [class*="col-"]{ 
        padding:0;
    }
    .choseus-tabs .title-head {
        display: unset;
    }
    .chosesus-content .abuot-box {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 5px;
        left: auto;
        margin-top: 0;
        padding: 20px;
    }
    .chosesus-content .abuot-box p{
        color: #ffffff;
        font-size: 14px;
        opacity: 0.8;
    }
    .choses-info-content [class*="col-"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .inquiry-form{
        margin-top:0;
    }
    .contact-page{
        padding-bottom: 50px;
        padding-top: 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        font-size: 12px;
    }
   /* .navicon{
        top: 10px !important;
    }*/
}
header.site-header .dlab-topbar-left {
    position: relative;
    top: 13px;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
/*================== for slider ======================*/
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
div#ht-home-slider-section p#text{
    width: 100%;
    font-size: 17px;
    line-height: 30px !important;
    display: block;
    font-weight: 500;
    /*color: #ffffff;*/
    margin-bottom: 15px;
    /* padding: 0 70px; */
    margin-top: 5px;

}
div#ht-home-slider-section .char{
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    animation: an 1s ease-out 1 both;
    display: inline-block;
}
/*div#ht-home-slider-section .ht-slide-cap-desc span {
    color: #fb5b21;
}*/
#ht-home-slider-section .bx-wrapper .bx-next{
    transition: all 0.8s ease;
}
#ht-home-slider-section .bx-wrapper .bx-prev{
    transition: all 0.8s ease;
}
@keyframes an{
    from{
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }
    to{
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}
/*================== for slider ======================*/

/*==== for slider bouncing arrow =========*/

/*@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}*/
/*==== for slider bouncing arrow =========*/

.ht-slide-cap-title.animated.fadeInLeftBig {
   font-size: 121px;
   font-weight: 700;
   padding-bottom: 30px;
   line-height: 100px;
   text-align: center;
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}
.ht-slide img{
    width: 100%;
}
.ht-slide-overlay{
 position: absolute;
    left: 0%;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.5;
    background-size: cover;
}
.ht-slide-caption{
        position: absolute;
    top: 48%;
    left: 54%;
    width: 550px;
    margin-left: -650px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* text-align: center; */
    z-index: 99;

}
.ht-slide-cap-title{
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    padding: 0px 0px; 
}

.ht-slide-cap-descmore{
	margin-top: 00px;
}

.ht-slide-cap-desc{
   font-size:17px;
   line-height: 25px;
   color: #ffffff;
   padding: 00px 0px;
   -webkit-animation-duration: 0s;
   animation-duration: 0s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
   font-weight: 700;
   text-align: left;
   margin: 20px 0;
   display: inline-block;
   word-break: break-word;
}
.ht-slider-highlighttext {
    font-size: 40px;
    text-align: center;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 50px;
    width: 50px;
    top: 45%;
}

#ht-home-slider-section .bx-wrapper .bx-prev{
   background: transparent url(images/prev.png) no-repeat center;
   left: 0px;
   top: 50%;
   /*border: 1px solid #949496;*/
}
#ht-home-slider-section .bx-wrapper .bx-next{
 background: transparent url(images/next.png) no-repeat center;
 right: 0px;
 /*border: 1px solid #949496;*/
}
.ct-btn-scroll {
 width: 20px;
 position: absolute;
 bottom: 10px;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 9;
 border-radius: 50%;
 -webkit-transition: background-color 0.25s ease-in-out;
 transition: background-color 0.25s ease-in-out;
}

/*===========================btn=========================*/


#ht-home-slider-section .sbt{
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    /* padding: 0 20px; */
    border-radius: 50px;
    background: #f3f3;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
}
#ht-home-slider-section .btn{
    margin-top: 30px;
    font-weight: 600;
    padding: 16px 22px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    white-space: normal;
    transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#ht-home-slider-section .btn::before,
#ht-home-slider-section .btn::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/*#ht-home-slider-section .btn::before {
    background: #7986cb;
}
#ht-home-slider-section .btn::after {
    background: #3f51b5;
}*/
/*#ht-home-slider-section .btn:hover {
    color: #fff;
}*/
#ht-home-slider-section .btn:hover::before,
#ht-home-slider-section .btn:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#ht-home-slider-section .btn:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

/*===========================btn end=========================*/
#ht-home-slider-section{
    position: relative;
}

#ht-home-slider-section .sbimg{
    text-align: center;
    margin-top: -4.3%;
    z-index: 9;
}

/*#ht-home-slider-section .sbimg img{
    width: 100%;
    height: 100%;
}*/
/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/

/*===========*/
@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%}
}

.padding0{
    padding-left: 0;
    padding-right: 0;
}
/*--------------------------------------------------------------
## We Provide / facilities
--------------------------------------------------------------*/
#weprovide-section {
    overflow: hidden;
    position: relative;
}
#weprovide-section .overlay{
    width: 100%;
    height: 100%;
    /*z-index: 11;*/
    background-color: #f3f3;
    position: relative;
    opacity: 0.8;
}

#weprovide-section .weprovide-post{
   margin: 0 5px 40px 5px;
    text-align: center;
    position: relative;
    opacity: 1;
    z-index: 9;
}

.weprovide-post .price-only{
     font-size: 50px;
    font-weight: 500;
    color: #222222;
    padding-bottom: 30px;
    
}

#weprovide-section .box-img:before {
    position: relative;
    content: "";
    display: block;
    width: 34%;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    right: 0;
    top: -16px;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
}

#weprovide-section .box-img {
    text-align: center;
    font-size: 55px;
    position: relative;
    background: #f3f3;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s;
}
#weprovide-section .weprovide-post:hover .box-img{
    border-radius: 0;
   clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    transition: all .8s;
/*    transform: rotateZ(360deg);*/
}
#weprovide-section .weprovide-post:hover #weprovide-section .box-img:before{
    display: none;
}

.weprovide-post .details{
    padding: 2em 1em 0 1em;
}

.weprovide-post .details h5{
    font-size: 22px;
    margin-bottom: 20px;
}

.weprovide-post .excerpt p{
    font-size: 14px;
    padding: 0 24px;
    line-height: 20px;
}

#weprovide-section svg.bg-circle {
    /*z-index: 0;*/
    position: relative;
    overflow: visible;
    fill: #70e8d9;
    opacity: 0.4;
}

/*--------------------------------------------------------------
## Gallery Page
--------------------------------------------------------------*/
main#innerpage-box .lz-gallery-images .box{
    overflow: hidden;
    position: relative;
        border-radius: 25px;

}
/*main#innerpage-box .lz-gallery-images .box:after{
content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
    transition: all 0.50s ease 0s;
}*/
main#innerpage-box .lz-gallery-images .box img{
    width: 100%;
    height: auto;
    transition: all 0.50s ease 0s;
}
main#innerpage-box .lz-gallery-images .box .box-content{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /*border: 3px solid #febf02;*/
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border-radius: 25px;
    opacity: 0;
    text-align: center;
   
}
main#innerpage-box .lz-gallery-images .box .box-content .fa{
    position: relative;
    font-size: 30px;
    top: 45%;
}
main#innerpage-box .lz-gallery-images .box:hover .box-content{
    opacity: 1;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.8);
}
main#innerpage-box .lz-gallery-images{
    padding: 8px;
}
main#innerpage-box .lz-gallery-images .box:hover img{
    transform: scale(1.1);
}
#innerpage-box .box .group1{
    display: block;
    position: relative;
    overflow: hidden;
}

#innerpage-box .box .group1 img{
    width: 100%;
    height: auto;
}

#innerpage-box .box .over-layer{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#innerpage-box .group1:before,
#innerpage-box .group1:after,
#innerpage-box .group1 .over-layer:before,
#innerpage-box .group1 .over-layer:after{
    content:"";
    width: 50%;
    height: 50%;
    position: absolute;
    background: #f3f;
    opacity: 0.5;
    transition: all 0.40s ease-in-out 0s;
    border-radius: 18px;
}

#innerpage-box .group1:before{
    top: 0;
    left: -100%;
    z-index: 1;
}

#innerpage-box .box:hover .group1:before{
    left:0;
}

#innerpage-box .group1:after{
    top: -100%;
    right: 0;
    background:#000;
}

#innerpage-box .box:hover .group1:after{
    top:0;
}

#innerpage-box .group1 .over-layer:before{
    left: 0;
    bottom: -100%;
    background:#000;
}

#innerpage-box .box:hover .over-layer:before{
    bottom:0;
}

#innerpage-box .group1 .over-layer:after{
    bottom: 0;
    right: -100%;
}

#innerpage-box .box:hover .over-layer:after{
    right:0;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
/* Catalogue slider Start */
.slider {
 width: 86%;
 position: relative;
 height: 490px;
 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: 35px;
   width: 334px;
   margin-left: 0;
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl {
  text-align: center;
  margin-top: 5px;
}
.ctrl-btn {
    font-size: 13px !important;
    /* min-width: 50px; */
    background: none;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #9e9e9e;
    position: absolute;
    margin-top: -60.5px;
    height: 23px;
    bottom: 0;
}
.ctrl-btn:hover{
    color:#000;
    background: none;
}
.ctrl-btn.pro-next {
 right: 45%;
 position: absolute;
 border: 2px solid #bfbfbf;
 padding: 3px 5px 3px 5px;
 margin: 0;
 z-index: 999;
 height: 45px;
 width: 45px;
}
.ctrl-btn.pro-prev {
 left: 46%;
 position: absolute;
 border: 2px solid #bfbfbf;
 padding: 0;
 margin: 0;
 z-index: 999;
 height: 45px;
 width: 45px;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/

#testimonials-section {
    background: #ffffff;
}

#testimonials-section .testi-icn{
    text-align: center;
}

#testimonials-section i.fa.fa-quote-left {
    font-size: 45px;
    margin-bottom: 30px;
}

#testimonials-section .test-con {
    font-size: 18px;
    padding: 40px 40px;
    background: green;   
    margin-bottom: 10px;
}

#testimonials-section .member-image{
    padding: 0;
    transition: all 0.9s ;
}

#testimonials-section .member-image img{
    transition: all 0.9s ;
}

#testimonials-section .ht-test-member:hover .member-image img{    
    border-radius: 50px;
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    transition: all 0.99s;
}

#testimonials-section h6 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12%;
    margin-bottom: 5%;
    word-break: break-word;
    position: relative;
    padding-left: 8%;
    transition: all 0.5s ;
}

#testimonials-section .test-content:hover h6{
    font-weight: 700;
    letter-spacing: 2px;
        transition: all 0.5s ;
}

#testimonials-section .text-designation{
    font-size: 17px;
    padding-left: 8%;
    font-weight: 500;
}

#testimonials-section .owl-carousel .owl-nav {
    position: absolute;
    top: 22%;
    display: none;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-prev {
    transition: all 0.8s ease;
    left: 7em;
    position: absolute;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 69em !important;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next{
    transition: all 0.8s ease;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next:hover,
section#testimonials-section .owl-carousel .owl-nav button.owl-prev:hover {
    border-radius: 0;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next, 
section#testimonials-section .owl-carousel .owl-nav button.owl-prev{
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
}

section#testimonials-section .owl-theme .owl-nav span {
    position: relative;
    bottom: 3px;
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
}
section#testimonials-section .owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}

section#testimonials-section .owl-theme .owl-dots .active span{
   /* width: 15px !important;
    height:12px !important;*/
}
section#testimonials-section .owl-theme .owl-dots .owl-dot span{
    width: 145px;
    height: 7px;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    background: #222;
}
section#testimonials-section .owl-theme .owl-dots {
    margin: 2px 30px 0 100px;
    text-align: left;
}
/*section#testimonials-section .wavy {
    margin: 20px 0;
}*/

/*================================================*/
/*=====================Faq=======================*/
.faq-section{
    padding-left: 40px;
}

#faq-teachers-section h3.faq-title{
    font-size: 19px;
    font-weight: 500;
        border: 1px solid #ccc;
    padding: 20px 15px;
        margin: 0;
}

.faq-section .faq-content p {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 15px 20px 20px;
    margin: 0;
}

.faq-section .faq-content{
    margin-bottom: 0px;
    padding: 0;
}
.faq-section .faq-content button.accordion {
    color: #444;
    width: 100%;
    background: none;
    padding: 0 0px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    border-radius: 0px;
}
.faq-section .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
}
.faq-section .faq-content button.accordion:after {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 18px;
    font-weight: normal;
    right: 0;
}

.faq-section h3.faq-title{
    font-size: 14px;
    font-weight: 600;
    border-top: 2px solid #000;
    padding: 10px 10px 10px 5px;
    margin: 0;
    background: none;
}

/*.faq-section .faq-box .pftab .faq .faq-content:last-child .faq-title{
    border-bottom: 2px solid #000;
}
*/
.faq-section .faq-content div.panel {
    background-color: #fbb34d;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    
}
.faq-section .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;  
}

/* ============================================
/* =========== testimonial page =============== */

.carousel-inner {
    border-radius: 10px;
}
.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;
    clear: both;
    /*margin-top: 30px;*/
}

#quote-carousel .carousel-control {
    background: none;
    color: #fc856d;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 225px;
    opacity: 1;
    z-index: 2000;
}
#quote-carousel .carousel-control.left {
    left: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.left i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: none;
}
#quote-carousel .carousel-control.right {
    right: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.right i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: none;
}
#quote-carousel .carousel-control.left i:hover {
    color: #ea70a1;
}
#quote-carousel .carousel-control.right i :hover {
    color: #ea70a1;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s;
    margin-right: 8px;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 170px;
    border-radius: 10px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

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


.testimonial-timeline{
   
    position: relative;
}

.testimonial-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.testimonial-timeline .timeline{
    width: 80%;
    padding: 30px 0 0;
    margin: 30px auto;    
}
.testimonial-timeline .timeline-content{
    color: #000;
    background: #ccc;
    min-height: 140px;
    padding: 0 25px 25px 30px;
    border: 2px solid #13cbca;
    border-radius: 20px;
    display: block;
    position: relative;
    font-style: italic;
}
.testimonial-timeline .timeline-content:hover{ 
    text-decoration: none; 
}
.testimonial-timeline .timeline-icon{
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 141px;
    height: 150px;
    width: 150px;
    /* box-shadow: 0 0 7px rgba(0,0,0,0.2); */
    /* border-radius: 50%; */
    position: absolute;
    top: -18px;
    right: -75px;
    z-index: 1;
}

.testimonial-timeline img.profile {
    width: 140px;
    height: 140px;
    /* border-radius: 50%; */
}

.testimonial-timeline .title{
    color: #fff;
    background: #3298C9;
    font-size: 22px;
    font-weight: 700;    
    letter-spacing: 1px;
    padding: 10px 40px;
    margin: -22px 0 20px 80px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}
.testimonial-timeline .description{
    font-size: 14px;    
    text-align: justify;
    margin: 0 65px 0 0;
}


@media screen and (max-width:990px){
    .testimonial-timeline .timeline .title{ margin-left:60px; }
   
}
.testimonial-timeline .description{
        margin: 0 20px 0 0;
        text-align: inherit;
}
.innerpage-bx-testbx .text-designation{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width:767px){
    .testimonial-timeline .timeline{ width: 100%; }
    .testimonial-timeline .timeline .timeline-content{ min-height: auto; }
    .testimonial-timeline .timeline .timeline-icon{
    font-size: 20px;
    line-height: 6px;
    height: 90px;
    width: 90px;
    right: auto;
    left: -17px;
    top: -50px;
}
   
   .testimonial-timeline img.profile {
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    top: 5px;
    position: relative;
 }

    .testimonial-timeline .timeline .title{
        padding-right: 20px;
        margin-bottom: 30px;
        display: inline-block;
        clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    }
   
   
    .testimonial-timeline .timeline-icon{ right: -150px; }
}

@media screen and (max-width:576px){
    .testimonial-timeline .title{ font-size: 18px; }
}

/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/

#innerpage-box .pricing-icon {
    border-radius: 40px;
}

#ht-princing-post-section {
   background:#fff;
   position: relative;
}

#pricing-page {
    z-index: 99;
}

#ht-princing-post-section svg.price-svg {
    margin-top: -26%;
    /* position: relative; */
    z-index: 0;
    fill:#0099ff;
}

#pricing-page .price-space.text-center {
    margin-bottom: 30px;
}
.ht-plan-block:hover .ht-princing-title {
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.ht-princing-title {
    font-size: 33px;
    padding: 30px 10px;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s;
}

.ht-plan-block{
    background: #fff;
    padding: 0px 0 70px 0;
    box-shadow: 0 0px 4px 3px rgba(33, 33, 33, 0.11);
}

.ht-princing-content {
    text-align: left;
    padding:0 20px 0 50px;
}

#ht-princing-post-section .Price-inn {
    font-size: 38px;
    font-weight: 700;
    background: #f3f3;
    clip-path: polygon(0% 0, 80% 0, 100% 100%, 0% 100%);
    padding: 0;
}

#ht-princing-post-section .p-month {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0;
    background: #dada1b;
    clip-path: polygon(0% 0%, 85% 0, 100% 100%, 11% 100%);
    margin-left: -6%;
    margin-top: 30px;
}

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

section#ht-princing-post-section .ht-princing-content ul li:before,
main#innerpage-box .ht-princing-content ul li:before {
    content: "\f00c";
    font-family: 'Fontawesome';
    font-size: 15px;
    font-weight: bold;
    padding-right: 20px;
}

section#ht-princing-post-section .ht-princing-content ul li,
main#innerpage-box .ht-princing-content ul li {
    list-style: none;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.price-space .pricingTable-signup i{
    padding-left: 15px;
}

.price-space .pricingTable-signup{
    display: inline-block;
    padding: 12px 25px;
    background: #fd9c58;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.7s ease 0s;
 
    border-radius: 10px;
    border: none;
    white-space: normal;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.price-space .pricingTable-signup::before,
.price-space .pricingTable-signup::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.price-space .pricingTable-signup::before {
    background: #7986cb;
}

.price-space .pricingTable-signup::after {
    background: #3f51b5;
}

.price-space .pricingTable-signup:hover {
    color: #fff;
}
.price-space .pricingTable-signup:hover::before,
.price-space .pricingTable-signup:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.price-space .pricingTable-signup:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

#ht-blog-box .our-homepage-blog {
    margin-bottom: 30px;
}

/*#ht-blog-box  .overlay5{
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg,#d1cfcf,#000 90%) no-repeat;
    opacity: 0.2;
    background-size: cover;
}*/

#ht-blog-box .box{
    overflow: hidden;
    position: relative;
    padding: 0;
}


#ht-blog-box .box img{
   width: 100%;
   height: 300px;
}


#ht-blog-box .box img{ 
        -webkit-transition: transform 0.5s ease-out;
        transition: all 0.5s ease 0s;
        transition: transform 0.5s ease-out; 
        }

#ht-blog-box .box:hover img{
            
    color:#edbfa7;
    transform: scale(1.1) rotateZ(5deg);
     -moz-transform: scale(1.1) rotateZ(0.10deg);
        -webkit-transform: scale(1.1) rotateZ(5deg);
     -o-transform: scale(1.1) rotateZ(5deg);
    transition: all 0.5s ease 0s;
    }
/*#ht-blog-box .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}*/
/*#ht-blog-box .box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

#ht-blog-box .box:after {
    background: #131d4e;
    width: 50px;
    height: 55px;
    position: absolute;
    top: 0;left: 45%;
    content: '';
    border-radius: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

#ht-blog-box .box:hover img,
#ht-blog-box .box.hover img {
opacity: 0.4;
}
#ht-blog-box .box:hover:after,
#ht-blog-box .box.hover:after {
-webkit-transform: scale(14);
transform: scale(14);
opacity: 0.3;
}*/
/*===============================*/

#ht-blog-box .pc_blog_content.pc-blog-content h5 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; 
    z-index: 9;
}

#ht-blog-box .pc_blog_content.pc-blog-content h5 {
    
    margin-top: -60px;
    /*margin-top: -21%;*/
    word-break:break-all;
    position: relative;
    white-space: normal;
    padding: 0 25px;
}

#blog-box .ht-blog-date {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
    background: #fc226a;
}

#ht-blog-box ul {
    padding: 8px 20px 8px 26px;
    margin: 0;
    position: absolute;
    top: 8%;
    z-index: 9;
    background: #f3f;
    clip-path: polygon(0% 0, 80% 0, 100% 100%, 0% 100%);
}

#ht-blog-box ul li i.fa {
    font-size: 16px;
    padding-right: 10px;
}

#ht-blog-box ul li {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}


/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
main#innerpage-box .ht-blog-thumbnail{
    text-align: center;
    border-radius: 6px 6px 0 0;
    position: relative;
    overflow: hidden;
}
main#innerpage-box .ht-blog-thumbnail:after{
 content: "";
 width: 100%;
 height: 100%;
 background: #000;
 position: absolute;
 top: 0;
 left: 0;
 transition: all 0.3s ease-in-out 0s;
 opacity: 0.45;
}
main#innerpage-box .ht-blog-thumbnail:hover:after{
    background-position: 100% 100%;
    opacity: 0.2;
}
#blog-box h2{
    margin: 15px 0 15px 0;
    font-weight: 700;
    word-break: break-word;
    line-height: 35px;
}
#blog-box .inner-blog-img{
    width: 100%;
}
#blog-box .inner-blog-post{
    background: #eee;
    padding-bottom: 2em;
    border-radius: 10px;
    margin-bottom: 20px;
}
#blog-box .inner-blog-img{
    border-radius: 7px;
    width: 100%;
    background: #fff;
}
#blog-box .inner-blog-excerpt{
    margin: 0 10px 10px 10px;
    word-break: break-word;
}
#blog-box .blog-read-more{
    text-align:center;

}
#blog-box .blog-read-more:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#blog-box .blog-read-more a{
    padding: 5px 40px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    border: 3px solid;
    border-radius: 50px;
}
#blog-box .blog-read-more a:hover{
    background: #fc226a;
    border: 3px solid #7c529c;
    transition: all 0.3s ;
}
.socialMedia{
    width: 100%;
    text-align: center;
    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 transparent;
    padding: 2px 10px;
    width: auto;
}
.socialMedia a:hover{
    background: none;
    border: 2px solid #3a3a3a;
    transition: all 0.5s ;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#innerpage-box .contact-page-form p {
    margin-bottom: 0;
}
div#ht-contactus-wrap .ht-section-title:before,
div#ht-contactus-wrap .ht-section-title:after{
    content: none;
}
div#ht-contactus-wrap .contact-page-address p {
    margin-bottom: 10px;
}

@keyframes animate {
  0% {
    background-position: -500%;
}
100% {
    background-position: 500%;
}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer .f-big{
    position: relative;
    overflow: visible;
    fill: #70e8d9;
    opacity: 0.4;
    float: right;
}

footer .f-small{
    position: relative;
    overflow: visible;
    fill: #70e8d9;
    opacity: 0.4;
}

footer#ht-colophon .widget_calendar table tbody td{
    background: none !important;
}
footer#ht-colophon .widget.widget_recent_entries ul li {
    display: block;
    /* font-weight: 500; */
}
footer#ht-colophon .single-time {
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    border-bottom: 1px dashed #848484;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
footer#ht-colophon .single-time span {
    display: inline-block;
    background: #0c0c0c;
    top: 7px;
    position: relative;
    padding-right: 7px;
    padding-left: 2px;
    font-size: 14px;
    font-weight: 500;
}    
footer#ht-colophon .widget.widget_media_gallery img:hover {
    opacity: 0.7;
}
footer#ht-colophon .ht-footer.ht-footer1 .social-profile-icons ul li a,
footer#ht-colophon .ht-footer.ht-footer2 .social-profile-icons ul li a,
footer#ht-colophon .ht-footer.ht-footer3 .social-profile-icons ul li a,
footer#ht-colophon .ht-footer.ht-footer4 .social-profile-icons ul li a {
    padding: 0 13px;
}
footer#ht-colophon .ht-footer.ht-footer1 .social-profile-icons ul li,
footer#ht-colophon .ht-footer.ht-footer2 .social-profile-icons ul li,
footer#ht-colophon .ht-footer.ht-footer3 .social-profile-icons ul li,
footer#ht-colophon .ht-footer.ht-footer4 .social-profile-icons ul li{
    transition: none;
    padding: 0;
}
footer#ht-colophon .ht-footer.ht-footer1 .social-profile-icons ul li:hover,
footer#ht-colophon .ht-footer.ht-footer2 .social-profile-icons ul li:hover,
footer#ht-colophon .ht-footer.ht-footer3 .social-profile-icons ul li:hover,
footer#ht-colophon .ht-footer.ht-footer4 .social-profile-icons ul li:hover{
    transition: none;
    padding-left: 0;
    padding-right: 0;
}
footer#ht-colophon div.wpcf7 input[type="file"] {
    width: 100%;
}
footer#ht-colophon .social-profile-icons ul li a {
    font-size: 25px;
    padding: 0 130px;
}
footer#ht-colophon .social-profile-icons ul li a {
    font-size:20px;
}

footer#ht-colophon .tagcloud a {
    font-size: 15px !important;
}
footer#ht-colophon .widget.widget_recent_entries a {
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}

footer#ht-colophon .gallery-item {
    max-width: 17.33%;
}
footer#ht-colophon figure.gallery-item {
    margin-right: 13px;
    margin-bottom: 13px;
}
footer#ht-colophon .widget.widget_media_gallery img {
    height: 100px;
    width: 100%; 
    padding-right: 0 !important;
}
footer#ht-colophon ul.list-inline.m-a0 {
    margin-right: 7%;
}
footer#ht-colophon .footer-logo {
    text-align: center;
}
footer#ht-colophon .upper-footer-row {
    padding: 110px 0 60px 0;
}
footer#ht-colophon .footer-social-up-right {
    text-align: right;
}
footer#ht-colophon form#searchform input[type="text"] {
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
}
#ht-top-footer div.wpcf7 input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
}
footer#ht-colophon textarea {
    height: 70px;
}
footer#ht-colophon .widget select {
    width: 100%;
    color: #ffffff;
}
footer#ht-colophon input[type="text"],
footer#ht-colophon input[type="email"],
footer#ht-colophon input[type="url"],
footer#ht-colophon input[type="password"],
footer#ht-colophon input[type="search"],
footer#ht-colophon input[type="number"],
footer#ht-colophon input[type="tel"],
footer#ht-colophon input[type="range"],
footer#ht-colophon input[type="date"],
footer#ht-colophon input[type="month"],
footer#ht-colophon input[type="week"],
footer#ht-colophon input[type="time"],
footer#ht-colophon .widget select{
    /*background: #ffffff;*/
    height: 50px;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 5px;
    width: 100%;
    border: 0;
}
footer#ht-colophon textarea{
 background: #ffffff;
 font-size: 15px;
 padding: 15px;
 margin-bottom: 5px;
 border: 0;
}

footer#ht-colophon form label{
    width: 100%;
}
footer#ht-colophon {  
    clear: both;    
}
div#copyright-note span {
    font-weight: normal;
}
footer#ht-colophon ul li a {
 color: #989898;
 font-weight: 600;
 font-size: 14px;
}

.ht-footer ul li:before {
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 6px;
    padding-right: 10px;
}
.social-profile-icons ul li:before {
    display: none;
}

.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
    background: none;
    height: 42px;
    width: 42px;
    text-align: center;    
    background: transparent;   
    margin-right: 8px;
    line-height: 42px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
}
footer#ht-colophon p {
    font-weight: 500;
    color: #989898;
    margin: 0;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 10px;
}
footer#ht-colophon p i{
    font-size: 20px;
    color: #fff;
    margin-right: 12px;
}
.ht-footer .textwidget .fa {
    margin-right: 5px;
}
.ht-footer ul li {
    padding: 5px 0 5px 0;
    list-style: disc;
    color: #757575;
}
.ht-top-footer ul li {
    font-weight: normal;
    line-height: 18px;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    list-style: none;   
    padding-right: 30px;
}
#ht-colophon{
    font-size: 16px;
}
#ht-colophon a, footer#ht-colophon ul li span.post-date{
    color: #989898;
    text-decoration: none;
}
#ht-colophon .widget-title{
    margin-bottom: 35px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

#ht-top-footer{
    color: #fff;
}
.ht-footer{
 float: left;
 margin-bottom: 75px;
}
.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 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"] {
    padding: 10px 40px;
    font-size: 16px;
    background: #ff7f7f;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

#ht-bottom-footer{
   text-align: left;
    padding: 30px 10px 30px 10px;
    color: #848484;
    line-height: 1.2;
    z-index: 2;
    background: #000000;
    top: 0px;
    position: relative;
}
.ht-site-info {
    color: #848484;
    font-size: 14px;
    padding-left: 0;
    font-weight: 500;
}
#ht-bottom-footer .text-right li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
#ht-bottom-footer .text-right li:nth-child(2):before {
    content: "|";
    padding: 0 10px 0 7px;
}
footer#ht-colophon ul li span.post-date {
    font-weight: 600;
}


.footer-info{
    border: 1px solid #fff;
    padding: 3em;
    margin-bottom: 5em;
}
.footer-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    /*text-align:center;*/
}

.footer-info ul li{
    list-style: none;
    margin: 0 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
}
.footer-info ul li .fa{
    margin-right: 10px;
    font-size: 35px;
    transform: rotateZ(-42deg);
}
#ht-top-footer .fbx-title{
    font-size: 26px;
    margin-top: 16px;
    line-height: 30px;
    padding: 0;
}
#ht-top-footer li.fphone {
    float: right;
    margin: 0;
}
.footer-info h5 {
    font-size: 10px;
    margin: 0 0 -8px 0;
    padding: 0 1px 0px 50px;
    text-align: left;
    position: relative;
}

.footer-info .f-boxbtn a{
    padding: 15px 25px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #f3f3;
    border-radius: 10px;
    border: none;
    white-space: normal;
    transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;

    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000;
} 
/*.ht-footer1{
    border-right: 1px solid #ffffff;
}*/
/*--------------------------------------------------------------
## Details Section
--------------------------------------------------------------*/

#details .details-box{
    background: #f3f3;
    padding: 65px 40px 0px 100px;
    margin-top: -75px;
}

#details .phone{
    border-bottom: 1px solid #fff;
    padding: 0;
}

#details .phone i{
    font-size: 40px;
    background: #fff;
    padding: 22px 22px;
    border-radius: 18px 18px 0 0;
}

#details .p-no{
    font-size: 55px;
    font-weight: 600;
    color:#fff;
    padding: 20px 0;
}

#details .mail{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 35px 0;
}

#details .mail i{
    font-size: 28px;
}
#details .details-img img{
    width: 100%;
    height:100%;
}
/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/
 #ht-appintment-section .ht-section-title-tagline{
    position: relative;
    z-index: 10;
    text-align: left;
    margin-bottom: 2em;
 }
 /*#ht-appintment-section  h2.ht-section-title{
    text-align: left;
 }*/
/* #ht-appintment-section .wavy {
    margin: 20px 0 0;
}*/
#ht-appintment-section .contact-box{
    padding: 6em 16em 6em 4em;
   /* box-shadow: 0 0 2px 0.5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 11px rgba(63, 78, 100, 0.15);
    overflow: hidden;
    position: relative;
    margin-right: 20em;
}

section#ht-appintment-section form{
    text-align: left;
    position: relative;
    z-index: 20;     
}

section#ht-appintment-section input[type=file] {
    width: 100%;
}

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

#ht-appintment-section .ht-appintment-member-wrap input::placeholder{
    color:#fff;
    opacity: 1;
}



.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{    
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 17px 0;
    border-radius: 0;
    padding: 12px 23px;
    font-size: 15px;
    height: 55px;
    background: transparent;
    border: 1px solid #000000;
    font-weight: 500;
}
.ht-appintment-member-wrap select{
    outline: 0;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 15px 0;
    border-radius: 00px;
    padding: 0px 26px;
    font-size: 15px;
    height: 55px;
}
.ht-appintment-member-wrap textarea {
    height: 150px;
    padding: 12px 23px;
    font-size: 15px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder{
    color:#fff;
}
.ht-appintment-member-wrap label{
    color:#fff;
    margin:0;
}
.ht-appintment-member-wrap input[type="submit"]{   
    border: none;
    padding: 11px 30px;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    float: right;
}
/*.lz-fitness-address-lable{
	margin:20px 0 0 0;
}*/

/*====================appontment-contect box===========================*/

#ht-appintment-section .discount-box{
    background: #0de9df;
    padding: 4em 5em;
    /* margin: 0em 0 0 0; */
    /* position: absolute; */
    /* width: 100%; */
    z-index: 999;
    margin-right: 2em;
    text-align: right;
    margin-top: -105%; 
}

#ht-appintment-section .contact-box-inn {
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
}

#ht-appintment-section .contact-box-inn i.fa.fa-map-marker {
    margin-top: 10px;
}

#ht-appintment-section .contact-box-inn i.fa.fa-envelope{
    font-size: 20px;
    line-height: 44px;
}
#ht-appintment-section .discount-textbox p{
    font-size: 15px;
}

#ht-appintment-section .contact-box-inn h3{
    font-weight: 600;
    font-size: 16px;
    margin: 12px 0;
    line-height: 24px;
    white-space: normal;
    word-break: break-all;
}
#ht-appintment-section .contact-box-inn:hover .contact-icon i{
    transform: rotateY(360deg);
    transition: transform 0.5s ease-out;
    /*border-radius: 0;*/
} 

#ht-appintment-section .contact-box-inn i{
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    background: #f3f3;
    text-align: center;
    transition: all 0.5s ease 0s;
}

#ht-appintment-section .con-social {
    padding: 20px 0;
}

#ht-appintment-section .con-social span{
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
    color: #000;
    line-height: 30px;
  
    z-index: 1;
    position: relative;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

#ht-appintment-section .con-social span:hover{
        -webkit-transform: translateY(-6px);
         transform: translateY(-6px);
}


@media screen and (min-width: 280px) and (max-width: 590px){

    #ht-appintment-section .discount-box .discount-textbox h4{
        font-size: 60px;
        line-height: 50px;
    }
     #ht-appintment-section .discount-box .discount-textbox h2{
        font-size:35px;
    }
     .discount-box .rightimg img {
    size: 0;
    width: 60%;
    float: right;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px){

    #ht-appintment-section .discount-box {
        background: #0de9df;
        padding: 4em;
        margin: 2em 0;
        position: relative;
        width: 100%;
        z-index: 999;
        left: 0;
        overflow: hidden;
    }
    #ht-appintment-section .contact-box{
        padding: 1em 2em;
        margin: 0;
    }
    #ht-top-footer li.fphone{
        float: left;
    }
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
#ht-newsletter-section{
    position: relative;
}
#ht-newsletter-section .elementor-shape{
      overflow: hidden;
    position: relative;
    left: 0;
    top: -66px;  
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 5;
}


#ht-newsletter-section .ht-section-title-tagline p{
    margin: 20px 0 0 0;
}

.elementor-shape-fill{
    width: 100%;
}

#ht-newsletter-section .sec-overlaybg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #09e3e8;
    opacity: 0.5;
    background-size: cover;
    /*z-index: 1;*/
}

section#ht-newsletter-section .box-form p{
    margin-bottom: 0;
}
section#ht-newsletter-section .padding0 {
    padding: 0;
}
section#ht-newsletter-section div.wpcf7 input[type="file"] {
    width: 100%;
    font-size: 13px;
}
section#ht-newsletter-section label {
    width: 100%;
}


.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,
section#ht-newsletter-section select{   
    border: none;
    color: #fff;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 22px 25px;
    background: #ffffff;
    font-size:16px;
    border-radius: 30px;
}
.newsletter-form-box input[type="text"]::placeholder, 
.newsletter-form-box input[type="email"]::placeholder, 
.newsletter-form-box input[type="url"]::placeholder, 
.newsletter-form-box input[type="password"]::placeholder, 
.newsletter-form-box input[type="search"]::placeholder, 
.newsletter-form-box input[type="number"]::placeholder, 
.newsletter-form-box input[type="tel"]::placeholder, 
.newsletter-form-box input[type="range"]::placeholder, 
.newsletter-form-box input[type="date"]::placeholder, 
.newsletter-form-box input[type="month"]::placeholder, 
.newsletter-form-box input[type="week"]::placeholder, 
.newsletter-form-box input[type="time"]::placeholder, 
.newsletter-form-box input[type="datetime"]::placeholder,
.newsletter-form-box input[type="datetime-local"]::placeholder, 
.newsletter-form-box input[type="color"]::placeholder,
.newsletter-form-box textarea::placeholder{
    color: #000;
}
.newsletter-form-box textarea{
    height: 65px;
}
.newsletter-form-box label, .newsletter-form-box p {
    color: #fff;
}


.newsform-box {
    padding: 0 15px;
}

.lz-fitness-address-lable{
    margin:20px 0 0 0;
}
.newsletter-form-box div.wpcf7-response-output{
	position: absolute;
	margin:0;
}
.newsletter-form-box input[type="submit"] {
    border: none;
    padding: 1em;
    height: 55px;
    font-size: 19px;    
    font-weight: 500;
    text-indent: -999px;
    background: none;
    height: 40px;
    font-size: 20px;
    float: right;
    position: absolute;
    right: 35px;
    top: 0px;
    height: 58px;
}
.newsletter-form-box .wpcf7:after {
    content: "\f1d8";
    position: absolute;
    top: 19px;
    font-size: 23px;
    right: 6%;
    color: #fff;
    background-repeat: no-repeat;
    height: 26px;
    width: 30px;
    font-family: 'Fontawesome';
    cursor:pointer;
}
.newsletter-form-box input[type="submit"]:hover{
    background: transparent !important;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}
#innerpage-box{
    padding:1em 0;
    background: #ffffff;
}
.single-post .ht-main-title {
    margin: 0px 0 15px;
    padding: 15px 15px 0;
}
.innerpage-whitebox{
    background: #fff;
    padding: 2em 2em 2em 2em;
    border-radius: 10px;
    /* margin-bottom: 10px; */
    margin-top: -60px;
}
#content-box h4{
    margin: 20px 0 5px 0; 
}
#content-box ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#content-box ul li:before {
    content: "\f101";
    font-family: 'Fontawesome';
    margin-right: 10px;

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

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 30px 0 #88828230;
}
img.ht-page-header-img{
    width: 100%;
}
.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;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
div#ht-contactus-wrap div.wpcf7 input[type="file"] {
    width: 100%;
    font-size: 15px;
}
#ht-contactus-wrap .lz-appointment-addresss,
#ht-contactus-wrap .lz-appointment-email,
#ht-contactus-wrap .lz-appointment-phhone {
    word-break: break-word;
}
main#innerpage-box #ht-contactus-wrap h2 {
    line-height: 30px;
}

#ht-contactus-wrap .contact-page-form{
    background: #fe5722;
    border-radius: 10px;
    padding: 2em;
    color: #fff;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
#ht-contactus-wrap .contact-page-form svg{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*#ht-contactus-wrap .contact-page-form svg circle{
    fill: #5cf0e9;
}*/

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

#ht-contactus-wrap  h1{
 color: #fff;
 text-align: center;
 margin: 0 0 30px 0;
 background: none;
 outline: none;
 border: none;
 font-size: 35px;
 display: block;
 font-weight: 600;
}
#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select
{
    border:none;
    border-bottom: 1px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 32px 0;
    font-size: 15px;
}
#ht-contactus-wrap select {
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    height: 50px;
    font-size: 15px;
}
#ht-contactus-wrap select::placeholder{
    color:#fff;
    opacity: 0.8;
}
#ht-contactus-wrap textarea{
    height: 50px;
}
#ht-contactus-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}
#ht-contactus-wrap label{
    color:#ffffff;
    width: 100%;
}
#ht-contactus-wrap input[type="submit"]{
    background: #fb216a;
    border: 2px solid #fb216a;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 10px;
}
#ht-contactus-wrap input[type="submit"]:hover{
    border: 2px solid #fff;
    background: #fb216a;
    font-weight: 700;
    color: #fff;
    opacity: 1;

}

.lz-fitness-address-lable{
    margin:20px 0 0 0;
}
.contact-mapbox{
    margin:2em 0 0;
}
.contact-mapbox iframe{
    width: 100%;
    height:350px;
    background:#fe5722;
    padding:5px;
    border-radius: 5px;
}
.address-box{
    margin: 0 0 20px 0;
}
.contact-sm-links {
    margin: 0;
}
.contact-sm-links li {
    display: inline-block;
    /* padding: 2px; */
    margin: 1px;
    list-style: none;
}
#ht-contactus-wrap .contact-sm-links li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.apointmentmain-box .socials {
    text-align: center;
    margin-top: 20px;
}
#ht-contactus-wrap .contact-sm-links li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.contact-sm-links li a{  
    font-size:30px;
    padding: 7px 10px;
}
.contact-sm-links li a:hover {
    color: #fc226a;
    border-color: #fc226a;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
}

.error404 .oops-text{
    text-align: center;
}

.toggle-bar{
    display: none;
}
/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 45px !important;
    border: 4px solid #f1f0f0 !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: 5px solid #f1f0f0 !important;
    /*height: 230px;*/
}
.woocommerce div.product div.images img {
    border: 5px 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;
}
.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{
    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;
    background-color: #ec5597;
    border: 1px solid #ec5597;
    border-radius: 3px;
}
h2.woocommerce-loop-product__title{
    font-family: inherit;
    font-size: 18px !important;
}

.woocommerce ul.products li.product:hover .button{
    border-color: #fe5722;
    background-color: #fe5722;
    color: #FFF;
}

.woocommerce ul.products li.product .button.loading{
    opacity: 1;
}

.woocommerce a.added_to_cart{
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    font-size: 13px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    border-color: #fe5722;
    background-color: #fe5722;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: #333;
    border-color: #333;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

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

.woocommerce span.onsale{
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 -6px;
    top: 0;
    left: 0;
}

.woocommerce span.onsale:after{
    border-color: transparent #e8ae00 #e8ae00 transparent;
    border-width: 3px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.woocommerce ul.products li.product .onsale{
    margin: 10px -6px 0 0;
}

.woocommerce ul.products li.product .onsale:after{
    border-color: transparent transparent #e8ae00 #e8ae00;
    border-width: 3px;
    border-style: solid;
    right: 0px;
    left: auto;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #fe5722
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
    font-weight: 400;
}

.woocommerce .product_meta{
    font-size: 15px;
}

.woocommerce .product_meta a{
    color: inherit;
}

.woocommerce .product_meta a:hover{
    color: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    border-bottom: 2px solid #fe5722;
    padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #333;
    border-radius: 0;
    margin: 0 6px 0 0;
    padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #FFF !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{
    font-size: 22px;
    margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{
    width: 100%;
}

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{
    width: 100%;
}

.related.products h2{
    margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    background: #fe5722;
    padding: 10px 20px;
    color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
    background: #333;
    color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #fe5722;
    border-color: #fe5722;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    line-height: 40px;
    font-size: inherit;
    padding: 0;
}

.select2-container .select2-choice{
    border: 1px solid #EEE;
    font-size: 0.9em;
    color: inherit;
    border-radius: 0;
}

.select2-results{
    font-size: 0.9em;
    color: inherit;
}

.select2-drop-active{
    border-color: #EEE;
}

.select2-drop.select2-drop-above.select2-drop-active{
    border-color: #EEE;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    border-top-color: #fe5722;
    font-size: 0.9em;
    margin-bottom: 15px;
}

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

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
    padding: 10px 20px;
    line-height: 1;
    height: auto;
    margin-right: 15px;
}

.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;
    border: 1px solid;
}

.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-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{
        margin-left: -68%;
        left: 74%;
        top: 64%;
        width: 460px;
    }
    .ct-btn-scroll{
        bottom: 20px;
    }
    #ht-home-slider-section .sbimg {
    margin-top: -5.6%;
}
#ht-home-slider-section .btn {
    margin-top: 15px;
}

}

@media screen and (max-width: 1000px){
    .toggle-bar{
     display: block;
     position: absolute;
     top: -35px;
     right: 35px;
     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-main-navigation li.current_page_item a, 
.page-template-home-template .ht-main-navigation .current_page_item > a, 
nav#ht-site-navigation ul li a:hover {
   /*color: #fff !important;*/
}

.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: 35px;
    right: 35px;
    top: 5px;
    background: #fe5722;
    z-index: 2500;
    box-shadow: 0px 0px 3px 2px rgba(197, 197, 197, 0.17);
}

.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){
    div#ht-home-slider-section .char{
        font-size: 14px;
    }
    div#ht-home-slider-section p{
        padding-left: 40px;
        padding-right: 40px;
        font-size: 14px;
    }

    #ht-home-slider-section .sbimg {
    text-align: left;
    margin-top: -8%;
}
    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
        margin-bottom: 10px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button{
        margin-bottom: 15px;
    }
    .ht-main-navigation a{
        padding: 8px 17px;
    }
    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }
 /*   #ht-bottom-footer,.ht-top-footer{
        margin-left: 25px;
    }
*/
    .ht-footer:last-child{
        margin-bottom: 0;
    }
    .ht-slide-cap-descmore a{
      font-size: 2vw;
  }
  .ht-slide-cap-title{
    font-size: 24px;
    font-size: 4vw;
    margin-bottom: 0px;
}

#primary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}
#secondary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}
.ht-slide-caption {
    top: 50%;
    left: 77%;
    width: 620px;
}
}

@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 */
@media screen and (min-width: 1024px) and (max-width: 1200px){
    footer#ht-colophon .social-profile-icons ul li a{
     padding: 0 85px;
 }
 main#innerpage-box .our-team .social li a{
    width: 32px !important;
    height: 32px !important;
}
 .f-small circle {
    cx: 360 !important;
}
 .weprovide-post .details {
    padding: 2em 0em 0 0em;
}

 #ht-appintment-section .discount-box {
    padding: 2em 2em;
    margin-top: -142%;
}
#ht-blog-box .pc_blog_content.pc-blog-content h5{
    margin-top: -111px; 
}
section#testimonials-section .owl-theme .owl-dots {
    margin: 2px 30px 0 68px;
}
section#testimonials-section .owl-theme .owl-dots .owl-dot span {
    width: 100px;
}

}
@media screen and (min-width: 320px) and (max-width: 1024px){

    section#location-section .single-location-bx{
        padding: 9em 0 9em 0 !important;
    }

    section#testimonials-section .owl-carousel .owl-nav button.owl-prev{
       left: 4em !important;  
   }
   section#testimonials-section .owl-carousel .owl-nav button.owl-next {
    left: 52em !important;
}
section#timing-section .single-timing-bx {
    margin: 3em 2em 0 2em !important;
}
section#featured-product-section .product-grid ul{
    margin: 0 22px !important;
}
header.site-header .list-inline.m-a0 li{
    width: 34px;
    height: 34px;
    line-height: 15px;
}
.ht-site-title, .site-title{
    font-size: 30px;
}

section#ht-appintment-section .text-bx{
    font-size: 22px;
    padding-right: 60px;
}
section#skills-content-section .homeface-content{
    padding-right: 20px !important;
    right: 0 !important;
}
div#ht-Pricing-section .col-md-3.col-sm-6.col-xs-12 h3.plan-title {
    padding: 0 !important;
}
div#ht-Pricing-section .col-md-6.col-sm-6.col-xs-12 .price-box {
    padding: 50px 25px 150px !important;
}
div#ht-Pricing-section .col-md-12.col-sm-12.plan .price-box{
    padding: 70px 55px 100px 55px !important;
}
div#ht-Pricing-section .rg-pricingTable {
    margin: 0 0em !important;
}
div#ht-Pricing-section .price-box{
    padding: 15px 15px 15px 15px !important;
}
div#ht-Pricing-section .table-content{
    font-size: 14px !important;
    padding: 5px 10px 20px 10px !important;
}
div#ht-Pricing-section h3.plan-title{
    font-size: 25px !important;
}

section#ht-about-section .ht-section-title:after {
    width: 41% !important;
}
section#ht-team-section .team-data p{
    font-size: 12px !important;
}
section#ht-team-section .team-name {
    padding: 4px 20px 0px 20px !important;
}

section#ht-team-section .team-thumbnail{
    height: 350px !important;
}
.innerpage-whitebox{
    padding: 1em 0em 1em 0em;
}

header.site-header button.header-btn{
    padding: 11px 26px;
    font-size: 12px;
}
header.site-header .list-inline.m-a0{
    padding-left: 0px !important;
}
header.site-header .text-bx.padding0{
    padding-left: 15px;
}
}
@media screen and (max-width: 768px){

    #testimonials-section .owl-theme .owl-dots {
    margin: 2px 30px 0 20px !important;
}
    .ht-slide-cap-title.animated.fadeInLeftBig{
        line-height: 45px;
    }
    
    .ht-slide-cap-title.animated.fadeInLeftBig{
        font-size: 60px;
    }
    .ht-site-title, .site-title{
        text-align: left;
    }
    main#innerpage-box .faq-content.padding0 img{
        height: 110px !important;
    }
    .ht-slide-cap-title.animated.fadeInDown,
    .ht-slide-caps-title.animated.fadeInDown {
        line-height: 30px !important;
    }
    main#innerpage-box h6.faq-title{
        padding: 10px 75px 8px 17px !important;
    }
    .single-productpage .innerpage-whitebox,
    .single-productpage #sidebars {
        margin-top: 00px;
    }
    section#support-content-section img{
        position: relative !important;
    }
    section#testimonials-box .owl-nav button.owl-prev span {
        left: -20px;
    }
    section#testimonials-box .owl-nav button.owl-next span {
        right: -20px;
    }
    
    section#faq-teachers-section .lightbox {
        padding: 0em 1em 4em 1em !important;
    }
    
    section#ourprocess-post-section i.fa.fa-arrow-right {
        right: 60px !important;
    }
    section#ct-service-box .servicecontent-box {
        text-align: center;
        padding-top: 25px;
    }
    
   
    .ht-slide-caps-title.animated.fadeInDown {
        font-size: 26px;
    }
    .ht-main-navigation li{
        padding-right: 00px;
    }
    
    .ht-site-title a, .site-title a{
        top: 0 !important;
    }
    #ht-masthead .padding0.header-shape{
     float: left !important;
 }

 .ht-slide-cap-title.animated.fadeInDown
 {
    font-size: 22px;
}
.ht-slide-cap-desc.animated.fadeInDown{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.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: 0;
    top: 140px;
}
#quote-carousel .carousel-control.left {
    left: -7px;
    top: 140px;
}
#quote-carousel .carousel-control {
    margin-top: -50px;
}
.ht-section-title{
    /*font-size: 35px;*/
}
.ht-slide-cap-descmore {
    margin-top: 5px;
}
}

@media screen and (min-width: 320px) and (max-width: 425px){
    body {
        position: inherit; 
    }
    #ht-blog-box .pc_blog_content.pc-blog-content h5 {
    margin-top: -100px;
}
footer .f-big,footer .f-small{
    display: none;
}
.footer-info{
    padding: 3em 1em;
}
    #testimonials-section .owl-theme .owl-dots .owl-dot{
        display: none;
    }
    #ht-home-slider-section .sbimg{
        display: none;
    }
    #ht-appintment-section .discount-box{
        padding: 2em;
    }
}
@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;
}
/**/

@media screen and (min-width: 1024px) and (max-width: 1200px){

    main#innerpage-box .main-inner-ser-bx .panel.panel-card:hover .panel-heading {
        height: 120px !important;
    }
    main#innerpage-box .main-inner-ser-bx .panel.panel-card .panel-heading{
        height: 160px !important;
    }
    #innerpage-box div#content-box .wrap{
        padding: 20px 25px 20px 25px;
    }
    #ht-masthead input[type="search"]{
        padding-right: 0px;
    }
    #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-slider-highlighttext {
        font-size: 30px;
    }
    .ht-slide-cap-title.animated.fadeInDown {
            font-size: 35px;
            line-height: 40px;
    }
    #ht-appintment-section .box-effect {
       padding: 0;
   }
   #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;
}
#ht-masthead ul.header-menu-links li {
    font-size: 12px;
    padding: 2px 5px;
}
#ht-masthead ul.header-menu-links li.themetext {
  font-size: 12px; 
  padding: 2px 5px;
}
.ht-site-description a {
  font-size: 12px;
}
#ht-appintment-section .color-box {
    top: 0px;
}
}
#ht-masthead .padding0.header-shape {
    float: right;
    text-align: right;
}
ul.themetext {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ht-masthead ul.themetext li {
    display: inline-block;
    padding-left: 35px;
    font-size: 15px;
}
header#ht-masthead .upper-header {
    padding: 10px 0;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.padding10 {
    padding: 10px;
}
.featured-img{
    display: block;
    position: relative;
}
.featured-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #e4b42c;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    opacity: 0.7;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 22%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    clip-path: polygon(0 0, 80% 0%, 100% 45%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.featured-img:hover:after{
    width: 100%;
}
.ht-site-title, .site-title {
    margin: 0;
}
.ht-site-title a, .site-title a {
    position: relative;
    top: 10px;
}
.padding13 {
    padding: 0px 9px 0px 12px;
}
/*div#ht-home-slider-section .btn{
    position: relative;
    border-radius: 30px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 30px;
}*/
/*div#ht-home-slider-section .btn:hover{
    color: #fff;
}
div#ht-home-slider-section .btn:after{
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease 0s;
}
div#ht-home-slider-section .btn:hover:after{
    width: 100%;
}
div#ht-home-slider-section .btn.red:after{
    background: #ff6e6e;
}
*/

/*.bor-tow{
    height: 233px;
    overflow: hidden;
    position: absolute;
    right: -24px;
    bottom: -33px;
    z-index: 999;
    transform: rotate(-2deg);

}*/
@media screen and (min-width: 250px) and (max-width: 768px){
    .bor-tow{
        display: none;
    }
}





/*============= services section =============*/

@media screen and (min-width: 320px) and (max-width: 320px){
    #innerpage-box div#content-box .wrap {
        padding: 25px 25px;
    }
    main#innerpage-box div#content-box .member-social-icon {
        margin-top: 15px;
    }
    main#innerpage-box div#content-box .member-social-icon a{
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
    }
    #innerpage-box div#content-box .team-overlay p{
        font-size: 12px;
    }
    section#ht-welcomepets-section .pets-contact-text h2 {
        font-size: 32px;
    }
    section#ht-welcomepets-section table.last-bx th:before {
        left: 8% !important;
    }
    section#ht-welcomepets-section table.last-bx th {
        padding-left: 27% !important;
    }
    section#ht-team-section .ctrl-btn.pro-next {
        right: 32% !important;
    }
    #innerpage-box div#content-box .col-md-6.col-sm-6.col-xs-12 section.main .ch-grid li,
    #innerpage-box div#content-box .col-md-4.col-sm-6.col-xs-12 section.main .ch-grid li,
    #innerpage-box div#content-box section.main .ch-grid li {
        width: 100%;
        height: 200px !important;
        display: block;
    }

    .ht-slide-cap-desc {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        padding-bottom: 5px;
    }
    .ht-slide-cap-descmore a {
        padding: 7px 20px;
        font-size: 10px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        font-size: 20px;
    }
    section#testimonials-box .testimonial-content-box{
        padding: 30px 25px 40px 25px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 8px;
    }
    #innerpage-box div#content-box .innertestimonialpage-box blockquote{
        padding: 0 0 70px !important;
    }
    section#testimonials-box .hometest-rightbox {
        bottom: -30px !important;
    }
    .ht-slide-cap-desc {
        line-height: 15px;
    }
    .woocommerce div.product .woocommerce-product-rating {
        line-height: 5 !important;
    }
    .star-rating {
        padding-top: 15px;
    }
    section#testimonials-box h2.title:before {
        left: -10px !important;
    }
    .faqblog .ht-section-title {
        font-size: 25px;
    }
    section#ht-blog-section ul li {
        font-size: 10px !important;
        padding-right: 10px !important;
    }
    section#ourprocess-post-section i.fa.fa-arrow-right {
        right: 20px !important;
    }
    .ht-main-navigation .ht-menu {
        left: 23px;
        right: 25px;
    }
    .toggle-bar {
        right: 25px !important;
    }
    #ht-masthead ul.themetext li {
        font-size: 10px !important;
    }
    .socialMedia a {
        /*font-size: 8px !important;
        padding: 5px 5px;*/
    }
}
div#content li.blocks-gallery-item:before {
    content: none;
}
div#content li.blocks-gallery-item {
    padding: 14px 14px 0 14px;
}
div#content li.blocks-gallery-item img:hover {
    opacity: 0.5;
}
div#ht-contactus-wrap .contact-sm-links {
    margin-bottom: 35px;
}
#ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook {
    padding: 4px 3px;
}
div#sitemap-box h3 {
    font-size: 20px;
    background: #2e2e2e;
    display: inline-block;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 40px 0;
}
div#sitemap-box .sitemap-blogposts ul {
    padding: 5px 5px 5px 0;
    margin: 0;
}
div#sitemap-box .sitemap-posts-box {
    margin-bottom: 15px;
}
div#sitemap-box .blogpostsitemap li {
    list-style: none;
}
div#sitemap-box .sitemap-posts-box img {
    width: 100%;
}
.single_post .post-date-publishable {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.woocommerce-product-search .search-field {
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce .star-rating {
    float: right;
    position: relative;
    height: 3em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    font-family: star; 
    overflow: initial;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    display: none;
}
.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    /*display: none;*/
}
.comment-text .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
    margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    border: 1px solid;
}
.woocommerce #review_form #respond .form-submit input {
    border: 1px solid;
}
.woocommerce div.product div.images img:hover {
    opacity: 0.8;
}
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{
    float: right;
    display: contents;
}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {
    display: inherit;
}
.woocommerce .star-rating::before{
    float: right !important;
    top: 0 !important;
    right: 0 !important;
    position: relative;
}
.woocommerce div.product .woocommerce-product-rating{
    line-height: 0px;
}
.woocommerce ul.products li.product a img:hover {
    opacity: 0.8;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border: 1px solid;
}
#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 {
    border: 1px solid;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    border: 1px solid;
}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead,
body.page-template-default.page.page-id-133.logged-in.admin-bar.woocommerce-cart.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support #ht-masthead,
body.page-template-default.page.page-id-135.logged-in.admin-bar.woocommerce-account.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead {
    position: relative;
}
.woocommerce table.shop_table{
    padding-bottom: 30px;
}


section#inner-blog-section h2.title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px 20px 30px;
    background: #121212;
    margin-top: 50px;
    display: block;
}
section#inner-blog-section h2.title a:hover{
    color: #ffffff;
}
section#inner-blog-section img {
    width: 100%;
}
section#inner-blog-section img:hover {
    opacity: 0.8;
}
section#inner-blog-section .readMore a {
    font-size: 14px;
    color: #ffffff;
}
section#inner-blog-section .readMore {
    padding: 10px 20px 10px 20px;
    background: #2e2e2e;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
}
section#inner-blog-section .post-content {
    padding-top: 20px;
}
/*================ testimonial =================*/

/*========= Support Section =================*/
.woocommerce #reviews h2 small{
    float: none;
}
header.page-main-header .innerpgimg{
    display: block;
    position: relative;
}
header.page-main-header .innerpgimg:after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 background: #000;
 transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 opacity: 0.6;
}
/*============= Services Page ==============*/
/*===== galery shortcode ===========*/

/*-----------------------
## page scroll
-----------------------------*/

#back2Top {
    width: 43px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 13px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    height: 43px;
}
#back2Top:hover {
    background-color: transparent;
    color: #fff;
}
/*========= for accordation ====================*/
.faq-content {
    margin-bottom: 15px;
        padding: 0;
}
div#content-box .faq-content button.accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 10px 0;
    margin: 0;
    background: #fbb34d;   
    border-radius: 8px;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
}
div#content-box .faq-content button.accordion:before {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 12px;
    color: #000;
    float: right;
    position: absolute;
    top: 18px;
    left: 30px;
    font-weight: normal;
}
div#content-box .faq-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
}
div#content-box .faq-content div.panel {
    background-color: #fbb34d;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    border-radius: 8px;
    /*border-bottom: 5px solid #ccc;
    border-left: 5px solid #ccc;*/
    /*border-top: 0;*/    
    border: 0px;
}
div#content-box .faq-content div.panel.show {
    margin-top: 1px;
    opacity: 1;
    max-height: 500px;  
}
main#innerpage-box div#content-box h3.faq-title {
    padding: 0 60px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    word-break: break-word;
    font-family: inherit;
}
div#content-box .faq-content.padding0 p {
    font-size: 16px;
    padding: 12px 25px;
    letter-spacing: 1px;
    word-break: break-word;
    margin: 0;
}
/*div#content-box .faq-content div.panel.show:after {
    content: "";
    width: 70%;
    border-bottom: 5px solid #0c0c0c;   
    position: absolute;
    bottom: 0;
    left: 5px;
}*/


/*========= for accordation ====================*/
footer#ht-colophon table td {
    font-size: 14px;
    padding: 5px;
    font-weight: 600;
}
#innerpage-box p {
    font-size: 15px;
}
main#innerpage-box li {
    font-size: 15px;
}
.sidebar_list {
    margin-top: 2em;
}
div#secondary caption {
    padding-top: 12px;
    padding-bottom: 12px;
}
div#secondary .widget_calendar table {
    margin: 0;
    padding: 0;
}
div#blog-box.innerpage-whitebox {
    padding: 2em 2em 2em 2em;
}
.single_post i.fa.fa-calendar-o {
    padding-right: 10px;
}
div#commentsAdd .comment-form [class*="comment-form"] {
    width: 100%;
}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
    font-size: 15px;
}
.single-productpage h2.woocommerce-loop-product__title {
    line-height: 33px;
    word-break: break-word;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 415px;
    height: 300px;
}
div#blog-box.innerpage-whitebox article.post.excerpt {
    background: #eee;
    padding: 2em;
    border-radius: 10px;
    margin-bottom: 20px;
}
main#innerpage-box div#commentsAdd textarea#comment {
    background: transparent;
}
div#respond textarea#comment {
    background: transparent;
}
div#comments input[type="submit"] {
    padding: 10px 20px;
    border-radius: 5px;
    height: 50px;
}
footer#ht-colophon .footer-logo img {
    margin: 0 auto;
    text-align: center;
}
footer#ht-colophon .widget_calendar table {
    margin: 0;
}
main#innerpage-box div#sitemap-box ul li {
    list-style: none;
}
main#innerpage-box div#sitemap-box ul li a {
    position: relative;
    padding-left: 20px;
}
main#innerpage-box div#sitemap-box ul li a:before {
    font-family: 'FontAwesome';
    content: "\f04e";
    position: absolute;
    font-size: 10px;
    opacity: 1;
    font-style: normal;
    left: 0;
    top: 0px;
}
div#sitemap-box ul {
    margin: 0;
}
#innerpage-box .widget-area .widget-title {
    line-height: 35px;
    word-break: break-word;
}
main#innerpage-box .woocommerce-product-search .search-field {
    border: 1px solid #e9e7e7;
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
}
div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}
section#ht-appintment-section .appointment-img img {
    width: 100%;
    height: 100%;
}
section#ht-appintment-section .appointment-img img {
    margin-top: -100px;
}

/*======================= Services Innerpage =============================*/

main#innerpage-box #content-box .panel.panel-card i.fa.fa-long-arrow-right {
    color: #fff;
    position: absolute;
    right: 0;
    background: #fb5b21;
    padding: 15px;
    bottom: 0;
    z-index: 1;
    font-weight: 800;
    transition: all 0.4s ease;
}
main#innerpage-box #content-box .panel.panel-card i.fa.fa-long-arrow-right:hover{
    transform: rotateZ(-90deg);
}
#innerpage-box h4.panel-header a:hover {
    opacity: 0.7;
}
main#innerpage-box .services-mainbox {
    display: none;
}
/*======================= Services Innerpage =============================*/

/*================= Team Shortcode Section ======================*/

main#innerpage-box .our-team{
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
}
main#innerpage-box .our-team .pic:before{
    content: "";
    background: #716a9e;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
main#innerpage-box .our-team:hover .pic:before{
    transform: scale(1);
}
main#innerpage-box .our-team .pic img{
    width: 100%;
    height: auto;
}
main#innerpage-box .our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 30%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
main#innerpage-box .our-team:hover .social{
    opacity: 1;
}
main#innerpage-box .our-team .social li:before{
    display: none;
}
main#innerpage-box .our-team .social li{
    display: inline-block;
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li:nth-child(1){
    transform: translate3d(22px, -19px, 0px);
}
.our-team:hover .social li:nth-child(1){
    transform: translate3d(62px, -19px, 0px);
}
.our-team .social li:nth-child(2){
    transform: translate3d(36px, 38px, 0px);
}
.our-team:hover .social li:nth-child(2){
    transform: translate3d(36px, 8px, 0px);
}
.our-team .social li:nth-child(3){
    transform: translate3d(-18px, -75px, 0px);
}
.our-team:hover .social li:nth-child(3){
    transform: translate3d(-18px, -46px, 0px);
}
.our-team .social li:nth-child(4){
    transform: translate3d(-5px, -19px, 0px);
}
.our-team:hover .social li:nth-child(4){
    transform: translate3d(-43px, -19px, 0px);
}
main#innerpage-box .our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
main#innerpage-box .our-team .social li a:hover{
    line-height: 35px;
    background: #fff;
    color: #333;
    transform: rotate(-45deg);
}
main#innerpage-box .our-team .social li a i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
main#innerpage-box .our-team .social li a:hover i{
    transform: rotate(45deg);
}
main#innerpage-box .our-team .team-content{
    padding: 15px 10px;    
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
main#innerpage-box .our-team .title{
    font-size: 18px;
    font-weight: 700;
    color: #333;   
    margin: 0 0 0px 0;
    font-family: inherit;
}
.our-team small{
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.our-team .team-layer{
    width: 100%;
    padding: 34px 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #716a9e;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .team-layer{
    bottom: 0;
    opacity: 1;
}
.our-team .team-layer a{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #333;   
    margin: 0 0 0px 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .team-layer a:hover{
    color: #716a9e;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    main#innerpage-box .our-team{ margin-bottom: 35px; }
}

/*================= Team Shortcode Section ======================*/
/*================ Gym ===================*/
/*section#timing-section {
    position: relative;
}
section#timing-section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.82;
    background-size: cover;
    z-index: 1;
}
section#timing-section {
    padding: 5em 5em 6em 5em;
    background: #f4f4f4;
}
section#timing-section .ht-section-title:after {
    width: 5%;
    border-color: #c8c8c9;
}
section#timing-section .gym-brs {
  padding-left: 0;
}
section#timing-section .gym-brs hr {
    border-bottom: 1px dashed #ccc;
    background: 0;
    height: 0;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}
section#timing-section .timetable {
    font-weight: 600;
}
section#timing-section .table-right-content {
    padding-right: 0;
    word-break: break-word;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
}
section#timing-section .lighttabel {
    margin-bottom: 20px;
}
section#timing-section .table-left-content {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
        word-break: break-all;
}
section#timing-section .padding70 {
    /*padding: 0 60px;*/
}
section#timing-section .single-timing-bx {
    margin: 3em 6em 0 6em;
    position: relative;
    z-index: 1;

}*/
/*================ Gym ===================*/

/*================== Restaurant Menu Section ==================*/
/*section#product-category-section .ht-section-title-tagline {
    margin-bottom: 3em;
}
#product-category-section .product-category-subheading {
    background: #ffc851;
    display: inline-block;
    padding: 4px 25px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
#product-category-section .product-grid i.fa.fa-angle-right {
    font-weight: bold;
}
#product-category-section .product-grid .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#product-category-section .product-grid .product-image a.image{ display: block; }
#product-category-section .product-grid .product-image a.image:before{
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 250ms ease-out;
}
#product-category-section .product-grid:hover .product-image a.image:before{ opacity: 0.9; background: #ffc851;}
#product-category-section .product-grid .product-image img{
    width: 100%;
    height: auto;
}
#product-category-section .product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.5s;
}
#product-category-section .product-grid:hover .product-image .pic-1{ opacity: 0; transform: scale(1.2);}
#product-category-section .product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
}
#product-category-section .product-grid:hover .product-image .pic-2{ opacity: 1; transform: scale(1.2);}
#product-category-section .product-grid .product-sale-label{
    color: #fff;
    background-color: #222;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px 20px 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#product-category-section .product-grid:hover .product-sale-label{ opacity: 0; }
#product-category-section .product-grid .social{
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;

    position: relative;
    bottom: 20px;
    left: -10px;
    z-index: 1;
}
#product-category-section .product-grid .social li{
    margin: 0 -12px 0 0;
    display: inline-block;
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.4s;
}
#product-category-section .product-grid:hover .social li:nth-child(1){ transition-delay: 0s; }
#product-category-section .product-grid:hover .social li:nth-child(2){ transition-delay: 0.1s; }
#product-category-section .product-grid:hover .social li:nth-child(3){ transition-delay: 0.2s; }
#product-category-section .product-grid:hover .social li:nth-child(4){ transition-delay: 0.3s; }
#product-category-section .product-grid:hover .social li{
    margin: 0 2px;
    opacity: 1;
    transform: translateX(0);
}
#product-category-section .product-grid .social li a{
    color: #222;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    display: block;
    transition: all 250ms ease-out;
}
#product-category-section .product-grid .social li a:hover{
    color: #fff;
    background: #3742fa;
}
#product-category-section .product-grid .social li a:before,
#product-category-section .product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #222;
    font-size: 10px;
    line-height: 22px;
    padding: 2px 8px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -34px;
}
#product-category-section .product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
#product-category-section .product-grid .social li a:hover:before,
#product-category-section .product-grid .social li a:hover:after{
    display: block;
}
#product-category-section .product-grid .price{
    color: #222;
    font-size: 14px;
}
#product-category-section .product-grid .price span{
    margin-right: 3px;
    text-decoration: line-through;
}
@media only screen and (max-width:990px){
  #product-category-section  .product-grid{ margin-bottom: 30px; }
}

#product-category-section .product-content .title {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  background: transparent;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  overflow: hidden;
  bottom: 60px;
  border-radius: 3px;
  padding: 15px 20px;
  left: 0;
  right: 0;
  margin: 0 30px;
  z-index: 1;
}
#product-category-section .product-content .title a {
    position: relative;
}
#product-category-section .product-content .title::before {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -moz-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -o-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -webkit-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
}
#product-category-section .product-grid:hover .title::before {
    opacity: 1;
    background-color: transparent;
    -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
#product-category-section .product-grid:hover .title a {
    color: #ffffff;
}
#product-category-section .product-grid {
    margin-bottom: 20px;
}*/
/*==================feature products Section ==================*/


/*section#featured-product-section .wavy {
    margin: 20px 0;
}*/
section#featured-product-section .featured-product-subheading {
    background: #ffc851;
    display: inline-block;
    padding: 4px 25px;
    font-size: 16px;
    font-weight: 600;
}
section#featured-product-section .product-grid{
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
section#featured-product-section .product-grid:hover {
    box-shadow: 1px 1px 0px 0px #9999992e;
}
section#featured-product-section .product-grid .product-image{
    overflow: hidden;
    position: relative;
    border: 2px solid #000;
}

section#featured-product-section .product-grid .product-image a{
    display: block;
}
section#featured-product-section .product-grid .product-image img{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

#featured-product-section .product-grid .product-image .ovrly {
    position: absolute;
    background: #000;
    opacity: 0.4;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}
#featured-product-section .product-grid:hover .ovrly {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

section#featured-product-section .product-image .pic-1{
    opacity: 1;
    transition: all 0.5s;
}
section#featured-product-section .product-grid:hover .product-image .pic-1{opacity: 0;}
section#featured-product-section .product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
section#featured-product-section .product-grid:hover .product-image .pic-2{opacity: 1;}
section#featured-product-section .product-grid .add-to-cart{
    color: #161616;
    /*background-color: #ffbe00;*/
    font-size: 22px;
    /*text-align: center;*/
    width: 100%;
    padding:30px 0 16px 0;
    display: block;
    position: relative;
    left: 0;
    bottom: 00%;
    transition: all 0.3s;
    font-weight: 600;
    /*border-top: 1px solid #000;*/

}
section#featured-product-section .product-grid .sale {
     position: absolute;
    left: 0;
    top: 30px;
    background: #0de9df;
    color: #343434;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 3px 15px;
    line-height: 17px;
    z-index: 999;
}
/*section#featured-product-section .product-grid:hover .add-to-cart{bottom: 0;}
section#featured-product-section .product-grid .product-content{
    padding: 2em 0;
    text-align: center;
}
*/
section#featured-product-section .product-grid .product-content del{
    font-size: 20px;
    /*color: #0de9df;*/
}

section#featured-product-section .product-grid .price{
    color: #ffffff;
    font-size: 16px;
    background: #212121;
    padding: 5px 10px;
    font-weight: 600;
}
section#featured-product-section .product-grid .quick-view{    
   opacity: 1;
    /* transform: translateX(-50%) translateY(-50%) scale(0); */
    position: absolute;
    bottom: 0%;
    /*background: #f3f;*/
    padding: 0 8px;
    right: 0%;
    font-size: 25px;
    z-index: 2;
    /* transition: all 0.5s ease-out 0s; */
}
/*section#featured-product-section .product-grid:hover .product-image .quick-view{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}*/
section#featured-product-section .product-grid .fa-shopping-cart:before {
    float: right;
    padding-left: 13px;
    font-size: 20px;
    position: relative;
    top: 2px;

}
section#featured-product-section .product-grid h3.title {
    color: #151515;
    font-size:24px;
    margin:0;
    font-weight: 600;
    word-break: break-word;
}
section#featured-product-section .product-grid ul {
    background: #1c1c1c;
    border-radius: 30px;
    margin: 0 55px;
    padding: 7px 6px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
section#featured-product-section .product-grid ul:hover {
    border-radius: 30px 5px;
}
section#featured-product-section .owl-dots {
    display: block;
}

section#featured-product-section .owl-theme .owl-dots .active span{
    width: 50px !important;
    height:4px !important;
    opacity: 1;
}
section#featured-product-section .owl-theme .owl-dots .owl-dot span{
    width: 50px;
    height: 4px;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    background: #222;
}
/*section#featured-product-sectio button.active span{
    width: 15px !important;
    height: 12px !important;
}

section#featured-product-section button.owl-dot span{
     width: 15px;
    height: 5px;
    margin: 0px 10px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    background: #000;
}*/
section#featured-product-section .owl-carousel .owl-nav button.owl-prev,
section#featured-product-section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 20%;
}
section#featured-product-section .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
    display: none;
}
section#featured-product-section .owl-carousel .owl-nav button.owl-next{
    right: -40px;
     display: none;
}
section#featured-product-section .owl-theme .owl-nav [class*=owl-] {
    font-size: 80px !important;
}
section#featured-product-section .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #000;
    opacity: 1;
}
section#featured-product-section ins{
    background: transparent;
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    padding-left: 10px;
}
section#featured-product-section .product-grid ul a {
    font-size: 14px;
    font-weight: 500;
}
/*==============btn=============*/

#featured-product-section .more-button{
    margin-top: 40px;
    font-weight: 600;
    padding: 10px 22px 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #f3f3;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    white-space: normal;
    transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#featured-product-section .more-button::before,
#featured-product-section .more-button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/*#featured-product-section .more-button::before {
    background: #7986cb;
}
#featured-product-section .more-button::after {
    background: #3f51b5;
}
#featured-product-section .more-button:hover {
    color: #fff;
}*/
#featured-product-section .more-button:hover::before,
#featured-product-section .more-button:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#featured-product-section .more-button:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

#featured-product-section .more-button i {
    padding-left: 15px;
    font-size: 28px;
}

/*======================*/



@media screen and (max-width:990px){
   section#featured-product-section .product-grid{
      margin-bottom: 30px;
  }
}

/*==================feature products Section ==================*/



/*================== Our Location ==================*/
/*section#location-section .single-location-bx .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.75;
    background-size: cover;
    
}
section#location-section .single-location-bx{
    position: relative;
}
section#location-section h2.ht-section-title {
    position: relative;
    z-index: 1;
    color: #ffffff;
}
section#location-section .contact-content {
    font-size: 21px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    word-break: break-word;
}
section#location-section .contact-icon {
    font-size: 30px;
    color: #f9c12c;
    position: relative;
    z-index: 1;
    text-align: center;
}
section#location-section .contact-box {
    padding-top: 4em;
    position: relative;
    z-index: 1;
}
section#location-section span.fa.fa-map-marker {
    font-size: 35px;
}
section#location-section .loc-bx1 {
    padding-bottom: 7px;
}
section#location-section .loc-bx1 .contact-icon {
    position: relative;
    bottom: 5px;
}
section#location-section h2.location-main-headings {
    font-size: 34px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    word-break: break-word;
}
section#location-section .location-pl0 {
    padding-left: 0;
}*/

/*==================== about us section ===========================*/

section#about-section {
    position: relative;
    background: #fff;
    padding:5em 0;
}
section#about-section .about-right-bx {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.pd-0{
    padding: 0;
}
#about-section .sinle-about-res-bx {
    text-align: right;
}
#about-section .aboutus-single {
    margin-bottom: 15px;
}
#about-section h4{
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}
#about-section .hi-icon .fa{
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    border-radius: 50px;
    background: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
}

section#about-section .lz-about-text {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    margin-bottom:50px;
}
section#about-section .about-right-bx {
    padding: 0em 1em 0em 2em;
}
section#about-section .ht-section-title-tagline {
    text-align: left;
    margin-bottom: 2em;
}

#about-section .btn-xs i{
    padding-left: 18px;
    font-size: 13px;
    background: none;
}

#about-section .btn-xs{
    margin-top: 40px;
    font-weight: 600;
    padding: 16px 22px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    white-space: normal;
    transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#about-section .btn-xs::before,
#about-section .btn-xs::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#about-section .btn-xs::before {
    background: #7986cb;
}

#about-section .btn-xs::after {
    background: #3f51b5;
}

#about-section .btn-xs:hover {
    color: #fff;
}
#about-section .btn-xs:hover::before,
#about-section .btn-xs:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#about-section .btn-xs:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

/*================== Counter ==================*/
.counterbox .counter-post{
    background: #fff;
    text-align: center;
    border: 2px solid #000;
    margin: 0 10px 45px 10px;
     transition: all 0.5s ease 0s;
}

.counterbox .counter-post:hover{
    border-radius: 25px ;
     transition: all 0.5s ease 0s;
}

.counterbox .counter-post span {
    font-size: 40px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    background: #f3f;
    padding: 10px 10px 30px;
     transition: all 0.5s ease 0s;
}

.counterbox .counter-post:hover span{
    transform: rotateY(360deg);
     transition: all 0.5s ease 0s;
}
.counterbox .counter-num {
    font-size: 40px;
    font-weight: 600;
}

.counterbox h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1.5em;
}
/*================== End ofCounter section==================*/

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


/*===================== responsive ==========================*/
@media screen and (min-width: 320px) and (max-width: 1024px){
    section#ht-appintment-section .app-det h2{
        padding-top: 125px;
    }


    section#ht-appintment-section .app-det {
    top: 10em !important;
}
    section#ht-appintment-section .app-det .box{
        height: 390px;
    }
    section#ht-appintment-section .app-det h4{
            font-size: 30px;
    line-height: 35px;
    }
    section#ht-appintment-section .app-det h2{
            font-size: 100px;
    }
    section#about-section svg.curve1{
        right: 60px;
    }
    
    section#location-section .contact-content{
        font-size: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px){
    section#about-section svg.curve1 {
        transform: rotate(0deg);
        position: relative;
        /* right: 260px; */
        width: 1060px;
        height: 420px;
        float: none;
        text-align: right;
        margin-top: -95px;
    }
    main#innerpage-box .ht-blog-thumbnail img{
        width: 100%;
        height: 100%;
    }

    #ht-blog-box .box img {
    width: 100%;
    height: 400px;
}
    footer#ht-colophon .widget.widget_media_gallery img{
        height: auto;
    }
    section#about-section .about-right-bx{
        padding: 0em 3em 5em 3em !important;
    }
    
    section#featured-product-section .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    section#featured-product-section .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    section#featured-product-section .product-grid ul {
        margin: 0 55px !important;
    }
  
    footer#ht-colophon .social-profile-icons ul li a{
        padding: 0;
    }
    footer#ht-colophon .widget.widget_media_gallery img{
        /*height: 140px;*/
    }
    footer#ht-colophon label.screen-reader-text {
        width: auto !important;
    }
    .ht-footer.ht-footer3{
        margin-left: 0;
    }
    .newsletter-form-box input[type="submit"]{
        padding: 10px 20px;
    }

    #sec-courses .lightbox{
        padding: 2em 0 !important;
    }

    #about-section{
        padding: 2em 0 !important;
    }
    
    #ht-appintment-section{
        padding: 2em 0 !important;
    }

    #featured-product-section .lightbox{
        padding: 2em 0 !important;
    }
   section#ht-appintment-section .text-bx{
    padding-right: 0;
    text-align: center;
}
section#ht-appintment-section .icon-x,
section#ht-appintment-section .app-location-txt, 
section#ht-appintment-section .app-email-txt {
    text-align: center;
}
section#skills-content-section .ht-section-title:before,
section#skills-content-section .ht-section-title:after{

    width: 30%;
}
div#ht-Pricing-section .col-md-6.col-sm-6.col-xs-12 .price-box {
    padding: 30px 20px 30px !important;
}
div#ht-Pricing-section .col-md-12.col-sm-12.plan .price-box{
    margin: 0 17% !important;
}
div#ht-Pricing-section .lightbox,
section#skills-content-section .lightbox{
    padding: 6em 0em 4em 0 !important;
}
div#ht-Pricing-section .price-box {
    padding: 25px 15px 25px 15px !important;
}
div#ht-Pricing-section .table-content {
    font-size: 15px !important;
    padding: 15px 10px 25px 10px !important;
}
section#ht-about-section .lightbox{
    padding: 1em 2em 6em 0 !important;
}
section#ht-about-section .ht-section-title:after {
    width: 70% !important;
}
section#ht-about-section .resp-about-bx {
    margin-left: 5%;
}
section#ht-team-section .team-data p {
    font-size: 15px !important;
}
section#ht-team-section .team-thumbnail {
    height: 475px !important;
}
section#ht-team-section .team-name {
    padding: 20px 20px 0px 20px !important;
}

section#ht-team-section .lightbox{
   padding: 5em 0em !important;
}

section#services-post-section .lightbox{
    padding: 5em 1em !important;
}
header.site-header .main-dispaly.padding0 {
    padding-right: 20px;
}
ul.nav.navbar-nav {
    right: 0;
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 18px;
}

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

.sf-arrows .sf-with-ul:after{
    right: 40px;
}
.ti-home:before{
    left: 15px;
    top: 12px;
}
.is-fixed .main-bar ul.sub-menu {
    margin-top: 0 ;
}

.ht-menu.clearfix ul {
    margin-left: 0;
}

header.site-header ul.sub-menu li a {
    padding: 5px 45px;
}
ul.sub-menu{
    position: relative;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
    section#ht-blog-box .pc_blog_content.pc-blog-content ul li{
        padding-right: 15px;
    }
    section#ht-blog-box .our-homepage-blog {
        padding: 0;
    }
    section#ht-blog-box .pc_blog_content.pc-blog-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 25px;
    }
    section#featured-product-section .product-grid ul {
        margin: 0 85px !important;
    }
    .ht-slide-cap-desc.animated.fadeInDown {
        font-size:16px;
        line-height: 20px;
        margin: 8px 0;
    }
    .site-button, .site-button-secondry{
        top: 2px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3{
        font-size: 20px !important;
    }
    .single-productpage .innerpage-whitebox{
        padding: 0;
    }
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 30.75%;
        width: 100% !important;
    }
    #blog-box h2{
        font-size: 22px !important;
    }
    div#blog-box.innerpage-whitebox {
        padding: 2em 1em 2em 1em;
    }
    footer#ht-colophon .widget.widget_media_gallery img {
        height: auto;
    }
    section#ht-newsletter-section .lz-newslatter-heading{
        font-size: 25px;
    }
    
    section#testimonials-section, 
    section#timing-section {
        padding: 5em 2em 5em 2em !important;
    }
    section#ht-appintment-section .app-det-bx{
        margin-top: 6em;
    }
    section#ht-appintment-section .app-location-txt, 
    section#ht-appintment-section .app-email-txt{
        text-align: center;
        margin-bottom: 14px;
        font-size: 15px;
    }
    section#ht-appintment-section .text-bx{
        text-align: center;
    }
    section#ht-appintment-section .icon-x {
        text-align: center;
    }
    section#ht-appintment-section .app-det {
        bottom: auto;
        position: relative;
    }
    
    section#ht-about-section .ht-section-title:after {
        width: 54% !important;
    }
    section#ht-about-section .lightbox {
        padding: 1em 2em 5em 1em !important;
    }

    .ht-section-title{
        font-size: 25px;
    }
    div#ht-home-slider-section .char{
        font-size: 12px;
        height: 20px;
    }
    div#ht-home-slider-section p{
        font-size: 12px;
        line-height: 20px !important;
        padding: 0 25px;
        margin-bottom: 5px;

    }
    .ht-slide-cap-desc{
       font-size: 28px;
       line-height: 35px;
       margin-bottom: 10px;
   }
   .ht-slide-caption{
    width: 360px;
    top: 48%;
    left: 75%;
}
}
@media screen and (min-width: 376px) and (max-width: 425px){

    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 8px;
    }
    .toggle-bar{
        top: 38px;
    }
    
    .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;
    }
    .lower-header .header-social-links {
        padding: 0 10px;
        margin: 0px 0;
    }
    .upper-header {
        margin: 0px 0;
    }
    .sitenav .search-icon {
        top: -70px;
        right: 70px;
    }
    .sitenav .search-bar {
        bottom: 24px;
        right: 33%;
    }
    #ht-masthead input[type="submit"] {
      top: 23px;
      right: -50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px){
 section#timing-section .padding70 {
    padding: 0;
}
.site-header .navbar-toggler, 
.site-header .is-fixed .navbar-toggler {
    margin: 25px 25px 22px 10px !important;
}

section#ht-about-section .ht-section-title:after {
    width: 45% !important;
}
div#ht-home-slider-section p {
    padding-left: 0;
    padding-right: 0;
}
div#ht-home-slider-section p{
    line-height: 15px !important;
}
.ht-slide-cap-desc {
    font-size: 25px;
    line-height: 30px;
}
.ht-slide-caption{
    width: 330px;
}
}
@media screen and (min-width: 320px) and (max-width: 320px){
    .woocommerce .coupon button.button {
    padding: 8px 10px;
}
    section#ht-blog-box h2.no-background cite:after{
        margin-left: 21px;
    }
    section#location-section .ht-section-title:before,
    section#location-section .ht-section-title:after,
    section#ht-blog-box .ht-section-title:before,
    section#ht-blog-box .ht-section-title:after{
        width: 50px;
    }
    section#featured-product-section .product-grid ul {
        margin: 0 55px !important;
    }
    .site-header .navbar-toggler, 
    .site-header .is-fixed .navbar-toggler {
        margin: 20px 10px 22px 14px !important;
    }
    .ht-site-title, .site-title {
        font-size: 24px;
    }
    #blog-box .blog-read-more a{
        padding: 5px 18px;
    }
    .socialMedia a{
        padding: 5px;
    }
    footer#ht-colophon .widget.widget_media_gallery img {
        /*height: 80px;*/
    }
    section#ht-newsletter-section .lz-newslatter-heading {
        font-size: 22px;
    }
    section#timing-section .gym-brs hr{
        margin-top: 15px;
    }

    div#ht-Pricing-section .plan {
        padding: 0;
    }
    div#ht-Pricing-section .price-box {
        padding: 15px 10px 20px 10px !important;
    }
    div#ht-Pricing-section .table-content {
        font-size: 13px !important;
        padding: 5px 15px 25px 15px !important;
    }
    .ht-section-title {
        font-size: 20px;
    }
    .ht-slide-caption {
        width: 260px;
    }
    .ht-slide-cap-desc {
        font-size: 15px;
        line-height: 23px;
    }
    div#ht-home-slider-section p {
        width: 100%;
        font-size: 9px;
        line-height: 20px;
        padding: 0;
    }
    div#ht-home-slider-section .char{
        font-size: 9px;
    }
    div#ht-home-slider-section i.fa{
        font-size: 35px;
    }
}

/*================= for all sections border =====================*/
@media screen and (min-width: 411px) and (max-width: 823px){
    .ht-slide-cap-desc{
        font-size: 43px;
    }
.ht-slide-caption{
    width: 735px;
}
div#ht-home-slider-section p#text{
    padding: 0;
    font-size: 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px){
    .ht-slide-caption{
        width: 310px;
    }
    div#navbarNavDropdown{
        padding: 20px 0 20px 0 !important;
    }
    section#ht-appintment-section .app-det h4 {
    font-size: 24px;
    line-height: 35px;
    padding: 0 55px;
}
    section#ht-appintment-section .app-det h2 {
    font-size: 70px;
}
    section#ht-appintment-section .app-det .box {
    height: 350px;
}
    section#ht-appintment-section .row.box:before{
        top: -330px;
    }
    section#ht-appintment-section .ht-appintment-member-wrap {
    padding: 0px 40px 10px 40px;
}
    section#testimonials-section .test-content{
        padding: 0px 20px;
    }
    section#testimonials-section .owl-carousel .owl-nav button.owl-prev {
        left: 0em !important;
    }
    section#testimonials-section .owl-carousel .owl-nav button.owl-next {
        left: 42em !important;
    }
    section#testimonials-section{
        padding: 2em 0 5em 0 !important;
    }
    section#timing-section .ht-section-title:after,
    section#testimonials-section .ht-section-title:after{
        width: 9% !important;
    }
    section#timing-section{
        padding: 5em 0 4em 0 !important;
    }
    section#timing-section .single-timing-bx {
        margin: 3em 2em 0 6em !important;
    }
    #product-category-section{
        padding: 4em 0 4em 0!important;
    }
    #product-category-section .product-content .title{
        font-size: 15px;
    }
    .sf-arrows .sf-with-ul:before{
        right: 20px !important;
    }
    ul.nav.navbar-nav li a,
    ul.nav.navbar-nav li ul li a{
        padding: 5px 35px;
    }
    .ht-menu.clearfix {
        float: none;
    }
    header.site-header .list-inline.m-a0{
        float: none;
        text-align: center;
    }    
    section#ht-blog-box h2.no-background cite:after {
        /*width: 400px;*/
    }
}
@media screen and (min-width: 360px) and (max-width: 640px){
.ht-slide-caption{
    left: 70%;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
    div#ht-home-slider-section p{
        padding: 0 25px;
    }
    .ht-slide-caption{
            left: 75%;
            width: 360px;
    }
    #innerpage-box .innerpage-testmonials{
        text-align: center;
    }
    #innerpage-box .ht-test-member-image img {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
    #innerpage-box .innerpage-testmonials,
    #innerpage-box .ht-test-member-image img{
    transform: skew(0deg);
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-bottom: 4px;
    text-align: left;
}
    section#ht-appintment-section .app-det .box {
    height: 370px;
}

    section#ht-appintment-section .app-det h2 {
    padding-top: 110px;
}
    section#ht-appintment-section h2.no-background cite:after{
            margin-left: 10px;
    }
    section#ht-appintment-section h2.no-background cite:before{
            margin-right: 10px;
    }
    h2.no-background.ht-section-title.lz-app-heading {
    font-size: 24px;
}

    section#ht-appintment-section .ht-section-title:after{
            margin: 0 0 8px 5px;
            width: 45px;
    }
    section#ht-appintment-section .ht-section-title:before{
        margin: 0 5px 8px 0;
        width: 45px;
    }

    section#ht-appintment-section .lightbox {
    padding: 1em 0em 12em 0 !important;
}
    section#ht-appintment-section .ht-appintment-member-wrap {
    padding: 0px 15px 10px 15px;
}
   section#ht-appintment-section .app-det {
    top: -6em !important;
}
    section#about-section svg.curve1 {
        transform: rotate(0deg);
        position: relative;
        /* right: 260px; */
        width: 1060px;
        height: 420px;
        float: none;
        text-align: right;
        margin-top: -195px;
    }
    section#about-section form.wpcf7-form p{
        margin-right: 0;
    }
    section#about-section .lz-about-text{
        font-size: 14px;
    }
    section#about-section .about-right-bx {
        padding: 6em 2em 6em 2em !important;
    }
    section#about-section .about-form {
        padding: 6em 2em 3em 2em !important;
    }
    section#location-section h2.location-main-headings{
     font-size: 25px;
 }
 section#location-section .contact-content {
    font-size: 15px;
}
section#location-section .contact-box {
    padding-top: 2em;
}
.ht-top-footer ul li{
    padding-right: 25px;
}
#ht-top-footer{
    padding: 5em 0 5em 0 !important;
}
section#ht-newsletter-section .lightbox{
    top: 0;
}
.ht-site-info {
    margin-bottom: 10px;
}
#ht-bottom-footer,
#ht-bottom-footer .text-right{
    text-align: center;
}
section#ht-newsletter-section .lightbox {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
section#testimonials-section {
    padding: 5em 0 8em 0 !important;
    top: 0;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 9em !important;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next {
    left: 13em !important;
}
section#testimonials-section .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0 !important;
    top: auto;
}
section#testimonials-section .test-content {
    font-size: 14px;   
    padding: 0;
}

section#timing-section .table-right-content{
 font-size: 13px;
}
section#timing-section .table-left-content{
    font-size: 14px;
}
section#timing-section .single-timing-bx {
    margin: 3em 0em 0 0em !important;
}
.ct-btn-scroll {
    bottom: 0px;
}
div#ht-home-slider-section i.fa{
    font-size: 13px;
}
div#ht-home-slider-section .btn{
    margin-top: 0;
    font-size: 10px;
    padding: 6px 12px;
}
.container.heade-border {
    padding: 0;
}
#product-category-section .product-grid {
    padding: 0;
}
section#ht-blog-box .owl-nav{
    margin-top: -100px;
}
section#ht-blog-box h2.no-background cite:after {
    /*width: 100px;*/
}
section#timing-section h2.no-background{
    line-height: 40px;
}
}
@media screen and (min-width: 320px) and (max-width: 375px){
/*    .ht-slide-caption {
    width: 330px !important;
}*/
    h2.no-background.ht-section-title.lz-app-heading {
    font-size: 20px;
}
    section#ht-appintment-section .ht-section-title:before,
    section#ht-appintment-section .ht-section-title:after{
width: 35px;
    }
    section#ht-appintment-section .app-det .box {
    height: 320px;
}
    section#ht-appintment-section .app-det h2 {
    padding-top: 110px;
}
    section#ht-appintment-section .app-det h2 {
    font-size: 60px;
}
section#ht-appintment-section .app-det h4{
        font-size: 20px;
    line-height: 25px;
}
    section#ht-appintment-section .ht-section-title-tagline {
    margin-bottom: 7em;
}
    section#product-category-section .ht-section-title,
    section#featured-product-section .ht-section-title{
        font-size: 23px;
    }

    section#product-category-section .ht-section-title:before,
    section#product-category-section .ht-section-title:after,
    section#featured-product-section .ht-section-title:before,
    section#featured-product-section .ht-section-title:after{
        width: 45px;
    }

    section#testimonials-section .owl-carousel .owl-nav button.owl-next {
        left: 12em !important;
    }
    section#testimonials-section .owl-carousel .owl-nav button.owl-prev {
        left: 6em !important;
    }
    section#ht-blog-box h2.no-background cite:after {
        /*width: 70px;*/
    }
}
@media screen and (min-width: 320px) and (max-width: 320px){
    .ht-slide-caption {
    width: 330px !important;
    left: 67%;
}
    h2.no-background.ht-section-title.lz-app-heading {
    font-size: 18px;
}
    section#ht-appintment-section .app-det h2 {
    padding-top: 95px;
}
    section#ht-appintment-section .app-det .box {
    height: 300px;
}
    section#ht-appintment-section .app-det h2 {
    font-size: 48px;
}
    section#ht-appintment-section .app-det{
        padding: 0;
    }
    section#about-section svg.curve1 {
        transform: rotate(0deg);
        position: relative;
        width: 580px;
        margin-top: -245px;
    }
    #product-category-section h2.no-background cite:after,
    section#featured-product-section h2.no-background cite:after{
       width: 15px;
       margin-left: 5px;
   }
   #product-category-section h2.no-background cite:before,
   section#featured-product-section h2.no-background cite:before{
    width: 15px;
    margin-right: 5px;
}
section#product-category-section .ht-section-title:before, 
section#product-category-section .ht-section-title:after,
section#featured-product-section .ht-section-title:before,
section#featured-product-section .ht-section-title:after{
    margin: 0 0px 8px 0;
    width: 25px;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 5em !important;
}
section#testimonials-section .owl-carousel .owl-nav button.owl-next {
    left: 10em !important;
}
section#timing-section .table-right-content{
    font-size: 10px;
}
section#timing-section .table-left-content {
    font-size: 12px;
}
.ht-slide-cap-desc{
    margin-bottom: 5px;
}
.ht-slide-cap-desc.animated.fadeInDown {
    font-size: 17px;
    line-height: 20px;
}
section#ht-blog-box h2.no-background cite:after {
    width: 40px;
}

section#timing-section h2.no-background{
    line-height: 35px;
}
}

.innershape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1;
}
/*.page-shape svg{
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 70px;
}
*/

div#secondary select option {
    background: transparent;
}
body.single.single-post header.site-header,
body.archive.category header.site-header,
body.archive header.site-header,
body.home.blog header.site-header,
body.our-services-template-default header.site-header,
body.product-template-default.single.single-product header.site-header{
    position: relative;
    
}

body.home.blog .page-main-header img {
    display: none;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding: 15px 0;
}
h1.product_title.entry-title {
    word-break: break-word;
}
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
div#payment,
#coupon_code{
    background: transparent !important;
}
#content-box li.blocks-gallery-item:before {
    content: none;
}
div#content-box li.blocks-gallery-item figure img {
    padding: 5px;
    margin-bottom: 0;
}
div#content-box li.blocks-gallery-item figure img:hover,
div#sitemap-box .sitemap-posts-box img:hover{
    opacity: 0.7;
}
main#innerpage-box ul.children {
    border: 0;
}
.woocommerce-MyAccount-content .woocommerce-info {
    background: transparent !important;
}

body.archive.date header.page-main-header {
    display: none;
}
footer#ht-colophon div.wpcf7 input[type="file"] {
    font-size: 15px;
}
.woocommerce ul.products li.product strong{
    display: inline-block;
}
#product-category-section {
    background: #ffffff;
}


/*=================================
## our courses Section
================================*/

#sec-courses{
    position: relative;
}

#sec-courses .our-coursesbox{
    margin: 0 10px 40px 10px;
}

#sec-courses .our-coursesbox .tumb{
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

#sec-courses .our-coursesbox:hover .tumb{
   border-radius: 20px;
   transition: all 0.5s ease 0s;
}

#sec-courses .our-coursesbox img{
    width: 100%;
    height:100%;
    transition: all 0.5s ease 0s;
}

#sec-courses .our-coursesbox:hover .tumb img{
            
    transform: scale(0.9) rotateZ(0deg);
    -moz-transform: scale(0.9) rotateZ(0deg);
    -webkit-transform: scale(0.9) rotateZ(0.5deg);
    -o-transform: scale(0.9) rotateZ(0deg);
    transition: all 0.5s ease 0s;
    /*border:2px dashed #000;*/
    border-bottom: none;
   border-radius: 10px;
}
#sec-courses .s-icon {
    text-align: right;
    position: relative;
    z-index: 9;
    margin-top: -7em;
    right: 3em;
}

#sec-courses .s-icon i {
    font-size: 33px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    background: #f3f;
    text-align: center;
    color: #fff;
}
#sec-courses .content-part{
    background: #e8f8fa;
    padding: 3em 3em 0 5em;
    text-align: right;
    clip-path: polygon(0% 25%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -2.3em;    
}

#sec-courses .our-coursesbox h3{
    margin: 0;
    padding:30px 0px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 26px;
    z-index: 50;  
}

#sec-courses .content-part p{
    font-size: 15px;
    font-weight: 500;
    color: #131313;
    margin: 0;
}

#sec-courses a.more-button i{
    padding-left: 15px;
    background: none;
}

#sec-courses a.more-button{
    padding: 12px 40px;
    white-space: inherit;
    display: inline-block;
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    color: #474747;
    clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
    margin-top: 35px;

    position: relative;
    overflow: hidden;
    border: none;
    white-space: normal;
    transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#sec-courses a.more-button::before,
#sec-courses a.more-button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

#sec-courses a.more-button:hover::before,
#sec-courses a.more-button:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#sec-courses a.more-button:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

#sec-courses #news-service{
    display: none;
}

/*=======================
## courses page
==================================*/
.innerpage-whitebox .our-coursesbox{
    display: none;
}

.post-service{
    border: 1px solid #777;
    margin-bottom: 30px;
    text-align: center;
}
.post-service .post-img{
    overflow: hidden;
}
.post-service .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-service:hover .post-img img{
    transform: scale(1.08);
}
.post-service .post-content{
    background: #fff;
    padding: 20px;
}
.post-service .post-title{
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    text-transform: capitalize;
}
.post-service .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-service .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-service .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-service .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-service .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-service .post-bar li i{
    margin-right: 5px;
}
.post-service .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-service .post-bar li a:after{
    content: ",";
}
.post-service .post-bar li a:last-child:after{
    content: "";
}
.post-service .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-service .read-more{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
    background: #e7989a;    
    text-transform: capitalize;
    transition: all 0.30s linear;
}
/*.post-service:hover .read-more{
    border-radius: 30px 5px;
}*/
.post-service .read-more:hover{
    background: #333;
    text-decoration: none;
}

#news-service .post-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
#news-service .post-img img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
#news-service .post-img .ovrlyT {
    background: #131313;
    opacity: 0.3;
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#news-service .post-img .ovrlyB {
    background: #131313;
    opacity: 0.3;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#news-service .post-service:hover .ovrlyT {
    top: 0;
}
#news-service .post-service:hover .ovrlyB {
    top: 0;
}
/*==============================
##instagarm Section
==============================*/
/*#instagrame-section .ht-section-title-tagline{
    text-align: left;
}
#instagrame-section .wavy {
    margin: 20px 0 40px;
}

#instagrame-section .insta-box img{
    width: 100%;
    height: 165px;
}

#instagrame-section .insta-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#instagrame-section .insta-box a .fa {
    font-size: 40px;
    color: #000;
}
#instagrame-section .insta-overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 90%;
    height: 90%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0.9;
    z-index: 1;
    animation: innerbeat 8.2s infinite linear forwards;
}

#instagrame-section .insta-box:hover .insta-overlay{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

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


#instagrame-section .insta-box:hover .insta-details{
    display: block;
  top: 56%;
  left: 50%;
  opacity: 1;

}

@media screen and (min-width: 250px) and (max-width: 768px){

    #instagrame-section .insta-box img{
        height: 350px;
    }
}
*/
