/*
Theme Name: Niwas Resort Hotel Pro
Theme URI: https://luzuk.com/demo/niwas-resort-hotel
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: niwas-resort-hotel-pro
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: :none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding-top: 15px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 17px;
    line-height: 1.6;
    /*font-family: 'Pontano Sans', sans-serif;*/
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 28px;
    margin-bottom: 15px;
}
h2{
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    margin:20px 0 15px 0;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5{
    font-size: 20px;
    margin-bottom: 10px;
}
h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
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%;
}
/* 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;
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
#ht-home-gallry-section{
    background-image: url(images/man-461195_1280.jpg);
    background-position: top;
    background-size: cover;
}
.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.breadcrumbbox {
    padding:13px 0;
    color:#ee5636;
    border-bottom: 1px solid #ccc;
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
fieldset input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
}
.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;
    clear: both;
}
.ht-main-title{
 margin: 15px 0 15px;
 letter-spacing: 1px;
 font-weight: 400;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 0px 15px 15px;
    margin: 7px 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #fe5722;
}
.ht-site-description{
    color: #ffffff;
    font-size: 14px; 
    font-weight: 400; 
    text-align: center; 
    margin: 0;
}
#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: none;
}
.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);
  }
}
/*==============================================*/

/*--------------------------------------------------------------
## 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;
}
.padding0{
    padding: 0;
}
.ht-section-title-tagline{
    margin-bottom:4em;
    text-align: center;
}
.ht-section-title{
font-size: 40px;
    color: #323232;
    margin: 0 auto;
    font-weight: bold;
    display: inline-block;
    line-height: 60px;
    word-break: break-word;
    letter-spacing: 1px;
}
.ht-section-title:last-child{
    margin-bottom: 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
--------------------------------------------------------------*/

footer#ht-colophon .current_page_item > a {
    background: none;
}
div#navbarNavDropdown li.current_page_item a, .current_page_item > a {
    font-weight: 600;
}
.header.site-header ul.sub-menu li a {
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.header.site-header ul.sub-menu li a:hover{
    padding-left: 45px;
    padding-right: 30px;
}
.header.site-header ul.sub-menu li a:before {
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #ccc;
    padding-left: 20px;
    font-weight: normal;
}
.logobox {
    text-align: center;
}


header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
/* Site Button */
/* Theme BTN */

.site-button-secondry:after{
    background-color: #fff;
}   
.site-button, 
.site-button-secondry{
    position: relative;
    z-index: 1;
    overflow:hidden;
    vertical-align: middle;
}
header.site-header .list-inline.m-a0 {  
   padding: 0;
   float: right;
}
.logo {
    position: relative;   
}
ul.nav.navbar-nav {
 position: relative; 
 text-align: right;
}
.header-icon i.fa {
position: relative;
    font-size: 16px;
    float: left;
    top:3px;
    margin-right: 10px;
}
.header-icon{
    font-size: 14px;
}
div#navbarNavDropdown {
 /* padding: 25px 0;*/
}
header.site-header {
    background: #f2f1f0;
}

/*.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 {    
}
.dlab-topbar-left {
    /*float: left;*/
}
.dlab-topbar-right {
    float: right;
}
.top-bar-head{
    padding-left: 40px;
}
.dlab-topbar-center,
.dlab-topbar-left,
.dlab-topbar-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-left: 15px;*/
        padding-right: 0;
    }
}
/*@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
    .top-bar {
        padding:5px 0;
    }
    .dlab-topbar-center,
    .dlab-topbar-left,
    .dlab-topbar-right {
        display:black;
        width:100%;
        text-align:center;
        padding:3px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dlab-topbar-left ul li{
        padding:0 5px;
    }
    }*/
    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;
}
#ht-masthead input[type="search"]{
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px;
    padding-right: 80px;
    height: 35px;
    color:#fff;
}
#ht-masthead input[type="submit"]{
    position: absolute;
    right: -45px;
    top: 25px;
    padding: 0 2px;
    background: none;
    z-index: 2000;
    text-indent: -999px;
}
#ht-masthead span.sb-icon-search {
    position: absolute;
    right: 25px;
    top: 4px;
    color:#fff;
}
#ht-masthead ul.header-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
#ht-masthead ul.header-menu-links li{
    float: left;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
#ht-masthead ul.header-menu-links li i {
    margin-right: 5px;
    font-size: 20px;
}
#ht-masthead ul.header-menu-links li.mailto a{
    color: #fff;
}
#ht-masthead ul.header-menu-links li.themetext {
 float: left;
 padding: 0 20px;
 color: #fff;
 font-size: 14px;
}
#ht-masthead .themetext, #ht-masthead .mailto{
    color: #fff;
    font-size: 14px;
}
#ht-masthead .themetext span{
    color:#fff;
}
#ht-masthead .mailto a span {
    color: #fff;
}
#ht-masthead .mailto a span:hover {
    color: #fd226a ;
}
#ht-masthead .themetext i, #ht-masthead .mailto i{
 padding-right: 6px;
 color: #fff;
 font-size: 16px;
 font-weight: 800;
}
#ht-masthead .header-about-theme {
    padding: 0px 25px;
    border-radius: 0px 0px 0px 0px;
}
#ht-masthead .header-social-links a span:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-masthead .header-social-links span {
    color: #fff;
    font-size: 16px;
    padding: 0px 3px;
}
.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;
    margin: 1px !important;
    /* border-bottom: 1px solid #ffffff; */
    box-shadow: 9px 4px 19px 0 #8882821a;

}
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 {
 /* float: left;*/
 position: relative;
 /*padding-right: 35px;*/
}
ul.nav.navbar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 30px;
    font-weight: 600;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: #4a4a4a;
}
ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45%;
  text-align: left;
  min-width: 250px;
  z-index: 999;
  padding: 0px 0;
  margin-top: 30px;
  margin-left: 0;
  box-shadow: 0 24px 30px 0 #88828226;
}
div#navbarNavDropdown ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a{
    font-weight: 400;
}

@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){
    .logo {
        position: relative;
        left: 40px;
        top: 0px !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;
    }
    ul.nav.navbar-nav li:first-child a {
        border-top: 0;
    }
    .sf-arrows .sf-with-ul:after{
        right: 30px !important;
    }
    .header-icon {
        display: block;
        padding: 0;
        /*margin-bottom: 25px;*/
    }
    header.site-header .list-inline.m-a0 {
        padding-left: 25px;
        text-align: left;
        background: #f1f1f1;
        padding: 15px 0 15px 25px;
    }
   
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
}
}
.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;
}
.is-fixed .main-bar .top-bar-head {
 
}
.is-fixed .main-bar .header-nav {
   
}
.is-fixed .main-bar ul.sub-menu {

}
@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: 768px){
    .logo{
        top: 50%;
    }
}
@media screen and (min-width: 320px) and (max-width: 475px){
    .navicon{
        top: 10px !important;
    }
}
header.site-header .dlab-topbar-left {
    position: relative;  
    margin-bottom: 15px;
}

.main-bar-wraper{
    padding: 20px 0;
}
/*--------------------------------------------------------------
## Home 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 =========*/
div#ht-home-slider-section .ct-btn-scroll i.fa{
    font-size: 45px;
    color: #ffffff;
    font-weight: normal;
}
.ht-slide-cap-title.animated.fadeInLeftBig {
    font-size: 78px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 77px;
    text-align: center;
    letter-spacing: 3px;
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}
.ht-slide img{
    width: 100%;
}
.ht-slide-overlay{
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background: #121212;
 opacity: 0.5;
 background-size: cover;
}
.ht-slide-caption{
    position: absolute;
    top: 60%;
    left: 60%;
    width: 900px;
    margin-left: -600px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.9;
    text-align: center;
}
.ht-slide-cap-title{
    font-size: 38px;
    color: #FFF;
    font-weight: 400;
    padding: 0 9%;
    line-height: 25px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    padding: 0px 0px;
    font-size: 48px;
    font-weight: 700;
}
.ht-slide-cap-descmore{
	margin-top: 0px;
}
.ht-slide-cap-desc{
    font-size: 16px;
    font-weight: 400;
    line-height:24px;
    color: #333333;
    padding:0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;   
    display: inline-block;  
    padding: 0 20px; 
}
.ht-slider-highlighttext {
    font-size: 40px;
    text-align: center;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 50px;
    width: 50px;
    margin-top: 5px;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
    opacity: 0.6;
}
#ht-home-slider-section .bx-wrapper .bx-prev{  
   background:url(images/sliderprev.png) no-repeat center;   
   left:30px;
   top: 50%;
   border-radius: 50%;
   border:1px solid #ffffff;

}

#ht-home-slider-section .bx-wrapper .bx-next{
 background: url(images/slidernext.png) no-repeat center;
 right:30px;
  border-radius: 50%;
   border:1px solid #ffffff;
}
.ct-btn-scroll {
 width: 20px;
 position: absolute;
 bottom: 30px;
 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;
}
div#ht-home-slider-section .slider-button{
    margin-top: 20px;
    padding: 16px 35px 16px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

div#ht-home-slider-section a.slider-button .fa{
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -1px;
}

/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
section#ht-aboutconstruction-section .dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
    float: right;
}
section#ht-aboutconstruction-section .dlab-separator[class*="style-"]:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 15px;
    border-width: 2px;
    border-style: dashed;
    border-left: none;
    right: 85px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
section#ht-aboutconstruction-section .dlab-separator[class*="style-"]:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 75px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: 5px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}
.ht-about-sec, .ht-text-block-sec{
    width: 54%;
    padding-right: 30px;
}
.ht-about-sec h2{
    text-align: left;
    width: auto;
}
.ht-progress{
    margin-bottom: 20px;
}
.ht-progress:last-child{
    margin-bottom: 0;
}
.ht-progress h6{
    font-weight: 300;
    margin-bottom: 5px;
}
.ht-progress-bar-sec{
    margin-top: 30px;
}
.ht-progress-bar{
    height: 8px;
    width: 100%;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    background: #f6f6f6
}
.ht-progress-bar-length{
    background: #fe5722;
    height: 100%;
    text-align: right;
    padding-right: 20px;
}
.ht-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}
.ht-left-image, .ht-right-image{width:45%;padding-right: 30px;display: inline-block;}
.ht-left-image{padding-right: 30px;padding-left: 0px;}
.ht-text-block-sec{padding:0px;padding-left:30px;display: inline-block;vertical-align: top}
.ht-text-block-sec h2.ht-section-title{margin: 0 auto 15px auto;width: 100%}
/*--------------------------------------------------------------
## 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%}

}
/*--------------------------------------------------------------
## Services Section
--------------------------------------------------------------*/
section#ct-service-box .timeline-content {
    display: none;
}
section#ct-service-box .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
section#ct-service-box  .title-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
}
section#ct-service-box .title-image img {
    margin: 0 auto;
    text-align: center;
}
section#ct-service-box {
    background: #f2f1f0;
    position: relative;
    background-repeat: no-repeat;
    overflow:hidden;
}
section#ct-service-box .our-homepage-services{
    width: 100%;
    height: auto;       
    text-align: center;   
    overflow: hidden;
    position: relative;
    transition: 0.9s;
    margin-bottom: 20px;    
    z-index: 5;  
}


section#ct-service-box .our-homepage-services img{    
    margin: 0 auto;
    width: 100%;   
    position: relative;

}

section#ct-service-box .our-homepage-services:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
}


section#ct-service-box .our-homepage-services figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    z-index: 30;
}
section#ct-service-box .our-homepage-services figcaption::before {
    border-top: 1px solid ;
    border-bottom: 1px solid ;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
section#ct-service-box .our-homepage-services figcaption::after {
    border-right: 1px solid ;
    border-left: 1px solid;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
section#ct-service-box .our-homepage-services figcaption::before, section#ct-service-box .our-homepage-services figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

section#ct-service-box .our-homepage-services:hover figcaption::before,
section#ct-service-box .our-homepage-services:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
section#ct-service-box .our-homepage-services h3{
    font-size:25px;
    font-weight:400;
    margin: 0;
    padding:1.2em;
    background: #ffffff;
    word-break: break-word;
}

section#ct-service-box .our-homepage-services p
{
    margin-bottom:0;
    font-size: 16px;
}

section#ct-service-box .services-back{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px;
    text-align: center;
    background: #fff;    
}




section#ct-service-box .our-homepage-services:hover{
    border-color:#777;
    transition:0.9s;
}

section#ct-service-box a.site-button {
    font-size: 14px;
    font-weight: bold;
    border-radius: inherit;
    padding: 0;
    margin-top: 30px;
    word-break: break-word;
    background: transparent;
}

section#ct-service-box a.site-button .fa{
    margin-left: 15px;
}

section#ct-service-box .our-homepage-services:hover:after {
    border-top-color: #e64b6e;
}
section#ct-service-box .bottm-box{
    background: #dc1c1c;
    padding-bottom: 15%;
    padding-top: 1%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;

}

section#ct-service-box .titlebor {
    width: 10%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
section#ct-service-box .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    border-width: 2px;
    border-style: solid;
    border-color: #10a9e2;
    border-left: none;
    left: 0;
    bottom: -10px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
/*==========================================
## Services Page
===========================================*/
main#innerpage-box .main-timeline .timeline-content{
        padding: 20px 20px 20px 550px;
    min-height: 300px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0%;
}
main#innerpage-box .main-timeline .timeline-content:hover{ text-decoration: none; }
main#innerpage-box .main-timeline .timeline-content:before{
    content: "";
    background: transparent;
    position: absolute;
    top: 4px;
    right: 4px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
main#innerpage-box .main-timeline .timeline-icon{
      color: #fff;
    background: transparent;
    font-size: 60px;
    text-align: center;
    line-height: 130px;
    height: 280px;
    width: 280px;
    position: absolute;
    top: 0;
    left: 12%;
    border: 7px solid #ececec;
    transform: skew(-10deg);
    
}
main#innerpage-box .main-timeline .title{
    line-height: 28px;
 color: #444444;
 font-weight: normal; 
 margin: 0 0 5px;
 word-break: break-word;
}
main#innerpage-box .main-timeline .description{
    color: #666;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content{
    text-align: left;
    padding: 20px 650px 20px 20px;
}
main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: 4px;
    right: 0;
}
main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
        right: 12%;
}
main#innerpage-box .main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background: #ff7c4e;
}

main#innerpage-box .main-timeline .timeline:nth-child(4n+2) .title{ color: #444444; }
main#innerpage-box .main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background: #ff7c4e;
}

main#innerpage-box .main-timeline .timeline:nth-child(4n+3) .title{ color: #444444; }
main#innerpage-box .main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background: #ff7c4e;
}

main#innerpage-box .main-timeline .timeline:nth-child(4n+4) .title{ color: #444444; }
@media screen and (max-width:576px){
 main#innerpage-box .main-timeline .timeline-content{ padding: 160px 20px 20px 10px; }
 main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 160px 10px 20px 20px; }
 main#innerpage-box .main-timeline .timeline-icon{    
    height: 120px;
    width: 120px;
}
main#innerpage-box .main-timeline .title{ font-size: 18px; }
}
main#innerpage-box .timeline .our-homepage-services {
    display: none;
}
main#innerpage-box .timeline{
    width: 100%;
}
main#innerpage-box .timeline-content img.img-responsive {
    width: 100%;
    height: 100%;  
}
main#innerpage-box .timeline-content a.site-button {
    border-radius: 30px;
    padding: 15px 30px;  
}
main#innerpage-box .main-timeline .timeline-content a.sitebutton {
    font-size: 14px;
    letter-spacing: 0;
    color: #444444;
    font-weight: normal;
}
main#innerpage-box div#content-box .timeline i.fa.fa-long-arrow-right {
    color: #121212;
    font-size: 14px;
    transition: 1s linear;
}
main#innerpage-box .main-timeline .timeline-content a.sitebutton:hover i.fa.fa-long-arrow-right {
    padding-left: 10px;
    transition: 1s linear;
}

/*============== facility section ==================*/
section#skills-content-section .petfacbx{
       margin: 0 0px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    margin: 25px 0;
}
section#skills-content-section .petfacbx:hover .petfac-icon {
    background: #fbb34d;
    color: #ffffff;
}
section#skills-content-section .petfacbx .petfac-icon {
  color: #f57d52;
    background: transparent;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;   
    border-radius: 50%;   
    transition: all 0.2s;
    font-size: 40px;
        position: relative;
    top: -10px;
}

section#skills-content-section .petfacbx .petfac-icon i{
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}
section#skills-content-section .petfacbx:hover .petfac-icon i{ transform: rotateY(180deg); }
section#skills-content-section h4.title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    word-break: break-word;
}
section#skills-content-section p.description {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 15px 0;
        margin: 0;
}
section#skills-content-section a {
    font-size: 16px;
    line-height: 20px;
}
section#skills-content-section .skillsrightbox.padding0 {
    text-align: right;
}
section#skills-content-section .center-img {
    margin: 0 auto;
    text-align: center;
}
section#skills-content-section .lightbox {
    padding: 9em 0 0 0;
}
section#skills-content-section .title-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 107px;
}
section#skills-content-section .title-image img {
    margin: 0 auto;
    text-align: center;
}
section#skills-content-section {
    position: relative;
    background: #ffffff;
}
section#skills-content-section .lz-skill-subheading {
    font-size: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 25px;
}
section#skills-content-section .skillsbox {
    padding: 0px 3%;
}
/*================= facility section =========*/
/*=============================================
##Blog Section
=============================================*/
section#ht-blog-box {
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

section#ht-blog-box .titlebor {
    width: 5%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
section#ht-blog-box .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    border-width: 2px;
    border-style: solid;
    border-color: #10a9e2;
    border-left: none;
    left: 0;
    bottom: -10px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
section#ht-blog-box .our-homepage-blog .pc_blog_img{
    position: relative;   
}

section#ht-blog-box .our-homepage-blog:hover .pc_blog_img:after{
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
section#ht-blog-box .our-homepage-blog img{
    width: 100%;
    height: 430px;    
}
section#ht-blog-box .our-homepage-blog:hover img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
section#ht-blog-box .our-homepage-blog .social{
 padding: 8px 18px 8px 20px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 5%;
    left: -18px;
    background: #f76c5e;
    z-index: 20;
    overflow: hidden;
}
section#ht-blog-box .our-homepage-blog .social span{   
     background: #000;
    position: relative;
    padding: 5px 8px;
    right: -18px;
    top: -3px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
section#ht-blog-box .pc_blog_img a {
    display: block;
    position: relative;
}
section#ht-blog-box .pc_blog_img a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #241c22;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 1;
    opacity: 0.1;
}
section#ht-blog-box .pc_blog_img:hover a:after{
    width: 100%;
}

section#ht-blog-box .our-homepage-blog .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
section#ht-blog-box .our-homepage-blog:hover .social li a:hover{
    color: #2a4284;
}

section#ht-blog-box ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
}

section#ht-blog-box h3 {
    font-size: 25px !important;
    font-weight: bold;
    line-height: 28px;
    margin:0 0 10px;
    word-break: break-word;
}
section#ht-blog-box p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 0 0;
}
section#ht-blog-box ul {
    padding: 0;
    margin: 0;
}

section#ht-blog-box .our-homepage-blog .social li {
    padding-right: 0;
}
section#ht-blog-box .our-homepage-blog .social li {
  font-size: 37px;
    line-height: 25px;
    font-weight: bold;
}
section#ht-blog-box a.site-button {
font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    background: transparent;
    padding: 0;
}
section#ht-blog-box a.site-button .fa{
    margin-left: 10px;
}
section#ht-blog-box .our-homepage-blog .pc-blog-content{
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
    z-index: 1;

}
section#ht-blog-box .our-homepage-blog:hover .pc-blog-content{
    border-top-color: transparent;
    border-right-color: #4aba8d;
}

section#ht-blog-box .our-homepage-blog .pc-blog-content ul li {
    font-weight: bold;
}
section#ht-blog-box .our-homepage-blog {
    margin-bottom: 30px;
    position: relative;
}
/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/


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


section#ht-our-featured-section .title-image img {
    margin: 0 auto;
    text-align: center;
}

section#ht-our-featured-section .complete-featurebox{
    text-align: center;
    margin:0 0 20px 0;
}
.lz-ourfeatureshmp-subheading {
    font-size: 15px;
    margin-bottom:3em;    
    display: inline-block;
    line-height: 20px;
}
section#ht-our-featured-section {    
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
section#ht-our-featured-section .ourfeatureshmp-post-wrap{
    position: relative;
    z-index: 5;
}

section#ht-our-featured-section .topcolor-box {
    background: #332931;
    padding-bottom: 37%;
    padding-top: 1%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}
section#ht-our-featured-section .ht-section-title-tagline{
    position: relative;
    z-index: 5;
}
section#ht-our-featured-section .lz-ourfeatureshmp-subheading{
     position: relative;
    z-index: 5;
}
section#ht-our-featured-section .complete-featurebox .pc-ser-box {
  position: relative;  
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

section#ht-our-featured-section .complete-featurebox .pc-ser-box *,
section#ht-our-featured-section .complete-featurebox .pc-ser-box:before,
section#ht-our-featured-section .complete-featurebox .pc-ser-box:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

section#ht-our-featured-section .complete-featurebox .pc-ser-box img {
 max-width: 100%;
 backface-visibility: hidden;
 vertical-align: top; 
 width: 100%; 
}

section#ht-our-featured-section .complete-featurebox .pc-ser-box figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  opacity: 0;
  background-color: #000;  
}

section#ht-our-featured-section .complete-featurebox .pc-ser-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

section#ht-our-featured-section .complete-featurebox:hover .pc-ser-box figcaption,
section#ht-our-featured-section .complete-featurebox.hover .pc-ser-box figcaption {
  opacity: 0.6;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

section#ht-our-featured-section .complete-featurebox:hover .pc-ser-box:before,
section#ht-our-featured-section .complete-featurebox.hover .pc-ser-box:before,
section#ht-our-featured-section .complete-featurebox:hover .pc-ser-box:after,
section#ht-our-featured-section .complete-featurebox.hover .pc-ser-box:after {
  border-width: 5px;
}

section#ht-our-featured-section .complete-featurebox:hover .pc-ser-box:before,
section#ht-our-featured-section .complete-featurebox.hover .pc-ser-box:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#ht-our-featured-section .complete-featurebox:hover .pc-ser-box:after,
section#ht-our-featured-section .complete-featurebox.hover .pc-ser-box:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section#ht-our-featured-section .complete-featurebox.wow.zoomIn {
    text-align: center;
}
section#ht-our-featured-section h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 10px 0;
    word-break: break-word;
}
section#ht-our-featured-section p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 0;
    word-break: break-word;

}
section#ht-our-featured-section p span,
section#ht-our-featured-section p small,
section#ht-our-featured-section p b,
section#ht-our-featured-section p big,
section#ht-our-featured-section p sub,
section#ht-our-featured-section p sup{
    font-weight: 600;
}

section#ht-our-featured-section .homepage-featured-content {
    padding: 30px;
    background: #ccc;
}
section#ht-our-featured-section .complete-featurebox .title{
position: relative;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
section#ht-our-featured-section .complete-featurebox .title:before{
    content: "";
    width: 25px;
    height: 0px;
    background: #fbb34d;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
section#ht-our-featured-section .complete-featurebox .title:after{
    content: "";
    width: 25px;
    height: 0px;
    background: #fbb34d;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
section#ht-our-featured-section .complete-featurebox:hover .title:before,
section#ht-our-featured-section .complete-featurebox:hover .title:after{
    width: 50px;
    height: 1px;
}
section#ht-our-featured-section .complete-featurebox .post{
    display: inline-block;
}
section#ht-our-featured-section .complete-featurebox .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    position: relative;
    top: -4px;
}
section#ht-our-featured-section .complete-featurebox:hover .post:before{
    background: #fbb34d;
}


#ht-our-featured-section .booknow-btn{
   display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    bottom: -18px;
    z-index: 10;

}
#ht-our-featured-section .booknow-btn a {
     background: #fe6b59;
    padding: 15px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: inherit;
    z-index: 2;
    position: relative;
    display: inline-block;
    white-space: normal;

}
#ht-our-featured-section .booknow-btn a .fa {
    margin-left: 15px;
}
/*--------------------------------------------------------------
## Welcomepets Section
--------------------------------------------------------------*/

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
section#ht-welcomepets-section .blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
section#ht-welcomepets-section .lz-fitness-welcomepets-subheading {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 25px;
}
section#ht-welcomepets-section .ht-section-title {
    line-height: 70px;
    padding: 0 25px;
    word-break: break-word;
}
section#ht-welcomepets-section .ht-section-title-tagline {
    margin-bottom: 2em;
}
section#ht-welcomepets-section .lz-fitness-welcomepets-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}
section#ht-welcomepets-section .welcomepets-box {
    padding-right: 35px;
}
section#ht-welcomepets-section .pets-contact-text p {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    word-break: break-word;
}
section#ht-welcomepets-section .pets-contact-text h2 {
    font-size: 40px;
    word-break: break-word;
}
section#ht-welcomepets-section .ico {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
section#ht-welcomepets-section .ico * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#ht-welcomepets-section .ico:before,
section#ht-welcomepets-section .ico:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#ht-welcomepets-section .ico:before {
  color: #ffffff;
}
section#ht-welcomepets-section .ico:after {
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 6px solid #000000;
  content: '';
  z-index: -1;
  border-radius: 50%;
  box-sizing: border-box;
}
section#ht-welcomepets-section .ico.green:after {
  border-color: #27ae60;
  background-color: #104627;
}
section#ht-welcomepets-section .pets-contact-text:hover .ico:after,
section#ht-welcomepets-section .pets-contact-text.hover .ico:after {
  border-color: transparent;
  animation: spin1106 cubic-bezier(0.18, 0.14, 0.29, 1) 1s;
  border-right-color: #000000;
  border-left-color: #000000;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
section#ht-welcomepets-section .pets-contact-text:hover .ico.green,
section#ht-welcomepets-section .pets-contact-text.hover.ico.green {
  color: #27ae60;
}


@-webkit-keyframes spin1106 {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

@keyframes spin1106 {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
section#ht-welcomepets-section .pet-text {
    text-align: left;
    padding: 0;
}

section#ht-welcomepets-section .welcome-right-image {
      position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    top: 35px;
    left: 15px;
}
section#ht-welcomepets-section .welcome-right-image img {
  max-width: 100%;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  width: 100%;
  height: 100%;
}
section#ht-welcomepets-section .welcome-right-image:after,
section#ht-welcomepets-section .welcome-right-image a {
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  position: absolute;
}
section#ht-welcomepets-section .welcome-right-image:after {
  content: '';
  border: 8px solid #ff7c4e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
section#ht-welcomepets-section .welcome-right-image a {
  z-index: 1;
}
section#ht-welcomepets-section .welcome-right-image:hover img,
section#ht-welcomepets-section .welcome-right-image.hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
section#ht-welcomepets-section .welcome-right-image:hover:after,
section#ht-welcomepets-section .welcome-right-image.hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
section#ht-welcomepets-section #customers {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

section#ht-welcomepets-section #customers td, section#ht-welcomepets-section #customers th {
   border: 1px solid #ddd;
   padding: 8px 8px 8px 65px;
   font-size: 13px;
   font-weight: 600;
   position: relative;
   word-break: break-word;
}
section#ht-welcomepets-section #customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
section#ht-welcomepets-section table.last-bx {
    border: 1px solid #ddd;
    border-top: 0;   
}
section#ht-welcomepets-section table.last-bx th {
    text-align: left;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    padding-left: 50%;
}
section#ht-welcomepets-section #customers p, section#ht-welcomepets-section #customers p,
section#ht-welcomepets-section table.last-bx p
{
    font-size: 12px;
    margin: 0;
        line-height: 25px;
}
section#ht-welcomepets-section .pets-contact-text {
    margin-top: 33px;
}
section#ht-welcomepets-section #customers td:before {
 content: "\f017";
 font-family: FontAwesome;
 left: 0;
 position: absolute;
 top: 3px;
 font-size: 33px;
 color: #d1d1d1;
 padding-left: 20px;
 font-weight: normal;
}
section#ht-welcomepets-section table.last-bx th:before {
    content: "\f017";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 3px;
    font-size: 33px;
    color: #d1d1d1;
    padding-left: 0;
    margin: 0 auto;
    left: 41%;
    font-weight: normal;   
}
.midix.infinite, .midix_hover.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

section#ht-welcomepets-section .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
section#ht-welcomepets-section .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/

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

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

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section#ht-fewwords-section .counter-post-boxes {
    position: relative;
    margin: auto;
    overflow: hidden;
}
section#ht-fewwords-section .counter-post-boxes {
    transition: all 0.9s;
    display: block;
    height: auto;
    transform: scale(1);
}

section#ht-fewwords-section .counter-post-boxes:hover {
    transform: scale(1.1);
    transition: opacity 1s,-webkit-transform 1s;
    -o-transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

section#ht-fewwords-section img{
    width: 100%;
    height: 100%;
}
section#ht-fewwords-section .lz-fitness-fewwords-subheading {
     font-size: 24px;   
    display: inline-block;
    margin-bottom: 15px;   
    font-weight: bold;
    letter-spacing: 1px;
}
section#ht-fewwords-section .lz-fitness-fewwords-text {
    font-size: 16px;
    margin-bottom: 40px;   
    line-height: 30px;
}
section#ht-fewwords-section .img-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
section#ht-fewwords-section .img-list li {   
    box-sizing: border-box;   
    position: relative;   
}
section#ht-fewwords-section .img-list img {
    max-width: 100%;
    vertical-align: middle;
}
section#ht-fewwords-section .leftcontent{
    padding-right: 2em;
}
section#ht-fewwords-section .counter-detailsbx-number.count {
    font-size: 50px;
}
section#ht-fewwords-section h5 {
    font-size: 16px;
    word-break: break-word;
}
.padding17 {
    padding: 17px 30px 20px 0px;
}
section#ht-fewwords-section .ht-section-title-tagline {
    text-align: left;
    margin-bottom: 2em;
}
section#ht-fewwords-section .fewwordsmainbx:hover:after {
    right: -5px;
    bottom: -5px;
}
section#ht-fewwords-section {
    background: #ffffff;
    position: relative;
    z-index: 1;
}
/* The hover effect
-------------------------------------------------------------- */
section#ht-fewwords-section .img-list:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}
section#ht-fewwords-section .img-list:hover:before {
    opacity: .5;
    transform: scale(1);
}
section#ht-fewwords-section .img-list:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top:30px;
    left:30px;
    right: 30px;
    bottom: 30px;
    background: #000;
    opacity: 0;
    transform: scale(0);
}
section#ht-fewwords-section .img-list:hover:after {
    opacity: .1;
    transform: scale(1);
}
h2.ht-section-title.lz-fewwords-heading {
    word-break: break-word;
    line-height: 70px;
}

#ht-fewwords-section .readmore{
    margin-top: 1em;
    display: inline-block;
    margin-bottom: 1em;
}
}
#ht-fewwords-section .readmore a{    
    padding: 15px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: inherit;
    z-index: 2;    
}

#ht-fewwords-section .readmore a .fa{
    margin-left: 15px;
}

/*=======slider ---*/
.rightsliderbox .slider {
    margin: 0 auto;
    height: 512px;
    position: relative;
    overflow: hidden;
}

.rightsliderbox .slide_viewer {
  height:100%;
  overflow: hidden;
  position: relative;
}

.rightsliderbox .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.rightsliderbox .slide_group a {
  height: 100%;
  position: relative;
  width: 100%;
  display: inline-block;
}

.rightsliderbox .slide {
  height: 100%;
  position: absolute;
  width: 100%;
}



.rightsliderbox .slide:first-child {
  display: block;
}

.rightsliderbox .slide:nth-of-type(1) {
  background: #ffffff;
}

.rightsliderbox .slide:nth-of-type(2) {
  background: #ffffff;
}

.rightsliderbox .slide:nth-of-type(3) {
  background: #ffffff;
}

.rightsliderbox .slide:nth-of-type(4) {
  background: #ffffff;
}

.rightsliderbox .slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  display: none !important;
}

.rightsliderbox a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.rightsliderbox .slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.rightsliderbox .directional_nav {
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    right: 25px;
    z-index: 20;
}

.rightsliderbox .previous_btn {
    bottom: 0;
    right: 55px;
    margin: auto;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    background: #ffffff;
}

.rightsliderbox .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;  
    font-size: 25px;
    background: #fff;
}

.rightsliderbox .previous_btn, .next_btn {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width:45px;
  text-align: center;
}

.rightsliderbox .previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
 .rightsliderbox .previous_btn {
    right: 50px;
  }
 .rightsliderbox .next_btn {
    right: 10px;
  }
}

    
.rolli{
    position: absolute;
    text-align: center;
    line-height: 210px;
    width: 90%;
    z-index: 20;
    height: 93%;
    padding: 7.5% 0%;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0.7;
 }
    
#ht-fewwords-section:hover  .rolli{
    display:block;
   cursor:pointer   
}

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

/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/
.ht-section-tagline.lz-facility-text.feature-border {
    text-align: left;
}
.ht-section-tagline.lz-featured-text.feature-border {
    text-align: left;
}
.facility-excerpt {
    color: #4f4f4f;
    font-size: 15px;   
}
#facility-content-section .facility-icon {
    font-size: 51px;
    color: #ffffff;
    background: none;
    text-align: center;
    vertical-align: top;
    position: relative;
    top: -10px;
}

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


#facility-content-section h2.lz-facility-Post-heading {
    word-break: break-word;
    display: inline-block;
}

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

#facility-content-section .lz-facility-subheading {
    margin-top: 1px;  
    font-size: 40px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
    font-weight: 600;    
}
#facility-content-section .feature{       
    padding:55px 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition:background-color 600ms linear;
    -ms-transition:background-color 600ms linear;
    transition:background-color 600ms linear;
}

#facility-content-section .feature-wrap .feature{
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: solid;
    border-color:#d4d4d4;
    padding:60px 25px;
    margin: 0;
    display:table-cell;
     vertical-align: middle;
     -webkit-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition:background-color 600ms linear;
     -ms-transition:background-color 600ms linear;
     transition:background-color 600ms linear;
     overflow: hidden;
 }

 #facility-content-section .feature-wrap:before{
      content: "";
    position: absolute;
     border-right: 1px solid #ffffff;
     height: 100%;
    width: 100%;
 }

#facility-content-section .feature-wrap:nth-child(3):before{
    border-right: 0px;
 }
 #facility-content-section .feature-wrap:nth-child(6):before{
    border-right: 0px;
 }
 #facility-content-section .feature-wrap:nth-child(9):before{
    border-right: 0px;
 }



#facility-content-section .feature-wrap .feature:nth-child(9){
    border-bottom-width:0px;
 }

#facility-content-section .feature-wrap .feature:first-child{ border-left-width:0px; }

#facility-content-section .feature-wrap:last-child .feature{border-bottom-width:0px;}


@media screen and (max-width: 767px){
    #facility-content-section .feature-wrap .feature{
        width: 100%;
        display: block;
        border-left: 0;
    }

    #facility-content-section .feature-wrap:before{
        border-right: 0;
    }
}



#facility-content-section .facility-readmore a {
    padding: 0;
    color: #fc226a;
    font-size: 14px;
}
#facility-content-section .facility-readmore a:hover { 
 border:none;  
 border-radius: 0;
    border-bottom: 1px solid #7c529c;
    color: #7c529c;
}
/*===========*/
#facility-content-section{    
    background-color: #332931;
}

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

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

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


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

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

    opacity: 0.9;
}
.lz-facility-text {
    color: #fff;
    font-size: 18px;   
    font-weight: 100;
}


#facility-content-section .description {
    font-size: 14px;
    color: #ffffff;
}
#facility-content-section .facility-post h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}
/*--------------------------------------------------------------
## Gallery Page
--------------------------------------------------------------*/
div#content-box .pc-gall-box{
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
    padding: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;   
  -moz-border-radius: 50px; 
      transform: skew(-5deg);
      margin-bottom: 30px;

}


div#content-box .pc-gall-box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
div#content-box .pc-gall-box:hover img{ transform: scale(1.1); }
div#content-box .pc-gall-box .box-content{
    width: 100%;
    height: 100%;
    background: rgba(47, 50, 54, 0.5);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg) scale(0.5);
    transition: all 0.45s ease-out 0s;
}
div#content-box .pc-gall-box:hover .box-content{
    opacity: 1;
    transform: rotateY(0deg) scale(1);
}
div#content-box .pc-gall-box .box-content:before{
    content: "";
    width: 90%;
    height: 90%;
    border: 3px solid #ff7c4e;
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 50px;
     -webkit-border-radius: 50px;   
  -moz-border-radius:  50px; 
}
div#content-box .pc-gall-box .icon{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 40%;
}
div#content-box .pc-gall-box .icon li{ display: inline-block; }
div#content-box .pc-gall-box .icon li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    color: #f53877;
    transition: all 0.5s ease 0s;
}
div#content-box .box .icon li a:hover{
    background: #f53877;
    color: #fff;
}
div#content-box .pc-gall-box .content{
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
div#content-box .pc-gall-box .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}
div#content-box .pc-gall-box .post{
    display: block;
    font-size: 14px;
    color: #fff;
}
div#content-box figure.gallery-img-bx {
    display: none;
}
main#innerpage-box div#content-box .pc-gall-box img {
    height: auto;
    width: 100%;
    border-radius: 50px;
     -webkit-border-radius:50px; 
  -moz-border-radius:50px; 
}
main#innerpage-box div#content-box .lz-gallery-images.padding2 {
    padding: 0;
}
section#ht-gallery-section .pc-gall-box {
    display: none;
}
/*--------------------------------------------------------------
## Gallery Section
--------------------------------------------------------------*/
section#ht-gallery-section {
    position: relative;
    overflow: hidden;
}
section#ht-gallery-section figure.hmpg-inner-gallbx {
    display: none;
}
section#ht-gallery-section img {
    width: 100%;
}
section#ht-gallery-section .padding2 {
    padding: 10px;
}
section#ht-gallery-section .gallery-img-bx {
    position: relative;
    overflow: hidden;
    color: #000000;
    background: #4d93fb;   
        outline: 1px solid ;
    outline-offset: -25px; 

}

section#ht-gallery-section .gallery-img-bx *,
section#ht-gallery-section .gallery-img-bx:before,
section#ht-gallery-section .gallery-img-bx:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

section#ht-gallery-section .gallery-img-bx img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

section#ht-gallery-section .gallery-img-bx:before,
section#ht-gallery-section .gallery-img-bx:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

section#ht-gallery-section .gallery-img-bx:before {
  width: 300px;
  height: 2px;
}

section#ht-gallery-section .gallery-img-bx:after {
  height: 300px;
  width: 2px;
}

section#ht-gallery-section .gallery-img-bx figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

section#ht-gallery-section .gallery-img-bx h3 {
  font-weight: 400;
  padding: 8px 15px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

section#ht-gallery-section .gallery-img-bx a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

section#ht-gallery-section .gallery-img-bx:hover img,
section#ht-gallery-section .gallery-img-bx.hover img {
  zoom: 5;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

section#ht-gallery-section .gallery-img-bx:hover:before,
section#ht-gallery-section .gallery-img-bx.hover:before,
section#ht-gallery-section .gallery-img-bx:hover:after,
section#ht-gallery-section .gallery-img-bx.hover:after {
  opacity: 1;
}

section#ht-gallery-section .gallery-img-bx:hover:before,
section#ht-gallery-section .gallery-img-bx.hover:before {
  width: 40px;
}

section#ht-gallery-section .gallery-img-bx:hover:after,
section#ht-gallery-section .gallery-img-bx.hover:after {
  height: 40px;
}

section#ht-gallery-section .gallery-img-bx:hover h3,
section#ht-gallery-section .gallery-img-bx.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
section#ht-gallery-section .gallery-img-bx{
    position: relative;
    overflow: hidden;
}

span.roll {   
    position: absolute;
    text-align: center;   
    z-index: 2;     
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 1;
}
section#ht-gallery-section .gallery-img-bx:hover span.roll {
    display: block;
}
span.roll h6{
    font-size: 24px;
    color: #fff;
}

section#ht-gallery-section h2.lz-gallery-heading{
    word-break: break-word;
    display: inline-block;
}
section#ht-gallery-section .ht-section-title-tagline {
    margin-bottom: 2.5em;
}
section#ht-gallery-section .lz-gallery-subheading{
    margin-bottom: 3em;
        font-size: 15px;
}

section#ht-gallery-section .titlebor {
    width: 5%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    left: 0;
    position: relative;
}
section#ht-gallery-section .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    border-width: 2px;
    border-style: solid;
    border-color: #10a9e2;
    border-left: none;
    left: 0;
    bottom: -10px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
section#ht-team-section .ht-section-title-tagline {
    margin-bottom: 4em;
}
/* Catalogue slider Start */
section#ht-team-section .slider {
 width: 100%;
 position: relative;
 height: 490px;
 margin: auto;
 overflow-x: scroll;
 overflow-y: hidden;
 
}
.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;  
    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; 
}
section#ht-team-section .our-team{
    text-align: center;    
}
section#ht-team-section .pic{
    position: relative;
    overflow: hidden;
}
section#ht-team-section .pic img{
    width: 100%;
    height: auto;
}
section#ht-team-section .social_media_team{
    position: absolute;
    top:100%;
    width: 100%;
    height: 100%;
    background-color:rgba(222, 79, 0, 0.8);
    transition: all 1s ease 0s;
    opacity: 0.85;
}
section#ht-team-section .team_social{
    list-style: none;
    padding: 0;
    height: 100%;
    position: relative;
    top:40%;
}
section#ht-team-section .team_social > li{
    display: inline-block;
    margin: 0 5px 5px 0;
}
section#ht-team-section .team_social > li > a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
section#ht-team-section .team_social > li > a:hover{
    background: #fff;
    color:#de4f00;
    transition: all 1.3s ease 0s;
}
section#ht-team-section .team-prof{
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0 75%);  
  position: relative;
  width: 100%;
  left: 8%;
  bottom: 40px;
  padding: 20px 30px 30px 30px;
  text-align: left;
}
section#ht-team-section .post-title > a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
section#ht-team-section .post-title > a:hover{
    text-decoration: none;
    color:#de4f00;
}
section#ht-team-section .post{
    color:#de4f00;
    font-size: 25px;
    word-break: break-word;
}
section#ht-team-section .our-team:hover .pic .social_media_team{
    top:0;
}

section#ht-team-section .team-prof h3 {
 margin: 0;
 padding: 0 0 4px 0;
 font-size: 25px;
 font-weight: 800;
 word-break: break-word;
}
section#ht-team-section .shad {
    filter: drop-shadow(-1px -1px 10px rgba(50, 50, 0, 0.1));
}
section#ht-team-section .our-team:hover .shad {
    filter: drop-shadow(-1px -1px 10px rgba(50, 50, 0, 0.2));
}
section#ht-team-section .team-sec-subheading {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 25px;
}
section#ht-team-section .our-team:hover .pic {
    filter: drop-shadow(-1px -1px 2px rgba(50, 50, 0, 0.3));
}
@media screen and (max-width: 990px){
 section#ht-team-section .our-team{
    margin-bottom: 30px;
}
}
/*--------------------------------------------------------------
## Team Innerpage
--------------------------------------------------------------*/
main#innerpage-box div#content-box .our-team{
    display: none;
}
#innerpage-box div#content-box {}


.inner-team{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}
.inner-team:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-team img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}
.inner-team:hover img{
    opacity: 0.5;
}
.inner-team .team-content{
    color: #000;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.inner-team:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.inner-team .title{
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.inner-team .post{
    display: block;
    font-size: 15px;
}
.inner-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.3s ease 0s;
}
.inner-team:hover .social{
    opacity: 1;
}
.inner-team .social li{
    display: block;
    list-style: none;
    margin:0 !important;
}
main#innerpage-box div#content-box .inner-team ul li:before{
    display: none !important;
}
.inner-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #006e90;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.inner-team:hover .social li:nth-child(1) a{
    transition-delay: 0.3s;
}
.inner-team:hover .social li:nth-child(2) a{
    transition-delay: 0.2s
}
.inner-team:hover .social li:nth-child(3) a{
    transition-delay: 0.1s;
}
.inner-team:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.inner-team:hover .social li a{
    transform: translate(0, 0)
}
.inner-team .social li a:hover{
    width: 40px;
    background: #f2545b;
    transition-delay: 0s;
}
.inner-team .icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #006e90;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 990px){
    .inner-team{ margin-bottom: 30px; }
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list{
    text-align: center;
    margin-bottom: 30px;
    text-align: right;
}
.ht-portfolio-cat-name-list .fa{
    vertical-align: middle;
    color: #fe5722; 
}
.ht-portfolio-cat-name{
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #BBB;
    line-height: 1;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.ht-portfolio-cat-name:nth-child(2){
    border-left: 0;
    margin-left: 0;
}
.ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active{
    color: #fe5722;
}
.ht-portfolio-post-wrap{
    margin:2em 0;
}
.ht-portfolio{
    width: 33.33%;
    float: left;
    padding: 7.5px;
}
.ht-portfolio-outer-wrap{
    position: relative;
}
.ht-portfolio-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f9f9f9;
}
.ht-portfolio-wrap img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0
}
.ht-portfolio-caption{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    padding: 30px;
    opacity: 0;
    background: rgba(255, 193, 7, 0.9);
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption{
    opacity: 1;
}
.ht-portfolio-caption h5{
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    -ms-transform: translate(300px, 0); 
    -webkit-transform: translate(300px, 0); 
    transform: translate(300px, 0);
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption h5{
    -ms-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
}
.ht-portfolio-caption a{
    height: 36px;
    width: 36px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    line-height: 36px;
    color: #fe5722;
    font-size: 14px;
    background: #FFF;
    margin: 10px 5px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.ht-portfolio-caption a.ht-portfolio-image{
    -ms-transform: translate(-300px, 0); 
    -webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
    right: 66px;
}
.ht-portfolio-caption a.ht-portfolio-link{
    -ms-transform: translate(-300px, 0); 
    -webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
}
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image{
    -ms-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*==================== testimonial page =========================*/

div#content-box .testimonial-content{
    display: none;
}
div#content-box .col-md-4.col-sm-4.testwidth.padding25 {
    width: 100%;
}
div#content-box .padding25 {
    padding: 5px;
}
div#content-box .innerpage-bx-testbx {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    background-color: #f8f8f8;
    padding-top: 0px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin-bottom: 8px;
    padding-bottom: 1em;
}


div#content-box .testwidth{
margin-bottom: 20px;
}
div#content-box .innerpage-bx-testbx .profile img {
  border-radius: 50%;
  width: 70%;
}
div#content-box .innerpage-bx-testbx .profile {
  border-radius: 50%;
  top: 25px;
  left:42px;        
}
div#content-box .innerpage-bx-testbx .testi-icon {
    width: 15%;
    height: 24%;
    background: #ff7c4e;
    border-radius: 50%;    
    bottom: -8px;
    left: 48px;    
    position: absolute;
    z-index: 1; 
}
div#content-box .innerpage-bx-testbx .testi-icon i{
        font-size: 13px;
    color: #fff;
    margin: 0 0 0 7px;
}
div#content-box .innerpage-bx-testbx .testi-content{
    padding: 10px;
    margin: 0;
}
div#content-box .innerpage-bx-testbx .testi-content h3{
      font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-align: left;
}

div#content-box .innerpage-bx-testbx .testi-content h3:before{
    height: 51px;
    position: relative;
    content: "";
    display: inline-block;
    border-left: 4px solid #ff7c4e;
    left: 0;    
    top: 31px;
    padding-right: 10px;         
}

div#content-box .innerpage-bx-testbx .testi-content h3 cite {
     font-size: 14px;
    font-weight: 600;
    color: #3c3a3b;
    display: block;
    padding-left: 15px;
    margin: -7px 0px 0 0;
    top: 0;
}
div#content-box .innerpage-bx-testbx .testi-content p {
    margin: 13px 0 0px;
    padding: 0 0 0px;
    font-weight: 500;
    font-size: 16px;
    color: #3c3a3b;
    line-height: 20px;
}

div#content-box .row.page-testimonial-box {
    display: none;
}
div#content-box .innerpage-bx-testbx blockquote small {
    display: inline-block;
}
div#content-box .innerpage-bx-testbx blockquote small:before {
    content: none;
}


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

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
/* =========== testimonial page =============== */
section#testimonials-box .dlab-separator-outer.m-b0 {
    margin-bottom: 15px;
}
section#testimonials-box .dlab-separator {
    display: inline-block;
    width: 80px;
    position: relative;
    margin: 0 auto;
}
section#testimonials-box .dlab-separator[class*="style-"]:before {
    width: 80px;
    height: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 17px;
    border-width: 2px;
    border-style: dashed;
    border-left: none;
    right: 66px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
section#testimonials-box .dlab-separator[class*="style-"]:after {
    width: 80px;
    height: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 70px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    right: -10px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}
section#testimonials-box .box{
    border:3px solid #333;
    overflow: hidden;
    position:relative;
}
section#testimonials-box .box-img img{
    width:100%;
    height: auto;
}
section#testimonials-box .box-img:before{
    content: "";
    position: absolute;
    top: 5%;
    left: 4%;
    width: 92%;
    height: 90%;
    opacity: 0;    
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition:all 0.90s ease 0s;
}
section#testimonials-box .box-img:after{
    content: "";
    position: absolute;
    width: 92%;
    height: 90%;
    top: 5%;
    left: 4%;
    opacity: 0;
    transform: scale(1,0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition:all 0.90s ease 0s;
}
section#testimonials-box .box-img:hover:before,
section#testimonials-box .box-img:hover:after{
    opacity:1;
    transform: scale(1);
}
main#innerpage-box .test-member-designation {
    font-size: 15px;
    padding-top: 5px;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center h2.title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption p {
    font-size: 15px;
    font-style: italic;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption {
    border: 1px solid #2e2e2e;
    padding: 70px 30px 25px 30px;
    position: relative;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

#innerpage-box .our-testimonial{
    overflow: hidden;
    position: relative;
}
#innerpage-box .our-testimonial .pic{
 display: inline-block;
 width: 160px;
 z-index: 1;
 position: relative;
 top: 50px;
}
#innerpage-box .our-testimonial .pic:after{
  content: "";
  width: 81%;
  height: 108%;
  border-radius: 50%;
  background: #f9c12c;
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: -1;
}
#innerpage-box .our-testimonial .pic img{
 width: 120px;
 height: 120px;
 border-radius: 50%;
 transform: scale(1);
 transition: all 0.9s ease 0s;
 margin: 0 auto;
}
#innerpage-box .our-testimonial:hover .pic img{
    box-shadow: 0 0 0 14px #ffffff;
    transform: scale(0.7);
}

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

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

.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 0 10px;
        clear: both;   
}

#quote-carousel .carousel-control {
    background: none;
    color: #fc856d;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 250px;
    opacity: 1;
    z-index: 2000;
}
#quote-carousel .carousel-control.left {
    left: -42px;    
}
#quote-carousel .carousel-control.left i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 5%;
    padding:9px 16px;
    opacity: 1;   
}
#quote-carousel .carousel-control.right {
    right: -42px;   
}
#quote-carousel .carousel-control.right i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 5%;
    padding: 9px 16px;
    opacity: 1;   
}
#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;
    display: none;
}
#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;
    overflow: inherit;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
   /* content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;*/
}
section#testimonials-section p {
    font-size: 20px;
    line-height: 32px;
    padding: 3em;
        margin: 0;
}
section#testimonials-section .testimonial-content{   
    padding:6em;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
}
section#testimonials-section .testimonial-content:before {
    content: "\f10d";
    font-family: Fontawesome;
    font-weight: 900;
    color: #e8e8e9;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 40px;
    z-index: -1;
}
section#testimonials-section .padding25 {
    padding: 25px;
}
section#testimonials-section .team-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;  
  -moz-border-radius:  50%;
    height: 100px;
    width: 100px;
        margin: 0 auto
}
section#testimonials-section h6.secondry-text {
    font-size: 18px;    
    margin: 0 0 2px 0;
    word-break: break-word;
     font-weight: 400;
}
section#testimonials-section .designation-text {
    font-size: 16px;
}
section#testimonials-section .detailsbx {
    position: relative;
    top: 15px;
    text-align: left;
    left: 30px;
}
section#testimonials-section .ht-section-title-tagline {
    margin-bottom: 2em;
}
section#testimonials-section .test-subttl {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 20px;
}

section#testimonials-section .innerpage-bx-testbx{
    display: none;
}
/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */
/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

#blog-box .ht-blog-date {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    font-weight: 600;
    background: #fc226a;
}
#blog-box .blog-read-more {
    position: relative;
    bottom: 0px;
    right: 0;
}
.ht-blog-date .fa{
    margin-right: 6px;
    color:#7c529c;
    font-size: 22px;
}
#blog-box .ht-blog-date .fa{
    color:#fff;
}
#inner-blog-section .blog-read-more{
    text-align:center;

}
.ht-blog-excerpt .post-right {
    padding: 10px 25px;
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    font-size: 14px;
}
.post-right .blog-read-more a:hover{
    color: #fff;
    border-bottom: 4px solid #ea70a1;
    background: #000;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
}
.post-right .blog-read-more {
    margin: 10px 0;
    border-radius: 5px;
}
.post-right .blog-read-more a {
    color: #fff;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px;
    background: #ea70a1;
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
main#innerpage-box .ht-blog-thumbnail{
    text-align: center;
    border-radius: 6px;
    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: 600;
}
#blog-box .inner-blog-img{
    width: 100%;
}
#blog-box .inner-blog-post{
    background: #eee;
    padding: 2em;
    border-radius: 10px;
    margin-bottom: 20px;
}
#blog-box .inner-blog-img{
    border-radius: 7px;
    width: 100%;
    background: #fff;
    padding: 2px;
}
#blog-box .inner-blog-excerpt{
    margin: 0 0 20px 0;
}
#blog-box .blog-read-more{
    text-align:center;

}
#blog-box .blog-read-more:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#blog-box .blog-read-more a{
    padding: 5px 30px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    border: 3px solid;
    border-radius: 50px;
}
#blog-box .blog-read-more a:hover{
    background: #fc226a;
    color: #FFF;
    border: 3px solid #7c529c;
}
.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: 22px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
}
.socialMedia a:hover{
    background: none;
    border: 2px solid #3a3a3a;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
div#ht-contactus-wrap .contact-page-address p {
    margin-bottom: 10px;
}
#ht-contact-section .contact-content p {
    position: relative;
    font-size: 32px;
    background: linear-gradient(90deg, #fff, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 85%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    display: inline-block;
    margin: 0;
}
@keyframes animate {
  0% {
    background-position: -500%;
}
100% {
    background-position: 500%;
}
}
section#ht-contact-section .contact-img img {
    margin: 0 auto;    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
section#ht-contact-section .contact-box {
    background: #121212 url(images/packagesbg.png) no-repeat center;
    background-size: cover;
    border-radius: 25px;
}
#ht-contact-section .contact-content li {
    display: inline-block;
    font-size: 25px;
}
#ht-cta-section{
    color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0; 
}
#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
}
#ht-cta-section .ht-section-title-tagline{
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#ht-cta-section .ht-cta-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
.ht-cta-buttons{
    text-align: center;
}
.ht-cta-buttons a{
    display: inline-block;
    padding: 0 30px;
    line-height: 52px;
    color: #FFF;
    border-radius: 1px;
    margin: 0 4px;
    font-family: 'Oswald', sans-serif;
}
.ht-cta-buttons a.ht-cta-button1{
    background: #fe5722;
}
.ht-cta-buttons a.ht-cta-button2{
    background: #333;
}
.ht-cta-buttons a.ht-cta-button1:hover{
    background: #333;
    color: #FFF;
}
.ht-cta-buttons a.ht-cta-button2:hover{
    background: #fe5722;
    color: #FFF;
}
/*---------------Contact inner page--------------------------------*/
div#ht-contactus-wrap .contact-page-address{}
div#ht-contactus-wrap .contact-page-address .ht-section-tagline{
    color: #444;
    font-size: 25px;
}
div#ht-contactus-wrap .contact-page-address h2{
    color: #444;
    font-size: 25px;
}
div#ht-contactus-wrap .contact-page-address .ht-section-tagline span{
    color: #fe6b59;
    font-size: 30px;
    margin-right: 18px;
}
div#ht-contactus-wrap .contact-page-address p{
    color: #54595F;
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 10px;
}
div#ht-contactus-wrap .contact-page-address a{
    color: #54595F;
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 10px;
}
div#ht-contactus-wrap .contact-page-address a:hover{
    color: #fe6b59;
}
div#ht-contactus-wrap .contact-page-address .contact-border{
    border-bottom: 1px solid #d7d7d7;
    width: 70%;
    margin: 8px 0 25px 0;
    opacity: 0.5;
}
div#ht-contactus-wrap .contact-page-form p{

        line-height: 20px;
    margin-bottom: 6px;
}

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

.ht-footer .gallery-item {
    max-width: 29%;
    margin: 5px;
    float: left;
}

footer#ht-colophon ul.list-inline.m-a0 { 
    text-align: left;
    margin:20px 0;
}
footer#ht-colophon .footer-logo {
    text-align: center;
}

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;
}
div#ht-top-footer div.wpcf7 {
    position: relative;
}
div#ht-top-footer div.wpcf7 p{
    padding: 0;
    margin: 0;
    line-height: inherit;
}

footer#ht-colophon div.wpcf7 label input[type="submit"]{
    top:28px !important;
}
#ht-top-footer div.wpcf7 input[type="submit"] {     
    font-size: 15px;
    color: #e8e2f0;
    float: right;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 150px;
    padding: 10px 15px;
    border-radius: inherit;
    line-height: 20px;
    cursor: pointer;
}

.ht-top-footer ul li:before { 
}
footer#ht-colophon .social-profile-icons ul li:before {
    content: none;
}
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;  
    font-size: 15px;
    padding: 10px 35px 10px 23px;
    margin-bottom: 5px;
    border-radius:1px;
    width: 100%;
    border: 0;
    margin: 0;
}
footer#ht-colophon textarea{
 background: #ffffff;
 font-size: 15px;
 padding: 15px;
 margin-bottom: 5px;
 border-radius: 1px;
 border: 0;
}

footer#ht-colophon label{
    width: 100%;
}
footer#ht-colophon {
    background: #000;
    position: relative;
}
.footer-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
}
div#copyright-note span {
    font-weight: normal;
}
footer#ht-colophon ul li a {
 color: #989898;
 font-weight: normal;
 font-size: 15px;
}

.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
    background: none;
   height: 41px;
    width: 41px;
    text-align: center;
    background: transparent;
    border: 1px solid #ffffff;
    margin: 15px;
    line-height: 38px;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer;
    transform: rotate(45deg);
}
footer#ht-colophon .social-profile-icons ul li a .fa{
        transform: rotate(310deg);
}
footer#ht-colophon .social-profile-icons ul li:hover {
    transform: rotateZ(410deg);
}
footer#ht-colophon p {
    font-weight: normal;
    color: #989898;
    margin: 0;
}
footer#ht-colophon p i{
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}
.ht-footer .textwidget .fa{
    margin-right: 5px;
}
 .ht-footer ul li {
    padding: 0;
    margin: 0 10px 0 0;
    list-style: disc;
    color: #757575;
    list-style: none;
    display: inline-block;

}
.ht-top-footer ul li {
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
        margin-left: 15px;
}
.ht-top-footer ul li:hover{
    padding-left: 5px;
    padding-right: 5px;
}
#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: 30px;
    font-weight: normal;
    color: #fff;
    font-size: 24px;
}
#ht-top-footer{
    color: #fff;
   margin: 3em 0;
}
.ht-top-footer{
    /*margin-left: -3%;*/
}
.ht-footer{

}
.ht-footer.ht-footer4 {
    width: 35%;
}
.ht-footer.ht-footer3 {
   /* width: 25%;*/
}
.ht-footer.ht-footer2 {
    /*width: 13%;*/
}
.ht-footer.ht-footer2 .widget-title{
    display: none;
}

.ht-footer.ht-footer2 img{
    float: left;
}
.ht-footer.ht-footer1 {
    width: 85%;
}
.ht-footer .widget{
    margin-bottom: 30px;
}
.ht-footer .widget:last-child{
    margin-bottom: 0;
}
.ht-footer ul {
    list-style: none;
    margin: 2em 0;
    padding: 0;
    text-align: left;
}
.menu-footer-menus-container ul li{
	background: url(images/footer-list-ico.png) no-repeat 0 8px;
    padding: 2px 0 2px 20px;
    list-style: none;
    margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;    
    margin: 1px;
}

.social-profile-icons ul li i:hover {
    color: #ff7f7f;
}
.ht-top-footer input[type="email"] {
    width: 100%;
    font-size: 14px;
    color: #757575;
    padding: 11px 20px;
}
.ht-top-footer input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    background: #ff7f7f;
    color: #fff;
}

#ht-bottom-footer{  
    padding: 40px 0;
    color: #ffffff;  
    
}
.ht-site-info {
    color: #848484;
    font-weight: bold;
    font-size: 15px;
}

#ht-top-footer .newsletter-box{
    border:1px solid #ffffff;
    padding: 2em;
    position: relative;
}
@media screen and (min-width: 320px) and (max-width: 425px){
    #ht-top-footer .newsletter-box{
    padding: 1em !important;
}
}
@media screen and (min-width: 320px) and (max-width: 425px){
    div#content-box .innerpage-bx-testbx .testi-icon i {
    font-size: 21px;    
    margin: 13px 0 0 12px;
}
div#content-box .innerpage-bx-testbx .testi-icon {
    width: 13% !important;
    height: 20% !important;    
    left: 174px !important;
}
div#content-box .innerpage-bx-testbx .profile {
    
    margin-bottom: 20px;
}
div#content-box .innerpage-bx-testbx .profile img {
   
    width: 80% !important;
    }
}
@media screen and (max-width: 320px){
div#content-box .innerpage-bx-testbx .testi-icon i {
    font-size: 17px;
    margin: 8px 0 0 8px ;
}
div#content-box .innerpage-bx-testbx .testi-icon {
   
    left: 109px !important ;
}
}
@media screen and (min-width: 424px) and (max-width: 768px){
div#content-box .innerpage-bx-testbx .profile img {
    border-radius: 50%;
    width: 100% ;    
    margin-left: -22px;
}
div#content-box .innerpage-bx-testbx .testi-icon {
    width: 22% ;
    height: 31% ;    
    bottom: -13px ;
    left: 22px ;
   }
}

.ht-section-title.lz-newslatter-heading {
    font-size: 20px;   
}
#ht-top-footer div.wpcf7 input[type="submit"]{
 position: relative;
 width: auto;
 margin-top: 10px;
}
}
/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/
section#ht-appintment-section input[type=file] {
    width: 100%;
}

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

section#ht-appintment-section .ht-appintment-member-wrap {
    padding:10% 10% 12% 10%;
    position: absolute;
    background: #ccc;
    width: 100%;
    top: -165px;
    z-index: 99;
}

section#ht-appintment-section button.site-button {
    padding: 22px 60px;
    border-radius: 50px;
    font-size: 20px;
        margin-top: 15px;
}
section#ht-appintment-section .sect-height-appointment-box {
    padding: 0 5%;
}

section#ht-appintment-section .appointment-taglinetxt {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 25px;
}

section#ht-appintment-section .title-image img {
    margin: 0 auto;
    text-align: center;
}
section#ht-appintment-section{
    position: relative;
    overflow: hidden;   
}


section#ht-appintment-section .tag-heading{
    margin-bottom: 20px;
}
/*=====*/
section#ht-appintment-section .sect-height-appointment-section.padding0 .ht-section-title-tagline {
    margin-bottom: 0em;
    display: block;
}
section#ht-appintment-section .sect-height-appointment-section.padding0 .lightbox {
    padding: 4em 4em 4em 0;
}
section#ht-appintment-section .test-right {
    background-color: #121212;
}
section#ht-appintment-section ul.contact-sm-links.text-center {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 0;
}
section#ht-appintment-section .appbox1 {
    margin-bottom: 20px;
}
section#ht-appintment-section .appicon {
  position: relative;
  font-size: 35px;
  color: #e6e6e6;
  width: 65px;
  height: 65px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section#ht-appintment-section .appicon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #e6e6e6;
  content: '';
  z-index: -1;
  border-radius: 50%;
}
section#ht-appintment-section .appicon:before {
  color: #fff;
}
section#ht-appintment-section .appicon:before,
section#ht-appintment-section .appicon:after {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
section#ht-appintment-section .appicon:hover,
section#ht-appintment-section .appicon:active,
section#ht-appintment-section .appicon.hover {
  color: #c0392b;
}
section#ht-appintment-section .appicon:hover:after,
section#ht-appintment-section .appicon:active:after,
section#ht-appintment-section .appicon.hover:after {
  border-color: transparent #c0392b;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
section#ht-appintment-section .sect-height-appointment-section.padding0 {
    background: #f4f4f4;
}

section#ht-appintment-section h2.appointment-taglinetxt {
    font-size: 26px;
    margin: 0;
}
section#ht-appintment-section .test-right .lightbox {
    padding: 4em 6em 2em 6em;
}
section#ht-appintment-section .appointment-icon.padding0 {
    text-align: center;
}
section#ht-appintment-section h2.ht-section-title.lz-appointment-heading {
    font-weight: normal;
}
section#ht-appintment-section h2.appointmenttagline-box {
    font-size: 26px;
    margin: 0;
}
.appointment-icon span.fa {
    font-size: 40px;
    color: #fff;
    padding: 9px;
}
.appointment-content{
    font-size: 20px;
    position: relative;
    top: 20px;
}
.appointment-content a {
    font-size: 20px;
}
.appointment-content a:hover{
    color:#fb216a;
}
.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 h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.ht-appintment-member-wrap p{
    margin-bottom: 10px;
}

.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{    
    background: transparent;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 16px;   
    border-bottom: 1px solid ;
    border-top: none;
    border-right: none;
    border-left: none;
}
.ht-appintment-member-wrap select{
    background :transparent;
    border-bottom:1px solid;
    width: 100%;

}
.ht-appintment-member-wrap select option{
    background:transparent !important;
    color:#000;
}

.ht-appintment-member-wrap textarea {
  height:80px; 
}
#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: 15px 40px;
    color: #fff;
    border-radius: 0;
    margin: 5% auto;
    font-weight: bold;
}

.ht-appintment-member-wrap input[type="submit"]:after {
    content: "\2192";
    position: absolute;
    top: 52px;
    font-size: 46px;
    right: 15px;
    z-index: 5;
    line-height: 40px;
    color: #000;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lz-fitness-address-lable{
	margin:20px 0 0 0;
}

section#ht-appintment-section .contact-box{
    position: relative;
}
#ht-appintment-section .contact-icon{
    text-align: center;
    border-left: 1px solid ;
    font-size: 40px;
}
#ht-appintment-section  .contact-content{
    text-align: right;
}
#ht-appintment-section .contacttextbox{
    margin-bottom: 1em;
}

#ht-appintment-section .contact-content span{
    position: relative;
    top: 15px;
    font-size: 20px;
    right: 20px;
}
#ht-appintment-section .contact-content span a{
    position: relative;
    top:0;
    font-size: 20px;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#ht-contact-section {
    padding: 2em 0;
}
#ht-contact-section .contact-icon {
    text-align: center;
    color: #fff;
}
#ht-contact-section .contact-icon:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-contact-section .contact-content {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
}
.contact-small-box {
    padding: 10px 0px;
}
/*--------------------------------------------------------------
## Footer Newsletter Section
--------------------------------------------------------------*/

.ht-section-title.lz-newslatter-heading {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
        letter-spacing: 1px;
}
.ht-newslatter-member-wrap{
    margin-top: 8px;
}

.newsletter-box .ht-newslatter-member-wrap input[type="text"], 
.newsletter-box .ht-newslatter-member-wrap input[type="email"], 
.newsletter-box .ht-newslatter-member-wrap input[type="url"], 
.newsletter-box .ht-newslatter-member-wrap input[type="password"], 
.newsletter-box .ht-newslatter-member-wrap input[type="search"], 
.newsletter-box .ht-newslatter-member-wrap input[type="number"], 
.newsletter-box .ht-newslatter-member-wrap input[type="tel"], 
.newsletter-box .ht-newslatter-member-wrap input[type="range"], 
.newsletter-box .ht-newslatter-member-wrap input[type="date"], 
.newsletter-box .ht-newslatter-member-wrap input[type="month"], 
.newsletter-box .ht-newslatter-member-wrap input[type="week"], 
.newsletter-box .ht-newslatter-member-wrap input[type="time"], 
.newsletter-box .ht-newslatter-member-wrap input[type="datetime"],
.newsletter-box .ht-newslatter-member-wrap input[type="datetime-local"], 
.newsletter-box .ht-newslatter-member-wrap input[type="color"],
.newsletter-box .ht-newslatter-member-wrap textarea,
.newsletter-box .ht-newslatter-member-wrap select{   
    border: none;
    color: #fff;
    width: 100%;
    border-radius:1px;
    margin: 10px 0;
    padding: 20px 20px;
    background: #ffffff;
    font-size: 14px;
    height: 45px;
}
.newsletter-box .ht-newslatter-member-wrap input[type="text"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="email"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="url"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="password"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="search"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="number"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="tel"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="range"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="date"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="month"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="week"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="time"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="datetime"]::placeholder,
.newsletter-box .ht-newslatter-member-wrap input[type="datetime-local"]::placeholder, 
.newsletter-box .ht-newslatter-member-wrap input[type="color"]::placeholder,
.newsletter-box .ht-newslatter-member-wrap textarea::placeholder{
    color: #c5c3c3;
}
.newsletter-box .ht-newslatter-member-wrap textarea{
    height: 85px;
}
.newsletter-box .ht-newslatter-member-wrap label, .newsletter-box .ht-newslatter-member-wrap p {
    color: #000;
}
.newsletter-box .ht-newslatter-member-wrap input[type="submit"]{
   padding: 10px 25px;
   color: #ffffff;
   border-radius: 3px;
   font-weight: 400;
   background: #fc226a;
   font-size: 12px;
   display: block;
   height: 45px;
}

.newsletter-box .ht-newslatter-member-wrap input[type="submit"]:hover{
    opacity: 1;
    color: #fff;
    border: none;
    background: #7c529c;
}

.newsletter-form-box div.wpcf7-response-output{
	position: absolute;
	margin:0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}
#innerpage-box{
    padding:2em 0;
    background: #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: 20px;*/
}
#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: "\f00c";
    font-family: 'Fontawesome';
    margin-right: 10px;

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

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    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;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-readmore a{
    background: #fe5722;
    padding: 0 20px;
    line-height: 40px;
    color: #FFF !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: 20px 40px;
    color: #fff;    
}
.readmore a:hover{
    background: #000;
    color:#fff;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
main#innerpage-box #ht-contactus-wrap h2 {
    line-height: 30px;
}

#ht-contactus-wrap .contact-page-form{
    background: #f8f8f8;
    border: 1px solid #d7d7d7;    
    border-radius: 10px;
    padding: 2em;
    color: #fff;
}
#ht-contactus-wrap input::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap h1{
 color: #ff7c4e;
 text-align: center;
 margin: 0 0 23px 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: 2px solid #d7d7d7;
    background: none;
    width: 100%;
    color: #444;
    margin: 0 0 20px 0;
}
#ht-contactus-wrap select {
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    height: 50px;
}
#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:#444;
    width: 100%;
}
#ht-contactus-wrap input[type="submit"]{
    background: #ff7c4e;
    border: 2px solid #fb216a;
    padding: 13px 50px;
    color: #fff;
    border-radius: 1px;
    margin-top: 10px;
}
#ht-contactus-wrap input[type="submit"]:hover{
    border: 2px solid #fff;
    background: #fb216a;
    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:450px;
    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;    
    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)
}
#ht-contactus-wrap .contact-sm-links li a{  
    font-size: 40px;
    padding: 7px 10px;
}
#ht-contactus-wrap .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: 2px 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{    
    height: 250px;
}
.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;
}

.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 {    
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    margin-top: -25px;
    font-size: 13px;
    background: #000;
    padding: 10px;
    color: #fff;
}

.woocommerce a.added_to_cart a{}

.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: 4px solid #EEE;
    border-radius: 0;
    padding: 20px;
}

.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-family: Arial;
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
    top: 8px;
}

.woocommerce .widget_layered_nav ul li{
    padding: 5px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #FFF;
    border: 4px solid #fe5722;
}

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

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #EEE;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    top: -6px;
    margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
}

.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
    background: none;
}

@media screen and (max-width: 1200px){
    .ht-slide-caption{
        margin-left: -77%;
        left: 83%;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig{
        font-size: 65px;
        line-height: 65px;
    }
    .ht-slide-cap-desc{
        font-size: 18px;
    }
    .ct-btn-scroll{
        bottom: 20px;
    }
}

@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){
    .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-about-sec, .ht-text-block-sec{
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .ht-about-image, .ht-left-image{
        width: auto;
        float: none;
        padding: 0;
        text-align: center;
    }
    .ht-portfolio-cat-name-list{
        text-align: center;
    }
    .ht-service-left-bg{
        display: none;
    }
    .ht-service-posts{
        float: none;
        width: auto;
        padding: 0;
    }
    .newsletter-form-box{
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #ht-service-post-section{
        padding: 60px 0;
    }
    #ht-counter-section{
        background-size: cover;
        background-position: center !important;  
    }
    .ht-counter{
        width: 45%;
        margin-bottom: 60px;
    }
    #ht-counter-section{
        padding-bottom: 0;
    }
    #ht-cta-section{
        background-size: cover;
        background-position: center !important;  
    }
    .ht-top-footer{
        margin-left: 0;
    }
    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }
    .ht-footer:last-child{
        margin-bottom: 0;
    }
    .ht-slide-cap-descmore a{
      font-size: 2vw;
  }
  .ht-slide-cap-title{
    font-size: 24px;
    font-size: 4vw;
    margin-bottom: 0px;
}
.ht-slide-cap-desc{
    /*font-size: 13px;*/
}
#primary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}
#secondary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}
#sticky-section {
    display: none;
}
#ht-masthead input[type="submit"]{
    right: -40px;
    top: 20px;
}
.sitenav .search-icon {
    right: 70px;
    top: -65px;
}
.overlap-header {
    top:0;
}
.sitenav .search-bar {
    right: 18%;
}

.lower-header .header-social-links {
    padding: 15px 10px;
}
#ht-blog-section {
    padding: 0em 1em 0em 2em;
}
.ht-slide-caption {
    top: 45%;
    left: 68%;
}
.ht-slider-highlighttext {
    font-size: 25px;
}
.lower-header .header-social-links {
    margin: 2px 0;
}
#ht-contactus-wrap .contact-page-address {
    margin-bottom: 10px;
}
#blog-box .blog-read-more a {
    line-height: 25px;
    padding: 5px 12px;
    font-size: 12px;
}
#ht-appintment-section .color-box .textbox1 {
    padding: 10px 30px 10px;
}
#ht-appintment-section .color-box {
    padding: 16px 14px 10px;
}
.ht-blog-excerpt .post-right {
    border-left: none;
}
.single-post .ht-main-title {
    font-size: 20px;
}
.ht-site-description {
    text-align: left;
}
.about-box {
    position: relative;
    width: 100%;
}
#facility-content-section .facility-icon {
    text-align: left;
}
#pricing-page .plan-starts {
    text-align: center;
}
#pricing-page .plan-amount{
    text-align: center;
}
#pricing-page .ht-princing-link{
    text-align: center;
}
section#ht-about-us-section img {
    height: auto;
}
.contact-box img.appointmentbox-img {
 height: 440px;
}
.apointment-box {
    padding: 4% 17% 4%;
}
#ht-appintment-section .box-effect {
  padding: 0;
}
.apointment-box:after {
    display: none;
}

}

@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){
    section#ht-appintment-section{
        background-position: right 15% bottom 00%;
    }
    .ht-section-title{
        font-size: 35px;
    }
    section#ht-appintment-section .ht-appintment-member-wrap{
        padding:10% !important;
    }
    #testimonials-section .team-thumb {
        left: -10px;
    }
    #ht-contact-section .contact-icon {
        font-size: 20px;
    }
    
    #ht-contact-section .contact-content span {
        font-size: 14px;
    }
    .ht-site-description {
        text-align: left;
        font-size: 10px;
    }
    #ht-masthead .themetext, #ht-masthead .mailto {
        font-size: 10px;
    }
    .upper-header .header-social-links {
        padding: 4px 0;
    }
    #ht-masthead .header-social-links span {
        font-size: 11px;
    }
    #services-post-section .services-post:hover .services-readmore a {
        top: 380px;
        left: 18%;
    }
    #services-post-section .services-post:hover .services-icon img {
        min-height: 494px;
    }
    #ht-about-us-section .about-box-title {
        font-size: 16px;
    }
    #ht-about-us-section .ht-content.lz-about-text {
        font-size: 13px;
    }
    #ht-about-us-section .readmore {
        padding: 14px 0;
    }
    #ht-about-us-section .readmore a {
        padding: 8px 16px;
        font-size: 13px;
    }
    #pricing-page .ht-princing-link a {
        padding:12px 10px;
    }
    .apointment-box {
        padding: 6% 8% 6%;
    }
    #ht-appintment-section .box-effect {
        padding: 0% 35px 0%;
    }
    .ht-appintment-member-wrap textarea {
       /* height: 68px;*/
    }
    .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 select {
        height: 35px;
    }
    .contact-box img.appointmentbox-img {
        height: 330px;
    }
    .ht-blog-excerpt h5 a {
        font-size: 15px;
    }
    .ht-blog-excerpt p {
        font-size: 12px;
        line-height: 18px;
    }
    .ht-blog-date .fa, .ht-blog-comment i{
        font-size: 14px;
    }
    .ht-blog-date, .ht-blog-comment {
        font-size: 10px;
    }
    h2.newsletter-title {
        font-size:22px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px){
    header.site-header .list-inline.m-a0{
            padding-left: 0px !important;
    }
    header.site-header .text-bx.padding0{
        padding-left: 15px;
    }
    section#testimonials-section .team-thumb img{
        height: 65px;
    width: 65px;
    }
    section#skills-content-section .petfacbx .petfac-icon{
        line-height: 45px;
    height: 45px;
    width: 45px;
    font-size: 34px;
    }
    section#ht-welcomepets-section .wel-cont-box{
            padding-left: 3em !important;
            padding-right: 3em !important;
    }
    main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 450px 20px 20px;
}
    main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 8%;
    }
    main#innerpage-box .main-timeline .timeline-content{
        padding: 20px 20px 20px 400px;
    }
    main#innerpage-box .main-timeline .timeline-icon{
        left: 8%;
    }
    section#ht-welcomepets-section .lightbox {
        /*padding: 9em 3em !important;*/
    }
    div#ht-home-slider-section .button-md{
        padding: 21px 50px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig{
        padding-bottom: 25px;
    }
    .ht-slide-cap-desc{
        margin-bottom: 35px;
    }
    .ctrl-btn.pro-prev{
        left: 43%;
    }
    .ctrl-btn.pro-next{
        right: 44%;
    }
    section#ht-our-featured-section .ourfeatureshmp-post-wrap {
        padding: 0!important;
    }
    #innerpage-box div#content-box .col-md-4.col-sm-6.col-xs-12 section.main .ch-grid li {
        width: 100%;
        height: 260px;
        display: block;
    }
    #innerpage-box div#content-box .col-md-6.col-sm-6.col-xs-12 section.main .ch-grid li {
        width: 100%;
        height: 390px;
        display: block;
    }
    #innerpage-box div#content-box section.main .ch-grid li{
        width: 200px;
        height: 200px;
    }
    section#ht-fewwords-section .lightbox {
        padding-left: 0 !important;
    }

    main#innerpage-box div#content-box .galleryinnerbox img{
        height: 210px !important;
    }
    section#testimonials-box .hometest-rightbox {
        bottom: -50px;
    }
    #ht-princing-post-section .padding25 {
        padding: 0 20px 0 20px !important;
    }
    main#innerpage-box div#content-box img.secondry-bg{
        padding: 5px 45px 5px 5px !important;
    }
    section#support-content-section .lz-support-calltext {
        font-size: 20px !important;
    }
    section#support-content-section .lz-support-title{
        font-size: 20px !important;
    }
    section#testimonials-box .owl-nav button.owl-prev span{
        left: -35px;
    }
    section#testimonials-box .owl-nav button.owl-next span{
        right: -35px;
    }
    section#testimonials-box .owl-stage-outer {
        margin: 0 1em;
    }
    section#testimonials-box h2.title:before{
        /*left: 55px;*/
    }
    section#ht-blog-section .lightbox {
        padding: 0em 2em 3em 0em !important;
    }
    section#faq-teachers-section .lightbox {
        padding: 0em 0 4em 2em !important;
    }
    section#ht-contact-section .col-md-offset-2 {
        margin-left: 12.666667%;
    }
    section#ct-team-box figure.snip1480 h3 {
        font-size: 20px !important;
    }
    section#ct-team-box figure.snip1480 img{
        height: 375px !important;
    }
    section#ourprocess-post-section i.fa.fa-arrow-right{
        top: 60px !important;
        right: 0px !important;
    }
    
    section#ct-service-box .servicecontent-box {
        padding-left: 15px !important;
    }
    #ht-home-slider-section .bx-wrapper .bx-next{
        /*right: 2%;*/
    }
    #ht-home-slider-section .bx-wrapper .bx-prev{
        /*left: 2%;*/
    }
    section#ht-contact-section span.fa {
        font-size: 37px !important;
        position: relative !important;
        top: 10px !important;
    }
    .ht-slide-cap-desc.animated.fadeInDown{
        font-size: 14px;
    }
    .ht-slide-caps-title.animated.fadeInDown {
        font-size: 42px;
    }
    .ht-team-member .ht-team-designation{
        padding: 0;
    }
    .ht-team-social-id {
        margin-top: 5px;
    }
    .ht-team-social-id{
        margin: 0px 55px;
        bottom: -12px;
    }
    .ht-team-member .ht-team-member-excerpt-wrap {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px){

    
    .ht-slide-cap-title.animated.fadeInLeftBig{
        /*width: 450px;*/
        line-height: 45px;
    }
    .ht-slide-caption{       
    }
    .ht-slide-cap-title.animated.fadeInLeftBig{
        font-size: 48px;       
    }
    #ht-princing-post-section .price-box{
        padding: 20px;
    }
    .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#testimonials-box h2.title:before {
        /*left: 0px;*/
    }
    section#faq-teachers-section .lightbox {
        padding: 0em 1em 4em 1em !important;
    }
    .ht-footer.ht-footer1,
    .ht-footer.ht-footer2,
    .ht-footer.ht-footer3,
    .ht-footer.ht-footer4 {
        width: 100% !important;
        margin-left: 3%;
    }
    #ht-contact-section .contact-content.padding0.contact-contentbox {
        padding-left: 15px !important;
    }
    #ht-contact-section .contact-content {
        font-size: 15px;
    }
    #ht-contact-section .contact-content span {
        font-size: 13px;
    }
    #ht-contact-section .contact-content{
        padding: 20px;
    }

    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-masthead{
        /*position: relative;*/
    }
    #ht-home-slider-section .bx-wrapper .bx-next{
       /* right: 5%;
       top: 40%;*/
   }
   #ht-home-slider-section .bx-wrapper .bx-prev{
        /*left: 5%;
        top: 40%;*/
    }
    .ht-slide-caps-title.animated.fadeInDown {
        font-size: 26px;
    }
    .ht-main-navigation li{
        padding-right: 00px;
    }
    img.ht-page-header-img{
        height: 275px;
    }
    .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: 13px;
 line-height: 20px;
}
.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: 300px;
}
#quote-carousel .carousel-control.left {
    left: -7px;
    top: 300px;
}
#quote-carousel .carousel-control {
    margin-top: -50px;
}

.ht-slide-cap-descmore {
    margin-top: 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .ht-site-title, .site-title {
        padding-left: 0%;
    }
    div#ht-home-slider-section .slidehomebtnbtn{
        padding: 7px 25px;
        font-size: 12px;
    }
    div#ht-home-slider-section .slidehomebtnbtn{
        margin-top: 5px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        font-size: 25px;
        padding-bottom: 8px;
    }
    .ht-slide-cap-desc {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    main#innerpage-box .innerfaqcontent {
        width: 100%;
        text-align: center !important;
        padding-top: 25px !important;
    }
    main#innerpage-box .faq-content.padding0 .innerfaq {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .ht-slide-cap-title.animated.fadeInDown, 
    .ht-slide-caps-title.animated.fadeInDown {
        line-height: 20px !important;
    }
    section#ht-blog-section ul li{
        font-size: 12px !important;
        padding-right: 15px !important;
    }
    #ht-blog-section .blogbox{
        padding-bottom: 0px !important;
    }
    .ht-blog-post{
        padding-left: 0;
        padding-top: 30px;
    }
    section#faq-teachers-section h6.faq-title{
        font-size: 14px !important;
    }
    #ht-contact-section .contact-content.padding0.contact-contentbox {
        padding-left: 5px !important;
    }
    .padding12 {
        padding: 12px 0px 5px 0px !important;
    }
    section#ct-team-box figure.snip1480 img {
        height: 436px !important;
    }
    #coupon_code{
        margin-bottom: 15px;
    }
    .woocommerce .cart .button, 
    .woocommerce .cart input.button {
        margin-bottom: 0px;
        width: 100% !important;
    }
    .single-productpage #sidebars {
        margin-top: 0;
    }
    .woocommerce ul.products li.product:last-child, 
    .woocommerce-page ul.products li.product:last-child, 
    .woocommerce ul.products li.product:nth-last-child(2), 
    .woocommerce-page ul.products li.product:last-child:nth-last-child(2), 
    .woocommerce ul.products li.product:nth-last-child(3), 
    .woocommerce-page ul.products li.product:nth-last-child(3),
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom: 20px !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
    }
    img.ht-page-header-img {
        height: 200px;
    }
    #blog-box .inner-blog-img{
        /*margin: 0 0 5px;*/
    }
    #blog-box .blog-read-more a{
        line-height: 25px;
    }
    .socialMedia{
        margin: 20px 0 20px 0;
    }
    .socialMedia a{
        font-size: 15px !important;
    }
    #ht-masthead ul.themetext li{
        font-size: 12px !important;
    }
    #ht-masthead .padding0.header-shape {
        float: left;
    }
    #ht-masthead .padding0.header-shape{
        text-align: left !important;
    }
    .ht-slide-cap-title{
        line-height: 10px;
    }
    header#ht-masthead .upper-header{
        padding: 0 !important;
    }
    .ht-slide-caps-title.animated.fadeInDown {
        font-size: 16px;
    }
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 13px;
    }
    .ht-slide-cap-desc.animated.fadeInDown{
        line-height: 12px;
    }
    .ht-slide-cap-desc.animated.fadeInDown{
        font-size: 18px;
    }

    .upper-header {
        text-align: center;
    }
    .header-menu-box {
        text-align: center;
    }
    .ht-team-member .ht-team-designation{
        padding: 0 15px;
    }
    .ht-slide-cap-descmore{
        margin-top: 0px;
    }
    .newsletter-form-box input[type="submit"]{
        left: 15px;
    }
    .sect-height-newslatter-box{
        padding: 20px;
    }
    .team-thumb img {
        height: 155px;
        width: 155px;      
        left: 0;
        margin: 0px;
        bottom: 0
    }
    #testimonials-section .team-thumb {
        content: "";
        background-image: none;
        left: 0;
        padding: 0px 0;
    }
    .test-box {
        background: #fff;
        padding: 20px 20px 40px 20px;
    }
    .bannerbox .lz-banner-maintitle {
        font-size: 47px;
        line-height: 50px;
    }
    .bannerbox .lz-banner-maintitlehightlight {
        font-size: 70px;
    }
    .bannerbox .bannercontentbox {
        width: 100%;
    }
    .bannerbox .lz-banner-text {
        font-size: 20px;
        width: 100%;
    }
    .appointbox .appointcontentbox {
        padding: 3% 5% 3% 5%;
    }
    .appointcolorbox {
       padding: 10px;
   }
   .lz-appointimg-title {
    margin:0;
}
.lz-appointimg-subtitle{
    font-size: 14px;
}
.lz-appointimg-title {
    font-size: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday {
    font-size: 14px;
    line-height: 18px;
}
.lz-appointimg-text {
    font-size: 12px;
    margin-bottom: 7px;
}

#ht-appintment-section .textbox2 .phone {
    font-size: 13px;
}
#ht-appintment-section .textbox2 a {
    font-size: 15px;
}
#ht-appintment-section .color-box .textbox1 {
    padding:10px;
}
#ht-appintment-section .color-box .textbox2 i{
    font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
    padding: 5px 30px;
}
#ht-appintment-section .box-effect {
 padding:0;
}
.ht-slide-caption {
    top: 48%;
    left:82%;
    width: 85%;
}

div#ht-home-slider-section .slider-button {   
    padding: 8px 20px 7px 15px;   
}

}
@media screen and (min-width: 320px) and (max-width: 375px){
    section#ht-welcomepets-section table.last-bx th:before{
        left: 6% !important;
    }
    section#ht-welcomepets-section table.last-bx th {
    padding-left: 22% !important;
}
    section#ht-team-section .ctrl-btn.pro-prev {
        left: 34% !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: 250px !important;
        display: block;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        padding-bottom: 3px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        color: #FFF !important;
        font-size: 10px;
    }
    section#testimonials-box p{
       font-size: 12px;
   }
   .ht-site-info{
    font-size: 11px;
}
.ht-slide-caption {
    /*top: 42%;*/
}
div#ht-home-slider-section .slidehomebtnbtn {
    padding: 6px 20px;
    font-size: 11px;
}
.ht-slide-cap-desc {
    margin-bottom: 3px; 
}
.ht-slide-cap-title.animated.fadeInLeftBig {
    font-size: 25px;
}
section#testimonials-box h2.title:before {
    left: -19px !important;
}
section#ourprocess-post-section i.fa.fa-arrow-right {
    right: 40px !important;
}
#ht-masthead ul.themetext li{
    padding-left: 12px !important;
}
.ht-blog-date .fa{
    font-size: 15px;
}
#blog-box .ht-blog-date{
    padding: 5px 5px 5px 13px;
}
.socialMedia a {
    font-size: 15px !important;
}

.ht-slide-cap-desc.animated.fadeInDown{
   font-size: 15px;
}
#ht-masthead span.sb-icon-search{
    right: 24px;
    top: 5px;
}
#ht-masthead input[type="submit"]{
    top: 23px;
    right: 30px;
}
.appointment-content, .appointment-content a {
    font-size: 17px;
}
.upper-header {
    margin: 0px 0;
}
.logobox .ht-site-title, .logobox .site-title {
    margin: 2px 0;
    font-size: 20px;
}
.lower-header .header-social-links {
    padding: 0px 10px;
}
#ht-masthead .header-social-links span {
    font-size: 9px;
    padding: 1px 2px;
    height: 16px;
    width: 16px;
}
.sitenav .search-icon {
    right: 60px;
    top: -65px;
}
.sitenav .search-bar {
    bottom: 16px;
    right: 32%;
}
#ht-masthead .themetext, #ht-masthead .mailto{
    font-size: 10px;
}
.ht-site-description a {
    font-size: 10px;
}
.contact-sm-links li a {
    font-size: 20px !important;
    padding: 3px 9px !important;
}
.contact-box img.appointmentbox-img {
    height: 440px;
}
#ht-appintment-section .box-effect {
    padding:0;
}
.ct-btn-scroll {
    bottom: 8px;
}
}
@media screen and (min-width: 320px) and (max-width: 360px){
 .contact-border .themedata {
    font-size: 8px;
}
.contact-border .themetext {
    font-size: 7px;
}
.lower-header .header-social-links {
    margin: 1px 0;
}
.ht-slide-cap-descmore a {
    font-size: 2vw;
    border-bottom: none;
}
.ht-slide-cap-title.animated.fadeInDown {
    padding: 0;
}
.ht-slide-cap-descmore {
    margin-top: 0px;
    line-height: 10px;
}
}
@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: 425px){
    body {
        position: inherit; 
    }
    
    .ht-slide-cap-desc.animated.fadeInDown {
     font-size: 9px;
     padding-top: 6px;
 }
 .ht-slider-highlighttext {
    font-size:20px;
}
.ht-slide-cap-descmore a {
    padding: 10px 30px;
    font-size: 12px;
}
.toggle-bar {
    top: -35px;
    right: 25px;
}
#ht-masthead span.sb-icon-search {
    right: 24px;
    top: 0px;
}
#ht-masthead input[type="search"] {
    padding: 2px;
    height: 25px;
}
#ht-masthead ul.header-menu-links li.themetext {
    padding: 0 15px;
    font-size: 11px;
}
#ht-masthead ul.header-menu-links li i {
    font-size: 11px;
}
#ht-masthead ul.header-menu-links li {
    font-size: 11px;
}
#ht-masthead ul.header-menu-links {
    padding: 0;
    margin: 0;
}

#ht-masthead .header-box {
    padding: 2px 10px 0px 5px;
}
.contact-border .themetext {
    font-size: 9px;
}
.contact-border .themedata {
    font-size: 11px;
}
#ht-masthead .header-left {
    padding-left: 8%;
}
.header-shape {
    padding: 10px 2px;
}
.upper-header .header-social-links {
    text-align: left;
}
h5.lz-services-heading-bgtext,
h5.lz-about-heading-bgtext, 
h5.lz-facility-heading-bgtext,
h5.lz-gallery-heading-bgtext,
h5.lz-video-heading-bgtext,
h5.lz-package-heading-bgtext,
h5.lz-testimonials-heading-bgtext,
h5.lz-appointment-heading-bgtext,
h5.lz-blog-heading-bgtext {
    font-size: 45px;
    top: 45px;
}
.ht-section-title {
    font-size: 32px;
}
section#ht-our-featured-section{
    background-size: cover;
}

#services-post-section .lz-services-subheading, 
#ht-about-us-section .lz-about-subheading, 
#facility-content-section .lz-facility-subheading,
#ht-gallery-section .lz-gallery-subheading,
#video-section .lz-video-subheading,
#ht-princing-post-section .lz-package-subheading,
#testimonials-section .lz-testimonials-subheading,
#ht-appintment-section .lz-appointment-subheading,
#ht-blog-section .lz-blog-subheading {
    font-size: 30px;
}

.apointmentmain-box .socials {
   margin-top: 0px;
}

#testimonials-section .testimonial-content {
    margin:0;
}
.testimonial-content-box {
    padding: 0;
}
#testimonials-section .team-thumb img {
    height: 120px;
    width: 130px;
    top: 62px;
}
#testimonials-section .testimonial-content {
    padding: 3em !important; 
}
.facility-sec:nth-child(even) .facility-post {
    padding:0;
    padding-bottom: 10px;
}
.facility-sec:nth-child(odd) .facility-post {
    padding:0;
    padding-bottom: 10px;
}


section#testimonials-section p {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
section#testimonials-section .testimonial-content:before{
    top:0;
}

section#ht-appintment-section .contact-box{
    padding:1em !important;
}
#ht-princing-post-section .ht-plan-block{
margin-bottom: 20px;
}

}
@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){
    #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;
    }
    #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;
}
#facility-content-section .facility-post img {
    height: 190px;
    -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%);
}
section#facility-content-section .featuredbox {
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
    padding: 25px 20px;
}
section#facility-content-section .featuredbox h5 {
    font-size: 24px;
}
.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:7px 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;
}
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;
}

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

}
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:8px 25px;
    color: #ffffff;
    border-radius: 20px 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;   
}
.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#ht-contact-section span.fa {
    font-size: 40px;
    position: relative;
    top: 9px;
}
#ht-contact-section .contact-content.padding0.contact-contentbox {
    padding-left: 5px;
}
.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: -10px !important;
    height: 0;
    width: 0;
}
@media screen and (min-width: 320px) and (max-width: 768px){
    section#ht-appintment-section .appointment-img img {
    margin-top: 0 !important;
}
    
    #innerpage-box .widget-area .widget-title{
        line-height: 28px !important;
    }
    section#ht-welcomepets-section .lightbox {
    padding-top: 5em !important;
}
    .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: 20px !important;
}
ul.nav.navbar-nav li a{ 
    padding: 5px 0 5px 40px;
    box-shadow: 12px 17px 25px 0 #ffffff1a;
}
.ti-home:before{
    left: 15px;
    top: 12px;
}
.is-fixed .main-bar ul.sub-menu {
    margin-top: 0 ;
}
ul.nav.navbar-nav li a,
header.site-header ul.sub-menu li a{
  padding: 5px 0 5px 25px;
}
.ht-menu.clearfix ul {
    margin-left: 0;
    text-align: left;
}

header.site-header ul.sub-menu li a {
    padding: 5px 45px;
}
ul.sub-menu{
    position: relative;
    box-shadow: none;   
    border-top: 0;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;    
}
}
/*=========== inner service page ==========*/

main#innerpage-box figure.serviceboxinnerpage {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
main#innerpage-box figure.serviceboxinnerpage * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
main#innerpage-box figure.serviceboxinnerpage img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  height: 250px;
}
main#innerpage-box figure.serviceboxinnerpage figcaption {
  position: relative;
  background-color: #ffffff;
  padding: 20px 25px 50px;
}
main#innerpage-box figure.serviceboxinnerpage h3 {
  position: absolute;
  bottom: 100%;
  padding: 12px 25px;
  margin: 0;
  left: 0;
  font-weight: 400;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
}
main#innerpage-box figure.serviceboxinnerpage h3 span {
  font-weight: 800;
}

main#innerpage-box figure.serviceboxinnerpage p {
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
main#innerpage-box figure.serviceboxinnerpage .price {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 0 10px;
  line-height: 40px;
  font-weight: 800;
}
main#innerpage-box figure.serviceboxinnerpage .price:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 12px 40px 0;
  border-color: transparent #000000 transparent;
  content: '';
  top: 0;
}
main#innerpage-box figure.serviceboxinnerpage a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  line-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
main#innerpage-box figure.serviceboxinnerpage a:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 0 40px 12px;
  border-color: transparent transparent #000000;
  content: '';
  top: 0;
}
main#innerpage-box figure.serviceboxinnerpage.blue {
  background-color: #2472a4;
}
main#innerpage-box figure.serviceboxinnerpage.blue h3,
main#innerpage-box figure.serviceboxinnerpage.blue a,
main#innerpage-box figure.serviceboxinnerpage.blue .price {
  background-color: #2472a4;
}
main#innerpage-box figure.serviceboxinnerpage.blue .price:before {
  border-color: transparent #2472a4 transparent;
}
main#innerpage-box figure.serviceboxinnerpage.blue h3:before {
  border-color: transparent transparent transparent #2472a4;
}
main#innerpage-box figure.serviceboxinnerpage.blue a:before {
  border-color: transparent transparent #2472a4;
}
main#innerpage-box figure.serviceboxinnerpage.red {
  background-color: #ab3326;
}
main#innerpage-box figure.serviceboxinnerpage.red h3,
main#innerpage-box figure.serviceboxinnerpage.red a,
main#innerpage-box figure.serviceboxinnerpage.red .price {
  background-color: #ab3326;
}
main#innerpage-box figure.serviceboxinnerpage.red .price:before {
  border-color: transparent #ab3326 transparent;
}
main#innerpage-box figure.serviceboxinnerpage.red h3:before {
  border-color: transparent transparent transparent #ab3326;
}
main#innerpage-box figure.serviceboxinnerpage.red a:before {
  border-color: transparent transparent #ab3326;
}
main#innerpage-box figure.serviceboxinnerpage.orange {
  background-color: #d67118;
}
main#innerpage-box figure.serviceboxinnerpage.orange h3,
main#innerpage-box figure.serviceboxinnerpage.orange a,
main#innerpage-box figure.serviceboxinnerpage.orange .price {
  background-color: #d67118;
}
main#innerpage-box figure.serviceboxinnerpage.orange h3:before {
  border-color: transparent transparent transparent #d67118;
}
main#innerpage-box figure.serviceboxinnerpage.orange a:before {
  border-color: transparent transparent #d67118;
}
main#innerpage-box figure.serviceboxinnerpage:hover img,
main#innerpage-box figure.serviceboxinnerpage.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
section#ct-service-box figure.serviceboxinnerpage {
    display: none;
}
main#innerpage-box figure.serviceboxinnerpage a:hover {
    opacity: 0.8;
}
main#innerpage-box .col-md-12.col-sm-12.padding18 figure.serviceboxinnerpage img {
    height: 350px;
}
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 =================*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-appintment-member-wrap input[type="submit"]{
    margin: 0 auto;
    padding: 15px;
    }
    div#content-box .innerpage-bx-testbx h3{
    margin: 10px 25px 15px 5px;
    line-height: 20px;
    font-size: 13px !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{
    height: 340px !important;
}


    section#ht-welcomepets-section .wel-cont-box {
    padding-left: 0em !important;
    padding-right: 0em !important;
}
    div#ht-home-slider-section i.fa{
        font-size: 25px;
    }
    .ct-btn-scroll{
        width: 15px;
        bottom: 5px;
    }
    .hometest-rightbox{
        right: 0;
    }
    section#ht-aboutconstruction-section button.aboutusbtn{
        font-size: 10px !important;
    }
    section#testimonials-box .lightbox {
        padding: 5em 0 5em 0;
    }
    section#testimonials-box .hometest-rightbox {
        bottom: -80px;
    }
    section#ht-newsletter-section .ht-section-title-tagline {
        display: block;
    }
    section#ht-appintment-section .sect-height-appointment-section.padding0 .lightbox {
        padding: 4em 1em 4em 1em;
    }
    .lower-header {
        padding: 10px 0px 10px 0;
    }
    .ht-main-navigation .ht-menu{
        right: 25px;
    }
    .ht-site-title, .site-title{
        text-align: left;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product, 
    .woocommerce-page .related ul.products li.product{
        width: 100% !important;
    }
    section#support-content-section .overlay{
        padding: 50px 20px !important;
    }
    section#testimonials-box figcaption{
        padding: 75px 45px 45px 15px;
    }
    section#testimonials-box h2.title:before {
        left: -40px;
    }
    section#testimonials-box .owl-nav button.owl-prev span {
        left: 00px;
        top: 19%;
    }
    section#testimonials-box .owl-nav button.owl-next span {
        right: 0;
        top: 19%;
    }
}
/*========= Support Section =================*/
section#support-content-section {
    background: #ccc;
}
section#support-content-section .supportleftbox {
    background: #f9c12c;
}
section#support-content-section .lz-support-title {
    font-size: 26px;
    font-weight: 700;
}
section#support-content-section .lz-support-title span {
    color: #f9c12c;
}
section#support-content-section .lz-support-text {
    font-size: 14px;
    padding: 5px 0;
}
section#support-content-section .lz-support-calltext {
    font-size: 24px;
    font-weight: 600;
}
section#support-content-section .lz-support-calltext span {
    color: #f9c12c;
}
section#support-content-section .lz-support-emailtext {
    font-size: 16px;
    padding-top: 10px;
}
section#support-content-section .supportrightbox.padding0 {
    text-align: center;
}
section#support-content-section img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
section#support-content-section .supportrightbox.padding0 {
    text-align: center;
}
section#support-content-section .overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    padding: 50px 0;
}
section#support-content-section{
    position: relative;
}
section#support-content-section i.fa.fa-envelope.blink {
    font-size: 16px;
    color: #ffffff;
    padding-right: 7px;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 1 !important;
}
#content-box .socialbxsinglepost:hover a i{
    color: #ccc;
}
body.home.blog.logged-in.woocommerce-js.hfeed.columns-3.customize-partial-edit-shortcuts-shown header.page-main-header img {
    display: none;
}
body.home.blog.logged-in.woocommerce-js.hfeed.columns-3.customize-partial-edit-shortcuts-shown header#ht-masthead {
    position: relative;
}
body.home.blog.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header.page-main-header img {
    display: none;
}
body.home.blog.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header#ht-masthead {
    position: relative;
}
div#content-box li.blocks-gallery-item:before {
    content: none;
}
div#content-box li.blocks-gallery-item {
    padding: 10px;
    margin: 0;
}
section#ht-contact-section .contactrightbox {
    padding-right: 6%;
}
div#content-box li.blocks-gallery-item img:hover {
    opacity: 0.6;
}
.woocommerce #reviews h2 small{
    float: none;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.hfeed.columns-3.customize-support header#ht-masthead {
    position: relative;
}
body.product-template-default.single.single-product.postid-30.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-support header#ht-masthead {
    position: relative;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.woocommerce.woocommerce-page.woocommerce-js.hfeed.columns-3.customize-partial-edit-shortcuts-shown header#ht-masthead {
    position: relative;
}
body.product-template-default.single.single-product.postid-30.logged-in.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-partial-edit-shortcuts-shown header#ht-masthead {
    position: relative;
}
.ht-main-title small{
    color: #ffffff;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 0px;
    height: 0px;
    border-right: 5px solid #f9c12c;
    border-bottom: 5px solid #f9c12c;
    width: 25%;
    height: 80%;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    width: 0px;
    height: 0px;
    border-top: 5px solid #f9c12c;
    border-left: 5px solid #f9c12c;
    width: 25%;
    height: 80%;
}
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 ==============*/
#innerpage-box div#content-box .col-md-12.col-sm-12.padding18.wow.zoomIn figure.innerpageservicebox img {
    height: auto;
}
#innerpage-box div#content-box figure.innerpageservicebox img {
    height: 260px;
    width: 100%;
}
#innerpage-box div#content-box figure.innerpageservicebox {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  margin-bottom: 30px;
}
#innerpage-box div#content-box figure.innerpageservicebox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#innerpage-box div#content-box figure.innerpageservicebox > img {
  opacity: 1;
  width: 100%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption {
  left: 30px;
  margin-top: 0px;
  position: absolute;
  right: 30px;
  text-align: left;
  top: 73%;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption h2 {
  width: 100%;
  text-align: left;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 15px 20px;
  font-weight: 300;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  position: relative;
  z-index: 1;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption h2 span {
  font-weight: 800;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  color: #000;
  margin: 0;
  font-size: 0.9em;
  min-height: 220px;
  opacity: 0.9;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption .icons {
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption .icons i {
  font-size: 23px;
  padding: 4px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  top: -90px;
  opacity: 0;
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption .icons a:first-child i {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption .icons a:nth-child(2) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption .icons a:nth-child(3) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#innerpage-box div#content-box figure.innerpageservicebox:after {
  position: absolute;
  display: block;
  top: -15px;
  height: 15px;
  right: 30px;
  left: 30px;
  border-radius: 0 0 5px 5px ;
  background-color: #000000;
  z-index: 2;
  content: '';
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
#innerpage-box div#content-box figure.innerpageservicebox a {
  opacity: 0.7;
}
#innerpage-box div#content-box figure.innerpageservicebox a:hover {
  opacity: 1;
}
#innerpage-box div#content-box figure.innerpageservicebox:hover > img,
#innerpage-box div#content-box figure.innerpageservicebox.hover > img {
  opacity: 0.5;
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#innerpage-box div#content-box figure.innerpageservicebox:hover figcaption,
#innerpage-box div#content-box figure.innerpageservicebox.hover figcaption {
  top: 115px;
}
#innerpage-box div#content-box figure.innerpageservicebox:hover figcaption .icons i,
#innerpage-box div#content-box figure.innerpageservicebox.hover figcaption .icons i {
  opacity: 1;
  top: -41px;
}
#innerpage-box div#content-box figure.innerpageservicebox:hover figcaption::before,
#innerpage-box div#content-box figure.innerpageservicebox.hover figcaption::before {
  opacity: 0.8;
}
#innerpage-box div#content-box figure.innerpageservicebox:hover:after,
#innerpage-box div#content-box figure.innerpageservicebox.hover:after {
  top: 0;
}
#innerpage-box div#content-box figure.serviceeff-box {
    display: none;
}
/*================= packages section ===========*/


/*==== for innerpage ======*/
main#innerpage-box div#content-box .innerpagePackageBox{
 padding: 30px 25px;
 border-radius: 25px;
 overflow: hidden;
 z-index: 1;
 position: relative;
 background: #121212;
 margin-bottom: 15px;
 border: 0px solid #da3c19;
 border-bottom: 10px solid;
 border-top: 10px solid;
}

main#innerpage-box div#content-box .innerpagePackageBox:hover:before{ left: 0; }

main#innerpage-box div#content-box .innerpagePackageBox:hover:after{ /*height: 100%;*/ }
main#innerpage-box div#content-box .innerpagePackageBox .service-icon{
    color: #094d92;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
main#innerpage-box div#content-box .innerpagePackageBox .service-icon i{ font-size: 30px; }
main#innerpage-box div#content-box .innerpagePackageBox .title{
    display: inline-block;
    font-weight: 600;
    padding: 0;
    margin: 0px;
}
main#innerpage-box div#content-box .innerpagePackageBox .description{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    transition: all 0.5s ease 0s;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
main#innerpage-box div#content-box .innerpagePackageBox:hover .service-icon,
main#innerpage-box div#content-box .innerpagePackageBox:hover .description{ /*color: #fff;*/ }
main#innerpage-box .holiday-package-box.wow.slideInLeft {
    display: none;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li:before {
    content: none;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li {
    display: inline-block;
    font-size: 15px;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(2):before {
    content: "/";
}
main#innerpage-box div#content-box .innerpagePackageBox a.btn.btn-lg.red {
    float: right;
    font-size: 15px;
}
main#innerpage-box div#content-box .innerpagePackageBox ul {
    margin-bottom: 0;
    padding: 0;
    background: #da3c19;
    display: inline-block;
    padding: 0 25px;
    border-radius: 15px;
}
section#ht-package-box .innerpagePackageBox {
    display: none;
}
/**/
main#innerpage-box div#content-box img.secondry-bg {
 width: 100%;
 height: 220px;
 border: 5px solid #ffffff;
 border-radius: 10px;
}
main#innerpage-box div#content-box .innerpagePackageBox:hover img.secondry-bg.img-responsive {
    background: #121212;
}
/*============ about ===========*/
section#ht-aboutconstruction-section button.aboutusbtn {
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 8px 30px;
    display: inline-block;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
}
section#ht-aboutconstruction-section button.aboutusbtn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
section#ht-aboutconstruction-section button.aboutusbtn i {
  font-size: 18px;
  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;
}
section#ht-aboutconstruction-section button.aboutusbtn:before {
  content: '';
  top: 0;
  left: 50%;
  right: 50%;
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  border-radius: 5px;
}
section#ht-aboutconstruction-section button.aboutusbtn:hover span,
section#ht-aboutconstruction-section button.aboutusbtn.hover span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
section#ht-aboutconstruction-section button.aboutusbtn:hover i,
section#ht-aboutconstruction-section button.aboutusbtn.hover i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section#ht-aboutconstruction-section button.aboutusbtn:hover:before,
section#ht-aboutconstruction-section button.aboutusbtn.hover:before {
  left: 0;
  right: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
section#ht-aboutconstruction-section button.aboutusbtn:active:before {
  background: rgba(255, 255, 255, 0.3);
}
section#ht-aboutconstruction-section button.aboutusbtn.red {
  background-color: #962d22;
}
section#ht-aboutconstruction-section .ht-section-title-tagline {
    text-align: right;
    margin-bottom: 3em;
}
section#ht-aboutconstruction-section .aboutconstruction-box {
    text-align: right;
    padding-left: 5%;
}
section#ht-aboutconstruction-section .aboutconstruction-text-box {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2em;
    margin-bottom: 20px;
}
/*===== contact ======*/

/*=========== pricing section =======*/

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

#ht-princing-post-section .ht-plan-block{
    background: #f6f6f6;
    overflow: hidden;
    margin-bottom: 20px;
}

#ht-princing-post-section .price-box{
    padding: 20px 50px;
}
#ht-princing-post-section .price-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#ht-princing-post-section .price-box ul li{
    border-bottom: 1px solid #000;
    padding: 12px 0;
    font-size: 16px;
}
#ht-princing-post-section .ht-princing-title{
    background: #ff6c5a;
    padding: 10px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}
#ht-princing-post-section .plan-amount span{
     font-size: 16px;
    position: relative;
    top: -15px;
    right: 10px;
}
#ht-princing-post-section .plan-amount{
    font-size:51px;
    font-weight: bold;
    margin-bottom: 10px;
}

#ht-princing-post-section .plan-amount b{
    font-size: 15px;
    margin-left: 10px
}

#ht-princing-post-section .ht-princing-link{
    display: inline-block;
    margin: 3em auto;
}
#ht-princing-post-section .ht-princing-link a{
    background: #fe6b59; 
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: inherit;
    z-index: 2;
    word-break: break-all;
     white-space: normal;
}

#ht-princing-post-section .ht-princing-link a .fa {
    margin-left: 15px;
}
#ht-princing-post-section .plan-amount{
    display: inline-block;

}
#ht-princing-post-section .ht-plan-block:hover .plan-amount{
  animation-name: pulse;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

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


    .logobox {
    text-align: left;
}
    header.site-header .text-bx.padding0 {
    padding-left: 0;
}
    header.site-header .list-inline.m-a0 {
    padding-left: 0 !important;
    text-align: center !important;
    padding: 10px 0;
    float: none;
    margin-top: 10px;
}
.dlab-topbar-left ul li i, .dlab-topbar-right ul li i{
    font-size: 20px;
}
    section#ht-blog-box .lightbox {
    padding-bottom: 0em !important;
}
    section#testimonials-section .designation-text {
    font-size: 12px;
}
    section#testimonials-section h6.secondry-text{
        font-size: 15px;
    }
    section#testimonials-section .padding25{
        padding: 10px;
    }
    #innerpage-box div#content-box .wrap{
        padding: 35px 25px 35px 25px;
    }
    section#ht-appintment-section .ht-appintment-member-wrap{
        padding-right: 2em !important;
        padding-left: 2em !important;
        position: relative;
    }
    section#ht-appintment-section{
          background-size: contain;
    }
    section#skills-content-section .petfacbx .petfac-icon {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 40px;
}

    main#innerpage-box .main-timeline .timeline-content{       
        height: auto;
    }
    main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0px 320px 20px 20px;
}
    main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 3%;
}
    main#innerpage-box .main-timeline .timeline-icon {
    left: 3%;
}
    main#innerpage-box .main-timeline .timeline-content {
    padding: 0px 20px 20px 290px;
}
    main#innerpage-box .main-timeline .timeline-icon{
            height: 200px;
    width: 200px;
    }
    section#ht-welcomepets-section .welcome-right-image{
    top: 0;
    left: 0;
    }
    section#ht-welcomepets-section .welcomepets-box {
        padding-right: 0;
    }
    section#ht-welcomepets-section .pet-icon {
        text-align: center;
    }
    section#ht-welcomepets-section table.last-bx th:before{
        left: 43%;
    }

    .ht-slide-cap-title.animated.fadeInLeftBig {
        padding-bottom: 20px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        padding-bottom: 20px;
    }
    .ht-slide-cap-desc {
        margin-bottom: 30px;
    }
    section#ht-team-section .slider {
        width: 100%;
    }
    section#ht-blog-box .ut-blog-post{
        padding: 0 3em 0 3em !important;
    }
    section#ht-our-featured-section .ourfeatureshmp-post-wrap {
        padding: 0 3em !important;
    }
    #innerpage-box div#content-box .col-md-12.col-sm-12.col-xs-12 section.main .ch-grid li{
        display: inline-block;
    }
    #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: 300px;
        display: block;
    }

    section#ht-newsletter-section .ht-section-title-tagline {
        display: block;
    }
    main#innerpage-box div#content-box .galleryinnerbox img{
        height: 290px !important;
    }
    section#ct-service-box .dlab-separator[class*="style-"]:after{
        right: -12px;
    }
    section#ct-service-box .dlab-separator[class*="style-"]:before{
        right: 66px;
    }
    #innerpage-box div#content-box figure.innerpageservicebox img{
        height: 280px;
    }
    #innerpage-box div#content-box figure.innerpageservicebox figcaption{
        top: 10%;
    }
    section#ht-aboutconstruction-section .dlab-separator{
        width: 100px;
    }
    section#ct-service-box .dlab-separator,
    section#ht-aboutconstruction-section .dlab-separator{
        float: none;
    }
    div#ht-contactus-wrap div.wpcf7 input[type="file"] {
        font-size: 10px;
    }
    #ht-contact-section {
        padding: 5em 0 0 0;
    }
    .contact-small-box{
        text-align: center;
    }
    #ht-contact-section .contact-content li {
        font-size: 20px;
    }
    #ht-contact-section .contact-content p{
        font-size: 20px;
    }
    section#ht-aboutconstruction-section .ht-section-title-tagline {
        text-align: center;
    }
    section#ht-aboutconstruction-section .aboutconstruction-box {
        text-align: center;
        padding-left: 2%;
        padding-top: 30px;
        padding-right: 2%;
    }
    main#innerpage-box div#content-box img.secondry-bg {
        padding: 5px 33px 5px 5px !important;
    }
    section#ct-service-box .wow.slideInLeft {
        text-align: center;
        margin-bottom: 4em;
    }
    section#ct-service-box .section-text {
        margin-bottom: 30px;
        font-size: 16px;
        padding-top: 0px;
        text-align: center;
    }
    h2.ht-section-title.ct-service-heading span {
        display: inline-block;
    }
    section#ct-service-box .ht-section-title-tagline {
        text-align: center;
    }
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .ht-contactus-wrap.innerpage-whitebox {
    padding: 0;
}
    .slider .slide-item{
            margin-right: 0;
    }
   
    section#ht-welcomepets-section .ht-section-title{
        padding: 0;
    }

    section#ht-welcomepets-section table.last-bx th{
        padding-left: 19%;
    }
    section#ht-welcomepets-section table.last-bx th:before {
        font-size: 25px;
        left: 5%;
    }
    section#ht-welcomepets-section #customers td, 
    section#ht-welcomepets-section #customers th{
        display: block;
    }
    section#ht-welcomepets-section .pet-text {
        text-align: center;
        margin-top: 15px;
    }
    section#ht-welcomepets-section #customers td:before{
        top: 12px;
        font-size: 25px;
        padding-left: 15px;
    }
    section#ht-welcomepets-section #customers p, 
    section#ht-welcomepets-section #customers p{
        font-size: 10px;
    } 
    section#ht-welcomepets-section #customers td, 
    section#ht-welcomepets-section #customers th,
    section#ht-welcomepets-section table.last-bx th{
        font-size: 13px;
    }
    section#ht-welcomepets-section .welcomepets-box {
        padding-right: 0;
        padding-left: 0;
    }
    section#ht-welcomepets-section .ht-section-title {
        line-height: 50px;
    }
    .ht-section-title{
        line-height: 45px;
    }
    section#ct-service-box .ht-section-title-tagline {
        margin-bottom: 3em;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 15px !important;
        height: 15px !important;
        margin: 5px 5px !important;
    }
    .ct-btn-scroll{
        left: auto;
    }
    div#ht-home-slider-section .button-md {
        padding: 10px 20px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
        padding-bottom: 5px;
    }
    .ht-slide-cap-desc {
        margin-bottom: 10px;
    }
    .innerpage-whitebox{
        padding: 1em 1em 1em 1em;
    }
    section#ht-team-section .ctrl-btn.pro-next {
        right: 38%;
    }
    section#ht-team-section .ctrl-btn.pro-prev {
        left: 37%;
    }   

    
    section#ht-our-featured-section .ourfeatureshmp-post-wrap {
        padding: 0 0em !important;
    }

    
    .padding17 {
        padding: 17px 17px 17px 17px;
    }
    
    .comment-form-author, .comment-form-email, .comment-form-url{
        width: 100%;
    }
    #innerpage-box div#content-box .innertestimonialpage-box h3{
        position: relative;
    }
    #innerpage-box div#content-box .innertestimonialpage-box img{
        width: 100%;
        height: auto;
    }
    section#ht-blog-box figure.homepageblogbox{
        margin-top: 15px;
    }
    div#content-box .panel-title a{
        font-size: 15px;
    }
    section#ht-appintment-section .test-right .lightbox {
        padding: 4em 2em 2em 2em;
    }
    main#innerpage-box div#content-box .innerpagePackageBox ul{
        padding: 7px 25px;
        text-align: center;
    }
    main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(2):before {
        content: none;
    }
    main#innerpage-box div#content-box .innerpagePackageBox ul li{
        margin: 0px;
    }
    main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(1) {
        display: block;
    }
    main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(2) {
        display: block;
    }

    main#innerpage-box div#content-box img.secondry-bg {
        padding: 5px !important;
        clip-path: none;
        margin-bottom: 25px;
    }
    
    section#ht-package-box .holiday-package-box{
        padding: 20px 20px 10px 20px;
    }
    section#ht-package-box .durationlbl {
        text-align: left;
        padding-top: 6px;
    }
    #innerpage-box div#content-box figure.innerpageservicebox figcaption p {
        font-size: 14px;
    }
    #innerpage-box div#content-box figure.innerpageservicebox figcaption{
        top: 30%;
    }
    #innerpage-box div#content-box figure.innerpageservicebox figcaption {
        top: 10%;
    }
}
@media screen and (min-width: 320px) and (max-width: 320px){
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
}
    .slider .slide-item{
            width: 285px;
    }
    main#innerpage-box div#content-box .our-teaminnerpbx .social-link li a i{
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    #innerpage-box div#content-box section.main .ch-grid li {
        /*width: 200px;*/
        height: 200px;
    }
    #ht-contactus-wrap h4{
        font-size: 25px;
    }
}
body.home.blog.logged-in.wp-custom-logo.hfeed.columns-3.customize-partial-edit-shortcuts-shown img.ht-page-header-img {
    display: none;
}
.breadcrumbbox span a:hover {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.single_post div#content {
    padding-top: 25px;
}

#ht-bottom-footer ul.buttompages{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#ht-bottom-footer ul.buttompages li{
   display: inline-block;    
    padding: 0 10px;
    border-right: 1px solid ;
    font-size:15px;
}

#ht-bottom-footer ul.buttompages li:last-child{
    border:none;
}

/*-----------------------
## 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;
}
body.product-template-default.single.single-product.postid-125.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-support header#ht-masthead {
    position: relative;
}
#innerpage-box div#content-box .innertestimonialpage-box blockquote .small:before, 
#innerpage-box div#content-box .innertestimonialpage-box blockquote footer:before, 
#innerpage-box div#content-box .innertestimonialpage-box blockquote small:before {
    content: none;
}
#innerpage-box div#content-box .innertestimonialpage-box blockquote .small,
#innerpage-box div#content-box .innertestimonialpage-box blockquote footer,
#innerpage-box div#content-box .innertestimonialpage-box blockquote small{
    display: inline-block;
}
section#testimonials-box figure.innertestimonialpage-box {
    display: none;
}
header.page-main-header.innerblogstatpage {
    display: none;
}
body.archive.category.category-uncategorized.category-1.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header#ht-masthead {
    position: relative;
}
footer#ht-colophon figure.gallery-item img {
    padding: 3px;
}


div#secondary .gallery {
    padding-top: 15px;
    margin: 0;
}
div#secondary .gallery-item img {
    padding: 2px;
}
div#ht-home-slider-section .slidehomebtnbtn:hover sub,
div#ht-home-slider-section .slidehomebtnbtn:hover sup{
    opacity: 0;
}
body.archive.tax-product_cat.term-uncategorized.term-15.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.hfeed.columns-3.customize-support #ht-masthead,
body.product-template-default.single.single-product.postid-37.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-support header#ht-masthead {
    position: relative;
}
.woocommerce ul.products li.product strong{
    display: inline-block;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews #comments h2 small{
    color: #000;
}
/**/
#innerpage-box div#content-box figure.innerpagetestimonialwbox {
 position: relative;
 overflow: hidden;
 margin: 25px 10px;
 width: 100%;
 color: #ffffff;
 text-align: left;
 box-shadow: none !important;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  z-index: 1;
  position: absolute;
  right: 50%;
  border: 5px solid #ffffff;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote {
  margin: 0;
  display: block;
  border-radius: 20px;
  position: relative;
  background-color: #121212;
  padding: 80px 50px 35px 50px;
  font-size: 15px;
  font-weight: 500;
  margin: -40px 0 0;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
  border-bottom: 8px solid #ccc;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:before,
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:before {
  top: 55px;
  left: 20px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 5px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author {
  margin: 0;
  height: 80px;
  display: block;
  text-align: left;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3,
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author span {
  left: 50%;
  position: absolute;
  opacity: 0.8;
  padding: 3px 5px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3 {
  bottom: 50%;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author span {
  font-size: 14px;
  color: #ffffff;
  top: 50%;
  font-weight: 600;
}
section#testimonials-box figure.innerpagetestimonialwbox {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .rightsliderbox .slider{
    height: 320px;
    }
    section#ct-service-box .our-homepage-services{
        margin-bottom: 20px;
    }

    #ht-appintment-section .contact-content span{
        top:0;
        font-size: 16px;
        right:5px;
    }
   #ht-appintment-section .contact-content span a{
    font-size: 16px;
   }

    #ht-appintment-section .contacttextbox{
        margin: 20px 0;
    }
    #ht-appintment-section .contact-content{
        text-align: center;
    }
    
    section#ht-appintment-section .lightbox{
          padding: 5em 1em 0em 1em !important;
    }
    section#ht-appintment-section .title-image {
    top: -40px !important;
}
    div#content-box .innerpage-bx-testbx .profile{
        position: relative;
        max-height: 100%;
        width: 100%;
    }

     section#ht-fewwords-section .lightbox{
  padding: 5em 2em 5em 2em !important;
     }
    section#skills-content-section .lightbox{
        padding: 5em 1em 1em 1em !important;
    }
    .single-productpage .sidebar_list {
    margin: 0;
}
    .single-productpage .innerpage-whitebox{
        padding: 0;
    }
    div#blog-box.innerpage-whitebox {
    padding: 0em 1em 1em 1em !important;
}
    .widget-area .widget{
        /*padding: 0 0em 1em;*/
    }
    .ht-top-footer {
    margin-right: 1em !important;
    margin-left: 1em !important;
}
    footer#ht-colophon ul.list-inline.m-a0 {
    margin-right: 0;
}
    footer#ht-colophon .footer-social-up-right {
    text-align: center;
    margin-top: 25px;
}
     section#ht-team-section .team-prof h3,
    section#ht-team-section .post{
        font-size: 20px;
    }
    .ht-slide-cap-title.animated.fadeInLeftBig {
    /* width: 450px; */
    line-height: 30px;
}

    #innerpage-box div#content-box .wrap{
        padding: 75px 25px;
    }
    section#ht-appintment-section .contact-box {
    padding: 0;
}
    section#ht-appintment-section .ht-appintment-member-wrap {
    padding-bottom: 0em !important;
}
    section#ht-appintment-section button.site-button{
        padding: 15px 35px;
    font-size: 14px;
}
    section#ht-appintment-section .ht-appintment-member-wrap {    
    overflow: hidden;
     position: relative;
    top: 0;
}
    section#skills-content-section .skillsbox{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    main#innerpage-box .main-timeline .title{
        line-height: 25px;
        margin-top: 15px;
    }
    main#innerpage-box .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 20px 20px 20px;
}
    main#innerpage-box .main-timeline .timeline-content {
    height: auto;
}
    main#innerpage-box .main-timeline .timeline-icon {
    height: 160px;
    width: 160px;
}
    main#innerpage-box .main-timeline .timeline-content {
    padding: 20px 20px 20px 20px;
}
    main#innerpage-box .main-timeline .timeline-icon{
        position: relative;
        left: 0%;
    }
    section#ht-blog-box .our-homepage-blog .social{
        padding: 8px 18px 8px 20px;
    }
    section#ht-blog-box .ut-blog-post {
    padding: 0 0em 0 0em !important;
}

  
    section#ct-service-box .lightbox,
    section#ht-team-section .lightbox{
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    section#ht-fewwords-section{
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    section#facility-content-section{
         padding-top: 2em !important;
        padding-bottom: 2em !important;
    }

    section#ht-gallery-section .lightbox{
         padding-top: 2em !important;
        padding-bottom: 2em !important;
    }

    section#ht-our-featured-section .lightbox{
         padding-top: 2em !important;
        padding-bottom: 2em !important;
    }

    section#testimonials-section .lightbox{
         padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    section#ht-princing-post-section{
         padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
   section#ht-appintment-section .lightbox{
    padding-top: 2em !important;
        padding-bottom: 2em !important;
   }
   section#ht-blog-box .lightbox{
     padding-top: 2em !important;
        padding-bottom: 2em !important;
   }
   footer#ht-colophon{
     padding: 2em 0!important;
   }
    #innerpage-box div#content-box .col-md-12.col-sm-12.col-xs-12 section.main .ch-grid li {
        width: 100%;
        height: 300px;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox img{
        top: 65px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 80px;
        width: 80px;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote{
        padding: 215px 30px 60px 30px;
        font-size: 12px;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3, 
    #innerpage-box div#content-box figure.innerpagetestimonialwbox .author span{
        position: relative;
        left: 0;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3{
        bottom: 0;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox .author{
        top: 100px;
    }
    #innerpage-box div#content-box figure.innerpagetestimonialwbox{
        margin: 0;
    }
}

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

        section#ct-service-box .lightbox,
    section#ht-team-section .lightbox{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
    section#ht-fewwords-section{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
    section#facility-content-section{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    section#ht-gallery-section .lightbox{
         padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    section#ht-our-featured-section .lightbox{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    section#testimonials-section .lightbox{
       padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
    section#ht-princing-post-section{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
   section#ht-appintment-section .lightbox{
    padding-top: 3em !important;
    padding-bottom: 3em !important;
   }
   section#ht-blog-box .lightbox{
    padding-top: 3em !important;
    padding-bottom: 3em !important;
   }

   section#ht-appintment-section .ht-appintment-member-wrap{
    top:0;
   }
   section#ht-appintment-section .contact-box{
    padding: 2em !important;
   }
    footer#ht-colophon{
     padding: 2em 0!important;
   }
}

body.page-template-default #ht-masthead {
    position: relative;
}
body.page-template.page-template-templates.page-template-contact-template.page-template-templatescontact-template-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-left-sidebar.page-template-templatesblog-left-sidebar-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-right-sidebar.page-template-templatesblog-right-sidebar-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-template.page-template-templatesblog-template-php #ht-masthead,
body.page-template.page-template-templates.page-template-sitemap-template.page-template-templatessitemap-template-php #ht-masthead,
body.post-template-default.single.single-post #ht-masthead,
body.holidaypackage-template-default #ht-masthead,
body.ctservice-template-default #ht-masthead,
body.page-template.page-template-templates.page-template-page-left-sidebar.page-template-templatespage-left-sidebar-php header#ht-masthead,
body.page-template.page-template-templates.page-template-page-right-sidebar.page-template-templatespage-right-sidebar-php #ht-masthead {
    position: relative;
}
@media screen and (min-width: 320px) and (max-width: 375px){
    .ht-appintment-member-wrap input[type="submit"] {
    margin: 0 auto;
    padding: 15px;
}

#innerpage-box div#content-box .wrap {
    padding: 35px 25px;
}
#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{
    height: 290px !important;
}
}
@media screen and (min-width: 320px) and (max-width: 320px){
#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{
    height: 230px !important;
}
}
/*=========== for blog post ====*/
/*========= for accordation ====================*/
.faq-content.padding0 {
    margin-bottom: 5px;
}
div#content-box .faq-content button.accordion {
      color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 35px 0;
    margin: 0;
    background: #fff;    
    border-bottom: 1px solid #e1e1e1;
    /*box-shadow: 0px 4px 1px -3px rgb(218, 212, 212);*/
}
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: 22px;
    color: #222222;
    float: left;   
    /*position: absolute;*/
    /*top: 32px;
    left: 25px;*/
    font-weight: normal;
    margin: 0 17px;
}
div#content-box .faq-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
    color: #fe6b59;
}
div#content-box .faq-content div.panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0; 
    border-bottom: 1px solid #e1e1e1;
     
}
div#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px; 
     
}
div#content-box .faq-content div.panel.show p, div#content-box .faq-content div.panel p{
    color: #666666;
        font-size: 17px;
    padding: 25px 25px 10px 62px;
    letter-spacing: 1px;
    word-break: break-word;  
}
main#innerpage-box div#content-box h3.faq-title {
    padding: 0 60px;
    margin: 0;
    font-weight: 700;
    line-height: 28px;
    word-break: break-word;
    color: #000;
    letter-spacing: 1px;
}
main#innerpage-box div#content-box button.accordion.active h3.faq-title{
        color: #fe6b59;
}
div#content-box .faq-content.padding0 p {
        font-size: 15px;
    padding: 25px 25px 10px 25px;
    letter-spacing: 1px;
        word-break: break-word;
}

main#innerpage-box div#content-box h2.ht-section-title {
    font-size: 30px;
    margin: 0 auto;
    font-weight: bold;
    display: inline-block;
    line-height: 61px;
    word-break: break-word;
    letter-spacing: 1px;
    color: #2e2e2e;
}
main#innerpage-box div#content-box .titlebor {
    width: 15%;
    background: #fb6f58;
    height: 3px;
    display: inline-block;
    left: 0;
    position: relative;
}
main#innerpage-box div#content-box .titlebor:before {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 40px;
    border-width: 3px;
    border-style: solid;
    border-color: #fb6f58;
    border-left: none;
    left: 0;
    bottom: -10px;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    -ms-transform: translateY(-50%);
}
/*========= for accordation ====================*/
footer#ht-colophon table td {
    font-size: 14px;
    padding: 5px;
}
#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: 0em 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;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 100%;
}
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 {   
}
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;
}
.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;
}
@media screen and (max-width: 308px) and (min-width: 200px){
section#testimonials-section .testimonial-content {
    padding: 0 !important;
}
section#testimonials-section .testimonial-content:before{
    top: 0;
}
section#testimonials-section p{
    padding: 10px;
}
#quote-carousel .carousel-control.left{
    left: 0;
}
}
section#testimonials-section {
    padding: 0 0;
    overflow: hidden;
}