:root {
  --main-blue: #0178E0;
}

:root {
  --secondary-blue: #0E5185;
}

#header {
  background: var(--main-blue);
}

.cta {
  background: var(--main-blue);
}

#header.fixed-top, #header.header-inner-pages {
  background: var(--main-blue);
}

.back-to-top {
  background: var(--main-blue);
}

.back-to-top:hover {
  background: var(--secondary-blue);
}

.about .content .btn-learn-more:hover {
  background: var(--main-blue);
}

.about .content .btn-learn-more {
  color: var(--secondary-blue);
  border: 2px solid var(--secondary-blue);
  margin-top: 15px !important;
}

.counts .counters span {
  color: var(--secondary-blue);
}

a {
  color: var(--main-blue);
  text-decoration: none;
}

#preloader:before {
  border: 6px solid #FF4B38;
}

.navbar>ul>li>a:before {
  background-color: var(--secondary-blue);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FF4B38;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FF4B38;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FF4B38;
}

#hero .btn-get-started:hover {
  background: var(--secondary-blue);
  border: 2px solid var(--secondary-blue);
}

.section-title h2::after {
  background: var(--secondary-blue);
}

.cta .cta-btn:hover {
  background: #fab994;
  border: 2px solid #fab994;
}

.our-values .card:hover .card-body {
  background: var(--secondary-blue);
}

.team .member .social a {
  background: var(--main-blue);
}

.team .member .social a:hover {
    background: #ff7f5d;
}

.team .member .social a:hover {
  background: var(--secondary-blue);
}

.contact .php-email-form button[type=submit] {
  background: var(--secondary-blue);
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--main-blue);
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: var(--secondary-blue);
}

.contact .info i {
  color: var(--secondary-blue);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  background: var(--main-blue);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fab994;
}

a:hover {
  color: var(--secondary-blue);
}

.contact .info p {
  color: var(--secondary-blue);
}

#footer .footer-top .social-links a:hover {
  background: var(--main-blue);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: var(--secondary-blue);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--secondary-blue);
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.btn:hover {
  background-color: var(--main-blue);
  color: white;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}

.cta {
  background: var(--main-blue);
}

.cta .cta-btn:hover {
  background: white;
  border: 2px solid white;
  color: var(--main-blue);
}

.btn-outline-primary {
  --bs-btn-color: var(--secondary-blue);
  --bs-btn-border-color: var(--secondary-blue);
  --bs-btn-hover-bg: var(--main-blue);
  --bs-btn-hover-border-color: var(--secondary-blue);
  --bs-btn-active-bg: var(--secondary-blue);
  --bs-btn-active-border-color: var(--secondary-blue);
  --bs-btn-disabled-color: var(--secondary-blue);
  --bs-btn-disabled-border-color: var(--secondary-blue);
}

/*#hero {
  background: url(../img/banner-blue.jpg) top center;
}*/

.info-index {
  color: white;
  text-align: justify;
}

.portfolio-details .portfolio-description h2 {
  text-transform: uppercase;
  font-size: 30px;
}

.portfolio-details .portfolio-description h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.member-info h4 {
  font-weight: bold;
}

.member-info h5 {
  font-weight: bold;
  font-size: 18px;
}

.member-info span {
  text-align: justify;
}

.social-members {
  margin-top: 10px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #cta h3 {
    margin-top: 12px;
  }
}

section {
  padding: 20px 0;
}

#preloader:before {
  border: 6px solid var(--main-blue);
}

.bank-info {
  color: white;
}

.bank-info h4 {
  font-weight: bold;
}

.qrcode-info h4 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .bank-info p {
  text-align: right;
}

  .account-info {
    text-align: right;
    padding-right: 10px;
  }

  .qrcode-info {
    padding-left: 10px;
  }

  .qrcode-info h4 {
    text-align: left;
  }

  .qrcode-info img {
    float: left;
  }
}

.portfolio-description span {
  text-align: justify;
}

.about-text span {
  text-align: justify;
}

.description {
  text-align: justify;
}

.about-index span {
  text-align: justify;
}

.card-text {
  text-align: justify;
}

button {
  color: var(--main-blue);
}

.button-read-more {
  text-align: center;
}

#home-index .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#home-index {
  width: 100%;
  background-size: cover;
  position: relative;
}

#home-index h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#home-index h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#home-index .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#home-index .btn-get-started:hover {
  background: #ff7f5d;
  border: 2px solid #ff7f5d;
}

@media (min-width: 1024px) {
  #home-index {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home-index h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #home-index h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#home-index h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#home-index h2 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#home-index .btn-get-started:hover {
  background: var(--main-blue);
  border: 2px solid var(--main-blue);
}

.carousel-indicators li {
  list-style-type: none;
}

.carousel-control-prev,
.carousel-control-next {
  border: none !important;
}

.social-members a:hover {
  background: var(--secondary-blue);
}

.social-members a {
  background: var(--main-blue);
  color: white;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-social-links a i {
  font-size: 25px;
}

.navbar-mobile .active, .navbar-mobile li:hover>a {
  color: var(--main-blue);
}

@media (max-width: 570px) {
  .carousel-control-prev {
    left: -60px; 
  }

  .carousel-control-next {
    right: -60px; 
  }

  .btn-get-started {
    z-index: 1000;
  }
}

.header-translation-flags {
  margin-right: 10px;
}

.header-translation-flags li {
  list-style: none;
  padding: 5px;
  font-size: 20px;
}

.translation-flags li {
  list-style: none;
  padding: 5px;
  font-size: 20px;
  margin-top: 10px;
}

.footer-top {
  background-color: var(--main-blue);
}

#footer .footer-bottom {
    border-top: 1px solid #3b0e41;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer::before {
  background: var(--secondary-blue);
}

@media (max-width: 450px) {
  .header-translation-flags li {
    font-size: 15px;
  }
  .header-social-links a i {
    font-size: 17px;
  }
}

.fade {
  transition:opacity .15s linear;
}

.close{
  position:absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  margin-right: 10px !important;
  color: inherit;
  width: 20px !important;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .35rem
}

/* Success message */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* Info message */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* Warning message */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* Danger message */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.team .course {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}

.team .course .member-info {
  padding: 25px 15px;
}

.team .course .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #150517;
  text-align: center;
}

.team .course .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .course .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}