.why-choose-us-three:before {
    background: rgb(10 54 99 / 84%);
}

.logo {
    width: 125px;
}

header {
    position: fixed !important;
}

whatsapp-widget {
    z-index: 999;
    position: fixed;
}

.titleSlider {
    font-size: 50px;
    line-height: 60px !important;
}

.faqs-section {
    padding: 0px 0 101px;
}

.features-section-three.style-two {
    padding: 106px 0 90px;
}

.about-section-four .image-column .inner-column .exp-box {
    z-index: 9;
}

.header-style-three {
    top: 0;
    border-bottom: 2px solid #ff6809;
}

.main-header .header-top .inner-container.style-two .top-left .list-style-one li i {
    font-size: 25px;
}

.main-box {
    background-image: url('../images/bgHeader.png');
    background-repeat: no-repeat;
    background-position: right;
}

.banner-style-one .inner-column .border-box {
    top: -90px;
}

.contentImgAbout {
    position: relative;
}

.bgAbout {
    position: absolute;
}

.contenteCardBody {
    position: relative;
    border-bottom: 10px solid #ff6809;
}

.dotsValues {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40% !important;
}

.card {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 0;
}

.banner-section:after {
    width: 0;
    height: 0;
}

.banner-section:before {
    opacity: .8;
}

.accordion-box .block .acc-content .content .text strong {
    font-weight: bold;
    color: #68696c;
}

.accordion-box .block:before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background: linear-gradient(var(--theme-color1), var(--theme-color1));
}

.accordion-box .block .acc-btn:before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background: linear-gradient(var(--theme-color1), var(--theme-color1));
}

#services .bg-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-image: url(../images/icons/shape-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    opacity: .3;
}

.why-choose-us-three {
    padding: 60px 0 60px;
}

.why-choose-us-three .form-column .inner-column {
    margin: 10px 0 50px;
}

.main-footer {
    padding-top: 0px;
}

.footer-bottom .copyright-text {
    color: #e0e0e0;
}

.contentImageValue {
    overflow: hidden;
}

.contentImageValue img {
    transition: ease-out .3s;
}

.contentImageValue img:hover {
    transform: scale(1.1);
    transition: ease-out .3s;
}

.certificate {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.mobile-menu .nav-logo img {
    max-height: 85px;
}

.mobile-menu .upper-box {
    padding: 20px 10px;
}

.logoDesktop {
    display: block;
}

.logoMobile {
    display: none;
}

.bgpiner1 {
    animation: spiner1 50s infinite linear;
}

@keyframes spiner1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bgpiner2 {
    animation: spiner2 60s infinite linear;
}

@keyframes spiner2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.video-section .icon-shape-4 {
    z-index: -1;
}

.about-section-four .image-column .inner-column .exp-box {
    padding: 18px 21px;
}

.about-section-four .image-column .inner-column .exp-box .inner {
    position: relative;
    padding-left: 70px;
}

.locationButon {
    margin-left: 20px;
}

.logoBni {
    width: 50px;
}


/* CLIENTS */

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 22));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 22));
    }
}

.slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: 960px; */
}

.slider .slide-track {
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    display: flex;
    width: calc(150px * 54);
}


/* END CLIENTS */

@media(max-width: 768px) {
    .logoDesktop {
        display: none;
    }
    .logoMobile {
        display: block;
    }
    .main-header .logo img {
        max-width: 190px !important;
        width: 190px;
    }
    .main-header .main-box.style-two .logo-box {
        min-width: 250px;
    }
    .logo {
        width: 230px;
    }
}

@media(max-width: 414px) {
    .banner-style-one .inner-column .title span:before {
        bottom: 0px;
    }
}