@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-variant-ligatures: no-common-ligatures;
}

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

.fullscreen {
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  font-size: 6rem;
  line-height: 7rem;
}
@media only screen and (max-device-width: 767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 4.2rem;
  line-height: 5rem;
}
@media only screen and (max-device-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 3.6rem;
  line-height: 4.2rem;
}
@media only screen and (max-device-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.8rem;
}
@media only screen and (max-device-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
}
@media only screen and (max-device-width: 767px) {
  h5 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1.6rem;
}

textarea {
  resize: none;
}

.btn {
  height: 5rem;
  line-height: 4.8rem;
  font-size: 1.8rem;
  padding: 0 3rem;
  transition: all 0.3s ease-in-out;
  text-shadow: none !important;
  font-weight: 700;
  /*background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);*/
  background-color: #0093E9;
  color: white;
}
.btn:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5), 0 0 0 1rem #0093E9, 0 1rem 2rem rgba(0, 0, 0, 0.3);
  color: #0093E9;
  background: #fff;
  border-color: #0093E9;
}

.btn-rounded {
  border-radius: 2.5rem;
}

.form-control, .form-select {
  line-height: 4rem;
  border-radius: 0;
  font-size: 1.6rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
}

label {
  font-size: 1.6rem;
  font-weight: 600;
}

.form-check-input {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 0.3rem;
}

@media only screen and (max-device-width: 767px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

button:focus {
  outline: 0;
}

.grey-bg {
  background: #f4f4f4 !important;
}

header .navbar {
  height: 6rem;
  background: white;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /*backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );*/
}
header .navbar .navbar-brand {
  display: inline-block;
  height: 4.8rem;
  width: auto;
}
header .navbar .navbar-brand img {
  padding-top: 0.5rem;
  height: 90%;
  width: auto;
}
header .navbar .navbar-toggler {
  padding: 0;
  border: none;
  outline: none;
  color: #323232;
}
header .navbar .navbar-toggler #menu::before {
  font-size: 2rem;
  font-family: "themify";
  content: "";
  font-style: normal;
}
header .navbar .navbar-toggler #menu.clicked::before {
  content: "";
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media only screen and (max-device-width: 767px) {
  header .navbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.97);
    margin-top: 0.7rem;
    margin-left: -2rem;
    margin-right: -2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
  }
}
header .navbar .navbar-nav .nav-item {
  margin-left: 3rem;
}
@media only screen and (max-device-width: 767px) {
  header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #323232;
  position: relative;
  height: 6rem;
  line-height: 6rem;
  padding: 0;
}
@media only screen and (max-device-width: 767px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 2rem;
  left: calc(50% - 1rem);
  bottom: 0;
  background: #0093E9;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  left: 0;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #0093E9;
}
header.home .navbar {
  background: transparent;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /*backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );*/
}
header.home .navbar .navbar-nav .nav-item {
  margin-left: 3rem;
}
@media only screen and (max-device-width: 767px) {
  header.home .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.home .navbar .navbar-nav .nav-item .nav-link {
  color: white;
}
header.home .navbar .navbar-nav .nav-item .nav-link::after {
  background: #fff;
}
header.home .navbar .navbar-toggler {
  color: #fff;
}
@media only screen and (max-device-width: 767px) {
  header.home .navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0.7rem;
  }
}

section {
  padding: 8rem 0;
}

.hero {
  background: url(../images/web-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #141E30;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.7;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero #video-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .banner-content {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.4);
  width: 50%;
  /*background: rgba(255,255,255,.2);
  padding: 3rem;
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(255,255,255,.5);
  backdrop-filter: blur(0.4rem);
  */
}
@media only screen and (max-device-width: 767px) {
  .hero .banner-content {
    width: 100%;
    text-align: center;
  }
}
.hero .banner-content .title {
  font-size: 7rem;
  line-height: 8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-device-width: 767px) {
  .hero .banner-content .title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

.inner-page {
  background: url(../images/bg.jpg) no-repeat center fixed;
  background-size: cover;
}

.wizard {
  position: relative;
  z-index: 1;
  background: white;
  padding: 3rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  width: 70%;
  margin: auto;
}
@media only screen and (max-device-width: 767px) {
  .wizard {
    padding: 1.5rem;
    width: 100%;
  }
}
.wizard .form-group {
  margin: 2rem 0 0;
}
.wizard .form-wizard fieldset {
  display: none;
}
.wizard .form-wizard fieldset.active {
  display: block;
}
.wizard .form-wizard h4 {
  text-align: center;
}
.wizard .form-wizard .color-pick {
  width: 3rem;
  height: 3rem;
  border: 0.4rem solid white;
  margin: 1rem;
  margin-left: 0;
  cursor: pointer;
}
.wizard .form-wizard .btn-next, .wizard .form-wizard .btn-prev {
  height: 5rem;
  line-height: 4.8rem;
  font-size: 1.8rem;
  padding: 0 3rem;
  transition: all 0.3s ease-in-out;
  text-shadow: none !important;
  font-weight: 700;
  /*background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);*/
  background-color: #0093E9;
  color: white;
  margin-top: 2rem;
}
.wizard .form-wizard .btn-next:hover, .wizard .form-wizard .btn-prev:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5), 0 0 0 1rem #0093E9, 0 1rem 2rem rgba(0, 0, 0, 0.3);
  color: #0093E9;
  background: #fff;
  border-color: #0093E9;
}
.wizard .form-wizard .form-check-inline {
  margin-right: 3rem;
  max-width: calc(25% - 3rem);
}
@media only screen and (max-device-width: 767px) {
  .wizard .form-wizard .form-check-inline {
    margin-right: 1rem;
  }
}
.wizard .form-wizard .form-check-inline.box {
  margin-right: 1rem !important;
  max-width: 25%;
  width: calc(25% - 1rem);
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  padding: 1rem;
}
.wizard .form-wizard .form-check-inline.box .logo-sample {
  width: 100%;
}
.wizard #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
.wizard #progressbar li {
  list-style-type: none;
  color: #323232;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-device-width: 767px) {
  .wizard #progressbar li {
    font-size: 0.7rem;
    letter-spacing: -0.2px;
  }
}
.wizard #progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  border: 1px solid #ccc;
}
.wizard #progressbar li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
  /*put it behind the numbers*/
}
.wizard #progressbar li:first-child:after {
  content: none;
}
.wizard #progressbar li.active:before, .wizard #progressbar li.active:after {
  background: #0093E9;
  border: 1px solid #0093E9;
  color: white;
}
.wizard .colorpick-eyedropper-input-trigger {
  display: none;
}

.template-preview {
  border: 0.1rem solid #ccc;
  height: 40rem;
  transition: all 8s ease-in-out;
  background-size: 100% auto !important;
  background-position: center top !important;
}
.template-preview:hover {
  background-position: center bottom !important;
}
.template-preview.one {
  background: url(../images/template-1.png) no-repeat;
}
.template-preview.two {
  background: url(../images/template-2.png) no-repeat;
}

.pricing-wrapper {
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 0 5rem;
  margin: 0 0 3rem;
  transition: 0.3s ease-in-out;
  margin-top: -5rem;
}
.pricing-wrapper:hover {
  border-color: #f0f0f0;
  border-radius: 0.1875rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  z-index: 1;
}
@media only screen and (max-device-width: 767px) {
  .pricing-wrapper {
    margin-bottom: 10rem;
  }
}
.pricing-wrapper .pricing-header {
  position: relative;
  border-bottom: 0.1rem solid #0093E9;
  padding: 3rem 0;
}
.pricing-wrapper .pricing-header .pricing-icon {
  line-height: 1;
  font-size: 4rem;
  color: #0093E9;
  margin: 0 0 20px;
}
.pricing-wrapper .pricing-header .pricing-title {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 2rem;
  margin: 0;
}
.pricing-wrapper .pricing-price {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  font-size: 4rem;
  color: #323232;
}
.pricing-wrapper .pricing-price > span {
  position: absolute;
  display: block;
  left: -15px;
  top: 18px;
  font-size: 1.8rem;
}
.pricing-wrapper .pricing-body {
  height: 20rem;
  text-align: left;
}
.pricing-wrapper .pricing-body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  margin: auto -3rem;
}
.pricing-wrapper .pricing-body .fa-ul {
  margin-left: 0;
}
.pricing-wrapper .pricing-body .fa-ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.pricing-wrapper .pricing-body .fa-ul li .fa {
  color: #0093E9;
  display: none;
}
.pricing-wrapper .pricing-footer {
  padding: 34px 0 45px;
}

.inner-banner {
  height: 25rem;
  padding-bottom: 0;
  padding-top: 10rem;
  /*background: url(../images/web-banner3.jpg) no-repeat center -35rem fixed;
  background-size: cover;*/
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  position: relative;
  /*&::after {
  	content: "";
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	position: absolute;
  	background: rgba(255,255,255,.7);
  }*/
}
.inner-banner .inner-banner-content {
  position: relative;
  z-index: 1;
  color: white;
}

.sub-section {
  position: relative;
  z-index: 1;
  background: white;
  padding: 8rem 0;
  background: url(../images/bg.jpg) no-repeat center fixed;
  background-size: cover;
}
.sub-section .section-title {
  max-width: 60rem;
  margin-bottom: 3rem;
}
.sub-section .section-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub-section .section-title-content {
  max-width: 60rem;
  margin-bottom: 3rem;
}
.sub-section .section-title-content.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub-section .image-box {
  position: relative;
  height: 30rem;
  background: transparent;
  display: flex;
  align-items: center;
  /*border: 0.1rem solid #0093E9;
  box-shadow: 2rem 2rem 0 #0093E9;*/
}
@media only screen and (max-device-width: 767px) {
  .sub-section .image-box {
    width: 100%;
    box-shadow: none;
    border: none;
  }
}

.icon-box {
  padding: 2rem;
  border: 0.1rem solid #ededed;
  background: white;
  margin-bottom: 2rem;
  min-height: 27rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.icon-box::after {
  content: "";
  position: absolute;
  height: 0.4rem;
  width: 0%;
  bottom: -0.1rem;
  left: 50%;
  background: #0093E9;
  transition: all 0.3s ease-in-out;
}
.icon-box:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
.icon-box:hover::after {
  width: 100%;
  left: 0;
}
.icon-box .img-box {
  margin: -2rem -2rem 0rem;
  overflow: hidden;
  max-height: 20rem;
  position: relative;
}
.icon-box .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10rem;
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
}
.icon-box .img-box img {
  transform: scale(1);
  transition: all 5s ease-in-out;
}
.icon-box .icon-box-icon {
  font-size: 4rem;
  margin: 0 0 10px;
  color: #0093E9;
  transition: all 0.3s ease-in-out;
  display: none;
}
.icon-box:hover .icon-box-icon {
  transform: translateY(-1rem);
}
.icon-box:hover .img-box img {
  transform: scale(1.5);
}
.icon-box .icon-box-title h5 {
  line-height: 3rem;
}

.big-title {
  position: relative;
  margin-bottom: 2rem;
}
.big-title::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 0.2rem;
  background: #0093E9;
  top: -1rem;
  left: 0;
}
.big-title ~ p {
  font-size: 2rem;
}

footer {
  color: white;
}
footer .footer-social {
  list-style: none;
}
footer .footer-social li a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  background: white;
  color: #0093E9;
  text-align: center;
  line-height: 4rem;
}
footer .footer-links {
  list-style: none;
}
footer .footer-links li {
  line-height: 3.6rem;
  font-size: 1.6rem !important;
}
footer .footer-links li a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
