/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------*/

/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {margin-top: 0px; margin-bottom: 20px; color: var(--themeht-title-text-color);}
ul { margin-left: 0; }

@media (min-width:1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1320px !important; }
}
.custom-sec-padding{padding-top: 100px; padding-bottom: 120px;}


.boxed-view { padding: 20px 50px 50px; }
.boxed-view .header { position: relative; }
.boxed-view  .admin-bar .header { top: 0; }
.boxed-view .header.fixed-header { position: fixed; }
.boxed-view  .admin-bar .header.fixed-header { top: 30px; }


/* ------------------------
    Text color
------------------------*/
.text-black { color: var(--themeht-text-color) !important; }
.text-grey { color: var(--themeht-body-color); }


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


/* ------------------------
    Banner
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.bnr-img2 {position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.banner-2 .mouse-parallax {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.banner-text h1 span{color: var(--themeht-primary-color); font-weight: 500;}
.banner-text p{font-size: 16px; line-height: 30px; max-width: 80%;}
.play-btn span{position: relative; text-transform: uppercase; color: var(--themeht-text-color); font-weight: 500; padding-right: 70px; margin-right: 20px;}
.play-btn span:before { background: var(--themeht-primary-color); width: 50px; height: 2px; content: ""; position: absolute; right: 0; top: 50%; margin-top: -1px; }
.video-sec .elementor-widget-video-popup { position: absolute !important; top: 50%; left: 0; transform: translateY(-50%); width: 100%; text-align: center; }
.banner-two { padding: 250px 0 120px; position: relative; z-index: 9; }
.banner-two-inner { background-color: var(--themeht-white-color); padding: 30px; border-radius: 5px; background-position: center left; background-size: contain; z-index: 9; position: relative; }
.banner-two .mouse-parallax { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.banner-swiper.banner-three, .banner-five { padding: 200px 0; background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 50%); overflow: hidden; position: relative; }
.banner-three .banner-text h1, .banner-three .banner-text p { color: var(--themeht-white-color); }
.banner-three .banner-text h1 span { color: var(--themeht-text-color); }
.banner-four { padding: 250px 0 200px; background-color: var(--themeht-bg-dark-color); position: relative; overflow: hidden; z-index: 9; }
.banner-four .banner-text p, .banner-five .banner-text h1, .banner-five .banner-text p { color: var(--themeht-white-color); }
.hero-bg { left: -50%; position: absolute; top: -45%; }
.hero-title { font-size: 120px; font-weight: 800; line-height: 90px; text-transform: uppercase; color: #ffffff; }
.hero-title span { font-weight: 400; font-size: 85px; }
.seo-img img { position: relative; -webkit-animation: seo 2s linear infinite; animation: seo 2s linear infinite; }
.hero-bg2 { left: 0; position: absolute; top: 0; }


/* ------------------------
    List Icon
------------------------*/
.list-icon li { position: relative; color: var(--themeht-text-color); margin-bottom: 10px; display: flex; align-items: flex-start; }
.list-icon.style1 li i { color: var(--themeht-primary-color); height: 35px; width: 35px; line-height: 35px; font-size: 15px; border: 1px solid var(--themeht-border-light-color); text-align: center; border-radius: 50%; margin-right: 10px; flex-shrink: 0; }
.list-icon.style1 li svg {
    width: 35px;
    height: 35px;
    fill: var(--themeht-primary-color);
    border: 1px solid var(--themeht-border-light-color);
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    padding: 8px;
}

.list-icon.style2 li i { color: var(--themeht-primary-color); line-height: 30px; font-size: 30px; margin-right: 10px; }
.custom-li li { float: left; margin-bottom: 15px; width: calc(100% / 2); }
.list-icon.style3 li { align-items: center; }
.list-icon.style3 li i { color: var(--themeht-primary-color); line-height: 1; font-size: 14px; margin-right: 10px; }

.list-icon.style3 li svg {
    width: 15px;
    height: 15px;
    fill: var(--themeht-primary-color);
    margin-right: 10px;
    flex-shrink: 0;
}

/* ------------------------
    Animation
------------------------*/
.round-animation { background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%); border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; width: 100%; height: 100%; animation: morph 10s linear infinite; transform-style: preserve-3d; outline: 1px solid transparent; will-change: border-radius; }
.round-animation:before, .round-animation:after { content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; will-change: border-radius, transform, opacity; animation-delay: 200ms; background-image: linear-gradient(120deg, rgba(255, 94, 44, .55) 0%, rgba(255, 120, 16, .89) 100%); }
.round-animation:before { animation: morph 3s linear infinite; opacity: .21; animation-duration: 1.5s; }
.round-animation img { position: relative; z-index: 99; }
.round-p-animation { position: absolute; bottom: 0; right: -100px; margin-top: -50px; z-index: -1; background: transparent; width: 200px; height: 200px; border: 10px solid var(--themeht-primary-color); opacity: 0.1; -webkit-border-radius: 100%; border-radius: 100%; text-align: center; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.round-p-animation:after, .round-p-animation:before { content: ''; border: 10px solid; border-color: inherit; width: 270%; height: 270%; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: -85%; top: -85%; opacity: 1; -webkit-animation: 2s videomodule-anim linear infinite; animation: 2s videomodule-anim linear infinite; }
.round-p-animation:before { -webkit-animation-delay: .5s; animation-delay: .5s; }
.info-img:before { position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/pattern/07.png); z-index: -1; }
.info-img img { animation: topBottom 5s infinite; }
.pattern-3 { position: absolute !important; left: 50%; top: 60%; z-index: -1; transform: translate(-50%, -50%); }
.pattern-3 img { animation: rotateme 40s linear infinite; }


/* ------------------------
Extra
------------------------*/
.elementor-widget .center { text-align: center; }
.elementor-widget .right { text-align: right; }
.page { margin: 0;}
.page-content { margin-top: 100px; margin-bottom: 100px; }
.elementor-default .page-content { margin-top: -1.5em; margin-bottom: 0;}
.error-page-search label { min-width: 450px; }
.search-page article { margin-bottom: 40px; }
.search-page article:last-child { margin-bottom: 0; }
.search-content-page .post-image{position: relative;}
.dark-bg .elementor-widget-text-editor p{color: var(--themeht-white-color);}
.p-mb-0 p{margin-bottom: 0;}


/* ------------------------
 Form Section
------------------------*/

.wpcf7-form .themeht-btn { padding: 0;}

input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  background: var(--themeht-primary-color); color: var(--themeht-white-color);
  border: none;
  padding: 12px 25px;
  height: 100%;
  border-radius: 5px;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 16px; line-height: 26px; font-weight: 500;
}


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

.comment-form .form-submit input[type=submit],
.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] { padding: 12px 25px; font-size: 16px; line-height: 26px; font-weight: 500; background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 90%); color: var(--themeht-white-color); height: 100%; border-radius: 5px; line-height: inherit; }

.comment-form .form-submit input[type=submit]:hover,
.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover { background: linear-gradient(90deg, var(--themeht-secondary-color) 0%, var(--themeht-primary-color) 90%); color: var(--themeht-white-color); -webkit-animation-name: jello; animation-name: jello; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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 transparent;
    padding: .375rem .75rem;
    width: 100%;
    height: 54px;
    color: var(--themeht-text-color);
    border-radius: 5px;
    background: var(--themeht-white-color);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

textarea {
  height: 100px;
}

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 { color: var(--themeht-body-color); border: 1px solid var(--themeht-primary-color);}

.wpcf7-form-control-wrap { display: block;}
.wpcf7-form-control.wpcf7-select, select { width: 100%; padding: .375rem .75rem; background-color: var(--themeht-white-color); box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1); height: 54px; color: var(--themeht-text-color); border-radius: 5px; }
.wpcf7-form-control.wpcf7-textarea { height: 100px;}
.wpcf7-form .wpcf7-spinner{position: absolute; padding: 0;}
.wpcf7-form .wpcf7-spinner:after{display: none;}
.wpcf7-not-valid-tip { position: absolute; right: 0; font-size: 0.8rem; bottom: -25px; }
.primary-bg .wpcf7-not-valid-tip, .primary-bg .wpcf7-response-output { color: var(--themeht-white-color); }

::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    background: var(--themeht-white-color);
    background-image: url(../../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    border: none;
}


select option{word-break: break-word;}



.elementor-widget.elementor-widget-text-editor { font-weight: 400; color: var(--themeht-body-color) !important; font-family: var(--themeht-typography-body-font-family) !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; line-height: 1.7;}
.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; clear: both; }
.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; }
.wp-block-group.has-background { padding: 25px !important; margin-bottom: 15px !important; }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer { font-size: 16px !important; text-align: left; }
blockquote, .wp-block-quote.is-style-large { z-index: 9; padding: 30px 30px 30px 90px !important; margin: 30px 0px 30px 0; font-size: 16px; line-height: 26px; position: relative; color: var(--themeht-white-color); background-color: var(--themeht-primary-color);}
blockquote span { color: var(--themeht-white-color); margin-top: 20px; display: block; font-size: 18px; font-weight: 400; }
.themeht-blogs .post-card .post-desc blockquote p { margin-bottom: 15px; margin-top: 0; }
body blockquote.wp-block-quote.is-style-large cite, body blockquote.wp-block-quote.is-style-large p, body blockquote p { margin: 0px; }
blockquote:after { position: absolute; top: 50%; left: 30px; font-family: "Font Awesome 6 Free"; content: "\f10d"; font-size: 150px; color: var(--themeht-text-color); line-height: 1; z-index: -1; opacity: 0.1; transform: translateY(-50%); font-weight: 900; }
blockquote.has-text-align-right { padding: 40px 40px 40px 80px !important; }
blockquote.has-text-align-right:after { right: inherit; left: 0; }
.wp-block-media-text.has-media-on-the-right { margin-bottom: 25px; }
.wp-block-image { margin: 0 0 1em; }
.wp-block-archives select, .wp-block-categories select { margin-bottom: 20px; }
.themeht-sidebar .wp-block-archives select, .themeht-sidebar .wp-block-categories select,
.themeht-sidebar .wp-block-archives-dropdown, .themeht-sidebar .wp-block-search{ margin-bottom: 0; }
.post-card .wp-block-gallery .blocks-gallery-image figure, .post-card .wp-block-gallery .blocks-gallery-item figure { position: relative; overflow: hidden; }
.post-card .wp-block-gallery .blocks-gallery-image figcaption, .post-card .wp-block-gallery .blocks-gallery-item figcaption { position: absolute; font-size: 13px; font-weight: 600; overflow: hidden; padding: 10px 0; bottom: -100%; width: 100%; color: #333; background: rgba(255, 255, 255, .7); white-space: nowrap; text-indent: 10px; text-overflow: ellipsis; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption, .post-card .wp-block-gallery .blocks-gallery-item:hover figcaption { bottom: 0; }
.wp-block-embed iframe { width: 100%; }
table th{color: var(--themeht-text-color); font-weight: 500;}
table th, table td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
.gallery-caption { padding-top: 0.53em; padding-bottom: 0.53em; }
.comment-content table tbody td a{color: var(--themeht-primary-color); font-weight: 500;}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border: 1px solid var(--themeht-bg-dark-color); border-radius: 0; }
.wp-block-button__link:hover { background: var(--themeht-white-color); color: var(--themeht-text-color); border-color: var(--themeht-border-dark-color) }
.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a { border-radius: 0; }
.wp-block-calendar { padding-bottom: 30px; }
.wp-block-calendar .wp-calendar-nav-prev { float: left; }
.wp-block-calendar .wp-calendar-nav-next { float: right; }
.wp-block-calendar .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav-next a { text-decoration: none; }
.post-card .wp-block-search__button-outside { margin-bottom: 25px; }
.wp-block-preformatted { margin-top: 10px; }
.post-single-page .post-desc .entry-content ul:last-child, .post-single-page .post-desc .entry-content table:last-child, .post-single-page .post-desc .entry-content p:last-child { margin-bottom: 0; }
.wp-block-columns.has-background.has-pale-pink-background-color, .wp-block-column.has-background.has-pale-cyan-blue-background-color, .wp-block-group.has-background.has-pale-pink-background-color, .wp-block-group.has-background.has-light-green-cyan-background-color { background-color: var(--themeht-bg-light-color) !important; }
.wp-block-group.has-black-border-color { border-color: var(--themeht-border-light-color) !important; }
.wp-block-group.has-border-color, .wp-block-group.has-background { padding: 15px; margin-bottom: 15px; }
.has-small-font-size { line-height: 17px; }
.has-medium-font-size { line-height: 24px; }
.has-large-font-size { line-height: 40px; }
.has-x-large-font-size { line-height: 50px; }
.wp-block-query .wp-block-query-pagination { margin-bottom: 30px; }
.pagination .page-numbers, .wp-block-query-pagination .page-numbers, .page-links .post-page-numbers {font-weight: 500; font-size: 16px; border: 1px solid var(--themeht-border-light-color); border-radius: 5px; margin: 0 2px 0 2px; width: 50px; height: 50px; display: inline-block; text-align: center; line-height: 50px; }
.pagination .page-numbers:hover, .pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:hover, .wp-block-query-pagination .page-numbers.current,
.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current{ border: 1px solid var(--themeht-primary-color); background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.wp-block-avatar .avatar { margin-bottom: 20px; }
.wp-block-post-author .avatar { margin-bottom: 20px; }
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name { font-size: 28px !important; margin-bottom: 20px; }
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date { font-size: 15px !important; }
.wp-block-post-comments-form p, .wp-block-comments p { margin-top: 15px; }
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link { margin-top: 20px; }
.wp-block-post-comments-form p, .wp-block-comments p { margin-top: 15px; }
.wp-block-comments .wp-block-comments-title, .pbmit-post-related .pbmit-related-title, .comments-area .comments-title, .comment-respond .comments-title, .comment-respond .comment-reply-title {font-size: 26px; line-height: 36px;}
.wp-block-comment-reply-link .comment-reply-link, .wp-block-comment-reply-link .comment-reply-link:focus, .wp-block-comment-reply-link .comment-reply-link:visited, .wp-block-comment-reply-link .comment-reply-link:active { padding: 10px 20px; }
.wp-block-comment-template {margin: 0;}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: white;
}

ul.wp-block-archives li a,
.widget.widget_meta ul li a,
.widget .wp-block-latest-posts li > a,
.widget.widget_archive ul li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li a,
.wp-block-page-list li a,
.widget.widget_recent_comments ul li{
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
}

ul.wp-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .wp-block-latest-posts li>a::before,
.widget.widget_archive ul li> a::before,
.widget.widget_meta ul li a::before,
.widget.widget_recent_entries ul li a::before,
.widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a:before,
.wp-block-page-list li a:before,
.widget.widget_recent_comments ul li:before { position: absolute; content: '\f111'; left: 0; font-size: 5px; font-weight: 900; top: 9px; color: var(--themeht-primary-color); font-family: "Font Awesome 6 Free"; line-height: normal; }
.widget.widget_recent_comments ul li:before { content: '\f4ad'; top: 4px; font-size: 14px; font-family: "Font Awesome 6 Free"; }



.widget.widget_recent_comments ul li { color: var(--themeht-body-color); padding-left: 25px; }
.themeht-sidebar .widget ul > li ul { margin-left: 15px; margin-top: 15px; }
.wp-block-archives-dropdown, .wp-block-search { margin-bottom: 25px; }
.wp-block-search .wp-block-search__inside-wrapper { border: none; padding: 0; }
.wp-block-buttons, .wp-block-group { margin-bottom: 20px; }
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { background-color: var(--themeht-bg-dark-color); color: var(--themeht-white-color) }
.wp-block-cover .wp-block-cover__inner-container p { color: var(--themeht-white-color); }
.wp-block-calendar table th, .wp-calendar-table th { background: none; color: var(--themeht-text-color); }
#today { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.wp-block-tag-cloud span { -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -ms-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s; }
.wp-social-link { margin-bottom: 15px !important; }
.wp-block-search .wp-block-search__label { font-weight: 500; }

.themeht-footer-widget-area ul.wp-block-archives li a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget .wp-block-latest-posts li>a::before, .themeht-footer-widget-area .widget.widget_archive ul li> a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget.widget_recent_entries ul li a::before, .themeht-footer-widget-area .widget.widget_nav_menu ul li>a::before, .themeht-footer-widget-area .widget.widget_pages ul li a:before, .themeht-footer-widget-area .wp-block-page-list li a:before, .themeht-footer-widget-area .widget.widget_recent_comments ul li:before { color: var(--themeht-primary-color); }
.themeht-footer-widget-area #today { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-footer-widget-area .widget { padding-top: 100px; }
.themeht-footer-widget-area .widget:not(:first-child) { padding-top: 35px; }
.themeht-footer-widget-area .widget:last-child { padding-bottom: 80px; }
.themeht-footer-widget-area .widget ul, .themeht-footer-widget-area .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-footer-widget-area .widget ul > li ul { margin-left: 15px; margin-top: 15px; }
.themeht-footer-widget-area .widget ul.children, .themeht-footer-widget-area .widget ol.children { margin-left: 15px; margin-top: 15px; }
.themeht-footer-widget-area .widget ul li, .themeht-footer-widget-area .widget ol li, .themeht-footer-widget-area .widget .wp-block-archives li, .themeht-footer-widget-area .widget .wp-block-latest-posts li, .themeht-footer-widget-area .widget .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-categories li, .themeht-footer-widget-area .widget .wp-block-page-list li { color: var(--themeht-text-color); list-style-type: none; margin-bottom: 15px; }
.themeht-footer-widget-area .widget ul li:last-child, .themeht-footer-widget-area .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0; padding-bottom: 0; }
.themeht-footer-widget-area .widget .tagcloud a, .themeht-footer-widget-area .widget .wp-block-tag-cloud a { border: 1px solid #ddd; border-radius: 5px; padding: 5px 10px; display: inline-block; text-align: center; font-weight: 500; font-size: 15px !important; text-transform: capitalize; margin: 5px 5px 15px 0; }
.themeht-footer-widget-area .widget .tagcloud a:hover, .themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color); }
.themeht-footer-widget-area .widget .widget_categories li, .themeht-footer-widget-area .widget .wp-block-categories li { display: block; padding: 10px 0; border-bottom: 1px dashed #ddd; position: relative; margin-bottom: 0 !important; }
.themeht-footer-widget-area .widget .widget_categories li a:hover, .themeht-footer-widget-area .widget .wp-block-categories a:hover { padding-left: 5px; }
.themeht-footer-widget-area .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-latest-posts li { margin-bottom: 15px; }
.themeht-footer-widget-area .widget li a, .themeht-footer-widget-area .widget a { text-transform: capitalize; }
.themeht-footer-widget-area .widget li a { font-size: 15px; color: var(--themeht-text-color); }
.themeht-footer-widget-area, .themeht-footer-widget-area a, .themeht-footer-widget-area .wp-block-archives__label, .themeht-footer-widget-area .wp-block-search__label, .themeht-footer-widget-area .wp-block-archives-dropdown label, .themeht-footer-widget-area table td, .themeht-footer-widget-area table caption { color: var(--themeht-text-color); }
.themeht-footer-widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { color: var(--themeht-text-color); }
.themeht-footer-widget-area .widget.widget_categories ul li:before, .themeht-footer-widget-area .wpcf7-form-control.wpcf7-select, .themeht-footer-widget-area select { color: var(--themeht-text-color); }
.themeht-footer-widget-area select option { color: var(--themeht-text-color); }


.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {background: var(--themeht-bg-dark-color); }
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content { padding: 0; }
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content:before { display: none; }
.wp-block-navigation .wp-block-navigation__submenu-container { background: var(--themeht-bg-dark-color); border: none !important; }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item { margin-bottom: 0; }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content { font-size: 16px; line-height: 20px; text-transform: capitalize; padding: 10px 20px 10px 20px; color: var(--themeht-white-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-pages-list__item__link.wp-block-navigation-item__content { border-bottom: none;}
.wp-block-navigation .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover { color: var(--themeht-text-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover { color: var(--themeht-white-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-icon { color: white; }

.widget_calendar caption, .wp-calendar-table caption { caption-side: top; }
.wp-block-group.has-background, pre, .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background: var(--themeht-bg-light-color); }
.wp-block-search__button svg { display: none; }

.wp-calendar-table{text-align: center;}

/* ------------------------
    Responsive Css
------------------------*/

@media (max-width:1200px) {
	h1, .h1 { font-size: 50px !important; line-height: 60px !important; }
	h2, .h2 { font-size: 34px !important; line-height: 44px !important; }
	.boxed-view { padding: 20px 30px 30px; }
	.counter span { font-size: 40px; line-height: 40px; }
	.counter i { font-size: 60px; line-height: 60px; }
	.counter h5 { font-size: 18px; margin: 0; }
}
@media (max-width:992px) {
	h1, .h1 { font-size: 44px !important; line-height: 54px !important; }
	h2, .h2 { font-size: 32px !important; line-height: 42px !important; }
	h3, .h3 { font-size: 26px !important; line-height: 36px !important; }

	/*Banner*/
	.admin-bar .header { top: 45px; }
	.logo img { max-height: var(--logo-tablet-height); }
	.themeht-sidebar { margin-top: 80px; }
	.post-card .post-bottom li { font-size: 14px; }
	.banner-text p { max-width: inherit; }
	.search-icon { margin-left: 20px; }
	.hero-title span { font-size: 44px; }
	.boxed-view { padding: 0; }
	.banner-swiper.banner-three, .banner-five { padding: 120px 0; }
	.banner-four { padding: 180px 0 120px; }

	/*Masonry*/
	.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick { width: 50%; }
	.mouse-parallax { transform: inherit !important; }
}
@media (max-width:767px) {
	h1, .h1 { font-size: 40px !important; line-height: 50px !important; }
	h2, .h2 { font-size: 30px !important; line-height: 40px !important; }
	.theme-title h2 { font-size: 34px; line-height: 44px; }
	.page-title h1 { font-size: 34px; line-height: 44px; }
	.hero-title span { font-size: 40px; }
	.right-nav { display: none !important; }
	.admin-bar .header.fixed-header { top: 0; }
	.navbar-toggler.ht-toggler { margin-right: 30px; }
	.elementor-widget-banner-slider p { max-width: 100%; font-size: 16px; }
	.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: block; }
	.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { padding-right: 0; }
	.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { padding-left: 0; margin-top: 30px; }
	blockquote, .wp-block-quote.is-style-large { padding: 180px 40px 40px 40px !important; }
	.portfolio-meta-info { position: relative; bottom: inherit; right: inherit; width: auto; }
	.banner-two { padding: 150px 0 120px; position: relative; z-index: 9; }
	#ht-main-nav { width: 100%; }

	/*Step*/
	.step-item .step-icon { height: 200px; line-height: 200px; width: 180px; margin: 30px 0 }
	.step-item .step-icon img { width: 50%; }
	.step-num { font-size: 24px; height: 70px; line-height: 65px; right: -35px; top: -35px; width: 70px; }

	/*Testimonial*/
	.testimonial-content { padding: 20px; }
	.testimonial-content p { font-size: 16px; }
	.testimonial .testimonial-quote { font-size: 50px; height: 100px; line-height: 100px; width: 100px; }
	.testimonial::before { border-right: 50px solid transparent; border-top: 50px solid var(--themeht-primary-color); bottom: 0; }
	.grid .grid-item { width: 100% !important; }
	.footer-subscribe .footer-widget { display: block; }
	.footer-subscribe .textwidget { width: auto; }
	.subscribe-form { display: block; margin-top: 20px; }
	.subscribe-form .themeht-btn.primary-btn { width: 100%; }
	.service-item.style-2 { display: block; }
	.service-item.style-2 .service-icon { margin-right: 0; margin-bottom: 30px; }
	.ht-tab .tab-menu { display: block; }
	.ht-tab .tab-menu li { width: 100%; }
	.ht-tab .ht-tab-content { padding: 30px; }
}
@media (max-width:576px) {
	.theme-title h2 { font-size: 28px; line-height: 38px ; }
	.page-title h1 { font-size: 28px; line-height: 28px; }
	.hero-title span { font-size: 38px; }

	/*Pattern*/
	.info-img::before { height: 200px; }

	/*Project*/
	.portfolio-filter { width: 100%; }
	.portfolio-filter button { margin: 0 auto 10px !important; float: none; display: block; }
	.portfolio-filter button + button { margin-left: 0; }
	.popup-img { bottom: 1.5rem; right: 1rem; }
	.popup-link { bottom: 1.5rem; left: 1rem; }

	/*Testimonial*/
	.testimonial { margin: 50px 0; padding-bottom: 20px; padding-left: 20px; }
	.testimonial::before { left: 0; }
	.testimonial-content { padding: 40px 20px 20px; }
	.testimonial-content p { font-size: 15px; line-height: 22px; margin-bottom: 20px; }
	.testimonial .testimonial-img img { height: 80px; width: 80px; }
	.testimonial .testimonial-quote { font-size: 35px; height: 70px; line-height: 70px; width: 70px; bottom: 20px; }

	/*Step*/
	.step-item .step-icon { height: 170px; line-height: 170px; margin: 25px 0; width: 150px; }
	.step-num { font-size: 20px; height: 60px; line-height: 55px; right: -30px; top: -30px; width: 60px; }
	.custom-li li { width: 100%; }
	.banner-one .play-btn span { display: none; }
}