:root {
  --background-color: #ffffff;
  --primary-color: #ff5500;
}

* {
  box-sizing: border-box;
}
html,
body {
  background-color: var(--background-color);
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,sans-serif; */
  font-family: Poppins;
  padding: 0;
  margin: 0;
  color: #777777;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: Merriweather Sans;
  font-weight: bold;
  color: #333333;
}
a {
  color: var(--primary-color);
}
a:hover {
  color: #e65100;
}

#__next {
  overflow-x: hidden;
  padding-top: 74px;
}

.valign-wrapper {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.match-parent {
  flex-direction: column;
  flex: 1;
}

.container-fluid,
.container {
  position: relative;
}
.row {
  z-index: 1;
}

.container-my {
  margin: 8rem auto;
}

.navbar-light {
  background-color: rgba(255, 255, 255, 0.95);
}
.navbar-light .navbar-brand img {
  height: 48px;
}
.navbar-light .navbar-nav .nav-link {
  color: #222222;
}
.navbar-light .navbar-nav .nav-link.active {
  background-color: var(--primary-color);
  border-radius: 0.25rem;
  color: #ffffff;
}
.navbar-dark {
  background-color: rgba(0, 0, 0, 0.75);
}

.banner {
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  position: relative;
}
.banner::after,
.banner-inner {
  position: absolute;
  display: flex;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.banner::before,
.banner::after {
  display: block;
  content: '';
}
.banner::after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.125) 100%);
  z-index: 1;
}
.banner-bg {
  min-height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.banner-container {
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex: 1;
}
.banner-title {
  font-family: Oswald;
  font-weight: bold;
  font-size: 5rem;
  color: #ffffff;
}
.banner-summary {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
}
.banner-button:active,
.banner-button:focus,
.banner-button {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #fff;
  color: #fff;
}
.banner-button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.banner-sweetener {
  position: absolute;
  z-index: 3;
  bottom: -10px;
  width: 100%;
  left: 0;
}


 /* card shadow */
.card {
  border-width: 0 !important;
  box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.17);
  min-height: 100%;
}

.card-pricing-value {
  line-height: 1;
  font-size: 80px;
  color: #4cc985;
}
.card-pricing-value>span {
  vertical-align: super;
  font-size: 25%;
}
.card-pricing-duration {
  font-size: small;
  color: #c3c6c9;
}

/* button */
.btn-custom {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-custom:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* .btn-custom:focus, .btn-custom.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */


.content {
  background-color: #f8f9fe;
}
.content-top-separator {
  margin-top: -1px;
  transform: rotate(180deg);
  width: 100%;
}
.content-bottom-separator {
  margin-bottom: -1px;
  width: 100%;
}

#footer {
  background-color: #1c1d26;
  position: relative;
  color: rgba(255, 255, 255, 0.75);
}
/* #footer-map,
#footer-map>.mask {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#footer-map>.mask {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.125) 100%);
  content: '';
  z-index: 1;
} */
/* .footer-content {
  position: relative;
} */
.footer-content h4 {
  color: #ffffff
}
.footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-content li {
  margin: 8px 0;
}

.footer-content li a {
  opacity: 0.95;
}
.footer-content-connect {
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  flex: 1;
}
.footer-content-connect img {
  height: 32px;
}
.footer-content-social a {
  background-color: #ffffff;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  margin-left: 8px;
  display: flex;
  height: 32px;
  color: #1c1d26;
  width: 32px;
}
.footer-content-social a [data-icon='facebook-f']:hover {
  color:  #428bca;
}
.footer-content-social a [data-icon='twitter']:hover {
  color:  #1da1f2;
}


.shape {
  position: absolute;
  z-index: 0;
  top: 0;
}
.shape::before,
.shape::after {
  display: block;
  opacity: 0.5;
  content: '';
}

.shape-circle-right {
  transform: translateX(25%);
  width: 50%;
  right: 0;
}
.shape-circle-right::before,
.shape-circle-right::after {
  background-image: linear-gradient(-45deg, transparent 50%, #e3f2fd);
  padding-bottom: 100%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.shape-circle-right::after {
  transform: scale(0.75);
}

.shape-round-left {
  transform: rotate(75deg);
  bottom: 0;
  width: 50%;
  left: 0;
}
.shape-round-left::after {
  background-image: linear-gradient(-45deg, transparent, #fce4ec);
  padding-bottom: 100%;
  border-radius: 128px;
}

.shape-block-right {
  transform: rotateZ(-45deg);
  height: 200%;
  width: 25%;
  right: 0;
}
.shape-block-right::before,
.shape-block-right::after {
  background-image: linear-gradient(90deg, transparent, #f0f6fe);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.shape-block-right::after {
  transform: translate(50%, 10%);
}

.slick-arrow {
  display: none !important;
  /* background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%; */
  height: 48px;
  width: 48px;
}
/* .slick-prev::before {
  content: "\f060";
}
.slick-next::before {
  content: "\f061";
} */
.slick-arrow::before {
  font-size: 48px;
  color: var(--primary-color);
}