.htmove-offcanvas-single-btn {
  text-align: center;
}

.htmove-offcanvas-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  white-space: nowrap;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1D39D7;
}
.htmove-offcanvas-btn:hover {
  color: #FFFFFF;
  background-color: #1931b8;
  text-decoration: none;
}
.htmove-offcanvas-single-btn.htmove-button-icon-left a {
  flex-direction: row-reverse;
}

/* Offcanvas Overlay */
.htmove-offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.htmove-offcanvas-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Offcanvas Container */
.htmove-offcanvas-container {
  max-width: 1200px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Offcanvas Logo */
.htmove-offcanvas-logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Offcanvas Search */
.htmove-offcanvas-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0;
  color: #1D39D7;
  border: none;
  background-color: transparent;
}

.htmove-offcanvas-search i {
  font-size: 16px;
  line-height: 1;
}

/* Offcanvas Body */
/* Offcanvas Menu */
.htmove-offcanvas-menu {
  margin-top: 30px;
}

.htmove-offcanvas-menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.htmove-offcanvas-menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.htmove-offcanvas-menu ul li a {
  font-family: "Space Grotesk";
  font-size: 38px;
  font-weight: 600;
  line-height: 1.474;
  text-decoration: none;
  color: #1D39D7;
}

@media only screen and (max-width: 575px) {
  .htmove-offcanvas-menu ul li a {
    font-size: 28px;
  }
}

/* Offcanvas Menu Inline */
.htmove-offcanvas-menu-inline ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.htmove-offcanvas-menu-inline ul li {
  margin-right: 65px;
}

.htmove-offcanvas-menu-inline ul li:last-child {
  margin-right: 0;
}

.htmove-offcanvas-menu-inline ul li a {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: block;
  padding: 33px 0 31px;
  text-decoration: none;
  text-transform: capitalize;
  color: #333333;
}

.htmove-offcanvas-menu-inline ul li a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1D39D7;
}

.htmove-offcanvas-menu-inline ul li a:hover {
  color: #1D39D7;
}

.htmove-offcanvas-menu-inline ul li a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmove-offcanvas-menu-inline ul li {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .htmove-offcanvas-menu-inline ul li {
    margin-right: 30px;
  }
  .htmove-offcanvas-menu-inline ul li a {
    padding: 23px 0 21px;
  }
}

/* Offcanvas Info */
.htmove-offcanvas-info {
  margin-top: 30px;
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.htmove-offcanvas-info p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  display: block;
  margin: 0;
  color: #999999;
}

/* Offcanvas Social */
.htmove-offcanvas-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.htmove-offcanvas-social a {
  text-decoration: none;
  color: #1D39D7;
}

.htmove-offcanvas-social a + a {
  margin-left: 24px;
}

.htmove-offcanvas-social a i {
  font-size: 16px;
  line-height: 1;
  display: block;
}

/* Offcanvas Left */
.htmove-offcanvas-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow-x: auto;
  width: 100%;
  max-width: 375px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.htmove-offcanvas-left.open {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.htmove-offcanvas-left .htmove-offcanvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  padding: 48px 64px;
}

@media only screen and (max-width: 575px) {
  .htmove-offcanvas-left {
    max-width: 300px;
  }
  .htmove-offcanvas-left .htmove-offcanvas-inner {
    padding: 30px;
  }
}

/* Offcanvas Right */
.htmove-offcanvas-right {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  overflow-x: auto;
  width: 100%;
  max-width: 375px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  text-align: right;
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.htmove-offcanvas-right.open {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.htmove-offcanvas-right .htmove-offcanvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  padding: 48px 64px;
}

.htmove-offcanvas-right .htmove-offcanvas-logo {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.htmove-offcanvas-right .htmove-canvas-logo .elementor-image{
  text-align: right;
}

.htmove-offcanvas-right .htmove-offcanvas-menu ul li {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.htmove-offcanvas-right .htmove-offcanvas-social {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .htmove-offcanvas-right {
    max-width: 300px;
  }
  .htmove-offcanvas-right .htmove-offcanvas-inner {
    padding: 30px;
  }
}

/* Offcanvas Top */
.htmove-offcanvas-top {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.htmove-offcanvas-top.open {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* Offcanvas Bottom */
.htmove-offcanvas-bottom {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.htmove-offcanvas-bottom.open {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* Offcanvas Header Top */
.htmove-offcanvas-header-top {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.htmove-offcanvas-header-top .htmove-offcanvas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.htmove-offcanvas-header-top .htmove-offcanvas-container .htmove-offcanvas-logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (max-width: 767px) {
  .htmove-offcanvas-header-top {
    padding: 20px 15px;
  }
}

/* Offcanvas Header Bottom */
.htmove-offcanvas-header-bottom {
  padding: 0 15px;
}
