/*Theme Name: Home Renovation Expert Pro 
Theme URI: https://luzuk.com/demo/home-renovation-expert/
Author: luzuk Themes
Author URI: www.luzukthemes.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-renovation-expert-pro
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
@media (min-width: 1600px){
    .container{
                max-width: 1550px;
    }
    /*.slider_section .sliderimg{
        height: 100vh;
    }*/
}

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;
    position: relative;
    /*overflow-x: hidden;*/
}
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: 8px;
}
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: #444;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
/*    line-height: 1;*/
}
h1{
    font-size: 28px;
    margin-bottom: 15px;
}
h2{
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    margin:20px 0 15px 0;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5{
    font-size: 20px;
    margin-bottom: 10px;
}
h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:8px 0 22px;
}

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

#innerpage-box blockquote p{ 
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 47px;
}
blockquote {
   top: 2em;
    background-color: #f2f2f2;
    position: relative;
    clear: both;
    margin: 2em 0px 5em;
    padding: 3em 3em 1.7em 10em!important;
    font-size: 20px;
    color: #212121;
    font-style: normal;
    font-weight: 400;
    border: 4px solid #d33;
    border-radius: 20px;
}
blockquote:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50px;
    font-size: 64px;
    left: 40px;
    clear: both;
    padding-left: 1em;
}
blockquote:after {
    content: "";
    position: absolute;
    top: 25px;
    bottom: -33px;
    left: 27px;
    right: -30px;
    font-size: 40px;
    border: 4px dashed #332102;
    border-radius: 19px;
}
/*blockquote:after {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 20px;
    font-size: 40px;
    right: 30px;
    clear: both;
    padding-right: 1em;
}*/
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;
    center: ;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
}
.clearfix{clear:both;}

/*padding*/

.pd-0{ padding: 0;}
.pd-1{ padding: 5px;}
.pl-0{padding-left: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;/* padding-inline: 16px;*/ 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%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 0.5em;
    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;
    border-radius: 5px;
    /*box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);*/
        font-size: 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: #2d2d2d;*/
    opacity: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}
.widget.widget_categories select, {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
textarea {
    padding: 8px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
/*    color: #f9c12c;*/
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {  margin: 0 0 15px;}
.widget select {   max-width: 100%;  width: 100%;}
.widget_search .search-submit { display: none;}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: block;
    /*text-transform: uppercase;*/
    margin: 0 0 12px;
    background: #f72985;
    color: #fff;
    border-radius: 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.widget-area ul{
    list-style: none;
    padding: 0px 3px;
    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: 5px 0 18px 15px;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    /*padding-left: 37px;*/
}
.widget-area a{
    text-decoration: none;
    font-size: 16px;
    color: #52525c !important;
    display: block;
    /*padding: 6px 0;*/
    font-family: system-ui;
    font-weight: 400;
    /*line-height: 30px;*/
    margin: 0;
}
.recentcomments a {
    display: inline !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;}

/*--------------------------------------------------------------
## Bullet Point
--------------------------------------------------------------*/

/*main#innerpage-box #sidebars .widget-area li:before{
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f192";
    padding-right: 1em;
}*/
/*main#innerpage-box .widget-area .tagcloud a:before{
    display: none;
}*/

/*sidebar*/
#secondary form, #secondary .tagcloud,#secondary select,
#secondary ul{  padding: 0px 10px;}
#secondary select{margin: 0 12px 0 !important; width: 92% !important;}
#secondary .textwidget p{margin: 0;}
#secondary .textwidget{padding-inline: }

/*cart page*/
.wc-block-cart__submit-container a{
    position: relative;
    display: block;
    background: #D88E2D !important;
    color: #FFFFFF!important;
    padding: 8px 10px ;
    border-radius: 5px;
    margin-top:10px ;
    ransition: all 0.4s ease 0.5s;
}
.wc-block-cart__submit-container a:hover{
    ransition: all 0.4s ease 0.5s;
    background: #332102 !important;
}

/******/
#secondary.widget-area li:before,
main#innerpage-box #sidebars .widget-area li:before{display: none !important;}
#secondary .widget_nav_menu li a{font-weight: 600;padding: 8px 20px;}

#secondary .widget_archive a:before,
#secondary .widget_categories a:before,
#secondary .widget_recent_entries li a:before,
#secondary .widget_recent_comments span:before,
#sidebars .widget_archive ul li a:before,
#sidebars .widget_recent_entries ul li a:before ,
#sidebars .product-categories li a:before,
#sidebars .widget_recent_comments span:before{ 
   font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f0f4";
    margin: 2px 16px 0 0;
    left: 0;
    display: none;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    font-size: 22px;
    position: absolute;
}
#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: 13px 0;padding-left: 1.5em;position: relative;font-family: system-ui;font-size: 16px;}
/*/*---------------------
sidebar menu 
------------------------*/
#secondary .widget_nav_menu li ,
#sidebars .widget_nav_menu ul li{
    margin: 0px 1% 15px 2% !important;
    border: 1px solid #000;
    border-radius: 10px;
    padding-left: 0;
}
#sidebars .widget_nav_menu a,
#sidebars .widget_nav_menu ul li a{display: block;}
#secondary .widget_nav_menu li a:before,
#sidebars .widget_nav_menu ul li a:before {
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    color: #000;
    margin: 0 0 0 14px;
    font-weight: 500;
    font-size: 20px;
    right: 0%;
    top: 6px;
    height: 40px;
    border-radius: 50px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
}
#secondary .widget_nav_menu li a:after,
#sidebars .widget_nav_menu ul li a:after{
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    color: #000;
    margin: 0 0 0 14px;
    font-weight: 500;
    font-size: 20px;
    right: 2%;
    top: 6px;
    height: 40px;
    border-radius: 50px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
.widget-area { position: relative; overflow: hidden;}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    /*border-radius: 5px;*/
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary input[type="number"],
#secondary input[type="tel"],
#secondary input[type="range"],
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary input[type="file"],
#secondary textarea, #secondary select {
   width: 100%;
    margin: 10px 0%;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    /*border-radius: 10px;*/
    /*border: 1px solid #543602;*/
    padding: 10px 3px 12px 18px;
    line-height: 0.8;
    background-color: transparent;
    text-align: left;
}
#secondary select{padding: 2px 3px 2px 20px;}
#secondary .search-form input[type="text"]{
   width: 94%;
    font-size: 16px;
    font-weight: 400;
    /*padding: 11px 18px;*/
    /*border-radius: 50px;*/
}
#secondary .search-form input[type="text"]:focus{
    border-color: #1b1718;
}
#secondary textarea {padding: 15px 3px 6px 20px; height: 90px;border-radius: 14px;}
#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;}

/*#secondary select#archives-dropdown-3 {left: 0px !important;margin: 18px 5px 30px 5px ! important;}*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}
#content-box a :hover{
    /*color:#2d2d2d;*/
}
/*#content-box a i{
    color: #fff;
}*/
#commentsAdd input[type="submit"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
    border-radius: 5px;
    opacity: 1;
}
#content .tags a {
    margin: 0 5px;
    border: 1px solid #000;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    line-height: 35px;
    word-break: break-all;
}

#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 .tags{margin-top: 15px;}
.inner_contentbox .socialMedia ul{margin-left: 0;}
.inner_contentbox .socialMedia ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding: 2px 5px!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 3em;
    padding: 0;
}
#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}
#content .blog-innimg img{
    margin-bottom: 1em;
    border: 1px solid #bbb;
    padding: 5px;
}
article{position: relative;}
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: #FFF !important;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation{
    margin: 0px 0 0 0;
    padding: 1em 0;
     clear: both; 
    text-align: center;

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

.page-content #searchform input[type="submit"] {
    margin-top: 15px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 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
--------------------------------------------------------------*/


div#secondary input[type="submit"],
.wp-block-search__button {
    margin: 0 auto;
    top: 15px;
    display: block;
    position: relative;
    text-align: center;
    padding: 8px 30px !important;
    z-index: 999 !important;
    overflow: hidden;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}
#sample-heading-here:after {display: none !important;}
.section-title{ /*margin-bottom: 77px;*//*margin-top: 95px;*/ position: relative;}
.section-title h2 {
    position: relative;
    word-break: break-word;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px;
    display: inline-block;
    z-index: 1;
    word-spacing: 2px;
    padding: 0 8px;
    background: #F6E8DA;
}
.section-maintitle .heading-brd1{position: relative;}
.section-maintitle .heading-brd1:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    display: block;
    border: 1px dashed #000;
    border-bottom: none;
    z-index: 0;
}
.inner-area-title {    
    font-size: 23px;
    font-weight: 500;
    word-break: break-word;
}
.section-area-text {    
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 35px;
    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: 0 0px 12px;
    z-index: 1;
    font-family: system-ui;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.category .ht-main-title {  margin: 0 0 1.5em;}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 32px;
    font-family: system-ui;
    line-height: 1;
    padding: 0;
}
.ht-site-title a, .site-title a{ 
    text-decoration: none;  
    color: #0f172a; 
    font-size: 24px; 
    font-family: system-ui;
    font-weight: 600;
}
.ht-site-description{
/*    color: #ffffff;*/
    font-size: 14px;
    font-family: system-ui;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.ht-site-description a{font-family: system-ui !important; color: #ea580c;  font-size: 15px;}
#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;}
/*======= side bar ===========*/
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center !important;
    padding: 0 2px !important;
    
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
/*.page-main-header { text-align: center;}*/
.breadcrumbbox { position: relative;display: none; padding: 0em 0em; z-index: 1;margin-bottom: 3px;}
.breadcrumbbox span{ color:#000; margin:0 1px;padding: 0 2px;}
.breadcrumbbox .bread-arrow {display: none;}
.breadcrumbbox span.root {}
.breadcrumbbox span.treeEnd {padding: 10px 2px;line-height:1.8;}
.breadcrumbbox i {
    font-size: 20px;
    font-weight: 100;
    top: 0px;
    position: relative;
}
header .woocommerce-breadcrumb,
.breadcrumbbox .button {
    display: inline-block !important;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
}

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

/*----------------------------------------*/
/*  Sticky header
/*----------------------------------------*/
/*.site-header {
    position: absolute;
    /*top: 0;*/
    /*left: 0;*
    width: 100%;
    z-index: 999;
    padding: 10px 15px;
    transition: 0.3s ease;
    background: #fff;
}

.site-header.sticky {
    position: fixed;
    /*background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    backdrop-filter: blur(6px);*
    color: #000;

}


.logo-header .ht-site-title a {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.site-header.sticky .ht-site-title a {
    color: #111;
}*/


/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/

header .nav-menus{display: none;}
.page-main-header .headinnbox {
    position: relative;
    overflow: hidden;
}
.top-bar-head{
   /*padding-top: 1em;*/
   /*position: fixed;*/
  /*top: 0;*/
  left: 0;
  right: 0;
  background: white;
  z-index: 50;

  transition: background-color 0.3s ease;
  transition: all 0.5s ease;
  /*box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
}

header .header-inner.scroll{
    background-color: #FFFFFF;
}
header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.logo-header.mostion { padding: 4px 0 ;}
.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;}
header .headbx{padding: 0 10px;}
header .fmoutbx{width: 31%;}
header .menbx{width: 52%;}
.logo{  width: 16%;padding: 0 10px 0 0;text-align: left;}
.logo svg{
    position: absolute; 
    left: 0; 
    top:0;
    z-index: -1;
}
.logobox img{ position: relative;}
header.site-header .main-dispaly.padding0 {  padding-right: 0;}
header.site-header li {
    display: inline-block;
    list-style-type: none;
    
}
.single-header-info li:nth-of-type(2n):before {
    content: "|";
    padding: 0px 1px 0px 1px;
    color: #ffffff;
    font-weight: 600;
}
/*menu Hover bg color*/
/*.navigation .mainmenu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: .5s;
    transform: scaleY(2);
    opacity: 0;
}
.current_page_item > a:hover,
.navigation .mainmenu li a:hover::before {
  opacity: 1;
        transform: scaleY(1);
}*/
/*.navigation .mainmenu li a:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .5s;
        transform: scaley(0);
        z-index: -1;
    }
    
 .current_page_item > a:hover,
.navigation .mainmenu li a:hover::after{
        background: #262626;
        transform: scaley(1);
    }*/


header .fmbx { display: flex;align-items: center; /*margin-top: 7px;*/ justify-content: end; /*padding: 0 4%;*/}
/*search form header*/
/*search form*/
header .top-form{display: none;}
header .s-frm { position: relative;margin: 0px 0px 0 0px;}
header .search_bar fieldset {margin: 0px 0px;padding-top: 0px;}
header .search_bar {
    background: #724A03;
    border-radius: 50px;
    position: relative;
}
header .search_bar input[type=text] {
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    width: 82%;
    padding: 12px 18px 12px 34px;
    margin: 0;
    overflow: hidden;
    border-radius: 50px;
    background: #D88E2D;
    color: #fff;
    float: right;
    border-left: 4px solid #fff !important;
    border: none;
    text-align: center;
}
header .search_bar:focus {outline: none; }
header .s-frm input[type="submit"] {
    color: #000;
    width: 33px;
    height: 33px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 6px;
    bottom: 6px;
    background: #000;
    margin: 0;
    user-select: none;
    text-indent: -999px !important;
    box-shadow: none;
    border-radius: 50px;
    border: 0px solid #ccc;
    opacity: 0;
    transition: all 0.5s;
}
header .s-frm input[type="submit"]:hover{opacity: 1; transition: all 0.5s;}
header .search_bar:after {
    content: "\f002";
    font-family: 'Fontawesome';
    position: absolute;
    top: 7px;
    font-size: 21px;
    left: 13px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    width: 0;
    clear: both;
    border-radius: 24px;
    opacity: 1;
}
header .s-frm input[type="submit"]:hover{background-color:#FF7617}
header .search_bar:hover:after{display: none;}
header input[type="submit"]:hover,
header input[type="submit"]:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
header .search_dropdown:hover,
header .search_dropdown.active { cursor: pointer; } 
header .search_dropdown ul {
    display: none;
    position: absolute;
    top: 105%;
    left: -1px;
    font-size: 14px;
    width: 225px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 0;
}
    
header .search_dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 5px 18px;
  color: $highlight_color;
  line-height: 1.2em;
  position: relative;
}
      
header .search_dropdown:hover {}
header .search_dropdown .selected {color: #fff;}
header .search_dropdown .huge { max-width: 860px; }
header .search_dropdown  input[type=text] {  font-size: 20px;}

/* 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;
}
.navigation .mainmenu{ 
    position:relative; 
    z-index:9999; 
    display: flex;
    align-items: center;
    gap: 8px;
    vertical-align:middle; 
    float: none;
}
.navigation .mainmenu li{ 
   /* display:inline-block; 
    position:relative; 
    line-height:normal; 
    margin: 0 12px;*/
    position: relative;
  padding:12px 18px;
  background: none;
  border: none;
  font-family: system-ui;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block; 
}
.navigation .mainmenu li span{
    font-family: system-ui;
    font-weight: 400;
}

.navigation .mainmenu li a{ 
    /*display:block; */
    text-align:center; 
    /*color:#ffffff; */
    position:relative; 
}
.navigation .mainmenu li:hover a span{ 
  color: #f54a00;
}
.navigation .mainmenu li a span{
    position: relative;
}
.navigation .mainmenu li::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  /*color: #ff8904;*/
  height: 2px;
  background: #ea580c;
  transition: 0.3s;
  transform: translateX(-50%);
}

.navigation .mainmenu li:hover::after {
  width: 32px;
}
/*new*/

/* = Navigation 2nd level css
-------------------------------------------------------------- */
.navigation .mainmenu ul.sub-menu li { 
    list-style-type: none;transition: all 0.5s;
    /*border-bottom: 1px solid #f1f1f1;*/
    transition: all 0.5s;
    /*border-radius: 0px;*/
    color:#000 ;
    padding: 0 24px ;
    box-shadow:0 0 1px 0px #f9deae8f;
}
.navigation .mainmenu ul.sub-menu li:hover{
    background-color: #fff7ed !important;
    border-radius: 16px ;
}
.navigation .mainmenu ul.sub-menu li:hover a span{
    color: #f54a00 ;
    background-color: #fff7ed;
}
.navigation .mainmenu ul.sub-menu li:hover a {
    background-color: #fff7ed;
}
.navigation .mainmenu li:hover ul.sub-menu{
    left: auto;
    text-align: left;
    transition: all 0.5s;
   /*animation: slideInRight .8s ease-in-out;*/
    /*border-radius: 0px;*/
/*   transform: rotate(-30deg) translateY(30px);*/
}

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);
}
.navigation .mainmenu li ul li{
    display:block; 
    position:relative; 
    float:none; 
    line-height:18px; 
    margin-left:0; 
    margin-right:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
    /*box-shadow: 0 0 6px rgba(0,0,0,0.15);*/
}

.navigation .mainmenu li ul li a{
    display:block; 
    padding: 5px 0px;
    position:relative;
    top:0; 
    text-align:left; 
    z-index: 1;
}
.navigation .mainmenu li:hover ul.sub-menu li {
    opacity: 1;
    visibility: visible;
}

.navigation .mainmenu ul.sub-menu li a span {
    font-size: 16px;
    position: relative;
    color: #314158;
    font-weight: 400;
    margin-right: 25px;
}
/*.navigation .mainmenu ul.sub-menu li a:hover {
    background: #fff;
    z-index: 200;
}*/
.navigation .mainmenu ul.sub-menu li a  {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #314158;
    position: relative;
    padding: 10px 8px 10px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.ht-sticky-header .header-transparent {
    position: fixed !important;
    left: 0;
    right: 0;
}

.fmoutbx #header_num_btn{
    display: flex;
    align-items: center;
    gap: 8px; 
    padding: 8px 16px; 
    border-radius: 12px; 
    color: #ffffff; 
    font-family: system-ui;
    background: transparent;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.fmoutbx #header_num_btn:hover{
     background-color: rgba(255, 255, 255, 0.1);
}

.fmoutbx #header_num_btn span,
.fmoutbx #header_get_btn span{
    font-family: system-ui !important;
}

.fmoutbx #header_get_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    white-space: nowrap;
    padding: 24px 32px; 
    font-family: system-ui;
    height: 36px;
    font-size: 14px; 
    font-weight: 500; 
    border-radius: 6px; 
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
    color:  #fff;
    background: linear-gradient(to right, #ea580c, #f97316);
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.3);
    border: none;
}

.fmoutbx #header_get_btn:hover {
    background: linear-gradient(to right, #c2410c, #ea580c);
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */

.navigation .mainmenu li:hover ul li:hover > ul{
    display:inline-block; 
    position:absolute; 
    left:100%; 
/*    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;
}
.header.site-header ul.sub-menu li a {
    font-size: 15px;
    /*    transition: all 0.5s ease 0s;*/
    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;
}
/*.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: 10px 8px 10px 30px;transition: all 0.3s;}*/
/* .header.site-header ul.sub-menu li a:before {
    content: "\f0ec";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    margin-top: -.6em;
    margin-left: -22px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover a:before { margin-left: 14px; opacity: 0;}*/
header.site-header ul { margin: 0;}
header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
header.site-header .list-inline.m-a0 {
   padding: 2px 0;
   float: right;
}
.navigation .mainmenu {position: relative;}
.header-icon i.fa {
    position: relative;
    top: 0px;
    font-size: 15px;
    padding-right: 9px;
    font-weight: 700;
}
.home.page-template .site-header{
    z-index: 99;
    position: relative;
    width: 100%;
    background: none;
}
.page-template .site-header,
.page-template-default .site-header,
.site-header {
    z-index: 99;
    position: absolute; ;
    width: 100%;
    background:none ;
}
.page-main-header {
    position: relative;
    overflow: hidden;
    /*padding: 10em 0 4em;*/
    text-align: end;
    /*background-image: url('images/about-innerpage2.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
}
/*.page-main-header:nth-child(1){
    background-image: url('images/about-innerpage2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}*/
/***** inner header image ********/
header .innhimg1 {
    position: absolute;
    display: none;
    left: 22%;
    top: 15%;
    width: 31px;
    height: 40px;
    z-index: unset;
    transform: rotate(-155deg);
}
header .innhimg2 {
    position: absolute;
    display: none;
    left: 31%;
    top: 21%;
    width: 48px;
    height: 40px;
    z-index: unset;
}
header .innhimg3{
    position: absolute;
    display: none;
    left: 50%;
    top: 21%;
    width: 48px;
    height: 40px;
    z-index: unset;
    transform: rotate(-50deg);
}
header .innhimg4{
    position: absolute;
    right: 30%;
    display: none;
    top: 21%;
    width: 48px;
    height: 40px;
    z-index: unset;
    transform: rotate(-50deg);
}
header .innhimg5 {
    position: absolute;
    display: none;
    left: 12%;
    bottom: 0;
    width: 48px;
    height: 40px;
    z-index: unset;
    transform: rotate(2deg);
}
header .innhimg6 {
    position: absolute;
    display: none;
    left: 35%;
    bottom: 0;
    width: 48px;
    height: 40px;
    z-index: unset;
    transform: rotate(61deg);
}
header .innhsmimg {
    position: relative;
    /*display: none;*/
    /*right: -24px;
    top: -23px;
    width: 70px;
    height: 70px;
    animation: 10s linear 0s infinite normal none running tada;*/
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}
/************/
/*==== start====*/
.page-template-defaul .page-main-header {
    position: relative;
    width: 100%;
    background: none;
}
#innerpage-box .pattern-bg{
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-3.5px);
}
#innerpage-box .blob {
    position: absolute;
    width: 24rem;
    height: 24rem;
    filter: blur(50px);
    border-radius: 9999px;
    background: linear-gradient(to left bottom, rgba(251, 146, 60, 0.2), transparent);
}
#innerpage-box .blob-top-right {
    top: 5rem;
    right: 0px;
    transform: translate(2.6px, -1.7px);
}
#innerpage-box .blob-bottom-left {
    bottom: 5rem;
    left: 0px;
    transform: translate(-2.6px, 1.7px);
}
header.page-main-header .innheadlhs {
    position: absolute;
    padding-top: 12em;

}
header.page-main-header .innheadlhs .ht-main-title {
    color: #ffffff;
    text-align: center;
    /*margin-right: 36%;*/
}
header.page-main-header .innheadrhs{
    height: 400px;
    /*width: 1521px;*/
    /*border-radius: 37px;
    float: right;*/
}
header.page-main-header .innheadrhs:after {
    content: "";
    position: absolute;
    display: none;
    left: -16px;
    right: -4px;
    bottom: -1px;
    top: 12px;
    border: 4px solid #fff;
    border-radius: 46px;
}
header .innheadrhsout{position: relative;}
header.page-main-header .h-inn {
    background-image: url(images/innhead.png);
    position: absolute;
    display: none;
    bottom: 0;
    left: -22%;
    right: 0;
    top: 56px;
    width: 118%;
    height: 274px;
    z-index: 0;
    background-repeat: no-repeat;
}

/*====end ====*/
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}

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

/* map page header*/

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

header.page-main-header .innerpgimg{
    display: block;
    position: relative;
}
header.page-main-header .innerpgimg:after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 background: #000;
 transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 opacity: 0.6;
}
div#secondary .widget_calendar table thead tr th{ padding: 10px;}
.widget_calendar tfoot tr td a {  padding: 2px 10px;}

/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {
    text-align: right;
}
.main-header-info {
    text-align: center;
}
.header-icon {
    display: inline-block;
    text-align: left;
}
.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:0px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 6px; 
}

.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;}*/
.site-navigation {
    margin-top: 0px;
    /* background: #fff; */
    display: inline-block;
    padding: 1em 0 0;
    /*float: right;*/
}
.header-transparent .sticky-header {
    padding: 14px 0;
    text-align: center;
}
.header-seo.header-transparent .is-fixed .main-bar ul {
    padding: 5px 0 10px;
    text-align: center;
}
.head-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-menu .menu-content{
    position: relative;
    padding: 12px 24px;
    color: #000;
    transition: all 0.3s ease;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.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;}


/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
.slider_section{
    position: relative;
    overflow: hidden;
    background-size: cover;
    /*background: #F6E8DA;*/
    /*padding: 10em 0 3em;*/
    /*background: transparent linear-gradient(180deg, #F9CDA0 0%, #F6E7D8 75%, #F6E8DA 100%) 0% 0% no-repeat padding-box;*/
}
.slider_section .sliderimg{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 97vh;
    /*order: 2;*/
    /*padding: 18px 15px 100px 20px;*/
}
/**********/
/*01*/
.slider_section .am-img1 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 87px;
    height: 87px;
    animation: tada 10s linear infinite;
}
/*02*/
.slider_section .am-img2 {
    position: absolute;
    right: 16%;
    top: 22px;
    width: 50px;
    height: 27px;
    z-index: unset;
}
/*03*/
.slider_section .am-img3 {
    position: absolute;
    left: 32px;
    top: 0px;
    width: 31px;
    height: 27px;
    z-index: unset;
    transform: rotate(-50deg);
    /*animation: wobble 10s linear infinite;*/
}
/*05*/
.slider_section .am-img5 {
    position: absolute;
    left: 10px;
    top: 15%;
    width: 31px;
    height: 40px;
    z-index: unset;
    transform: rotate(-155deg);
    /*animation: wobble 10s linear infinite;*/
}
/*06*/
.slider_section .am-img6 {
    position: absolute;
    left: 13%;
    top: 60%;
    width: 31px;
    height: 40px;
    z-index: unset;
    transform: rotate(16deg);
    /* animation: wobble 10s linear infinite; */
}
/*07*/
.slider_section .am-img7 {
    position: absolute;
    right: 80px;
    bottom: 84px;
    width: 52px;
    height: 48px;
    z-index: unset;
    transform: rotate(16deg);
    /* animation: wobble 10s linear infinite; */
}
/*08*/
.slider_section .am-img8 {
    position: absolute;
    right: 12%;
    top: 36%;
    width: 52px;
    height: 48px;
    z-index: unset;
}
/*****************/
.slider_section .img_oly {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    inset: 0;
    background: linear-gradient(
    to right,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.75),
    rgba(15, 23, 42, 0.40)
  );
    align-content: space-around;
    /*border: 4px solid #fff;*/
    /*border-radius: 46px;*/
}
.slider_section .slide-mainimg {
    position: relative;
    /*border-radius: 40px 40px;
    padding: 10px 0;*/
}
.slider_section .sliderimg svg{

}
/************/
.slider_section .ocean svg {
    position: absolute;
    bottom: 40px;
    z-index: -1;
    left: -10px;
    width: 100%;
    height: 222px;
    transform: rotate(0deg);
}

/************/
.slider_section .slider_content {
    padding: 10px 0em;
    /*position: relative;*/
    padding-left: 1%;
    width: 75%;
    order: 1;
    align-content: center;
}
.slider_section .title, .slider_section .title small {
    position: relative;
    font-size: 80px;
    /*font-weight: 700;*/
    word-break: break-word;
    font-family:  system-ui !important;
    /*line-height: 60px;*/
    line-height: 1.2;
}
.slider_section .text{
    font-size: 24px;
    font-weight: 400;
    word-break: break-word;
    font-family: system-ui !important;
    letter-spacing: 1px;
    padding: 0em 0em;
    margin: 1.5em 0;
    color: #777777;
    line-height: 1.7;
}
.slider_section .text .transition-all{
    font-family: system-ui !important;
}
/*====== btn ====*/
.slider_section .slide-btna { 
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    gap: 16px;
}
.slider_section .btn5 a {
    position: relative;
    overflow: hidden; 
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    word-break: break-all;
    padding: 13px 40px; 
    text-align: center;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    /*background: #000;*/
    color: #fff;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 500;
    z-index: 1;
    transition: all 0.4s ease 0.5s;
    /*border: none;
    border-radius: 0px;*/
    text-decoration: none;
    transition: all 0.2s ease;
    /*margin: 0.4em 0 0;*/
    /*box-shadow: -4px 1px 4px 4px #724A03;*/
    /*left: 3px;*/
}

.slider_section .btn5 a span{
    font-family: system-ui !important;
}
.slider_section .btn5 .btn5-1{
    padding: 15px 40p;
    font-family: system-ui !important;
    background: linear-gradient(to right,  #ea580c, #f97316);
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
    border: none;
}

.slider_section .btn5 .btn5-1:hover{
    background: linear-gradient(to right, #c2410c, #ea580c);
}
.slider_section .btn5 .btn5-1 a:focus-visible{
  box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.5);
  border-color: rgba(251, 146, 60, 1);
}
.slider_section .btn5 a:hover{transition-delay: 0.4s;}
.slider_section .btn5 a:before,
.slider_section .btn5 a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.5s ease-in-out 0s;
}
/*.slider_section .btn5 a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.slider_section .btn5 a:focus:before,
.slider_section .btn5 a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
.slider_section .btn5 a:focus:after,
.slider_section .btn5 a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}*/
/********/
.slider_section .owl-dots { 
 /*display: none;*/
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  /*gap: 12px;*/
  z-index: 50;
}
/*.slider_section .owl-dots.active span:hover{
    background: linear-gradient(to right, #c2410c, #ea580c);
}*/
.slider_section .owl-dots span {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slider_section .owl-dot.active span{
    background: linear-gradient(to right, #c2410c, #ea580c);
    width: 50px;
    border-radius: 10px;
}
.slider_section .owl-dots.active span {
  transform: scale(1.3);
}
#slider .owl-stage-outer,
#slider .owl-stage,
#slider .owl-item {
    height: 100%;
}
#slider,
#slider .owl-stage-outer,
#slider .owl-stage {
    background: #000;
}

#slider .owl-item {
    opacity: 0.98;
    transition: opacity 0.4s ease;
}
#slider .owl-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#slider .owl-carousel{display: block;}
.slider_section .owl-theme .owl-dots {
    position: absolute;
    bottom: 50%;
    right: 0px;
    display: none;
}
/*.slider_section .owl-nav{ display: block;}*/
.slider_section .owl-nav .owl-prev ,
.slider_section .owl-nav .owl-next{
    position: absolute;
    right: 16px;
    top: 53%;
    opacity: 1;
    /*-webkit-transition: all 0.4s ease-out;*/
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    border-radius: 9999px;
    cursor: pointer;
    box-shadow: none;

    /*border: 2px solid #D88E2D !important;*/
    /*opacity: 0;*/
}
.slider_section:hover .owl-nav .owl-prev ,
.slider_section:hover .owl-nav .owl-next{
    opacity: 1; 
    transition: all 0.4s ease-out; 
}

.slider_section .owl-nav .owl-prev {left: 2%;}
.slider_section .owl-nav .owl-next {right: 2%;}

.slider_section .owl-nav .owl-prev span,
.slider_section .owl-nav .owl-next span {
    width: 16px;         
    color: #ffffff;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    font-size: 39px;
    font-family: 'Roboto';
}
.slider_section .owl-nav .owl-prev span{left: -4px;}
.slider_section .owl-nav .owl-next span{right: 4px;}
.slider_section .owl-nav .owl-prev:focus,
.slider_section .owl-nav .owl-next:focus {
    outline: 0;
}
.slider_section .owl-nav .owl-prev:hover,
.slider_section .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/*----------------------------------------*/
/*   Service Area
===========================
/*----------------------------------------*/

/* Pattern background */
#service .pattern-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-3.5px);
}

/* Shared blob style */
#service .blob {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 9999px;
  background: linear-gradient(to bottom left, rgba(251,146,60,0.2), transparent);
  filter: blur(50px);
}

/* Top right orange blob */
#service .blob-top-right {
  top: 5rem;
  right: 0;
  transform: translate(2.6px, -1.7px);
}

/* Bottom left orange blob */
#service .blob-bottom-left {
  bottom: 5rem;
  left: 0;
  transform: translate(-2.6px, 1.7px);
}


.service-area .inn-single-service-bx { display: none;}
#service { position: relative;/*background: #F6E8DA;*/    margin-bottom: 59px;overflow:hidden;}
#service .h_img{ }
/*#service .h_img:before {
    content: "";
    position: absolute;
    background-image: url(images/sergl.svg);
    top: -190px;
    left: 0;
    width: 150px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#service .h_img:after {
    content: "";
    position: absolute;
    background-image: url(images/sergr.svg);
    top: -40px;
    right: 0px;
    width: 150px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

.service-area .single-service-bx { margin-bottom: 3em; position: relative;padding: 0 15px;transition: all 0.5s;}
.service-area .single-service{
    position: relative;
    border-radius: 0 0 10px 10px;
    display: flex;
    transition: all 0.5s;
}
/*.service-area .single-service:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px dashed #d33;
    border-radius: 0 0 10px 10px;
}*/
.service-area .service-icon { position: relative;overflow: hidden;border-radius: 20px; margin-top: 10%; float: inline-end;}
.service-area .service-icon img {
    width: 624px;
    height: 384px;
    border-radius: 8px;
    transition: all 0.5s;
}
.service-area .service-icon .smoke {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.service-area .service-icon .smoke div {
  position: absolute;
    bottom: -100;
    left: 0;
    right: 0;
    margin: 0 auto;
   background-color: rgba(255, 255, 255, 0.6);
   background: #fff;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
}*/
.single-service-bx .single-service {
    display: flex;
    flex-wrap: wrap;
}


.single-service-bx:nth-child(even) .single-service {
    flex-direction: row-reverse;
}


.single-service .col-md-6,
.single-service .col-sm-12 {
    float: none !important;
    display: block;
}
/*.service-area .single-service:hover .service-icon .smoke div:nth-child(1) {
  left: -150px;
  animation: loader-smoke-1 1.5s linear infinite;
  animation-delay: 0s;
}
.service-area .single-service:hover .service-icon .smoke div:nth-child(2) {
  right: -150px;
  animation: loader-smoke-2 1.5s linear infinite;
  animation-delay: 0.2s;
}
.service-area .single-service:hover .service-icon .smoke div:nth-child(3) {
  left: 60px;
  animation: loader-smoke-3 1.5s linear infinite;
  animation-delay: 0.4s;
}
.service-area .single-service:hover .service-icon .smoke div:nth-child(4) {
  left: 100px;
  animation: loader-smoke-4 1.5s linear infinite;
}*/
/*@keyframes loader-smoke-1 {
  from {
    bottom: 0;
    transform: scale(1);
    opacity: 0.6;
    filter: blur(5px);
  }
  to {
    bottom: 100%;
    transform: scale(3);
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes loader-smoke-2 {
  from {
    bottom: 0;
    left: 40px;
    transform: scale(1);
    opacity: 0.6;
    filter: blur(5px);
  }
  to {
    bottom: 100%;
    transform: scale(3);
    left: 120px;
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes loader-smoke-3 {
  0% {
    bottom: 0;
    left: 60px;
    transform: scale(1);
    opacity: 0.6;
    filter: blur(10px);
  }
  50% {
    left: 120px;
  }
  100% {
    bottom: 100%;
    transform: scale(3);
    left: 40px;
    opacity: 0;
    filter: blur(20px);
  }
}
@keyframes loader-smoke-4 {
  from {
    bottom: 0;
    left: 100px;
    transform: scale(1);
    opacity: 0.6;
    filter: blur(5px);
  }
  to {
    bottom: 100%;
    transform: scale(3);
    left: 0;
    opacity: 0;
    filter: blur(10px);
  }
}
*/
.service-icon {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    /*width: 624px;*/
    float: inline-end;
    margin-top: 10%;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

/* Glow background */
.service-icon::before {
    content: "";
    position: absolute;
    inset: -16px;
    background: linear-gradient(to right, #f97316, #ea580c);
    opacity: 1;
    border-radius: 24px;
    filter: blur(32px);
    transition: opacity 0.3s ease;
}

.service-icon:hover::before {
    opacity: 0.35;
}

.service-icon .icon-overlay{
    position:absolute;
    top:16px;
    left:16px;
    background-color: <?php echo esc_attr($icon_bg_color); ?>;
    border-radius:12px;
    padding:8px;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
                            }
/* Image styling */
.service-icon img {
    width: 624px;
    height: 384px;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.4s ease;
}

.service-icon:hover img {
    transform: scale(1.06);
}

/* Orange tint overlay */
.service-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(234, 88, 12, 0);
    transition: background-color 0.5s ease;
    background: linear-gradient(to top, #333448cc, rgb(0 0 0 / 0%))
}

.service-icon:hover::after {
    background-color: rgba(234, 88, 12, 0.10);
}


.service-icon .icon-box {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #ea580c, #f97316); /* orange gradient */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
  z-index: 2;
}

.service-icon .icon-box i {
  font-size: 28px;
  color: #fff;
}

.service-icon:hover .icon-box {
  transform: scale(1.1);
}

/* Keep your smoke effect on top */
.service-icon .smoke {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.service-area .sertxbx {
    text-align: left;
    padding: 0em 2em 0em;
    margin: 0px 10px 0;
    border-radius: 8px;
}

.service-area .sertxbx h2{
    color: rgba(234, 88, 12, 0.3);
    font-size: 60px;    
    margin-bottom: 8px;
    line-height: 1;
    font-family: system-ui !important;
    font-weight: 400;
}

.service-area .sertxbx h4{
    color: rgb(15, 23, 42); 
    font-size: 36px;  
    line-height: 1.11111;   
    font-family: 'Poppins';  
    margin-bottom: 16px;
}
.service-area .sertxbx p{
    font-size: 18px;  
    line-height: 1.625;               
    color: #4b5563;      
    font-family: system-ui !important;            
    line-height: 1.625;            
    margin-bottom: 4px; 
}

.service-area .list-text{
    padding-left:22px ;
    font-family: system-ui !important;

}

.service-area .list-text li::marker {
    color: #ea580c;
    font-size: 22px;
}
.service-area .list-text li{
    font-size: 16px;
    color: #4b5563; 
    font-family: system-ui !important;  
    margin-bottom: 6px;
}
.service-area .service-btn {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    right: 0;
    bottom: -2em;
    margin: 0 auto;
    text-align: left;
}
.service-area .service-btn span{
    margin-top: 24px;           
    padding: 12px 32px;        
    background: linear-gradient(to right, #ea580c, #f97316); 
    color: #ffffff;             
    border-radius: 14px;     
    display: inline-flex;
    align-items: center;
    gap: 8px;        
    font-family: system-ui !important;            
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); 
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 16px; 
}
.service-area .service-btn span:hover{
    background: linear-gradient(to right, #c2410c, #ea580c);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); 
    transform: scale(1.05); 
}
/*.service-area h4 {font-size:30px;font-weight:600;margin:0px 0 17px 0;}
.service-area p {padding: 0;font-size: 19px;margin: 1px 0 20px 0;line-height: 32px;}*/
.service-area .section-title h4{     
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui !important;
}
.service-area .section-maintitle h2,
.service-area .section-maintitle h2 span {
    text-align: center;
    font-size: 48px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-area .section-title_para p{
    text-align: center;
    font-size: 20px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}

.sertxbx{
        text-align: left;
    padding: 0em 2em 0em;
    margin: 0px 10px 0;
    border-radius: 8px;
    font-family: system-ui !important;
}
.sertxbx h2 {
    color: rgba(234, 88, 12, 0.3) !important;
    font-size: 60px !important;
    margin-bottom: 8px !important;
    line-height: 1;
    font-family: system-ui !important;
    font-weight: 400 !important;
}
.sertxbx h4 {
    color: rgb(15, 23, 42) !important;
    font-size: 36px !important;
    line-height: 1.11111 !important;
    font-family: 'Poppins'!important;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
}
.sertxbx p {
    font-size: 18px !important;
    line-height: 1.625 !important;
    color: #4b5563 !important;
    font-family: system-ui !important;
    line-height: 1.625 !important;
    margin-bottom: 4px !important;
}
.sertxbx .list-text {
    padding-left: 22px;
    font-family: system-ui !important;
}
.sertxbx .list-text li{
    font-size: 16px;
    color: #4b5563;
    font-family: system-ui !important;
    margin-bottom: 6px;
}
.sertxbx .list-text li::marker {
    color: #ea580c;
    font-size: 22px;
}

.sertxbx .service-btn span{
    margin-top: 24px;
    padding: 12px 32px;
    background: linear-gradient(to right, #ea580c, #f97316);
    color: #ffffff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: system-ui !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 16px;
}
.sertxbx .service-btn span:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: scale(1.05);
    background: linear-gradient(to right, rgb(194, 65, 12), rgb(234, 88, 12));
}
.cta-container {
  max-width: 768px;      
  margin: 51px auto 50px;    
  text-align: center;
  opacity: 0.54;
  transform: translateY(-37px);
}

.cta-box {
  background: white;
  border: 1px solid #e5e7eb; 
  border-radius: 24px;      
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); 
  padding: 40px; 
}

.cta-box .cta-title {
  font-size: 30px;  
  margin-bottom: 16px; 
  font-family: system-ui; 
  color: #0f172a;       
  font-weight: 400;
}

.cta-box .cta-text {
  font-size: 18px; 
  color: #4b5563;    
  font-family: system-ui;  
  margin-bottom: 24px;
}

.cta-box .cta-button span{
  padding: 16px 32px;          
  border: 2px solid #ea580c;  
  color: #ea580c;            
  border-radius: 12px; 
  font-family: system-ui;       
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-box .cta-button:hover span,
.cta-box .cta-button:focus span{
  background-color: #ea580c;  /* orange-600 */
  color: white;
  outline: none;
}



/*.service-area .serbtn a:before,
.service-area .serbtn a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.5s ease-in-out 0s;
}
.service-area .serbtn a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.service-area .serbtn a:focus:before,
.service-area .serbtn a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
.service-area .serbtn a:focus:after,
.service-area .serbtn a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}*/

/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about { position: relative; overflow: hidden;/*background: #F6E8DA;*/}
#about .abt-rbx {position: relative; padding: 43px 33px 40px 40px;z-index: 1;}
#about .about-area-bx{position: relative;z-index: 9;padding: 0 58px 0 40px;height: auto;}
#about .about-area-bx .svg {
    position: absolute;
    width: 0;
    height: 0;
  }
#about .about-area-bx .clipped {
    width: 100%;
    height: 100%;
    /*background: #f3dcc1;*/
    background-size: cover;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    position: absolute;
    top: 0;
    left: 0;
}
#about .about-area-bx .about-cornimg{
    position: absolute;
    /* background: url(images/flwr.png); */
    bottom: 5px;
    right: 0;
    z-index: 1;
}

#about .abtsection-title{
    text-align: center;
}
#about .abtsection-title h4{
    display: inline-block;       
    padding: 8px 16px;           
    background-color: #ffedd4;  
    color: #ea580c;             
    border-radius: 9999px;    
    margin-bottom: 16px;     
    font-weight: 500;         
    font-size: 16px;
    font-family: 'Poppins';   
}
#about .abtsection-maintitle h2,
#about .abtsection-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: 'Poppins';
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 24px;
    max-width: 805px;
    /*border-bottom: 1px solid #000;*/
    /*display: inline-block;*/
}


#about .section-subtext p{
    text-align: center; 
    font-size: 20px; 
    font-family: 'Roboto';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px; 
    max-width: 768px;
    line-height: 34px;
}
#about .aboutus-post-wrap{
    padding: 12px;
}
#about .aboutus-post-boxes{
    display: flex;
    gap: 10px;
    justify-content: center;
}

#about .about-area-data {
    /*width: 270px;
    height: 209px;*/
    padding: 24px; 
    transition: box-shadow 0.3s ease;
    background-color: #fbf9fa;
    border-radius: 16px;
    text-align: center; 
}
#about .about-area-data:hover{
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.10),
        0 4px 6px -4px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}

#about .about-area-data i{
    width: 64px;
    height: 64px;
    align-content: space-around;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 32px;
    color: #fff;
    background: linear-gradient(to bottom right, #f97316, #ea580c);
}
#about .about-area-data h4 span{
    font-size: 18px;
    margin: 7px 0 7px;
    font-family: 'Poppins';
    color: #0f172b;
    line-height: 1.4;
}
#about .about-area-data p{font-family: system-ui; font-size: 13px;padding: 0; margin: 0;
line-height: 1.625}
#about .aboutus-single {
    /*margin-bottom: 0em; */
    transition: all .2s linear;
    text-align: center;
    margin:15px;
    display: inline-block;
}
#about .aboutus-single:hover .hi-icon span{ transition: all 0.5s;animation: rotateInUpRight .5s ease-in-out;}

#about .aboutus-counter{
    margin: 12px 0;
}

#about .aboutus-counter{
    padding: 0px 55px;
}
#about .aboutus-post-data1{
    display: flex;
    gap: 10px;
    justify-content: center;
}

#about .about-dataarea {
    /*margin: 0 37px;*/
    width: 213px;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.aboutus-single3:nth-child(odd) .about-dataarea {
    background: #0f172a;
    border: 1px solid #1e293b;
}

.aboutus-single3:nth-child(even) .about-dataarea {
    background: #1e293b;
    border: 1px solid #334155;
}
#about .about-dataarea:hover{
    transform: scale(1.05);
    box-shadow: 0 18px 30px rgba(0,0,0,0.4);
}

#about .about-dataarea h4 span{
    font-size: 48px;
    margin-bottom: 4px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 1;
}
#about .about-dataarea p{font-family: system-ui; font-size: 14px;padding: 0;color: #99a1af; margin: 0;
line-height: 1.42857}
#about .aboutus-single3 {
     transition: all .2s linear;
    text-align: center;
    margin: 11px;
    width: 213px;
}

#about .hi-icon span{transition: all 0.2s ease 0s;}
#about .abt-btn a{
    margin-top: 1.3em;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 8px 27px;
    border-radius: 50px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    transition: all 0.2s ease 0.4s;
    border: none;
    text-decoration: none;
    transition: 0.5s;
}
#about .abt-btn a span{padding-left: 8px;}

#about .abt-btn a:before,
#about .abt-btn a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.5s ease-in-out 0s;
}
#about .abt-btn a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
#about .abt-btn a:focus:before,
#about .abt-btn a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
#about .abt-btn a:focus:after,
#about .abt-btn a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}
#about .aboutarea-img { 
    overflow: hidden; 
    position: relative;
    transition: all .2s linear;
    border-radius: 16px; 
    width: 100%;
    height: 320px;
    margin-bottom: 48px;}
#about .about-area-bx:hover .aboutarea-img:after{
    bottom: 80px;
    border-radius: 50px 50px 0px 50px; 
    transition: all .4s linear;
    transform: rotate(-45deg);
}
#about .aboutarea-img img{
    position: relative;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transition: all .4s linear;*/
    transition: transform 0.7s ease;
    /*margin-bottom: 160px;*/
    z-index: 1;
}

#about .aboutarea-img img:hover {
    transform: scale(1.05);
} 


/*----------------------------------------*/
/*   About Inner page
/*----------------------------------------*/

main#innerpage-box .entry-content .wp-block-columns h1{
    font-size: 48px;
    font-weight: 700;
    font-family: system-ui !important;
}
main#innerpage-box .entry-content .wp-block-columns p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.625;
    font-family: system-ui !important;
    color: #52525c;
}

main#innerpage-box .entry-content .wp-block-columns:nth-child(2){
    padding-inline: 16px;
    padding-block: 96px;

}

main#innerpage-box .entry-content .wp-block-columns:nth-child(2) h2{
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.11;
    font-weight: 700;
}
   
#innerpage-box .entry-content .wp-block-columns .wp-block-image{
    height: 600px;
}
#innerpage-box .entry-content .wp-block-columns .wp-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#innerpage-box .entry-content .wp-block-columns .column-border {
    padding: 32px;
    border: 1px solid #e7e3e4;
}

main#innerpage-box .entry-content .wp-block-column-is-layout-flow:hover{
    border-color: #1b1718;
}
/*----------------------------------------*/
/*   Features Section
/*----------------------------------------*/
#features .pattern-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-3.5px);
}


#features .blob {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 9999px;
  background: linear-gradient(to bottom left, rgba(251,146,60,0.2), transparent);
  filter: blur(50px);
}




#features {position: relative;padding-block:4px ; overflow: hidden;/*background: #F6E8DA;*/}

#features .feature-img{
    position: absolute;
    left: 0;
    bottom: 0;
}
#features .featuresus-post-boxes {position: relative;}
#features .featuresbx {
    /*margin-bottom: 1.2em;*/
    position: relative; 
    padding: 0px 30px;
    transition: all 1s ease 0s;
}

#features .section-title h4{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui !important;
}

#features .section-maintitle h2,
#features .section-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#features .section-text p {
    text-align: center;
    font-size: 20px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    /*line-height: 34px;*/
}

#features .featuresus-post-maintext p{
    font-size: 18px;         
    color: #4b5563;   
    font-family: system-ui !important;        
    margin-bottom: 32px;      
    padding-left: 30px;
    line-height: 1.625; 
}

#features .feature-image .image-effect{
    position: absolute;
    top: -16px;
    right: 0px;
    bottom: -16px;
    left: 0px;
    background: linear-gradient(to right, #f97316, #ea580c); /* orange-500 → orange-600 */
    border-radius: 24px; /* rounded-3xl (1.5rem = 24px) */
    opacity: 0.2;
    filter: blur(40px);
}
#features .feature-image{
    position: relative;
    padding: 0 17px;
}
#features .feature-image .image-container{
    position: relative;
    border-radius: 24px; 
    overflow: hidden;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25);
    
}

#features .feature-image .image-overly{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(
        to top,
        rgba(15, 23, 42, 0.6),  /* slate-900/60 */
        rgba(15, 23, 42, 0.2),  /* slate-900/20 */
        rgba(15, 23, 42, 0)
  );
}
#features .feature-image img{
    width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;

}


#features .featuresus-single { 
    position: relative;
    width: 296px;
    height: 217px;
    margin-bottom: 2.1em;
    transition: all 0.1s linear;
    text-align: left;
    padding: 24px;
    background-color: #f9fafb; 
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    transition: all 0.3s ease ;
}
#features .featuresus-single:hover{
    background-color: #ffffff;        
    border-color: #fdba74;             
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04); 
}

#features .featuresbx:hover .featuresus-single{transition: all 1s ease 0s;}
#features .hi-icon { 
    display: block;
    width: 48px;             
    height: 48px;
    text-align: left;
    position: relative;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    /*transition: all 1s ease 0s;*/
    background: linear-gradient(135deg, #f97316, #ea580c);
    margin-bottom: 16px;
    overflow: hidden;
    /*transition: color 0.25s ease-in-out 0.3s;*/
}

#features .featuresus-single:hover .hi-icon {
  transform: scale(1.1);
}
#features .hi-icon span {z-index: 1;position: relative;transition: all 1s ease 0s;}
#features .hi-icon img{
    position: absolute;
    top: -5px;
    left: 1em;
    right: 0;
    margin: 0 auto;
    transition: 0.25s ease-in-out 0.1s;
}
#features .featuresus-single:hover .hi-icon img{
    left: 0;
    animation: spin 4s linear infinite;
    transition: 1s ease-in-out 0.1s;
}
@keyframes spin {
    100% {
        transform: rotate(-360deg);
    }
}
#features .features-area-data { position: relative;/*padding: 0 10px 10px;*/
    border-radius: 0 0 100px 100px;}
#features .features-area-data h4{
    font-size: 18px;
    /*margin: 10px 0 23px 0;*/
    margin-bottom: 8px;
    color: #0f172a;
    font-family: system-ui !important;
    transition: color 0.3s ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

#features .featuresus-single:hover h4{
    color: #f97316; 
}
#features .features-area-data p{
    font-size: 14px;
    font-weight: 400;
    position:relative; 
    color: #4b5563;
    font-family: system-ui !important;
    z-index: 1;
    line-height: 1.625;
}



/*----------------------------------------*/
/*   process Section
/*----------------------------------------*/
#process .pattern-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-3.5px);
}


#process .blob {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 9999px;
  background: linear-gradient(to bottom left, rgba(251,146,60,0.2), transparent);
  filter: blur(50px);
}

#process {position: relative;padding-block:4px ; overflow: hidden;/*background: #F6E8DA;*/}

#process .process-img{
    position: absolute;
    left: 0;
    bottom: 0;
}
#process .processus-post-boxes {position: relative;}
#process .processbx {
    /*margin-bottom: 1.2em;*/
    position: relative; 
    padding: 0px 30px;
    transition: all 1s ease 0s;
}

#process .section-title h4{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui !important;
}

#process .section-maintitle h2,
#process .section-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#process .section-text p {
    text-align: center;
    font-size: 20px;
    font-family: system-ui !important;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}

#process .processus-post-maintext p{
    font-size: 18px;         
    color: #4b5563;   
    font-family: system-ui;        
    margin-bottom: 32px;      
    padding-left: 30px;
    line-height: 1.625; 
}

#process .processus-single { 
    width: 105%;
  transform: translateY(4.68px);
  opacity: 0.824;
}
#process .process-image{
  position: relative;
  height: 256px;           
  border-radius: 16px;   
  overflow: hidden;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.1); 
  margin-bottom: 24px;
}
#process .image-container{
  width: 100%;
  height: 100%;
  transform: scale(1.0117);
}


#process .processus-single:hover img{
transform: scale(1.1);
}
#process .image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;

}
#process .image-overly{
   position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.7),
    rgba(15, 23, 42, 0.2),
    transparent
  );
}

#process .process-boxnum{
  position: absolute;
  top: 16px;    
  left: 16px;
}

#process .hi-number{
  width: 48px;  
  height: 48px;  
  background: linear-gradient(to bottom right, #ea580c, #f97316);
  border-radius: 12px; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

#process .hi-number span{
  font-size: 20px;
  font-family: system-ui;
  color: #ffffff;
}

#process .process-box{
  position: absolute;
  bottom: 16px; 
  right: 16px;
}
#process .hi-icon { 
  width: 40px;   
  height: 40px;  
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(4px); 
  border-radius: 8px; 
  display: flex;
  align-items: center;
  justify-content: center;
}


#process .hi-icon span {
  color: #ea580c;
}
#process .hi-icon img{
    position: absolute;
    top: -5px;
    left: 1em;
    right: 0;
    margin: 0 auto;
    transition: 0.25s ease-in-out 0.1s;
}

#process .process-area-data { position: relative;text-align: center;/*padding: 0 10px 10px;*/
    border-radius: 0 0 100px 100px;}
#process .process-area-data h4{
  font-size: 24px;        
  margin-bottom: 8px; 
  font-family: system-ui;    
  color: #0f172a;
}


#process .process-area-data p{
  font-size: 14px;     
  font-family: system-ui;
  color: #4b5563; 
}

/*----------------------------------------*/
    /*product Categories*/
/*=======================*/

#topcategories {position: relative;overflow: hidden;text-align: center;background: #F6E8DA;}
#topcategories .pro-cat-img1{position: absolute;left: 0;bottom: 0;}
#topcategories .pro-cat-img2{position: absolute;right: 0;bottom: 0;}
#topcategories .section-title{margin-top: 0;margin-bottom: 70px}
#topcategories ul {margin: 0;}
#topcategories li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 1.6em;
}
#topcategories .pro-cat-area {
    background: #fff;
   border-radius: 50%;
    padding: 9px;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 40%);
}
#topcategories .pro-cat-img{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 40%);
}
#topcategories .cat-ovly{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 80px;
    transform: scale(1);
    margin: auto;
    background: #332102;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
#topcategories .cat-product:hover .cat-ovly{
    top: 35%;
    opacity: 0.5;
    transform: scale(8);
}
#topcategories .product-bx:nth-last-child(2) .cat-ovly,
#topcategories .product-bx:nth-last-child(3) .cat-ovly{
    top: -50%;;
}
#topcategories .product-bx:nth-last-child(2) .pro-cat-img,
#topcategories .product-bx:nth-last-child(3) .pro-cat-img,
#topcategories .product-bx:nth-last-child(2) .pro-cat-area,
#topcategories .product-bx:nth-last-child(3) .pro-cat-area{
    clip-path: polygon(50% 0%, 100% 60%, 100% 100%, 0 100%, 0% 60%);
}
#topcategories .product-bx:nth-last-child(2),
#topcategories .product-bx:nth-last-child(3){margin-top: -10.5em;padding: 0 1.6em 4em;}
#topcategories .pro-cat-img .p-olay{
     content: '';
    height: 100%;
    width: 100%;
    border: 0px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.6s ease-out 0s;
}
#topcategories .pro-cat-img img{    
    width: 361px;
    height: 305px; 
    border-radius: 50%;
    transition: all 0.6s ease-out 0s;
}
#topcategories .product-bx:nth-last-child(2) .pro-cat-content,
#topcategories .product-bx:nth-last-child(3) .pro-cat-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#topcategories .pro-cat-inn { position: relative;padding: 1.1em 0 0;}
#topcategories .product-bx:nth-last-child(2) .pro-cat-inn,
#topcategories .product-bx:nth-last-child(3) .pro-cat-inn{padding: 0 0 1em;}
#topcategories .pro-cat-content h5{
    letter-spacing: 0px;
    display: inline-block;
    padding: 2px 10px 0 10px;
    border-radius: 4px;
    margin: 0.5em 0 0.8em;
}
#topcategories .pro-cat-content h5 span{
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
#topcategories .pro-brd{
   position: absolute;
    top: 0;
    right: -1.5em;
    width: 430px;
    height: 210px;
    border-radius: 20rem 20rem 0 0px;
    border: 3px solid #654102;
    transform: rotate(0deg);
    border-right: 3px solid transparent;
    border-bottom: none;
    border-left: 3px solid transparent;
}
#topcategories .product-bx:nth-last-child(2) .pro-brd,
#topcategories .product-bx:nth-last-child(3) .pro-brd{
    top: auto;
    bottom: 0em;
    transform: rotate(180deg);
}
#topcategories .pro-brd:before,
#topcategories .pro-brd:after{
    content: '';
    position: absolute;
    top: 3.1em;
    width: 12px;
    height: 12px;
    background: #543602 0% 0%;
    border-radius: 50px;
}
#topcategories .pro-brd:before{left: 3.5em;}
#topcategories .pro-brd:after{ right: 3.5em;}
#topcategories .owl-dots { display: none; margin-top: 2em;}
#topcategories .owl-theme .owl-nav{  display: none;}
#topcategories button.owl-dot {box-shadow: none !important; padding: 0;  margin: 0;background: none !important;}
#topcategories .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 2px;
    opacity: 1;
    background: #d33;
    transition: all 1s ease 0s;
}
#topcategories .owl-theme .owl-dots .owl-dot.active span,
#topcategories .owl-theme .owl-dots .owl-dot span:hover{
    transition: all 1s ease 0s;
}

#topcategories .owl-theme .owl-dots .owl-dot span:hover, 
#topcategories .owl-theme .owl-dots .owl-dot.active span {
    background-color: #0c3c00;
}

/*--------------------------------------------------------------
## banner Section  ##
--------------------------------------------------------------*/
#banner-section{ position: relative;overflow: hidden;}
#banner-section .banner-shape3 { 
    position: relative; 
    top: -3em;
    z-index: 1;
    animation-name: pulse;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#banner-section .banner-shapetext {
    position: absolute;
    top: 1.2em;
    left: 1.4em;
    margin: 0 auto;
}
#banner-section .banner-shape3 .shape-txt1 {font-size: 26px;font-weight: 800;}
#banner-section .banner-shape3 .shape-txt2 {font-size: 16px;font-weight: 600;}

#banner-section .banner-bx { position: relative;}
#banner-section .banner-box:after {
    content: "";
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #000;
    border-left:none ;
    position: absolute;
    border-radius: 0 50em 50em 0;
    z-index: 0;
}
#banner-section .banner-box {
    position: relative;
    width: 48%;
    border-radius: 0 50em 50em 0;
    padding: 1em 6em 3em 0;
}
#banner-section .banner-inn{position: relative;margin-left: 15%;}
#banner-section .banner-textarea {  position: relative;}

#banner-section .banner-bx {position: relative;}
#banner-section .banner-bx h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 57px;
    position: relative;
}
#banner-section .banner_subtext h4{
    font-size: 24px;
    font-weight: 600;
    margin: 36px 0 5px;
    position: relative;
}
#banner-section .banner_distitle p{
    font-size: 151px;
    font-weight: 600;
    margin-bottom: 1px;
    position: relative;
    line-height: 1.3;
    animation-name: blinker;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

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

#gallery .innergalry{display: none;}
#innerpage-box .homegalry{display: none;}
#gallery {position: relative;  overflow: hidden;background: #fbf9fa;}
#gallery .section-title h4{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui;
}

#gallery .section-maintitle h2,
#gallery .section-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#gallery .section-text p {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}

#gallery .section-text{/*margin-top: 20px;*/}
#gallery .gall-contain {
    position: relative;
    padding: 0px 14px;
    margin-bottom: 3.2em;
}
#gallery .lz-gallery-images,
#gallery .spa-gall {position: relative;overflow: hidden;transition: all 0.3s ease 0s;}
#gallery .homegalry{ 
    position: relative;
    overflow: hidden;
    padding: 0px;
    /*border: 9px solid #fff;*/
    border-radius: 16px;
    /*border-radius: 25px 25px 150px 150px;*/
}
#gallery .homegalry .over-text i {
    position: absolute;
    top: 42%;
    right: 42%;
    width: 64px;
    height: 64px;
    background-color: rgba(255,255,255,0.2);
    line-height: 60px;
    backdrop-filter: blur(4px);
    border: 2px solid #ffffff;
    z-index: 1;
    font-weight: normal;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: none;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#gallery .homegalry:hover .over-text i{display: block;transition: all 0.3s ease 0s;}
#gallery .homegalry:hover{
  box-shadow: 0px 20px 40px rgb(0 0 0 / 26%);
  transform: translateY(-8px);
}

#gallery .gallery_overlay{
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 1),
    rgba(15, 23, 42, 0.4),
    rgba(15, 23, 42, 0)
  );
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
#gallery .homegalry h3{
   position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 6px 25px;
  color: #ffffff;
  font-size: 24px;
  font-family: system-ui;
  font-weight: 600;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}
#gallery .homegalry:hover h3{
    transform: translateY(0px);
}
#gallery .homegalry:hover img{
    transform: scale(1.1);
}
#gallery .spa-gall img {
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    height: 339px;
    transition: all 0.3s ease 0s;
}
#gallery .inner-area-title{/*display: none;*/}

/*----------------------------------------*/
/*   after & before section
/*----------------------------------------*/
#beforeafter { position: relative; overflow: hidden;}
#beforeafter .beforeafter-post-wrap{
   /*padding-inline: 10%; */
    max-width: 1024px;
    margin: auto;
}
#beforeafter .before-rbx {
    position: relative;
    /*margin-top: 1.8em;*/
    padding: 32px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#beforeafter .section-title h4{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui;
}

#beforeafter .section-maintitle h2,
#beforeafter .section-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#beforeafter .section-text p {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}

#beforeafter .beforeafter-area-bx{position: relative;margin-bottom: 3em;;}
#beforeafter .section-subtitle {
    position: relative;
    /*display: flex;*/
    align-items: end;
    margin-bottom: 1.2em;
}
#beforeafter h3.beforeafter-exp{
    font-size: 24px;
    font-family: system-ui;
    font-weight: 400;
    line-height: 1.33333;
    /*padding-left: 20px;*/
    margin: 0;
}
#beforeafter .section-subtitle h4{
    font-size: 18px;
    line-height: 35px;
    font-family: system-ui;
    font-weight: 400;
    /*padding-left: 20px;*/
}
#beforeafter .image-property h4{
    font-size: 14px;
    line-height: 1;
    font-family: system-ui;
    color: #6a7282;
    font-weight: 400;
    padding-right: 25px;
}
#beforeafter .before-rbx p{
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui;
    line-height: 30px;
    padding-right: 25px;
}

#beforeafter .image-property{
    display: flex;
}
#beforeafter .beforeafter-area-data p{font-size: 18px;padding: 0; margin: 0;}
#beforeafter .beforeafter-area-data i{font-size: 12px;margin-right: 6px;}
#beforeafter .beforeafter-area-data h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
}
#beforeafter .abt-btn{margin-top: 2.18em;}
#beforeafter .abt-btn a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    padding: 6px 41px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    border: 4px solid #FFC900;
    z-index: 1;
}
#beforeafter .abt-btn a .waves {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 20px;
  left: 0;
  /*background-color: #ffcc00;*/
  box-shadow: inset 0 0 3.125em rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.5s;
}
#beforeafter .abt-btn a .waves::after,
#beforeafter .abt-btn a .waves::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
#beforeafter .abt-btn a .waves::before {
  border-radius: 45%;
  /*background: #000;*/
  animation: animate 5s linear infinite;
}
#beforeafter .abt-btn a .waves::after {
  border-radius: 40%;
  /*background: #000;*/
  opacity: 0.5;
  animation: animate 10s linear infinite;
}
#beforeafter .abt-btn a:hover .waves {top: -70px;}
#beforeafter .beforeafter-rghtbx{
    position: relative;
    background-color: #ffffff;
    border-radius: 24px;           
    box-shadow: 0 21px 26px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 32px;
    margin-top: 0;
}
#beforeafter .image-comparison {
  width: 100%;
  position: relative;
}
#beforeafter .image-comparison__slider-wrapper {position: relative;}
#beforeafter .image-comparison__slider-wrapper input{border: none;padding:0;}
#beforeafter .image-comparison__label {
  font-size: 0;
  line-height: 0;
}
#beforeafter .image-comparison__label,
#beforeafter .image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}
#beforeafter .image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 2px);
  height: 100%;
  overflow: hidden;
}
#beforeafter .image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  height: 600px;
}
#beforeafter .image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
#beforeafter .image-comparison__figure img{height: 600px;}
#beforeafter .image-comparison__figure--overlay .image-comparison__image {z-index: 1;}
#beforeafter .image-comparison__captionleft,
#beforeafter .image-comparison__captionright {
    position: absolute;
    overflow: hidden;
    /*top: 48%;*/
    font-size: 18px;
    font-family: system-ui;
    color: #fff;
     min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 5px 27px 4px;
    border-radius: 10px;
    z-index: 0;
    transition: 0.5s all ease-in-out;
}
#beforeafter .image-comparison__captionleft{
    background-color: #e7000b;
}
#beforeafter .image-comparison__captionright{
    background-color: #00a63e;
}
#beforeafter .image-comparison__captionleft{left: 14px;top:14px;z-index: 1;}
#beforeafter .image-comparison__captionright{right: 14px;top:14px;}
#beforeafter .image-comparison__captionleft:before,
#beforeafter .image-comparison__captionright:before{
    /*content: '';*/
      position: absolute;
      top: 16px;        
      left: 16px;    
      background-color: #dc2626; 
      color: #ffffff;
      padding: 8px 16px; 
      border-radius: 8px; 
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                  0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#beforeafter .image-comparison__caption--before {
  left: 14px;
  z-index: 2;
}
#beforeafter .image-comparison__caption--after {
  right: 14px;
  text-align: right;
}
#beforeafter .image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    background-color: #fff;
    box-shadow: 0px 3px 15px #00000029;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}
#beforeafter .image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}
#beforeafter .image-comparison__thumb {
  position: absolute;
    top: 45%;
    left: -20px;
    width: 49px;
    height: 49px;
    display: flex;
    cursor: ew-resize;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    transform-origin: center;
}
#beforeafter .image-comparison__slider i.beforeafter-icon1 {
    font-size: 26px;
    position: absolute;
    right: 7px;
}
#beforeafter .image-comparison__slider i.beforeafter-icon2 {
    font-size: 26px;
    position: absolute;
    left: 7px;
}
#beforeafter .image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#beforeafter .image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#beforeafter .image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#beforeafter .image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}
#beforeafter .image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}
#beforeafter .image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}
#beforeafter .image-comparison__range::-ms-tooltip {display: none;}
#beforeafter .beforeafter-circle1 {
    position: absolute;
    bottom: 0;
    left: -12em;
    width: 145px;
    height: 145px;
    box-shadow: inset 0px 0px 10px 15px #F3F3F3, 0px 3px 6px #F3F3F3;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: pulsejg1 5s linear infinite;
    animation-delay: 3s;
    z-index: 1;
}
#beforeafter .beforeafter-circle1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 145px;
    box-shadow: inset 0px 0px 12px 5px #dedbdb;
    border-radius: 50%;
    opacity: 0;
    animation: pulsejg2 5s linear infinite;
    animation-delay: 1s;
}
#beforeafter .beforeafter-circle2{
    position: absolute;
    bottom: -2em;
    left: -2em;
    width: 95px;
    height: 95px;
    box-shadow: inset 0px 0px 10px 10px #F3F3F3, 0px 3px 11px #00000029;
    /*border: 10px solid #F3F3F3;*/
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: pulsejg1 5s linear infinite;
    animation-delay: 1.8s;
    z-index: 1;
}
#beforeafter .beforeafter-circle2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 95px;
    box-shadow: inset 0px 0px 10px 10px #dedbdb;
    border-radius: 50%;
    opacity: 0;
    animation: pulsejg2 5s linear infinite;
    animation-delay: 1s;
}
#beforeafter .beforeafter-circle3 {
    position: absolute;
    bottom: -1em;
    left: 6em;
    width: 57px;
    height: 57px;
    box-shadow: inset 0px 0px 10px 10px #F3F3F3,0px 3px 6px #00000029;
    /*border: 10px solid #F3F3F3;*/
    background: #fff;
    border-radius: 50%;
    animation: pulsejg1 5s linear infinite;
    z-index: 1;
}
#beforeafter .beforeafter-circle3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    box-shadow: inset 0px 0px 10px 10px #dedbdb;
    border-radius: 50%;
    opacity: 0;
    animation: pulsejg2 5s linear infinite;
    animation-delay: 1s;
}

#beforeafter .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 229px;
  margin: 0 auto 0;
}

#beforeafter .owl-nav button {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #111827;
  cursor: pointer;
  transition: all 0.25s ease;
}

#beforeafter .owl-nav button:hover {
  border-color: #f97316;
  background-color: #fff7ed;
}

#beforeafter .owl-nav button span {
    line-height: 1;
    width: 16px;
    color: #000000;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    font-size: 39px;
    font-family: 'Roboto';
}

#beforeafter .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

#beforeafter .owl-dot {
  padding: 0;
}

#beforeafter .owl-dot span {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  border-radius: 999px;
  display: block;
  transition: all 0.3s ease;
}

#beforeafter .owl-dot.active span {
  width: 30px;
  background: #f97316;
}

@media (max-width: 480px) {
  #beforeafter .owl-nav {
    width: 300px;
  }
}


@keyframes pulsejg1 {
    0% {
        transform: scale(.3);
        opacity: 0;
    }
    50% {
        transform: scale(.5);
        opacity: 0.8;
    }
    60% {
        transform: scale(.7);
        opacity: 1;
    }
    70% {
        transform: scale(.9);
        opacity: 0.8;
    }
    80% {
        transform: scale(1.01);
        opacity: 1;
    }
    100% {
        transform: scale(1.02);
        opacity: 0;
    }
}
@keyframes pulsejg2 {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    40% {
        transform: scale(.08);
        opacity: 0;
    }
    50% {
        transform: scale(0.9);
        opacity: 1;
    }
    60% {
        transform: scale(1);
        opacity: .9;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/*----------------------------------------*/
/*   team Area
/*----------------------------------------*/
#innerpage-box .our-team,
#team .inner-team{display: none;}

/*----------------------------------------*/
/*  Testimonials Section 
/*----------------------------------------*/
#testimonials .item.innertest-item.col-md-6{width: 100% !important;}
#testimonials {position: relative; overflow: hidden;/*background: #F6E8DA;*/}
#testimonials .section-title h2{word-spacing: 0px;}

/*-----------------*/
/*#testimonials .item.innertest-item.col-md-6{width: 100% !important;}*/
#testimonials {position: relative; overflow: hidden;/*background: #F6E8DA;*/}
#testimonials .section-title h4{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui;
}

#testimonials .section-maintitle h2,
#testimonials .section-maintitle h2 span{
    text-align: center;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#testimonials .section-text p {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}

#testimonials .rating-card {
  background-color: #f95200;
  color: white;
  width: 450px;
  padding: 25px 40px;
  border-radius: 16px;
  justify-self: anchor-center;
  margin-bottom: 60px;
  box-shadow: 0 12px 30px rgba(249, 82, 0, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  user-select: none;
}

#testimonials #rating-number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  font-family: system-ui;
  margin-bottom: 12px;
  font-feature-settings: "tnum";
}

#testimonials .stars {
  font-size: 36px;
  font-family: system-ui;
  margin-bottom: 12px;
  display: inline-block;
}

#testimonials .star {
  display: inline-block;
  position: relative;
  width: 36px;
  font-family: system-ui;
  height: 36px;
  /*margin: 0 4px;*/
  color: #ffce00;
  cursor: default;
}

/* Empty star outline */
#testimonials .star::before {
  content: "☆";
  position: absolute;
  top: 0;
  font-family: system-ui;
  left: 0;
  font-size: 36px;
  color: rgba(255 255 255 / 0.5);
}

/* Full star fill */
#testimonials .star.full::before {
  content: "★";
  color: white;
  font-family: system-ui;
}

/* Half star fill using gradient mask */
#testimonials .star.half::before {
  content: "★";
  color: white;
  font-family: system-ui;
  background: linear-gradient(90deg, white 50%, rgba(255 255 255 / 0.5) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 36px;
  overflow: hidden;
  pointer-events: none;
}

#testimonials #rating-label {
  font-size: 18px;
  font-weight: 600;
  font-family: system-ui;
  margin-bottom: 8px;
}

#testimonials #rating-subtext {
  font-size: 14px;
  font-family: system-ui;
  opacity: 0.85;
  color: #ffedd4;
}
#testimonials .tesbox { position: relative; transition: all .4s linear; }

#testimonials .testimonials-single-area { position: relative;}
#testimonials .testi-item{
    position: relative;
}
#testimonials .ts-area-single:hover{
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); /* shadow-2xl */
    transform: translateY(-8px);
}
/*#testimonials .tsbrd {
    position: relative;
    background: #D88E2D;
    padding: 10px;
}*/
#testimonials .tsbrd {
    position: absolute;
    background: #D88E2D;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 0;
    opacity: 0.4;
}
#testimonials .ts-area-single {
    position: relative;
    /*overflow: hidden;*/

    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); /* shadow-lg */
    border: 1px solid #f3f4f6; 
    transition: all 0.5s ease;
    margin-bottom: 30px;
    width: 411px;
    border: 1px solid;
    border-color: #f6f3f4;
    height: 366px;
    /*margin: 10px 0 0 0;*/
    background: #D8E8E8;
    border-radius: 16px;
    padding: 15px;
    transition: all 0.5s;
    /*border: none;*/
    text-align: left;
}
#testimonials .testi-item  #top-quote {
  position: absolute;
  top: -16px;     /* -top-4 (4 * 4px = 16px) */
  right: 32px;    /* right-8 (8 * 4px = 32px) */
  width: 48px;    /* w-12 (12 * 4px = 48px) */
  height: 48px;   /* h-12 */
  border-radius: 12px; /* rounded-xl */
  background: linear-gradient(135deg, #f97316, #ea580c); /* from-orange-500 to-orange-600 */
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  color: white;
}

#testimonials .ts-area-single .rating-container i  {
    position: relative;
  width: 20px;       /* w-5 (5 * 4px = 20px) */
  height: 20px;      /* h-5 */
  fill: #f97316 !important;     /* fill-orange-500 */
  stroke: #f97316 !important; 
}
#testimonials .ts-area-content {
    position: relative;
    overflow: hidden;
    display: flex;
    border-top: 1px solid #f3f4f6;
    align-items: center;
    gap: 16px;       /* gap-4 (4 * 4px = 16px) */
    padding-top: 24px;
    margin: 0 0 0px 0;
    transition: all 1s ease 0s;
    /*padding:4em 0 0 0;*/
}
#testimonials .ts-area-bx {
    position: relative;
    padding: 20px 0;
}
#testimonials .ts-area-c p {
    position: relative;
    font-family: system-ui;
    color: #374151;   
    margin-bottom: 24px; 
    line-height: 28px;  
    font-style: italic;
    font-size: 16px;
    /*margin: 0px 0 0px 0;*/
    z-index: 1;
}
#testimonials h3.ts-area-title {
    position: relative;
    fcolor: #767676cc;          
    font-size: 16px;        
    font-weight: 600;       
    font-family: system-ui;
    line-height: 1.4;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin: 0px 0 0px 0;
    z-index: 1;
}
#testimonials .text-designation{    
    position: relative;
    color: #4b5563;    
    font-family: system-ui;      
    font-size: 14px;      
    font-weight: 400;
    margin-bottom: 2px;
}
#testimonials .text-designation2{    
    position: relative;
    color: #6b7280;        
    font-family: system-ui;  
    font-size: 12px;         
    font-weight: 400;
    z-index: 1;
}


#testimonials .ts-area-thumb {
    position: relative;
    padding: 0px;
    margin: 8px ;
    z-index: 1;
}
/*#testimonials .imgcir{}
#testimonials .imgcir:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    padding: 8px;
    background-color: #d33;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    animation-name: spin;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.3s ease 0s;
    z-index: 1;
}*/
/*#testimonials .imgcir:before {
    content: "\2713";
    position: relative;
    bottom: 53px;
    left: 72;
    right: 0;
    margin: 0 auto;
    padding: 11px;
    border-radius: 50%;
    background-color: #3ff;
    border: 2px solid #00a8a8;
    width: 10px;
    height: 10px;
    /*animation-name: spin;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.5s;*
    z-index: 1;
}*/
/*#testimonials .ts-area-single:hover .imgcir:before,
#testimonials .ts-area-single:hover .imgcir:after{
    transition: all 0.5s;
    border-radius:2px; 
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}*/

#testimonials .ts-area-thumb {
 position: relative;
  
}
#testimonials .ts-area-thumb img {
    width: 56px;   
  height: 56px;  
  border-radius: 50%;
  object-fit: cover;
  ring: 4px solid #fed7aa; 
  box-shadow: 0 0 0 4px #fed7aa;
}
#testimonials .checkmark-badge {
   position: absolute;
  bottom: -4px;   
  right: -4px;     
  width: 24px;    
  height: 24px;    
  background-color: #22c55e; 
  border: 2px solid #ffffff; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px; /* text-xs */
  user-select: none;
  line-height: 1;
  font-weight: 700;
}

#testimonials .checkmark-badge::before {
  content: "✔";

}


#testimonials .review-summary-card {
  max-width: 480px;
  margin: 0 auto 0;
  padding: 24px 20px;
  background-color: #ffffff;
  font-family: system-ui;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 21%);
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Segoe UI", Arial, sans-serif;
}


#testimonials .review-item {
  flex: 1;
  text-align: center;
  min-width: 20px;
}


#testimonials .review-icon {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 6px;
}

#testimonials .review-icon.star {
  color: #FFD700;
}

#testimonials .review-icon.like {
  color: #1877f2; 
}

#testimonials .review-icon.trophy {
  color: #ff7a00;
}


#testimonials .review-title {
  font-size: 14px;
  color: #6b7280;
  font-family: system-ui;
  margin-bottom: 6px;
}

#testimonials .review-rating {
  font-size: 16px;
  font-weight: 400;
  font-family: system-ui;
  color: #ff4d00;
}

#testimonials .review-rating span {
  font-size: 13px;
  font-weight: 400;
  font-family: system-ui;
}

#testimonials .review-rating.highlight {
  font-size: 16px;
  font-weight: 400;
  color: #ff4d00;
  font-family: system-ui;
}


#testimonials .divider {
  width: 1px;
  height: 48px;
  background-color: #e5e7eb;
}

#testimonials .owl-carousel {display: block;transition: all 1s ease 0s;}
#testimonials .owl-nav{  display: none; }
#testimonials .owl-dots {display: block; text-align: center; margin: 2em 0 0 0;}
#testimonials .owl-dots button {
    background: #d33;
    border-radius: 50px;
    padding: 6px 6px;
    margin: 0 18px 0 0;
    transition: all 0.5s;
    border: 1px solid #d33;
}
#testimonials .owl-dot.active{ background-color: #3ff;padding: 10px 10px; }
#testimonials .owl-theme .owl-dots .owl-dot span{width: 0;height: 0;margin: 0;padding: 0;}

/*----------------------------------------*/
/*   Featured Products Section
/*----------------------------------------*/
#featuredproducts {position: relative; overflow: hidden;padding-top:96px;padding-bottom:96px;padding-inline:16px }

#featuredproducts .section-title {
    position: relative;
    margin-bottom: 1em;
    margin-top: 2px;
    position: relative;
}
#featuredproducts .titlebx { position: relative;  text-align: center;}
#featuredproducts .sub_title {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui;
}
#featuredproducts .section-title h3,
#featuredproducts .section-title h3 span{
    position: relative;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}
#featuredproducts .section-title p {
    text-align: center;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    /*margin-bottom: 64px;*/
    max-width: 768px;
    line-height: 34px;
}
#featuredproducts .featuredproducts-box{position: relative;}
#featuredproducts .featuredproductsbx {
    position: relative;
    overflow: hidden;
    width: 33.33%;
    padding: 22px;
    padding-bottom: 38px;
    border-radius: 24px;

}
#featuredproducts .featuredproductsus-single {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    padding: 0;
    transition: all .1s linear;
    background: #1F2130;
}

#featuredproducts .featuredproductsbx:nth-child(1) .featuredproductsus-single,
#featuredproducts .featuredproductsbx:nth-child(3) .featuredproductsus-single{
      height: 100%;
  background-color: #ffffff;
  border-radius: 24px;               /* rounded-3xl */
  padding: 32px;                     /* p-8 */
  border: 2px solid #e5e7eb;          /* border-gray-200 */
  box-shadow: 
    0px 10px 15px -3px rgba(0,0,0,0.1),
    0px 4px 6px -4px rgba(0,0,0,0.1); /* shadow-lg */
  transition: all 300ms ease;
}
#featuredproducts .featuredproductsbx:nth-child(1) .featuredproductsus-single:hover,
#featuredproducts .featuredproductsbx:nth-child(3) .featuredproductsus-single:hover{
  box-shadow:
    0px 20px 25px -5px rgba(0,0,0,0.1),
    0px 8px 10px -6px rgba(0,0,0,0.1); /* shadow-xl */
  border-color: #fdba74;      
}
#featuredproducts .productbx {
    /*padding: 0px 0px 0px 20px;*/
    /*width: 78%;*/
    text-align: center;
    position: relative;
    margin-bottom: 16px; 
    /*margin-top: 38px;*/
}
#featuredproducts .featuredproductsbx:nth-child(1) .popular-badge,
#featuredproducts .featuredproductsbx:nth-child(3) .popular-badge{
    display: none;
}
#featuredproducts .featuredproductsbx:nth-child(2) .popular-badge{
  position: absolute;
  top: -34px;              
  left: 50%;              
  transform: translateX(-50%);
  z-index: 10;
  display: block;
}
#featuredproducts .badge {
  background: linear-gradient(
    to right,
    #ea580c, 
    #f97316  
  );
  color: #ffffff;
  padding: 6px 20px;  
  font-family: system-ui;    
  border-radius: 9999px;  
  font-size: 14px;       
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
#featuredproducts .title{
    position: relative;
    display: inline-block;
    font-size: 24px;      
    font-family: system-ui;
    /*margin-bottom: 16px; */
    color: #0f172a;
    /*font-weight: 500;*/
    /*padding: 4px 10px;*/
    /*border-radius: 50px;*/
    /*background: #6FCC43;*/
}
#featuredproducts .product-price .amount{
  font-size: 48px;     
  color: #0f172a;
  
}
#featuredproducts .product-price bdi{
    font-family: system-ui;
}
#featuredproducts .product-price del{display: none;}
#featuredproducts .product-price ins .amount  {
    font-size: 45px;
    margin-bottom: 8px;
    font-family: system-ui;
    font-weight: 600;
}
#featuredproducts .duration p{
  font-size: 14px;    
  color: #4b5563; 
  font-family: system-ui !important;   
  margin-top: 8px;
}
#featuredproducts .card-divider {
  height: 1px;                        /* h-px */
  background: linear-gradient(
    to right,
    transparent,
    #d1d5db,                          /* gray-300 */
    transparent
  );
  margin-bottom: 32px;                /* mb-8 */
}
#featuredproducts .product-imagebx{
    text-align: center;
    position: relative;
    width: 22%;
    padding: 0;
}
#featuredproducts .product-image {
    position: relative;
    /*overflow: hidden;*/
    transition: all 1s ease 0s;
    background: #fff;
    border-radius: 0px 0 0 16px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-left: 4px solid #fff
}
#featuredproducts .product-imagebx:after {
    content: "";
    position: absolute;
    background: #000;
    left: -30px;
    top: -2px;
    padding: 15px 15px 30px;
    border-radius: 0 22px 0 0;
}
#featuredproducts .product-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    background: #fff;
    padding: 10px 7px 30px;
}
#featuredproducts .product-image img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    transition: 1s ease-in-out;
}
#featuredproducts .imgbrd:before{
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    background: #fff;
    padding: 11px 11px;
}
#featuredproducts .imgbrd:after {
    position: absolute;
    right: 0;
    content: "";
    bottom: -22px;
    padding: 11px 11px;
    background: #d33;
    border-radius: 0 14px 0 0;
}
#featuredproducts .product-description {
    /*padding: 0 20px 20px 20px;*/
}
#featuredproducts .product-description p{
    /*margin: 4px 0 20px;*/
    word-break: break-word;
    line-height: 1.2;
    font-family: system-ui;
    font-size: 15px;
    color: #fff;
}
#featuredproducts .product-description li {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /*border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 20px 12px 12px;*/
}
#featuredproducts .product-description li span{
    font-family: system-ui !important;
}
#featuredproducts .product-description li:before {
    position: relative;
    /*font-weight: 100;*/
    margin-right: 15px;
    content: "✓";
    background-color: #dcfce7;
    padding: 2px 6px;
    font-family: 'Fontawesome';
    font-size: 12px;
    /*right: -8px;*/
      stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
    border-radius: 50%;
    color: #00a63e;
    float: left;
}
#featuredproducts .buy-now-button{
    padding: 0 20px 0 20px;
}
#featuredproducts .buy-now-button a {
    position: relative;
    background: #6FCC43;
    text-align: center;
    display: block;
    padding: 18px 16px;
    font-family: system-ui !important;
    color: #ffffff;
    font-size: 14px;                    
    font-weight: 500;
    border-radius: 6px;               
    border: none;
    border-radius: 8px;
    margin: 24px 0 0 0;
    /*border: 1px solid #000;*/
    /*transition: all 0.3s ease;*/
      
}

#featuredproducts .featuredproductsbx:nth-child(2) .buy-now-button a {
    padding: 18px 16px;                
    background: linear-gradient(
    to right,
    #ea580c,                    /* orange-600 */
    #f97316  );        
    color: #ffffff;
    font-size: 14px;                    
    font-weight: 500;
    border-radius: 6px;                
    border: none;
    box-shadow: 
    0px 10px 15px -3px rgba(0,0,0,0.1),
    0px 4px 6px -4px rgba(0,0,0,0.1); /* shadow-lg */

  /* Interaction */
    cursor: pointer;
    transition: 
    background 200ms ease,
    box-shadow 200ms ease,
    opacity 200ms ease;
}
#featuredproducts .featuredproductsbx:nth-child(2) .buy-now-button a:hover {
  background: linear-gradient(
    to right,
    #c2410c,                    
    #ea580c                     
  );
}
#featuredproducts .featuredproductsbx:nth-child(2) .buy-now-button a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#featuredproducts .featuredproductsbx:nth-child(2) .buy-now-button a:focus-visible {
  box-shadow:
    0px 0px 0px 3px rgba(249,115,22,0.5),
    0px 10px 15px -3px rgba(0,0,0,0.1);
}


/*/3rd box*/
#featuredproducts .featuredproductsbx:nth-child(2) .featuredproductsus-single{
  height: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 2px solid #ea580c;
  box-shadow: 0 9px 18px rgb(0 0 0 / 21%);
  transform: scale(1.05);
}
#featuredproducts .featuredproductsbx:nth-child(2) .product-price ins .amount {
    background-image: linear-gradient(#6FCC43, #000);
    color: transparent;
    background-clip: text;
}

#featuredproducts .footer-note {
  text-align: center;     
  margin-top: 16px;        
}

#featuredproducts .footer-text {
  color: #6b7280;   
  text-align: center;      
  font-size: 14px;  
  font-family: system-ui;      
}
/*end*/

#appointment {
    position: relative;
    padding: 96px 0;
    padding-inline: 16px;
  background: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
  overflow: hidden;
}
#appointment .section-title{
    text-align: center;
}



/* SVG Background Pattern */
#appointment .background-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 100px;
  pointer-events: none;
}

/* Glowing Circles */
#appointment .glow-circle {
  position: absolute;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  animation: pulse 4s infinite alternate;
}
#appointment .glow-circle.orange {
  background: #f97316;
  top: 80px;
  right: 80px;
}
#appointment .glow-circle.blue {
  background: #3b82f6;
  bottom: 80px;
  left: 80px;
  animation-delay: 1s;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.2; }
  100% { transform: scale(1.2); opacity: 0.35; }
}


#appointment .sub_title {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 9999px;
  margin-bottom: 16px;
    font-family: system-ui;
}
#appointment .section-title h3,
#appointment .section-title h3 span{
    position: relative;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}
#appointment .section-title h3 span {
  color: transparent;
  background-image: linear-gradient(to right, #fb923c, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#appointment .section-title p {
    text-align: center;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    /*margin-bottom: 64px;*/
    max-width: 768px;
    line-height: 34px;
}
#appointment .section-hdtitle h2{
    font-size: 24px;                    
    margin-bottom: 24px;              
    color: #0f172a;                   
    font-weight: 500;
    font-family: system-ui;
}

#appointment .appform_card {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; 
  margin-bottom: 48px;  
}

@media (min-width: 1024px) { 
  .appform_card {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Feature card */
#appointment .glass-card {
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.125); 
  border-radius: 32px; 
  padding: 24px; 
  text-align: center;
  color: white;
  transition: all 0.3s ease;
}

#appointment .glass-card:hover {
  background: rgba(255, 255, 255, 0.15); 
}

#appointment .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px; 
  height: 64px; 
  border-radius: 16px; 
  margin-bottom: 16px; 
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); 
}

.appform_card .row > .col-lg-4:nth-child(1) .icon-box {
    background: linear-gradient(135deg, #f97316, #fe5722)
}

.appform_card .row > .col-lg-4:nth-child(2) .icon-box {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.appform_card .row > .col-lg-4:nth-child(3) .icon-box {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

#appointment .icon-box i {
    font-size: 35px;
    color: #ffffff;
}

#appointment .card-title {
  font-size: 20px;         
  margin-bottom: 8px; 
  font-family: system-ui;      
  font-weight: 400;
}

#appointment .card-text {
  font-size: 14px;  
  font-family: system-ui;        
  color: #d1d5db;            
}

#appointment .app-detail{position: relative;overflow: hidden;padding-left: 25px;}
#appointment .app-detailbxinn { 
    position: relative; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#appointment .app-details { 
    background-color: #ffffff;          
    border-radius: 16px;              
    padding: 22px;                     
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
#appointment .info-txt{ 
    transition: all 0.5s ease 0s; 
    /*margin-top: 3em;*/
}
#appointment .infoinnbx{ 
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
/*#appointment .info-txt .infoinnbx a,
#appointment .info-txt .infoinnbx p{
    position: relative;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 0em;
    line-height: 1.2;
    word-break: break-word;
}*/
#appointment .infoinnbx i {
  width: 24px;                         
  height: 24px;                       
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
#appointment .info-txt i.fa-phone,
#appointment .info-txt i.fa.fa-map-marker,
#appointment .info-txt i.fa.fa-envelope{
  width: 48px;                     
  height: 48px;                    
  border-radius: 12px;               
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size:25px;
  font-weight: 600;
}
/*#appointment .info-txt i.fa.fa-envelope {font-size: 21px;font-weight: 600;line-height: 44px;}*/

#appointment .info-txt i.fa-phone { background-color: #fed7aa; color: #ea580c;} /* orange-100 */
#appointment .info-txt i.fa.fa-map-marker { background-color: #bfdbfe; color: #2563eb; } /* blue-100 */
#appointment .info-txt i.fa.fa-envelope { background-color: #d1fae5; color: #16a34a; }
#appointment .infoinnbx span { position: relative; top: 8px;}
#appointment .app-img{
    position: relative;
    margin-top:2.8em;  
    height: 256px;                 
    border-radius: 16px;          
    overflow: hidden;   
    box-shadow:
        0px 25px 50px -12px rgba(0, 0, 0, 0.25); 
}

#appointment .contact-info {
  /*display: flex;*/
  flex-direction: column;
}

#appointment .contact-label {
  margin-bottom: 4px;                
  color: #0f172a;                    
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui;
}

#appointment .contact-link {
  color: #4b5563;                     
  font-size: 14px;                    
  text-decoration: none;
  transition: color 200ms ease;
  font-family: system-ui;
}

#appointment .contact-link:hover {
  color: #f97316;                      
}

#appointment .contact-link.small {
  font-size: 12px;    
  font-family: system-ui;                 
}

#appointment .contact-text {
  color: #4b5563;                     
  font-size: 14px;
  font-family: system-ui;
}
#appointment .app-img img{
    position: relative;
    border-radius: 16px;
    z-index: 1;
    width: 100%;                  
    height: 100%;                 
    object-fit: cover;           
    display: block;
}
/*#appointment .app-img:after {
    content: "";
    position: absolute;
    left: -16px;
    right: 1px;
    top: 12px;
    bottom: 108px;
    border-radius: 46px;
    border: 4px solid #fff;
    z-index: 1;
}*/
#appointment svg {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -12em;
    z-index: 0;
}
/**/

#appointment .app-form{ position: relative; overflow: hidden;}
#appointment .fm-title { position: relative;}
#appointment .fm-title h2{
    position: relative;
    font-size: 24px;                    
    margin-bottom: 24px;              
    color: #0f172a;                   
    font-weight: 500;
    font-family: system-ui;
}
#appointment .ht-inquiry-member-wrap { 
    position: relative; 
    overflow: hidden;
    margin: 0 1em 0 1em;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 32px 5px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);

}

#appointment form{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#appointment .name-email,
#appointment .phone-location,
#appointment .project-budget {
  /*display: grid;*/
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  #appointment .name-email,
#appointment .phone-location,
#appointment .project-budget{
    grid-template-columns: repeat(2, 1fr); 
  }
}
.ht-inquiry-member-wrap label {
  display: block;
  font-family: system-ui;
  margin-bottom: 8px; 
  color: #374151;
  /*font-size: 14px;*/
}
.ht-inquiry-member-wrap input {
  width: 100%;
  font-family: system-ui;
  min-width: 0;
  height: 48px; 

  padding: 4px 12px; 
  font-size: 14px;

  /*border: 1px solid #d1d5db; */
  border: none;
  border-radius: 6px;

  background-color: #ffffff;
  color: #111827;

  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ht-inquiry-member-wrap input::default {
  color: #9ca3af;
  font-family: system-ui;
}
.ht-inquiry-member-wrap input:focus-visible {
  border:1px solid #00000091;
  box-shadow: 0 0 0 3px #ccc;
}
.ht-inquiry-member-wrap input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ht-inquiry-member-wrap select {
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-family: system-ui;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: #374151;
  background-color: #ffffff;
  /*border: 1px solid #d1d5db;*/
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ht-inquiry-member-wrap select option {
  position: absolute;
  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;
  background-color: #ffffff;
  border: none;
  overflow: hidden;

  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
}
.ht-inquiry-member-wrap select option:select{
    background-color: #000;
}
.ht-inquiry-member-wrap .name input,
.ht-inquiry-member-wrap .email input,
.ht-inquiry-member-wrap .phone input,
.ht-inquiry-member-wrap .location input,
.ht-inquiry-member-wrap .project select,
.ht-inquiry-member-wrap .budget select{
    width: 110%;
}
/*#appointment .name-email .name ,
#appointment .phone-location .phone ,
#appointment .project-budget .project {
    margin-right: 28px;
}*/
.ht-inquiry-member-wrap textarea {
  width: 100%;
  max-height: 64px; 
  padding: 8px 12px;
  font-size: 14px;
  /*border: 1px solid #d1d5db;*/
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  font-family: system-ui;
  resize: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ht-inquiry-member-wrap textarea::default {
  color: #9ca3af;
  font-family: system-ui;
}

.ht-inquiry-member-wrap textarea:focus-visible {
  border:1px solid #00000091;
  box-shadow: 0 0 0 3px #ccc;
}
.ht-inquiry-member-wrap input[type="submit"] {
  width: 100%;
  height: 56px; 
  font-family: system-ui;

  font-size: 18px;
  font-weight: 500;

  border-radius: 8px;
  border: none;

  color: #ffffff;
  background: linear-gradient(to right, #ea580c, #f97316);

  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;

  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
}

.ht-inquiry-member-wrap input[type="submit"]:hover {
  background: linear-gradient(to right, #c2410c, #ea580c);
}
/* Change hover color of the dropdown options */
.wpcf7-select option:hover,
.wpcf7-select option:focus {
    background-color: #333;   /* your desired color */
    color: #fff;
}

/* Change select box hover + focus color */
.wpcf7-select:hover,
.wpcf7-select:focus {
    border-color: #333;
    outline: none;
}

.contact-form .submit-btn p{
    margin-bottom: 0;
}

/*.ht-inquiry-member-wrap input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}*/
#appointment .fm-footer p{
  text-align: center;
  font-size: 14px;
  /*margin-top: -36px;*/
  font-family: system-ui;
  color: #4b5563; /* gray-600 */
}

#appointment .fm-footer a {
  color: #f97316;
  font-family: system-ui;
  text-decoration: none;
  transition: all 0.3s;
}

#appointment .fm-footer a:hover {
  color: #ca3500;
}


/*#appointment .inquiry-formbx{padding: 2em 0em 1em 0em;}*/

/*.ht-inquiry-member-wrap input[type="text"], 
.ht-inquiry-member-wrap input[type="email"], 
.ht-inquiry-member-wrap input[type="url"], 
.ht-inquiry-member-wrap input[type="password"], 
.ht-inquiry-member-wrap input[type="search"], 
.ht-inquiry-member-wrap input[type="number"], 
.ht-inquiry-member-wrap input[type="tel"], 
.ht-inquiry-member-wrap input[type="range"], 
.ht-inquiry-member-wrap input[type="date"], 
.ht-inquiry-member-wrap input[type="month"], 
.ht-inquiry-member-wrap input[type="week"], 
.ht-inquiry-member-wrap input[type="time"], 
.ht-inquiry-member-wrap input[type="datetime"],
.ht-inquiry-member-wrap input[type="datetime-local"], 
.ht-inquiry-member-wrap input[type="color"],
.ht-inquiry-member-wrap input[type="file"],
.ht-inquiry-member-wrap textarea{  
    position: relative;  
    width: 100%;
    color: #fff;
    margin: 0 0 38px 0;
    border-radius: 0;
    padding: 18px 20px 18px 26px;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
    border-top: 0;
    border-left: 0;
    border-right:0 ;
    border-bottom: 1px solid transparent;
    color: white;
    background: #222;
}
.ht-inquiry-member-wrap input[type="file"] {cursor: pointer;padding: 12px 20px;}
.ht-inquiry-member-wrap select{
    border: none;
    z-index: 2000;
    width: 100%;
    color: #595959;
    margin: 0 0 25px 0;
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 18px;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
}

.ht-inquiry-member-wrap textarea { height: 210px; padding:18px 10px 18px 30px; margin-top: 0px;}
.ht-inquiry-member-wrap label{color:#fff;margin:0 0 1em;width: 100%;}
.ht-inquiry-member-wrap p{font-size: 16px;position: relative;margin: 0;}
.ht-inquiry-member-wrap input[type="submit"]{
    text-align: center;
    position: relative;
    background: #543602;
    padding: 14px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 7px;
    margin-top: 8px;
    word-break: break-all;
    transition: all 0.4s;
    width: 100%;
    box-shadow: none;
    text-transform: uppercase;
}
.ht-inquiry-member-wrap input[type="submit"]:hover{  transition: all 0.4s;}
.ht-inquiry-member-wrap div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: initial;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}*/
#appointment .app-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*----------------------------------------*/
/* 10. Blog Area
/*----------------------------------------*/
.blog-area {position: relative;overflow: hidden;/*background: #F6E8DA;*/}
.blog-area .section-title h3,
.blog-area .section-title h3 span { 
    position: relative;
    font-size: 48px;
    font-family: system-ui;
    font-weight: 400;
    margin-top: 0.1em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 83px;*/
}
.blog-area .section-subtitle h4{
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffedd4;
    color: #ea580c;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: system-ui;
}

.blog-area .section-text p{
    text-align: center;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    color: #4a5565;
    margin-bottom: 64px;
    max-width: 768px;
    line-height: 34px;
}
.blog-area .blog-post {padding: 0 15px;margin-bottom: 2.5em;}
.blog-area .box-area-S { 
    background: #ffffff;
    border-radius: 16px; /* rounded-2xl */
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    transition: all 0.5s ease;
    cursor: pointer;
    /*border-radius: 0 0 8px 8px;*/
    height: 508px;
}
.blog-area .box-area-S:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}
.blog-area .blog-single {
    position: relative;
    overflow: hidden;
    padding: 24px;
    text-align: left;
}
.blog-area .box-area-S .blog-thumbnail{ position: relative;}
.blog-area .box-area-S .blog-imgarea{position: relative;overflow: hidden;/* border-radius: 0 0px 185px 185px;*/}

.blog-area .blog-thumbnail img{
    width: 100%;
    height: 256px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    /* transform: scale(1); */
    transition: all 1s ease 0s;
    /*border-radius: 0 0px 185px 185px;*/
}
.blog-area .box-area-S:hover img {
    transform: scale(1.1);
}
.blog-area .blog-thumbnail::after {
    content: "";
    position: absolute;
    inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.6),
    transparent,
    transparent
    );
}
.blog-imgtitle {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

/* Badge box */
.blog-imgtitle .badge {
  background-color: #dbeafe; /* default (blue) */
  border-radius: 10px;
  padding: 6px 12px;
  backdrop-filter: blur(4px);
}

/* Badge text */
.blog-imgtitle .badge a {
  font-size: 14px;
  font-family: system-ui;
  font-weight: 400;
  color: #1d4ed8;
  text-decoration: none;
  display: inline-block;
}
/* Maintenance */
.badge a[href*="cat=20"] {
  color: #1d4ed8;
}
.badge:has(a[href*="cat=20"]) {
  background-color: #dbeafe;
}

/* Budget Tips */
.badge a[href*="cat=19"] {
  color: #047857;
}
.badge:has(a[href*="cat=19"]) {
  background-color: #d1fae5;
}

/* Design Inspiration */
.badge a[href*="cat=18"] {
  color: #6b21a8;
}
.badge:has(a[href*="cat=18"]) {
  background-color: #f3e8ff;
}

/*.blog-area .steam {
    position: absolute;
    display: flex;
    z-index: 1;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-area .steam span {
    position: relative;
    bottom: 50px;
    display: block;
    margin: 0 2px 50px;
    min-width: 8px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    filter: blur(7px);
    transition: all 1s ease 0s;
}
.blog-area .box-area-S:hover .steam span{
    animation: animate 5s linear infinite;
    animation-delay: calc(var(--1) * -0.5s);
    transition: all 2s ease 2s;
}
@keyframes animate {

    0% {
        transform: translateY(0) scaleX(1);
        opacity: 0;
        }

    15% {
        opacity: 1;
        }

    50% {
        transform: translateY(-200px) scaleX(5);
        }

    95% {
        opacity: 0;
        }

    100% {
        transform: translateY(-350px) scaleX(10);
        }

    }*/

.blog-area .blog_datetime{
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    font-family: system-ui;
}
.blog-area .blog-date span{
    font-family: system-ui;
}
.blog-area .blog-date {
    /*border-radius: 0 3px 50px 50px;*/
    position: relative;
    /*top: -12px;*/
    /*left: 13px;*/
    /*width: 72px;*/
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: left;
    /*padding: 12px 13px;*/
    transition: all 0.3s ease;
}
/*.blog-area .blog-date:before{
    content: "";
    border-bottom: 13px solid #EFAB53;
    border-left: 11px solid transparent;
    position: absolute;
    top: -1px;
    left: -10px;
    transform: rotate(0deg);
    z-index: 0;
    opacity: 1;
    transition: all .7s;
}*/
.blog-area .blog-date li{
    list-style: none;
    font-size: 14px;
    font-weight: 600; 
    font-family: system-ui;
    position: relative;
    z-index: 1;
    line-height: 30px;
}
.blog-area .blog-time span{
    font-family: system-ui;
}
.blog-area .blog-time {
    /*border-radius: 0 3px 50px 50px;*/
    position: relative;
    /*top: -12px;*/
    /*left: 13px;*/
    /*width: 72px;*/
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: left;
    /*padding: 12px 13px;*/
    transition: all 0.3s ease;
}
/*.blog-area .blog-time:before{
    content: "";
    border-bottom: 13px solid #EFAB53;
    border-left: 11px solid transparent;
    position: absolute;
    top: -1px;
    left: -10px;
    transform: rotate(0deg);
    z-index: 0;
    opacity: 1;
    transition: all .7s;
}*/
.blog-area .blog-time li{
    list-style: none;
    font-size: 14px;
    font-family: system-ui;
    font-weight: 600; 
    position: relative;
    z-index: 1;
    line-height: 30px;
}
/*.blog-area .blog-admin li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 500;
}*/
.blog-area .blog-admin{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-area .blog-admin .blog-adminbx{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4b5563;
}

.blog-area .blog-admin .blogbtn a{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #f97316;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.blog-area .blog-admin .blogbtn:hover {
    color: #ea580c;
}

.blog-area .blog-admin .blogbtn i {
    transition: transform 0.1s ease;
    width: thin;
}

.blog-area .blog-admin .blogbtn:hover i {
    transform: translateX(4px);
}
.blog-area .blog-posts h4{
    font-size: 20px;
    margin-bottom: 12px;
    color: #0f172a;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: system-ui;
    /*margin: 24px 0 18px;*/
    line-height: 1.4;
    word-break: break-word;
}
.blog-area .box-area-S:hover .blog-posts h4 {
    color: #f97316;
}
.blog-area .blog-single p{
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: system-ui;
    font-weight: 400;
    /*padding: 0 20px;*/
}
/*.blog-area .blogbtn a span{padding-left: 4px;}
.blog-area .blogbtn a{
    margin-top: 23px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 12px 30px 8px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: system-ui;
    z-index: 1;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: 2s;
}
.blog-area .blogbtn a:hover{  transition: all 0.3s ease 0.3s;}
.blog-area .blogbtn a:hover{transition-delay: 0.4s;}*/
/*.blog-area .blogbtn a:before,
.blog-area .blogbtn a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.5s ease-in-out 0s;
}*/
/*.blog-area .blogbtn a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.blog-area .blogbtn a:focus:before,
.blog-area .blogbtn a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
.blog-area .blogbtn a:focus:after,
.blog-area .blogbtn a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}
*/
/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/
.footer-area { 
    background: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
    position: relative;
    overflow: hidden;
    /*background: #F6E8DA;*/
}
.footer-area .pattern-bg {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 0;
}
.f-newsletterbx .ftnwsfm{ padding:3em 2em;}
.footer-area .newstitle h4 {
   position: relative;
    margin-top: 2.3em;
    margin-bottom: 35px;
    font-size: 18px;
    color: #fdfdfd;
    font-weight: 400;
    font-family: system-ui;
    /*margin: 0.9em 0em 0.6em 0;
    padding: 0.8em 0.3em 0.8em;
    border-bottom: 1px dashed #332102;
    display: inline-block;*/
}
.footer-area .box-form .newstext p{margin-bottom: 50px !important;}
.footer-area {position: relative;overflow: hidden; padding: 0 16px}

.footer-area .fbox {
    width:100%;
    /*padding: 1.5em 0 0 0;*/
    position: relative;
}
.footer-area .footer-box{
    gap: 48px;
}
.footer-area i { padding-right: 6px;}
.footer-area li {
    display: flex;
    /*margin-bottom: 16px;*/
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    font-family: system-ui;
    gap: 8px; 
    margin-bottom: 12px; 
}
.footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    color: #9ca3af;
    font-family: system-ui;
    display: inline-flex;
    transition: color 0.3s ease;
    gap: 8px
}
.footer-area #menu-quick-links li:hover a{
    color: #ff8904;
}
.footer-area #menu-quick-links li::before{
    content: "";
    width: 6px;
    height: 6px;
    opacity: 0;
    background-color: #f97316;
    transition: opacity 0.3s; 
    border-radius: 50%;
}
.footer-area #menu-quick-links li:hover::before{
    opacity: 1;
}
.footer-area #menu-menu-3 li::before{
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0;
  background-color: #f97316; 
  border-radius: 50%;
}
.footer-area #menu-menu-3 li:hover{
    color: #f97316;
}

.footer-area #menu-menu-3 li:hover::before {
    opacity: 1;
}

.footer-area #menu-our-services li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f97316; 
  border-radius: 50%;
}
.footer-area .gallery-item {padding-right: 13px;padding-bottom: 13px;}
.footer-area ul {margin: 0 0 15px 00px;}
.footer-area .newsletter-box { position: relative; /*padding: 5em 15.8em 3em;overflow: hidden;*/}
.footer-area .newsletter-box {
/*    -webkit-mask-image: url(./images/newsletter.png);
    mask-image: url(./images/newsletter.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;*/
    mask-size: 100%;
    width: 100%;
    height: 100%;
}
.footer-area .newsletter-box .news-ovly{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F5DBC1;
    opacity: 0.7;
    z-index: 0;
}
.footer-area .newsletter-box .subscribe_shortcode p{margin-bottom: 0;}
.footer-area p { 
    position: relative;
    margin-bottom: 24px;
    line-height: 1.7;
    font-size: 15px;
    font-family: system-ui;
    z-index: 1;
}
footer#footer.footer-area .widget-title {   
    margin-top: 2.3em;
    margin-bottom: 35px;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;

}

footer#footer.footer-area .widget h2{
    margin-top: 2.3em;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: #fff;
}
footer#footer.footer-area .widget h6{
    font-size: 12px;
    font-weight: 400;
    font-family: system-ui;
    color: #ff8904;
}
.footer-area .footer-icon{
    display: flex;
    gap: 12px;
}
.footer-area .footer-icon i{
    width: 40px; 
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.125);
    color: #ffffff;
    transition: all 0.3s ease;
}
.footer-area .footer-icon i:hover {
    background: linear-gradient(90deg, #ea580c, #f97316);
    border-color: #f97316;
    transform: scale(1.1);
}
.footer-area input[type="email"]{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
}
/*.footer-area input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 1);
  display: block;
  font-family: system-ui;
  font-size: 14px;

}*/
.footer-area input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.footer-area button i{
  margin-right: 6px;
}

.footer-area .continfo {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area .continfo .row {
  margin-right: 0;
}

.footer-area .info-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9ca3af;
  padding: 12px 0;
}

.footer-area .info-icon span.fa {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb923c;
  font-size: 18px;
  flex-shrink: 0;
}

.footer-area .info-text {
  display: flex;
  flex-direction: column;
}

.footer-area .info-text .icon-title {
  font-size: 12px;
  color: #6b7280;
  font-family: system-ui;
  margin: 0 0 2px 0;
  font-weight: 400;
}

.footer-area .info-text p {
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui;
  margin: 0;
}

.footer-area .trust-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.footer-area .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-area .trust-badges .badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.1); 
    padding: 8px 16px; 
    border-radius: 6px; 
    font-size: 14px;
    font-family: system-ui; 
    color: #d1d5db; 
}
.footer-area .trust-badges .badge .text{
    font-family: system-ui;
}
.footer-area .trust-badges .badge .icon {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.footer-area .trust-badges .badge .icon img.emoji {
    width: 24px;
    height: 24px;
    display: block;
}

.footer-area .footer-links {
    display: flex;
    gap: 24px; 
    flex-wrap: wrap; 
    float: inline-end;
}

.footer-area .footer-links a {
    text-decoration: none;
    font-size: 14px;
    font-family: system-ui;
    color: #9ca3af;
    transition: color 0.3s ease;
}

.footer-area .footer-links a:hover {
    color: #f97316; 
}
.footer-area .widget {margin-bottom: 1.5em;}
.footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}
.footer-area .bottom-area {position: relative;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.footer-area .bottom-area ul { margin-bottom: 0;}
.footer-text, .footer-text a {font-size: 14px;font-weight: 400;text-align: left;font-family: system-ui;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after {width: 20px;}
.footer-area .bottom-area li a:after, .footer-area .bottom-area li a:after {position: absolute;width: 0;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area  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: 1px solid #000;
    font-size: 18px;
    /*margin-bottom: 4px;*/
    /*padding: 24px 22px 24px 35px;*/
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    /*border-radius: 50px;*/
}
.footer-area textarea {  height: 80px !important;}
.footer-area .subscribe_shortcode {position: relative;}
.footer-area .box-form { 
    position: relative;
    overflow: hidden;
    text-align: center;
}
.footer-area .ftnwsfm input[type="submit"]{
 position: absolute;
    /*top: 6px;*/
    right: 0;
}
.footer-area input[type="submit"]{
    /*margin-top: 0.2em;*/
    width: 100%;
    height: 48px;
    padding: 8px 30px;
    white-space: normal;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ea580c, #f97316);
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /*background: #fff;*/
    color: #ffffff;
    display: inline-flex;
    transition: all 0.3s; ease
    box-shadow: none;
    position: relative;
    /*top: 11px;*/
    /*right: 22px;*/
    /*text-transform: uppercase;*/
}
.footer-area input[type="submit"]:hover{
  background: linear-gradient(90deg, #c2410c, #ea580c);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.4);
}
.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: 5px 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: 800;
    width: 43px;
    height: 43px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    margin: 0 7px 0 0;
    padding: 0;
}
.footer-area .social-profile-icons ul li a:hover{
    background-color: #ea580c;
    border-color: #f54a00;
}
.footer-area .social-profile-icons i.fa { font-size: 22px; padding: 0;}
.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;}

.s-footer{float: left;margin-bottom: 1.5em; }
.footer-area .widget_recent_entries ul li { line-height: 25px;}
.footer_facility-text {
    padding: 5px 2em 15px;
    background: #e7e7e7;
    border: 1px solid #d3d3d3;
    border-right: 0;
    font-size: 15px;
    color: #4c4c4c;
    text-align: center;
}
.footer_facility-text i.fa {
    padding: 0;
    border-radius: 0%;
    width: 35px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 27px;
    border: none;
    top: 5px;
    position: relative;
    color: #575757;
}
.footer-area .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

/*----------------------------------------*/
/*   Testimonials Page
/*----------------------------------------*/

#testimonials .ts-area-single-inn,
#innerpage-box .ts-area-single{display: none;}
#innerpage-box .col-inner{display: none;} 
#innerpage-box .item.innertest-item{
    width: 100%;
    position: relative;
    overflow: hidden;
    /*padding: 0 17px 20px 23px;*/
    padding-bottom: 64px;
    float: left;
    margin-bottom: 1em;
    border-bottom: 1px solid #e4e4e7;
    /*border-radius: 0 0 0px 0px;*/
}
#innerpage-box .item.innertest-item:nth-child(last-child) {
  border-bottom: none;
}
#innerpage-box .ts-area-single-inn {
    position: relative;
    /*margin: 2.8em 1em 1em 0em;*/
    padding:  0;
}
#innerpage-box  .tsareainn{
   transition: all .8s;
    background: none;
    padding: 0;
    /*border-radius: 8px 250px 250px 8px;*/
    position: relative;
}
#innerpage-box .tsareabrd {
    position: absolute;
    left: -18px;
    right: 18px;
    top: 18px;
    bottom: -18px;
    border-radius: 4px 250px 250px 4px;
    border: 4px solid #D88E2D;
    transition: all 1.5s;
}
#innerpage-box .tsareainn:hover .tsareabrd{
    top: -18px;
    bottom: 18px;
    transition: all 1.5s;
}
#innerpage-box .ts-area-thumb {
    position: relative;
    /*margin: 2.4em 1em 0 0;*/
    margin-left: 2.5em;
    text-align: left;
    padding: 10px;
}
#innerpage-box .ts-area-thumb img {
    width: 64px;
    height: 64px;
    text-align: center;
    transition: all .8s;
    border-radius: 50%;
}
#innerpage-box .ts-area-bx { 
    position: relative;
    overflow: hidden;
    margin: 2.2em 0em 0em 2.5em;
}
#innerpage-box .ts-area-bx #top-quote{
  font-size: 48px;
  color: #d4d4d8; /* text-zinc-300 */
  margin-bottom: 24px;
}
#innerpage-box .ts-area-bx .rating-container{
    margin-bottom: 16px;
}
#innerpage-box .ts-area-bx .rating-container i{
    color: #18181b;
}
#innerpage-box .ts-area-c p {
    font-size: 24px;
    line-height: 39px;
    /*margin: 0 0 1.2em 0;*/
    margin-bottom: 32px;
    font-family: system-ui;
    display: inline-block;
    position: relative;
    color: #27272a;
    font-weight: 400;
    word-break: break-word;
}
#innerpage-box .text-designation {    
    color: #71717a;        
    font-size: 16px;
    line-height: 24px;
    font-family: system-ui;
    font-weight: 400;
    transition: all .8s;
    /*margin: 5px 0 18px;*/
}
#innerpage-box .text-designation2 {    
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all .8s;
    font-family: system-ui;
    color: #52525b;
    /*margin: 5px 0 18px;*/
}
#innerpage-box .ts-area-c .desi-brd {
    position: relative;
    border: 4px solid #fff;
    display: inline-block;
    width: 87%;
    border-radius: 14px;
    transition: all 1.5s;
}
#innerpage-box .tsareainn:hover .ts-area-c .desi-brd{
    width: 50%;
    transition: all 1.5s;
}
#innerpage-box .ts-area-c .dot {
    position: relative;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    top: 1px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}
#innerpage-box .ts-area-c .dot:before{
    content: '';
    position: absolute;
    left: -11px;
    top: -1px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
#innerpage-box .ts-area-c .dot:after{
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
#innerpage-box h4.ts-area-title { 
    position: relative; 
    margin: 0.8em 0 0 0 !important;
    line-height: 28px;
    transition: all .8s;
    font-family: system-ui !important;
    font-weight: 700;       
    font-size: 18px;         
    color: #18181b !important;          
    margin: 0 !important;
}

/*----------------------------------------*/
/*  09. Inner team page
/*----------------------------------------*/
#innerpage-box .single-team {position: relative; margin-bottom: 5.5em; width:33.33%; float: left;/*padding: 0 1.5em;*/}
#innerpage-box .inner-team { position: relative;/* overflow: hidden;*/}
#innerpage-box .textbx h5 {position: relative; margin: 0 0 5px 0 !important;margin:0;color: #fff; font-color: 24px;font-family:system-ui;font-weight: 400;/*display: inline-block;*/}
body.page-template-default main#innerpage-box .textbx h2:after{/*display: none;*/}
#innerpage-box .inner-teambx { position: relative;padding: 0 1.2em;}
#innerpage-box .single-team-img{    
    position: relative;
    overflow: hidden;
    /*border-radius: 250px 250px 8px 8px;*/
    border-radius: 16px;
    margin: 0 auto;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
#innerpage-box .single-team-img img{
    width: 100%;
    height: 397px;
    transition: all 0.2s ease 0s;
    /*border-radius: 250px 250px 8px 8px;*/
    border-radius: 16px;
    /*border: 2px solid #d33;*/
      display: block;
      object-fit: cover;
  transition: transform 0.7s ease;
}
#innerpage-box .inner-teambx:hover .single-team-img img {
  transform: scale(1.05);
}
#innerpage-box .inner-teambx:hover .single-team-img{
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
#innerpage-box .textbx{
    position: absolute;
    overflow: hidden;
    /*padding: 1.1em 1em 0.6em;*/
    /*margin: 13px 0 0;*/
    /*transition: all .2s ease;*/
    /*text-align: center;*/
    /*border: 2px solid #543602;*/
    /*border-radius: 14px;*/
    background: none !important;
     bottom: 0;
     padding: 24px;
       z-index: 2;
  color: #fff;
  /*left: 15px;*/
}

#innerpage-box .textbx .team-designation{
    position: relative;
    word-break: break-word;
    font-size: 18px;
    font-family: system-ui;
    /*margin: 2px 0 4px 0;*/
    margin: 0;
      font-size: 16px;
  color: #f97316;
    font-weight: 400;
    /*display: inline-block;*/
}
 #innerpage-box .textbx .team-experience{
  display: inline-block;
  padding-left: 12px;   
  padding-right: 12px;
  padding-top: 4px;     
  padding-bottom: 4px;
  font-family: system-ui;
  background-color: #f54a00; 
  border-radius: 10px;   
  font-size: 12px;      
  margin-bottom: 12px;
}
#innerpage-box .team-social-icon{ 
    position: absolute;
    /*width: 100%;*/
    left: 0;
    right: 16px;
    /*display: flex;*/
    gap: 8px;
    top: 16px;
    margin: 0 auto;
    text-align: right;
    /*bottom: -10%;*/
    z-index: 1;
    transition: all 0.4s;
    opacity: 0;
}
#innerpage-box .inner-teambx:hover .single-team-img .team-social-icon {
    /*bottom: 1%;
    transition: all 0.4s;*/
    opacity: 1;
}
#innerpage-box .team-social-icon li {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 17px;
    /*background: #f33;*/
    margin: 4px 8px 4px 0;
    text-align: center;
    border-radius: 8px;
    transition: all .2s ease;
    display: inline-block;
      justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background-color 200ms ease-in-out;
}
#innerpage-box .team-social-icon a {
    list-style: none;
}
#innerpage-box .team-social-icon li:hover{ border-radius: 8px;transition: all 0.2s ease 0s;}
#innerpage-box .team-social-icon a i{
    font-weight:500;
    /*color:#767779;*/
    color: #ffffff;
    transition: all .2s ease;
}
/*#innerpage-box .team-social-icon li:first-child a:hover {
  background-color: #ea580c !important; 
}

#innerpage-box .team-social-icon li:last-child a:hover {
  background-color: #2563eb;
}*/
#innerpage-box .team-social-icon a.email:hover {
  background-color: #ea580c;
}

#innerpage-box .team-social-icon li:hover {
  background-color: #2563eb;
}
#innerpage-box .single-team-img .img-ovrly {
     position: absolute;
/*  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #332102 100%);
  z-index: 0;
   opacity: 0;
  /*transition: all .35s;*/
  /*transition: opacity 0.5s ease;*/
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.2),
    rgba(0, 0, 0, 0)
  );
  /*background: linear-gradient(to top, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.2));*/
  /*opacity: 0.5;*/
  transition: opacity 0.5s ease;
  z-index: 1;
}
/*#innerpage-box .inner-teambx:hover .single-team-img .img-ovrly{
    transition: all 0.4s;
    bottom: 0%;
    /*opacity: 0.5;*
    opacity: 1;
}*/


/*# Gallery Script*/

/*fancybox.css*/

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

/*end*/
/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/
#innerpage-box  .innergalry:hover {
    box-shadow: 0px 20px 40px rgb(0 0 0 / 26%);
    transform: translateY(-8px);
    border-radius: 25px;
} 
#innerpage-box .lz-gallery-images {position: relative;overflow: hidden;margin-bottom: 3em;transition: all 0.3s ease 0s;}
#innerpage-box .gallery-inn {
    position: relative;
    padding: 0 14px;
}
#innerpage-box .img-wrapper {overflow: hidden;position: relative;}
#innerpage-box .lz-gallery-images img {
    transition: 0.5s all;
    width: 100%;
    object-fit: cover;
    /*border: 9px solid #d33;*/
    border-radius: 25px;
    transition: all 0.3s ease 0s;
}
#innerpage-box .lz-gallery-images .overlay{
    position: absolute;
    inset: 0px;
    border-radius: 25px;
    background: linear-gradient(to top, rgba(15, 23, 42, 1), rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0));
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
#innerpage-box .lz-gallery-images .over-text {
   /* position: absolute;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 4px 0px rgb(63 78 100 / 26%);
    margin: 0 2px 2px 2px;
    border-radius: 0 0 10px 10px;
    padding:10px 10px;*/
    /*display: none;*/
}
#innerpage-box .lz-gallery-images .inner-area-title:after {/*display: none !important;*/}
#innerpage-box .lz-gallery-images .over-text h3{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px 25px;
    color: #ffffff;
    font-size: 24px;
    font-family: system-ui;
    /*padding: 0;*/
    transform: translateY(8px);
    transition: transform 0.3s ease;
    /*margin-bottom: 0 !important;*/
    /*color: #000 ;*/
    word-break: break-word;
    transition: all 0.3s ease 0s;
    z-index: 1;
    font-weight: 600 !important;
}
#innerpage-box  .innergalry:hover h3 {
    transform: translateY(0px);
}
#innerpage-box .gall-icn i{
    position: absolute;
    bottom: 40%;
    left: 1%;
    width: 64px;
    height: 64px;
    line-height: 60px;
    backdrop-filter: blur(4px);
    border: 2px solid #ffffff;
    z-index: 1;
    font-weight: normal;
    padding: 0;
    /*margin: 0;*/
    right: 0;
    text-align: center;
    margin: 0 auto;
    /*border-radius: 4px 4px 20px 20px;*/
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#innerpage-box .lz-gallery-images:hover .gall-icn i{
    /*-webkit-transform: scale(2) translate(0px, -30px);
    transform: scale(2) translate(0px, -30px);
    font-size: 10px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    background: #000;
    text-decoration: none;
    -webkit-appearance: none;*/
    opacity: 1;
    /*background-size: 500%;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/*--------------------------------------------------------------
## FAQ  page
--------------------------------------------------------------*/
.wp-block-details{
    margin-bottom: 20px;
    border: #e7e3e4 solid;
    padding: 24px;
}
.wp-block-details p{
    padding-top: 20px;
    color: #52525b;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.wp-block-details summary{
    font-size: 18px;
    font-weight: 700;
    font-family: system-ui;
}
.wp-block-details summary::after {
  content: "";
  float: inline-end;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  flex-shrink: 0;
  display: inline-block;
  border-right: 2px solid #71717a;
  border-bottom: 2px solid #71717a;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

/* Rotate when open */
.wp-block-details[open] summary::after {
  transform: rotate(-135deg);
}

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

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

#innerpage-box .inn-single-service-bx {  padding: 0 25px;display: none;}
#innerpage-box .service_inbox{position: relative;transition: all .3s;}
#innerpage-box .singleinner-service {
    margin-bottom: 7em;
    transition: all .3s;
    padding: 0 0 0 15px;
    background: #17BCA9;
    border-radius: 6px;
    position: relative;
}
#innerpage-box .singleinner-service .service_inimg {
    position: relative;
    overflow: hidden;
    padding: 0 0 4px 5px;
    transition: all .3s;
}
#innerpage-box .singleinner-service .service_inimg .service-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 370px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url(images/Intersection1.png);
    mask-image: url(images/Intersection1.png);
}
#innerpage-box .singleinner-service .serinnolay {
   content: '';
    position: absolute;
    border-radius: 0 0 250px 250px;
    border: 3px solid #F9CDA0;
    border-top: none;
    left: 0.9em;
    right: 3em;
    top: 0em;
    bottom: 1.2em;
    transform: rotate(34deg);
}
#innerpage-box .serbx {
    padding: 0.6em 1.5em 3.8em 1em;
    transition: all .3s;
}
#innerpage-box .serbx h3{margin: 0 0 0.6em 0!important;}
/*#innerpage-box .service_inbox .serbx h2:after { display: none;}*/
#innerpage-box .serbx p{
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0px 0;
}
#innerpage-box .serbtn a{
        margin-top: 1.2em;
    display: inline-table;
    position: absolute;
    overflow: hidden;
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    padding: 10px 31px 10px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    transition: all 0.4s ease 0.5s;
    border: 1px dashed #543602;
    border-radius: 80px;
    text-decoration: none;
    transition: 0.5s
}
#innerpage-box .serbtn a:hover{transition-delay: 0.2s;}
#innerpage-box .serbtn a:before,
#innerpage-box .serbtn a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.4s ease-in-out 0s;
}
#innerpage-box .serbtn a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
#innerpage-box .serbtn a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
#innerpage-box .serbtn a:focus:after,
#innerpage-box .serbtn a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

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

/*-----------------------
## Site map Template 
-----------------------------*/

div#sitemap-box { border-top: 2px solid #f94c34;border-radius: 0;}
div#sitemap-box:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 35px;
    border-width: 2px;
    border-style: solid;
    border-color: #f72985;
    right: 0;
    top: 16px;
    left: 0%;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
    z-index: 1;
}
div#sitemap-box h3 {
      font-size: 20px;
    background: #2e2e2e;
    padding: 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;
    /*background:#F6E8DA;*/
}
#innerpage-box .inner-contactarea{position: relative;}
#innerpage-box .contact-address-area { position: relative;margin: 0;padding-block: 96px; overflow: hidden;}
#innerpage-box .contact-cir svg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.cont_form{
    padding-right: 32px;
}
#innerpage-box .contact-address-area .cont-hdtitle h1{
    margin: 0;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: system-ui;
  line-height: 43px;
  color: #111827;
  text-align: left;
  letter-spacing: -0.5px;
} 


#innerpage-box .contact-address-area .cont-subtitle h3{
    font-weight: 400;
    margin: 0 0 25px;
    font-size: 20px;
    font-family: system-ui;
    color: #52525b; /* zinc-600 */
    margin-bottom: 48px;
    line-height: 30px;
    text-align: left;
}
#innerpage-box .cntlhsbx {
    position: relative;
    overflow: hidden;
    /*margin: 3em 3.6em 0 3em;*/
    /*padding: 0 2em 2.8em;*/
    /*border-radius: 350px 350px 10px 10px;*/
}
#innerpage-box .cntlhsbx .app-img {
    position: relative;
    text-align: center;
    width: 104px;
    height: 104px;
    line-height: 95px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 4em;
}
#innerpage-box .cntpgbx  {
/*    padding: 31px 0 13px;
    transition: all 0.5s ease 0s;
    border-top: 1px solid #F6E8DA;*/
    margin-bottom: 24px;
}
#innerpage-box .cntpgicon {
  padding: 0;
  display: flex;
  justify-content: center;
}
#innerpage-box .cntpgicn{
 /*  position: relative;
    text-align: center;
    font-weight: 600;
    background: #d33;
    transition: all 0.5s ease 0s;
    width: 39px;
    height: 39px;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 7px;*/
      width: 48px;
  height: 48px;
      /*margin-top: 23px;*/
  background-color: #18181b; /* dark zinc */
  display: flex;
  align-items: center;
  justify-content: center;
}
#innerpage-box .cntpgicn i.fa-phone, 
#innerpage-box .cntpgicn i.fa.fa-map-marker,
#innerpage-box .cntpgicn i.fa-clock-o {
     font-size: 20px;
  color: #ffffff;
}
#innerpage-box .cntpgicn i.fa.fa-envelope {
     font-size: 20px;
  color: #ffffff;
}
#innerpage-box .cntpgtxt{/* padding: 0px 18px;*/padding-left: 16px;}
#innerpage-box .cntpgtxt a,
#innerpage-box .cntlhsbx h5{
/*    position: relative;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0em;
    line-height: 54px;
    word-break: break-word;*/
      font-size: 18px;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: system-ui;
  margin-bottom: 8px;
  /*text-transform: uppercase;*/
  color: #111827;
}
#innerpage-box .cntlhsbx p{
  font-size: 16px;
  color: #52525b;
  font-family: system-ui;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

#innerpage-box .cho-detail {
  background-color: #fafafa; /* zinc-50 */
  padding: 32px;
  /*margin-right: 20px;*/
  position: relative;
  overflow: hidden;
}

#innerpage-box .cho-detail-title h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: system-ui;
  color: #18181b; /* zinc-900 */
}

/* List items */
#innerpage-box .cho-detail .detail-text {
  list-style: none;
  position: relative;
  padding-left: 24px;
  font-family: system-ui;
  margin-bottom: 12px;
  font-size: 14px;
  color: #3f3f46; /* zinc-700 */
}

/* Custom bullet dot */
#innerpage-box .cho-detail .detail-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #18181b;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Remove spacing from last item */
#innerpage-box .cho-detail .detail-text:last-child {
  margin-bottom: 0;
}




#ht-contactus-wrap {
    position: relative;
    overflow: hidden;
    padding: 32px;
    padding-bottom: 0;
    /*margin-left: 1em;
    margin-top: 8px;
    border-radius: 15px;*/
    background-color: #fafafa;
}
#ht-contactus-wrap .contact-form .col-lg-6 {
  width: calc(50% - 12px);
}

#ht-contactus-wrap .contact-form .col-lg-12 {
  width: 100%;
}
#ht-contactus-wrap .row{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-family: system-ui;
}
#ht-contactus-wrap p{
    margin: 0;
    /*margin-bottom: 24px;*/
}
#ht-contactus-wrap label{
  display: block;        
  font-size: 14px; 
  font-family: system-ui;      
  font-weight: 700;     
  margin-bottom: 8px;    
}
#ht-contactus-wrap .contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ht-contactus-wrap .contact-form{ position: relative; /*padding: 4.1em 2em 6.5em 2.6em;*/}
#innerpage-box .contact-address-area .contforminn { 
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
#ht-contactus-wrap .maintle{ 
    position: relative;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    font-family: system-ui;
    margin-bottom: 24px;
    /*padding: 22px 30px 20px;*/
}
#innerpage-box .contact-mapbox iframe { width: 100%; height: 484px;}
#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 {
    border: 1px solid #fff;
    width: 100%;
    color: #000;
    /*margin: 0 0 40px 0;*/
    /*border-radius: 30px;*/
    /*padding: 15px 20px 15px 26px;*/
    font-size: 14px;
    background: none;
    font-family: system-ui;
    font-weight: 400;
    /*background: #fff;*/
}
#ht-contactus-wrap .contact-form input:focus, 
#ht-contactus-wrap .contact-form select:focus, 
#ht-contactus-wrap .contact-form textarea:focus{
    border-color: #18181b;
}
#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"],
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"], 
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"], 
#ht-contactus-wrap textarea {
    /*padding: 15px 20px 15px 26px;*/
    padding-inline: 16px;
}
#ht-contactus-wrap textarea {height: 190px;padding: 18px 10px 18px 30px;margin-top: 0px;}
#ht-contactus-wrap input[type="submit"] {
    text-align: center;
    position: relative;
    background: #e1e1e1;
    padding: 13px 15px;
    font-family: system-ui;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
    /*border-radius: 50px;*/
    /*margin-top: 2px;*/
    word-break: break-all;
    transition: all 0.4s;
    width: 100%;
    box-shadow: none;
    text-transform: uppercase;
}


/*-----------------------
## Project page
-----------------------------*/
main#innerpage-box .single-project-bx {
  margin-bottom: 48px;
}

/* card */
#innerpage-box .single-project {
  background: #fff;
  overflow: hidden;
  padding-inline: 24px;
  font-family: system-ui;
}

/* layout */
/*.main_box {
  display: flex;
  height: 100%;
}*/

/* image side */
#innerpage-box .single-project .front {
    overflow: hidden;
    margin-bottom: 24px;  
}

#innerpage-box .single-project .project-img {
  height: 320px;
}

#innerpage-box .single-project .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

/* hover image zoom */
#innerpage-box .single-project:hover .project-img img {
  transform: scale(1.05);
}

/* content side */
#innerpage-box .single-project .right {
  /*width: 60%;*/
  display: flex;
  align-items: center;
}

#innerpage-box .single-project .project-cat{
    gap: 12px;                  
  font-size: 14px;           
  color: #71717a;
}
#innerpage-box .single-project .project-cat .imgcat{
  font-family: system-ui;
}
#innerpage-box .single-project .project-cat span{   
  font-family: system-ui;
}
/* title */
#innerpage-box .single-project .inner-area-title {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #18181b; 
  transition: color 0.3s ease;
  font-family: system-ui;
}

#innerpage-box .single-project:hover .inner-area-title {
  color: #52525b;
}

/* location */
#innerpage-box .single-project .text-designation {
  font-size: 14px;
  color: #71717a;
  margin-bottom: 12px;
  font-family: system-ui;
}

/* description */
#innerpage-box .single-project .projec-cbx p {
  font-size: 16px;
  line-height: 25.6px;
  color: #3f3f46;
  margin-bottom: 16px;
  font-family: system-ui;
}

/* links */
#innerpage-box .single-project a {
  text-decoration: none;
  color: inherit;
}

#innerpage-box .single-project:hover i{
    transform: translateX(4px);
}
#innerpage-box .single-project .project-btn span {
    font-size: 14px;    
    line-height: 1.4;     
    color: #18181b; 
    font-family: system-ui;
    margin-right: 5px;
}
#innerpage-box .single-project .project-btn  i{
    transition: transform 0.3s ease;
}


/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq-content {position: relative;padding: 0 20px;}
div#content-box .faq-content button.accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    background: #fbb34d;
    padding: 12px 32px 11px 36px;
    border: 1px solid;
    /*border-radius: 35px;*/
    transition: all 0.2s ease 0s;
    box-shadow: none;
}
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: "\f111";
    font-family: 'Fontawesome';
    font-size: 14px;
    color: #000;
    float: left;
    left: 0;
    position: relative;
    top: -22px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
}*/

div#content-box .faq-content button.accordion:before {
    content: "\f107";
    font-family: 'Fontawesome';
    font-size: 42px;
    float: right;
    right: 0;
    top: 4px;
    position: relative;
    font-weight: 500;
    line-height: 16px;
    transition: all 0.2s ease 0s;
}
div#content-box .faq-content button.accordion.active:before {
    content: "\f106";
    font-family: 'Fontawesome';
    transition: all 0.2s ease 0s;
}
div#content-box .faq-content button.accordion.active:before{color: #000;}
div#content-box .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0px 0 18px 0;
    border: none;
   /* background: linear-gradient(0deg,#8972ea,#516ced 80%) no-repeat;*/
    border-radius: 0 0 ;
    padding: 1px 20px 1px 20px;
    box-shadow:none;
}
/*div#content-box .faq-content div.panel{  border: 1px solid #000;border-top: none;}*/
div#content-box .faq-content div.panel.show {
   opacity: 1;
    max-height: 500px;
    padding: 25px 24px 28px 22px;
    margin: 11px 0 18px;
    border: 1px solid #e7e3e4;
    /*border-radius: 20px;*/
}
div#content-box .faq-content div.panel p{
    margin: 0px 0 0px 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
}
main#innerpage-box div#content-box h6.faq-title {
    margin: 0;
    font-weight: 500;
    line-height: 34px;
    font-family: system-ui;
    word-break: break-word;
    text-align: left;
}
main#innerpage-box div#content-box h6.faq-title:after {  display: none;}
div#content-box .faq-content.padding0 p {
    font-size: 15px;
    padding: 25px 25px 10px 25px;
    font-family: system-ui;
    letter-spacing: 1px;
    word-break: break-word;
}
/*-----------------------
## End FAQS page
-----------------------------*/

.col-container { display: table; width: 100%;}
.col-facility{ display: table-cell;}
.heading.active i {box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;}
.test-right img { width: 100%; height: 100%;}
.heading{cursor: pointer;}
.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 {
    padding: 0em;
    position: relative;
    overflow: visible;
    /*margin-right: 49px;*/
    /*background: url(images/sbar.jpg);*/
}
div#sidebars.sidebar{position: relative;margin-inline: 24px;z-index: 1;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*error start*/

.widget-area form#searchform input[type="submit"] {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 3px 20px !important;
    border-radius: 35px !important;
    z-index: 999 !important;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: none;
    float: right !important;
    position: absolute !important;
    right: 15px !important;
    text-indent: -999px !important;
    width: 0% !important;
    z-index: 1 !important;
    margin-right: -6px;
    margin: 4px 6px 0 0;
}
.widget-area form#searchform:after {
    position: absolute;
    margin-top: -15%;
    font-size: 16px;
    right: 6%;
    text-align: center;
    color: #fff;
    background: #000;
    background-repeat: no-repeat;
    height: 45px;
    line-height: 40px;
    width: 40px;
    content: "\f002";
    font-family: 'Fontawesome';
    clear: both;
    /*border-radius: 50px;*/
    opacity: 1;
}

.widget-area form#searchform::placeholder {
    color: #9f9fa9 !important;
}

.home-page {  padding: 0 0 30px 0;}
#innerpage-box{/*padding:11em 0em 6em;*/margin-top: 0em;}
.single-post .ht-main-title { margin: 0px 0 15px; padding: 15px 15px 0;}
/*.innerpage-whitebox{  padding: 0 0em;}*/
#content-box h4{ margin: 20px 0 5px 0; }
#content-box ul{ padding: 0 0 20px 10px;list-style: none;font-size: 18px;margin: 0;}
#content-box ol{ font-size: 18px;}
#content-box ol ol {   margin-left: 5px !important;}
#content-box ul ul {   margin-left: 10px !important;}
#content-box ul li.wc-block-grid__product:before{display: none;}
#content-box ul li:before {
        content: "\f0c8 "!important;
    font-family: 'Fontawesome';
    position: absolute;
    font-size: 8px;
    /*top: -10px;*/
    left: 0;
    margin-right: 10px;
    margin-top: 8px;
    /*transform: scale(1);*/
    /*transition: all 0.5s ease 0s;*/
    color: #fff;
    display: inline-block;
    /*transform: scale(1);*/
    /*transition: all 0.5s ease 0s;*/
}
/*#content-box ul li:hover:before { transform: scale(1.4);}*/
.widget-area ul li:before {
    /*content:"\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    color: #f72985;
    font-size: 10px;
     display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;*/
    display: none;
}
/*.widget-area ul li:hover:before {  transform: scale(1.4);}*/
#content-box ol li:before {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#content-box ol li:hover:before { transform: scale(1.2);}
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: 3.5em;
    min-height: 60px;
    padding-top: 4px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 0px;
    font-size: 25px;
    width: 47px;
    height: 47px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    border: 1px solid #000;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#content-box ol li:after{
    content: '';
    position: absolute;
    left: -8px;
    top: 8px;
    width: 18px;
    height: 18px;
    border: 3px solid #F6E8DA;
    margin: 0px;
    background: #543602;
    transform: rotate(45deg);
}
.page_featured {margin: 0 4em;margin-bottom: 2em;padding: 10em 4em;}
img.ht-page-header-img{ width: 100%;box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);}
.sticky {   display: block;}
.total-hentry { margin: 0 0 50px;}
.byline,
.updated:not(.published) { display: none;}
.page-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;}
.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;
    /*display: none;*/
    bottom: 40px;
    right: 50px;
    padding: 4px;
    line-height: 22px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 99999;
    border: none;
    width: 40px;
    height: 40px;
    background: none;
    /*border: 2px solid #543602;*/
    /*border-radius: 0 0 5rem 5rem;*/
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease;
}
#back2Top .ttpicon{transform: rotate(-90deg);}
#back2Top:hover{transition: all 0.3s ease 0.2s;}
#back2Top .handle {
  position: absolute;
  display: none;
    height: 25px;
    width: 20px;
    background: transparent;
    border-radius: 50% 30%;
    left: 91%;
    top: 7%;
    z-index: 9999999999;
    border: 2px solid #543602;
    border-left: 2px solid transparent;
}
/*star curser*/
 .cursor {
    position: fixed;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s;
}

.cursor-follower {
    position: fixed;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
}

/****end *****/
.widget-area ul ul {
    margin-top: 5px;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
main#innerpage-box #sidebars li {font-size: 15px;margin:0 10px 14px;color: #9f9fa9;}
main#innerpage-box #sidebars li span{font-family: system-ui !important;font-size: 12px;line-height: 1.33;}
main#innerpage-box #sidebars #categories-2 li{display: flex;justify-content: space-between;font-family: system-ui !important;color: #9f9fa9;}
div#secondary caption {padding-top: 12px;padding-bottom: 12px;}
div#secondary .widget_calendar table {margin: 0;padding: 0;}
.widget_calendar tfoot tr td a {
    border: none;
    padding: 0px;
    padding: 6px 20px;
    -moz-transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.widget-area .widget_rating_filter ul {
    list-style: none;
    padding: 12px;
    margin: 0;
    border: 1px solid #eaeaea;
}
.widget-area .widget_rating_filter ul li {border-bottom: none;}
.widget-area .woocommerce ul.cart_list li, 
.widget-area .woocommerce ul.product_list_widget li {padding: 12px 12px 12px;}
.widget-area .woocommerce ul.product_list_widget li a {font-size: 13px;font-weight: 400;padding: 0px 0 8px;}
.widget-area .woocommerce ul.cart_list li img, .widget-area .woocommerce-page ul.cart_list li img, 
.widget-area .woocommerce ul.product_list_widget li img, 
.widget-area .woocommerce-page ul.product_list_widget li img {width: 74px;height: 74px;}

.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {font-size: 14px;color: #666;}
.widget-area .woocommerce ul.product_list_widget li img:hover { opacity: 0.8;}
.widget-area .woocommerce .widget_shopping_cart_content p {padding: 12px;margin: 0;border: 1px solid #eaeaea;margin-top: 15px;}
.woocommerce .woocommerce-product-rating .star-rating {height: 3em;}
.woocommerce .woocommerce-product-rating .star-rating { margin: .5em 4px 0 0;float: left;}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
}
main#innerpage-box #comments li.comment:after{display: none;}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del { font-size: 18px;font-weight: 600 !important;}
.single-productpage h2.woocommerce-loop-product__title {line-height: 1.2; 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 {background: transparent !important;border: none !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;
}

/****** cart page ******/
/*.wc-block-components-sidebar-layout .wc-block-components-main{width: 50% !important;}
.wc-block-components-sidebar .wc-block-cart__sidebar .wp-block-woocommerce-cart-totals-block{width: 50% !important;}

.wc-block-components-product-name{font-size: 22px !important;}*/
/*#innerpage-box p:nth-child(1){
    top: 0;
    margin-bottom:253px;
    color: #000;
    /*margin-left: 24px;*
}*/
.ht-main-content {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    text-align: center; /* optional */
}

/*header.page-main-header .innheadlhs .ht-main-content {
  margin: 15px auto 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  text-align: center;
}*/


#innerpage-box p {font-size: 20px;font-family: system-ui;}
/*-----------------------
## Start search
-----------------------------*/
main#innerpage-box h2 a {color: #000;font-weight: 600; margin-bottom: 10px;}
.entry-readmore a {
    padding: 2px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

/*-----------------------
## Blog Inner Page 
-----------------------------*/
.inner_contentbox{
    padding-block:96px ;
    padding-inline: 16px;
}
#innerpage-box .inner-blog-post{ padding: 1em ; margin: 0em 0em 4.7em 0em;position: relative;float: left;}
#innerpage-box .inner-blogpost {
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease;
    cursor: pointer;
    /* border-radius: 0 0 8px 8px; */
    height: 508px;
}
#innerpage-box .inner-blogpost:hover{
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}
#innerpage-box .inner-blogpost:hover img{
    transform: scale(1.1);
}


#innerpage-box .inner-blogpost .ht-blog-thumbnail { 
    overflow: hidden; 
    position: relative;
    /*border-radius: 195px 195px 4px 4px;*/
}
#innerpage-box .ht-blog-thumbnail img {
   width: 100%;
     height: 256px; 
    transform: scale(1);
    transition: all 1s ease 0s;
    /*border: 5px solid #D88E2D;*/
    /*border-radius: 195px 195px 4px 4px;*/
}
#innerpage-box .inner-blogpost .blog-imgtitle{
        position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}
#innerpage-box .inner-blogpost .blog-imgtitle .badge{
  padding: 4px 12px;
  background-color: #f3f4f6;
  color: #374151;
  border-radius: 8px;
  font-size: 14px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);    
}
#innerpage-box .inner-blogpost .blog-imgtitle .badge a{
    color: #374151;
}
#innerpage-box .inner-blogpost .blog-Athr {
    /*position: absolute;*/
    overflow: hidden;
    /*font-size: 18px;
    font-weight: 500;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;*/
    gap: 8px;
    font-size: 14px;
    color: #4b5563;
    text-align: left;
   /* padding: 14px 10px;
    transition: all 0.3s ease;*/
}
#innerpage-box .inner-blogpost .blog-Athr i{margin-right: 12px;font-weight: 600;}
#innerpage-box .inner-blogpost:hover .blog-Athr{border: 0px solid transparent;transition: all 0.3s ease;}
#innerpage-box .inner-blogpost .blog-admin{
    /*position: absolute;*/
    /*bottom: 17px;
    left: 17px;
    right: 17px;*/
    font-size: 22px;
    /*font-weight: 600;
    background: #D88E2D;
    color: #332102;
    padding: 15px 20px 10px;
    border-radius: 4px;*/
    z-index: 2;
    align-items: center;
    /*gap: 16px;*/
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    font-family: system-ui;
}

#innerpage-box .inner-blogpost .blog-admin span{
    font-family: system-ui;
}
#innerpage-box .inner-blogpost .blog-admin i{margin-right: /*12px;font-size: 24px;*/font-weight: 600;}
#innerpage-box .inner-blogpost .blog-admin .blog-comment{text-align: right;}
#innerpage-box .inner-blogpost .steam {
    position: absolute;
    display: flex;
    z-index: 1;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }

#innerpage-box .inner-blogpost .steam span {
    position: relative;
    bottom: 50px;
    display: block;
    margin: 0 2px 50px;
    min-width: 8px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    filter: blur(7px);
    transition: all 1s ease 0s;
}
#innerpage-box .inner-blogpost:hover .steam span{
    animation: animate 5s linear infinite;
    animation-delay: calc(var(--1) * -0.5s);
    transition: all 2s ease 2s;
}
#innerpage-box .inner-blogpost-info {
    position: relative;
    overflow: hidden;
    padding: 24px;
    /*padding: 25px 10px 10px 10px;*/
    /*border-radius: 0 0 10px 10px;*/
    text-align: left;
}

main#innerpage-box #blog-box h2{
    font-size: 20px !important;
    font-weight: 400;
    word-break: break-word;
    /*margin: 0px 0 18px 0;*/
    margin: 0;
    font-family: system-ui;
    /*line-height: 34px;*/
    margin-bottom: 12px;
    color: #0f172a;
    transition: color 0.3s ease;
    line-height: 1.4;
}
main#innerpage-box #blog-box .inner-blogpost:hover a h2 {
  color: #ea580c;
}

#innerpage-box .inner-blog-excerpt p,
#innerpage-box .inner-blog-excerpt {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    word-break: break-word;
    /*padding: 0px;*/
    position: relative;
    line-height: 20px;
    color: #4b5563;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: system-ui;
}
/*#innerpage-box .bloginnbtn a span{padding-left: 4px;}*/

#innerpage-box .inner-blogpost .blog-adminbox{
    position: relative;
    align-items: center;
    justify-content: space-between;
}
#innerpage-box .bloginnbtn a{
    /*margin-top: 1.7em;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 9px 31px 9px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    z-index: 1;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;*/
    /*display: flex;*/
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #f97316;
    background: none;
    font-family: system-ui;
    float: inline-end;
    border: none;
    padding: 0;
    cursor: pointer;
}
#innerpage-box .bloginnbtn:hover{
    color: #ea580c;
}
#innerpage-box .bloginnbtn a:hover{transition-delay: 0.2s;color: #ca3500;}
#innerpage-box .bloginnbtn:hover i{
    transform: translateX(4px);
}
#innerpage-box .bloginnbtn i{
    transition: transform 0.3s ease;
}
/*#innerpage-box .bloginnbtn a:before,
#innerpage-box .bloginnbtn a:after{
    content: '';
    background-color: #332102;
    height: 70px;
    width: 70px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 5px 5px 100px 100px;
    transition: all 0.5s ease-in-out 0s;
}
#innerpage-box .bloginnbtn a:after{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
}*/
#innerpage-box .bloginnbtn a:focus:before,
#innerpage-box .bloginnbtn a:hover:before{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
#innerpage-box .bloginnbtn a:focus:after,
#innerpage-box .bloginnbtn a:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

/*--------------------------------------------------------------
## 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;font-family: system-ui;}

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

/*.page-template-templates main#innerpage-box #blog-box h2:after { display: none;}*/

#sidebars .sidebar,
div#secondary.widget-area .widget {     
    padding: 0em 0em 1em 0em;
    padding-inline: 18px;
    margin:2em 0px 3em 0px;
    margin-inline: 24px;
    /*border: 4px solid #D88E2D;*/
    /*border-radius: 20px 20px;*/
    background-color: #fafafa;
}

.wp-block-group__inner-container h2,
 #innerpage-box .widget-area .widget-title {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    background: none;
    padding: 15px 10px 15px 20px;
    /*margin: 0px 0px 25px 0;*/
    margin: 0;
    position: relative;
    display: block;
    border-radius: 20px 20px 0 0;
    text-align: left;
}
/*#innerpage-box .widget-area .widget-title:before{
    content: '';
    position: absolute;
    left: -1.1em;
    top: 0px;
    width: 90px;
    height: 90px;
    background: transparent linear-gradient(0deg, #543602 0%, #845503 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}*/
/*#innerpage-box .widget-area .widget-title:after {display: none;}*/
/*#innerpage-box .widget-area .widget-title:before{
    content: "\f111";
    top: -2px;
    position: relative;
    font-family: 'Fontawesome';
    margin-right: 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 10px;
    color: #000;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}*/
main#innerpage-box .widget-area .widget_recent_entries a{
    font-size: 14px;        
    font-weight: 700;      
    margin-bottom: 4px;    
    font-family: system-ui; 
    color: #18181b;         
    transition: color 0.2s ease;
}
main#innerpage-box .widget-area .widget_recent_entries a{
  color: #52525b;        
}
main#innerpage-box .widget-area .tagcloud a {
    margin: 2px 4px;
    padding: 4px 4px;
    border: none;
    color: #52525c !important;
    font-size: 14px !important;
    position: relative;
    box-shadow: unset;
    font-family: system-ui;
    border-radius: 0;
    background: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
}
main#innerpage-box .widget-area .widget_custom_html{
  background-color: #18181b !important; 
  
  padding: 24px;  
}
main#innerpage-box .widget-area .widget_custom_html h4{
  font-size: 18px;
  font-weight: 700;  
  color: #ffffff !important;        
  margin-bottom: 12px;
  font-family: system-ui;
  padding: 0 !important;    
}
main#innerpage-box .widget-area .widget_custom_html p{
  font-size: 14px;        
  color: #d4d4d8;           
  margin-bottom: 16px;   
  font-family: system-ui;
}

main#innerpage-box .widget-area .widget_custom_html input{
  width: 100%;
  padding: 12px 16px;       
  background-color: #ffffff;
  color: #000000;
  font-family: system-ui;
  border: none;
  margin-bottom: 16px;
  font-size: 14px;    
}
main#innerpage-box .widget-area .widget_custom_html input:focus{
    border: none !important;
    outline: none;
}
main#innerpage-box .widget-area .widget_custom_html .footer-btn{
  width: 100%;
  padding: 12px 16px;        
  background-color: #ffffff;
  color: #000000;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 700;          
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;    
}
main#innerpage-box .widget-area .widget_custom_html .footer-btn:hover {
  background-color: #e4e4e7; */
}
.widget-area .tagcloud {list-style: none;padding: 0;margin: 0em 0 0 0;}
/*.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 {padding: 0px 1px 0 ;margin: 0;border: 1px solid #eaeaea;}
.widget_calendar table {border-collapse: separate; width: 100%;}
.widget-area .woocommerce-product-search, 
.widget-area form#searchform {width: 100%;padding: 0px 0 0 20px;position: relative;/*margin-bottom: 18px;*/}
.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;}

/*pop up*/
#custom-add-to-cart-popup {
    border-radius: 8px;
    text-align: center;
    font-family: inherit;
}
#custom-add-to-cart-popup p {
    font-size: 16px;
    margin-bottom: 10px;
}
#custom-add-to-cart-popup button {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

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

/*************/
/*********wishlist**********/
/***********/

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{border-color: #6a1b9a;}
 main#innerpage-box h2.woocommerce-loop-product__title {font-weight: 600;font-size: 26px;}
.woocommerce div.product div.images img {border: 2px solid #f1f0f0 !important;}
.woocommerce ul.products li.product .total-product-title-wrap{padding: 0 10px 0;}
.woocommerce ul.products li.product a{color: inherit;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{margin: 0 0 6px;padding: 0;}
.woocommerce div.product div.images .flex-control-thumbs{ margin: 5px -5px 0;}
.woocommerce div.product div.images .flex-control-thumbs li{ padding: 5px;}
.woocommerce ul.products li.product .price{font-weight: 500;font-size: 20px;color: #fe5722;margin: 0;}
.woocommerce ul.products li.product .price del{ display: inline;color: #999;opacity: 1;}
.woocommerce ul.products li.product .price ins{display: inline;font-weight: 600 !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{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    background-color: #ec5597;
    border: 1px solid #ec5597;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.single_inner .page-main-header {  display: none;}
.woocommerce ul.products li.product:hover .button{border-color: #fe5722;background-color: #fe5722;color: #FFF;}
.woocommerce ul.products li.product .button.loading{  opacity: 1;}
.woocommerce a.added_to_cart{
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    font-size: 13px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{ border-color: #fe5722;background-color: #fe5722;}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{background: #333;border-color: #333;color: #FFF;}
.woocommerce nav.woocommerce-pagination ul{border: 0;margin: 0;}
.woocommerce nav.woocommerce-pagination ul li{border: 0;margin: 0 4px;}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{background: #333;color: #FFF;}
.woocommerce span.onsale{
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    color: #fff;
    font-size: 14px;
    /*margin: 10px 0 0 -6px;*/
   /* top: 0;
    left: 0;*/
}

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

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

.woocommerce div.product p.price, 
.woocommerce div.product span.price{color: #fe5722}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{font-weight: 400;}
.woocommerce .product_meta{font-size: 15px;}
.woocommerce .product_meta a{color: inherit;}
.woocommerce .product_meta a:hover{ color: #fe5722;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;border-bottom: 2px solid #fe5722;padding-bottom: 10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{ display: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {padding: 10px 0;font-weight: 400;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #333;
    border-radius: 0;
    margin: 0 6px 0 0;
    padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{ background: #fe5722;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{ color: #FFF !important;}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{font-size: 22px; margin-bottom: 30px;}
.woocommerce #reviews #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; border: 4px solid #fe5722;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ background-color: #fe5722}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #EEE;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    top: -6px;
    margin-left: -10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style: none;}
.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{ background: none;}
.woocommerce ul.products li.product strong {display: inline-block;}

/**** woocommerce new single product page****/

.product-price{
  font-size: 26px;     
  /*font-weight:600;
  color: #000;
  margin: 1em 0;*/
}
.woocommerce div.product form.cart{margin: 1em 0 0 0;}
.product-btnarea .single_add_to_cart_button{
    margin: 0 1em 0 0;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus{
    width: 21px;
    height: 38px;
    line-height: 30px;
    padding: 1px 3px 1px 3px;
    border-radius: 0;
    outline: 1px solid #724A03;
    outline-offset: 2px;
    font-size: 24px;
    font-weight: 600;
    box-shadow: none;
    position: relative;
}
.woocommerce .quantity .minus {
    width: 21px;
    height: 34px;
    line-height: 30px;
    padding: 1px 3px 1px 3px;
    border-radius: 0;
    outline: 0px solid #DDA759;
    outline-offset: -3px;
    font-size: 24px;
    font-weight: 600;
    color: #845503;
    box-shadow: none;
    position: relative;
    background: none;
    left: 35px;
}
.woocommerce .quantity .plus{
    width: 21px;
    height: 34px;
    line-height: 30px;
    padding: 1px 3px 1px 3px;
    border-radius: 0;
    outline: 0px solid #DDA759;
    outline-offset: -3px;
    font-size: 24px;
    font-weight: 900;
    color: #845503;
    box-shadow: none;
    position: relative;
    background: none;
    right: 35px;
}
.woocommerce .quantity .qty {
    height: 40px !important;
    width: 110px !important;
    padding-right: 4px;
    font-size: 18px;
}
.woocommerce .product-buynow .buy-now-button {
    width: 80%;
    padding: 16px 10px !important;
    margin: 0 0 10px 0 !important;
}
.product-social-share{position: relative;margin-top:1em; }
.product-social-share span{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.product-social-share a{margin:4px 0px 4px 12px;}
.product-social-share a i{
    background: #724A03;
    color: #fff;
    position: relative;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
}

/*********/
.product-wishlist i {
    position: relative;
    /* width: 10px; */
    /* height: 10px; */
    background: #F1DFCD;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #845503;
    color: #845503;
}
.product-buynow {
    position: relative;
    margin: 2em 0 0 0;
}
.product-buynow .buy-now-button{
    
}
.woocommerce-tabs .tabs.wc-tabs{display: none;}
.related.products .products{margin-top:1.5em; }
.related.products .woocommerce-loop-product__title{font-size: 22px !important;}
.woocommerce-tabs .related.products .price,
.related.products .price{display: none !important;}
.related.products img { border-radius: 30px;}
.related.products{text-align: center; margin: 1.5em 0;}
.related.products h2{
    font-size: 30px !important;
    font-weight: 400 !important;
    margin: 4px 0 4px !important;
}
.woocommerce .products ul, .woocommerce-page .products ul, 
.woocommerce ul.products, .woocommerce-page ul.products{border: none !important;}
/*.woocommerce-tabs .description_tab a{
    display: inline-block;
    font-size: 30px;
    text-decoration: capitalize;
    font-weight: 500;
}*/
/*end*/


/**** chekout page ****/

.wc-blocks-components-select .wc-blocks-components-select__container{background: none !important;}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url]{
    background: #F6E8DA !important;
    border: 1px solid #74592C !important;
    border-radius: 10px !important;  
    padding: 14px 30px 12px 20px !important;
    height: auto !important;
}
.wc-block-components-form .wc-block-components-text-input label, 
.wc-block-components-text-input label{
    left: 20px !important;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{opacity: 1 !important;}

/*****end*****/

/*woocommerce cart page*/
/************************/
.wc-block-cart__totals-title,
.wc-block-cart-items .wc-block-cart-items__header{ border-bottom: 1px solid #000 !important;}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 20px !important;
    width: 50% !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 28px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}
.wc-block-components-formatted-money-amount {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-size: 28px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin: 0 0 0px 0 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    font-size: 22px !important;    font-weight: 600 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
   font-size: 22px !important;    font-weight: 600 !important;
}
.wc-block-cart-item__prices{color: #010101;}
.wc-block-components-quantity-selector { display: inline-flex !important;}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: inline-block !important;
    margin-left: 33px !important;
    font-size: 16px !important;
    color: #010101 !important;
}
.wc-block-components-quantity-selector{color: #010101 !important; }
.wc-block-components-quantity-selector:after {
    border: 1px solid #010101 !important;}
/*right side*/
.wc-block-components-sidebar {
    padding-left: 4% !important;
    width: 50% !important;
}
/*.wc-block-components-totals-wrapper {
  padding: 22px 0 !important;
}*/
.wc-block-components-totals-item__label,
.wc-block-components-totals-coupon .wc-block-components-panel__button{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.wc-block-components-formatted-money-amount {
    /*white-space: nowrap;
    font-size: 18px;
    font-weight: 600;*/
    
    /*background: #fff;
    padding: 4px 16px;
    border-radius: 6px;*/
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-formatted-money-amount{
    background: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
/*end*/
/*-------------------------------*/
/*    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;}
.woocommerce-product-search .search-field {
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
    width: 100%;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
        margin-bottom: 0px;
}
div#sidebars ins {background: none;}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {font-size: 14px;color: #666;}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
#secondary.widget-area {  padding-bottom: 0em; }

/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce .star-rating {
    float: right;
    position: relative;
    height: 3em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    font-family: star; 
    overflow: initial;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    display: none;
}
.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    /*display: none;*/
}
.comment-text .star-rating { margin-top: 0; margin-right: 0; margin-bottom: 0;}
.woocommerce .star-rating, .woocommerce-page .star-rating {margin-bottom: 0 !important;}

/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    border: 1px solid;
    padding: 10px 30px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce #review_form #respond .form-submit input {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce div.product div.images img:hover {opacity: 0.8;}
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{float: right;display: contents;}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {display: inherit;}
.woocommerce .star-rating::before{top: 0 !important;left: 0 !important;position: relative;}
.woocommerce div.product .woocommerce-product-rating{line-height: 0px;}
.woocommerce-page ul.products li.product, 
.woocommerce ul.products li.product {overflow: hidden;}
.woocommerce ul.products li.product a img {transform: scale(1);transition: all 1s ease 0s;}
.woocommerce ul.products li.product a img:hover {transform: scale(1.02);}
.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;}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.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.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.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;}
#innerpage-box .woocommerce li.product-category {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 1.5em;
}
#innerpage-box .woocommerce li:before{display: none;}
#innerpage-box .woocommerce li.product-category img{
    width: 100%;
    height: 293px;
    border-radius: 0 0 150px 150px;
    border: 4px solid #D88E2D !important;*
}
.woocommerce li.product-category h2{
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 12px !important;
}
.woocommerce li.product-category h2 mark{background: none;}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product{ padding-bottom: 30px !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: 1px;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
}
/* slider single product page*/
/*woocommerce gallery*/
/*===================*/

.woocommerce-product-gallery .owl-dots{display: none;}
.woocommerce div.product div.images .flex-control-thumbs li{ 
    padding: 5px;
    width: 137px !important;
    height: 137px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1;
    height: 100%;
    border-radius: 12px;
    transition: all 0.3s ease 0s;
}
/*.woocommerce div.product div.images .flex-control-thumbs .active li img{border: 3px solid #B05D5D !important;}*/
.woocommerce div.product div.images .flex-control-thumbs .flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
    border: 2px solid #B05D5D ;
    transition: all 0.3s ease 0s;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-nav{text-align: center;display: block;}
.woocommerce-product-gallery .owl-nav button{
    margin: 10px 5px;
    padding: 1px 10px 1px 10px;
    transition: all 0.3s ease 0s;
}
.woocommerce-product-gallery .owl-nav button:hover{background: #8e8b8b;transition: all 0.3s ease 0s;}
.woocommerce-product-gallery .owl-nav button i{font-size: 22px;font-weight: 600;color: #fff;}
.woocommerce-product-gallery .flex-direction-nav{display: none;}
/*end*/


/*********media*******/

@media screen and (max-width: 1600px){
    header .fmbx {display: flex; gap: 3%; /*padding: 0 0% 0 0%;*/}
    header .search_bar input[type=text] { width: 78%; padding: 12px 14px 12px 14px;}
    #banner-section .banner-box {width: 55%;}
    #banner-section .banner_distitle p {font-size: 100px; }
}

@media screen and (min-width: 1024px) and (max-width: 1300px){
.page-template-default #innerpage-box .service_inbox .title {  margin: 0;}
}
@media only screen and (max-width: 1299px) {
header .fmoutbx{width: 18%;}
header .menbx{width: 68%;}
header .Hbtn a { padding: 6px 6px;font-size: 15px;}
header .Hbtn a i { font-size: 10px; padding: 1px 1px; margin-right: 6px;}
.navigation .mainmenu li {  margin: 0 6px;}
.slider_section .bx-wrapper .bx-controls-direction a{top: 87%;}
.slider_section .bx-wrapper .bx-prev { left: 45%;}
.slider_section .bx-wrapper .bx-next {  right: 45%;}
.footer-area .newstitle h4 { font-size: 35px;}
#innerpage-box .cntlhsbx {margin: 1em 2em 1em 0em;}
#innerpage-box .single-team { padding: 0 0.5em;}
#innerpage-box .inner-blogpost{margin: 0 ;}
#topcategories li{padding: 0 0.5em;}
#topcategories .product-bx:nth-last-child(2), 
#topcategories .product-bx:nth-last-child(3){padding: 0 0.5em 4em;}
#innerpage-box .singleinner-service .serinnolay{left: 0.8em;bottom: 1.7em;}
#innerpage-box .woocommerce li.product-category{padding: 0 10px;}
}

@media screen and (max-width: 1200px){
 .footer-area .newstitle h4 {font-size: 30px;}
 .ct-btn-scroll{ bottom: 20px; }
 .new-page.menu-new{
    display:none;
}
#about .aboutus-post-boxes{
    gap: inherit;
}
#about .aboutus-post-data1{
    gap: inherit;
    margin-top: 25px;
}

}
@media screen and (max-width: 1199px){
    header .fmoutbx { width: 22%;}
    header .menbx { width: 64%;}
    /*.slider_section {  padding: 10em 0 1em;}*/
    .slider_section .title { font-size: 54px;}
    #banner-section .banner-box { width: 60%;}
    #banner-section .banner-inn { margin-left: 5%;}
    #banner-section .banner-bx h2 { font-size: 38px;}
    #about .abt-rbx { padding-right: 0em;}
    .service-area .single-service-bx {padding: 0 1em; }
    #innerpage-box .inn-single-service-bx {padding: 0 10px;}   
    #innerpage-box .inner-blog-post {padding:0 10px;}
    #innerpage-box .con-cir {width: 500px; height: 500px;}
    .widget-area form#searchform:after {  margin-top: -24%;}
    #innerpage-box .single-team-img img {/*height: 300px;*/}
    #innerpage-box .inner-teambx{padding: 0 0.5em;}
    .ht-main-title { font-size: 58px !important;}
    .service-area .service-icon img{height: 300px;}
    .service-area .sertxbx{padding: 2em 1em 2em;}
    #topcategories .pro-brd{width: 300px;right: 0;}
    #topcategories .pro-brd:before{top: 2em;left: 2.5em;}
    #topcategories .pro-brd:after{top: 2em;right: 2.5em;}
    #gallery .spa-gall img{height: 300px;}
    #gallery .homegalry{border-radius:16px}
    #featuredproducts .featuredproductsbx { padding: 0 ;}
    .blog-area .blog-thumbnail img{height: 300px;}
    /*.footer-area .newsletter-box{padding: 5em 5em 3em;}*/
    .footer-area .box-form .newstext p {margin-bottom: 10px !important;line-height: 27px;}
    .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: 9px 22px 13px 35px;}
    .footer-area input[type="submit"]{top: -1px;/*right: 7px;*/}
    #innerpage-box .singleinner-service .serinnolay {right: 2.2em;left: 0.7em;bottom: 1.2em;}
    #innerpage-box .ts-area-c .desi-brd{width: 80%;}
    header.page-main-header .h-inn {left: -66%; width: 164%;}
    #content-box .woocommerce.columns-4 { padding: 2px;}
    #content-box ul {padding: 0 2px 2px;}
   /* #appointment .name-email .name , #appointment .phone-location .phone , #appointment .project-budget .project {
        margin-right: 0;
    }*/
}
@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;}
.service-area h4 { font-size: 25px;}
.facility-area .inner-area-title { font-size: 19px;}
.single-team .in-our-team ul > li > a {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    #features .featuresbx {
        padding: 0px 10px;
        /*width: 100%;
        height: 100%;*/
    }
    #features .featuresus-single{
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
#process .processbx {
        padding: 0px 10px;
        height: 100%;
    }
    #process .processus-single{
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
}
    #topcategories .pro-cat-img img{width: 275px;height: 300px;}
    #about .abt-btn a{margin-bottom: 2em;}
    #innerpage-box .singleinner-service .service_inimg .service-img{height: 285px;}
    /*#innerpage-box .ts-area-thumb{margin: 6.5em 1em 0 0;}*/
    /*#innerpage-box .ts-area-thumb img{height: 170px;}*/
}


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

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


}
@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%;}
.facility-area .btn{padding: 18px 40px;}
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 screen and (max-width: 1000px){
    .toggle-bar{
     display: block;
     position: absolute;
     top: -35px;
     right: 35px;
     width: 50px;
     background: #fe5722;
     cursor: pointer;
     text-align: center;
     color: #fff;
     padding: 20px 0;
     cursor: pointer;
 }

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

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

@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;}*/
 .logo { position: relative; 
    top: 0px !important;
    background: none !important;
    padding: 0;
}
}

@media only screen and (max-width: 991px) {
.navigation .mainmenu li:hover ul li:hover > ul{display: inline-block !important;left: 0;position: relative;}
.dlab-topbar-right {padding-left: 0;padding-right: 15px;}
.dlab-topbar-left{
    padding-right: 0;
}
/*woocommerce cart page*/
.wc-block-components-sidebar ,
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
}
 .wc-block-cart-items .wc-block-cart-items__header{
     display: block !important;
 }
.wc-block-cart__totals-title {
    border-bottom: none !important;
    display: block !important;
}
}

@media screen and (max-width: 991px) {
.site-navigation{padding: 1em 0 0;}
.home.page-template .site-header{position: relative;}
.top-bar-head { padding-top: 2px;}
.logo svg{display: none;}
.logo { order: 1;width: 50%; text-align: center;}
header .fmoutbx { order: 2; width: 58%;float: right;}
header .menbx { width: 14%; order: 3; }
.site-navigation{background:none ;}
.page-template .site-header, 
.page-template-default .site-header, .site-header{position: absolute;background: #000;}
/*.page-main-header { padding: 2em 0 1em;}*/
.ht-main-title { font-size: 44px !important; }
header.page-main-header .innheadrhs{height: 280px;width: 100%;}
header.page-main-header .innheadlhs { align-content: center;padding-top: 9em;}
header .innhsmimg,header.page-main-header .h-inn,
header .innhimg1,header .innhimg2,header .innhimg3,header .innhimg4,header .innhimg5, 
/*header .innhimg6{display: none;}*/
.slider_section .am-img1,.slider_section .am-img2,
.slider_section .am-img3,.slider_section .am-img4,.slider_section .am-img5,
.slider_section .am-img6,.slider_section .am-img7,.slider_section .am-img8,
.slider_section .img_oly,.slider_section .ocean svg{/*display: none;/*}
.slider_section .sliderimg {  padding: 6px 6px 6px;}
.slider_section .slide-mainimg {/* border-radius: 20px;*/height: 100%;}
.slider_section { padding: 1em 0 0; }
.slider_section .title { font-size: 44px;}
.slider_section .text { font-size: 16px;}
.slider_section .btn5 a { margin: 0.4em 0 0;/* padding: 8px 18px; */font-size: 16px;}
/*.slider_section .owl-nav .owl-prev,
.slider_section .owl-nav .owl-next{display: none;}*/
.bx-controls-direction { display: none;}
#banner-section{padding: 1em 0 !important;}
#banner-section .banner-box {width: 90%;}
#banner-section .banner-box:after{display: none;}
#banner-section .banner-bx h2 { font-size: 30px;line-height: 1.1;margin: 10px 0;}
#banner-section .banner_subtext h4 {font-size: 20px; margin: 8px 0;}
#banner-section .banner-shape3 { top: 0em;}
#banner-section .banner_distitle p { font-size: 70px; line-height: 1.1;}
/*.section-title { margin-bottom: 2em;}*/
#about .section-title {margin-bottom: 1em; margin-top: 0.5em;}
#about .section-title h2{margin:0; font-size: 30px;}
#about .section-subtext p {  margin: 0.5em 0;}
.service-area .single-service-bx { padding: 0 10px;}
.service-area .service-icon {float: none !important;align-items: center !important;}
.service-area .service-icon img {height: 300px;}
.service-area .serbtn a {font-size: 16px;}
#testimonials .owl-dots{display: none;}
#testimonials .ts-area-content { padding: 0em 0 0 0;}
#testimonials .ts-area-bx { padding: 8px 0;}
#testimonials .text-designation { margin: 4px 0 4px;}
/*#gallery .section-title { margin-bottom: 35px;}*/
#featuredproducts .section-title { margin-bottom: 2em;}
#featuredproducts .section-title h3{ font-size: 30px; }
#featuredproducts .featuredproductsbx{width: 50%;}
#featuredproducts .product-image {margin-right: -1px;}
#appointment .ht-inquiry-member-wrap { margin: 0 0 0 0em;}
#appointment .app-left {display: none;}
.blog-area .blog-posts h4 { font-size: 22px;margin: 2px 0;}
.blog-area .blogbtn a {padding: 8px 16px;font-size: 16px;}
/*.blog-area .blog-single { padding: 20px 10px 5px 10px;}*/
#about,#team,#testimonials,/*#gallery,#appointment,
#blog ,*/#ourclient,#service,#topcategories{ padding: 1em 0 !important;}
footer#footer.footer-area .widget-title { margin-bottom: 15px;margin-top: 0em;}
.footer-area .widget { margin-bottom: 1em;}
#footer{/* padding: 1em 0 1em 0em !important;*/ padding-inline: 16px}
.footer-area .newstitle h4 {font-size: 25px; margin: 0 0em 10px 0;line-height: 40px;}
#innerpage-box {  padding: 1em 0em ;}
blockquote { padding: 4em 1em 1em 4em !important;}
blockquote:before{top: 35px;font-size: 40px;}
blockquote:after{top: 20px;bottom: -25px;left: 20px;right: -20px;}
#innerpage-box .team-social-icon li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 4px 12px 4px 0;
}
#innerpage-box .single-team { width: 50%;}
.widget-area ul li:before{margin-right: 4px !important;}
main#innerpage-box #sidebars li {margin-left: 5px;}
#innerpage-box .item.innertest-item{width: 100%; padding-bottom: 24px;}
.faq_tp .faq-heading{font-size: 28px;}
.footer-area input[type="submit"] { margin-left: 0;}
#innerpage-box .contact-address-area {  margin: 0em 0 1em 0;}
header.site-header input[type='search'], 
header.site-header input[type='search']:hover { width: 100%;}
#innerpage-box .con-cir {width: 500px; height: 500px;}
#features .featuresbx{padding: 10px 15px;justify-items: center;}
#features .featuresus-single{margin-bottom: 0.5em;}
#process .processbx{padding: 10px 15px;justify-items: center;}
#process .processus-single{margin-bottom: 0.5em;}
#topcategories .product-bx:nth-last-child(3) .pro-cat-img,
#topcategories .product-bx:nth-last-child(3) .pro-cat-area{
    clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 40%);}
#topcategories .product-bx:nth-last-child(3) .pro-cat-content{position: relative;}
#topcategories .product-bx:nth-last-child(3) .pro-brd{transform: rotate(0deg);top: 0;bottom: auto;}
#topcategories .product-bx:nth-last-child(3) .cat-ovly{top: -50%;}
#topcategories .cat-product:hover .product-bx:nth-last-child(3) .cat-ovly{top: auto;}
#topcategories .product-bx:nth-last-child(3) .pro-cat-inn{padding: 1.1em 0 0;}
/*.footer-area .newsletter-box{padding: 0em 2em 0em;}*/
/*.footer-area .newstitle h4{padding: 3.2em 0.3em 0em;}*/
#innerpage-box .singleinner-service{margin-bottom: 4em;}
.widget-area form#searchform:after {margin-top: -10%;}
#topcategories .pro-cat-img1{top: 0;}
#innerpage-box .single-team{margin-bottom: 2em;}
#innerpage-box .cntpgtxt a, #innerpage-box .cntlhsbx p{line-height: 40px;}
#ht-contactus-wrap{margin-left: 0;}
/*.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product { padding-bottom: -1px !important;
}*/

}
@media (min-width: 768px) {
    #about .aboutus-single3{
         grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #topcategories .pro-cat-img img{width: 280px;}
    #topcategories .product-bx:nth-last-child(2){margin-top: -14.5em;}
    #innerpage-box .singleinner-service .service_inimg .service-img{height: 328px;}
    #innerpage-box .singleinner-service .serinnolay {right: 2.6em;left: 0.8em;bottom: 1.4em;}
    .blog-adminbx {padding: 0 5px;}
}

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

@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;}
#secondary{ width: auto !important; float: none !important; margin-bottom: 30px; overflow: hidden;
}
}


@media screen and (min-width: 320px) and (max-width: 768px){
.logobox img { padding-top: 0 !important;}
.main-dispaly.padding0 {padding-left: 20px;}
}

@media screen and (min-width: 320px) and (max-width: 768px){
header.site-header .main-dispaly.padding0 {padding-right: 20px;}
.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;}
.ti-home:before{left: 15px;top: 12px;}
.is-fixed .main-bar ul.sub-menu { margin-top: 0 ;}
}

@media screen and (max-width: 767px){
#innerpage-box .con-cir{ display: none;}
.slider_section .sliderimg {width: 100%;  padding: 10px 10px;  order: 1;}
.slider_section .slider_content { padding: 10px 16px; width: 100%; order: 2;}
.slider_section .title {font-size: 30px;}
#about .abtbrd{background: transparent;}
#about .hi-icon {top: 0px;}
#about .abtbrd{display: none;}
#innerpage-box .singleinner-service .service_inimg img,
.service-area .service-icon img{/*width: 100%;*/}
.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;}
.widget-area form#searchform:after {margin-top: -13%;}
#innerpage-box .cntlhsbx { margin: 0;}
#innerpage-box .ts-area-c p {margin: 0em 0px 0 0px;margin-bottom: 32px}
#innerpage-box .contact-mapbox iframe {height: 250px;}
.blog-area .blog-posts h4 { font-size: 20px; line-height: 25px;}
header.page-main-header .innheadrhs{margin:  0 auto 1em;float: none;}
#featuredproducts .featuredproductsbx{width: 100%;}
#topcategories .product-bx:nth-last-child(3){padding: 0 1em;}
#topcategories .product-bx:nth-last-child(2), 
#topcategories .product-bx:nth-last-child(3){margin-top: 0;}
#topcategories .product-bx:nth-last-child(2) .pro-cat-area,
#topcategories .product-bx:nth-last-child(2) .pro-cat-img{clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 40%);}
#topcategories .product-bx:nth-last-child(2) .pro-brd{top: 0;bottom: auto;transform: rotate(0deg);}
#topcategories .product-bx:nth-last-child(2) .cat-ovly{top: -50%;}
#topcategories .cat-product:hover .product-bx:nth-last-child(2) .cat-ovly{top: auto;}
#topcategories .product-bx:nth-last-child(2) .pro-cat-content{position: relative;}
#topcategories .product-bx:nth-last-child(2) .pro-cat-inn{padding: 1.1em 0 0;}
#topcategories .pro-brd {width: 430px;right: -1.5em;}
#topcategories .pro-brd:before{top: 3em;left: 3.5em;}
#topcategories .pro-brd:after{top: 3em;right: 3.5em;}
.footer-area .newsletter-box {-webkit-mask-image: none;mask-image: none;border-radius: 2em;}
.footer-area .footer-links{text-align: center;float: none;}
#about .about-area-bx{padding: 0 15px 0 15px;}
#about .abt-rbx{padding: 15px 10px 40px 10px;}
#innerpage-box .singleinner-service{padding: 0 0 0 0px;}
#innerpage-box .singleinner-service .service_inimg .service-img{height: 300px;}
#innerpage-box .singleinner-service .serinnolay{display: none;}
#innerpage-box .singleinner-service .service_inimg{padding: 0 0 4px 42%;}
#innerpage-box .woocommerce li.product-category{margin: 0 !important;}
#innerpage-box .tsareainn,
#innerpage-box .tsareabrd{border-radius: 4px 30px 30px 4px;}
#innerpage-box .inner-blogpost .blog-admin,
/*#innerpage-box .inner-blogpost .blog-admin .blog-comment{text-align: center;}*/
 /*#innerpage-box .cntlhsbx{padding: 4em 2em 2em;} */
.breadcrumbbox {  margin-bottom: 16px;}
header .woocommerce-breadcrumb, .breadcrumbbox .button { font-size: 16px;}
.ht-main-title {font-size: 30px !important;  margin: 0;}
.page-main-header {  padding: 1em 0 1em; }

}

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

.footer-area .bottom-area{padding: 1em 0 !important;}
.footer-area .gallery-item{max-width: 50%;}
.footer-bottom-area ul li { margin: 0 15px;}
.footer-bottom-area.text-right {text-align: center;}
.footer-text{ text-align: center; margin-bottom: 15px;}
.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 (min-width: 476px) and (max-width: 630px){
#innerpage-box .textbx { padding: 0.5em 0.5em;}
#innerpage-box .textbx .team-designation {font-size: 16px;margin: 2px 0;}
#innerpage-box .team-social-icon li {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    margin: 2px 4px 2px 0;
}
}

@media screen and (max-width: 611px){
#ht-contactus-wrap .maintle{font-size: 30px;
}
}

@media screen and (max-width: 580px){  
.ht-team-counter-wrap{  margin-left: 0;}
.ht-counter{ width: 75%; float: none; margin: 0 auto 60px;}
.ht-portfolio{
    width: 50%;
    padding: 4px;
}
}

@media screen and (max-width: 575px){  
    #appointment .app-img::after{display: none;}
#banner-section .banner-box { width: 96%; padding: 1em 1em 1em 0;}
#about .hi-icon,
#about .about-area-data { text-align: center;}
#about .abt-btn.btn1 {text-align: center;}
#innerpage-box .cntpgtxt p {font-size: 20px;}
.widget-area a { padding: 6px 0 6px 10px;}
/*header .innheadrhsout { padding: 0 25px;}*/
.hamburger-menus{ position: absolute !important;top: 1em;right: 4%;}
.service-area .single-service-bx {padding: 0 1.5em;}
.blog-area .blog-admin .blog-adminbx,
.blog-area .blog-admin .blog-comment{width: 50%;}
#innerpage-box .ts-area-thumb{margin: 0em 0 1em 0;text-align: center;}
#innerpage-box .ts-area-single-inn{text-align: left;}
#innerpage-box .ts-area-bx{margin: 2em 1em 0.5em; text-align: left;}
blockquote{width: 95% !important;margin: 0 13px 20px 10px;}
blockquote { padding: 2em 1em 1em 1.5em !important;}
blockquote:before{top: 0;}
blockquote:after{display: none;}
#innerpage-box .cntpgicon{width: 15%;}
#innerpage-box .cntpgtxt{width: 85%;}
#ht-contactus-wrap .contact-form{padding: 3em 1em 2em 1em;}
#innerpage-box .single-project{padding-inline: 0;}
}

@media screen and (max-width: 520px){
.top-bar-head .head-menu {  padding-right: 0em;}
.s-footer { 
    margin-bottom: 1em;
}
}

@media screen and (max-width: 575px){
#appointment .app-form { margin-top: 1em; }
#appointment svg{display: none;}
#appointment .section-hdtitle h2 { font-size: 28px;}
#appointment .info-txt { margin-top: 1em;}
#appointment .info-txt .infoinnbx a, 
#appointment .info-txt .infoinnbx p {font-size: 22px;padding: 0 0 5px 0;}
#appointment .inquiry-formbx { padding: 0em 0em 0em 0em;}
.ht-inquiry-member-wrap textarea { height: 120px;}
.ht-inquiry-member-wrap input[type="text"], .ht-inquiry-member-wrap input[type="email"], 
.ht-inquiry-member-wrap input[type="url"], .ht-inquiry-member-wrap input[type="password"], 
.ht-inquiry-member-wrap input[type="search"], .ht-inquiry-member-wrap input[type="number"], 
.ht-inquiry-member-wrap input[type="tel"], .ht-inquiry-member-wrap input[type="range"], 
.ht-inquiry-member-wrap input[type="date"], .ht-inquiry-member-wrap input[type="month"], 
.ht-inquiry-member-wrap input[type="week"], .ht-inquiry-member-wrap input[type="time"], 
.ht-inquiry-member-wrap input[type="datetime"], .ht-inquiry-member-wrap input[type="datetime-local"], 
.ht-inquiry-member-wrap input[type="color"], .ht-inquiry-member-wrap input[type="file"], 
.ht-inquiry-member-wrap textarea {
    margin: 0 0 5px 0; 
    padding: 8px 10px 10px 14px; 
    /*font-size: 16px;*/
}
.ht-inquiry-member-wrap input[type="submit"] {padding: 12px 18px; font-size: 16px; /*width: auto;*/}


}

@media screen and (min-width: 320px) and (max-width: 475px){
#banner-section .banner-bx h2 { font-size: 22px;}
#banner-section .banner_distitle p { font-size: 40px;}
#features .featuresus-single{padding: 10px;}
#process .processus-single{padding: 10px;}

.footer-area input[type="submit"] { position: relative; top: 0px;margin-bottom: 1em;float: right;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{padding: 12px 10px 12px 18px;}
.page_featured {margin: 0 2em;margin-bottom: 1em;padding: 3em 4em;}
#innerpage-box .ts-area-c i { right: 8%;}
#innerpage-box .ts-area-c p { font-size: 24px; line-height: 30px;}
#innerpage-box .single-team { width: 100%;margin-bottom: 2em;text-align: center;}
#innerpage-box .textbx{/*position: relative;*/width: 100%;bottom: 0; text-align: left;}
main#innerpage-box h1, 
body.page-template-default main#innerpage-box h1, 
.ht-main-title, #ht-contactus-wrap h1 { font-size: 26px !important;}
#innerpage-box .cntpgbx{margin: 0em 0em 1em 0em;}
.faq_tp .faq-heading {  font-size: 30px;}
.faq_tp {  padding-bottom: 1em;}
.section-title .heading-brd1:before{top: 17px;}
#gallery .gall-contain{margin-bottom: 2em;}
#about .aboutarea-img img{height: 320px;}
#innerpage-box .singleinner-service .service_inimg { padding: 0 0 4px 5px;}
div#content-box .faq-content button.accordion{padding: 12px 20px 11px 20px;}
main#innerpage-box div#content-box h5.faq-title{line-height: 25px;}
.widget-area form#searchform:after {margin-top: -27%;}
/*#innerpage-box .widget-area .widget-title:before{left: -20px;width: 80px;height: 80px;}*/
/*.wp-block-group__inner-container h2, #innerpage-box .widget-area .widget-title{padding: 12px 10px 12px 70px;}*/
}

@media screen and (min-width: 376px) and (max-width: 475px){
    #features .features-area-data{padding: 0 50px 10px;}
    #process .process-area-data{padding: 0 50px 10px;}
    #innerpage-box .singleinner-service .service_inimg .service-img{height: 380px;}
}

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

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

}

@media screen and (min-width: 320px) and (max-width: 475px){
.faq_tp .faq-heading:before,
.faq_tp .faq-heading:after{   display: none;}
.footer-area .footerlayer-3{bottom: 10%;}
.footer-area .footerlayer-2{bottom: 40%;}
.footer-area .footerlayer-1{top: 2%;left: 35.3%;}
.footer-bottom-area ul li { margin: 0 10px;}
.footer-text, .footer-area li{font-size: 14px;}
.header-transparent .is-fixed .main-bar h1.ht-site-title{top: 35px;}
.resp_head_box{margin-bottom: 0;}
.header-seo.header-transparent .is-fixed .main-bar img { top: 55px;}
.header-seo.header-transparent .is-fixed .main-bar img { top: 50px;}
div#sb-search {margin-left: 0;}
header.site-header input[type="search"]{width: 100%;}
header.site-header span.sb-icon-search,
header.site-header input[type="submit"]{right: 0;}
.single-header-info { text-align: center; padding: 0;}
}

@media screen and (min-width: 320px) and (max-width: 425px){
body {   position: inherit; }
.comment-form-url,
.comment-form-author,
.comment-form-email{ width: 98%;}
.logo{  padding: 0 6px 0px 0;width: 50%;}
header .fmoutbx { width: 54%; padding: 0 4px;}
header .menbx { width: 15%; padding: 0 4px;}
header .js-nav-toggle{ margin: 10px 4px !important;}
header .s-frm input[type="submit"] {width: 30px;  height: 30px;}
header .search_bar:after { top: 9px; font-size: 16px;}
#innerpage-box .item.innertest-item{width: 100%;}
#innerpage-box .contact-address-area .contforminn {  padding: 1em 1em 1em 1em;}
#innerpage-box .contform {display: block !important;}
.section-title h2, 
#about .abtsection-maintitle h2 {font-size: 36px; line-height: 30px;}

}

@media screen and (min-width: 320px) and (max-width: 374px){
    #banner-section .banner-bx h2 { font-size: 20px;}
    #banner-section .banner_subtext h4 { font-size: 16px;
    #topcategories .pro-brd {width: 300px;right: -0.5em;}
    #topcategories .pro-brd:before {top: 2em;left: 2.5em;}
    #topcategories .pro-brd:after {top: 2em;right: 2.5em;}
}

@media screen and (min-width: 375px) and (max-width: 400px){
    #topcategories .pro-brd {width: 385px;}
    #topcategories .pro-brd:before {top: 3em;left: 3em;}
    #topcategories .pro-brd:after {top: 3em;right: 3em;}
}

@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;
}
#features .features-area-data{padding: 0 32px 10px;}
/*#process .process-area-data{padding: 0 32px 10px;}*/
#gallery .spa-gall img {height: 384px;object-fit: cover;}
#innerpage-box .singleinner-service .service_inimg .service-img {height: 340px;}
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product{width: 98% !important;}
}

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