.carousel-control-icon {
    background-color: #1d6bff;
    border-radius: 50px;
    background-size: 90% auto;
    background-position: center right;
}

.navbar-interactivapp.fixed-top {
    padding: 0 !important;
}

.custom-gradient-blue {
    background: linear-gradient(to right, #1A4597 0%, #1D6BFF 100% ) !important;
}

.custom-gradient-blue:hover {
    background: linear-gradient(to right, #1a59ce 0%, #1A4597 100% ) !important;
}


.custom-bg-gradient {
    background-image: url('/assets/img/bg-gdl.jpg');
}


.text-opacity-50 {
    opacity: 0.5 !important;
}

.text-opacity-75 {
    opacity: 0.75 !important;
}

.mw-70 {
    max-width: 70% !important;
}

@media (max-width:991.98px){
    .bg-between{
        background-image:none!important
    }
}

@media (min-width:768px){
    .bg-between{
        background-repeat:no-repeat;background-position:left center,right center;background-size:auto 40%
    }
}

@media (min-width:1200px){
    .bg-between{
        background-repeat:no-repeat;background-position:left center,right center;background-size:auto 55%
    }
}

.custom-whatsapp {
    background-color: #25D366 !important;
}

/*
.customer-logo {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.customer-logo:hover {
    opacity: 1;
    filter: grayscale(0);
}
*/

.contact-form .form-control {
    background-color: #f1f4f8 !important;
}