.newsletter-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #943b94;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .newsletter-container input[type="email"] {
    height: 35px;
  }
.carousel-darken:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 25%,#000000 100%); 
}
.carousel-darken .carousel-caption {
    z-index: 100;
}
.contact-icons {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50rem;
    margin-right: .5rem;
    background-color: #150e60;
    color: #fff;
}
.category-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    padding: 5px 10px;
    border-radius: 1rem;
    background-blend-mode: overlay;
}
.category-card h2 {
    font-size: 1.5rem;
    text-shadow: -1px -1px 0 #05427f, 1px -1px 0 #05427f, -1px 1px 0 #05427f, 1px 1px 0 #05427f;
}
.category-card p {
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .category-card h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 449px) {
    h2.text-xxs-blue {
        color: #11a3fa !important;
    }
}
.global-title {
    height: 45vw;
}
@media (max-width: 767px) {
    .global-title {
        height: 54.5vw;
    }
}
@media (min-width: 1400px) {
    .py-xxl-6 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .category-card h2 {
        font-size: 3rem;
    }
    .category-card p {
        line-height: 1.7;
    }
}
@media (min-width: 768px) {
    .partner-row {
        min-height: 240px !important;
    }
    .rounded-md-pill {
        border-radius: 50rem !important;
    }
}
@media (max-width: 575px) {
    .fs-xs-6 {
        font-size: 1rem !important;
    }
}
.partner-row {
    min-height: 400px;
}
#partners .carousel-inner, #partners-2024 .carousel-inner {
    width: 83.3333333%
}   
.partner-buttons {
    width: 8.333333% !important;
}
.bg-light {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.hr-dashed {
    background-color: transparent;
    border-top: dashed 1px;
}
#FAQ .accordion-button.collapsed {
    background: linear-gradient(#a0cff6, #008dff);
}
#FAQ .accordion-button {
    background: #f8b61a;
    transition: 0.5s;
    color: #150e60;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23150e60'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.SDGs-bg {
    background-image: url(assets/images/canada/SDGs.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 81.81vw; 
    background-position: bottom;
}
@media (min-width: 1000px) {
    .SDGs-bg {
        background-image: url(assets/images/canada/SDGs-wide.jpg); 
        min-height: 56.82vw; 
    }
}
.SDGs-global-bg {
    background-image: url(assets/images/global/SDGs.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 81.81vw; 
    background-position: bottom;
}
@media (min-width: 1000px) {
    .SDGs-global-bg {
        background-image: url(assets/images/global/SDGs-wide.jpg); 
        min-height: 56.82vw; 
    }
}
.join-2-bg {
    background-image: url(assets/images/canada/join-2-mobile-bg.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 100vw; 
    background-position: bottom;
    background-color: #fff;
}
@media (min-width: 577px) {
    .join-2-bg {
        background-image: url(assets/images/canada/join-2-bg.jpg); 
        min-height: 41.67vw; 
        background-position: top;
        background-color: #150e60;
    }
}
.join-3-bg {
    background-image: url(assets/images/global/join-bg-mobile.jpg); 
    background-size: contain; 
    background-repeat: no-repeat;
    min-height: 72.9vw; 
    background-position: center;
    background-color: #fff;
}
@media (min-width: 577px) {
    .join-3-bg {
        background-image: url(assets/images/global/join-bg.jpg); 
        min-height: 46.9vw; 
    }
}
.ready-bg {
    background-image: url(assets/images/canada/canada-get-ready.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 36.36vw;
    background-position: bottom;
    background-color: #150e60;
}
@media (min-width: 1600px) {
    .ready-bg {
        background-image: url(assets/images/canada/canada-get-ready.jpg); 
        background-size: contain; 
        background-repeat: no-repeat; 
        min-height: 36.36vw;
        background-position: top;
        background-color: #fff;
    }
}
.waves-bg {
    background-image: url(assets/images/canada/ready-bg.jpg); 
    background-size: cover; 
}
@media (max-width: 575px) {
    .waves-bg {
        background-position: bottom;
    }
}
.welcome-bg {
    background-image: url(assets/images/global/welcome-divider.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 36.36vw;
    background-position: bottom;
    background-color: #049ce6;
}
@media (max-width: 400px) {
    .pt-xxs-3 {
        padding-top: 0.9rem !important;
    }
    .pt-xxs-2 {
        padding-top: 0.5rem !important;
    }
}
* {
    font-family: "Futura", sans-serif;
}
.font-karla {
    font-family: "Karla", sans-serif !important;
}
.font-raleway {
    font-family: "Raleway", sans-serif !important;
}
.font-futura {
    font-family: "Futura", sans-serif !important;
}
.blue-prev-arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23173b65'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.blue-prev-arrow:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23173b65'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.blue-next-arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23173b65'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.blue-next-arrow:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23173b65'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
@media (min-width: 1850px) {
    .col-big-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-big-4 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-big-3 {
        flex: 0 0 auto;
        width: 27%;
    }
}
.socials a {
    font-size: 50px;
    padding: 0 5px;
}
.socials img {
    max-width: 50px;
}
.socials {
    display: flex;
    align-items: center;
    margin-top: -5vh;
}
.video-container {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.join-side {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.UN-side {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-height: 100%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.fish-img {
    max-width: 40% !important;
    position: absolute;
    z-index: 1;
}
.fish-img-2 {
    max-width: 30% !important;
    position: absolute;
    z-index: 1;
}
.map-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin: 0 20px;
}
.funders img {
    max-width: 95%;
    height: auto;
}
.map {
    width: 100%;
    display: block;
}
.map-point {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffc107;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.map-point:hover {
    transition: 300ms;
    transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 776px) {
    .map-point {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 450px) {
    .map-point {
        width: 12px;
        height: 12px;
    }
}
.tooltip-box {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}
.hover-pointer:hover {
    cursor: pointer;
}
.bg-map-white {
    background-color: #f4f4f4;
}
.bg-map-blue {
    background-color: #1a5bdc;
}
.bg-blue {
    background-color: #0a3fa8;
}
.bg-dark-blue {
    background-color: #150e60;
}
.bg-sky-blue {
    background-color: #11a3fa;
}
.bg-welcome-blue {
    background-color: #24356e;
}
.bg-program-blue {
    background-color: #05427f;
}
.bg-global-sponsors {
    background: #016dd6;
}
.bg-yellow {
    background-color: #f3b820;
}
.bg-transparent-purple-blue {
    background-color: rgba(21, 14, 96, 0.6);
}
.bg-transparent-blue {
    background-color: rgba(2, 74, 173, 0.7);
}
.bg-light-blue {
    background-color: #a7dcf8;
}
.bg-orange {
    background-color: #fa530b;
}
.bg-purple {
    background-color: #a356ab;
}
.bg-darkish-blue {
    background-color: #024aad;
}
.fs-big {
    font-size: 3.5rem !important;
}
.fs-7 {
    font-size: 0.8rem !important;
}
.rounded-5 {
    border-radius: 2rem;
}
.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}
#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.z-1 {
    z-index: -1 !important;
}
.darken {
    background-color: rgba(0, 0, 0, 0.3);
}
.vh-90 {
    min-height: 90vh;
}
.text-yellow {
    color: #f3b820;
}
.text-blue {
    color: #11a3fa;
}
.text-dark-blue, .changing-blue {
    color: #173b65 !important;
}
.text-dark-purple-blue {
    color: #150e60;
}
.text-darkish-blue {
    color: #024aad;
}
.text-canada-red {
    color: #c6051e;
}
.text-light-blue {
    color: #a7dcf8;
}
@media (max-width: 415px) {
    .changing-blue {
        color: #11a3fa !important;
    }
}
#title h1 {
    font-size: 3.8rem;
    font-weight: 800;
}
#header {
    background-color: #00a7ff;
    max-height: 70px;
}
#header:not(.fixed-top) {
    position: relative;
    z-index: 1030;
}
body .mic-toolbox-contrast-hard #header {
    background-color: #000 !important;
}
a:hover,
a {
    text-decoration: none;
    color: inherit;
}
.list-inside {
    list-style-position: inside;
}
ul.list-inside li {
    padding-bottom: 10px;
}
a.nav-link {
    color: #fff;
    font-family: "Raleway", sans-serif;
}

a.nav-link:hover, a.nav-link:focus {
    text-decoration: underline;
    color: #fff;
}
nav.navbar-mobile a.nav-link:hover {
    text-decoration: underline;
    color: #000;
}

a.nav-link.active {
    text-decoration: underline;
}

p,
.lh-lg {
    line-height: 1.7;
}

.text-light-grey {
    color: rgb(114, 121, 114) !important;
}

.text-lime {
    color: rgb(105, 243, 105) !important;
}

.bg-dark-light {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.darken {
    filter: brightness(20%);
}

.icons {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.btn-yellow:hover {
    background: rgb(255, 153, 0);
    border-color: rgb(255, 153, 0);
    color: #fff;
}
.btn-yellow {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 18px;
    padding: 12px 18px;
    transition: 0.5s;
    color: #fff;
    background: #f3b820;
    border-radius: 0.7rem;
}
.btn-yellow-blue:hover {
    color: #024aad;
    border-color: #173b65;
}
.btn-yellow-blue {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 18px;
    padding: 12px 18px;
    transition: 0.5s;
    color: #024aad;
    background: #f3b820;
    border-radius: 50rem;
    border: 0.3rem #024aad solid;
}
.btn-white-blue:hover {
    color: #fff;
    border-color: #d6d6d6;
}
.btn-white-blue {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 18px;
    padding: 12px 18px;
    transition: 0.5s;
    color: #fff;
    background: #173b65;
    border-radius: 50rem;
    border: 0.3rem #fff solid;
}
.btn-light-blue:hover {
    color: #fff;
    background: #00a7ff;
    border-color: #00a7ff
}
.btn-light-blue {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 18px;
    padding: 12px 18px;
    transition: 0.5s;
    color: #fff;
    background: #11a3fa;
    border-radius: 50rem;
    border: 0.3rem #11a3fa solid;
}
.btn-transparent {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0.2rem;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-transparent-sm {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0.2rem;
}

.btn-transparent-sm:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-transparent-dark {
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 0.2rem;
}

.btn-transparent-dark:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
}

.btn-transparent-dark-sm {
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 0.2rem;
}

.btn-transparent-dark-sm:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.logo {
    width: auto;
    height: 120px;
}
@media (max-width: 575px) {
    .logo {
        height: 100px;
    }
}
a.logo {
    padding-top: 30px;
    z-index: 3;
}
section {
    padding: 60px 0;
    overflow: hidden;
}

header {
    background-color: #fff;
}

.navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    color: #372349;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown:hover > ul, .navbar .dropdown > .dropdown-active {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul, .navbar .dropdown .dropdown > .dropdown-active {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
    .navbar .dropdown .dropdown ul {
      left: 100%;
    }

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    color: #191919;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: turquoise;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.back-to-top:hover {
    background: #5d88d6;
    color: #fff;
}

.link-dark {
    color: rgba(0, 0, 0, 0.9);
}
.link-dark:hover {
    color: rgba(0, 0, 0, 0.7);
}
.contact .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
  }
  
  .contact .info-item {
    width: 100%;
    background-color: #009282;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }
  
  .contact .info-item:last-child {
    margin-bottom: 0;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }
  
  .contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .info-item:hover i {
    background: #fff;
    color: var(--color-primary);
  }
  
  .contact .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 0 10px 10px 0;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    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: #059652;
    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 #059652;
    border-top-color: #fff;
    -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[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: rgb(238, 194, 0);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background:rgb(255, 153, 0)
  }
  
  .contact .php-email-form button:disabled {
    display: none !important;
  }
  /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0a3fa8;
    border-top-color: #efefef;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }