/********** Template CSS **********/
:root {
    --primary: #1f2b45;
    --secondary: #273552;
    --light: #F0FBFC;
    --uscan-blue: #4154f1;
    --dark: #2db790;
}

body{

    font-family: "Futura", sans-serif !important;
    
}

p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

.img-fluid{
/*    border-radius: 10px;*/
}


/*=============================
HEADER NEW STYLES
===============================*/
.kwachuaa-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 11.5vh;
    width: 100%;
    background-color: none; /* Set your initial background color here */
    position: fixed;
    z-index: 99;
    transition: background-color 0.3s ease; /* Add a transition for a smoother color change */
}
.kwachuaa-nav-scroll{
  background-color: #fff;
  border: none;
}
.dummy{
    display: none;
}
.kwachuaa-nav .logo{
    margin-left: 7rem;
    padding: 10px;
    z-index: 105;
}
.kwachuaa-nav .logo a img{
  max-height: 75px;
  width: 120px;
  
}


.nav-links{
  margin:  0;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

    
}
.nav-links .links{
    display: flex;
    
}
/* Style the last link with a background color */
.links li.login-grid a{
    padding: 8px 6px; 
    text-transform: uppercase;
}
.links li.login-grid a{
    border-bottom: 1.4pt solid transparent;
}
.links li.login-grid a:hover{
    border-bottom: 1.4pt solid var(--uscan-blue);
    color: var(--uscan-blue) !important;
}
.links li.last-link a:hover{
    color: white !important;
    background-color: var(--primary);
}
.links li.last-link a {
    background-color: var(--uscan-blue); /* Replace with your desired background color */
    color: #fff !important; /* Text color for better visibility */
    padding: 8px 10px; /* Adjust the padding as needed */
    border-radius: 3px; /* Optional: Add rounded corners */
    /* Add any other styles you need */
}

.links li.login-grid a i{
    color: var(--uscan-blue);
    margin-right: 5px;
    font-size: 13px;
}

.links li.last-link a i{
    color: white;
}


.nav-links .links li{
    margin: 0 .5rem;
    padding: 0 .5rem;
    list-style-type: none;
}

.nav-links li a{ 
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 650;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in-out 0s;
    font-size: 12px;
    letter-spacing: .15em;
    font-family: "Futura", san-serif !important;
}
}
.nav-links li .login_top{ 
    background: #ff4506;
    border: 1px solid #253137;
    color: #f0f0f0;
    font-weight: 600;
    padding: .3rem 1rem;
    border-radius: .5rem;
}
.nav-links .login-wrapper:hover a, .nav-links .login-wrapper:focus a{
    color: #000;
    background: #fff;
    border-radius: 2rem;
    transition-duration: 0.6s ease-out;
}

.burger{
    display: none;
    margin-right: 1rem;
    cursor: pointer;
    z-index: 105;
}

.burger div{
    width: 20px;
    height: 2px;
    background-color: var(--secondary);
    margin: 5px;
    transition: all 0.3s ease;
    
}

.quick-info, .q-info{
    display: none;
}
@media screen and (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    .nav-links-before{
        position: fixed;
        height: 100vh;
        top: 0;
        background-color: var(--primary);
        transform: translateX(100%);
        transition: transform 0.20s ease-in-out;
        width: 100%;

    }
    .nav-links{
        position: fixed;
        margin: 0;
        right: 0px;
        height: 100vh;
        top: 0;
        padding-top: 12vh;
        background-color: var(--secondary);
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left ;
        transform: translateX(-200%);
        transition: transform 0.45s ease-in-out;
        width: 100%;
        padding-bottom: 20px;
        
    }

    .nav-links .links{
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--uscan-blue) ;
        width: 90vw;
        padding-right: 10px;
        margin-top: 25px;
        margin-right: 25px;

        
    }
    .nav-links .q-info{
       display: flex;
       flex-direction: column;
    }
    .nav-links .links li{
        margin: .30rem 0 ;
        padding: .30rem 0 ;
        list-style-type: none;
    }

     .nav-links .q-info li{
        margin: .5rem 0 ;
        padding: .5rem 0 ;
        list-style-type: none;
    }
    .nav-links li {
        opacity: 0;

    }
    .nav-links li a{
      font-size: 13px;
    }
    .links li.login-grid a{
        color: white !important;
    }
    .burger{
        display: block;
    }
   .quick-info {
    display: flex; 
        width: 100%;
        position: fixed;
        justify-content: space-between;
        bottom: 0px;
        background: #163c3c;
        padding: 7px 30px;
        z-index: 101;
        transition: 0.2s ease-in-out;
    }
    .quick-info-active{
        display: flex; /* Hide .quick-info by default */
    }

    .quick-info p a{
        font-size: 11px;
        padding: none !important;
        margin-bottom: none !important;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: "Futura", sans-serif;
        font-weight: 600;
        color: #fff;

    }

    .dummy{
        display: flex;
        margin-left: 20px;
        z-index: 105;
    }
    .dummy i{
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);

    }

    .dummy-active i{
        color: #fff !important;
        transition: 0.3s ease-in-out;
    }
    .kwachuaa-nav .logo{
        margin-left: 0rem;
    }

    .kwachuaa-nav .logo a img{
      height: auto;
      width: 120px;
      
    }
    
}

.nav-active{
    transform: translateX(0%);
    z-index: 100;
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(100px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle-burger .line1{
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: #fff;

}
.toggle-burger .line2{
     /*display: none; */
    opacity: 0;
}
.toggle-burger .line3{
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: #fff;
}


/*=============================
HEADER 
===============================*/

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 20px;
    bottom: 40px;
    z-index: 99;
}
.display-1{
    color: #5969f3 !important;
}
.bg-dark{
    background-color: #5969f3 !important;
}

.whatsapp-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 99;
    background-color:#26d367 ;
}
.whatsapp-btn svg{
    width: 25px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: "Futura", sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 10px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #5969f3 !important;
    border-color: #5969f3 !important;
}
.text-primary{
    color: #5969f3 !important;
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: block;
    transition: all .3s ease-in-out 0s;
    font-size: 12px;
    letter-spacing: .15em;
    font-family: "Futura", san-serif !important;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    border-bottom: none !important;
    background-color: rgba(250, 250, 250, .3) !important;
    backdrop-filter: blur(3px);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: none !important;
    }
}


.owl-carousel-item{

    height: 100vh !important;
}

.owl-carousel-item .img-fluid{
    border-radius: none !important;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
    border-radius: 10px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../assets/img/gallery/g3.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
    border-radius: 10px;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--secondary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.about-container{
    background-color: var(--secondary);
}

.about-container p{
    color: #f0f0f0;
}

/*** Categories & Courses ***/
.course-item{
    overflow: hidden;
    border-radius: 10px;

}
.category a{
    overflow: hidden;
    border-radius: 10px;
}
.category img,
.course-item img {
    transition: .5s;
    border-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
    border-radius: 10px;
}

.bg-light{
    border-radius: 10px;
}

.form-control{
    border-radius: 10px !important;
}

/*** Team ***/
.team-item{
    border-radius: 10px;
    overflow: hidden;
}
.team-item img {
    transition: .5s;
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
    font-weight: 500;
/*    text-transform: uppercase;*/
    position: relative;
    display: block;
    transition: all .3s ease-in-out 0s;
    font-size: 14px;
    letter-spacing: .15em;
    font-family: "Futura", sans-serif !important;
}
}

.testimonial-carousel .owl-dots {
    mafootergin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #CCCCCC;
    transition: .5s;
    border-radius: 50% !important;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.testimonial-item img{
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    height: 260px;
}

.testimonial-item{
    overflow: hidden;
    border-radius: 10px;
}
.testimonial-item:hover img{
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}


.navbar-light .navbar-toggler{
    border: none !important;
    outline: none !important;

}
.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus{
    outline: none !important;
    box-shadow: none !important;
    color: red;
}


.dropdown-item{
    border-radius: 5px;
}
.dropdown-menu{
    border-radius: 10px;
    border-color: #dddeee;
    padding: 5px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 1px solid #e1ecff;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 35px;
  border: 1.5pt solid #e9f1ff;
  border-radius: 15px;
/*  background: url(../img/hero-bg.png);*/
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: var(--uscan-blue);
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.30em;
  font-family: 'Futura', sans-serif;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
  border: 1.5pt solid #e9f1ff;
  border-radius: 15px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #ed3c0d;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.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;
  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;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--uscan-blue);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--uscan-blue);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Loader
----------------------------------------------------------------*/
.footer-newsletter .error-message {
  display: none;
  color: #ed3c0d ;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}

.footer-newsletter .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}

.footer-newsletter .loading {
  display: none;
  text-align: center;
  padding: 5px;
}

.footer-newsletter .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;
  animation: animate-loading-notify 1s linear infinite;
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 25px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter .subscribe_form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
  
}


.footer .footer-newsletter form input[type=email]:focus, .footer .footer-newsletter form input[type=email]:hover {
    outline: 1.5pt solid var(--uscan-blue) !important;
    border-radius: 4px !important;
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 5px;
  background: var(--uscan-blue);
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 75px;
  width: 120px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Futura", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Futura", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: var(--primary);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  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: var(--primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 0;
}

.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: #013289;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0s;
    font-size: 11px;
    letter-spacing: .15em;
    font-family: "Futura", san-serif !important;
}
.footer .footer-top .footer-links ul li:hover a{
    color: var(--primary);
}

.footer .footer-top .footer-links ul a:hover {
  color: var(--uscan-blue);
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}



.accordion-flush .accordion-item .accordion-button{
    border-radius: 10px;
    border-color: var(--secondary);
}

.accordion-header button{
    color: var(--secondary);
    font-weight: 600;
    font-family: 'Futura', sans-serif;


}


@media screen and (max-width:767px){
    .footer .footer-top .footer-info {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-top .footer-info .logo img {
        height: auto;
        width: 120px;
        margin-right: 6px;
    }

    .footer {
      background: #f6f9ff;
      padding: 0 0 25px 0;
      font-size: 14px;
      margin-bottom: 30px;
    }
}