/*
Theme Name: Akhada Fitness Pro
Theme URI: https://www.luzukdemo.com/demo/akhada-fitness/
Author: luzuk Themes
Author URI: www.luzukthemes.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akhada-fitness-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;
    text-decoration:none;
}

a {
    outline: 0 none;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding-top: 15px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding:0px;
}
/*div#secondary .widget_calendar td {
      padding: 5px 10px;
}
*//*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 28px;
    margin-bottom: 15px;
}
h2{
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    margin:20px 0 15px 0;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5{
    font-size: 20px;
    margin-bottom: 10px;
}
h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 0px 15px;
    padding: 21px 30px 18px;
    background: #f2f2f2;
    font-size: 16px;
    color: #212121;
    font-style: italic;
    font-weight: 400;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 1.7em !important;
}
#innerpage-box blockquote p{
    margin: 0;
    font-weight: 400;
}
.wp-block-image img {
    max-width: 100%;
    width: 100%;
}
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%;
}
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;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
    -moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #fe5722;
    padding: 10px 20px;   
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    font-size: 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: #2d2d2d;*/
    opacity: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}
.widget.widget_categories select, {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
textarea {
    padding: 8px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f9c12c;
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: block;
    text-transform: uppercase;
    margin: 0 0 12px;
    background: #f72985;
    color: #fff;
    border-radius: 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.widget-area ul{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
}
.widget-area .social-profile-icons ul li {
    display: inline-block;
}
.widget-area .social-profile-icons ul li:before {
    display: none;
}

.widget-area ul ul{
    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;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    padding-left: 15px;
}
.widget-area li.recentcomments {
    padding: 10px 15px;
}
.widget-area a{
    text-decoration: none;
    color: #404040;
    display: inline-block;
    padding: 14px 0;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
}
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}
.widget-area a:hover{
    color: #fe5722
}
.widget-area .widget{
 margin-bottom: 15px;
 padding: 0.3em 0em 0em;
 background: transparent;
}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
div#secondary input[type="submit"] {
    width: 100%;
}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary input[type="number"],
#secondary input[type="tel"],
#secondary input[type="range"],
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary input[type="file"],
#secondary textarea, 
#secondary select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.6;
    background-color: transparent;
}
#secondary textarea {
    height: 90px;
}
#secondary .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
#secondary figure.gallery-item a img:hover, #secondary .widget img:hover{
    opacity: 0.7;
}
#secondary figure.gallery-item a img, #secondary .widget img{
    padding: 5px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}
#content-box a :hover{
    /*color:#2d2d2d;*/
}
#content-box a i{
    color: #fff;
}
#commentsAdd input[type="submit"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
    border-radius: 5px;
    opacity: 1;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
    float: left;
    margin-left: 2%;
    width: 31.33333%;
}
.author-email-url input{
    width: 100%;
}
.comment-form .form-submit{
    margin-bottom: 0
}
h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}
.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}
#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments li.comment{
    margin: 0 0 20px;
}
#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}
article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}
.comment-list a{
    color: #404040;
}
.comment-list a:hover{
    color: #fe5722 !important;
}
.comment-list .comment-respond{
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
}
.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}
.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
}
.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}
.comment-list .edit-link a{
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}
.comment-list .comment-meta {
    margin-bottom: 15px;
} 
.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 14px;
}
.comment-list .comment-metadata a {
    float: left;
}
.comment-list .comment-metadata .reply {
    float: right;
}
#cancel-comment-reply-link {
    float: right;
}
.nav-previous a,
.nav-next a{
    background: #fe5722;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}
.nav-next a{
    margin-right: 13px;
}
.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}
.nav-previous a{
    margin-left: 11px;
}
.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}
.no-comments{
    color: #fe5722;
}
.pagination{
    text-align: center;
}
.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #FFF !important;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation{
    margin: 0px 0 0 0;
    padding: 1em 0;
    clear: both; 
    text-align: center;

}
.pagingation a, .woocommerce nav.woocommerce-pagination ul li a{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
    margin-right: 8px;
    transition: all 0.25s ease;
}
.pagingation a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover{
    color:#fff;
}
.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.page-content #searchform input[type="submit"] {
    margin-top: 15px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.section-title h2 {
    word-break: break-word;
    font-weight: 500;
    font-size: 37px;
    margin-bottom: 5px;
} 
.section-title h2 span {
    font-weight: 800;
}

.inner-area-title {    
    font-size: 23px;
    font-weight: 500;
    word-break: break-word;
}
.section-area-text {    
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
}
.textcenter{
    text-align: center;
}

.sectitlemidleborder:after {
    content: "";
    display: block;
    width: 195px;
    height: 1px;
    background: #ffcd20;
    margin: 0 auto;
    position: relative;
    left: -62px;
    right: 0;
    bottom: 28px;
    transition: all 0.2s ease-out 0s;
}
.sectitlemidleborder .hi-icon {
   display: inline-block;
   cursor: pointer;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   text-align: center;
   position: relative;
   z-index: 1;
   top: 0;
   left: -170px;
}

.sectitlemidleborder .hi-icon span {
 speak: none;
 font-size: 18px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 display: block;
 -webkit-font-smoothing: antialiased;
 color: #ffcc20;
 z-index: 2;
 position: relative;
}

.sectitlemidleborder .hi-icon {
    width: 38px;
    height: 38px;
}

.sectitlemidleborder .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.sectitlemidleborder .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.sectitlemidleborder .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.sectitlemidleborder .hi-icon:before {
    line-height: 92px;
}
.sectitlemidleborder .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 55%;
    height: 55%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sectitlemidleborder .hi-icon:after {
    top: -2px;
    left: 7.5px;
    padding: 0;
    z-index: 1;
    border: 1px solid #fcf3d0;
    background: #fcf3d0;
}
div#service:hover .sectitlemidleborder .hi-icon:after,
div#facility:hover .sectitlemidleborder .hi-icon:after,
div#about:hover .sectitlemidleborder .hi-icon:after,
div#pricing:hover .sectitlemidleborder .hi-icon:after,
.testimonials-area:hover .ts-leftarea .sectitlemidleborder .hi-icon:after,
.testimonials-area:hover .ts-rightarea .sectitlemidleborder .hi-icon:after ,
div#blog:hover .sectitlemidleborder .hi-icon:after,
div#gallery:hover .sectitlemidleborder .hi-icon:after ,
div#newsletter:hover .sectitlemidleborder .hi-icon:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 1px dashed #ffcc20;
}
.section-title {
    margin-bottom: 3em;
}


:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}
section{
}
section .darkbox{
    padding:3em 0;
    background: rgba(0,0,0,0.6)
}
section .lightbox{
    padding: 5em 0;
}
.padding0{
    padding: 0;
}
.ht-section-title-tagline{
    margin-bottom: 3em;
}
.ht-section-title{
    font-size: 33px;
    color: #323232;
    margin: 0 auto;
    font-weight: bold;
    line-height: 60px;
    word-break: break-word;
    position: relative;
}
.ht-section-title:last-child{
    margin-bottom: 0;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
.ht-main-title{
    position: relative;
    margin: 0.5em 0 0.5em;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0em 0em 0.4em rgba(255,255,255,0.6);
    text-align: center;
}
.archive .ht-main-title {
    margin: 0em 0 0.5em;
    padding: 0.5em 0 0;
}
.single-product .ht-main-title {
    margin: 0em 0 0.5em;
    padding: 0.5em 0 0;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    padding: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #4a4a4a;
}
.ht-site-description{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.header-left{
    padding: 0 5px;
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 15px;
   margin: 0;
   color: inherit;
   display: block !important;
   text-align: center;
   padding: 0px 0 2.5em;
}
.single-productpage .innerpage-whitebox {
    margin-top: 0;
    padding: 1em;
}
.single-productpage #sidebars {
    margin-top: 20px;
}
.single-productpage .ht-main-title {
    padding: 20px;
}
.woocommerce ul.product_list_widget li img{
 margin: 0 15px 0px 0;
}
.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{
    color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
    color: #fe5722;
}
.taxonomy-description,
.term-description{
    margin-bottom: 15px;
    padding: 0px 25px 25px 25px;
}
.taxonomy-description p:last-child,
.term-description p:last-child{
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    position: relative;
    padding: 0px 0 2.5em;
    text-align: center;
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}
/*===========================================
## Search & cart icon
======================================*/
.sitenav .search-icon{
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    padding: 0;  
}
.sitenav .search-icon i{
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #ac8e50;
    padding: 13px 15px;
    border-radius: 50%;
}
.sitenav .search-bar {
    display: none;
    position: absolute;
    bottom: 16px;
    z-index: 200;
    right: 13%;
}
.sitenav .search-bar input{
 display:inline-block;
}
.sitenav .search-bar input[type="text"]{ 
 width:100%;
 background: rgba(33, 33, 33, 0.8);
 color:#fff;
 border:none;
}
.sitenav .search-bar input[type='submit']{
    background: #000;
    color: #000;
    width: 15%;
    padding: 0;
}
.fa-search {
 &:hover {
  color: rgba(255, 255, 255, 0.75);
}
}

/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/
.resp_header_logo {
    display: none;
}
.overlap-header {
    position: relative;
    top: 0px;
}
.page-main-header{
    position: relative;
    background: #fe5722;
    color:#fff;
    clear: both;
    padding: 0em 0 3em;
    background: linear-gradient(0deg,#8972ea,#516ced 80%) no-repeat;
    overflow: hidden;
}
.page-main-header .overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f3f;
    opacity: 0.3;
    clear: both;
}
.lower-header .header-social-links {
    margin: 20px 0;
}
.header-transparent .resp_head_box {
    padding: 12px 0 15px;
}
.header-seo.header-transparent .is-fixed .main-bar p.ht-site-description {
    display: none;
}
.resp_header_btn p {
    display: none;
}
.pd-0{
    padding: 0;
}
.header-right .single-header-info {
    text-align: right;
}
header.site-header li {
    display: inline-block;
    list-style-type: none;
}
.single-header-info li:nth-of-type(2n):before {
    content: "|";
    padding: 0px 1px 0px 1px;
    color: #ffffff;
    font-weight: 600;
}


.logo-header.mostion img {
    padding: 13px 0 13px 0;
}

.logobox img{
    position: relative;
}
.navigation .mainmenu ul.sub-menu li a:after {
    background: #090909;
}
header.site-header .main-dispaly.padding0 {
    padding-right: 0;
}
.hd-li-clip {
    background: #ffcc20;
    position: relative;
    right: -215px;
    top: 0;
    -webkit-clip-path: polygon(35% 0, 50% 0, 15% 100%, 0% 100%);
    clip-path: polygon(35% 0, 50% 0, 15% 100%, 0% 100%);
}
.hd-liii-clip {
    background: #ffcc20;
    position: relative;
    right: 44px;
    top: 0;
    right: -107px;
    top: 0;
    -webkit-clip-path: polygon(52% 0, 44% 0, 5% 100%, 0% 100%);
    clip-path: polygon(36% 0, 50% 0, 15% 100%, 0% 100%);
}
.hd-lii-clip {
    background: #ffcc20;
    position: relative;
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(33% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(66% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 65px;
}
.hd-li-clip:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -61px;
  z-index: 1;
  transform: rotate(179deg);
  -ms-transform: rotate(179deg);
  -webkit-transform: rotate(179deg);
  -webkit-clip-path: polygon(37% 0, 45% 0, 8% 100%, 0% 100%);
  clip-path: polygon(37% 0, 45% 0, 8% 100%, 0% 100%);
}
.hd-liii-clip:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #feefbe;
    position: absolute;
    top: 0;
    left: -59px;
    z-index: 1;
    transform: rotate(178deg);
    -ms-transform: rotate(178deg);
    -webkit-transform: rotate(178deg);
    -webkit-clip-path: polygon(40% 0, 44% 0, 5% 100%, 0% 100%);
    clip-path: polygon(37% 0, 45% 0, 8% 100%, 0% 100%);
}
.nav-block {
    background: #ffcb20;
    position: relative;
    right: 0px;
    top: 0;
    width: 48%;
}
.hd-ri-clip {
    background: #ffcc20;
    position: relative;
    left: -163px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 100%, 35% 0%);
}
.hd-ri-clip {
   background: #ffcc20;
   position: relative;
   left: -1px;
   -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 0% 100%, 75% 0%);
   width: 50px;
}

.hd-rii-clip {
    background: #ffcc20;
    right: 56px;
    top: 0;
    position: relative;
    -webkit-clip-path: polygon(52% 0, 44% 0, 5% 100%, 0% 100%);
    clip-path: polygon(35% 0, 45% 0, 11% 100%, 0% 100%);
}

.hd-riii-clip {
    top: 0;
    background: #ffcc20;
    position: relative;
    right: 164px;
    top: 0;
    -webkit-clip-path: polygon(52% 0, 44% 0, 5% 100%, 0% 100%);
    clip-path: polygon(35% 0, 46% 0, 12% 100%, 0% 100%);
}


.hd-riii-clip:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -70px;
    z-index: 1;
    transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    -webkit-transform: rotate(179deg);
    -webkit-clip-path: polygon(36% 0, 44% 0, 9% 100%, 0% 100%);
    clip-path: polygon(37% 0, 56% 0, 10% 100%, 0% 100%);
}
.hd-rii-clip:before {
   content: "";
   width: 100%;
   height: 100%;
   background: #feefbe;
   position: absolute;
   top: 0;
   left: -70px;
   z-index: 1;
   transform: rotate(179deg);
   -ms-transform: rotate(179deg);
   -webkit-transform: rotate(179deg);
   -webkit-clip-path: polygon(40% 0, 44% 0, 5% 100%, 0% 100%);
   clip-path: polygon(37% 0, 45% 0, 8% 100%, 0% 100%);
}

/* = Navigation hover and active menu css
-------------------------------------------------------------- */
header.site-header span.text,
.single-header-info span.theme-color {
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
}
header.site-header button.header-btn {
  border: none;
  background-color: #f72985;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  padding: 11px 37px;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 15px;
  outline: none;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
  float: right;
  word-break: break-word;
}
header.site-header button.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
header.site-header button.header-btn i {
  font-size: 20px;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:before {
  border-radius: 30px;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 50%;
  right: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
header.site-header button.header-btn:hover,
header.site-header button.header-btn.hover {
  color: #000000;
}
header.site-header button.header-btn:hover span,
header.site-header button.header-btn.hover span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:hover i,
header.site-header button.header-btn.hover i {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:hover:before,
header.site-header button.header-btn.hover:before {
  left: 3px;
  right: 3px;
  background: #ffffff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header.site-header button.header-btn:active:before {
  background: rgba(255, 255, 255, 0.7);
}
.navigation .mainmenu{ 
    position:relative; 
    z-index:9999; 
    vertical-align:middle; 
    float: none;
    text-align: left;
}
.navigation .mainmenu li{ 
    display: inline-block;
    position: relative;
    line-height: normal;
    padding: 0 5px;
    /* margin-right: 35px; */
}
.navigation .mainmenu li a{ 
    display:block; 
    text-align:center; 
    color:#ffffff; 
    position:relative; 
}

/* = Navigation 2nd level css
-------------------------------------------------------------- */
/*.navigation .mainmenu li ul ul{
    left:20%;
    margin-left: 10%;
}
*/
ul.sub-menu ul li a ul li a{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.sub-menu li a:hover{   
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);   
}
ul.sub-menu{
    display:none;
    z-index:9999;
    position:absolute;
    left:-9999px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    left: 0;
    top: 120%;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 4px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.13);
}
.navigation .mainmenu li ul li{
    display:block; 
    position:relative; 
    float:none; 
    line-height:18px; 
    margin-left:0; 
    margin-right:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
    /*box-shadow: 0 0 6px rgba(0,0,0,0.15);*/
}
.navigation .mainmenu li ul li a{
    display:block; 
    padding: 5px 0px;
    position:relative;
    top:0; 
    text-align:left; 
    z-index: 1;
}

.navigation .mainmenu li:hover ul.sub-menu li {
    opacity: 1;
    visibility: visible;
  /*  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;*/
}

.navigation .mainmenu ul.sub-menu li a {
    font-size: 14px;
    position: relative;
    color: #3b3fb2;
    font-weight: 600;
    margin-right: 25px;
}
.navigation .mainmenu ul.sub-menu li a:hover {
    background: #fff;
    z-index: 200;
}
.navigation .mainmenu ul.sub-menu li a {
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.ht-sticky-header .header-transparent {
    position: fixed;
    left: 0;
    right: 0;
}
.navigation .mainmenu ul.sub-menu li.current_page_item:hover a, 
ul.sub-menu .current_page_item:hover > a{
    background: none;
}
@media only screen and (min-width: 1445px) {
    .navigation .mainmenu li {
        padding: 0 5px;
    }
    .trainer-area .titlemidleborder:after {
        content: "";
        display: block;
        width: 375px;
        height: 1px;
        background: #ffcd20;
        margin: 0;
        position: relative;
        left: -76px;
        right: 0;
        bottom: -51px;
        transition: all 0.2s ease-out 0s;
    }


}

@media only screen and (max-width: 1300px) {
    ul.sub-menu {
        position: relative;
        box-shadow: none;
    }
    .navigation .mainmenu ul.sub-menu li {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate3d(0px, -12px, 0px);
    }

}

@media only screen and (min-width: 1300px) {


    .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }

    .navigation .mainmenu li:hover > ul{
        display: block;
        width: 250px;
        position: absolute;
        left: auto;
        top: 85%;
        text-align: left;
    }

    .navigation .mainmenu li:hover ul.sub-menu{
        left: auto;
        top: 86px;
        text-align: left;
        -ms-animation: zoomIn .3s ease-in-out;
        -webkit-animation: zoomIn .3s ease-in-out;
        animation: zoomIn .3s ease-in-out;
        border-radius: 0;
        padding:5px 0;
    }

}
.navigation .mainmenu li.current_page_item ul li a{
    background: none;
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */
.navigation .mainmenu li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:250px; 
    top:-1px; 
    -ms-animation: fadeInRight .3s ease-in-out; 
    -webkit-animation: fadeInRight .3s ease-in-out; 
    animation:fadeInRight .3s ease-in-out; 
    z-index: 1;
}
.heade-border {
    border-bottom: 1px solid #939192;
    padding: 0 5px;
}
.header.site-header ul.sub-menu li a {
    font-size: 14px;
    /*    transition: all 0.5s ease 0s;*/
    font-weight: 500;
    position: relative;
}

.header.site-header ul.sub-menu li a{   
    display: block;
    vertical-align: middle;
}

.header.site-header ul.sub-menu li:hover a{
 background: none;
 color: #000;
 border-radius: 0px;
}

header.site-header ul {
    margin: 0;
}
header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
header.site-header .list-inline.m-a0 {
 padding: 2px 0;
 float: right;
}
.navigation .mainmenu {
   position: relative;
}
.header-icon i.fa {
    position: relative;
    top: 0px;
    font-size: 15px;
    padding-right: 9px;
    font-weight: 700;
}
.site-header {
    position: relative;
    z-index: 99999;
    width: 100%;
    box-shadow: 0px 0px 22px 8px rgba(0,0,0,0.1);
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .site-button-link{
    font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {

    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.new-page{
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}
.new-page.menu-new{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}
@media only screen and (max-width: 1200px) {
    .new-page.menu-new{
        display:none;
    }
}
/* map page header*/
#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
@media screen and (max-width: 991px) {
    header.site-header input[type='search'], 
    header.site-header input[type='search']:hover {
        width: 100%;
    }
}
header.page-main-header .innerpgimg{
    display: block;
    position: relative;
}
header.page-main-header .innerpgimg:after{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   background: #000;
   transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
   opacity: 0.6;
}
div#secondary .widget_calendar table thead tr th{
    padding: 10px;
}
.widget_calendar tfoot tr td a {
    padding: 2px 10px;
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {
    text-align: right;
}
.main-header-info {
    text-align: center;
}
.header-icon {
    display: inline-block;
    text-align: left;
}
.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:0px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 6px; 
}
@media only screen and (max-width: 991px) {
/*#content-box .testimonial-inn {width: 49% !important;}*/
#innerpage-box .ts-area-thumb,
#content-box .testimonial-inn .Ts-detail { text-align: center; margin: 0 auto;}
    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .dlab-topbar-left{
        padding-right: 0;
    }
}
.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%;
}

.navigation .mainmenu {
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.navigation .mainmenu.ht-menu {
    display: block !important;
}
.navigation .mainmenu li {
   position: relative;
}
.navigation .mainmenu li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 0;
}
.navigation .mainmenu>li>a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:0px;
}
header.site-header ul.sub-menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:0px;
}

.navigation .mainmenu li a:hover::before, 
div#navbarNavDropdown li.current_page_item a:hover::before, 
.current_page_item > a:hover::before, 
.navigation .mainmenu li.current_page_item a:hover::before, 
.current_page_item > a:hover::before
{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navigation .mainmenu ul.sub-menu li a:hover:before, 
header.site-header ul.sub-menu li a:hover:before{
    display:none;
}


.navigation .mainmenu li.current_page_item a, .current_page_item > a {
    color: #fff;
    background: #000;
}
.sf-arrows .sf-with-ul {
    padding-right: 0em !important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

i.flaticon-phone-call.m-r5, 
i.ti-location-pin.m-r5 {
    margin-right: 12px;
}
/* = Navigation sticky header css
-------------------------------------------------------------- */

.header-transparent .sticky-header {
    padding: 14px 0;
    text-align: right;
}
.header-seo.header-transparent .is-fixed .main-bar ul {
    padding: 5px 0 10px;
    text-align: center;
}
.header-seo.header-transparent .is-fixed .main-bar ul ul.sub-menu {
    padding: 0px;
}
.header-seo.header-transparent .is-fixed .main-bar input[type="search"] {
    top: 10px;
    position: relative;
}
.header-seo.header-transparent .is-fixed .main-bar span.sb-icon-search {
    top: 8px;
}
header.site-header .dlab-topbar-left {
    position: relative;
    top: 13px;
}
.header-share {
    position: absolute;
    top: 8px;
    right: 0;
}
.share-btn {
    position: relative;
    right: 0;
    bottom: 0;
}
.share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.share-btn ul li{
    display:inline-block;
    margin-left: -50px;
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.share-btn ul li a.site-button{
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    height:50px;
    display: block;
    color:#fff;
    background: #516bec;
}
.share-btn ul li a.site-button:hover{
    background:#f72985;
}
.share-btn ul:hover li.share-button a.site-button{
    background:#f72985;
}   
.share-btn ul:hover li{
    margin-left: 4px;
}
.share-details-btn ul{
    margin:0;
    padding:0;
    list-style:none;
}
.share-details-btn ul li{
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
}
/*----------------------------------------*/
/*  02.Slider Area
/*----------------------------------------*/
.bx-wrapper .bx-controls-direction a{
    z-index: auto !important;
}
.social-icon-container {
    position: relative;
    right: 20px;
}
.slider_section{
    position: relative;
}

.slider_section .ht-slide-cap-desc span {
    color: #f72985;
}
.slider_section .bx-wrapper .bx-next{
    transition: all 0.8s ease;
}

.slider_section .bx-wrapper .bx-prev{
 transition: all 0.8s ease;
 width: 74px !important;
 line-height: 40px;

 text-align: center;
}

@keyframes an{
    from{
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }
    to{
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}
#ht-home-slider-section .bx-wrapper .bx-prev {
    background: url(images/slide2.png) no-repeat center;
    left: 44%;
    top: auto;
    bottom: 5%;
    background-size: 12px;
    border: 3px solid #ffcc20;
}
#ht-home-slider-section .bx-wrapper .bx-next {
    background: url(images/slide1.png) no-repeat center;
    left: 52%;
    top: auto;
    bottom: 5%;
    background-size: 12px;
    border: 3px solid #ffcc20;
}
#ht-home-slider-section .bx-wrapper .bx-prev:hover, 
#ht-home-slider-section .bx-wrapper .bx-next:hover {
    opacity: 0.5;
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a {
       color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 8px;
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}
.ht-slide img{
    width: 100%;
}
.slider_gradiant{
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background: #fff;
 opacity: 1;
}
.slider_content{
 position: absolute;
 top: 70%;
 left: 40%;
 width: 515px;
 margin-left: -513px;
 -ms-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 padding: 3.5em 0em;
 text-align: left;
 z-index: 999;
}

.ht-slide img {
    width: 100%;
    height:800px !important;
}

.img-slide-responsive {
    position: absolute;
    right: 1140px;
    top: -26px;
}

.slider_section .bx-wrapper .bx-controls-direction a{
    height: 40px;
    text-indent: initial !important;
    font-weight: 600;
    font-size: 14px;
}
.slider_section .bx-wrapper .bx-prev{
 background: transparent url(images/pre1.png) no-repeat left;
 left: auto;
 right: 0;
 top: 24%;
}
.slider_section .bx-wrapper .bx-next{
   background: transparent url(images/next1.png) no-repeat right;
   right: 0;
   top: 28%;
}
.slider_section .bx-wrapper .bx-next {
    width: 55px;
    line-height: 40px;
}
.ct-btn-scroll {
   width: 20px;
   position: absolute;
   bottom: 30px;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 9;
   border-radius: 50%;
   -webkit-transition: background-color 0.25s ease-in-out;
   transition: background-color 0.25s ease-in-out;
}

.slider_section .bx-wrapper .bx-controls-direction a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( to right, #f72985, #f72985 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.slider_section .bx-wrapper .bx-controls-direction a:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
  transform: scale(1.2);
}


.slider_section .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.slider_section .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.midix.infinite, .midix_hover.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.slider_section .site-button {
    margin-top: 5px;
}
.slider_section .box-hover, .box-hover-2{
  display: inline-block;
  width: 822px;
  height: 462px;
  margin-top: 30px;
  animation: Animate1 5s infinite alternate ease-in-out;
}
.slider_section .box-title{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #fff;
  text-shadow: 0 0 80px rgba(#000, 0.4);
  letter-spacing: 2px;
  
}
.slider_section .box{
  position: relative;
  display: inline-block;
  width: 1100px;
  right: -20%;
  top: 45%;
}
@keyframes Animate1{
  0%{transform:translateY(3%)}
  to{transform:translateY(-3%)}
}
@keyframes Animate2{
  0%{transform:translateY(0%)}
  to{transform:translateY(-30%)}
}
.slider_section .title {
   font-size: 62px;
   font-weight: 500;
   padding-bottom: 0px;
   word-break: break-word;
   text-align: left;
   line-height: 70px;
}
.slider_section .title b {
    font-weight: 600;
}
.slider_section .sub-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    word-break: break-word;
    text-align: left;
    margin-top: 10px;
}

.slider-btn {
    margin-top: 2.5em;
}

.slider_section a.btn {
    display: inline-block;
    text-align: center;
    background: #f72985;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.slider_section a.btn:before,
.slider_section a.btn:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #f72985;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.slider_section a.btn:before {
    top: -25%;
    left: 20%;
}

.slider_section a.btn:after {
    bottom: -25%;
    right: 20%;
}

.slider_section a.btn:hover:before,
.slider_section a.btn:hover:after {
    transform: none;
}


/*----------------------------------------*/
/*  04. Trainer Area
/*----------------------------------------*/
div#trainer .section-title {
    padding-top: 0em;
}
div#trainer .section-title{
    margin-bottom: 1em;
}
div#trainer .section-title h2{
    color: #262626;
    font-size: 60px;
    font-weight: 600;
}
div#trainer .section-title h2 span{
 font-size: 90px;
 color: #ffcb20;
 display: block;
 font-weight: 700;
}
div#trainer .section-subtitle p {
    color: #585858;
    font-size: 16px;
    margin-right: 12em;
    font-weight: 400;
}
.trainer-area .inner-area-title {
    color: #454545;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
div#trainer .trainerarea-img img {
 width: 100%;
 height: 100%;
}
div#trainer .trainerarea-img {
    display: block;
    position: relative;
}

div#trainer .trainerarea-img {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
div#trainer .trainerarea-img {
    position: relative;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
}
div#trainer .trainerarea-img img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
div#trainer .trainerarea-img img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    padding: 0px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
div#trainer .trainerarea-img:hover img {
    transform: scale(1.2);
}
div#trainer .trainerarea-img .ovrlyT {
    background: #ffcb20;
    opacity: 0.3;
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div#trainer .trainerarea-img:hover .ovrlyT {
    left: 0;
    top: 0;
}
div#trainer .trainerarea-img .ovrlyB {
    background: #ffcb20;
    opacity: 0.3;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div#trainer .trainerarea-img:hover .ovrlyB {
    left: 0;
    top: 0;
}
.bannerpart{
    position: relative;
    overflow: hidden;
}

.bannerpart .titlemidleborder{
    display: none;
}

.trainerus-post-wrap {
    margin-top: 1em;
}
.trainer-content {
    padding:4.56em 3em 0em 3em;
}
.trainerus-single {
    margin-bottom: 0.5em;
}

div#trainer {
    position: relative;
}
div#trainer .titleborder:after {
    left: 58px;
    margin: 0;
}

div#trainer .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 0px;
}
.trainer-btn .hi-icon span {
 speak: none;
 font-size: 18px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 display: block;
 -webkit-font-smoothing: antialiased;
 color: #f72985;
 z-index: 2;
 position: relative;
}

.trainerus-single .hi-icon {
    width: 92px;
    height: 92px;
}

.trainerus-single .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.trainerus-single .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.trainer-btn .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.trainerus-single .hi-icon:before {
    line-height: 92px;
}

.trainer-btn .hi-icon:after {
 pointer-events: none;
 position: absolute;
 width: 55%;
 height: 55%;
 border-radius: 0;
 content: '';
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

.trainerus-single .hi-icon:after {
 top: -2px;
 left: 7px;
 padding: 0;
 z-index: 1;
 border: 1px solid #f72985;
 background: #fcf3d0;
}
.trainerus-single:hover .trainer-btn .hi-icon:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 1px dashed #f72985;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.trainer-area .inner-area-title {
    color:#3c3c3c;
}

.trainer-area .readmore a {
    display: block;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: #ffcc20;
}
.trainer-area .readmore a:hover{
    background: none;
}
.trainer-area .abtreadmore {
    margin-top: 3em;
}
.trainer-area .readmore a i{
    padding-left: 5px;
    font-size: 12px;
}
.trainer-area .readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.trainer-area .readmore a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.trainer-area .titlemidleborder:after {
    content: "";
    display: block;
    width: 360px;
    height: 1px;
    background: #ffcd20;
    margin: 0;
    position: relative;
    left: -76px;
        left: -50px;
    right: 0;
    bottom: -51px;
    transition: all 0.2s ease-out 0s;
}
div#trainer .titlemidleborder .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 80px;
    left: 46%;
}

.trainer-area .titlemidleborder .hi-icon span {
 speak: none;
 font-size: 18px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 display: block;
 -webkit-font-smoothing: antialiased;
 color: #ffcc20;
 z-index: 2;
 position: relative;
}

.trainer-area .titlemidleborder .hi-icon {
    width: 92px;
    height: 92px;
}

.trainer-area .titlemidleborder .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.trainer-area .titlemidleborder .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.trainer-area .titlemidleborder .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.trainer-area .titlemidleborder .hi-icon:before {
    line-height: 92px;
}
.trainer-area .titlemidleborder .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 55%;
    height: 55%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.trainer-area .titlemidleborder .hi-icon:after {
    top: -2px;
    left: 7px;
    padding: 0;
    z-index: 1;
    border: 1px solid #ffcc20;
    background: #fcf3d0;
}
.trainer-area:hover .titlemidleborder .hi-icon:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 1px dashed #ffcc20;
}


/*----------------------------------------*/
/*  03. Service Area
/*----------------------------------------*/
div#service {
   position: relative;
   background: #fff;
   box-shadow: 0px -20px 30px -6px rgba(0, 0, 0, 0.11);
}
.titleborder {
    margin-bottom: 4em;
}
.titleborder:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  position: relative;
}

.service-icon a i {
    font-size: 85px;
    margin-bottom: 15px;
    color: #f72985;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.service-area p {
    font-size: 14px;
}
.service-area .service-area-btn {margin: 0 50px;}

.service-area h4 {
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.single-service-bx {
    padding: 0 20px; 
    position: relative;
    z-index: 2;
}
.service-social-btn { position: absolute;z-index: 3;display: grid; top: 25%;}
.service-area .service-social-btn  a {font-size: 15px; padding: 0 0px; margin: 8px 0px;transition: 0s;}

.service-area .single-service-bx:hover p,
.service-area .single-service-bx:hover h4  {
 color: #fff;
}


.service-area .single-service-bx:hover .service-icon a i {
 color: #fff;
 transform: scale(1.1);
 left: 40px;
}

.service-area .inn-single-service-bx {
    display: none;
}



.service-area .single-service-bx {
    position: relative;
}
.service-area .single-service-bx .single-service {
    text-align: center;
    float: left;
}
.service-area .service-icon {
   position: relative;
   display: inline-block;
}
.service-area .service-icon img {
    width: 100%;
    height: 100%;
    height: 239px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
div#trainer .trainerarea-img:hover img {
    transform: scale(1.2);
}
.service-area .service-info {
    padding: 2em 1.5em;
    background: #fff;
    box-shadow: 0 0px 5px 0 #88828252;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    -webkit-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
}
.service-area .single-service-bx:nth-child(3) .single-service ,
.service-area .single-service-bx:nth-child(4) .single-service,
.service-area .single-service-bx:nth-child(7) .single-service ,
.service-area .single-service-bx:nth-child(8) .single-service ,
.service-area .single-service-bx:nth-child(11) .single-service ,
.service-area .single-service-bx:nth-child(12) .single-service,
.service-area .single-service-bx:nth-child(15) .single-service ,
.service-area .single-service-bx:nth-child(16) .single-service , {
    float: right;
    text-align: right;
}
.service-area .single-service-bx:nth-child(3) .service-icon,
.service-area .single-service-bx:nth-child(4) .service-icon,
.service-area .single-service-bx:nth-child(7) .service-icon,
.service-area .single-service-bx:nth-child(8) .service-icon,
.service-area .single-service-bx:nth-child(11) .service-icon,
.service-area .single-service-bx:nth-child(12) .service-icon,
.service-area .single-service-bx:nth-child(15) .service-icon,
.service-area .single-service-bx:nth-child(16) .service-icon {
    float: right;
}
.service-area .single-service-bx:hover .hover-ripple{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(7);
}

.hover-ripple.right {
    border-top-left-radius: 100px;
    border-top-right-radius: 0;
    left: auto;
    right: 0;
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
}
.hover-ripple{
    background-color: #ffd038;
    border-top-right-radius: 100px;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100px;
}

.col-md-12.col-sm-12 .hover-ripple{
    width: 250px;
}

.ov-hidden {
    overflow: hidden;
}

.service-area .single-service-bx:hover h4, .service-area .single-service-bx:hover h4 small ,
.service-area .single-service-bx:hover p,
.servicesbtn a{
    position: relative;
    z-index: 1;
}
.sr-margin {
    margin: 0 6em;
}
.servicesbtn a{
    transition: all 0.3s ease 0s;
    color: #fec509;
    font-size: 14px;
    font-weight: 600;
}
.servicesbtn a i{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding-left: 2px;
    font-size: 14px;
}

.servicesbtn a:hover i,.servicesbtn a:focus i, .servicesbtn a:active i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.service-area .single-service-bx:hover .servicesbtn a{
    color: #323232;
}
.servicesbtn a:hover {
    letter-spacing: 1px;
}
/*----------------------------------------*/
/*  04. Facility Area
/*----------------------------------------*/

div#facility {
    padding: 3em 0;
    position: relative;
    background: #fff;
}
.facilityrightbox {
    margin: 0;
}
.facility-post{
    background: #fff;
    border: 1px solid #ffd75a;
    margin-bottom: 4em;
    -moz-box-shadow: -1px 0px 9px rgba(50,50,0,0.1);
    -webkit-box-shadow: -1px 0px 9px rgba(50,50,0,0.1);
    box-shadow: -1px 0px 9px rgba(50,50,0,0.1);
    padding: 1.3em 1.3em 0.7em;
}
.facility-post:before {
    content: "";
    border-top: 0 solid #ffd033;
    border-right: 0 solid transparent;
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.facility-post:hover:before {
    border-top-width: 45px;
    border-right-width: 45px;
}
.facility-post h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0.5em;
}

.facility-icon span {
    color: #ffcf32;
    font-size: 70px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.facility-post:hover .facility-icon span {
    background: #ffcf32;
    color: #fff;
    -ms-transform: scale(0.8) rotate(5deg);
    -moz-transform: scale(0.8) rotate(5deg);
    -webkit-transform: scale(0.8) rotate(5deg);
    -o-transform: scale(0.8) rotate(5deg);
    transform: scale(0.8) rotate(5deg);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
.facility-area .highlight-fs {
    background-color: #ffcb20;
    display: inline-table;
    width: 100%;
    right: 0;
    top: 45%;
    height: 170px;
    background-repeat: repeat-x;
    position: absolute;
    overflow: hidden;
}

/*----------------------------------------*/
/*  04. About counter Area
/*----------------------------------------*/
.aboutcounter-area {
    position: relative;
}
div#about .section-title {
    padding-top: 0em;
}
div#aboutcounter .about_gradiant {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}
div#about .sectitlemidleborder .hi-icon {
    left: 48px;
}
div#about .sectitlemidleborder:after {
    width: 165px;
    left: -168px;
}
div#about .section-title {
    margin-bottom: 0.5em;
}
div#about .section-subtitle p {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
}
div#about .aboutarea-img img {
 width: 100%;
 height: 100%;
}
div#about .aboutarea-img {
    display: block;
    position: relative;
}

div#about .aboutarea-img {
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
div#about .aboutarea-img {
    position: relative;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
    display: inline-block;
}
div#about .aboutarea-img img {
    width: 100%;
    top: 0;
    left: 0;
}
div#about .aboutarea-img img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    padding: 0px;
}
div#about .aboutarea-img:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: 99.5%;
    width: 99.5%;
    border-left: 10px solid #ffcb20;
    border-top: 10px solid #ffcb20;
}
div#about .aboutarea-img:hover:before {
    height: 13%;
    width: 15%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-left: 2px solid #ffcb20;
    border-top: 2px solid #ffcb20;
}

.aboutus-post-wrap {
    margin-top: 2em;
}
.about-content {
    padding: 6.2em 0em 3em 5.5em;
}

.about-content:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 75%;
    width: 0px;
    height: 0px;
    border-right: 13px solid #626262;
    border-bottom: 13px solid #626262;
    height: 15%;
    width: 25%;
}

.about-content:after {
 display: block;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 content: "";
 position: absolute;
 top: 0px;
 right: 75%;
 width: 0px;
 height: 0px;
 border-right: 13px solid #626262;
 border-top: 13px solid #626262;
 height: 15%;
 width: 25%;
}
div#about .abtreadmore {
    margin-bottom: 3em;
}

.aboutus-single {
    margin-bottom: 0.5em;
}
div#about {
    position: relative;
    padding: 5em 14em 0em 9em;
}
div#about .titleborder:after {
    left: 58px;
    margin: 0;
}

div#about .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 0px;
}
.about-btn .hi-icon span {
 speak: none;
 font-size: 18px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 display: block;
 -webkit-font-smoothing: antialiased;
 color: #f72985;
 z-index: 2;
 position: relative;
}

.aboutus-single .hi-icon {
    width: 92px;
    height: 92px;
}

.aboutus-single .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.aboutus-single .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.about-btn .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.aboutus-single .hi-icon:before {
    line-height: 92px;
}

.about-btn .hi-icon:after {
 pointer-events: none;
 position: absolute;
 width: 55%;
 height: 55%;
 border-radius: 0;
 content: '';
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

.aboutus-single .hi-icon:after {
 top: -2px;
 left: 7px;
 padding: 0;
 z-index: 1;
 border: 1px solid #f72985;
 background: #fcf3d0;
}
.aboutus-single:hover .about-btn .hi-icon:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 1px dashed #f72985;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.about-area .inner-area-title {
    color:#3c3c3c;
}

.about-area .readmore a {
    display: block;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: #ffcc20;
}
.about-area .readmore a:hover{
    background: none;
}

.about-area .readmore a i{
    padding-left: 5px;
    font-size: 12px;
}
.about-area .readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.about-area .readmore a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.about-area .titlemidleborder:after {
    content: "";
    display: block;
    width: 360px;
    height: 1px;
    background: #ffcd20;
    margin: 0;
    position: relative;
    left: -76px;
    right: 0;
    bottom: -51px;
    transition: all 0.2s ease-out 0s;
}
div#about .titlemidleborder .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 80px;
    left: 46%;
}

.about-area .titlemidleborder .hi-icon span {
 speak: none;
 font-size: 18px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 display: block;
 -webkit-font-smoothing: antialiased;
 color: #ffcc20;
 z-index: 2;
 position: relative;
}

.about-area .titlemidleborder .hi-icon {
    width: 92px;
    height: 92px;
}

.about-area .titlemidleborder .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.about-area .titlemidleborder .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.about-area .titlemidleborder .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.about-area .titlemidleborder .hi-icon:before {
    line-height: 92px;
}
.about-area .titlemidleborder .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 55%;
    height: 55%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.about-area .titlemidleborder .hi-icon:after {
    top: -2px;
    left: 7px;
    padding: 0;
    z-index: 1;
    border: 1px solid #ffcc20;
    background: #fcf3d0;
}
.about-area:hover .titlemidleborder .hi-icon:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 1px dashed #ffcc20;
}
/*----------------------------------------*/
/*  05. Body Transformation Area
/*----------------------------------------*/
div#bodytransform {
    padding: 4em 0;
    background: #fff;
    -moz-box-shadow: -1px 0px 9px rgba(50,50,0,0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(50,50,0,0.2);
    box-shadow: -1px 0px 9px rgba(50,50,0,0.2);
}
.bodytransformus-post-boxes {
    margin: 0 6em;
}
.bodytransform-area .bt-area-thumbl, .bodytransform-area .bt-area-thumbr {
    display: inline-block;
    /* border: 1px solid #ffcd20;*/
    background: #ffcc20;
}
.bodytransform-area .bt-area-thumbl img {
    width: 100%;
    height: 310px;
    height: 100%;
    position: relative;
    top: 8px;
    left: 8px;
}
.bodytransform-area .bt-area-thumbr img {
    width: 100%;
    height: 310px;
    height: 100%;
    position: relative;
    top: 8px;
    right: 8px;
}
.bodytransform-area-data {
    text-align: center;
    padding: 0 15px;
}
.bodytransform-area-data h4.inner-area-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.bodytransform-area-data h6.inner-area-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #ffcb20;
}
.bodytransform-area-data p.inner-area-text {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.tf-area {
    background: #ffcb20;
    padding: 10px 25px;
    position: relative;
    margin: 0 5em;
    bottom: 15px;
}
.tf-day-text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.tf-loss-text {
    font-size: 25px;
    color: #000;
    font-weight: 400;
}
.tr{
    text-align: right;
}
.tf-area:after {
    border-radius: 0;
    padding: 5px;
    border-left: 6px solid #ffcc20;
    border-right: 6px solid #ffcc20;
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    bottom: 0;
    right: -10px;
    z-index: 1;
}
.tf-area:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 25px solid #ffcc20;
    right: -40px;
    top: 0;
    position: absolute;
    height: 100%;
}
.tfarea-box {
    position: relative;
}
ul.tfarea-links {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 0;
} 
ul.tfarea-links li {
    padding: 10px;
}
ul.tfarea-links li a {
    color: #a0a0a0;
    font-size: 18px;
}
ul.tfarea-links li a:hover {
    color: #000;
}

.bodytransformus-post-boxes .owl-nav {
    display: none;
}
.bodytransformus-post-boxes .owl-dots {
    margin-top: 1.5em;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:0px;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot.active span{
    margin: 0px 15px 0px 5px;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot.active span:before {
    content: "\f0c8";
    font-family: FontAwesome;
    display: block;
    color: #000;
    width: 25px;
    transform: scale(1.6);
    transition: all 0.5s ease 0s;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot span:before {
    content: "\f0c8";
    font-family: FontAwesome;
    display: block;
    color: #979797;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}
.bodytransform-area .owl-theme .owl-dots .owl-dot.active span:hover:before {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
    transform: scale(1.6);
}
.justify-content-center { -ms-flex-pack: center!important; -webkit-box-pack: center!important; justify-content: center!important;}

/*----------------------------------------*/
/*  06. team Area
/*----------------------------------------*/
div#team {padding: 0em 0 5em 0; position: relative;}

.team-area .team-overlay { position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #000;opacity: 0;background-size: cover;}
.team-area p {
    margin-bottom: 3em;
    font-size: 16px;
    color: #5d5747;
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
}

.team-area .team-text h3 {word-break: break-word;font-size: 25px;font-weight: 800; color: #FE8A00; margin-bottom: 5px;}
.team-area .team-text .team-designation{word-break: break-word;font-size: 16px;margin-bottom: 30px;font-weight: 500;}

.team-area .team-text {
    margin: 0;
    z-index: 2;
}
.team-area .pd-0 {padding: 0;}
.team-area .single-team-img {
    position: relative;
    top: 1.7em;
    text-align: center;
    z-index: 3;
    left: 4em;
    overflow: hidden;
}
.team-area img {
    width: 100%;
   /* height: 440px;*/
    border: 6px solid #fff;
}
.team-area .team-social-icon {    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.team-area .our-team p {
    color: #666666;
    padding: 1em 5px 2em;
    margin: 0;
}
.team-area .team-social-icon a i {
    margin: 0 2px;
    font-size: 20px;
    color: #767779;
    height: 40px;
    width: 18px;
    padding: 0 0px;
    line-height: 35px;
}
.team-area .single-team { margin-bottom: 4em;}
.team-area .inner-area-title {
    margin: 0 0 5px;
}

.team-area .highlight-t {
    background-color: #ffcb20;
    display: inline-table;
    width: 60%;
    right: 20%;
    top: 31%;
    height: 440px;
    background-repeat: repeat-x;
    position: absolute;
    overflow: hidden;
}
.team-area .single-team {
    position: relative;
    margin: -1px;
    margin-bottom: 4em;
}
.team-area .single-team:nth-child(2) .team-imgb, 
.team-area .single-team:nth-child(4) .team-imgb, 
.team-area .single-team:nth-child(6) .team-imgb,
.team-area .single-team:nth-child(8) .team-imgb, 
.team-area .single-team:nth-child(10) .team-imgb,
.team-area .single-team:nth-child(12) .team-imgb,
.team-area .single-team:nth-child(14) .team-imgb,
.team-area .single-team:nth-child(16) .team-imgb {
    float: right;
}
.team-area .single-team:nth-child(2) .single-team-img, 
.team-area .single-team:nth-child(4) .single-team-img, 
.team-area .single-team:nth-child(6) .single-team-img,
.team-area .single-team:nth-child(8) .single-team-img, 
.team-area .single-team:nth-child(10) .single-team-img,
.team-area .single-team:nth-child(12) .single-team-img,
.team-area .single-team:nth-child(14) .single-team-img,
.team-area .single-team:nth-child(16) .single-team-img{
    left: auto;
    right: 4em;
}
.team-area .single-team .team-box {
    background: #ffcb20;
    padding: 4em 1em 2.5em 5em;
    text-align: left;
}
.team-area .single-team:nth-child(2) .team-box, 
.team-area .single-team:nth-child(4) .team-box, 
.team-area .single-team:nth-child(6) .team-box,
.team-area .single-team:nth-child(8) .team-box, 
.team-area .single-team:nth-child(10) .team-box,
.team-area .single-team:nth-child(12) .team-box,
.team-area .single-team:nth-child(14) .team-box,
.team-area .single-team:nth-child(16) .team-box {
  padding: 4em 5em 2.5em 1em;
  text-align: right;
}

.team-area .teambtn a {
    display: block;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    white-space: normal;
}
.team-area .teambtn a:hover{
    background: none;
    border: 1px solid #fff;
}

.team-area .teambtn a i{
    padding-left: 5px;
    font-size: 12px;
}
.team-area .teambtn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.team-area .teambtn a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.team-area .tsarea-section {
    position: relative;
}
.team-area .hscroll-line {
    top: -6em;
    right: -44%;
    height: 1px;
    position: absolute;
    overflow: hidden;
    width: 200px;
    transform: rotate(90deg);
    tranform-origin: 50% 50%;
    z-index: 2;
}
.team-area .hscroll-line::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.team-area .hscroll-line::after {
    background: #000;
}
.team-area .hs-icon {
    top: 28em;
    right: 49%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    width: 30px;
    z-index: 3;
    background: #fff5f9;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fed6e6;
    color: #fd7fad;
}
.team-area .hs-dot:before {
 content: "";
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: #fed2e4;
 margin: 0 -3px 0 0;
 position: absolute;
 top: 7em;
 right: 50%;
 transition: all 0.4s ease 0s;
 opacity: 1;
 z-index: 4;
}
.team-area .hs-dot:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fed2e4;
    margin: 0 -3px 0 0;
    position: absolute;
    top: 28.5em;
    right: 50%;
    transition: all 0.4s ease 0s;
    opacity: 1;
    z-index: 4;
}


.team-area .single-team:nth-child(2) .tsarea-section, 
.team-area .single-team:nth-child(4) .tsarea-section, 
.team-area .single-team:nth-child(6) .tsarea-section,
.team-area .single-team:nth-child(8) .tsarea-section, 
.team-area .single-team:nth-child(10) .tsarea-section,
.team-area .single-team:nth-child(12) .tsarea-section,
.team-area .single-team:nth-child(14) .tsarea-section,
.team-area .single-team:nth-child(16) .tsarea-section {
   display: none;
}


.team-area .tsarea-section .hi-icon {
 display: inline-block;
 cursor: pointer;
 text-align: center;
 position: relative;
 z-index: 1;
 top: -225px;
 left: auto;
 right: -102%;
}

.team-area .tsarea-section .hi-icon span {
  speak: none;
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  color: #000;
  z-index: 2;
  position: relative;
}

.team-area .tsarea-section .hi-icon {
    width: 25px;
    height: 25px;
}

.team-area .tsarea-section .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.team-area .tsarea-section .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
.team-area .tsarea-section .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.team-area .tsarea-section .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.team-area .tsarea-section .hi-icon:after {
  top: -1px;
  left: 4.5px;
  padding: 0;
  z-index: 1;
  border: 1px solid #9a7f26;
  background: #9a7f26;
}
div#team:hover .sectitlemidleborder .hi-icon:after{
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 1px dashed #ffcc20;
}
div#team:hover .tsarea-section .hi-icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 1px dashed #000;
}
div#team .inner-area-title {
    font-size: 30px;
    font-weight: 700;
}

div#team .team-social-icon {
    position: relative;
    z-index: 1;
}
div#team .team-social-icon {
    padding-top: 0;
    position: absolute;
    left: -50px;
    width: 38px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    padding: 6px 0;
    margin: 0;
    background-color: #ffcb20;
}
div#team .single-team:hover .team-social-icon {
    opacity: 1;
    margin-right: 6px;
    left: 6px;
    top: auto;
    bottom: 6px;
}

div#team .single-team-img:before {
 display: block;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 content: "";
 position: absolute;
 bottom: 12px;
 left: 12px;
 height: 0;
 width: 0;
 border-left: 1px solid transparent;
 border-bottom: 1px solid transparent;
}
div#team .single-team:hover .single-team-img:before {
 height: 92%;
 width: 85%;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 z-index: 1;
 border-left: 1px solid #ffcb20;
 border-bottom: 1px solid #ffcb20;
}
div#team  .section-title {
    margin-bottom: 4em;
}


.team-area .team-btn a {
    display: block;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: #ffcb20;
}
.team-area .team-btn a:hover{
    background: none;
    color: #fff;
}

.team-area .team-btn a i{
    padding-left: 5px;
    font-size: 12px;
}
.team-area .team-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.team-area .team-btn a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*----------------------------------------*/
/*  07. Testimonials Area
/*----------------------------------------*/
div#testimonials .ts-pd {
    padding-top: 4em;
}
div#testimonials .testimonials_gradiant {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.testimonials-area .ts-shape-area i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0.7em;
}
.ts-area-bx ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-area-bx ul li{
   float: left;
   display: contents;
   margin: 0 10px;
}
li.ts-area-title {
    font-size: 18px;
}
li.ts-area-desg {
   font-size:16px;
}
.ts-area-bx span.tsbar {
    padding: 0 10px;
}
.testimonials-area .sectitlemidleborder {
    position: relative;
    text-align: right;
}
.testimonials-area .testimonials-md {
    margin: 0;
}
div#testimonials .ts-leftarea {
    padding: 4em 3em 2em;
}

.testimonials-area .ts-rightarea {
    background: #fff;
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.11);
    padding: 4em 3em 2em 4em;
}
.testimonials-area .ts-rightarea .time-single {
    color: #404040;
    font-size: 18px;
    margin-bottom: 1.5em;
}
.testright{
    text-align: right;
}
.testimonials-area .ts-rightarea .sectitlemidleborder:after {
    content: "";
    display: block;
    width: 105px;
    height: 1px;
    background: #ffcd20;
    margin: 0 0;
    position: relative;
    left: -62px;
    right: 0;
    bottom: 16px;
    transition: all 0.2s ease-out 0s;
    float: right;
}
.testimonials-area .ts-leftarea .sectitlemidleborder:after {
    content: "";
    display: block;
    width: 105px;
    height: 1px;
    background: #ffcd20;
    margin: 0 0;
    position: relative;
    left: -5px;
    right: 0;
    bottom: 16px;
    transition: all 0.2s ease-out 0s;
    float: right;
}
.testimonials-area .ts-rightarea .sectitlemidleborder .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    left: auto;
    top: -25px;
    right: -65px;
}

.testimonials-area .ts-leftarea .sectitlemidleborder .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    left: auto;
    top: -25px;
    right: -112px;
}
.testimonials-area .sectitlemidleborder .hi-icon:after {
    top: -2px;
    left: 5.5px;
    padding: 0;
    z-index: 1;
    border: 1px solid #fcf3d0;
    background: #fcf3d0;
}
.testimonials-area .sectitlemidleborder .hi-icon span {
    speak: none;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color: #ffcc20;
    z-index: 2;
    position: relative;
}
.testimonials-area .section-title {
    margin-bottom: 1em;
}

.testimonials-area .ts-area-thumb {
    text-align: center;
    margin: 1em auto 2em;
    display: table;
    position: relative;
}

.testimonials-area .owl-carousel .owl-item .ts-area-thumb img {
    width: 100px;
    height: 100px;
}

.testimonials-area .ts-area-inthumb:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-right: 5px solid #ffc303;
    border-bottom: 5px solid #ffc303;
    z-index: 1;
}

.testimonials-area .ts-area-thumb:before {
 content: '';
 width: 100px;
 height: 2px;
 position: absolute;
 left: -155px;
 right: auto;
 top: 50px;
 background-color: #cccccc;
 transition: all .5s cubic-bezier(.645,.045,.355,1);
 z-index: 2;
}

.testimonials-area .ts-area-thumb:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: auto;
    right: -155px;
    top: 50px;
    background-color: #cccccc;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 2;
}


.testimonials-area .section-title h2 {
    color: #1f1f1f;
    font-size: 40px;
    position: relative;
}
.testimonials-area h6.ts-area-title {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 1.2em;
    transition: all 0.3s ease 0s;
}
.testimonials-area .ts-area-single:hover h6.ts-area-title {
    letter-spacing: 2px;
    color: #516bec;
}
.testimonials-area .ts-area-c p {
    margin-bottom: 40px;
}
.testimonials-area .section-area-text {
    margin-bottom: 18px;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}
.testimonials-area .ts-shape-area{
 position: relative;
 text-align: center;
 z-index: 2;
}

.testimonials-area .ts-shape-area i.fa.fa-quote-left {
    font-size: 100px;
    z-index: 2;
    color: #f72985;
}


.testimonials-area .owl-carousel .owl-nav button.owl-prev:before {
   content: "\f0d9";
   font-family: FontAwesome;
   display: block;
   color: #d1a824;
   width: 30px;
   height: 30px;
   border: 1px solid #ae8b28;
   font-size: 25px;
   margin: 0 auto;
   padding: 0px 12px;
}
.testimonials-area .owl-carousel .owl-nav button.owl-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    color: #d1a824;
    width: 30px;
    height: 30px;
    border: 1px solid #ae8b28;
    font-size: 25px;
    margin: 0 auto;
    padding: 0px 12px;
}
.testimonials-area  .owl-theme .owl-dots .owl-dot {
    display: none;
}
.testimonials-area  .owl-carousel .owl-nav button.owl-prev span,
.testimonials-area  .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
.testimonials-area .owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
}



.testimonials-area .testimonials-btn a {
    display: block;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: #ffcb20;
}
.testimonials-area .testimonials-btn a:hover{
    background: none;
    color: #fff;
}

.testimonials-area .testimonials-btn a i{
    padding-left: 5px;
    font-size: 12px;
}
.testimonials-area .testimonials-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.testimonials-area .testimonials-btn a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.testimonials-btn.textcenter {
    margin-top: 5.5em;
}
.testimonials-area .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.testimonials-area .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.midix.infinite, .midix_hover.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*----------------------------------------*/
/*  08. Pricing Area
/*----------------------------------------*/
div#pricing {position: relative;}
div#pricing .pr-m-box {
    margin: 0;
}
div#pricing  #curve{
    position: absolute;
    top: -186px;
    width: 100%;
}
div#pricing  #curve path{
    fill: #f5f5f5;
}
.pricing-area .pr-s-area {
    position: relative;
    background: #ffff;
    border: 1px solid #fecd2d;
    padding: 1.5em 1em;
    margin-bottom: 0.7em;
}
.pricing-area .single-pricing:hover .pr-s-area,
.pricing-area .single-pricing:hover .pr-content-area {
    -moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.4);
}

.pricing-area p {margin-bottom: 24px; font-size: 14px; color: #ffffff; line-height: 28px; font-weight: 500;word-break: break-word;}
ul.pricing-list li {
    font-size: 20px;
    list-style: none;
    color: #ffffff;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 15px;
}
.pricing-area .section-title{margin-bottom: 89px;}
.pricing-area .currency-price {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    word-break: break-word;
    /* transform: translateY(-60%); */
    transition: all 0.95s ease 0s;
}
.pricing-area .currency-price sub {
    font-size: 25px;
    padding-right: 8px;
}
.currency-planvalidtime {
    font-size: 14px;
    color: #fed34b;
    font-weight: 400;
}
.pr-content-area {
    background: #ffff;
    border: 1px solid #fecd2d;
    padding: 0.5em 0.5em 2.3em;
    position: relative;
}
.pricing-area .single-pricing h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1em;
}
.pricing-area .single-pricing:hover .currency-price {
    transform: translateY(10%);
}
.pricing-area .single-pricing h4 {
    transition: all 0.3s ease 0s;
    margin-bottom: 0.8em;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.pricing-area .single-pricing:hover h4{
    letter-spacing: 2px;
}

.pricing-area .single-pricing {
    position: relative;
    transition: .5s;
    text-align: center;
    overflow: hidden;
    margin: 0 0.8em 1em;
}

.pd-0{padding: 0;}

.pricing-area .single-pricing:hover .pricing-list{-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.pricing-area ul.pricing-list {
    transition: .5s;
    margin: 0;
    margin-top: 3em;
}
.pricing-area .pc-btn {
    margin-top: 2.5em;
}
.pricing-area a.btn {
    display: block;
    font-size: 16px;
    padding: 13px 25px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    white-space: normal;
}
.pricing-area a.btn:hover{
    background: none;
    border: 1px solid #fff;
}

.pricing-area a.btn i{
    padding-left: 5px;
    font-size: 12px;
}
.pricing-area a.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
.pricing-area a.btn:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.pr-content-area:before {
    content: "";
    border-top: 60px solid #ffe17f;
    border-right: 60px solid transparent;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricing-area .single-pricing:hover .pr-content-area:before {
    content: "";
    border-top: 70px solid #ffc303;
    border-right: 70px solid transparent;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}


.pricing-area .pr-s-area:before {
    content: "";
    border-bottom: 60px solid #ffe17f;
    border-right: 60px solid transparent;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricing-area .single-pricing:hover .pr-s-area:before {
    content: "";
    border-bottom: 70px solid #ffc303;
    border-right: 70px solid transparent;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
/*----------------------------------------*/
/*  09. Counter Area
/*----------------------------------------*/
.counter-area {
    padding: 2em 0 3em;
}
.counter-area .cd-single {
    position: relative;
    z-index: 1;
    margin: 0 6em 1em;
    padding: 2em 0 0;
    top: 4em;
}
.counter-area .cd-single:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 94.8%;
    width: 79%;
    border-left: 1px solid #787c7f;
    border-top: 1px solid #787c7f;
    z-index: 1;
}

.counter-area .cd-single:after {
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 94.8%;
  width: 79%;
  border-right: 1px solid #787c7f;
  border-bottom: 1px solid #787c7f;
  z-index: 1;
}

.counter-area .counter-post-boxes {
    margin: 0 4em;
}


.counter-area .single-top:nth-child(1) .cd-num:before,
.counter-area .single-top:nth-child(4) .cd-num:before {
    content: '';
    width: 295px;
    height: 1px;
    position: absolute;
    left: -310px;
    right: auto;
    top: 50px;
    background-color: #787c7f;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 2;
}
.counter-area .single-top:nth-child(2) .cd-num:before, 
.counter-area .single-top:nth-child(3) .cd-num:before,
.counter-area .single-top:nth-child(5) .cd-num:before,
.counter-area .single-top:nth-child(6) .cd-num:before  {
 content: '';
 width: 210px;
 height: 1px;
 position: absolute;
 left: -220px;
 right: auto;
 top: 50px;
 background-color: #787c7f;
 transition: all .5s cubic-bezier(.645,.045,.355,1);
 z-index: 2;
}

.counter-area .cd-num:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: auto;
    right: -155px;
    top: 50px;
    background-color: #787c7f;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 2;
}
.counter-area .single-top:nth-child(1) .cd-num:after,
.counter-area .single-top:nth-child(2) .cd-num:after,
.counter-area .single-top:nth-child(4) .cd-num:after,
.counter-area .single-top:nth-child(5) .cd-num:after {
 display: none;
}
.counter-area .single-top:nth-child(3) .cd-num:after,
.counter-area .single-top:nth-child(6) .cd-num:after {
    content: '';
    height: 1px;
    position: absolute;
    left: auto;
    right: -270px;
    right: -258px;
    top: 50px;
    background-color: #787c7f;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 2;
    width: 250px;
}



.counter-area .cd-icon{
    font-size: 60px;
    color: #FFF;
    transition: all .5s;
    margin: 35px auto 0;
    overflow: hidden;
    -webkit-clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0 100%, 0% 38%);
    clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0 100%, 0% 38%);
    background: #fff;
    padding: 40px 10px 20px;
    height: 146px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    border-radius: 62px 10px 0 0;
}

.counter-area .cd-icon:after {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: -1;
 transform: translate(-50%, -50%);
 -webkit-clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0 100%, 0% 38%);
 clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0 100%, 0% 38%);
}
.counter-area .cd-icon:after {
 width: 90%;
 height: 90%;
 background: #ffcb20;
 transition: all 0.3s ease 0s;
}

.counter-area .cd-icon span {
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}
.counter-area .cd-single:hover .cd-icon span {
    transform: rotateY(180deg);
}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}

.counter-area .cd-num {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
}

.counter-area .cd-single:hover .cd-num {
    letter-spacing: 2px;
}

.counter-area .cd-title {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 0 18px;
}

/*----------------------------------------*/
/* 10. Blog Area
/*----------------------------------------*/
.blog-area {
    padding: 6em 0 4em;
}
.blog-single {
    margin-top: 4px;
    padding: 2.5em 0em 1em;
    text-align: left;
    border-bottom: 4px solid #ffe590;
    position: relative;
}
.blog-post{
    margin-bottom: 1em;
}
.box-area-S .blog-single:after {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    background-color: #fecb20;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.box-area-S:hover .blog-single:after {
    width: 100%;
    left: 0;
    right: auto;
}

.blog-area  .blog-single:before {
  content: "";
  border-top: 60px solid #ffe17f;
  border-left: 60px solid transparent;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.blog-area .blog-hbtn {
    margin-bottom: 1em;
}

.blog-area .box-area-S:hover .blog-single:before {
    content: "";
    border-top: 70px solid #ffc303;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.blog-area .box-area-S:hover .blog-single{
    border-bottom: 4px solid transparent;
}
.blog-area .section-area-text {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.blog-area .blog-single a .inner-area-title{
    color: #3d3d3d;
}
.blog-area .blog-thumbnail{
    position: relative;
    overflow: hidden;
}
.blog-area .blog-thumbnail img{
    width: 100%;
    height: auto;
    height: 260px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.blog-area .box-area-S:hover .blog-thumbnail img{
    transform: scale(1.2);
}

.blog-area .blog-hbtn a{
    transition: all 0.3s ease 0s;
    color: #fec509;
    font-size: 14px;
    font-weight: 600;
    background: none;
    padding: 0;
    text-align: left;
}
.blog-area .blog-read-hbtn a i{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding-left: 2px;
    font-size: 14px;
}

.blog-area .blog-hbtn a:hover i,.blog-area .blog-hbtn a:focus i, .blog-area .blog-hbtn a:active i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.blog-area .blog-hbtn:hover a{
    color: #323232;
}
.blog-area .blog-hbtn a:hover {
    letter-spacing: 1px;
    background: none;
}
.blog-area .blog-hbtn a:hover:after,
.blog-area .blog-hbtn a:hover:before{
  display: none;
}
.blog-area-wrap {
    margin: 0;
}
.blog-area .inner-area-title {
    font-size: 20px;
}
.blog-area .blog-date{
    font-size: 14px;
}
.blog-area .blog-date b.bdate{
    font-weight: 400;
    padding-left: 10px;
}
.blog-area .blog-date span {
    color: #fdc609;
    padding-right: 10px;
    text-transform: capitalize;
}
/*----------------------------------------*/
/*  11. GAllery Area
/*----------------------------------------*/

#gallery .lz-gallery-images img {
    height: 340px;
    width: 100%;
}

#innerpage-box .lz-gallery-images.home {
      display: none;
}
#gallery .lz-gallery-images.inner {
    display: none;
}
#gallery .insta-details{
    position: absolute;
    text-align: center;   
    bottom: 0;    
    right:0;
    left: 0
    top: 60%;
    opacity:0;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 10;
}
#gallery .section-title {
    margin-bottom: 4em;
}

#gallery .lz-gallery-images{
    position: relative;
    overflow: hidden;
}


#gallery .lz-gallery-images .overlay{
    display: inline-block;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: rgba(0,0,0,.5);
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    position: absolute;
    content: '';
    opacity: 0.5;
}

#gallery .lz-gallery-images:hover .overlay {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
}



/*----------------------------------------*/
/*  11. Contact Area
/*----------------------------------------*/
div#contact {
    padding: 6em 0;
}
.contact-area .contact-s-h {
    background: #ffcb20;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}
.contact-area .contact-s-h .section-title {
    margin: 0;
}
.contact-area .appointmentsection {
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.11);
    margin: 0;
}
.contact-area .contact-s-h:after {
    z-index: 1;
    transition: all 0.3s ease 0s;
    content: "";
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-top: 35px solid #ffcc20;
    border-left: 35px solid transparent;
    left: 47%;
    bottom: -38%;
    position: absolute;
}
.contact-area:hover .contact-s-h:after {
    z-index: 1;
    transition: all 0.3s ease 0s;
    content: "";
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-top: 45px solid #ffcc20;
    border-left: 35px solid transparent;
    left: 47%;
    bottom: -48%;
    position: absolute;
}
.contact-area .contact-s {
    background: #fff;
    padding: 6em 5em 2.5em 8em;
}
.contact-area .contact-content {
    color: #8f8f8f;
    font-size: 20px;
}
.contact-area .contact-title {
    color: #181818;
    font-weight: 600;
    font-size: 18px;
}
.contact-area .contact-content a{
    color: #8f8f8f;
    word-break: break-all;
}
.contact-area .contact-small-box {
    margin-bottom: 2em;
}
.contact-area .contact-content b{
    font-size: 14px;
    color: #373737;
}
.contact-area .contact-icon{
    color: #fdcb21;
    font-size: 20px;
}
.contact-area .titleborder:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fede77;
    position: relative;
    top: 15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
    margin: 0;
}
.contact-area .titleborder {
    margin-bottom: 2.5em;
}
.contact-area .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.contact-area .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.contact-area ul.contactarea-links {
    list-style: none;
    margin: 10px 0 0 25px;
    padding: 0;
}
.contact-area ul.contactarea-links li {
    float: left;
    padding: 0 10px;
    font-size: 18px;
}

div#contact  .ht-contact-member-wrap input::placeholder{
    opacity: 1;
}

.ht-contact-member-wrap input[type="text"], 
.ht-contact-member-wrap input[type="email"], 
.ht-contact-member-wrap input[type="url"], 
.ht-contact-member-wrap input[type="password"], 
.ht-contact-member-wrap input[type="search"], 
.ht-contact-member-wrap input[type="number"], 
.ht-contact-member-wrap input[type="tel"], 
.ht-contact-member-wrap input[type="range"], 
.ht-contact-member-wrap input[type="date"], 
.ht-contact-member-wrap input[type="month"], 
.ht-contact-member-wrap input[type="week"], 
.ht-contact-member-wrap input[type="time"], 
.ht-contact-member-wrap input[type="datetime"],
.ht-contact-member-wrap input[type="datetime-local"], 
.ht-contact-member-wrap input[type="color"],
.ht-contact-member-wrap input[type="file"],
.ht-contact-member-wrap textarea{    
 border: 1px solid #fff;
 background: none;
 z-index: 2000;
 width: 100%;
 color: #fff;
 margin: 0 0 25px 0;
 border-radius: 0px;
 padding: 0px 15px;
 font-size: 16px;
 height: 45px;
 font-weight: 500;
 background: #fff;
}
.ht-contact-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 10px 20px;
}

.ht-contact-member-wrap select{
    outline: 0;
    border: 1px solid #fff;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    height:45px;
    background: rgba(0, 0, 0, 0.8);
}

.ht-contact-member-wrap textarea {
    height: 80px;
    padding: 10px 15px;
}
div#contact  .ht-contact-member-wrap textarea::placeholder{
    color:#fff;
}

.ht-contact-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}

.ht-contact-member-wrap input[type="submit"]{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 55px;
    font-size: 20px;
    font-weight: 600;
    background-color: #223cab;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
}
.ht-contact-member-wrap input[type="submit"]:hover {
    border: 1px solid #fff;
    color: #222225;
    background: #fff;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

/*----------------------------------------*/
/*  11. newsletter Area
/*----------------------------------------*/
div#newsletter {
    background: #ffcb20;
}
div#newsletter  .ht-newsletter-member-wrap input::placeholder{
    opacity: 1;
}
.ht-newsletter-member-wrap {
    margin: 0 10em;
}

.ht-newsletter-member-wrap input[type="text"], 
.ht-newsletter-member-wrap input[type="email"], 
.ht-newsletter-member-wrap input[type="url"], 
.ht-newsletter-member-wrap input[type="password"], 
.ht-newsletter-member-wrap input[type="search"], 
.ht-newsletter-member-wrap input[type="number"], 
.ht-newsletter-member-wrap input[type="tel"], 
.ht-newsletter-member-wrap input[type="range"], 
.ht-newsletter-member-wrap input[type="date"], 
.ht-newsletter-member-wrap input[type="month"], 
.ht-newsletter-member-wrap input[type="week"], 
.ht-newsletter-member-wrap input[type="time"], 
.ht-newsletter-member-wrap input[type="datetime"],
.ht-newsletter-member-wrap input[type="datetime-local"], 
.ht-newsletter-member-wrap input[type="color"],
.ht-newsletter-member-wrap input[type="file"],
.ht-newsletter-member-wrap textarea{    
    border: 1px solid #fff;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 10px 0;
    border-radius: 0px;
    padding: 0px 20px;
    font-size: 20px;
    height: 70px;
    font-weight: 500;
    background: #fff;
}
.ht-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}

.ht-newsletter-member-wrap select{
    outline: 0;
    border: 1px solid #fff;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 20px;
    font-size: 20px;
    height: 70px;
    background: rgba(0, 0, 0, 0.8);
}
.ht-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
}
div#newsletter  .ht-newsletter-member-wrap textarea::placeholder{
    color:#fff;
}

.ht-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
div#newsletter .section-title {
    margin-bottom: 2em;
}
div#newsletter .box-form {
    text-align: left;
}
.ht-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 20px 55px;
    font-size: 20px;
    font-weight: 500;
    background-color: #223cab;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -5px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    width: 100%;
    height: 70px;

}
.ht-newsletter-member-wrap input[type="submit"]:hover {
    outline: 1px solid #fff;
    color: #222225;
    background: #fff;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.ns-li-clip {
    background: #fff;
    position: relative;
    left: 15px;
    top: 0;
    width: 1%;
}
.ns-lii-clip {
    background: #fff0bd;
    position: relative;
    left: 30px;
    top: 0;
    width: 1%;
}
.ns-ri-clip {
    background: #fff;
    position: relative;
    right: 0px;
    top: 0;
    width: 1%;
}
.ns-rii-clip {
    background: #fff0bd;
    position: relative;
    right: 45px;
    top: 0;
    width: 1%;
}
.newslettersign-box{
    width: 96%;
}

/*----------------------------------------*/
/*  11. Logo Area
/*----------------------------------------*/
#ourclient {
    background: #f6f6f6;
    padding: 3em 0;
    background: linear-gradient(0deg,#fff,#f5f5f5 80%) no-repeat;
}
.clientlogobx{
    cursor:pointer;
    position:relative;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    transition:all 1s;
    padding: 5px;
}

.clientlogobx:after,
.clientlogobx:before{
    content:" ";
    width:0px;
    height:0px;
    position:absolute;
    /* border :5px solid transparent;*/
    transition:all 1s;
}
.clientlogobx:hover:after{
    top: -5px;
    left: -5px;
    border-top: 5px solid #8972ea;
    border-left: 5px solid #516ced;
}
.clientlogobx:hover:before{
    bottom:-5px;
    right:-5px;
    border-bottom:5px solid #516ced;
    border-right:5px solid #8972ea;
}
.clientlogobx:hover{
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;

}
.clientlogobx:hover:before,
.clientlogobx:hover:after{ 
    width: 110%;
    height: 115%;
}

.ourclients-post{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
}
/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area {
    position: relative;
    padding: 6em 0em 0;
}
.footer-area li {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    background: none;
}
.footer_contact-icon {
    font-size: 18px;
}
.footer-area li a:hover {color: #FF9210; }
.footer-area .gallery-item {max-width: 33.33%;padding-right: 13px;padding-bottom: 13px;}

.footer-area ul {margin: 0 0 15px 00px;}
.footer-area p {    
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}

footer#footer.footer-area .widget-title {   
    color: #feffff;
    margin-bottom: 25px;
    font-family: inherit;
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 30px;
    font-weight: 600;
}
.footer-area .widget.widget_recent_entries li a {font-size: 14px;}

.footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget {margin-bottom: 1.5em;}
.footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}
.footer-area .bottom-area {padding: 30px 0;}
.footer-area .bottom-area ul { margin-bottom: 0;}

.footer-text, .footer-text a {font-size: 15px;font-weight: 400;}
.footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after {width: 20px;}
.footer-area .bottom-area li a:after, .footer-area .bottom-area li a:after {position: absolute;width: 0;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}

.footer-area .bottom-area .footer-link {
    text-align: right;
}
.footer-area  ul {
    list-style: none;
    margin: 10px 0 0 10px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select{    
    height: 49px;
    border: 1px solid;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}
.footer-area input[type="submit"] {  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area input[type="submit"], .footer-area .widget_calendar tfoot tr td a, .footer-area .s-footer .textwidget p a {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
}
.footer-area input[type="submit"]:hover, .footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover{
    opacity: 0.6;
}
.footer-area .top-area {
    padding: 0 0 0.5em;
}

.footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option{font-weight: 400;}
.footer-area .tagcloud a {font-size: 15px !important;font-weight: 400;}

.footer-area i.fa {    
 padding: 0;
 font-size: 18px;
 font-size: 20px;
 margin-right: 8px;
}
.footer-area .social-profile-icons i.fa {    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding: 5px;
}
.footer-area table tr {text-align: center;line-height: 28px;}
.footer-area table td {font-size: 15px;padding: 5px;}
.footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset {
    padding-top: 0;
}
footer#footer .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.s-footer{
    float: left;
    margin-bottom: 4em;
}

.footer_area-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer_area-img {
    max-width: 80%;
    padding-top: 10px;
}

.footer_facility-text {
    padding: 5px 2em 15px;
    background: #e7e7e7;
    border: 1px solid #d3d3d3;
    border-right: 0;
    font-size: 15px;
    color: #4c4c4c;
    text-align: center;
}
.footer-facility-area .col-md-4.pd-0:last-child .footer_facility-text{
    border-right: 1px solid #d3d3d3;
}

.footer_facility-text i.fa {
  padding: 0;
  border-radius: 0%;
  width: 35px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 27px;
  border: none;
  top: 5px;
  position: relative;
  color: #575757;
}
.footer-area .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-block .footer_contact-small-box:nth-child(1){
    padding-right: 3em;
}
.footer-block .footer_contact-small-box:nth-child(2){
   padding-right: 3em;
   padding-left: 3em;
   border: 1px solid #fed13d;
   border-top: 0;
   border-bottom: 0;
}
.footer-block .footer_contact-small-box:nth-child(3){
    padding-left: 3em;
}

/*----------------------------------------*/
/*  05. Testimonials Page
/*----------------------------------------*/
#testimonials .testimonial-inn,
#innerpage-box .item.testimonial {   display: none;}

#content-box .testimonial-inn{   margin-bottom: 3em;}
#innerpage-box .ts-area-single{
    background: #f72985;
    border: 1px solid #e3e3e3;
    margin: 0em 1em;
    padding: 2em 2em;
    position: relative;
    transition: all 0.2s ease;
  /*  overflow: hidden;*/
}
#innerpage-box .ts-area-single:hover .tsicn{
    transition: all 0.2s ease;
    transform: rotateZ(20deg);
}
#content-box .testimonial-inn .tsicn{
    width: 55px;
    height: 55px;
    line-height: 70px;
    border-radius: 50px;
    background: #f3f;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease;
    margin-top: -3.5em;
    position: relative;
}
#content-box .testimonial-inn .tsicn i{font-size: 34px;}
#content-box .testimonial-inn .ts-area-c{margin: 25px 0;}
#content-box .testimonial-inn .Ts-detail{background: #ccc;padding: 15px 5px;}
#content-box .ts-area-title {
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 8px;
}
#content-box .ts-area-desg { font-size: 16px; font-weight: 500;}
#innerpage-box .ts-area-thumb { width: 70px; height: 70px;}
#innerpage-box .ts-area-thumb img{width: 100%; border-radius: 50%;transition: all 0.2s ease;}
#innerpage-box .ts-area-single:hover .ts-area-thumb img{
    transition: all 0.2s ease;border-radius: 10px;
}
/*#innerpage-box .ts-b:hover .ts-area-thumb img {
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(1.1) rotateZ(0deg);
    -o-transform: scale(1.1) rotateZ(0deg);
}*/
/*div#content-box .ts-b {
    position: relative;
    margin-bottom: 3em;
}*/
div#content-box .timeline-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f72985;
    border: 4px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 40%;
    z-index: 2;
}
div#content-box .timeline-icon1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #f72985;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    left: 44%;
    z-index: 2;
}
#innerpage-box .ts-b .team-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#8972ea,#516ced 80%) no-repeat;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    transition: all .7s linear;
    position: relative;
    top: -125px;
}
#innerpage-box .ts-b:hover .team-overlay {
    opacity: 0.4;
}
/*----------------------------------------*/
/*  09. Inner team page
/*----------------------------------------*/
#innerpage-box .team-text p {
    margin-bottom: 3em;
    font-size: 16px;
    color: #5d5747;
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
}

body.page-template-default main#innerpage-box .team-text h4 {word-break: break-word;font-size: 25px;font-weight: 800; color: #FE8A00; margin-bottom: 5px;}
#innerpage-box .team-text .team-designation{word-break: break-word;font-size: 16px;margin-bottom: 30px;font-weight: 500;}

body.page-template-default main#innerpage-box .team-text h4:after {
    display: none;
}

#innerpage-box .team-text {
    margin: 0;
    z-index: 2;
}
#innerpage-box .single-team-img {
    position: relative;
    top: 1.7em;
    text-align: center;
    z-index: 3;
    left: 4em;
    overflow: hidden;
}
#innerpage-box .single-team-img img {
    width: 100%;
    border: 6px solid #fff;
}
#innerpage-box .team-social-icon {    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
#innerpage-box .our-team p {
    color: #666666;
    padding: 1em 5px 2em;
    margin: 0;
}
#innerpage-box .team-social-icon a i {
    margin: 0 2px;
    font-size: 20px;
    color: #767779;
    height: 40px;
    width: 18px;
    padding: 0 0px;
    line-height: 35px;
}
#innerpage-box .single-team { margin-bottom: 4em;}
#innerpage-box .inner-area-title {
    margin: 0 0 5px;
}

#innerpage-box .highlight-t {
    background-color: #ffcb20;
    display: inline-table;
    width: 60%;
    right: 20%;
    top: 31%;
    height: 440px;
    background-repeat: repeat-x;
    position: absolute;
    overflow: hidden;
}
#innerpage-box .single-team {
    position: relative;
    margin: -1px;
    margin-bottom: 4em;
}
#innerpage-box .single-team:nth-child(even) .team-imgb {
    float: right;
}
#innerpage-box .single-team:nth-child(even) .single-team-img{
    left: auto;
    right: 4em;
}
#innerpage-box .single-team .team-box {
    background: #ffcb20;
    padding: 4em 1em 2.5em 5em;
    text-align: left;
    height: 335px !important;
}
#innerpage-box .single-team:nth-child(even) .team-box{
  padding: 4em 5em 2.5em 1em;
  text-align: right;
} 

#innerpage-box .teambtn a {
    display: block;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    white-space: normal;
}
#innerpage-box .teambtn a:hover{
    background: none;
    border: 1px solid #fff;
}

#innerpage-box .teambtn a i{
    padding-left: 5px;
    font-size: 12px;
}
#innerpage-box .teambtn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
#innerpage-box .teambtn a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


#innerpage-box .tsarea-section {
    position: relative;
}
#innerpage-box .hscroll-line {
    top: -7em;
    right: -45%;
    height: 1px;
    position: absolute;
    overflow: hidden;
    width: 180px;
    transform: rotate(90deg);
    tranform-origin: 50% 50%;
    z-index: 2;
}
#innerpage-box .hscroll-line::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

#innerpage-box .hscroll-line::after {
    background: #000;
}

#innerpage-box .single-team:nth-child(even) .tsarea-section,
#innerpage-box .single-team:last-child .tsarea-section {
   display: none;
}


#innerpage-box .tsarea-section .hi-icon {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    top: -225px;
    left: auto;
    right: -104%;
}

#innerpage-box .tsarea-section .hi-icon span {
  speak: none;
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  color: #000;
  z-index: 2;
  position: relative;
}

#innerpage-box .tsarea-section .hi-icon {
    width: 25px;
    height: 25px;
}

#innerpage-box .tsarea-section .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

#innerpage-box .tsarea-section .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #f72985;
}

/* Effect 4b */
#innerpage-box .tsarea-section .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
#innerpage-box .tsarea-section .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#innerpage-box .tsarea-section .hi-icon:after {
  top: -1px;
  left: 4.5px;
  padding: 0;
  z-index: 1;
  border: 1px solid #9a7f26;
  background: #9a7f26;
}
#innerpage-box:hover .sectitlemidleborder .hi-icon:after{
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 1px dashed #ffcc20;
}
#innerpage-box:hover .tsarea-section .hi-icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 1px dashed #000;
}
#innerpage-box .inner-area-title {
    font-size: 30px;
    font-weight: 700;
}

#innerpage-box .team-social-icon {
    position: relative;
    z-index: 1;
}
#innerpage-box .team-social-icon {
    padding-top: 0;
    position: absolute;
    left: -50px;
    width: 38px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    padding: 6px 0;
    margin: 0;
    background-color: #ffcb20;
}
#innerpage-box .single-team:hover .team-social-icon {
    opacity: 1;
    margin-right: 6px;
    left: 6px;
    top: auto;
    bottom: 6px;
}

#innerpage-box .single-team-img:before {
 display: block;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 content: "";
 position: absolute;
 bottom: 12px;
 left: 12px;
 height: 0;
 width: 0;
 border-left: 1px solid transparent;
 border-bottom: 1px solid transparent;
}
#innerpage-box .single-team:hover .single-team-img:before {
 height: 92%;
 width: 85%;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 z-index: 1;
 border-left: 1px solid #ffcb20;
 border-bottom: 1px solid #ffcb20;
}
#innerpage-box  .section-title {
    margin-bottom: 4em;
}


#innerpage-box .team-btn a {
    display: block;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
    background: #ffcb20;
}
#innerpage-box .team-btn a:hover{
    background: none;
    color: #fff;
}

#innerpage-box .team-btn a i{
    padding-left: 5px;
    font-size: 12px;
}
#innerpage-box .team-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
    color: #fff;
}
#innerpage-box .team-btn a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/
#innerpage-box .lz-gallery-images {
    margin-bottom: 0px;
    padding: 10px;
}
#innerpage-box .inner-page-gallery {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#innerpage-box .inner-page-gallery .text {
    display: block;
    position: absolute;
}
#innerpage-box .inner-page-gallery .text{
    display: inline-block;
    bottom: 5px;
    left: 5px;
    top: 5px;
    right: 5px;
    z-index: -1;
    background-color: rgba(0,0,0,.5);
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    position: absolute;
    content: '';
    opacity: 0.5;
}

#innerpage-box .lz-gallery-images:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40.5%;
    width: 30.5%;
    border-left: 10px solid #ffcb20;
    border-top: 10px solid #ffcb20;
}
#innerpage-box .lz-gallery-images:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 24.5%;
    width: 16.5%;
    border-right: 10px solid #ffcb20;
    border-bottom: 10px solid #ffcb20;
}



#innerpage-box .lz-gallery-images:hover .inner-page-gallery .text {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
}

#innerpage-box .inner-page-gallery:hover {
    box-shadow: 0px 0.5rem 2rem rgba(0, 0, 0, 0.75);
}
#innerpage-box .inner-page-gallery:hover .text {
    opacity: 0.75;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.75;

}
#innerpage-box .inner-page-gallery img {
    position: relative;
    top: 0;
    right: 0;
    border: 5px solid #fff;
    transition: 0.5s ease-in-out;
    height: 300px;
    width: 100%;
}
#innerpage-box .lz-gallery-images:hover .inner-page-gallery img {
    top: 0px;
    right: 0px;
    transition: 0.5s ease-in-out;

}
/*--------------------------------------------------------------
## Services inner page
--------------------------------------------------------------*/
.singleinner-service {
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
main#innerpage-box .single-service-bx .service-info{
    background: #ffcc20;
    padding: 2em 2em;
    position: relative;
    overflow: visible;
    z-index: 1;
}
#innerpage-box .singleinner-service:hover {
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}
#innerpage-box .service_inbox {
    position: relative;
}
#innerpage-box .single-service-bx {
    margin-bottom: 2em;
    padding: 0 5px;
}
#innerpage-box .service-icon img {
    height: 200px;
    width: 100%;
    border-radius: 5px 0 0 5px;
}
#innerpage-box .service-icon{
  padding: 13px 0 0;
}
body.page-template-default main#innerpage-box .service-info h4.inner-area-title:after {
    display: none !important;
}
main#innerpage-box .single-service-bx .service-info:before {
   content: '';
   position: absolute;
   border-style: solid;
   border-color: transparent;
   top: 0px;
   left: -18px;
   border-width: 0px 0 13px 20px;
   border-radius: 50px 50px 0% 0%;
   background: #e4b81f;
   z-index: 2;
}
#innerpage-box .single-service-bx .service-icon:before {
   content: '';
   position: absolute;
   border-style: solid;
   border-color: transparent;
   top: 0;
   right: -8px;
   border-width: 0px 0 13px 18px;
   background: #ffcd20;
   z-index: 1;
}


#innerpage-box .service-info .inner-area-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_inbox img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service_inbox .service_inbox-content {
    padding: 38px 22px 31px 22px;
}
.page-template-default #innerpage-box .service_inbox .service_inbox-content h3{
    font-size: 22px;
    margin: 0px 0px 13px 0px;
}
.page-template-default #innerpage-box .service_inbox .service_inbox-content h3:after {
    display: none;
}
main#innerpage-box .single-service-bx p {
    color: #fff;
    color: #676767;
    line-height: 27px;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a {
    font-size: 15px;
    font-weight: 700;
    background-color: #f5f5f5;
    padding-left: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 15px 10px;
    line-height: 20px;
} 
.page-template-default #innerpage-box .service_inbox .servicesbtn a:before, 
.page-template-default #innerpage-box .service_inbox .servicesbtn a:after, 
.page-template-default #innerpage-box .service_inbox .servicesbtn a i,{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a:before {
    content: '';
    position: absolute;
    top: -160px;
    right: -485px;
    width: 600px;
    height: 400px;
    transform: rotateZ(-55deg);
    display: block;
    z-index: 2;
    background: #f72985;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a span.button-text {
    z-index: 4;
    line-height: 1.7;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a span.button-arrow {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 33px;
    z-index: 5;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a span.button-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    margin-top: -4px;
    float: right;
    border-color: transparent transparent transparent #f5f5f5;
}
.page-template-default #innerpage-box .service_inbox .servicesbtn a span.button-arrow:after {
    background: #f5f5f5;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: -6px;
    float: right;
    margin-right: 5px;
}
.page-template-default #innerpage-box .singleinner-service:hover .servicesbtn a {
    background-color: #f72985;
    color: #ffffff;
}

.page-template-default #innerpage-box .singleinner-service:hover  .service_inbox .servicesbtn a:before  {
    background: #000;
}
.page-template-default #innerpage-box .singleinner-service p.description{
    margin: 0;
}

.page-template-default #innerpage-box .singleinner-service .service_inimg:after {
    background: #ffd317;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(0deg,#516ced,#8972ea 80%) no-repeat;
}
.page-template-default #innerpage-box .singleinner-service:hover .service_inimg:after, 
.page-template-default #innerpage-box .singleinner-service.hover .service_inimg:after {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.75;
}
.page-template-default #innerpage-box .singleinner-service .service_inimg img {
    width: 100%;
    height: auto;
    transition: all .7s linear;
}
.page-template-default #innerpage-box .singleinner-service .service_inimg {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.page-template-default #innerpage-box .singleinner-service:hover .service_inimg::before {
    content: '';
    pointer-events: none;
    opacity: .6;
    background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #fff 5px, #fff 6px, transparent 6px), radial-gradient(circle at 33% 44%, transparent 0, transparent 4px, #fff 5px, #fff 6px, transparent 6px), radial-gradient(circle at 65% 40%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 30% 32%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}
/*-----------------------
## Site map Template 
-----------------------------*/

div#sitemap-box {
    border-top: 2px solid #f94c34;
    border-radius: 0;
}
div#sitemap-box:before {
 position: absolute;
 content: "";
 display: inline-block;
 width: 35px;
 border-width: 2px;
 border-style: solid;
 border-color: #f72985;
 right: 0;
 top: 16px;
 left: 0%;
 margin: 0 auto;
 border-top: none;
 border-right: none;
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(90deg);
 z-index: 1;
}

div#sitemap-box h3 {
  font-size: 20px;
  background: #2e2e2e;
  padding: 15px 25px;
  color: #ffffff;
  border-radius: 25px 0;
  text-align: center;
  word-break: break-word;
  box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
  font-weight: 500;
}

.page-template-templates main#innerpage-box div#sitemap-box h3:after {
    display: none;
}
main#innerpage-box div#sitemap-box ul li {
    list-style: none;
    padding-bottom: 5px;
}
main#innerpage-box div#sitemap-box ul li a {
    position: relative;
    padding-left: 20px;
}
main#innerpage-box div#sitemap-box ul li.current_page_item a {
    background: none;
}
main#innerpage-box div#sitemap-box ul li a:before {
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    color: #f72985;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
main#innerpage-box div#sitemap-box ul li a:hover:before {
    transform: scale(1.4);
}
div#sitemap-box ul {
    margin: 0;
}

div#sitemap-box .sitemap-blogposts ul {
    padding: 5px 5px 5px 0;
    margin: 0;
}
div#sitemap-box .sitemap-posts-box {
    margin-bottom: 15px;
}
div#sitemap-box .blogpostsitemap li {
    list-style: none;
}
div#sitemap-box .sitemap-posts-box img {
    width: 100%;
}
div#sitemap-box h3:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #f94c34;
  right: 0;
  top: 9px;
  left: 0%;
  margin: 0 auto;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(90deg);
  z-index: 1;
}

div#sitemap-box ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 20px;
}
/*-----------------------
## End Site map Template 
-----------------------------*/

/*-----------------------
## Contact Template
-----------------------------*/

ul.contact-sm-links {
    list-style: none;
    margin: 2em auto 0;
}
ul.contact-sm-links li {
    padding: 7px 0;
    display: inline-block;
}

#ht-contactus-wrap .contact-sm-links li a span {
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 50%;
  background:transparent;
}
#ht-contactus-wrap .contact-sm-links li a {
   font-size: 30px;
   border-radius: 50%;
   text-align: center;
}
#ht-contactus-wrap .contact-sm-links li a:hover span{
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    background: #fff;
}
main#innerpage-box #ht-contactus-wrap .social_area h2 {
    font-size: 60px;
    font-weight: 600;
}
.map_area_label {
    text-align: center;
    padding: 6em 12em;
    padding: 6em 12em 2em;
}

main#innerpage-box #ht-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}
#ht-contactus-wrap .contact-page-form {
    text-align: center;
}
#ht-contactus-wrap .contact-page-form p{
    color: #fff;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}
#ht-contactus-wrap .contact-page-form {
    text-align: left;
}
#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 select, 
#ht-contactus-wrap textarea {
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid;
    font-size: 14px;
    padding: 10px 8px;
    border-radius: 0;
    background-color: transparent;
}

#ht-contactus-wrap .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#8972ea 0%,#516ced 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

#ht-contactus-wrap input[type="file"] {
    font-size: 14px;
}
#ht-contactus-wrap textarea {
    height: 60px;
}
#ht-contactus-wrap label {
    font-weight: 400;
    width: 100%;
}
#ht-contactus-wrap select {
    width: 100%;
}
#ht-contactus-wrap input[type="checkbox"], #ht-contactus-wrap input[type="radio"], #ht-contactus-wrap input[type="file"] {
    margin-bottom: 15px;
}
#ht-contactus-wrap input[type=date] {
    line-height: 10px;
    padding: 8px 8px;
}
main#innerpage-box #ht-contactus-wrap h2{
    color: #333333;
    font-size: 45px;
    font-weight: 500;
}
#ht-contactus-wrap input[type="submit"] {
    float: right;
    padding: 10px 30px;
}

.pd-8 {
    padding: 0 8px;
}

.mg-3 {
    margin: 12em 0 0;
}

.pd-r {
   padding-right: 2em;
}

.pd-l {
    padding: 4em 0;
    padding-left: 4em;
    text-align: left;
}
.page-template-contact-template .inner_contentbox {
    padding: 0em 0em 0;
}
.page-template-contact-template .innerpage-whitebox {
    padding: 0 0em;
}
#ht-contactus-wrap .Address_area{
    background: #f72985;
    padding: 6em 5em;
    border-radius: 0 0px 108px 0;
    margin-right: 3em;
}


.page-template-contact-template  main#innerpage-box .Address_area h4, 
.page-template-contact-template  main#innerpage-box .social_area h4  {
  font-size: 50px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0;
}

.page-template-contact-template main#innerpage-box .Address_area h4:after,
.page-template-contact-template main#innerpage-box .social_area h4:after {
    display: none;
}


main#innerpage-box .Contact_area_text {
    font-size: 16px;
    color: #777777;
    padding: 0 10px;
}
main#innerpage-box .social_area h4 {
    color: #fff;
}
main#innerpage-box .social_area .Contact_area_text {
    color: #fff;
}

#ht-contactus-wrap .Address_area i {
    font-size: 45px;
    color: #f72985;
}
#ht-contactus-wrap .contact_l_area i {
    font-size: 25px;
}

#ht-contactus-wrap .contact_l_area {
  padding-top: 15px;
  text-align: center;
}
#ht-contactus-wrap .contact-info {
    margin-top: 13px;
    color: #bebebe;
    font-size: 15px;
}
#ht-contactus-wrap .contact_area {
    margin-bottom: 1em;
}
#ht-contactus-wrap .contact-info a{
    color: #bebebe;
}
#ht-contactus-wrap .contact-info p{
    margin: 0;
}
#ht-contactus-wrap .contactus-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 0 0;
}
#ht-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#ht-contactus-wrap .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}



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

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/*==== for bouncing arrow =========*/
.social_area {
    position: relative;
    padding: 0 2em;
}
.social_area i.fa{
  font-size: 45px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  top: 60px;
  right: 50%;
  font-size: 43px;
}

/*-----------------------
## End Contact Template
-----------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/

#innerpage-box .faq-content {
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
}
#faq-section .faq-description.active{display: block;}
#innerpage-box .faq-content p {
    font-size: 15px;
    padding: 20px 20px 25px;
   /* border: 1px solid #e8e8e8;*/
    margin: 0;
    color: #979797;
}
#innerpage-box .faq-description span.faqsans {
    color: #fecb00;
    font-weight: 600;
}
#innerpage-box .faq-description span.faqsans { display: none;}
#innerpage-box .faqs-num {
    padding: 11px 15px 10px;
    position: absolute;
    color: #484848;
    font-size: 19px;
}

#innerpage-box .faq h4 {
    color: #979797;
    margin-bottom: 0px !important;
    margin-top: 0;
    border-radius: 0;
    padding: 15px 55px 15px 60px;
    text-transform: none;
    font-weight: 600 !important;
    background: #fff;
    
    border-bottom: 0;
}
#innerpage-box .faq h4:after{display: none !important;}
div#content-box .faq-content h4:before {
    content: "\f068";
    font-family: 'Fontawesome';
    font-size: 22px;
    top: 6px;
    color: #000;
    float: right;
    position: absolute;
    right: 10px;
    font-weight: normal;
    background: #f72985;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    text-align: center;
}
#innerpage-box .faq-description p{
     font-size: 15px;
    padding:15px 55px 15px 60px;
/*    border: 1px solid #e8e8e8;*/
    margin: 0;
    color: #979797;
}
#innerpage-box .faq-description.active p {
    border-top: none;
    border-bottom: none;
}

/*-----------------------
## End FAQS page
-----------------------------*/

/*===========*/
.col-container {
    display: table;
    width: 100%;
}
.col-facility{
    display: table-cell;
}
.heading.active i {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;
}
.test-right img {
    width: 100%;
    height: 100%;
}
.heading{cursor: pointer;}
@media screen and (min-width: 769px){
    .inside-full-height{height:100%}

}
/* Catalogue slider Start */
.slider {width: 86%;position: relative;height: 490px;margin: auto;overflow-x: scroll;overflow-y: hidden;}
.slider::-webkit-scrollbar {display: none;}
.slider .slides { display: flex;position: absolute;left: 0;transition: 0.3s left ease-in-out;}
.slider .slide-item { margin-right: 35px;width: 334px;margin-left: 0;}
.slider .slide-item:last-child {margin-right: 0;}

.ctrl {text-align: center;margin-top: 5px;}
.ctrl-btn {font-size: 13px !important; background: none;border: none;font-weight: 600;text-align: center;cursor: pointer;outline: none;color: #9e9e9e;position: absolute;margin-top: -60.5px;height: 23px;bottom: 0;}
.ctrl-btn:hover{color:#000;background: none;}
.ctrl-btn.pro-next {right: 45%;position: absolute;border: 2px solid #bfbfbf; padding: 3px 5px 3px 5px;margin: 0;z-index: 999;height: 45px;width: 45px;}
.ctrl-btn.pro-prev {left: 46%;position: absolute;border: 2px solid #bfbfbf;padding: 0;margin: 0; z-index: 999;height: 45px;width: 45px;}
/*--------------------------------------------------------------
## Add to card
--------------------------------------------------------------*/
.total-count a.button.wc-forward { background: none; border: none; position: relative; right: 19px;}
.total-count a.button.wc-forward:hover { background: none; border:none;}
.total-count .count {    
    color: #f72985;
    position: absolute;
    padding: 4px;
    z-index: 300;
    top: 16px;
    right: 35px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}
.total-count img {    
    width: auto;
    height: auto;
    margin: 0px 0 0;
}
.total-count {
    background: #f72985;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    padding: 18px 45px;
}
/*--------------------------------------------------------------
## carousel slider
--------------------------------------------------------------*/
.carousel-inner {
    border-radius: 10px;
}
.quote-box:after{
    content: "";
    background-image: url(images/quote-boxbg.png);
    width: 28px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -23px;
    left: 10%;    
}
.quote-box{
    border: 2px solid #ffffff;
    position: relative;    
    padding:20px;   
}

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

#quote-carousel .carousel-control {
    background: none;
    color: #fc856d;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 225px;
    opacity: 1;
    z-index: 2000;
}
#quote-carousel .carousel-control.left {
    left: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.left i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: none;
}
#quote-carousel .carousel-control.right {
    right: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.right i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: none;
}
#quote-carousel .carousel-control.left i:hover {
    color: #ea70a1;
}
#quote-carousel .carousel-control.right i :hover {
    color: #ea70a1;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s;
    margin-right: 8px;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 170px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    top: -48px;
    z-index: 1;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}
#innerpage-box{
    padding:0;
    background: #ffffff;
}
.single-post .ht-main-title {
    margin: 0px 0 15px;
    padding: 15px 15px 0;
}
.innerpage-whitebox{
   padding: 0 1em;
   border-radius: 10px;
   margin-bottom: 10px;
}
#content-box h4{
    margin: 20px 0 5px 0; 
}
#content-box ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#content-box ul li:before {
 content: "\f111";
 font-family: 'Fontawesome';
 margin-right: 10px;
 transform: scale(1);
 transition: all 0.5s ease 0s;
 color: #fff;
 display: inline-block;
 transform: scale(1);
 transition: all 0.5s ease 0s;
}
#content-box ul li:hover:before {
    transform: scale(1.4);
}

.widget-area ul li:before {
    content:"\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    color: #f72985;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    display: none;
}
.widget-area ul li:hover:before {
    transform: scale(1.4);
}
#content-box ol li:before {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
#content-box ol li:hover:before {
    transform: scale(1.2);
}

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

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 30px 0 #88828230;
}
.page_featured {
  margin: 0 4em;
  margin-bottom: 2em;
  padding: 10em 4em;
}
img.ht-page-header-img{
    width: 100%;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.sticky {
    display: block;
}
.total-hentry {
    margin: 0 0 50px;
}
.byline,
.updated:not(.published) {
    display: none;
}

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

}

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

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

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

.ht_left_sidebar #primary{
    float: right;
}

.ht_left_sidebar #secondary{
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{
    background: #000;
    color:#fff;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
    font-family: josefin sans,sans-serif;
    color: #222;
    font-size: 220px;
    letter-spacing: 10px;
    margin: 0;
    font-weight: 700;
    text-shadow: 2px 2px 0 #c9c9c9, -2px -2px 0 #c9c9c9;
}

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

.toggle-bar{
    display: none;
}

.error404 .error-404{
    color: #ffffff;
    font-size: 195px;
    text-align: center;
    display: block;
    animation: effect linear 1900ms infinite;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 240px;
}
@keyframes effect {
 0%{
    text-shadow:
    4px -4px 0 #000, 3px -3px 0 #000,
    2px -2px 0 #000, 1px -1px 0 #000,
    -4px 4px 0 #000, -3px 3px 0 #000,
    -2px 2px 0 #000, -1px 1px 0 #000;
}
25%{
    text-shadow:
    -4px -4px 0 #000, -3px -3px 0 #000,
    -2px -2px 0 #000, -1px -1px 0 #000,
    4px 4px 0 #000, 3px 3px 0 #000,
    2px 2px 0 #000, 1px 1px 0 #000;
}
50%{
    text-shadow:
    -4px 4px 0 #000, -3px 3px 0 #000,
    -2px 2px 0 #000, -1px 1px 0 #000,
    4px -4px 0 #000, 3px -3px 0 #000,
    2px -2px 0 #000, 1px -1px 0 #000;
}
75%{
    text-shadow:
    4px 4px 0 #000, 3px 3px 0 #000,
    2px 2px 0 #000, 1px 1px 0 #000,
    -4px -4px 0 #000, -3px -3px 0 #000,
    -2px -2px 0 #000, -1px -1px 0 #000;
}
100% {
    text-shadow:
    4px -4px 0 #000, 3px -3px 0 #000,
    2px -2px 0 #000, 1px -1px 0 #000,
    -4px 4px 0 #000, -3px 3px 0 #000,
    -2px 2px 0 #000, -1px 1px 0 #000;
}
}

@media only screen and (max-width: 767px){
  .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 479px){
 .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 359px){
 .error404 .error-404{ font-size: 122px; }
}
@media screen and (min-width: 769px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
}
.woocommerce #reviews h2 small{
    float: none;
}
/*-----------------------
## page scroll
-----------------------------*/

#back2Top {
    width: 43px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 13px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    height: 43px;
}
#back2Top:hover {
    background-color: transparent;
    color: #fff;
}

#innerpage-box p {
    font-size: 15px;
    line-height: 25px;
}
.widget-area ul ul {
    margin-top: 5px;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
main#innerpage-box li {
    font-size: 15px;
}
.sidebar_list {
    margin-top: 2em;
}
div#secondary caption {
    padding-top: 12px;
    padding-bottom: 12px;
}
div#secondary .widget_calendar table {
    margin: 0;
    padding: 0;
}
.widget_calendar tfoot tr td a {
    border: none;
    padding: 0px;
    padding: 6px 20px;
    -moz-transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.widget-area .widget_rating_filter ul {
    list-style: none;
    padding: 12px;
    margin: 0;
    border: 1px solid #eaeaea;
}
.widget-area .widget_rating_filter ul li {
    border-bottom: none;
}
.widget-area .woocommerce ul.cart_list li, .widget-area .woocommerce ul.product_list_widget li {
    padding: 12px 12px 12px;
}
.widget-area .woocommerce ul.product_list_widget li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 0 8px;
}

.widget-area .woocommerce ul.cart_list li img, .widget-area .woocommerce-page ul.cart_list li img, .widget-area .woocommerce ul.product_list_widget li img, .widget-area .woocommerce-page ul.product_list_widget li img {
    width: 74px;
    height: 74px;
}

.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #666;
}
.widget-area .woocommerce ul.product_list_widget li img:hover {
    opacity: 0.8;
}
.widget-area .woocommerce .widget_shopping_cart_content p {
    padding: 12px;
    margin: 0;
    border: 1px solid #eaeaea;
    margin-top: 15px;
}
.woocommerce .woocommerce-product-rating .star-rating {
    height: 3em;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

div#blog-box.innerpage-whitebox {
    padding: 0;
    margin: 0;
}
.single_post i.fa.fa-calendar-o {
    padding-right: 10px;
}
div#commentsAdd .comment-form [class*="comment-form"] {
    width: 100%;
}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
    font-size: 15px;
}
.single-productpage h2.woocommerce-loop-product__title {
    line-height: 33px;
    word-break: break-word;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 100%;
}

main#innerpage-box div#commentsAdd textarea#comment {
    background: transparent;
}
div#respond textarea#comment {
    background: transparent;
}
div#comments input[type="submit"] {
    padding: 10px 20px;
    border-radius: 5px;
    height: 50px;
}


main#innerpage-box .woocommerce-product-search .search-field {
    border: 1px solid #e9e7e7;
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
    border: none !important;
}
div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}


/*-----------------------
## Start search
-----------------------------*/
main#innerpage-box h2 a {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-readmore a {
    padding: 2px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
/*-----------------------
## End search  
-----------------------------*/

.inner-blog-post{
 /* padding: 2em; */
 /* border: 1px solid #eaeaea; */
 margin: 0em 0em 2em;
 border-radius: 10px;
}

.inner-blogpost {
    position: relative;
    -moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
}
main#innerpage-box .ht-blog-thumbnail {
    overflow: hidden;
    position: relative;
}
main#innerpage-box .blog-date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 12px;
}
main#innerpage-box .blog-date span {
    color: #f72985;
}
main#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #516ced;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 350px;
    transform: scale(1);
    transition: all 1s ease 0s;
}
main#innerpage-box .ht-blog-thumbnail:hover img {
    opacity: 0.75;
    transform: scale(1.2);
}

main#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(0deg,#516ced,#8972ea 80%) no-repeat;
    transition: all .4s ease;
}
main#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.75;
}
main#innerpage-box .inner-blogpost:hover .overlay::before {
    content: '';
    pointer-events: none;
    opacity: .6;
    background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #fff 5px, #fff 6px, transparent 6px), radial-gradient(circle at 33% 44%, transparent 0, transparent 4px, #fff 5px, #fff 6px, transparent 6px), radial-gradient(circle at 65% 40%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px), radial-gradient(circle at 30% 32%, transparent 0, transparent 2px, #fff 3px, #fff 4px, transparent 4px);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
}
main#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
  margin-bottom: 15px;
  padding: 2.5em 3em 1em 2em;
  border-radius: 0 0 5px 5px;
  position: relative;
}

main#innerpage-box #blog-box h2 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 500;
    word-break: break-word;
}
.inner-blog-excerpt {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 12px;
}
main#innerpage-box #blog-box .socialMedia {
   position: absolute;
   right: 5px;
   top: 5px;
}

main#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
main#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    margin-left: -50px;
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
main#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    height:50px;
    display: block;
    color:#fff;
    background: #516bec;
}
main#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{
    background:#f72985;
}
main#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
    background:#f72985;
}   
main#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 4px;
}



#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #f72985;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #f72985;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #f72985;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #f72985;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #f72985;
    transform: none;
}


main#innerpage-box #blog-box h2 {
    font-size: 20px;
}

.blog .page-main-header {
    padding-top: 1em;
}
/*-----------------------
## Blog category Page 
-----------------------------*/
.inner_contentbox {
    position: relative;
    top: -3em;
    background: #fff;
    padding: 2em 1em 0;
    border-radius: 10px;
}

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6
{
    word-break: break-word;
    font-weight: 500;
    margin-bottom: 40px;
}
body.page-template-default main#innerpage-box h1:after,
body.page-template-default main#innerpage-box h2:after,
body.page-template-default main#innerpage-box h3:after,
body.page-template-default main#innerpage-box h4:after,
body.page-template-default main#innerpage-box h5:after,
body.page-template-default main#innerpage-box h6:after,

.page-template-templates main#innerpage-box h1:after,
.page-template-templates main#innerpage-box h2:after,
.page-template-templates main#innerpage-box h3:after,
.page-template-templates main#innerpage-box h4:after,
.page-template-templates main#innerpage-box h5:after,
.page-template-templates main#innerpage-box h6:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 0;
    position: relative;
    top:15px;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#f499c3 0%,#f62b85 100.3% )
}

#innerpage-box .wp-block-image figure {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}

.page-template-templates main#innerpage-box #blog-box h2:after {
    display: none;
}
#innerpage-box .widget-area .widget-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
    display: block;
    text-align: left;
    border-radius: 0;
}

main#innerpage-box .widget-area .tagcloud a {
 margin: 0;
 border: none;
 position: relative;
 box-shadow: unset;
 border-radius: 0;
}
.widget-area .tagcloud {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    /*border-bottom: none;*/
}
.widget-area .textwidget {
    border: 1px solid #eaeaea;
    padding: 10px;
}
.widget-area li span.post-date {
    margin-bottom: 1em;
    position: relative;
    display: list-item;
}
.widget-area .widget_media_image img {
    padding: 10px;
    margin: 0;
    border: 1px solid #eaeaea;
}
#secondary .gallery-columns-3 {
   padding: 10px;
   margin: 0;
   border: 1px solid #eaeaea;
}
#secondary .gallery-columns-3 .gallery-item a{
    padding: 0;
}
.widget-area div#calendar_wrap {
    padding: 0px 15px 15px;
    margin: 0;
    border: 1px solid #eaeaea;
}
.widget_calendar table {
    border-collapse: separate;
    width: 100%;
}
body.page-template-default #innerpage-box .widget-area .widget-title:after ,
.page-template-templates #innerpage-box .widget-area .widget-title:after {
 position: relative;
 content: "";
 width: 35%;
 height: 2px;
 background-color: #000;
 bottom: 0;
 left: 0;
 background-image: none;
 display: block;
 /* width: 50px; */
 /* height: 3px; */
 margin: 0;
 /* position: relative; */
 top: 11px;
}
.widget-area .woocommerce-product-search, .widget-area form#searchform {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 10px;
}
.widget-area ul ul li a:before {
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    margin: 0 5px 0;
}
.widget-area ul ul {
    border-radius: 0;
    border:none;
}
.widget-area ul ul li {
    padding-left: 10px;
    border-bottom: none;
}
.widget-area ul ul li a {
    padding: 0;
}
.widget-area ul ul li.current_page_item > a,
.widget-area ul ul li.current_page_item > a:hover{ background:none; }
.widget_calendar table thead tr th {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    border: none;
    color: #fff;
}
.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #444;
}
.widget_calendar tfoot tr td {
    border: none;
    padding: 0px;
}
/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

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

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 45px !important;
    /*  border: 4px solid #f1f0f0 !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
   /*border-bottom: 1px solid #6a1b9a !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #6a1b9a;
}
main#innerpage-box h2.woocommerce-loop-product__title {
    font-weight: 600;
}

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

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

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

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 5px;
}
.woocommerce ul.products li.product .price{
    font-weight: 500;
    font-size: 20px;
    color: #fe5722;
    margin: 0;
}
.woocommerce ul.products li.product .price del{
    display: inline;
    color: #999;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins{
    display: inline;
    font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    color:#fc856d;
    padding: 0px 20px;

}
.woocommerce-MyAccount-navigation ul li{
    margin: 5px 0 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    color:#000 !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 5px;
    color: #FFF;
    background-color: #fe5722;
    border:1px solid #fe5722;    
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background: #333;
    /* border:1px solid #333;*/
    color: #FFF;
}

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

.woocommerce ul.products li.product .button{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    background-color: #ec5597;
    border: 1px solid #ec5597;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.single_inner .page-main-header {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .product_meta a{
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
    padding: 10px 20px;
    line-height: 1;
    height: auto;
    margin-right: 15px;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

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

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce ul.products li.product strong {
    display: inline-block;
}

/* Testimonial slider css */
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.carousel-indicators li{
    background-color: #6963635c;
    border: 1px solid #6963635c;
}
/* GALLARY HOMEPAGE CSS */
main#innerpage-box div#ht-contactus-wrap a:hover {
    color: #444;
}
/**/
ul.themetext {
    margin: 0;
    padding: 0;
    list-style: none;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.ht-site-title, .site-title {
    margin: 0;
}

div#content li.blocks-gallery-item:before {
    content: none;
}
div#content li.blocks-gallery-item {
    padding: 14px 14px 0 14px;
}
div#content li.blocks-gallery-item img:hover {
    opacity: 0.5;
}


.single_post .post-date-publishable {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.woocommerce-product-search .search-field {
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
    width: 100%;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    margin-bottom: 0px;
}
div#sidebars ins {
    background: none;
}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #666;
}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce .star-rating {
    float: right;
    position: relative;
    height: 3em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    font-family: star; 
    overflow: initial;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    display: none;
}
.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    /*display: none;*/
}
.comment-text .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
    margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce #review_form #respond .form-submit input {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce div.product div.images img:hover {
    opacity: 0.8;
}
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{
    float: right;
    display: contents;
}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {
    display: inherit;
}
.woocommerce .star-rating::before{
    top: 0 !important;
    left: 0 !important;
    position: relative;
}

.woocommerce div.product .woocommerce-product-rating{
    line-height: 0px;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    overflow: hidden;
}
.woocommerce ul.products li.product a img {
    transform: scale(1);
    transition: all 1s ease 0s;
}
.woocommerce ul.products li.product a img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 40px;
}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead,
body.page-template-default.page.page-id-133.logged-in.admin-bar.woocommerce-cart.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support #ht-masthead,
body.page-template-default.page.page-id-135.logged-in.admin-bar.woocommerce-account.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead {
    position: relative;
}
.woocommerce table.shop_table{
    padding-bottom: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    height: 0;
    width: 0;
    display: none;
}
.sf-arrows .sf-with-ul:before {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist li {
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}
/*-----------------------
## Single product
-----------------------------*/
.woocommerce div.product .product_meta .posted_in, .woocommerce div.product .product_meta .tagged_as {
    display: block;
    font-weight: 400;
    line-height: 1.6;
}
.woocommerce .star-rating {
    float: right;
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    font-family: star;
    overflow: initial;
}
.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}
.widget-area .woocommerce li.wc-layered-nav-rating .star-rating {
    margin: 0;
}
.widget-area .woocommerce ul.product_list_widget li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 0 8px;
}
.widget-area .woocommerce .product_list_widget li .star-rating {
    float: right;
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 1em;
    width: 63%;
    font-family: star;
    overflow: initial;
    margin-bottom: 10px !important;
}
main#innerpage-box .woocommerce-product-details__short-description ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

main#innerpage-box .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
}
/*===================== responsive ==========================*/


@media screen and (max-width: 1520px){
    div#pricing #curve {
        top: -150px;
    }
    .single-team .in-our-team ul > li > a {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 1510px) and (min-width: 1445px){
    .inner-page-gallery:hover .text {
        width: 20rem;
        height: 20rem;
        margin-top: -10rem;
        margin-left: -10rem;
        padding: 35% 10px 0px;
    }
    .inner-page-gallery {
        width: 20rem;
        height: 20rem;
    }
    .inner-page-gallery .text {
        right: 40%;
    }
}


@media screen and (min-width: 1441px){
    div#about .sectitlemidleborder:after {
        width: 165px;
        left: -212px;
    }
    .counter-area .single-top:nth-child(3) .cd-num:after,
    .counter-area .single-top:nth-child(6) .cd-num:after {
        content: '';
        height: 1px;
        position: absolute;
        left: auto;
        top: 50px;
        background-color: #787c7f;
        transition: all .5s cubic-bezier(.645,.045,.355,1);
        z-index: 2;
        width: 295px;
        right: -300px;
    }
    .hd-riii-clip {
        top: 0;
        background: #ffcc20;
        position: relative;
        right: 166px;
        top: 0;
        -webkit-clip-path: polygon(33% 0, 46% 0, 14% 100%, 0% 100%);
        clip-path: polygon(33% 0, 46% 0, 14% 100%, 0% 100%);
    }
    .hd-rii-clip {
        background: #ffcc20;
        right: 58px;
        top: 0;
        position: relative;
        -webkit-clip-path: polygon(32% 0, 50% 0, 16% 100%, 0% 100%);
        clip-path: polygon(32% 0, 50% 0, 16% 100%, 0% 100%);
    }
    .nav-block {
        background: #ffcb20;
        position: relative;
        right: 0px;
        top: 0;
        width: 49%;
    }
    .hd-rii-clip:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #feefbe;
        position: absolute;
        top: 0;
        left: -73px;
        z-index: 1;
        transform: rotate(179deg);
        -ms-transform: rotate(179deg);
        -webkit-transform: rotate(179deg);
        -webkit-clip-path: polygon(35% 0, 45% 0, 8% 100%, 0% 100%);
        clip-path: polygon(35% 0, 45% 0, 8% 100%, 0% 100%);

    }
    .hd-riii-clip:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: -74px;
        z-index: 1;
        transform: rotate(179deg);
        -ms-transform: rotate(179deg);
        -webkit-transform: rotate(179deg);
        -webkit-clip-path: polygon(35% 0, 56% 0, 10% 100%, 0% 100%);
        clip-path: polygon(35% 0, 56% 0, 10% 100%, 0% 100%);
    }

}


@media screen and (min-width: 1445px) and (max-width: 1500px){
    div#about svg {
        top: -360px;
    }

}

@media screen and (min-width: 1441px) and (max-width: 1480px){
 .counter-area .single-top:nth-child(3) .cd-num:after,
  .counter-area .single-top:nth-child(6) .cd-num:after  {
    width: 265px;
    right: -275px;
}

}

@media screen and (max-width: 1425px){
   .counter-area .single-top:nth-child(3) .cd-num:after, .counter-area .single-top:nth-child(6) .cd-num:after {
       right: -238px;
    width: 225px;
}

}

@media screen and (max-width: 1380px){ 
    .hd-li-clip:before {
        left: -50px;
    }
    .hd-li-clip {
        right: -67px;
    }
    .hd-liii-clip {
        right: 20px;
    }
    .hd-liii-clip:before {
        left: -49px;
    }
    .hd-riii-clip:before {
        left: -60px;
    }
    .hd-rii-clip {
        right: 263px;
    }
    .hd-rii-clip:before {
        left: -60px;
    }
    .hd-riii-clip {
        right: 353px;
    }
    .hamburger-menus {
        top: 6px;
    }
    .trainer-area .titlemidleborder:after {
        width: 305px;
    }
    .bodytransform-area-data h4.inner-area-title {
        font-size: 30px;
    }
    .bodytransform-area-data h6.inner-area-subtitle {
        font-size: 16px;
    }
    .bodytransform-area-data p.inner-area-text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .tf-day-text {
        font-size: 20px;
    }
    .tf-loss-text {
        font-size: 18px;
    }
    .tf-area:before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid #ffcc20;
    }
    .sr-margin {
        margin: 0 0em;
    }
    .service-area h4 {
        font-size: 20px;
    }
    .service-area p {
        font-size: 13px;
    }
    .service-area .service-info {
        padding: 1.59em 1.6em;
    }
    .facilityrightbox {
        margin: 0 0em;
    }
    .facility-post h4 {
        font-size: 18px;
    }
    .counter-area .cd-single {
        margin: 0 3em 1em;
    }
    div#about {
        padding: 5em 9em 0em 10em;
    }
    div#about .sectitlemidleborder:after {
        left: -158px;
    }
    .counter-area .highlight-count {
        bottom: 18%;
    }
    .counter-area .cd-single {
        top: 6em;
    }
    .counter-area .cd-icon {
        border-radius: 58px 10px 0 0;
    }
    .counter-area .cd-single:after {
        bottom: 16px;
        right: 14px;
    }
    .counter-area .cd-single:before {
        left: 14px;
    }
    div#team .inner-area-title, 
    body.page-template-default main#innerpage-box .team-text h4 {
        font-size: 20px;
    }
    .team-area .team-text .team-designation,
    body.page-template-default main#innerpage-box .team-text .team-designation {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .team-area p,
    #innerpage-box .team-text p {
        font-size: 12px;
        line-height: 18px;
    }
    .team-area .teambtn a ,
    main#innerpage-box .teambtn a{
        font-size: 12px;
        padding: 10px 10px;
    }
    .team-area .hscroll-line {
        right: -45%;
    }
    #innerpage-box .hscroll-line {
        right: -45%;
    }
    .team-area img,
    #innerpage-box .single-team-img img {
        height: 330px;
    }
    .team-area .single-team .team-box,
    #innerpage-box .single-team .team-box {
        padding: 4em 1em 1.5em 5em;
    }
    .team-area .single-team:nth-child(2) .team-box, .team-area .single-team:nth-child(4) .team-box, .team-area .single-team:nth-child(6) .team-box, .team-area .single-team:nth-child(8) .team-box, .team-area .single-team:nth-child(10) .team-box, .team-area .single-team:nth-child(12) .team-box, .team-area .single-team:nth-child(14) .team-box, .team-area .single-team:nth-child(16) .team-box {
        padding: 4em 5em 1.5em 1em;
    }
    #innerpage-box .single-team:nth-child(even) .team-box{
       padding: 4em 5em 1.5em 1em;
   }
   .pricing-area .single-pricing h4 {
    font-size: 25px;
}
.pricing-area .pr-s-area:before {
    border-bottom: 40px solid #ffe17f;
    border-right: 40px solid transparent;
}
.pricing-area .single-pricing:hover .pr-s-area:before {
    border-bottom: 50px solid #ffc303;
    border-right: 50px solid transparent;
}
.pr-content-area:before {
    border-top: 40px solid #ffe17f;
    border-right: 40px solid transparent;
}
.pricing-area .single-pricing:hover .pr-content-area:before {
    border-top: 50px solid #ffc303;
    border-right: 50px solid transparent;
}
.pricing-area .currency-price {
    font-size: 50px;
}
.pricing-area .currency-price sub {
    font-size: 20px;
}
.currency-planvalidtime {
    font-size: 11px;
}
.pricing-area .single-pricing h5 {
    font-size: 20px;
}
ul.pricing-list li {
    font-size: 15px;
    margin-bottom: 8px;
}
.pricing-area a.btn {
    font-size: 12px;
    padding: 6px 12px;
}
.pricing-area .pc-btn {
    margin-top: 1.5em;
}
.testimonials-area .section-title h2 {
    font-size: 24px;
}
.testimonials-area .ts-leftarea .sectitlemidleborder:after {
    width: 64px;
    bottom: 10px;
}
.testimonials-area .ts-leftarea .sectitlemidleborder .hi-icon {
    top: -20px;
    right: -80px;
}
.testimonials-area .ts-rightarea .sectitlemidleborder:after {
    width: 50px;
    bottom: 10px;
}
.testimonials-area .ts-rightarea .sectitlemidleborder .hi-icon {
    top: -20px;
    right: -12px;
}
.testimonials-area .ts-rightarea .time-single {
    font-size: 15px;
}
.testimonials-area .section-area-text {
    font-size: 13px;
    line-height: 23px;
}
.testimonials-area .testimonials-btn a {
    font-size: 14px;
    padding: 13px 35px;
}
.testimonials-area .ts-area-thumb:after {
    right: -75px;
    width: 50px;
}
.testimonials-area .ts-area-thumb:before {
    left: -75px;
    width: 50px;

}
div#pricing .pr-m-box {
    margin: 0em;
}
.testimonials-area .testimonials-md {
    margin: 0em;
}
.blog-area-wrap {
    margin: 0em;
}
.contact-area .appointmentsection {
    margin: 0em;
}
.contact-area .contact-s {
    padding: 6em 4em 2.5em 6em;
}
.ht-newsletter-member-wrap {
    margin: 0 3em;
}
/*#innerpage-box .ts-area-single {
    border-left: 25px solid #516ced;
    border-right: 25px solid #516ced;
}*/
.counter-area .single-top:nth-child(3) .cd-num:after {
    right: -270px;
    width: 285px;
}
.counter-area .single-top:nth-child(6) .cd-num:after {
    right: -270px;
    width: 285px;
}
.counter-area .single-top:nth-child(2) .cd-num:before, .counter-area .single-top:nth-child(3) .cd-num:before,
.counter-area .single-top:nth-child(5) .cd-num:before, .counter-area .single-top:nth-child(6) .cd-num:before {
    width: 120px;
    left: -125px;
}
.hd-li-clip, .hd-liii-clip,
.hd-rii-clip, .hd-riii-clip{
    display: none;
}
.logo {
    width: 25%;
}
.header-share {
    top: 0px;
}
.counter-area .single-top:nth-child(1) .cd-num:before, .counter-area .single-top:nth-child(4) .cd-num:before,
 .counter-area .single-top:nth-child(3) .cd-num:after, .counter-area .single-top:nth-child(6) .cd-num:after {
    display: none;
}

}

@media screen and (min-width: 1300px) and (max-width: 1380px){
.counter-area .cd-single:after {
    bottom: 14px;
    right: 25px;
}
.counter-area .cd-single:before {
    left: 25px;
}
}


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

    #innerpage-box .ts-area-single {margin: 0em 0em;padding: 2em 1em;}

    .navigation {
        border-right: 2px solid #f73189;
    }
   .bx-controls-direction {
    display: none;
      }
}
@media screen and (min-width: 1300px) and (max-width: 1446px){
    div#about svg {
        top: -326px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1446px){
 div#pricing #curve {
    top: -161px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1201px){
 div#pricing #curve {
    top: -175px;
}
}


@media screen and (min-width: 1199px) and (max-width: 1301px){
    div#about svg {
        top: -299px;
    }
    div#pricing #curve {
        top: -148px;
    }
}
@media screen and (min-width: 1060px) and (max-width: 1198px){
    div#about svg {
        top: -265px !important;
    }
    div#pricing #curve {
        top: -138px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1061px){
    div#about svg {
        top: -255px;
    }
    div#pricing #curve {
        top: -125px;
    }
}

@media screen and (min-width: 887px) and (max-width: 1020px){
    div#about svg {
        top: -222px;
    }
    div#pricing #curve {
        top: -108px;
    }
}
@media screen and (min-width: 750px) and (max-width: 888px){
    div#pricing #curve {
        top: -94px;
    }
}
@media screen and (min-width: 650px) and (max-width: 749px){
   div#pricing #curve {
    top: -80px;
}
}

@media screen and (min-width: 550px) and (max-width: 649px){
   div#pricing #curve {
    top: -68px;
}
}
@media screen and (max-width: 549px){
   div#pricing #curve {
    top: -52px;
}
}
@media screen and (max-width: 445px){
   div#pricing #curve {
    top: -52px;
}
}
@media screen and (max-width: 400px){
   div#pricing #curve {   top: -45px;}
#innerpage-box .faqs-num{display: none;}
#innerpage-box .faq-description p{padding: 15px 20px 15px 15px;}
#innerpage-box .faq h4{padding: 15px 45px 15px 15px;}
}
@media screen and (max-width: 370px){
 div#pricing #curve {
    top: -37px;
}
}

@media screen and (max-width: 320px){
    div#pricing #curve {
        top: -40px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1300px){
    .service_inbox .service_inbox-content {
        padding: 10px 15px;
    }
    .page-template-default #innerpage-box .service_inbox .title {
        margin: 0;
    }
    main#innerpage-box #blog-box .socialMedia ul li a.site-button{
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
    main#innerpage-box #blog-box .socialMedia ul li{
        margin-left: -30px;
    }
    .blog-area .blog-thumbnail img {
      height: 205px;
  }
  main#innerpage-box .ht-blog-thumbnail img {
    height: 272px;
}
.bodytransformus-post-boxes {
    margin: 0 5em;
}

}

@media screen and (min-width: 1024px) and (max-width: 1200px){
  #quote-carousel .carousel-control.left {
    left: -42px;
}
#quote-carousel .carousel-control.right {
    right: -42px;
}
.ht-slider-highlighttext {
    font-size: 30px;
}
.ht-slide-cap-title.animated.fadeInDown {
    font-size: 35px;
}
#ht-appintment-section .box-effect {
 padding: 0;
}
.header-seo.header-transparent .is-fixed .main-bar input[type="search"] {
    top: -5px;
}
.header-seo.header-transparent .is-fixed .main-bar span.sb-icon-search {
    top: -14px;
}
.slider_section .title {
    font-size: 35px;
    line-height: 40px;
}
.slider_section .title b {
    font-size: 40px;
    margin-bottom: 6px;
}
.slider_content {
  top: 53%;
  width: 340px;
  left: 54%;
  z-index: 999;
}
.img-slide-responsive {
    right: 800px;
    top: -155px;
}
.single-team .in-our-team ul > li > a {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.team-area .single-team-img {
    top: 1em;
}
.features-area .inner-area-title {
    font-size: 19px;
}
div#trainer .section-title h2 {
    font-size: 45px;
}
div#trainer .section-title h2 span {
    font-size: 60px;
}
div#trainer .section-subtitle p {
    margin-right: 0em;
}
.trainer-area .titlemidleborder:after {
    width: 258px;
}
div#about .sectitlemidleborder:after {
    left: -120px;
}

.testimonials-area .ts-area-thumb:after {
    right: -45px;
    width: 30px;
}
.testimonials-area .ts-area-thumb:before {
    left: -45px;
    width: 30px;

}
.ns-rii-clip {
    right: 40px;
}
.ns-ri-clip {
    right: 5px;
}
#innerpage-box .hscroll-line {
    right: -67%;
}
/*#innerpage-box .ts-area-single {
    border-left: 15px solid #516ced;
    border-right: 15px solid #516ced;
    border-radius: 35px;
}*/
.counter-area .single-top:nth-child(3) .cd-num:after {
    right: -175px;
    width: 168px;
}
.counter-area .single-top:nth-child(2) .cd-num:before, .counter-area .single-top:nth-child(3) .cd-num:before {
    width: 120px;
    left: -125px;
}
div#about {
    padding: 5em 6em 0em 6em;
}
.hamburger-menus {
    top: 15px;
}
.header-share {
    top: 8px;
}

}
@media screen and (min-width: 994px) and (max-width: 1023px){
   .team-area img {
    width: 100px;
    height: 100px;
}
.team-area .single-team-img {
    top: -2em;
}
.team-area .team-text {
    padding: 5.5em 1em 1em;
    margin: 0px 5px 3.5em;
}
}

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

    .features-area::before, .pricing-area::after{ width: 102%;}
}


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

    .footer-area .footerlayer-6{bottom: 25%;}
    .footer-area .footerlayer-3{bottom: 15%;}
    .footer-area .footerlayer-1{top: 5%;}

    .pricing-area .btn{padding: 13px 47px;}

    .slider_section::after{    bottom: -10.8%;}
    .slider_section .bx-wrapper .bx-controls-direction a{top: 56%;}
    .slider_section .bx-wrapper .bx-next{right: 155px;}
    .slider_section .bx-wrapper .bx-prev{left: 118px;}
    .slider_section .layer-3{    right: 9.3%; top: 40.9%;}
    .slider_section .layer-8{top: 17.5%;}

    header.site-header span.text, .single-header-info span.theme-color{font-size: 11px;}
    header.site-header .d-flex, div#navbarNavDropdown {
        margin: 0 0%;
    }
    .pricing-area .layer-part-4{left: 0%;}
    ul.pricing-list li{font-size: 14px;}
    .pricing-area .single-pricing h1 span.large{font-size: 55px;}

    .features-area .btn{padding: 18px 40px;}
    .features-area .owl-carousel .owl-nav button.owl-next{ right: -20px;  }
    .features-area .owl-carousel .owl-nav button.owl-prev{left: -20px;}

    .slider_section .title{
        padding-bottom: 5px;
    }
    .slider_section .sub-title{
        margin-top: 0px;
    }

    .innerpage-whitebox{
        padding: 1em 0em 1em 0em;
    }
    header.site-header .list-inline.m-a0{
        padding-left: 0px !important;
    }
    header.site-header .text-bx.padding0{
        padding-left: 15px;
    }
    header.site-header input[type="search"] {
        width: 100%;
    }
    div#service{
        padding: 3em 0px !important;
    }
    div#trainer {
        padding: 0em 0px !important;
    }
    div#features{ padding: 0em 0 1em 0em !important;}
    div#features .featured-high-area{ padding-top: 2em !important;}
    div#team{ padding: 6em 0 4em 0em !important;}
    div#testimonials{ padding: 0em !important;}
    div#counter{ padding: 2em 0 2em 0em !important;}
    div#blog { padding: 2em 0 2em 0em !important;}
    #ourclient { padding: 2em 0 !important;}
}

@media screen and (max-width: 1200px){
    .ct-btn-scroll{
        bottom: 20px;
    }
}

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

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

@media (max-width: 1012px){
    .slider_section .title {
        font-size: 35px;
        line-height: 35px;
    }
    .slider_section .title b {
        font-size: 35px;
        margin-bottom: 0px;
    }
    .ht-slide img {
        height: auto !important;
    }
    .img-slide-responsive {
        position: absolute;
        right: 620px;
        top: -6px;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 620px !important;
    }

    .slider_content {
        width: 390px;
        margin-left: -400px;
        left: 48%;
        top: 50%;
    }
    .slider_section a.btn {
        padding: 15px 35px;
        font-size: 14px;
    }
    .slider-btn {
        margin-top: 1.5em;
    }
    .header-transparent .sticky-header {
        padding: 0;
    }
    .top-bar-head {
        margin-top: 0em;
        padding: 0;
        padding-left: 15px;
    }
}

@media (min-width: 992px){
    .responsive-header-box{
        display: none;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 992px){
    .slider_section .title {
        font-size: 30px;
        line-height: 30px;
    }
    .slider_section .title b {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .slider_content {
        top: 55%;
        width: 485px;
        left: 75%;
    }
    .logo {
        position: relative;
        /* left: 40px;*/
        top: 0px !important;
        background: none !important;
        padding: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sf-arrows .sf-with-ul:after{
        right: 30px !important;
    }

    .slider_content {
        width: 260px;
        margin-left: -400px;
        left: 55%;
        top: 70%;
    }
    .ht-site-title, .site-title {
        font-size: 23px;
    }
    .header-share {
        top: 45px;
        right: 70px;
    }
    .team-area img {
        height: 360px;
    }
    #innerpage-box .single-team-img img {
        height: 360px;
    }

    .hamburger-menus {
           top: -25px;
        right: 80px;
        margin: 0 !important;
    }
    .top-bar-head .head-menu {
        padding-right: 0;
    }
    .blog-area .blog-thumbnail img {
        height: 240px;
    }
    main#innerpage-box .ht-blog-thumbnail img {
        height: 313px;
    }
    .hd-li-clip, .hd-lii-clip, .hd-liii-clip, .hd-riii-clip, .hd-rii-clip, .hd-ri-clip, .nav-block {
        background: transparent !important;
    }
    .trainer-area .titlemidleborder:after {
        width: 370px;
    }
    .bodytransformus-post-boxes {
        margin: 0 3em;
    }
    .bodytransform-area-data h4.inner-area-title {
        font-size: 23px;
    }
    .bodytransform-area-data h6.inner-area-subtitle {
        font-size: 14px;
    }
    .bodytransform-area-data p.inner-area-text {
        font-size: 12px;
        line-height: 16px;
    }
    .service-area .single-service-bx .single-service {
        margin-bottom: 1em;
    }
    .counter-area .cd-single:before {
        left: 16px;
    }
    .counter-area .cd-single:after {
        right: 16px;
    }
    .counter-area .highlight-count {
        display: none;
    }
    div#about .sectitlemidleborder:after {
        left: -130px;
    }
    .counter-area .cd-single {
        top: 6em;
    }
    div#about .aboutarea-img {
        margin-bottom: 1em;
    }
    .appont-rsingle {
        padding-top: 2em;
    }
    .team-area .tsarea-section, #innerpage-box .tsarea-section {
        display: none;
    }
    .ns-li-clip, .ns-lii-clip,
    .ns-ri-clip, .ns-rii-clip  {
        display: none;
    }
    .newslettersign-box {
        width: 100%;
    }
    .footer-block .footer_contact-small-box:nth-child(1) {
        padding-right: 3em;
        padding-left: 3em;
    }
    .footer-block .footer_contact-small-box{
        margin-bottom: 10px;
    }
   /* #innerpage-box .ts-area-single {
        border-left: 25px solid #516ced;
        border-right: 25px solid #516ced;
        border-radius: 45px;
    }*/
    .counter-area .single-top:nth-child(1) .cd-num:before,
    .counter-area .single-top:nth-child(2) .cd-num:before, 
    .counter-area .single-top:nth-child(3) .cd-num:before,
    .counter-area .single-top:nth-child(1) .cd-num:after,
    .counter-area .single-top:nth-child(2) .cd-num:after,
    .counter-area .single-top:nth-child(3) .cd-num:after,
    .counter-area .single-top:nth-child(4) .cd-num:before,
    .counter-area .single-top:nth-child(5) .cd-num:before, 
    .counter-area .single-top:nth-child(6) .cd-num:before,
    .counter-area .single-top:nth-child(4) .cd-num:after,
    .counter-area .single-top:nth-child(5) .cd-num:after,
    .counter-area .single-top:nth-child(6) .cd-num:after
    {
     display: none;
 }
div#ht-home-slider-section {
    position: relative;
    width: 100%;
}


}

@media screen and (max-width: 990px){
    div#postproducts .Postp_titlearea h3 {
        font-size: 35px;
        line-height: 45px;
    }
    div#postproducts .Postp_titlearea h3 b {
        font-size: 40px;
    }
    div#postproducts .Postp_titlearea p {
        font-size: 13px;
        line-height: 20px;
    }
    div#postproducts .ppost-area .postp_sarea .Postp_titlearea {
        padding: 1em 0;
    }
    div#postproducts .postp-area-btn a {
        font-size: 12px;
        padding: 8px 35px;
    }
    div#postproducts .postp-area-btn {
        margin-top: 1em;
    }
    .page-main-header {
        padding: 3em 0 !important;
    }

}
@media screen and (max-width: 990px){
    div#testimonials .ts-pd {
        padding-top: 0;
    }
}

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

   /* main#innerpage-box h6.faq-title{
        padding: 10px 75px 8px 17px !important;
    }*/
    .single-productpage .innerpage-whitebox,
    .single-productpage #sidebars {
        margin-top: 00px;
    }
    .ht-footer.ht-footer1,
    .ht-footer.ht-footer2,
    .ht-footer.ht-footer3,
    .ht-footer.ht-footer4 {
        width: 100% !important;
        /* margin-left: 3%;*/
    }
    .ht-slide-caps-title.animated.fadeInDown {
        font-size: 26px;
    }
    .ht-main-navigation li{
        padding-right: 00px;
    }
    img.ht-page-header-img{
        height: 275px;
    }
    .ht-site-title a, .site-title a{
        top: 0 !important;
    }
    .ht-slide-cap-title.animated.fadeInDown
    {
        font-size: 22px;
    }
    .ht-slide-cap-desc.animated.fadeInDown{
       font-size: 13px;
       line-height: 20px;
   }
   .newsletter-form-box input[type="submit"]{
    left: 0px;
}
#quote-carousel .carousel-control.right {
    right: 0;
    top: 140px;
}
#quote-carousel .carousel-control.left {
    left: -7px;
    top: 140px;
}
#quote-carousel .carousel-control {
    margin-top: -50px;
}
.ht-slide-cap-descmore {
    margin-top: 5px;
}
.section-title h2{font-size: 32px;}
.team-area .team-social-icon {
    padding: 7em 0 2.3em;
}
body.admin-bar .navigation {
    top: 45px;
}
.top-bar-head {
    padding:0.5em 1em 1em !important;
    width: 100%;
}
}
@media screen and (min-width: 810px) and (max-width: 825px){
    .hamburger-menus {
        right: -25px;
    }
    .top-bar-head {
        padding: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px){
    body {
        position: inherit; 
    }
}

@media screen and (max-width: 768px){
    .slider_section p{
        padding-left: 10px;
    }
    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
        margin-bottom: 10px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button{
        margin-bottom: 15px;
    }
    .ht-main-navigation a{
        padding: 8px 17px;
    }
    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }
    .ht-top-footer{
        margin-left: 0;
    }
    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }
    .ht-footer:last-child{
        margin-bottom: 0;
    }
    .ht-slide-cap-descmore a{
      font-size: 2vw;
  }
  .ht-slide-cap-title{
    font-size: 24px;
    font-size: 4vw;
    margin-bottom: 0px;
}

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

div#postproducts .ppost-area .postp_sarea {
    margin-bottom: 2em;
}
div#postproducts{
    padding: 2em 0 0 !important;
}
main#innerpage-box .Address_area h4, main#innerpage-box .social_area h4 {
    font-size: 30px;
}
#ht-contactus-wrap .contact_l_area span {
    font-size: 22px;
}
#ht-contactus-wrap .contact-info {
    margin-top: 18px;
    font-size: 14px;
}
.pd-r {
    padding: 2em 0;
    padding-right: 2em;
}
.pd-l {
    padding: 2em 0;
    padding-left: 2em;
}
.social_area i.fa {
    right: 49%;
}
div#offer {
    padding: 1em 0 !important;

}


}

@media screen and (min-width: 476px) and (max-width: 765px){
    .team-area .team-text {
        margin: 0px 95px 2em;
    }
}

@media screen and (max-width: 775px){
    .header-share {
        top: 5px;
        right: 35px;
    }

    .team-area .team-social-icon a i {
        margin: 0 0px;
        font-size: 14px;
        height: 25px;
        width: 25px;
        line-height: 20px;
    }
}

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

}

@media screen and (min-width: 669px){
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-up , 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-down {
        display: none;
    }
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-right, 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-left {
        display: block;
    }

}

@media screen and (max-width: 668px){
    div#postproducts .ppost-area .postp_sarea:nth-child(2n) .Postp_titlearea {
        float: none;
    }
    #ht-contactus-wrap .contact_area {
        padding: 0px 0em 0;
    }
    #ht-contactus-wrap .address-box {
        text-align: center;
    }
    .social_area {
        text-align: center;
    }
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-right, 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-left {
        display: none;
    }
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-up , 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-down {
        display: block;
    }
    #ht-contactus-wrap .contact_l_area span {
        font-size: 35px;
    }
    #ht-contactus-wrap .contact-info {
        font-size: 15px;
    }
    .social_area i.fa {
        right: 45%;
    }
    .mg-3 {
        margin: 1em 0 0;
    }
    .pd-r {
        padding: 0em 0;
    }
    .pd-l {
        padding: 0em 0;
    }
    main#innerpage-box .Address_area h4, main#innerpage-box .social_area h4, .page-template-contact-template main#innerpage-box .Address_area h4, .page-template-contact-template main#innerpage-box .social_area h4 {
        font-size: 28px !important;
    } 
    #ht-contactus-wrap .col-md-8.col-sm-8.col-xs-12 {
        padding: 0;
    }
    #ht-contactus-wrap .address-box {
        text-align: center;
    }
    #ht-contactus-wrap .contact-page-form {
        padding: 0 1em 1em;
    }
    #ht-contactus-wrap .contact-sm-links li a span {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
    }

}

@media screen and (max-width: 580px){
    .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 (min-width: 320px) and (max-width: 768px){
    .menu-wrapper {
        top: 10px;
    }
    .nav-block{
        width: 40%;
        top: 35px;
    }
    .logo {
        width: 50%;
    }
    .logobox img {
       padding-top: 0 !important;
   }
   .main-dispaly.padding0 {
    padding-left: 20px;
}
header.site-header button.header-btn{
    float: left;
}
.header.site-header ul.sub-menu li a:hover{
    padding-left: 15px;
    padding-right: 15px;
}
.navigation .mainmenu li ul li{
    top: auto;
}
.navigation .mainmenu li:hover > ul{
    position: relative;
    top: auto;
}
.navigation .mainmenu li:hover ul li:hover > ul{
    position: relative;
    left: 0;
}
.navigation .mainmenu li{
    bottom: auto;
}
.logo{
    top: 50%;
}
.navigation .mainmenu li ul li a{
    padding: 5px 0 5px 25px;
}
.navigation .mainmenu li a{
    text-align: left;
}
.navigation .mainmenu li:hover > ul{
    width: 100%;
}

}

@media screen and (min-width: 320px) and (max-width: 768px){
    header.site-header .main-dispaly.padding0 {
        padding-right: 20px;
    }
    .navigation .mainmenu {
        right: 0;
        padding-left: 0;
    }
    .ht-section-title:after {
        width: 65%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        padding-top: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        font-size: 18px;
    }

    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product, 
    .woocommerce-page .related ul.products li.product{
        margin-bottom: 30px !important;
    }

    .sf-arrows .sf-with-ul:after{
        right: 40px;
    }
    .navigation .mainmenu li a{
        box-shadow: none;
    }
    .ti-home:before{
        left: 15px;
        top: 12px;
    }
    .is-fixed .main-bar ul.sub-menu {
        margin-top: 0 ;
    }
    .navigation .mainmenu li a,
    header.site-header ul.sub-menu li a{
      padding: 5px 0 5px 10px;
  }
  .ht-menu.clearfix ul {
    margin-left: 0;
}

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

}

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

    .footer-area .bottom-area{padding: 30px 0 !important;}
    .single-footer-1{padding-left: 15px;}
    .single-footer-4{padding-right: 15px;}
    .footer-area .gallery-item{max-width: 50%;}
    .footer-bottom-area ul li { margin: 0 15px;}
    .footer-bottom-area.text-right {text-align: center;}
    .footer-text{ text-align: center; margin-bottom: 15px;}

    .pricing-area .layer-part-9{z-index: 1;}
    .pricing-area .layer-part-6{    bottom: 0.4%;}
    .pricing-area .layer-part-5{    bottom: 3%;}

    .slider_section .layer-2{top: 12.9%;}
    .slider_section .layer-8 {
        top: 11.5%;
    }

    .header-transparent .is-fixed .main-bar h1.ht-site-title {
        position: relative;
        top: 60px;
        text-align: center;
    }

    header.site-header span.text, .single-header-info span.theme-color {
        font-size: 14px;
    }
    .pricing-area .layer-part-4{left: 2%; z-index: 1;}
    .pricing-area::after{left: -2%; bottom: -7.8%;height: 110px;}

    .slider_section::after{ left: -4%; bottom: -20.8%; width: 104%; }

    .features-area .owl-carousel .owl-nav button.owl-next{ right: -25px; }
    .features-area .owl-carousel .owl-nav button.owl-prev{ left: -25px;  }

    .bx-controls-direction { display: none;  }
    .slider_section .layer-3{ top: 50.9%; }

    header.site-header .d-flex, div#navbarNavDropdown {margin: 0 0% !important; }
    div#navbarNavDropdown{  margin: 0%; }

    .slider_section .box{ right: 0; }
    .slider_section .box-hover, .box-hover-2, .slider_section .box{ width: 700px; }
    .ht-site-description{padding-top: 0; }

    .header-top-container{ padding:0px !important; }

    .header-transparent .is-fixed .main-bar{position: static !important;}
    .header-transparent .is-fixed .main-bar h1.ht-site-title,
    .header-transparent .is-fixed .main-bar p.ht-site-description { display: block;}
    .navigation .mainmenu li a:after{ content: none; }
    .navigation .mainmenu li ul li{ box-shadow: none; padding-left: 0; }
    .sf-arrows .sf-with-ul:before{ right: 40px !important; }

    .header-seo.header-transparent .is-fixed .main-bar {background-color: transparent !important;padding: 0;}
    .top-bar-head {padding: 0.5em 1em; width: 100%;}
    div#navbarNavDropdown li.current_page_item a:after, .current_page_item > a:after{width: 0;}
    .header-seo.header-transparent .is-fixed .main-bar img {
        position: relative;
        top: 80px;
    }
    .header-seo.header-transparent .is-fixed .main-bar .resp_header_logo{display: block;}
}

@media screen and (max-width: 747px){
    .slider_gradiant {
        right: 0%;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 617px !important;
    }
    .img-slide-responsive {
        position: absolute;
        right: 617px;
    }
    .slider_content {
        left: 56%;
        top: 70%;
    }

}

@media screen and (max-width: 640px){
    .slider_gradiant {
        right: 0%;
    }
    .slider_content {
        left: 73%;
    }
    div#trainer .section-title h2 {
        font-size: 30px;
    }
    div#trainer .section-title h2 span {
        font-size: 45px;
    }
    div#trainer .section-subtitle p {
        margin-right: 0;
    }
    .trainer-content {
        padding: 3.5em 2.5em 2em;
    }
    .trainer-area .titlemidleborder:after {
        width: 230px;
        bottom: -7px;
    }
    div#trainer .titlemidleborder .hi-icon {
        top: 38px;
        left: 46%;
    }
    .tf-area {
        margin: 0 4em 0 2em;
        padding: 8px 10px;
    }
    .tf-area:before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 26px solid #ffcc20;
    }
    .bodytransform-area .bt-area-thumbl {
        margin-bottom: 2em;
    }
    .tf-day-text {
        font-size: 16px;
    }
    .tf-loss-text {
        font-size: 14px;
    }
    div#about {
        padding: 5em 2em 0em 2em;
    }
    div#about .sectitlemidleborder:after {
        left: -76px;
    }
    .counter-area .counter-post-boxes {
        margin: 0 3em;
    }
    .team-area .tsarea-section {display: none;}
    .team-area .single-team-img, #innerpage-box .single-team-img  {
        left: 1em;
    }
    .team-area .single-team .team-box, #innerpage-box .single-team .team-box {
        padding: 4em 1em 1.5em 2em;
    }
    .team-area .single-team, #innerpage-box .single-team{
        margin-bottom: 3em;
    }
    .team-area .single-team:nth-child(2) .team-box, .team-area .single-team:nth-child(4) .team-box, .team-area .single-team:nth-child(6) .team-box, .team-area .single-team:nth-child(8) .team-box, .team-area .single-team:nth-child(10) .team-box, .team-area .single-team:nth-child(12) .team-box, .team-area .single-team:nth-child(14) .team-box, .team-area .single-team:nth-child(16) .team-box {
        padding: 4em 2em 1.5em 1em;
    }
    .team-area .single-team:nth-child(2) .single-team-img, .team-area .single-team:nth-child(4) .single-team-img, .team-area .single-team:nth-child(6) .single-team-img, .team-area .single-team:nth-child(8) .single-team-img, .team-area .single-team:nth-child(10) .single-team-img, .team-area .single-team:nth-child(12) .single-team-img, .team-area .single-team:nth-child(14) .single-team-img, .team-area .single-team:nth-child(16) .single-team-img {
        left: auto;
        right: 1em;
    }
    #innerpage-box .single-team:nth-child(even) .team-box{   
        padding: 4em 2em 1.5em 1em;
    }
    #innerpage-box .single-team:nth-child(even) .single-team-img{
      left: auto;
      right: 1em;
  }
  div#team .inner-area-title {
    font-size: 16px;
}
.team-area img ,#innerpage-box .single-team-img img {
 height: 285px;
}
.team-area p, #innerpage-box .team-text p{
    margin-bottom: 2em;
}
.team-area .teambtn a, main#innerpage-box .teambtn a{
    font-size: 11px;
    padding: 5px 6px;
}
.testimonials-area .ts-area-thumb:after, .testimonials-area .ts-area-thumb:before {
    display: none;
}
div#pricing .pr-m-box {
    margin: 0 1em;
}
.testimonials-area .testimonials-md {
    margin: 0 1em;
}
.testimonials-area .ts-leftarea .sectitlemidleborder:after ,
.testimonials-area .ts-rightarea .sectitlemidleborder:after{
    bottom: 0;
}
.testimonials-area .ts-leftarea .sectitlemidleborder .hi-icon,
.testimonials-area .ts-rightarea .sectitlemidleborder .hi-icon {
    top: -12px;
}
div#testimonials .ts-leftarea,
div#testimonials .ts-rightarea  {
    padding: 4em 2em 2em;
}
div#testimonials {
    padding: 0em 0 0em 0em !important;
}
.blog-area-wrap {
    margin: 0 2em;
}
.contact-area .contact-s {
    padding: 6em 2em 2.5em 2em;
}
.contact-area:hover .contact-s-h:after,
.contact-area .contact-s-h:after {
    left: 40%;
}
.hd-li-clip, .hd-lii-clip, .hd-liii-clip, .hd-riii-clip, .hd-rii-clip, .hd-ri-clip{
    display: none;
}
.ht-newsletter-member-wrap {
    margin: 0 0em;
}
/*#innerpage-box .ts-area-single {
    border-left: 12px solid #516ced;
    border-right: 12px solid #516ced;
    border-radius: 11px;
}*/
#innerpage-box .service-icon img {
    border-radius: 5px 5px 0 0px;
}

#innerpage-box .single-service-bx .service-icon:before,
main#innerpage-box .single-service-bx .service-info:before {
    display: none;
}
main#innerpage-box .single-service-bx .service-info {
    border-radius: 0 0 5px 5px;
}

}

@media screen and (min-width: 639px) and (max-width: 722px){

    .slider_content {
        width: 232px;
        margin-left: -375px;
        top: 66%;
        left: 55%;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 586px !important;
    }
    .img-slide-responsive {
        right: 586px;
    }

}


@media screen and (min-width: 627px) and (max-width: 685px){

    .slider_content {
        width: 232px;
        margin-left: -375px;
        top: 66%;
        left: 61%;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 490px !important;
    }
    .img-slide-responsive {
        right: 490px;
    }

}
@media screen and (min-width: 521px) and (max-width: 621px){

    .slider_content {
        width: 232px;
        margin-left: -375px;
        top: 66%;
        left: 63%;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 475px !important;
    }
    .img-slide-responsive {
        right: 475px;
    }

}
@media screen and (min-width: 521px) and (max-width: 594px){

    .slider_content {
     top: 66%;
     left: 73%;
 }
 .tp-loop-wrap.rs-wave {
    min-width: 380px !important;
}
.img-slide-responsive {
    right: 380px;
}

}



@media screen and (max-width: 520px){
    #featuredproduct .col-md-3 {
        width: 100%;
        padding: 15px;
    }
    #newarrival .col-md-3.na_area {
        width: 100%;
    }
    .slider_section .title {
        font-size: 25px;
        line-height: 25px;
    }
    .slider_section .title b {
        font-size: 25px;
        margin-bottom: 0px;
    }
    .slider_section .sub-title {
        font-size: 14px;
        line-height: 14px;
    }
    .slider_section a.btn {
        font-size: 11px;
        padding: 10px 20px;
    }

    .total-count .count {
        right: 15px;
        width: 15px;
        height: 15px;
        line-height: 7px;
    }
    .total-count img {
        width: 15px;
        height: 20px;
    }
    .total-count {
        padding: 18px 25px;
    }
    .slider_content {
       top: 68%;
       left: 85%;
       z-index: 999;
   }
   .tp-loop-wrap.rs-wave {
    min-width: 380px !important;
}
.img-slide-responsive {
    right: 380px;
}
.hamburger-menus {
    top: -20px;
    right: 0px;
}
.top-bar-head .head-menu {
    padding-right: 0em;
}
.share-btn ul li {
    top: -8px;
    position: relative;
}
.header-share {
    top: 33px;
    right: 15px;
}
#ht-contactus-wrap .Address_area {
    padding: 5em 3em;
}
.footer-area .overlay{
    padding: 0!important;
}
.single-footer-1 {
    padding: 2em 0 2em 1em;
    margin-bottom: 0em;
}
.s-footer {
    margin-bottom: 1em;
}
.single-footer-2 {
    border-left: none;
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}

}


@media screen and (min-width: 320px) and (max-width: 475px){
    .nav-block {
    width: 23%;
    top: 30px;
}
.logo {
    width: 75%;
}
    .ht-site-description{
        font-size: 12px;
    }
    .slider_content {
       top: 68%;
       left: 105%;
       z-index: 999;
   }
   .tp-loop-wrap.rs-wave {
    min-width: 300px !important;
}
.img-slide-responsive {
    right: 300px;
}
.share-btn ul li a.site-button {
    width: 30px;
    line-height: 30px;
    height: 30px;
}
.share-btn ul li {
    margin-left: -30px;
}
.share-btn {
    bottom: 13px;
}

main#innerpage-box #blog-box .socialMedia ul li a.site-button{
    width: 40px;
    line-height: 40px;
    height: 40px;
}
main#innerpage-box #blog-box .socialMedia ul li {
    margin-left: -40px;
}
.page_featured {
    margin: 0 2em;
    margin-bottom: 1em;
    padding: 3em 4em;
    /*  background-position: center!important; */
}
body.page-template-default main#innerpage-box h1, .ht-main-title, #ht-contactus-wrap h1 {
    font-size: 25px !important; 
}

}
@media screen and (min-width: 320px) and (max-width: 475px){
    .text-al-center{
        text-align: right !important;
        left: 0 !important; 
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3{
        font-size: 20px !important;
    }
    .single-productpage .innerpage-whitebox{
        padding: 0;
    }
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 30.75%;
        width: 100% !important;
    }
    #blog-box h2{
        font-size: 22px !important;
    }
    div#blog-box.innerpage-whitebox {
        padding: 0em 1em 2em 1em;
    }
    .slider_section .char{
        font-size: 12px;
        height: 20px;
    }
    .slider_section p{
        width: 90%;
        font-size: 12px;
        line-height: 20px !important;
        padding: 0;

    }
    .ht-slide-cap-desc{
     font-size: 28px;
     line-height: 35px;
     margin-bottom: 10px;
 }
 .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
 .woocommerce div.product .woocommerce-tabs ul.tabs li, 
 .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
 .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .footer-area .footerlayer-3{bottom: 10%;}
    .footer-area .footerlayer-2{bottom: 40%;}
    .footer-area .footerlayer-1{top: 2%;left: 35.3%;}
    .footer-bottom-area ul li { margin: 0 10px;}
    .footer-text, .footer-area li{font-size: 14px;}

    .newsletter-area div.wpcf7 input[type="file"]{left: 25%;}

    .features-area::before, .pricing-area::after {
        width: 0;
    }
    .slider_section i.fa{font-size: 10px;}
    .slider-social-icon > span{letter-spacing: 0;}
    .slider_section .layer-3 img {
        width: 30px;
    }
    .slider_section .layer-7{    right: 34.3%;bottom: 15%;}
    .slider_section .layer-7 img{width: 17px;}

    .slider_section .layer-1 img{width: 14px;}
    .slider_section .layer-1{top: 3.5%;}

    .header-transparent .is-fixed .main-bar h1.ht-site-title{top: 35px;}
    .resp_head_box{margin-bottom: 0;}
    .header-seo.header-transparent .is-fixed .main-bar img { top: 55px;}
    .header-seo.header-transparent .is-fixed .main-bar img { top: 50px;}
    div#sb-search {margin-left: 0;}
    header.site-header input[type="search"]{width: 100%;}
    header.site-header span.sb-icon-search,
    header.site-header input[type="submit"]{right: 0;}

    .pricing-area .layer-part-1{ top: 25%;}
    div#pricing{ padding: 5em 0 2em 0em !important;}

    .slider_section::after, .pricing-area::after{width: 0;}

    .slider_section div.slider-social-icon { left: 90px; top: 88%;    transform: rotate(0deg);}
    .social-icon-container a {font-size: 8px;padding: 0 2px; margin: 0 4px;}
    .slider_section .layer-5 img,.slider_section .layer-8 img{ width: 25px;}

    .slider_section .layer-6 img, .slider_section .layer-4 img{width: 15px; }
    .slider_section .layer-3 img{ width: 40px; }
    .slider_section .layer-8{top: 10.5%;}
    .slider_section .layer-6 { bottom: 10%;right: 62.4%;}
    .slider_section .layer-5 { bottom: 92px; }
    .slider_section .layer-4 { top: 73.5%; }
    .slider_section .box-hover, .box-hover-2, .slider_section .box { width: 380px;}
    .slider_section .btn:hover:before{top: 6px; }
    .slider_section .box-hover, .box-hover-2{height: 340px;}
    .slider_section .box-hover, .box-hover-2{ margin-top: 0; }

    .slider_section .btn{font-size: 14px; padding: 8px 32px 8px 32px;}
    .slider_section .box{ height: 325px; right: 0%;}

    .single-header-info { text-align: center; padding: 0;}

}


@media screen and (min-width: 320px) and (max-width: 375px){
    .slider_section .box-hover, .box-hover-2, .slider_section .box { width: 360px; }
    .slider_section .box-hover, .box-hover-2{height: 305px; }
    .slider_section .box{ height: 300px;}

    .slider_content {
        top: 73%;
        left: 110%;
        z-index: 999;
        width: 225px;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 250px !important;
    }
    .img-slide-responsive {
        right: 250px;
    }
    .slider_section .title {
        font-size: 20px;
        line-height: 20px;
    }
    .slider_section .title b {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .slider_section .sub-title {
        font-size: 13px;
        line-height: 13px;
    }
    .slider-btn {
        margin-top: 0.5em;
    }
    .ht-site-title, .site-title {
        font-size: 16px;
    }
    .ht-site-description {
        font-size: 10px;
    }
    .header-share {
        right: -18px;
    }
    .navicon {
        top: -60px !important;
    }
    .team-area .inner-area-title {
        font-size: 15px;
    }
    .team-text .team-designation {
        font-size: 11px;
        line-height: 12px;
    }
    .team-area .team-social-icon {
        padding: 7em 0 2.3em;
    }
    .share-btn {
        bottom: 2px;
    }
    .page_featured {
        margin-bottom: 1em;
        padding: 2em 4em;
    }
    .share-btn ul li {
        top: 12px;
        position: relative;
        top: -25px;
        position: relative;
        right: 35px;
    }
    #ht-contactus-wrap .Address_area {
        padding: 3em 3em;
    }
    .blog-area .blog-thumbnail img {
        height: 210px;
    }
    main#innerpage-box .ht-blog-thumbnail img {
        height: 247px;
    }
    .sectitlemidleborder:after {
        width: 150px;
        left: -45px;
    }
    .sectitlemidleborder .hi-icon {
        left: -118px;
    }
    .counter-area .counter-post-boxes {
        margin: 0 2em;
    }
    div#about .sectitlemidleborder:after {
        left: -52px;
    }
    .contact-area .contact-s {
        padding: 5em 1em 1.5em 1em;
    }
    .contact-area .contact-content {
        padding-left: 12px;
    }
    .contact-area .section-title h2 {
        font-size: 23px;
    }
    .trainer-area .titlemidleborder:after {
        width: 200px;
        bottom: -7px;
    }

}

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

    .slider_content {
        left: 118%;
    }
    .blog-area .blog-thumbnail img{
     height: 180px
 }
 main#innerpage-box .ht-blog-thumbnail img {
  height: 192px;
}
}

@media screen and (min-width: 320px) and (max-width: 320px){
    .hamburger-menus {
    top: -7px;
}
    .top-bar-head {
    padding: 10px 20px 50px 20px !important;
}
    .features-area h2, div#trainer .section-title h2, div#about .section-title h2, .pricing-area h2, .newsletter-area h2 {
        font-size: 30px;
    }
    .slider_section div.slider-social-icon{left: 45px;}
    .header-transparent .is-fixed .main-bar h1.ht-site-title {
        top: 45px;
    }

    .slider_section .box-hover, .box-hover-2, .slider_section .box {width: 300px;}
    .slider_section .box-hover, .box-hover-2 { height: 270px; }
    .slider_section .box {height: 275px;}

    .slider_section .title { font-size: 13px; }
    .slider_section .sub-title { font-size: 15px;}

    .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 15px;}

    .ht-slide-cap-desc { line-height: 15px;}
    .woocommerce div.product .woocommerce-product-rating {line-height: 5 !important;}
    .star-rating {padding-top: 9px;}

    .toggle-bar {right: 25px !important;}
    .slider_section .title {
      font-size: 15px;
      line-height: 15px;
      margin-bottom: 0;
  }
  .slider_section .title b{
      font-size: 15px;
  }
  .slider_section .sub-title {
    line-height: 15px;
    font-size: 11px;
}
.slider_content {
    left: 130%;
}
.total-count {
    padding: 18px 36px;
}
.total-count .count {
    right: 24px;
}
.logo-header{
    height: 27px !important;
}
.total-count .count {
    right: 10px;
}
.total-count {
    padding: 18px 20px;
}
.slider-btn {
    margin-top: 0.3em;
}
.slider_section a.btn {
    font-size: 10px;
    padding: 7px 12px;
}
.page_featured {
    margin-bottom: 0em;
}
div#about .titlemidleborder .hi-icon {
    top: 38px;
    left: 62%;
}
div#trainer .titlemidleborder .hi-icon {
    top: 38px;
    left: 62%;
}

.bodytransformus-post-boxes {
    margin: 0 2em;
}
.tf-area {
    margin: 0 3.5em 0 1.58em;
    padding: 8px 10px;
}
.tf-area:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 26px solid #ffcc20;
}
.bodytransform-area .bt-area-thumbl {
    margin-bottom: 2em;
}
.tf-day-text {
    font-size: 14px;
}
.tf-loss-text {
    font-size: 12px;
}
.about-content {
    padding: 6em 0em 3em 3em;
}
.counter-area .cd-single {
    margin: 0 1em 1em;
}
div#about .sectitlemidleborder:after {
    left: -49px;
}
}

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

    .team-area .team-social-icon {
        padding: 7em 5px 1.3em;
    }
    .team-text .team-designation {
        margin-bottom: 15px;
    }
    .team-area .team-social-icon a i {
        margin: 0 3px;
    }

}


main#innerpage-box .tagcloud a {
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    padding: 7px;
    display: inline-block;
}
div#secondary select option {
    background: transparent;
}

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

div#ht-home-slider-section .owl-dots {
    display: none;
}
.text-al-center{
    text-align: center;
    position: relative;left: 40px;
}
div#ht-home-slider-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    color: #ffffff;
    bottom: 40px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 25px;
}
div#ht-home-slider-section .owl-theme .owl-nav button.owl-prev,
div#ht-home-slider-section .owl-theme .owl-nav button.owl-next {
    background: #ffcc20;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 8px;
}
div#ht-home-slider-section .owl-theme .owl-nav .disabled{
    opacity: 1;
}
div#ht-home-slider-section .owl-theme .owl-nav button.owl-prev:hover, 
div#ht-home-slider-section .owl-theme .owl-nav button.owl-next:hover {
    opacity: 0.8;
}