/**
* Template Name: Bootslander - v4.7.0
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  /* color: #444444; */
  /* background: #e5ecff4d; */
  font-family: 'Poppins';
}

a {
  color: #1acc8d;
  text-decoration: none;
}

a:hover {
  color: #3a94e9;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

:root {
  --altracka-purple: #262cb0;
  --altracka-green: #1acc8d;
  --altracka-blue: #5895C0;
  --altracka-belair: #86BDC2;
  --altracka-yellow-orange: #e6bb69;
  --altracka-red: #e17465;
  --altracka-sherbet: #e79469;
  --altracka-steel-green: #a9b97a;
  --altracka-orange: #EE9B82;
  --altracka-brown: #dc9659;
  --card-heading-background: #8a8d9d26;
  --card-heading-color: #000000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:
  before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3a94e9;
  border-top-color: #68b4fb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  /* visibility: hidden; */
  opacity: 0;
  right: 15px;
  /* bottom: 15px; */
  z-index: 996;
  background: #3a94e9;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top
  i {
  /* font-size: 28px; */
  /* color: #fff; */
  /* line-height: 0; */}
.back-to-top:
  hover {
  background: #2be4a2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (
  max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* height: 80px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(1, 4, 136, 0.9);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(1, 4, 136, 0.9);
  height: 60px;
}
#header .logo
  h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo
  h1 a, #header .logo h1 a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#header .logo
  img {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  max-height: 40px;
}
.company-name {
  font-size: 22px;
  line-height: 78px;
  margin-left: 10px;
}
@media (
  max-width: 510px) {
  .company-name {
    font-size: 15px;    
  }
}
@media (
  max-width: 300px) {
  .company-name {
    display: none;    
  }  
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#navbar1 {
  background-color: #272424 !important;
  color: #f19a47;
}
#navbar2 {
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/hero-bg3.jpg");
  position: relative;
  padding: 260px 0 0px 0;
  background-repeat-y: no-repeat;
  color: white;
}
#hero::before {
  content: "";
  background: #000fcac4;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero
  h1 {
  margin: 0 0 20px 0;
  font-size: 36px;
  font-weight: 700;
}
#hero
  h1 span {
  color: #fff;
  border-bottom: 4px solid #3a94e9;
}
#hero
  h2 {
  /* color: rgb(39 36 36 / 66%); */
  margin-bottom: 40px;
  font-size: 18px;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1acc8d;
}
#hero .btn-get-started:
  hover {
  background: #0ee196;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  /* color: #fff; */
  line-height: 1;
  /* display: none; */
  font-weight: 500;
}
#hero .btn-watch-video
  i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:
  hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero-img {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
@media (
  min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (
  max-width: 991px) {
  #hero {
    padding-top: 80px;
  background-color: #dcdcdc24;
  }
  #hero .animated {
  -webkit-animation: none;
  animation: none;
  }
  #hero .hero-img img {
  max-width: 75%;
  }
  #hero h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  }
  #hero h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  }
}
@media (
  max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

.hero-bullets {
  font-size: 26px;
  /* color: #272424b5; */
  font-weight: 700;
  list-style-type: none;
  font-family: 'Montserrat';
  font-variant: all-small-caps;
}
#hero
  ul,
#hero li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#hero
  ul {
  /* margin: 2em 0; */}

#hero
  li {
  margin-left: 5%;
}

#hero
  li:before {
  font-family: 'Font Awesome 5 Free';
  float: left;
  margin-left: -1.5em;
  color: #3a94e9;
}

.hero-icon {
  /* color: #747e87; */
  margin-right: 9px;
}


@-webkit-keyframes up-down {
  0% {
  transform: translateY(10px);
  }
  100% {
  transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
  transform: translateY(10px);
  }
  100% {
  transform: translateY(-10px);
  }
}
.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1
  use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2
  use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3
  use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
  transform: translate(85px, 0%);
  }
  100% {
  transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
  transform: translate(85px, 0%);
  }
  100% {
  transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
  transform: translate(-90px, 0%);
  }
  100% {
  transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
  transform: translate(-90px, 0%);
  }
  100% {
  transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
  transform: translate(-90px, 0%);
  }
  100% {
  transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
  transform: translate(-90px, 0%);
  }
  100% {
  transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
  section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  /* background-color: #23202014; */
}

.section-title {
  padding-bottom: 40px;
}
.section-title
  h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title
  h2::after {
  content: "";
  width: 120px;
  height: 3px;
  display: inline-block;
  background: #ff9800;
  margin: 4px 10px;
}
.section-title
  p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #3d509e;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}
@media (
  max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}
.breadcrumbs
  h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (
  max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs
  ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs
  ol li + li {
  padding-left: 10px;
}
.breadcrumbs
  ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (
  max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
  display: block;
  }
  .breadcrumbs ol li {
  display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0 0 0;
}
.about .icon-boxes
  h3 {
  font-size: 28px;
  font-weight: 700;
  color: #010483;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 10px;
  margin-bottom: 6px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ff9800;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon
  i {
  color: #ff9800;
  font-size: 32px;
}
.about .icon-box:
  hover .icon {
  background: #ff9800;
  border-color: #ff9800;
}
.about .icon-box:
  hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title
  a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title
  a:hover {
  color: #ff9800;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about.png") center center no-repeat;
  background-size: contain;
  min-height: 300px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::
  after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::
  before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(63, 67, 253, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:
  hover::after {
  border-left: 15px solid #3f43fd;
  transform: scale(20);
}
.about .play-btn:
  hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
  transform: scale(0.6, 0.6);
  opacity: 1;
  }
  100% {
  transform: scale(1, 1);
  opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
  transform: scale(0.6, 0.6);
  opacity: 1;
  }
  100% {
  transform: scale(1, 1);
  opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.card-box {
  margin-bottom: 20px;
}
.features {
  background-color: #272424ed;
  color: white;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
}
.features .icon-box
  i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box
  h3 {
  /* font-weight: 700; */
  margin: 0;
  padding: 0;
  /* line-height: 1; */
  font-size: 16px;
}
.features .icon-box
  h3 a {
  color: #010483;
  transition: ease-in-out 0.3s;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /* min-height: 270px; */}
.count-box {
  /* padding: 20px 0px 20px 0px;*/
  /* padding-top: 30px; */
  /* margin-top: 40px; */
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  color: #545454;
}
#counts-container-demo .count-box {
  margin-top: 40px;
}
#counts-container-demo
  p {
  padding-bottom: 10px;
}
.count-box
  i {
  /* position: absolute; */
  /* top: -25px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* font-size: 26px; */
  /* background: #1acc8d; */
  /* padding: 12px; */
  /* color: #888; */
  /* font-size: 28px; */
  /* border-radius: 50px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 32px;
  /* height: 32px; */
  margin-right: 3px;
}
.count-box .fa-cart-shopping {
  background: var(--altracka-red);
}

.count-box
  span {
  /* font-size: 26px; */
  display: inline-flex;
  font-weight: 600;
  /* color: #010483; */
}
.count-box
  p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  border-width: 1px;
  border-color: gainsboro;
  padding-top: 5px;
  padding-bottom: 5px;
}
.details .content
  h3 {
  /* font-weight: 600; */
  font-size: 22px;
  color: #afafaf;
  /* display: none; */
}
.details .content
  ul {
  list-style: none;
  padding: 0;
}
.details .content
  ul li {
  padding-bottom: 3px;
}
.details .content
  ul i {
  font-size: 14px;
  padding-right: 4px;
  color: #3888fd;
}
.details .content
  p:last-child {
  margin-bottom: 0;
}

.details .content.odd {
  /* background-color: #ebeff6d6; */
}
.details .content.even {
  /* background-color: #bbc2d300; */
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item
  img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:
  hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::
  before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 3, 111, 0.8);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item
  h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item
  h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item
  p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1acc8d;
}
@media (
  min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}
@media (
  min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.team .member
  img {
  transition: all ease-in-out 0.4s;
}
.team .member:
  hover img {
  transform: scale(1.1);
}
.team .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member
  h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.team .member
  h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.team .member
  span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.team .member .social {
  margin-top: 10px;
}
.team .member .social
  a {
  transition: color 0.3s;
  color: #01036f;
}
.team .member .social
  a:hover {
  color: #1acc8d;
}
.team .member .social
  i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing
  h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing
  h4 {
  font-size: 36px;
  color: #1acc8d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing
  h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing
  h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing
  ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing
  ul li {
  padding-bottom: 16px;
}
.pricing
  ul i {
  color: #1acc8d;
  font-size: 18px;
  padding-right: 4px;
}
.pricing
  ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #1acc8d;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:
  hover {
  background: #149f6e;
}
.pricing .featured
  h3 {
  color: #fff;
  background: #1acc8d;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1acc8d;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}
.faq .faq-list
  ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list
  li + li {
  margin-top: 15px;
}
.faq .faq-list
  li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list
  a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.link506 {
  display: inline !important;
  padding: 0 0px !important;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #2320208c;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list
  p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list
  a.collapsed {
  color: #343a40;
}
.faq .faq-list
  a.collapsed:hover {
  color: #272424;
}
.faq .faq-list
  a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list
  a.collapsed .icon-close {
  display: none;
}
@media (
  max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info
  i {
  font-size: 20px;
  color: #3f43fd;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info
  h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #010483;
}
.contact .info
  p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:
  hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #3a94e9;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message
  br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:
  before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form
  input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form
  input {
  height: 44px;
}
.contact .php-email-form
  textarea {
  padding: 10px 12px;
}
.contact .php-email-form
  button[type=submit] {
  background: #3a94e9;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form
  button[type=submit]:hover {
  background: #34e5a6;
}
@-webkit-keyframes animate-loading {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #232020;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #171717;
  color: #fff;
  border-top: 4px solid #3a94e9;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info
  h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info
  p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
#footer .footer-top .social-links
  a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links
  a:hover {
  background: #3a94e9;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top
  h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links
  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links
  ul i {
  padding-right: 2px;
  color: #61ebba;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links
  ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links
  ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links
  ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links
  ul a:hover {
  color: #4be8b0;
}
#footer .footer-top .footer-newsletter
  form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-top .footer-newsletter
  form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter
  form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3a94e9;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-top .footer-newsletter
  form input[type=submit]:hover {
  background: #149f6e;
}
#footer .copyright {
  border-top: 1px solid #010479;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media (
  max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}







/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon
  i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon
  svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon
  svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box
  h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box
  h4 a {
  color: #272424;
  transition: ease-in-out 0.3s;
}
.services .icon-box
  p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:
  hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue
  i {
  color: #47aeff;
}
.services .iconbox-blue:
  hover .icon i {
  color: #fff;
}
.services .iconbox-blue:
  hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange
  i {
  color: #ffa76e;
}
.services .iconbox-orange:
  hover .icon i {
  color: #fff;
}
.services .iconbox-orange:
  hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink
  i {
  color: #e80368;
}
.services .iconbox-pink:
  hover .icon i {
  color: #fff;
}
.services .iconbox-pink:
  hover .icon path {
  fill: #e80368;
}
.services .iconbox-teal
  i {
  color: #11dbcf;
}
.services .iconbox-teal:
  hover .icon i {
  color: #fff;
}
.services .iconbox-teal:
  hover .icon path {
  fill: #11dbcf;
}



.container-narrow {
  width: 90%;
}

.security-img {
  max-height: 400px;
}

.logo-span {
  display: flex;
  align-items: flex-end;
  width: 46px;
}

.logo-portfolio {
  width: 50px;
  margin: 10px;
}

.searchbox {
  min-width: 130px;
}


#myTab {
  /* margin-top: 30px; */
}

.wide {
  width: 100%;
}

/* sort arrows are ugly */
.dataTable-sorter {
  /* width: 85px !important; */
}
.dataTable-sorter:
  before {
  display: none;
}
.dataTable-sorter:
  after {
  display: none;
}

.form-row {
  margin-bottom: 16px;
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
}

.carousel-item {
  padding-left: 100px;
  padding-right: 100px;
}

.carousel-row {
  display: flex;
  justify-content: center;
  height: 600px;
}

.carousel-item
  img {
  width: 100% !important;
  display: block !important;
  max-width:100% !important;
  max-height:100% !important;
  width: auto !important;
  height: auto !important;  
}

.my-carousel-caption {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  text-align: center;
}

#about {
  border-style: solid;
  border-width: 1px;
  border-top-color: #149f6e;
  border-bottom-color: #149f6e;
  border-left-color: white;
  border-right-color: white;

}

/* I couldn't get the arrows or page indicators to show. See https://stackoverflow.com/questions/46249541/change-arrow-colors-in-bootstraps-carousel
There also is a way there to change the colors more directly which is probably better.
*/
.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
  filter: invert(100%);
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

/* Default position of indicators is on top of the image and not easy to change. Carousel is too image-centric. */
.carousel-indicators {
  display: none;
}

.carousel .carousel-indicators
  button {
 width: 10px;
  height: 10px;
  border-radius: 100%;
}

#demo-card {
  display: flex;
  justify-content: center;
}
#demo-card .single-card-container {
  width: 320px;
}
.counts .single-card-container {
  /* margin-top: 30px; */
  padding-right: 0px !important;
  /* padding-left: 0px; */
}

.brand {
  display: flex;
  /* margin-left:0px; */
  /* height: 100%; */
  height: 63px;
}
.navbar-brand {
  font-size:28px !important;
}

.profile-menu .dropdown-menu {
  right: 0;
  left: unset;
}
.profile-menu .fa-fw {
  margin-right: 10px;
}
.toggle-change::
  after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

#nav1-contents {
  display: flex;
}
.navbar .lg-spacer {
  flex-grow: 10;
}
.navbar .sm-spacer {
  flex-grow: 1;
}

.navbar2-icon {
  padding-right: 5px;
  color: #222;
}

.mychart {
  /* max-width: 550px; */
  /* max-height: 550px; */
}

.altracka-box {
  -webkit-box-shadow: 2px 2px 10px 0px rgb(205 205 205 / 30%);
  box-shadow: 2px 2px 14px 0px rgb(205 205 205 / 30%);
  border-radius: 5px;
  border-color: #9e9e9e69;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.altracka-box
  p {
  line-height: 0.5em;
  font-size: 0.9em;
}

.altracka-box-shell {
  display: flex;
  padding: 10px;
}

/* cards have lots of boxes; tone down altracka-box for cards */
.card-inner .altracka-box {
  -webkit-box-shadow: 2px 2px 10px 0px rgb(205 205 205 / 10%);
  box-shadow: 2px 2px 14px 0px rgb(205 205 205 / 10%);
  border-color: #9e9e9e40;
}

.center-nav {
  /* align-items: center; */
  padding-left: 30px;
}

.counts-card-title {
  font-weight: 600;
  font-size: 17px;
  color: #0a0a0ab8;
  /* line-height: 18px; */
  margin-top: 0px;
  /* max-width: 100px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
}
.lg-counter {
  display: flex;
  /* justify-content: center; */
  font-weight: 700;
  font-size: 28px;
  color: #343a40ed;
  /* line-height: 28px; */
  /* margin: 12px; */
  /* margin-top: 8px; */
  }
.sm-counter {
  /* display: flex; */
  /* justify-content: center; */
  font-weight: 600;
  /* font-size: 16px; */
  color: #343a40ed;
  /* line-height: 16px; */
  /* margin: 12px; */
  /* margin-top: 8px; */
  /* padding-left: 20px; */
}

.btn-back {
  background: url('../img/angle-left-solid.svg') !important;
  /*
  background: transparent escape-svg($btn-close-bg) center / $btn-close-width auto no-repeat; // include transparent for button elements
  */
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
  background-repeat: no-repeat !important;
}

.card-link {
  font-size: small;
  font-style: italic;
  color: #444;
}

#demo-income-chart-container {
  max-height: 260px;
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  padding: 20px;
}

.screenshot-card {
  width: 100%;
  max-width: 450px;
}
.screenshot-income {
  width: 100%;
  max-width: 560px;
}
.screenshot-xirr {
  width: 100%;
  max-width: 540px;
}
.screenshot-capitalstack {
  width: 100%;
  max-width: 450px;
}
.screenshot-compare-performance {
  width: 100%;
  max-width: 550px;
}
.screenshot-compare-income {
  width: 100%;
  max-width: 550px;
}
.demo-content {
  align-items: center;
}

.highlight-input {
  /* -webkit-box-shadow: 0px 0px 5px 0px #f44336; */
  /* box-shadow: 0px 0px 10px 0px #f44336; */
  border-radius: 3px;
  /* border-color: #f43f36; */
  background: #ffc10717;
  border-width: 0;
  border-style: solid;
}

#details
  hr {
  margin: 30px 60px;
  color: rgb(122 122 122);
}

.cards-icon {
  margin: 2px;
  /* margin-left: 12px; */
  margin-right: 6px;
}

.more-link {
  font-size: 14px;
  color: #000000a3;
  font-weight: 500;
}

.active-tab {
  border-bottom: 4px solid #57daab;
  padding-bottom: 15px;
}

.img-about {
  border-radius: 50%;
}

.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}