/*
Theme Name: Play School Kindergarten Pro
Theme URI: https://www.luzuk.com/themes/premium-kindergarten-wordpress-theme/
Author: Luzuk
Author URI: http://www.luzuk.com/
Description: Play School Kindergarten is a beautiful and professional WordPress theme made for kindergartens, nurseries, play schools, preschools, childcare centres, elementary and primary schools
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: play-School-Kindergarten-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;

}

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: 16px;
    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{
    margin:20px 0 15px 0;

}

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

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

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

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

blockquote {
    margin: 0 15px;
}


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

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

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    padding: 0;
	font-size: 16px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
	font-size: 16px;
}

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"] {
    padding: 0 20px;
    height: 40px;
    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: #333;
}

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: none;
    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: 3px 8px;
    height: 40px;
    font-size: 14px;
    background: none;
    border: 1px solid #fff;
    margin-bottom: 10px;
   color: #fff;
   width: 100%;
     font-family: 'Poppins', sans-serif;

}

textarea {
    padding: 8px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #a556d4;
    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: #434343;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

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




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

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

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

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

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



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

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

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


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
 padding: 10px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    margin: -31px 0 20px -16px;
    color: #FFF;
    border-radius: 5px 0 5px 5px;
}

.widget-area .widget-title:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    top: 0px;
    right: -10px;
    border-width: 0 0 15px 10px;
    border-radius: 0 10px 0 0;
}

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

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

.widget-area .widget{
   margin-bottom: 25px;
    padding: 1em 1em 1em 1em;
    background: #fff;
    border: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
#secondary ul li {
    list-style: disc;
    padding: 0;
    margin: 7px 0;
    line-height: 130%;
    margin-left: 19px;
}
form#searchform input[type="text"] {
    color: #000;
}
div#sidebars input[type="text"] {
    border: 1px solid #ccc;
}

#secondary{

}

#secondary input[type="text"]{
    width: 115px;
}



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

.bypostauthor {
    display: block;
}

.author-email-url{
    margin-left: -2%;
}

.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;
    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:#494848;
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

.pagingation a:hover{
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.pagingation .current{   
    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: 33.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;
}



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

.breadcrumbbox {
    padding:13px 0;
    color:#ee5636;
    border-bottom: 1px solid #ccc;
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}




/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.logobox img {
    /*padding-top: 5px;
    height: 57px;*/
}

.header-right-box i {
    padding-right: 5px;
}
.header-social-links a span {
    padding-top: 10px;
}
#ht-masthead .main-header {
    padding: 0 0px 10px 0px;
}
#ht-masthead{
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    width:100%;
}
.lower-header {
   padding-top: 5px;
    padding-bottom: 5px;
}
.header-right-box{
   padding-top: 10px;
}
.header-right-box .mailto a{
}
.header-right-box div{
	color:#fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.header-right-box .themetext{
	color:#454545;
}
.header-box{
}
.header-box .logobox {
    margin-top: 5px;
    margin-bottom: 5px
}
.header-social-links{   
	/*text-align: right;*/
    text-align: right;

}
.header-social-links a{
      margin: 0 5px;   
    font-size:15px;
	color:#e4cdf2;
}

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

.ht-sticky-header #ht-masthead{
	background:#fff;
}
.ht-sticky-header #ht-masthead .main-header{
	display:none;
}


.ht-sticky-header #ht-content{
    position: relative;
    z-index: 9;
    padding-top: 94px;
}

#ht-site-branding{
    padding:5px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding{
    padding: 5px 0;
}

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

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

.ht-main-title{
    margin: 15px 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

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

.ht-site-title, .site-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
}

.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #2e2e2e;
}

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

.ht-site-description a{
    color: #2e2e2e;
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
}

.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;
}
.upper-header {

	/*border-top:2px solid #2e2e2e;*/
}

.contact-border {
	border-left: 1px solid #ececec;
    padding: 5px 0px 5px 20px;
    margin-left: -20px;
}
.header-btn-box button{
	padding: 0 25px;
    margin: 30px 0;
    border-right: 4px solid #efad8e;
}
.header-btn-box button a {
	font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.login ul{
	text-align:right;
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
.login ul li{
	display: inline-block;
	border-right:1px solid #fff;
    padding:0 10px;
    line-height: 18px;
}
.login ul li a{
	color:#fff;
}
.login ul li:last-child{
	border:none;
}
.searchbox{
	border:1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius:5px;  
  -moz-border-radius:5px;
	margin-top: 5px;  
}
.searchbox input[type='submit']{
	background:url(images/searchicon.png)no-repeat scroll center;
	text-indent: -99999px;
}
.searchbox input[type="text"]{
	background:none;
	width: 82%;
	color:#fff;
}

@media screen and (min-width:300px) and (max-width: 769px) {
	.header-social-links {    
		text-align: center;
		margin: 0;
	}
	.login ul {
    text-align: center;
	}
	.upper-header{
		
	}
	.page-template-home-template .ht-main-navigation .current_page_item > a, .page-template-home-template .ht-main-navigation .current-menu-item > a {   
		background:none;
		color:#fff;		
	}
	.ht-main-navigation .current_page_item > a, .ht-main-navigation .current-menu-item > a{
		background:none !important;
	}
	.ht-main-navigation li a{
		color: #fff !important;
		background:none !important;
	}
}
@media screen and (max-width: 426px) {
	.contact-border {
		border:none;
	}
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.textcenter{
    text-align: center;
}

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

section{
    background: #FFF;
}
section .darkbox{
    padding:5em 0;
    background: rgba(0,0,0,0.1);
}
section .lightbox{
    padding:3em 0;
	background-repeat:no-repeat;
	background-size:cover
}
.padding0{
    padding: 0;
}
.margin0{
	margin:0;
}

section .darkbox .ht-section-title-tagline h2{
    color:#fff;
}

#ht-about-us-section .ht-section-title-tagline {
    text-align: left;
}

.lz-featured-heading{
	position: relative;
    display: inline-block;
}
.ht-section-title-tagline .lz-newslatter-heading{
	/*position: relative;
    display: inline-block;*/
    font-size: 28px;
}
/*.feature-border:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5%;
    border-width: 4px;
    border-style: solid;   
    right: 47%;
    bottom: -10px;
    border-top: none;
    border-right: none; 
}
*/
.ht-section-title{
   font-weight: bold;
    font-size: 32px;
    margin: 0 auto 3px;
    padding:3px 0;
	position: relative;
    display: inline-block;
}

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

.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
.lz-featured-text, .lz-featured-Page-text, .lz-featured-cources-text {
	font-size: 14px;
    /* line-height: 27px; */
    /* font-weight: 400; */
    /* text-transform: uppercase; */
    position: relative;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.featured-post h5 {
	color:#ffffff;
    font-family: 'Poppins', sans-serif;

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.ht-main-navigation li:last-of-type{
    /*border: 1px solid #a556d4;
    border-radius: 3px;*/
}
.ht-main-navigation li a:hover{
color: #ffffff;
}
#ht-site-top-navigation {
	 width:100%;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.ht-main-top-navigation ul{
	list-style: none;
    margin: 3px;
    padding-left: 0;
	margin-left: 40px;
}
.ht-main-top-navigation li{
	float: left;
    position: relative;
    margin-left: 10px;
}
.ht-main-top-navigation li a{
	color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 15px;
}

#ht-site-navigation{
    width:100%;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
        padding-top: 21px;
}

.ht-sticky #ht-site-navigation{
    padding: 17px 0;
}


.ht-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.ht-main-navigation li {
    float: left;
    position: relative;
	margin:0 0px;
}
.ht-main-navigation li:hover {
   /* border-radius: 5px;*/
}
.ht-main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 13px;
    font-weight: 300;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding-top: 5px;
    padding-bottom: 5px;
        font-family: 'Poppins', sans-serif;

}
.ht-main-navigation li a:hover{
	/*border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; 
    -moz-border-radius:0 0 10px 10px; */
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    /*background: #FFF;*/
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 25px;
    border-top: 2px solid #fe5722;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05)
}

.ht-sticky .ht-main-navigation ul ul{
    margin-top: 17px;
}

.ht-main-navigation .ht-menu > ul > li:last-child > ul{
    left: auto;
   /*right: 0;*/
}

.ht-main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 8px;
    border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
    margin-top: 0
}

.ht-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 13px;
}
.ht-main-navigation li a{
	 color: #000;
}
.ht-main-navigation li:hover > a{
	 color: #ffffff;
	 /*border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; 
    -moz-border-radius:0 0 10px 10px; */
}
.ht-main-navigation ul ul li a{	
	 color: #fff;
}
.ht-main-navigation ul ul li a:hover {
    background: #ffffff;
     color: #444;
     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
    margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
    display: block;
}
#secondary ul li a, #secondary .tagcloud a {
    color:#2a2a2a;
}

/*.ht-main-navigation ul li:hover > ul li a{
	background:none !important;	
}*/

/*.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 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{   
	color:#ffffff;
	/*border-radius: 6px;*/
    /*-webkit-border-radius: 0 0 10px 10px; 
    -moz-border-radius:0 0 10px 10px;  */
    /*  background: #a556d4;*/

}

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

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
.bx-controls-direction {
    display: block;
}
.ht-slide-cap-title.animated.fadeInDown {
    font-family: raleway;
}
.ht-slide-cap-desc.animated.fadeInDown span{
    font-family: raleway;
    font-weight: 300;
    font-size: 19px;
}
.fadeInDown {
    font-family: 'Poppins', sans-serif;
}
.ht-slide{
    position: relative;
}

.ht-slide img{
    width: 100%;
    height: 600px;
}

.ht-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
	background:rgba(0,0,0,0.3);
}

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

.ht-slide-cap-title{
    text-align: center;
    font-size: 38px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0 9%;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;    
}
.ht-slide-cap-title.animated.fadeInDown span {
    /*font-family: 'Bree Serif', serif;*/
    /*font-family: 'Anton', sans-serif;*/
    font-family: 'Questrial',sans-serif;
   line-height:1;
}
.ht-slide-cap-title span{
    display: inline-block;
    padding: 25px 5px;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ht-slide-caption a{
	color: #fff;
    padding: 15px 50px;
    position: relative;
    top: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.ht-slide-caption a:hover{
	color:#000;
	opacity:0.6;
}
.ht-slide-cap-desc{
    text-align: center;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    padding: 0 10%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; 
    padding-bottom: 20px; 
}

.ht-slide-button {
    text-align: center;
}
.ht-slide-button a{
    color: #fff;
    padding:17px 50px;
}

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

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.ht-slide-cap-title span{
		font-size: 4.8vw;
		padding:0;		
		}
	.ht-slide-cap-desc{
		font-size: 2vw;
	}
	.ht-slide-button a {   
		padding: 10px 20px;
		font-size: 14px;
	}
	#featured-post-section .left-img img { 
	   position: relative;  
	   bottom: 20px;
	}
.header-right-box div{
    font-size: 11px;
    
}

}
/*-----------------------------------------------------------
  featured pages section /hexagon border-style/
-------------------------------------------------------------*/
.featured-excerpt {
    display: block;
}
.ht-section-tagline.lz-featured-Page-text {
    color: #fff;
}
#featured-pages-section{
   /* background-image: url('images/featuredcoursebanner.png');
    background-position: top;
    background-size: cover; */
}
#featured-pages-section .featured-post{
	
    /* box-shadow: 0px 1px 3px 3px rgba(197, 197, 197, 0.4); */
    /* border-radius: 10px;
    border: 3px solid #f7e7fe;*/
    /*transform: skewY(2.1deg);*/
   /* padding-bottom: 30px;*/
   padding: 30px 30px 50px 30px;
}


/*#featured-pages-section div:nth-child(2) .featured-icon span {
    color: #ffb200;
}
#featured-pages-section div:nth-child(2) .featured-icon,
#featured-pages-section div:nth-child(2) .featured-icon:before,
#featured-pages-section div:nth-child(2) .featured-icon:after {
    border-color: #ffb200;
}
#featured-pages-section div:nth-child(2) .featured-post a.btn {
    background:#ffb200;
}
#featured-pages-section div:nth-child(2) .featured-post a.btn:hover {
    border-color: #ffb200;
    background:#fff;
}*/

#featured-pages-section div:nth-child(2) .featured-icon span {
  
}
#featured-pages-section div:nth-child(2) .featured-icon,
#featured-pages-section div:nth-child(2) .featured-icon:before,
#featured-pages-section div:nth-child(2) .featured-icon:after {
   
}
/*#featured-pages-section div:nth-child(2) .featured-post a.btn {
    background:#ffb200;
}*/
#featured-pages-section div:nth-child(2) .featured-post a.btn:hover {
  /*  border-color: #ffb200;
    background:#fff;*/
}

#featured-pages-section .featured-icon span{
	font-size:80px;
}
#featured-pages-section .featured-icon,
#featured-pages-section .featured-icon:before,
#featured-pages-section .featured-icon:after{
   
}

#featured-pages-section .featured-icon{
    text-align: center;
    line-height: 65px;
    position:relative;
    z-index:0;
    margin-top: 15px;
}

#featured-pages-section .featured-icon:after,
#featured-pages-section .featured-icon:before{
    content: "";
    position: absolute;
    top:0;
    left: -1px;
    z-index: -1;
	border-radius: 4px;
}

#featured-pages-section .featured-icon:before{
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
}

#featured-pages-section .featured-icon:after{
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

#featured-pages-section .featured-post a.btn{
	border-radius:30px;
	color:#fff;
	border:1px solid;
	margin: 20px 0;
    padding: 10px 20px;
}
#featured-pages-section .featured-post a.btn:hover{
	background:#ffffff;
	border:1px solid;
	color:#000;
}

/*------------------------------------------------------------
## Courses Section
--------------------------------------------------------------*/
#our-courses-section{
	background:#fff;
}
#our-courses-section .featured-icon,
#our-courses-section .featured-icon:before,
#our-courses-section .featured-icon:after{
    border-style: solid;   
    border-width: 2px;
    border-top: none;
    border-bottom: none;
	height: 50px;
    width: 88.2px;
	border-radius: 4px;
}

#our-courses-section .featured-icon{
    text-align: center;
    line-height: 65px;
    position:relative;
    z-index:0;
    margin: 40px auto;
}

#our-courses-section .featured-icon:after,
#our-courses-section .featured-icon:before{
    content: "";
    position: absolute;
    top:0;
    left: -1px;
    z-index: -1;
	border-radius:4px;
}

#our-courses-section .featured-icon:before{
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
}

#our-courses-section .featured-icon:after{
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
#our-courses-section .featured-icon span{
	font-size:40px;
}

#our-courses-section .featured-post{
	cursor:pointer;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
section#ht-about-us-section .ht-section-title {
    padding-bottom: 10px;
}
.about-content {
    /*border: 1px solid #fd7198;
    transform: skewY(-2.5deg);
    border-radius: 3px;*/
}
section#ht-about-us-section .lightbox {
    padding-bottom: 1em;
}
#ht-about-us-section{
   /* background-image: url('images/blogbanner.png');*/
   
}
.lz-about-text ul li {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
#ht-about-us-section h2.ht-section-title {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}
#ht-about-us-section h2.ht-section-title span {
    font-family: 'Aguafina Script', cursive;
}
.ht-section-subtagline {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #474646;
}
#ht-about-us-section .ht-section-tagline {
    padding-bottom: 10px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    color: #454545;
}

#ht-about-us-section .aboutbox-img{
    /*width: 100%;
    transform: skewY(2.5deg);*/
}
.about-content img {
    width: 100%;
}
/*
#ht-about-us-section .aboutbox-img:after{
	position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-width:10px;
    border-style: solid;
    right:13px;
    top:0;
    border-bottom: none;
    border-left: none;
	border-color:#f05a24;
}*/
#ht-about-us-section .aboutbox-img:before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-width: 10px;
    border-style: solid;
    right: 10px;
    bottom: -5px;
    border-top: none;
    border-left: none;   
}

#ht-about-us-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-about-us-section ul li {
    background: url(images/abouticon.png) no-repeat 0 8px;
    padding: 0px 0 0px 30px;
    margin: 17px 0;
}

#ht-about-us-section .readmore{
	clear:both;
	margin-top:50px;
	text-align:center;
}


.ht-about-sec, .ht-text-block-sec{
    width: 54%;
    padding-right: 30px;
}

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

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

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

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


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

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

.ht-progress-bar-length{
    background: #fe5722;
    height: 100%;
    text-align: right;
    padding-right: 20px;
}

.ht-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}


.ht-left-image, .ht-right-image{width:45%;padding-right: 30px;display: inline-block;}
.ht-left-image{padding-right: 30px;padding-left: 0px;}
.ht-text-block-sec{padding:0px;padding-left:30px;display: inline-block;vertical-align: top}
.ht-text-block-sec h2.ht-section-title{margin: 0 auto 15px auto;width: 100%}


/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/
#facility-post-section .facility-space {
    padding-top: 10px;
    padding-bottom: 10px;
}
section#facility-post-section p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
.ht-section-tagline.lz-facility-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
section#facility-post-section h5 {
    font-size: 27px;
}
#facility-post-section .facility-icon {
    font-size: 60px;
}
#facility-post-section{
  /*  background-image: url('images/blogbanner.png');*/
   
}
#ht-facility-section{
    background: #FFF;
}

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

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

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

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
section#featured-pages-section h5 {
    margin-bottom: 5px;
}
section#featured-pages-section h5 a{
    color:#fff;
}
#featured-post-section{
    color: #FFF;
	overflow:hidden;
    background: #f6f6f6;	
}
#featured-post-section .lightbox{
	padding-top: 3em;
    padding-bottom: 0;
}
#featured-post-section .ht-section-title{
	text-transform:inherit;
}
.left-img img {
    vertical-align: bottom;
}

.featured-post{
}

#featured-post-section .featured-post h5{
   	padding: 0;
    font-weight: 600;  
}

#featured-post-section .featured-icon img{
    width:100%;
    height: 200px;
}
#featured-post-section .featured-icon span {
	font-size: 40px;
}
#featured-post-section .featured-icon{
    font-size: 50px;
    color: #fff;   
    border-radius: 50%;
    text-align: center;
    width: 80px;
}
.featured-excerpt{
	font-size: 14px;
    /*line-height: 26px;*/
	color: #ffffff;
        font-family: 'Poppins', sans-serif;
/*padding-left: 5px;
    padding-right: 5px;*/
    padding-top: 20%;
}
.featured-icon {
    color: #fff;
}
.ht-featured-icon .fa{
    vertical-align: bottom;
    color:#666666;
}

.featured-link{
    margin: 20px 0 0 0;
}

.featured-link a:hover{   
    color: #000;
}

/*--------------------------------------------------------------
Single post
----------------------------------------------------------------*/
.post-template-default header .ht-main-title {
	margin-top:10px;
}
.single_post img{
	margin-bottom:20px;	
    width: 100%;
}
/*--------------------------------------------------------------
## 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-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
--------------------------------------------------------------*/
main#innerpage-box .ht-team-social-id a {
    color: #7b7b7b;
}
main#innerpage-box .ht-team-social-id a:hover {
    color: #434343;
}
#ht-team-section .lightbox {
    /*padding-top: 1em;*/
}
.ht-team-member-image img {
    margin: 0 auto;
    width: 100%;
}
.ht-team-member:hover h6.member-name {
    color: #fd7198;
}

#ht-team-section .ht-team-social-id a i {
    color: #7b7b7b;
}
#ht-team-section .ht-team-social-id a i:hover{
    color: #434343;
} 
.ht-section-title-tagline {
    text-align: center;
    padding-bottom: 0px;
}
#ht-team-section{ 	
}
#ht-team-section .lightbox{
}
.textleft{
	text-align:left;
}
.lz-team-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}
.lz-team-heading {
	font-size: 32px;
    text-transform: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1px;
}

.ht-team-member{
    text-align: center;
	position: relative;
    margin-top: 30px;
    border: 1px solid #d6d6d6;
}

.ht-team-member img{
  
}

.member-name{
    font-size: 30px;
}

.ht-team-member-image{
    position: relative;
    overflow: hidden;
}

.tem-box .ht-team-social-id{
    padding: 20px 10px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 999;
    bottom: 70px;
    width: 100%;
}
.ht-team-social-id{
   /* position: absolute;
    z-index: 999;
    bottom: -45px;
    width: 100%;
	display: block;*/
}
.ht-team-social-id{
	
}
.ht-team-social-id a{
   display: inline-block;   
    font-size: 17px;
    line-height: 32px;
   
    width: 32px;
	border-radius: 50%;
}

/*.ht-team-social-id a:hover{
    background: #f05a24;
    color: #FFF;
}*/

.ht-team-member-excerpt {
    padding: 0;
    color: #FFF !important;
    display: block;
    position: relative;
    left: 0;
    right: 10px;
    bottom: 10px;
    top: 0;
    width: 100%;
   
}

/*.ht-team-member:hover .ht-team-member-excerpt{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
}*/

.ht-team-member-excerpt-wrap{
    display: table;
    width: 100%;
    height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span{    
    vertical-align: middle;
}

.ht-title-wrap{   
    color: #000;  
    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%;
}
/*.ht-team-member:hover .ht-title-wrap{
	opacity: 0.8;
    position: absolute;
    top: 0px;
    bottom: 0px;
	cursor:pointer;
}
.ht-team-member:hover .ht-title-wrap h6 {
	position: relative;
	margin-top:25%;
	background: none;
    padding: 0;
}
.ht-team-member:hover .ht-team-content{
    display: block;
}
.ht-team-member:hover .ht-team-social-id{
    border-radius: 0;
    background: none;
	display:block;
	margin-bottom:25%;
}
*/
h6.member-name {
    padding-top: 30px;
    font-size: 20px;
}
.ht-team-member h6{
    text-transform: uppercase;
    font-weight: 400;
    position: relative;

}

.ht-team-member .ht-title-wrap h6{
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
   margin-top: 30px;
    left:0;
	width:100%;
	
	
}

.ht-team-member h6 a{
    text-decoration: none;
    color: inherit;
}
.ht-team-member .ht-team-member-excerpt h6:after{
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #FFF;
    bottom: -2px;
}

.ht-team-member .ht-team-designation{
    font-size: 1em;
    padding-bottom: 5px;
}
.ht-team-member .ht-team-content {
    font-size: 14px;
    color: #000;
    font-weight: 300;
   /*margin-top: 62px;*/
	display: block;
    font-family: 'Poppins', sans-serif;

}

.ht-team-detail{
    background: #FFF;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fe5722;
    padding: 0 10px;
    text-decoration: none;
    line-height: 30px;
    font-size: 0.9em;
}

/*.ht-team-detail:hover{
    background: #333;
    color: #FFF;    
}
.lz-team-text:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5%;
    border-width: 4px;
    border-style: solid;   
    right: 47%;
    bottom: 30px;
    border-top: none;
    border-right: none; 
}*/

/*--------------------------------------------------------------
## Principle disck Section
--------------------------------------------------------------*/
#ht-principle-disck-section {
	background-image: url(images/principle-disck.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.lz-principle-disck-heading {
	color: #fff;
    text-transform: capitalize;
}
.lz-principle-disck-text {
	color: #fff;
    font-size: 13px;
}
.marginset {
	margin-bottom:0;
}
img.principle{
	margin-top:20px;
}
/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#ht-counter-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #FFF;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;
}

#ht-counter-section .ht-section{
    background: none;
}

#ht-counter-section .ht-counter-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}


.ht-team-counter-wrap{
    margin-left: -5%;
}

.ht-counter{
    float: left;
    width: 20%;
    margin-left: 5%;
    text-align: center;
    border: 2px solid #fe5722;
    border-top: 0;
    padding: 0 20px 20px;
    position: relative;
}

.ht-counter:after{
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #fe5722;
}

.ht-counter:before{
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #fe5722;
}

.ht-counter-count{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.ht-counter-icon{
    display: inline-block;
    font-size: 36px;
    color: #fe5722;
    position: relative;
    -ms-transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px);
    transform: translate(0, -17px);
    line-height: 36px;
}

.ht-counter-title{
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
    margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img{
    padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
section#testimonials-section .lightbox {
   padding-bottom: 0;
}
.team-thumb img {
    position: absolute;
    top: 35%;
    left: 35%;
}
.row.page-testimonial-box {
    text-align: center;
}
.testimonial-content p {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}
.testimonial-content {
   /* background: #ffffff;*/
    /* padding: 15px; */
    /*border-radius: 15px;*/
    /* border-bottom-left-radius: 85px; */
    /* background-blend-mode: multiply; */
   /* padding-top: 30px;*/
}
.testimonial-content {
    /* background: #ffffff; */
    /* padding: 15px; */
    border-radius: 15px;
    /* border-bottom-left-radius: 85px; */
    /* background-blend-mode: multiply; */
    /* padding-top: 30px; */
    /* margin: 0 auto; */
    /* width: 500px; */
    /* height: 150px; */
    background-image: radial-gradient(ellipse at bottom, transparent 0%, transparent 35%, #fff 30%, #fff 100%);
    background-size: 455% 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
    /* padding: 50px; */
  padding-bottom: 25%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5%;
}
#testimonials-section .ht-section-subtagline {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
    }
 .secondry-text{
    color:#fff;
}
#innerpage-box .page-testimonial-box {
   background: #fd7198;
    /* background-image: url(images/testimonial.jpg); */
    padding: 20px;
    /* border: 2px solid #fff; */
    outline: 1px solid #fff;
    outline-offset: -5px;
    margin-bottom: 15px;
}
.blockquote {
    text-align: center;
    padding-top: 15px;
    color: #a7553a;
    font-size: 25px;
}
.ht-section-tagline.lz-testimonials-text {
    font-size: 14px;
    padding-bottom: 25px;
}
#testimonials-section{
    /*background-image: url('images/testimonial.jpg');
    background-position: top;
    background-size: cover;*/ 
    background: #fd7198;
}
#testimonials-section .darkbox{
	padding:3em 0 5em 0;
}
#testimonials-section h6 {
    font-weight: normal;
   /* margin: 15px 0 2px;*/
    text-transform: capitalize;
    font-size: 19px;
    color: #fff;
    text-align: center;

}
/*#testimonials-section .ht-section-title:before {
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    border-width: 2px;
    border-style: solid;
    left: 0;
    top: -10px;
    border-bottom: none;
    border-left: none;
    border-color: #fff;
}
#testimonials-section .ht-section-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    border-width: 2px;
    border-style: solid;
    right: 0;
    bottom: -10px;
    border-top: none;
    border-right: none;
    border-color: #fff;
}*/
.testimonial-content p{
   color: #474646;
    font-size: 14px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
   
}

.testimonials-member-wrap .ht-section-title-tagline{
 text-align:left;
 margin-left: 17px;
}
.testimonials-member-wrap .ht-section-title-tagline:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5%;
    border-width: 4px;
    border-style: solid;
    left: 6%;
    border-top: none;
    border-right: none;
}
.testimonials-member-wrap .carousel-inner{
	
}
.carousel-control{
	width:7%;
}
/* carousel */
#quote-carousel {
  /*padding: 0 10px 70px 10px; */ 
}

/* Control buttons  */
#quote-carousel .carousel-control{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 80px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  /*bottom: 0;*/
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
 
  width: 10px !important;
  height: 10px !important;;
}
#quote-carousel .carousel-indicators .active{  
  width: 10px !important;
  height: 10px !important;
}

.team-thumb img {
    width: 100px;
    /* border: 2px solid #ffffff; */
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
}
.testimonial-content img {
    width: 100px;
    /* border: 2px solid #ffffff; */
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    top: -30px;
    position: relative;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
	padding:10px 0;
}

.item blockquote img {
    margin-bottom: 10px;
}


.text-designation {
    font-size: 14px;
    color: #fff;
}

.lz-testimonials-heading{
	margin:0;
}
/*---------------------------------------------------------
## Faq Teachers Section
-----------------------------------------------------------*/
#faq-teachers-section .col-md-6:last-child {
	border-left:1px solid #dddddd;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /*#quote-carousel{
	margin-bottom: 0;
    padding: 40px 20px;
    background: #fff;
    border: 4px solid;
    border-radius: 20px;*/
    }

}
@media screen and (min-width:300px) and (max-width: 425px){
    .ht-slide img {
        height: 250px;
    }

}
@media screen and (min-width:768px) and (max-width: 1024px){
    .ht-slide img {
        height: 400px;
    }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: 0px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px !important;
        height: 15px !important;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px !important;
        height: 20px !important;
    }
    div#address-box a {
    font-size: 13px !important;
}  
.testimonial-content{
   /*padding-bottom: 100%;*/
    padding-left: 15px;
    padding-right: 15px; 
}
   
}


/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */

/*.page-testimonial-box{
    background: #eee;
    padding-bottom: 25px;
    border-radius: 10px;
    padding: 1.5em;
    border: 5px double #d0d0d0;
}*/

/*--------------------------------------------------------------
## Timing Section
--------------------------------------------------------------*/
#time-address-section{
    background-image: url('images/sleep.jpg');
    background-position: top;
    background-size: cover;
}

#time-address-section .days-time-day{
    background: #fe5722;
    border-radius: 50px;
    padding: 3px 40px;
    text-align: center;
    color: #fff;
    font-size:18px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 2px solid #fff;
}

.lz-fitness-time div:nth-child(7) .days-time-day {
    background: none !important;
    border-bottom: 2px solid #fff;
}

#time-address-section .days-time-day-time{
    color:#fff;
    margin: 15px 0 15px 0;
    text-align: center;
}
/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
section#blog-section{
    /*background-image: url('images/blogbanner.png');*/
   background-color: #a556d4;
}
.ht-blog-thumbnail.padding0 a {
}
.ht-blog-excerpt {
    padding: 0 17px;
    text-align: center;
}
.blog-read-more i {
    margin-left: 5px;
}
.box-text h5 a {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #383838;
}
.ht-section-tagline.lz-blog-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 30px;
}
h2.ht-section-title.lz-blog-heading {
    color: #fff;
}
#blog-section .ht-blog-excerpt p {
    text-align: left;
}
h6.lz-faq-subheading {
    font-size: 15px;
}
h6.lz-blog-subheading {
    font-size: 16px;
}
.pftab {
    border-right: 1px solid #ccc;
}
section#ht-blog-section .lightbox{
	padding:0;	
}

section#ht-blog-section
 {
	padding:0;
	background:#f2f2f3;
}

#ht-blog-section .ht-blog-wrap{	
	padding:3em;
}

.box-panels {
    background: #f9f9f9;
    margin-bottom: 20px;
}

.blog-box-img {
    background: #000;
}

.blog-box-img img{
    width: 100%;
    height: 100%;
}

.blog-box-container{
}

.ht-blog-post{
}

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

.ht-blog-thumbnail a{
    display: block;
    position: relative;
}
.ht-blog-post .blog-date span{
	color:#666;
}
main#innerpage-box .ht-blog-date {
   
    font-size: 14px;
    /* position: absolute; */
    /* z-index: 999; */
    background: none;
    color: #2e2d2d;
    padding: 5px;
    top: 0;
    /* right: 21px; */
    font-weight: normal;
    /* width: 85px; */
    /* border-top-left-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
    /* border-top-right-radius: 3px; */
    left: 0;
    /* border-top-right-radius: 3px; */
}
/*main#innerpage-box .ht-blog-date:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #cf2655;
    top: 57px;
    right: 0px;
    border-width: 0 0 12px 11px;
    border-radius: 0 14px 15px 0;
    border-top-right-radius: 6px;
}*/
/*.ht-blog-date:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #cf2655;
    top: 36px;
    right: 0px;
    border-width: 0 0 12px 11px;
    border-radius: 0 14px 15px 0;
    border-top-right-radius: 6px;
}
*/

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

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

.ht-blog-excerpt{
    padding:0;
	font-size: 14px;
}

#ht-blog-section h5{
    font-weight:700;
    margin-bottom: 15px
}

.ht-blog-excerpt h5 a{
    color: #444;
}
.ht-blog-excerpt a {
}
#ht-blog-section .blog-date{
    font-size: 16px;    
    margin-bottom:5px;
	font-weight: 700;
}
#ht-blog-section .blog-date i {
    margin-right: 10px;
}

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



.blog-read-more a:hover{
    color: #FFF;
}

/*=========================tabs box=====================*/

.tab-content h6.faq-title{
	font-size:20px;
	margin-bottom:20px;
	cursor:pointer;
}
h6.faq-title:before {
    content: "\f0dd";
    font-family: 'Fontawesome';
    position: relative;
    bottom: 0;
    font-size: 20px;   
    right: 0;
    z-index: 2000;
    padding: 2px;
    float: right;  
}
.tab-content h6.faq-title:before {
    content: "\f0dd";
    font-family: 'Fontawesome';
    position: relative;
    bottom: 0;
    font-size: 20px;   
    right: 0;
    z-index: 2000;
    padding: 2px;
    float: right;  
}
.pftab .nav-tabs {
    border-bottom: 4px solid #d7d7d7 !important;
}
.pftab .tab-pane{
  padding:15px 15px 15px 0;
}
.pftab .nav-tabs{
  position:relative;
  
}
.pftab .nav-tabs ul{
	padding:0 !important;
}
.pftab  .nav-tabs li{
  margin-right:20px;
  margin-top: 23px;
}
.pftab .nav-tabs li a{
  position:relative;
  margin-right:0px!important;
  padding: 0 !important;
  font-size:16px;
  border:none!important;
  color:#333;
}

.pftab  .nav-tabs a:hover{
  background-color:#fff!important;
  border:none;
}
.pftab .slider{
	display:inline-block;
	width:30px;
    height: 4px;
    border-radius: 0;   
    position: absolute;
    z-index: 1200;
    bottom: -4px;
	transition:all .4s linear;
  
}
.pftab ul{	
	padding:0;
	margin:0;
}
.pftab .slider:after{ 
	content: "\f0dd";
    font-family: 'Fontawesome';
    position: relative;
    bottom: 1px;
    font-size: 22px;
    z-index: 2000;
    padding: 2px;
    line-height: 3px;
    display: block;
    text-align: center

}
.pftab .nav-tabs .active a{
  background-color:transparent!important;
  border:none!important;
  color: !important;
}
@media only screen and (min-width: 300px) and (max-width: 769px){  
	#faq-teachers-section .col-md-6:last-child{
		clear:both;
	}
}
/*--------------------------------------------------------------
## Our Courses Inner Page
--------------------------------------------------------------*/
#innerpage-box .Courses-image img {
    margin: 0 auto;
    width: 100%;
    height: 250px;
}
#innerpage-box .featured-post h5 {
    margin-top: 20px;
}
#innerpage-box .featured-post h5 a {
    color: #2a2a2a;
}
#innerpage-box .featured-post {
    margin: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 3px 3px rgba(197, 197, 197, 0.4);
    border-radius: 20px;
}
#innerpage-box .featured-post a.btn {
    border-radius: 30px;
    color: #fff;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px 20px;
}
#innerpage-box .featured-post a.btn:hover {
    background: none;
    border: 1px solid;
    color: #000;
}
/*--------------------------------------------------------------
## Team Inner Page
--------------------------------------------------------------*/
#innerpage-box .ht-team-member{
    text-align: center;
    position: relative;
    /* padding: 10px; */
    /* border: 2px solid #e5e5e5; */
    /* border-radius: 3px; */
    /* box-shadow: 0px 0px 0px 2px rgba(197, 197, 197, 0.4); */
    /*margin: 0 10px 20px;*/
        margin-bottom: 15px;
}

#innerpage-box .ht-team-member img{
    width: 100%;
}

.ht-team-member-image{
    position: relative;
    overflow: hidden;
   /* box-shadow: 0 8px 6px -6px #dddddd;*/
    box-shadow: 0 28px 14px -28px #0000006b;
}

#innerpage-box .tem-box .ht-team-social-id{
    padding: 20px 10px;
    background: rgba(0,0,0,0.4);
    position: relative;
    z-index: 999;
    bottom: 70px;
    width: 100%;
}
#innerpage-box .ht-team-social-id{
    
    background: #fff;
    position: relative;
    z-index: 999;
    bottom: 0;
    width: 100%;
    display: block;
}

/*#innerpage-box .ht-team-social-id a{
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    background: #fff;
    color: #fff;
    background: #e05b1d;
    border: 2px solid #fff;
    width: 38px;
    border-radius: 50%;
}*/

#innerpage-box .ht-team-member-excerpt {
    padding: 0;
    color: #FFF !important;
    display: block;
    position: relative;
    left: 0;
    right: 10px;
    bottom: 10px;
    top: 0;
    width: 100%;
   
}

#innerpage-box .ht-team-member .ht-team-member-excerpt{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
}

#innerpage-whitebox .ht-team-member-excerpt-wrap{
    display: table;
    width: 100%;
    height: 100%;
}

#innerpage-box .ht-team-member-excerpt-wrap .ht-team-member-span{    
    vertical-align: middle;
}

#innerpage-box .ht-title-wrap{   
    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%;
}
#innerpage-box .ht-team-member .ht-title-wrap{
    opacity: 0.8;
    position: relative;
    top: 0px;
    bottom: 0px;
    cursor: auto;
    background: #fff;
}
/*#innerpage-box .ht-team-member:hover .ht-title-wrap h6 {
    position: relative;
    margin-top:25%;
    background: none;
    padding: 0;
}*/
/*#innerpage-box .ht-team-member:hover .ht-team-content{
    display: block;
}*/
#innerpage-box .ht-team-member .ht-team-content{
    display: block;
}
/*#innerpage-box .ht-team-member:hover .ht-team-social-id{
    border-radius: 0;
    background: none;
    display:block;
    margin-bottom:25%;
}*/
#innerpage-box .ht-team-member:hover .ht-team-social-id{
    display:block;
    margin-bottom: 0
}

#innerpage-box .ht-team-member h6{
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
   
}

#innerpage-box .ht-team-member .ht-title-wrap h6{
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    color:#f15a24;
}
#innerpage-box .ht-team-member .ht-title-wrap h6:hover{   
    color:#2e2e2e;
}
#innerpage-box .ht-team-member h6 a{
    text-decoration: none;
    color: inherit;
}
#innerpage-box .ht-team-member .ht-team-member-excerpt h6:after{
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #FFF;
    bottom: -2px;
}

#innerpage-box .ht-team-member .ht-team-designation{
    font-size: 1em;
}
#innerpage-box .ht-team-member .ht-team-content {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0 15px;
    display: block;
}

#innerpage-box .ht-team-detail{
    background: #FFF;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fe5722;
    padding: 0 10px;
    text-decoration: none;
    line-height: 30px;
    font-size: 0.9em;
}

/*#innerpage-box .ht-team-detail:hover{
    background: #333;
    color: #FFF;    
}*/
#innerpage-box .lz-team-text:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5%;
    border-width: 4px;
    border-style: solid;   
    right: 47%;
    bottom: 30px;
    border-top: none;
    border-right: none; 
}

/*--------------------------------------------------------------
## FAQ Inner Page
--------------------------------------------------------------*/
#innerpage-box .faq-title {
	cursor: pointer;
    background:#f5f5f5;
    color:#233050;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
   /* border-bottom: 1px solid #dedede;*/
}
#innerpage-box .faq-content {
    border:1px solid #dedede;
    border-radius: 3px;
    margin-bottom: 5px;
}
 #innerpage-box .faq-content .active   {
        border-top: 1px solid #dedede;
} 
#innerpage-box  .faq-description p{
    color: #534e4a;
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 15px;
}
#innerpage-box h6.faq-title:before {
    content: "\f0dd";
    font-family: 'Fontawesome';
    position: relative;
    bottom: 10px;
    /* top: 0; */
    font-size: 25px;
    right: 0;
    z-index: 2000;
    padding: 0px;
    float: right;
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
p.comment-form-comment #comment {
    border: 1px solid #918f8ff5;
}

#blog-box h4{
    margin: 20px 0 5px 0;
}

#blog-box .inner-blog-img{
        width: 100%;
}

#blog-box .inner-blog-post{
    margin: 0 0 2em 0;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
}

#blog-box .inner-blog-img{
    border-radius: 10px;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    padding: 2px;
}

#blog-box .inner-blog-excerpt{
    margin: 0 0 20px 0;
}

#blog-box .blog-read-more{
    text-align:center;

}

#blog-box .blog-read-more a{
    padding: 5px 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
}

#blog-box .blog-read-more a:hover{
    background: #333;
    color: #FFF;
}

.socialMedia{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}

.socialMedia a{
    font-size: 30px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
}


/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
div#address-box a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
#ht-cta-section{
    color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0; 
}

#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
}

#ht-cta-section .ht-section-title-tagline{
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#ht-cta-section .ht-cta-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.contact-box{
    margin-top: 2em;
}

.ht-cta-buttons{
    text-align: center;
}

.ht-cta-buttons a{
    display: inline-block;
    padding: 0 30px;
    line-height: 52px;
    color: #FFF;
    border-radius: 1px;
    margin: 0 4px;
    font-family: 'Oswald', sans-serif;
}

.ht-cta-buttons a.ht-cta-button1{
    background: #fe5722;
}

.ht-cta-buttons a.ht-cta-button2{
    background: #333;
}

.ht-cta-buttons a.ht-cta-button1:hover{
    background: #333;
    color: #FFF;
}

.ht-cta-buttons a.ht-cta-button2:hover{
    background: #fe5722;
    color: #FFF;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"] {
    background: #03c8b1;
}
#ht-colophon ::placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 13px;
}

#ht-colophon .social-profile-icons ul li:hover {
    color: #03c8b1;
    border-color: #03c8b1;
}
#ht-colophon .social-profile-icons ul li a {
    padding-left: 4px;
  
}
#ht-colophon .social-profile-icons ul li i {
    font-size: 17px;
    /* height: 0; */
    padding: 5px;
}
#ht-colophon .social-profile-icons ul li {
    border-bottom: none;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}
div#ht-top-footer .textwidget i {
    font-size: 15px;
}
.textwidget p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
footer#ht-colophon a:hover {
    color: #00dfc4;
}
#ht-colophon{
	background:#f1f1f1;		   
    font-size: 16px;
}

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

#ht-colophon a{   
    text-decoration: none;
}

#ht-colophon .widget-title{    
    text-transform: capitalize;   
    margin-bottom: 15px;
	font-weight:400;
	color:#fff;
    font-size: 25px;
}

#ht-top-footer{
	
    color: #989898;
    padding: 50px 0;
}

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

.ht-footer{
    float: left;
    width: 23%;
    margin-left: 2%;
}

.ht-footer .widget{
    margin-bottom: 30px;
}

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

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

.ht-footer ul li{
    padding: 2px 0 2px 0;
    list-style: none;
}
.ht-footer ul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;   
    margin: 5px;
}
.social-profile-icons ul li i{
    font-size: 30px;
}
#ht-colophon .social-profile-icons a:hover{
  
}
#ht-bottom-footer{   
    padding-bottom: 15px;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; 
}
.footer-bottom {
    border-top: 1px solid #cb91e2;
    padding-top: 15px;
}
.ht-site-info a{
    border-bottom: 1px dotted #AAA;
}

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

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

#ht-back-top.ht-hide{
    bottom: -100px;
}
.ht-top-footer ul li{
	background: url('images/icon1.png') no-repeat scroll left center;
	padding-left:20px;
	border-bottom: 1px dashed #cb91e2;
	line-height: 28px;
}
.ht-top-footer ul li a{
	color:#fff;
}
.ht-top-footer ul li:hover{
	background: url('images/icon2.png') no-repeat scroll left center;
	padding-left:20px;
}
.ht-footer .textwidget .fa{
	margin-right:5px;
}
.menu-footer-bottom-container ul{
	margin:0;
	text-align:right;
	list-style:none;
}
.menu-footer-bottom-container ul li{
	display: inline-block;
	padding: 0 5px;
	border-right:2px solid #848484;		
}
.menu-footer-bottom-container ul li:last-child{
	border:none;
}
.menu-footer-bottom-container ul li a{
	color:#848484;	
}
.ht-footer table tr{
        border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
.social-profile-icons ul li {
 background: none;
padding-left: 0px;
}
.social-profile-icons ul li:hover {
    background: none;
    padding-left: 0px;
} 
/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/
#ht-princing-post-section {
    background-image: url('images/man-461195_1280.jpg');
    background-position: top;
    background-size: cover;
}

.ht-plan-block{
    background: #fff;
    padding:0 0 36px 0;
    border-radius: 10px;
}

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

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

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

}

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


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

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

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

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

.fitness-address-block{
	/*background:#fff;
	padding:30px;
	box-shadow:0px 3px 8px 3px rgba(197, 197, 197, 0.6);
*/
}
.fitness-address-block .fa{	
	font-size:52px;		
}
.fitness-address-block b{
	font-size:48px;
	text-transform: uppercase;
	display: block;
	color:#f9bda7;
	line-height:40px;
}
.fitness-address-block{
    margin:20px 0 0;
}

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

#ht-appintment-section .ht-appintment-member-wrap{
    border-radius: 10px;
    padding: 2em;
}

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

.days-time {
    margin-top: 2em;
}

.lz-fitness-time div:nth-child(7){
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    clear: both;
}

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



.ht-appintment-member-wrap input[type="text"], 
.ht-appintment-member-wrap input[type="email"], 
.ht-appintment-member-wrap input[type="url"], 
.ht-appintment-member-wrap input[type="password"], 
.ht-appintment-member-wrap input[type="search"], 
.ht-appintment-member-wrap input[type="number"], 
.ht-appintment-member-wrap input[type="tel"], 
.ht-appintment-member-wrap input[type="range"], 
.ht-appintment-member-wrap input[type="date"], 
.ht-appintment-member-wrap input[type="month"], 
.ht-appintment-member-wrap input[type="week"], 
.ht-appintment-member-wrap input[type="time"], 
.ht-appintment-member-wrap input[type="datetime"],
.ht-appintment-member-wrap input[type="datetime-local"], 
.ht-appintment-member-wrap input[type="color"],
.ht-appintment-member-wrap textarea
{
    border:none;
    border-bottom: 2px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 32px 0;
}
.ht-appintment-member-wrap textarea{
    height: 50px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}

.ht-appintment-member-wrap label{
    color:#ffcdbd;
}
.ht-appintment-member-wrap input[type="submit"]
{
    background: #fff;
    border:none;
    padding:0px 50px;
    color:#fe5722;
    border-radius: 30px;
}

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

/*--------------------------------------------------
##Contact Section
-----------------------------------------------------*/
.ht-section-tagline.lz-contact-text {
    font-family: 'Poppins', sans-serif;
}
div#address-box a {
    font-size: 14px;
}
.fitness-address-block.textcenter p {
    margin: 0;
    color: #474646;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;

}
.contact-text.padding0 img {
    margin: 0 auto;
    padding-bottom: 20px;
}
#ht-contact-section {
   /* padding: 30px 0;*/
}

.contact-title h2{
	font-size:48px;
	color:#fff;	
}
.ht-contact-member-wrap input[type="text"]{
	width:100%;	
	margin: 10px 0;	
}
.ht-contact-member-wrap input[type="email"]{
	width:100%;
	margin: 10px 0;	
}

.ht-contact-member-wrap textarea{
	border-bottom:2px solid #878bba;
	height:50px;
}
.ht-contact-member-wrap label{	
	font-size:12px;
	width:100%;
}
.ht-contact-member-wrap input:-webkit-autofill{
	background:#fff;
}
.ht-contact-member-wrap ::-webkit-input-placeholder { 
  color: #b2b2b2 !important;
}
.ht-contact-member-wrap :-moz-placeholder { 
  color: #b2b2b2 !important;
}
.ht-contact-member-wrap ::-moz-placeholder { 
  color: #b2b2b2 !important;
}
.ht-contact-member-wrap :-ms-input-placeholder { 
  color: #b2b2b2 !important;
}

@media screen and (min-width: 769px){
 
 .row-eq-height { 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
}

.inside-full-height{
	height:100%
}

}

.single-productpage{
	margin-top:100px;
}
#ht-contact-section{
	/*padding:30px 0;*/
}
#ht-contact-section h2{
	color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-family: raleway;
    font-weight: bold;
}


#ht-contact-section .ht-section-title-tagline{
	 margin-bottom: 0;	
}
.box-form  div.wpcf7 .ajax-loader{
	    position: absolute;
}
.box-form div.wpcf7-response-output{
	position: absolute;
}
/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
section#ht-newsletter-section img {
    /* margin-top: 16px; */
    /*position: relative;
    top: 8px;*/
    position: relative;
    top: 9px;
    height: 45px;
}
.box-form input[type="submit"]:hover {
    background: #434242;
    color: #fff;
}
#ht-newsletter-section .newsletter-form {
    padding-top: 15px;
}
section#ht-newsletter-section .lightbox {
    padding: 2em 0;
}
::placeholder {
    color: #fff;
}
.ht-section-tagline.lz-newslatter-text {
    color: #fff;
    font-size: 14px;
    margin-left: 57px;
    font-family: 'Poppins', sans-serif;
   /* line-height: 0;*/
   position: relative;
    /* top: 0; */
    bottom: 10px;
}
section#ht-newsletter-section {
    background: #03c8b1;
}

#ht-newslatter-section .newsletter-form-box{
    background: #fe5722;
    border-radius: 10px;
    padding: 2em;
}
.newsletter-form-box input::placeholder{
    color:#fff;
    opacity: 0.7;
}

.newsletter-content-box{
    margin-top: 2em;
}
.box-form form.wpcf7-form div:nth-child(3) .col-md-2{
	padding:0;
}
.newsletter-form-box input[type="text"], 
.newsletter-form-box input[type="email"], 
.newsletter-form-box input[type="url"], 
.newsletter-form-box input[type="password"], 
.newsletter-form-box input[type="search"], 
.newsletter-form-box input[type="number"], 
.newsletter-form-box input[type="tel"], 
.newsletter-form-box input[type="range"], 
.newsletter-form-box input[type="date"], 
.newsletter-form-box input[type="month"], 
.newsletter-form-box input[type="week"], 
.newsletter-form-box input[type="time"], 
.newsletter-form-box input[type="datetime"],
.newsletter-form-box input[type="datetime-local"], 
.newsletter-form-box input[type="color"],
.newsletter-form-box textarea
{
    border:none;     
    color:#fff;
    margin: 0 0 32px 0;
}
.newsletter-form-box textarea{
    height: 50px;
}
.newsletter-form-box label{
    color:#ffcdbd;
}
.box-form input[type="submit"]{ 
	background: #ffffff;
    border: none;
    padding: 8px 20px;
    color: #a556d4;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    /* margin: 10px 0; */
}
.box-form input{
	/* border-radius: 5px;
	 margin:0;
	 box-shadow: 0px 3px 7px 2px rgba(60, 60, 60, 0.36);
	 margin:0;*/
}
.newsletter-form-box input[type="submit"]:hover{
    opacity: 0.8;
}

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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

#innerpage-box{
    padding:2em 0;
    background: #eee;
}
#innerpage-box .featured-thumbnail img {
    width: 100%;
}
.innerpage-whitebox{
    background: #fff;
    padding: 2em;
    border-radius:10px;
	margin-bottom:15px;
}

#content-box h4{
    margin: 20px 0 5px 0;
}

#content-box ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 16px;
    margin: 0;
}
#content-box ul li {
    margin: 10px 0;

}
#content-box ul li:before {
    content: "\f00c";
    font-family: 'Fontawesome';
    margin-right: 10px;
}
#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%;
	height: 300px;
}

.single img.ht-page-header-img{
    height:auto;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    
}
.entry-content h3{
	font-weight:normal;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}

#primary{
    width: 70%;
    float: left;
}



.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;
    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{    
    padding: 15px 50px;
    color: #fff;
    border-radius:5px;
}
.readmore a:hover{
    background: #fe5722;
    color:#fff;
}


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

#pricing-page .ht-plan-block{
    background: #fff;
    padding:0 0 36px 0;
    border-radius: 10px;
    border:1px solid;
    margin-top: 2em;
}

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

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

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

}

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


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

#pricing-page .ht-princing-link {

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


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

#ht-contactus-wrap .contact-page-form{   
    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;
	display:block;
}
#ht-contactus-wrap .ht-section-title:before{
	border-color: #fff;
}
#ht-contactus-wrap .ht-section-title:after{
	border-color: #fff;
}
#ht-contactus-wrap

#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea{
    border:none;
    border-bottom: 2px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 0px 0;
}
#ht-contactus-wrap input[type="text"]{
	background:none;
	border: none;
    border-bottom: 2px solid #fff;
	width:100%;
	color:#fff;
}
#ht-contactus-wrap textarea{
    height: 50px;
}
#ht-contactus-wrap textarea::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap label{
    color:#fff;
	width:100%;
}
#ht-contactus-wrap input[type="submit"]
{
    background: #fff;
    border:none;
    padding:0px 50px;
    color:#a556d4;
    border-radius: 30px;
}

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

.contact-mapbox{
    margin:2em 0 0;
}
.contact-mapbox iframe{
    width: 100%;
    height:350px;
    background:#999;
    padding:5px;
    border-radius: 5px;
    }

.address-box{
    margin: 0 0 20px 0;
}

.address-box span{
    padding-right: 10px;
}

.contact-sm-links {
    margin: 0;
}

.contact-sm-links li {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    list-style: none;
}
.contact-sm-links li a{
    color:#bbb;
    font-size: 30px;
}



/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
}

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

.toggle-bar{
    display: none;
}


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

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

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    border: 1px solid #dadada;
    border-radius: 2px;
    text-align: center;
}

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #fe5722
}

.woocommerce ul.products li.product a img{
    margin-bottom: 0;
}

.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{
    font-family: 'Pontano Sans', sans-serif;
    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 #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;
    height: 40px;
    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 ul.products li.product .button{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    background-color: #FFF;
    border:1px solid #dadada;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .product_meta a{
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#customer_details{
    margin-bottom: 40px;
}

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

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
}

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

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

.woocommerce a.remove{
    font-family: Arial;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px){
    .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
}
 
.inside-full-height{height:100%}

}

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

@media screen and (max-width: 1000px){
    .toggle-bar{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 40px;
        background: #fe5722;
        cursor: pointer;
        text-align: center;
        color: #fff;
        padding: 20px 0;
        cursor: pointer;
    }

    .toggle-bar span{
        position: absolute;
        top: 50%;
        margin-top: -2px;
        height: 4px;
        left: 8px;
        right: 8px;
        background: #FFF;
        box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
    }

    .ht-team-member img{
        /*height: 300px;*/
    }

    .ht-sticky-header #ht-masthead{
        position: static;
    }

    .ht-sticky#ht-masthead{
    }

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

    #ht-site-branding, .site-branding{
        width: 80%;
        float: left;
    }

    .ht-sticky #ht-site-branding{
        padding: 15px 0;
    }

    .ht-sticky-header #ht-content{
        padding-top: 0;
    }

    .ht-main-navigation .ht-menu{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 67px;
        background: #fe5722;
        z-index: 999;
    }

    .ht-main-navigation li{
        float: none;
        margin-left: 0;
        text-align: center;		
    }

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

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

    .ht-main-navigation ul ul ul{
        margin: 0;
    }

    .ht-team-member{
        /*margin-bottom: 2em;*/
    }
}

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


    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }

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

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


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

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

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

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

    #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-title{
        font-size: 24px;
        font-size: 4vw;
        margin-bottom: 10px;
    }

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

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

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

@media screen and (max-width: 580px){
    #ht-home-slider-section .bx-wrapper .bx-controls-direction a,
    .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
        display: none;
    }    

    .ht-team-counter-wrap{
        margin-left: 0;
    }

    .ht-counter{
        width: 75%;
        float: none;
        margin: 0 auto 60px;
    }

    .ht-portfolio{
        width: 50%;
        padding: 4px;
    }
}

@media screen and (max-width: 480px){
    .ht-team-member,
    .ht-counter{
        width: auto;
        float: none;
    }


    .ht-cta-buttons a{
        display: block;
        margin: 0 0 15px;
    }

    .ht-post-info{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .ht-post-wrapper{
        padding-left: 0; 
    }
}

@media screen and (min-width: 1001px){
    .ht-main-navigation .ht-menu{
        display: block !important;
    }
}

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

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.carousel-indicators li{
    background-color:none;
}



/* GALLARY HOMEPAGE CSS */
.ht-gallery {
    width: 350px;
    display: inline-block;
    height: 250px;
    overflow: hidden;
    border: 1px solid #fff;
}
.ht-gallery-wrap{
    background-size: cover;
    height: 250px !important;
    background-position: center center;
}
.ht-gallery-wrap img {
    position: absolute;
    width: 350px;
    overflow: hidden;
    display: none;
}
a.ht-portfolio-image {
    position: relative;
    top: 10px;
    left: 43%;
    top: 40%;
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
	.featured-post:before{
		bottom:0;
	}
	#ht-about-us-section .readmore{
		margin-bottom:2em;
	}
	.header-right-box{
		text-align:center;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.header-right-box{
		text-align:center;
	}
    .box-form input[type="submit"]{
        margin-left: 15px;
    }
    .ht-section-tagline.lz-newslatter-text{
        margin-left: 28%;
    }
}
@media screen and (min-width: 320px) {
.box-form p {
    text-align: center;
}
    }

    /**/
    i.fa.fa-envelope{
    font-size: 15px;
    color: #fff;
}
#ht-masthead i.fa.fa-map-marker {
    font-size: 15px;
    color: #fff;
    margin-left: 30px;
}
.mailto a {
    color: #fff;
}
.mailto {
    color: #fff;
    font-size: 11px;
}
.header-right-box a {
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;

}
/**/
#blog-section .lightbox {
}
.ht-blog-post .slider{
    width: 100%;
    position: relative;
    /*height: 315px;*/
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 50px 0 0 0;
    top: -50px;
}
#blog-section .ht-section-title-tagline{
    text-align:center;
}
.ht-blog-post .blog-img{
    width: 100%;
    height: 243px;
    }

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

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

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

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

.blog-items .ht-blog-thumbnail img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-items:hover img, .blog-items .ht-blog-thumbnail:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-items .ht-blog-thumbnail {
   position: relative; 
   overflow: hidden; 
   z-index: 1;
}
.ht-blog-excerpt{
    padding: 0 5px;
}
.ht-blog-excerpt .box-text{
   
   padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.ht-blog-excerpt h5{
    font-weight: bold;
    font-size: 20px;
}

.ht-blog-excerpt ul{
    list-style:none;
    border-top: 1px solid #f0f0f0;
    padding:10px 10px 0 10px;
    margin:20px 0 0 0;  
}
.ht-blog-excerpt ul li{
    display:inline-block;
    font-size:14px;
    color:#a6a6a6;
    margin: 0 5px;
}
.ht-blog-excerpt h5 a{     
    text-transform:capitalize;
}
.ht-blog-excerpt h5 a:hover{
    color: #444;
}
.ht-blog-excerpt p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #474646;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
    text-align: center !important;
}
.ht-blog-date{
    font-size: 16px;
    position: relative;
    /* z-index: 999; */
    background: #fd7198;
    color: #fff;
    /* padding: 7px; */
    top: -37px;
    /* right: -10px; */
    font-weight: normal;
    width: 135px;
    border-top-left-radius: 10px;
    /* border-bottom-left-radius: 3px; */
    border-top-right-radius: 10px;
    left: 5%;
   padding: 6px;
   display: inline-block;
}

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

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

}
.blog-read-more {
   /* display: inline-block */   
}
.blog-read-more a{
    display: inline-block;
    /* padding: 8px 20px; */
    margin: 16px 0 25px 0;
    /* border-radius: 5px; */
    /* border: 2px solid; */
    cursor: pointer;
}
.blog-read-more a:hover{
    color:#000;
   
}
#carousel-blog .controls{
    position: absolute;
    right: 0;
    top: -66px;
}

#carousel-blog .btn-success{
    border-radius: 50%;
    padding: 5px 6px;
    border: none;
    font-size: 14px;
}
#carousel-blog .btn-success a.fa{
    font-size:14px;
}
#carousel-blog .btn-success:active{
    border:none;
}
#carousel-blog .btn-success:hover{
    border:none;
}

.btn-success,.nextbutton a i{
    background:#b7b7b7;
}
.lz-blog-heading {  
}

/* Catalogue slider Start */
.slider {
    width: 100%;
    position: relative;
    height: 312px;
    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: 280px;
 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;
    /* top: 50%; */
    margin-top: -60.5px;
    /* border: 1px solid #bfbfbf; */
    height: 23px;
}
.ctrl-btn:hover{
    color:#000;
    background: none;
}
/*
.ctrl-btn.pro-prev {
  left: 0;
}
*/
.ctrl-btn.pro-next {
    /*right: 15%;
    position: absolute;
    right: 0;
    position: relative;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;*/
        right: 0px;
    position: absolute;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 0;
    
}
.ctrl-btn.pro-prev {
    /*left: 15%;
    position: absolute;
    right: 0;
    position: relative;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;*/
        right: 30px;
    position: absolute;
    border: 1px solid #bfbfbf;
    padding: 3px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    top: 0;
}
/*======brands testimonial===============*/
/* Catalogue slider Start */
.slides-brands {
  height: 100px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
.sliders::-webkit-scrollbar {
  display: none;
}
.sliders .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.sliders .slides-items-brand {
  margin-right:0;
  width: 180px;
  margin-left: 0;
}
.sliders .slides-items:last-child {
  margin-right: 0;
}
.ctrls {
  text-align: center;
  margin-top: 5px;
}
.ctrls-btn {
    font-size: 35px !important;
    min-width: 50px;
    background: none;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #9e9e9e;
    position: absolute;
    top: 30%;
    margin-top: -48.5px;
}
.ctrls-btn:hover{
    color:#000;
    background: none;
}
.ctrls-btn.slide-prev {
  left: 0px;
    z-index: 999;
    top: 40px;
}
.ctrls-btn.slide-next {
  right: 0px;
    z-index: 999;
    top: 40px;
}
.blog-items{
width:600px; 
  margin: 0 17px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #DFDFDF;
    -moz-box-shadow: 0px 0px 20px #DFDFDF;
    -ms-box-shadow: 0px 0px 20px #DFDFDF;
    -o-box-shadow: 0px 0px 20px #DFDFDF;
    box-shadow: 0px 0px 20px #DFDFDF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 320px) {
.testimonial-content {
    /*padding-bottom: 90% !important; */
}
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
.toggle-bar {
    bottom: 25px;
}
.ht-main-navigation .ht-menu {
    top: 20px;
    }
    .ht-slide img{
        height: 200px;
    }
    .slider{
        height: 600px;
    }
     .box-form input[type="submit"]{
        margin-left: 15px;
    }
    .sliders .slides-items-brand{
        width: 315px;
    }
.testimonial-content img{
        /*top: -15px;*/
    }
    

}
@media only screen and (min-width: 320px) and (max-width: 475px) {
.toggle-bar {
    top: -45px;
}
 .box-form input[type="submit"]{
        margin-left: 15px;
    }
    .testimonial-content{
        padding-bottom: 50%;
    }
    .sliders .slides-items-brand{
        width: 315px;
    }
   /* .testimonial-content {
    padding-bottom: 30% !important;
}*/
}
div#content-box h2 {
    font-size: 19px;
    color: #000000d4;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 12px;
}
/**/

.featured-post-content:nth-of-type(even) {
   /* background: #ccc;*/
}
.featured-content {
    /*border: 1px solid #f3e6f8;*/
    /* padding: 0px; */
   /* border-radius: 3px;*/
   /* transition: skewX(23deg) skewY(-45deg);*/
    /* -webkit-transform: rotateX(150deg); */
    /* position: relative; */
    /* left: 3px; */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); */
    /* clip-path: polygon(0 0, 86% 0, 112% 100%, 0 109%); */
 /* transform: skewY(-2.5deg);*/
    /* z-index: 2000; */
  margin-bottom: 20px;

}
/*=============================result section==========================*/
.result-block.textcenter {
    padding-bottom: 15px;
}
section#ht-result-section {
    background: #ecebeb;
}
section#ht-result-section .ht-section-title-tagline {
    text-align: left;
}
section#ht-result-section h2.ht-section-title {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 29px;
}
section#ht-result-section .ht-section-subtagline {
    text-align: center;
    padding-top: 30px;
    font-family: inherit;
    font-size: 29px;
    font-weight: bold;
    color: #474646;
} 
section#ht-result-section .ht-section-subtagline span {
    /*color: #4cbad4;*/
    font-weight: bold;
}
/*=====================================gallery===================================*/
section#ht-gallery-section .lightbox {
    padding-bottom: 2em;
}
.ht-section-tagline.lz-gallery-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.ht-gallery-member {
    padding-bottom: 35px;
}
section#ht-gallery-section .ht-gallery-member-image img {
    border-radius: 25px;
    height: 233px;
    width: 100%;
}
section#ht-gallery-section .ht-section-title-tagline {
    padding-bottom: 30px;
}
main#innerpage-box .ht-gallery-member-image img {
    border-radius: 25px;
    height: 233px;
    width: 100%;
}
section#ht-result-section .ht-section-tagline {
    font-size: 14px;
    color: #474646;
}
.result-text.padding0.result1-content {
    background: #b562d6;
    border-radius: 50%;
    height: 140px;
    width: 140px;
}
.result-text.padding0.result2-content {
    background: #fd7198;
    border-radius: 50%;
    height: 140px;
    width: 140px;
}
.result-text.padding0.result3-content {
    background: #03c8b1;
    border-radius: 50%;
    height: 140px;
    width: 140px;
}
section#ht-result-section a {
    font-size: 14px;
    color: #fff;
}
section#ht-result-section p {
  
    padding-top: 15px;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    /* padding: 0; */
    color: #fff;
}
section#ht-result-section .ht-section-tagline {
    font-size: 14px;
    color: #474646;
    font-family: 'Poppins', sans-serif;
}
@media screen and (min-width:320px) and (max-width: 1024px){
.ht-section-title-tagline .lz-newslatter-heading {
    font-size: 17px;
}

.result-text.padding0.result1-content {
    height: 120px;
    width: 120px;
}
.result-text.padding0.result2-content {
    height: 120px;
    width: 120px;
}
.result-text.padding0.result3-content {
    height: 120px;
    width: 120px;
}
section#ht-result-section a {
    font-size: 10px;
}
section#ht-result-section h2.ht-section-title {
    font-size: 27px;
}
.testimonial-content{
    padding-left: 10px;
    padding-right: 10px;
        padding-bottom: 55%;
}
}

main#innerpage-box h6.secondry-text {
    color: #4d4b4b;
    padding-top: 15px;
}
main#innerpage-box .testimonial-content {
    background: #ffffff;
    padding-bottom: 10%;
}
/**/
/*======brands testimonial===============*/
/* Catalogue slider Start */
/*.slides-brands {
      height: 375px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}
.sliders::-webkit-scrollbar {
  display: none;
}
.sliders .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.sliders .slides-items-brand {
 margin-right: 22px;
    width: 320px;
    margin-left: 22px;
}
.sliders .slides-items:last-child {
  margin-right: 0;
}
.ctrls {
  text-align: center;
  margin-top: 5px;
}
.ctrls-btn {
    font-size: 35px !important;
    min-width: 50px;
    background: none;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    position: absolute;
    top: 30%;
    margin-top: -48.5px;
}
.ctrls-btn:hover{
    color:#000;
    background: none;
}
.ctrls-btn.slide-prev {
  left: 5px;
    z-index: 999;
    top: 40px;
}
.ctrls-btn.slide-next {
  right: 5px;
    z-index: 999;
    top: 40px;
}*/
/*======brands testimonial===============*/



/*extra css*/
/*.vCard{
  margin:auto 25%;
} */      
.flip-container {
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;

            -ms-transform: perspective(1000px);
            -moz-transform: perspective(1000px);
                -moz-transform-style: preserve-3d; 
                -ms-transform-style: preserve-3d; 
        }

            /*
            .flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                transform: rotateY(180deg);
                filter: FlipH;
                -ms-filter: "FlipH";
            }
            */


            /* START: Accommodating for IE */
            .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
        
        /* END: Accommodating for IE */

        .flip-container {
           /* width: 250px;*/
            height: 254px;
      
        }
            .front {
            width: 100%;
            height: 248px;
                padding-top: 30px;
      
        }
         .back {
            /*width: 254px;*/
            height: 248px;
         }
        .flipper {
            -webkit-transition: 0.6s;
            -webkit-transform-style: preserve-3d;
            -ms-transition: 0.6s;

            -moz-transition: 0.6s;
            -moz-transform: perspective(1000px);
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;

            transition: 0.6s;
            transform-style: preserve-3d;

            position: relative;
        }

        .front, .back {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;

            -webkit-transition: 0.6s;
            -webkit-transform-style: preserve-3d;

            -moz-transition: 0.6s;
            -moz-transform-style: preserve-3d;

            -o-transition: 0.6s;
            -o-transform-style: preserve-3d;

            -ms-transition: 0.6s;
            -ms-transform-style: preserve-3d;

            transition: 0.6s;
            transform-style: preserve-3d;
			border: 3px solid #f7e7fe;
            position: absolute;
            top: 0;
            left: 0;
			border-radius:10px;
        }

        .front {
            -webkit-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            background: #fc91af;
            z-index: 2;
        }

        .back {
            background: #00dfc4;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }

        .front .name {
            font-size: 2em;
            background: rgba(33, 33, 33, 0.9);
            color: #f8f8f8;
            font-family: Courier;
            padding: 5px 10px;
            border-radius: 5px;
            bottom: 69px;
            left: 16%;
            position: absolute;
            text-shadow: 0.1em 0.1em 0.05em #333;
            display: none;
        }

        .back-logo {
            position: absolute;
            top: 5%;
      margin:auto 25%;
            width: 160px;
            height: 140px;
            background: url(http://media-cache-ec0.pinimg.com/avatars/pawanmall-22_140.jpg) 0 0 no-repeat;
      border-radius:100%;
      width:50%;
      transform:scale(.95);
      transition:.3s all ease;
        }

        .back-title {
            font-weight: bold;
            color: #00304a;
            position: absolute;
            top: 180px;
            left: 0;
            right: 0;
            text-align: center;
            text-shadow: 0.1em 0.1em 0.05em #acd7e5;
            font-family: Courier;
            font-size: 2em;
        }

        .back p {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            text-align: center;
            padding: 0 20px;
      display: inline-block;
            background: rgba(33, 33, 33, 0.9);
            color: #f8f8f8;
            font-family: Courier;
            padding: 5px 10px;
        }

/*extra css*/
