html,
body {
  font-family: 'Nunito Sans';
  background: #f6f7ff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito Sans';
}

strong {
  font-weight: 600;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn {
  font-weight: 600;
}

.text-uppercase {
  letter-spacing: .0625rem;
}

.fa-ul li {
  margin-bottom: .75rem;
}

.text-primary {
  color: #22bab9 !important;
}

a.text-primary:hover {
  color: #26d0ce !important;
}

.text-primary-dark {
  color: #111b56;
}

a.text-primary-dark:hover {
  color: #1a2980 !important;
}

.font-weight-600 {
  font-weight: 600;
}

.text-back {
  position: absolute;
  top: -3rem;
  right: 2rem;
  font-size: 500%;
  font-weight: 700;
  opacity: .04;
  z-index: 0;
}

.rounded-xl {
  border-radius: 3rem;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(26, 41, 128, 0.175) !important;
}

.border-2x {
  border-width: 2px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.btn-primary {
  background: #E27D60;
  border-color: #E27D60;
}

.btn-primary:not(:disabled):not(.disabled):hover {
  background: #F2A57D;
  border-color: #F2A57D;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #E27D60;
  border-color: #E27D60;
}

.btn-dark {
  background: #0e4f4e;
  border-color: #0e4f4e;
}

.btn-dark:not(:disabled):not(.disabled):hover {
  background: #167a79;
  border-color: #167a79;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  background: #0e4f4e;
  border-color: #0e4f4e;
}

#page-container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  /* background-color: #fff; */
  background: #F0F4EA;
}

.container.container-big {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.container.container-footer {
  padding-top: 14rem;
  padding-bottom: 2rem;
}

.square {
  position: absolute;
  display: block;
  top: -5%;
  left: -5%;
  width: 100%;
  height: 700px;
  opacity: .08;
  z-index: 0;
  background: #1a2980;
  background: linear-gradient(to right, #1a2980, #26d0ce);
}

@media (min-width: 992px) {
  .square {
    width: 71%;
  }
}

.square-1 {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

.square-2 {
  left: -3%;
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}

.square-flipped.square {
  top: auto;
  right: -5%;
  bottom: -9%;
  left: auto;
  height: 500px;
  background: #26d0ce;
  background: linear-gradient(to right, #26d0ce, #1a2980);
}

@media (min-width: 992px) {
  .square-flipped.square {
    width: 80%;
  }
}

.square-flipped.square-1 {
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.square-flipped.square-2 {
  left: auto;
  right: -3%;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
}

.img-clip-overlay {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  will-change: transform;
}

.img-clip-overlay:hover {
  -webkit-transform: rotate3d(-0.5, 0.5, 0.1, 15deg);
          transform: rotate3d(-0.5, 0.5, 0.1, 15deg);
}

.bg-light {
  background-color: #f7f8fd !important;
}

.bg-dark {
  background-color: #F0F4EA !important;
}

.nav-header .nav-link {
  position: relative;
  padding: .375rem .125rem;
  font-weight: 600;
  color: #1a2980;
}

.nav-header .nav-link i {
  color: #26d0ce;
}

.nav-header .nav-link::before {
  position: absolute;
  top: -.25rem;
  right: -.75rem;
  bottom: -.25rem;
  left: -.75rem;
  content: '';
  background-color: transparent;
  transition: -webkit-transform .12s ease-out;
  transition: transform .12s ease-out;
  transition: transform .12s ease-out, -webkit-transform .12s ease-out;
}

.nav-header .nav-link:hover, .nav-header .nav-link:focus, .nav-header .nav-link.active {
  color: #111b56;
}

.nav-header .nav-link:hover::before, .nav-header .nav-link:focus::before, .nav-header .nav-link.active::before {
  background-color: rgba(26, 41, 128, 0.04);
}

.nav-header .nav-link:active::before {
  -webkit-transform: skewY(-3deg) translateX(-2px);
          transform: skewY(-3deg) translateX(-2px);
}

.nav-header .nav-link + .nav-link {
  margin-left: 2rem;
}
