.whatsapp {
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 9999;
}
.lang-swiper {
    width: 105px;
    overflow: hidden;
    position: relative;
}
.lang-swiper .button-next, .lang-swiper .button-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    z-index: 999;
}
.lang-swiper .button-next{
    background-image: url(../images/lang-chevron-right.svg);
}
.lang-swiper .button-prev{
    background-image: url(../images/lang-chevron-left.svg);
}
.lang-swiper .button-next {
    right: 0;
}
.lang-swiper .button-prev {

}
.main-slider-swiper {
    overflow: hidden;
}
.slider-bg {
    background-repeat: no-repeat;
    background-size: cover;

}
.slider-logo {
    position: relative;
    z-index: 2;
    margin: 50px 0 50px 0;
}
.company-service {
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}
.company-service .button-next, .company-service .button-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.company-service .button-next{
    background-image: url(../images/lang-chevron-right.svg);
    right: 0;
}
.company-service .button-prev{
    background-image: url(../images/lang-chevron-left.svg);
    left: 0;
}
.layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color:rgba(68,68,68,0.8);
    z-index: 1;
}
.swiper-pagination-bullet{
    border-radius: 50%;
    height: 15px!important;
    width: 15px!important;
    border: 2px solid white;
    background: transparent!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    width: 45px!important;
    border-radius: 30px!important;
}
.company {
    background-color: #FAFAFA;
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
}
.divider {
    height: 10px;
    background-color: #9F9F9F;
}
footer {
    background-color: #373435;
}
.gold-gradient {
    background: #947341;
    background: linear-gradient(to right, #947341 0%, #B38F52 25%, #E5D896 50%, #D2AB63 75%, #846439 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gallery-list-item {

}
.about-us.top, .contact.top {

}
.company-detail.top {
    height: 177px;
    background-image: url(../images/company-details-top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 640px){
    .whatsapp {
        right: 10px;
    }
    .lang-list {
        position: absolute;
        top: 50px;
        z-index: 9999;
        width: 60px;
        padding: 5px;
        background-color: white
    }
    .about-us.top {
        height: 56px;
    }
    .contact.top {
        height: 56px;
    }
    .company-detail.top {
        display: flex;
        align-items: center;
        height: 110px;
    }
    .company-detail.top img {
        height: 70px;
    }
    .slider-bg {
        height: 250px;
    }
    .slider-logo {
        height: 75px;
        margin: 30px 0 20px 0;
    }
    .container {
        width: 240px;
    }
    .company {
        height: 140px;
        display: flex;
        justify-content: center;
    }
    .company a {
        width: 140px;
    }
    .company a img {
        object-fit: contain;
    }
    .header-mobile-modal {
        position: absolute;
        top: 0;
        background-color: rgba(36,36,36,.5);
        width: 100%;
        height: 100%;
        z-index: 20;
        overflow: hidden;
    }
    .mobile-menu {
        background-color: white;
        position: absolute;
        right: 0;
    }
}

@media (min-width: 1280px) {
    .slider-bg {
        height: 580px;
    }
}
