/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
}

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

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1px;
}

.display-1,
.display-2,
.display-3 {
  letter-spacing: -2px;
}

p {
  font-size: 1rem;
  color: #9895bd;
}

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;
}

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

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
  border-color: #dee1e6;
}

@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;
  }
}

@media (min-width: 576px) {

  .container {
    max-width: 500px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 700px;
  }
}

@media (min-width: 992px) {

  .container {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1080px;
  }
}

@media (min-width: 1400px) {

  .container {
    max-width: 1270px;
  }
}

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

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

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

.btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: .6rem 1rem;
  border: 0;
  border-radius: .375rem;
}

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

.btn>i {
  vertical-align: middle;
  line-height: 1;
  font-size: 110%;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: .75rem !important;
  padding: .45rem .8rem;
  font-size: 0.875rem;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1.125rem;
  padding: .85rem 1.4rem;
  border-radius: .55rem;
}

.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-link {
  color: #ffffff;
  font-size: 1rem;
  padding: 0;
  text-decoration: none;
  border-radius: 0;
}

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

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

.btn-primary {
  background-color: #000594;
}

.btn-primary:hover {
  background-color: #0007e0;
}

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

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

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

.btn-danger:hover {
  background-color: #dc4f35;
}

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

.btn-warning:hover {
  background-color: #ffad07;
}

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

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

.btn-dark {
  background-color: #000a1e;
}

.btn-dark:hover {
  background-color: #090038;
}

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

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

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

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

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

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

.text-dark {
  color: #000a1e !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;
}

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

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

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

.bg-primary {
  background-color: #000594 !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-info {
  background-color: #0dcaf0 !important;
}

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

.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: 129px;
  }
}

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

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

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

.card-body {
  padding: 2rem;
}

@media only screen and (min-width:1200px) {
  .card-body {
    padding: 2.5rem;
  }
}

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

#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: #000594;
  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: .5rem;
  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);
}

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

.header-area .navbar-toggler {
  padding: 0 .5rem;
  color: #ffffff;
  width: 2.5rem;
  height: 2rem;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, .3);
}

.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: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 110px;
    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.75rem;
}

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

@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand {
    border-right: 2px solid rgba(222, 225, 230, 0.15);
    padding-right: 1.5rem;
    margin-right: 0.5rem;
  }
}

@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    border-right: 2px solid rgba(222, 225, 230, 0.15);
    padding-right: 3rem;
    margin-right: 2rem;
  }
}

.header-area .navbar-nav li>a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  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: #ffd607;
}

.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: #000594;
    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: 0;
  }
}

.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: #ffffff;
  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: #ffd607;
}

@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: #ffd607;
  }
}

.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: #ffffff;
  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: 3px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    content: "\f134";
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    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%;
}

.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: #ffd607;
}

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

.header-area .navbar-collapse {
  margin-top: 1rem;
  border-top: 2px solid rgba(255, 255, 255, .15);
  padding-top: .5rem;
  padding-bottom: 1rem;
}

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

.header-area.sticky {
  position: fixed;
  background-color: #000594;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

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

.header-area.menu-expand {
  background-color: #000a1e;
}

.hero-section {
  position: relative;
  z-index: 1;
  padding-top: 118px;
  padding-bottom: 70px;
  overflow: hidden;
}

@media only screen and (min-width:992px) {
  .hero-section {
    padding-top: 185px;
    padding-bottom: 150px;
  }
}

.cd-headline.clip span {
  display: inline;
}

.cd-intro .cd-words-wrapper b {
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hex-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -100;
  left: 0;
  top: 0;
}

.hex-wrap .hex {
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .07);
  position: absolute;
  display: inline-block;
}

.hex-wrap .hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position: absolute;
  top: -30px;
}

.hex-wrap .hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -30px;
  border-top: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}

.hex-wrap .hex:nth-child(1) {
  top: 3rem;
  left: 1rem;
  -webkit-animation: animfadeInUpDown 2s linear 0s infinite;
  animation: animfadeInUpDown 2s linear 0s infinite;
}

.hex-wrap .hex:nth-child(2) {
  top: 3rem;
  left: 9rem;
  -webkit-animation: animfadeInUpDown 3s linear 0s infinite;
  animation: animfadeInUpDown 3s linear 0s infinite;
}

.hex-wrap .hex:nth-child(3) {
  top: 3rem;
  left: 25rem;
  -webkit-animation: animfadeInUpDown 4s linear 0s infinite;
  animation: animfadeInUpDown 4s linear 0s infinite;
}

.hex-wrap .hex:nth-child(4) {
  top: 10rem;
  left: 5rem;
  -webkit-animation: animfadeInUpDown 5s linear 0s infinite;
  animation: animfadeInUpDown 5s linear 0s infinite;
}

.hex-wrap .hex:nth-child(5) {
  top: 3rem;
  left: 17rem;
  -webkit-animation: animfadeInUpDown 6s linear 0s infinite;
  animation: animfadeInUpDown 6s linear 0s infinite;
}

.hex-wrap .hex:nth-child(6) {
  top: 10rem;
  left: 13rem;
  -webkit-animation: animfadeInUpDown 2s linear 0s infinite;
  animation: animfadeInUpDown 2s linear 0s infinite;
}

.hex-wrap .hex:nth-child(7) {
  top: 10rem;
  left: 21rem;
  -webkit-animation: animfadeInUpDown 3s linear 0s infinite;
  animation: animfadeInUpDown 3s linear 0s infinite;
}

.hex-wrap .hex:nth-child(8) {
  top: 10rem;
  left: 29rem;
  -webkit-animation: animfadeInUpDown 4s linear 0s infinite;
  animation: animfadeInUpDown 4s linear 0s infinite;
}

.hex-wrap .hex:nth-child(9) {
  top: -4rem;
  left: 13rem;
  -webkit-animation: animfadeInUpDown 5s linear 0s infinite;
  animation: animfadeInUpDown 5s linear 0s infinite;
}

.hex-wrap .hex:nth-child(10) {
  top: -4rem;
  left: 21rem;
  -webkit-animation: animfadeInUpDown 6s linear 0s infinite;
  animation: animfadeInUpDown 6s linear 0s infinite;
}

.hex-wrap .hex:nth-child(11) {
  top: -4rem;
  left: 29rem;
  -webkit-animation: animfadeInUpDown 2s linear 0s infinite;
  animation: animfadeInUpDown 2s linear 0s infinite;
}

.hex-wrap .hex:nth-child(12) {
  top: 3rem;
  left: 33rem;
  -webkit-animation: animfadeInUpDown 3s linear 0s infinite;
  animation: animfadeInUpDown 3s linear 0s infinite;
}

.hex-wrap .hex:nth-child(13) {
  top: 17rem;
  left: 1rem;
  -webkit-animation: animfadeInUpDown 4s linear 0s infinite;
  animation: animfadeInUpDown 4s linear 0s infinite;
}

.hex-wrap .hex:nth-child(14) {
  top: 17rem;
  left: 17rem;
  -webkit-animation: animfadeInUpDown 5s linear 0s infinite;
  animation: animfadeInUpDown 5s linear 0s infinite;
}

.hex-wrap .hex:nth-child(15) {
  top: 17rem;
  left: 25rem;
  -webkit-animation: animfadeInUpDown 6s linear 0s infinite;
  animation: animfadeInUpDown 6s linear 0s infinite;
}

.hex-wrap .hex:nth-child(16) {
  top: 23rem;
  left: 6rem;
  -webkit-animation: animfadeInUpDown 2s linear 0s infinite;
  animation: animfadeInUpDown 2s linear 0s infinite;
}

.hex-wrap .hex:nth-child(17) {
  top: 24rem;
  left: 21rem;
  -webkit-animation: animfadeInUpDown 3s linear 0s infinite;
  animation: animfadeInUpDown 3s linear 0s infinite;
}

.hex-wrap .hex:nth-child(18) {
  top: -4rem;
  left: 37rem;
  -webkit-animation: animfadeInUpDown 4s linear 0s infinite;
  animation: animfadeInUpDown 4s linear 0s infinite;
}

@-webkit-keyframes animfadeInUpDown {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes animfadeInUpDown {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.demo-mode {
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

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

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

.quick-links-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: #ffd607;
}

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

.blog-card {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, .1);
}

.blog-card .blog-title {
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card:hover .blog-title {
  color: #ffd607;
}

.blog-card .post-excerpt {
  margin-bottom: 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card.active,
.blog-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 7, 224, 0.2);
}

.blog-pagination {
  text-align: center;
}

.blog-pagination .page-item {
  margin-right: 0.5rem;
}

.blog-pagination .page-item:last-child {
  margin-right: 0;
}

.blog-pagination .page-link {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: rgba(255, 255, 255, .05);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 0;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
}

@media only screen and (min-width:576px) {
  .blog-pagination .page-link {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.2rem;
    font-size: 14px;
  }
}

.blog-pagination .page-item.active a,
.blog-pagination .page-link:hover,
.blog-pagination .page-link:focus {
  border-color: #ffd607;
  background-color: #ffd607;
  color: #180757;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.blog-pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.widget-card {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.widget-card:last-child {
  margin-bottom: 0;
}

.widget-card .widget-title {
  margin-bottom: 2rem;
  color: #ffffff;
}

.widget-card .widget-form {
  position: relative;
  z-index: 1;
}

.widget-card .widget-form .form-control {
  width: 100%;
}

.widget-card .widget-form button {
  position: absolute;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  color: #fff;
  border: none;
  top: 50%;
  right: 12px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-card .widget-form button:hover,
.widget-card .widget-form button:focus {
  background-color: transparent;
  color: #ffd607;
}

.popular-post {
  margin-bottom: 1.5rem;
}

.popular-post .post-thumb {
  max-width: 4rem;
  margin-right: 0.5rem;
  border: 2px solid rgba(255, 255, 255, .1);
}

@media only screen and (min-width:768px) {
  .popular-post .post-thumb {
    max-width: 6rem;
    margin-right: 1rem;
  }
}

.popular-post .post-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-post .post-title:hover {
  color: #ffd607;
}

.popular-post .post-view,
.popular-post .post-date {
  font-size: 12px;
}

.popular-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, .05);
  padding: 1rem;
  border-radius: .5rem;
}

.popular-tags li a {
  font-size: 12px;
  background-color: rgba(255, 255, 255, .05);
  color: #ffffff;
  padding: 0.375rem 1rem;
  border-radius: 5rem;
  display: block;
  margin: 0.25rem;
}

.popular-tags li a:hover,
.popular-tags li a:focus {
  color: #180757;
  background-color: #ffd607;
}

.blog-details-content .post-title {
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-details-content ul,
.blog-details-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.blog-details-content ul li,
.blog-details-content ol li {
  margin-bottom: 0.25rem;
}

.blog-details-content ul li:last-child,
.blog-details-content ol li:last-child {
  margin-bottom: 0;
}

.blog-details-content ul li a,
.blog-details-content ol li a {
  color: #ffffff;
}

.blog-details-content ul li a:hover,
.blog-details-content ul li a:focus,
.blog-details-content ol li a:hover,
.blog-details-content ol li a:focus {
  color: #ffffff;
}

.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
  margin-bottom: 1rem;
}

.blog-details-content .post-meta ul li {
  margin-right: 1rem;
}

.blog-details-content .post-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-wrapper .row .col-12:first-child {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

@media only screen and (min-width:1200px) {
  .blog-details-wrapper .row .col-12:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.blog-details-wrapper .row .col-12:last-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width:1200px) {
  .blog-details-wrapper .row .col-12:last-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.form-control {
  color: #8480ae;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid rgba(255, 255, 255, .1);
  padding: 1rem 1.25rem;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: rgba(255, 255, 255, .05);
  color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  color: #8480ae;
}

.form-control::-moz-placeholder {
  color: #8480ae;
}

.form-control:-ms-input-placeholder {
  color: #8480ae;
}

.form-control::-ms-input-placeholder {
  color: #8480ae;
}

.form-control::placeholder {
  color: #8480ae;
}

.form-control:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, .1);
  background-color: rgba(255, 255, 255, .07);
}

textarea.form-control {
  height: 120px;
}

.form-check {
  font-size: 14px;
  color: #8480ae;
}

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

.faq-wrapper {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  background-color: rgba(0, 5, 148, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}

@media only screen and (min-width:576px) {
  .faq-wrapper {
    padding: 3rem;
  }
}

@media only screen and (min-width:768px) {
  .faq-wrapper {
    padding: 4rem;
  }
}

.faq-wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url('./img/core-img/circle.png');
  top: 0;
  left: 0;
  opacity: .05;
  z-index: -100;
  background-repeat: repeat;
}

.gradient-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gradient-shape img {
  max-width: 100%;
}

.accordion {
  border-color: rgba(255, 255, 255, .07);
}

.accordion-item {
  background-color: transparent;
  border: 0 !important;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  background-color: transparent;
  border: 0;
}

.accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width:992px) {
  .accordion-button {
    font-size: 1.5rem;
  }
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #ffd607;
  border: 0;
}

.accordion-body {
  font-size: 1rem;
  color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-color: #ffd607;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  width: 2rem;
  height: 2rem;
  background-color: #000594;
  background-position: center center;
  border-radius: .2rem;
}

.pricing-card {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.pricing-card .description li {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.pricing-card .description li:last-child {
  margin-bottom: 0;
}

.pricing-card .description li::before {
  position: absolute;
  font-family: uicons-regular-rounded !important;
  color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1;
  content: "\f3cb";
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 2rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 10px;
}

.pricing-card .description li.active::before {
  content: "\f2de";
  color: #ffffff;
  background-color: rgba(20, 108, 67, 0.7);
}

.price-title i {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.description-list {
  position: relative;
  z-index: 1;
  border-top: 2px dashed rgba(255, 255, 255, .1);
  border-bottom: 2px dashed rgba(255, 255, 255, .1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.action-btn {
  background-color: rgba(255, 255, 255, .05);
}

.pricing-card.active,
.pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 7, 224, 0.2);
}

.price-tab {
  border-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.technology .images img {
  margin-right: .75rem;
  max-height: 1.75rem;
}

@media only screen and (min-width:480px) {
  .technology .images img {
    margin-right: 1rem;
    max-height: 2rem;
  }
}

.text-focused {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: .5rem 1rem;
  color: #ffffff;
  border-radius: .35rem;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
}

.service-card {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.service-card::before {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  content: "";
  background-color: #ffd607;
  width: 4px;
  height: 20%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  left: 0;
  top: 50%;
  z-index: 1;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
}

.service-card:hover::before,
.service-card.active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-card::after {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  content: "";
  background-color: #ffd607;
  width: 4px;
  height: 20%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  right: 0;
  top: 50%;
  z-index: 1;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
}

.service-card:hover::after,
.service-card.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-card h4,
.service-card p {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.service-card h4 {
  color: #ffffff;
}

.service-card .icons {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  color: #ffd607;
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-card .icons span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  z-index: 10;
  top: -.5rem;
  right: 38%;
  background-color: rgba(255, 255, 255, 0.07);
}

.service-card:hover,
.service-card.active {
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 4rem rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 4rem rgba(255, 255, 255, 0.15);
}

.border-top-line {
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
}

.service-card-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: transparent;
  border-bottom: 5px solid #ffc107;
  border-top: 2px solid rgba(255, 255, 255, .1);
  border-left: 2px solid rgba(255, 255, 255, .1);
  border-right: 2px solid rgba(255, 255, 255, .1);
}

.service-card-two .icons {
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.75rem;
  color: #ffffff;
  border-radius: 0.5rem;
  text-align: center;
}

.service-card-two .icons>i {
  line-height: 4.5rem;
}

@media only screen and (min-width:992px) {
  .service-card-two .icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.service-card-two h4 {
  color: #ffffff;
}

.service-card-two:hover,
.service-card-two:focus {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* How it works */

.how-it-works {
  position: relative;
  z-index: 1;
}

.how-it-works .background-shape {
  position: absolute;
  opacity: .2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: -10;
}

.how-it-works .background-shape>img {
  max-height: 500px;
  -webkit-animation: rotate360deg 46s linear 0s infinite;
  animation: rotate360deg 46s linear 0s infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.single-process-card {
  position: relative;
  z-index: 1;
  background-color: #090038;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.5rem;
}

.single-process-card .step-icon {
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  border-radius: 8rem;
  background: #F27121;
  background: -o-linear-gradient(left, #F27121, #E94057);
  background: -webkit-gradient(linear, left top, right top, from(#F27121), to(#E94057));
  background: linear-gradient(to right, #F27121, #E94057);
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -2.5rem;
}

.single-process-card .step-icon i {
  line-height: 5.5rem;
}

.single-process-card h4 {
  color: #ffffff;
}

.single-process-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 4rem rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 4rem rgba(255, 255, 255, 0.15);
}

.section-title h2 span {
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-wrap,
.price-wrapper {
  background-color: rgba(255, 255, 255, .05);
}

.single-feature-card {
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.single-feature-card.active,
.single-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 7, 224, 0.2);
}

.testimonial-wrapper {
  position: relative;
  z-index: 1;
}

.testimonial-wrapper .tns-nav {
  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;
  margin-top: 2rem;
}

.testimonial-wrapper .tns-nav button {
  border: 0;
  width: 2rem;
  height: .4rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: .2rem;
  margin: 0 .5rem;
}

.testimonial-wrapper .tns-nav button.tns-nav-active {
  background-color: #ffd607;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, .05);
}

.testimonial-card .testimonial-text {
  color: #ffffff;
  font-size: 1.25rem;
}

.testimonial-card .testimonial-text i {
  font-size: 2rem;
  line-height: 1;
  color: #003fe0;
}

.testimonial-card .thumbnail {
  width: 3rem;
  max-width: 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
}

.testimonial-card .thumbnail img {
  max-width: 3rem;
}

.testimonial-card .ratings {
  font-size: 1.125rem;
  color: #ffd607;
}

.cta-card {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000a1e;
  border: 2px solid rgba(255, 255, 255, .2);
}

.cta-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(9, 0, 56, .85);
  border-radius: 1rem;
  z-index: -10;
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 1;
  background-image: url('./img/bg-img/7.jpg');
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
}

.breadcrumb-wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -100;
  background-color: rgba(0, 10, 30, .8);
  top: 0;
  left: 0;
}

@media only screen and (min-width:992px) {
  .breadcrumb-wrapper {
    height: 400px;
  }
}

.page-title>h2 {
  background: -webkit-linear-gradient(#F27121, #E94057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb-content {
  margin-top: 48px;
}

@media only screen and (min-width:992px) {
  .breadcrumb-content {
    margin-top: 75px;
  }
}

.breadcrumb-nav .breadcrumb-item {
  font-size: 1.125rem;
  color: #ffffff;
}

.breadcrumb-nav .breadcrumb-item a {
  font-size: 1.125rem;
  color: #ffd607;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.vote-card {
  background-color: rgba(255, 255, 255, .05);
}

.login-card {
  background-color: rgba(0, 5, 148, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}

.login-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url('./img/core-img/circle.png');
  top: 0;
  left: 0;
  opacity: .05;
  z-index: -100;
  background-repeat: repeat;
}