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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    text-decoration: :none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {

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

}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 17px;
    line-height: 1.6;
    /*font-family: 'Pontano Sans', sans-serif;*/
    font-weight: 400;
}

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

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

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

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

}

h4{
    font-size: 22px;
    margin-bottom: 10px;
}

h5{
    font-size: 20px;
    margin-bottom: 10px;
}

h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}


pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
   
}

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:visited {
    
}

a:hover{
    color: #2e2e2e;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#ht-colophon label.screen-reader-text {
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}

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

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



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

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

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

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

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

.widget-area ul ul li{
    padding-left: 10px;
}

.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.widget-area li{
    padding: 5px 0;
    line-height: normal;
}

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

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

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

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
div#secondary input[type="submit"] {
    width: 100%;
}

#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## 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"], #respond 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;
}

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

#comments{

}

h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}

.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}

#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments li.comment{
    margin: 0 0 20px;
}

#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}

.comment-list a{
    color: #404040;
}

.comment-list a:hover{
    color: #fe5722 !important;
}

.comment-list .comment-respond{
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
}

.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
}

.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}

.comment-list .edit-link a{
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}

.comment-list .comment-meta {
    margin-bottom: 15px;
} 

.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 14px;
}

.comment-list .comment-metadata a {
    float: left;
}

.comment-list .comment-metadata .reply {
    float: right;
}

#cancel-comment-reply-link {
    float: right;
}

.nav-previous a,
.nav-next a{
    background: #fe5722;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.nav-next a{
    margin-right: 13px;
}

.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}

.nav-previous a{
    margin-left: 11px;
}

.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments{
    color: #fe5722;
}

.pagination{
    text-align: center;
}

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

.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#ht-home-gallry-section{
    background-image: url(images/man-461195_1280.jpg);
    background-position: top;
    background-size: cover;
}
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.breadcrumbbox {
    padding:13px 0;
    color:#ee5636;
    border-bottom: 2px 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;
}
nav#ht-site-navigation ul ul li a:hover {
    background: none;
    border-radius: 0;
}

#ht-masthead ul.children li:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #3ab37e;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
#ht-masthead ul.children li:hover:before {
    left: 0;
}
#ht-masthead ul.children li {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#ht-masthead ul.children li a {
    transition: all 0.5s ease 0s;
}

#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: relative;
}
.ht-sticky-header #ht-masthead{
    position: fixed;
    left: 0;
    right: 0;
}

.ht-sticky-header #ht-masthead {
    z-index: 9999;
}
/*
.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: 40px 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
}
.error404 .ht-main-title {
    margin: 15px 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 15px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
}
h1.ht-site-title, p.ht-site-title {
    margin: 0 0 45px 20px;
}

.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: right; 
    margin: 0;
}
#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: none;
}
.single-productpage .innerpage-whitebox {
    margin-top: 20px;
} 
.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;
}
.taxonomy-description p:last-child,
.term-description p:last-child{
    margin-bottom: 0;
}
#ht-masthead .header-left {
    padding: 4px 0px;
    margin: 0 auto;
    clip-path: polygon(83% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
     webkit-clip-path: polygon(83% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #fff;
    position: relative;
    top: 35px;
}
.lower-header .header-social-links {
    margin: 20px 0;
}
#ht-masthead input[type="search"]::placeholder {
    color: #fff;
}


#ht-masthead .padding0.header-shape {
    float: right;
    text-align: right;
}
ul.themetext {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 12px 0;
    text-align: right;
}
#ht-masthead ul.themetext li {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
}
#ht-masthead ul.themetext li.mailto {
    padding-right: 35px;
}

#ht-masthead ul.themetext li span{
font-size: 16px;
font-weight: 400;
padding-right: 10px;
}
#ht-masthead li.header-emailicon a {
    font-size: 16px;
    font-weight: 400;
}
.lower-header {
    background: #e4b42c;
}
#ht-masthead .upper-header {
    padding: 0;
    border-bottom: 1px solid #e4e8eb;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
#facility-content-section .facility-post img {
    height: 190px;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 22%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    clip-path: polygon(0 0, 80% 0%, 100% 45%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
section#facility-content-section .featuredbox {
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
    padding: 25px 20px;
}
section#facility-content-section .featuredbox h5 {
    font-size: 24px;
}
.padding10 {
    padding: 10px;
}


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

.featured-img:hover:after{
    width: 100%;
}
.ht-site-title, .site-title {
    margin: 0;
}

section#skills-content-section .faclefttitle {
    font-size: 15px;
    
}
section#skills-content-section .facleftdecs {
    font-size: 15px;
}
section#skills-content-section .faclefttitle {
    font-size: 15px;
    padding: 25px 0;
        font-weight: normal;
}
section#skills-content-section .facleftdecs {
    font-size: 15px;
    padding: 5px 0 15px 0;
        font-weight: normal;
}

.skillssection-readmore a {
    border-radius: 2px;
    padding: 8px 00px;
    font-size: 14px;
    display: inline-block;
    color: #000;
   
}
h2.ht-section-title.lz-skills-heading {
    color: #2e2e2e;
    font-weight: 600;
}
h2.ht-section-title.lz-skills-heading span{
    font-weight: 800;
}
section#skills-content-section .skillssection-readmore a {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    color: #000;
    background: #ccc;
    margin-top: 25px;
}
.padding12 {
    padding: 12px 0px 5px 15px;
}
section#skills-content-section .skillsBox{
    padding: 30px 30px;
    text-align: center;
    background: #212121;
    position: relative;
    clip-path: polygon(0 0, 70% 0%, 100% 30%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);

}
section#skills-content-section .skillsBox:before{
    content: "";
    border-top: 0 solid #e4b42c;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
section#skills-content-section .skillsBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
section#skills-content-section .skillsBox:after{
    content: "";
    border-bottom: 0 solid #e4b42c;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
section#skills-content-section .skillsBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
section#skills-content-section .skillsBox .skills-icon{
   display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
section#skills-content-section .skillsBox .title{
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
section#skills-content-section .skillsBox:hover .title{ letter-spacing: 3px; }
section#skills-content-section .skillsBox .description{
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    margin: 0;
    font-weight: 600;
}
section#skills-content-section .skillsBox:hover .skills-icon {
    color: #e4b42c;
    border-color: #e4b42c;
}

section#skills-content-section .btn{
    border: none;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    background-image: linear-gradient(to top, #262626 0px, #404040 10px, #262626 10px, #333 100%);
}
section#skills-content-section .btn:hover{
    color: #fff;
}
section#skills-content-section .btn:after{
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease 0s;
}
section#skills-content-section .btn:hover:after{
    width: 100%;
}

section#skills-content-section .btn.red:after{
    background: #ff6e6e;
}


.padding13 {
    padding: 0px 9px 0px 12px;
}

section#ht-ourfeatured-us-section .details h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
section#ht-ourfeatured-us-section p {
    font-size: 15px;
    line-height: 25px;
    word-break: break-word;
}
section#ht-ourfeatured-us-section i.fa {
        font-size: 40px;
    position: relative;
    top: 6px;
}
section#ht-ourfeatured-us-section .details {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    padding: 30px 15px 55px 15px;
}

section#ht-ourfeatured-us-section img {
    width: 100%;
    /*height: 175px;*/
    clip-path: polygon(0 0, 70% 0%, 100% 40%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);
}
section#ht-ourfeatured-us-section .featured-icon i.fa {
        line-height: 65px;
    font-size: 40px;
}
section#ht-ourfeatured-us-section .featured-icon {
   background: #f1f1f1;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
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;
}

section#ht-ourfeatured-us-section .ourfeatured-post{ text-align: center; margin-bottom: 65px; }


section#ht-ourfeatured-us-section .ourfeatured-post .title{
   display: block;
    width: 190px;
    border-bottom: 1px solid transparent;
    margin: 0 auto 15px;
    position: relative;
    padding-bottom: 0px;
    word-break: break-word;
}
section#ht-ourfeatured-us-section .ourfeatured-post:hover .title{
 border-bottom: 1px solid #ccc;
}
section#ht-ourfeatured-us-section .ourfeatured-post .title:before,
section#ht-ourfeatured-us-section .ourfeatured-post .title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #175faa;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
    opacity: 0;
}
section#ht-ourfeatured-us-section .ourfeatured-post .title:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
section#ht-ourfeatured-us-section .ourfeatured-post:hover .title:before{ left: 100%; opacity: 1; }
section#ht-ourfeatured-us-section .ourfeatured-post:hover .title:after{ right: 100%; opacity: 1; }
section#ht-ourfeatured-us-section .ourfeatured-post:hover img {
    opacity: 0.6;
}
.ht-section-title span {
    font-weight: 700;
}

section#skills-content-section {
    background: #ffffff url(images/aboutbg.png) no-repeat bottom;
}
section#ht-ourfeatured-us-section {
    background: #ffffff url(images/featuebg.png) no-repeat bottom;
}
section#ht-ourfeatured-us-section .lightbox {
    padding: 5em 0 1em 0;
}

section#skills-content-section .dlab-separator[class*="style-"]:before {
    top: 25%;
    left: 6px;
    width: 80px;
    height: 15px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    right: 25px;
    margin: 0 auto;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}
section#skills-content-section .dlab-separator[class*="style-"]:after {
    top: 25%;
    left: 115px;
    height: 15px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    right: 17px;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}
section#skills-content-section i.fa {
    font-size: 40px;
    position: relative;
    top: 6px;
    left: 60px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

/*============ our process section ==============*/
#ourprocess-post-section h5.title {
        font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
}
#ourprocess-post-section .description {
    font-size: 15px;
    padding: 0 25px;
    color:#636363;
}

section#ourprocess-post-section .ourprocess-icon {
    text-align: center;
    border: 4px solid;
    height: 160px;
    width: 160px;
    margin: 0 auto;
    border-radius: 50%;
}
section#ourprocess-post-section i.fa.fa-arrow-right {
    position: absolute;
    top: 53px;
    right: 40px;
    font-size: 25px;
    background: #ccc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
#ourprocess-post-section{
    padding: 5em 0;
}

#ourprocess-post-section .details {
    text-align: center;
}

#ourprocess-post-section .ourprocess-num{
    text-align: center;
    line-height: 65px;
    position: relative;
    z-index: 0;
    margin: 35px auto;
}
.ourprocess-num span {
       font-size: 110px;
    line-height: 175px;
    color: #ffd85f;
}
#ourprocess-post-section .ourprocess-num, 
#ourprocess-post-section .ourprocess-num:before, 
#ourprocess-post-section .ourprocess-num:after {
       border-style: solid;
    border-width: 0px;
    border-top: none;
    border-bottom: none;
    height: 183px;
    width: 180px;
    border-radius: 30px;
    border-color: #000;
}

#ourprocess-post-section .ourprocess-num:after, 
#ourprocess-post-section .ourprocess-num:before {
        content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    border-radius: 16px;
}

#ourprocess-post-section .ourprocess-num:after{
    left: 0px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
}

#ourprocess-post-section .ourprocess-num:before {
    left: 0px;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.11);
}

#ourprocess-post-section .ourprocess-num:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-135deg);
}

#ourprocess-post-section .ourprocess-num:before {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-45deg);
}

#ourprocess-post-section .ourprocess-num {
    border-right: none;
    border-left: none;
}


#ourprocess-post-section .ourprocess-post:hover .ourprocess-num, 
#ourprocess-post-section .ourprocess-post:hover .ourprocess-num:before, 
#ourprocess-post-section .ourprocess-post:hover .ourprocess-num:after {
    background: #262742;
}


#ourprocess-post-section .ourprocess-numbox {
    overflow: hidden;
    position: relative;
}


#ourprocess-post-section .ourprocess-numbox:before {
    content: "";
    border-top: 0 solid #e4b42c;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#ourprocess-post-section .ourprocess-post:hover .ourprocess-numbox:before {
    border-top-width: 78px;
    border-right-width: 78px;
}
#ourprocess-post-section .ourprocess-numbox:after {
    content: "";
    border-bottom: 0 solid #e4b42c;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#ourprocess-post-section .ourprocess-post:hover .ourprocess-numbox:after {
    border-bottom-width: 78px;
    border-left-width: 78px;
}

section#ct-service-box .servicecontent-box {
    padding-left: 5px;
}
#ht-blog-section ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
#ht-blog-section ul li {
    display: inline-block;
    padding-right: 23px;
    position: relative;
    font-size: 15px;
}
#ht-blog-section .blogbox {
    margin-bottom: 1em;
    padding: 0 20px;
}


/*===========================================
## 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: 4em 0;
}
.padding0{
    padding: 0;
}
.ht-section-title-tagline{
    margin-bottom: 3.5em;   
    text-align: center;
}
.ht-section-title{
    font-size: 42px;
    font-weight: 700;
    color: #000;
       margin: 0 0 15px;
    position: relative
}

.titleborder:after {
    content: "";
    display: block;
    width: 85px;
    height: 1px;
    background: #003a75;
    margin: 0 auto;
    position: relative;
    top: 27px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.outerborder-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}

.outerborder-separator:before {
    left: 0px;
    top: 5px;
    width: 80px;
    height: 15px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 48%;
    border-width: 5px;
    border-style: solid;
    border-left: none;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #ffc22c;
}

.ht-section-subtitle{
    font-size: 40px;
    color: #124d31;
    font-weight: 600;
    line-height: 50px;
}
#ht-about-us-section .lz-about-subheading {
    color: #124d31;
}
#ht-about-us-section .ht-section-title-tagline{
    margin-bottom: 2em;   
    text-align: left;
}

.ht-section-title:last-child{
    margin-bottom: 0;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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: 0;
}
.ht-main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding: 35px 22px;
}
.ht-main-navigation ul ul li.current_page_item a:after {
    background: none;
}

.ht-main-navigation ul ul li a {
    border-right: none;
}

.ht-main-navigation li:last-child a {
     border-right: none;
}
.ht-main-navigation a:hover {
    
}
.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: 8px;
    margin-top: 4px;
    border: 3px solid #2d2d2d;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

.ht-sticky .ht-main-navigation ul ul{
    margin-top: 17px;
}
.ht-main-navigation .ht-menu > ul > li:last-child > ul{
    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: 8px 15px;
    font-size: 15px;
}
.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: #fed85d;
    border-radius: 0;
}
.ht-main-navigation .current_page_item > a:after {
    content: "";
    display: block;
      width: 100%;
    height: 30px;
    background: #fec22c;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
}
.ht-main-navigation .current_page_item > a:hover:after {
    display: none;
} 
nav#ht-site-navigation ul li a:hover{
    background: none;
} 


#ht-masthead .sf-arrows .sf-with-ul {
    padding-right: 1.9em;
}
.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 i, #ht-masthead .mailto i{
      padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
#ht-masthead .header-social-links span {
    color: #898989;
    font-size: 16px;
       padding: 18px 20px;
    border-left: 1px solid #898989;
    position: relative;
}
#ht-masthead .header-social-links {
    position: relative;
}
#ht-masthead .header-social-links a:first-child span {
    border-left:none;
}
#ht-masthead .header-social-links span:hover {
    color: #3ab37e;
}

.upper-header .header-social-links {
    padding: 0;
}
.lower-header .contact-border {
    text-align: right;
}
.contact-border .themetext {
    color: #fff;
}
.contact-border .themedata {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.ht-main-navigation li ul li a {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
#ht-site-navigation ul ul li a:hover {
    background: none;
    color: #000;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
#ht-site-navigation ul ul li a:before {
   content: "\f064";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
#ht-site-navigation ul ul li:hover > a:before {
    opacity: 1;
}

#ht-masthead .header-social-links span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    background: #ccc;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#ht-masthead .header-social-links span:hover:after {
    width: 100%;
}

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

/*Top Navigation */

.ht-main-navigation .ht-menu {
    float: right;
}
.header-top-theme #ht-site-navigation{
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.header-top-theme .ht-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.header-top-theme .ht-main-navigation li {
    float: left;
    position: relative;
    padding: 0px;
    top: 5px;
}
.header-top-theme .ht-main-navigation ul ul li {
    top: 0px;
}

.header-top-theme .ht-main-navigation a {
        display: block;
    text-decoration: none;
    color: #262841;
    font-size: 15px;
    line-height: 10px;
    padding: 0;
    font-weight: 500;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding: 0 15px;
    border-right: 1px solid #e3e3e3;
} 
.header-top-theme .ht-main-navigation ul ul li a {
     border-right: none;
}
.header-top-theme .ht-main-navigation li:last-child a  {
      border-right: none;
}

.header-top-theme .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: 8px;
    margin-top: 4px;
    border-top: 2px solid #2d2d2d;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.ht-sticky .header-top-theme .ht-main-navigation ul ul{
    margin-top: 17px;
}
.header-top-theme .ht-main-navigation .ht-menu > ul > li:last-child > ul{
    right: 0;
}
.header-top-theme .ht-main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 8px;
    border-top: 0;
}
.ht-sticky .header-top-theme .ht-main-navigation ul ul ul{
    margin-top: 0
}
.header-top-theme .ht-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 14px;
}
.header-top-theme .ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 0px;
}
.header-top-theme .ht-main-navigation ul ul li:last-child{
    margin-bottom: 0;
}

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

.page-template-home-template .header-top-theme .ht-main-navigation .current_page_ancestor > a,
.home.blog .header-top-theme .ht-main-navigation .current_page_item > a,
.home.blog .header-top-theme .ht-main-navigation .current-menu-item > a,
.home.blog .header-top-theme .ht-main-navigation .current_page_ancestor > a{
    background: none;
    color: inherit;
}
.header-top-theme .ht-main-navigation li:hover > a,
.page-template-home-template .header-top-theme .ht-main-navigation li:hover > a,
.home.blog .header-top-theme .ht-main-navigation li:hover > a,
.header-top-theme .ht-main-navigation .current_page_item > a,
.header-top-theme .ht-main-navigation .current-menu-item > a,
.header-top-theme .ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .header-top-theme .ht-main-navigation .current > a,
.home.blog .header-top-theme .ht-main-navigation .current > a {    
}
.header-top-theme .ht-main-navigation ul ul li a:hover{
}
.header-top-theme .ht-main-navigation li.current_page_item a {
    color: #ac8e50;
    border-radius: 0;
}
.header-top-theme .ht-main-navigation ul li ul li.current_page_item a{
color: #fff;
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
.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: #023375;
    opacity: 0.90;
}
.ht-slide-overlayphone{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #023375;
    opacity: 0.90;
    display: none;
}

.ht-slide-caption{
    position: absolute;
    top: 50%;
    left: 42%;
    width: 495px;
    margin-left: -513px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3.5em 0em;
    text-align: left;
}

.ht-slide-cap-title{
    margin-bottom: 20px;
    font-size: 80px;
    text-shadow: 0 4px 4px rgba(0,0,0,.2);
    font-weight: bold;
    line-height: 90px;
}
.ht-slide-cap-title span{
    color: #ffc12c;
}

.slider-highlight {
    color: #64fbf6;
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
}
.ht-slide-cap-desc {
    color: #fff;
    padding: 0;
       margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.ht-slide img {
    width: 100%;
    height: 100%;
}

.sliderimg {
     width: 780px;
    position: relative;
    top: 50px;
    left: 46%;
  /*  height: 495px;*/
    padding: 0 5px 0 5px;
    background-clip: content-box;
    display: inline-block;
}
/*----------------------------------------------*/
.sliderbtn .ht-slide-cap-descmore {
    background: none;
       margin: 25px 0 0;
    display: inline-block;
}
.sliderbtn .ht-slide-cap-descmore:hover, .sliderbtn .ht-slide-cap-descmore:focus, .sliderbtn .ht-slide-cap-descmore:active {
    color: white;
}
.sliderbtn .ht-slide-cap-descmore a {
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    background: none;
    position: relative;
}
.sliderbtn .ht-slide-cap-descmore a i {
    color: #fff;
    font-size: 40px;
    padding: 20px 25px;
    border-radius: 50%;
        margin: 0;
    margin-right: 15px;
    vertical-align: middle;
}

.ht-slide-cap-descmore .hi-icon {
    color: #eea303;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    border: 3px solid transparent;
}

.ht-slide-cap-descmore a:hover .hi-icon {
    border: 3px solid #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.ht-slide-cap-descmore a .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.ht-slide-cap-descmore a .fa.hi-icon{
   line-height: 50px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.ht-slide-cap-descmore a .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ht-slide-cap-descmore .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.ht-slide-cap-descmore a:hover .hi-icon{
    color: #fff;
}

.ht-slide-cap-descmore a:hover .hi-icon:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

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

.ht-slide-cap-title span{
    display: inline-block;
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 70px;
    width: 50px;
    margin-top: -35px;
    opacity: 0.6;
}

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

#ht-home-slider-section .bx-wrapper .bx-prev{
    background: url(images/prev.png) no-repeat center rgba(0,0,0,0.3);
    left: 0;
}

#ht-home-slider-section .bx-wrapper .bx-next{
    background: url(images/next.png) no-repeat center rgba(0,0,0,0.3);
    right: 0;
}


/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section ul li:before {
   content: "\f101";
    font-family: 'Fontawesome';
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}
#ht-about-us-section {
    padding: 5em 0 6em;
}
#ht-about-us-section .about-box{
    padding-right: 4em;
}
#ht-about-us-section .about-box-text {
    font-size: 17px;
    font-style: italic;
    color: #a1a1a1;
    font-weight: 600;
    margin-bottom: 10px;
}


#ht-about-us-section .aboutbox-img img {
  width: 500px;
    height: 500px;
    border-radius: 50%;
}

#ht-about-us-section .overlay {
   width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    opacity: 1;
    padding: 0 0 5em;
}
#ht-about-us-section .row.aboutcontent {
    margin: 0 3em;
}
h5.lz-about-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #697c80;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-about-us-section .about-box-title {
    font-size: 25px;
    color: #fff;
}
#ht-about-us-section .ht-content.lz-about-text {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
}

#ht-about-us-section .titleborder:after {
    margin: 0;
}
#ht-about-us-section .lz-about-subheading {
    font-size: 16px;
    margin-bottom: 2em;
    font-weight: 400;
}
#ht-about-us-section .ht-content ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
}
#ht-about-us-section .ht-content ol li {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
    padding-top: 10px;
    font-weight: 500;
}

#ht-about-us-section .ht-content ol li:before {
       content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#ht-about-us-section .ht-content ol li:hover:before{
    transform: scale(1.2);
}


#ht-about-us-section .aboutbox-img {
    position: relative;

}

#ht-about-us-section .aboutbox-img img{
    position: relative;
    z-index: 1;
}




#ht-about-us-section .aboutbox-img {
    text-align: center;
    position: relative;
}
#ht-about-us-section .aboutbox-img .secondry-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#ht-about-us-section .aboutbox-img .spinner {
        width: 530px;
    height: 530px;
    border: 20px solid #0e2052;
    border-right-color: #ffc22c;
    border-bottom-color: #ffc22c;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin: 0 auto 30px;
}
#ht-about-us-section .aboutbox-img:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
   width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
}


#ht-about-us-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-about-us-section ul li {
	margin: 10px 0;
    font-size: 16px;
}
.ht-about-sec, .ht-text-block-sec{
    width: 54%;
    padding-right: 30px;
}
.ht-about-sec h2{
    text-align: left;
    width: auto;
}
.ht-progress{
    margin-bottom: 20px;
}
.ht-progress:last-child{
    margin-bottom: 0;
}
.ht-progress h6{
    font-weight: 300;
    margin-bottom: 5px;
}
.ht-progress-bar-sec{
    margin-top: 30px;
}
.ht-progress-bar{
    height: 8px;
    width: 100%;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    background: #f6f6f6
}
.ht-progress-bar-length{
    background: #fe5722;
    height: 100%;
    text-align: right;
    padding-right: 20px;
}
.ht-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}
.ht-left-image, .ht-right-image{width:45%;padding-right: 30px;display: inline-block;}
.ht-left-image{padding-right: 30px;padding-left: 0px;}
.ht-text-block-sec{padding:0px;padding-left:30px;display: inline-block;vertical-align: top}
.ht-text-block-sec h2.ht-section-title{margin: 0 auto 15px auto;width: 100%}\


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

}

/*--------------------------------------------------------------
## our Featured Section
--------------------------------------------------------------*/

#featured-content-section .overlay {
    background-color: #0e345b;
    width: 100%;
    height: 100%;
    z-index: 11;
    position: relative;
    opacity: 0.92;
    padding: 5em 0;
}
#featured-content-section .featured-post{
    background: #fff;
    padding: 3em 3.5em;
    margin-bottom: 45px;
    border-radius: 10px;
    position: relative;
     z-index: 1;
}
#featured-content-section .facspace {
    padding: 0 1.3em;
}
#featured-content-section .featured-post::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffc22c;
    border-radius: 7px;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}

#featured-content-section .featured-post:hover::before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}


#featured-content-section .featured-icon {
    position: relative;
}
#featured-content-section .featured-icon  span {
    font-size: 65px;
    position: absolute;
    top: 18px;
    left: 28px;
    color: #fbc63d;
}


#featured-content-section .triangle {
    position: relative;
    background-color: #fff;
    text-align: left;
}
#featured-content-section .triangle:before,
#featured-content-section .triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
#featured-content-section .triangle,
#featured-content-section .triangle:before,
#featured-content-section .triangle:after {
    width: 4.5em;
    height: 4.5em;
    border-top-right-radius: 60% 60px;
    border: 3px solid #fec22c;
    border-bottom: transparent;
    border-left: transparent;
}

#featured-content-section .triangle {
       transform: rotate(-110deg) skewX(-30deg) scale(1,0.866);
}
#featured-content-section .triangle:before {
       transform: rotate(-135deg) skewX(-45deg) scale(1.414,0.707) translate(4%,-47%);
}
#featured-content-section .triangle:after {
       transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(47%);
}

#featured-content-section .featured-post:hover .triangle,
#featured-content-section .featured-post:hover .triangle:before,
#featured-content-section .featured-post:hover .triangle:after {
    border: 3px solid #313649;
     border-bottom: transparent;
    border-left: transparent;
}
#featured-content-section .featured-post:hover .triangle {
    background-color: #fec22c;
}
#featured-content-section .featured-post:hover .featured-icon  span {
    color: #0f1f53;
}
#featured-content-section .featured-post h5 {
    margin-top: 70px;
    font-size: 22px;
    font-weight: 700;
        margin-bottom: 20px;
    color: #0f1f53;
}
#featured-content-section .featured-post .description {
    font-size: 14px;
    color: #8f99a4;
}
#featured-content-section .featured-post:hover h5{
    color: #0f1f53
}
#featured-content-section .featured-post:hover .description {
    color: #263465;
}

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

.ht-section-title-tagline .section__border {
       display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffe5a5;
    width: 90px;
    margin-top: 18px;
    margin-bottom: 18px;
    opacity: 1;
}
.ht-section-title-tagline .section__border:after {
     content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fec22c;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


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

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

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

#ct-service-box .serviceBox{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative; overflow:hidden; text-align: center;}
#ct-service-box .serviceBox .box-content,.serviceBox:after,.serviceBox:before{position:absolute;left:7%;right:7%;transition:all .3s}
#ct-service-box .serviceBox:after, #ct-service-box .serviceBox:before{content:'';display:block;background:none;top:10%;bottom:10%;z-index:1;transform:scale(0,1);left: 12%;right: 12%;}
#ct-service-box .serviceBox:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
#ct-service-box .serviceBox:hover:after, #ct-service-box .serviceBox:hover:before{transform:scale(1);animation:animate 1.5s}
#ct-service-box .serviceBox img{width:100%;height:auto;transition:all .3s}
#ct-service-box .serviceBox:hover img{transform:scale(1.2);}
#ct-service-box .serviceBox .box-content{padding: 6em 10px;top:10%;bottom:10%;opacity:0;z-index:2;left: 12%;right: 12%;}
#ct-service-box .col-md-6.col-sm-6.serbox .serviceBox .box-content{padding: 14em 10px;}
#ct-service-box .col-md-12.col-sm-12.serbox .serviceBox .box-content{padding: 25em 10px;}
#ct-service-box .col-md-4.col-sm-6.serbox .serviceBox .box-content{padding: 9em 10px;}


#ct-service-box .serviceBox:hover .box-content{    
    opacity: 0.8;
    transition: all .3s;
}
#ct-service-box .serviceBox .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}
#ct-service-box .serviceBox .icon{padding:0;margin:0;list-style:none}
#ct-service-box .serviceBox .icon li{display:inline-block;margin:0 10px 0 0}
#ct-service-box .serviceBox .icon li a{    
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #0d1f51;
    background: #fff;
    transition: all .5s;
    font-size: 20px;
    border-radius: 5px;
}
#ct-service-box .serviceBox .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
@media only screen and (max-width:990px){
   #ct-service-box .serviceBox{
    margin-bottom:30px
}

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

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

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


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


.woocommerce a.button:hover {
    background:#171717;
}
.woocommerce ul.products li.product:hover .button:hover {
    border:1px solid #171717;
    background:#171717;
}
.featured-product a {
    font-size: 15px;
    text-transform: uppercase;
}
.add-to-cart a {
    color: #fff;
}
#recent-porduct {
    border: 1px solid #ccc;
}
.total-product-title-wrap {
    text-align: center;
    background-color: #fff;
    border-top: none;
    margin-top: -15px;
    padding: 10px 0px 10px 0px;
    color: #000;
}
.featured-product {
    margin-bottom: 30px;
}
.pro-img img {
   height: 230px;
    width: 100%;
    border: 5px solid #f1f0f0;
}
.pro-img img:hover {
}
@media screen and (min-width: 769px) {
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

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

/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section{
    position: relative;
    padding: 40px 0;
    background: #F5F5F5;
}
.ht-service-left-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 50%;
}
.ht-service-posts{
    float: left;
    width: 50%;
    padding-right: 40px;
}
.ht-service-post-wrap{
    position: relative;
}
.ht-service-post-wrap:after{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fe5722;
}
.ht-service-posts .ht-section-title-tagline{
    text-align: left;
    margin-bottom: 21px;
}
.ht-service-posts .ht-section-title{
    width: auto;
}
.ht-service-posts .ht-section-tagline{
    width: auto;
}
.ht-service-post{
    margin-bottom: 25px;
    position: relative;
    z-index: 99;
}
.ht-service-post:last-child{
    margin-bottom: 0
}
.ht-service-icon{
    float: left;
    font-size: 18px;
    background: #fe5722;
    width: 50px;
    text-align: center;
    color: #FFF;
    line-height: 50px;
    cursor: pointer;
    border-radius: 50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.ht-active .ht-service-icon{
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #fe5722;
}
.ht-service-excerpt{
    padding-left: 65px;
}
.ht-service-text{
    display: none;
}
.ht-service-excerpt h5{
    margin: 15px 0 6px;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#innerpage-box .team-member-designation {
    color: #9bb70d;
    font-size: 16px;
    padding-top: 10px;
    text-transform: capitalize;
}
#innerpage-box .ht-team-social-id a i{
    color:#777;
}
#ht-team-section .team-member-designation {
   color: #888;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}
#innerpage-box  .team-member-designation {
    color: #888;
}

#ht-team-section .ht-section-title-tagline {
    margin-top: 2em;
    text-align: left;
    margin-bottom: 2em;
}
#ht-team-section .titleborder:after {
    margin: 0;
}

#ht-team-section {
    padding: 5em 0;
    border-top: 1px solid #e4e9ef;
}
#ht-team-section .innerteampagebox {
    display: none;
}
#ht-team-section .ht-section-text.lz-team-text {
    font-size: 16px;
}

#ht-team-section .ht-team-member-image{
   text-align: center;
    overflow: hidden;
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto;
}
#ht-team-section .ht-team-member-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#ht-team-section .teambox {
    margin-left: 3em;
}

#ht-team-section .team-box {
    padding: 1.3em 0.5em;
}
#ht-team-section .team-box h6 {
    color: #124d31;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
#ht-team-section .ht-team-member:hover .team-box h6{
    letter-spacing: 1px;
}
#ht-team-section .team-member-designation {
    color: #6c877e;
    font-size: 15px;
}
#ht-team-section .ht-team-social-id {
    background: none;
       padding: 20px 0;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 100%;
    top: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    transition: 420ms;
    margin-top: 0px;
    letter-spacing: 1px;
}
#ht-team-section .ht-team-member:hover .ht-team-social-id {
    opacity: 1;
    transition: 420ms;
    -ms-transform: translateY(-150%);
    transform: translateY(-140%);
    top: 60%;
    box-shadow: 2px 2px 2px 0px rgba(229,229,229,1);
    border-radius: 5px;
}
#ht-team-section .ht-team-imgoverlay {
    width: 100%;
    height: 100%;
    background: #0e2052;
    padding-top: 35%;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
    border-radius: 50%;
}
#ht-team-section .ht-team-member:hover .ht-team-imgoverlay {
    opacity: 0.4;
}

#ht-team-section .ht-team-social-id li {
    display: inline-block;
}
#ht-team-section .ht-team-member:hover .ht-team-social-id{
    background: #ff9125;
}
#ht-team-section .ht-team-social-id a {
       color: transparent;
    margin: 0 5px;
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
        position: relative;
    top: -19px;
}
#ht-team-section .ht-team-member .ht-team-social-id a:hover{
    color: #12432d;
}

#ht-team-section .owl-carousel .owl-nav {
    position: relative;
    left: 0%;
}
#ht-team-section .owl-carousel .owl-nav button.owl-next, #ht-team-section .owl-carousel .owl-nav button.owl-prev{
        padding: 4px 5px !important;
}
#ht-team-section .owl-carousel .owl-nav button.owl-next:before, #ht-team-section .owl-carousel .owl-nav button.owl-prev:before{
    border: 2px solid #0f1f52;
    padding: 0px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    color: #000;
}

#ht-team-section .owl-carousel .owl-nav button.owl-next:hover:before, 
#ht-team-section .owl-carousel .owl-nav button.owl-prev:hover:before {
    color:#aaabaa;
    border: 2px solid #aaabaa;
}

#ht-team-section .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
}

#ht-team-section .owl-carousel .owl-nav button.owl-prev:before{
     content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
}

#ht-team-section .owl-carousel .owl-nav button.owl-prev span,
#ht-team-section .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}

#ht-team-section .owl-theme .owl-nav .disabled {
     opacity:1; 
    cursor: default;
}
#ht-team-section .owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
}


#ht-team-section .owl-theme .owl-dots{
    display: none;
}

#ht-team-section .item.col-md-4 {
    width: 100%;
}





/*--------------------------------------------------------------
## Inner team page
--------------------------------------------------------------*/
#innerpage-box #content-box .ht-team-member {
    display: none;
}

#innerpage-box #content-box .innerteampagebox{position:relative; overflow:hidden;margin-bottom: 30px;}
#innerpage-box #content-box .innerteampagebox:after,
#innerpage-box #content-box .innerteampagebox:before{position:absolute;content:""}
#innerpage-box #content-box .innerteampagebox:before{width:80%;height:220%;background:#ffc22c;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
#innerpage-box #content-box .innerteampagebox:hover:before{left:10%}
#innerpage-box #content-box .innerteampagebox:after{width:55%;height:175%;background-color:#111e53;bottom:-1000%;left:53%;transform:rotate(-33deg);transform-origin:center bottom 0;transition:all .8s ease 0s}
#innerpage-box #content-box .innerteampagebox .box-content,
#innerpage-box #content-box .innerteampagebox .ht-team-social-id{width:100%;padding:0 20px;position:absolute;left:0;z-index:2;transition:all 1.1s ease 0s}
#innerpage-box #content-box .innerteampagebox:hover:after{bottom:-70%}
#innerpage-box #content-box .innerteampagebox img{width:100%;height:auto}
#innerpage-box #content-box .innerteampagebox .box-content{top:-100%;color:#fff}
#innerpage-box #content-box .innerteampagebox:hover .box-content{top:30px}
#innerpage-box #content-box .innerteampagebox .title{font-size:24px;margin:0;font-weight: 600;color: #fff;}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a,
#innerpage-box #content-box .innerteampagebox .team-member-designation{display:inline-block;font-size:14px}
#innerpage-box #content-box .innerteampagebox .team-member-designation{    
    margin-top: 0;
    color: #0e1e51;
    font-size: 17px;
}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id{list-style:none;margin:0;bottom:-100%}
#innerpage-box #content-box .innerteampagebox:hover .ht-team-social-id{bottom:25px}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li{display:inline-block}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a:hover{background:#fff;color:#ff402a}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a i {
    color: #fff;
}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a:hover i {
    color: #ffc22c;
}

@media only screen and (max-width:990px){#innerpage-box #content-box .innerteampagebox{margin-bottom:30px}
}
@media only screen and (max-width:479px){#innerpage-box #content-box .innerteampagebox .title{font-size:20px}
}
#innerpage-box #content-box ul.ht-team-social-id li:before {
    display: none;
}


/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
/* =========== Counter Section =============== */
#counter-section {
    padding: 4em 0 2em;
    background: #f4f8fb;
}

#counter-section .counternum {
      font-size: 54px;
    color: #0d1f51;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

#counter-section .counterBox div.title {
     font-size: 20px;
    color: #0e1e51;
    font-weight: 800;
    padding: 0;
    margin: 60px 0 15px;
    transition: all 0.3s ease 0s;
    text-align: center;
}
#counter-section .counterBox:hover div.title{
    letter-spacing: 1px;
}

#counter-section .counterBox {
    margin: 3em 0;
}


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

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

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

#counter-section .counter-icon {
    position: relative;
}
#counter-section .counter-icon  span {
    font-size: 65px;
    position: absolute;
    top: 18px;
    left: 35%;
    color: #fff;
}

#counter-section .triangle {
    position: relative;
    background-color: #fec22c;
    left: 25%;
}

#counter-section .col-md-12.col-sm-12 .triangle {
    left: 36%;
}
#counter-section .col-md-12.col-sm-12 .counter-icon span {
    left: 41%;
}

#counter-section .triangle:before,
#counter-section .triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
#counter-section .triangle,
#counter-section .triangle:before,
#counter-section .triangle:after {
    width: 4.5em;
    height: 4.5em;
    border-top-right-radius: 60% 60px;
    border: 3px solid #fec22c;
    border-bottom: transparent;
    border-left: transparent;
}

#counter-section .triangle {
       transform: rotate(-110deg) skewX(-30deg) scale(1,0.866);
}
#counter-section .triangle:before {
       transform: rotate(-135deg) skewX(-45deg) scale(1.414,0.707) translate(4%,-47%);
}
#counter-section .triangle:after {
       transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(47%);
}

#counter-section .counterBox:hover .triangle,
#counter-section .counterBox:hover .triangle:before,
#counter-section .counterBox:hover .triangle:after {
    border: 3px solid #313649;
     border-bottom: transparent;
    border-left: transparent;
}
#counter-section .counterBox:hover .triangle {
    background-color: #313649;
}
#counter-section .counterBox:hover .counter-icon  span {
    color: #fff;
}



/*--------------------------------------------------------------
##inner page content
--------------------------------------------------------------*/
.page-template-default #innerpage-box #content-box p, .page-template #innerpage-box #content-box p {
    font-size: 16px;
}

#content-box ul li, #content-box ol li {
    font-size: 16px;
}
/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img{
    padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#testimonials-section .ht-section-title-tagline {
    text-align: left;
}
.testefferct i {
    color: #fff;
    background: #7e7e7e;
    border-radius: 50%;
    padding: 20px 22px;
    font-size: 40px;
}
.testefferct {
    position: relative;
    top: 20px;
    left: -40px;
}

.test-content {
    padding: 0 3em 0 0.5em;
    font-size: 16px;
    color: #747474;
}
#testimonials-section .test-contentbox h6 {
   margin: 10px 0 0 0;
    color: #252642;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 0.5em;
}



#testimonials-section #quote-carousel .carousel-indicators li {
    width: 10px;
    height: 8px;
    margin: 3px;
    cursor: pointer;
    border: 4px solid #fff;
    border-radius: 0;
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s;
    background: #fff;
}

#testimonials-section #quote-carousel .carousel-indicators .active {
      background: #ffc22c;
    width: 25px;
    height: 8px;
    border-color: #ffc22c;
    opacity: 1;
    overflow: hidden;
}
#testimonials-section #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
    display: block; 
}
#testimonials-section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #04457f;
    opacity: 0.87;
}
#testimonials-section .sectionspace{
    padding: 3em 3em 5em 7em;
}

#testimonials-section .testi-icon {
        position: relative;
    text-align: right;
}
#testimonials-section .testi-icon i {
    color: #ffc22c;
      font-size: 110px;
}
#testimonials-section .team-thumb {
       padding: 0;
    margin: 0 0 45px 0;
}

#testimonials-section img{
        width: 250px;
    height: 165px;
    border-radius: 0;
    transition-property: background, border-radius;
    transition-duration: 1s;
    transition-timing-function: linear;
}
#testimonials-section .testimonial-content-box:hover img {
    border-radius: 20% 20% 0 0;
}

#testimonials-section .testimonial-content {
    color: #f0f2f6;
    font-size: 16px;
    font-style: italic;
    padding: 0 50px;
}
#testimonials-section h6 {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

#testimonials-section span.designation-text {
    font-size: 14px;
    color: #fbfcfd;
        padding-left: 10px;
}
#testimonials-section .carousel-indicators {
    left: 7%;
}
#testimonials-section .testimonial-content-box {
    margin-bottom: 1em;
}

#testimonials-section .testimonial-content-box .team-thumb:before, 
#testimonials-section .testimonial-content-box .team-thumb:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffc22c;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
    opacity: 0;
}
#testimonials-section .testimonial-content-box:hover .team-thumb:after {
    right: 93%;
    opacity: 1;
}
#testimonials-section .testimonial-content-box .team-thumb:before {
    left: 50%;
    margin: 0 0 0 -5px;
}
#testimonials-section .testimonial-content-box:hover .team-thumb:before {
    left: 93%;
    opacity: 1;
}

#testimonials-section .titleborder:after {
    margin: 0;
}

/* =========== testimonial page =============== */
main#innerpage-box .test-member-designation {
    font-size: 15px;
    padding-top: 5px;
}

#innerpage-box .testimonial-content-box img {
    padding: 10px;
    background: #06154b;
    width: 270px;
    height: 270px;
}


#innerpage-box .testimonial-content {
    background: #ffc334;
    color: #fff;
    position: relative;
    left: -55px;
    top: 55px;
    padding: 35px 35px;
    border: 10px solid #06154b;
        font-size: 16px;

}
.page-template-default #innerpage-box #content-box .testimonial-content-box h6 {
    font-size: 18px;
    padding: 10px 0 0 15px;
    font-weight: 500;
    color: #ffc335;
}
#innerpage-box .testimonial-content-box {
    border-right: 10px solid #06154b;
    margin: 20px;
    border-radius: 10px;
}
#innerpage-box .testimonial-content-box h6 span {
    color: #06154b;
}
#innerpage-box .testimonial-content-box:hover h6 span{
    color:#ffc334 ;
}
.page-template-default #innerpage-box #content-box .testimonial-content-box:hover h6{
    color:#06154b ;
}

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

section#testimonials-box h2.title:before {
       content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 25px;
    color: #f9c12c;
    background: none;
    position: absolute;
    left: -47px;
    padding: 13px;
    top: 0px;
    text-align: center;
    margin: 0 auto;
}
section#testimonials-box .owl-theme .owl-nav {
    margin-top: 0;
}
section#testimonials-box .owl-dots {
    display: none;
}
section#testimonials-box .owl-nav button.owl-prev span {
       position: absolute;
    left: -60px;
    top: 50%;
    font-size: 38px;
    color: #fff;
    background: #7d7d7d;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 37px;
}
section#testimonials-box .owl-nav button.owl-next span {
   position: absolute;
    right: -60px;
    top: 50%;
    font-size: 40px;
    color: #fff;
    background: #7d7d7d;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 2000;
    line-height: 37px;
}
section#testimonials-box .test-member-designation {
    font-size: 15px;
    padding-top: 5px;
}
section#testimonials-box h2.title {
   margin: 0;
    font-size: 19px;
    font-weight: 600;
    padding-top: 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -webkit-inline-box;
}
section#testimonials-box p {
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
}
section#testimonials-box .ht-section-title-tagline {
    margin-bottom: 0;
}
section#testimonials-box figcaption {
    background: #ffffff;
    padding: 75px 45px 45px 55px;
    clip-path: polygon(0 0, 87% 0%, 100% 40%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);
}
.our-testimonial{
    overflow: hidden;
    position: relative;
}
.our-testimonial .pic{
    display: inline-block;
    width: 198px;
    z-index: 1;
    position: relative;
    top: 50px;
}
.our-testimonial .pic:after{
   content: "";
    width: 47%;
    height: 102%;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: -1px;
    left: 53px;
    z-index: -1;
}
.our-testimonial .pic img{
   width: 203px;
    height: 170px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-testimonial:hover .pic img{
    box-shadow: 0 0 0 14px #3d3f4082;
    transform: scale(0.7);
}

section#testimonials-box i.fa {
    font-size: 40px;
    position: relative;
    top: 10px;
}
section#testimonials-box .overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.7);
}
section#testimonials-box img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.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;
    /*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;
}
#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;
}
#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: -30px;
    margin-right: -19px;
    display: none;
}
#quote-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    /* margin: 5px; */
    cursor: pointer;
    /* border: 4px solid #CCC; */
    border-radius: 50px;
    /* opacity: 0.4; */
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 12px;
    height: 12px;
    /* border-radius: 100px; */
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
/*carousel-inner {
    min-height: 170px;
    border-radius: 10px;
   /* padding: 20px 0;
}*/
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.test-box {
    background: #fff;
    padding: 20px 30px 40px 70px;
}
   .test-box:before {
       pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.80) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }
.test-box:hover:before, .test-box:focus:before, .test-box:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.test-quote i {
    font-size: 25px;
    color: #facaca;
}
/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */

main#innerpage-box .page-testimonial-box{
    margin-bottom: 30px;
    margin-bottom: 30px;
    border: 2px solid #000;
    padding: 20px;
    border-radius: 10px;
}
/* --------------------------------- */
/* Gallery Page */
/* --------------------------------- */

#innerpage-box #content-box ul.gallery-icon-container li:before {
    display: none;
}

#innerpage-box #content-box .lz-gallery-images {
    float: left;
    position: relative;
    cursor: default;
}
#innerpage-box #content-box .lz-gallery-images, .lz-gallery-images h2 {
    text-align: center;
}
#innerpage-box #content-box .lz-gallery-images, .lz-gallery-images .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#innerpage-box #content-box .lz-gallery-images img {
        display: block;
    position: relative;
    max-width: 100%;
    height: 275px;
    width: 100%;
}
#innerpage-box #content-box .lz-gallery-images .overlay {
    position: absolute;
    top: 0;
    left: 0;
}
#innerpage-box #content-box .lz-gallery-images, .lz-gallery-images .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#innerpage-box #content-box .lz-gallery-images:hover {
    border-radius: 10px;
}

#innerpage-box #content-box .innergallery .overlay::before, .innergallery h2, 
#innerpage-box #content-box .innergallery .gallery-icon-container {
    position: absolute;
    left: 50%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
        content: '';
}
#innerpage-box #content-box .innergallery .overlay::before {
    top: 50%;
       width: 100px;
    height: 100px;
    border: 4px solid #fff;
    opacity: 0;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
#innerpage-box #content-box .innergallery:hover .overlay::before {
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
}
#innerpage-box #content-box .innergallery .gallery-icon-container{
    background-color: transparent;
    margin: 0;
}
#innerpage-box #content-box .innergallery .gallery-icon-container{
    text-transform: none;
    font-size: 15px;
    line-height: 2;
}
#innerpage-box #content-box .innergallery .overlay::before,
#innerpage-box #content-box .innergallery .gallery-icon-container {
    position: absolute;
    left: 50%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    border-radius: 50%;
}
#innerpage-box #content-box .innergallery .gallery-icon-container{
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
#innerpage-box #content-box .innergallery .gallery-icon-container {
    transition: opacity .35s,transform .35s;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    padding: 0;
}
#innerpage-box #content-box .innergallery .gallery-icon-container  li{
    font-size:26px;
}
#innerpage-box #content-box .innergallery .gallery-icon-container {
    width: 20%;
}
#innerpage-box #content-box .innergallery .gallery-icon-container .gallery-light-box {
    color: #fff;
}
#innerpage-box #content-box .innergallery .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
#innerpage-box #content-box .innergallery .gallery-light-box i {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    padding: 0 5px;
}
#innerpage-box #content-box .innergallery .gallery-icon-container .gallery-light-box:first-child i {
    -webkit-transform: translate3d(-60px,-60px,0);
    transform: translate3d(-60px,-60px,0);
}
#innerpage-box #content-box .innergallery:hover .gallery-icon-container i:empty {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
/*============== gallery ==============*/

/*============== faqs ==================*/
#innerpage-box div#content-box .faq {
    margin: 0 5%;
}
main#innerpage-box h6.faq-title {
     color: #2e2e2e;
    padding: 12px 50px;
    margin: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    background: #ffc22c;
    font-weight: 500;
}
.faq-description.active {
    padding: 0px 20px;
    margin: 0;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
    background: #051549;
}
.page-template-default #innerpage-box #content-box  .faq-description.active p {
    color: #fff;
}

main#innerpage-box .faq-content.padding0 {
    margin-bottom: 25px;

}

main#innerpage-box .faq-content.padding0 img {
    height: 150px;
    width: 150px;
    border-radius: 25px;
    border: 5px solid #f9c12c;
    
}

main#innerpage-box .faq-content.padding0 p {
       color: #ffffff;
    font-size: 15px;
    padding: 10px 00px 0px 0px;
    letter-spacing: 1px;
}
#innerpage-box .innerfaq {
    text-align: left;
}
main#innerpage-box .innerfaqcontent {
    /*width: 100%;
    text-align: left;*/
}

main#innerpage-box h6.faq-title:before {
   content: "\f013";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 52px;
    border-radius: 50%;
    background: #ffc22c;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border: 4px solid #051549;
    position: absolute;
    top: -5px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
section#inner-blog-section h2.title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 10px 0;
}
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: 5px 20px 10px 20px;
    background: #2e2e2e;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
}
section#inner-blog-section .post-content {
    padding-top: 20px;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#ht-blog-section {
    padding: 5em 0 6em;
    background: #e9f0f6;
}
#ht-blog-section .blogcomplebox {
    padding: 40px;
    background: #fff;
        border-radius: 5px;
}
h5.lz-blog-heading-bgtext {
    font-size: 105px;
    font-weight: 800;
    color: #ececec;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-blog-section .lz-blog-Post-heading {
    border-color: #fc226a;
    color: #fc226a;
    position: relative;
    z-index: 2000;
}
#ht-blog-section .lz-blog-subheading {
       margin-top: 1px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
    font-weight: 600;
}
.post-date-publishable i {
    color: #7c529c;
    margin-right: 5px;
}
#ht-blog-section .ht-blog-post {
     padding: 2.5em 0 0;
}

#ht-blog-section .lz-blog-text {
  font-size: 18px;
    margin: 0 17em 10px;
}
.ht-blog-comment {
    font-size: 15px;
    margin-bottom: 0;
    color: #3f3f3f;
    padding:0;
}
.ht-blog-comment i {
    color: #7c529c;
    margin-right: 4px;
        font-size: 22px;
}
.ht-blog-excerpt p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #3f3f3f;
}
.ht-blog-excerpt .post-right span {
    font-size: 14px;
    color: #83817f;
}
.ht-blog-excerpt .post-right span b {
    color: #000;
    font-weight: normal;
}
.ht-blog-post .box-panels {
   margin-bottom: 15px;
    box-shadow: 0px -1px 3px 3px rgba(197, 197, 197, 0.4);
}
.ht-blog-post{
    margin-bottom: 0px;
    padding-left: 30px;
}
.blog-read-more:hover {
  
}
.ht-blog-thumbnail a{
    display: block;
    position: relative;
}
.ht-blog-thumbnail {
    z-index: 0;
    padding: 0;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}

#blog-box .ht-blog-thumbnail img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

#blog-box .ht-blog-thumbnail:hover img {
    transform: scale(1.2) rotateZ(-3deg);
    -moz-transform: scale(1.2) rotateZ(-3deg);
    -webkit-transform: scale(1.2) rotateZ(-3deg);
    -o-transform: scale(1.2) rotateZ(-2deg);
}
#blog-box .ht-blog-date .fa{
    padding-right: 10px;
}

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

.ht-blog-thumbnail:hover a:after{
    width: 100%;
}
#ht-blog-section .lz-blog-heading{
    color: #222222;
    margin-bottom: 15px;
}
#ht-blog-section .blog-Info .blogcontent{
    position: relative;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0px;
}
#ht-blog-section .ht-blog-post  h5 {
    margin-bottom: 25px;
}
#ht-blog-section .ht-blog-post h5 a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
#ht-blog-section .box-panels:hover h5 a{
    color:#fc226a;
}
#ht-blog-section .ht-blog-excerpt {
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.ht-blog-excerpt h5{
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
}
.ht-blog-excerpt h5 a {
    color: #212121;
    font-size: 23px;
}
.ht-blog-datebox {
    border-top: 1px solid #0f66b2;
       margin-top: 30px;
}
.ht-blog-ucomment {
    font-size: 14px;
    color: #82879a;
        padding: 1em 0;
}
.ht-blog-ucomment i{
    font-size: 20px;
    color: #fec434;
    padding-right: 10px;
}

.ht-blog-excerpt .post-right {
    padding: 10px 25px;
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    font-size: 14px;
}


#ht-blog-section .blog-read-more {
    text-align: right;
}
/*#ht-blog-section .blog-read-more a {
   color: #fff;
    font-size: 14px;
       padding: 12px 40px;
    border-radius: 0;
    margin: 0;
    vertical-align: middle;
        font-weight: 500;
}

#ht-blog-section .blog-read-more .hi-icon {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    border: 3px solid #0f66b2;
}

#ht-blog-section .blog-read-more .hi-icon:hover {
    border: 3px solid #fec22c;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#ht-blog-section .hi-icon {
       display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

#ht-blog-section a{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

#ht-blog-section .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#ht-blog-section .blog-read-more .hi-icon:after {
       top: 0px;
       left: -3px;
    padding: 0px 3px;
    z-index: -1;
    background: #0f66b2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

#ht-blog-section .blog-read-more .hi-icon:hover{
    color: #fec22c;
}

#ht-blog-section .blog-read-more .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}


*/




#ht-blog-section .blog-read-more a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 15px 40px 16px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 600;
}

#ht-blog-section .blog-read-more a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2a;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#ht-blog-section .blog-read-more a:hover:before, #ht-blog-section .blog-read-more a:focus:before, #ht-blog-section .blog-read-more a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}




#ht-blog-section .blogimgbox img {
   /*  height: 402px;*/
    width: 100%;
    border: none;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#ht-blog-section .blogbox:hover .blogimgbox img {
      transform: scale(1.05);
}
#ht-blog-section .blogimgbox{
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
#ht-blog-section .blogbox:hover .blogimgbox{
    box-shadow: none;
}

#ht-blog-section .blogimgbox{
    text-align:center;
    position:relative;
}


#ht-blog-section .blogimgbox:after,
#ht-blog-section .blogimgbox:before{
    content:"";width:2px;
    height:2px;
    border-radius:50%;
      background: #06154b;
    opacity: 0.35;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);transform:scale(0);
}
#ht-blog-section .blogbox:hover .blogimgbox:after,
#ht-blog-section .blogbox:hover .blogimgbox:before{
    -webkit-transform:scale(400);
    -moz-transform:scale(400);
    -ms-transform:scale(400);
    -o-transform:scale(400);
    transform:scale(400);
}
#ht-blog-section .blogimgbox:before{
    -o-transition:all .5s linear .3s;
    -moz-transition:all .5s linear .3s;
    -ms-transition:all .5s linear .3s;
    -webkit-transition:all .5s linear .3s;
    transition:all .5s linear .3s;
}
#ht-blog-section .blogbox:hover .blogimgbox:before{
    -moz-transition-delay:0s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
#ht-blog-section .blogimgbox:after{
    -o-transition:all .5s linear .6s;
    -moz-transition:all .5s linear .6s;
    -ms-transition:all .5s linear .6s;
    -webkit-transition:all .5s linear .6s;
    transition:all .5s linear .6s;
}
#ht-blog-section .blogbox:hover .blogimgbox:after{
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s;
}


/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/


#blog-box h4{
    margin: 0px 0 5px 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: 10px;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    padding: 2px;
}
#blog-box .inner-blog-excerpt{
    margin: 0 0 20px 0;
}
#blog-box .blog-read-more{
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#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: left;
    margin: 20px 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
--------------------------------------------------------------*/
#ht-contact-section .overlay {
  width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #144472;
    padding: 5em 3em;
    opacity: 0.87;
        border-radius: 5px;
} 
.lz-appointment-heading {
    color: #fff;
    font-size: 46px;
}
.lz-appointment-subheading {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 45px;
}
.ht-appintment-member-wrap {
    color: #fff;
}
#ht-contact-section .contactdetails {
    padding: 5em;
}
#ht-contact-section span.fa {
       font-size: 40px;
    color: #fec22c;
}

#ht-contact-section span.fa.fa-envelope-o {
    font-size: 30px;
}

#ht-contact-section .contact-small-box {
    margin-bottom: 3em;
}

#ht-contact-section .contact-content {
    color: #fff;
    font-size: 17px;
    padding-left: 40px;
}
#ht-contact-section .phonef {
        font-size: 30px;
    font-weight: 600;
}
#ht-contact-section .contact-content a{
    color: #fff;
}
#ht-contact-section .contact-content a:hover{
    color: #fec22c;
}

#ht-contact-section .contactdetails:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0px;
    left: 5%;
        width: 13%;
    height: 18%;
    border-left: 2px solid #fec22c;
    border-top: 2px solid #fec22c;
}

#ht-contact-section .contactdetails:hover:before {
    height: 70%;
    width: 14%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
}

#ht-contact-section .contactdetails:hover:after {
     height: 70%;
    width: 14%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
}

#ht-contact-section .contactdetails:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 30px;
    right: 5%;
       width: 13%;
    height: 18%;
    border-right: 2px solid #fec22c;
    border-bottom: 2px solid #fec22c;
}

#ht-contact-section .appointmentsection {
    position: relative;
    top: 8em;
    border-radius: 5px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
div#copyright-note span {
    font-weight: normal;
}
footer#ht-colophon ul li a {
       color: #989898;
       font-weight: normal;
}
.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
        background: none;
    text-align: center;
      margin-right: 20px;
          margin-bottom: 25px;
}
.footer-social-links {
    text-align: right;
}
.footer-social-links a {
        background: none;
    text-align: center;
      margin-right: 20px;
        font-size: 16px;
}

footer#ht-colophon p {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}
footer#ht-colophon p i{
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    padding: 5px 9px;
    width: 35px;
    height: 35px;
}
.ht-footer .textwidget .fa {
    margin-right: 5px;
}

.ht-footer ul li {
        padding: 6px 0 3px 0;
    list-style: none;
    /* color: #757575; */
}
.ht-top-footer ul li {
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
}
#ht-colophon{
    font-size: 14px;
}
.page-template-home-template #ht-colophon,
.home.blog #ht-colophon{
    margin-top: 0
}
#ht-colophon a, footer#ht-colophon ul li span.post-date{
    color: #989898;
    text-decoration: none;
}
#ht-colophon .widget-title{
  text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}
#ht-top-footer{
    color: #fff;
    padding: 0 0 5em;
}
.ht-top-footer{
    margin-left: -3%;
}
.ht-footer{
      width: 22%;
    margin-left: 5%;
    float: left;
    padding: 4em 0 4em 0;
}
.ht-footer.ht-footer1{
  width: 36%;
    border-right: 1px solid #385269;
    padding-right: 4em;
    text-align: center;
}
.ht-footer.ht-footer2, .ht-footer.ht-footer3 , .ht-footer.ht-footer4{
    width: 14%;
} 

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

.ht-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ht-footer img {
    margin-bottom: 40px;
}

.menu-footer-menus-container ul li{
	background: url(images/footer-list-ico.png) no-repeat 0 8px;
    padding: 2px 0 2px 20px;
    list-style: none;
    margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;
    margin: 1px;
        -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.social-profile-icons ul li:hover {
    transform: translateY(-5px);
}

.social-profile-icons ul li a {
   background: #fff;
    padding: 14px 12px 10px;
    border-radius: 5px;
}
.social-profile-icons ul li i{
    font-size: 20px;
}
.social-profile-icons ul li i.fa.fa-facebook {
    padding: 0 4px;
}
.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;
    font-weight: 700;
}

#ht-bottom-footer{
      padding: 3em 0;
    color: #848484;
    line-height: 1.2;
    border-top: 1px solid #56576c;
        text-align: center;
}
.ht-site-info {
    color: #848484;
    font-weight: normal;
    font-size: 14px;
}
.ht-site-info strong {
    color: #ffc22c;
    font-weight: 400;
}

#ht-back-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #111;
    height: 60px;
    width: 40px;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

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

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


#ht-colophon .gallery-item a img {
    width: 100%;
    height: 100%;
    padding: 0 1px;
    margin-bottom: 5px;
}
footer#ht-colophon .social-profile-icons ul li:before {
    content: none;
}
footer#ht-colophon textarea {
    height: 90px;
}
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: none;
    height: 45px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 10px;
}
footer#ht-colophon textarea{
    background: none;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 10px;
}
footer#ht-colophon input[type="file"]{
 font-size: 14px;
}
.ht-top-footer input[type="submit"]:hover {
       animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}
.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 23px !important;
    height: 0;
    width: 0;
}
.header-top-theme .sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 15px !important;
    height: 0;
    width: 0;
}
#ht-masthead ul.sub-menu li {
    padding-right: 0;
}
#ht-colophon label{
    width: 100%;
        text-align: left;
}
.faqblog .ht-section-title-tagline {
    margin-bottom: 0;
}
.faqblog {
    padding-bottom: 1em;
    padding-top: 4em;
}
#faq-teachers-section {
    padding-top: 2em;
}

#ht-colophon p i.fa.fa-envelope-o {
    font-size: 15px;
    padding: 7px 8px;
}
.newsfootersec {
    background: #002140;
    padding: 0;
}
#ht-newslatter-section h2.lz-newslatter-heading {
    font-size: 42px;
   font-weight: 500;
    color: #0d1e52;
        margin: 0;
    line-height: 45px;
}
#ht-newslatter-section h2.lz-newslatter-heading span {
    font-weight: 700;
}
#ht-newslatter-section .newslettersign-box {
    background: #ffc22c;
    position: relative;
       top: -6.5em;
  padding: 4em 3em 1em 2em;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(255,255,255,1);
-moz-box-shadow: -1px 0px 5px 0px rgba(255,255,255,1);
box-shadow: -1px 0px 5px 0px rgba(255,255,255,1);
}
#ht-newslatter-section .newsborder {
    border-right: 1px solid #fff;
        padding-right: 3em;
}


/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/
#ht-appintment-section .lz-appointment-heading{
    color: #fff;
    z-index: 2000;
    position: relative;
    border-color: #fff;
}
h5.lz-appointment-heading-bgtext {
    font-size: 105px;
    font-weight: 800;
    color: #868985;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-appintment-section .color-box {
       padding: 10% 20% 7%;
    color: #3e3e3e;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    /* top: 65px; */
    width: 100%;
} 

#ht-appintment-section .box-effect {
   /* padding: 4% 50px 3%;*/
   background: #fff;
    opacity: 0.9;
}
.apointment-box {
    background: #7c529c;
    padding: 6% 10% 6%;
    opacity: 0.9;
    position: relative;
    z-index: 9999;
}
.apointmentmain-box {
    position: relative;
    top: 0px;
    width: 100%;
    opacity: 0.9;
    padding: 0;
    border: 6px solid rgba(187, 180, 180, 0.3);
    background-color: #fff;
}
.apointment-box:after {
       font-family: FontAwesome;
    content: "\f0da";
    font-size: 24px;
    position: absolute;
    right: -31px;
    top: 45%;
    pointer-events: none;
    background: #7c529c;
    border-radius: 50px;
    padding: 6px 22px;
    color: #fff;
    opacity: 1;
    z-index: 999;
}
.contact-box img.appointmentbox-img {
    width: 100%;
    height: 445px;
   /* height: 100%;*/
}
.appointment-icon span.fa {
    font-size: 40px;
    color: #fff;
    padding: 9px;
}
.appointment-content{
    font-size: 15px;
    position: relative;
    left: 15px;
    color: #fff;
    /* line-height: 44px; */
        margin-bottom: 20px;
}
.appointment-content a {
    font-size: 15px;
    position: relative;
    color: #fff;
    /* line-height: 44px; */
    margin-bottom: 20px;
}
.appointment-content a:hover{
    color:#fb216a;
}
.contact-sm-links li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.appointment-contentsub {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 15px;
    padding: 0;
    margin: 0;
}
#ht-appintment-section .lz-appointment-subheading {
     margin-top: 1px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 25px;
    font-weight: 600;
}
.appointbox {
    color: #FFF;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
}
.appointbox .appointcontentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 18% 10% 20%;
}
.appointcolorbox {
    background: #fff;
    opacity: 0.8;
    padding: 60px;
    border: 10px solid #fbb5a7;
}
.lz-appointimg-subtitle1, .lz-appointimg-subtitle2, .lz-appointimg-subtitle3{
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.lz-appointimg-title {
    font-size: 30px;
    font-weight: 600;
    color: #3e3e3e;
    margin: 20px 0;
}
.lz-appointimg-text {
    color: #313131;
    font-size: 15px;
    margin-bottom: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday{
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 35px;
}
.apointment-box .ht-appintment-member-wrap h3, .apointment-box .ht-appintment-member-wrap h2{
    font-size: 30px;
    color: #3e3e3e;
    padding: 0px 15px;
    font-weight: 600;
} 
.sect-bg {
    background: #fff;
}
.ht-appintment-member-wrap textarea {
    height: 110px;
}
.appoint-img-box img {
    width: 100%;
    height: 100%;
}
.ht-section-tagline.lz-appointment-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
#ht-appintment-section .ht-appintment-member-wrap {
    color: #fff;
    padding: 0;
}
#ht-appintment-section{
    background: #fff;
}
#ht-appintment-section .overlay {
   width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.75);
    position: relative;
    opacity: 1;
    padding: 0em 0 5em;
}
#ht-appintment-section .ht-appintment-member-wrap label{   
     display: inline;
     color:#fff;
}

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

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

.ht-appintment-member-wrap 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 input[type="file"],
.ht-appintment-member-wrap textarea{    
  border: 1px solid #fff;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 25px 0;
    border-radius: 0px;
    padding: 0px 25px;
    font-size: 15px;
    height: 50px;
}
.ht-appintment-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
    margin: 0 0 15px 0px;
}

.ht-appintment-member-wrap select{
        outline: 0;
    border: 1px solid #fff;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 20px;
    font-size: 14px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
}
#ht-appintment-section .btnicon {
    position: relative;
}
#ht-appintment-section .btnicon i {
    position: absolute;
    bottom: 50px;
    right: 10px;
    background: #fed760;
    color: #333043;
    border-radius: 50%;
    padding: 11px 15px;
}

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

.ht-appintment-member-wrap label{
    color:#fff;
	margin:0;
    width: 100%;
}
.ht-appintment-member-wrap input[type="submit"]{   
       border: none;
    padding: 12px 3em 12px;
    height: 60px;
    font-size: 18px;
    color: #ffd85e;
    background-color: #111e53;
    font-weight: 600;
    margin-top: 0px;
    border-radius: 5px;
    position: relative;
    opacity: 1;
}
.ht-appintment-member-wrap input[type="submit"]:hover{   
opacity: 0.6;
animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}
.lz-fitness-address-lable{
	margin:20px 0 0 0;
}
#ht-contact-section .btnicon {
    position: relative;
}
#ht-contact-section .btnicon i {
    position: absolute;
    bottom: 23px;
    right: 42.2%;
    background: #2f2c46;
    color: #f2ca59;
    border-radius: 50%;
    padding: 11px 15px;
}
.ht-appintment-member-wrap  {
    position: relative;
}

form.wpcf7-form {
    text-align: left;
}

/*--------------------------------------------------------------
## Newsletter section
--------------------------------------------------------------*/
.ht-newslatter-member-wrap p {
    color: #fff;
}

.newsletter-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

#ht-newslatter-section .newsletter-box {
    box-shadow: 0 0px 10px 0px #00000024;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0;
    padding: 15px;
    background: #ccccccc7;
}

.ht-section-tagline.lz-newslatter-text {
       font-size: 17px;
    text-align: center;
    font-weight: 400;
}

#ht-newslatter-section .ht-section-title-tagline {
    margin-bottom: 2em;
        margin-top: 2.5em;
}

#ht-newslatter-section h2.ht-section-title:after {
display: none;
}

#ht-newslatter-section .ht-newslatter-member-wrap{     
    color: #fff;
    text-align: left;
    margin: 0 0em 0 3em;
}
.ht-newslatter-member-wrap input::placeholder{
    color:#474747;
    opacity: 0.7;
}

.ht-newslatter-member-wrap input[type="text"], 
.ht-newslatter-member-wrap input[type="email"], 
.ht-newslatter-member-wrap input[type="url"], 
.ht-newslatter-member-wrap input[type="password"], 
.ht-newslatter-member-wrap input[type="search"], 
.ht-newslatter-member-wrap input[type="number"], 
.ht-newslatter-member-wrap input[type="tel"], 
.ht-newslatter-member-wrap input[type="range"], 
.ht-newslatter-member-wrap input[type="date"], 
.ht-newslatter-member-wrap input[type="month"], 
.ht-newslatter-member-wrap input[type="week"], 
.ht-newslatter-member-wrap input[type="time"], 
.ht-newslatter-member-wrap input[type="datetime"],
.ht-newslatter-member-wrap input[type="datetime-local"], 
.ht-newslatter-member-wrap input[type="color"],
.ht-newslatter-member-wrap input[type="file"],
.ht-newslatter-member-wrap textarea, 
.ht-newslatter-member-wrap select
{   
    border: 1px solid #fff;
    background: #fff;
    z-index: 2000;
    width: 100%;
    color: #4c526a;
    margin: 0 0 10px 0;
    border-radius: 0px;
    padding: 0px 35px;
    font-size: 16px;
    height: 90px;
    border-radius: 5px;
}
.ht-newslatter-member-wrap input[type="text"]::placeholder, 
.ht-newslatter-member-wrap input[type="email"]::placeholder, 
.ht-newslatter-member-wrap input[type="url"]::placeholder, 
.ht-newslatter-member-wrap input[type="password"]::placeholder, 
.ht-newslatter-member-wrap input[type="search"]::placeholder, 
.ht-newslatter-member-wrap input[type="number"]::placeholder, 
.ht-newslatter-member-wrap input[type="tel"]::placeholder, 
.ht-newslatter-member-wrap input[type="range"]::placeholder, 
.ht-newslatter-member-wrap input[type="date"]::placeholder, 
.ht-newslatter-member-wrap input[type="month"]::placeholder, 
.ht-newslatter-member-wrap input[type="week"]::placeholder, 
.ht-newslatter-member-wrap input[type="time"]::placeholder, 
.ht-newslatter-member-wrap input[type="datetime"]::placeholder,
.ht-newslatter-member-wrap input[type="datetime-local"]::placeholder, 
.ht-newslatter-member-wrap input[type="color"]::placeholder,
.ht-newslatter-member-wrap textarea::placeholder{
    color: #474747;
}
.ht-newslatter-member-wrap textarea{
    height: 90px;
    padding: 20px 35px;
}
.ht-newslatter-member-wrap label, .ht-newslatter-member-wrap p {
    color: #000;
}
.ht-newslatter-member-wrap label {
    width: 100%;
}
.ht-newslatter-member-wrap input[type="file"]{
    padding: 20px 35px;
}
.ht-newslatter-member-wrap select {
      padding: 20px 35px;
}
.ht-newslatter-member-wrap input[type="submit"]{
       text-indent: -999px;
        background-color: #002140;
    height: 40px;
    font-size: 20px;
    color: #e8e2f0;
    float: right;
    position: absolute;
      right: 15px;
    top: 0px;
    width: 100px;
     height: 90px;
    border-radius: 0 5px 5px 0;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
#ht-newslatter-section .wpcf7:after {
    content: "\f1d8";
    position: absolute;
      top: 16px;
    font-size: 35px;
    right: 6%;
    color: #ffc22c;
    background-repeat: no-repeat;
    height: 26px;
    width: 30px;
    font-family: 'Fontawesome';
}
.ht-newslatter-member-wrap input[type="submit"]:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    z-index: 999;
}


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

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

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

.single-post .ht-main-title {
    margin: 22px 0 15px;
    padding: 15px 15px 0;
}
.innerpage-whitebox{
      background: #fff;
    padding: 2em;
    border-radius: 10px;
}

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


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

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

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

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

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

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

#primary{

}

.ht_no_sidebar #primary{
    width: auto;
    float: none;
}

.ht_no_sidebar_condensed #primary{
    width: 76%;
    float: none;
    margin: 0 auto;
}

.ht_left_sidebar #primary{
    float: right;
}

.ht_left_sidebar #secondary{
    float: left;
}

.ht-post-info{
    float: left;
    width: 80px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#blog-box img {
    border-radius: 10px;
    width: 100%;
    background: #fff;
    padding: 2px;
}
.ht-blog-thumbnail {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Pricing Page
--------------------------------------------------------------*/
#ht-princing-post-section {
    padding: 5em 0;
}
#pricing-page .price-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 4em;
    margin-bottom: 20px;
       border: 1px solid #bfc9d0;
    transition: all 0.9s ease 0s;
}
#pricing-page .ht-plan-block:hover .price-box{
    border: 1px solid #111e53;
}

#pricing-page .ht-plan-block{
    padding: 0 0;
    /*margin-bottom: 30px;*/
}
#pricing-page .ht-princing-title {
   font-size: 25px;
    font-weight: 500;
    padding: 0 23px;
    color: #010101;
    margin: 0 60px;
    display: inline-block;
    position: relative;
    top: 19px;
    background: #fff;
}
#pricing-page .price-boxtitle {
    border-bottom: 1px solid #bfc9d0;
    text-align: center;
    margin-bottom: 40px;
}

#pricing-page .ht-plan-block:hover .price-boxtitle {
    border-bottom: 1px solid transparent;
}

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

#pricing-page .plan-amount{   
    display: inline-block;
    width: 198px;
    z-index: 1;
    position: relative;

}
#pricing-page .amount-box {
    text-align: center;
}

#pricing-page .effectp{
    margin: 0 auto;
    transition: all 0.9s ease 0s;
    display: block;
    font-size: 39px;
    font-weight: 700;
       line-height: 41px;
    background-clip: content-box;
    color: #ffc12e;
}

.ht-plan-block:hover .plan-amount .effectp {
    transform: scale(0.88);
  
}
#pricing-page .ht-plan-block:hover .effectp{
    background-clip: content-box;
}
#pricing-page .ht-princing-link {
    text-align: center;
    margin-top: 25px;
    padding: 0 25px;
}



#pricing-page .ht-princing-link a {
   color: #fff;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 5px;
    margin: 0;
    vertical-align: middle;
        font-weight: 500;
}

#pricing-page .ht-princing-link .hi-icon {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    border: 3px solid transparent;
}

#pricing-page .ht-princing-link .hi-icon:hover {
    border: 3px solid #fec22c;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#pricing-page .hi-icon {
       display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

#pricing-page a{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

#pricing-page .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#pricing-page .ht-princing-link .hi-icon:after {
       top: 0px;
    left: -6px;
    padding: 0px 6px;
    z-index: -1;
    background: #0f66b2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

#pricing-page .ht-princing-link .hi-icon:hover{
    color: #fec22c;
}

#pricing-page .ht-princing-link .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}


#pricing-page .ht-plan-block .priceborder:after {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: auto;
    right: 0;
    top: 70px;
    background-color: #ffc12e;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}

#pricing-page .ht-plan-block:hover .priceborder:after {
       width: 83%;
    left: 8%;
    right: auto;
}




#pricing-page .ht-princing-excerpt{
       padding: 0 15px 15px;
    font-size: 14px;
    text-align: center;
    color: #242424;
}

#pricing-page .plan-starts {
    font-size: 15px;
    color: #212121;
}

#innerpage-box #pricing-page .plan-starts {
    font-size: 15px;
    color: #212121;
}


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

#pricing-page .ht-princing-excerpt ul li{
   list-style: none;
    padding: 0;
    color: #4d4d4d;
    background: none;
    margin: 0;
}

#ht-princing-post-section .ht-section-text.lz-package-text {
    text-align: center;
    margin-bottom: 3em;
    font-size: 16px;
    font-weight: 100;
    color: #4a5368;
}

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


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

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

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

#ht-contactus-wrap  h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 600;
}

#ht-contactus-wrap .ht-section-title:after{
    border:none;
}

#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 input[type=file],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select
{
    border-radius: 5px;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 10px;
}
#ht-contactus-wrap textarea{
    height: 80px;
}
#ht-contactus-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}
#ht-contactus-wrap select{
    height: 42px;
   padding: 7px 40px 3px 8px;
}

#ht-contactus-wrap label{
    color:#ffffff;
    width: 100%;
}
#ht-contactus-wrap input[type="submit"]
{
    background: #fff;
    border: none;
    padding: 10px 40px 10px;
    color: #f4b628;
    border-radius: 25px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
#ht-contactus-wrap input[type="submit"]:hover {
    opacity: 1;
    transform: translateY(-5px);
}

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

#ht-contactus-wrap .contact-page-address{
    margin-bottom: 20px;
}

.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: 0px;
    margin: 5px 0px;
    list-style: none;
        -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.contact-sm-links li a{  
    margin: 0 2px;
    font-size: 18px;
    color: #464949;
    background: #eaeaea;
    height: 45px;
    width: 45px;
    padding: 10px 16px;
    border-radius: 5px;
}


.contact-sm-links li a:hover {
    background: #fff;
    color: #1cb9c8;
}

.contact-sm-links li:hover {
    transform: translateY(-5px);
}


/*-------------------------------*/
/*   Popular App section   */
/*-------------------------------*/
#ct-popularapp-box {
    padding: 4em 0 8em;
}

#ct-popularapp-box .innerpopularapppagebox {
    display: none;
}

#ct-popularapp-box .item.col-md-4.col-sm-6 {
    width: 100%;
}


#ct-popularapp-box  .highlightbox {
   background: #f4f8fb;
    display: inline-table;
    width: 100%;
    right: 0;
    height: 400px;
    background-repeat: repeat-x;
    position: absolute;
}
#ct-popularapp-box .popularappbox {
      margin: 5em 7em 0;
}


#ct-popularapp-box .owl-carousel .owl-nav {
    position: relative;
    left: 0%;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next, #ct-popularapp-box .owl-carousel .owl-nav button.owl-prev{
  position: relative;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before, #ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before{
    border: 2px solid #0f1f52;
    padding: 0px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    color: #000;
}

#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before{
     position: absolute;
    top: -315px;
     left: 550px;
}
 #ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before{
     position: absolute;
    top: -315px;
   left: -590px;
}


#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:hover:before, 
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:hover:before {
    color:#aaabaa;
    border: 2px solid #aaabaa;
}

#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
}

#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before{
     content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
}

#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev span,
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}

#ct-popularapp-box .owl-theme .owl-nav .disabled {
     opacity:1; 
    cursor: default;
}
#ct-popularapp-box .owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
}


#ct-popularapp-box .owl-theme .owl-dots{
    display: none;
}


#ct-popularapp-box .ht-popularapp-member-image img {
     height: 402px;
    width: 100%;
    border: none;
    border-radius: 20px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image img {
      transform: scale(1.05);
}
#ct-popularapp-box .ht-popularapp-member-image{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    box-shadow: 4px 2px 9px 3px rgba(222,235,243,1);
    overflow: hidden;
    position: relative;
}
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image{
    box-shadow: none;
}

#ct-popularapp-box .ht-popularapp-member-image{
    text-align:center;
    position:relative;
}
#ct-popularapp-box .ht-popularapp-member-image:after,
#ct-popularapp-box .ht-popularapp-member-image:before{
    content:"";width:2px;
    height:2px;
    border-radius:50%;
      background: #06154b;
    opacity: 0.35;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);transform:scale(0);
}
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image:after,
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image:before{
    -webkit-transform:scale(400);
    -moz-transform:scale(400);
    -ms-transform:scale(400);
    -o-transform:scale(400);
    transform:scale(400);
}
#ct-popularapp-box .ht-popularapp-member-image:before{
    -o-transition:all .5s linear .3s;
    -moz-transition:all .5s linear .3s;
    -ms-transition:all .5s linear .3s;
    -webkit-transition:all .5s linear .3s;
    transition:all .5s linear .3s;
}
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image:before{
    -moz-transition-delay:0s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
#ct-popularapp-box .ht-popularapp-member-image:after{
    -o-transition:all .5s linear .6s;
    -moz-transition:all .5s linear .6s;
    -ms-transition:all .5s linear .6s;
    -webkit-transition:all .5s linear .6s;
    transition:all .5s linear .6s;
}
#ct-popularapp-box .ht-popularapp-member:hover .ht-popularapp-member-image:after{
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s;
}



#ct-popularapp-box .ht-popularapp-member {
    border: none;
    background: #ffc22c;
    border-radius: 30px;
}
#ct-popularapp-box .ht-title-wrap{
      text-align: center;
    background: none;
    border-top: none;
    margin-top: 0;
       padding: 20px 5px;
}
#ct-popularapp-box .ht-title-wrap a{
    color: #0d1e54;
}
#ct-popularapp-box .ht-title-wrap a h3 {
    text-transform: capitalize;
    font-size: 19px;
    color: #0e1e52;
    font-weight: 700;
    margin: 0;
    padding: 0 5px;
}

#ct-popularapp-box .ht-popularapp-member:hover .ht-title-wrap a h3 {
    color: #fff;
}

#innerpage-box .ht-popularapp-member-image img {
     height: 402px;
    width: 100%;
    border: none;
    border-radius: 20px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image img {
      transform: scale(1.05);
}
#innerpage-box .ht-popularapp-member-image{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    box-shadow: 4px 2px 9px 3px rgba(222,235,243,1);
    overflow: hidden;
    position: relative;
}
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image{
    box-shadow: none;
}

#innerpage-box .ht-popularapp-member-image{
    text-align:center;
    position:relative;
}
#innerpage-box .ht-popularapp-member-image:after,
#innerpage-box .ht-popularapp-member-image:before{
    content:"";width:2px;
    height:2px;
    border-radius:50%;
      background: #06154b;
    opacity: 0.35;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);transform:scale(0);
}
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image:after,
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image:before{
    -webkit-transform:scale(400);
    -moz-transform:scale(400);
    -ms-transform:scale(400);
    -o-transform:scale(400);
    transform:scale(400);
}
#innerpage-box .ht-popularapp-member-image:before{
    -o-transition:all .5s linear .3s;
    -moz-transition:all .5s linear .3s;
    -ms-transition:all .5s linear .3s;
    -webkit-transition:all .5s linear .3s;
    transition:all .5s linear .3s;
}
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image:before{
    -moz-transition-delay:0s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
#innerpage-box .ht-popularapp-member-image:after{
    -o-transition:all .5s linear .6s;
    -moz-transition:all .5s linear .6s;
    -ms-transition:all .5s linear .6s;
    -webkit-transition:all .5s linear .6s;
    transition:all .5s linear .6s;
}
#innerpage-box .ht-popularapp-member:hover .ht-popularapp-member-image:after{
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s;
}



#innerpage-box .ht-popularapp-member {
    border: none;
    background: #ffc22c;
    border-radius: 30px;
}
#innerpage-box .ht-title-wrap{
      text-align: center;
    background: none;
    border-top: none;
    margin-top: 0;
       padding: 20px 5px;
}
#innerpage-box #content-box .ht-title-wrap a{
    color: #0d1e54;
}
#innerpage-box #content-box .ht-title-wrap a h3 {
    text-transform: capitalize;
    font-size: 19px;
    color: #0e1e52;
    font-weight: 700;
        margin: 0;
          padding: 0 5px;
}

#innerpage-box #content-box .ht-popularapp-member:hover .ht-title-wrap a h3 {
    color: #fff;
}
#innerpage-box .ht-popularapp-memberbox {
    margin-bottom: 25px;
}

#innerpage-box .item.col-md-4.col-sm-6.padding0 {
    padding: 0 15px;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
       display: block;
    text-align: center;
    font-size: 200px;
    color: #dcdcdc;
    line-height: 1.2;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 40px;
    border: 4px solid #fecb00;
    font-weight: 700;
}

.error404 .oops-text{
    text-align: center;
    position: relative;
    top: 133px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 4px 4px rgba(0,0,0,.2);
}

.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: 285px;
}
.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 #reviews h2 small {
    color: #444;
}

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

.term-description {
    padding: 0 20px 20px;
}

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

.woocommerce ul.products li.product strong {
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    width: 100% !important;
}


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


@media screen and (min-width: 320px) and (max-width: 1024px){
    section#support-content-section .lz-support-calltext {
    font-size: 20px !important;
}
    section#support-content-section .lz-support-title{
    font-size: 20px !important;
    }
    section#testimonials-box .owl-nav button.owl-prev span{
        left: -35px;
    }
    section#testimonials-box .owl-nav button.owl-next span{
        right: -35px;
    }
    section#testimonials-box .owl-stage-outer {
    margin: 0 1em;
}
    section#testimonials-box h2.title:before{
        /*left: 55px;*/
    }
    section#ht-blog-section .lightbox {
    padding: 0em 2em 3em 0em !important;
}
    section#faq-teachers-section .lightbox {
    padding: 0em 0 4em 2em !important;
}
    section#ht-contact-section .col-md-offset-2 {
    margin-left: 12.666667%;
}
    section#ht-ourfeatured-us-section .details h5 {
    font-size: 20px !important;

}
    section#ht-ourfeatured-us-section .ourfeatured-post .title{
        width: 130px !important;
    }
    section#ct-team-box figure.snip1480 h3 {
    font-size: 20px !important;
}
    section#ct-team-box figure.snip1480 img{
        height: 375px !important;
    }
    section#ourprocess-post-section i.fa.fa-arrow-right{
        top: 60px !important;
    right: 0px !important;
    }
    section#skills-content-section .skillsBox:hover:after{
    border-bottom-width: 60px !important;
    border-left-width: 60px !important;
}
    section#skills-content-section .skillsBox:hover:before
    {
    border-top-width: 60px !important;
    border-right-width: 60px !important;
}
        section#ct-service-box .servicecontent-box {
    padding-left: 15px !important;
}
    #ht-home-slider-section .bx-wrapper .bx-next{
        right: 2%;
    }
    #ht-home-slider-section .bx-wrapper .bx-prev{
        left: 2%;
    }
    section#ht-contact-section span.fa {
    font-size: 26px !important;
}
#ht-contact-section span.fa.fa-envelope-o {
    font-size: 22px;
}
#ht-contact-section .contactdetails {
    padding: 3em;
}
#ht-contact-section .phonef {
    font-size: 20px;
}
    .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-section .ht-team-member:hover .ht-team-social-id {
    top: 50%;
    padding: 15px 0;
}
#ht-team-section .team-box h6 {
    font-size: 16px;
}
#ht-team-section .team-member-designation {
    font-size: 14px;
}
#ht-team-section .ht-section-text.lz-team-text {
    font-size: 15px;
}
#ht-team-section .ht-team-social-id a {
    font-size: 14px;
    margin: 0;
}
#ht-team-section .ht-team-member-image {
    height: 150px;
    width: 150px;
}

#ht-team-section .teambox {
    margin: 0 1em;
}
.ht-team-member .ht-team-member-excerpt-wrap {
        font-size: 19px;
}
#ht-masthead .themetext i, #ht-masthead .mailto i {
    font-size: 13px;
}

}




@media screen and (max-width: 1000px){
    .toggle-bar{
       display: block;
        position: absolute;
        top: 25px;
        right: 10px;
        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;
    }

    .header-top-theme .toggle-bar {
        display: block;
        position: absolute;
        top: -32px;
        right: 10px;
        width: 50px;
        background: #fe5722;
        cursor: pointer;
        text-align: center;
        color: #fff;
        padding: 20px 0;
        cursor: pointer;
    }

    .ht-main-navigation ul ul ul {
        left: 0;
        top: 40px;
        border-top: 2px solid;
    }

    .header-top-theme .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;
    }
    .header-top-theme .ht-main-navigation li {
        padding: 10px 25px;
    }
    .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: 0px;
        right: 0px;
        top: 65px;
        background: #fe5722;
        z-index: 2500;
        border: 2px solid #3ab37e;
    }
    .ht-main-navigation a {
        padding: 0px 0px;
    }
    .ht-main-navigation li, .header-top-theme .ht-main-navigation{
        float: none;
        margin-left: 0;
        text-align: left;
        padding: 10px 25px;
    }

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

    .page-template-home-template .header-top-theme .ht-main-navigation .current_page_item > a,
    .page-template-home-template .header-top-theme .ht-main-navigation .current-menu-item > a,
    .page-template-home-template .header-top-theme .ht-main-navigation .current_page_ancestor > a,
    .home.blog .header-top-theme .ht-main-navigation .current_page_item > a,
    .home.blog .header-top-theme .ht-main-navigation .current-menu-item > a,
    .home.blog .header-top-theme .ht-main-navigation .current_page_ancestor > a,
    .header-top-theme .ht-main-navigation a{
        color: #FFF;
    }

    .ht-main-navigation ul ul, .header-top-theme .ht-main-navigation ul ul{
        position: static;
        padding: 0;
        margin-top: 0;
    }

    .ht-main-navigation ul ul ul, .header-top-theme .ht-main-navigation{
        margin: 0;
    }

    .ht-team-member{
        margin-bottom: 2em;
    }
    .ht-main-navigation a, .header-top-theme .ht-main-navigation a{
        border-right: none;
    }
    #innerpage-box .testefferct i {
    padding: 15px 16px;
    font-size: 15px;
}
.innerpage-whitebox {
    margin-bottom: 20px;
}
.page-template-blog-right-sidebar .innerpage-whitebox,  
.page-template-blog-left-sidebar .innerpage-whitebox,
.page-template-blog-template .innerpage-whitebox,
.category-cat-demo .innerpage-whitebox,
.blog .innerpage-whitebox{
    padding: 2em 2em 1em;
}
#ht-sliderform-section {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 2em 2em 0;
    text-align: center;
    z-index: 1;
}
ul.themetext {
    text-align: center;
    }

#ht-about-us-section .row.aboutcontent {
    margin: 0 2em;
}
#ht-about-us-section .highlightbox {
    width: 120%;
    right: -40px;
    bottom: -40px;
    height: 335px;
}
.ht-section-title {
    font-size: 45px;
}
.ht-section-subtitle {
    font-size: 30px;
}
.facility-post-boxes .facspace {
    border-left: none;
}
.facility-post .hi-icon {
    width: 90px !important;
    height: 90px !important;
}
.facility-post .hi-icon span {
    line-height: 80px !important;
}
.causesrightbox {
    margin: 0 0em;
}
#counter-section .col-md-3.col-sm-6.details:nth-child(2) .counterBox {
    border-right: none;
}
#ht-gallery-section .lz-gallery-images img {
    height: 170px;
}
#innerpage-box #content-box .lz-gallery-images img {
    height: 175px;
}
#ht-blog-section .lz-blog-text {
    margin: 0 2em 10px;
}
.ht-main-navigation .current_page_item > a:after{
    display: none;
}
.ht-main-navigation li.current_page_item a,
 .page-template-home-template .ht-main-navigation .current_page_item > a {
    background: none !important;
 }
#ht-masthead ul.themetext li span, #ht-masthead ul.themetext li, #ht-masthead li.header-emailicon a {
    font-size: 14px !important;
}
#ht-masthead ul.themetext li.mailto {
    padding-right: 15px !important;
}
#ht-masthead .header-social-links span {
    font-size: 13px;
    padding: 18px 13px;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
#ht-team-section .ht-section-text.lz-team-text {
    margin-bottom: 2em;
}
#ht-team-section .ht-team-member-image {
    height: 250px  !important; 
    width: 250px  !important;
}
#ht-team-section .ht-team-member:hover .ht-team-social-id {
    top: 60%  !important;
    padding: 20px 0  !important;
}
#ht-team-section .team-box h6 {
    font-size: 20px  !important;
}
#ht-team-section .team-member-designation {
    font-size: 16px  !important;
}
#ht-team-section .ht-team-social-id a {
    margin: 0 6px !important;
}
#pricing-page .ht-plan-block {
    margin-bottom: 30px;
}
section#ht-contact-section span.fa {
    font-size: 30px !important;
}
#ht-blog-section .ht-blog-post {
    padding: 1.5em 0 0;
}
#innerpage-box .testimonial-content-box img {
    height: 150px;
}
.page-template-default #innerpage-box #content-box .testimonial-content-box h6 {
    margin-top: 55px;
}
#ht-newslatter-section .newsborder {
    border: none;
}
#ht-newslatter-section h2.lz-newslatter-heading {
   text-align: center;
   margin-bottom: 15px;
}
#ht-newslatter-section .wpcf7:after {
    right: 8%;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before {
    left: 270px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before {
    left: -310px;
}
.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;
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
    width: 320px;
    height: 320px;
    left: 18px;
}
#ht-about-us-section .aboutbox-img .spinner {
    width: 350px;
    height: 350px;
}

}

@media screen and (max-width: 1035px){
.ht-slide-cap-title {
    font-size: 3vw;
    margin-bottom: 0px;
    line-height: 35px;
}
#ht-home-slider-section .ht-slide-cap-descmore a {
    padding: 6px 8px 3px 17px;
    font-size: 16px;
    margin-top: 5px;
}
.facility-post .hi-icon {
    width: 70px;
    height: 70px;
}
.facility-post .hi-icon span {
    line-height: 65px;
}
.col-md-3.col-sm-12.facspace .facility-post .hi-icon {
    width: 50px;
    height: 50px;
}
.col-md-3.col-sm-12.facspace .facility-post .hi-icon span {
      line-height: 45px;
    font-size: 32px;
}
.facility-post h5 {
    font-size: 16px;
}

}

@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,  .header-top-theme .ht-main-navigation a{
        padding: 0px;
    }
    .ht-main-navigation ul ul a {
        padding: 0;
    }
        .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }

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

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


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

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

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

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

    #ht-service-post-section{
        padding: 60px 0;
    }

    #ht-counter-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-counter{
        width: 45%;
        margin-bottom: 60px;
    }

    #ht-counter-section{
        padding-bottom: 0;
    }



    #ht-cta-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-top-footer{
        margin-left: 0;
    }

    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }

    .ht-footer:last-child{
        margin-bottom: 0;
    }
	.ht-slide-cap-descmore a{
	 font-size: 2vw;
	}
    .ht-slide-cap-title{
        font-size: 24px;
        font-size: 4vw;
        margin-bottom: 10px;
        line-height: 35px;
    }

    #ht-home-slider-section .hi-icon {
        width: 70px;
        height: 70px;
    }
    #ht-home-slider-section .ht-slide-cap-descmore a i {
        font-size: 30px !important
    }
   #ht-home-slider-section .fa.hi-icon {
        line-height: 45px;  
    }

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

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

    #secondary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }
    #sticky-section {
        display: none;
    }
    #ht-masthead input[type="submit"]{
        right: -40px;
        top: 20px;
    }
     .sitenav .search-icon {
        right: 70px;
        top: -65px;
    }
    .overlap-header {
        top:0;
    }
    .sitenav .search-bar {
        right: 18%;
    }
    .lower-header .header-social-links {
        padding: 15px 10px;
    }
    .ht-slide-caption {
        top: 50%;
        left: 100%;
    }
    .ht-slider-highlighttext {
        font-size: 25px;
    }
    .lower-header .header-social-links {
        margin: 2px 0;
    }
    #ht-contactus-wrap .contact-page-address {
        margin-bottom: 10px;
    }
    #blog-box .blog-read-more a {
        line-height: 25px;
        padding: 5px 12px;
        font-size: 12px;
    }
    #ht-appintment-section .color-box .textbox1 {
        padding: 10px 30px 10px;
    }
    #ht-appintment-section .color-box {
        padding: 16px 14px 10px;
    }
    .ht-blog-excerpt .post-right {
        border-left: none;
    }
    .single-post .ht-main-title {
        font-size: 20px;
    }
    .ht-site-description {
        text-align: center;
    }
    #pricing-page .plan-starts {
        text-align: center;
    }
    #pricing-page .plan-amount{
        text-align: center;
    }
    #pricing-page .ht-princing-link{
        text-align: center;
    }
    section#ht-about-us-section img {
        height: auto;
    }
    .contact-box img.appointmentbox-img {
           height: 440px;
    }
    .apointment-box {
        padding: 4% 17% 4%;
    }
    #ht-appintment-section .box-effect {
          padding: 0;
    }
    .apointment-box:after {
        display: none;
    }

#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    float: left;
    margin-left: 0;
    width: 100%;
}
#ht-home-slider-section .ht-slide-cap-descmore a {
    padding: 6px 8px 3px 17px;
    font-size: 16px;
    margin-top: 5px;
}
#ht-home-slider-section .ht-slide-cap-descmore a i {
    padding: 10px 12px;
    font-size: 12px;
}
.sliderborder:before {
    top: -6px;
}
#skill-section .overlay {
    padding: 1em 0em;
}
#ht-about-us-section .highlightbox {
    width: 115% !important;
    right: -25px !important;
    bottom: -25px !important;
    height: 300px !important;
}
.col-md-3.col-sm-12.facspace .facility-post .hi-icon span {
    font-size: 48px;
}
.facility-post h5 {
    font-size: 18px;
}
.ht-content.lz-need-text {
    padding-right: 0;
}
#ht-gallery-section .lz-gallery-images img {
    height: 160px;
}
.ht-main-navigation .ht-menu {
    top: 4px;
}
.toggle-bar {
    top: -36px;
    right: 10px;
}
#ht-masthead .header-social-links {
    text-align: center;
}
#ht-masthead .header-left {
    top: 45px !important;
}
.sliderimg {
    left: 40% !important;
    height: 380px;
    width: 445px;
    top: 20px;
}
#ht-team-section .teambox {
    margin-left: 0;
}


}

@media screen and (min-width: 767px) and (max-width: 1023px){ 
.ht-slide-caption {
    left: 66%;
}
.sliderimg {
    left: 3%;
}

}


@media screen and (min-width: 730px) and (max-width: 767px){ 
    .ht-slide-caption {
        left: 65%;
    }
}


@media screen and (max-width: 767px){
.ht-site-info  {
    text-align: center;
}
.footer-social-links {
    text-align: center;
    margin-top: 20px;
}
#ht-about-us-section .aboutbox-img {
    width: 350px;
  margin: 1em 0 0;
}
#ht-about-us-section .about-box {
    padding-right: 0;
    margin-top: 0;
}
.whychooseus-post {
    padding: 0 30px;
    margin-bottom: 20px;
}
#ht-gallery-section .lz-gallery-images img {
    height: 360px;
}
#content-box .lz-gallery-images img {
    height: 280px;
}

}
@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;
    }
    #ht-gallery-section .lz-gallery-images img {
        height: 300px;
    }
    #testimonials-section .sectionspace {
    padding: 3em 2em !important;
}
#testimonials-section .testimonial-content {
    font-size: 12px;
    padding: 0 15px;
}
#testimonials-section .testi-icon i {
    font-size: 70px;
}
#counter-section {
    padding: 1em !important;
}
#counter-section .triangle {
    left: 32%;
}
#counter-section .counter-icon span {
    left: 40%;
}

}

@media screen and (min-width: 320px) and (max-width: 475px){
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product, 
    .woocommerce-page .related ul.products li.product{
        width: 100% !important;
    }
    section#support-content-section .overlay{
        padding: 50px 20px !important;
    }
    section#testimonials-box figcaption{
            padding: 75px 45px 45px 15px;
    }
    section#testimonials-box h2.title:before {
    left: -40px;
}
    section#testimonials-box .owl-nav button.owl-prev span {
    left: 00px;
    top: 19%;
}
section#testimonials-box .owl-nav button.owl-next span {
    right: 0;
     top: 19%;
}
#ht-blog-section .blog-read-more a { 
   padding: 12px 15px;
}
main#innerpage-box figure.serviceboxinnerpage h3 {
    font-size: 14px;
}
main#innerpage-box figure.serviceboxinnerpage p {
    font-size: 12px;
}
.header-inquiry-btn .head-button {
    text-align: center;
}
.page-template-default #innerpage-box #content-box h3, .page-template #innerpage-box #content-box h3 {
    font-size: 20px !important;
}
    #ht-home-slider-section {
    height: 635px;
}
.ht-slide-overlayphone{
    height: 905px !important; 
}
#ht-contact-section .contactdetails {
    padding: 2em;
}
#ht-contact-section .contact-small-box {
    text-align: center;
}
#ht-contact-section .phonef {
    font-size: 16px !important;
}
#ht-newslatter-section .ht-newslatter-member-wrap {
    margin: 0;
}
#ht-newslatter-section .wpcf7:after {
    right: 16%;
}
#ct-popularapp-box .popularappbox {
    margin: 5em 2em 0;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before {
    left: 160px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before {
    left: -203px;
}
#testimonials-section .team-thumb {
    margin: 0 0 15px 0;
}
#testimonials-section .testimonial-content {
    font-size: 13px;
    padding: 0;
}
#testimonials-section .carousel-indicators {
    left: 22%;
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
    width: 295px;
    height: 295px;
    left: 16px;
}
#ht-about-us-section .aboutbox-img .spinner {
    width: 326px;
    height: 326px;
}


}

@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, .header-top-theme .ht-main-navigation .ht-menu{
        display: block !important;
    }
}

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

/*-------------------------------*/
/*   Feature product section   */
/*-------------------------------*/
#featured-product-section {
    padding: 4em 0 8em;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
#featured-product-section .highlightbox {
   background: #f4f8fb;
    display: inline-table;
    width: 100%;
    right: 0;
    height: 400px;
    background-repeat: repeat-x;
    position: absolute;
}

#featured-product-section .slider {
    width: 93%;
    position: relative;
    height: 620px;
    margin: auto 0 0 43px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 50px 0 0 0;
    top: 40px;
}
#featured-product-section .slider .slide-item {
    margin-right: 0px;
    width: 310px;
    margin-left: 60px;
}
#featured-product-section .ctrl-btn.pro-prev {
    left: 0;
    position: absolute;
    border: 2px solid #000;
    padding: 0px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 40%;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
#featured-product-section .ctrl-btn.pro-prev:before {
    content: "\f177";
    font-size: 20px;
    color: #000;
}
#featured-product-section .ctrl-btn.pro-next {
    right: 0;
    position: absolute;
    border: 2px solid #000;
    padding: 0px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 40%;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
#featured-product-section .ctrl-btn.pro-next:before {
    content: "\f178";
    font-size: 20px;
    color: #000;
}


#featured-product-section .ctrl-btn.pro-next:hover, #featured-product-section .ctrl-btn.pro-prev:hover{
    border-radius: 50%;
    border: 2px solid #ffc22c;
} 
#featured-product-section .ctrl-btn.pro-prev:hover:before, #featured-product-section .ctrl-btn.pro-next:hover:before {
    color:#ffc22c;
}

#featured-product-section .pro-img img {
     height: 402px;
    width: 100%;
    border: none;
    border-radius: 20px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#featured-product-section #recent-porduct:hover .pro-img img {
      transform: scale(1.05);
}
#featured-product-section .pro-img{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(222,235,243,1);
    box-shadow: 4px 2px 9px 3px rgba(222,235,243,1);
    overflow: hidden;
    position: relative;
}
#featured-product-section #recent-porduct:hover .pro-img{
    box-shadow: none;
}

#featured-product-section .pro-img{
    text-align:center;
    position:relative;
}
#featured-product-section .pro-img:after,
#featured-product-section .pro-img:before{
    content:"";width:2px;
    height:2px;
    border-radius:50%;
      background: #06154b;
    opacity: 0.35;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);transform:scale(0);
}
#featured-product-section #recent-porduct:hover .pro-img:after,
#featured-product-section  #recent-porduct:hover .pro-img:before{
    -webkit-transform:scale(400);
    -moz-transform:scale(400);
    -ms-transform:scale(400);
    -o-transform:scale(400);
    transform:scale(400);
}
#featured-product-section .pro-img:before{
    -o-transition:all .5s linear .3s;
    -moz-transition:all .5s linear .3s;
    -ms-transition:all .5s linear .3s;
    -webkit-transition:all .5s linear .3s;
    transition:all .5s linear .3s;
}
#featured-product-section #recent-porduct:hover .pro-img:before{
    -moz-transition-delay:0s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
#featured-product-section .pro-img:after{
    -o-transition:all .5s linear .6s;
    -moz-transition:all .5s linear .6s;
    -ms-transition:all .5s linear .6s;
    -webkit-transition:all .5s linear .6s;
    transition:all .5s linear .6s;
}
#featured-product-section #recent-porduct:hover .pro-img:after{
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s;
}



#featured-product-section #recent-porduct {
    border: none;
    background: #ffc22c;
    border-radius: 30px;
}
#featured-product-section .total-product-title-wrap {
      text-align: center;
    background: none;
    border-top: none;
    margin-top: 0;
       padding: 20px 5px;
}
#featured-product-section .total-product-title-wrap a{
    color: #0d1e54;
}
#featured-product-section .total-product-title-wrap a h6 {
    text-transform: capitalize;
    font-size: 19px;
    color: #0e1e52;
    font-weight: 700;
}

#featured-product-section #recent-porduct:hover .total-product-title-wrap a h6 {
    color: #fff;
}
#featured-product-section #recent-porduct:hover .price del span {
    color: #fff;
}
#featured-product-section #recent-porduct:hover .price ins span {
    color: #fff;
    background: #808fb9;
}












/*-------------------------------*/
/*    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;
}
@media screen  and (max-width: 1024px){
.sliderimg {
    left: 40% !important;
    height: 380px;
    width: 445px;
    top: 20px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    #testimonials-section .testimonial-content {
        font-size: 14px;
        padding: 0 30px;
    }
    #testimonials-section .team-thumb {
        margin: 0 0 25px 0;
    }
    #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;
    }
    #ht-masthead .header-social-links span {
        font-size: 13px;
    }
   #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: 15px;
    }
    #ht-about-us-section .readmore {
        padding: 14px 0;
    }
    #ht-about-us-section .readmore a {
        padding: 8px 16px;
        font-size: 13px;
    }
    .apointment-box {
        padding: 6% 8% 6%;
    }
    #ht-appintment-section .box-effect {
    padding: 0% 35px 0%;
}
    .ht-appintment-member-wrap textarea {
        height: 68px;
    }
    .ht-appintment-member-wrap input[type="text"], 
    .ht-appintment-member-wrap input[type="email"], 
    .ht-appintment-member-wrap input[type="url"], 
    .ht-appintment-member-wrap input[type="password"], 
    .ht-appintment-member-wrap input[type="search"], 
    .ht-appintment-member-wrap input[type="number"], 
    .ht-appintment-member-wrap input[type="tel"], 
    .ht-appintment-member-wrap input[type="range"], 
    .ht-appintment-member-wrap input[type="date"], 
    .ht-appintment-member-wrap input[type="month"], 
    .ht-appintment-member-wrap input[type="week"], 
    .ht-appintment-member-wrap input[type="time"], 
    .ht-appintment-member-wrap input[type="datetime"], 
    .ht-appintment-member-wrap input[type="datetime-local"], 
    .ht-appintment-member-wrap select {
        height: 35px;
    }
    .contact-box img.appointmentbox-img {
        height: 330px;
    }
    .ht-blog-excerpt h5 a {
        font-size: 15px;
    }
    .ht-blog-excerpt p {
        font-size: 12px;
        line-height: 18px;
    }
    .ht-blog-date .fa, .ht-blog-comment i{
        font-size: 14px;
    }
    .ht-blog-date, .ht-blog-comment {
        font-size: 10px;
    }
    h2.newsletter-title {
        font-size:22px;
    }
    
   #testimonials-section .sectionspace {
    padding: 3em !important;
}
#testimonials-section .testi-icon i {
    color: #ffc22c;
    font-size: 80px;
}
#ourprocess-post-section .ourprocess-num, 
#ourprocess-post-section .ourprocess-num:before, 
#ourprocess-post-section .ourprocess-num:after {
    height: 150px !important;
    width: 150px  !important;
}
.ourprocess-num span {
    font-size: 80px  !important;
    line-height: 145px  !important;
}
#ht-newslatter-section .newsicon i {
    width: 200px;
    height: 200px;
    font-size: 105px;
    line-height: 190px;
}
#innerpage-box div#content-box .innerboxgall img {
    height: 200px;
}
#ht-masthead ul.themetext li, #ht-masthead li.header-emailicon a , #ht-masthead ul.themetext li span {
    font-size: 13px !important;
}
#skill-section .overlay {
    padding: 6em 2em;
}
.header-inquiry-btn .head-button a {
    padding: 13px 15px;
    font-size: 12px;
}
.ht-site-title, .site-title {
    font-size: 30px;
}
.header-inquiry-btn .head-button {
    margin-top: 30px;
}
.facility-post .hi-icon {
    width: 70px;
    height: 70px;
}
.facility-post .hi-icon span {
    line-height: 65px;
}

.col-md-3.col-sm-12.facspace .facility-post .hi-icon {
    width: 60px;
    height: 60px;
}
.col-md-3.col-sm-12.facspace .facility-post .hi-icon span {
    line-height: 55px;
    font-size: 40px;
}
.causesrightbox {
    margin: 0 1em;
}
#ht-gallery-section .lz-gallery-images img {
    height: 240px;
}
#innerpage-box #content-box .lz-gallery-images img {
    height: 230px;
}
#ht-blog-section .ht-blog-post {
    padding: 1.5em 1.5em 1em;
}
#ht-blog-section .ht-blog-post h5 a {
    font-size: 15px;
}
#ht-blog-section .ht-blog-excerpt {
    font-size: 13px;
    line-height: 19px;
}
#ht-blog-section .ht-blog-date {
    font-size: 12px;
}
#ht-blog-section .ht-blog-date b {
    font-size: 20px;
}
#ht-blog-section .blog-read-more a {
    padding: 11px 2.5em;
    font-size: 12px;
}
#ht-blog-section .lz-blog-text {
    margin: 0 8em 10px;
}
.ht-slide-caption
 {
    left: 50%;
    width: 470px;
}
.sliderimg {
    width: 510px;
}
#ct-service-box .serviceBox .box-content {
    padding: 4em 10px;
}
#featured-content-section .col-md-3.col-sm-12 .featured-post {
    padding: 2em 1.5em;
}
.page-template-default #innerpage-box #content-box h3, .page-template #innerpage-box #content-box h3 {
    font-size: 15px !important;
}
#featured-product-section .slider {
    height: 620px;
        margin: auto 0 0 5px;
    padding: 50px 0 0 0;
    width: 100%;
}
#featured-product-section .slider .slide-item {
    margin-right: 0px;
    width: 288px;
    margin-left: 19px;
}
#counter-section {
    padding: 1em !important;
}
#counter-section .counterBox div.title {
    font-size: 16px;
}
#counter-section .counternum {
    font-size: 30px;
}
#counter-section .counterBox {
    margin: 2em 0;
}
#testimonials-section img {
    height: 150px;
}
#innerpage-box .testimonial-content-box img {
    height: 215px;
}
#innerpage-box .testimonial-content {
    padding: 25px 25px;
    font-size: 14px;
    top: 35px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before {
    left: 430px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before {
      left: -465px;
}
#ct-popularapp-box .owl-item.active {
    margin-right: 23px !important;
    width: 21% !important;
}

}

@media screen and (max-width: 600px){
    #ht-home-slider-section {
    height: 635px;
}
.ht-slide-overlayphone{
    height: 875px;
    display: block;
}
.ht-slide-overlay {
    display: none;
}
.bx-wrapper .bx-viewport {
    overflow: visible !important;
}
.slider-highlight {
    font-size: 18px;
}
#ht-home-slider-section .fa.hi-icon {
    line-height: 42px;
}
#ht-home-slider-section .hi-icon {
    width: 50px;
    height: 50px;
}
.sliderbtn .ht-slide-cap-descmore {
    background: none;
    margin: 10px 0 0;
    display: inline-block;
}
.sliderimg {
    top: 30px;
    left: 0px !important;
    height: 380px;
    width: 425px;
}
.ht-slide-caption {
    width: 85%;
    left: 70% !important;
    padding: 10px 1em;
    top: 128% !important;
}

}

@media screen and (min-width: 1024px) and (max-width: 1199px){ 
#ht-about-us-section .highlightbox {
    width: 122%;
    right: -30px;
    bottom: -30px;
    height: 230px;
}
.ht-section-subtitle {
    font-size: 32px;
}
.ht-section-title {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

}


@media screen and (min-width: 476px) and (max-width: 725px){
.ht-slide-caption {
    top: 50%;
    left: 70%;
}
}

@media screen and (min-width: 767px) and (max-width: 990px){
#ht-about-us-section .row.aboutcontent {
    margin: 0;
}
#ht-about-us-section .highlightbox {
    width: 125%;
    right: -40px;
    bottom: -38px;
    height: 335px;
}
.col-md-3.col-sm-12.facspace .facility-post .hi-icon span {
    font-size: 48px;
}
.facility-post h5 {
    font-size: 18px;
}
ul.themetext {
    text-align: center;
    }
#ht-masthead .header-social-links {
    position: relative;
    text-align: center;
}
.toggle-bar {
    top: -52px;
    right: -22px;
}
.ht-main-navigation .ht-menu {
   right: -10px;
    top: -12px;
}
#ht-masthead .header-left {
    top: 33px;
}

}


@media screen and (max-width: 990px){
#featured-product-section .slider .slide-item {
    margin-right: 0px;
    width: 290px;
    margin-left: 30px;
}
}

@media screen and (max-width: 700px){
#featured-product-section .slider .slide-item {
    margin-right: 0px;
    width: 280px;
    margin-left: 10px;
}

#featured-product-section .slider {
    margin: auto 0 0 22px;
}

}

@media screen and (max-width: 768px){
    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: 8px 25px 8px 40px !important;
    }
    .single-productpage .innerpage-whitebox,
    .single-productpage #sidebars {
    margin-top: 20px;
}
    section#support-content-section img{
        position: relative !important;
    }
    section#testimonials-box .owl-nav button.owl-prev span {
    left: -20px;
}
    section#testimonials-box .owl-nav button.owl-next span {
    right: -20px;
}
    section#testimonials-box h2.title:before {
    /*left: 0px;*/
}
    section#faq-teachers-section .lightbox {
    padding: 0em 1em 4em 1em !important;
}
    .ht-footer.ht-footer1,
    .ht-footer.ht-footer2,
    .ht-footer.ht-footer3,
    .ht-footer.ht-footer4 {
    width: 100% !important;
}
    #ht-contact-section .contact-content.padding0.contact-contentbox {
    padding-left: 15px !important;
}
    #ht-contact-section .contact-content {
    font-size: 15px;
}
#ht-contact-section .phonef {
    font-size: 23px;
}
    #ht-contact-section .contact-content span {
    font-size: 13px;
}
    section#ht-ourfeatured-us-section .ourfeatured-post .title {
    width: 190px !important;
}
    section#ourprocess-post-section i.fa.fa-arrow-right {
    right: 60px !important;
}

   section#skills-content-section .skillsleftbox.wow.slideInLeft {
    margin-bottom: 30px;
}
    section#skills-content-section i.fa{
        left: 0 !important;
    }
    section#skills-content-section .dlab-separator[class*="style-"]:before {
   top: 35%;
    left: -85px !important;
    width: 80px;
    height: 15px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    right: 25px;
    margin: 0 auto;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}
section#skills-content-section .dlab-separator[class*="style-"]:after {
    top: 35%;
    left: 55px !important;
    width: 80px;
    height: 15px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #01beff;
    -ms-transform: translateY(-50%);
}

    #skills-content-section .ct-title-tagline {
    text-align: center;
}
    #ct-service-box .lightbox {
    padding: 3em 0 !important;
}
    #ct-service-box .servicecontent-box {
    text-align: center;
    padding-top: 25px;
}
    #ht-masthead{
        position: relative;
        background: #2e2e2e;
    padding-bottom: 30px;
    }
    #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, .header-top-theme .ht-main-navigation li{
        position: relative;
        float: none;
        top: 0;

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


}
@media screen and (min-width: 320px) and (max-width: 475px){
    #ht-contact-section .contact-content {
    font-size: 13px;
    padding: 0;
}
        section#ht-contact-section .col-md-offset-2 {
    margin-left: 2.666667% !important;
}
 #ht-contact-section .contact-content a{
    font-size: 13px !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;
}
    section#ht-ourfeatured-us-section .featured-icon{
        bottom: -30px !important;
    }
    section#ht-ourfeatured-us-section .lightbox {
    padding: 3em 0 1em 0 !important;
}
    #ht-masthead {
    padding-bottom: 10px;
}
    #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: 15px !important;
        display: block !important;
    }
    #ht-masthead .padding0.header-shape {
    float: left;
}
    #ht-masthead .padding0.header-shape{
        text-align: left !important;
    }
    .ht-slide-cap-title{
        line-height: 35px;
    }
    .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;
}
.test-box {
    padding: 20px 20px 40px 20px;
}
.bannerbox .lz-banner-maintitle {
    font-size: 47px;
    line-height: 50px;
}
.bannerbox .lz-banner-maintitlehightlight {
    font-size: 70px;
}
.bannerbox .bannercontentbox {
    width: 100%;
}
.bannerbox .lz-banner-text {
    font-size: 20px;
    width: 100%;
}
.appointbox .appointcontentbox {
    padding: 3% 5% 3% 5%;
}
.appointcolorbox {
     padding: 10px;
}
.lz-appointimg-title {
    margin:0;
}
.lz-appointimg-subtitle{
    font-size: 14px;
}
.lz-appointimg-title {
    font-size: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday {
    font-size: 14px;
    line-height: 18px;
}
.lz-appointimg-text {
    font-size: 12px;
    margin-bottom: 7px;
}

#ht-appintment-section .textbox2 .phone {
    font-size: 13px;
}
#ht-appintment-section .textbox2 a {
    font-size: 15px;
}
#ht-appintment-section .color-box .textbox1 {
    padding:10px;
}
#ht-appintment-section .color-box .textbox2 i{
    font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
    padding: 13px 40px;
}
#ht-appintment-section .box-effect {
       padding:0;
}
.ht-slide-caption {
    top: 135%;
}
.sliderimg {
      top: 30px;
    left: 0px !important;
    height: 380px;
    width: 425px;
}
#ct-service-box .serborder:after, #ct-service-box .serviceBox:before {
    bottom: 0;
}
.aboutimgborder:after {
    left: 50%;
}
#innerpage-box .test-contentbox {
    border-radius: 65px 0;
    padding: 20px;
}
#innerpage-box .testefferct i {
    margin-bottom: 10px;
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    text-align: left;
    background: #9bb70d;
   min-width: 100%;
    z-index: 999;
    padding: 8px;
    margin-top: 4px;
    border-top: 2px solid #2d2d2d;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 6px 5px 0;
}
#ht-sliderform-section h2.sliderform-title {
    padding: 0px;
}
#ht-home-slider-section .ht-slide-cap-descmore a {
    padding: 0;
    font-size: 12px;
}
#ht-home-slider-section .ht-slide-cap-descmore a i {
    padding: 0px 8px;
    font-size: 22px;
    top: 0px;
}
.sliderborder:before {
    top: -6px;
    height: 2px;
}
.ht-slide-cap-title {
    font-size: 5vw;
    margin-bottom: 5px;
}
.ht-slide-cap-desc {
    font-size: 3vw;
}
#ht-about-us-section .aboutbox-img {
    width: auto;
    margin: 1em 0 0;
}
h2.lz-need-heading {
    font-size: 35px;
}
.lz-need-subheading {
    font-size: 20px;
}
.ht-content.lz-need-text {
    font-size: 13px;
}
.counter-post-boxes {
    margin: 0 0em;
}
#ht-gallery-section .lz-gallery-images img {
    height: 250px;
}
#innerpage-box #content-box .lz-gallery-images img {
    height: 240px;
}
 .ht-slide-caption {
       width: 85%;
    left: 70% !important;
    padding: 10px 1em;
}
#featured-product-section .slider .slide-item {
    width: 342px;
}
#innerpage-box .testimonial-content-box img {
    height: 100%;
}
#innerpage-box .testimonial-content {
    top: -32px;
    left: -32px;
    padding: 25px 25px;
}
#innerpage-box #content-box .testimonial-content-box h6 {
    margin-top: -15px !important;
    padding: 0;
}

#innerpage-box .testimonial-content-box {
    margin: 10px;
}
.page-template-default #innerpage-box #content-box .testimonial-content-box h6 {
    padding: 0;
}


}
@media screen and (min-width: 320px) and (max-width: 375px){
    section#testimonials-box h2.title:before {
    left: -19px !important;
}
    section#ourprocess-post-section i.fa.fa-arrow-right {
    right: 40px !important;
}
    #ht-masthead ul.themetext li{
        padding-left: 12px !important;
    }
    .ht-blog-date .fa{
        font-size: 15px;
    }
    #blog-box .ht-blog-date{
        padding: 5px 5px 5px 13px;
    }
    .socialMedia a {
    font-size: 10px !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-main-navigation .ht-menu {
        top: -118px;
    }
    #ht-masthead input[type="submit"]{
        top: 23px;
        right: 30px;
    }
    .appointment-content, .appointment-content a {
        font-size: 10px;
    }
    .upper-header {
        margin: 0px 0;
    }
    .logobox .ht-site-title, .logobox .site-title {
        font-size: 22px;
    }
    .lower-header .header-social-links {
        padding: 0px 10px;
    }
   .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: 13px !important;
    padding: 9px 10px !important;
}
.contact-box img.appointmentbox-img {
        height: 440px;
}
#ht-appintment-section .box-effect {
    padding:0;
}
 .skills-icon span {
        font-size: 70px;
    }
    #skill-section .skillnum {
        font-size: 25px;
        line-height: 5px;
        top: 12px;
        margin-bottom: 8px;
    }
    #skill-section .skillsBox h3.title {
        font-size: 20px;
    }
#skill-section .skillnum {
    font-size: 40px;
    margin-bottom: 15px;
}
    #skill-section .skillsBox {
    padding: 2em 0;
}
.test-content {
    padding: 0 0.2em 0 0.5em;
}
#innerpage-box div#content-box .innerboxgall img {
    height: 200px;
}
#ht-about-us-section .highlightbox {
    width: 120% !important;
}
.facility-post .hi-icon {
    width: 70px !important;
    height: 70px !important;
}
.facility-post .hi-icon span {
    line-height: 65px !important;
}
#innerpage-box #content-box .lz-gallery-images img {
    height: 200px;
}
#ht-blog-section .ht-blog-date b {
    font-size: 16px;
        padding-right: 8px;
    margin-right: 12px;
}
#ht-blog-section .ht-blog-date {
    font-size: 10px;
}
#ht-blog-section .ht-blog-date span {
    top: -4px;
}
#ht-blog-section .blog-read-more a {
   padding: 5px 1em;
    font-size: 10px;
}
.ht-blog-ucomment i {
    font-size: 9px;
    padding-right: 1px;
}
#ht-home-slider-section {
    height: 620px;
}
.sliderimg {
    top: 30px;
    left: 0px !important;
    height: 380px;
    width: 365px;
}
#featured-product-section .slider {
    margin: auto 0 0 0px;
    width: 100%;
}
#counter-section .triangle {
    left: 31%;
}
#ht-contact-section .overlay {
    padding:2em 1em !important;
}
.ht-blog-ucomment {
    font-size: 9px;
}
.ht-blog-ucomment i {
    font-size: 12px;
    padding-right: 2px;
}
.ht-newslatter-member-wrap input[type="submit"] {
    width: 55px;
}
#ht-newslatter-section .wpcf7:after {
    top: 26px;
    right: 10%;
    font-size: 25px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before {
    left: -175px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before {
    left: 135px;
}
.ht-slide-overlayphone {
    height: 890px !important;
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
    width: 100%;
    height: 250px;
    left: 18px;
}
#ht-about-us-section .aboutbox-img .spinner {
    width: 280px;
    height: 280px;
}


}
@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;
    }
    #ht-gallery-section .lz-gallery-images img {
    height: 210px;
}
#innerpage-box #content-box .lz-gallery-images img {
    height: 170px;
}
#ht-team-section .ht-team-member-image {
    height: 175px !important;
    width: 175px !important;
}
#ht-team-section .ht-team-member:hover .ht-team-social-id {
    top: 50% !important;
}
#innerpage-box #content-box .innerteampagebox .team-member-designation {
    font-size: 13px;
}
#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a{
    font-size: 12px;
}

#innerpage-box #content-box .innerteampagebox .ht-team-social-id li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#innerpage-box #content-box .innerteampagebox:hover .ht-team-social-id {
    bottom: 3px;
}

}
@media screen and (min-width: 376px) and (max-width: 425px){

    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 8px;
    }
    .toggle-bar{
        top: 38px;
    }
    .ht-main-navigation .ht-menu {
        top: -120px;
    }
    .header-top-theme .ht-main-navigation .ht-menu{
        top: 8px;
    }
    .lower-header .contact-border {
        font-size: 11px;
    }
    #ht-masthead .header-box {
        padding: 2px 18px 3px 43px;
    }
    .lower-header .header-social-links {
        padding: 0 10px;
        margin: 0px 0;
    }
    .logobox .ht-site-title,  .logobox .site-title {
        margin: 2px 0;
    }
    .lower-header {
        padding-top: 10px;
    }
    .logobox .ht-site-title, .logobox .site-title {
         margin: 3px 0;
     font-size: 22px;
    }
    .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: 3px 11px;
    }
   .toggle-bar {
    top: -156px;
    right: -3px;
}
    #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;
    }
    .lower-header {
         padding-top: 0px;
    }
    #ht-masthead .header-box {
        padding: 2px 10px 0px 5px;
    }
    .contact-border .themetext {
        font-size: 9px;
    }
    .contact-border .themedata {
        font-size: 11px;
    }
   /* .single-post #content-box {
        margin-top: 105px;
    }*/
    #ht-masthead .header-left {
        padding: 5px 5px;
    }
    .header-shape {
        padding: 10px 2px;
    }
    h5.lz-services-heading-bgtext,
    h5.lz-about-heading-bgtext, 
    h5.lz-facility-heading-bgtext,
    h5.lz-gallery-heading-bgtext,
    h5.lz-video-heading-bgtext,
    h5.lz-package-heading-bgtext,
    h5.lz-testimonials-heading-bgtext,
    h5.lz-appointment-heading-bgtext,
    h5.lz-blog-heading-bgtext {
        font-size: 45px;
        top: 45px;
    }
    .ht-section-title {
        font-size: 30px;
    }
     .facility-sec:nth-child(2) .facility-post{
        border-top: 1px solid #dadada !important;
    }
    .facility-sec:nth-child(odd) .facility-post {
        border-right: none;
    }
    .apointmentmain-box .socials {
         margin-top: 0px;
    }
    .contact-sm-links li a {
        font-size: 13px;
        padding: 5px 7px;
    }
    #testimonials-section .testimonial-content {
        margin:0 0 10px;
    }
    .testimonial-content-box {
        padding: 0;
    }
    #testimonials-section .team-thumb img {
        height: 120px;
        width: 130px;
        top: 62px;
    }
    .facility-sec:nth-child(even) .facility-post {
        padding:0;
        padding-bottom: 10px;
    }
    .facility-sec:nth-child(odd) .facility-post {
        padding:0;
         padding-bottom: 10px;
    }
    #ht-masthead .header-left {
        top: 30px !important;
    }

}
@media screen and (min-width: 320px) and (max-width: 374px){
    #ht-masthead input[type="submit"] {
        left: 223px;
    }
#ht-about-us-section .highlightbox {
    width: 125% !important;
    height: 175px !important;
}
.whychooseus-post {
    padding: 0;
}

}
@media screen and (max-width: 320px){
.sliderimg {
    height: 285px;
}
#ct-service-box .serviceBox .box-content {
    padding: 4.5em 10px;
}
.page-template-default #innerpage-box #content-box h3, .page-template #innerpage-box #content-box h3 {
    font-size: 14px !important;
}
.ht-slide-caption {
    top: 150% !important;
}
.ht-slide-overlayphone {
    height: 935px !important;
}
.ht-slide-cap-title {
    font-size: 7vw;
}
.ht-slide-cap-desc {
    font-size: 3.5vw;
}
.sliderimg {
    width: 290px;
}
#featured-product-section .slider .slide-item {
    margin-right: 0px;
    width: 275px;
    margin-left: 10px;
}
#featured-product-section .slider {
    margin: auto 0 0 0px;
        width: 100%;
}
#ht-team-section .ht-team-member-image {
    height: 175px !important;
    width: 175px !important;
}
#ht-team-section .ht-team-member:hover .ht-team-social-id {
    top: 50% !important;
}
#counter-section .triangle {
    left: 29%;
}
.page-template-default #innerpage-box #content-box .testimonial-content-box h6 {
    font-size: 14px !important;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-next:before {
    left: 105px;
}
#ct-popularapp-box .owl-carousel .owl-nav button.owl-prev:before {
    left: -150px;
}
#ht-about-us-section .aboutbox-img .spinner {
    width: 225px;
    height: 225px;
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
    width: 100%;
    height: 195px;
    left: 18px;
}

}

/**/
#ht-appintment-section .ht-appintment-member-wrap input[type="submit"] {
    color: #fff;
    background: #fb216a;
    padding: 7px 20px 5px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid transparent;
    /* height: 50px; */
    margin: 10px auto 0;
    display: block;
    font-family: 'Roboto',sans-serif;
}
#ht-appintment-section .ht-appintment-member-wrap input[type="submit"]:hover {
    background: #fff;
    color: #fb216a;
    border-radius: 2px;
    border: 1px solid #fb216a;
    opacity: 1;
   /* padding: 4px 20px 5px;*/
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    #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-slide-caption {
        top: 55%;
        left: 43%;
        width: 400px;
        margin-left: -40%;
    }
    .ht-slide-cap-title {
       font-size: 47px;
    line-height: 50px;
    }
    .ht-slide-cap-desc {
        font-size: 14px;
        line-height: 1.4;
            margin-top: 15px;
    }
    #ht-home-slider-section .ht-slide-cap-descmore a {
           padding: 8px 25px 10px;
        font-size: 15px;
        margin-top: 0px;
    }
    .sliderborder:before {
        height: 3px;
        top: -3px;
    }
    #ht-sliderform-section h2.sliderform-title {
        padding: 0px 1em;
        font-size: 20px;
    }
    #ht-sliderform-section .slider-num {
        font-size: 20px;
        margin-top: 10px;
    }
    #ht-sliderform-section .slider-num i {
        color: #010000;
        font-size: 22px;
        position: relative;
        padding: 5px 15px 0 0;
    }
    .ht-slider-member-wrap input[type="text"], .ht-slider-member-wrap input[type="email"], .ht-slider-member-wrap input[type="url"], .ht-slider-member-wrap input[type="password"], .ht-slider-member-wrap input[type="search"], .ht-slider-member-wrap input[type="number"], .ht-slider-member-wrap input[type="tel"], .ht-slider-member-wrap input[type="range"], .ht-slider-member-wrap input[type="date"], .ht-slider-member-wrap input[type="month"], .ht-slider-member-wrap input[type="week"], .ht-slider-member-wrap input[type="time"], .ht-slider-member-wrap input[type="datetime"], .ht-slider-member-wrap input[type="datetime-local"], .ht-slider-member-wrap input[type="color"], .ht-slider-member-wrap input[type=file], .ht-slider-member-wrap textarea {
    padding: 16px 15px;
    font-size: 12px;
    /* border-bottom: none; */
}
#ht-sliderform-section .ht-slider-member-wrap select{
     font-size: 12px;
     height: 30px;
}
.ht-slider-member-wrap {
    font-size: 12px;
}
#ht-sliderform-section span.wpcf7-form-control.wpcf7-checkbox, 
#ht-sliderform-section span.wpcf7-form-control.wpcf7-radi, 
#ht-sliderform-section span.wpcf7-form-control.wpcf7-acceptance, 
#ht-sliderform-section span.wpcf7-quiz-label {
    text-align: left;
     float: none; 
}
#ht-sliderform-section .btnicon i {
        bottom: 42px;
    right: 8px;
    padding: 9px 12px;
}
#ht-sliderform-section .ht-slider-member-wrap input[type="submit"] {
    font-size: 16px;
}

    .ht-slider-highlighttext {
        font-size: 30px;
    }
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 35px;
    }
    
    .ht-slide-cap-descmore {
        margin-top: 20px;
    }
    #ht-appintment-section .box-effect {
         padding: 0;
    }
    #ht-appintment-section .color-box .textbox1{
        font-size: 18px;
        padding: 0px 9px 5px;
    }
    #ht-appintment-section .color-box .textbox2 {
        padding: 0px 13px 5px;
    }
    #ht-appintment-section .textbox2 .phone {
        font-size: 19px;
    }
    #ht-appintment-section .textbox2 a {
        font-size: 20px;
    }
    #ht-masthead ul.header-menu-links li {
        font-size: 12px;
           padding: 2px 5px;
    }
    #ht-masthead ul.header-menu-links li.themetext {
          font-size: 12px; 
          padding: 2px 5px;
    }
    .ht-site-description a {
          font-size: 12px;
    }
    #ht-appintment-section .color-box {
        top: 0px;
    }
.ht-main-navigation a {
    font-size: 14px;
}
.header-top-theme .ht-main-navigation a {
    font-size: 10px;
}
#ht-newslatter-section h2.lz-newslatter-heading {
    font-size: 28px !important;
}

#ct-popularapp-box .popularappbox {
    margin: 5em 3em 0;
}
.page-template-default #innerpage-box #content-box .testimonial-content-box h6 {
    margin-top: 25px;
}
#ht-about-us-section .aboutbox-img .secondry-bg-img {
    width: 385px;
    height: 385px;
}
#ht-about-us-section .aboutbox-img .spinner {
    width: 415px;
    height: 415px;
}


}

@media screen and (min-width: 320px) and (max-width: 320px){
    .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;
}
 .header-top-theme .ht-main-navigation .ht-menu{
     top: 8px;
}
.toggle-bar {
    top: -185px;
    right: -3px;
}
.ht-main-navigation .ht-menu {
    top: -145px;
}
 #ht-masthead ul.themetext li {
    font-size: 13px !important;
}
.socialMedia a {
    font-size: 8px !important;
    padding: 5px 5px;
}
.ht-newslatter-member-wrap input[type="text"], .ht-newslatter-member-wrap input[type="email"], .ht-newslatter-member-wrap input[type="url"], .ht-newslatter-member-wrap input[type="password"], .ht-newslatter-member-wrap input[type="search"], .ht-newslatter-member-wrap input[type="number"], .ht-newslatter-member-wrap input[type="tel"], .ht-newslatter-member-wrap input[type="range"], .ht-newslatter-member-wrap input[type="date"], .ht-newslatter-member-wrap input[type="month"], .ht-newslatter-member-wrap input[type="week"], .ht-newslatter-member-wrap input[type="time"], .ht-newslatter-member-wrap input[type="datetime"], .ht-newslatter-member-wrap input[type="datetime-local"], .ht-newslatter-member-wrap input[type="color"], .ht-newslatter-member-wrap input[type="file"], .ht-newslatter-member-wrap textarea, .ht-newslatter-member-wrap select {
    padding: 0px 53px 0 12px;
    font-size: 14px;
}
#ht-newslatter-section .wpcf7:after {
    right: 12%;
}

}

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

    #ht-about-us-section .highlightbox {
        width: 120% !important;
        right: -13px !important;
        bottom: 0 !important;
        height: 170px !important;
    }
   .aboutimgborder {
    overflow: hidden;
}
#ht-about-us-section .aboutbox-img img {
    width: 100%;
    height: 100%;
}
#ht-about-us-section .aboutbox-img {
    width: 100%;
}

}


div#content li.blocks-gallery-item:before {
    content: none;
}
div#content li.blocks-gallery-item {
    padding: 14px 14px 0 14px;
}
div#content li.blocks-gallery-item img:hover {
    opacity: 0.5;
}
div#ht-contactus-wrap .contact-sm-links {
    margin-bottom: 35px;
}
#ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook {
    padding: 4px 3px;
}
div#sitemap-box h3 {
    font-size: 20px;
    background: #2e2e2e;
    display: inline-block;
    padding: 15px 25px;
    color: #ffffff;
    border: 5px solid #ffc22c;
}
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;
    border: 1px solid #ccc !important;
}
.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;
}
/*.ht-top-footer ul li:before {
       content: "\f068";
    font-family: 'Fontawesome';
    font-size: 14px;
    padding-right: 10px;
}*/


/*=========== inner services page ==========*/
#innerpage-box #content-box .serviceBox {
    display: none;
}
#innerpage-box #content-box .serbox h3 {
   display:block;font-size:22px;font-weight:700;color:#fff;margin:10px 0 10px; padding: 0 5px;text-align: center;color: #fec22c;
}
.innerserviceBox{position:relative; overflow:hidden;text-align: center;}
.innerserviceBox:after,.innerserviceBox:before{content:'';width:100%;height:100%;background:rgba(11,33,47,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.innerserviceBox:after{background:rgba(255,255,255,.3);border:2px solid #fec22c;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.innerserviceBox:hover:before{opacity:1}
.innerserviceBox:hover:after{left:-170%}
.innerserviceBox img{width:100%;height:auto}
.innerserviceBox .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
.innerserviceBox:hover .box-content{bottom:35%}
/*.innerserviceBox .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px; padding: 0 5px;}*/
.innerserviceBox .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.innerserviceBox .icon{margin:0}
.innerserviceBox .icon li{display:inline-block}
.innerserviceBox .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#fec22c;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
.innerserviceBox .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){
    .box{
        margin-bottom:30px
    }
}

#innerpage-box #content-box .serbox .innerserviceBox h3 {
    display: block;
}
#innerpage-box #content-box .innerserviceBox ul li:before {
    display: none;
}
#innerpage-box #content-box .serbox{
    margin-bottom: 30px;
}

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