/*
Theme Name: LZ Real Blog Pro
Theme URI: https://luzuk.com/demo/lz-real-blog/
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: lz-real-blog-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: 800;
    font-size: 24px;
    line-height: 1;
    text-align: left;
}
.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: left; 
    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: 5em;
    text-align: center;
}
.ht-section-title{
    font-size: 60px;
    color: #323232;
    margin: 0 auto;
    font-weight: 400;
    display: inline-block;
    line-height: 60px;
    word-break: break-word;
}
.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
--------------------------------------------------------------*/
.header-email-bx {
    position: relative;
    top: 13px;
}

.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: 25px;
    padding-right: 25px;
}
.header.site-header ul.sub-menu li a:before {
    content: "\f068";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
    font-size: 11px;
    color: #ccc;
    padding-left: 20px;
    font-weight: normal;
}
.logobox {
    position: relative;
    /*text-align: right;*/
}
header.site-header ul {
    margin: 0;
}

header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
    padding-left: 12px;
}
/* Site Button */
/* Theme BTN */
.site-button:hover:after,
.site-button-secondry:hover:after {
    left: 5%;
    width: 90%;
    transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
}

.site-button-secondry:after,
.site-button:after {
    background-color: rgb(0,0,0, 0.15);
    content: "";
    height: 100%;
    left: 50%;
    /*opacity: 0.15;*/
    position: absolute;
    top: 0;
    transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 0;
    z-index: -1;
}
.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-left: 20px !important;*/
 /*text-align: right;*/
 padding: 2px 0;
 float: right;
}

ul.nav.navbar-nav {
   position: relative;
   top: 0px;
}
.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)
---------------------------------------------------------------*/

.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
    padding: 20px 0;
}
.dlab-topbar-right {
    float: right;
}

.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:0px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 6px; 
}
@media only screen and (max-width: 991px) {

    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .dlab-topbar-left{
        /*padding-left: 15px;*/
        padding-right: 0;
    }
}
header.site-header ul.header-social-ico li {
    padding: 0 7px;
    margin: 0;
}
header.site-header ul.header-social-ico li i {
    color: #a3a3a3;
}
header.site-header ul.header-social-ico li i:hover {
    color: #ff8a73;
}
#ht-masthead ul.sub-menu li.current_page_item a {
    border-bottom: none;
}
#ht-masthead ul.sub-menu li{
    border-radius: 0px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #121212;
    margin-bottom: 0px;
    border: 1px solid #ffffff;
}
#ht-masthead ul.sub-menu li:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #fd3e1c;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
#ht-masthead ul.sub-menu li:hover:before{ left: 0; }
#ht-masthead ul.sub-menu li:after{
    content: "";
    width: 5px;
    height: 0;
    border-radius: 0px;
    background: #121212;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
#ht-masthead ul.sub-menu li:hover:after{ height: 100%; }
#ht-masthead ul.sub-menu li a{
    transition: all 0.5s ease 0s;
}
#ht-masthead ul.sub-menu li a:hover{
    padding-left: 30px;
}
.lower-header {
    border-bottom-left-radius: 40px;
    padding: 20px 0px 25px 0;
}
#ht-masthead ul.sub-menu li:hover{
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header-right-box {
    color: #ffffff;
    font-size: 15px;
}
#ht-site-navigation{
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.header-right-box .header-phone, .header-right-box .header-email {
    color: #ffffff;
    font-size: 15px;
}
.ht-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.ht-main-navigation li {
    float: left;
    position: relative;
    padding-right: 35px;
}
.ht-main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 8px 0;
  font-weight: 500;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 0px 0;
    margin-top: 27px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.ht-sticky .ht-main-navigation ul ul{
    margin-top: 17px;
}
.ht-main-navigation .ht-menu > ul > li:last-child > ul{
    right: 0;
}
.ht-main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 8px;
    border-top: 0;
}
.ht-sticky .ht-main-navigation ul ul ul{
    margin-top: 0
}
.ht-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: none;
}
.ht-main-navigation ul ul a:hover {
    border-bottom: none;
}
.ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 0px;
}
.ht-main-navigation ul ul li:last-child{
    margin-bottom: 0;
}

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

/*.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,*/
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
    background: none;
    color: inherit;
}
.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {    
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.ht-main-navigation ul ul li a:hover{
}
.ht-main-navigation li.current_page_item a {
    color: #ac8e50;
    border-radius: 0;
}
.ht-main-navigation ul li ul li.current_page_item a{
    color: #fff;
}
#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 10px 10px 10px;
}
.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;
    font-weight: 500;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: #4a4a4a;
}
ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 149%;
  text-align: left;
  min-width: 310px;
  z-index: 999;
  padding: 0px 0;
  margin-top: 30px;
  margin-left: 0;
  box-shadow: 0 24px 30px 0 #88828226;
  border-radius: 5px;

}
@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;
    }
    .header-icon i.fa{
        left: -10px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
/*    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;*/
}
}
.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 {
   /* padding: 20px 0;*/
}
.is-fixed .main-bar .header-nav {
    /*   position: relative;
    top: 20px;*/
}
.is-fixed .main-bar ul.sub-menu {
   /* margin-top: 45px;*/
}
@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: 4px !important;
    }
}
header.site-header .dlab-topbar-left {
    position: relative;
    top: 5px;
    margin: 0 6%;
}
.top-bar-head {
    margin: 0 6%;
}

/*--------------------------------------------------------------
## 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 i.fa{
    font-size: 45px;
    color: #ffffff;
    font-weight: normal;
}
.ht-slide-cap-title {
font-size: 34px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 40px;
    text-align: center;
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}
.ht-slide img{
    width: 100%;
}
.ht-slide-overlay{
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background: #121212;
   opacity: 0.5;
   background-size: cover;
}
.ht-slide-caption{
    position: absolute;
    top: 55%;
    left: 95%;
    width: 500px;
    margin-left: -550px;
    -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: 00px;
}
.ht-slide-cap-desc{
 font-size: 17px;
    line-height: 38px;
    color: #333333;
    padding: 00px 0px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.ht-slider-highlighttext {
    font-size: 40px;
    text-align: center;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 75px;
    width: 85px;
    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: #ffffff url(images/slide1.png) no-repeat center;
 left: 0;
 top: 50%;
 border-top-right-radius: 50px;
 border-bottom-right-radius: 50px;
}
#ht-home-slider-section .bx-wrapper .bx-next{
   background: #ffffff url(images/slide2.png) no-repeat center;
   right: 0;
   border-top-left-radius: 50px;
   border-bottom-left-radius: 50px;
}
.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 .site-button {
    margin-top: 5px;
}
div#ht-home-slider-section {
    padding: 30px 40px 10px 40px;
    background: #f3f3f3;
}
/*--------------------------------------------------------------
## 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%}

}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/

/* Catalogue slider Start */
.slider {
   width: 86%;
   position: relative;
   height: 490px;
   margin: auto;
   overflow-x: scroll;
   overflow-y: hidden;
   /* padding: 50px 0 0 0; */
   /* top: -50px; */
}
.slider::-webkit-scrollbar {
  display: none;
}
.slider .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.slider .slide-item {
 margin-right: 35px;
 width: 334px;
 margin-left: 0;
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl {
  text-align: center;
  margin-top: 5px;
}
.ctrl-btn {
    font-size: 13px !important;
    /* min-width: 50px; */
    background: none;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #9e9e9e;
    position: absolute;
    margin-top: -60.5px;
    height: 23px;
    bottom: 0;
}
.ctrl-btn:hover{
    color:#000;
    background: none;
}
.ctrl-btn.pro-next {
   right: 45%;
   position: absolute;
   border: 2px solid #bfbfbf;
   padding: 3px 5px 3px 5px;
   margin: 0;
   z-index: 999;
   height: 45px;
   width: 45px;
}
.ctrl-btn.pro-prev {
   left: 46%;
   position: absolute;
   border: 2px solid #bfbfbf;
   padding: 0;
   margin: 0;
   z-index: 999;
   height: 45px;
   width: 45px;
}
/*--------------------------------------------------------------
## Gallery area
--------------------------------------------------------------*/
.gallery-area .gallery-box {
    width: 20%;
}

.lz-gallery-images {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.lz-gallery-images:hover {
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.8);
}
.lz-gallery-images:before, .lz-gallery-images:after {
        content: '';
    background: #7d51fc;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateX(180deg) scale(0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
}
.lz-gallery-images:hover:before {
      opacity: 0.7;
    transform: rotateX(0) scale(0.80);
}
.lz-gallery-images:after {
      background: transparent;
    opacity: 1;
    transform: rotateX(0) scaleY(0);
    transform-origin: top center;
    z-index: 0;
}
.lz-gallery-images:hover:after {
  transform: rotateX(0) scaleY(1);
}

.lz-gallery-images img {
    height: 210px;
    width: 100%;
}
.lz-gallery-images img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.lz-gallery-images:hover > img {
    transform: scale(1.1);
    transform-origin: left center;
}

.lz-gallery-images .gallery-icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 42%;
    top: 45%;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}
.lz-gallery-images .gallery-icon li {
    display: inline-block;
    transform: scaleY(0);
    transition: all 0.3s ease 0.2s;
}
.lz-gallery-images:hover .gallery-icon li {
    transform: scaleY(1);
}
.lz-gallery-images .gallery-icon li i  {
    font-size: 35px;
    line-height: 29px;
    width: 40px;
    height: 30px;
    margin: 0 3px;
    border-radius: 5px 0;
    display: block;
    transition: all 0.3s ease 0s;
    color: #fff;
}
.gallery-area .lz-gallery-images {
    margin-bottom: 30px;
}
.gallery-area .section-title h2 {
    margin: 0;
    padding: 0;
}
.gallery-area .section-title {
    margin-bottom: 40px;
}
.gallery-area {
    border-top: 2px solid;
}

#innerpage-box .lz-gallery-images{
    margin-bottom: 30px;
}
#innerpage-box .lz-gallery-images{
    margin-bottom: 30px;
}
main#innerpage-box div#content-box .lz-gallery-images img.secondry-bg{
    border-radius: 0;
     border: 0;
}
main#innerpage-box div#content-box  .lz-gallery-images .gallery-icon li:before {
    display: none;
}
main#innerpage-box div#content-box .lz-gallery-images .gallery-icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 42%;
    top: 40%;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}
/*--------------------------------------------------------------
## 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 =========================*/

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

#quote-carousel {
    padding: 0 10px 30px 10px;
    clear: both;
    /*margin-top: 30px;*/
}

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


/*--------------------------------------------------------------
## 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 40px;
    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: 30px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
}
.socialMedia a:hover{
    background: none;
    border: 2px solid #3a3a3a;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
.contact-page-address a{
    font-weight: 600;
}
.contact-page-address .ht-section-tagline span.fa {
    font-weight: 600;
}
#ht-contactus-wrap input[type="submit"] {
    font-weight: 600;
}
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;
    /*height: 122px;*/
    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;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#ht-colophon .widget.widget_recent_entries li {
    margin-bottom: 20px;
}
footer#ht-colophon ul li span.post-date {
    font-size: 14px;
}
footer#ht-colophon ul li span.post-date, 
footer#ht-colophon .widget_calendar table tbody td#today {
    color: #ff7c4e;
    display: block;
}
footer#ht-colophon ul.list-inline.m-a0 {
    margin-right: 7%;
}
footer#ht-colophon .footer-logo {
    text-align: center;
}
footer#ht-colophon .upper-footer-row {
    padding: 110px 0 60px 0;
}
footer#ht-colophon .footer-social-up-right {
    text-align: right;
}
footer#ht-colophon form#searchform input[type="text"] {
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
}
div#ht-top-footer div.wpcf7 {
    position: relative;
}
#ht-top-footer .wpcf7:after {
 content: "\f105";
 position: absolute;
 font-size: 22px;
 color: #ffffff;
 background-repeat: no-repeat;
 height: 9px;
 width: 9px;
 font-family: 'Fontawesome';
 top: 18px;
 float: right;
 right: 30px;
 font-weight: bold;
 line-height: 30px;
 cursor: pointer;
}
#ht-top-footer div.wpcf7 input[type="submit"] {
  text-indent: -999px;
  height: 40px;
  font-size: 20px;
  color: #e8e2f0;
  float: right;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: #ff7c4e;
  border-radius: 50%;
  cursor: pointer;
}
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;
    height: 70px;
    font-size: 15px;
    padding: 15px 15px 15px 40px;
    margin-bottom: 5px;
    border-radius: 50px;
    width: 100%;
    border: 0;
}
footer#ht-colophon textarea{
   background: #ffffff;
   font-size: 15px;
   padding: 15px;
   margin-bottom: 5px;
   border-radius: 50px;
   border: 0;
}

footer#ht-colophon label{
    width: 100%;
}
footer#ht-colophon {
    background: #f2f1f0;
    /*margin-top: 6em;*/
    /*background-color: #121212;*/
}
div#copyright-note span {
    font-weight: normal;
}
footer#ht-colophon ul li a {
   color: #989898;
   font-weight: normal;
   font-size: 16px;

}

.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
    background: none;
    /* height: 50px; */
    /* width: 50px; */
    text-align: center;
    border-radius: 50%;
    background: transparent;
    margin-right: 25px;
    /* line-height: 40px; */
    margin-bottom: 6px;
    cursor: pointer;
}
footer#ht-colophon p {
    font-weight: normal;
    color: #989898;
    margin: 0;
    font-size: 15px;
}
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: 5px 0 5px 0;
    color: #757575;
}
.ht-top-footer ul li {
    font-weight: normal;
    line-height: 25px;
    font-size: 13px;
    transition: all 0.5s ease 0s;
}
.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: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
#ht-top-footer{
    color: #fff;
    padding: 80px 0 60px 0;
    position: relative;
}
.ht-top-footer{
    /*margin-left: -3%;*/
}
.ht-footer{
   float: left;
   /*width: 22%;*/
   margin-right: 2%;
}
.ht-footer.ht-footer4 {
    width: 22%;
}
.ht-footer.ht-footer3 {
    width: 22%;
}
.ht-footer.ht-footer2 {
    width: 22%;
}
.ht-footer.ht-footer1 {
    width: 22%;
}
.ht-footer .widget{
    margin-bottom: 30px;
}
.ht-footer .widget:last-child{
    margin-bottom: 0;
}
.ht-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer-menus-container ul li{
	background: url(images/footer-list-ico.png) no-repeat 0 8px;
    padding: 2px 0 2px 20px;
    list-style: none;
    margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;
    /* padding: 5px; */
    margin: 1px;
}
.social-profile-icons ul li i: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{
 text-align: left;
 color: #848484;
 line-height: 1.2;
}
.ht-site-info {
    color: #848484;
    font-weight: normal;
    font-size: 14px;
    padding: 40px 0 100px 0;
    border-top: 2px solid #ffffff;
}
footer#ht-colophon .tagcloud a {
    padding: 5px 10px;
    background: #1b1b1b;
    border: 1px solid #333333;
}
footer#ht-colophon .widget.widget_recent_entries li a {
    font-size: 17px;
    font-weight: 500;
}
div#ht-top-footer ul.menu li a:before {
    content: "\f0da";
    font-family: 'Fontawesome';
    margin-right: 18px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
}
div#ht-top-footer ul.menu li {
    border-bottom: 1px solid #343434;
}
footer#ht-colophon {
    position: relative;
}
footer#ht-colophon .footer-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.2;
    background-size: cover;
}
footer#ht-colophon .tagcloud a {
    font-size: 14px !important;
    margin: 0 7px 0px 0;
    padding: 8px 15px;
    line-height: 45px;
}
/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/
section#newsletter-section input[type=file] {
    width: 100%;
}
section#newsletter-section .ht-appintment-member-wrap {
    padding: 0 5%;
}

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

section#newsletter-section .appointment-taglinetxt {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 25px;
}
section#newsletter-section .title-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    z-index: -1;
}
section#newsletter-section .title-image img {
    margin: 0 auto;
    text-align: center;
}
section#newsletter-section{
    position: relative;
}
section#newsletter-section .lightbox {
    padding: 9em 0 19em 0;
}
/*=====*/
section#newsletter-section .sect-height-appointment-section.padding0 .ht-section-title-tagline {
    margin-bottom: 0em;
    display: block;
}
section#newsletter-section .sect-height-appointment-section.padding0 .lightbox {
    padding: 4em 4em 4em 0;
}
section#newsletter-section .test-right {
    background-color: #121212;
}
section#newsletter-section ul.contact-sm-links.text-center {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 0;
}
section#newsletter-section .appbox1 {
    margin-bottom: 20px;
}
section#newsletter-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#newsletter-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#newsletter-section .appicon:before {
  color: #fff;
}
section#newsletter-section .appicon:before,
section#newsletter-section .appicon:after {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
section#newsletter-section .appicon:hover,
section#newsletter-section .appicon:active,
section#newsletter-section .appicon.hover {
  color: #c0392b;
}
section#newsletter-section .appicon:hover:after,
section#newsletter-section .appicon:active:after,
section#newsletter-section .appicon.hover:after {
  border-color: transparent #c0392b;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
section#newsletter-section .sect-height-appointment-section.padding0 {
    background: #f4f4f4;
}

section#newsletter-section h2.appointment-taglinetxt {
    font-size: 26px;
    margin: 0;
}
section#newsletter-section .test-right .lightbox {
    padding: 4em 6em 2em 6em;
}
section#newsletter-section .appointment-icon.padding0 {
    text-align: center;
}
section#newsletter-section h2.ht-section-title.lz-appointment-heading {
    font-weight: normal;
}
section#newsletter-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;
}
#newsletter-section .ht-appintment-member-wrap label{   
 display: inline;
 color:#fff;
}

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

.ht-appintment-member-wrap h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.ht-appintment-member-wrap input[type="text"], 
.ht-appintment-member-wrap input[type="email"], 
.ht-appintment-member-wrap input[type="url"], 
.ht-appintment-member-wrap input[type="password"], 
.ht-appintment-member-wrap input[type="search"], 
.ht-appintment-member-wrap input[type="number"], 
.ht-appintment-member-wrap input[type="tel"], 
.ht-appintment-member-wrap input[type="range"], 
.ht-appintment-member-wrap input[type="date"], 
.ht-appintment-member-wrap input[type="month"], 
.ht-appintment-member-wrap input[type="week"], 
.ht-appintment-member-wrap input[type="time"], 
.ht-appintment-member-wrap input[type="datetime"],
.ht-appintment-member-wrap input[type="datetime-local"], 
.ht-appintment-member-wrap input[type="color"],
.ht-appintment-member-wrap textarea{    
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 10px 0;
    border-radius: 50px;
    padding: 25px 25px;
    font-size: 16px;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
}

.ht-appintment-member-wrap select{
    outline: 0;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 15px 0;
    border-radius: 40px;
    padding: 35px 40px;
    font-size: 16px;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    border: 0;
}
.ht-appintment-member-wrap textarea {
  height: 110px;
  padding: 40px 40px;
}
#newsletter-section .ht-appintment-member-wrap textarea::placeholder{
    color:#fff;
}
.ht-appintment-member-wrap label{
    color:#fff;
    margin:0;
}
.ht-appintment-member-wrap input[type="submit"]{   
    border:none;
    padding:10px 35px;
    color:#fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
}
.lz-fitness-address-lable{
	margin:20px 0 0 0;
}
section#newsletter-section .contact-box {
    background: #f7f7f7;
    padding: 25px 25px 15px 25px;
    border-radius: 7px;
}
section#newsletter-section .social-btns {
  overflow: hidden;
}
section#newsletter-section .social-btns .btn, 
section#newsletter-section .social-btns .btn:before, 
section#newsletter-section .social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
section#newsletter-section .social-btns .btn:before {
  top: 90%;
  left: -110%;
}
section#newsletter-section .social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
section#newsletter-section .social-btns .btn.facebook:before {background: #3b5998;}
section#newsletter-section .social-btns .btn.facebook .fa {color: #3b5998;}

section#newsletter-section .social-btns .btn.twitter:before {background: #3cf;}
section#newsletter-section .social-btns .btn.twitter .fa {color: #3cf;}

section#newsletter-section .social-btns .btn.google:before {background: #dc4a38;}
section#newsletter-section .social-btns .btn.google .fa {color: #dc4a38;}

section#newsletter-section .social-btns .btn.linkedin:before {background: #0077B5;}
section#newsletter-section .social-btns .btn.linkedin .fa {color: #0077B5;}

section#newsletter-section .social-btns .btn.skype:before {background: #00aff0;}
section#newsletter-section .social-btns .btn.skype .fa {color: #00aff0;}

section#newsletter-section .social-btns .btn:focus:before, 
section#newsletter-section .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
section#newsletter-section .social-btns .btn:focus .fa, 
section#newsletter-section .social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
section#newsletter-section .social-btns {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 10px;

}
section#newsletter-section .social-btns .btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    margin: 0 4px;

}
section#newsletter-section .social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#newsletter-section .social-btns .btn .fa {
  font-size: 22px;
  vertical-align: middle;
}
section#newsletter-section h2 {
    text-align: center;
    font-size: 26px;
}
section#newsletter-section .news-social-bx {
    padding: 30px 25px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 0 7%;
}
section#newsletter-section .news-social-bx h2 {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}
#innerpage-box{
    padding:2em 0;
    background: #ffffff;
        position: relative;
}
.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: 0px;
}

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

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

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

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

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

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

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

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

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

.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{
    background: #000;
    color:#fff;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
main#innerpage-box #ht-contactus-wrap .pattern-svg {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    left: 8%;
    top: 0%;
    width: 80%;
}
main#innerpage-box #ht-contactus-wrap h2 {
    line-height: 30px;
    margin-top: 30px;
}

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

#ht-contactus-wrap  h1{
   color: #fff;
   text-align: center;
   margin: 0 0 30px 0;
   background: none;
   outline: none;
   border: none;
   font-size: 35px;
   display: block;
   font-weight: 600;
}
#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select
{
    border:none;
    border-bottom: 2px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 32px 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:#ffffff;
    width: 100%;
}
#ht-contactus-wrap input[type="submit"]
{
    background: #fb216a;
    border: 2px solid #fb216a;
    padding: 13px 50px;
    color: #fff;
    border-radius: 30px;
    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:350px;
    background:#fe5722;
    padding:5px;
    border-radius: 5px;
}
.address-box{
    margin: 0 0 20px 0;
}
.contact-sm-links {
    margin: 0;
}
.contact-sm-links li {
    display: inline-block;
    /* padding: 2px; */
    margin: 1px;
    list-style: none;
}
#ht-contactus-wrap .contact-sm-links li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.apointmentmain-box .socials {
    text-align: center;
    margin-top: 20px;
}
#ht-contactus-wrap .contact-sm-links li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.contact-sm-links li a{  
    font-size: 27px;
    padding: 7px 7px;
}
.contact-sm-links li a:hover {
    color: #fc226a;
    border-color: #fc226a;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
}

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

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

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

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 45px !important;
    border: 4px solid #f1f0f0 !important;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
   /*border-bottom: 1px solid #6a1b9a !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #6a1b9a;
}

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

.woocommerce ul.products li.product .total-product-title-wrap{
    padding: 20px 10px 0;
}

.woocommerce ul.products li.product a{
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 5px;
}
.woocommerce ul.products li.product .price{
    font-weight: 500;
    font-size: 20px;
    color: #fe5722;
    margin: 0;
}
.woocommerce ul.products li.product .price del{
    display: inline;
    color: #999;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins{
    display: inline;
    font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color:#fc856d;
    padding: 0px 20px;
}
.woocommerce-MyAccount-navigation ul li{
    margin: 5px 0 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    color:#000 !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0;
    color: #FFF;
    background-color: #fe5722;
    border:1px solid #fe5722;    
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background: #333;
    border:1px solid #333;
    color: #FFF;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color:#fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .product_meta a{
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-weight: 400;
}

#customer_details{
    margin-bottom: 40px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border: 1px solid #EEE;
    border-radius: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
    border: 1px solid;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
    padding-top: 4px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    font-weight: 400;
}

.woocommerce a.remove{
    font-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: -68%;
    left: 78%;
    width: 375px;
    }
    .ht-slide-cap-title{
       /* font-size: 98px;
        line-height: 75px;*/
    }
    /*.ht-slide-cap-desc{
        font-size: 30px;
    }*/
    .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 (max-width: 992px){
    .gallery-area .gallery-box {
        width: 31%;
    }
}

@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%;
}
.ht-slide-cap-desc {
    /*padding-bottom: 10px;*/
}
.lower-header .header-social-links {
    padding: 15px 10px;
}
#ht-blog-section {
    padding: 0em 1em 0em 2em;
}
.ht-slide-caption {
    top: 45% !important;
    left: 73%;
        width: 620px;
}
.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;
}
#newsletter-section .color-box .textbox1 {
    padding: 10px 30px 10px;
}
#newsletter-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: center;
}
.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%;
}
#newsletter-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#newsletter-section{
        background-position: right 15% bottom 00%;
    }
    section#newsletter-section .ht-appintment-member-wrap{
        padding: 0 0 0em 0!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%;
    }
    #newsletter-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;
    }

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

    div#ht-home-slider-section .button-md{
        padding: 21px 50px;
    }
    .ht-slide-cap-title{
       /* padding-bottom: 25px;*/
    }
    .ht-slide-cap-desc{
        margin-bottom: 20px;
    }
    .ctrl-btn.pro-prev{
        left: 43%;
    }
    .ctrl-btn.pro-next{
        right: 44%;
    }

    #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;
    }
    main#innerpage-box div#content-box .galleryinnerbox img{
        height: 210px !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{
        /*width: 450px;*/
        line-height: 30px;
    }
    .ht-slide-caption{
        /*width: 540px;*/
    }
    .ht-slide-cap-title{
        font-size: 30px;
        /*padding-bottom: 8px;*/
    }
    .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;
    }

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

    #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: 140px;
}
#quote-carousel .carousel-control.left {
    left: -7px;
    top: 140px;
}
#quote-carousel .carousel-control {
    margin-top: -50px;
}
.ht-section-title{
    /*font-size: 35px;*/
}
.ht-slide-cap-descmore {
    margin-top: 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 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 {
        font-size: 17px;
        padding-bottom: 8px;
    }
    .ht-slide-cap-desc {
        font-size: 12px;
        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;
        border: 4px solid #fff;
        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;
}

#newsletter-section .textbox2 .phone {
    font-size: 13px;
}
#newsletter-section .textbox2 a {
    font-size: 15px;
}
#newsletter-section .color-box .textbox1 {
    padding:10px;
}
#newsletter-section .color-box .textbox2 i{
    font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
    padding: 5px 30px;
}
#newsletter-section .box-effect {
   padding:0;
}
.ht-slide-caption {
    top: 48%;
    left: 77%;
    width: 85%;
}
}
@media screen and (min-width: 320px) and (max-width: 375px){
    .ht-slide-cap-title {
        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;
}
div#ht-home-slider-section .slidehomebtnbtn {
    padding: 6px 20px;
    font-size: 11px;
}
.ht-slide-cap-desc {
    margin-bottom: 3px;
   /* padding-bottom: 5px;
   font-size: 11px;*/
}
.ht-slide-cap-title {
    font-size: 16px;
}
#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-title.animated.fadeInDown {
    /*font-size: 18px;*/
}
.ht-slide-cap-desc.animated.fadeInDown{
 font-size: 15px;
}
#ht-masthead span.sb-icon-search{
    right: 24px;
    top: 5px;
}
#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;
}
#newsletter-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;
}
.ht-section-title {
    font-size: 45px;
}

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

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

#newsletter-section .ht-appintment-member-wrap input[type="submit"]:hover {
    /*background: #fff;
    color: #fb216a;*/
}
@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;
    }
    #newsletter-section .box-effect {
     padding: 0;
 }
 #newsletter-section .color-box .textbox1{
    font-size: 18px;
    padding: 0px 9px 5px;
}
#newsletter-section .color-box .textbox2 {
    padding: 0px 13px 5px;
}
#newsletter-section .textbox2 .phone {
    font-size: 19px;
}
#newsletter-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;
}
#newsletter-section .color-box {
    top: 0px;
}
.lz-gallery-images img {
    height: 165px;
}
}
#ht-masthead .padding0.header-shape {
    float: right;
    text-align: right;
}
ul.themetext {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ht-masthead ul.themetext li {
    display: inline-block;
    padding-left: 35px;
    font-size: 15px;
}
header#ht-masthead .upper-header {
    padding: 10px 0;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.padding10 {
    padding: 10px;
}
.featured-img{
    display: block;
    position: relative;
}
.featured-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #e4b42c;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    opacity: 0.7;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 22%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    clip-path: polygon(0 0, 80% 0%, 100% 45%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.featured-img:hover:after{
    width: 100%;
}
.ht-site-title, .site-title {
    margin: 0;
}

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

header.site-header ul.sub-menu li a {
    padding: 5px 45px;
}
ul.sub-menu{
    position: relative;
    box-shadow: none;
    /* border: 1px solid #f4f4f4; */
    border-top: 0;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
    /*background: #f6f6f6;*/
}
}
/*=========== inner service page ==========*/
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){
    div#ht-home-slider-section i.fa{
        font-size: 25px;
    }
    .ct-btn-scroll{
        width: 15px;
        bottom: 5px;
    }
    .hometest-rightbox{
        right: 0;
    }
    
    .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;
    }

}
/*========= Support Section =================*/
.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 ==============*/

/*================= packages section ===========*/
/**/
main#innerpage-box div#content-box img.secondry-bg {
   width: 100%;
   height: 220px;
   border: 5px solid #ffffff;
   border-radius: 10px;
}

/*===== galery shortcode ===========*/
@media screen and (min-width: 320px) and (max-width: 768px){
    #ht-top-footer{
        padding: 80px 0;
    }
    .ht-top-footer{
        margin-right: 2em !important;
        margin-left: 2em !important;
    }
    
    header.site-header .text-bx.padding0 {
        padding-left: 0;
    }
    header.site-header .list-inline.m-a0 {
        padding-left: 25px !important;
        text-align: left !important;
        padding: 2px 0;
        float: none;
    }
    #innerpage-box div#content-box .wrap{
        padding: 35px 25px 35px 25px;
    }

    .ht-slide-cap-title {
        padding-bottom: 10px;
    }
    .ht-slide-cap-desc {
        margin-bottom: 10px;
    }
    section#ht-newsletter-section .ht-section-title-tagline {
        display: block;
    }
    div#ht-contactus-wrap div.wpcf7 input[type="file"] {
        font-size: 10px;
    }
    main#innerpage-box div#content-box img.secondry-bg {
    height: 260px;
}

    h2.ht-section-title.ct-service-heading span {
        display: inline-block;
    }

}
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-contactus-wrap.innerpage-whitebox {
        padding: 0;
    }
    .slider .slide-item{
        margin-right: 0;
    }
    .ht-section-title{
        line-height: 45px;
    }
    .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 {
        padding-bottom: 5px;
    }
    .ht-slide-cap-desc {
        margin-bottom: 10px;
    }
    .innerpage-whitebox{
        padding: 1em 1em 1em 1em;
    }

    .padding17 {
        padding: 17px 17px 17px 17px;
    }
    
    .comment-form-author, .comment-form-email, .comment-form-url{
        width: 100%;
    }
        div#content-box .panel-title a{
        font-size: 15px;
    }
    section#newsletter-section .test-right .lightbox {
        padding: 4em 2em 2em 2em;
    }
}
@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;
}

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

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;
}
/**/
section#testimonials-box figure.innerpagetestimonialwbox {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 475px){

    section#newsletter-section .lightbox{
      padding: 5em 1em 0em 1em !important;
  }
  section#newsletter-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 {
    /* width: 450px; */
    line-height: 23px;
}
section#ht-blog-box .lightbox{
    padding: 5em 1em 0 1em !important;
}
#innerpage-box div#content-box .wrap{
    padding: 75px 25px;
}
#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;
}
}
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){

    #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 .pattern-svg {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    left: 0%;
    top: 0;
    width: 100%;
}
.faq-content.padding0 {
    margin-bottom: 20px;
    border-top: 0;
}
div#content-box .faq-content button.accordion {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding: 10px 0;
  margin: 0;
  background: #fbb34d;
  /*border-radius: 30px 30px 0 0;*/
  /*border-bottom: 2px solid #ffffff;*/
  box-shadow: 0px 4px 1px -3px rgb(218, 212, 212);
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    /*background-color: #ddd;*/
    opacity: 1;
}
div#content-box .faq-content button.accordion:before {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #000;
    float: right;
    /* margin-left: 5px; */
    position: absolute;
    top: 9px;
    left: 25px;
    font-weight: normal;
}
div#content-box .faq-content button.accordion.active:before {
    content: "\f00d";
    font-family: 'Fontawesome';
}
div#content-box .faq-content div.panel {
    background-color: #fbb34d;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    /*border-radius: 0 0px 30px 30px;*/
}
div#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;  
        border: 1px solid #7d52f9;
}
main#innerpage-box div#content-box h3.faq-title {
    padding: 0 60px;
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    word-break: break-word;
}
div#content-box .faq-content.padding0 p {
    font-size: 15px;
    padding: 25px 25px 10px 25px;
    letter-spacing: 1px;
    word-break: break-word;
}
/*========= 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 {
    margin: 0 auto;
    text-align: center;
}
footer#ht-colophon .widget_calendar table {
    margin: 0;
}
main#innerpage-box div#sitemap-box ul li {
    list-style: none;
}
main#innerpage-box div#sitemap-box ul li a {
    position: relative;
    padding-left: 20px;
}
main#innerpage-box div#sitemap-box ul li a:before {
    font-family: 'FontAwesome';
    content: "\f04e";
    position: absolute;
    font-size: 10px;
    opacity: 1;
    font-style: normal;
    left: 0;
    top: 0px;
}
div#sitemap-box ul {
    margin: 0;
}
#innerpage-box .widget-area .widget-title {
    line-height: 35px;
    word-break: break-word;
}
main#innerpage-box .woocommerce-product-search .search-field {
    border: 1px solid #e9e7e7;
}
.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#newsletter-section .appointment-img img {
    width: 100%;
    height: 100%;
}
section#newsletter-section .appointment-img img {
    margin-top: -100px;
}



/**/
header.site-header ul.sub-menu li a:hover{
    background: transparent;
}
.social-btns {
  overflow: hidden;
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {background: #3b5998;}

.social-btns .btn.twitter:before {background: #3cf;}

.social-btns .btn.google:before {background: #dc4a38;}

.social-btns .btn.linkedin:before {background: #0077B5;}

.social-btns .btn.skype:before {background: #00aff0;}

.social-btns .btn:focus:before, .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa, .social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
    /* font-size: 0; */
    position: relative;
    /* top: 0; */
    top: 11px;
    /* left: 0; */
    /* right: 0; */
    /* float: right;*/
    text-align: right;
}
.social-btns .btn {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.99;
    padding: 0;
    border: 1px solid;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
 font-size: 20px;
 vertical-align: middle;
}
:root {
   --background: #000;
   --text: #fff;
   --highlight: #ff1ead;
}
header.site-header .theme-switch {
   --background: #fff;
   --text: #000;
   color: var(--text);
   width: 70px;
   height: 30px;
   background: var(--highlight);
   border-radius: 50px;
   position: relative;
}
header.site-header .theme-switch .switch {
   background: white;
   width: 24px;
   height: 24px;
   background: var(--background);
   border-radius: 100%;
   position: absolute;
   top: 3px;
   left: 4px;
   transition: 0.5s all ease;
}

header.site-header .light-theme a {
   color: var(--text);
}
header.site-header .navigation {
   display: flex;
   justify-content: center;
}
header.site-header ul {
   display: block;
   list-style-type: none;
   flex-wrap: wrap;
}
header.site-header ul a {
   margin: 0 25px 0 0;
   position: relative;
}
header.site-header ul.submenu a{
 margin: 0 0px 0 0;
}
header.site-header ul a:before {
   position: absolute;
   bottom: -10px;
   content: '';
   width: 100%;
   height: 3px;
   background: var(--highlight);
   transform: translateX(-100%);
   opacity: 0;
       z-index: 2;
}
header.site-header ul a:hover:before {
   opacity: 1;
   transition: 0.5s transform ease, 0.8s opacity ease;
   transform: translateX(0);
}
header.site-header ul .active {
   color: var(--highlight);
}
header.site-header ul .active:hover:before {
   opacity: 0;
}
header.site-header ul.sub-menu a:hover:before{
    opacity: 0;
}

header.site-header input[type="search"]{
padding: 15px 20px;
    height: 35px;
    font-size: 14px;
    border: 0;

}
div#sb-search {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    /* padding: 5px 5px; */
        width: 100%;
            position: relative;
    top: 11px;

}
header.site-header input[type="submit"]{
    position: absolute;
    right: 21px;
    top: 0;
    padding: 0 10px;
    background: none;
    z-index: 2000;
}
header.site-header span.sb-icon-search {
    position: absolute;
    right: 15px;
    top: 3px;
    color: #151515;
    font-weight: bold;
}

header.site-header fieldset input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
}
:focus{outline: none;}

.col-3{float: left; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
.effect-12{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent;}
.effect-12 ~ .focus-bg{border-radius: 30px;position: absolute; left: 50%; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-12:focus ~ .focus-bg{transition: 0.3s; width: 100%; left: 0;}

/*= input focus effects css End
=============================== */
ul.sub-menu li {
  border-radius: 5px;
  margin: 6px 12px;
  transition: .3s;
  border-bottom: 2px solid transparent;
}
ul.sub-menu li:hover {
  /*border-right: solid #50b54b 2px;*/
  border-bottom: solid #50b54b 2px;
}
.text-bx.padding0 a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.responsive-logo {
    display: none;
}


/*================== about blog ====================*/
section#aboutblog-section h2 {
    line-height: 38px;
}
section#aboutblog-section .section__border {
    background-color: #7d52f9;
    margin-top: 15px;
    margin-bottom: 20px;
}
section#aboutblog-section .section-title {
    text-align: left;
    margin-bottom: 0;
}
section#aboutblog-section .section__border:after {
    left: 0;
    top: -3.7px;
}
section#aboutblog-section .btn{
    color: #fff;
    background-color: #B53471;
    padding: 0;
    border: 2px solid #B53471;
    perspective: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border-radius: 42px !important;
        white-space: inherit;
}
section#aboutblog-section .btn:hover{ color: #B53471; }
section#aboutblog-section .btn cite{
    font-size: 16px;
    font-weight: normal;
    padding: 7px 35px;
    display: block;
    font-style: normal;
}
section#aboutblog-section .btn:before,
section#aboutblog-section .btn:after,
section#aboutblog-section .btn cite:before,
section#aboutblog-section .btn cite:after{
    content: "";
    background-color: #fff;
    width: 25%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(-1,1,0,-110deg);
    transform-origin: top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
section#aboutblog-section .btn:after{ left: 25%; }
section#aboutblog-section .btn cite:before{ left: 50%; }
section#aboutblog-section .btn cite:after{ left: 75%; }
section#aboutblog-section .btn:hover:before,
section#aboutblog-section .btn:hover:after,
section#aboutblog-section .btn:hover cite:before,
section#aboutblog-section .btn:hover cite:after{
    opacity: 1;
    transform: rotate3d(1,1,0,0);
}
section#aboutblog-section .single-aboutblog-img img {
    width: 100%;
}
section#aboutblog-section .single-about-blog-content {
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 12em;
}
section#aboutblog-section .single-about-blog-content p {
   font-size: 17px;
   margin-bottom: 35px;
}
section#aboutblog-section h2 {
    font-size: 26px;
}
section#aboutblog-section .aboutblog-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #764fe8;
}

section#aboutblog-section .aboutblog-img *,
section#aboutblog-section .aboutblog-img:before,
section#aboutblog-section .aboutblog-img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section#aboutblog-section .aboutblog-img img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
section#aboutblog-section .aboutblog-img:before,
section#aboutblog-section .aboutblog-img:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}
section#aboutblog-section .aboutblog-img:before {
  width: 0;
  height: 1px;
}
section#aboutblog-section .aboutblog-img:after {
  height: 0;
  width: 1px;
}
section#aboutblog-section .aboutblog-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}
section#aboutblog-section .single-blg:hover .aboutblog-img img,
section#aboutblog-section .aboutblog-img.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
section#aboutblog-section .single-blg:hover .aboutblog-img:before,
section#aboutblog-section .single-blg.hover .aboutblog-img:before,
section#aboutblog-section .single-blg:hover .aboutblog-img:after,
section#aboutblog-section .single-blg.hover .aboutblog-img:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
section#aboutblog-section .single-blg:hover .aboutblog-img:before,
section#aboutblog-section .single-blg.hover .aboutblog-img:before {
  width: 40px;
}
section#aboutblog-section .single-blg:hover .aboutblog-img:after,
section#aboutblog-section .single-blg.hover .aboutblog-img:after {
  height: 40px;
}
section#aboutblog-section .section-title {
    text-align: left;
}
/*================== about blog ====================*/

/*================== Instagram ====================*/
div#instagram {
    border-top: 2px solid;
}
#instagram h2{
    font-size: 26px;
    margin-bottom: 0;
}
div#instagram .text-center {
    margin-bottom: 35px;
}
div#instagram .text-center p {
    font-size: 16px;
    font-weight: 600;
}
#instagram .item img{
    height: 200px;
    width: 100%
}
#instagram .item p{
    margin: 0;
}

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

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

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

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

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

}

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

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

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

/*================== Instagram ====================*/

/*------------------- All Blogs ---------------------------*/
section#bussiness-news-slider {
    background: #f7f7f7;
}
figure.inner-blog {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    border-radius: 8px;
}
figure.inner-blog * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.inner-blog img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
      height: 235px;
}
figure.inner-blog figcaption {
    position: absolute;
    bottom: 0;
    left: 9%;
    right: 45%;
    height: 100%;
}
figure.inner-blog h3,
figure.inner-blog span {
    position: absolute;
    /* margin: 0;*/
    padding: 3px 10px;
    display: inline-block;
    width: 100%;
    left: 0;
    font-size: 12px;
}
figure.inner-blog h3 {
    background: #333333;
    bottom: 0;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    border-radius: 30px;
    color: #ffffff;
}
figure.inner-blog span {
  background: #ffffff;
  color: #4d4d4d;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
  border-radius: 30px;
  padding: 10px;
}
figure.inner-blog a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.single-post:hover figure.inner-blog img,
.single-post.hover figure.inner-blog img {
  opacity: 0.35;
 /* -webkit-filter: blur(5px);
 filter: blur(5px);*/
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.single-post:hover figure.inner-blog figcaption h3,
.single-post.hover figure.inner-blog figcaption h3 {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
.single-post:hover figure.inner-blog figcaption span,
.single-post.hover figure.inner-blog figcaption span {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.single-post:hover figure.inner-blog h3 {
    margin: 0;
}
.single-post:hover figure.inner-blog figcaption span{
    margin-top: 25px;
}
.single-post h4 {
    line-height: 25px;
    margin-bottom: 30px;
}
.single-post h4 a {
    font-size: 17px;
    font-weight: 800;
}
.articles-date li {
    list-style: none;
    padding: 17px 0px 13px 0px;
        font-size: 14px;
}
.single-post p.post-description {
    font-size: 16px;
    padding-right: 30px;
    margin: 0;
}
.articles-date li i.fa.fa-calendar {
    padding-right: 10px;
    font-size: 14px;
}
/*----- child css for h3----*/
.owl-item:nth-child(1) figcaption h3,
.owl-item:nth-child(5) figcaption h3,
.owl-item:nth-child(9) figcaption h3 {
    background: #dc3d66;
}
.owl-item:nth-child(2) figcaption h3,
.owl-item:nth-child(6) figcaption h3,
.owl-item:nth-child(10) figcaption h3 {
    background: #7d51fc;
}
.owl-item:nth-child(3) figcaption h3,
.owl-item:nth-child(7) figcaption h3,
.owl-item:nth-child(11) figcaption h3 {
    background: #f8b739;
}
.owl-item:nth-child(4) figcaption h3,
.owl-item:nth-child(8) figcaption h3,
.owl-item:nth-child(12) figcaption h3 {
    background: #296170;
}
/*.owl-item:last-child h3 {
    background: #f7f7f7;
    }*/

    /*----- child css for h3 ----*/

    /*----- child css for span ----*/

    .owl-item:nth-child(1) figcaption span,
    .owl-item:nth-child(5) figcaption span,
    .owl-item:nth-child(9) figcaption span {
        background: #dc3d66;
    }
    .owl-item:nth-child(2) figcaption span,
    .owl-item:nth-child(6) figcaption span,
    .owl-item:nth-child(10) figcaption span {
        background: #7d51fc;
    }
    .owl-item:nth-child(3) figcaption span,
    .owl-item:nth-child(7) figcaption span,
    .owl-item:nth-child(11) figcaption span {
        background: #f8b739;
    }
    .owl-item:nth-child(4) figcaption span,
    .owl-item:nth-child(8) figcaption span,
    .owl-item:nth-child(12) figcaption span {
        background: #296170;
    }
    /*----- child css for span ----*/

    /*----- Section Border --------*/
    .section__border {
        display: inline-block;
        position: relative;
        height: 2px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ffe5a5;
        width: 75px;
        margin-top: 18px;
        margin-bottom: 18px;
        opacity: 1;
    }
    .section__border:after {
        content: '';
        position: absolute;
        right: 0;
        top: -2.7px;
        height: 8px;
        width: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fec22c;
    }
    .section-title {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 35px;
    }
    .section-title h2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    /*----- Section Border --------*/
    /*---- for corousel btn --*/
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-prev:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        float: left;
        left: -37px;
        top: 35%;
        color: #ababab;
        background: #ffffff;
        padding: 7px 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-next:before {
       content: "\f178";
       font-family: FontAwesome;
       display: inline-block;
       position: absolute;
       float: right;
       right: -36px;
       top: 35%;
       color: #ababab;
       background: #ffffff;
       padding: 7px 10px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;

   }
   section#bussiness-news-slider .owl-carousel .owl-nav button.owl-prev span, 
   section#bussiness-news-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
section#bussiness-news-slider .owl-theme .owl-dots {
    display: none;
}
section#bussiness-news-slider .section__border:after {
    top: -3.7px;
}
section#bussiness-news-slider .section-title {
    margin-bottom: 50px;
}
section#bussiness-news-slider .single-post p.post-description {
    padding-top: 10px;
}

section#finance-news-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    float: left;
    left: -37px;
    top: 35%;
    color: #ababab;
    background: #ffffff;
    padding: 7px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
section#finance-news-slider .owl-carousel .owl-nav button.owl-next:before {
   content: "\f178";
   font-family: FontAwesome;
   display: inline-block;
   position: absolute;
   float: right;
   right: -36px;
   top: 35%;
   color: #ababab;
   background: #ffffff;
   padding: 7px 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;

}
section#finance-news-slider .owl-carousel .owl-nav button.owl-prev span, 
section#finance-news-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
section#finance-news-slider .owl-theme .owl-dots {
    display: none;
}
section#finance-news-slider .section-title {
    margin-bottom: 50px;
}

section#technology-news-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    float: left;
    left: -37px;
    top: 35%;
    color: #ababab;
    background: #ffffff;
    padding: 7px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
section#technology-news-slider .owl-carousel .owl-nav button.owl-next:before {
   content: "\f178";
   font-family: FontAwesome;
   display: inline-block;
   position: absolute;
   float: right;
   right: -36px;
   top: 35%;
   color: #ababab;
   background: #ffffff;
   padding: 7px 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;

}
section#technology-news-slider .owl-carousel .owl-nav button.owl-prev span, 
section#technology-news-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
section#technology-news-slider .owl-theme .owl-dots {
    display: none;
}
section#technology-news-slider {
    background: #f7f7f7;
}


section#treanding-news-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    float: left;
    left: -37px;
    top: 18%;
    color: #ababab;
    background: #ffffff;
    padding: 7px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
section#treanding-news-slider .owl-carousel .owl-nav button.owl-next:before {
   content: "\f178";
   font-family: FontAwesome;
   display: inline-block;
   position: absolute;
   float: right;
   right: -36px;
   top: 18%;
   color: #ababab;
   background: #ffffff;
   padding: 7px 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;

}
section#treanding-news-slider .owl-carousel .owl-nav button.owl-prev span, 
section#treanding-news-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
section#treanding-news-slider .owl-theme .owl-dots {
    display: none;
}
section#treanding-news-slider .single-post h4 {
    margin: 25px 0 15px 0;
}

section#articles-news-slider .owl-carousel .owl-nav button.owl-prev span, 
section#articles-news-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
section#articles-news-slider .owl-theme .owl-dots {
    display: none;
}


section#singlepost-news-slider {
    background: #f7f7f7;
}
section#singlepost-news-slider .articles-date li {
    display: inline-block;
    padding-right: 25px;
        padding-top: 30px;
}
section#singlepost-news-slider .single-post p.post-description {
    padding-top: 10px;
}
section#singlepost-news-slider .single-post {
    text-align: center;
}
section#singlepost-news-slider .section-title {
    margin-bottom: 0;
    text-align: left;
}
section#singlepost-news-slider .section__border {
    margin-top: 10px;
    margin-bottom: 30px;
}
section#singlepost-news-slider .section-title h2 {
    font-size: 26px;
}

section#singlepost-news-slider .blog-read-more {
    margin-top: 20px;
}
section#singlepost-news-slider .blog-read-more a {
    font-size: 16px;
    font-weight: 600;
}
section#singlepost-news-slider .blog-read-more i.fa{
    padding-left: 10px;
        position: relative;
    top: 2px;
}
section#singlepost-news-slider figure.inner-blog img {
    height: 300px;
}
section#singlepost-news-slider .section__border:after{
    top: -3.7px;
}
/*==== innerpages ====*/

h1.ht-main-title {
    margin: 15px 6%;
}
.breadcrumbbox .button {
    margin: 0px 6%;
}

/*------------ for slider -----------*/

div#ht-home-slider-section .btn{
    color: #fff;
    background-color: #B53471;
    padding: 0;
    border: 2px solid #B53471;
    perspective: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border-radius: 42px !important;
        white-space: inherit;
}
div#ht-home-slider-section .btn:hover{ color: #B53471; }
div#ht-home-slider-section .btn cite{
    font-size: 16px;
    font-weight: normal;
    padding: 7px 35px;
    display: block;
    font-style: normal;
}
div#ht-home-slider-section .btn:before,
div#ht-home-slider-section .btn:after,
div#ht-home-slider-section .btn cite:before,
div#ht-home-slider-section .btn cite:after{
    content: "";
    background-color: #fff;
    width: 25%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(-1,1,0,-110deg);
    transform-origin: top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
div#ht-home-slider-section .btn:after{ left: 25%; }
div#ht-home-slider-section .btn cite:before{ left: 50%; }
div#ht-home-slider-section .btn cite:after{ left: 75%; }
div#ht-home-slider-section .btn:hover:before,
div#ht-home-slider-section .btn:hover:after,
div#ht-home-slider-section .btn:hover cite:before,
div#ht-home-slider-section .btn:hover cite:after{
    opacity: 1;
    transform: rotate3d(1,1,0,0);
}
div#ht-home-slider-section .owl-carousel .owl-nav button span {
    font-size: 80px;
    position: absolute;
    top: 35%;
}
div#ht-home-slider-section .owl-carousel .owl-nav button.owl-prev span {
    left: 7%;
    color: #ffffff;
    display: none !important;
}
div#ht-home-slider-section .owl-carousel .owl-nav button.owl-next span {
    right: 7%;
    color: #ffffff;
    display: none !important;
}
div#ht-home-slider-section .owl-carousel .owl-nav{
    margin-top: 0;
}
div#ht-home-slider-section .owl-carousel .owl-nav button.owl-prev:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        float: left;
        left: -37px;
        top: 35%;
        color: #ababab;
        background: #ffffff;
        padding: 7px 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    div#ht-home-slider-section .owl-carousel .owl-nav button.owl-next:before {
       content: "\f178";
       font-family: FontAwesome;
       display: inline-block;
       position: absolute;
       float: right;
       right: -36px;
       top: 35%;
       color: #ababab;
       background: #ffffff;
       padding: 7px 10px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;

   }

div#ht-home-slider-section .owl-carousel button.owl-dot span{
        background: #ffffff;
            padding: 6px!important;
}
div#ht-home-slider-section .owl-dots {
    position: absolute;
    bottom: 135px;
    left: 45%;
    border: 2px solid #ffffff;
    -ms-transform: rotate(20deg);
    transform: rotate(90deg);
    padding: 10px 15px;
    border-radius: 30px;
    display: none;
}
div#ht-home-slider-section .owl-theme .owl-dots .owl-dot span {
    width: 3px;
    height: 0px;
    margin: 0px 4px;
    }
 div#ht-home-slider-section .owl-theme .owl-nav .disabled{
        opacity: 1;
    }
/*------------ for slider -----------*/



/*===================== team page =================*/
#content-box .team-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#content-box .team-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#content-box .team-item .team-img {
  position: relative;
}
#content-box .team-item .team-img .normal-text {
  position: absolute;
  text-align: center;
  height: 80px;
  bottom: -1px;
  padding: 17px 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(217, 8, 69, 0.7);
  transition: .3s ease all;
  z-index: 10;
  opacity: 0.8;
}
#content-box .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding: 0 0 3px;
}
#content-box .team-item .team-img .normal-text .subtitle {
  color: #fff;
  margin: 0;
  display: block;
}
#content-box .team-item .team-img img {
  width: 100%;
}
#content-box .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  visibility: hidden;
}
#content-box .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 8, 69, 0.8);
  z-index: -1;
  opacity: 0.8;
}
#content-box .team-item .team-name {
  margin-bottom: 2px;
}
#content-box .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}
#content-box .team-item .team-name a:hover {
  color: #fff;
}
#content-box .team-item .postion {
  position: relative;
  z-index: 1;
  color: #fff;
}
#content-box .team-item .share-icons {
  position: relative;
  max-width: 255px;
  margin: 0 auto 15px;
  opacity: 0;
  visibility: hidden;
}
#content-box .team-item .share-icons .border {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
#content-box .team-item .share-icons .border {
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 11;
}
#content-box .team-item .team-social {
  position: relative;
}
#content-box .team-item .team-social.icons-1:after,
#content-box .team-item .team-social.icons-1:before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
#content-box .team-item .team-social.icons-1:after {
  top: 0%;
  left: 50%;
  height: 95px;
  width: 1px;
}
#content-box .team-item .team-social.icons-1:before {
  bottom: 0;
  left: 10px;
  height: 1px;
  width: 100px;
}
#content-box .team-item .team-social.icons-2:after,
#content-box .team-item .team-social.icons-2:before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
#content-box .team-item .team-social.icons-2:after {
  bottom: 0;
  left: 50%;
  height: 95px;
  width: 1px;
}
#content-box .team-item .team-social.icons-2:before {
  top: 0;
  right: 10px;
  height: 1px;
  width: 100px;
}
#content-box .team-item .team-social li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  padding: 34px;
      margin: 0;
}
#content-box .team-item .team-social li a {
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 20px;
}
#content-box .team-item .team-social li a:hover {
  background: #fff;
  border-color: #fff;
  color: #d90845;
}
#content-box .team-item:hover .team-content {
  top: 0;
}
#content-box .team-item:hover .share-icons,
#content-box .team-item:hover .team-content,
#content-box .team-item:hover .team-social {
  opacity: 1;
  visibility: visible;
}
#content-box .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
#content-box .team-item ul li:before {
    content: none;
}
#content-box .team-item ul{
    padding: 0;
}
/*====== team end =========*/


/*--------------- business -----------------*/

@media screen and (min-width: 320px) and (max-width: 1024px){
    .innerpage-whitebox{
        padding: 2em 0!important;
    }
    #content-box .team-item .team-social li{
        padding: 20px;
    }
    .ht-slide-caption {
    /*top: 40%;*/
}
    section#singlepost-news-slider figure.inner-blog img {
    height: 170px;
}
    figure.inner-blog img{
            height: 170px;
    }
    section#aboutblog-section .single-about-blog-content {
        padding-top: 2em;
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px){
    div#ht-home-slider-section {
    padding: 30px 40px 30px 40px !important;
}
   
    .pattern-svg{
            width: 80% !important;;
    }
    div#ht-home-slider-section .owl-dots {
    display: none;
}
    div#ht-home-slider-section .owl-carousel .owl-nav button span{
        top: 30%;
    }
    div#ht-home-slider-section .owl-dots{
        bottom: 100px;
    }
    section#singlepost-news-slider figure.inner-blog img {
    height: 270px;
}
    figure.inner-blog img{
            height: 272px;
        }
    section#singlepost-news-slider{
        padding: 6em 0 3em 0 !important;
    }
    section#singlepost-news-slider .single-post {
    text-align: center;
    margin-bottom: 40px;
}

    section#bussiness-news-slider,
    section#finance-news-slider{
        padding: 5em 0 2em 0 !important;
    }
    section#treanding-news-slider{
         padding: 1em 0 2em 0 !important;
    }
    section#treanding-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#finance-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#technology-news-slider .owl-carousel .owl-nav button.owl-prev:before{
        left: -20px;
    }
    section#treanding-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#finance-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#technology-news-slider .owl-carousel .owl-nav button.owl-next:before{
        right: -20px;
    }
    section#articles-news-slider{
        padding: 5em 0 5em 0 !important;
    }
    .logobox {
        top: 10px !important;
    }
    div#instagram{
        padding: 2em 0em 6em 0 !important;
    }
    section#newsletter-section .news-social-bx{
        margin: 0 0%;
        margin-top: 1em;
    }
    section#aboutblog-section,
    section#newsletter-section
    {
        padding: 5em 0em 5em 0em !important;
    }
    section#aboutblog-section .single-about-blog-content {
        padding-top: 2em;
        padding-left: 1em;
        padding-right: 2em;
    }
    .responsive-logo{
        display: block;
    }
}
@media screen and (min-width: 320px) and (max-width: 475px){
    div#ht-home-slider-section {
    padding: 20px 20px 20px 20px !important;
}
        .ht-slide-caption{
        top: 50% !important;
    }
    div#ht-home-slider-section .owl-dots{
        display: none;
    }
    div#ht-home-slider-section .btn cite{
        font-size: 10px;
            padding: 7px 25px;
    }
    h1.ht-main-title{
        margin: 15px 0%;
    }
    .breadcrumbbox .button {
    margin: 0px 0%;
}
    figure.inner-blog img,
    section#singlepost-news-slider figure.inner-blog img {
    height: auto;
}
    section#treanding-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#finance-news-slider .owl-carousel .owl-nav button.owl-prev:before,
    section#technology-news-slider .owl-carousel .owl-nav button.owl-prev:before{
        left: -12px;
    }
    section#treanding-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#bussiness-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#finance-news-slider .owl-carousel .owl-nav button.owl-next:before,
    section#technology-news-slider .owl-carousel .owl-nav button.owl-next:before{
        right: -12px;
    }
    #instagram .item img{
        height: 340px;
    }
    .ht-appintment-member-wrap input[type="submit"]{
        font-size: 12px;
    }
    section#newsletter-section .ht-appintment-member-wrap {
        padding: 0 0%;
    }
    section#newsletter-section .contact-box{
        padding: 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px){

    .logobox {
        top: 17px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 320px){
    .ht-slide-cap-title {
    font-size: 14px;
    line-height: 19px;
}
    .mo-left .header-nav.show{
        width: 260px !important;
    }
}



/*========= svg ========*/
.pattern-svg{
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    left: 8%;
    top: 2%;
    width: 100%;
}
section.no-results.not-found input[type="text"] {
    margin-bottom: 1em;
}
section.no-results.not-found input[type="submit"]:hover {
    background: #f8b739;
}
div#content-box .entry-readmore a:hover {
    background: #f8b739;
}
div#content-box .entry-header .entry-title a {
    font-weight: 600;
}
/*========= svg ========*/
.woocommerce nav.woocommerce-pagination ul li a{
    color: #ffffff !important;
}

main#innerpage-box h2 {
    margin-bottom: 15px;
}
div#content-box .entry-readmore a {
    border-radius: 30px;
}
.entry-content {
    letter-spacing: 1px;
}
div#content-box .entry-header .entry-title a {
    font-size: 30px;
}
div#content-box .section__border{
    margin-top: 9px;
    margin-bottom: 9px;
}
body.post-type-archive-product .top-bar {
    border-bottom: 1px solid #e6e6e6 !important;
}
a.postimg-link {
    position: relative !important;
}