body {
  background-color: #f8f8f8;
}


/*header*/
.header-slide {
    padding-bottom: 56.25%;
}

.title-header{
    background: rgb(255 255 255 / 80%);
    box-shadow: 2px 2px 10px rgb(156 163 175) inset;
    border-radius: 24px 0px 24px 0;
    text-align: center;
}

.right-img-header{
    position: absolute;
    top: 10%;
    bottom: 0;
    inset-inline-end: 0%;
    inset-inline-start: 75%;
    z-index: 1;
}
.bg-gradiant::after{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,134,255,0)),to(rgb(0 0 0)));
    background: -o-linear-gradient(top, rgba(0,134,255,0) 50%,rgb(0 0 0) 100%);
    background: linear-gradient(to bottom, rgba(0,134,255,0) 50%,rgb(0 0 0) 100%);
}
.bg-gradiant-dark::after{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,134,255,0)),to(rgb(0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0,134,255,0) 50%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0,134,255,0) 50%, rgb(0, 0, 0) 100%);
}
.bg-question{
    background: #da8d25;
}

.services:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header_class{
    position: fixed;
    top: 0;

    inset-inline-start: 0;
    inset-inline-end: 0;
    -webkit-animation: slideInDown 0.6s;
    animation: slideInDown 0.6s;
    opacity: .9;
    border-radius: 0 0 0.75rem 0.75rem;
}

/*header*/


.footer-introduction_after::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    inset-inline-start: 0;
    bottom: -10px;
    background-color: var(--yellow);
}

.historical-img::after{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

/*loading*/
#loading{
    position: fixed;
    inset-inline-end: 0;
    inset-inline-start: 0;
    opacity: .9;
    bottom: 0;
    top: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff;
}
.loader {
    height: 30px;
    display: inline-block;
}
.loader > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px var(--blue);
    box-shadow: 0 0 10px var(--blue);
    background: #FFECBA;
    float: left;
    margin: 5px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.loader > div:nth-child(1) {
    -webkit-animation: anm-BL-53-move1 1s infinite linear;
    animation: anm-BL-53-move1 1s infinite linear;
}
.loader > div:nth-child(2) {
    -webkit-animation: anm-BL-53-move2 1s infinite linear;
    animation: anm-BL-53-move2 1s infinite linear;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader > div:nth-child(3) {
    -webkit-animation: anm-BL-53-move3 1s infinite linear;
    animation: anm-BL-53-move3 1s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader > div:nth-child(4) {
    -webkit-animation: anm-BL-53-move4 1s infinite linear;
    animation: anm-BL-53-move4 1s infinite linear;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loader > div:nth-child(5) {
    -webkit-animation: anm-BL-53-move5 1s infinite linear;
    animation: anm-BL-53-move5 1s infinite linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes anm-BL-53-move1 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes anm-BL-53-move1 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes anm-BL-53-move2 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes anm-BL-53-move2 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes anm-BL-53-move3 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes anm-BL-53-move3 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes anm-BL-53-move4 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes anm-BL-53-move4 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes anm-BL-53-move5 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes anm-BL-53-move5 {
    50% {
        background: var(--blue);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*loading*/


.harmony-menu > li.harmony-menu-li > a {
  color: #fff;
}
.harmony-menu .angle-down {
    background-color: #fff;
}