body {
  font-family: Lato, sans-serif !important;
  background-color: #f5f7fb;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-color: transparent;
  background-color: transparent;
}
.header .navbar-brand img {
  height: 40px;
}
.header .navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: 0 0;
}
.header .navbar .navbar-nav .active > .nav-link,
.header .navbar .navbar-nav .nav-link:hover {
  color: #fff !important;
  width: 100%;
  font-weight: 600;
}
.header .navbar li {
  position: relative;
  line-height: 1em;
  padding: 10px 20px;
}
.header .navbar ul.navbar-nav li.nav-item.active:before,
.header .navbar ul.navbar-nav li.nav-item:hover:before {
  content: "";
  height: 5px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  background-color: #fff;
  background: linear-gradient(45deg, #fff 0, #fff 100%);
  left: 0;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.header .navbar .menu-item-list .dropdown-menu .dropdown-item {
  padding: 1rem 1.5rem;
}
.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .navbar .navbar-toggler {
  font-size: 24px;
  color: #fff;
  border: none;
}
.header .btn-login {
  padding-left: 20px;
  padding-right: 10px;
  color: #fff !important;
}
.header .sign-up {
  padding: 2px 15px;
}
.header .btn-outline-primary.sign-up {
  border-color: #fff !important;
  color: #fff !important;
  z-index: 9999;
}
.header a.btn-outline-primary.sign-up:hover {
  background: #fff !important;
  color: #333357 !important;
  z-index: 9999;
}
section.banner {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 180px 0 200px;
  background: #b85ade;
}
section.banner .contents {
  padding-top: 40px;
}
section.banner .contents .head-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: Arvo, serif;
}
section.banner .contents p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
section.banner .contents .head-button {
  color: #222;
}
section.banner .contents .head-button .btn-outline-primary.sign-up {
  color: #b85ade;
  font-weight: 600;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
section.banner .contents .head-button .btn-outline-primary.sign-up:hover {
  color: #b85ade;
  font-weight: 600;
  background: linear-gradient(45deg, #db17cb 0, #febe06 100%);
  border-color: #fff;
}
section.banner .intro-img img {
  animation: 5s ease-in-out infinite float;
}
section.core-services:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 390px;
  background: url(../images/wave_background.svg) center bottom/cover no-repeat
    #b85ade;
}
section.core-services {
  position: relative;
  padding: 289px 0 0;
}
section.our-services {
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #df2bb4, #f8a029);
  overflow: hidden;
}
section.our-services .contents .head-title {
  font-size: 48px;
  font-weight: 700;
  font-family: Arvo, serif;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
section.our-services .contents .border-line hr {
  max-width: 180px;
  margin: 10px auto;
  border: 2px solid #fff;
}
section.our-services .contents .desc {
  font-size: 17px;
  font-weight: 400;
  color: #ffffffd9;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.6;
}
section.our-services .feature-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 30px;
  margin: 20px auto;
  max-width: 420px;
  min-height: 420px;
  transition: 0.4s ease-in-out;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
section.our-services .feature-item .animation-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
section.our-services .feature-item .animation-box:before {
  content: "";
  width: 180px;
  height: 180px;
  background: url(../images/three_dot_circle.svg) center/contain no-repeat;
  animation: 10s linear infinite rotation;
  opacity: 0.3;
}
section.our-services .feature-item .animation-box .icon {
  position: absolute;
  font-size: 42px;
  color: #fff;
}
section.our-services .feature-item i {
  font-size: 52px;
  margin-bottom: 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
section.our-services .feature-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
section.our-services .feature-item p {
  font-size: 15px;
  color: #ffffffcc;
  text-align: center;
  transition: 0.3s ease-in-out;
}
section.our-services .feature-item:hover {
  transform: translateY(-10px);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.about-area .btn-signin,
section.our-services .feature-item:hover h3,
section.our-services .feature-item:hover i,
section.our-services .feature-item:hover p {
  color: #fff;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.about-area {
  background: #fff;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
}
section.about-area .contents {
  padding-top: 75px;
}
section.about-area .contents .head-title {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: Arvo, serif;
}
section.about-area .contents p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #abacae;
}
section.about-area .contents .head-button {
  margin-top: 30px;
  color: #222;
}
section.reviews {
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #fff0f5, #ffe4f0);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
section.reviews .contents .head-title {
  font-size: 48px;
  font-weight: 700;
  font-family: Arvo, serif;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
section.reviews .item {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 40px 30px;
  margin: 20px auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
section.reviews .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
section.reviews .item .person-info .name {
  font-family: Arvo, serif;
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 4px !important;
}
section.reviews .item .desc {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
section.reviews .item .star-icon {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 10px;
}
section.section-3 {
  position: relative;
  padding: 60px 0 40px;
  background: -webkit-linear-gradient(45deg, #df2bb4, #f8a029) !important;
  background: oldlinear-gradient(45deg, #df2bb4, #f8a029) -moz- !important;
  background: -o-linear-gradient(45deg, #df2bb4, #f8a029) !important;
  background: linear-gradient(45deg, #df2bb4, #f8a029) !important;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  color: #fff;
}
section.section-3.subscribe-form .email {
  background-color: #fff;
  border-radius: 30px;
  border: none;
  height: 50px;
  padding-left: 25px;
  padding-right: 150px;
}
section.section-3.subscribe-form .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.section-3 .btn-signin {
  color: #fff;
  height: 50px;
  background-image: linear-gradient(to right, #f0c 0, #339 51%, #f0c 100%);
}
.animatation-box-1,
.animation-2 {
  position: relative;
}
.animated {
  position: absolute;
}
.icon1 {
  left: -138px;
  animation: 5s ease-in-out infinite LTRScale;
}
.icon2 {
  right: -60px;
  animation: 10s ease-in-out infinite rotation;
}
.icon3 {
  top: 500px;
  left: -20px;
  right: 30px;
  z-index: 1;
  height: 80px;
  animation: 4s ease-in-out infinite fadeRTL;
}
.animation-2 .intro-img {
  animation: 3s infinite float;
}
.animation-2 .icon-1 {
  left: 300px;
  height: 30px;
  animation: 1.8s ease-in-out infinite fade-up;
}
.animation-2 .icon-2 {
  left: 360px;
  top: 35px;
  animation: 1.1s ease-in-out infinite fade-up;
}
.animation-2 .icon-3 {
  left: 210px;
  top: -32px;
  animation: 1.5s ease-in-out infinite fadeLTR;
}
.animation-2 .icon-4 {
  left: -14px;
  top: -32px;
  height: 35px;
  animation: 1.1s ease-in-out infinite heartBeat;
}
.animation-2 .icon-5 {
  left: 440px;
  top: 171px;
  height: 40px;
  animation: 1.8s ease-in-out infinite tada;
}
.animation-2 .icon-6,
.animation-2 .icon-7 {
  height: 35px;
  animation: 1.8s ease-in-out infinite tada;
}
.animation-2 .icon-6 {
  left: 117px;
  top: -75px;
}
.animation-2 .icon-7 {
  top: -61px;
  left: 350px;
}
.animation-2 .icon-10 {
  left: -62px;
  top: 107px;
  animation: 1.8s ease-in-out infinite tada;
}
.animation-2 .icon-tree {
  bottom: -4px;
  height: 135px;
  animation: 3s infinite float;
}
.header.shrink {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1) !important;
  transition: 0.4s ease-in-out;
}
.header.shrink .navbar .navbar-nav .nav-link {
  color: #22012f;
  cursor: pointer;
  position: relative;
  background: 0 0;
  font-weight: 500;
  transition: color 0.3s;
}
.header.shrink .navbar .navbar-nav .active > .nav-link,
.header.shrink .navbar .navbar-nav .nav-link:hover {
  color: #ff7a03 !important;
}
.header.shrink .navbar ul.navbar-nav li.nav-item.active:before,
.header.shrink .navbar ul.navbar-nav li.nav-item:hover:before {
  content: "";
  height: 4px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #fea921;
  background-image: linear-gradient(to right, #ff7802 0, #fea921 100%);
  border-radius: 20px;
}
.header.shrink .btn-login {
  color: #22012f !important;
  font-weight: 500;
  transition: color 0.3s;
}
.header.shrink .btn-login:hover {
  color: #fea921 !important;
  font-weight: 600;
}
.header.shrink .sign-up {
  padding: 4px 18px;
}
.header.shrink .btn-outline-primary.sign-up {
  border-color: #b85ade !important;
  color: #22012f !important;
  z-index: 9999;
  font-weight: 500;
  transition: 0.3s;
}
.header a.btn-outline-primary.btn-statistics,
.header.shrink a.btn-outline-primary.sign-up:hover {
  font-weight: 600;
  color: #fff !important;
  z-index: 9999;
  border-color: #fea921 !important;
  background-color: #fea921 !important;
  background-image: linear-gradient(
    to right,
    #ff7802 0,
    #fea921 100%
  ) !important;
  box-shadow: 0 4px 10px rgba(255, 122, 3, 0.3);
}
@media (max-width: 768px) {
  .header .navbar .menu-item-list .dropdown-menu {
    margin-top: 10px;
  }
  .header .navbar .navbar-nav {
    margin: 10px -35px 0 !important;
  }
  .header .navbar .navbar-nav li {
    line-height: 1em;
    padding: 8px 38px;
    border-bottom: 1px solid #ececec;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before,
  .header .navbar ul.navbar-nav li.nav-item:hover:before {
    display: none;
  }
  .header.shrink .navbar .navbar-toggler {
    color: #333;
  }
  .header .btn-login-signup {
    padding: 10px;
  }
  .header .btn-login {
    padding-left: 0 !important;
  }
  section.about-area .contents,
  section.banner .contents {
    text-align: center;
  }
  section.banner .box-image {
    margin-top: 150px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.auth-login-form {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-image: url(../images/bg_auth.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.auth-login-form .form-login {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 55px 54px;
}
.auth-login-form .form-login .site-logo {
  padding-bottom: 20px;
}
.auth-login-form .form-login .site-logo img {
  max-height: 60px;
}
.auth-login-form .form-login .btn-submit {
  height: 50px;
  color: #fff;
  text-transform: uppercase;
}
.about-area .btn-signin,
.auth-login-form .form-login .btn-submit {
  background-image: linear-gradient(
    to right,
    #feac5e 0,
    #c779d0 51%,
    #feac5e 100%
  );
}
.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px #eee;
}
.btn-gradient:hover {
  background-position: right center;
}
