/* ------------------------------------------------
  Project:   Seoland - SEO And Digital Marketing Agency mzlouafi Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner Slider
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------*/

:root {
    --themeht-primary-color: #034f84;
    --themeht-secondary-color: #90b2e5;
    --themeht-primary2-color: #103CE7;
    --themeht-secondary2-color: #64E9FF;
    --themeht-text-color: #191919;
    --themeht-body-color: #606060;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #000229;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E1E1E1;
    --themeht-rgba-color: rgba(255, 255, 255, 0.9);
    --themeht-typography-body-font-family: "Hanken Grotesk", sans-serif;
    --themeht-typography-secondary-font-family: "Archivo", sans-serif;
    --logo-desktop-height: 60px;
    --logo-tablet-height: 55px;
    --logo-mobile-height: 50px;
    --loader-img-height: 100px;
}

/* ------------------------
    General
------------------------*/

body {
    scroll-behavior: smooth;
    font-family: var(--themeht-typography-body-font-family);
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: var(--themeht-body-color);
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--themeht-text-color);
    font-family: var(--themeht-typography-secondary-font-family);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.h1,
h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

.h4,
h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

ul {
    margin-left: 0;
}

@media (min-width:1400px) {
    .mzlouafi-section.mzlouafi-section-boxed>.mzlouafi-container,
    .container {
        max-width: 1320px !important;
    }
}

.custom-sec-padding {
      margin-top: -85px!important;
}

label {
    display: inline-block;
    font-weight: 500;
    color: var(--themeht-text-color);
    font-size: 14px;
}

.rounded {
    border-radius: 20px !important;
}

/* ------------------------
    Text color
------------------------*/

.text-theme {
    color: var(--themeht-primary-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) !important;
}

.dark-bg {
    background-color: var(--themeht-bg-dark-color);
}

.light-bg {
    background-color: var(--themeht-bg-light-color);
}

.primary-bg {
    background-color: var(--themeht-primary-color);
}

.primary-bg2 {
    background-color: var(--themeht-primary2-color);
}

.secondary-bg {
    background-color: var(--themeht-secondary-color);
}

.secondary-bg2 {
    background-color: var(--themeht-secondary2-color);
}

.transparent-bg {
    background-color: inherit !important;
}

.grediant-bg {
    background-image: linear-gradient(180deg, #f6f5fa .01%, rgba(246, 245, 250, 0))
}

.grediant-bg2 {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.grediant-bg3 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.border-light {
    border-color: var(--themeht-border-light-color) !important
}

/* ------------------------
    Banner
------------------------*/

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner {
    padding: 220px 0 200px;
    position: relative;
}

.banner h1 span {
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

@media (min-width:1800px) {
    .banner .banner-img {
        margin-right: -100px;
    }
    .banner-2 .banner-img {
        margin-left: -100px;
    }
}

.banner-1 .banner-img,
.banner-3 .banner-img,
.banner-2 .banner-text {
    padding-left: 80px;
}

.banner-2 {
    padding: 220px 0 200px;
    position: relative;
    z-index: 9
}

.banner-2 h6 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

.banner-3 {
    padding: 220px 0 500px;
}

.banner-3 h1,
.banner-3 p {
    color: var(--themeht-white-color)
}

.banner-4 {
    padding: 250px 0 200px;
}

.banner h6 {
    display: inline-block;
    border: 1px solid var(--themeht-primary2-color);
    padding: 10px 20px;
    transform: rotate(-10deg);
    margin: 3px;
    position: relative;
    line-height: 1;
}

.banner h6 span {
    width: 6px;
    height: 6px;
    background: var(--themeht-primary-color);
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
}

.banner h6 span:nth-child(2) {
    left: inherit;
    right: -3px;
    background: var(--themeht-secondary2-color);
}

.banner h6 span:nth-child(3) {
    top: inherit;
    bottom: -3px;
    background: var(--themeht-primary2-color);
}

.banner h6 span:nth-child(4) {
    top: inherit;
    bottom: -3px;
    left: inherit;
    right: -3px;
    background: var(--themeht-secondary-color);
}

.banner-5 {
    padding: 220px 0 250px;
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.banner-5 h1,
.banner-5 p {
    color: var(--themeht-white-color)
}

.wave-bg>use {
    animation: move-forever 20s linear infinite;
}

.wave-bg>use:nth-child(1) {
    animation-delay: -2s;
}

.wave-bg>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 10s;
}

.wave-bg>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 8s;
}

.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: -40px;
}

.banner-6 {
    padding: 250px 0 150px;
}

.banner-6 h6 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

.banner-6 h1 span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-6 .banner-img img {
    position: relative;
    -webkit-animation: seo 6s linear infinite;
    animation: seo 6s linear infinite;
}

.banner .video-btn {
    margin-left: 50px;
}

/* ------------------------
    Error
------------------------*/

.error-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: dash 5s linear alternate infinite;
}

.error-path path {
    stroke: var(--themeht-primary-color)
}

.error-path path:nth-child(2) {
    stroke: var(--themeht-primary2-color)
}

.error-path path:nth-child(3) {
    stroke: var(--themeht-secondary2-color)
}

/* ------------------------
    Timeline
------------------------*/

.main-timeline:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--themeht-border-light-color);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.timeline-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.timeline-item:nth-child(2n+2) .date-content {
    order: 3;
}

.timeline-item:nth-child(2n+2) .timeline-icon {
    order: 2;
    left: 20px;
}

.timeline-order-3 {
    order: 1;
}

.main-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    position: relative;
    right: 20px;
    font-size: 30px;
    background: var(--themeht-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeht-primary-color);
    border-radius: 50%;
    z-index: 9;
}

.main-timeline .date-content {
    width: 50%;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

.timeline-item:nth-child(2n+2) .date-content:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    position: absolute;
    padding-right: 30px;
    margin-right: 50% !important;
}

.main-timeline .date {
    font-family: var(--themeht-typography-secondary-font-family);
    display: flex;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: var(--themeht-white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    align-items: center;
    justify-content: center;
    background-color: #FBFBFB!important;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    z-index: 1;
}

.main-timeline .timeline-content {
    padding: 20px 20px;
}

@media (max-width:767px) {
    .timeline {
        flex-direction: column !important;
    }
    .main-timeline:before {
        margin-left: 1px;
    }
    .main-timeline .timeline-icon {
        margin: auto 2px;
        order: 1;
        left: -1em;
    }
    .main-timeline .timeline-content {
        padding: 40px 30px;
        order: 3;
    }
    .timeline-item:nth-child(2n+2) .date-content {
        order: 2;
    }
    .timeline-item:nth-child(2n+2) .timeline-icon {
        order: 1;
        left: -1em;
    }
    .timeline-item:nth-child(2n+2) .date-content:before {
        width: 100%;
    }
    .timeline-item .date-content:before {
        width: 100%;
    }
    .timeline-item .date-content:before {
        content: "";
        width: 100%;
        height: 2px;
        background: var(--themeht-border-light-color);
        position: absolute;
        top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-right: 50% !important;
    }
    .main-timeline .date {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
    .main-timeline .date-content {
        order: 2;
    }
}

@media (max-width:350px) {
    .timeline-icon {
        visibility: hidden;
    }
    .main-timeline .date-content:before {
        visibility: hidden;
    }
    .date-content {
        left: -15px;
    }
}

/* ------------------------
    Video
------------------------*/

.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 99;
}

.video-btn.is-play {
    background-color: var(--themeht-secondary2-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.video-btn.is-play .video-btn-outer-circle {
    background: var(--themeht-secondary2-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: white;
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-scale-animation {
    animation: smallScale 3s infinite;
}

.has-delay-short {
    animation-delay: 0.5s;
}

/* ------------------------
    List Icon
------------------------*/

.list-icon.style-1 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    background: var(--themeht-white-color);
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    padding: 10px 18px;
    border-radius: 100px;
    align-items: center;
}

.list-icon.style-1 li:last-child {
    margin-bottom: 0
}

.list-icon.style-1 li i {
    color: var(--themeht-white-color);
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    border-radius: 50%;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.list-icon.style-2 li:last-child {
    margin-bottom: 0
}

.list-icon.style-2 li i {
    color: var(--themeht-primary-color);
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

/* ------------------------
 Marquee Text
------------------------*/

.marquee-wrap {
    width: 100%;
    position: relative;
}

.marquee-wrap {
    overflow: hidden;
    display: block;
}

.marquee-text {
    animation: marquee 60s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.marquee-text span {
    font-size: 100px;
    line-height: 110px;
    color: var(--themeht-text-color);
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 500;
}

.marquee-text i {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: var(--themeht-text-color);
}

.marquee-wrap.style-2 {
    padding: 30px 0;
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.marquee-wrap.style-2 .marquee-text span,
.marquee-wrap.style-2 .marquee-text i {
    color: var(--themeht-white-color);
}

/* ------------------------
 Shape & Animation
------------------------*/

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.ht-first-letter::first-letter {
    font-size: 65px;
    line-height: 1;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-right: 8px;
    color: var(--themeht-primary-color);
    font-family: var(--themeht-secondary-font-family);
}

.rocket-shade {
    animation-name: MoveCircleSmall;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-delay: 0s;
    left: 0%;
    top: -50%;
    position: absolute;
    animation-iteration-count: infinite;
}

.hero-shape1 {
    z-index: -1;
    position: absolute;
    width: 110%;
    height: 100%;
    border-bottom-left-radius: 200px;
    transform: rotate(-15deg);
    top: -25%;
    right: -10%;
    background: linear-gradient(130deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.wave-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.wave-shape.top {
    bottom: inherit;
    top: 0;
}

.banner-shape {
    position: absolute;
    right: -30%;
    top: -30%;
    width: 80%;
    height: 100%;
    z-index: -1;
}

.banner-shape3 {
    position: absolute;
    right: -15%;
    top: -6%;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.img-bg-shape {
    position: absolute;
    left: -10%;
    top: -20%;
    width: 120%;
    height: 100%;
    z-index: -1;
}

.bg-effect {
    position: relative;
}

.bg-effect::after {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    top: 0;
    content: "";
    left: -10%;
    position: absolute;
    z-index: -1;
    height: 100%;
    border-top-right-radius: 100px;
    width: 60%;
    border-bottom-right-radius: 100px;
    transform: rotate(10deg);
}

.shape-img-bg {
    position: relative;
}

.mzlouafi-widget-ht-shape-image .shape-img-bg img {
    -webkit-mask-image: url('https://mzlouafi.com/assets/img/shape.png');
    mask-image: url('https://mzlouafi.com/assets/img/shape.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 582px;
    object-fit: cover;
}

.banner-mask-img {
    -webkit-mask-image: url('https://mzlouafi.com/assets/img/shape.png');
    mask-image: url('https://mzlouafi.com/assets/img/shape.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 800px;
    object-fit: cover;
}

.stop-color1 {
    stop-color: var(--themeht-secondary-color);
}

.stop-color2 {
    stop-color: var(--themeht-primary-color);
}

#imagewave2 .stop-color1 {
    stop-color: var(--themeht-secondary2-color);
}

#imagewave2 .stop-color2 {
    stop-color: var(--themeht-primary2-color);
}

.clients-logo {
    text-align: center;
}

.clients-logo .swiper-slide-inner img {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: .7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.clients-logo .swiper-slide-inner:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.client-text {
    text-align: center;
    position: relative;
}

.client-text:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    background: var(--themeht-border-light-color);
    width: 70%;
    height: 1px;
}

.client-text span {
    background: var(--themeht-white-color);
    padding: 5px 40px;
}

/* ------------------------
Extra
------------------------*/

.mzlouafi-widget .center {
    text-align: center;
}

.mzlouafi-widget .right {
    text-align: right;
}

.page {
    margin: 0;
}

.page-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mzlouafi-default .page-content {
    margin-top: -1.5em;
    margin-bottom: 0;
}

.error-page-search label {
    min-width: 450px;
}

.search-page article {
    margin-bottom: 30px;
}

.search-page article:last-child {
    margin-bottom: 0;
}

.search-content-page {
    position: relative;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    padding: 30px;
}

.search-content-page .post-card {
    border-radius: 0;
}

.search-content-page .post-image {
    position: relative;
    margin-bottom: 20px;
}

.secondary-bg .mzlouafi-widget-text-editor p {
    color: var(--themeht-rgba-color);
}

.p-mb-0 p {
    margin-bottom: 0;
}

.ht-first-letter::first-letter {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-right: 8px;
    color: var(--themeht-primary-color);
}

.contact-info li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.contact-info li:last-child {
    margin-bottom: 0;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: var(--themeht-primary-color);
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    line-height: 1;
    color: var(--themeht-body-color);
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
    color: var(--themeht-text-color);
}

.contact-info li a {
    color: var(--themeht-text-color);
}

.contact-info li a:hover {
    color: var(--themeht-primary-color);
}

.contact-box .contact-info li {
    padding-left: 60px;
    margin-bottom: 30px;
}

.contact-box .contact-info li:last-child {
    margin-bottom: 0;
}

.contact-box .contact-info li i {
    line-height: 1px;
    font-size: 40px;
}

.contact-box .contact-info li p,
.contact-box .contact-info li a {
    font-size: 20px;
    line-height: 28px
}

/* ------------------------
 Form Section
------------------------*/

.mz-form .themeht-btn,
.subscribe-form .themeht-btn {
    padding: 0;
}

.subscribe-btn,
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.mz-block-search__button {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: var(--themeht-white-color);
    border: none;
    padding: 12px 30px;
    height: 100%;
    border-radius: 100px;
    line-height: inherit;
    z-index: 99;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--themeht-typography-secondary-font-family);
}

.subscribe-btn:hover,
input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.mz-block-search__button:hover {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
}

.comment-form .form-submit input[type=submit],
.post-comment .form-submit input[type="submit"],
.mz-block-search__button,
.post-password-form input[type="submit"] {
    font-family: var(--themeht-typography-secondary-font-family);
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: var(--themeht-white-color);
    padding: 12px 30px;
    height: 100%;
    line-height: inherit;
}

.comment-form .form-submit input[type=submit]:hover,
.post-comment .form-submit input[type="submit"]:hover,
.mz-block-search__button:hover,
.post-password-form input[type="submit"]:hover {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
}

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: 10px 20px;
    width: 100%;
    height: 50px;
    color: var(--themeht-body-color);
    border-radius: 10px;
    background: var(--themeht-bg-light-color);
    font-size: 14px;
}

.mz-block-post-comments-form input:not([type=submit]),
.mz-block-post-comments-form textarea {
    border: 1px solid transparent;
}

textarea {
    height: 150px;
    border-radius: 10px;
}

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);
    background: var(--themeht-white-color);
    border: 1px solid var(--themeht-primary-color);
}

.mz-form-control-wrap {
    display: block;
}

.mz-form-control,
select {
    border: 1px solid transparent;
}

.mz-form-control.mz-select,
select {
    width: 100%;
    border-radius: 10px;
    padding: 10px 24px 10px 20px;
    font-size: 14px;
    background-color: var(--themeht-bg-light-color);
    height: 50px;
    color: var(--themeht-body-color);
}

.mz-form-control.mz-textarea {
    height: 150px;
    border-radius: 10px;
}

.mz-form .mz-spinner {
    position: absolute;
    padding: 0;
}

.mz-form .mz-spinner:after {
    display: none;
}

.mz-not-valid-tip {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    bottom: -25px;
}

.theme-bg .mz-not-valid-tip,
.theme-bg .mz-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;
    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;
}

select option {
    word-break: break-word;
}

.mb-0.mzlouafi-widget {
    margin-bottom: 0 !important;
}

.mzlouafi-widget.mzlouafi-widget-text-editor {
    font-weight: 400;
    color: var(--themeht-body-color) !important;
    font-family: var(--themeht-typography-body-font-family) !important;
}

.text-white.mzlouafi-widget.mzlouafi-widget-text-editor {
    color: var(--themeht-bg-light-color) !important;
}

.mz-block-cover-image-text,
.mz-block-cover-text,
section.mz-block-cover-image h2 {
    color: var(--themeht-white-color) !important;
}

p {
    margin: 0 0 25px;
    line-height: 1.6;
}

.mz-block-cover,
.mz-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;
}

.mz-block-button {
    margin: 50px 0;
}

.alignleft {
    margin: 5px 20px 20px 0 !important;
}

.alignright {
    margin: 5px 0 20px 20px !important;
    clear: both;
}

.lead p,
.mzlouafi-widget-list_style p,
.mzlouafi-widget-list_style_two p,
.mzlouafi-widget-title p,
.mzlouafi-widget-feature p,
.mzlouafi-tab-content p {
    margin-bottom: 0;
}

.mz-block-group.has-background {
    padding: 25px !important;
    margin-bottom: 15px !important;
}

.mz-block-quote.is-large cite,
.mz-block-quote.is-large footer,
.mz-block-quote.is-style-large cite,
.mz-block-quote.is-style-large footer {
    font-size: 16px !important;
    text-align: left;
}

blockquote,
.mz-block-quote.is-style-large {
    border-radius: 20px;
    z-index: 9;
    padding: 130px 40px 40px 40px !important;
    margin: 30px 0px 30px 0;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    color: var(--themeht-white-color);
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    text-align: center;
}

blockquote span {
    color: var(--themeht-white-color);
    text-decoration: underline;
    margin-top: 20px;
    display: block;
    font-family: var(--themeht-typography-secondary-font-family);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.themeht-blogs .post-card .post-desc blockquote p {
    margin-bottom: 15px;
    margin-top: 0;
}

body blockquote.mz-block-quote.is-style-large cite,
body blockquote.mz-block-quote.is-style-large p,
body blockquote p {
    margin: 0px;
}

blockquote:after {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    font-family: flaticon_mycollection !important;
    content: "\f13c";
    font-size: 80px;
    color: var(--themeht-white-color);
    line-height: 1;
    z-index: -1;
}

blockquote.has-text-align-right a,
blockquote a {
    color: var(--themeht-white-color);
}

blockquote.has-text-align-right a:hover,
blockquote a:hover {
    color: var(--themeht-white-color);
}

blockquote.has-text-align-right:after {
    right: 40px;
}

.mz-block-media-text.has-media-on-the-right {
    margin-bottom: 25px;
}

.mz-block-image {
    margin: 0 0 1em;
}

.mz-block-archives select,
.mz-block-categories select {
    margin-bottom: 20px;
}

.themeht-sidebar .mz-block-archives select,
.themeht-sidebar .mz-block-categories select,
.themeht-sidebar .mz-block-archives-dropdown,
.themeht-sidebar .mz-block-search {
    margin-bottom: 0;
}

.post-card .mz-block-gallery .blocks-gallery-image figure,
.post-card .mz-block-gallery .blocks-gallery-item figure {
    position: relative;
    overflow: hidden;
}

.post-card .mz-block-gallery .blocks-gallery-image figcaption,
.post-card .mz-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 .mz-block-gallery .blocks-gallery-image:hover figcaption,
.post-card .mz-block-gallery .blocks-gallery-item:hover figcaption {
    bottom: 0;
}

.mz-block-embed iframe {
    width: 100%;
}

table th {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    font-weight: 500;
}

table th,
table td {
    border-color: var(--themeht-border-light-color) !important;
    border: 1px solid;
    padding: 5px 10px;
}

table td {
    background: var(--themeht-white-color);
}

table th,
table td {
    border-color: var(--themeht-border-light-color) !important;
    border: 1px solid;
    padding: 5px 10px;
}

table tbody th {
    background: var(--themeht-white-color);
    color: var(--themeht-text-color);
}

table tbody th a {
    color: var(--themeht-primary-color);
}

.gallery-caption {
    padding-top: 0.53em;
    padding-bottom: 0.53em;
}

.comment-content table tbody td a {
    color: var(--themeht-primary-color);
    font-weight: 600;
}

.comment-content>ul,
.comment-content>ol {
    margin-bottom: 30px;
}

.mz-block-button__link {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: var(--themeht-white-color);
}

.mz-block-button__link:hover {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
}

.mz-block-button.is-style-squared a,
.mz-block-button__link.mz-block-button.is-style-squared a {
    border-radius: 0;
}

.mz-block-calendar {
    padding-bottom: 30px;
}

.mz-block-calendar .mz-calendar-nav-prev {
    float: left;
}

.mz-block-calendar .mz-calendar-nav-next {
    float: right;
}

.mz-block-calendar .mz-calendar-nav-prev a,
.mz-block-calendar .mz-calendar-nav-next a {
    text-decoration: none;
}

.post-card .mz-block-search__button-outside {
    margin-bottom: 25px;
}

.mz-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;
}

.mz-block-columns.has-background.has-pale-pink-background-color,
.mz-block-column.has-background.has-pale-cyan-blue-background-color,
.mz-block-group.has-background.has-pale-pink-background-color,
.mz-block-group.has-background.has-light-green-cyan-background-color {
    background-color: var(--themeht-bg-light-color) !important;
    border-radius: 20px;
}

.mz-block-group.has-black-border-color {
    border-color: var(--themeht-border-light-color) !important;
    border-radius: 10px;
}

.mz-block-group.has-border-color,
.mz-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;
}

.mz-block-query .mz-block-query-pagination {
    margin-bottom: 30px;
}

.pagination .page-numbers,
.mz-block-query-pagination .page-numbers,
.page-links .post-page-numbers {
    background-color: var(--themeht-white-color);
    border-radius: 50%;
    color: var(--themeht-text-color);
    font-weight: 500;
    border: 1px solid var(--themeht-border-light-color);
    margin: 0 2px 0 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.mz-block-query-pagination .page-numbers:hover,
.mz-block-query-pagination .page-numbers.current,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.mz-block-avatar .avatar {
    margin-bottom: 20px;
    border-radius: 50%;
}

.mz-block-post-author .avatar {
    margin-bottom: 20px;
    border-radius: 50%;
}

.mz-block-comments .mz-block-comment-template .mz-block-columns .mz-block-comment-author-name {
    font-size: 28px !important;
    margin-bottom: 20px;
}

.mz-block-comments .mz-block-comment-template .mz-block-columns .mz-block-group .mz-block-comment-date {
    font-size: 18px !important;
}

.mz-block-post-comments-form p,
.mz-block-comments p {
    margin-top: 15px;
}

.mz-block-comments .mz-block-comment-template .mz-block-column .mz-block-comment-reply-link .comment-reply-link {
    margin-top: 20px;
}

.mz-block-post-comments-form p,
.mz-block-comments p {
    margin-top: 15px;
}

.comment-form p.form-submit {
    margin-bottom: 0;
}

.mz-block-comments .mz-block-comments-title,
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
    font-size: 36px;
    line-height: 44px;
}

.mz-block-comment-reply-link .comment-reply-link,
.mz-block-comment-reply-link .comment-reply-link:focus,
.mz-block-comment-reply-link .comment-reply-link:visited,
.mz-block-comment-reply-link .comment-reply-link:active {
    padding: 10px 20px 10px 40px;
}

.mz-block-comment-reply-link .comment-reply-link:before {
    top: 10px;
}

ul.mz-block-archives li a,
.widget.widget_meta ul li a,
.widget .mz-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,
.mz-block-page-list li a,
.widget.widget_recent_comments ul li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

ul.mz-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .mz-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,
.mz-block-page-list li a:before {
    position: absolute;
    content: '';
    left: 0;
    font-size: 24px;
    top: 10px;
    line-height: normal;
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.widget.widget_recent_comments ul li:before {
    content: '\f25c';
    color: var(--themeht-primary-color);
    top: 6px;
    font-family: bootstrap-icons !important;
    font-size: 16px;
    position: absolute;
    left: 0;
    line-height: normal;
}

.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;
}

.mz-block-archives-dropdown,
.mz-block-search {
    margin-bottom: 25px;
}

.mz-block-search .mz-block-search__inside-wrapper {
    border: none;
    padding: 0;
}

.mz-block-buttons,
.mz-block-group {
    margin-bottom: 20px;
}

.mz-block-button.is-style-outline>.mz-block-button__link:not(.has-background):hover {
    background-color: var(--themeht-secondary-color);
    color: var(--themeht-white-color)
}

.mz-block-cover .mz-block-cover__inner-container p {
    color: var(--themeht-white-color);
}

.mz-block-calendar table th,
.mz-calendar-table th {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
}

#today {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.mz-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;
}

.mz-social-link {
    margin-bottom: 15px !important;
}

.themeht-footer-widget-area ul.mz-block-archives li a::before,
.themeht-footer-widget-area .widget.widget_meta ul li a::before,
.themeht-footer-widget-area .widget .mz-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 .mz-block-page-list li a:before,
.themeht-footer-widget-area .widget.widget_recent_comments ul li:before {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.themeht-footer-widget-area #today {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget {
    padding-top: 50px;
}

.themeht-footer-widget-area .widget:not(:first-child) {
    padding-top: 35px;
}

.themeht-footer-widget-area .widget ul,
.themeht-footer-widget-area .widget ol,
.mz-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 .mz-block-archives li,
.themeht-footer-widget-area .widget .mz-block-latest-posts li,
.themeht-footer-widget-area .widget .widget_recent_entries li,
.themeht-footer-widget-area .widget .mz-block-categories li,
.themeht-footer-widget-area .widget .mz-block-page-list li {
    color: var(--themeht-rgba-color);
    list-style-type: none;
    margin-bottom: 15px;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.themeht-footer-widget-area .widget ul li:last-child,
.themeht-footer-widget-area .widget ol li:last-child,
.mz-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 .mz-block-tag-cloud a {
    background: var(--themeht-bg-light-color);
    color: var(--themeht-text-color);
    border-radius: 100px;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin: 5px 5px 15px 0;
}

.themeht-footer-widget-area .widget .widget_categories li,
.themeht-footer-widget-area .widget .mz-block-categories li {
    color: var(--themeht-rgba-color);
    position: relative;
    padding-left: 30px;
}

.themeht-footer-widget-area .widget .tagcloud a:hover,
.themeht-footer-widget-area .mz-block-tag-cloud a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget.widget_categories ul li:before,
.themeht-footer-widget-area .widget.mz-block-categories li:before {
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget_recent_entries li,
.themeht-footer-widget-area .widget .mz-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;
    line-height: 25px;
    font-weight: 500;
    color: var(--themeht-rgba-color);
}

.themeht-footer-widget-area .widget li a:hover {
    color: var(--themeht-primary-color);
}

.themeht-footer-widget-area,
.themeht-footer-widget-area a,
.themeht-footer-widget-area .mz-block-archives__label,
.themeht-footer-widget-area .mz-block-search__label,
.themeht-footer-widget-area .mz-block-archives-dropdown label,
.themeht-footer-widget-area table caption {
    color: var(--themeht-rgba-color);
}

.themeht-footer-widget-area select option {
    color: var(--themeht-text-color);
}

.themeht-footer-widget-area .mz-block-calendar table th,
.themeht-footer-widget-area .mz-calendar-table th {
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area table td {
    color: var(--themeht-body-color);
}

.mz-block-navigation .has-child:not(.open-on-click):hover>.mz-block-navigation__submenu-container {
    background: var(--themeht-secondary-color);
}

.mz-block-page-list .mz-block-pages-list__item__link.mz-block-navigation-item__content {
    padding: 0;
}

.mz-block-page-list .mz-block-pages-list__item__link.mz-block-navigation-item__content:before {
    display: none;
}

.mz-block-navigation .mz-block-navigation__submenu-container {
    background: var(--themeht-secondary-color);
    border: none !important;
}

.mz-block-navigation .mz-block-navigation__submenu-container .mz-block-navigation-item {
    margin-bottom: 0;
}

.mz-block-navigation .mz-block-navigation__submenu-container .mz-block-pages-list__item__link.mz-block-navigation-item__content {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 20px 10px 20px;
    color: var(--themeht-white-color);
}

.mz-block-navigation .mz-block-navigation__submenu-container .mz-block-navigation-item:last-child .mz-block-pages-list__item__link.mz-block-navigation-item__content {
    border-bottom: none;
}

.mz-block-navigation .mz-block-pages-list__item__link.mz-block-navigation-item__content:hover {
    color: var(--themeht-text-color);
}

.mz-block-navigation .mz-block-navigation__submenu-container .mz-block-pages-list__item__link.mz-block-navigation-item__content:hover {
    color: var(--themeht-white-color);
}

.mz-block-navigation .mz-block-navigation__submenu-container .mz-block-navigation-item .mz-block-navigation__submenu-icon {
    color: white;
}

.widget_calendar caption,
.mz-calendar-table caption {
    caption-side: top;
    font-weight: 500;
    color: var(--themeht-text-color);
}

.mz-block-group.has-background,
pre,
.mz-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: var(--themeht-bg-light-color);
    border-radius: 20px;
}

.mz-block-search__button svg {
    display: none;
}

.mz-calendar-table {
    text-align: center;
}

.mz-block-pullquote blockquote,
.mz-block-pullquote cite,
.mz-block-pullquote p {
    color: var(--themeht-white-color);
}

blockquote code {
    color: var(--themeht-white-color);
}

.mz-block-post-featured-image img {
    border-radius: 20px;
}

.mz-block-image img,
.alignleft,
.mz-block-cover,
.mz-block-cover-image,
.mz-block-media-text__media img,
.mz-block-media-text__media video,
.comment-content img {
    border-radius: 20px;
}

.mz-calendar-nav-next {
    float: right;
}

.mz-block-search__label {
    width: auto;
}

/* ------------------------
    Responsive Css
------------------------*/

@media (min-width:1600px) {
    .header .container-fluid {
        padding: 0 10rem;
    }
}

@media (max-width:1600px) {
    .swiper-slide.swiper-slide-active .portfolio-item {
        margin: 40px;
    }
}

@media (max-width:1500px) {
    .hero-shape1 {
        transform: rotate(-10deg);
        top: -15%;
        right: -7%;
    }
    .banner-3 {
        padding: 220px 0 310px;
    }
}

@media (max-width:1200px) {
    .main-nav>ul>li {
        margin: 0 10px;
    }
    .navigation-top {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media (max-width:1400px) and (min-width:1200px) {
    .price-list ul li {
        font-size: 13px;
    }
    .price-table {
        padding: 30px 20px;
    }
    .list-icon.style-1 li {
        font-size: 12px;
    }
}

@media (max-width:992px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }
    h2 {
        font-size: 44px;
        line-height: 54px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    h4 {
        font-size: 26px;
        line-height: 36px;
    }
    /*Banner*/
    .admin-bar .header,
    .admin-bar #header-wrap.fixed-header {
        top: 45px;
    }
    .logo img {
        max-height: var(--logo-tablet-height);
    }
    .themeht-sidebar {
        margin-top: 80px;
    }
    #header-wrap {
        padding: 0;
    }
    .navigation-top {
        justify-content: end;
    }
    .page-title {
        padding: 140px 0;
    }
    .banner {
        padding: 150px 0 120px;
    }
    .img-bg-shape {
        width: 110%;
    }
    .banner-2 {
        padding: 200px 0 120px;
    }
    .hero-shape1 {
        transform: rotate(0);
        top: 0;
        right: 0;
    }
    .banner-3 {
        padding: 220px 0 150px;
    }
    .banner-6 {
        padding: 200px 0 150px;
    }
    .bg-effect::after {
        left: -20%;
        width: 110%;
    }
    .bg-img-sec {
        min-height: 300px !important;
    }
    .banner-1 .banner-img,
    .banner-3 .banner-img,
    .banner-6 .banner-img {
        padding-left: 0;
        margin-bottom: 100px;
    }
    .banner-2 .banner-text {
        padding-left: 0;
        margin-top: 100px;
    }
    .banner-6 .banner-img {
        margin-bottom: 50px;
    }
    .ht-tab .tab-menu {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    .portfolio-filter button+button {
        margin-left: 10px;
    }
    .portfolio-filter button {
        padding: 10px 15px;
    }
    .grid.columns-3 .grid-item,
    .masonry.columns-3 .masonry-brick {
        width: 50%;
    }
    .testimonial-box {
        padding: 20px;
    }
    .swiper-slide.swiper-slide-active .portfolio-item {
        margin: 0;
    }
    .testimonial.style-1 {
        padding: 30px;
        display: block;
    }
    .testimonial.style-1 .testimonial-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .testimonial p {
        font-size: 20px;
        line-height: 34px;
    }
    .testimonial.style-2 {
        margin: 50px 10px;
    }
    .tab .nav-tabs .nav-link {
        margin-bottom: 20px;
    }
    .rocket-shade {
        top: -15%;
        width: 20%;
    }
    .testimonial.style-2 {
        padding: 60px 40px;
    }
    .testimonial.style-2 .testimonial-img {
        width: auto;
        position: inherit;
        left: 0;
        top: inherit;
        transform: inherit;
    }
    .testimonial.style-2 .testimonial-content {
        padding: 50px 30px;
    }
    .testimonial.style-2 .testimonial-img img {
        height: 600px;
    }
    .service-item.style-2 {
        padding: 40px 30px 70px;
    }
    .featured-item.style-3 {
        margin-left: 35px;
    }
    .featured-item.style-3.text-end {
        margin-left: 0;
        margin-right: 35px;
    }
    .tab.style-2 .nav-tabs .nav-link {
        width: 50%;
        padding: 20px 30px;
    }
    .rocket-shade {
        display: none;
    }
    .ht-bg-move {
        clip-path: inherit !important;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }
    .theme-title h2 {
        font-size: 42px !important;
        line-height: 52px !important;
    }
    .theme-title p {
        font-size: 16px;
    }
    .page-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner h1 span {
        font-size: 70px;
    }
    .admin-bar #header-wrap.fixed-header {
        top: 0;
    }
    .navbar-toggler.ht-toggler {
        margin-right: 30px;
    }
    .mzlouafi-widget-banner-slider p {
        max-width: 100%;
    }
    .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;
    }
    .header-btn,
    .header-cart-inner {
        display: none;
    }
    .navigation-top {
        margin-right: 0;
    }
    .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;
    }
    .testimonial.style-2 .testimonial-img img {
        height: 300px;
    }
    .ht-tab .tab-menu,
    .tab-list ul {
        grid-template-columns: inherit;
    }
    .portfolio-filter button+button {
        margin: 0 0 10px 10px;
    }
    .grid .grid-item {
        width: 100% !important;
    }
    .price-table.price-active {
        transform: inherit;
    }
    .mzlouafi-widget-ht-shape-image .shape-img-bg img {
        height: 332px;
    }
    .bg-effect::after {
        left: 0;
        width: 100%;
        transform: inherit;
    }
    .step-item.style-2.left-side {
        text-align: center;
        display: block;
    }
    .step-item.style-2.left-side .step-icon {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .mzlouafi-widget-service-grid.service-home .service-style-1 {
        margin-top: 100px;
    }
    .post-card.style-2 {
        display: block;
    }
    .post-card.style-2 .post-desc {
        padding-left: 0;
        padding-top: 30px;
    }
    .footer {
        margin-bottom: 0;
        padding: 80px 20px;
    }
    .banner-6 {
        padding: 170px 20px 120px;
    }
    .portfolio-filter {
        padding: 20px 30px;
        border-radius: 20px;
    }
    .testimonial-box {
        margin: 30px 0;
    }
}

@media (max-width:576px) {
    h1,
    .h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .theme-title h2 {
        font-size: 37px !important;
        line-height: 47px !important;
    }
    /*Other*/
    .social-icons.footer-social li a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 26px;
    }
    .banner-slider .themeht-btn+.themeht-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .mptt-shortcode-wrapper.mptt-table-fixed {
        max-width: 300px;
    }
    .ht-circle-progressbar {
        display: block;
    }
    .ht-circle-progressbar .pie {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .featured-item.style-2 {
        display: block;
    }
    .featured-item.style-2 .featured-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .service-item.style-4 {
        display: block;
    }
    .service-item.style-4 .service-icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
}