.single-breadcrumbs-wrapper nav.woocommerce-MyAccount-navigation.wsmt_extra_navclass {
display: none !important;
}
i.fa.fa-chevron-down.wcmamtx_nav_chevron,i.fa.wcmamtx_group_fa.fa-chevron-up,i.fa.wcmamtx_group_fa.fa-chevron-down {
font-size: 10px;
margin-left: 7px !important;
margin-top: 1px;
}
ul.wcmamtx_sub_level li {
margin-left: 20px;
}
.theme-storefront i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-storefront a.menu-link.sub-menu-link {
background-color: #e6e6e6 !important;
}
.theme-flatsome a.menu-link.sub-menu-link {
margin-left: 30px;
}
.theme-flatsome i.fa.fa-chevron-down.wcmamtx_nav_chevron {
margin-top:0px !important;
}
.theme-Divi i.fa.wcmamtx_nav_chevron {
display: none;
}
.theme-hello-elementor i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-buddyx i.wcmamtx_nav_chevron {
display: none;
}
li.woocommerce-MyAccount-navigation-link {
list-style: none;
}
.single-breadcrumbs nav.woocommerce-MyAccount-navigation {
display: none !important;
}
#wpadminbar #wp-admin-bar-wcmamtx_customize_myaccount>.ab-item:before {
content: "\f540" / '';
top: 2px;
}
.woocommerce-account h1.entry-title {
display:none;
} .wcmamtx_custom_login_register .wc-auth-container {
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
background:
linear-gradient(135deg,#667eea,#764ba2);
padding: 30px;
}
.wcmamtx_custom_login_register .wc-auth-card {
margin-left: 30%;
width: 100%;
max-width: 40%;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}
.wcmamtx_custom_login_register .wc-auth-header {
text-align: center;
margin-bottom: 30px;
}
.wcmamtx_custom_login_register .wc-auth-header h2 {
margin-bottom: 8px;
font-size: 32px;
}
.wcmamtx_custom_login_register .wc-auth-header p {
color: #777;
}
.wcmamtx_custom_login_register .wc-auth-tabs {
display: flex;
border-radius: 50px;
padding: 5px;
margin-bottom: 25px;
}
.wcmamtx_custom_login_register .wc-tab-btn {
flex: 1;
border: 0;
padding: 12px;
cursor: pointer;
border-radius: 50px;
font-weight: 600;
font-size: 12px;
margin-right: 10px;
}
.wcmamtx_custom_login_register .wc-tab-btn.active {
background: #6c63ff;
color: white;
}
.wcmamtx_custom_login_register .wc-tab-content {
display: none;
}
.wcmamtx_custom_login_register .wc-tab-content.active {
display: block;
}
.wcmamtx_custom_login_register .form-group {
position: relative;
margin-bottom: 22px;
}
.wcmamtx_custom_login_register .form-group input {
width: 100%;
height: 56px;
border: 2px solid #ddd;
border-radius: 12px;
padding: 15px;
font-size: 15px;
outline: none;
}
.wcmamtx_custom_login_register .form-group input:focus {
border-color: #6c63ff;
}
.wcmamtx_custom_login_register .form-group label {
position: absolute;
top: 17px;
left: 15px;
color: #888;
transition: .3s;
pointer-events: none;
background: #fff;
padding: 0 5px;
}
.wcmamtx_custom_login_register .form-group input:focus + label,
.wcmamtx_custom_login_register .form-group input:valid + label {
top: -10px;
font-size: 12px;
color: #6c63ff;
}
.wcmamtx_custom_login_register .auth-btn {
width: 100%;
border: 0;
padding: 15px;
border-radius: 12px;
cursor: pointer;
color: white;
font-size: 16px;
font-weight: 600;
background: linear-gradient(
135deg,
#6c63ff,
#8a6dff
);
}
.wcmamtx_custom_login_register .auth-btn:hover {
opacity: .9;
}
.wcmamtx_custom_login_register .remember-forgot {
margin-top: 15px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.wcmamtx_custom_login_register .remember-forgot a {
text-decoration: none;
color: #6c63ff;
}
.wcmamtx_custom_login_register .password-wrapper {
position: relative;
}
.wcmamtx_custom_login_register .toggle-password {
position: absolute;
right: 15px;
top: 18px;
cursor: pointer;
}
.wcmamtx_lost_password.wc-tab-content .woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
width:100%;
}
div.wcmamtx_login_boxes .form-group input {
width: 100%;
height: 56px;
padding: 15px;
border: 2px solid #ddd;
border-radius: 12px;
box-sizing: border-box;
}
@media screen and (max-width: 800px) { 
.wcmamtx_custom_login_register .wc-auth-card{
padding:25px;
}
.wcmamtx_custom_login_register .wc-auth-header h2{
font-size:26px;
}
.wcmamtx_custom_login_register .wc-auth-card {
margin-left: 0%;
width: 100%;
max-width: 100%;
}
}
div.wcmamtx_login_boxes .woocommerce-form-row.woocommerce-form-row--first {
width:100%;
}
div.wcmamtx_login_boxes.wcmamtx_login  .wc-tab-btn {
padding: 5px; 
font-size: 14px;
}
div.wcmamtx_login_boxes .social-login-wrapper {
margin-bottom: 24px;
}
div.wcmamtx_login_boxes .google-login-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
height: 58px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 14px;
color: #111827;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all .25s ease;
box-shadow:
0 1px 3px rgba(0,0,0,.08);
}
div.wcmamtx_login_boxes .google-login-btn:hover {
background: #f9fafb;
border-color: #d1d5db;
transform: translateY(-2px);
box-shadow:
0 10px 25px rgba(0,0,0,.08);
}
div.wcmamtx_login_boxes .google-login-btn:active {
transform: translateY(0);
}
div.wcmamtx_login_boxes .google-icon {
display: flex;
align-items: center;
justify-content: center;
}
div.wcmamtx_login_boxes .divider {
display: flex;
align-items: center;
text-align: center;
margin: 24px 0;
}
div.wcmamtx_login_boxes .divider::before,
div.wcmamtx_login_boxes .divider::after {
content: '';
flex: 1;
height: 1px;
background: #e5e7eb;
}
div.wcmamtx_login_boxes .divider span {
padding: 0 15px;
font-size: 13px;
color: #9ca3af;
font-weight: 600;
letter-spacing: 1px;
}
.wc-auth-container.wcmamtx_custom_login_register {
margin-top: 20px;
margin-bottom: 20px;
}
button.woocommerce-button.button.woocommerce-form-login__submit,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
width: 100%;
}
.wcmamtx_menu  ul.sub-menu.nav-dropdown.nav-dropdown-default i.fa.wcmamtx_nav_chevron {
font-size: 12px;
margin-top: 5px;
margin-left: 5px;
} li.wcmamtx_menu_logged_in {
list-style: none;
} a.wcmamtx-nav-trigger {
display: inline-flex !important;
align-items: center !important;
gap: 10px !important;
text-decoration: none !important;
color: inherit !important;
padding: 5px 10px 5px 5px !important;
border-radius: 50px !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
line-height: 1 !important;
}
a.wcmamtx-nav-trigger:hover {
background: rgba(0,0,0,0.05) !important;
box-shadow: none !important;
} .wcmamtx-nav-avatar-wrap {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wcmamtx-nav-avatar-wrap img.wcmamtx-nav-avatar-img,
.wcmamtx-nav-avatar-wrap img {
width: 36px !important;
height: 36px !important;
border-radius: 50% !important;
object-fit: cover !important;
display: block !important;
border: 2px solid rgba(255,255,255,0.8) !important;
box-shadow: 0 1px 4px rgba(0,0,0,0.18) !important;
} .wcmamtx-nav-user-info {
display: flex;
flex-direction: column;
line-height: 1.2;
gap: 1px;
}
.wcmamtx-nav-label {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.06em;
opacity: 0.6;
font-weight: 500;
}
.wcmamtx-nav-name {
font-size: 13px;
font-weight: 700;
white-space: nowrap;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
} .wcmamtx-nav-chevron {
display: flex;
align-items: center;
opacity: 0.55;
transition: transform 0.25s ease;
margin-left: 2px;
}
li.wcmamtx_menu_logged_in:hover .wcmamtx-nav-chevron,
li.wcmamtx_menu_logged_in.sfHover .wcmamtx-nav-chevron {
transform: rotate(180deg);
} li.wcmamtx_menu_logged_in > a i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none !important;
} li.wcmamtx_menu_logged_in > ul.sub-menu {
border-radius: 12px !important;
box-shadow: 0 12px 35px rgba(0,0,0,0.13) !important;
overflow: hidden !important;
min-width: 200px !important;
padding: 6px 0 !important;
}
li.wcmamtx_menu_logged_in > ul.sub-menu li a {
padding: 10px 18px !important;
font-size: 13.5px !important;
transition: background 0.15s !important;
}
li.wcmamtx_menu_logged_in > ul.sub-menu li a:hover {
background: #f5f5f5 !important;
color: #000 !important;
} @media (max-width: 768px) {
.wcmamtx-nav-user-info {
display: none;
}
.wcmamtx-nav-chevron {
display: none;
}
li.wcmamtx_menu_logged_in img.avatar.photo {
display: none !important;
}
}
.wcmamtx_login_register_buttons {
display: flex;
gap: 12px;
align-items: center;
}
.wcmamtx_login_register_buttons .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 24px;
border: none;
border-radius: 12px;
font-size: 15px;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
}
.wcmamtx_login_register_buttons .btn i {
font-size: 16px;
} .wcmamtx_login_register_buttons .btn-login {
background: linear-gradient(135deg, #3b82f6, #2563eb);
color: #ffffff;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.wcmamtx_login_register_buttons .btn-login:hover {
background: linear-gradient(135deg, #2563eb, #1d4ed8);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
} .wcmamtx_login_register_buttons .btn-register {
background: linear-gradient(135deg, #22c55e, #16a34a);
color: #ffffff;
box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}
.wcmamtx_login_register_buttons .btn-register:hover {
background: linear-gradient(135deg, #16a34a, #15803d);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
}
.wcmamtx_custom_login_register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.wcmamtx_custom_login_register button.woocommerce-button.button.woocommerce-form-login__submit,.wcmamtx_custom_login_register button.woocommerce-Button.button {
padding: 18px;
background-color: #1a1515 !important;
border-radius: 15px;
margin-top: 20px;
width:100%;
color: white;
font-size: 15px;
}
.wcmamtx_custom_login_register .woocommerce-privacy-policy-text {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
}
.wcmamtx_custom_login_register p.wcmamtx_lost_password_info {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
}
.wcmamtx_custom_login_register p.wcmamtx_lost_password_info {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
border-radius: 10px;
}
.theme-hello-elementor .site-navigation ul.menu li.menu-item-has-children::after,
.theme-Divi #top-menu .menu-item-has-children>a:first-child:after {
display:none;
}
.theme-Avada li.wcmamtx_menu_logged_in a.menu-link.wcmamtx-nav-trigger {
border-top-width: 0 !important;
border: 0px !important;
}
.theme-my-listing li.wcmamtx_menu_logged_in i.material-icons.arrow_drop_down {
display:none;
}  a.wcmamtx-login-btn {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 20px;
border-radius: 50px;
font-size: 13px;
font-weight: 600;
font-family: inherit;
text-decoration: none;
color: #fff;
background: linear-gradient(135deg, #b9b6c1 0%, #9B6DFF 100%);
border: none;
box-shadow: 0 3px 12px rgba(106,61,232,0.35);
transition: box-shadow 0.22s ease, transform 0.18s ease, background 0.22s ease;
white-space: nowrap;
line-height: 1;
cursor: pointer;
}
#wcmamtx-login-popup-overlay .wc-auth-container.wcmamtx_custom_login_register {
margin-top: 0px; 
margin-bottom: 0px; 
}
#wcmamtx-login-popup-overlay .wcmamtx_custom_login_register .wc-auth-card {
margin-left: 0%;
width: 100%;
max-width: 100%;
padding-tpp:20px;
padding-top: 80px;
}
.wc-auth-container.wcmamtx_custom_login_register input[type=text],
.wc-auth-container.wcmamtx_custom_login_register label,
.wc-auth-container.wcmamtx_custom_login_register input[type=password],
.wc-auth-container.wcmamtx_custom_login_register input[type=email] { width: 100%;
}
.theme-generatepress span.wcmamtxx_nav_header_widget_text_logout,.theme-kadence span.wcmamtxx_nav_header_widget_text_logout {
margin-left: 5px;
color:inherit;
}
span.wcmamtxx_nav_header_widget_text_logout {
margin-left: 5px;
}
.main-header-menu > .menu-item > a.menu-link.wcmamtx-nav-trigger {
height:auto;
}
.theme-Divi .et_header_style_left #et-top-navigation nav>ul>li>a.menu-link.wcmamtx-nav-trigger {
padding-bottom:0px !important;
}
.et_header_style_left #et-top-navigation nav>ul>li>a.wcmamtx-login-btn{
padding-bottom:10px !important;
}
.theme-customify button.show-password-input.display-password {
display: none;
}[class*='htslider-'] svg{
height: auto;
}
.htb-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.htb-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.htb-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.htb-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.htb-container {
max-width: 1200px;
}
}
.htb-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.htb-col-lg-6 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 992px) {
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
}
@media (max-width: 767px) {
.htb-col-lg-6 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
} .htslider-single-post-slide {
position: relative;
}
.htslider-single-post-slide img {
width: 100%;
}
.htslider-single-post-slide a {
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: outside none none;
margin: 0 -10px;
padding: 0;
}
.htslider-single-post-slide .content ul.post-category li {
background: #f05555 none repeat scroll 0 0;
margin: 0 10px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
line-height: inherit;
}
.htslider-single-post-slide .content ul.post-category li a {
color: #fff;
font-size: 13px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px 9px;
display: block;
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category li a:hover {
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.htslider-single-post-slide ul.meta {
color: #464545;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: outside none none;
margin: 0 -15px;
padding: 0;
}
.htslider-single-post-slide ul.meta li {
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.htslider-single-post-slide ul.meta li i {
padding-right: 10px;
} .htslider-single-post-slide .thumb a,.ht-post .thumb a{
position: relative;
display: block;
}
.htslider-single-post-slide .thumb a:after,.ht-post .thumb a:after {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0);
top: 0;
left: 0;
width: 100%;
z-index: 0;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.htslider-single-post-slide.htslider-postslider-layout-3 .thumb a:before{
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.htslider-single-post-slide.htslider-postslider-layout-3:hover .thumb a:before{
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .htslider-single-post-slide .content .post-inner h2 {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}
.htslider-single-post-slide .content .post-inner p {
margin: 22px 0 25px;
color: #18012c;
font-size: 14px;
line-height: 28px;
margin-top: 0;
}
.htslider-single-post-slide .content .post-inner h2 a,
.htslider-single-post-slide .content .post-inner ul.meta li a {
color: #18012c;
}
.htslider-single-post-slide .post-btn a.readmore-btn {
background: transparent none repeat scroll 0 0;
border: 1px solid #464545;
border-radius: 23px;
color: #464545;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 46px;
line-height: 44px;
padding: 0 37px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.htslider-area-pro .htslider-single-post-slide .post-btn a.readmore-btn {
border-radius: 0;
margin-top: 20px;
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #18012c;
}
.htslider-area-pro .htslider-single-post-slide .post-btn a.readmore-btn:hover {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #18012c;
}
.htslider-single-post-slide .post-btn a.readmore-btn:hover {
background: #18012c none repeat scroll 0 0;
border: 1px solid #18012c;
color: #ffffff;
}
.htslider-single-post-slide .post-btn a.readmore-btn svg{
width: 12px;
}
.htslider-single-post-slide .post-btn a.readmore-btn svg path{
fill: #18012c;
transition: all 0.4s ease-in-out 0s;
}
.htslider-single-post-slide .post-btn a.readmore-btn:hover svg path{
fill: #ffffff;
}
.htslider-single-post-slide .post-btn a.readmore-btn.before{
flex-direction: row-reverse;
}
.htslider-postslider-area img {
width: 100%;
}
.htslider-postslider-area button.slick-arrow {
background: #ccd5d5 none repeat scroll 0 0;
border: 0 none;
color: #00282a;
font-size: 24px;
height: 46px;
line-height: 1;
padding: 0;
position: absolute;
width: 46px;
z-index: 2;
}
.htslider-postslider-area button.slick-arrow svg{
width: 12px;
}
.htslider-postslider-area button.slick-arrow svg path{
fill: #00282a;
}
.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
right: 60px;
}
.htslider-postslider-area button.slick-arrow {
background: #d7dae9 none repeat scroll 0 0;
border: 1px solid #d7dae9;
border-radius: 100%;
color: #2a47e0;
font-size: 24px;
}
.htslider-arrow-1.htslider-postslider-area button.slick-arrow,
.htslider-arrow-4.htslider-postslider-area button.slick-arrow {
left: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
z-index: 2;
text-align: center;
}
.htslider-arrow-1.htslider-postslider-area button.htslider-carosul-next.slick-arrow ,
.htslider-arrow-4.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: auto !important;
right: 30px;
}
.htslider-arrow-2.htslider-postslider-area button.slick-arrow ,
.htslider-arrow-3.htslider-postslider-area button.slick-arrow {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
border-radius: 100%;
}
.htslider-arrow-2.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: auto;
right: 50px !important;
margin-top: 30px;
}
.htslider-arrow-2.htslider-postslider-area button.slick-arrow {
top: 50%;
}
.htslider-arrow-2.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
right: 50px;
margin-top: -30px;
}
.htslider-arrow-3.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: 50px;
right: auto;
bottom: 5% !important;
}
.htslider-arrow-3.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
left: 50px;
bottom: 13% !important;
}
.htslider-postslider-area .slick-dots li button:before {
display: none;
}
.htslider-postslider-area .slick-dots li button{
background: #ccd5d5 none repeat scroll 0 0;
border-radius: 100%;
height: 15px;
width: 15px;
}
.htslider-postslider-area .slick-dots li.slick-active button {
background: #00282a none repeat scroll 0 0;
margin-left: 0;
}
body.rtl .htslider-postslider-area button.htslider-carosul-prev.slick-arrow{
right: auto;
}
body.rtl .htslider-arrow-2.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
right: auto !important;
}
body.rtl .htslider-arrow-3.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
bottom: 15% !important;
} .htslider-postslider-layout-1 .content {
position: absolute;
left: 0;
top: 0;
max-width: 40%;
height: 100%;
padding: 10px;
}
.htslider-postslider-layout-1 .content .post-inner {
width: 100%;
height: 100%;
background: rgba(0, 140, 167, 0.8);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px;
}
.htslider-postslider-layout-1 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
}
.htslider-postslider-layout-1 .content .post-inner h2 a,
.htslider-postslider-layout-1 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-1 .content .post-inner p {
color: #ffffff;
font-size: 14px;
line-height: 28px;
}
.htslider-postslider-layout-1 ul.meta {
color: #ffffff;
}
.htslider-postslider-layout-1 .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
} .htslider-postslider-layout-2 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
}
.htslider-postslider-layout-2 .content .post-inner h2 a {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner ul.meta li,
.htslider-postslider-layout-2 .content .post-inner ul.meta li a {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner p {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner .post-btn {
margin-top: 19px;
} .htslider-postslider-layout-3 .content {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.htslider-postslider-layout-3 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
padding: 0 26%;
line-height: 34px;
}
.htslider-postslider-layout-3 .content .post-inner h2 a {
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner ul.meta {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.htslider-postslider-layout-3 .content .post-inner ul.meta li,
.htslider-postslider-layout-3 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn {
margin-top: 19px;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htslider-postslider-layout-3 .content ul.post-category {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .htslider-postslider-layout-4 .content {
position: absolute;
text-align: center;
bottom: 0;
padding: 20px;
}
.htslider-postslider-layout-4 .content .post-inner {
background: rgba(0, 86, 255, 0.7);
padding: 25px;
text-align: left;
}
.htslider-postslider-layout-4 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-bottom: 13px;
line-height: 34px;
}
.htslider-postslider-layout-4 .content .post-inner h2 a {
color: #ffffff;
}
.htslider-postslider-layout-4 .content .post-inner ul.meta li {
color: #ffffff;
}
.htslider-postslider-layout-4 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-4 .content ul.post-category {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .htslider-postslider-layout-5 .content {
background: #f4f4f4;
padding: 60px;
}
.htslider-postslider-layout-5 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
line-height: 34px;
}
.htslider-postslider-layout-5 .content .post-inner h2 a {
color: #464545;
}
.htslider-postslider-layout-5 .content .post-inner ul.meta li,
.htslider-postslider-layout-5 .content .post-inner ul.meta li a {
color: #464545;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn {
margin-top: 19px;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #494849;
color: #494849;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htslider-arrow-2.htslider-postslider-area.htslider-postslider-style-5 button.slick-arrow {
top: 30%;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots {
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
right: 0;
top: 0;
width: 200px;
z-index: 2;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent none repeat scroll 0 0;
border-bottom: 5px solid #828282;
border-left: 5px solid #828282;
border-radius: 0;
border-right: 5px solid #828282;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
height: auto;
margin: 0;
overflow: hidden;
padding: 20px;
position: relative;
text-align: left;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
width: auto;
z-index: 2;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li:first-child {
border-top: 5px solid #828282;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li.slick-active {
background: transparent none repeat scroll 0 0;
border: 5px solid #ffffff;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li h6 {
bottom: 0;
color: #ffffff;
font-weight: 500;
line-height: 22px;
margin: 0;
padding-bottom: 20px;
position: absolute;
}
.htb-align-items-center {
-ms-flex-align: center!important;
-webkit-box-align: center!important;
-ms-grid-row-align: center!important;
align-items: center!important
}
.htslider-postslider-area ul.slick-dots {
margin: 0;
left: 50%;
position: absolute;
top: 100%;
padding-left: 0;
z-index: 9;
}
.htslider-postslider-area ul.slick-dots li {
display: inline;
margin: 0 15px 0 0;
}
.htslider-postslider-area ul.slick-dots li button {
padding: 7px;
color: #00282a;
line-height: normal;
outline: none;
text-decoration: none;
text-indent: -999999px;
border: none;
background: #ddd;
line-height: 0;
}
.htslider-postslider-area.pagination  ul.slick-dots li button {
text-indent: 0;
}
.htslider-postslider-area ul.slick-dots li:last-child {
margin-right: 0;
} .htslider-carousel-activation.dot_right_center .slick-dots,.htslider-carousel-activation.dot_left_center .slick-dots{
right: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top:50%;
bottom:auto;
left: auto;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.htslider-carousel-activation.dot_right_center .slick-dots{
text-align: right;
}
.htslider-carousel-activation.dot_right_center .slick-dots li{
margin: 0;
}
.htslider-carousel-activation.dot_left_center .slick-dots{
left: 30px;
right: auto;
bottom: 20px;
}
.htslider-carousel-activation.dot_bottom_right .slick-dots{
right: 0;
bottom: 20px;
width: auto;
left: auto;
}
.htslider-carousel-activation.dot_bottom_left .slick-dots{
left: 0;
bottom: 20px;
width: auto;
}
.htslider-carousel-activation.dot_bottom_center .slick-dots {
bottom: 20px;
width: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0px;
} .htslider-item-img.single-slide-item.htslider-single-post-slide {
height: 600px;
}
.htslider-postslider-area .htb-container {
height: 100%;
}
.htslider-postslider-area .single-slide-item.htslider-single-post-slide .content {
padding: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.single-slide-item.htslider-single-post-slide .content .post-inner {
padding: 0;
width: 100%;
}
.single-slide-item.htslider-single-post-slide .content .post-inner .htslider-desc {
font-size: 15px;
margin-bottom: 20px;
}
.single-slide-item.htslider-single-post-slide .content .post-inner p img {
width: auto;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.single-slide-item.htslider-single-post-slide .content h4 {
font-size: 18px;
margin: 0;
}
.single-slide-item.htslider-single-post-slide .content .post-btn a.readmore-btn {
height: inherit;
line-height: inherit;
padding: 13px 37px;
}
.htb-row.right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htsldier-item-area2 {
background: #f9f9f9;
}
.elementor-widget-htslider-slider-addons {
width: 100%;
}  .htslider-slider-area {
position: relative;
}
.htslider-slider .slick-arrow {
font-size: 22px;
position: absolute;
z-index: 9;
top: 50%;
left: 20px;
width: 60px;
height: 60px;
margin: 0;
padding: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
border: 1px solid #E1E1E1;
border-radius: 100%;
background: #FFFFFF none repeat scroll 0 0;
}
.htslider-slider .slick-arrow.slick-next {
right: 20px;
left: auto;
}
.htslider-slider .slick-arrow:hover {
color: #FFFFFF;
border-color: #1F2226;
background: #1F2226;
}
.htslider-slider .slick-arrow svg {
height: auto;
width: 16px;
}
.htslider-slider .slick-arrow:hover svg path {
fill: #FFFFFF;
}
.htslider-slider .slick-dots {
position: absolute;
bottom: 0;
left: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
list-style: outside none none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.htslider-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.htslider-slider .slick-dots li button {
line-height: 13px;
width: 13px;
height: 13px;
padding: 0;
text-indent: -9999px;
border: 1px solid #4E4F4F;
border-radius: 50px;
background-color: transparent;
}
.htslider-slider-area .hero-slider-controls .slick-arrow i,
.htslider-slider .slick-arrow i {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #282828;
}
.htslider-slider .slick-dots li.slick-active button {
border-color: #282828;
background-color: #282828;
}
.slick-dots button:focus,
.slick-arrow:focus {
outline: none;
} .htslider-slider-area .hero-slider-controls {
position: absolute;
z-index: 99;
top: 50%;
right: 50px;
width: 50px;
padding: 60px 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.htslider-slider-area .hero-slider-controls .slick-arrow {
font-size: 20px;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
border: medium none;
border-radius: 100%;
background-color: #FFFFFF;
}
.htslider-slider-area .hero-slider-controls .slick-arrow:hover {
color: #FFFFFF;
background: #1F2226;
}
.htslider-slider-area .hero-slider-controls .slick-arrow {
padding: 0;
}
.htslider-slider-area .hero-slider-controls .slick-arrow.slick-next {
top: auto;
bottom: 0;
}
.htslider-slider-area .hero-slider-controls .slick-dots {
margin: 0;
padding: 0;
}
.htslider-slider-area .hero-slider-controls .slick-dots li {
line-height: 12px;
display: block;
margin: auto auto 8px;
}
.htslider-slider-area .hero-slider-controls .slick-dots li:last-child {
margin: 0;
}
.htslider-slider-area .hero-slider-controls .slick-dots li.slick-active button {
border-color: #282828;
background-color: #282828;
}
.htslider-slider-area .hero-slider-controls .slick-dots li button {
line-height: inherit;
width: 13px;
height: 13px;
padding: 0;
text-indent: -9999px;
border: 1px solid #4E4F4F;
border-radius: 50px;
background-color: transparent;
}
.htslider-slider-area.navigation-style-3 .hero-slider-controls {
top: auto;
bottom: 50px;
left: 50px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.htslider-slider-area .slick-prev:before,
.htslider-slider-area .slick-next:before {
display: none;
}
.slider-area.htslider-slider .slingle-slider a {
text-decoration: none;
}
.elementor-widget-htslider-slider-addons {
width: 100%;
} .htslider-slider-area.loading {
overflow: hidden;
height: 600px;
background-color: #FAFAFA;
}
.htslider-slider-area.loading .htslider-slider {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.htslider-slider-area.loading:before {
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
content: '';
-webkit-animation: loading 1s linear infinite both;
animation: loading 1s linear infinite both;
border-width: 4px;
border-style: solid;
border-color: #000000 #000000 #000000 transparent;
border-radius: 50%;
background-color: transparent;
}
@-webkit-keyframes loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .htslider-error-notice {
background: #efefef;
padding: 10px 17px;
border-left: 4px solid red;
font-size: 19px;
color: #8b4343;
max-width: max-content;
margin: auto;
} .elementor-widget-htslider-scrollnavigation-addons .swiper-container {
height: 100vh;
margin-left: auto;
margin-right: auto;
width: 100%;
overflow: hidden;
}
.htslider-scroll-navigation-content {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.htslider-scroll-navigation-inner{
height: 100%;
width: 100%;
}
.elementor-widget-htslider-scrollnavigation-addons .swiper-slide:nth-child(1) .htslider-scroll-navigation-inner {
background-color: #EBEDF5;
}
.elementor-widget-htslider-scrollnavigation-addons .swiper-slide:nth-child(2) .htslider-scroll-navigation-inner {
background-color: #3498DB;
}
.elementor-widget-htslider-scrollnavigation-addons .swiper-slide:nth-child(3) .htslider-scroll-navigation-inner {
background-color: #2ECC71;
} .htslider-slider-area {
position: relative;
}
.htslider-progress {
position: absolute;
left: 0;
right: 0;
z-index: 1;
width: 100%;
background: #f1f1f1;
}
.htslider-progress-bar {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0;
background: #0056ff;
transition: width 0.3s ease;
}
.htslider-progress-top.htslider-progress {
top: 0;
}
.htslider-progress-bottom.htslider-progress {
bottom: 0;
}  .htslider-pagination-with-title .swiper-pagination-bullet {
position: relative;
}
.htslider-pagination-title {
position: absolute;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0.8);
color: #ffffff;
padding: 8px 12px;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
z-index: 10;
pointer-events: none;
opacity: 0;
visibility: hidden;
transform: scale(0.8);
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
} .htslider-pagination-title-top .htslider-pagination-title {
bottom: calc(100% + 10px);
left: 50%;
transform: translateX(-50%) scale(0.8);
}
.htslider-pagination-title-bottom .htslider-pagination-title {
top: calc(100% + 10px);
left: 50%;
transform: translateX(-50%) scale(0.8);
}
.htslider-pagination-title-left .htslider-pagination-title {
right: calc(100% + 10px);
top: 50%;
transform: translateY(-50%) scale(0.8);
}
.htslider-pagination-title-right .htslider-pagination-title {
left: calc(100% + 10px);
top: 50%;
transform: translateY(-50%) scale(0.8);
} .htslider-pagination-trigger-always .htslider-pagination-title,
.htslider-pagination-trigger-hover .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-trigger-active .swiper-pagination-bullet-active .htslider-pagination-title,
.htslider-pagination-trigger-both .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-trigger-both .swiper-pagination-bullet-active .htslider-pagination-title,
.htslider-pagination-title-visible {
opacity: 1;
visibility: visible;
transform: scale(1);
} .htslider-pagination-title-top .htslider-pagination-title-visible,
.htslider-pagination-title-top .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-title-top .swiper-pagination-bullet-active .htslider-pagination-title {
transform: translateX(-50%) scale(1);
}
.htslider-pagination-title-bottom .htslider-pagination-title-visible,
.htslider-pagination-title-bottom .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-title-bottom .swiper-pagination-bullet-active .htslider-pagination-title {
transform: translateX(-50%) scale(1);
}
.htslider-pagination-title-left .htslider-pagination-title-visible,
.htslider-pagination-title-left .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-title-left .swiper-pagination-bullet-active .htslider-pagination-title {
transform: translateY(-50%) scale(1);
}
.htslider-pagination-title-right .htslider-pagination-title-visible,
.htslider-pagination-title-right .swiper-pagination-bullet:hover .htslider-pagination-title,
.htslider-pagination-title-right .swiper-pagination-bullet-active .htslider-pagination-title {
transform: translateY(-50%) scale(1);
} .htslider-animation-in {
animation-fill-mode: both;
}
.htslider-animation-out {
animation-fill-mode: both;
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes slideUp {
from { 
opacity: 0;
transform: translateY(10px);
}
to { 
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideDown {
from { 
opacity: 0;
transform: translateY(-10px);
}
to { 
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideLeft {
from { 
opacity: 0;
transform: translateX(10px);
}
to { 
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideRight {
from { 
opacity: 0;
transform: translateX(-10px);
}
to { 
opacity: 1;
transform: translateX(0);
}
}
@keyframes zoomIn {
from { 
opacity: 0;
transform: scale(0.5);
}
to { 
opacity: 1;
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
opacity: 1;
transform: scale(1);
}
} .htslider-pagination-animation-fadeIn .htslider-animation-in {
animation: fadeIn 0.3s ease;
}
.htslider-pagination-animation-slideUp .htslider-animation-in {
animation: slideUp 0.3s ease;
}
.htslider-pagination-animation-slideDown .htslider-animation-in {
animation: slideDown 0.3s ease;
}
.htslider-pagination-animation-slideLeft .htslider-animation-in {
animation: slideLeft 0.3s ease;
}
.htslider-pagination-animation-slideRight .htslider-animation-in {
animation: slideRight 0.3s ease;
}
.htslider-pagination-animation-zoomIn .htslider-animation-in {
animation: zoomIn 0.3s ease;
}
.htslider-pagination-animation-bounceIn .htslider-animation-in {
animation: bounceIn 0.5s ease;
} .htslider-pagination-title-top.htslider-pagination-animation-slideUp .htslider-pagination-title,
.htslider-pagination-title-bottom.htslider-pagination-animation-slideDown .htslider-pagination-title,
.htslider-pagination-title-left.htslider-pagination-animation-slideLeft .htslider-pagination-title,
.htslider-pagination-title-right.htslider-pagination-animation-slideRight .htslider-pagination-title {
transform-origin: center;
} .htslider-pagination-title::before {
content: '';
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
}
.htslider-pagination-title-top .htslider-pagination-title::before {
top: 100%;
left: 50%;
transform: translateX(-50%);
border-top-color: rgba(0, 0, 0, 0.8);
}
.htslider-pagination-title-bottom .htslider-pagination-title::before {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border-bottom-color: rgba(0, 0, 0, 0.8);
}
.htslider-pagination-title-left .htslider-pagination-title::before {
left: 100%;
top: 50%;
transform: translateY(-50%);
border-left-color: rgba(0, 0, 0, 0.8);
}
.htslider-pagination-title-right .htslider-pagination-title::before {
right: 100%;
top: 50%;
transform: translateY(-50%);
border-right-color: rgba(0, 0, 0, 0.8);
} @media (max-width: 768px) {
.htslider-pagination-title {
font-size: 12px;
padding: 6px 10px;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width: 480px) {
.htslider-pagination-title {
font-size: 11px;
padding: 4px 8px;
max-width: 150px;
}
} body.rtl .htslider-pagination-title-left .htslider-pagination-title {
right: auto;
left: calc(100% + 10px);
}
body.rtl .htslider-pagination-title-right .htslider-pagination-title {
left: auto;
right: calc(100% + 10px);
}
body.rtl .htslider-pagination-title-left .htslider-pagination-title::before {
left: auto;
right: 100%;
border-left-color: transparent;
border-right-color: rgba(0, 0, 0, 0.8);
}
body.rtl .htslider-pagination-title-right .htslider-pagination-title::before {
right: auto;
left: 100%;
border-right-color: transparent;
border-left-color: rgba(0, 0, 0, 0.8);
} .htslider-pagination-title {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
} .htslider-swiper-pagination {
position: relative;
overflow: visible;
display: flex;
flex-direction: column;
gap: 10px;
}
.htslider-swiper-pagination .swiper-pagination-bullet{	
margin: 0!important;
} .htslider-pagination-title {
z-index: 9999;
}