
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
  /** @font family declaration */
  --bd-ff-body: "Poppins", sans-serif;
  --bd-ff-heading: "Poppins", sans-serif;
  --bd-ff-title: "Poppins", sans-serif;
  --bd-ff-p: "Poppins", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  --bd-ff-icomoon: "icomoon";
  /** @color declaration */
  /* Common Color */
  --bd-white: #ffffff;
  --bd-black: #071B1E;
  --bd-placeholder: rgba(0, 0, 0, 0.5);
  --bd-selection: #262626;
  /* Heading Color */
  --bd-heading: #000000;
  /* Theme Color */
  --bd-primary: #ED6E5A;
  --bd-secondary: #006CE4;
  /* Text Color */
  --bd-text-primary: #7E7E7E;
  --bd-text-secondary: #CCE2FA;
  --bd-taxonomy: #4D4D4D;
  --bd-label: rgba(7, 27, 30, .8);
  /* Background Color */
  --theme-bg-primary: #F0F6F8;
  /* --theme-bg-secondary: #060615; */
  --theme-bg-secondary: #1c2c4d;
  --theme-rating-color: #EC8D1D;
  /* Border Color */
  --bd-border-primary: hsl(0, 0%, 90%);
  --bd-border-secondary: rgba(255, 255, 255, .2);
  /* rgba Color */
  --bd-rgba-color: rgba(255, 255, 255, .2);
  /* action Color */
  --bd-success: #198754;
  --bd-info: #0dcaf0;
  --bd-warning: #ffc107;
  --bd-danger: #dc3545;
  --bd-light: #f8f9fa;
  --bd-dark: #212529;
  --bs-primary-rgb: #ED6E5A;
  /** @font weight declaration */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /** @font size declaration */
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 60px;
  --bd-fs-h2: 48px;
  --bd-fs-h3: 38px;
  --bd-fs-h4: 32px;
  --bd-fs-h5: 24px;
  --bd-fs-h6: 20px;
  --bd-fs-b1: 14px;
  --bd-fs-b2: 16px;
  --bd-fs-b3: 18px;
  --bd-fs-b4: 22px;
}
.bd-property-widget-categories ul li a::after,
.bd-property-widget-categories ul li a span,
.bd-property-widget-checkbox-circle-number,
.team-item.style-one::before,
.team-item.style-one .content-inner,
.filter-content .icon span svg *,
.tagcloud a,
.postbox__more-menu span,
.bd-postbox-details-input-eye span,
.bd-main-menu .mega-menu li a,
input[type=radio]~label::before,
.cursor,
.offcanvas-overlay,
.offcanvas-navigation button svg,
.btn-style.btn-hover-x.hover-white:hover span svg *,
.btn-style.btn-hover-x.hover-primary:hover span svg *,
.bd-btn.btn-white span svg *,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i[class^=flaticon-],
.body-overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.nice-select::after,
.bd-map-area .google-map.large .google-map-accordian.accordion-wrapper .accordion .accordion-button::after,
.bd-map-area .google-map.large .google-map-accordian.accordion-wrapper.faq-style-4 .accordion .accordion-button::before,
.sidebar-search-input button,
.accordion-wrapper .accordion .accordion-button::after,
.accordion-wrapper.faq-style-2 .accordion .accordion-button::after,
.accordion-wrapper.faq-style-3 .accordion .accordion-button::after,
.accordion-wrapper.faq-style-4 .accordion .accordion-button::before,
.accordion-wrapper.faq-style-6 .accordion .accordion-button::after,
.newsletter-wrapper-2 .newsletter-notice,
.bd-postbox-details-meta span:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

i[class^=icon-] {
  line-height: 1;
  position: relative;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}
.row {
  --bs-gutter-x: 3rem;
}
@media (min-width: 1441px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.fix {
  overflow: hidden;
}
.p-relative {
  position: relative;
}
figure {
  margin: 0;
}
.underline a {
  display: inline;
  background-image: linear-gradient(var(--bd-primary), var(--bd-primary)), linear-gradient(var(--bd-primary), var(--bd-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  line-height: 1.4;
  padding: 2% 0;
}

.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-primary);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}


body {
  color: var(--bd-black);
  font-family: var(--bd-ff-body);
  font-size: var(--bd-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--bd-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bd-black);
  margin-top: 0px;
  line-height: 1.125;
  margin-bottom: 0;
  font-weight: normal;
  word-break: break-word;
  font-family: var(--bd-ff-heading);
  font-weight: var(--bd-fw-sbold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  h1.medium,
  .h1.medium {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h1.medium,
  .h1.medium {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1.medium,
  .h1.medium {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h1.medium,
  .h1.medium {
    font-size: 38px;
  }
}

@media (max-width: 575px) {

  h1.medium,
  .h1.medium {
    font-size: 40px;
  }
}

@media (max-width: 575px) {

  h1.medium,
  .h1.medium {
    font-size: 32px;
  }
}

h1.large,
.h1.large {
  font-size: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h1.large,
  .h1.large {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1.large,
  .h1.large {
    font-size: 48px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  h1.large,
  .h1.large {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.18;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h2,
  .h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

@media (max-width:450px) {

  h2,
  .h2 {
    font-size: 26px;
  }
}

h2.medium,
.h2.medium {
  font-size: 44px;
}

h2.small,
.h2.small {
  font-size: 40px;
  line-height: 1.1;
}

h2.x-small,
.h2.x-small {
  font-size: 32px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: var(--bd-fs-h3);
  line-height: 1.25;
  font-weight: var(--bd-fw-sbold);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h3,
  .h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {

  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--bd-fs-h4);
  line-height: 1.33;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  h4,
  .h4 {
    font-size: 22px;
  }
}

h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--bd-fs-h5);
  line-height: 1.4;
}

h5.small,
.h5.small {
  font-size: 20px;
}

@media (max-width: 575px) {

  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--bd-fs-h6);
  line-height: 1.44;
}

h6.small,
.h6.small {
  font-size: 18px;
}

@media (max-width: 575px) {

  h6,
  .h6 {
    font-size: 18px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--bd-fs-p);
  font-family: var(--bd-ff-p);
  font-weight: var(--bd-fw-normal);
  color: var(--bd-text-primary);
  margin-bottom: 15px;
  line-height: 26px;
}

p.b1 {
  font-size: var(--bd-fs-b1);
  line-height: 1.714;
}

p.b2 {
  font-size: var(--bd-fs-b2);
  line-height: 1.625;
}

p.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}

p.b4 {
  font-size: var(--bd-fs-b4);
  line-height: 1.454;
}

p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--bd-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--bd-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--bd-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--bd-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=url],
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  border: 1px solid var(--bd-border-primary);
  padding: 0 20px;
  color: var(--bd-text-primary);
  font-family: var(--bd-ff-heading);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--bd-primary);
}

textarea {
  padding: 15px 25px;
}

textarea:focus {
  border-color: var(--bd-primary);
}

*::-moz-selection {
  background: var(--bd-secondary);
  color: var(--bd-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bd-primary);
  color: var(--bd-white);
  text-shadow: none;
}

::selection {
  background: var(--bd-primary);
  color: var(--bd-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bd-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bd-ff-heading);
  color: var(--bd-text-primary);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
/* Section Space */
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-top {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

/* section-title space */
.section-title-space {
  margin-bottom: 40px;
}

.btn__wrapper {
  margin-top: 40px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .btn__wrapper {
    margin-top: 30px;
  }
}

/* Footer space */
.footer-space-top {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-space-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-space-top {
    padding-top: 65px;
  }
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--bd-white);
}

.black-bg {
    background: linear-gradient(rgb(0 0 0 / 16%), rgb(0 0 0 / 18%)), url(../../imz/bg-white-346.webp), #1c2c4d;
    background-size: cover !important;
    background-repeat: repeat !important;
    background-position: center !important;
    color: #fff;
}

/* Theme bg */
.theme-bg {
  background-color: var(--bd-primary);
}

.theme-bg-secondary {
  background-color: var(--bd-bg-secondary);
}

.theme-bg-light {
  background-color: rgba(0, 108, 228, 0.1);
}

.warning-bg {
  background-color: var(--theme-bg-primary);
}

.flash-white {
  background-color: var(--theme-bg-primary);
}

.theme-bg-primary {
  background-color: var(--theme-bg-primary);
}

/* Half Background */
.half-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  background-color: var(--bd-primary);
  content: "";
  z-index: -1;
}

.is-black {
  color: var(--bd-black);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
/* Btn Group */
.btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn__group {
  display: flex;
  align-items: center;
  gap: 25px 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.button__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.button-markup textarea {
  display: none;
}

.btn-style {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-medium);
  height: 50px;
  padding: 0 30px;
  gap: 8px;
}

/* primary button */
.bd-primary-btn {
  background-color: transparent;
  color: var(--bd-primary);
  border: 2px solid #ffffff;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0 25px 0 25px;
  position: relative;
  z-index: 5;
}

.bd-primary-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--bd-primary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-primary-btn:hover {
  color: var(--bd-white);
  border-color: #ed6e5a;
  width: 233px;
}

.bd-primary-btn:hover .bd-primary-btn-circle {
  width: 220px;
  height: 220px;
  opacity: 1;
  z-index: -1;
}

.bd-primary-btn:hover.has-arrow .bd-primary-btn-text {
  transform: translateX(12px);
}

.bd-primary-btn:hover.has-arrow .arrow-left {
  right: -25%;
}

.bd-primary-btn:hover.has-arrow .arrow-right {
  left: 25px;
}

.bd-primary-btn.has-arrow {
  padding: 0 35px 0 35px;
}

.bd-primary-btn.has-arrow .bd-primary-btn-text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  color: #ffff;
}

.bd-primary-btn.has-arrow .bd-primary-btn-arrow {
  position: absolute;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-primary-btn.has-arrow .arrow-left {
  right: 26px;
  color: #fff;
}

.bd-primary-btn.has-arrow .arrow-right {
  left: -25%;
}

.bd-primary-btn.btn-secondary {
  color: var(--bd-black);
  border-color: #ed6e5a;
}

.bd-primary-btn.btn-secondary .bd-primary-btn-circle {
  background-color: var(--bd-black);
}

.bd-primary-btn.btn-secondary:hover {
  color: var(--bd-white);
  border-color: var(--bd-black);
  background-color: var(--bd-black);
}

.bd-primary-btn.bd-info {
  color: var(--bd-info);
  border-color: var(--bd-info);
}

.bd-primary-btn.bd-info .bd-primary-btn-circle {
  background-color: var(--bd-info);
}

.bd-primary-btn.bd-info:hover {
  color: var(--bd-white);
  border-color: var(--bd-info);
  background-color: var(--bd-info);
}

.bd-primary-btn.btn-quaternary {
  color: var(--bd-warning);
  border-color: var(--bd-warning);
}

.bd-primary-btn.btn-quaternary .bd-primary-btn-circle {
  background-color: var(--bd-warning);
}

.bd-primary-btn.btn-quaternary:hover {
  color: var(--bd-white);
  border-color: var(--bd-warning);
  background-color: var(--bd-warning);
}

.bd-primary-btn.bd-success {
  color: var(--bd-success);
  border-color: var(--bd-success);
}

.bd-primary-btn.bd-success .bd-primary-btn-circle {
  background-color: var(--bd-success);
}

.bd-primary-btn.bd-success:hover {
  color: var(--bd-white);
  border-color: var(--bd-success);
  background-color: var(--bd-success);
}

.bd-primary-btn.bd-danger {
  color: var(--bd-danger);
  border-color: var(--bd-danger);
}

.bd-primary-btn.bd-danger .bd-primary-btn-circle {
  background-color: var(--bd-danger);
}

.bd-primary-btn.bd-danger:hover {
  color: var(--bd-white);
  border-color: var(--bd-danger);
  background-color: var(--bd-danger);
}

.bd-primary-btn.is-bg {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-primary-btn.is-bg .bd-primary-btn-circle {
  background-color: var(--theme-bg-primary);
}

.bd-primary-btn.is-bg:hover {
  background-color: var(--theme-bg-primary);
  color: var(--bd-black);
  border-color: var(--theme-bg-primary);
}

.bd-primary-btn.is-bg.btn-white {
  background-color: var(--bd-black);
}

.bd-primary-btn.is-bg.btn-white .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.btn-white:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.btn-secondary {
  background-color: #ed6e5a;
}

.bd-primary-btn.is-bg.btn-secondary .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.btn-secondary:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
  width: 190px;
}

.bd-primary-btn.is-bg.bd-info {
  background-color: var(--bd-info);
  color: var(--bd-white);
  border-color: var(--bd-info);
}

.bd-primary-btn.is-bg.bd-info .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.bd-info:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.btn-quaternary {
  background-color: var(--bd-warning);
  color: var(--bd-white);
  border-color: var(--bd-warning);
}

.bd-primary-btn.is-bg.btn-quaternary .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.btn-quaternary:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.bd-success {
  background-color: var(--bd-success);
  color: var(--bd-white);
  border-color: var(--bd-success);
}

.bd-primary-btn.is-bg.bd-success .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.bd-success:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.bd-danger {
  background-color: var(--bd-danger);
  color: var(--bd-white);
  border-color: var(--bd-danger);
}

.bd-primary-btn.is-bg.bd-danger .bd-primary-btn-circle {
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.bd-danger:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.bd-primary-btn.is-bg.is-white .bd-primary-btn-circle {
  background-color: var(--bd-white);
}

.bd-primary-btn.is-bg.is-white:hover {
  color: var(--bd-black);
  border-color: var(--bd-white);
  background-color: var(--bd-white);
}

/* Gradient button */
.bd-gradient-btn {
  background-image: linear-gradient(to right, var(--theme-bg-primary) 0%, var(--bd-primary) 51%, var(--bd-primary) 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  text-transform: capitalize;
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-gradient-btn span i {
  margin-left: 8px;
}

.bd-gradient-btn:focus {
  color: var(--bd-white);
}

.bd-gradient-btn:hover {
  color: var(--bd-white);
  background-position: right center;
}

.bd-gradient-btn.btn-success {
  background-image: linear-gradient(to right, var(--bd-primary) 0%, var(--bd-success) 51%, var(--bd-success) 100%);
}

.bd-gradient-btn.btn-warning {
  background-image: linear-gradient(to right, var(--bd-primary) 0%, var(--bd-warning) 51%, var(--bd-warning) 100%);
}

.bd-gradient-btn.bd-info {
  background-image: linear-gradient(to right, var(--bd-primary) 0%, var(--bd-info) 51%, var(--bd-info) 100%);
}

.bd-gradient-btn.btn-danger {
  background-image: linear-gradient(to right, var(--bd-warning) 0%, var(--bd-danger) 51%, var(--bd-danger) 100%);
}

.bd-gradient-btn.btn-xs {
  height: 50px;
  padding: 0 25px;
}

.bd-gradient-btn.btn-sm {
  height: 55px;
  padding: 0 30px;
}

.bd-gradient-btn.btn-lg {
  height: 65px;
  border-radius: 50px;
  padding: 0 40px;
}

.bd-gradient-btn.btn-xl {
  height: 75px;
  border-radius: 50px;
  padding: 0 45px;
}

.bd-gradient-btn.btn-xxl {
  height: 85px;
  border-radius: 50px;
  padding: 0 60px;
}

/* Common button */
.bd-btn {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  z-index: 5;
  position: relative;
  /* buttons outline */
  /* buttons Size  */
}

.bd-btn.bd-btn-black {
  background-color: var(--bd-black);
}

.bd-btn:hover {
  background: var(--theme-bg-primary);
  color: var(--bd-black);
}

.bd-btn:focus {
  color: var(--bd-white);
}

.bd-btn.btn-secondary {
  background: var(--bd-black);
}

.bd-btn.btn-secondary:hover {
  background-color: var(--bd-primary);
}

.bd-btn.bd-info {
  color: var(--bd-white);
  background: var(--bd-info);
}

.bd-btn.bd-info:hover {
  background-color: var(--bd-primary);
}

.bd-btn.btn-quaternary {
  background: var(--bd-warning);
}

.bd-btn.btn-quaternary:hover {
  background-color: var(--bd-primary);
}

.bd-btn.bd-success {
  background: var(--bd-success);
}

.bd-btn.bd-success:hover {
  background-color: var(--bd-primary);
}

.bd-btn.bd-danger {
  background: var(--bd-danger);
}

.bd-btn.bd-danger:hover {
  background-color: var(--bd-primary);
}

.bd-btn.text-btn {
  background-color: transparent;
  color: var(--bd-black);
  height: 40px;
  position: relative;
  overflow: hidden;
  padding: 0 12px;
}

@media (max-width: 575px) {
  .bd-btn.text-btn {
    padding: 0 5px;
  }
}

.bd-btn.text-btn:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
}

.bd-btn.text-btn.color-white {
  color: var(--bd-white);
}

.bd-btn.outline-btn {
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-black);
}

.bd-btn.outline-btn:hover {
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-btn.btn-xs {
  height: 36px;
  padding: 0 25px;
}

.bd-btn.btn-sm {
  height: 40px;
  padding: 0 30px;
}

.bd-btn.btn-md {
  height: 46px;
  padding: 0 30px;
}

.bd-btn.btn-lg {
  height: 65px;
  padding: 0 40px;
}

.bd-btn.btn-xl {
  height: 75px;
  padding: 0 45px;
}

.bd-btn.btn-xxl {
  height: 85px;
  padding: 0 60px;
}

/* text btn  */
.bd-text-btn {
  color: var(--bd-black);
  gap: 8px;
  padding: 0;
  height: 0;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-medium);
}

.bd-text-btn.style-one {
  position: relative;
  padding-right: 28px;
}

.bd-text-btn.style-one span {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translate(20px);
  transform: translate(20px);
  color: var(--bd-common-white);
}

.bd-text-btn.style-one i {
  margin-left: 0;
  position: absolute;
  left: 0;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.bd-text-btn.style-one:hover span {
  opacity: 1;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  color: var(--bd-primary);
}

.bd-text-btn.style-one:hover i {
  margin-left: 10px;
  left: calc(100% - 28px);
  color: var(--bd-primary);
}

.bd-text-btn.style-two .icon__box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  margin-top: 3px;
}

.bd-text-btn.style-two .icon__box:hover .icon__first {
  transform: translateX(150%);
}

.bd-text-btn.style-two .icon__box:hover .icon__second {
  transform: translateX(0%);
}

.bd-text-btn.style-two .icon__first {
  transition: all 0.3s ease-out 0s;
}

.bd-text-btn.style-two .icon__second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}

.bd-text-btn.style-two:hover {
  color: var(--bd-primary);
}

.bd-text-btn.style-two:hover .icon__first {
  transform: translateX(150%);
}

.bd-text-btn.style-two:hover .icon__second {
  transform: translateX(0%);
}

.bd-text-btn span {
  position: relative;
}

/* icon btn  */
.icon-btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--bd-primary);
  border-radius: 100px;
  animation: pulse 2s infinite;
  margin-bottom: 35px;
  color: var(--bd-white);
  font-size: 22px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .icon-btn {
    margin-bottom: 25px;
  }
}

.icon-btn.theme-bg {
  background-color: var(--bd-primary);
}

.icon-btn.bg-tertiary {
  background-color: var(--theme-bg-primary);
}

/* icon text btn  */
.icon-text-btn {
  display: inline-block;
}

.icon-text-btn:hover a span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  color: var(--bd-primary);
}

.icon-text-btn:hover a i {
  color: var(--bd-primary);
}

.icon-text-btn a {
  font-weight: 500;
  font-size: 16px;
  color: var(--bd-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}

.icon-text-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: var(--bd-ff-body);
}

.icon-text-btn a i {
  color: var(--bd-black);
}

/* switch button  */
.bd-switch-btn {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 60px;
  background-color: var(--bd-primary);
  display: inline-block;
}

.bd-switch-btn:hover .bd-switch-default {
  transform: translate(0%, -100%);
}

.bd-switch-btn:hover .bd-switch-hover {
  transform: translate(0%, 0%);
}

.bd-switch-btn:hover.has-top .bd-switch-default {
  transform: translate(0%, 100%);
}

.bd-switch-btn:hover.has-top .bd-switch-hover {
  transform: translate(0%, 0%);
}

.bd-switch-btn:hover.has-left .bd-switch-default {
  transform: translate(100%, 0%);
}

.bd-switch-btn:hover.has-left .bd-switch-hover {
  transform: translate(0%, 0%);
}

.bd-switch-btn:hover.has-right .bd-switch-default {
  transform: translate(-100%, 0%);
}

.bd-switch-btn:hover.has-right .bd-switch-hover {
  transform: translate(0%, 0%);
}

.bd-switch-btn.has-top .bd-switch-hover {
  transform: translate(0%, -100%);
}

.bd-switch-btn.has-left .bd-switch-hover {
  transform: translate(-100%, 0%);
}

.bd-switch-btn.has-right .bd-switch-hover {
  transform: translate(100%, 0%);
}

.bd-switch-default,
.bd-switch-hover {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  transition: all 0.3s ease;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-medium);
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-radius: 60px;
}

.bd-switch-hover {
  position: absolute;
  inset: 0;
  color: var(--bd-black);
  background-color: var(--theme-bg-primary);
  transform: translate(0%, 100%);
  border-radius: 60px;
}

/* Modern button  */
.bd-modern-btn {
  position: relative;
  height: 56px;
  line-height: 56px;
  transition: all 0.2s ease;
  padding: 0 26px;
  display: inline-block;
  z-index: 1;
  color: var(--bd-black);
}

.bd-modern-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background-color: var(--bd-primary);
  opacity: 0.3;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
  z-index: -1;
}

.bd-modern-btn-text {
  font-size: 16px;
  font-weight: var(--bd-fw-medium);
}

.bd-modern-btn i {
  position: relative;
  top: 2px;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  display: inline-block;
}

.bd-modern-btn:hover {
  color: var(--bd-white);
}

.bd-modern-btn:hover::before {
  width: 100%;
  background: var(--bd-primary);
  opacity: 1;
}

/* swipe button  */
.bd-swipe-btn {
  position: relative;
  background-color: var(--bd-primary);
  width: 200px;
  height: 56px;
  color: var(--bd-white);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  transition: 0.35s ease;
}

.bd-swipe-btn:hover {
  padding-left: 0;
  padding-right: 30px;
  color: var(--bd-black);
  background-color: var(--theme-bg-primary);
}

.bd-swipe-btn:hover .bd-swipe-btn-icon {
  left: calc(100% - 55px);
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.bd-swipe-btn-icon {
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  background-color: var(--theme-bg-primary);
  border-radius: 50%;
  transition: 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bd-black);
}

/* animated button  */
.bd-animated-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 56px;
  padding: 0 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  font-weight: 600;
  color: var(--bd-primary);
  border: 2px solid var(--bd-primary);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-animated-btn svg {
  position: absolute;
  width: 24px;
  fill: var(--bd-primary);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-animated-btn .arrow-left {
  right: 16px;
}

.bd-animated-btn .arrow-right {
  left: -25%;
}

.bd-animated-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--bd-primary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-animated-btn-text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-animated-btn:hover {
  color: var(--bd-white);
  border-radius: 60px;
}

.bd-animated-btn:hover svg {
  fill: var(--bd-white);
}

.bd-animated-btn:hover .bd-animated-btn-circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.bd-animated-btn:hover .bd-animated-btn-text {
  transform: translateX(12px);
}

.bd-animated-btn:hover .arrow-left {
  right: -25%;
}

.bd-animated-btn:hover .arrow-right {
  left: 16px;
}

.bd-animated-btn.style-two:hover {
  border-radius: 0;
}

/* marquee button  */
.bd-marquee-btn {
  overflow: hidden;
  background: var(--bd-primary);
  color: var(--bd-white);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.bd-marquee-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}

.bd-marquee-btn span::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}

.bd-marquee-btn:hover {
  color: var(--bd-black);
  background-color: var(--theme-bg-primary);
}

.bd-marquee-btn:hover span {
  animation: btnMarqueeTextX 2s linear infinite;
}

.bd-marquee-btn:hover.marquee-text-y span {
  animation: btnMarqueeTextY 0.5s linear infinite;
}

.bd-marquee-btn.marquee-text-y span::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.bd-marquee-btn.marquee-text-auto span {
  animation: btnMarqueeTextX 2s linear infinite;
}

/* circle button  */
.circle-btn {
  width: 80px;
  height: 80px;
  border: 1px solid var(--bd-border-primary);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: var(--bd-black);
  font-size: 26px;
}

.circle-btn:hover {
  border-color: var(--bd-primary);
  color: var(--bd-white);
  background: var(--bd-primary);
  transform: rotate(0);
}

.circle-btn.is-black {
  border: 1px solid var(--bd-white);
  color: var(--bd-darkest);
}

.circle-btn.is-black:hover {
  border-color: var(--bd-primary);
  color: var(--bd-black);
  background: var(--bd-primary);
  transform: rotate(0);
}

/* Play btn  */
.bd-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--bd-primary);
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.bd-play-btn:hover {
  background-color: var(--bd-black);
}

.bd-play-btn i {
  color: var(--bd-white);
  transition: all 0.5s ease-out 0s;
}

.bd-play-btn.animation-one {
  animation: pulse 2s infinite;
}

.bd-play-btn.animation-two {
  position: relative;
}

.bd-play-btn.animation-two::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1.5px solid var(--bd-primary);
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.bd-play-btn.animation-two::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1.5px solid var(--bd-primary);
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.bd-play-btn.animation-three {
  animation: pulse-white 2s infinite;
}

.bd-play-btn.white-bg {
  background-color: var(--bd-white);
}

.bd-play-btn.white-bg i {
  color: var(--bd-primary);
}

.bd-play-btn.white-bg:hover {
  background: var(--bd-primary);
}

.bd-play-btn.white-bg:hover i {
  color: var(--bd-white);
}

.bd-play-btn.has-transparent {
  background-color: transparent;
  border: 1px solid var(--bd-white);
}

.bd-play-btn.has-transparent:hover {
  background: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-play-btn.bd-info {
  color: var(--bd-black);
  background: var(--theme-bg-primary);
}

.bd-play-btn.bd-info i {
  color: var(--bd-black);
}

.bd-play-btn.bd-info.animation-two::before {
  border: 1.5px solid var(--theme-bg-primary);
}

.bd-play-btn.bd-info.animation-two::after {
  border: 1.5px solid var(--theme-bg-primary);
}

.bd-play-btn.small {
  width: 45px;
  height: 45px;
  font-size: 16px;
}

.bd-icon-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: var(--bd-primary);
  border-radius: 50%;
  color: var(--bd-white);
  font-size: 26px;
  transition: all 0.3s ease-in-out;
}

.bd-icon-btn:hover {
  color: var(--bd-black);
  background-color: var(--theme-bg-primary);
}

.bd-icon-btn:hover.hover-style i {
  transform: rotate(0deg);
}

.bd-icon-btn.small {
  width: 28px;
  height: 28px;
  font-size: 16px;
}

.bd-icon-btn.has-big {
  width: 62px;
  height: 62px;
}

a .bd-icon-btn.hover-style i {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

/* Global btn styles */
/* half-outline button  */
.bd-half-outline-btn {
  position: relative;
  background: transparent;
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 50px;
  text-align: center;
  text-indent: 53px;
  transition: 300ms;
  padding: 0px 0px 0px 10px;
  z-index: 5;
  text-transform: capitalize;
}

.bd-half-outline-btn .text {
  font-weight: 500;
  font-size: 16px;
}

.bd-half-outline-btn::before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: 1px solid #282936;
  z-index: -1;
}

.bd-half-outline-btn::after {
  content: "\f178";
  position: absolute;
  font-family: var(--bd-ff-fontawesome);
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  transition: 400ms;
  font-size: 18px;
}

.bd-half-outline-btn:hover {
  color: var(--bd-primary);
}

.bd-half-outline-btn:hover .text {
  transform: translateX(-20px);
}

.bd-half-outline-btn:hover::before {
  width: 100%;
  border-color: var(--bd-primary);
}

.bd-half-outline-btn:hover::after {
  border-color: var(--bd-primary);
}

.bd-half-outline-btn.btn-xs::before {
  height: 45px;
}

.bd-half-outline-btn.has-white {
  color: var(--bd-white);
}

.bd-half-outline-btn.has-white::before {
  border-color: var(--bd-white);
}

.bd-half-outline-btn.has-white:hover {
  color: var(--bd-primary);
}

.bd-half-outline-btn.has-white:hover::before {
  border-color: var(--bd-primary);
}

.bd-half-outline-btn.has-white:hover::after {
  border-color: var(--bd-primary);
}

/* Croppinfg style btn  */
.btn-style.btn-hover-x {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}

.btn-style.btn-hover-x::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--bd-black);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-style.btn-hover-x.hover-white:hover {
  color: var(--bd-black);
}

.btn-style.btn-hover-x.hover-white:hover span svg * {
  fill: var(--bd-black);
}

.btn-style.btn-hover-x.hover-white:hover::after {
  background-color: var(--bd-white);
}

.btn-style.btn-hover-x.hover-primary:hover {
  color: var(--bd-white);
}

.btn-style.btn-hover-x.hover-primary:hover span svg * {
  fill: var(--bd-white);
}

.btn-style.btn-hover-x.hover-primary:hover::after {
  background-color: var(--bd-primary);
}

.btn-style.btn-hover-x:hover {
  background-color: transparent;
  color: var(--bd-white);
}

.btn-style.btn-hover-x:hover::after {
  height: 780%;
  opacity: 1;
}

.btn-style.btn-hover-x.btn-black::after {
  background-color: var(--bd-primary);
}

.btn-style.btn-hover-x.outline-hover-x {
  background-color: transparent;
  border: 1px solid var(--bd-black);
  color: var(--bd-black);
}

.btn-style.btn-hover-x.outline-hover-x:hover {
  color: var(--bd-white);
  border-color: var(--bd-black);
}

.btn-style.btn-hover-x.outline-hover-primary:hover {
  border-color: var(--bd-primary);
}

.btn-style.btn-hover-x.outline-hover-primary::after {
  background-color: var(--bd-primary);
}

.bd-btn.btn-black {
    background-color: #ed6e5a;
}

.bd-btn.btn-white {
  color: var(--bd-black);
  background-color: var(--bd-white);
}

.bd-btn.btn-white span svg * {
  fill: var(--bd-black);
}

/* Underline hover  */
.bd-underline-hover {
  position: relative;
}

.bd-underline-hover:hover {
  color: var(--bd-primary) !important;
}

.bd-underline-hover:hover::before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  visibility: visible;
  opacity: 1;
  left: 0;
}

.bd-underline-hover::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--bd-primary);
  position: absolute;
  left: 100%;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*Text Button style  */
.link-text span {
  color: #8E8E8E;
}

.link-text span:hover {
  color: var(--bd-primary);
}

.link-text span b {
  font-weight: var(--bd-fw-medium);
  color: var(--bd-black);
}

/* action button  */
.action-button {
  color: var(--bd-white);
  padding: 2px 7px !important;
  transition: all 0.3s linear;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-button.download {
  color: var(--bd-black);
  background: rgba(25, 135, 84, 0.1);
}

.action-button.download:hover {
  color: var(--bd-white);
  background-color: rgb(25, 135, 84);
}

.action-button.edit {
  color: var(--bd-black);
  background: rgba(255, 193, 7, 0.2);
}

.action-button.edit:hover {
  color: var(--bd-black);
  background-color: rgb(255, 193, 7);
}

.action-button.delete {
  color: var(--bd-black);
  background: rgba(220, 53, 69, 0.2);
}

.action-button.delete:hover {
  color: var(--bd-white);
  background-color: var(--bd-danger);
}

.favorite-btn i {
  font-size: 16px;
  color: var(--bd-black);
  width: 26px;
  height: 26px;
  padding: 5px;
  background-color: var(--bd-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.favorite-btn i:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.muted-text {
  color: var(--bd-text-muted);
}

.text-primary {
  color: var(--bd-black);
}

.white-text {
  color: var(--bd-white);
}

.black-text {
  color: var(--bd-black);
}

.theme-text {
  color: var(--bd-primary);
}

.theme-text-two {
  color: var(--bd-text-secondary);
}

.theme-text-secondary {
  color: var(--bd-bg-secondary);
}

.theme-text-tertiary {
  color: var(--bd-text-tertiary);
}

.warning-text {
  color: var(--theme-bg-primary);
}

.rating-color {
  color: var(--theme-rating-color);
}

.primary-border-bottom {
  border-bottom: 1px solid var(--bd-border-primary);
}

.meta-text {
  color: var(--bd-text-meta);
}

.label-color {
  color: var(--bd-label);
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
/* Offcanvas style */
.offcanvas-area {
  background: #F0F6F8 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--bd-border-primary);
}

.offcanvas-area ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}

.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-logo a img {
  width: 140px;
}

.offcanvas-content {
  padding-bottom: 45px;
}

.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 35px 35px;
}

@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}

.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-border-primary);
}

.offcanvas-search {
  position: relative;
}

.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bd-black);
}

.offcanvas-search button:hover {
  color: var(--bd-primary);
}

.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--bd-black);
}

.offcanvas-search input::placeholder {
  color: var(--bd-placeholder);
}

.offcanvas-search input:focus {
  border-radius: 0;
}

.offcanvas-title-meta {
  color: var(--bd-black);
  margin-bottom: 17px;
  font-size: 20px;
}

.offcanvas-text p {
  margin-bottom: 25px;
}

.offcanvas-social {
  margin-bottom: 40px;
}

.offcanvas-social ul li {
  display: inline-block;
}

.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}

.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--bd-black);
  border: 1px solid var(--bd-border-primary);
  font-size: 16px;
}

.offcanvas-social ul li a:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.offcanvas-notification-icon a {
  font-size: 14px;
  color: var(--bd-white);
  position: relative;
}

.offcanvas-notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--bd-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--bd-white);
  text-align: center;
}

.offcanvas-notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bd-white);
  font-size: 14px;
}

.offcanvas-notification-text p .notification-number {
  color: var(--bd-primary);
}

.offcanvas-notification-text p a {
  color: var(--bd-primary);
}

.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay:hover {
  cursor: pointer;
}
.offcanvas-close-icon {
  line-height: 1;
  color: var(--bd-primary);
}

.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}

.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}

.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}

.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}

.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}

.section-title {
  color: var(--bd-black);
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}

.section-title.white-text {
  color: var(--bd-white);
}

.section-subtitle {
  font-size: 14px;
  font-weight: var(--bd-fw-medium);
  display: inline-flex;
  color: var(--bd-primary);
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}


.form-input-box.has-icon .form-input {
  position: relative;
}

.form-input-box.has-icon .form-input span {
  position: absolute;
  display: inline-block;
}

.form-input-box.has-icon.icon-left .form-input input,
.form-input-box.has-icon.icon-left .form-input textarea {
  padding-inline-start: 45px;
}

.form-input-box.has-icon.icon-right .form-input input,
.form-input-box.has-icon.icon-right .form-input textarea {
  padding-inline-end: 45px;
}

.form-input-box.has-icon.icon-left .form-input span {
  color: var(--bd-placeholder);
  inset-inline-start: 20px;
  top: 16px;
}

.form-input-box.has-icon.icon-right .form-input span {
  color: var(--bd-placeholder);
  inset-inline-end: 20px;
  top: 16px;
}

.form-input-box.label-hidden label {
  display: none;
}

.form-input {
  position: relative;
}

.form-input-title label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: 500;
  color: var(--bd-black);
}

.form-input-title label span {
  color: var(--bd-danger);
  margin-inline-start: 3px;
}

.form-input textarea {
  height: 156px;
  resize: none;
}

.form-input-box.from-flex {
  display: flex;
  gap: 0 10px;
}

@media (max-width: 575px) {
  .form-input-box.from-flex {
    flex-direction: column;
  }
}

.form-input-box.from-flex .form-input-title {
  width: 120px;
}

.form-input {
  position: relative;
  flex-grow: 14;
}
input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked~label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type=checkbox]:checked~label::after {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

input[type=checkbox]:checked~label::before {
  visibility: visible;
  opacity: 1;
}

input[type=checkbox]~label {
  position: relative;
  padding-inline-start: 30px;
}

input[type=checkbox]~label::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.2s linear;
}

input[type=checkbox]~label::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--bd-white);
  transition: all 0.2s linear;
  font-family: var(--bd-ff-fontawesome);
  font-size: 14px;
}

input[type=checkbox]~label:hover {
  cursor: pointer;
}

/* Custom radio button */
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=radio]~label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-inline-start: 28px;
  cursor: pointer;
  margin-bottom: 0;
}

input[type=radio]~label::before {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
  border-radius: 2px;
}

input[type=radio]~label::after {
  content: " ";
  position: absolute;
  top: 9px;
  inset-inline-start: 2px;
  width: 10px;
  height: 5px;
  background-color: red;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=radio]:checked~label::before {
  border-color: var(--bd-primary);
}

input[type=radio]:checked~label::after {
  opacity: 1;
  background-color: var(--bd-primary);
}

input[type=radio]~label::before {
  border-radius: 50%;
}

input[type=radio]~label::after {
  width: 12px;
  height: 12px;
  inset-inline-start: 4px;
  background: var(--bd-white);
  border-radius: 50%;
  top: 7px;
}

.w-100 {
  width: 100px;
}
.cursor {
  cursor: pointer;
}

.bd-sticky {
    position: fixed !important;
    top: 0;
    z-index: 55;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running bdFadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running bdFadeInDown;
    background: var(--bd-white);
    border-top: 0;
    box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 451px) {
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 400px) {
  .d-xxs-none {
    display: none;
  }
}

/* br none */
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .is-br-none br {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .plane-img {
    width: 120px;
    height: 120px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .earth {
    width: 70px;
    height: 70px;
  }
}

@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -340px;
  }
}



@keyframes bgg {
  0% {
    background: #ED6E5A;
  }

  50% {
    background: #ED6E5A;
  }

  100% {
    background: #ED6E5A;
  }
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }

  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }

  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }

  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }

  76% {
    transform: rotate(945deg);
    opacity: 0;
  }

  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

.logo-black {
  display: none;
}

.bd-sticky .header-right.style-two .inner-content .info .link {
  color: var(--bd-black);
}

.header-style-two {
  max-width: 1920px;
  padding: 0px 30px;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two {
    padding: 0px 10px;
  }
}

@media (max-width: 575px) {
  .header-style-two {
    padding: 4px 11px;
  }
}

.header-style-two::before {
  background: var(--bd-black);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.header-style-two.is-bg-none::before {
  display: none;
}

.header-style-two.bd-sticky {
  background-color: var(--bd-white);
}

.header-style-two.bd-sticky::before {
  display: none;
}

.header-style-two.bd-sticky .main-menu-white li a {
  color: var(--bd-black);
}

.header-style-two.bd-sticky .menu-icon span {
  background: var(--bd-black);
}

.header-style-two.bd-sticky .menu-icon::before,
.header-style-two.bd-sticky .menu-icon::after {
  background: var(--bd-black);
}

.header-style-two.bd-sticky .menu-icon:hover::before,
.header-style-two.bd-sticky .menu-icon:hover::after {
  background: var(--bd-primary);
}

.header-style-two.bd-sticky .menu-icon:hover span {
  background: var(--bd-primary);
}

.header-style-two.bd-sticky .logo-black {
  display: block;
}

.header-style-two.bd-sticky .logo-white {
  display: none;
}

.header-style-two.bd-sticky .bd-btn:hover {
  color: var(--bd-white);
}

.header-style-two.bd-sticky .bd-btn:hover span svg * {
  fill: var(--bd-white);
}

.header-style-two.bd-sticky .bd-btn:hover::after {
  background: var(--bd-black);
}

.header-right.style-two {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-right.style-two .inner-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-right.style-two .inner-content .info .link {
  color: var(--bd-white);
}

.header-right.style-two .inner-content .info .link:hover {
  color: var(--bd-primary);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 55;
}

.header-menu {
  text-align: center;
}

.header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .header-menu {
    display: none;
  }
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.header-logo {
  max-width: 162px;
  padding: 10px 0px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

@media (max-width: 575px) {
  .header-logo {
    max-width: 112px;
  }
}
.banner-style-two .banner-shape-one {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-style-two .banner-shape-one {
    max-width: 370px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-two .banner-shape-one {
    top: 90px;
    right: -100px;
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-two .banner-shape-one {
    top: 105px;
    right: -100px;
    max-width: 380px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-style-two .banner-shape-one {
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .banner-style-two .banner-shape-one {
    display: none;
  }
}

.banner-style-two .banner-shape-two {
  position: absolute;
  right: 170px;
  z-index: 2;
  top: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-style-two .banner-shape-two {
    right: 170px;
    top: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-style-two .banner-shape-two {
    right: 200px;
    top: -90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-style-two .banner-shape-two {
    display: none;
  }
}

.banner-style-two .banner-shape-three {
  position: absolute;
  right: 410px;
  z-index: 2;
  top: 80px;
  max-width: 260px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-style-two .banner-shape-three {
    right: 400px;
    top: 80px;
    max-width: 240px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-style-two .banner-shape-three {
    display: none;
  }
}

.banner-style-two .banner-shape-four {
  position: absolute;
  right: -5px;
  z-index: 2;
  bottom: 70px;
}

.banner-style-two .banner-single-item {
  position: relative;
  height: clamp(350px, 95vh, 821px);
  background-size: cover;
  background-repeat: no-repeat;
}


.banner-style-two .banner-single-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #071b1e3b;
  opacity: 0.6;
  top: 0;
  left: 0;
}


.bd-main-menu {
  position: relative;
  left: 15%;
}

.bd-main-menu.menu-is-white>ul {
  gap: 40px;
}

.bd-main-menu.menu-is-white li a {
  padding: 32px 0px;
  color: #fff;
}

.bd-main-menu>ul {
  display: inline-flex;
  gap: 18px;
}

.bd-main-menu>ul>li>a {
  position: relative;
}

.bd-main-menu>ul>li>a::before {
  position: absolute;
  content: "|";
  font-family: var(--bd-ff-fontawesome);
  right: -9px;
  font-weight: 400;
  transform: rotate(20deg);
  color: var(--bd-border-primary);
}

.bd-main-menu>ul>li:last-child a::before {
  display: none;
}

.bd-main-menu>ul>li:hover>a {
  color: var(--bd-primary);
}

.bd-main-menu li {
  position: relative;
  list-style: none;
}

.bd-main-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--bd-black);
  padding: 32px 17px;
  display: inline-block;
  text-transform: capitalize;
}

.menu-is-white>ul>li>a {
  color: var(--bd-white);
}

.menu-is-white>ul>li>a:before {
  display: none;
}

.menu-is-white>ul>li>a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  bottom: 28px;
  left: 0px;
  background-color: currentColor;
  transition: all 0.4s;
  left: auto;
  right: 0;
}

.menu-is-white>ul>li:hover>a {
  color: var(--bd-white);
}

.menu-is-white>ul>li:hover>a:after {
  width: 100%;
  left: 0;
  right: auto;
}

.bd-sticky .menu-is-white>ul>li>a {
  color: var(--bd-black);
}

.bd-footer-area.style-two {
  padding: 80px 0;
  border-bottom: 1px solid var(--bd-border-secondary);
  
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-footer-area.style-two {
    padding: 70px 0;
  }
}

.bd-footer-area.style-two .footer-top {
  margin-bottom: 70px;
  border-bottom: 1px solid var(--bd-border-secondary);
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .bd-footer-area.style-two .footer-top {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.bd-footer-area.style-two .footer-description {
  color: rgba(255, 255, 255, 0.7);
}

.bd-footer-area.style-two .footer-title {
  color: var(--bd-white);
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-footer-area.style-two .footer-title {
    font-size: 26px;
  }
}

.bd-footer-area.style-two .footer-content-left {
  max-width: 400px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-footer-area.style-two .footer-content-left {
    max-width: 100%;
  }
}

.bd-footer-area.style-two .footer-content-right {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-footer-area.style-two .footer-content-right {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-footer-area.style-two .footer-content-right {
    display: block;
  }
}

.bd-footer-area.style-two .footer-content-right .bd-common-form {
  display: flex;
  gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width:450px) {
  .bd-footer-area.style-two .footer-content-right .bd-common-form {
    flex-wrap: wrap;
  }
}

.bd-footer-area.style-two .footer-content-right .bd-common-form input {
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
  color: var(--bd-white);
}

.bd-footer-area.style-two .footer-content-right .bd-common-form input:focus {
  border-color: var(--bd-white);
}

.bd-footer-area.style-two .footer-content-right .bd-common-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.bd-footer-area.style-two .footer-content-right .bd-common-form .bd-btn {
  position: unset;
  transform: translate(0);
}

.bd-footer-area.style-two .footer-content-right .btn-style:hover {
  color: var(--bd-black);
}

.bd-footer-area.style-two .footer-content-right .btn-style:hover::after {
  background: var(--bd-white);
}

.bd-footer-area.style-two .footer-widget-title {
  font-size: 24px;
  color: var(--bd-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-footer-area.style-two .footer-widget-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-footer-area.style-two .footer-widget-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .bd-footer-area.style-two .footer-widget-title {
    margin-bottom: 15px;
  }
}

.bd-footer-area.style-two .footer-widget .footer-widget-description {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

.bd-footer-area.style-two .footer-widget .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bd-footer-area.style-two .footer-widget .footer-contact-item:not(:last-child) {
  margin-bottom: 25px;
}

.bd-footer-area.style-two .footer-widget.footer-2-col-2 {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-footer-area.style-two .footer-widget.footer-2-col-2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-footer-area.style-two .footer-widget.footer-2-col-2 {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-footer-area.style-two .footer-widget.footer-2-col-2 {
    margin-left: 60px;
  }
}

@media (max-width: 575px) {
  .bd-footer-area.style-two .footer-widget.footer-2-col-2 {
    margin-left: 0px;
  }
}

.bd-footer-area.style-two .footer-widget.footer-2-col-3 {
  margin-left: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-footer-area.style-two .footer-widget.footer-2-col-3 {
    margin-left: 0px;
  }
}

.bd-footer-area.style-two .footer-widget .footer-info-icon span {
  background: var(--bd-white);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bd-footer-area.style-two .footer-widget .footer-info-icon span i {
  color: var(--bd-primary);
  font-size: 16px;
}

.bd-footer-area.style-two .footer-widget .footer-contact-call span a {
  color: #e6e7e8;

}

.bd-footer-area.style-two .footer-widget .footer-contact-call span a:hover {
  color: var(--bd-primary);
}

.bd-footer-area.style-two .footer-widget .footer-contact-mail span a {
  color: var(--bd-white);
}

.bd-footer-area.style-two .footer-widget .footer-contact-mail span a:hover {
  color: var(--bd-primary);
}

.bd-footer-area.style-two .footer-widget-links ul li {
  list-style: none;
}

.bd-footer-area.style-two .footer-widget-links ul li:not(:last-child) {
  margin-bottom: 18px;
}

.bd-footer-area.style-two .footer-widget-links ul li a {
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.bd-footer-area.style-two .footer-widget-links ul li a:hover {
  color: var(--bd-primary);
}

.bd-footer-area.style-two .footer-widget-gallery ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bd-footer-area.style-two .footer-widget-gallery ul li {
  overflow: hidden;
  width: 100px;
  list-style: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width:450px) {
  .bd-footer-area.style-two .footer-widget-gallery ul li {
    width: 90px;
  }
}

.bd-footer-area.style-two .footer-widget-gallery ul li:hover img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.bd-footer-area.style-two .footer-widget-gallery ul li a img {
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.footer-google-map iframe {
  width: 100%;
  height: 205px;
  mix-blend-mode: luminosity;
}
.footer-copyright-area {
  position: relative;
  z-index: 5;
  padding: 27px 0;
}
.footer-copyright .description {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.footer-copyright-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 40px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-copyright-wrap {
    justify-content: center;
  }
}

.contact-wrapper.style-one {
  margin-left: 70px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrapper.style-one {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-wrapper.style-one {
    margin-left: 30px;
  }
}

.contact-info {
  background: var(--theme-bg-secondary);
  padding: 40px 40px 40px;
}

@media (max-width:450px) {
  .contact-info {
    padding: 30px 30px 30px;
  }
}

.contact-info .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--bd-rgba-color);
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.contact-info .item .content .title {
  font-size: 20px;
  color: var(--bd-white);
  margin-bottom: 10px;
}

.contact-info .item .content .info {
  color: #B2B2B2;
}

.contact-info .item .content .info a:hover {
  color: var(--bd-primary);
}

.contact-info .item .icon span {
  color: #666666;
  font-size: 22px;
}

.contact-info-social {
  margin-top: 40px;
}

.contact-info-social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-social ul li {
  list-style: none;
}

.contact-info-social ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bd-border-secondary);
  color: var(--bd-white);
}

.contact-info-social ul li a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.contact-info-social.style-two {
  margin-top: 0;
  margin-left: 5px;
}

.contact-info-social.style-two ul li a {
  border: 1px solid var(--bd-border-primary);
  color: #ffffff;
}

.contact-info-social.style-two ul li a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.contact-form {
  border: 1px solid var(--bd-border-primary);
  border-radius: 8px;
  padding: 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form {
    padding: 15px 15px;
  }
}


.google-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(0.8);
}

.accordion-wrapper.faq-accordian {
  margin-left: 110px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper.faq-accordian {
    margin-left: 0;
  }
}

.accordion-wrapper .accordion .accordion-button {
  font-size: 24px;
  color: var(--bd-black);
  background: transparent;
  padding: 30px 30px 30px 30px;
  padding-right: 40px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion .accordion-button {
    font-size: 20px;
    padding: 30px 20px 24px 80px;
  }
}

@media (max-width: 575px) {
  .accordion-wrapper .accordion .accordion-button {
    font-size: 20px;
    padding: 30px 80px 24px 20px;
  }
}

.accordion-wrapper .accordion .accordion-button:focus {
  box-shadow: none;
}

.accordion-wrapper .accordion .accordion-button:not(.collapsed) {
  border-radius: 0;
  background: rgba(0, 108, 228, 0.1);
  color: var(--bd-black);
  box-shadow: none;
}

.accordion-wrapper .accordion .accordion-button:not(.collapsed)::after {
  border-color: transparent;
  background: var(--bd-primary);
  color: var(--bd-white);
  content: "\f106";
}

.accordion-wrapper .accordion .accordion-button::after {
  position: absolute;
  right: 30px;
  content: "\f107";
  background-image: none;
  font-family: var(--bd-ff-fontawesome);
  font-size: 18px;
  font-weight: 400;
  height: 46px;
  width: 46px;
  border: 1px solid var(--bd-border-primary);
  line-height: 46px;
  text-align: center;
  color: var(--bd-black);
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion .accordion-button::after {
    left: 20px;
  }
}

.accordion-wrapper .accordion .accordion-body {
  color: var(--bd-black);
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  background: rgba(0, 108, 228, 0.1);
  border-radius: 0;
}

@media (max-width: 575px) {
  .accordion-wrapper .accordion .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-wrapper .accordion .accordion-body>P {
  margin-bottom: 0;
}

.accordion-wrapper .accordion .accordion-item {
  border: 0;
  border: 0;
  background: transparent;
}
.accordion-wrapper.faq-style-3 .accordion .accordion-button {
  padding: 25.5px 40px 25.5px 25px;
  font-size: 20px;
  font-weight: var(--bd-fw-medium);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .accordion-wrapper.faq-style-3 .accordion .accordion-button {
    font-size: 18px;
  }
}

@media (max-width:450px) {
  .accordion-wrapper.faq-style-3 .accordion .accordion-button {
    font-size: 16px;
    padding: 21px 50px 20px 20px;
  }
}

.accordion-wrapper.faq-style-3 .accordion .accordion-button:not(.collapsed) {
  background: var(--bd-black);
  border: 0;
  border-radius: 0;
  color: var(--bd-white);
}

.accordion-wrapper.faq-style-3 .accordion .accordion-button:not(.collapsed):after {
  color: var(--bd-white);
}

.accordion-wrapper.faq-style-3 .accordion .accordion-button::after {
  color: var(--bd-black);
  border: none;
  background: transparent;
  right: 10px;
}

@media (max-width: 575px) {
  .accordion-wrapper.faq-style-3 .accordion .accordion-button::after {
    right: 0;
  }
}

.accordion-wrapper.faq-style-3 .accordion .accordion-button span {
  padding-right: 7px;
  display: inline-block;
  transition: none;
}

.accordion-wrapper.faq-style-3 .accordion .accordion-body {
  padding-left: 25px;
  padding-right: 25px;
  background: transparent;
  padding-bottom: 25px;
  border-radius: 0px;
  padding-top: 25px;
  color: var(--bd-text-primary);
}

@media (max-width:450px) {
  .accordion-wrapper.faq-style-3 .accordion .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-wrapper.faq-style-3 .accordion .accordion-body .accordion-body-list {
  margin-top: 14px;
}

.accordion-wrapper.faq-style-3 .accordion .accordion-body .accordion-body-list ul li:not(:last-child) {
  margin-bottom: 7px;
}

.accordion-wrapper.faq-style-3 .accordion .accordion-item {
  border: transparent;
  border-radius: 0%;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.08);
}

.accordion-wrapper.faq-style-3 .accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.accordion-wrapper.faq-style-3 .accordion .accordion-item:first-of-type .accordion-button,
.accordion-wrapper.faq-style-3 .accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-info p {
  margin-top: 20px;
}
.bd-faq-btn {
  margin-top: 45px;
}
.counter-wrapper.style-two {
  position: relative;
  justify-content: space-between;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper.style-two {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    background: var(--bd-border-primary);
  }
}

@media (max-width: 575px) {
  .counter-wrapper.style-two {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    background: var(--bd-border-primary);
  }
}

.counter-wrapper.style-two .counter-item {
  position: relative;
  text-align: center;
  padding: 50px 40px 50px 40px;
  flex: 1;
  background-color: var(--bd-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper.style-two .counter-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-wrapper.style-two .counter-item {
    padding: 30px 20px;
  }
}

.counter-wrapper.style-two .counter-item .icon {
  color: var(--bd-primary);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

.apartment-counter-divider {
  border-right: 1px solid var(--bd-border-primary);
  width: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .apartment-counter-divider {
    display: none;
  }
}

.apartment-counter-top-line {
  border-bottom: 1px solid var(--bd-border-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-counter-top-line {
    top: 4%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .apartment-counter-top-line {
    top: 2%;
  }
}

@media (max-width: 575px) {
  .apartment-counter-top-line {
    border-right: 1px solid var(--bd-border-primary);
    width: 1%;
    height: 100%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 5%;
    right: auto;
  }
}

.apartment-counter-bottom-line {
  border-bottom: 1px solid var(--bd-border-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-counter-bottom-line {
    bottom: 3%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .apartment-counter-bottom-line {
    bottom: 2%;
  }
}

@media (max-width: 575px) {
  .apartment-counter-bottom-line {
    border-right: 1px solid var(--bd-border-primary);
    width: 1%;
    height: 100%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 5%;
  }
}
.bd-sidebar-sticky {
  position: sticky;
  top: 100px;
}

.daily-update-thumb-wrapper {
  margin: 40px 80px 40px 40px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .daily-update-thumb-wrapper {
    margin: 40px 50px 40px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .daily-update-thumb-wrapper {
    margin: 40px 40px 40px 40px;
  }
}

@media (max-width:450px) {
  .daily-update-thumb-wrapper {
    margin: 20px 20px 20px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .daily-update-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}

.daily-update-thumb-wrapper .dot {
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: -1;
  animation: upDown 3.6s ease-in-out 3.6s forwards infinite alternate;
}

@media (max-width:450px) {
  .daily-update-thumb-wrapper .dot {
    top: 20px;
    left: -20px;
    width: 100px;
  }
}

.daily-update-thumb-wrapper .square-shape {
  background: var(--theme-bg-primary);
  height: calc(100% + 80px);
  width: 350px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .daily-update-thumb-wrapper .square-shape {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .daily-update-thumb-wrapper .square-shape {
    width: 230px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .daily-update-thumb-wrapper .square-shape {
    width: 280px;
  }
}

@media (max-width: 575px) {
  .daily-update-thumb-wrapper .square-shape {
    width: 220px;
  }
}

@media (max-width:450px) {
  .daily-update-thumb-wrapper .square-shape {
    height: calc(100% + 40px);
    width: 150px;
    bottom: -20px;
    right: -20px;
  }
}

.daily-update-content .content .description {
  margin-bottom: 30px;
}

@media (max-width:450px) {
  .daily-update-content .bd-common-form input {
    padding-right: 20px;
  }
}

@media (max-width:450px) {
  .daily-update-content .bd-common-form .bd-btn {
    position: relative;
    inset: 0;
    transform: translate(0);
    margin-top: 20px;
  }
}

.daily-update-item-list {
  margin-bottom: 40px;
}

.daily-update-item-list ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-weight: 600;
  display: flex;
  gap: 10px;
}

.daily-update-item-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.daily-update-item-list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid var(--bd-primary);
}

.bd-common-form-wrapper .more-info {
  margin-top: 15px;
}

.bd-common-form-wrapper .more-info a {
  font-weight: var(--bd-fw-medium);
  text-decoration: underline;
  color: var(--bd-black);
}

.bd-common-form-wrapper .more-info a:hover {
  color: var(--bd-primary);
}

.bd-common-form-wrapper .more-info span {
  color: var(--bd-text-primary);
}

.bd-common-form {
  position: relative;
}

.bd-common-form input {
  height: 70px;
  padding-right: 190px;
}

.bd-common-form .bd-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.bd-neighbour-area {
  background-repeat: no-repeat;
  background-size: revert;
  background-position: top left;
}

.neighbour-area-item {
  position: relative;
  z-index: 5;
}

.neighbour-area-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #06061538 100%);
}

.neighbour-area-item .content {
  position: absolute;
  bottom: 0;
  padding: 25px 25px 25px;
  width: 100%;
  z-index: 10;
}

.neighbour-area-item .content .info {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  display: block;
}

.neighbour-area-item .content .title {
  color: var(--bd-white);
  font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .neighbour-area-item .content .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .neighbour-area-item .content .title {
    font-size: 20px;
  }
}

.neighbour-area-item .content .title a:hover {
  color: var(--bd-primary);
}

.neighbour-area-item .thumb img {
  width: 100%;
  min-height: 300px;
}

.neighbour-area-item .link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bd-black);
  background: white;
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

.neighbour-area-item .link:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.neighbour-area-item:hover .link {
  top: 20px;
  opacity: 1;
  visibility: visible;
}


.core-feature-item.style-one {
  background-color: var(--bd-white);
  padding: 30px 30px;
  display: flex;
  gap: 20px;
  position: relative;
  height: cal;
  height: calc(100% - 7px);
}


.core-feature-item.style-one:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  margin: auto;
  left: 0;
  bottom: -4px;
  right: 0;
  border-bottom: 4px solid var(--bd-primary);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width:450px) {
  .core-feature-item.style-one {
    display: block;
  }
}

.core-feature-item.style-one.active .icon,
.core-feature-item.style-one:hover .icon {
  transform: rotateY(180deg);
}

.core-feature-item.style-one.active .icon span i,
.core-feature-item.style-one:hover .icon span i {
  color: var(--bd-primary);
}

.core-feature-item.style-one.active::before,
.core-feature-item.style-one:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.core-feature-item.style-one .icon {
  margin-bottom: 20px;
  transition: all 0.8s ease;
  display: inline-block;
}

.core-feature-item.style-one .icon span i {
  font-size: 45px;
}

.core-feature-item.style-one .title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .core-feature-item.style-one .title {
    font-size: 18px;
  }
}

.bd-map-area .google-map.large {
  position: relative;
}

.bd-map-area .google-map.large iframe {
  height: 600px;
}
.apartments-plan-info {
    background: var(--bd-white);
    padding: 50px 50px 50px 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.apartments-plan-info p {
    margin-bottom: 30px;
    font-size: 20px;
}

.apartments-title {
  color: var(--bd-black);
  margin-bottom: 20px;
  font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .apartments-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .apartments-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .apartments-title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .apartments-title {
    font-size: 22px;
  }
}

.apartments-info-list>ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: var(--bd-taxonomy);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apartments-info-list>ul li:not(:last-child) {
  margin-bottom: 40px;
}

.apartments-info-list>ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px dashed;
  border-color: var(--bd-border-primary);
  z-index: 1;
}

.apartments-info-list>ul li label {
  padding-right: 10px;
  position: relative;
  z-index: 2;
  background: var(--bd-white);
}

.apartments-info-list>ul li span {
  padding-left: 10px;
  background-color: var(--bd-white);
  position: relative;
  z-index: 2;
}

.apartments-info-list-color>ul li::before {
  border-color: rgba(0, 0, 0, 0.2);
}

.apartments-info-list-color>ul li label {
  background: var(--bd-white);
}

.apartments-info-list-color>ul li span {
  background: var(--bd-white);
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .apartments-plan-thumb {
    margin-left: 0;
  }
}

.apartments-plan-thumb img {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .apartments-plan-thumb img {
    height: 100%;
  }
}

.services-item.style-two {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bd-border-primary);
  display: flex;
  align-items: start;
  gap: 20px;
}

.services-item.style-two:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .services-item.style-two {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.services-item.style-two:last-child {
  margin-bottom: 0;
}

.services-item.style-two .icon i {
  font-size: 70px;
  color: var(--bd-primary);
}

@media (max-width:450px) {
  .services-item.style-two .icon i {
    font-size: 50px;
  }
}

.services-item.style-two .content .title {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-item.style-two .content .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services-item.style-two .content .title {
    font-size: 20px;
  }
}

.services-item.style-two .content .title a:hover {
  color: var(--bd-primary);
}

.services-item.style-three {
  padding: 26px 11px;
  border: 1px solid var(--bd-border-primary);
  display: flex;
  flex-direction: column;
  max-width: 340px;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-item.style-three {
    max-width: 320px;
  }
}

.services-item.style-three:hover {
  background: var(--bd-primary);
}

.services-item.style-three:hover .icon i {
  color: var(--bd-white);
}

.services-item.style-three:hover .icon img {
  filter: invert(1);
}

.services-item.style-three:hover ul li {
  color: var(--bd-white);
}

.services-item.style-three ul {
  padding-left: 20px;
  line-height: 32px;
}

.services-item.style-three:hover .title {
  color: var(--bd-white);
}

.services-item.style-three:hover .description {
  color: rgba(255, 255, 255, 0.7);
}

.services-item.style-three:hover .services-btn .bd-half-outline-btn::before {
  border-color: var(--bd-white);
}

.services-item.style-three:hover .services-btn .bd-half-outline-btn .text {
  color: var(--bd-white);
}

.services-item.style-three:hover .services-btn .bd-half-outline-btn::after {
  color: var(--bd-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services-item.style-three {
    padding: 30px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services-item.style-three {
    max-width: 100%;
  }
}

.services-item.style-three {
  width: 392px !important;
  max-width: 551px !important;
  flex: 1 1 1 1 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-item.style-three.has-large {
    max-width: 320px;
  }
}

.services-item.style-three .icon {
  margin-bottom: 20px;
  transition: all 0.8s ease;
}

.services-item.style-three .icon i {
  font-size: 50px;
}

.services-item.style-three .description {
  margin-bottom: 30px;
}

.services-item.style-three .title {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-item.style-three .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services-item.style-three .title {
    font-size: 20px;
  }
}

.services-item.style-three .title a:hover {
  color: var(--bd-white);
}

.services-item.style-three .title.underline a {
  background-image: linear-gradient(var(--bd-white), var(--bd-white)), linear-gradient(var(--bd-white), var(--bd-white));
}

.services-item.style-three .services-btn .bd-half-outline-btn:hover::before {
  border-color: var(--bd-white);
}

.services-item.style-three .services-btn .bd-half-outline-btn:hover .text {
  color: var(--bd-white);
}

.services-item.style-three .services-btn .bd-half-outline-btn:hover::after {
  color: var(--bd-white);
}


.services-item-wrapper {
  display: grid;
  gap: 30px;
  justify-content: center;
  grid-template-columns: auto auto auto auto;
}

.team-item.style-three {
  position: relative;
}

.team-item.style-three:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.team-item.style-three:hover .thumb::after {
  opacity: 1;
  visibility: visible;
}

.team-item.style-three:hover .team-social {
  visibility: visible;
  opacity: 1;
  bottom: 110px;
}

.team-item.style-three .content-inner {
  background: var(--bd-black);
  padding: 25px 25px;
  text-align: center;
}

.team-item.style-three .thumb {
  overflow: hidden;
  position: relative;
}

.team-item.style-three .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background: var(--theme-bg-primary);
  z-index: -1;
  bottom: 0;
}

.team-item.style-three .thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1;
  background-image: linear-gradient(to top, rgb(143 143 143 / 0%) 0%, transparent 100%);
  bottom: 0;
  opacity: 0;
  visibility: 0;
  transition: 0.5s;
}

.team-item.style-three .thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  height: 350px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item.style-three .thumb img {
    height: 100%;
  }
}

.team-item.style-three .content .title {
  color: var(--bd-white);
  font-size: 20px;
  margin-bottom: 5px;
}

.team-item.style-three .content .title a:hover {
  color: var(--bd-primary);
}

.team-item.style-three .content .info {
  color: rgba(255, 255, 255, 0.5);
}

.team-item.style-three .team-social {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 5;
}

.team-item.style-three .team-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.team-item.style-three .team-social ul li {
  list-style: none;
}

.team-item.style-three .team-social ul li a {
  color: white;
  font-size: 18px;
}

.team-item.style-three .team-social ul li a i {
  transition: 0.5s;
}

.team-item.style-three .team-social ul li a:hover i {
  transform: scale(1.1);
}


.kodusdgs {
  padding-bottom: 30px;
}

.rera-num {
  font-weight: 600;
  margin-top: 20px;
}

.wew-sadfsd {
  font-size: 18px;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 40px;
}


.dsada {
  font-size: 18px;
}

.apartments-info-list-color>ul li .dsfsdjlf {
  background: #ed6e5a00;
}

.adsd-sds {
  display: flex;
  padding-top: 56px;
}



.dsffddsf {
  font-size: 30px;
  margin-bottom: 20px;
}

.dsfsfd {
  width: 189px;
  margin-bottom: 20px;
}

.logoada {
  display: flex;
  justify-content: center;
}

.dfdf0-df {
  display: grid;
  grid-template-columns: auto auto;
}

.dfdf0-df ul li a {
  cursor: pointer;
}

.disas small {
  font-size: 16px;
  color: #e6e7e8;
}

.disas {
  padding-top: 70px;
}

.fgfgdfxg {
  color: #e6e7e8;
}

.sdfsdf11 {
  color: #ed6e5a;
}


.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 7px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #4dac48;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;

  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
  bottom: 110px !important;
  right: 30px !important;
  z-index: 9999;
}

#chat-bot-message-container {
  right: 48px !important;
  bottom: 180px !important;
}

#chat-bot-frame-container {
  bottom: 181px !important;
  right: 35px !important;
  max-height: 455px !important;
  width: 330px !important;
}

.sidebar-form {
  position: fixed;
  top: 50%;
  right: -320px;
  width: 320px;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  transition: right 0.4s ease-in-out;
  z-index: 12;
}

.sidebar-form::before {
  background-image: url(../../../images/sanjeev-logo.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.05;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.sidebar-form.show {
  right: 0;
}

.sidebar-form .call-action {
  position: absolute;
  background-color: #ed6e5a;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  left: -95px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.sidebar-form .form-header {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-form h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  color: #000;
  margin-left: 7px;
}

.sidebar-form .form-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}

.sidebar-form .form-address {
  /* font-family: 'Roboto', sans-serif; */
  font-size: 14px;
  color: rgb(0 0 0);
  text-align: center;
  margin: 5px 0 0;
}

.sidebar-form .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ed6e5a29;
  border: none;
  color: #000000;
  font-size: 33px;
  line-height: 30px;
  cursor: pointer;
  padding: 0;
}

.sidebar-form .close-btn:hover {
  background-color: #ed6e5a;
}

.sidebar-form .btn {
  background-color: #ed6e5a;
  margin: 0;
  color: white;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ed6e5a;
}

.sidebar-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #2a315f8a;
}

.sidebar-form .form-control:focus {
  border-color: #2a315f;
  box-shadow: 0 0 0 .25rem #2a315f4e;
}




.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.brochurebtn {
  position: fixed;
  bottom: 6px;
  left: 20px;
  width: fit-content;
  z-index: 99999;
}

.brochurebtn img {
  width: 180px;
  cursor: pointer;
}

@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.pulse-effect1 {
  animation: pulse-shadowd 1.5s infinite;
}

@keyframes pulse-shadowd {
  0% {
    box-shadow: 0 0 0 0 rgba(237, 110, 90, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(237, 110, 90, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(237, 110, 90, 0);
  }
}

#header-sticky.bd-sticky .bd-primary-btn,
#header-sticky.bd-sticky .bd-primary-btn .bd-primary-btn-text {
  color: #000 !important;
}

#header-sticky.bd-sticky .bd-primary-btn {
  border: 2px solid #000 !important;
  /* Adds a black border */
  background-color: transparent !important;
}

#header-sticky.bd-sticky .bd-primary-btn .bd-primary-btn-arrow i {
  color: #000 !important;
}

#header-sticky.bd-sticky .bd-primary-btn:hover,
#header-sticky.bd-sticky .bd-primary-btn:hover .bd-primary-btn-text {
  color: #ffffff !important;
  border-color: #ed6e5a !important;
}

#header-sticky.bd-sticky .bd-primary-btn:hover .bd-primary-btn-arrow i {
  color: #ffffff !important;
}

.pulse-effect3 {
  animation: pulse-shadowed 1.5s infinite;
}

@keyframes pulse-shadowed {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(237, 110, 90, 0.7);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(237, 110, 90, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(237, 110, 90, 0);
  }
}



#header-sticky.bd-sticky .pulse-effect1 {
  animation: pulse-shadowd 1.5s infinite;
}

#header-sticky.bd-sticky .pulse-effect3 {
  animation: pulse 1.5s infinite;
}

.hosdjs {
  font-size: 19px;
}

.brmda-apprge1 {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.brmda-apprge {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.xdsddsd {
  width: 120px;
}

.zxjxjxc {
  width: 115px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 3% auto;
    padding: 46px 30px 30px 30px;
    width: 90%;
    max-width: 949px;
    position: relative;
    border-radius: 10px;
}

.close {
  position: absolute;
  right: 27px;
  top: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding-bottom: 7px;
}

.colsd {
  margin-bottom: 20px;
}

.fsffd {
  cursor: pointer;
}

.close::after {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.close:hover {
  opacity: 0.7;
}

.modal-container {
  display: flex;
  flex-wrap: wrap;
}
.modal-left {
  flex: 1;
  padding: 0px 40px 0px 0px;
  background-color: #fff;
}

.modal-left h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.dff-luxury {
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}
.form-group input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.form-group input:focus {
  border-color: #007bff;
}
.contact-form button {
  padding: 10px;
  background-color: #ed6e5a;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
}
.contact-form button:hover {
  background-color: #071b1e;
}
.modal-right {
  flex: 1;
  position: relative;
}
.modal-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.zxjxjxc1 {
  width: 110px;
}
.sfdfdf {
  cursor: pointer;
}
.zxjxjxc2 {
    width: 60px;
}
.hero-banner-eight {
    background-image: url('../../imz/jpl-banner.webp');
}
/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
/* Offcanvas style */
.offcanvas-area {
  background: #F0F6F8 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--bd-border-primary);
}

.offcanvas-area ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}

.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-logo a img {
  width: 140px;
}

.offcanvas-content {
  padding-bottom: 45px;
}

.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 35px 35px;
}

@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}

.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-border-primary);
}

.offcanvas-search {
  position: relative;
}

.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bd-black);
}

.offcanvas-search button:hover {
  color: var(--bd-primary);
}

.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--bd-black);
}

.offcanvas-search input::placeholder {
  color: var(--bd-placeholder);
}

.offcanvas-search input:focus {
  border-radius: 0;
}

.offcanvas-title-meta {
  color: var(--bd-black);
  margin-bottom: 17px;
  font-size: 20px;
}

.offcanvas-text p {
  margin-bottom: 25px;
}

.offcanvas-social {
  margin-bottom: 40px;
}

.offcanvas-social ul li {
  display: inline-block;
}

.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}

.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--bd-black);
  border: 1px solid var(--bd-border-primary);
  font-size: 16px;
}

.offcanvas-social ul li a:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.offcanvas-notification-icon a {
  font-size: 14px;
  color: var(--bd-white);
  position: relative;
}

.offcanvas-notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--bd-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--bd-white);
  text-align: center;
}

.offcanvas-notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bd-white);
  font-size: 14px;
}

.offcanvas-notification-text p .notification-number {
  color: var(--bd-primary);
}

.offcanvas-notification-text p a {
  color: var(--bd-primary);
}

.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay:hover {
  cursor: pointer;
}

.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas-contact ul li a:hover {
  color: var(--bd-primary);
}

.offcanvas-contact ul li a:hover i {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.offcanvas-contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--bd-black);
  border: 1px solid var(--bd-border-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-btn .bd-btn {
  border: 1px solid var(--bd-border-primary);
  padding: 0 12px;
}

.offcanvas-btn .bd-btn:hover {
  border-color: var(--bd-primary);
}

.sidebar-toggle {
  cursor: pointer;
}

.offcanvas-slider-content {
  border: 1px solid var(--bd-border-primary);
  padding: 20px;
}

.offcanvas-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.offcanvas-navigation button svg * {
  fill: var(--bd-white);
}

.offcanvas-navigation button:hover svg * {
  fill: var(--bd-primary);
}

.offcanvas-post-title {
  font-size: 26px;
  color: var(--bd-white);
}

.offcanvas-post-title a:hover {
  color: var(--bd-primary);
}

/* Close icon */
.offcanvas-close-icon {
  line-height: 1;
  color: var(--bd-primary);
}

.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}

.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}

.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}

.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}

.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}

.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}
.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.menu-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  inset-inline-start: 0;
  background: var(--bd-white);
  transition: all 0.3s;
}

.menu-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  inset-inline-start: 0;
  background: var(--bd-white);
  transition: all 0.3s;
}

.menu-icon span {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  top: 50%;
  inset-inline-end: 0;
  transition: all 0.3s;
  background-color: var(--bd-white);
}

.menu-icon:hover::after,
.menu-icon:hover::before,
.menu-icon:hover span {
  background-color: var(--bd-primary);
  width: 100%;
}
.mean-container {
  margin-bottom: 35px;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--bd-white);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--bd-white);
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  margin-right: 35px;
  transition: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--bd-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--bd-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
  color: var(--bd-primary);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.079) !important;
  height: 30px;
  width: 30px;
  color: var(--bd-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
  color: var(--bd-white);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .dropdown-opened .submenu {
  margin-left: 15px;
}

.mobile-menu .dropdown-opened .submenu .mean-expand,
.mobile-menu .dropdown-opened .submenu .mean-clicked {
  transform: translateX(-15px);
}