/*-----------------------------------------------
|   Theme Styles
-----------------------------------------------*/
/*-----------------------------------------------
|   Reboot
-----------------------------------------------*/
::-webkit-input-placeholder {
  opacity: 1;
  color: #e0e0e0 !important;
}
::-moz-placeholder {
  opacity: 1;
  color: #e0e0e0 !important;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #e0e0e0 !important;
}
::-ms-input-placeholder {
  opacity: 1;
  color: #e0e0e0 !important;
}
::placeholder {
  opacity: 1;
  color: #e0e0e0 !important;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: smooth;
  scroll-padding-top: 6.3125rem;
}

header {
  position: relative;
  
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

pre,
code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
  font-family: "Poppins", "Rubik", "Open Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

pre {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

ol,
ul {
  padding-left: 1.1rem;
}

iframe {
  border: none;
}

/* -------------------------------------------------------------------------- */
/*                               Browser Fixing                               */
/* -------------------------------------------------------------------------- */
.firefox .dropcap:first-letter {
  margin-top: 0.175em;
}

.chrome .btn-close {
  background-clip: unset;
}

/* -------------------------------------------------------------------------- */
/*                                    Text                                    */
/* -------------------------------------------------------------------------- */
.text-smallcaps {
  font-variant: small-caps;
}

.text-superscript {
  vertical-align: super;
}

.text-word-break {
  word-break: break-word;
}

/*-----------------------------------------------
  |   Font family
  -----------------------------------------------*/
.font-sans-serif {
  font-family: "Poppins", "Rubik", "Open Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-base {
  font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.font-cursive {
  font-family: "Volkhov", "DM Serif Display", cursive;
}

/*-----------------------------------------------
  |   Error Page
  -----------------------------------------------*/
.fs-error {
  font-size: 7rem;
}

@media (min-width: 576px) {
  .fs-error {
    font-size: 10rem;
  }
}

/*-----------------------------------------------
  |   Text alignment
  -----------------------------------------------*/
.text-justify {
  text-align: justify !important;
}

.text-gradient {
  background: -o-linear-gradient(40deg, #fb3c00, #ffb800);
  background: linear-gradient(50deg, #fb3c00, #ffb800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-----------------------------------------------
  |   Backgrounds
  -----------------------------------------------*/
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder.overlay-light:before {
  background: rgba(255, 255, 255, 0.8);
}

.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-primary-gradient {
  background: #fff7f5;
  -webkit-box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
  box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
}

/* -------------------------------------------------------------------------- */
/*                                   Borders                                  */
/* -------------------------------------------------------------------------- */
.overflow-hidden[class*="rounded"] {
  -webkit-mask-image: radial-gradient(#fffefe, #000);
  mask-image: radial-gradient(#fffefe, #000);
}

.border-top-2 {
  border-top-width: 0.125rem !important;
}

.border-end-2 {
  border-right-width: 0.125rem !important;
}

.border-bottom-2 {
  border-bottom-width: 0.125rem !important;
}

.border-start-2 {
  border-left-width: 0.125rem !important;
}

.hr-vertical {
  border-left: 2px solid #cfcfcf;
}

/* -------------------------------------------------------------------------- */
/*                                  Position                                  */
/* -------------------------------------------------------------------------- */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  position: relative;
}

.all-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------------------------------- */
/*                                    Flex                                    */
/* -------------------------------------------------------------------------- */
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-end-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-black {
  color: #000 !important;
}

.link-black:hover,
.link-black:focus {
  color: #262626 !important;
}

.link-100 {
  color: #fcfcfc !important;
}

.link-100:hover,
.link-100:focus {
  color: white !important;
}

.link-200 {
  color: #f5f5f5 !important;
}

.link-200:hover,
.link-200:focus {
  color: white !important;
}

.link-300 {
  color: #eeeeee !important;
}

.link-300:hover,
.link-300:focus {
  color: white !important;
}

.link-400 {
  color: #e0e0e0 !important;
}

.link-400:hover,
.link-400:focus {
  color: white !important;
}

.link-500 {
  color: #bdbdbd !important;
}

.link-500:hover,
.link-500:focus {
  color: #e3e3e3 !important;
}

.link-600 {
  color: #f0f4f9 !important;
}

.link-600:hover,
.link-600:focus {
  color: white !important;
}

.link-700 {
  color: #757575 !important;
}

.link-700:hover,
.link-700:focus {
  color: #9b9b9b !important;
}

.link-800 {
  color: #616161 !important;
}

.link-800:hover,
.link-800:focus {
  color: #878787 !important;
}

.link-900 {
  color: #5e6282 !important;
}

.link-900:hover,
.link-900:focus {
  color: #f1a501 !important;
}

.link-1000 {
  color: #212832 !important;
}

.link-1000:hover,
.link-1000:focus {
  color: #3f4d60 !important;
}

.link-white {
  color: #fffefe !important;
}

.link-white:hover,
.link-white:focus {
  color: white !important;
}

.hover-top-shadow {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover-top-shadow.hover-top-shadow-lg:hover,
.hover-top-shadow.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top-shadow:hover,
.hover-top-shadow:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
  box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
}

.shadow-transition {
  -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
  box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.shadow-warning {
  -webkit-box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
  box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
}

.shadow-icon {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
}

.shadow-primary {
  -webkit-box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
  box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
}

/*-----------------------------------------------
  |   Icons group
  -----------------------------------------------*/
.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-group .icon-item:not(:last-child) {
  margin-right: 1.8rem;
}

.icon-item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080809;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  font-size: 0.875rem;
}

.icon-item-background{

  background-color: #fff;
}



.icon-item#facebook:hover,
.icon-item#facebook:focus {
  background-color: #3c5a99;
}



.icon-item#instagram:hover,
.icon-item#instagram:focus {
  background-image: conic-gradient(
    from 180deg at 50% 50%,
    #b8d2f1 0deg,
    #f289aa 60deg,
    #c68bf0 106.09deg,
    #d164da 153.75deg,
    #c963e8 221.25deg,
    #bfc2e8 258.75deg,
    #ffc999 288.75deg,
    #d0d8c9 315deg,
    #bad0f1 334.13deg,
    #ced8cb 358.97deg,
    rgba(255, 255, 255, 0) 360deg
  );
}



.icon-item#twitter:hover,
.icon-item#twitter:focus {
  background-color: #1da1f2;
}

.icon-item:hover,
.icon-item:focus {
  color: #fffefe;
}

.icon-item.icon-item-sm {
  height: 1.875rem;
  width: 1.875rem;
}

.icon-item.icon-item-lg {
  height: 2.75rem;
  width: 2.75rem;
}

.fontawesome-i2svg-active .icon-indicator {
  opacity: 1;
}

/*-----------------------------------------------
  |   Object fit and Z-index
  -----------------------------------------------*/
.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index--1 {
  z-index: -1;
}

/*-----------------------------------------------
  |   Sidebar
  -----------------------------------------------*/
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  top: 5.3125rem;
}

/*-----------------------------------------------
  |   Custom circle
  -----------------------------------------------*/
.circle-dashed {
  border: 1px dashed #f1a501;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

/*-----------------------------------------------
  |   Miscellaneous
  -----------------------------------------------*/
.hover-text-decoration-none:hover,
.hover-text-decoration-none:focus {
  text-decoration: none;
}

.resize-none {
  resize: none;
}

.collapsed .collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-dismiss="dropdown"] *,
[data-offset-top] *,
[data-toggle="collapse"] *,
[data-toggle="tooltip"] *,
[data-toggle="popover"] * {
  pointer-events: none;
}

/*-----------------------------------------------
  |   Outline
  -----------------------------------------------*/
.outline-none {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outline-none:hover,
.outline-none:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------------
  |   Vertical Line (used in kanban header)
  -----------------------------------------------*/
.vertical-line:after {
  position: absolute;
  content: "";
  height: 75%;
  width: 1px;
  background: #eeeeee;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-line.vertical-line-400:after {
  background-color: #e0e0e0;
}

/* -------------------------------------------------------------------------- */
/*                                 Transition                                 */
/* -------------------------------------------------------------------------- */
.transition-base {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-none {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.fsp-75 {
  font-size: 75%;
}

/* -------------------------------------------------------------------------- */
/*                                    Width                                   */
/* -------------------------------------------------------------------------- */
.min-w-0 {
  min-width: 0;
}

/* -------------------------------------------------------------------------- */
/*                                Terms sidebar                               */
/* -------------------------------------------------------------------------- */
.icon {
  padding: 1rem;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 254, 254, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 254, 254, 0.3);
}

.icon-primary {
  color: #f1a501;
}

.icon-secondary {
  color: #5e6282;
}

.icon-success {
  color: #79b93c;
}

.icon-info {
  color: #006380;
}

.icon-warning {
  color: #f1a501;
}

.icon-danger {
  color: #df6951;
}

.icon-light {
  color: #f0f4f9;
}

.icon-dark {
  color: #212832;
}

/* -------------------------------------------------------------------------- */
/*        Heading                        Background                               */
/* -------------------------------------------------------------------------- */

.shadow-social {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navbar {
  -webkit-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

.padding-transition {
  padding: 1.25rem !important;
}

.show-onhover:hover .hideEl {
  visibility: visible;
  opacity: 1;
}

.show-onhover .hideEl {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.shadow-hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02),
    0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152),
    0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121),
    0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01),
    0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079),
    0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
  box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02),
    0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152),
    0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121),
    0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01),
    0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079),
    0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
}

.round-btn-lg {
  height: 3.25rem;
  width: 3.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.primary-btn-shadow {
  -webkit-box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
  box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
}

.danger-btn-shadow {
  -webkit-box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
  box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
}

.orange-gradient-btn {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff946d),
    to(#ff7d68)
  );
  background-image: -o-linear-gradient(top, #ff946d, #ff7d68);
  background-image: linear-gradient(to bottom, #ff946d, #ff7d68);
  border: none;
  border-radius: 0.625rem;
  padding: 1rem 2.5rem;
}

.orange-gradient-btn:hover,
.orange-gradient-btn:focus {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff7d68),
    to(#ff946d)
  );
  background-image: -o-linear-gradient(top, #ff7d68, #ff946d);
  background-image: linear-gradient(to bottom, #ff7d68, #ff946d);
}

/* Hover */
.hover-top {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-top.hover-top-shadow-lg:hover,
.hover-top.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top:hover,
.hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  background-color: #d42da3;
  color: #fffefe;
}

.hover-top:hover .heading-color,
.hover-top:focus .heading-color {
  color: #fffefe;
}

/* Icon Forward */
.hvr-icon-forward {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward .hover-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hover-icon,
.hvr-icon-forward:focus .hover-icon,
.hvr-icon-forward:active .hover-icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

/* -------------------------------------------------------------------------- */
/*                                    Badge                                   */
/* -------------------------------------------------------------------------- */
.carousel-indicators {
  right: unset;
  margin-left: 1.2rem;
}

@media (max-width: 991.98px) {
  .carousel-indicators {
    -webkit-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
    right: 0;
    margin-left: 15%;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #212832;
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: 0.3;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target]:not(:last-child) {
  margin-right: 1.5625rem;
}

.carousel-indicators [data-bs-target].active {
  opacity: 1;
}

.carousel-inner {
  overflow: unset;
}

.hero-title {
  font-family: "Volkhov", "DM Serif Display", cursive;
  font-weight: 700;
  font-size: 2.88651rem;
  color: #181e4b;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 4.62363rem;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 5.20158rem;
  }
}

.hero-title:before {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 2.5rem;
  width: 20rem;
  height: 0.8125rem;
  background-image: url(../img/hero/shape.svg);
  background-size: contain;
  z-index: -1;
}

@media (min-width: 992px) {
  .hero-title:before {
    top: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .hero-title:before {
    font-size: 4.62363rem;
    top: 4.1875rem;
    right: -0.9375rem;
  }
}

@media (min-width: 1400px) {
  .hero-title:before {
    font-size: 5.20158rem;
    top: 4.6875rem;
    width: 23.125rem;
  }
}

.hero-img {
  width: 105%;
  margin-left: -5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-img {
    width: 135%;
    margin-left: -4rem;
  }
}

.card {
  border: none;
}

.card.service-card:before {
  content: "";
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #df6951;
  border-radius: 1.875rem 0 0.625rem 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  .card.service-card:before {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.25rem 0 0.5rem 0;
  }
}

.card.service-card:hover:before {
  left: -1.875rem;
  bottom: -2.1875rem;
}

@media (max-width: 767.98px) {
  .card.service-card:hover:before {
    left: -0.9375rem;
    bottom: -1.5625rem;
  }
}

.input-group-icon {
  position: relative;
}

.input-group-icon .input-box {
  padding-left: 2.8rem;
  vertical-align: middle;
}

.input-group-icon .input-box-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #212529;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-little-squirrel-control {
  border-radius: 0;
  background-color: #ffffff;
  border-radius: 10px;
  color: #39425d;
  padding: 1rem 1rem 1rem 2.7rem;
  border: none;
  font-size: 14px;
}

.form-little-squirrel-control:hover,
.form-little-squirrel-control:focus {
  background-color: #ffffff;
}

.majestic-tabs {
  border-bottom: 0;
}

.majestic-tabs .nav-link {
  border: 2px solid transparent;
  color: #616161;
}

.majestic-tabs .nav-link:hover,
.majestic-tabs .nav-link:focus {
  border-color: transparent;
}

.majestic-tabs .nav-link.active,
.majestic-tabs .nav-item.show .nav-link {
  border-bottom-color: #df6951;
}

/*-----------------------------------------------
  |   User Styles
  -----------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
