
/* -----------------------
[Master Stylesheet]

Template Name: Formtee - Contact Form
Template Author: Theme-Life
Version: 1.0.0

[Table of Contents]
    * Template CSS
        + Core css
        + Welcome area css
        + Demo area css
        + Basic Form area css
        + Contact Form 1 Css
        + Contact Form 2 Css
        + Contact Form 3 Css
        + Contact Form 4 Css
        + Responsive Css


# [font]

----------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&amp;display=swap');

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #8480ae;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  font-weight: 800;
  color: #1f0757;
  letter-spacing: -1px;
}

h5,
h6 {
  letter-spacing: -0.5px;
}

p {
  font-size: 1rem;
  color: #8480ae;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  text-decoration: none;
  outline: 0 solid transparent;
  font-weight: 600;
}

ul,
ol {
  margin: 0;
  padding-left: 1rem;
}

ul li,
ol li {
  text-decoration: none;
}

ul li:hover,
ul li:focus,
ol li:hover,
ol li:focus {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  .container {
    max-width: 420px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.vbox-container {
  overflow-y: hidden;
  padding: 1rem !important;
}

.vbox-content {
  padding: 20px 4%;
  max-height: calc(100vh - 40px) !important;
}

.vbox-close {
  top: 1.25rem;
  right: 2.25rem;
  padding: 0;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-content {
  border: none;
}

.modal-dialog {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 650px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 1000px;
  }
}

.modal-dialog .modal-body {
  padding: 3rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#scrollToTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  background-color: #003fe0;
  font-size: 1rem;
  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%;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media only screen and (min-width:992px) {
  #scrollToTop {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

#scrollToTop.scrolltop-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scrollToTop.scrolltop-hide {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.scroll-down {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  width: 6rem;
  height: 6rem;
  background-color: #F6F7Fb;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 2.25rem;
}

.scroll-down i {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.scroll-down:hover,
.scroll-down:focus {
  background-color: #1f0757;
  color: #ffffff;
}

.scroll-down::after {
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  border: 2px dashed #8480ae;
  -webkit-animation: rotate360deg 10s linear 0s infinite;
  animation: rotate360deg 10s linear 0s infinite;
}

@-webkit-keyframes rotate360deg {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate360deg {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.newsletter-card {
  background-color: rgba(255, 193, 7, 0.06);
}

.newsletter-card form .form-control {
  height: 55px;
}

.btn {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  border: 0;
  border-radius: 0.5rem;
}

.btn.rounded-pill {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn::after {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  left: -10%;
}

.btn:hover,
.btn:focus {
  font-weight: 600;
}

.btn:hover::after {
  width: 120%;
}

.btn>i {
  font-size: 110%;
  margin-left: 0.375rem;
}

.btn.btn-outline-primary,
.btn.btn-outline-secondary,
.btn.btn-outline-success,
.btn.btn-outline-danger,
.btn.btn-outline-warning,
.btn.btn-outline-info,
.btn.btn-outline-light,
.btn.btn-outline-dark {
  border-style: solid;
  border-width: 2px !important;
}

.btn.btn-outline-primary::after,
.btn.btn-outline-secondary::after,
.btn.btn-outline-success::after,
.btn.btn-outline-danger::after,
.btn.btn-outline-warning::after,
.btn.btn-outline-info::after,
.btn.btn-outline-light::after,
.btn.btn-outline-dark::after {
  display: none;
}

.btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1.125rem;
  border-radius: 0.6rem;
}

.btn-lg.rounded-pill {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 14px;
  border-radius: 0.4rem;
}

.btn-link {
  color: #010620;
  font-size: 1rem;
  padding: 0;
  text-decoration: none;
  border-radius: 0;
}

.btn-link::after {
  display: none;
}

.btn-link:hover,
.btn-link:focus {
  color: #003fe0;
}

.btn-video {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #F6F7Fb;
  text-align: center;
  padding: 0;
  line-height: 2.25rem;
  font-size: 1.5rem;
}

.btn-video i {
  margin-left: 0;
  padding-left: 2px;
}

.btn-video:hover,
.btn-video:focus {
  background-color: #003fe0 !important;
  color: #ffffff;
}

.btn-circle {
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  font-size: 1rem;
}

.btn-primary {
  background-color: #003fe0;
}

.btn-success {
  background-color: #146c43;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-warning {
  background-color: #ffc107;
}

.btn-info {
  background-color: #0dcaf0;
}

.btn-dark {
  background-color: #010620;
}

.btn-dark::after {
  display: none !important;
}

.btn-pink {
  color: #ffffff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-pink:hover,
.btn-pink:focus {
  color: #ffffff;
  background-color: #da4891;
  border-color: #da4891;
}

.text-primary {
  color: #003fe0 !important;
}

.text-secondary {
  color: #8480ae !important;
}

.text-success {
  color: #146c43 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-dark {
  color: #010620 !important;
}

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

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mr-auto {
  margin-left: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-gray {
  background-color: #F6F7Fb !important;
}

.bg-heading {
  background-color: #1f0757 !important;
}

.bg-primary {
  background-color: #003fe0 !important;
}

.bg-secondary {
  background-color: #8480ae !important;
}

.bg-success {
  background-color: #146c43 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

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

.exp-btn {
  background-color: #0079ff;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
}

.exp-btn:hover {
  color: #fff;
}

.divider {
  display: block;
  width: 100%;
  min-height: 1px;
  padding-bottom: 69px;
}

@media only screen and (min-width:992px) {
  .divider {
    padding-bottom: 99px;
  }
}

@media only screen and (min-width:1200px) {
  .divider {
    padding-bottom: 119px;
  }
}

.divider3 {
  display: block;
  width: 100%;
  min-height: 1px;
  padding-bottom: 59px;
}

@media only screen and (min-width:992px) {
  .divider3 {
    padding-bottom: 69px;
  }
}

.card {
  border: 0;
  border-radius: 0.75rem;
}

.card-body {
  padding: 2rem;
}

.small-thumbnail {
  width: 38px;
  border-radius: 50%;
  height: 38px;
}

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

.text-small {
  font-size: 12px;
}

.text-focused {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.text-outlined {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #1f0757;
}

.border-line {
  display: block;
  width: 4rem;
  height: 0.375rem;
  background-color: #d63384;
  border-radius: 1rem;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0c29;
  background: -o-linear-gradient(left, #24243e, #302b63, #0f0c29);
  background: -webkit-gradient(linear, left top, right top, from(#24243e), color-stop(#302b63), to(#0f0c29));
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
  opacity: 0.75;
  z-index: -10;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #F6F7Fb;
  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;
  overflow: hidden;
}

.header-area {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: transparent;
}

.header-area .navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #1f0757;
  width: 2rem;
  height: 2rem;
  line-height: 1;
}

.header-area .navbar-toggler i {
  line-height: 1;
}

.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-area .navbar-nav-scroll {
  max-height: 50vh;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav-scroll {
    max-height: 90vh;
  }
}

.header-area .navbar {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header-area .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1 !important;
}

.header-area .navbar .navbar-brand>img {
  max-height: 1.25rem;
}

@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand>img {
    max-height: 1.5rem;
  }
}

@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand {
    border-right: 2px solid #dee1e6;
    padding-right: 1.5rem;
    margin-right: 0.5rem;
  }
}

@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    border-right: 2px solid #dee1e6;
    padding-right: 3rem;
    margin-right: 2rem;
  }
}

.header-area .navbar-nav li>a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  text-transform: capitalize;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li>a {
    padding: 1.65rem 1rem;
  }
}

.header-area .navbar-nav li>a:hover,
.header-area .navbar-nav li>a:focus {
  color: #fff !important;
}

.header-area .navbar-nav li ul {
  list-style: none;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border-radius: 0.5rem;
  display: none;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li ul {
    padding: 1rem 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: calc(100% + 1rem);
    width: 13rem;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid #dee1e6;
  }
}

.header-area .navbar-nav li ul li a {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  font-size: 1rem;
  padding: 0.375rem 1rem;
  color: #1f0757;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li ul li a {
    padding: 0.375rem 1.75rem;
  }
}

.header-area .navbar-nav li ul li a:hover,
.header-area .navbar-nav li ul li a:focus {
  background-color: transparent;
  color: #003fe0;
}

@media only screen and (min-width:992px) {

  .header-area .navbar-nav li ul li a:hover,
  .header-area .navbar-nav li ul li a:focus {
    color: #003fe0;
  }
}

.header-area .navbar-nav li.dropdown-list {
  position: relative;
  z-index: 1;
}

.header-area .navbar-nav li.dropdown-list .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #1f0757;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1rem;
  padding-right: 0.75rem;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.dropdown-list .dropdown-toggler {
    display: none;
  }
}

.header-area .navbar-nav li.dropdown-list>a {
  position: relative;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.dropdown-list>a::after {
    position: relative;
    right: 0;
    top: 2px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    content: "\f282";
    font-size: 14px;
    color: #1f0757;
    display: inline-block;
    font-family: "bootstrap-icons";
    margin-left: 0.375rem;
  }
}

@media only screen and (min-width:992px) {

  .header-area .navbar-nav li.dropdown-list:hover ul,
  .header-area .navbar-nav li.dropdown-list:focus ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header-area .navbar-nav li.dropdown-list .dropdown-list .dropdown-toggler {
  right: 1rem;
}

.header-area .navbar-nav li.dropdown-list .dropdown-list>a {
  position: relative;
  padding-right: 1.375rem;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.dropdown-list .dropdown-list>a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    content: "\f285";
  }
}

.header-area .navbar-nav li.dropdown-list .dropdown-list ul {
  display: none;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.dropdown-list .dropdown-list ul {
    margin-left: 0.25rem;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 12rem;
  }
}

@media only screen and (min-width:992px) {

  .header-area .navbar-nav li.dropdown-list .dropdown-list:hover ul,
  .header-area .navbar-nav li.dropdown-list .dropdown-list:focus ul {
    visibility: visible;
    opacity: 1;
  }
}

.header-area .navbar-nav li:hover>a,
.header-area .navbar-nav li:focus>a {
  color: #003fe0;
}

.header-area .navbar-nav li:hover.dropdown-list>a::after,
.header-area .navbar-nav li:focus.dropdown-list>a::after {
  color: #003fe0;
}

.header-area .navbar-collapse {
  margin-top: 0.75rem;
  border-top: 1px solid #dee1e6;
  padding-top: 0.75rem;
}

@media only screen and (min-width:992px) {
  .header-area .navbar-collapse {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}

.header-area.sticky {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  border-bottom-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media only screen and (min-width:992px) {
  .header-area.sticky .navbar {
    height: 80px;
  }
}

.header-area.menu-expand {
  background-color: #ffffff;
  border-bottom: 1px solid #dee1e6;
}

.header-area.header2 .navbar-toggler {
  color: #ffffff;
}

@media only screen and (min-width:992px) {
  .header-area.header2 .navbar .navbar-brand {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.header-area.header2 .navbar .navbar-toggler {
  background-color: #010620;
}

.header-area.header2 .navbar-nav li>a {
  color: #ffffff;
}

.header-area.header2 .navbar-nav li>a:hover,
.header-area.header2 .navbar-nav li>a:focus {
  color: #ffc107;
}

.header-area.sticky .navbar-nav li>a {
  color: #111;
}

@media only screen and (min-width:992px) {
  .header-area.header2 .navbar-nav li ul {
    background-color: #1f0757;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 0;
  }
}

.header-area.header2 .navbar-nav li ul li a {
  color: #ffffff;
}

.header-area.header2 .navbar-nav li ul li a:hover,
.header-area.header2 .navbar-nav li ul li a:focus {
  color: #ffc107;
}

@media only screen and (min-width:992px) {

  .header-area.header2 .navbar-nav li ul li a:hover,
  .header-area.header2 .navbar-nav li ul li a:focus {
    color: #ffc107;
  }
}

.header-area.header2 .navbar-nav li.dropdown-list .dropdown-toggler {
  background-color: transparent;
  color: #ffffff;
}

@media only screen and (min-width:992px) {
  .header-area.header2 .navbar-nav li.dropdown-list>a::after {
    color: #ffffff;
  }
}

.header-area.header2 .navbar-nav li:hover>a,
.header-area.header2 .navbar-nav li:focus>a {
  color: #ffc107;
}

.header-area.header2 .navbar-nav li:hover.dropdown-list>a::after,
.header-area.header2 .navbar-nav li:focus.dropdown-list>a::after {
  color: #ffc107;
}

.header-area.header2.sticky {
  background-color: #1f0757;
}

.header-area.header2.menu-expand {
  background-color: #1f0757;
  border-bottom: 0;
}

.header-area.header2.menu-expand .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-logo>img {
  max-height: 1.5rem;
}

@media only screen and (min-width:992px) {
  .footer-logo>img {
    max-height: 1.875rem;
  }
}

.footer-social-icon a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  margin-left: 0.5rem;
  border-radius: 50%;
  color: #8480ae;
  text-align: center;
  line-height: 2.25rem;
  font-size: 14px;
}

.footer-social-icon a:first-child {
  margin-left: 0;
}

.footer-social-icon a:hover,
.footer-social-icon a:focus {
  color: #ffffff;
  background-color: #003fe0;
}

.quick-links-nav li a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

.quick-links-nav li a:hover,
.quick-links-nav li a:focus {
  color: #003fe0;
}

.quick-links-nav li:last-child a {
  margin-bottom: 0;
}

.footer-newsletter form {
  position: relative;
  z-index: 1;
}

.footer-newsletter form button {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #1f0757;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5rem;
  border: 0;
  color: #ffffff;
  z-index: 100;
}

.footer-newsletter form button:hover,
.footer-newsletter form button:focus {
  background-color: #003fe0;
}

.magnet-link:hover,
.magnet-link:focus {
  cursor: pointer;
}

.magnet-cursor,
.magnet-circle {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

.magnet-cursor {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #6a8cff;
  -webkit-transform: translate(var(--x), var(--y));
  -ms-transform: translate(var(--x), var(--y));
  transform: translate(var(--x), var(--y));
  z-index: 1000000;
}

.magnet-circle {
  width: 1.75rem;
  height: 1.75rem;
  top: -2px;
  left: -2px;
  border: 2px solid #b6d9ff;
  background-color: transparent;
  z-index: 100000;
}

.reset .magnet-cursor {
  background-color: #003fe0;
}

.reset .magnet-circle {
  border-color: transparent;
  background-color: rgba(106, 140, 255, 0.4);
}

.top-logo {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

@media only screen and (min-width:992px) {
  .top-logo {
    top: 50px;
  }
}

.top-logo a {
  display: block;
}

.top-logo a img {
  max-height: 1.5rem;
}

@media only screen and (min-width:992px) {
  .top-logo a img {
    max-height: 1.875rem;
  }
}

.primary-btn {
  background-color: #0079ff;
  color: #fff;
}

.primary-btn:hover {
  background-color: #2388fc;
  color: #fff;
}

/* Core css */
.btn-primary {
  background-color: #0079ff;
}

.card {
  background-color: #fff;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(239, 243, 253);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 50px;

}

/* Welcome area css */
.hero-section {
  position: relative;
  height: 550px;
  background-color: #fff;
}

.wel-shaope {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.welcome-text {
  position: relative;
  z-index: 9;
}

.welcome-img {
  position: relative;
  z-index: 99;
}

.welcome-text h2 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 900;
}

.welcome-text h2 span {
  color: #0079ff;
  text-decoration: underline;
}

.welcome-text p {
  font-size: 20px;
  margin-bottom: 30px;
}

/* Demo area css */

.demo-area {
  padding: 10px 0;
}

.heading-title {
  margin-bottom: 70px;
}

.heading-title h3 {
  font-size: 36px;
}

.heading-title p {
  font-size: 18px;
}

.tab-nav-area {
  background-color: #eff3fd;
  border-radius: 30px;
}

.tab-nav-area li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 50%;
  width: 100%;
  background-color: #eff3fd;
  border-radius: 30px;
  text-align: center;
}

.nav-pills .nav-link {
  padding: 15px;
  border-radius: 30px 0 0 30px;
  width: 100%;
  color: #1f0757;
  font-weight: 600;
}

.tab-nav-area li:nth-child(2) {
  border-radius: 30px;
}

.nav-link.two,
.nav-link.three,
.nav-link.four {
  border-radius: 30px;
}

.nav-link.five {
  border-radius: 0 30px 30px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  width: 100%;
  background-color: #0079ff;
}

/* Basic Form area css */


.tab-title h2 {
  font-size: 24px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.tab-title h2::after {
  background-color: #ebebeb;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.tab-title h4 {
  font-size: 18px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.tab-title h4::after {
  background-color: #FF0000;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.form-label {
  color: #1f0757;
  font-weight: 600;
  font-size: 14px;
}

.basic-form-area .form-control {
  background-color: #f3f6fb;
  border: 2px solid #ebebeb;
  font-size: 14px;
  color: #8480ae;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px;
}

.basic-form-area .form-control:focus {
  border-color: #0079ff;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Contact Form 1 Css */

.contact-form-1 .form-control {
  border: none;
  border-bottom: 2px solid #ebebeb;
  border-radius: 0;
  padding: 15px 0;
  fill: #8480ae;
}

.contact-form-1 .form-label {
  text-transform:none;
}

.mb-20 {
  margin-bottom: 30px;
}

.contact-form-1 .form-select {
  border: none;
  border-bottom: 2px solid #ebebeb;
  border-radius: 0;
  padding: 15px 0;
  cursor: pointer;
  color: #8480ae;
}

.contact-form-1 .form-control:focus {
  border-color: #1f0757;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-1 .form-select:focus {
  border-color: #1f0757;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-1 .nice-select {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 2px solid #ebebeb;
  height: 57px;
  border-radius: 0;
}

.contact-form-1 .nice-select.open .list {
  width: 100%;
  min-height: 0px;
  max-height: 250px;
  overflow-y: scroll;
}

/* Contact form 2 css */

.contact-form-content-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  gap: 32px;
}

.contact-form-2 {
  background-color: #fff;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(239, 243, 253);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);

  margin-top: 50px;

}

.form-left-card {
  background-color: #0079ff;
  border-radius: 12px 0 0 12px;
  padding: 40px;
}

.contact-form-2-card {
  padding: 40px;
  position: relative;
}

.contact-form-2-card .form-label {
  color: #1f0757;
  font-size: 13px;
  text-transform: uppercase;
}

.mb-15 {
  margin-bottom: 15px;
}

.contact-form-2-card .form-control {
  border: 2px solid #ebebeb;
  border-radius: 30px;
  padding: 12px 15px;
  font-size: 14px;
  fill: #8480ae;
  font-weight: 600;
}

.contact-form-2-card .form-control:focus {
  color: #1f0757;
  border-color: #0079ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-left-card h3 {
  color: #fff;
}

.form-left-card p {
  color: #fff;
  margin-bottom: 0;
}

.contact-info {
  padding-left: 0;
  margin-top: 50px;
}

.contact-info li {
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
}

.contact-info li:last-child {
  margin-bottom: 0;
}

.contact-social-area ul {
  padding: 0;
}

.form-left-card {
  position: relative;
}

.contact-social-area {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.contact-social-area ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.contact-social-area ul li a {
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.0);
}

.contact-social-area ul li:hover a {
  background-color: rgba(255, 255, 255, 0.20);
}

/* Contact form 3 css */
.captcha-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-left-card {
  position: relative;
}

.form-left-card.three {
  background-color: #1f0757;
  position: relative;
  overflow: hidden;
}

.circle-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: z;
}

.hand-shape {
  position: absolute;
  right: 15%;
  bottom: 0;
}

.hand-shape img {
  width: 80px;
}

.contact-info {
  position: relative;
  z-index: 9;
}

.form-left-card h3 {
  position: relative;
  z-index: 9;
}

.sun-circle {
  position: absolute;
  right: -106px;
  bottom: -61px;
}

.contact-social-area.three ul li a {
  font-size: 18px;
}

.form-left-card.three ul li {
  margin-bottom: 22px;
}

.contact-form-2-card.three .form-control {
  border-radius: 6px;
  background-color: #fff;
  border: none;
}

.contact-form-2-card.three {
  background-color: #eff3fd;
}

.contact-form-content-area.three {
  gap: 0;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.capcha-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.terms-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.heading-title-2 h2 {
  color: #fff;
  position: relative;
  z-index: 9;
  border-bottom: 3px solid #383c8a;
  display: inline-block;
  padding-bottom: 7px;
}

.captcha-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.capcha-form {
  width: 75px;
}

.plus-point {
  margin: 0 10px;
  font-size: 25px;
  line-height: 1;
}

.captcha-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number-form {
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 0;
}

/* Contact form 4 css */
.form-left-card.four {
  background-color: #0079ff;
}

.gm-wrap {
  margin-top: 30px;
}

.gm-wrap iframe {
  border-radius: 0.5rem;
  width: 100%;
  height: 150px;
  border: 0;
}

.contact-form-2-card.four {
  background-color: #240c5b;
}

.contact-form-2-card.four .form-control {
  background-color: #341e67;
  border-radius: 6px;
  border: none;
  color: #9e9db6;
  -webkit-text-fill-color: #9e9db6;
}

.contact-form-2-card.four .form-label {
  color: #fff;
}

.contact-form-content-area.four {
  gap: 0;
}

.number-form.two {
  background-color: #473375;
  color: #fff;
}

.capcha-form.two {
  background-color: #473375;
  border: none;
  border-radius: 3px;
  height: 30px;
}

.form-left-card.four {
  position: relative;
  overflow: hidden;
}

.round-shape-box div {
  border-style: solid;
  border-width: 10px;
  border-color: rgba(235, 235, 235, 0.05);
  border-radius: 50%;
  width: 144px;
  height: 144px;
  display: inline-block;
  z-index: 115;
}

.round-shape-box div:first-child {
  position: absolute;
  right: -10px;
  bottom: -11px;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.1);
}

.round-shape-box div:nth-child(2) {
  position: absolute;
  right: -42px;
  bottom: 23px;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.1);
}

.round-shape-box div:last-child {
  position: absolute;
  right: 27px;
  bottom: -51px;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Featurs area css */

.features-area {
  padding: 30px 0;
  background-color: #eff3fd;
}

.single-featurs-card {
  background-color: #fff;
  border-radius: 12px;
  border: #6495ED 1px solid;
  padding: 30px;
  margin-bottom: 32px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 99;
  text-align: center;
}

.single-featurs-card h4 {
  font-size: 20px;
}

.patterne-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.featurs-card-icon {
  /*width: 60px;
  height: 60px;*/
  justify-content: center;
  line-height: 46px;
  font-size: 30px;
  color: #0079ff;
  border-style: solid;
  text-align: center;
  border-width: 2px;
  border-color: rgb(0, 121, 255);
  
  background-color: rgba(0, 121, 255, 0.149);
  margin-bottom: 20px;
  
}

.single-featurs-card p {
  margin-bottom: 0;
}

.single-featurs-card:hover {
  -webkit-box-shadow: 0 0px 4px 6px rgb(0, 119, 255, 07%);
  box-shadow: 0 0px 4px 6px rgb(0, 119, 255, 07%);
}

.single-featurs-card:hover .patterne-img {
  opacity: 1;
}

/* Cta area css */

.cta-area {
  padding: 100px 0;
}

.cta-content-card {
  border: 1.5px solid #ebebeb;
  border-radius: 10px;
  padding: 50px;
}

.cta-content-card {
  position: relative;
}

.cta-shape {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.cta-shape img {
  width: 250px;
}

.arrow-shape img {
  -webkit-transform: rotate(-57deg);
      -ms-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.arrow-shape {
  margin-left: 30px;
}

/* Responsive css */

@media (min-width: 768px) and (max-width: 991px) {
  .nav-pills .nav-link {
    padding: 15px 8px;
    font-size: 14px;
  }

  .contact-form-content-area {
    gap: 0;
  }

  .contact-form-2-card {
    padding: 40px 20px;
  }

  .form-check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .terms-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .captcha-area {
    margin-bottom: 20px;
  }

  .welcome-img {
    display: none;
  }

  .welcome-text h2 {
    font-size: 49px;
  }

  .hero-section {
    height: 500px;
  }

  .welcome-text {
    margin-top: 100px;
  }

  .wel-shaope {
    display: none;
  }

  .header-area .navbar-toggler {
    font-size: 30px;
  }

  .header-area .navbar .navbar-brand>img {
    max-height: 2rem;
  }

  .header-area .navbar-nav li>a {

    color: #111;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .nav-pills .nav-link {
    padding: 15px 8px;
    font-size: 14px;
  }

  .contact-form-content-area {
    gap: 0;
  }

  .contact-form-2-card {
    padding: 40px 20px;
  }

  .form-check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .terms-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .captcha-area {
    margin-bottom: 20px;
  }

  .welcome-img {
    display: none;
  }

  .welcome-text h2 {
    font-size: 38px;
  }

  .hero-section {
    height: 500px;
  }

  .welcome-text {
    margin-top: 100px;
  }

  .wel-shaope {
    display: none;
  }

  .header-area .navbar-toggler {
    font-size: 30px;
  }

  .header-area .navbar .navbar-brand>img {
    max-height: 2rem;
  }

  .header-area .navbar-nav li>a {
    color: #111;
  }

  .form-left-card {
    padding: 25px;
  }

  .form-left-card p {
    font-size: 14px;
  }

  .contact-info li {
    font-size: 14px;
  }

  .contact-social-area ul li {
    margin-right: 3px;
  }

  .cta-shape {
    bottom: -50px;
    right: 0;
    z-index: -1;
    width: 208px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .welcome-text h2 {
    font-size: 31px;
  }

  .welcome-text p {
    font-size: 17px;
  }

  .welcome-text {
    padding-top: 70px;
  }

  .heading-title h3 {
    font-size: 32px;
  }

  .wel-shaope {
    display: none;
  }

  .heading-title p {
    font-size: 16px;
  }

  .tab-nav-area li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    border-radius: 30px;
  }

  .nav-pills .nav-link {
    border-radius: 30px;
  }

  .card {
    padding: 25px;
  }

  .contact-form-1 .nice-select {
    margin-bottom: 20px;
  }

  .contact-form-content-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-2-card {
    padding: 25px;
  }

  .form-check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .terms-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .form-left-card {
    padding: 60px 30px;
  }

  .contact-social-area {
    bottom: 0;
    left: 20px;
    z-index: 1;
  }

  .hand-shape {
    right: -6%;
  }

  .captcha-card {
    margin-bottom: 20px;
  }

  .form-left-card {
    border-radius: 12px;

  }

  .contact-form-2-card.four {
    margin-top: 30px;
    border-radius: 10px;
  }

  .contact-social-area {
    z-index: 9;
  }

  .cta-content-card {
    padding: 30px;
    padding-bottom: 205px;
  }

  .header-area .navbar-nav li>a {
    color: #111;
  }
}

/*gritter notification*/
.gritter-item-wrapper {
    background-color: rgba(44, 44, 44, 0.9);
    border-radius: 4px;
    padding: 10px
}

.gritter-item-wrapper.gritter-light {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd
}

.gritter-item-wrapper.gritter-light .gritter-close:after {
    color: #555
}

.gritter-item-wrapper .gritter-top {
    display: none
}

.gritter-item-wrapper .gritter-bottom {
    display: none
}

.gritter-item-wrapper .gritter-item {
    background: none
}

.gritter-item-wrapper .gritter-with-image {
    width: 195px
}

.gritter-item-wrapper .gritter-close {
    background: none;
    left: auto;
    right: 3px;
    display: block!important;
    font-size: 0;
    text-indent: 0
}

.gritter-item-wrapper .gritter-close:after {
    font-family: "Ionicons";
    content: "\f405";
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #FFF;
    opacity: 0.7
}

.gritter-item-wrapper .gritter-close:hover {
    outline: none
}

.gritter-item-wrapper .gritter-close:hover:after {
    opacity: 1
}

.gritter-item-wrapper .gritter-close:focus {
    outline: none
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}