/**
	Creator: Marsus.com
**/
.downloadable-content{
    padding-bottom: 50px;
}
.downloadable-content .title{
    font-size:36px;
    color:#646464;
    text-align: center;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top:0;
}
.downloadable-content .description{
    font-size:14px;
    color:#646464;
    margin-bottom: 15px;
    text-align: center;
}
.downloadable-content .btn-primary{
    margin: 40px auto 0;
    padding: 19px 53px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: fit-content;
    border-top-left-radius: 63px;
    background-color: #fbd04b;
    border: 0;
    border-bottom-right-radius: 63px;
}
/* Pages CSS */
.event-button{
    background-color: #fbd04b;
    border:0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding:7.5px 30px;
    box-shadow: none;
}

/* Slider */
.slider {
    text-align: left;
}

.slider img {
    max-width: 100%;
    display: inline-block;
}
.career .item img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:-27px;
    bottom:83px;
    position: relative;
    z-index: 150;
    text-align: center;
}
#map{
    height: 300px;
    margin-bottom: 30px;
}
.slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    background: #fff;
    margin:0
}
.slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot:not(:last-child){
    margin-right:5px;
}
.slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span{
    opacity: 1;
    border:2px solid #fff;
    background: #FBD04B;
}
.lds-ring {
    display: none;
    position: relative;
    width: 21px;
    height: 11px;
    top: -8px;
    right: -10px;
}
.lds-ring.show{
    display: inline-block;
}
.slider .overlay{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-image: linear-gradient(to bottom,#FBD04B, rgba(251,208,75,0));
}
.slider .overlay .title{
    font-size:40px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    color:#fff;
    line-height: 45px;
}
.slider .overlay .title strong{
    font-weight: 900;
    font-size: 45px;
}
.slider .overlay p{
    margin-top:30px;
    font-size: 16px;
    color: #fff;
    max-width: 513px;
    text-align: left;
}
.slider .overlay .btn-primary{
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: #FBD04B;
    font-weight: 700;
    color:#fff;
    display:inline-block;
    border:0;
    padding:19px 49px;
    font-size:18px;
    width: fit-content;
    margin:30px 0 0;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    margin: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* RESPONSIVE */
@media (max-width: 1600px) {

    .slider.owl-theme .owl-nav.disabled+.owl-dots{
        bottom:30px;
    }

}

@media (max-width: 1300px) {



}

@media (max-width: 1200px) {
    .slider.owl-theme .owl-nav.disabled+.owl-dots{
        bottom:15px;
    }


}

@media (max-width: 991px) {

    .slider .owl-item img{
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

}

@media (max-width: 767px) {
    .slider .owl-item img{
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    header .bar .right{
        width: 100%;
    }
    .slider.owl-theme .owl-nav.disabled+.owl-dots{
        top:0;
    }
    .slider .overlay .title{
        font-size:25px;
        line-height: 25px;
    }
    .slider .overlay .title strong{
        font-size: 25px;
    }
    .slider .overlay p{
        font-size:14px;
        margin-top:15px;
    }
    .slider .overlay .btn-primary{
        padding: 13px 30px;
        font-size: 18px;
        width: fit-content;
    }
    .slider .overlay .btn-primary{
        margin:15px 0 0;
    }

}

@media (max-width: 544px) {



}

@media (max-width: 360px) {



}


.contact-button{
    background-color: #fbd04b;
    border:0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding:7.5px 30px;
    box-shadow: none;
}

.thanks{
    height: 500px;
    text-align: center;
}
.thanks .thanks-ico{
    font-size:72px;
    color: #29a445;
    margin-bottom: 30px;
}
.thanks h1{
    font-size:32px;
}
.thanks .inner{
    max-width: 500px;
    margin:0 auto;
}

.btn-get-serial-numbers{
    margin-bottom: 30px;
    font-size:20px;
    background-color: transparent !important;
    text-decoration: underline !important;
    display: inline-block !important;
    padding:0 !important;
    outline:0 !important;
    box-shadow: none !important;
    white-space: normal;
    color:#000 !important;
    border:0 !important;
    font-weight: 700;
}

.serial-number-product{
    border:1px solid #e1e1e1;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    height: 100%;
    padding:15px;
    cursor: pointer;
    transition: all ease 150ms;
}
.serial-number-product:hover{
    border-color:#000;
}
.serial-number-product img{
    margin:0 auto 15px;
    display: block;
    max-width: 100%;
    height: auto;
}
.serial-number-product .name{
    display: block;
    width: 100%;
    color:#000;
    text-align: center;
    font-weight: 700;
    font-size:16px;
}
.serial-number-product i{
    position: absolute;
    right: 10px;
    top: 10px;
    color:#000;
    opacity: 0.1;
    font-size:32px;

}
.lg-backdrop{
    z-index: 9999999;
    background-color:rgba(0,0,0,0.5)
}
.lg-outer{
    z-index: 99999999;
}

.former-lang{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.former-lang .ico{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    font-size:18px;
    color:#000;
    margin-right: 10px;
}
.former-lang i{
    font-size:24px;
    color:#fbd04b;
}
.former-lang a{
    font-size:16px;
    color:#000;
    text-decoration: underline;
    margin-left:5px;
}

.action-inner img{
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    margin-bottom: 20px;
}

.success-popup{
    position: relative;
    z-index: 999999;
}
.success-popup .layer{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    padding:15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-popup .layer .overlay{
    cursor: pointer;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
.success-popup .layer .pop-content{
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding:30px 30px 100px;
    z-index: 10;
}

.success-popup .layer .pop-content .pop-closer{
    position: absolute;
    right: 15px;
    top:15px;
    cursor: pointer;
    background: #ff0000;
    color:#fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-popup .layer .pop-content .ico{
    background: #24b920;
    color:#fff;
    border-radius: 50%;
    width: 100px;
    font-size:32px;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 20px;
}

.success-popup .layer .pop-content .name{
    color: #24b920;
    display: block;
    text-align: center;
    line-height: 1;
    font-size:24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.success-popup .layer .pop-content p{
    text-align: center;
    font-size:16px;
}
.success-popup .layer .pop-content .middle{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    gap:15px;
}
.success-popup .layer .pop-content .middle .code{
    width: 100%;
    background: #e1e1e1;
    height: 45px;
    color:#000;
    font-size:20px;
    border-radius: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.success-popup .layer .pop-content .middle .btn-primary{
    background: #24b920;
    color:#fff;
    height: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    font-size:16px;
    border:0;
    border-radius: 12px;
    width: 100%;
}
.success-popup .layer .pop-content .else{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
    font-weight: 700;
    color:#fff;
    background: #333;
    border-radius: 0 0 12px 12px;
}