a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #a60000;
}
.mvm_color{
    color: #a60000;
}
.mvm_clouds_color{
    color: #ecf0f1;
}
.pointer {cursor: pointer;}
.mvm_background{
    background-color: #a60000;
}

.mvm_footer_bg{
    background-color: #a60000;
    background-image: url("../img/footer/footer.jpg");
    height: 421px;
    width: 100%;
    opacity: 90%;
}

.mvm_clouds_background{
    background-color: #ecf0f1;
}
.mvm_clouds_background_img{
    background-color: #ecf0f1;
    background-image: url("../img/trans/axiom-pattern.png");
}


.mvmـform_control
{
    color: #fff;
    background-color: #a60000;
    border-radius: 0px;
    border: 1px solid #a60000;
    font-weight: bold;
}

.mvm_type{
    font-size: 1em;
    color: #a60000;
}

.mvm_shadow{
    box-shadow: 0 6px 8px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
    text-align: center;
}

.mvm_bottom_shadow{
    -webkit-box-shadow:0px 2px 4px #ecf0f1;
    -moz-box-shadow:0px 2px 4px #ecf0f1;
    box-shadow: 0px 6px 6px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
    text-align: center;
}

.form-control::placeholder {
    color: #a60000;
    opacity: 1;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ecf0f1;
    outline: 0;
    box-shadow: 0px 6px 6px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
}

.mvm_focus:focus {
    color: #212529;
    border-color: #ecf0f1;
    outline: 0;
    box-shadow: 0px 6px 6px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
}


.form-select:focus {
    border-color: #a60000;
    outline: 0;
    box-shadow: 0px 6px 6px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
}

.form-check-input:focus {
    border-color: #a60000;
    outline: 0;
    box-shadow: 0px 6px 6px 0 rgba(210, 210, 210, 1), 0 6px 10px 0 rgba(210, 210, 210, 1);
}

.btn:focus {
    color: #212529;
    border-color: #a60000;
    outline: 0;
    box-shadow: 0px 1px 1px 0 #a60000, 0 1px 1px 0 #a60000;
}


.badge{
    color: #a60000;
}

.badge:after{
    content:attr(value);
    font-size:12px;
    color: #000;
    background: #fff;
    border-radius:50%;
    padding: 0 5px;
    position:relative;
    left:-8px;
    top:-10px;
    opacity:0.9;
}

.scroller-menu {
    height: 200px;
    overflow-y: scroll;
    scrollbar-color:  grey white;
    scrollbar-width: thin;

}

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
.card{
    border-radius: 25px;
    background-color: #FFF;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}
.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}
.card-image{
    position: relative;

    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name{
    font-size: 15px;
    font-weight: 500;
    color: #a60000;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: #265DF2;
}

.swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
}


.icon-button {
    margin-top: 4px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #a60000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}



.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
}
@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-menu.show {
        display: flex;
    }
}
.dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
}
.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
}
.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.accordion {
    margin: auto;
    width: 400px;
}
.accordion input {
    display: none;
}
.box {
    position: relative;
    background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
}
.box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0,0,0,.54);
    display: none;
}
.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
    display: inline-block;
}
.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}
.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
    transform: rotate(90deg);
}
