* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

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

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

.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

.nav nav {
  background-color: white;
  padding: 5px;
  border-bottom: 2px solid #424b96;
}

.nav nav > a {
  color: black !important;
}

.nav nav div.collapse ul li {
  margin-left: 30px;
  font-size: 17px;
}

.nav nav div.collapse ul li a {
  color: black !important;
  font-weight: 500;
}

.nav nav div.collapse ul li .active {
  color: #424b96 !important;
}

.nav nav .lang a {
  background-color: #424b96;
  padding: 0px 10px;
  font-size: 21px;
  border-radius: 50%;
  color: white;
}

.nav nav .navbar-brand {
  width: 200px;
}

.nav nav .navbar-brand img {
  width: 100%;
}

#about {
  background-color: #1B4283;
  padding-top: 10%;
  padding-bottom: 7%;
}

#about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .container .img {
  width: 40%;
}

#about .container .img img {
  width: 100%;
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}

#about .container .text {
  width: 40%;
}

#about .container .text h1 {
  color: white;
  padding-bottom: 10px;
  text-align: right;
}

#about .container .text p {
  text-align: right;
  color: white;
  line-height: 2.2;
  letter-spacing: -1px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #about .container {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #about .container .img {
    display: block;
    width: 79%;
    margin: 95px auto;
  }
  #about .container .img img {
    width: 100%;
  }
  #about .container .text {
    display: block;
    width: 95%;
    margin: auto;
  }
  #about .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 28px;
    text-align: right;
  }
  #about .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .nav nav .lang {
    margin-left: 27px;
  }
  .nav nav .lang a {
    background-color: #424b96;
    padding: 0px 10px;
    padding-bottom: 8px;
    font-size: 21px;
    border-radius: 50%;
    color: white;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #about .container {
    padding-bottom: 40px;
    padding-top: 120px;
  }
  #about .container .img {
    display: block;
    width: 79%;
    margin: 55px auto;
    margin-top: 30px;
  }
  #about .container .img img {
    width: 100%;
  }
  #about .container .text {
    display: block;
    width: 95%;
    margin: auto;
  }
  #about .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 28px;
    text-align: right;
  }
  #about .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .nav nav .lang {
    margin-left: 27px;
  }
  .nav nav .lang a {
    background-color: #424b96;
    padding: 0px 10px;
    padding-bottom: 8px;
    font-size: 21px;
    border-radius: 50%;
    color: white;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #about {
    padding-top: 22%;
    padding-bottom: 10%;
  }
  #about .container {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #about .container .img {
    width: 40%;
  }
  #about .container .img img {
    width: 100%;
  }
  #about .container .text {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-left: 0px;
    margin-right: 30px;
  }
  #about .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #about .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .nav nav .lang {
    margin-left: 27px;
  }
  .nav nav .lang a {
    background-color: #424b96;
    padding: 0px 10px;
    padding-bottom: 8px;
    font-size: 21px;
    border-radius: 50%;
    color: white;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #about {
    padding-top: 10%;
    padding-bottom: 1%;
  }
  #about .container {
    padding-top: 10px;
  }
  #about .container .img {
    padding-top: 60px;
    width: 40%;
  }
  #about .container .img img {
    width: 100%;
  }
  #about .container .text {
    width: 50%;
    padding-top: 120px;
    margin-left: 0px;
    margin-right: 30px;
  }
  #about .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #about .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #about {
    padding-top: 6%;
    padding-bottom: 7%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #about .container {
    padding-top: 8px;
  }
  #about .container .img {
    width: 40%;
    padding-top: 80px;
  }
  #about .container .img img {
    width: 100%;
  }
  #about .container .text {
    width: 50%;
    padding-top: 150px !important;
    margin-right: 10px;
    margin-left: 0px;
    font-weight: lighter !important;
  }
  #about .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 35px;
  }
  #about .container .text p {
    text-align: right;
    color: white;
    line-height: 2.3;
    font-size: 18px;
    letter-spacing: 0.4px;
    word-spacing: 0.3px;
  }
}

#mission {
  background-image: url("../images/Group 1238.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 5%;
}

#mission h1 {
  color: black !important;
  text-align: center;
}

#mission .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mission .container .img {
  width: 40%;
}

#mission .container .img img {
  width: 100%;
}

#mission .container .text {
  width: 40%;
}

#mission .container .text p {
  text-align: right;
  color: black !important;
  line-height: 2.2;
  font-size: 19px;
  letter-spacing: -1px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #mission {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #mission h1 {
    color: white;
    text-align: center;
  }
  #mission .container .img {
    display: block;
    width: 40%;
    margin: 60px auto;
  }
  #mission .container .img img {
    width: 100%;
  }
  #mission .container .text {
    display: block;
    width: 70%;
    margin: auto;
  }
  #mission .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 16.5px;
    letter-spacing: -1px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #mission {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #mission h1 {
    color: white;
    text-align: center;
  }
  #mission .container {
    padding: 60px 0px;
  }
  #mission .container .img {
    display: block;
    width: 40%;
    margin: auto;
    padding-bottom: 30px;
  }
  #mission .container .img img {
    width: 100%;
  }
  #mission .container .text {
    display: block;
    width: 70%;
    margin: auto;
  }
  #mission .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 17px;
    letter-spacing: -1px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #mission {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
  }
  #mission h1 {
    color: white;
    text-align: center;
  }
  #mission .container {
    padding-top: 40px;
  }
  #mission .container .img {
    width: 25%;
    padding-bottom: 0px;
  }
  #mission .container .img img {
    width: 100%;
  }
  #mission .container .text {
    width: 45%;
    padding-top: 10px;
    margin-left: 30px;
  }
  #mission .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 17px;
    letter-spacing: -1px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #mission {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #mission h1 {
    color: white;
    text-align: center;
  }
  #mission .container {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #mission .container .img {
    width: 20%;
  }
  #mission .container .img img {
    width: 100%;
  }
  #mission .container .text {
    width: 50%;
    padding-top: 10px;
    margin-left: 65px;
  }
  #mission .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 20px;
    letter-spacing: -1px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #mission {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #mission h1 {
    color: white;
    text-align: center;
  }
  #mission .container .img {
    width: 20%;
  }
  #mission .container .img img {
    width: 100%;
  }
  #mission .container .text {
    width: 50%;
    padding-top: 10px;
    margin-left: 98px;
  }
  #mission .container .text p {
    text-align: right;
    color: white;
    line-height: 2.3;
    font-size: 20px;
    letter-spacing: 0.4px;
    word-spacing: 0.3px;
  }
}

@-webkit-keyframes scal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#success {
  background-image: url("../images/Group 1238.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0%;
  padding-bottom: 0%;
}

#success h1 {
  color: black !important;
  text-align: center;
  padding-bottom: 50px;
}

#success .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#success .container .img {
  width: 20%;
}

#success .container .img img {
  width: 100%;
  -webkit-animation: scal  2s infinite;
          animation: scal  2s infinite;
}

#success .container .text {
  width: 40%;
}

#success .container .text p {
  text-align: right;
  color: black !important;
  line-height: 2.2;
  font-size: 21px;
  letter-spacing: 0px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #success {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #success h1 {
    color: white;
    text-align: center;
  }
  #success .container .img {
    display: block;
    width: 50%;
    margin: 60px auto;
    margin-top: 20px;
  }
  #success .container .img img {
    width: 100%;
  }
  #success .container .text {
    display: block;
    width: 80%;
    margin: auto;
  }
  #success .container p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 14px;
    letter-spacing: -1px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #success {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #success h1 {
    color: white;
    text-align: center;
  }
  #success .container .img {
    display: block;
    width: 50%;
    margin: 85px auto;
    margin-top: 20px;
  }
  #success .container .img img {
    width: 100%;
  }
  #success .container .text {
    display: block;
    width: 95%;
    margin: auto;
  }
  #success .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 20px;
    letter-spacing: -1px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #success {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #success h1 {
    color: white;
    text-align: center;
  }
  #success .container .img {
    width: 25%;
  }
  #success .container .img img {
    width: 100%;
  }
  #success .container .text {
    width: 55%;
    margin-top: 27px;
    margin-left: 30px;
  }
  #success .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 19px;
    letter-spacing: -1px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #success {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5%;
  }
  #success h1 {
    color: white;
    text-align: center;
  }
  #success .container .img {
    width: 20%;
  }
  #success .container .img img {
    width: 100%;
  }
  #success .container .text {
    width: 50%;
    margin-top: 30px;
    margin-left: 65px;
  }
  #success .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #success .container .text p {
    text-align: right;
    color: white;
    line-height: 2.2;
    font-size: 25px;
    letter-spacing: -1px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #success {
    background-image: url("../images/Group 1238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  #success h1 {
    color: white;
    text-align: center;
  }
  #success .container .img {
    width: 20%;
  }
  #success .container .img img {
    width: 100%;
  }
  #success .container .text {
    width: 50%;
    margin-top: 60px;
    margin-left: 98px;
  }
  #success .container .text h1 {
    color: white;
    padding-bottom: 10px;
    font-size: 35px;
  }
  #success .container .text p {
    text-align: right;
    color: white;
    line-height: 2.3;
    font-size: 22px;
    letter-spacing: 0.4px;
    word-spacing: 0.3px;
  }
}

.client-header {
  color: black;
  text-align: center;
  padding-bottom: 0px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#client {
  background-color: #FAE884;
  margin-top: 50px;
  padding: 60px 0px;
}

#client .container .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#client .container .one div {
  width: 15%;
  margin: 25px;
}

#client .container .one div img {
  width: 100%;
  display: block;
  margin: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #mission h1 {
    font-size: 25px;
  }
  #success h1 {
    font-size: 25px;
  }
  .client-header {
    font-size: 25px;
    padding-bottom: 1px;
  }
  #client .container .one div {
    width: 19%;
    margin: 20px;
  }
  #client .container .one div img {
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #mission h1 {
    font-size: 25px;
  }
  #success h1 {
    font-size: 25px;
  }
  .client-header {
    font-size: 25px;
  }
  #client .container .one div {
    width: 19%;
    margin: 20px;
  }
  #client .container .one div img {
    width: 100%;
    display: block;
    margin: auto;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #mission h1 {
    font-size: 25px;
  }
  #success h1 {
    font-size: 25px;
  }
  .client-header {
    font-size: 25px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 992px) {
  #mission h1 {
    font-size: 35px;
  }
  #success h1 {
    font-size: 35px;
  }
  .client-header {
    font-size: 40px;
  }
  #client .container .one div {
    width: 15%;
  }
  #client .container .one div img {
    width: 100%;
    display: block;
    margin: auto;
  }
}

.numbers2 {
  margin-top: 140px;
  background-image: url("../images/Group 182.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.numbers2 h2 {
  color: black;
  text-align: center;
  font-size: 35px;
  margin-bottom: 100px;
}

.numbers2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.numbers2 .container div h3 {
  text-align: center;
  color: #424b96;
  font-size: 20px;
  font-weight: bold;
}

.numbers2 .container div p {
  font-weight: bold;
  text-align: center;
  color: #747eda;
  font-size: 17px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .numbers2 {
    margin-top: 100px;
  }
  .numbers2 h2 {
    color: black;
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
  }
  .numbers2 .container div {
    padding-bottom: 60px;
    width: 90%;
    display: block;
    margin: auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .numbers2 {
    margin-top: 100px;
  }
  .numbers2 h2 {
    color: black;
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
  }
  .numbers2 .container div {
    padding-bottom: 60px;
    width: 90%;
    display: block;
    margin: auto;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .numbers2 {
    margin-top: 100px;
  }
  .numbers2 h2 {
    color: black;
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
  }
  .numbers2 .container div {
    padding-bottom: 60px;
    width: 30%;
    display: block;
    margin: auto;
  }
}

.footer {
  background-color: #1B4283;
  overflow: hidden;
  border-bottom: 2px solid white;
  padding-bottom: 20px;
}

.footer .links {
  width: 40%;
  float: left;
  margin-top: 30px;
}

.footer .links img {
  width: 100px;
  border-radius: 10px;
  padding-bottom: 12px;
}

.footer .links ul li {
  list-style: none;
}

.footer .links ul li a {
  color: white;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.footer .links ul li a:hover {
  color: #747eda;
}

.footer .links2 {
  width: 40%;
  float: right;
  margin-top: 15px;
}

.footer .links2 img {
  width: 100px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.footer .links2 ul li {
  list-style: none;
  color: white;
  padding-bottom: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .footer .container1 .links {
    float: none;
    width: 100%;
    margin: 20px auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .container1 .links2 {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .footer .container1 .links {
    float: left;
    width: 40%;
    margin: 20px auto;
    text-align: left;
    margin-bottom: 30px;
  }
  .footer .container1 .links2 {
    float: right;
    width: 40%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .footer .container .links {
    float: left;
    width: 50%;
    margin: 20px auto;
    text-align: left;
  }
  .footer .container .links2 {
    float: right;
    width: 50%;
    margin: auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .footer .container .links {
    float: left;
    width: 40%;
    margin: 20px auto;
    text-align: center;
  }
  .footer .container .links2 {
    float: right;
    width: 50%;
    margin: auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .footer .container .links {
    float: left;
    width: 40%;
    margin: 20px auto;
    text-align: center;
    margin-left: -100px;
  }
  .footer .container .links2 {
    float: right;
    width: 50%;
    margin: auto;
  }
}

.contact {
  padding: 20px;
  background-color: #1B4283;
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .container .media {
  padding-bottom: 45px;
}

.contact .container .media span {
  padding-right: 3px;
  padding-left: 3px;
}

.contact .container .media span a {
  color: white;
  text-decoration: none;
}

.contact .container .media span a i {
  color: white;
  font-size: 22px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-left: 10px;
}

.contact .container .media span a i:hover {
  color: #747eda;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #424b96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: white;
  border: 2px solid #424b96;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #424b96;
  border-radius: 20px;
}
/*# sourceMappingURL=ar.css.map */