@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title h2 {
  font-size: 36px;
  margin-bottom: 48px;
}

.title h2 strong {
  color: var(--fs-color-primary);
}

.btn {
  background: var(--fs-color-primary);
  border: 0;
  margin: 0;
  padding: 6px;
  padding-left: 24px;
  border-radius: 99px;
  overflow: hidden;
  box-shadow: none !important;
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-right: 16px;
  position: relative;
}

.btn i {
  background-color: #fff;
  border-radius: 99px;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  top: unset;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn i.icon-angle-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 20px;
  height: 20px;
  background: url(../img/svgexport-2.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn i.icon-angle-right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/svgexport-1.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn.white {
  background: #ffffff;
}

.btn.white span {
  color: #22262d;
  transition: color 0.3s ease;
}

.btn.white i {
  background-color: var(--fs-color-secondary);
}

.btn.white i.icon-angle-right::before {
  background: url(../img/icon/arrow-right-dark.svg) no-repeat center;
  background-size: contain;
}

.btn::after {
  content: "";
  background-color: var(--fs-color-secondary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 99px;

  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 0;
}

.btn:hover::after {
  transform: translateX(0);
}

.btn:hover span {
  color: #fff !important;
  z-index: 1;
}

.btn:hover i {
  background-color: #fff !important;
  z-index: 1;
}

.btn:hover i.icon-angle-right::before {
  right: -20px;
}

.btn:hover i.icon-angle-right::after {
  left: 12px;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem !important;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

/* home */
.home2 {
  padding-top: 48px;
  padding-bottom: 0;
}

.home2 .title h2 {
  margin-bottom: 30px;
}

.home2 .banner {
  border-radius: 12px;
  overflow: hidden;
}

.home3 {
  background-color: #f7f7f7;
  padding-top: 48px;
  padding-bottom: 18px;
}

.home4 {
  padding-top: 48px;
  padding-bottom: 18px;
}

.home5 {
  background-color: #f7f7f7;
  padding-top: 48px;
  padding-bottom: 18px;
}

.home7 {
  padding-top: 48px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.home8 {
  padding: 48px 0 50px;
}

.home8 .col-inner {
  border-radius: 0.75rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}

.home8 .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.home8 .icon-box-img {
  border-radius: 99px;
  overflow: hidden;
}

.home8 .icon-box h3 {
  margin-bottom: 5px;
}

.home8 .col-inner > p {
  min-height: 103px;
}

.home11 {
  background-color: #f7f7f7;
  padding-top: 20px;
}

.row-demo.row-collapse > .col:last-child > .col-inner {
  padding: 50px;
}

.row-demo .col-text {
  color: #fff;
}

.row-demo .col-text > .col-inner {
  padding: 64px 48px;
}

.row-demo .col-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.row-demo .col-text h2 strong {
  color: var(--fs-color-primary);
}

.row-demo form {
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px #0000000a;
  border-radius: 16px;
  padding: 24px;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: transparent;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -10px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.row-demo input.wpcf7-form-control {
  box-shadow: none !important;
  border: 1px solid #e5e7eb;
  padding: 11px 12px;
  border-radius: 8px;

  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  margin: 0;
}

.row-demo .wpcf7 label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin: 0;
  background-color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  border-radius: 99px;
  border: 0;
  color: #fff;
}

.row-demo input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: var(--fs-color-primary);
}

.wpcf7 p.mess {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #374151;
}

.row-demo .wpcf7 label {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo .wpcf7 label span {
  color: #ef4444;
}

.row-demo form .row:not(.row-collapse) {
  margin: 0;
}

.row-demo form .col {
  padding: 0 6px 12px;
}

#footer .footer-main .section-content {
  padding-top: 64px;
  padding-bottom: 32px;
}

#footer .ux-logo-link {
  padding: 0 !important;
}

#footer .ft-top {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
}

#footer .ft-top h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}

#footer .ft-top p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 22px;
  color: var(--fs-color-primary);
  margin: 0;
}

#footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}

#footer .footer-social li {
  margin: 0 !important;
}

#footer .footer-mid h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

#footer .footer-mid ul {
  list-style: none;
  margin: 0;
}

#footer .footer-mid ul li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

#footer .footer-mid ul li a {
  color: #334862;
}

#footer .footer-mid ul li a:hover {
  color: var(--fs-color-primary);
}

.post-item .box-normal .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-normal .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}

.post-item .box-normal .box-text .from_the_blog_excerpt {
  margin-top: 8px;
}

.post-item .is-divider {
  display: none;
}

.post-item .box-overlay {
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-overlay .overlay {
  display: none;
}

.post-item .box-overlay .box-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-shadow: none;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea,
select,
.select2-selection {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
}

#top-bar .nav > li,
#top-bar .nav > li a {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

#masthead .nav > li {
  margin: 0 12px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #111827;
}

#masthead .nav > li > a:hover {
  color: var(--fs-color-primary);
}

.row-btn {
  padding: 0 13px;
}

.row-btn .button.is-outline {
  border: 1px solid var(--fs-color-primary);
  padding: 6px 35px 4px !important;
  font-size: 14px;
  border-radius: 8px;
  margin: 0;
  color: #222 !important;
  font-weight: 600;
}

.row-btn .button.is-outline:hover {
  color: #fff !important;
}

.row-btn > .col .col-inner {
  padding: 0 5px;
}

@media (min-width: 850px) and (max-width: 1500px) {
  .header .flex-row,
  .home2,
  .home3,
  .home4,
  .home5,
  .home7,
  .home8,
  #footer .section,
  .blog-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .row-btn {
    margin-bottom: 15px !important;
  }

  .row-btn .button.is-outline {
    padding: 6px 10px 4px !important;
    font-size: 14px;
  }

  .row-btn > .col .col-inner {
    padding: 0 0;
  }

  .btn {
    padding: 4px;
    padding-left: 22px;
    line-height: 1.4;
  }

  .btn i {
    width: 36px;
    height: 36px;
  }

  .btn i.icon-angle-right::before {
    right: 8px;
  }

  .btn:hover i.icon-angle-right::after {
    left: 8px;
  }

  .title h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .home2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .home2 .row .row .col {
    padding-bottom: 0;
  }

  .home2 > .row > .col {
    order: 1;
  }

  .home3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .home4 .title h2 {
    text-align: center;
  }

  .row-slider .flickity-prev-next-button svg {
    padding: 20% !important;
  }

  .home4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .home4 .row2 > .col {
    order: 2;
  }

  .home4 .medium-3 {
    padding-bottom: 0;
  }

  .home4 .row2 > .col:last-of-type {
    order: 1;
  }

  .home4 .btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .home5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .home5 .col {
    padding-bottom: 0;
  }

  .home6 .col-inner {
    padding: 0 15px !important;
  }

  .home6 .rowSlider2 .col-inner {
    padding: 0 !important;
  }

  .home6 .slider.flickity-enabled button.flickity-prev-next-button {
    display: none;
  }

  .home6 .rowSlider2 .col {
    flex-basis: 85%;
    max-width: 85%;
  }

  .home7 {
    padding-top: 30px;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
}
