/* add your IE10-IE11 css here */
.ie .scroller.active {
    width: 100%;
    max-width: 100%;
}

.ie .quote,
.ie .box-type .box-content,
.ie .card-content,
.ie .card-content,
.ie .content, 
.ie .our-services,
.ie .worker-detail .worker-contacts {
    margin: 0;
}

.ie .industry-detail .box-type .box-content, 
.ie .deal-detail .box-type .box-content {
    padding: 48px 24px;
}

.ie .worker-detail .card-content {
    margin: auto;
}

.ie .s-deal-wrap {
    display: block;
}

.ie .hero_module .container {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    opacity: 1;
    z-index: 4;
    width: 50%;
}

.ie.page-template-services-template .hero_module .container {
    width: 100%;
}

.ie .hero_module .cartes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Center vertically */
    align-items: center;
    /*Center horizontaly */
    justify-content: center;
    /*Center horizontaly ie */
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.ie .hero_module .col.col-xs-6 {
    display: block;
    margin: auto;
    width: 50%;
}

.ie .hero_module .content {
    padding: 24px;
}


.ie .slider-nav {
    height: 0;
    width: 0;
    overflow: hidden;
}

.ie .service.fp-page {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.ie .worker-contacts .worker .image-container img {
    width: auto;
}

.ie .next-prev-nav .next-nav a::after {
    left: auto;
}

.ie .next {
    left: auto;
}

.ie .fullpage_module .fp-card {
    overflow: hidden;
}

.ie #cookie-notice {
    /* background-color: rgba(0,0,0,0.3)!important; */
    height: 87px;
}

.ie [aria-hidden="true"] {
    display: block;
}

.ie .aqua.flex .cover.h-v.f-h div {
    min-height: 440px;
}

/* 
@media screen and (max-width: 1336px) {

     .ie .box-type.h-h.animate .box-content {
        transform: translateX(0px);
    } 

} */