/* ------------------------------------------------
  Project:   sofer - Multipurpose WordPress Landing Page
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Pre Loader
  4. Button
  5. Background color
  6. Shadow
  7. Header
  8. Scroll to Top
  9. Feature Box
  10. Testimonial
  11. Price table
  12. Blog Post
  13. Accourdion
  14. Form Section
  15. Tab
  16. Footer
  17. Other
  18. Responsive
------------------------*/

:root {
  --themeht-primary-color: #7371ff;
  --themeht-text-color: #121229;
  --themeht-light-color: #a6aaad;
  --themeht-white-color: #ffffff;
  --themeht-body-color: #39394f;
  --themeht-rgb-color: rgba(33, 193, 239, 0.1);
  --themeht-bg-dark-color: #030303;
  --themeht-bg-light-color: #fff6fb;
  --themeht-border-light-color: #d5e0f2;
  --themeht-typography-body-font-family: 'Inter', sans-serif;
  --themeht-typography-h1-font-family: 'Archivo', sans-serif;
  --themeht-typography-h2-font-family: 'Archivo', sans-serif;
  --themeht-typography-h3-font-family: 'Archivo', sans-serif;
  --themeht-typography-h4-font-family: 'Archivo', sans-serif;
  --themeht-typography-h5-font-family: 'Archivo', sans-serif;
  --themeht-typography-h6-font-family: 'Archivo', sans-serif;
}

/* ------------------------
    General
------------------------*/
body {font-family: var(--themeht-typography-body-font-family); overflow: visible; overflow-x: hidden; font-size: 16px; line-height: 26px; font-weight: 400; color: var(--themeht-body-color); padding: 0; margin: 0;}
a, a:visited { text-decoration: none; color: var(--themeht-text-color); }
a:hover, a:focus { color: var(--themeht-primary-color); }
a{ outline: none !important; }
p { margin-bottom: 0; line-height: 1.7; }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{color: var(--themeht-text-color); font-weight: 700;}
h1, .h1{ font-size: 76px; line-height: 86px; font-family: var(--themeht-typography-h1-font-family);}
h2, h2{ font-size: 50px; line-height: 50px; font-weight: 700; font-family: var(--themeht-typography-h2-font-family);}
h3, .h3{ font-size: 30px; line-height: 40px; font-weight: 500; font-family: var(--themeht-typography-h3-font-family);}
h4, .h4{ font-size: 26px; line-height: 36px; font-weight: 500; font-family: var(--themeht-typography-h4-font-family);}
h5, .h5{ font-size: 22px; line-height: 32px; font-weight: 500; font-family: var(--themeht-typography-h5-font-family);}
h6, .h6{ font-size: 20px; line-height: 28px; font-weight: 500; font-family: var(--themeht-typography-h6-font-family);}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p{color: var(--themeht-white-color);}

.lead{ font-size: 1.25rem; font-weight: 300; color: var(--themeht-body-color);}
.text-dark { color: var(--themeht-text-color) !important; }
.text-primary { color: var(--themeht-primary-color) !important; }
.text-muted { color: var(--themeht-body-color) !important }
.text-light { color: var(--themeht-light-color) !important; }
a.text-light:focus, a.text-light:hover { color: var(--themeht-primary-color) !important; }
a.text-dark:focus, a.text-dark:hover { color: var(--themeht-primary-color) !important; }
.z-index-1 { z-index: 9; position: relative; }
a:hover { text-decoration: none; }
.particles-js-canvas-el { width: 100%; height: 100%; position: absolute; top: -30%; left: 0; z-index: -1; }
.link-title { color: var(--themeht-text-color) }
.link-title:hover { color: var(--themeht-primary-color) }
.rounded, .card { border-radius: 12px !important; }
.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }

@media (min-width: 1200px){
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1320px !important;
  }
}


/* ------------------------
Transition
------------------------*/
a, i, .btn, button, img, span, ul, li, .dropdown-menu, .hover-translate, .feature-effect, .elementor-tab-title, .btn:before, input[type="submit"].subscribe-btn, input[type="button"], input[type="reset"], input[type="submit"], .feature-hover, .feature-hover:before, .testimonial-carousel .controls li, .scroll-top a:before { -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.hover-translate:hover { box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); background-color: var(--themeht-white-color); -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }


/* ------------------------
Pre Loader
------------------------*/
#ht-preloader { background: var(--themeht-bg-dark-color); bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999; }
.loader { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; margin: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.loader span { position: relative; color: rgba(0, 0, 0, .2); font-size: 84px; }
.loader span::after { position: absolute; top: 0; left: 0; content: attr(data-text); color: #fff; opacity: 0; transform: rotateY(-90deg); animation: loader 4s infinite; }
 .loader span:nth-child(2)::after {
   animation-delay: 0.2s;
}
 .loader span:nth-child(3)::after {
   animation-delay: 0.4s;
}
 .loader span:nth-child(4)::after {
   animation-delay: 0.6s;
}
 .loader span:nth-child(5)::after {
   animation-delay: 0.8s;
}
 .loader span:nth-child(6)::after {
   animation-delay: 1s;
}
 .loader span:nth-child(7)::after {
   animation-delay: 1.2s;
}
 @keyframes loader {
   0%, 75%, 100% {
     transform: rotateY(-90deg);
     opacity: 0;
  }
   25%, 50% {
     transform: rotateY(0);
     opacity: 1;
  }
}


/* ------------------------
Button
------------------------*/
.btn { font-weight: 600; padding: 1.3rem 2.5rem; border-radius: 48px; position: relative; overflow: hidden; z-index: 9 }
.btn-sm { padding: .35rem 1.0rem; }
.btn-primary { background-color: var(--themeht-bg-dark-color); color: var(--themeht-white-color) !important; border-color: var(--themeht-bg-dark-color); }
.btn-primary:hover, .btn-primary:focus, .btn:first-child:hover, :not(.btn-check) + .btn:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: var(--themeht-white-color); background-color: var(--themeht-primary-color); border-color: var(--themeht-primary-color); box-shadow: none; }
.btn:before { content: ""; background: var(--themeht-primary-color); width: 10px; height: 10px; position: absolute; left: 0; bottom: 0; z-index: -1; border-radius: 50%; z-index: -1; border-radius: 50% }
.btn:hover:before, .btn:focus:before { border-radius: 48px; transform: scale(100); }
.btn-link:hover { color: var(--themeht-primary-color); text-decoration: underline; }
.border-light { border-color: var(--themeht-border-light-color) !important; }

.bg-dark .btn-primary{color: var(--themeht-white-color);}

.btn.btn-primary i{font-size: 22px; display: inline-block; vertical-align: bottom; margin-left: 10px; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); transform-style: preserve-3d;}
.btn.btn-primary:hover i{ transform: translate3d(6px, 0px, 0px) scale3d(1, 1, 1);}

/* ------------------------
Background 
------------------------*/
.bg-primary { background-color: var(--themeht-primary-color) !important; }
.bg-light { background-color: var(--themeht-bg-light-color) !important; }
.bg-dark { background-color: var(--themeht-bg-dark-color) !important; }
.border-primary{border-color: var(--themeht-primary-color) !important;}


/* ------------------------
Shadow
------------------------*/
.shadow-primary { -webkit-box-shadow: 0 0.5rem 1rem rgba(115, 113, 255, .30) !important; box-shadow: 0 0.5rem 1rem rgba(115, 113, 255, .30) !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; }
.shadow { box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; }
.shadow-none { box-shadow: none !important; }


/* ------------------------
  Shape
------------------------*/
.hero-shape1:before { width: 700px; height: 700px; background: var(--themeht-primary-color); content: ""; position: absolute; right: -150px; top: -150px; z-index: -1; border-radius: 100%; }
.bg-shape1:before { width: 70%; height: 100%; background: var(--themeht-white-color); content: ""; position: absolute; left: 0; top: 0; z-index: -1; border-top-right-radius: 34px; border-bottom-right-radius: 34px; }



/* ------------------------
  Scroll to Top
------------------------*/
.scroll-top { background-color: var(--themeht-white-color); padding: 10px; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .09); border-radius: 12px; position: fixed; bottom: 50px; right: 10px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.scroll-top a, .scroll-top a:visited { font-size: 14px; font-weight: 600; color: var(--themeht-text-color); display: block; text-transform: uppercase; }
.scroll-top a i {font-size: 2rem; color: var(--themeht-primary-color); vertical-align: middle;}
.scroll-top a:hover, .scroll-top a:focus { color: var(--themeht-primary-color); }
.scroll-top.scroll-visible { opacity: 1; visibility: visible; }


/* ------------------------
  Header
------------------------*/
.site-header{position: absolute; width: 100%; top: 20px;}
#header-wrap { position: relative; z-index: 999;}
#header-wrap.fixed-header { position: fixed !important; top: 0; left: 0; width: 100%; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important; animation: smoothScroll 1s forwards; }
.admin-bar #header-wrap.fixed-header{top: 30px;}

/*--navigation--*/
.navbar { padding: 20px; background: var(--themeht-white-color); box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%) !important; border-radius: 12px;}
.navbar-nav .nav-item.dropdown .dropdown-menu { background: var(--themeht-white-color); padding: 0; border: none; -webkit-box-shadow: 0 0.5rem 1rem rgba(115, 113, 255, .30) ; box-shadow: 0 0.5rem 1rem rgba(115, 113, 255, .30) ; }
header .navbar-nav > .nav-item { margin: 0 8px }
.navbar-nav .nav-link { color: var(--themeht-text-dark-color); font-size: 17px; font-weight: 600; padding: .3rem; border-radius: .5rem; text-transform: capitalize; position: relative; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover { color: var(--themeht-primary-color); }
.navbar-nav .dropdown-menu .dropdown-item { background: none; padding: 10px 15px; font-weight: 600; color: var(--themeht-text-dark-color); }
.navbar-nav .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover { padding-left: 20px; background: none; color: var(--themeht-primary-color); }
.navbar-nav .dropdown-menu li { border-bottom: 1px dashed var(--themeht-border-light-color) !important; }
.navbar-nav .dropdown-menu li:last-child { border-bottom: none !important; }
.nav-link.dropdown-toggle::after { border: solid var(--themeht-bg-dark-color); border-width: 0 2px 2px 0; width: 0.425rem; height: 0.425rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); vertical-align: 0.15em; margin-left: 5px; }

.navbar-nav .nav-link.active.dropdown-toggle::after, .navbar-nav .nav-link.dropdown-toggle:hover::after, .navbar-nav .show > .nav-link.dropdown-toggle::after{border: solid var(--themeht-primary-color); border-width: 0 2px 2px 0;}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu { min-width: 12em !important; max-width: 20em !important; }
  .navbar-nav .dropdown > .dropdown-menu { opacity: 0; top: 120%; position: absolute; display: block; pointer-events: none; background: #ffffff; }
  .navbar-nav .dropdown:hover > .dropdown-menu { display: block; opacity: 1; pointer-events: auto; visibility: visible; top: 100%; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
}
@media (max-width:991.98px) {
  .navbar-toggler { background: none; height: 60px; width: 60px; padding: 0; border-radius: 0; margin-right: 0; }
  .navbar-toggler:focus { box-shadow: none; }
  .ht-toggler svg { width: 50px; height: 50px; }
  .ht-toggler .line { fill: none; stroke: black; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .ht-toggler .line1 { stroke-dasharray: 60 207; stroke-width: 3; }
  .ht-toggler .line2 { stroke-dasharray: 60 60; stroke-width: 3; }
  .ht-toggler .line3 { stroke-dasharray: 60 207; stroke-width: 3; }
  .ht-toggler[aria-expanded="true"] .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
  .ht-toggler[aria-expanded="true"] .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 3; }
  .ht-toggler[aria-expanded="true"] .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
  .site-header .navbar-nav ul { margin-left: 30px; }
  .site-header .navbar-nav .nav-item { margin: 0; }
  .site-header .navbar-nav .nav-link { padding: 10px !important; border-radius: 0; }
  .navbar-collapse { border-radius: 7px; background: var(--themeht-white-color); max-height: 400px; left: 0; padding: 10px; position: absolute; z-index: 99; top: 100%; width: 100%; overflow: auto; border: medium none; -webkit-box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); -moz-box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); }
  .navbar-nav .dropdown-toggle::after { position: absolute; top: 50%; right: 0; margin: -.1rem 0.5em 0 0; }

}

.dropdown-submenu { position: relative !important; box-shadow: none !important; display: block; }
.navbar-nav .dropdown-submenu > .dropdown-menu { top: 3% !important; }
.navbar-nav .dropdown-submenu:hover > .dropdown-menu { top: 0 !important; }
.dropdown-submenu a::after { transform: translateY(-50%) rotate(-90deg); position: absolute; right: 1.5rem; top: 50%; }
.dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; margin-top: 0 !important; }
.dropdown-submenu > .dropdown-item { padding-right: 2.5rem; position: relative; }


/* ------------------------
  Feature Box
------------------------*/
.feature-hover:before { width: 100%; height: 100%; background: var(--themeht-white-color); border-radius: 15%; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .09); content: ""; position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; transform: scale(0); transition: opacity 0.80s, transform 0.80s; }
.feature-hover:hover:before, .feature-hover.feature-active:before { opacity: 1; transform: scale(1); background-color: var(--themeht-bg-dark-color); }
.feature-hover:hover h5, .feature-hover.feature-active h5,
.feature-hover:hover p, .feature-hover.feature-active p{ color: var(--themeht-white-color); }
.feature-hover:hover .f-icon { animation: headShake 1.2s infinite; animation-duration: 5s; position: relative; }
.feature-hover:hover .f-icon i { color: var(--themeht-primary-color); }
.f-icon { font-size: 6.5rem; line-height: 6.5rem }
.f-icon-m { font-size: 3.2rem; line-height: 3.2rem }
.f-icon-s { font-size: 2rem; line-height: 2rem }
.list-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.feature-effect { transform: scale3d(1, 1, 1); transform-style: preserve-3d; border-radius: 34px !important; }
.feature-effect:hover { transform: scale3d(1.06, 1.06, 1.01); }
.feature-effect:hover img { -webkit-transform: rotate(15deg) scale(1.4); transform: rotate(15deg) scale(1.4); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.feature-left { box-shadow: 0 10px 30px 5px rgb(115 113 255 / 9%); padding: 30px; border-radius: 12px; }
.feature-left i { background: var(--themeht-primary-color); width: 90px; height: 90px; display: flex; justify-content: center; align-items: center; border-radius: 12px; color: var(--themeht-white-color); }


/* ------------------------
 Testimonial
------------------------*/
.testimonial-carousel .card{background-color: #c3edff;}
.testimonial p { margin-bottom: 1rem; }
.testimonial-carousel .carousel-inner { z-index: 9; }
.testimonial-carousel .controls li { animation: leftRight 1.2s infinite; animation-duration: 5s; width: 70px; position: absolute; border-radius: 100%; z-index: 99; }
.testimonial-carousel .controls li.active { width: auto; }
.testimonial-carousel .controls li:nth-child(1) { left: 0; top: 0; }
.testimonial-carousel .controls li:nth-child(2) { left: 10%; top: 30%; }
.testimonial-carousel .controls li:nth-child(3) { left: 0; bottom: 30%; animation: topBottom 1.2s infinite; animation-duration: 5s; }
.testimonial-carousel .controls li:nth-child(4) { left: 10%; bottom: 0; }
.testimonial-carousel .controls li:nth-child(5) { right: 0; top: 0; }
.testimonial-carousel .controls li:nth-child(6) { right: 10%; top: 30%; }
.testimonial-carousel .controls li:nth-child(7) { right: 0; bottom: 30%; animation: topBottom 1.2s infinite; animation-duration: 5s; }
.testimonial-carousel .controls li:nth-child(8) { right: 10%; bottom: 0; }

.testimonial p { font-size: 1.25rem; font-weight: 500; }
.elementor-widget-testimonial-simple p {margin-top: 20px; margin-bottom: 20px; font-size: 1.25rem; font-weight: 500; }
.elementor-widget-testimonial-simple span{width: 50px; height: 50px;}

/* ------------------------
 Price table
------------------------*/
.pricing-dark .bg-primary{background-color: var(--themeht-bg-dark-color) !important;}


/* ------------------------
 Blog Post
------------------------*/
.wp-block-quote { background-color: var(--themeht-primary-color); border-radius: 12px; padding: 3rem; color: #fff; }
.post-thumbnail img { width: 100%; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); }
.entry-meta span { margin-right: 10px; }
.posted-on, .cat-links { font-size: 0; }
.posted-on a, .cat-links a { font-size: 16px; }
.posted-on a { background-color: var(--themeht-bg-dark-color); border-radius: 12px; padding: .30rem .5rem; color: var(--themeht-white-color);}
/*.post-card .entry-content p { margin-bottom: 20px; }*/
.post-card .entry-content blockquote p { margin-bottom: 0; }
.post-list + .post-list{margin-top: 50px;}

/* ---- Sidebar Widget ----*/
.widget h2{color: var(--themeht-primary-color); font-size: 24px; line-height: 34px; display: inline-block; margin-bottom: 20px;}
.widget h2{position: relative; padding-left: 70px; color: var(--themeht-primary-color); display: inline-block;}
.widget h2:before { content: ""; width: 100%; max-width: 60px; min-height: 2px; min-width: 20px; margin-right: 16px; background-color: var(--themeht-text-color); position: absolute; left: 0; top: 50%; }
.themeht-widget.widget{padding: 30px; border-radius: 12px; background: #FFEFF8; /*border: 1px solid var(--themeht-border-light-color);*/}
.themeht-widget.widget ul,
.themeht-widget.widget ol{margin: 0; padding-left: 0;}
.themeht-widget.widget ul li,
.themeht-widget.widget ol li{list-style-type: none; margin-bottom: 15px;}
.themeht-widget.widget ul li:last-child,
.themeht-widget.widget ol li:last-child{ margin-bottom: 0;}

.themeht-widget.widget .tagcloud a {font-weight: 600; background: var(--themeht-white-color); font-size: 16px !important; border-radius: 12px; padding: 8px; color: var(--themeht-text-dark-color); text-decoration: none; margin: 4px; display: inline-block;}
.themeht-widget.widget .tagcloud a:hover{color: var(--themeht-primary-color); text-decoration: underline;}
.themeht-widget.widget_recent_entries li,
.themeht-widget .wp-block-latest-posts li{ margin-bottom: 15px; }
.themeht-widget.widget_recent_entries li a,
.themeht-widget .wp-block-latest-posts li a{ margin-bottom: 5px; display: block; font-size: 20px; font-weight: 600;}

.themeht-widget.widget_search{background: none; padding: 0; margin-bottom: 30px;}
.themeht-widget.widget_search label{width: 100%; margin-right: 10px;}
.themeht-widget .search-form{display: flex; justify-content: space-between; margin-top: 10px;}

.themeht-widget.widget.widget_pages ul,
.themeht-widget.widget.widget_nav_menu ul{padding-left: 20px;}

.themeht-widget.widget .cat-item a{font-weight: 600; background: var(--themeht-white-color); font-size: 16px !important; border-radius: 12px; padding: 8px;}

.widget_themeht_recentpost li {
    display: flex;
    align-items: flex-start;
}

.themeht-post-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.themeht-post-image img {
    border-radius: 10px;
}

.themeht-post-date {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1;
}

/* ---- Post Comments ----*/
.post-comment li { border: 1px solid var(--themeht-border-light-color); margin-bottom: 30px; padding: 20px; border-radius: 12px; list-style-type: none;}
.post-comment li:last-child { margin-bottom: 0;}
.post-comment .comment-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.comment-form-author { float: left; width: 50%; padding-right: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-email { float: left; width: 50%; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-url { clear: both; margin-bottom: 15px; }
.post-comment .form-submit { margin-top: 30px; }
.comment-respond { margin-top: 80px; }
.comment-form-comment { margin-top: 30px; }

.comment-reply-link{padding: 8px 18px; border-radius: 12px; background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); display: inline-block;}
.comment-reply-link:hover { color: var(--themeht-primary-color);}

/* ------------------------
 Accourdion
------------------------*/
.themeht-accordion .elementor-accordion { text-align: left; background: var(--themeht-primary-color); padding: 50px; border-radius: 34px; }
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item { border-top: 1px solid #d4d4d4 !important; }
.elementor-accordion .elementor-accordion-item { border-radius: 12px; margin-bottom: 15px; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-accordion-title, .themeht-accordion.elementor-widget-accordion .elementor-accordion-icon{color: var(--themeht-white-color); font-family: var(--themeht-typography-body-font-family);}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-accordion-title:hover,
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-active .elementor-accordion-title,
.themeht-accordion.elementor-widget-accordion .elementor-active .elementor-accordion-icon{color: var(--themeht-white-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color: var(--themeht-white-color);}

/* ------------------------
 Form Section
------------------------*/
input[type="submit"].subscribe-btn,
input[type="button"], input[type="reset"], input[type="submit"], .wp-block-search__button {
  background-color: var(--themeht-bg-dark-color);
  border-color: var(--themeht-bg-dark-color) !important;
  color: var(--themeht-white-color);
  padding: 0.70rem 1.5rem;
  height: 100%;
  border-radius: 12px !important;
  font-size: 16px;
  line-height: 30px;
}

input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wp-block-search__button:hover {
  background-color: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color) !important;
  }

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 {
  border: 1px solid #43434d;
  border-radius: 12px;
  padding: .375rem .75rem;
  width: 100%;
  height: 55px;
}
textarea{height: auto;}

.wpcf7-form-control{border: 1px solid #43434d !important;}
.wpcf7-form-control.wpcf7-select, select{width: 100%; padding: .550rem .75rem; background-color: inherit; height: 55px; border-radius: 12px;}
.wpcf7-form-control.wpcf7-textarea{height: 100px;}
.themeht-widget.widget select{background: var(--themeht-white-color);}

/* ------------------------
Tab
------------------------*/
.sofer-tab-style.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper{background-color: var(--themeht-white-color); box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); border-radius: 12px; padding: 30px;}
.sofer-tab-style.elementor-widget-tabs .elementor-tabs .elementor-tab-title {font-family: var(--themeht-typography-body-font-family); margin-bottom: 30px; padding: 1.5rem 2rem; font-size: 1.2rem; color: var(--themeht-text-color); border-radius: 12px; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important; }
.sofer-tab-style.elementor-widget-tabs .elementor-tab-title:hover, .sofer-tab-style.elementor-widget-tabs .elementor-tab-title.elementor-active { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.sofer-tab-style.elementor-widget-tabs .elementor-tab-content{font-family: var(--themeht-typography-body-font-family);}

.sofer-tab-style.elementor-widget-tabs .elementor-tab-content p{margin-bottom: 20px;}
.sofer-tab-style.elementor-widget-tabs .elementor-tab-content p:last-child{margin-bottom: 0;}
.elementor-widget-tabs .elementor-tab-content ul{margin-left: 0;}
.elementor-widget-tabs .elementor-tab-content ul li{margin-bottom: 15px;}
.elementor-widget-tabs .elementor-tab-content ul li: last-child;{margin-bottom: 15px;}


.sofer-tab-style.elementor-widget-tabs .elementor-tab-content p a{padding: 8px 18px; border-radius: 12px; background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); margin-top: 20px; display: inline-block;}
.sofer-tab-style.elementor-widget-tabs .elementor-tab-content p a:hover { color: var(--themeht-primary-color);}



@media (max-width:575.98px) {
  .sofer-tab-style .elementor-tab-title { padding: .5rem 1rem; }
}


/* ------------------------
Footer
------------------------*/
.footer-dark, .footer-dark a, .footer-dark p, .footer-dark h5, .footer-dark span,
.footer-primary, .footer-primary a, .footer-primary p, .footer-primary h5, .footer-primary span{color: var(--themeht-white-color);}
.footer-dark .text-muted,
.footer-primary .text-muted{color: var(--themeht-white-color) !important;}
.footer-dark h5{color: var(--themeht-primary-color);}
.footer-dark a:hover, .footer-dark a:focus,
.footer-dark a:hover span, .footer-dark a:focus span{color: var(--themeht-primary-color);}

.footer-primary a:hover, .footer-primary a:focus,
.footer-primary a:hover span, .footer-primary a:focus span{color: var(--themeht-text-color);}

.footer-widget.widget ul{margin-left: 0; padding-left: 0;}
.footer-widget.widget ul li{list-style-type: none; margin-bottom: 15px;}

.theme-social li a{width: 50px; height: 50px; text-align: center; font-size: 24px;}
.theme-social li a:hover{color: var(--themeht-white-color); background-color: var(--themeht-primary-color); border-color: var(--themeht-primary-color) !important;}

.footer-primary .theme-social li a:hover{color: var(--themeht-primary-color); background-color: var(--themeht-white-color); border-color: var(--themeht-white-color) !important;}




/* ------------------------
Other
------------------------*/
.elementor-widget-feature svg, .elementor-widget-step-box svg{ width: 100%; height: 100%; }
.elementor-widget .center { text-align: center; }
.elementor-widget .right { text-align: right; }
.page { margin: 0;}
.page-content{margin-top: -1.5em}
.form-control { height: 55px; border: none; border-bottom: 1px solid #43434d; }
.form-control:focus { color: #495057; background-color: none; border-color: var(--themeht-primary-color); outline: 0; box-shadow: none; }
.error-page-search label { min-width: 450px; }
.search-page article { margin-bottom: 20px; border: 1px solid var(--themeht-border-light-color); border-radius: 12px; padding: 20px; }
.search-page article:last-child { margin-bottom: 0; }
.pagination .page-numbers { border: 1px solid var(--themeht-border-light-color); border-radius: 12px; width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { border: 1px solid var(--themeht-primary-color); background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }

.elementor-widget.elementor-widget-heading .elementor-heading-title,
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{color: var(--themeht-text-color) !important;}
.elementor-widget.elementor-widget-heading .elementor-heading-title,
.elementor-widget.elementor-widget-text-editor,
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family: var(--themeht-typography-body-font-family) !important;}

.counter-box i{font-size: 3em; color: var(--themeht-primary-color); margin-right: .5rem;}
.bg-dark .counter-box .text-dark { color: var(--themeht-white-color) !important; }
.bg-dark .counter-box .text-muted { color: var(--themeht-light-color) !important; }



.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 { color: var(--themeht-white-color) !important; }
p { margin: 0 0 25px; }
.wp-block-cover, .wp-block-cover-image { position: relative; background-position: 50%; min-height: 430px; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; margin-bottom: 30px; }
.wp-block-button { margin: 50px 0; }
.alignleft { margin: 5px 20px 20px 0 !important; }
.alignright { margin: 5px 0 20px 20px !important; }


.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
  margin-bottom: 0;
}

.elementor-widget-banner-heading-two h1{font-size: 115px; line-height: 125px; text-transform: capitalize;}
.elementor-widget-banner-heading-two span {text-shadow: -2px 0 0 #1c2436, 0 2px 0 #1c2436, 2px 0 0 #1c2436, 0 -2px 0 #1c2436; color: #fff !important; }
.hero-banner p{max-width: 50%; margin: 0 auto; color: var(--themeht-body-color);}
.hero-banner{background-position: bottom right -120px !important; overflow-x: hidden;}
.hero-banner:before { background-image: url("../../assets/images/banner-bg.png"); background-position: bottom right; background-size: auto; background-repeat: no-repeat; content: ""; bottom: 0; width: 100%; height: 100%; position: absolute; right: -200px; z-index: -1;}
.hero-banner:after { background-image: url("../../assets/images/banner-bg2.png"); background-position: top left; background-size: auto; background-repeat: no-repeat; content: ""; bottom: 0; width: 100%; height: 100%; position: absolute; left: -200px; z-index: -1;}



.banner-img .elementor-widget-container { position: absolute; right: -150px; top: 50%; transform: translateY(-50%); }
.step-box { border-radius: 34px; }
.step-box span { position: absolute; right: 0; top: 0; color: var(--themeht-text-color); font-size: 200px; line-height: 1; font-weight: bold; z-index: -9; opacity: 0.05; }
.step-box i { font-size: 70px; line-height: 1; color: var(--themeht-white-color); }
.step-box p { margin-bottom: 0; }
.newsletter-sec { clear: both; }
.theme-title h2 {padding-bottom: 40px; position: relative; display: inline-block; }
.theme-title h2:before { background-image: url("../../assets/images/title-img.svg"); background-size: contain; background-repeat: no-repeat; content: ""; bottom: 0; width: 100%; height: 20%; position: absolute; left: 0;}
.theme-title.center h2:before,
.text-center .theme-title h2:before{background-position: 50% 100%;}

.bg-dark .theme-title h6:before { background-color: var(--themeht-primary-color); }
.bg-primary .theme-title h6 { color: var(--themeht-white-color); }


/* ------------------------
 Responsive
------------------------*/
@media (max-width:991.98px) {
  .banner-img .elementor-widget-container { position: relative; right: inherit; top: inherit; transform: inherit;}
}
@media (max-width:767.98px) {
  h2, .h2 {
    line-height: 50px;
    font-size: 40px;
}
  .elementor-widget-banner-heading-two h1 {
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}
.hero-banner:before, .hero-banner:after{display: none;}
.hero-banner p{max-width: inherit;}
.btn {
    padding: 1rem 2rem;}
  .testimonial-carousel .controls li { width: 30% !important; text-align: center; margin-top: 1rem; position: relative; left: inherit !important; right: inherit !important; top: inherit !important; bottom: inherit !important; }
  .testimonial-carousel .controls li img { width: 60px; }

}

@media (max-width: 1200px){
.container{ max-width: inherit; }
}



