* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
}

body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

.max-width {
  max-width: 1360px;
  margin: auto;
  width: 100%;
}

.mypadding {
  padding: 100px 40px;
}

a,
a:hover {
  color: white;
}

hr {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.modal-open {
  overflow: auto;
}

.modal-backdrop {
  background: rgba(4, 7, 22, 0.9) !important;
  opacity: 1 !important;
}

h1 {
  color: white;
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  letter-spacing: -1.56316px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

h1::after,
h1::before {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  opacity: 0.5;
  border-radius: 2px;
  top: 50%;
}

h1::after {
  left: calc(100% + 20px);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

h1::before {
  right: calc(100% + 20px);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

h1 span {
  font-weight: 300;
}

#myBtn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
}
.go-to-top-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.go-to-top-inner svg {
  position: relative;
  top: 0 !important;
  transform: rotate(-90deg);
}

.go-to-top-inner svg circle {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 5px;
  stroke-linecap: round;
  fill: rgba(0, 0, 0, 0.4);
}

.go-to-top-inner svg .progress-bar {
  stroke: url(#grad);
  transition: stroke-dashoffset 0 ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.go-to-top-inner .pct {
  visibility: hidden;
}
.go-to-top-inner img,
.go-to-top-inner .pct {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  z-index: 99;
}

/* #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
  border: 0;
  opacity: 0.5;
  background-color: transparent;
} */

.border-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 10px solid transparent;
  padding: 15px;
  border-image-source: url("../images/login-border.svg");
  border-image-slice: 10;
  backdrop-filter: blur(20px);
}

header {
  background: rgba(76, 30, 141, 0.05);
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header.scrolled {
  background: rgba(76, 30, 141, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header nav.navbar {
  padding: 20px 40px;
  justify-content: space-between;
}

header nav.navbar a {
  color: white;
}

header div#collapsibleNavbar {
  max-width: 70%;
  justify-content: space-between;
}

header nav.navbar .navbar-brand {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-right: 80px;
}

header nav .navbar-nav {
  width: 100%;
}

header nav.navbar .navbar-brand span {
  font-weight: 300;
}

header nav.navbar .navbar-nav li.nav-item {
  margin-right: 20px;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #e0e0e0;
  position: relative;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link.active {
  color: white;
  font-weight: bold;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link::after {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9859ff),
    to(rgba(152, 89, 255, 0))
  );
  background-image: linear-gradient(
    90deg,
    #9859ff 0%,
    rgba(152, 89, 255, 0) 100%
  );
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link.active::after,
header nav.navbar .navbar-nav li.nav-item a.nav-link:hover::after {
  width: 100%;
}

header nav.navbar .nav-btns {
  margin-left: auto;
}

header nav.navbar .nav-btns a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 10px 15px;
  border: 2px solid transparent;
  border-radius: 10px;
}

header nav.navbar .nav-btns a.signup-btn {
  border: 2px solid #fff;
}

header nav.navbar .nav-btns a:hover {
  background: #fff;
  color: #9859ff;
}

.banner,
.services-outer {
  position: relative;
  top: 0;
  left: 0;
}

.section-two,
.quick-links,
.whats-new,
.expanse-outer,
footer {
  position: relative;
  z-index: 2;
}

.dispute-info {
  display: flex;
  align-items: flex-start;
	width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #9EBDCE;
  border-radius: 4px;
  gap: 30px;
  background:#EEF3FA;
  padding: 0 5px;
  margin-bottom: 40px;
  font-size: 15px;
}

.dispute-logo {
  margin-top: 10px;
}

/* Banner */
.banner {
  text-align: center;
  height: 100vh;
}

.banner #myVideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../images/banner-bg-img.png");
}

.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    223.82deg,
    rgb(148 0 159 / 70%) -23.38%,
    rgb(29 49 129 / 70%) 104.9%
  );
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner-content h2 {
  margin-top: 50px;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  /* opacity: 0;
  -webkit-animation: opacity-animation 0.5s linear 1s 1 forwards;
  animation: opacity-animation 0.5s linear 1s 1 forwards; */
}

.banner .banner-content h2 span {
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
}

.banner .banner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
  /* opacity: 0;
  -webkit-animation: opacity-animation 0.5s linear 1.5s 1 forwards;
  animation: opacity-animation 0.5s linear 1.5s 1 forwards; */
  text-align: center;
}
.banner .banner-content img {
  /* opacity: 0;
  -webkit-animation: opacity-animation 0.5s linear 2s 1 forwards;
  animation: opacity-animation 0.5s linear 2s 1 forwards; */
}
/* Banner */

/* Features */
.features {
  background-color: #3d1a71;
  color: #fff;
}
.features .mypadding {
  position: relative;
  padding-top: 220px;
}
.features img.features-character {
  position: absolute;
  right: 22%;
  top: -25px;
  width:auto;
}
.features .features-info {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  background: url("../images/features1.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #2465a2 0%, #26b1a9 100%);
  background-size: cover;
}
.features #instant .features-info,
.features #instant .features-info .overlay {
  background: url("../images/features2.svg"),
    linear-gradient(63.59deg, #604c96 -2.37%, #30daff 143.58%);
}
.features #paperless .features-info,
.features #paperless .features-info .overlay {
  background: url("../images/features3.svg"),
    linear-gradient(51.09deg, #6555a8 2.09%, #906dd9 96.74%);
}
.features #onetoall .features-info,
.features #onetoall .features-info .overlay {
  background: url("../images/features4.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #9973b8 0%, #8c2db9 100%);
}
.features .features-info .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: url("../images/features1.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #2465a2 0%, #26b1a9 100%);
}
.features .features-info:hover .overlay {
  opacity: 1;
}
.features .features-info h5 {
  font-weight: 500;
  font-size: 21.6667px;
  line-height: 27px;
  margin-bottom: 50px;
}
.features .features-info h3 {
  font-weight: bold;
  font-size: 96px;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
.features .features-info h3 span {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 0;
  transition: none;
}
.features .features-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.features .features-info .overlay h3 {
  margin-bottom: 23px;
  font-size: 36px;
  line-height: 27px;
  transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.features .features-info .overlay h3 span {
  font-size: 24px;
  line-height: 27px;
  display: inline;
  margin-top: 0;
}
.features .features-info:hover p,
.features .features-info:hover .overlay h3 {
  transform: translateY(0);
  opacity: 1;
}
/* Features */

/* Features Parallax CSS */
.features-cards-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.card-wrap {
  margin: 0 10px;
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}
.card-wrap:hover .card-info {
  transform: translateY(0);
}
.card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-wrap:hover .overlay {
  opacity: 1;
}
.card-wrap:hover p,
.card-wrap:hover .overlay h3 {
  transform: translateY(0);
  opacity: 1;
}

.card {
  position: relative;
  width: 280px;
  height: 300px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: url("../images/features1.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #2465a2 0%, #26b1a9 100%);
}
.features #instant .card,
.features #instant .card .overlay {
  background: url("../images/features2.svg"),
    linear-gradient(63.59deg, #604c96 -2.37%, #30daff 143.58%);
}
.features #paperless .card,
.features #paperless .card .overlay {
  background: url("../images/features3.svg"),
    linear-gradient(51.09deg, #6555a8 2.09%, #906dd9 96.74%);
}
.features #onetoall .card,
.features #onetoall .card .overlay {
  background: url("../images/features4.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #9973b8 0%, #8c2db9 100%);
}

.card-info {
  padding: 30px 20px;
  color: #fff;
  height: 300px;
  transition: 0.6s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  text-align: center;
}
.card-info p {
  opacity: 0;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-info * {
  position: relative;
  z-index: 1;
}

.card-info h5 {
  font-weight: 500;
  font-size: 21.6667px;
  line-height: 27px;
  margin-bottom: 50px;
}

.card-info h3 {
  font-weight: bold;
  font-size: 72px;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.card-info h3 span {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 0;
  transition: none;
}

.card-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: url("../images/features1.svg"),
    radial-gradient(98.05% 78.9% at 1.95% 97.65%, #2465a2 0%, #26b1a9 100%);
}

.overlay h3 {
  margin-bottom: 23px;
  font-size: 36px;
  line-height: 27px;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.overlay h3 span {
  font-size: 24px;
  line-height: 27px;
  display: inline;
  margin-top: 0;
}
/* Features Parallax CSS */

/* About MFCentral */

.about {
  background: url("../images/about-bg.svg") no-repeat left bottom;
  background-color: #ebeef4;
}
.about .mypadding {
  padding: 190px 40px;
}
.about .about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about-info h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 74px;
  letter-spacing: -1.56316px;
  color: #333333;
  margin-bottom: 0;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 1%);
}
.about .about-info h4 span {
  font-weight: normal;
  font-size: 48px;
  line-height: 74px;
  color: #9859ff;
}
.about .about-info p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 26px;
  max-width: 510px;
  margin-left: 40px;
  text-align: justify;
}
.about .about-info p:last-child {
  margin-bottom: 0;
}

/* About MFCentral */

/* Services */

.services-outer {
  height: 100vh;
}
#services1 {
  background: linear-gradient(63.59deg, #604c96 -2.37%, #30daff 143.58%);
}
#services2 {
  background: linear-gradient(51.09deg, #6555a8 2.09%, #906dd9 96.74%);
}
.services .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#services1 .services .col-sm-12 > img {
  width: 540px;
  max-width: 100%;
}
#services2 .services {
  display: flex;
  align-items: center;
  height: 100%;
}
.services-images {
  position: relative;
}
.services-images img {
  transition: all 1s ease-in-out;
}
.services-portfolio-character {
  position: relative;
  transition: all 1s ease-in-out;
}
.portfolio-img-icon {
  position: absolute;
  left: -6%;
  bottom: 22%;
  animation: services-icon 2s infinite alternate
    cubic-bezier(0.43, 0.05, 0.6, 0.99);
}
@keyframes services-icon {
  0% {
    transform: translateY(-7%);
  }

  100% {
    transform: translateY(7%);
  }
}
.services-portfolio-chart {
  position: absolute;
  top: -50px;
  bottom: 0;
  margin: auto;
  left: 24px;
  opacity: 0;
}
.services-images:hover .services-portfolio-chart {
  opacity: 1;
  transform: rotateY(360deg);
}
.services-images:hover .services-portfolio-character {
  opacity: 0;
  transform: rotateY(360deg);
}
.services .services-info {
  max-width: 550px;
  color: #fff;
}
.services .services-info h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.56316px;
  margin-bottom: 30px;
}
.services .services-info h4 span {
  font-weight: normal;
}
.services .services-info p {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.services .services-info p span {
  font-weight: 600;
}
#services1 .services .services-info p {
  max-width: 500px;
}
.services .services-info a img {
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services .services-info a {
  position: relative;
}
.services .services-info a span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services .services-info a img.btn-arrow-long,
.services .services-info a:hover img.btn-arrow-small {
  display: none;
}
.services .services-info a:hover img.btn-arrow-long {
  display: inline-block;
}
.services .services-info a:hover span,
.services .services-info a:focus span {
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services .services-info a:hover,
.services .services-info a:focus {
  text-decoration: none;
}
.services .services-info a::after {
  display: none;
  /* bottom: -7px;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(152, 89, 255, 0))
  );
  background-image: linear-gradient(90deg, #fff 0%, rgba(152, 89, 255, 0) 100%);
  transition: all 0.3s ease-in-out;
  border-radius: 2px; */
}
.services .services-info a:hover::after,
.services .services-info a:focus::after {
  width: 80%;
}
#services2 .services .services2-image-outer {
  position: absolute;
  right: 0;
  top: 80px;
  display: flex;
  align-items: center;
  width: auto;
  padding:0;
}
#services2 .services .services2-image-outer > img {
  display: none;
}
#services2 .services .services2-image {
  position: relative;
}
.services2-icons {
  position: absolute;
  left: 0;
  top: 0;
}
.services2-icons1 {
  top: 28%;
  left: 4%;
}
.services2-icons2 {
  top: 9%;
  left: 16%;
}
.services2-icons3 {
  top: -3%;
  left: 36%;
}
.services2-icons4 {
  top: -4%;
  left: 59%;
}
.services2-icons5 {
  top: 0;
  left: 76%;
}

/* Services */

.mypadding h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  letter-spacing: -1.56316px;
  margin-bottom: 25px;
}
.mypadding h2 span {
  font-weight: 300;
  font-size: 48px;
  color: #9859ff;
  line-height: 64px;
}

/* Quick Links */

.quick-links {
  background-color: #3c1a70;
  color: #fff;
}
.quick-links h2 {
  color: #fff;
  margin-bottom: 20px;
}
.quick-links p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.quick-links-content {
  display: flex;
  justify-content: flex-end;
}
.quick-links-info {
  padding: 30px 0 20px;
  text-align: center;
  height: 100%;
  position: relative;
}
.quick-links-img-active {
  display: none;
}
.quick-links a {
  display: block;
  width: 205px;
  height: 165px;
  margin-right: 20px;
  border-radius: 10px;
}
.quick-links a:last-child {
  margin-right: 0;
}
.quick-links-info img {
  margin-bottom: 15px;
}
.quick-links-info .coming-soon {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.quick-links-info p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 0.8;
}
.quick-links-info p span {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
}
.quick-links a:hover,
.quick-links a:focus {
  text-decoration: none;
  background: radial-gradient(
    98.05% 78.9% at 1.95% 97.65%,
    #2465a2 0%,
    #26b1a9 100%
  );
}
.quick-links a:hover .quick-links-img-inactive,
.quick-links a:focus .quick-links-img-inactive {
  display: none;
}
.quick-links a:hover .quick-links-img-active,
.quick-links a:focus .quick-links-img-active {
  display: inline-block;
}
.quick-links a:last-child:hover,
.quick-links a:last-child:focus {
  background: radial-gradient(
    98.05% 78.9% at 1.95% 97.65%,
    #56ccf2 0%,
    #1376e3 100%
  );
}
.quick-links a:nth-child(2):hover,
.quick-links a:nth-child(2):focus {
  background: radial-gradient(
    98.05% 78.9% at 1.95% 97.65%,
    #9859ff 0%,
    #c438ef 100%
  );
}

/* Quick Links */

/* Whats New */

.whats-new {
  background: radial-gradient(
    98.05% 78.9% at 1.95% 97.65%,
    #2465a2 0%,
    #26b1a9 100%
  );
}
.whats-new .mypadding h2,
.whats-new .mypadding h2 span {
  color: #fff;
}
#whats-new .whats-new-info {
  background: #ffffff;
  border-radius: 10px;
  height: 400px;
  display: block;
  text-decoration: none;
}
.whats-new-top p {
  word-break: break-all;
}
.whats-new-top {
  background: #f8f8f8;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 30px;
  height: 110px;
}
.whats-new-bottom {
  padding: 20px 30px;
}
.whats-new-info img {
  margin-bottom: 14px;
}
.whats-new-info h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  color: #333333;
  opacity: 0.8;
}
.whats-new-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
}
.whats-new-info a {
  color: #2f80ed;
  text-decoration: underline;
}
.whats-new .owl-nav {
  text-align: center;
  position: absolute;
  right: 0;
  top: -50px;
}
.whats-new .owl-carousel .owl-nav button.owl-prev,
.whats-new .owl-carousel .owl-nav button.owl-next {
  background: #4d3091;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border-radius: 3px;
}
.whats-new .owl-carousel .owl-nav button img {
  width: 10px;
}
.whats-new .owl-carousel .owl-nav button:focus {
  border: 0;
  outline: none;
}
.whats-new .owl-carousel .owl-nav button.disabled {
  opacity: 0.6;
}

/* Whats New */

/* Entire Expanse */

.expanse-outer,
footer {
  background: #fff;
}
.expanse h2 {
  text-align: center;
  margin-bottom: 60px;
}
.expanse-info {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.expanse-info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  padding: 10px;
  height: 90px;
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expanse-info a:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 3%), 0 6px 6px rgb(0 0 0 / 5%);
  filter: grayscale(0);
  /* transform: scale(1.05); */
}
.expanse-info p {
  display: none;
  font-size: 11px;
  color: #878787;
  text-align: center;
  margin-bottom: 0;
}
.expanse-info a:hover p {
  display: block;
}
.expanse-info a img {
  width: auto !important;
  max-width: 100%;
  max-height: 40px;
}

/* Entire Expanse */

/* Footer */

footer {
  background: #23094a;
  color: #fff;
}

footer hr {
  margin: 20px 0;
}

footer .mypadding {
  padding: 60px 60px 40px;
  padding-right: 70px;
}

footer .mypadding h2 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
footer .mypadding h2 span {
  font-size: 24px;
  line-height: 34px;
}
footer .mypadding h2 img {
  margin-left: 50px;
}

footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-form {
  margin-bottom: 50px;
}
.footer-form p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

footer .footer-top .footer-logo {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1px;
  color: white;
}

footer .footer-top .footer-logo span {
  font-weight: 300;
}

footer .footer-top .social-media-links a {
  margin-left: 1rem;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
}
footer .footer-top .social-media-links a.footer-fb {
  border-color: #56ccf2;
  background: rgba(148, 212, 255, 0.1);
}
footer .footer-top .social-media-links a.footer-twitter {
  border-color: #6fcf97;
  background: rgba(11, 223, 183, 0.1);
}
footer .footer-top .social-media-links a.footer-linkedin {
  border-color: #f2c94c;
  background: rgba(250, 167, 26, 0.1);
}
footer .footer-top .social-media-links a.footer-yt {
  border-color: #9859ff;
  background: rgba(135, 69, 247, 0.1);
}
footer .footer-top .social-media-links a.footer-fb:hover {
  background: linear-gradient(180deg, #56ccf2 0%, #8bffe9 100%);
}
footer .footer-top .social-media-links a.footer-twitter:hover {
  background: linear-gradient(180deg, #6fcf97 0%, #0bdfb7 100%);
}
footer .footer-top .social-media-links a.footer-linkedin:hover {
  background: linear-gradient(180deg, #f2c94c 0%, #faa71a 100%);
}
footer .footer-top .social-media-links a.footer-yt:hover {
  background: linear-gradient(136.67deg, #9859ff 8.34%, #8745f7 95.26%);
}
footer .footer-media-white,
footer .footer-top .social-media-links a:hover .footer-media-color {
  display: none;
}
footer .footer-top .social-media-links a:hover .footer-media-white {
  display: block;
}

.footer-form input.form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  color: #f2f2f2;
  box-sizing: border-box;
}
.footer-form input.form-control::placeholder {
  font-size: 18px;
  line-height: 50px;
  color: #f2f2f2;
  opacity: 0.8;
}
.footer-form input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.footer-form form {
  display: flex;
  align-items: flex-end;
}
.footer-form {
  margin-bottom: 60px;
}

.footer-form form .form-group {
  width: 100%;
  max-width: 500px;
  margin-right: 50px;
  margin-bottom: 0;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 14px;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-form button {
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(146.07deg, #a980e1 1.58%, #7067df 102.31%);
}

footer .footer-form button:hover,
footer .footer-form button:focus {
  transform: scale(1.15);
}

footer .footer-bottom .footer-bottom-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .footer-bottom-center .privacy-txt {
  margin: 0 20px;
}

@-webkit-keyframes opacity-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */

#contactModal .modal-header {
  position: relative;
  justify-content: center;
  padding: 25px;
}
.modal-header .close {
  position: absolute;
  right: 1em;
  top: 25px;
  opacity: 1;
}
#contactModal .modal-dialog {
  max-width: 560px;
}
#contactModal .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #4f4f4f;
}
.modal-body form {
  width: 100%;
  margin: 15px auto;
  max-width: 340px;
}
.modal-body form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal-body form label {
  font-size: 15px;
  line-height: 18px;
  color: #828282;
  font-weight: 500;
  z-index: 1;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
  top: 0;
  left: 0;
  position: absolute;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  background-color: #fff;
  margin-bottom: 0;
  transform-origin: left;
}
.modal-body form .form-control {
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  height: 58px !important;
}
.modal-body form .form-control:focus ~ label,
.modal-body form .form-control.entered ~ label {
  transform: translate(14px, -8px) scale(0.75);
}
.modal-body form textarea.form-control {
  height: auto !important;
}
.modal-body form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #929292;
}
#contactModal form .form-check:not(:last-child) {
  margin-bottom: 15px;
}
#contactModal form .form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2f363f;
  display: inline;
}
#contactModal form button,
#contactSuccessModal button {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(51.09deg, #6555a8 2.09%, #906dd9 96.74%);
  border-radius: 8px;
  color: #fff;
  padding: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#contactModal form button:disabled {
  opacity: 0.5;
}
#contactModal form input[type="radio"]:checked + span {
  color: #6555a8;
}
#existing-ref-id {
  display: none;
}
#contactSuccessModal .modal-dialog-centered {
  max-width: 500px;
  width: 95%;
}
#contactSuccessModal .modal-body {
  padding: 50px 30px;
  text-align: center;
}
#contactSuccessModal .modal-body img {
  margin: auto;
  margin-bottom: 30px;
}
#contactSuccessModal .modal-body h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #6fcf97;
}
#contactSuccessModal .modal-body h4.error-info {
  color: #eb5757;
}
#contactSuccessModal button {
  margin: auto;
  width: 150px;
}
#contactSuccessModal .modal-body h4.error-info,
#contactSuccessModal .modal-body .error-icon,
#contactSuccessModal.failed .modal-body h4.success-info,
#contactSuccessModal.failed .modal-body .success-icon {
  display: none;
}
#contactSuccessModal.failed .modal-body h4.error-info,
#contactSuccessModal.failed .modal-body .error-icon {
  display: block;
}
#applyPanModal .modal-dialog-centered {
  max-width: 885px;
  width: 100%;
}
#applyPanModal .modal-header {
  padding: 25px 80px;
}
#applyPanModal .modal-header h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #4f4f4f;
}
#applyPanModal .modal-body {
  padding: 30px 80px;
}
#applyPanModal .modal-body h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #4f4f4f;
  margin-bottom: 17px;
}
#applyPanModal .modal-body .pan-links {
  background: #f4f2ff;
  border-radius: 6px;
  margin-bottom: 25px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
#applyPanModal .pan-website-img {
  height: 54px;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid #dcd9ee;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 30px;
}
#applyPanModal .modal-body .pan-links p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 0;
}
#applyPanModal .modal-body .pan-links a {
  background: linear-gradient(51.09deg, #6555a8 2.09%, #906dd9 96.74%);
  border-radius: 8px;
  padding: 15px 30px;
  color: #fff;
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#applyPanModal .modal-body .pan-info {
  border: 1px solid rgba(146, 146, 146, 0.5);
  border-radius: 8px;
  padding: 20px 30px;
}
#applyPanModal .modal-body .pan-info p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #4f4f4f;
}
#applyPanModal .modal-body .pan-info a {
  color: #2d9cdb;
}

/* Mobile CSS */
@media only screen and (max-width: 600px) {
  body.header-toggled {
    overflow: hidden !important;
  }
  header {
    padding: 0;
  }
  .navbar-toggler {
    height: 30px;
    display: inline-flex;
    align-items: center;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  header nav.navbar {
    align-items: baseline;
  }
  header nav.navbar.toggled {
    background: linear-gradient(111.34deg, #3d1b72 0%, #3b196e 100%);
    height: 100vh;
  }
  .navbar-toggler img {
    height: 16px;
  }
  header nav.navbar .nav-btns {
    margin-left: 0;
    margin-top: -10px;
  }
  header nav.navbar .navbar-nav li.nav-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  header nav.navbar.toggled .navbar-nav li.nav-item {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  header .toggle-close,
  header nav.toggled .toggle-open {
    display: none;
  }
  header nav.toggled .toggle-close {
    display: block;
    margin-top: 3px;
  }
  header nav.toggled .collapse {
    display: block;
  }
  header nav.navbar {
    padding: 15px;
    height: 70px;
    overflow: hidden;
  }
  header nav.navbar a img {
    width: 100px;
  }
  header div#collapsibleNavbar {
    max-width: 100%;
    width: 100%;
  }
  header nav.navbar .nav-btns a {
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    padding-left: 0.5rem;
    line-height: 30px;
    color: #e0e0e0;
  }
  header nav.navbar .nav-btns a:hover {
    background: none;
    color: #fff;
  }
  header nav.navbar .nav-btns a.signup-btn {
    border: 0;
  }
  header nav.navbar .navbar-nav li.nav-item a.nav-link {
    text-align: left;
    font-size: 24px;
  }
  header nav .navbar-nav {
    padding-left: 80px;
  }
  .mypadding,
  .about .mypadding,
  footer .mypadding {
    padding: 40px 15px;
  }
  .banner,
  .services-outer {
    position: relative;
  }
  .banner .banner-content h2,
  .banner .banner-content h2 span {
    font-size: 32px;
    line-height: 44px;
  }
  .banner .banner-content h2 span {
    font-size: 22px;
    line-height: 34px;
  }
  .banner .banner-content h2 br,
  .quick-links p br {
    display: none;
  }
  .banner .banner-content img {
    max-width: 100%;
  }
  .features img.features-character {
    display: none;
  }
  .features .card-wrap {
    margin: 10px 0;
  }
  .features .mypadding {
    padding-top: 40px;
  }
  .features .col-sm-12 {
    margin-bottom: 20px;
  }
  .about .about-info h4,
  .services .services-info h4,
  .mypadding h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .about .about-info h4 span,
  .mypadding h2 span {
    font-size: inherit;
    line-height: inherit;
  }
  .about .about-info p {
    margin-left: 0;
  }
  .services-outer {
    height: auto;
  }
  .services-images img {
    max-width: 100%;
  }
  .portfolio-img-icon {
    bottom: 12%;
    width: 130px;
  }
  .services-portfolio-chart {
    left: 0;
  }
  .services .services-info p,
  .quick-links p {
    font-size: 16px;
  }
  #services2 .services .services2-image-outer {
    position: relative;
    top: 0;
  }
  #services2 .services .services2-image-outer img {
    position: relative;
    max-width: 100%;
  }
  .services2-image {
    display: none;
  }
  #services2 .services .services2-image-outer > img {
    display: block;
  }
  #services2 .services {
    padding-right: 0;
    padding-bottom: 0px;
  }
  .quick-links p,
  .whats-new .col-sm-12 {
    margin-bottom: 20px;
  }
  .quick-links-content,
  footer .footer-top,
  footer .footer-bottom {
    display: block;
  }
  .quick-links a {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .whats-new-info,
  .whats-new-top {
    height: auto;
  }
  .whats-new-top,
  .whats-new-bottom {
    padding: 20px 10px;
  }
  .footer-form form .form-group {
    margin-right: 20px;
  }
  .footer-form input.form-control {
    line-height: 40px;
  }
  footer .footer-form {
    margin-bottom: 30px;
  }
  .footer-form p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .footer-bottom > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #myBtn {
    bottom: -5px;
  }
  footer .mypadding {
    padding-bottom: 20px;
  }
  footer .footer-top .footer-logo img {
    width: 100px;
  }
  footer .footer-top {
    display: flex;
    align-items: flex-end;
  }
  footer .footer-top .social-media-links a {
    margin-left: 0.5rem;
    width: 36px;
    height: 36px;
  }
  footer .footer-bottom {
    font-size: 10px;
  }
  #applyPanModal .modal-dialog-centered {
    max-width: 96%;
  }
  #applyPanModal .modal-header,
  #applyPanModal .modal-body {
    padding: 20px 15px;
  }
  #applyPanModal .modal-body h6 {
    font-size: 14px;
    line-height: 26px;
  }
  #applyPanModal .modal-body .pan-links {
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
  }
  #applyPanModal .pan-website-img {
    height: 40px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 15px;
  }
  #applyPanModal .modal-body .pan-links p {
    font-size: 22px;
  }
  #applyPanModal .modal-body .pan-links a {
    margin: auto;
    margin-top: 15px;
    padding: 10px 20px;
  }
  #applyPanModal .modal-body .pan-info {
    padding: 20px 15px;
  }
  #applyPanModal .modal-body .pan-info p {
    font-size: 12px;
  }
  #applyPanModal .modal-body .pan-info a {
    word-break: break-all;
  }
  .dispute-info {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Tablet CSS */
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  header nav.navbar {
    padding: 20px 20px;
  }
  header div#collapsibleNavbar {
    max-width: 75%;
  }
  header nav.navbar .navbar-nav li.nav-item {
    margin-right: 10px;
  }
  header nav.navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 11px;
  }
  header nav.navbar .nav-btns a {
    font-size: 11px;
  }
  .features .col-sm-12 {
    margin-bottom: 30px;
  }

  .features .card-wrap {
    margin: 0 10px 20px;
  }
  .features img.features-character {
    right: 12%;
  }
  .about .mypadding,
  .mypadding {
    padding: 40px 20px;
  }
  .about .about-info h4 {
    font-size: 38px;
    line-height: 54px;
  }
  .about .about-info h4 span {
    font-size: inherit;
    line-height: inherit;
  }
  .services-images img {
    max-width: 100%;
    max-height: 500px;
  }
  .portfolio-img-icon {
    bottom: 12%;
    left: 20%;
    width: 130px;
  }
  .services .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-images {
    text-align: center;
  }
  .services .services-info,
  #services1 .services .services-info p {
    max-width: 100%;
  }
  .services .services-info h4 {
    font-size: 38px;
  }
  #services2 .services > img {
    position: relative;
    margin-right: 0;
  }
  #services2 .services .services2-image-outer {
    top: 0 !important;
    position: relative;
    justify-content: flex-end;
    width: 100%;
  }
  #services2 .services {
    padding-right: 0;
  }
  #services2 .services .col-sm-12 {
    padding-right: 40px;
  }
  .quick-links-content {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .whats-new-info,
  .whats-new-top {
    height: auto;
  }
  .whats-new .col-md-6 {
    height: 100%;
    margin-bottom: 30px;
  }
  footer .mypadding {
    padding: 50px 20px 40px;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom > div:not(:last-child) {
    margin-bottom: 10px;
    width: 50%;
  }
  .mypadding h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .mypadding h2 span {
    font-size: inherit;
    line-height: inherit;
  }
  #myBtn {
    bottom: 0;
  }
  #applyPanModal .modal-dialog-centered {
    max-width: 95%;
  }
}

/* Laptop 1024 CSS */
@media only screen and (min-width: 1001px) and (max-width: 1025px) {
  header nav.navbar .navbar-nav li.nav-item {
    margin-right: 10px;
  }
  .services-images img {
    max-width: 100%;
  }
  .features .card {
    width: 350px;
    margin-bottom: 30px;
  }
  .services .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .services .services-info,
  #services1 .services .services-info p {
    max-width: 100%;
  }
  #services2 .services > img {
    position: relative;
    margin-right: 0;
  }
  #services2 .services .services2-image-outer {
    top: 0 !important;
    position: relative;
    justify-content: flex-end;
    width: 100%;
  }
  #services2 .services {
    padding-right: 0;
  }
  .portfolio-img-icon {
    left: 14%;
  }
  .whats-new-info {
    min-height: 500px;
  }
  .whats-new-top {
    height: auto;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1250px) {
  .features .card {
    width: 350px;
    margin-bottom: 30px;
  }
}

/* Large Screens CSS */
@media only screen and (min-width: 1550px) {
}

/* Large Height Screens CSS */
@media only screen and (min-height: 800px) {
  #services2 .services .services2-image-outer {
    top: 120px;
  }
}
