/* ------------------------------------------------
  Project:   Moverz - Movers & Packers WordPress 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: #E11C09;
  --themeht-secondary-color: #1037B6;
  --themeht-text-color: #01203F;
  --themeht-body-color: #505D7B;
  --themeht-white-color: #FFFFFF;
  --themeht-bg-dark-color: #1B1B23;
  --themeht-bg-light-color: #F6F6F6;
  --themeht-border-light-color: #E1E1E1;
  --themeht-rgba-color: rgba(255, 255, 255, 0.9);
  --themeht-typography-body-font-family: "Roboto", sans-serif;
  --themeht-typography-secondary-font-family: "Inter", sans-serif;
  --logo-desktop-height: 60px;
  --logo-tablet-height: 55px;
  --logo-mobile-height: 50px;
}

/* ------------------------
    General
------------------------*/

body {
  scroll-behavior: smooth;
  font-family: var(--themeht-typography-body-font-family);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  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: 10px;
  color: var(--themeht-text-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 70px;
}

.h2,
h2 {
  font-size: 45px;
  line-height: 55px;
}

.h3,
h3 {
  font-size: 28px;
  line-height: 38px;
}

.h4,
h4 {
  font-size: 22px;
  line-height: 32px;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

ul {
  margin-left: 0;
}


@media (min-width:1400px) {

  .elementor-section.elementor-section-boxed>.elementor-container,
  .container {
    max-width: 1350px !important;
  }
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {

  .elementor-section.elementor-section-boxed>.elementor-container,
  .container {
    max-width: 1300px !important;
  }
}

.elementor-section.elementor-section-stretched {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}


.custom-sec-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

label {
  display: inline-block;
  font-weight: 500;
  color: var(--themeht-text-color);
  font-size: 14px;
}

.elementor-default .blog-main-page {
  display: none;
}

/* ------------------------
    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);
}

.secondary-bg {
  background-color: var(--themeht-secondary-color);
}

.transparent-bg {
  background-color: inherit !important;
}

.border-light {
  border-color: var(--themeht-border-light-color) !important
}


/* ------------------------
    Banner Slider
------------------------*/
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-slider .slider-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 52%;
  max-width: 100%;
  height: 100%;
  right: 0;
}

.banner-content {
  padding: 100px 0 100px 100px;
  position: relative;
  z-index: 9;
}

.slider-overlay {
  position: absolute;
  content: '';
  background: var(--themeht-secondary-color);
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transform: skew(15deg);
  transform-origin: right bottom;
}

.banner-content .banner-text {
  width: 45%;
}

#banner-pagination {
  bottom: 0;
  position: absolute !important;
  left: 50px;
  right: inherit;
  width: auto;
  transform: translateY(-50%);
}

.banner-slider h6,
.banner-slider-three h6 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider h1,
.banner-slider-three h1 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider p {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .banner-btn {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .swiper-slide-active h6,
.banner-slider-three .swiper-slide-active h6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active h1,
.banner-slider-three .swiper-slide-active h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.banner-slider .swiper-slide-active p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active .banner-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2500ms;
}


.banner-content h1 {
  color: var(--themeht-white-color);
  font-weight: 500;
  text-transform: uppercase;
}

.banner-content h1 span.title-text {
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
  display: block;
}

.banner-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--themeht-white-color);
  max-width: 80%;
}

.banner-slider .themeht-btn+.themeht-btn {
  margin-left: 20px;
}

.banner-slider .banner-content h6 {
  color: var(--themeht-white-color);
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.banner-slider .banner-content h6 span {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  padding: 5px 10px;
  margin-right: 15px;
}


.banner-slider-two .slider-overlay {
  background-color: var(--themeht-bg-light-color);
}

.banner-slider-two .banner-content h6 {
  color: var(--themeht-text-color);
}

.banner-slider-two .banner-content h1 {
  color: var(--themeht-text-color);
}

.banner-slider-two .banner-content p {
  color: var(--themeht-body-color);
  ;
}

.banner-slider-three .slider-img {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.banner-slider-three .banner-content {
  padding: 170px 0;
  position: relative;
  z-index: 9;
}

.banner-slider-three .slider-img::before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, var(--themeht-secondary-color) 50%, #FFFFFF00 75.55%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.banner-slider-three .banner-content h1 {
  font-size: 80px;
  line-height: 90px;
  color: var(--themeht-white-color);
  text-transform: capitalize;
  font-weight: 700;
}

.banner-slider-three .banner-content h1 span.title-text {
  display: block;
  font-weight: 500;
}

.banner-slider-three .banner-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 55%;
  color: var(--themeht-white-color);
}

.banner-slider-three .banner-slider-three .themeht-btn+.themeht-btn {
  margin-left: 20px;
}

.banner-slider-three .banner-content h6 {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  padding: 8px 20px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

.banner-slider-three .banner-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.banner-slider-three .round-text {
  position: relative;
  width: 150px;
  overflow: hidden;
  height: 150px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 30px;
  bottom: inherit;
  left: inherit;
  filter: none;
  background-color: transparent;
}

.banner-slider-three .round-text text {
  text-transform: uppercase;
  font-size: 17.5px;
  fill: var(--themeht-white-color);
  letter-spacing: 3px;
  font-weight: 500;
}

.banner-slider-three .round-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-slider-three .text-btn-icon {
  width: 70px;
  height: 70px;
  font-size: 60px;
  color: var(--themeht-white-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}

.banner-slider-three .banner-inner {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider-three .swiper-slide-active .banner-inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}


.slider-shape {
  transform: skewX(18deg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 9999;
  display: none;
}

.slider-shape div {
  background-color: var(--themeht-primary-color);
  width: 60px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  visibility: hidden;
  opacity: 0;
  -moz-transition: height 3s ease;
  -webkit-transition: height 3s ease;
  -o-transition: height 3s ease;
  transition: height 3s ease;
}

.swiper-slide-active .slider-shape div {
  visibility: visible;
  opacity: 1;
}

.slider-shape div:nth-child(2) {
  background-color: var(--themeht-white-color);
  height: 0;
  left: 30px;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
}

.slider-shape div:nth-child(3) {
  width: 60px;
  height: 0;
  left: 0;
  top: auto;
  bottom: 0;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
}

.slider-shape div:nth-child(4) {
  background-color: var(--themeht-white-color);
  width: 60px;
  height: 0;
  left: 20px;
  top: auto;
  bottom: 0;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
}


.swiper-slide-active .slider-shape div {
  height: 35%;
}

.swiper-slide-active .slider-shape div:nth-child(2) {
  height: 20%;
}

.swiper-slide-active .slider-shape div:nth-child(3) {
  height: 15%;
}

.swiper-slide-active .slider-shape div:nth-child(4) {
  height: 10%;
}


.banner-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.banner-btn .video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.video-btn-icon {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.video-btn-icon:after,
.video-btn-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--themeht-white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.video-btn-icon:after,
.video-btn-icon:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.video-btn-icon:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-btn-icon>i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  font-size: 30px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.video-btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--themeht-white-color);
}

.video-large .video-btn-icon>i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.banner-slider-two .video-btn-icon:after,
.banner-slider-two .video-btn-icon:before {
  background-color: var(--themeht-primary-color);
}

.banner-slider-two .video-btn span {
  color: var(--themeht-text-color);
}


.about-sec1-box {
  position: relative;
  display: block;
}

.about-sec1-box .shape1 {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
}

.about-sec1-box .shape2 {
  position: absolute;
  top: 135px;
  right: 0;
  z-index: -1;
}

.about-sec1-box .shape3 {
  position: absolute;
  left: -90px;
  bottom: -30px;
  z-index: -1;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-sec1.img1 {
  position: relative;
  display: block;
  max-width: 430px;
  width: 100%;
}

.about-sec1.img1 img,
.about-sec1.img2 .about-sec1-inner img {
  width: 100%
}

.about-sec1.img2 {
  position: absolute;
  bottom: -180px;
  right: 0;
  z-index: 2;
}

.about-sec1.img2:before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 0;
  right: 0;
  background: var(--themeht-white-color);
  content: "";
  z-index: -1;
}

.round-text {
  width: 180px;
  overflow: hidden;
  height: 180px;
  z-index: 9;
  position: absolute;
  bottom: 80px;
  left: -80px;
  border-radius: 50%;
  background-color: var(--themeht-white-color);
  z-index: 5;
  -webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
  filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
}

.round-text text {
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 1px;
  font-weight: 500;
  fill: var(--themeht-text-color);
}

.round-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  -o-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.text-btn-icon {
  font-size: 45px;
  color: var(--themeht-white-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeht-primary-color);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-sec1-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.overlay-icon-box {
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  background-color: var(--themeht-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  line-height: 1;
  color: var(--themeht-white-color);
}


@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}


@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}


.about-section-2 .people {
  background: var(--themeht-primary-color);
  padding: 25px;
  position: absolute;
  right: 19px;
  top: -9px;
  z-index: 1;
}

.about-section-2 .people:before {
  background: var(--themeht-bg-dark-color);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  content: "";
  height: 30px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}

.about-section-2 .people h2 {
  color: var(--themeht-white-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.about-section-2 .people h2 span {
  color: var(--themeht-white-color);
  font-size: 36px;
  font-weight: 600;
  line-height: 33px;
}

.about-section-2 .people p {
  color: var(--themeht-white-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.about-section-2 .people.left-side {
  right: auto;
  left: 20px;
}

.about-section-2 .people.left-side:before {
  right: auto;
  left: -20px;
  transform: rotateY(-180deg);
  background: var(--themeht-secondary-color);
}

.image-title {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--themeht-typography-secondary-font-family);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-section:after {
  background: #ebebeb;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  z-index: -1;
}

.form-section:before {
  background: var(--themeht-bg-dark-color);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: -1;
  content: "";
}

.form-section2:after {
  background: var(--themeht-bg-dark-color);
}

.form-section2:before {
  background: var(--themeht-bg-light-color);
}


/* ------------------------
    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-primary-color)
}

.error-path path:nth-child(3) {
  stroke: var(--themeht-secondary-color)
}


/* ------------------------
    Timeline
------------------------*/
.main-timeline:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dashed var(--themeht-primary-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: 30px;
}

.timeline-order-3 {
  order: 1;
}

.main-timeline .timeline-icon {
  width: 60px;
  height: 60px;
  position: relative;
  right: 30px;
  font-size: 30px;
  background: var(--themeht-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--themeht-white-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);
  line-height: 1;
  font-weight: 700;
  font-size: 60px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: var(--themeht-white-color);
  z-index: 1;
  padding: 0 15px;
  -webkit-text-stroke: 1px var(--themeht-primary-color);
}

.main-timeline .timeline-content {
  padding: 30px;
  background: white;
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}

.main-timeline .timeline-content p {
  margin-bottom: 0;
}


@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 {
    order: 3;
    margin-top: 30px;
  }

  .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 {
    font-size: 50px;
  }

  .main-timeline .date-content {
    order: 2;
  }

  .timeline-item {
    margin-bottom: 50px;
  }

  .timeline-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width:350px) {
  .timeline-icon {
    visibility: hidden;
  }

  .main-timeline .date-content:before {
    visibility: hidden;
  }

  .date-content {
    left: -15px;
  }
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.list-icon li:last-child {
  margin-bottom: 0
}

.list-icon li i {
  color: var(--themeht-primary-color);
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  flex-shrink: 0;
}


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap {
  width: 100%;
  position: relative;
}

.marquee-wrap {
  overflow: hidden;
  display: flex;
}

.marquee-inner {
  display: flex;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

.marquee-text {
  position: relative;
  white-space: nowrap;
}

.marquee-text span {
  font-size: 76px;
  line-height: 86px;
  text-transform: uppercase;
  color: var(--themeht-secondary-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 800;
  vertical-align: middle;
}

.marquee-text i {
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  margin: 0 30px;
  color: var(--themeht-secondary-color);
  vertical-align: middle;
}

.marquee-text:nth-child(2n+2) span {
  color: var(--themeht-white-color);
  text-shadow: -1px -1px 0 var(--themeht-text-color), 1px -1px 0 var(--themeht-text-color), -1px 1px 0 var(--themeht-text-color), 1px 1px 0 var(--themeht-text-color);
}

.marquee-text.text-white span {
  color: var(--themeht-white-color);
}

.marquee-text.text-white i {
  color: var(--themeht-white-color);
}

.marquee-text.text-white:nth-child(2n+2) span {
  color: var(--themeht-primary-color);
  text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-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);
}


.marquee-wrap.style-3 .marquee-text span {
  color: var(--themeht-bg-dark-color);
  text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-color);
  opacity: 0.2;
  margin: 0 20px;
  font-size: 110px;
  line-height: 130px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------
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: 50px;
}

.search-page article:last-child {
  margin-bottom: 0;
}

.search-content-page {
  position: relative;
}

.secondary-bg .elementor-widget-text-editor p {
  color: var(--themeht-rgba-color);
}

.p-mb-0 p {
  margin-bottom: 0;
}

.contact-info {
  padding: 50px 30px 30px;
  position: relative;
}

.contact-info:last-child {
  margin-bottom: 0;
}

.contact-info i {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 24px;
  font-size: 40px;
  color: var(--themeht-white-color);
  text-align: center;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--themeht-primary-color);
  margin-left: -45px;
  margin-top: -45px;
  /* border-radius: 50%; */
  border: 5px solid white;
}

.contact-info h4 {
  margin-top: 15px;
}

.contact-info p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--themeht-body-color);
  max-width: 300px;
  margin: 0 auto;
}

.contact-info a {
  color: var(--themeht-body-color);
  font-size: 18px;
  line-height: 26px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.contact-info a:hover {
  color: var(--themeht-primary-color);
}


/* ------------------------
 Form Section
------------------------*/
.wpcf7-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"],
.wp-block-search__button {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border: none;
  padding: 14px 30px;
  height: 100%;
  border-radius: 0;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  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,
.wp-block-search__button:hover {
  background: var(--themeht-secondary-color);
  color: var(--themeht-white-color);
}

.primary-bg input[type="button"],
.primary-bg input[type="reset"],
.primary-bg input[type="submit"],
.primary-bg .wp-block-search__button {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
  font-weight: 500;
}

.primary-bg input[type="button"]:hover,
.primary-bg input[type="reset"]:hover,
.primary-bg input[type="submit"]:hover,
.primary-bg .wp-block-search__button:hover {
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
  font-weight: 700;
}



.comment-form .form-submit input[type=submit],
.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] {
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  padding: 14px 30px;
  height: 100%;
  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: var(--themeht-secondary-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: 0;
  background: var(--themeht-bg-light-color);
  font-size: 14px;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid transparent;
}

textarea {
  height: 150px;
  border-radius: 0;
}

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);
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control,
select {
  border: 1px solid transparent;
}

.wpcf7-form-control.wpcf7-select,
select {
  width: 100%;
  border-radius: 0;
  padding: 10px 24px 10px 20px;
  font-size: 14px;
  background-color: var(--themeht-bg-light-color);
  height: 50px;
  color: var(--themeht-body-color);
}

.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
  border-radius: 0;
}

.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);
}

.quote-form .wpcf7-submit {
  width: 100%;
}

::-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 {

  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;

}


select option {
  word-break: break-word;
}



.mb-0.elementor-widget {
  margin-bottom: 0 !important;
}

.elementor-widget.elementor-widget-text-editor {
  font-weight: 400;
  color: var(--themeht-body-color) !important;
  font-family: var(--themeht-typography-body-font-family) !important;
}

.text-white.elementor-widget.elementor-widget-text-editor {
  color: var(--themeht-bg-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;
  line-height: 1.6;
}

.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: 40px 140px 40px 40px !important;
  margin: 40px 0px 40px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  position: relative;
  color: var(--themeht-text-color);
  background: var(--themeht-bg-light-color);
}

blockquote span {
  color: var(--themeht-primary-color);
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.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;
  bottom: 40px;
  right: 40px;
  font-family: flaticon_mycollection !important;
  content: "\f1b3";
  font-size: 80px;
  color: var(--themeht-primary-color);
  line-height: 1;
  z-index: -1;
}

blockquote.has-text-align-right a,
blockquote a {
  color: var(--themeht-primary-color);
}

blockquote.has-text-align-right a:hover,
blockquote a:hover {
  color: var(--themeht-primary-color);
}

blockquote.has-text-align-right:after {
  right: 40px;
}

.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 {
  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;
}

.wp-block-button__link {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--themeht-typography-secondary-font-family);
}

.wp-block-button__link:hover {
  background: var(--themeht-secondary-color);
  color: var(--themeht-white-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 {
  background-color: var(--themeht-white-color);
  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: 16px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}

.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 {
  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: 18px !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;
}

.comment-form p.form-submit {
  margin-bottom: 0;
}

.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: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.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: 12px 20px 8px 40px;
}

.wp-block-comment-reply-link .comment-reply-link:before {
  top: 7px;
}

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: 16px;
  line-height: 26px;
  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 {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  line-height: normal;
  background: var(--themeht-primary-color);
  width: 6px;
  height: 6px;
}

.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;
}

.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-secondary-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: var(--themeht-text-color);
  color: var(--themeht-white-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;
}

.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 {
  top: 5px;
}

.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,
.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-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,
.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 {
  background: var(--themeht-bg-light-color);
  color: var(--themeht-text-color);
  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 .wp-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 .wp-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.wp-block-categories li:before {
  color: var(--themeht-white-color);
}

.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;
  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 .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 caption {
  color: var(--themeht-rgba-color);
}

.themeht-footer-widget-area select option {
  color: var(--themeht-text-color);
}

.themeht-footer-widget-area .wp-block-calendar table th,
.themeht-footer-widget-area .wp-calendar-table th {
  color: var(--themeht-white-color);
}

.themeht-footer-widget-area table td {
  color: var(--themeht-body-color);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  background: var(--themeht-secondary-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-secondary-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;
  font-weight: 500;
  color: var(--themeht-text-color);
}

.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;
}

blockquote code {
  color: var(--themeht-primary-color);
}

.wp-calendar-nav-next {
  float: right;
}

.wp-block-search__label {
  width: auto;
}

.themeht-footer-widget-area .widget .widget-title::after,
.themeht-footer-widget-area .widget .wp-block-heading::after,
.themeht-footer-widget-area .wp-block-archives__label::after,
.themeht-footer-widget-area .wp-block-search__label::after {
  background: var(--themeht-bg-dark-color);
}

/* ------------------------
    Responsive Css
------------------------*/
@media screen and (min-device-width:1200px) and (max-device-width:1500px) {
  .logo-box {
    min-width: 350px;
  }
}

@media screen and (min-device-width:1400px) and (max-device-width:1850px) {
  .banner-content h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .banner-content h1 span.title-text {
    font-size: 75px;
    line-height: 85px;
  }

  .banner-content p {
    max-width: inherit;
  }
}

@media screen and (min-device-width:1400px) and (max-device-width:1649px) {
  .banner-content {
    padding: 200px 0 200px 120px;
  }
}

@media screen and (min-device-width:1400px) and (max-device-width:1610px) {
  .slider-overlay {
    width: 62%;
  }
}

@media screen and (min-device-width:1200px) and (max-device-width:1400px) {
  .banner-content {
    padding: 200px 0 200px 70px;
  }

  .banner-content h1 span.title-text {
    font-size: 66px;
    line-height: 76px;
  }

  .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .slider-overlay {
    width: 64%;
  }
}

@media (max-width:1400px) {
  .header-number {
    display: none;
  }

  .header-cart-inner {
    margin-right: 20px;
  }
}

@media (max-width:1200px) {
  .logo-box {
    display: none;
  }

  .nav-menu-toggle {
    margin-right: 20px;
  }

  .header-top {
    padding-left: 20px;
  }

  #header-wrap {
    padding-left: 20px;
  }

  .slider-shape {
    display: none;
  }

  .slider-overlay {
    width: 100%;
    transform: skew(0);
  }

  .banner-content .banner-text {
    width: 100%;
  }

  .banner-content {
    padding: 660px 50px 100px 50px;
  }

  .banner-slider .slider-img {
    width: 100%;
    height: 50%;
    z-index: 99;
    background-position: top center;
  }

  .logo.sticky-logo {
    display: block;
  }

  .bg-img-sec {
    min-height: 400px !important;
  }

  .bg-img-sec .elementor-widget-wrap {
    background-position: center center !important;
    background-size: cover;
  }

  .banner-slider-three .banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-slider-three .banner-content h1 span.title-text {
    display: inline-block;
  }

  .banner-slider-three .banner-content {
    padding: 120px 0;
  }

  .banner-slider-three .slider-img::before {
    background: linear-gradient(90deg, var(--themeht-secondary-color) 50%, #000000 75.55%);
  }

  .text-anime-style .split-line * div {
    opacity: 1 !important;
    transform: unset !important;
  }
}

@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: 32px;
  }

  .logo img {
    max-height: var(--logo-tablet-height);
  }

  .themeht-sidebar {
    margin-top: 80px;
    padding-left: 0;
  }

  .navigation-top {
    justify-content: end;
  }

  .page-title {
    padding: 140px 0;
  }

  .banner {
    padding: 150px 0 120px;
  }

  .banner-content h1 span.title-text {
    font-size: 70px;
    line-height: 80px;
  }

  .form-section:before {
    width: 100%;
  }

  .form-section:after,
  .step-process-area::after {
    display: none;
  }

  .testimonial.style-2 .testimonial-content {
    padding: 20px;
  }

  .testimonial.style-2 .testimonial-img {
    width: 50%;
    margin-left: 15px;
  }

  .testimonial.style-2 .testimonial-quote {
    font-size: 50px;
  }

  .testimonial.style-2 .testimonial-rating {
    margin-top: 15px;
  }

  .testimonial.style-2 p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
  }

  .service-item.style-3 .service-desc {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .service-item.style-4 .service-image {
    width: 250px;
    height: 250px;
    position: relative;
    clip-path: inherit;
    visibility: visible;
    margin-bottom: 30px;
    top: inherit;
    transform: inherit;
  }

  .service-item.style-4 .service-desc {
    display: block;
  }

  .service-item.style-4 .service-desc h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .service-item.style-4::before {
    display: none;
  }

  .service-item.style-4 {
    padding-left: 0;
  }

  .service-item.style-4:last-child .service-image {
    top: inherit;
  }
}

@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: 40px !important;
    line-height: 50px !important;
  }

  .admin-bar #header-wrap.fixed-header {
    top: 0;
  }

  .navbar-toggler.ht-toggler {
    margin-right: 30px;
  }

  .elementor-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;
  }

  .right-nav {
    display: none !important;
  }

  .navigation-top {
    margin-right: 0;
  }

  blockquote,
  .wp-block-quote.is-style-large {
    padding: 30px !important;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote:after {
    bottom: 20px;
    right: 20px;
    font-size: 50px;
  }

  .team-single-box {
    padding: 40px 20px;
  }

  .contact-info p,
  .contact-info a {
    max-width: inherit;
  }

  #header-wrap {
    padding: 20px;
  }

  .header-top,
  .header .themeht-btn {
    display: none;
  }

  .ht-navigation {
    justify-content: space-between;
  }

  .nav-menu-toggle {
    margin-right: 0;
  }

  .banner-slider .slider-img {
    height: 30%;
  }

  .banner-content {
    padding: 400px 30px 100px 30px;
  }

  .banner-content h1 span.title-text {
    font-size: 46px;
    line-height: 56px;
  }

  .about-sec1.img2 {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }

  .round-text {
    bottom: inherit;
    left: 50%;
    top: -90px;
    margin-left: -90px;
  }

  .about-sec1-box .shape1,
  .about-sec1-box .shape2,
  .about-sec1-box .shape3 {
    display: none;
  }

  .banner-slider-three .banner-inner {
    display: block;
  }

  .banner-slider-three .round-text {
    margin-left: 0;
    margin-top: 30px;
    top: inherit;
    margin-right: 0;
  }

  .banner-slider-three .banner-content p {
    max-width: 100%;
  }
}

@media (max-width:576px) {

  h1,
  .h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  .theme-title h2 {
    font-size: 34px !important;
    line-height: 44px !important;
  }

  .banner-slider .themeht-btn+.themeht-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .featured-item.style-2 {
    display: block;
  }

  .featured-item.style-2 .featured-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width:500px) {
  .banner-btn {
    display: block;
  }

  .banner-btn .video-btn {
    margin-left: 20px;
    margin-top: 30px;
  }
}