body {
    margin: 0px;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    background: rgb(255 255 255 / 99%);
    }
    .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #BF0D3E solid;
    border-radius: 50%;
    animation: sp-anime 0.6s infinite linear;
    }
    @keyframes sp-anime {
    100% {
      transform: rotate(360deg);
    }
}
    
ul#menu-mainmenu {
    justify-content: center;
}

@media screen and (min-width: 1025px) {

.mainheader.fixed #midheader {
    position: fixed;
    width: 100%;
    top: 0px;
    background: white;
    padding-top: 0px;
    z-index: 999;
    padding-bottom: 5px;
}

.mainheader.fixed #bottomheader {
    position: fixed;
    width: 100%;
    top: 80px;
    background: #0e2b5c;
    z-index: 999;
}

.mainheader.fixed #midheader img {
    width: 125px;
}

.mainheader.fixed #bottomheader ul#menu-mainmenu li a {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
}

.mainheader.fixed #bottomheader div#ekit-megamenu-mainmenu {
    height: 60px;
}


.mainheader.fixed #bottomheader a.elementor-button {
    padding: 21px !important;
}

}



#clientlogos .swiper-wrapper {
    align-items: center;
    justify-content: space-between;
}

#clientlogos .swiper-wrapper img {
    width: 190px;
    object-fit: contain;
    height: 150px !important;
}

#clientlogos .ekit-wid-con .elementskit-clients-slider .single-client ,
#accreditationlogos .ekit-wid-con .elementskit-clients-slider .single-client {
    box-shadow: none !important;
}

.request_form .wpcf7 form.invalid .wpcf7-response-output,
.request_form .wpcf7 form.unaccepted .wpcf7-response-output,
.request_form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}