/*
Theme Name: United Soccer Club Child
Theme URI:
Template: united-soccer-club
Author:
Author URI:
Description:
Tags:
Version: 0.2.1.1751888405
Updated:

*/

#facility .facility-area-data .inner-area-title, #facility .facility-area-data .inner-area-title small {
    color: #0F0F0F;
}
#facility .facility-area-data .inner-area-title {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
/*Theme Name: United-Soccer-Club-pro
Theme URI:
Author:
Author URI:
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: united-soccer-club
Tags:
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body.custom-background {
/*    background-color: #fff !important;*/
    background-repeat: no-repeat !important;
}
body {
    margin: 0;
    background: #fff;
    position: relative;


}
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: 0px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding:0px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
/*    color: #fff;*/
    font-size: 16px;
    line-height: 1.7;

/*    font-weight: 400;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
/*    line-height: 1;*/
    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;
}


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

#innerpage-box blockquote p{     
        margin: 0 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
#innerpage-box blockquote {
    background-image: url(images/block.png);
    background-size: cover;
    background-position: top;
    background-color: transparent;
    position: relative;
    clear: both;
    top: 24px;
    margin: 30px 0px;
    padding: 80px 23px !important;
    font-size: 16px;
    z-index: 1;
}
#innerpage-box blockquote:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    z-index: -1;
}
#innerpage-box blockquote:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-mask-image: url(images/blockquote.png);
    mask-image: url(images/blockquote.png);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.wp-block-quote cite{
    font-size: 17px !important;
    font-weight: 700 !important;
    background: #FAB816;
    float: right;
    border-radius: 7px;
    font-style: normal;
}
q:before,
q:after {
    content: "";
}
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;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.clearfix{clear:both;}

/*padding*/

.pd-0{ padding: 0 !important;}
.pd-1{ padding: 5px;}
.pl-0{padding-left:0 ;}
.pr-0{padding-right:0 ;}
.pl-1{padding-left: 1em;}
.pd-4{padding: 0 2em;}

/*margin*/

.mr-0{margin-left: 0 !important;margin-right: 0 !important;}

.justify-content-center { -ms-flex-pack: center!important; -webkit-box-pack: center!important; text-align: center;justify-content: center!important;}
/*--------------------------------------------------------------
# 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,
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%;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: red;
    z-index: 1;
    position: relative;
}
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;
    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: none;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}

#commentsAdd input[type="text"],
#commentsAdd input[type="email"],
#commentsAdd input[type="url"],
#commentsAdd input[type="password"],
#commentsAdd input[type="search"],
#commentsAdd input[type="number"],
#commentsAdd input[type="tel"],
#commentsAdd input[type="range"],
#commentsAdd input[type="date"],
#commentsAdd input[type="month"],
#commentsAdd input[type="week"],
#commentsAdd input[type="time"],
#commentsAdd input[type="datetime"],
#commentsAdd input[type="datetime-local"],
#commentsAdd input[type="color"],
#commentsAdd textarea {border: 1px solid #000 !important;}
.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: 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: #660434;
    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;}
.widget select {   max-width: 100%;  width: 100%;}
.widget_search .search-submit { display: none;}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area ul{
    list-style: none;
    padding: 8px 3px 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{
    line-height: normal;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
}
.widget-area li.recentcomments {  padding: 4px 4px;}
.widget-area a{
    text-decoration: none;
    font-size: 20px;
    padding: 5px 0 5px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.recentcomments a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.widget-area .widget{ margin-bottom: 1.5em; position: relative;z-index: 1;}
#innerpage-box .widget-area .wp-block-latest-posts__list {padding: 0 2px;}

#sidebars .widget,
div#secondary.widget-area .widget {  
    margin: 0 0 56px;
    padding: 9px 10px 28px;
    box-shadow: 0px 0px 46px #1A1B2217;
    border-radius: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, 
main#innerpage-box .widget-area .tagcloud a, 
#secondary .widget_recent_comments a,
#secondary .widget_categories a,
#secondary .widget_archive a,
#secondary .widget_recent_entries a
#sidebars .widget_nav_menu a, 
#secondary .widget_nav_menu li, 
#sidebars .widget_nav_menu ul li {
    font-weight: 500;
}
#secondary .widget-area a,
#secondary .widget a{
    font-weight: 400;
}

div#secondary input[type="submit"]{
        margin-left: 32px;
}
/*--------------------------------------------------------------
## Bullet Point
--------------------------------------------------------------*/

#sidebars .widget_archive li:before,
#sidebars .widget_categories li:before,
#secondary .widget_nav_menu li:before,
#secondary .widget_recent_entries li:before{
    display: none;
}
#secondary .widget_recent_comments a{display: block !important;}


#sidebars .wp-block-archives a:before,
#sidebars .wp-block-categories a:before,
#secondary .widget_recent_comments a:before,
#secondary .wp-block-latest-comments .wp-block-latest-comments__comment:before,
#secondary .widget_product_categories a:before,
#secondary .widget_archive a:before,
#secondary .widget_categories a:before,
#secondary .widget_recent_entries li a:before,
#sidebars .widget_archive ul li a:before,
#sidebars .widget_recent_entries ul li a:before ,
#sidebars .product-categories li a:before{ 
    content: "\f1e3";
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    margin: 0 20px 0 0;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    top: -3px;
    font-size: 10px;
    position: relative;
}
#secondary ul li:before {
    content: '';
    font-family: 'FontAwesome';
    float: left;
    padding-right: 12px;
    color: #0074D9;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    font-size: 18px;
}
#secondary .widget-area .tagcloud,
#sidebars .widget-area .tagcloud{padding: 0 1em;}
#content-box ul li{margin: 15px 0; }
/*/*---------------------
sidebar menu 
------------------------*/
#secondary .widget_nav_menu li a,
#sidebars .widget_nav_menu ul li a{ 
    padding: 5px 34px 4px 27px;
    border-radius: 4px;
    background: #e8e8e9;
    margin: 0 0 20px 0;
}
#secondary .widget_nav_menu li a,
#sidebars .widget_nav_menu a,
#sidebars .widget_nav_menu ul li a{display:block;font-size: 14px;}

#sidebars .widget_recent_entries ul li:before,
#sidebars .widget_nav_menu ul li:before{display: none;}

#secondary .widget_nav_menu li a:before,
#sidebars .widget_nav_menu ul li a:before {
    content: '';
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    position: absolute;
    width: 6px;
    height: 22px;
    left: 7px;
    border-radius: 5px;
    margin: 0;
    background: transparent linear-gradient(180deg, #F9AE16 0%, #FCD515 100%);
    text-align: center;
}
#secondary .widget_nav_menu li a:after,
#sidebars .widget_nav_menu ul li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    position: absolute;
    font-size: 21px;
    right: 13px;
    border-radius: 5px;
    margin: 0;
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
.widget-area { position: relative;}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
}

#sidebars input[type="text"],
#sidebars input[type="email"],
#sidebars input[type="url"],
#sidebars input[type="password"],
#sidebars input[type="search"],
#sidebars input[type="number"],
#sidebars input[type="tel"],
#sidebars input[type="range"],
#sidebars input[type="date"], 
#sidebars input[type="month"], 
#sidebars input[type="week"], 
#sidebars input[type="time"], 
#sidebars input[type="datetime"], 
#sidebars input[type="datetime-local"], 
#sidebars input[type="color"], 
#sidebars input[type="file"],
#sidebars textarea, 
#sidebars select ,

#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: 5px 0px;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid;
    padding: 5px 20px 6px 10px;
    line-height: 20px;
    background-color: transparent;
    text-align: left;
}
#sidebars textarea, 
#secondary textarea {padding: 15px 3px 6px 20px; height: 90px;border-radius: 0;}
#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;
}

#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;
}
#content .tags a {
    margin-left: 10px;
    border: 1px solid #000;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    line-height: 35px;
    word-break: break-word;
}

#comments .comment-author img{border-radius: 50%;}
#comments span.fn {
    position: absolute;
    top: 17px;
}
.comment-form-url,
.comment-form-author,
.comment-form-email{
    float: left;
    margin-left: 1%;
    width: 49%;
}

.comment-respond p label{margin-bottom: 5px;}

.inner_contentbox .socialMedia ul{margin-left: 0;}
.inner_contentbox .socialMedia ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
}
.inner_contentbox .socialMedia ul li a{background: none !important;}
.inner_contentbox .socialMedia ul li:before{display: none !important;}
.inner_contentbox .socialMedia{float: right;}
.inner_contentbox .socialMedia ul li a i {
    background: none !important;
    border: 2px solid #d33;
    color: #000;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 16px;
    margin: 2px 0;
    clear: both;
}
.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{
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}
.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}
/*================== New ==========================*/
div#commentsAdd {
    margin-top: 1em;
    border-top: 3px solid #000;
    padding: 2em 1em 2em 2em;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
div#commentsAdd h1 span {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.commentmetadata span.reply {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    background: #ccc;
    padding: 7.5px 32px;
    text-align: center;
    border-radius: 25px;
    /*text-transform: uppercase;*/
    z-index: 1;
}

.comment-author.vcard {
    width: 15%;
    position: relative;
    float: left;
}
.commentmetadata {
    width: 85%;
    float: left;
    margin-top: 1.5em;
}
.comment-metadata a{font-weight: 600; font-size: 16px;}
.comment-metadata {
    position: absolute;
    /* float: right; */
    top: 0;
    margin-left: 100%;
}
#comments .commentmetadata p{margin: 1em 0;}

#respond #respond h3#reply-title{display: none;}
#comments ol li.comment:before{display: none;}
#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments li.comment{
    margin: 2em 0 5em;
    padding: 0;
}
#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}
#content .blog-innimg img{
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #bbb;
    padding: 5px;
}
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;
    display: block;
}
.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #000 !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 3em 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: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
#header .tph-inn {
    background: #660434;
}

#sample-heading-here:after {display: none !important;}
.section-title{ 
    margin-bottom: 3.3em;
    margin-top: 2px;
    position: relative;
}
.section-title h2 {
    position: relative;
    word-break: break-word;
    font-weight: 400;
    font-size: 33px;
    margin: 0px;
    z-index: 4;
}

.honeydew {
    color: honeydew !important;

}

.blue {
    color: #87b7e8 !important;
}
.inner-area-title {    
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
}
.section-area-text {    
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    word-break: break-word;
}
.textcenter{text-align: center;}

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

section .darkbox{  padding:3em 0;  background: rgba(0,0,0,0.6)}
.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;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
/*.ht-main-title{
    position: relative;
    margin: 1em 0px 20px;
    z-index: 1;
}
.category .ht-main-title {  margin: 0 0 1.5em;}*/
.ht-site-title, .site-title{
    font-weight: 700;
    font-size: 30px;
/*    line-height: 1;*/
    padding: 12px 0 0 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: 1px 0 4px 8px;
    text-align: center;
}
.ht-site-description a{color:#000;}
#total-breadcrumbs{
     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;}

.woocommerce .comment-form-comment{
    box-shadow: 1px 1px 2px 2px #b4acac59;
    padding: 10px;
}
/*======= side bar ===========*/
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center !important;
    padding: 0 2px !important;
    
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.page-main-header { overflow: hidden; position: relative;}
.page-main-header .innerheader-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent radial-gradient(closest-side at 44% -3%, #333744 0%, #1B1D26 100%);
    opacity: 0.8;
}
#inner-pages-header .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #260817f7;
    left: 0;
    background-size: cover;
    top: 0;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Aston_Villa_team_vs_FH_August_2008.jpg/960px-Aston_Villa_team_vs_FH_August_2008.jpg);
    background-blend-mode: overlay;
}
.header-content p{
    color: #fff;
}
iframe{
    width: 600px !important;
    height: 300px !important;
    margin: 0 auto;
    display: block;
}
.page-main-header .innerheader-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #FCD515 0%, #F9AE16 100%);
    -webkit-mask-image: url(images/innheader-mask.png);
    mask-image: url(images/innheader-mask.png);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.primary-menu a {
    color: #fff;
    display: block;
    line-height: 1.2;
    font-size: 18px;
    text-decoration: none !important;
    word-break: normal;
    word-wrap: normal;
    font-weight: 400;
    padding-top: 14px;
}

.page-main-header .ht-main-title{
    position: relative;
    font-size: 49px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
}
.breadcrumbbox { position: relative; padding: 0em 0em; z-index: 1;text-align: left;}
.breadcrumbbox span{ 
    color:#000; 
    margin:0 2px;
    font-weight: 600;
    position: relative;
}
.breadcrumbbox i {
    font-size: 20px;
    font-weight: 100;
    top: 0px;
    position: relative;
}
header .woocommerce-breadcrumb,
.breadcrumbbox .button {
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    margin-bottom: 9px;
    z-index: 1;
}

/*===========================================
## 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;}
/*----------------------------------------*/
/*  Inner Page Header Area
/*----------------------------------------*/

/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/
header .nav-menus{display: none;}
.resp_header_logo {  display: none;}
.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;}
.header-right .single-header-info {  text-align: right;}

header.site-header li {display: inline-block; list-style-type: none;}

/* ====== header-top ======== */
header .tp-head { position: relative; margin: 0.6em 0 0em 0;}
.logo { position: relative;}
header .hbx2{
    /*background: #D82828;
    border-radius:  0;*/
    position: relative;
    padding: 2px 6em 2px 10px;
}
header.site-header .main-dispaly.padding0 {  padding-right: 0;}
header .header-btn{text-align: right;    margin-top: 2em;}
header .header-btn a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    padding: 5px 44px;
    z-index: 1;
}
header .header-btn a:before, header .header-btn a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
header .header-btn a:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .header-btn a:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
header .header-btn a:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
header .header-btn a:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes criss-cross-left {
  0% {
    left: -10px;
  }
  50% {
    left: 35%;
    width: 50px;
    height: 50px;
  }
  70%{
        left: 20%;
  }100% {
    left: 110%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  30% {
    right: 30%;
    width: 20px;
    height: 20px;
  }
  40%{
     right: 20%;
  }
  100% {
    right: 80%;
    width: 125px;
    height: 125px;
  }
}

header .h-img{position: relative;}
header .h-img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2B2F3A;
    opacity: 0.53;
}

/* top-header
-------------------------------------------------------------- */

/* = 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 .header-menu{align-self: center;}
header nav.navigation {text-align: right;}
.navigation .mainmenu{ 
    position:relative; 
    z-index:9999; 
    vertical-align:middle; 
    float: none;
}
.navigation .mainmenu li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal; 
    margin: 0px 15px 0;
    transition: all 0.5s;
}
.navigation .mainmenu li a{ 
    display:block; 
    text-align:center; 
    /*color:#ffffff; */
    position:relative; 
    transition: all 0.5s;
}

/* = Navigation 2nd level css
-------------------------------------------------------------- */
/*---start---*/

.navigation .mainmenu ul.sub-menu{
  /*-webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(45deg);*/
}
.navigation .mainmenu li:hover ul.sub-menu{
    top: 120%;
    transition: all 0.3s;
}
/*---end---*/

ul.sub-menu{
   /* display:none;*/
    z-index:9999;
    position:absolute;
    left:-9999px;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    left: 0;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 0px;
    margin-top: 0px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.13);
    transition: all 0.5s;
}
.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); 
    transition: all 0.5s;
    /*box-shadow: 0 0 6px rgba(0,0,0,0.15);*/
}
/*.navigation .mainmenu ul.sub-menu li a:hover {
    border-radius: 10px !important;
}*/
.navigation .mainmenu ul.sub-menu .sub-menu{border: 0;}
.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: all 0.5s;
}
.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 {
    z-index: 200;
}*/
.navigation .mainmenu ul.sub-menu li a {
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 8px 10px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.ht-sticky-header .header-transparent {
    position: fixed;
    left: 0;
    right: 0;
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */
/*.page-template-default .navigation .mainmenu li a{color:#fff;}*/
/*.navigation .mainmenu li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:205px; 
    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;
}*/
.navigation .mainmenu li:hover ul li:hover > ul{top: 0;}
.header.site-header ul.sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.header.site-header ul.sub-menu li a{   
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.mainmenu .sub-menu{border-radius: 0px;}
.sub-menu{border-radius: 0;}
ul.sub-menu, 
header.site-header ul.sub-menu {   background: none;}
.navigation .mainmenu ul.sub-menu li.current_page_item a, 
.navigation .mainmenu ul.sub-menu li:hover a{
/*    background-color: #f2f2f2;*/
    transition: all 0.3s;
}
.navigation .mainmenu ul.sub-menu li:hover a{padding: 8px 8px 8px 30px;transition: all 0.2s;}
.header.site-header ul.sub-menu li:hover a:before{
    opacity: 1;
    transition: transform 0.5s ease-in-out;
     margin-left: -18px;
}
.navigation .mainmenu ul.sub-menu li.current_page_item a {
    padding: 12px 8px 12px 31px;
}
.navigation .mainmenu ul.sub-menu li li{border: none;}
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;}
.site-header{
    z-index: 2;
    position: absolute;
    overflow-x: clip;
    width: 100%;    
}

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

h1.site-title, p.site-title {
    margin: 7px;
    padding-top: 18px;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0;
    /* line-height: 1.2; */
    text-transform: capitalize;
}

#header .headerbtn a {
    background: #fecb00;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    padding: 7px 45px;
    z-index: 1;
}

/* map page header*/

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.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;
}
.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
-------------------------------------------------------------- */
/*.mobi1{display: none;}*/
.header .head-menu{padding: 0;}
.site-navigation {
/*    margin-top: 0px;*/
/*    background: #fff;*/
    display: inline-block;
    padding: 2px 0em;
/*    float: right;*/
}
.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;}


/*----------------------------------------*/
/*  02.Slider Area
/*----------------------------------------*/

.slider_section{  
    position: relative;
    overflow: hidden;
    background: #DFDABA;
    z-index: 1;
}
.slider_section .slider-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #F9AE16 0%, #FCD515 100%);
    -webkit-mask-image: url(images/mask.png);
    mask-image: url(images/mask.png);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.slider_section .imbx{
    position: relative;
    overflow: hidden;
    margin-top: 103px;
}
.slider_section .owl-dots {
    display: none;
}
.ht-slide{
    position: relative;
}
.slider_section .swiper-wrapper img{
    position: relative;
    display: block;
    float: right;
}
.slider_section  .sldier-imgbox{
    position: relative;
}
.slider_content {
    position: relative;
    margin-top: 12%;
    left: 0;
    width: 604px;
    z-index: 99;
    text-align: center;
}
.slider_section .title {
    font-size: 111px;
    font-weight: 500;
    word-break: break-word;
    line-height: 164px;
    text-transform: uppercase;
}
.slider_section .sub-title h4{
    font-size: 35px;
    font-weight: 600;
    word-break: break-word;
    margin: 10px 0 7px;
    letter-spacing: 7.35px;
    text-transform: uppercase;
    text-align: center;
}
.slider_section .text p{
    font-size: 14px;
    line-height: 26px;
    margin: 0 15px 22px;
}
.slider_section .btn5 {
    margin-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_section .btn5 a i{position: relative;top:2px; font-weight: 900;}
.slider_section .btn5 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    padding: 8px 23px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    word-break: break-all;
    background-color: #000;
    border: none;
    margin: 0 10px;
    text-transform: capitalize;
}
.slider_section .btn5 a svg{margin-left: 17px;}
.slider_section .btn5 a:before, .slider_section .btn5 a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
.slider_section .btn5 a:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider_section .btn5 a:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.slider_section .btn5 a:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.slider_section .btn5 a:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.slider_section .play-btn {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    font-size: 17px;
    color: #fff !important;
    letter-spacing: 1.87px;
    text-transform: capitalize;
}
.slider_section .play-btn svg{margin-right: 11px;}
.slider_section .swiper-button-next, 
.slider_section .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    background: #000;
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 1;
}
.slider_section .swiper-button-prev{left: 1.5em;}
.slider_section .swiper-button-next{right: 1.5em;}
.slider_section:hover .swiper-button-next, 
.slider_section:hover .swiper-button-prev{opacity: 1;}
.slider_section:hover .swiper-button-next{right: 0.5em;}
.slider_section:hover .swiper-button-prev{left: 0.5em;}
.slider_section .play-btn {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 60px;
}
.slider_section .popup {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.slider_section .popup-content {
    position: relative;
    margin: 15% auto;
    width: 90%;
    max-width: 1000px;
    text-align: center;
}
.slider_section .close-btn {
    position: absolute;
    top: 0;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

/*----------------------------------------*/
/*  Single project Area
/*----------------------------------------*/

.singleinner-project {
    border-radius: 4px;
    border: 3px solid #FDAF1B;
    position: relative;
    margin-bottom: 26px;
}
.singleinner-project .project_inimg img {
    width: 100%;
/*    height: auto;*/
}
.singleinner-project .projectbx {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 88%;
    display: block;
    padding: 9px 12px 9px;
    transition: all .3s;
    text-align: center;
    border-radius: 8px;
    /* position: relative; */
    margin: 0 18px 8px;
    border: 1px solid #FDAF1B;
    border-radius: 22px;
    opacity: 0.83;
}
.singleinner-project .projectbx a h4{
    margin: 0 !important;
}


/*
.singleinner-project-back:before {
    content: '';
    background: #FDAF1B;
    height: 0px;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .4s linear;
}
.singleinner-project-back:hover:before {
    top: 0;
    transition: all .4s linear;
    height: 100%;
    opacity: 0.1;
}*/
.singleinner-project .project_inbox {
    opacity: 1;
        transition: all .4s linear;
}
.singleinner-project:hover .project_inbox {
    z-index: 0;
    opacity: 0;
        transition: all .4s linear;
}

/*----------------------------------------*/
/*   Counter Area
/*----------------------------------------*/
.counter-area {position: relative;overflow: hidden;}
.counter-area .counter-leftbox{
    position: relative;
    padding: 5.5em 2em 5em;
    background-color: #1D1D1D;
}
.counter-area .section-title{margin: 1.1em 0 0;}
.counter-area .section-title h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.counter-area .section-title p{
    font-size: 16px;
    font-weight: 400;
}
.counter-area .counter-post-boxes {padding: 0 30px;}
.counter-area .counter-single-area{text-align: center;}
.counter-area .cd-single {
    position: relative;
    overflow: hidden;
    margin: 0 11px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.counter-area .count-box{
    position: relative;
    overflow: hidden;
    background: #D33;
    padding: 6px 25px;
    z-index: 1;
}
.counter-area .count-box:before{
    content: "";
    background: #E40000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 150%;
    transition: all 0.6s ease;
    z-index: -1;
}
.counter-area .count-box:hover:before{ 
     opacity: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0deg); 
}

.counter-area .cd-num {
    font-size: 37px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
    transition: all 0.4s ease 0s;
}
.counter-area .cd-title {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.counter-area .counter-rightbox{position: relative;}
.counter-area .counter-video{position: relative;}
.counter-area .counter_videotitle h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
    margin: 5px 0 10px;
}
.counter-area .counter_videotitle h5{
    font-size: 13px;
    font-weight: 600;
}
.counter-area .counter-videoarea {
    position: relative;
    margin: 2.55em 0 2em;
}
.counter-area .counter-videotitle{align-self: center;}
.counter-area .video-icon {
    position: absolute;
    top: 35%;
    left: 38%;
}
.counter-area .video-ovly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1E2029;
    opacity: 0.5;
}
.counter-area .leftbox-img {
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 205px;
}
.counter-area .leftbox-img img{width: 100%;}
.counter-area .video-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.counter-area .video-overlay:target {visibility: visible;opacity: 1;}
.counter-area .popup {
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    top: 20%;
    position: relative;
    transition: all 5s ease-in-out;
}
.counter-area .popup h2 { margin-top: 0;color: #000;font-weight: 900;}
.counter-area .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.counter-area .popup .close:hover {color: #000;}
.counter-area .popup .content {max-height: 30%;overflow: auto;}
@media screen and (max-width: 700px){
  .counter-area .box{
    width: 70%;
  }
  .counter-area .popup{
    width: 70%;
  }
}

/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about { 
    position: relative; 
    overflow: hidden;
/*    background: transparent radial-gradient(closest-side at 22% 58%, #333744 0%, #1B1D26 100%);*/
}
#about .about-ovly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #33374400 0%, #2A2D38 0%, #1B1D26 100%);
    z-index: -1;
}
#about .imgbx{position: relative;}
.aboutarea-img { position: relative;}
#about .aboutarea-img img{ 
    position: relative;
    width:100%;
    height: 666px;
}
#about .about-lefttxt {
    position: absolute;
    font-size: 14px;
    letter-spacing: 26.46px;
    color: #F5F5F5;
    text-transform: uppercase;
    transform: rotate(-90deg);
    left: -12.5em;
    top: 15.2em;
}
#about .imgbx {
    position: relative;
    align-self: end;
}
#about .about-experience{
    text-align: right;
    padding: 2em 4em 12.5em;
}
#about .about-experience h3 span {
    position: relative;
    font-size: 80px;
    font-weight: 500;
    color: #F5F5F5;
    z-index: 1;
    top: -7px;
    margin: 0 5px;
}
#about .about-experience h3 span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    height: 19px;
    border-radius: 10px 0px;
    background: #E6B318;
    z-index: -1;
}
#about .about-experience h3 {
    font-size: 60px;
    font-weight: 600;
    color: #F2F2F3;
    margin: 0 0 2px;
}
#about .about-experience h5 {
    font-size: 30px;
    position: relative;
    color: #F5F5F5;
    font-weight: 500;
    letter-spacing: 9px;
    text-transform: uppercase;
    z-index: 1;
}
#about .about-experience h5 .about-exbg {
    position: absolute;
    top: -12px;
    right: -7px;
    bottom: -12px;
    width: 143px;
    background: transparent linear-gradient(270deg, #F9AE16 0%, #FCD515 100%);
    -webkit-mask-image: url(images/about-mask.png);
    mask-image: url(images/about-mask.png);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
}
#about .aboutarea .loading-bars {
    display: flex;
    gap: 7px;
    position: absolute;
    left: 0;
    bottom: 2em;
}
#about .aboutarea .bar {
    width: 6px;
    height: 14px;
    background-color: #87b7e8;
    transform: rotate(10deg);
}
#about .abt-rbx{position: relative;padding: 40px 0 55px;}
#about .abtsection-content {position: relative;}
#about .abtsection-title p{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 1px 0;
    letter-spacing: 1.87px;
    
}
#about .abtsection-title h2{
    font-size: 51px;
    font-weight: 500;
    line-height: 76px;
    margin-bottom: 16px;
    color: honeydew;
}
#about .about-icon i{
    font-size: 75px;
}
#about .aboutus-post-wrap {padding: 3px 0 17px;}
#about .section-subtext p{     
    font-size: 16px;
    font-weight: 500;
    margin: 0em 0 2em 0;
    line-height: 26px;
    color: honeydew;
}
#about .about-area-data h4{
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 4px;
}
#about .about-area-data p{font-size: 16px;}
#about .about-txtbox{
    font-size: 18px;
    margin-bottom: 40px;
}
#about .about-txtbox li{
    position: relative;
    list-style: none;
    padding: 0 0 10px 34px;
    margin-bottom: 9px;
}
#about .about-txtbox li:before {
    content: "\f069";
    position: absolute;
    font-family: 'Fontawesome';
    color: #fff;
    left: 0;
    top: 0px;
    font-size: 19px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
}
#about .abt-btn { position: relative; margin-top:1.2em;}
#about .abt-btn a i { position: relative;top:2px; font-weight: 900;}
#about .abt-btn a h5 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 15px 54px 14px;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    word-break: break-all;
    letter-spacing: 1px;
    background-color: #000;
    border: none;
}
#about .abt-btn a h5:before, #about .abt-btn a h5:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
#about .abt-btn a h5:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#about .abt-btn a h5:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#about .abt-btn a h5:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#about .abt-btn a h5:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.about-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.about-img img {
	width: 100%;
	height: auto;
	display: block;
}

.about-lefttxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}



/*----------------------------------------*/
/*   facility Area
/*----------------------------------------*/

#facility {
    position: relative; 
    overflow: hidden;
    z-index: 0;
}
#facility .section-title{    margin-bottom: 4.3em;}
#facility .section-title h2{
    font-size: 47px;
    font-weight: 600;
    line-height: 62px;
    text-transform: uppercase;
    margin-right: 2em;
    margin-top: 28px;
}
#facility .section-title p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 2.72px;
    margin-bottom: 18px;
}
#facility .facility-rghtbx{margin-top: 28px;}
#facility .facility-rghtbx p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
}
#facility .main-box{position: relative;}
#facility .facilityus-post-boxes{ position: relative; overflow: hidden;}
#facility .facilityus-single { 
    position: relative;
    margin-bottom: 2.5em;
    margin-top: 2px;
    transition: all 0.3s ease 0s;
}
#facility .facility-area-data{
    position: relative; 
    z-index: 1;
}
#facility .facility-box{
    position: relative;
    display: flex;
    column-gap: 44px;
}
#facility .hi-icon{
    position: relative;
    transition: all 1s ease 0s;
    z-index: 1;
}
#facility .icn-bx { 
    position: relative;
    color: #fecb00;
    margin: 0 auto;
    transition: all 0.5s ease;
    z-index: 1;
}
#facility .hi-icon span {
    font-size: 45px;
    z-index: 1;
    position: relative;
    transition: all 1s ease 0s;
}
#facility .facility-box:hover .hi-icon span{
    -ms-animation: wobble .3s ease-in-out; 
    -webkit-animation: wobble .3s ease-in-out; 
    animation:wobble .3s ease-in-out; 
}
#facility .facility-area-data h4{     
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#facility .facility-area-data p{
    font-size: 14px;
    line-height: 26px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 7px;
    z-index: 1;
}
#facility .fac-btn a{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 1s ease 0s;
}
#facility .fac-btn a i{font-size: 15px;}
#facility .fac-btn a:hover {transform: scale(1.4);}


/*----------------------------------------*/
/*   New Arrival Section
/*----------------------------------------*/
#newarrival {position: relative; overflow: hidden;}
#newarrival .section-title{text-align: center;margin-bottom: 2.6em;}
#newarrival .section-title h2{ 
    margin-bottom: 11px;
    font-size: 60px;
    font-weight: 500;
}
#newarrival .section-title p{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.46px;
        margin-bottom: 23px;
}
#newarrival .newarrivalbx {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
#newarrival .newarrival-layout{position: relative;}
#newarrival .newarrivalus-post-boxes {
    position: relative;
    z-index: 0;
}
#newarrival .newarrivalus-post-boxes .owl-carousel{z-index: 0;}
#newarrival .newarrivalus-post-wrap{
    position: relative;
    padding: 0 15px 0 0;
}
#newarrival .newarrivalus-single { 
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 8px;
    transition: all .1s linear;
}
#newarrival .hi-icon { 
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 1s ease 0s;
}
#newarrival .hi-icon img{
    display: block;
    width: auto;
    height: 297px;
    margin: 0 auto;
    transition: 1s ease-in-out;
}
#newarrival .newarrivalbx:hover .hi-icon img{
    transform: scale(1.1);
}
#newarrival .newarrival-area-data { 
    position: relative;
    padding: 5px 5px 10px;
    text-align: center;
}
#newarrival .newarrival-area-data p{
    position: relative;
    font-size: 18px;
    margin: 2px 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
}
#newarrival .newarrival-area-data .price {    
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    letter-spacing: 1.87px;
}
#newarrival .newarrival-area-data .price del{display: none;}
#newarrival .newarrival-area-data .price ins{background: none;}
#newarrival  .woocommerce-product-rating {color: #f39c12; }
#newarrival .star-rating {
    position: relative;
}
#newarrival .star {
    font-size: 23px;
    line-height: 30px;
    margin: 0 3px;
    color: #B5B5B5;
    position: relative;
}
#newarrival .star.filled {
    color: #FBCA15; 
}
#newarrival .rating-amount {
    font-size: 0.9em;
    color: #777;
    margin-left: 5px;
}
#newarrival .owl-carousel .owl-nav{display: none;}
#newarrival .owl-carousel .owl-dots{
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
}
#newarrival .owl-carousel:hover .owl-dots{opacity: 1;}
#newarrival .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 20px;
    margin: 0 5px;
    padding: 0;
}

/*----------------------------------------*/
/*   Awards Section
/*----------------------------------------*/
.awards-area {
    position: relative;
    overflow: hidden;
    background: transparent radial-gradient(closest-side at 40% 23%, #333744 0%, #1B1D26 100%);
}
.awards-area .section-title{
    margin-bottom: 2.55em;
    width: 80%;
}
.awards-area p {
    color: #FF0000;
    font-size: 18px;
    letter-spacing: 2.52px;
    margin-bottom: 1px;
}
.awards-area .section-title h2{
    font-size: 47px;
    font-weight: 500;
    text-transform: uppercase;
}
.awards-area .no-js .owl-carousel, 
.awards-area .owl-carousel.owl-loaded {  display: block;}

.awards-area .awards-single-area{text-align: center;}
.awards-area .achive-single {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1em ;
    transition: all 0.5s ease 0s;
}

.awards-area .achive-box {
    position: relative;
    overflow: hidden;
    border: 3px solid #000;
    border-radius: 4px;
    padding: 3px 3px 3px 6px;
    transition: all 0.5s ease 0s;
}
.awards-area .achive-title {
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 3px;
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    padding: 0px 0;
    margin: 0;
    text-align: center;
    word-break: break-word;
    padding: 10px 6px 28px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.awards-area .achive-box:hover .achive-title{padding: 10px 6px 50px;}
.awards-area .achive-img{
    position: relative;
    overflow: hidden;
}
.awards-area .achive-title:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.79;
    background: transparent linear-gradient(180deg, #1B1D2600 0%, #1B1D26 100%);
    z-index: -1;
}
.awards-area .owl-carousel img{
    width: 100%;
    height: 358px;
}

.awards-area .achive-single figcaption {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 30;
    transition:all .1s ;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
/*sider arrow*/
.awards-area .no-js .owl-carousel,  
.awards-area .owl-carousel.owl-loaded { display: block;}

.awards-area .owl-carousel .owl-nav,
.awards-area .owl-carousel .owl-nav.disabled {
    position: absolute;
    display: block !important;
    top: -5.8em;
    right: 0;
}
.awards-area .owl-carousel .owl-nav button.owl-next, 
.awards-area .owl-carousel .owl-nav button.owl-prev{
    padding: 0px 0px !important;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    margin: 2px;
    letter-spacing: 1.68px;
    opacity: 1;
}
/*.awards-area .owl-carousel .owl-nav button.owl-next:before, 
.awards-area .owl-carousel .owl-nav button.owl-prev:before{
    border: 4px solid #0f1f52;
    padding: 0px 5px 3px 5px;
    margin: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
}
.awards-area .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
}
.awards-area .owl-carousel .owl-nav button.owl-prev:before{
     content: "\f177";
    font-family: FontAwesome;
    display: inline-block;
}*/

.awards-area .owl-carousel .owl-nav button.owl-prev span,
.awards-area .owl-carousel .owl-nav button.owl-next span { display: none !important;}
.awards-area .owl-theme .owl-nav .disabled {opacity:1;  cursor: default;}
.awards-area .owl-theme .owl-dots{ display: none;}


/*----------------------------------------*/
/*   Banner Section
/*----------------------------------------*/
#banner-section{position: relative;overflow: hidden;}
#banner-section .top-img {
    position: absolute;
    width: 100%;
    height: 3em;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: repeat-x;
    background-image: url(images/mask2.png);
}
#banner-section .bottom-img {
    position: absolute;
    width: 100%;
    height: 2.1em;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: repeat-x;
    background-image: url(images/mask1.png);
}
/*#banner-section .top-img img, #banner-section .bottom-img img{width: 100%;}*/
#banner-section .banner-inn {position: relative;}
#banner-section .mem-inn {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    transition: all 0.5s;
    z-index: 1;
}
#banner-section .sec-icn {
    position: relative;
    overflow: hidden;
    text-align: center;
}
#banner-section .offer-gradient{
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0;
    background: #242630;  
    opacity: 0.8;
}
#banner-section .banner-content p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2.52px;
    color: honeydew;

}
#banner-section .banner-content h3 {
        position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 51px;
    line-height: 75px;
    margin: 0 3.2em 0.73em;
}
#banner-section .mem-inn .titlebx{    
    position: relative;
    margin-left: 35px;
    padding: 10px 15px;
}
#banner-section .off-btn a h5{
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 23px;
    font-weight: 400;
    padding: 12px 39px;
    z-index: 1;
}
#banner-section .off-btn a h5:before, #banner-section .off-btn a h5:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
#banner-section .off-btn a h5:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#banner-section .off-btn a h5:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#banner-section .off-btn a h5:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#banner-section .off-btn a h5:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#banner-section {
    background-image: url(images/banner.png);
    background-position: top;
    background-size: cover;
}
#banner-section {
    padding-bottom: 6em;
}
#banner-section {
    padding-top: 8.6em;
}
/*----------------------------------------*/
/*   Service Area
/*----------------------------------------*/
#service .inn-single-service-bx { display: none;}
#service { position: relative;overflow: hidden;}
#service  .section-title.maintitle {margin-bottom: 3.2em;}
#service .section-title h2{font-size: 47px;font-weight: 600;}
#service .serbx { position: relative; overflow: hidden;}
#service .single-service-bx { 
    margin-bottom: 2em;
    position: relative;
    transition: all 0.5s;
    padding: 0 11px;
}
#service .single-service{
    position: relative;
    overflow: hidden;
    transition: all 0.1s;
    padding: 0px;
}
#service .service-icon { 
    position: relative;
    overflow: hidden;
}
#service .service-icon img {     
    width: 100%;
    height: 205px;
    filter: none;
    border-radius: 3px;
}
#service .single-service:hover .service-icon img{filter: grayscale();}
#service .single-service .service-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1B1D26;
    opacity: 0;
    z-index: 1;
    transform: scale(1.1);
    transition: all 0.5s;
}
#service .single-service:hover .service-overlay{
    transform: scale(1);
    opacity: 0.3;
}
#service .sertxbx{
    position: relative;
    padding: 8px 25px 8px 0;
    transition: all 0.5s;
}
#service h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 1;
    line-height: 32px;
    text-transform: uppercase;
}
#service p {
    line-height: 25px;
    font-size: 14px;
    margin: 1px 0 6px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
#service .serbtn{
    position: absolute;
    top: 13px;
    right: 0;
}
#service .serbtn a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s;
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}
#service .serbtn a:hover{
    transform: scale(1.2);
    right: 5px;
}

/*----------------------------------------*/
/*   team Area
/*----------------------------------------*/
#innerpage-box .our-team, 
#team .inner-team{display: none;}
#team { 
    position: relative;
    overflow: hidden;
/*    background: transparent radial-gradient(closest-side at 50% 50%, #333744 0%, #1B1D26 100%);*/
}
#team .section-titlebx {
    margin-top: 4.3em;
}
#team .section-title h2{
    font-weight: 600;
    font-size: 57px;
    line-height: 84px;
    margin-right: 2em;
}
#team .section-titlebx p{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 2.72px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
#team .section-title{    margin-bottom: 0;}
#team h2{margin-bottom: 0.5em;}
#team .section-txt p {font-size: 20px;line-height: 30px;margin: 0 2em 1.5em 0;}
#team .our-team{
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 10px;
    transition: all .4s linear;
}
#team .single-team-img { position: relative; overflow: hidden;}
#team .team-text h4 {    
    word-break: break-word;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #FE8A00;
    margin-bottom: 5px;
}
#team .team-text .team-designation{    
    word-break: break-word;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 27px;
    font-weight: 500;
    letter-spacing: 2.72px;
}
#team .team-text{
    padding: 60px 13px 17px;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s linear;
    z-index: 2;
}
#team .single-team:hover .team-text{
    top: 0;
    padding: 57px 38px 17px;
    transition: all .4s linear;
}
#team .team-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
   background: transparent linear-gradient(180deg, #00000000 0%, #1B1D26 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: -1;
}
#team .single-team:hover .team-text:before{
    background: #22252F;
    opacity: 0.55;
}
#team .single-team-img img{
    width: 100%;
    height: 501px;
    filter: none;
    transition: all .7s linear;
}
#team .single-team:hover .single-team-img img{filter: grayscale();}
#team .team-social-icon {    
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -4em;
    transition: all .4s linear;
    padding: 1em 0 1em;
}
#team .our-team:hover .team-social-icon{bottom: -0.5em;}
#team .team-rghtbx{align-self: center;padding: 0 4em 0 5em;}
#team .single-team{
    position: relative;
    transition: all .4s linear;
}
#team .team-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent radial-gradient(closest-side at 50% 50%, #2A2D39 0%, #000000 100%);
    opacity: 0.25;
    z-index: 1;
}
#team .team-content{position: relative;display: none;}
#team .single-team:hover .team-content{position: relative;display: block;}
#team .team-content li{    
    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 8px 0;
        margin-bottom: 6px;
}
#team .team-content li:nth-child(even){padding: 7px 8px;}
#team .team-content li:nth-child(odd):before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.21;
}
#team .team-content li .team-list{
    font-size: 13px;
}
#team .team-content li .team-details{
    font-size: 15px;
}
#team .owl-carousel{display: block;}
#team .owl-carousel .owl-nav,
#team .owl-carousel .owl-dots{display: none;}
#team .btns .customNextBtn,
#team .btns .customPreviousBtn{color: #fff;}
#team .btns .customNextBtn, #team .btns .customPreviousBtn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
}

/*----------------------------------------*/
/*  Testimonials Section 
/*----------------------------------------*/
#testimonials .item.innertest-item.col-md-6{width: 100% !important;}
#testimonials {position: relative; overflow: hidden;    z-index: 0;}
#testimonials .section-title{text-align: center;margin-bottom: 1em;}
#testimonials .section-title h2{    
    margin-bottom: 17px;
    font-size: 40px;
    font-weight: 500;
}
#testimonials .testi-wrap {
  position: relative;
  height: 520px;
}
#testimonials .client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#testimonials .client-info,
#testimonials .client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#testimonials .client-single.inactive .client-comment,
#testimonials .client-single.inactive .client-info {
  display: none;
}
#testimonials  .client-single.inactive .client-comment,
#testimonials  .client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
#testimonials .client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
#testimonials .client-single.position-2 {
    left: 0;
    top: -64px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.41) !important;
}
#testimonials .client-single.position-3 {
    right: 4.5%;
    top: -34px;
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.52) !important;
}
#testimonials .client-single.position-4 {
    left: 16%;
    top: 68px;
    -webkit-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
}
#testimonials .client-single.position-5 {
    top: 85px;
    right: 18%;
    -webkit-transform: scale(0.42) !important;
    transform: scale(0.42) !important;
}
#testimonials .client-single.position-6 {
    top: 218px;
    left: 40px;
    -webkit-transform: scale(0.35) !important;
    transform: scale(0.43) !important;
}
#testimonials .client-single.position-7 {
    top: 200px;
    right: 0;
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
}
#testimonials .client-single.active {
  top: 5.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
#testimonials .client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}
#testimonials .client-single.active .client-img {
  width: 149px;
  height: 149px;
  margin: 0 auto 5.5em;
  position: relative;
}
#testimonials .client-single.active .client-img:before {
    content: "";
    position: absolute;
    top: -23px;
    left: -23px;
    right: -23px;
    bottom: -23px;
    border-radius: 100%;
    border: 0.5px solid #707070;
    opacity: 0.2;
    z-index: -1;
}
#testimonials .client-single.active .client-img:after {
    content: "";
    position: absolute;
    top: -59px;
    left: -59px;
    right: -59px;
    bottom: -59px;
    border-radius: 100%;
    border:  0.4000000059604645px solid #707070;
    opacity: 0.1;
    z-index: -1;
}
#testimonials .client-single .client-img img {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  cursor: pointer;
}
#testimonials .client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}
#testimonials .client-comment {
  padding: 0 30px;
    width: 630px;
    margin: 0 auto;
}
#testimonials .client-comment p {
      font-size: 16px;
    line-height: 27px;
    color: #576B81;
    margin: 16px 0 6px;
}
#testimonials .client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}
#testimonials .client-info p {
    font-size: 20px;
    font-weight: 600;
    color: #0F2B4A;
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  Video-section*/
/*----------------------------------------*/
#ourvideo-section{position: relative;text-align:center; }
#ourvideo-section .video-content {position: relative;}
#ourvideo-section .v-oly{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}
#ourvideo-section .v-icn {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 16px;
}
#ourvideo-section .v-txt { 
    position: relative;
    font-size: 20px;
    margin: 17px 0;
}
#ourvideo-section .v-arrow {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 18px;
    text-align: center;
    height: 50%;
    width: 48.5%;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);

}
#ourvideo-section .video-icon i {
    color: #fff;
    position: relative;
    font-size: 87px;
    line-height: 130px;
}
#ourvideo-section .button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 12px;
}
#ourvideo-section .newvbox .play{
    font-size: 87px;
}
#ourvideo-section .popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.8);
    display: flex;
    align-items: center;
    z-index: 999;
}
#ourvideo-section .popup-content {
    margin: auto;
    width: auto;
}
#ourvideo-section .popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}
#ourvideo-section .popup-content a.close:hover{
  color:#333;
}
#ourvideo-section .popup-content span:hover,
#ourvideo-section .popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#ourvideo-section .popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#ourvideo-section  embed{  max-width: 100%; width: 100% !important; height: 100% !important;}
#ourvideo-section .ourvideo-subtext{ font-size: 16px; line-height: 25px;}
#ourvideo-section .ht-section-title-tagline{text-align: left; margin-bottom: 1em;}
#ourvideo-section .video-content-bg{
    width: 100%;
    position: relative;
/*    overflow: hidden;*/
}
#ourvideo-section .video-title h3{
    font-size: 59px;
    font-weight: 500;
    line-height: 87px;
    margin: 7px 0;
}
#ourvideo-section .video-btn{margin-top: 24px;}
#ourvideo-section .video-btn a h5 {
    font-size: 20px;
    font-weight: 400;
    padding: 14px 59px;
    letter-spacing: 1px;
    color: #fff;
    background: #E40000;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#ourvideo-section .video-btn a h5:before, #ourvideo-section .video-btn a h5:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
#ourvideo-section .video-btn a h5:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ourvideo-section .video-btn a h5:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#ourvideo-section .video-btn a h5:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#ourvideo-section .video-btn a h5:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#ourvideo-section .video-pop #video-pop {
   font-size: 59px;
    font-weight: 500;
    line-height: 87px;
    margin: 7px 0;
    background: none;
}
#ourvideo-section #closePopup{
    /* margin-bottom: 10px; */
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: -22px;
    width: 30px;
    font-size: 18px;
    background: #fff;
}
#ourvideo-section .popup {
    display: none; 
    position: fixed;
    top: 0;
    Left: -100%; 
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 2s ease;
    z-index: 999;
}

#ourvideo-section .popup-content {
    padding: 20px;
    border-radius: 5px;
    width: auto;
    height: auto;
    position: relative;
}
#ourvideo-section .popup.show {
    display: flex;
    left: 0;
}
#ourvideo-section span{pointer: cursor}

/*----------------------------------------*/
/* Gallery Section
/*----------------------------------------*/

#gallery .innergalry{display: none;}
#innerpage-box .homegalry{display: none;}

/*----------------------------------------*/
/*  03. clientlogo Area
/*----------------------------------------**/

#clientlogo {
    position: relative;
    overflow: hidden;
        z-index: 0;
}
#clientlogo .supp-inn {
    margin: 0 auto;
    text-align: center;
}
#clientlogo .hi-icon img{
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
    height: auto;
    transition: filter 0.4s ease-in-out;
    filter: none;
}
#clientlogo .clientlogo-area:hover .hi-icon img{filter: grayscale();}
#clientlogo .owl-nav, #clientlogo .owl-dots{display: none;}

/*----------------------------------------*/
/*   ourstory Area
/*----------------------------------------*/

#ourstory{ position: relative;overflow: hidden;}
#ourstory .section-title{    margin-bottom: 3.25em;}
#ourstory .section-title h2{
    font-size: 40px;
    /* line-height: 60px; */
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
#ourstory .section-title .t-brd {
    position: relative;
    width: 70px;
    height: 4px;
    background: #E40000;
    margin: 0 auto;
    clip-path: polygon(0 2%, 100% 0, 95% 100%, 5% 100%);
}
#ourstory .ourstory-bx{
    position: relative;
    margin-bottom: 0;
}
#ourstory .ourstory-post{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
#ourstory .details{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 15px 11px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000 100%, #000000 0);
}
#ourstory .ourstory-post{position: relative;overflow: hidden;}
#ourstory .ourstory-post img{
    overflow: hidden;
    position: relative;
    height: 236px;
    width: 100%;
    z-index: 0;
}
#ourstory .ourstory-ovly{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
}
#ourstory h3.title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;  
    margin: 0;
}
#ourstory .owl-carousel .owl-nav{display: block;}
#ourstory .owl-carousel button {
    width: 72px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
#ourstory .owl-carousel button.owl-prev {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
#ourstory .owl-carousel button.owl-next {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
/* Initially hide the left arrow */
#ourstory .owl-carousel  .owl-prev {
            display: none;
        }
#ourstory .owl-carousel div.owl-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}
#ourstory .popup-container {
    /*visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    z-index: 999;*/
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
#ourstory .popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    width: 25%;
    text-align: center;
    position: relative;
}
#ourstory .popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}
#ourstory .popup-content a.close:hover{
  color:#333;
}
#ourstory .popup-content span:hover,
#ourstory .popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#ourstory .popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
#ourstory .open-popup{position: relative;}
#ourstory a.close-popup {
    position: absolute;
    top: -29px;
    right: 0;
}


/*----------------------------------------*/
/*   WhyUs  Area
/*----------------------------------------*/

#whyus{ position: relative;overflow: hidden;}
#whyus .section-title{margin-bottom: 2.55em;}
#whyus .section-title p{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.72px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
#whyus .section-title h2{
    font-size: 47px;
    font-weight: 600;
    color: #000;
}
#whyus .whyus-post{position: relative;}
#whyus .whyus-bx{padding: 0 12px;}
#whyus .details{
    position: relative;
    padding: 24px 0 10px;
}
#whyus .whyus-icon{    
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
#service .single-service .service-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1B1D26;
    opacity: 0;
    z-index: 1;
    transform: scale(1.1);
    transition: all 0.5s;
}
#service .single-service:hover .service-overlay{
    transform: scale(1);
    opacity: 0.3;
}
#whyus .whyus-icon img{
    overflow: hidden;
    position: relative;
    height: 275px;
    width: 100%;
    filter: none;
    z-index: 0;
    transition: all 0.5s;
}
#whyus .whyus-post:hover .whyus-icon img{filter: grayscale();}
#whyus .whyus-ovly{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
    transition: all 0.5s;
}
#whyus .whyus-post:hover .whyus-ovly{
    opacity: 0.3;
}
#whyus h3.title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}
#whyus .sec-text p{
    font-size: 14px;
    line-height: 23px;
}

/*----------------------------------------*/
/*  Newsletter Area
/*=======================================*/

#newsletter { position: relative; overflow: hidden;z-index: 0;}
#newsletter .newsletter-img1, #newsletter .newsletter-img2{
    position: absolute;
    top: 0;
}
#newsletter .newsletter-img1{left: 0;}
#newsletter .newsletter-img2{right: 0;}
#newsletter .newslettersign-box h3{    
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 0.27em 3em 0.66em;
}
#newsletter .newsletterleft-img img{transform: rotateY(180deg);}
#newsletter .f-box{    
    position: relative;
    text-align: center;
}
#newsletter .f-box p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
#newsletter .box-form {     
    position: relative;
    width: 75%;
    margin: 0 auto;
}
#newsletter  .ht-newsletter-member-wrap input::placeholder{ opacity: 1;}

.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 select,
.ht-newsletter-member-wrap textarea{    
    width: 100%;
    color: #fff;
    margin: 0 0 0 0;
    border-radius: 0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 0.5px solid #707070;
}
.ht-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}
.ht-newsletter-member-wrap textarea {
    height: 100px;
    padding: 18px 50px;
}
.ht-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
.ht-newsletter-member-wrap input[type="submit"]:hover {
    color: #222225;
    background: #fff;
}
.ht-newsletter-member-wrap input[type="submit"] {
    font-size: 20px;
    font-weight: 500;
    color: #e8e2f0;
    position: relative;
    padding: 11px 40px 12px;
    border-radius: 0;
    text-transform: capitalize;
    box-shadow: none;
    letter-spacing: 2.7px;
    margin-left: 4px;
    opacity: 1;
}
.ht-newsletter-member-wrap span{font-size: 16px;}
.ht-newsletter-member-wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #DDA759;
    margin-right: 22px;
}

/*----------------------------------------*/
/* Gallery Section
/*----------------------------------------*/

#gallery .innergalry{display: none;}
#innerpage-box .homegalry{display: none;}
#gallery {position: relative;  overflow: hidden;z-index: 1;}
#gallery .section-text{margin-top: 20px;}
#gallery .gallery-ovly{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1B1D26;
    opacity: 0.65;
    z-index: -1;
}
#gallery .gallery-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 4.75em;
}
#gallery .gallery-title h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    z-index: 1;
}
#gallery .gallery-border1{
    position: relative;
    width: 27px;
    height: 2px;
    background: #E40000;
}
#gallery .gallery-border1:before,
#gallery .gallery-border1:after{
    content: '';
    position: absolute;
    right: 0;
    height: 2px;
    background: #E40000;
}
#gallery .gallery-border1:before{top: -5px;width: 30px;}
#gallery .gallery-border1:after{bottom: -5px;width: 24px;}
#gallery .gallery-main-box {
    display: flex;
    flex-wrap: wrap;
}

#gallery .gallery-border2{
    position: relative;
    width: 27px;
    height: 2px;
    background: #E40000;
}
#gallery .gallery-border2:before,
#gallery .gallery-border2:after{
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #E40000;
}
#gallery .gallery-border2:before{top: -5px;width: 30px;}
#gallery .gallery-border2:after{bottom: -5px;width: 24px;}
#gallery .gallery-main-box {
    display: flex;
    flex-wrap: wrap;
}
#gallery .gall-contain {
    position: relative;
    flex: 1 1 18%;
}
#gallery .lz-gallery-images,
#gallery .spa-gall {position: relative;overflow: hidden;transition: all 0.3s ease 0s;}
#gallery .homegalry{ 
    position: relative;
    overflow: hidden;
}
#gallery .gall-imgovly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #040A1F;
    opacity: 0;
}

#gallery .homegalry:hover .gall-imgovly{opacity: 0.6;}
#gallery .homegalry .over-text{
position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
}
#gallery .homegalry .over-text i {
position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  color: #ffffff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-out;
}
#gallery .homegalry:hover .over-text i{opacity: 1;}
#gallery .spa-gall img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    transition: all 0.3s ease 0s;
    height: 260px;
}
#gallery .inner-area-title{display: none;}
.fancybox__toolbar.is-absolute, 
.is-compact .fancybox__toolbar{top: 5% !important;}
#gallery .card-image {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
}

/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/
.footer-overlay, .copyright {
    background: #660434;
}

.footer-area {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.footer-area .footer-img1, .footer-area .footer-img2 {
    position: absolute;
    top: 0;
}
.footer-area .footer-img1{left: 0;}
.footer-area .footer-img2{right: 0;}
.footer-area .fbox { position: relative;}
.footer-area .single-footer-1,
.footer-area .single-footer-3{width: 35%;}
.footer-area .single-footer-2{width: 65%;align-self: center;}
.footer-area .single-footer-4{width: 20%;}
.footer-area .single-footer-5,
.footer-area .single-footer-6{width: 22%;}

.footer-area .f-text { margin-bottom: 15px;}
.footer-area i { 
    font-size: 20px;
}
.footer-area .menu li {
        display: block;
    margin-bottom: 2.2em;
    font-size: 15px;
    font-weight: 500;
}
.footer-area .s-footer.single-footer-2 .menu li{
    display: inline-block;
    margin: 0 25px;
    text-transform: uppercase;
}
.footer-area .s-footer.single-footer-2{text-align: right;}
.footer-area .s-footer.single-footer-2 .menu li a{letter-spacing: 2.88px;}
.footer-area li a {font-weight: 400;text-decoration: none;font-size: 16px;}
.footer-area .gallery-item {padding-right: 13px;padding-bottom: 13px;}
.footer-area ul {margin: 0 0 15px 00px;}
.footer-area p {     
    margin-bottom: 26px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
}

/*#footer .widget-title:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d33;
    content: "";
    z-index: -1;
}*/
footer#footer.footer-area .widget-title {  
    position: relative;
    color: #feffff;
    margin: 2.55em 0 1em;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.88px;
    z-index: 1;
}
#footer .footer-border {
    position: relative;
    width: 100%;
    border: 1px solid #4b4b4e;
    border-bottom: none;
    margin-top: 2px;
}
.footer-area .widget {margin-bottom: 1em;}
.footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}
.footer-area .bottom-area {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-3deg,#1B1D26 12%,#333744 100%);
    margin-top: 1.2em;
}
.footer-area .bottom-area ul { margin-bottom: 0;}
.footer-area .bottom-area li {
    list-style: none;
    display: inline-block;
}
.footer-area .bottom-area li:nth-child(1){
    padding-right: 44px;
    border-right: 2px solid #686971;
}
.footer-area .bottom-area li:nth-child(2){padding-left: 44px;}
.footer-text, .footer-text a {    
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}
.footer-text b,.footer-text span,.footer-text bold{font-weight: 600;}
.footer-area  ul {
    list-style: none;
    margin: 10px 0 0 0px;
    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{    
    border: 2px solid #000;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 8px 10px 8px 20px;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    border-radius: 4px;
}

.footer-area textarea {  height: 80px !important;}
.footer-area input[type="submit"]{
    margin-top: 0px;
    padding: 7px 20px;
    white-space: normal;
    font-weight: 500;
    font-size: 18px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: none;
}

.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 .social-profile-icons ul{margin: 47px 0 0 0;}
.footer-area .social-profile-icons ul li:before{  display: none;}
.footer-area .social-profile-icons ul li{ display: inline-block;}
.footer-area .social-profile-icons ul li a {    
    display: inline-block;
    font-weight: 600;
    background: none;
    text-align: center;
    margin: 0 1em 0 0;
    border: 0.5px solid #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 32px;
    transition: all .2s;
}
.footer-area .social-profile-icons ul li i{font-size: 18px;}
.footer-area .social-profile-icons ul li i:after{display: none;}
.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{transition: all .5s;}
.footer-area figure.gallery-item img:hover{ opacity: 0.8;border-radius: 20px;transition: all .5s;}

.sticky-btn .open-popup{
    position: fixed;
    right: -32px;
    top: 50%;
    padding: 10px;
    /*background: #E40000;
    color: #fff;*/
    z-index: 999;
    cursor: pointer;
    font-size: 20px;
    transform: rotate(90deg);
}
.sticky-btn .one {
  position: fixed;
  top: 0;
  right: -100%; /* Start off-screen to the right */
  width: 100%;
  height: 100%;
  transition: right 0.3s ease-in-out; /* Smooth transition for sliding */
  z-index: 999;
  
}

.sticky-btn .one .overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.sticky-btn .one .middle {
  position: relative;
  width: 100%;
  height: 100%;
  right: -100%; /* Start off-screen to the right */
  transition: right 0.3s ease-in-out; /* Smooth transition */
}

.sticky-btn .one .two {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  padding: 2em;
  background: #fff;
  text-align: center;
}
#closeButton {
      margin-bottom: 10px;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -37px;
    width: 30px;
}
.sticky-btn .two input[type="text"], 
.sticky-btn .two input[type="email"], 
.sticky-btn .two input[type="url"],
.sticky-btn .two input[type="password"], 
.sticky-btn .two input[type="search"], 
.sticky-btn .two input[type="number"], 
.sticky-btn .two input[type="tel"], 
.sticky-btn .two input[type="range"], 
.sticky-btn .two input[type="date"], 
.sticky-btn .two input[type="month"], 
.sticky-btn .two input[type="week"], 
.sticky-btn .two input[type="time"], 
.sticky-btn .two input[type="datetime"], 
.sticky-btn .two input[type="datetime-local"], 
.sticky-btn .two input[type="color"], 
.sticky-btn .two select, 
.sticky-btn .two textarea {
    margin-bottom: 6px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 14px 15px;
    font-weight: 400;
    background: transparent;
    border-radius: 5px;
}
.sticky-btn .two textarea {height: 150px;}
.sticky-btn .two input[type="submit"]{
    font-size: 18px;
    letter-spacing: 1px;
    padding: 6px 30px;
}


/*----------------------------------------*/
/*   Testimonials Page
/*----------------------------------------*/
#innerpage-box .innertest-item{ width: 33%;padding: 0 2em;}
#innerpage-box .ts-area-single-inn{margin-bottom: 3.8em;}
#innerpage-box .tsarea-inn{  
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}
#innerpage-box .ts-area-thumb{padding: 1.5em 0;}
#innerpage-box .testiimginn {
    position: relative;
    display: inline-block;
}
#innerpage-box .testiimginn:before{
    content: '';
    position: absolute;
    left: -19px;
    right: -19px;
    top: -19px;
    bottom: -19px;
    border: 0.5px solid #d4d4d4;
    border-radius: 50%;
}
#innerpage-box .ts-area-single-inn:hover .testiimginn:before{
    border: 2px dashed #E40000;
    animation: rotate 8s linear infinite;
}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
#innerpage-box .ts-area-thumb img{ 
    width: 122px;
    height: 121px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}
#innerpage-box .ts-area-content {
    position: relative;
    margin: 0 0 0px 0;
    transition: all 1s ease 0s;
}
#innerpage-box .ts-area-c {
    padding: 1em;
}
#innerpage-box .ts-area-c p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 17px 0 20px;
    z-index: 1;
}
#innerpage-box h5.ts-area-title {
    position: relative;
    margin: 0px 0 11px 0 !important;
    z-index: 1;
    font-weight: 700 !important;
}
#innerpage-box .text-designation{    
    position: relative;
    font-size: 15px;
    font-weight: 400;
    z-index: 1;
}

/*----------------------------------------*/
/*  09. Inner team page
/*----------------------------------------*/
#innerpage-box .our-team,
#team .inner-team{display: none;}
#innerpage-box .inner-team {
    position: relative; 
    overflow: hidden;
    margin-bottom: 2.5em;  
    padding: 0 19px;
}
#innerpage-box .imgbx {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
#innerpage-box .imgbx .innteam-img{
    position: relative;
    z-index: 1;
}
#innerpage-box .imgbx img{
    position: relative;
    width: 100%;
    height: 501px;
    filter: none;
    transition: all 0.5s ease-out;
}
#innerpage-box .imgbx:hover img{filter: grayscale();}
#innerpage-box .team-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 13px 23px;
    z-index: 1;
    transition: all 0.5s ease-out;
}
#innerpage-box .imgbx:hover .team-box{
    top: 0;
    padding: 62px 12px 23px;
}
#innerpage-box .innerteam-ovly{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: transparent linear-gradient(180deg, #00000000 0%, #1B1D26 100%);
    opacity: 0.95;
}
#innerpage-box .imgbx:hover .innerteam-ovly{
    background:#1B1D26;
    opacity: 0.7;
}
#innerpage-box .team-box h2{margin: 0 0 9px !important;}
#innerpage-box .team-member-designation {    
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.72px;
    text-transform: uppercase;
}
#innerpage-box .innteam-content{
    position: relative;
   display: none;
    margin-top: 28px;
    transition: all 1s ease 0.5s;
}
#innerpage-box .imgbx:hover .innteam-content{
   display: block;
}
#innerpage-box .innteam-content li{    
    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 8px 0;
    margin-bottom: 6px;
}
#innerpage-box .innteam-content li:nth-child(even){padding: 7px 8px;}
#innerpage-box .innteam-content li:nth-child(odd):before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.21;
}
#innerpage-box .innteam-content li .team-list{
    font-size: 13px;
    color: #a4a4a7;
}
#innerpage-box .innteam-content li .team-details{
    font-size: 15px;
    color: #fff;
}

/*--------------------------------------------------------------
# Gallery Script*/

/*fancybox.css*/

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar{top: 2em !important;}

/*end*/
/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/

#innerpage-box .lz-gallery-images {
    position: relative;
    overflow: hidden;
}
#innerpage-box .img-wrapper {overflow: hidden;position: relative;}
#innerpage-box .lz-gallery-images a * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#innerpage-box .gallery-inn .gbox{
    width: 33%;
    padding: 5px;
    display: inline-block;
}
#innerpage-box .lz-gallery-images a img {
  opacity: 1;
  width: 100%;
}
/*#innerpage-box .lz-gallery-images a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0) rotate(90deg);
    background-color: rgba(255, 192, 203, 0.5);
    color: blueviolet;
    text-align: center;
    padding-top: 20px;
    transition: opacity .3s ease, transform .3s ease, rotate .3s ease;
        z-index: 1;
}*/
/*#innerpage-box .lz-gallery-images a:hover:before {
  opacity: 0.3;
    transform: scale(1) rotate(0deg);
}*/
#innerpage-box .lz-gallery-images a{
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s ease;
}
#innerpage-box .lz-gallery-images img {
    position: relative;
    transition: 0.5s all;
    width: 100%;
    height: auto;
}
#innerpage-box .lz-gallery-images .galleryinn-ovly{
     position: absolute;
     top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    background: transparent linear-gradient(184deg, #00000000 0%, #000000 100%);
}
#innerpage-box .lz-gallery-images:hover .galleryinn-ovly{right: 0;}
#innerpage-box .lz-gallery-images .gallery-title{
    position: absolute;
    left: -100%;
    width: 100%;
    bottom: 0;
    padding: 0 16px;
    transition: 0.5s ease;
}
#innerpage-box .lz-gallery-images:hover .gallery-title{left: 0;}

/*--------------------------------------------------------------
## Services inner page
--------------------------------------------------------------*/

.page-template-default #innerpage-box .single-service-bx { display: none; }
#service .singleinner-service { display: none; }

#innerpage-box .inn-single-service-bx {  padding: 0 13px;}
#innerpage-box .inn-single-service-bx .service-img{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

#innerpage-box .service_inbox{
    position: relative;
    transition: all .3s;
}
#innerpage-box .singleinner-service {
    margin-bottom: 1.5em;
    transition: all .3s;
    padding: 0px 0px;
    position: relative;
}
#innerpage-box .singleinner-service .service_inimg {
    position: relative;
    transition: all .3s;
    overflow: hidden;
}
#innerpage-box .singleinner-service .service_inimg img {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all .3s;
    transition: filter 0.4s ease-in-out;
    filter: none;
    border-radius: 0;
}
#innerpage-box .singleinner-service:hover  .service_inimg img{filter: grayscale();}
#innerpage-box .singleinner-service .innservice-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1B1D26;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}
#innerpage-box .singleinner-service:hover .innservice-overlay{
    opacity: 0.3;
}
#innerpage-box .serbx {
   position: relative;
    padding: 14px 0 15px;
    transition: all .3s;
}
#innerpage-box .serbx h3{
    margin: 2px 0 8px 0!important;
    padding: 0px 0;
}
#innerpage-box .serbx p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 0 6px 0;
}
#innerpage-box .serbtn a {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #E40000;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    z-index: 9;
}
#innerpage-box .serbtn a:hover{transform: scale(1.1);}

/*----------------------------------------*/
/* project / inner Page
/*----------------------------------------*/

#project .main-projectinn,
#innerpage-box .main-project{display: none;}

#innerpage-box .main-projectinn {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    margin-bottom: 1.5em;
    padding: 0 10px;
}
#innerpage-box .single-project{transition: all 0.3s ease 0s;position: relative;}
#innerpage-box .project-imgsingle-project {position: relative ; text-align: center;}
#innerpage-box .project-img{ position: relative; overflow: hidden;}
#innerpage-box .project-img img{width: 100%;height: 277px;border-radius: 4px;border: 3px solid #FDAF1B;}
#innerpage-box .project-img .overlay{
    position: absolute;
    overflow: hidden;
    top: 101%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:linear-gradient(to top,#000 12%,transparent 40%);
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

#innerpage-box .single-project:hover .overlay{top:-40%;transition: all 0.3s ease 0s;}
#innerpage-box .main-projectinn .projtxbx{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    width: 86%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 8px 12px;
    border: 1px solid #FDAF1B;
}
#innerpage-box .main-projectinn .projtxbx:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.83;
}
#innerpage-box .main-projectinn .projtxbx h4{
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 600 !important;
}
#innerpage-box .main-projectinn .projtxbx p{display: none;}
/*-----------------------
## 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: 36px;
    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: 10px 10px;
    color: #ffffff;
    border-radius: 0px;
    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 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;
}

/*====## Contact Template ==========
====== {contact Inner Page} ========*/
/*************************************/
#innerpage-box {  position: relative;overflow: hidden;}
#innerpage-box .contact-address-area {    
    position: relative;
    box-shadow: 0px 0px 60px #00000017;
    padding: 1.55em 4.4em 2em;
}
#innerpage-box .contactbox{ 
    position: relative;
    overflow: hidden;
    padding: 4.5em 0 3em;
}
#innerpage-box .cntpgbx{ position: relative;transition: all 0.5s ease 0s;margin-bottom: 1.3em;}
#innerpage-box .cntpgicn{
    position: relative;
    transition: all 0.5s ease 0s;
}
#innerpage-box .cntpgicn i { 
    font-size: 41px;
    font-weight: 800;
    margin-top: 6px;
}
#innerpage-box .cntpgicn i.fa.fa-envelope {font-size: 30px; position: relative;line-height: 30px;font-weight: 600;}
#innerpage-box .cntpgtxt h3{font-size: 22px; margin: 0 !important; padding: 0; font-weight: 500;}
#innerpage-box .contactbox span{
    font-size: 19px;
}
#innerpage-box .contactbox p { 
    margin: 0;
    position: relative;
    font-size: 27px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    word-break: break-word;
    position: relative;
}
#innerpage-box .contact-bottomarea {margin-bottom: 4.7em;}
#ht-contactus-wrap{text-align: center;}
#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: 8px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 14px 15px 17px 30px;
    font-weight: 400;
    background: transparent;
    border-radius: 5px;
}
#ht-contactus-wrap p{position: relative;}
#ht-contactus-wrap .fa{position: absolute;top: 31px;font-size: 18px;}
#ht-contactus-wrap textarea {   height: 128px;}
#ht-contactus-wrap input[type="submit"] {
    position: relative;
    padding: 11px 137px 12px;
    font-weight: 600;
    font-size: 19px;
    border-radius: 0px;
    box-shadow: none;
    transition: all 1s ease 0s;
    margin-top: 0.6em;
    letter-spacing: 3.8px;
    border-radius: 0;
}
#innerpage-box .contact-mapbox iframe { width: 100% !important; height: 300px;}
#innerpage-box .contact-bottoleftbox .contact-lefttitle h3{
    font-size: 44px;
    font-weight: 700;
    line-height: 63px;
    margin: 0 !important;
}
#innerpage-box .contact-bottomarea p{
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
}

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq-heading{
    position: relative;
    margin: 1.3em 0;
}
div#content-box .faq-heading h3{
    font-size: 29px;
    line-height: 43px;
    margin: 0px 20px 16px 0 !important;
}
div#content-box .faq-heading p{
    font-size: 14px;
    line-height: 27px;
}
div#content-box .faq-button{margin-top: 2.4em;}
div#content-box .faq-button a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 46px;
    z-index: 1;
}
div#content-box .faq-button a:before, div#content-box .faq-button a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #7038a2;
  border-radius: 50%;
  z-index: -1;
}
div#content-box .faq-button a:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div#content-box .faq-button a:after {
  background-color:#fdc400;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
div#content-box .faq-button a:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
          animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
div#content-box .faq-button a:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
          animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}


div#content-box .faq-content{
    position: relative;
    border-bottom: 1px solid #dadada;
}
div#content-box .faq-content button.accordion {
    position: relative;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    background: transparent;
    padding: 0;
    transition: all 0.2s ease 0s;
}
div#content-box .faq-content button.accordion.active{
    margin: 0;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    transition: all 0.2s ease 0s;
    opacity: 1;
}
div#content-box .faq-content button.accordion:after {
    content: "\002B";
    font-family: 'Fontawesome';
    font-size: 10px;
    text-align: center;
    color: #000;
    background: #F5F5F5;
    float: right;
    position: absolute;
    font-weight: 600;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    top: 25px;
    right: 10px;
    transition: all 0.4s ease 0s;
}
div#content-box .faq-content button.accordion.active:after {
    content: "\2212";
    font-family: 'Fontawesome';
    transition: all 0.4s ease 0s;
/*    opacity: 0;*/

}
/*div#content-box .faq-content button.accordion.active:before{color: #d33;}*/
div#content-box .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0px 0 10px 0;
    border: none;
    border-radius: 5px 5px;
    padding: 1px 20px 1px 0px;
    box-shadow: none;
}
div#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
}
div#content-box .faq-content div.panel p{
    margin: 5px 30px 5px 0;
    line-height: 25px;
    font-size: 17px;
}
main#innerpage-box div#content-box h5.faq-title {
    padding: 23px 40px 15px 0px;
    margin: 0;
    word-break: break-word;
}
div#content-box .faq-content.padding0 p {
    font-size: 15px;
    padding: 25px 25px 10px 25px;
    letter-spacing: 1px;
    word-break: break-word;
}
/*-----------------------
## End FAQS page
-----------------------------*/

.col-container { display: table; width: 100%;}
.col-oursteps{ 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;}
.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;
}
/*===============
All Siderbar 
================*/
#secondary.widget-area {
    position: relative;
}
div#sidebars.sidebar{position: relative;z-index: 1;}
div#secondary.widget-area .product_list_widget span.product-title{font-size: 17px;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*error start*/
.widget-area form .wp-block-search__inside-wrapper button.wp-block-search__button,
.widget-area form#searchform input[type="submit"] {
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 2px;
    text-indent: -999px;
    width: 35px;
    height: 33px;
    z-index: 1;
    bottom: 6px;
    top: 6px;
}
.widget-area form#searchform:hover input[type="submit"],
.widget-area form#searchform input[type="submit"]:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    z-index: 999 !important;
}
.wp-block-search__inside-wrapper{position: relative;}
.widget-area form.wp-block-search .wp-block-search__inside-wrapper:after,
.widget-area form#searchform:after {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    right: 2px;
    top: 5px;
    text-align: center;
    width: 38px;
    height: 33px;
    line-height: 33px;
    background: #E11D07;
    border-radius: 2px;
    content: "\f002";
    font-family: 'Fontawesome';
    clear: both;
    opacity: 1;
}

.home-page {  padding: 0 0 30px 0;}
#innerpage-box{padding: 5em 0em 4.5em;}
div#content-box {
    padding: 0 1em;
    position: relative;
    overflow: hidden;
}
#content-box .woocommerce-MyAccount-navigation-link:before{margin-right: 0px;}
#content-box h4{ margin: 20px 0 5px 0; }
#content-box ul{ padding: 0 0 0px 10px;list-style: none;font-size: 20px;margin: 0;}
#content-box ol{ font-size: 20px;}
#content-box ol ol ,
#content-box ul ul {   margin-left: 15px !important;}
#content-box ul li:before {
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 13px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fff;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    top: 0px;
    position: relative;
    text-align: center;
    font-size: 17px;
    width: 29px;
    line-height: 30px;
    height: 30px;
    font-weight: 600;
}
#content-box ul li:hover:before { transform: scale(1.2);}
#secondary .widget li:before{display: none;}
.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 ul#recentcomments li:before, #content-box ul#recentcomments li span:before   {
    display: none;
}

/*#content-box ol li:hover:before { transform: scale(1.2);}*/
main#innerpage-box #content-box ol {  margin: 0;}
#content-box ol {counter-reset: li;list-style: none;/*list-style: decimal;*/}
#content-box ol li {
    margin-top: 1em;
    position: relative;
    padding-left: 3em;
    min-height: 60px;
    padding-top: 4px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: transparent;
    border-radius: 50px;
    font-size: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    background-image: linear-gradient(72deg, #FBC216 47%, transparent 20%);
    top: 0;
    left: 0;
}
#content-box ol li:after{
    content: "";
    position: absolute;
    border-radius: 50px;
    height: 33px;
    width: 33px;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    border: 1px dashed #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(27deg);
    z-index: -1;
}
#content-box .comment:after{display: none;}

.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 25px;}
.byline,
.updated:not(.published) { display: none;}
.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;}
.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;}
.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;}
.oops-text { position: relative; z-index: 1;}
.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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 28px;
    transform: rotate(0deg);
    text-decoration: none;
    z-index: 99999;
    cursor: pointer;
    color: #000;
    border-radius: 50%;
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease;
}
#back2Top:before{
    content: '';
    position: absolute;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    background-color: #E40000;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.2s ease 0.2s;
}
#back2Top:hover:before{opacity: 0.5;}
.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;
}
#secondary .widget ul li,
#sidebars .widget ul li{margin: 0 0 9px 0px; }
div#secondary caption {padding-top: 12px;padding-bottom: 12px;padding-left: 10px;}
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;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 ul.product_list_widget li img {    
    width: 73px;
    height: auto;
    float: left;
    border: none;
}
.widget-area ul.product_list_widget li{position: relative;display: flow-root;}

.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 .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;}
/*.woocommerce .woocommerce-product-rating .star-rating span,*/
.woocommerce-Price-amount span{color:#000 ;}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins { font-size: 25px !important;}
.single-productpage h2.woocommerce-loop-product__title {line-height: 33px; word-break: break-word;}
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 {    
    box-shadow: inset 0px 0px 100px #F1F1F1;
    padding: 3.1em 5.4em;
    font-size: 18px;
    margin: 0 0 2.3em !important;
}
.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]{opacity: 1;}
div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}

/*---------------FOR SINGLE PRODUCT PAGE PRODUCT IMAGE GALLERY---------------------------------------*/

.woocommerce-product-gallery__wrapper{width:100%;height: 100%;}
.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 100% !important;
    width: 100% !important;
}

ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility:visible;content: '\f054';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
    font-family: 'FontAwesome';   
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}
ul.flex-direction-nav li a {
    color: #ccc;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

/*---------------END FOR SINGLE PRODUCT PAGE PRODUCT IMAGE GALLERY---------------------------------------*/

/*-----------------------
## Woocommerce
-----------------------------*/
.woocommerce li.product-category {
    width: 15%;
    display: inline-block;
    text-align: center;
    padding-bottom: 0px !important;
    margin-right: 10px !important;
}
.woocommerce ul.products li.product-category a img{
    border: none !important;
    height: 260px;
    width: auto;
}
.woocommerce ul.products li.product-category:before{display: none !important;}
.woocommerce li.product-category h2{
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 17px 0 !important;
}
.woocommerce li.product-category h2 mark{
    background: none;
    display: block;
    padding: 19px 0 5px;
}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product{
    width: 100%;
    text-align: center;
    margin-bottom: 60px !important; 
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{
    font-size: 23px;
    width: 30px;
    height: 30px;
    line-height: 23px !important;
    padding: 0 !important;
    border-radius: 50%;
    margin: 8px 4px 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current{
    font-size: 33px;
    width: 40px;
    height: 40px;
    line-height: 29px !important;
}
.woocommerce ul.products, .woocommerce-page ul.products{
    border-top: none !important;
    padding-top: 68px !important;
}
.woocommerce .shop-page ul.products, .woocommerce-page .shop-page ul.products{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 19px;
    --gutter-width: 30px;
    display: grid;
    row-gap: 0;
}
.woocommerce ul.products::before{display: none !important;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    float: right !important;
    font-size: 19px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float: left !important;}
.woocommerce .woocommerce-ordering select{    
    border: none !important;
    font-size: 19px;
    width: 175px;
    padding: 3px 34px 3px 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link{position: relative;    margin-bottom: -13px;}
.woocommerce-loop-product__link {
    display: block;
    position: relative;
}
.woocommerce ul.products li.product a img{
    border: none !important;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.woocommerce div.product .woocommerce-product-rating{display: none;}
.woocommerce .top-product-categories{margin-bottom: 23px;}
.woocommerce .top-product-categories a{font-size: 16px;}
.woocommerce .woocommerce-product-details__short-description p{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.woocommerce span.sale-price {font-size: 34px;margin-right: 15px;}
.woocommerce span.regular-price {font-size: 26px;}
.woocommerce span.regular-price bdi{text-decoration: line-through;}
.woocommerce .single-product-detials {
        border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    padding: 12px 0 10px;
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 18px;
}
.woocommerce .single-product-detials strong{font-weight: 400;}
.woocommerce .single-product-detials .product-categories,
.woocommerce .single-product-detials .product-tags,
.woocommerce .single-product-detials .product-sku{margin-bottom: 9px;}
.woocommerce .quantity strong{font-size: 15px;font-weight: 500;}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button{
    -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type="number"]{
 -moz-appearance:textfield; 
    appearance: none;
    margin: 0; 
    width: 92px !important;
    height: 31px;
    text-align: center;
    border: 1px solid #DDA759;
    border-left: none;
    border-right: none;
    margin: 5px -2px 14px;
    font-size: 20px;
}
.woocommerce div.product form.cart div.quantity{
    margin-top: 15px !important;
    float: none !important;
}
.woocommerce .variations_button .qty-label,
.woocommerce div.product form.cart .variations label,
.woocommerce .variations_button .price-info span{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce .variations_button .price-info .total-price{font-size: 20px;margin-bottom: 1em;}
.woocommerce .variations_button .qty-label{float: left;margin: 0.4em 1.3em 0 0;}
.woocommerce .single_variation_wrap{margin-top: 2em}
.woocommerce .woocommerce-variation-price{margin-bottom: 0.5em;}
.woocommerce div.product form.cart .variations .value label {
    padding: 0px 8px 0 8px;
    border: 1px solid #393438;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
}
.woocommerce .variations input[type="radio"] {display: none;}

.woocommerce .quantity .plus, .woocommerce .quantity .minus{
    width: 21px;
    height: 38px;
    line-height: 30px;
    padding: 1px 3px 1px 3px;
    border-radius: 0;
    outline: 1px solid #DDA759;
    outline-offset: 2px;
    font-size: 24px;
    font-weight: 600;
    box-shadow: none;
    position: relative;
}
.woocommerce div.product .product_title{    margin-bottom: 27px;}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{padding-top: 2em;}

.is-large.wc-block-cart .wc-block-cart-items{margin: 0 !important;}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
    padding: 25px 25px 0 25px !important;
    margin-top: 5px !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.1);
    width: 60% !important;
    margin-right: 20px !important;
}
.wc-block-components-sidebar.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-checkout-order-summary-block{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 30px !important;
    margin-top: 10px !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{font-size: 17px !important;font-weight: 600;}
.is-large.wc-block-cart .wc-block-cart-items th{padding: 9px 12px !important;font-size: 17px;}
.wc-block-components-product-details.wc-block-components-product-details li{margin: 0 !important;}
.wc-block-components-product-name{font-size: 17px !important;font-weight: 600 !important;}
.wc-block-components-product-price{font-size: 17px;}
.wc-block-components-product-badge{display: none !important;}
.wc-block-components-product-details.wc-block-components-product-details{padding: 0 !important;}
.wc-block-components-product-details li:before {width: 15px !important;margin-right: 10px !important;}
.wc-block-cart__submit-container a{
    background: #000;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s ease;
}
.wc-block-cart-item__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.wc-block-cart-item__prices, .wc-block-cart-item__quantity{text-align: center;}
.wc-block-components-quantity-selector{margin: 0 auto 10px !important;}
.wp-block-woocommerce-checkout fieldset,
.wp-block-woocommerce-checkout .wc-block-checkout__order-notes{
    padding: 30px !important;
    background: #fff !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.1);
    margin: 10px 0 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions,
.wp-block-woocommerce-checkout .wc-block-checkout__terms{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 30px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__terms
.wp-block-woocommerce-checkout h2{font-size: 32px !important;margin: 0 0 10px !important }
.wp-block-woocommerce-checkout h2:before{display: none;}
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{display: none;}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{
    visibility: visible !important;
}
nav.woocommerce-MyAccount-navigation{width: 35%;float: left;margin-right: 3em;}
.woocommerce-MyAccount-content{width: 60%;float: left;}
.woocommerce-MyAccount-content a{font-weight: 700;}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address{width: 100%;}
.wc-block-grid__product .wc-block-grid__product-title{font-size: 20px;}
li.wc-block-grid__product:before{display: none !important;}
.wc-block-grid__product .wc-block-grid__product-price{font-size: 18px !important;}


.is-large.wc-block-cart .wc-block-cart-items td{padding: 16px 0 16px 10px !important;}


/*-----------------------
## Start search
-----------------------------*/
main#innerpage-box h2 a {
/*    color: #000;*/
    font-weight: 400; 
    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);
}

/*-----------------------
## Blog Inner Page 
-----------------------------*/
#innerpage-box .inner-blog-post{
        padding: 0 19px;
    margin: 0 0 37px;
    position: relative;
    float: left;
}
#innerpage-box .inner-blogpost {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 46px #1A1B2217;
    border-radius: 32px;
    padding: 12px;
    transition: all 0.3s ease;
}
#innerpage-box .inner-blogpost .ht-blog-thumbnail { 
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail img {
    transform: scale(1.1);
}
#innerpage-box .blog-admbx img{
    width: 38px;
    height: 38px;
    box-shadow: 0px 0px 20px #00000029;
    border: 4px solid #FFFFFF;
    border-radius: 19px;
}
#innerpage-box .blog-time{font-size: 14px;}
#innerpage-box .blog-time i{
    font-size: 18px;
    margin-right: 5px;
}
#innerpage-box .blog-admbx .blog-author{
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
}
#innerpage-box .author-deatails{
    margin-left: 12px;
}
#innerpage-box .blog-admbx {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    display: flex;
}
#innerpage-box .blog-admbx  i{
    padding-right: 3px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
}
#innerpage-box .inner-blogpost-info {
    position: relative;
    padding: 16px 0 21px;
}
main#innerpage-box #blog-box h2{
    word-break: break-word;
    margin: 8px 0 10px 0;
    line-height: 30px;
}
#innerpage-box .inner-blog-excerpt p,
#innerpage-box .inner-blog-excerpt {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    padding: 0px;
    position: relative;
    line-height: 27px;
    margin-bottom: 31px;
}
#innerpage-box .blog-comment{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 19px;
    left: 15px;
    padding: 5px 15px;
    border-radius: 9px;
}
#innerpage-box .blog-admbx .blog-date{font-size: 14px;}

/*--------------------------------------------------------------
## 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;margin: 20px 0;}

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


/*div#secondary.widget-area .widget:first-child {  padding-top: 0;}*/
/*#innerpage-box .widget_search .widget-title{margin: 0px 0px 0em 0 !important;}*/

.wp-block-group__inner-container h2,
 #innerpage-box .widget-area .widget-title {
        font-size: 20px !important;
    color: #000;
    font-weight: 500 !important;
    padding: 8px 17px;
    margin: 0px 0px 36px 0 !important;
    position: relative;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    border-radius: 7px;
    background: transparent linear-gradient(89deg, #000000 0%, #4A4A4A 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}
.wp-block-search__label{margin-left: 29px;}
#sidebars .wp-block-tag-cloud a,
main#innerpage-box .widget-area .tagcloud a {
    margin: 0 3px 0px;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    background: none;
    text-align: center;
}
.widget-area .tagcloud, #sidebars .wp-block-tag-cloud{list-style: none;padding: 0;margin: 0em 1em 0 2em;}
.widget-area .textwidget { 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, #sidebars .wp-block-calendar {
    padding: 0px 0px 0 ;
    margin: 0 2em;
    border: 1px solid #eaeaea;
}
#sidebars ol.wp-block-latest-comments{margin: 0 2em;}
.widget_calendar table {border-collapse: separate; width: 100%;}
.widget-area .woocommerce-product-search, 
.widget-area form#searchform { width: 100%;  padding: 0px;position: relative;}
.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;}

.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: 400;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .total-product-title-wrap{padding: 10px 10px 0;}
.woocommerce .total-product-title-wrap .product-category {margin-bottom: 1em;}
.woocommerce .total-product-title-wrap .product-category a{font-size: 16px;letter-spacing: 0.8px;}
.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{padding: 0 3em;display: flex;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-dots{display: none;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-prev,
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-next {    
    position: absolute;
    top: 50%;
    width: 14px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-prev{left: -2em;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-next{right: -2em;}
.woocommerce div.product div.images .flex-control-thumbs li{ padding: 5px;width: 100%;}
.woocommerce div.product div.images .flex-control-thumbs li img{opacity: 1;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel img{
    height: 151px;
}
.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,
.woocommerce ul.products li.product .price del{display: inline;font-weight: 400 !important;}

.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;color: #FFF;}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { color:#fff !important;}
.woocommerce ul.products li.product .button{
    font-size: 17px;
    background-color: #ec5597;
    border: 1px solid #ec5597;
    padding: 14px 30px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.19px;
    border-radius: 0;
}

.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{display: flex;align-items: end;}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, 
.woocommerce #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{margin: 8px 5px 0px !important;}
.woocommerce nav.woocommerce-pagination{    margin-top: 6px;}
.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;margin: 0;}
.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: 16px 0 15px;font-weight: 400;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent !important;
    border-radius: 0;
    margin: 0 27px 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 #comments h2, 
.woocommerce-page #reviews #comments h2 { margin-bottom: 10px !important;}
.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: 4;
    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; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ background-color: #fe5722;height: 2px;top: 3px;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #EEE;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(2){
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 10px solid #555;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(3){
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 10px solid #555;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
}
div#secondary.widget-area .woocommerce .price_slider_wrapper {margin: 1em 2em;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style: none;}
.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{ background: none;}
.woocommerce ul.products li.product strong {display: inline-block;}


.woocommerce .accordion{margin-top: 16px;}
.woocommerce .accordion-button{
    padding: 7px 0 10px;
    box-shadow: none;
    border-bottom: 1px solid #ABABAB;
}
.woocommerce .accordion-item{border: none;}
.woocommerce .accordion-button h5{
    font-size: 15px !important;
    margin: 0;
    font-weight: 400 !important;
}
.woocommerce .accordion-button:focus {box-shadow: none;}
.woocommerce .accordion-button:not(.collapsed){background-color: transparent;}
.woocommerce .accordion-button:before {
      content: '\f106';
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}
.woocommerce .accordion-button.collapsed:before {
    background-image: none;
    transform: rotate(180deg);
}
.woocommerce .accordion-button:after {
  background-image: none !important;
}
.woocommerce .accordion-button.collapsed:after {
  background-image: none !important;
}
.woocommerce .accordion-body {
    padding: 10px 0;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.94px;
    border-bottom: 1px solid;
}
.woocommerce .accordion-body li{
    font-size: 14px;
    letter-spacing: 0;
    margin: 0px 10px;
}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.carousel-indicators li{ background-color: #6963635c; border: 1px solid #6963635c;}

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 .datebx{ border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.single_post .datebx li{list-style: none; display: inline-block;}
.single_post .datebx .post-date-publishable {display: inline-block; margin-left: 10px; padding-top: 15px;padding-bottom: 15px;}
.single_post .datebx  i { padding-right: 10px;}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
    width: 88%;
    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: 0;
    box-shadow: none;
    margin: 6px 0 0 27px;
}
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 span.woocommerce-Price-amount.amount {
    margin: 0 0 8px 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 .product-btnarea{
    display: flex;
    align-items: end;
}
.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: 12px 20px;
    color: #FFF;
    border: 0;
    width: 251px;
    font-size: 16px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
    box-shadow: none;
    margin: 0;
    text-transform: capitalize;
    float: none !important;
    margin: 16px 14px 0 0;
    text-align: center;
    display: inline-block;
}
.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 41px;
    color: #FFF;
    font-size: 21px;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.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:hover a img {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;
    margin: 2px 0;
    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;    font-size: 17px;}
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;}
.woocommerce div.product form.cart{margin-bottom: 0.5em !important}

/*-----------------------
## 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;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 span.onsale {display: none;}

@media only screen and (max-width: 1600px) {
header .hbx2 { padding: 2px 6px 2px 6px;}
.slider_content {top: 22%;}
}

@media only screen and (max-width: 1299px) {
.navigation .mainmenu>li>a {font-size: 18px !important;}
.footer-area input[type="submit"] { padding: 8px 26px;font-size: 18px;  }
#innerpage-box .inner-blogpost{margin: 0 ;}
#newsletter .newslettersign-box h3{    margin: 0 1em 0.8em;}
#about .aboutarea-img img{height: 550px;}
#about .section-subtext p{margin: 0em 0 0.5em 0;}
.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{width: 175px;}
.footer-area .s-footer.single-footer-2 .menu li{margin: 0 13px;}
.counter-area .count-box{padding: 6px 5px;}
}

@media screen and (max-width: 1500px){
    #about .about-lefttxt{    left: -12em;}
    .counter-area .counter-post-boxes{padding: 0;}
}

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

@media screen and (max-width: 1199px){
.slider_section .title { font-size: 73px; line-height: 100px;}
.slider_section .btn5 { margin-top: 0em;}
#innerpage-box .singleinner-service { margin-bottom: 1em;}
#innerpage-box .inn-single-service-bx {padding: 0 10px;}
#innerpage-box .inner-blog-post { margin: 0em 0em 1em 0em;padding:0 10px;}
.footer-area .social-profile-icons ul li a{margin: 0 0.5em 0 0;}
.quick-view-content{max-width: 80%;}
.quick-view-popup .product-button a{padding: 20px;}
.woocommerce div.product .woocommerce-tabs .panel{padding: 2em;}
.woocommerce ul.products li.product .button{padding: 18px 50px;}
#secondary .widget_nav_menu li a:before, #sidebars .widget_nav_menu ul li a:before{margin: 0px 15px 0 0;}
#sidebars .wp-block-archives a:before, #sidebars .wp-block-categories a:before,
#sidebars .widget_categories a:before, #secondary .widget_recent_comments a:before, 
#secondary .widget_product_categories a:before, #secondary .widget_archive a:before, 
#secondary .widget_categories a:before, #secondary .widget_recent_entries li a:before, 
#sidebars .widget_archive ul li a:before, #sidebars .widget_recent_entries ul li a:before, 
#sidebars .product-categories li a:before{    margin: 0 15px 0 0;}
.widget-area .tagcloud, #sidebars .wp-block-tag-cloud{margin: 1em 1em 0 2.2em;}
.widget-area a{font-size: 17px;}
#innerpage-box .contactbox .cntpgadd p{margin: 0;}
.woocommerce-MyAccount-content{width: 55%;}
#facility .section-title h2{margin-right: 0.5em;}
#banner-section .banner-content h3{margin: 0 0 0.7em;}
#newarrival .hi-icon img{height: 275px;}
#about .abt-rbx{padding: 20px 0;}
#about .abtsection-title h2{font-size: 43px;line-height: 57px;}
#about .about-icon i {font-size: 57px;}
#about .about-area-data h4{font-size: 22px;line-height: 30px;}
#about .about-txtbox{font-size: 16px;margin-bottom: 20px;}
#about .abt-btn a h5{padding: 10px 20px;margin-bottom: 20px;}
#team .section-title h2{margin-right: 0;}
#innerpage-box .contactbox p{font-size: 20px;line-height: 33px;}
#innerpage-box .cntpgicn i{font-size: 28px;}
}

@media screen and (max-width: 1024px){
#newsletter .newslettersign-box h3 { font-size: 30px;}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
#quote-carousel .carousel-control.left {  left: -42px;}
#quote-carousel .carousel-control.right {  right: -42px;}
.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;}
}

@media screen and (min-width: 992px) and (max-width: 1023px){
.luzuk-content-area {top: 70%; width: 390px;right: 0%;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .woocommerce li.product-category{width: 18%;}
    #innerpage-box .innertest-item { padding: 0 1.5em;}
    #innerpage-box .lz-gallery-images img {height: 300px !important;}
    .wc-block-cart-item__wrap{grid-template-columns: repeat(2, 1fr);}
    #service .service-icon img{    height: 150px;}
    #about{background-position: left !important;background-size: cover !important;}
    .slider_section .swiper-wrapper img{height: 600px;}
    .slider_section .btn5{display: flex !important;}
    #innerpage-box .inner-team{padding: 0 10px;}
    .counter-area .section-title{margin: 0;}
    .counter-area .counter-leftbox{padding: 4em 2em 3em;}
}

@media screen and (min-width: 320px) and (max-width: 1024px){
header.site-header span.text, .single-header-info span.theme-color{font-size: 11px;}
header.site-header .d-flex, div#navbarNavDropdown {margin: 0 0%;}
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%;
}
}

@media (max-width: 1012px){
.header-transparent .sticky-header {padding: 0;
}
}

@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 (min-width: 992px){
 .responsive-header-box{  display: none;}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

@media (max-width: 992px){
.sf-arrows .sf-with-ul:after{ right: 30px !important;}
.ht-site-title, .site-title { font-size: 23px;}
.top-bar-head .head-menu { padding-right: 0;}
}

@media only screen and (max-width: 991px) {
.dlab-topbar-right {padding-left: 0;padding-right: 15px;}
.dlab-topbar-left{
    padding-right: 0;
}
}

@media screen and (max-width: 991px) {
header .header-left{order: 1;}
header .header-button{order: 2;}
header .header-menu{order: 3;}
.home.page-template .site-header { position: relative;}
header .hbx2{background: none !important;}
header .h-img{border: none;background:none;}
header .hbx2 { padding: 4px;}
.navigation .mainmenu li a::before{display: none;}
.site-navigation{background:none ;}
.slider_section .title { font-size: 45px; line-height: 65px;}
.slider_section .sub-title h4{font-size: 23px;}
.page-main-header{padding: 9em 0 2em !important;}
.ht-main-title { margin: 0px 0px 10px 0;}
.section-title{margin-left: 0;}
.section-title h2, #service .section-title h2, .awards-area .section-title h2,
#testimonials .section-title h2, #ourvideo-section .video-title h3,
#ourstory .section-title h2, #newarrival .section-title h2, #whyus .section-title h2{ font-size: 35px;}
#team .section-title h2{ font-size: 35px; line-height: 55px;}
#ourvideo-section .video-btn a h5{    padding: 10px 40px;}
#facility .section-title h2{font-size: 35px;    line-height: 50px;}
#gallery, #callus, #achievement, #support,
#course, #ourvideo-section, #blog , #ourclient, #newsletter, #facility, #service, 
#newarrival, #clientlogo{ padding: 2em 0 !important;}
.footer-area .social-profile-icons ul li a { margin: 0 8px 0 0;}
footer#footer.footer-area .widget-title { margin-bottom: 15px;}
#footer{ padding: 1em 0 1em 0em !important;}
.footer-area .newstitle h3 {font-size: 30px; margin: 0 0em 10px 0;line-height: 40px;}
#innerpage-box .main-projectinn { width: 50%;}
#innerpage-box {  padding: 2em 0em ;}
#innerpage-box .contact-img {margin-top: 1em; margin-left: -4em;bottom: -2em;}
#innerpage-box .lz-gallery-images img { height: 250px !important;}
div#content-box .faq-content button.accordion.active,
div#content-box .faq-content button.accordion {padding: 2px 20px 2px 0px ;}
#innerpage-box blockquote { padding: 4em 2em !important;}
#innerpage-box blockquote:after { bottom: -2px; font-size: 45px;}
#innerpage-box .cntpgicn{margin: 0 auto;}
.widget-area ul li:before{margin-right: 4px !important;}
main#innerpage-box #sidebars li {margin-left: 5px;}
header.site-header input[type='search'], 
header.site-header input[type='search']:hover { width: 100%;}
.s-footer { padding-bottom: 0em;}
#content-box ol li { padding-left: 3em;}
.slider_section .sub-title{font-size: 30px;}
#newarrival .section-title{margin-bottom: 2em;}
#newsletter .newsletterleft-img, #newsletter .newsletterright-img{display: none;}
.footer-area .single-footer-3, .footer-area .single-footer-4, 
.footer-area .single-footer-5, .footer-area .single-footer-6{width: 50%;}
.woocommerce ul.products li.product-category a img{height: 230px;}
.woocommerce div.product .product_title{font-size: 25px !important;}
.woocommerce span.sale-price{font-size: 25px;}
.woocommerce span.regular-price {font-size: 21px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width: 100% !important;}
#innerpage-box .innertest-item{width: 50%;}
.wc-block-components-sidebar-layout .wc-block-components-main{width: 100% !important;}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
    align-self: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
}
#about .abt-btn{margin-bottom: 1em;}
.widget-area div#calendar_wrap, #sidebars .wp-block-calendar{margin: 0 1.5em;}
#newarrival .owl-carousel .owl-dots{opacity: 1;}
.counter-area .counter-leftbox{padding: 3em 2em;}
#facility .section-title{    margin-bottom: 0.3em;}
#facility .facility-rghtbx{margin:15px 0 25px;}
#facility .hi-icon span{font-size: 35px;}
#facility .facility-box{column-gap: 20px;}
#whyus .whyus-icon img{height: 170px;}
#whyus h3.title{font-size: 22px;}
#about .about-lefttxt{position: relative;transform: rotate(0deg);left: 0;top: 1em;}
.slider_section .swiper-wrapper img{    height: 450px;}
.slider_section .play-btn{margin-right: 20px;margin-bottom: 10px;}
#team .section-titlebx{margin: 0 0 2em;}
.footer-area .s-footer.single-footer-2 .menu li a{letter-spacing: 0;}
.footer-area .bottom-area li:nth-child(1){padding-right: 20px;}
.footer-area .bottom-area li:nth-child(2){padding-left: 20px;}
#gallery .gall-contain{flex: 0 1 33%;}
#innerpage-box .imgbx:hover .team-box{padding: 20px 13px;}
#innerpage-box .imgbx img{height: 400px;}
#innerpage-box .contact-bottomarea{margin-bottom: 1.7em;}
}

@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;}
.ht-main-navigation li{ padding-right: 00px;}
img.ht-page-header-img{ height: 275px;}
#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;}
body.admin-bar .navigation { top: 45px;}
.footer-area input[type="submit"] {font-size: 16px;}
.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 {font-size: 12px;}
}

@media screen and (max-width: 768px){
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{  margin-bottom: 10px;}
.woocommerce .widget_price_filter .price_slider_amount .button{ margin-bottom: 15px;}
.ht-main-navigation a{ padding: 8px 17px;}
.ht-section-title,
.ht-section-tagline{  width: auto;}
.ht-top-footer{  margin-left: 0;}
.ht-footer{ width: auto; margin: 0 0 30px; float: none;}
#primary{width: auto !important;float: none !important;margin-bottom: 30px;}
}


@media screen and (min-width: 320px) and (max-width: 768px){
.main-dispaly.padding0 {padding-left: 20px;}
.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;display: block !important;}
.navigation .mainmenu li{bottom: auto;}
.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: 768px) and (max-width: 991px){
    .woocommerce li.product-category{width: 22%;}
    .quick-view-popup .product-button{display: block;}
    .quick-view-popup .product-add-to-cart {margin-bottom: 3em;}
    #innerpage-box .innertest-item {padding: 0 1em;}
    #testimonials .client-single.position-4{left: 8%;}
    #testimonials .client-single.position-5{right: 10%;}
    #testimonials .client-comment{width: 520px;}
    #about .about-experience{padding: 7em 4em 12.5em;}
    .slider_section .popup-content{    margin: 25% auto;}
    #innerpage-box .gallery-inn .gbox{width: 32%;}
    .one .two{    width: 80%;}
}

@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;}
header.site-header ul.sub-menu li a {padding: 5px 45px;}
}

@media screen and (min-width: 320px) and (max-width: 768px){
.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{ font-size: 16px;}
.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;}
.bx-controls-direction { display: none;  }
header.site-header .d-flex, div#navbarNavDropdown {margin: 0 0% !important; }
div#navbarNavDropdown{  margin: 0%; }
.ht-site-description{padding-top: 0; }
.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;}
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: 767px){
header .top-header span{display: none;}
.slider_content {width: 90%;}
.slider_section .title { font-size: 30px; line-height: 30px;}
.slider_section .sub-title {font-size: 24px;}
#newsletter .newslettersign-box h3{margin: 0 0 0.8em;font-size: 25px;}
#testimonials, #gallery, #callus, #achievement, #support, #clientlogo,
#course, #ourvideo-section, #blog, #ourclient, #newsletter{padding: 1em 0 !important}
.ht-inquiry-member-wrap textarea { height: 100px;}
#ht-contactus-wrap input[type="submit"] {padding: 4px 20px;font-size: 18px;}
#innerpage-box .main-projectinn { width: 100%;}
#innerpage-box .item.innertest-item { width: 100%;}
#innerpage-box .ts-area-single-inn {margin-bottom: 1.5em;}
#innerpage-box .ts-area-c{padding: 1em 0;}
#innerpage-box .singleinner-service { margin-bottom: 1.5em;}
#innerpage-box .serbtn .btn1{font-size: 18px;}
#innerpage-box .faq { margin-top: 1em;}
.site-header .navbar-toggler, 
.site-header .is-fixed .navbar-toggler { margin: 22px 0 22px 10px; box-shadow: none;}
.text-white .site-button.outline { padding: 8px 15px;}
#innerpage-box .cntpgbx { margin-bottom: 1em;text-align: center;}
#innerpage-box .inner-blogpost .blog-Athr .comm { text-align: left;}
#newarrival .newproduct-area {margin: 0 21%;}
.woocommerce li.product-category{width: 30%;}
.quick-view-popup h2{font-size: 26px;}
.quick-view-popup .product-button a{letter-spacing: 0;font-size: 16px;    padding: 15px;}
.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{width: 150px;}
.woocommerce ul.products li.product .button {padding: 18px 25px;font-size: 15px;}
main#innerpage-box h2.woocommerce-loop-product__title{font-size: 22px;letter-spacing: 0;}
.woocommerce ul.products, .woocommerce-page ul.products{padding-top: 2px !important;}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product{margin-bottom: 20px !important}
#innerpage-box .inner-team{margin-bottom: 1.3em;}
div#content-box .faq-content div.panel p{margin: 0;}
div#content-box{padding: 0 5px;}
.wc-block-components-sidebar-layout .wc-block-components-main{
    padding: 25px 10px 0 10px !important;
    margin-right: 5px !important;
}
.wc-block-components-product-name{font-size: 17px !important;}
.wc-block-components-product-price {font-size: 16px;}
.wc-block-cart-item__wrap{grid-template-columns: repeat(2, 1fr);}
nav.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{width: 100%;}
#innerpage-box .inn-single-service-bx{    padding: 0 25px;}
.ht-newsletter-member-wrap input[type="submit"]{padding: 4px 20px;font-size: 18px;}
#banner-section .banner-content h3{font-size: 35px;line-height: 52px;}
#banner-section .off-btn a h5{font-size: 18px;padding: 10px 35px;}
#service .service-icon img{height: auto;}
.awards-area .section-title{width: 100%;}
.awards-area .owl-carousel .owl-nav, 
.awards-area .owl-carousel .owl-nav.disabled{position: relative;top: 0;}
#testimonials .client-single.active .client-img,
#testimonials .client-single .client-img img{width: 120px;height: 120px;}
#testimonials .client-single.active .client-img:before{top: -10px;left: -10px;right: -10px;bottom: -10px;}
#testimonials .client-single.active .client-img:after{top: -25px;left: -25px;right: -25px;bottom: -25px;}
#testimonials .client-single.position-4{left: 5%;top: 50px;}
#testimonials .client-single.position-5{right:6%;top: 66px;}
#testimonials .client-single.position-6{top: 160px;left: 0;}
#testimonials .client-single.position-7{top: 167px;}
#testimonials .client-single.active .client-img{margin: 0 auto 2em;}
#testimonials .client-comment{width: auto;padding: 0 5px;}
#testimonials .testi-wrap{height: 450px;}
#testimonials .client-single.active{width: 100%;}
#testimonials .section-title h2{margin-bottom: 35px;}
#about .about-lefttxt{letter-spacing: 10px;}
.slider_section .swiper-wrapper img {height: 350px;}
.slider_section .sub-title h4{letter-spacing: 2px;}
.slider_section .btn5{display: grid;}
#team .single-team:hover .team-text{padding: 20px 20px 17px;}
#team .single-team-img img{height: 400px;}
.footer-area .bottom-area{text-align: center;}
#newsletter .box-form{width: 90%;text-align: center;}
.slider_section .popup-content{    margin: 22% auto;}
#innerpage-box .serbx h3, #innerpage-box .serbx h3 small{font-size: 23px !important;}
#innerpage-box .gallery-inn .gbox{width: 49%;padding: 0;}
#innerpage-box .contact-bottoleftbox .contact-lefttitle h3{font-size: 32px;line-height: 47px;}
#innerpage-box .contact-address-area{padding: 1.55em 2em 2em;}
#sidebars .widget, div#secondary.widget-area .widget{margin: 0 0 28px;}
.wp-block-group__inner-container h2, #innerpage-box .widget-area .widget-title{margin: 0px 0px 20px 0 !important}
}

@media screen and (max-width: 580px){  
.ht-team-counter-wrap{  margin-left: 0;}
.ht-portfolio{ width: 50%; padding: 4px;}
.slider_content { top: 14%;}
.slider_section .btn5 a {font-size: 16px; padding: 6px 8px;}
}

@media screen and (min-width: 476px) and (max-width: 575px){
    #newarrival .newproduct-area {margin: 0 20%;}
    #service .single-service-bx{width: 50%;}
    #whyus .whyus-bx{width: 50%;}
}

@media screen and (max-width: 575px){
#about .icnbx{width: 15%}
#about .contbx{width: 85%}
#about .abtsection-title h2 { font-size: 24px; line-height: 30px;    margin-bottom: 20px;}
#about .section-subtext p { font-size: 18px;}
.slider_section .swiper-wrapper img{float: none;margin: 0 auto;}
.slider_section .slider-mask{display: none;}
#innerpage-box .cntpgicn { margin: 10px auto 0 auto;}
#innerpage-box .cntpgtxt p {font-size: 18px;}
.widget-area a { padding: 6px 0 6px 10px;}
#facility .facilityus-single{margin-bottom: 1.5em;}
#facility .section-title {margin-bottom: 2em;}
#newarrival .section-title p{letter-spacing: 1px}
#about .aboutarea-img img{height: auto;}
#about .abt-btn a{font-size: 20px;padding: 5px 20px;}
.quick-view-popup .product-button{display: block;}
.quick-view-popup .product-add-to-cart {margin-bottom: 2em;}
header li.shop-icon{margin-left: 10px;}
.counter-area .single-counter{width: 25%;}
.counter-area .cd-single{margin: 10px;}
.counter-area .counter_videotitle{margin-top: 1em;}
#facility .section-title h2 {font-size: 30px;line-height: 43px;}
#service h4{font-size: 20px;}
#about .about-experience h3 span{font-size: 61px;}
#about .about-experience h3{font-size: 50px;}
#about .about-experience h5{font-size: 24px;}
header .js-nav-toggle{margin: 0 !important;}
header .header-btn a{font-size: 15px;padding: 5px 13px;}
#team .team-text h4{font-size: 25px;}
.slider_section iframe{height: 250px;}
.slider_section .popup-content{margin: 48% auto !important;}
header .woocommerce-breadcrumb, .breadcrumbbox .button{letter-spacing: 0;}
#innerpage-box .ht-team-member{margin: 0 15%;}
div#content-box .faq-heading h3{font-size: 23px !important;}
div#content-box .faq-button a{font-size: 18px;padding: 11px 30px;}
.counter-area .counter-rightbox{text-align: center;}
.one .two{width: 90%;top: 10%;padding: 1em;}
}

@media screen and (max-width: 520px){
.top-bar-head .head-menu {  padding-right: 0em;}
.s-footer { 
    margin-bottom: 1em;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
.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;}
.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;
}
.woocommerce ul.products, .woocommerce-page ul.products{display: block;}
.woocommerce .shop-page ul.products, .woocommerce-page .shop-page ul.products{grid-template-columns: repeat(1, 1fr);}
.wc-block-cart-item__wrap{grid-template-columns: repeat(1, 1fr);}
.wc-block-cart-item__prices, .wc-block-cart-item__quantity{text-align: left;}
.wc-block-components-quantity-selector {margin: 0 0 10px !important;}
}

@media screen and (min-width: 320px) and (max-width: 475px){
.header-seo.header-transparent .is-fixed .main-bar img { top: 55px;}
.header-seo.header-transparent .is-fixed .main-bar img { top: 50px;}
.slider_content { top: 12%;}
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;}
.header-transparent .is-fixed .main-bar h1.ht-site-title{top: 35px;}
.resp_head_box{margin-bottom: 0;}
.page_featured {margin: 0 2em;margin-bottom: 1em;padding: 3em 4em;}
main#innerpage-box h1, 
body.page-template-default main#innerpage-box h1, 
.ht-main-title, #ht-contactus-wrap h1 { font-size: 28px !important;}
.footer-area .footerlayer-3{bottom: 10%;}
.footer-area .footerlayer-2{bottom: 40%;}
.footer-area .footerlayer-1{top: 2%;left: 35.3%;}
.footer-area input[type="submit"] { position: relative; top: 0px;}
.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{padding: 12px 10px 12px 18px;}
.footer-bottom-area ul li { margin: 0 10px;}
.footer-text, .footer-area li{font-size: 14px;}
body {   position: inherit; }
.comment-form-url,
.comment-form-author,
.comment-form-email{ width: 98%;}
#innerpage-box .contform {display: block !important;}
.single-header-info { text-align: center; padding: 0;}
.woocommerce li.product-category{    width: 46%;}
#service .single-service{margin: 0 10%;}
.awards-area .achive-single{    margin: 0 10%;}
.section-title h2, #service .section-title h2, .awards-area .section-title h2,
#testimonials .section-title h2,#ourstory .section-title h2{font-size: 30px;}
#about .about-experience{padding: 2em 0;}
#about .about-lefttxt{letter-spacing: 5px;}
.footer-area .s-footer{width: 100%;}
#gallery .gall-contain{flex: 0 1 50% !important;}
#innerpage-box .singleinner-service .service_inimg img{height: auto !important;}
#innerpage-box .gallery-inn .gbox{width: 100%;padding: 0;}
.counter-area .single-counter{width: 50% !important;}
}

@media screen and (min-width: 320px) and (max-width: 349px){
    #newarrival .newproduct-area {margin: 0 4%;}
}
@media screen and (min-width: 320px) and (max-width: 370px){
    .woocommerce li.product-category{width: 100%;}
    .woocommerce ul.products li.product-category a img{height: 200px;}
}

@media screen and (min-width: 350px) and (max-width: 425px){
    #newarrival .newproduct-area {margin: 0 10%;}
}

@media screen and (max-width: 425px){
.slider_section .title { font-size: 24px; line-height: 26px;}
.slider_section .sub-title { font-size: 16px; line-height: 22px;}
.slider_section .overlay {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.4;
    z-index: 0;
}
#newsletter .ht-newsletter-member-wrap span{margin-left: 0;}
.woocommerce div.product div.images .flex-control-thumbs{    padding: 0 2em;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-prev{left: -1em;}
.woocommerce div.product div.images .flex-control-thumbs .owl-carousel .owl-nav .owl-next{right: -1em;}
.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{width: auto;padding: 12px 13px;}
#testimonials .client-single.position-4{left: 30%;top: -50px;}
#testimonials .client-single.position-3{right: 0;top: -53px;}
#testimonials .client-single.position-5 {right: 0;top: 42px;}
#testimonials .client-single.position-6 {top: 30px;left: 0;}
#testimonials .client-single.position-7{right: 30%;top: 33px;}
#testimonials .client-single.active{top: 11em;}
#testimonials .testi-wrap {height: 540px;}
#innerpage-box .ht-blog-thumbnail img{height: auto !important;}
}

@media screen and (max-width: 400px){
.footer-area .single-footer-1,
.footer-area .single-footer-2,
.footer-area .single-footer-3,
.footer-area .single-footer-4{width: 100%;}
}

@media screen and (max-width: 375px){
    .slider_content {width: 97%;}
}

@media screen and (min-width: 320px) and (max-width: 375px){
/*.ht-site-title, .site-title {font-size: 18px;}*/
.navicon { top: -60px !important;}
.team-area .inner-area-title { font-size: 15px;}
.page_featured { 
    margin-bottom: 1em; 
    padding: 2em 4em;
}
#banner-section .banner-content p{letter-spacing: 1.50px;}
#gallery .spa-gall img{height: 200px;}
#innerpage-box .ht-team-member{margin: 0 2%;}
#innerpage-box .inner-blog-post{padding: 0;}
}

@media screen and (min-width: 320px) and (max-width: 350px){
    .awards-area .achive-single{    margin: 0 5%;}
}

@media screen and (min-width: 320px) and (max-width: 320px){
.header-transparent .is-fixed .main-bar h1.ht-site-title { top: 45px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 15px;}
.woocommerce div.product .woocommerce-product-rating {line-height: 5 !important;}
.star-rating {padding-top: 9px;}
.toggle-bar {right: 25px !important;}
.total-count { padding: 18px 36px;}
.total-count .count { right: 24px;}
.total-count .count {right: 10px;}
.total-count { padding: 18px 20px;}
.page_featured {
    margin-bottom: 0em;
}
}

main#innerpage-box .tagcloud a {
    border-radius: 5px;
/*    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);*/
    padding: 4px;
    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,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; margin-left: 2em;}
.woocommerce-MyAccount-content .woocommerce-info {  background: transparent !important;}

.back-to-top {
    background: #ffcc00;
}
#colophon p {color: #ffcc00;}
#colophon a, .lz-content a{color: #87b7e8;}

@media screen and (max-width: 720px) and (min-width: 375px) {
    .nav-toggle {
        right: 0;
        top: 25px;
    }
}
p.site-title a {color: #ffcc00;}
.primary-menu li a:hover {color: #87b7e8;}