/***************************
Add your custom styles below
****************************/

@media (min-width:320px) and (max-width: 767px) {
    .nav-bar .logo {
        max-height: 45%;
        margin: 10px;
    }
    nav {
        max-height: 75px!important;
    }
    .nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
        background: #f8f8f8;
        min-height: 80px!important;
    }
    body.theme--boxed .main-container {
        max-width: 1400px;
        margin: 0 auto;
        left: 0px;
        right: 0;
        margin-top: 50px;
    }
}
.testimonails {
    font-size: 28px;
    line-height: 36px;
}
.processImg {
    max-width: 80%;
    display: inline-block;
}
.height--20 {
    height: auto;
    padding: 2.5em 0;
}
.claim {
    color: #333!important;
    margin-bottom: 0px!important;
}
.social--utils {
    padding-top: 35px;
    right: 35px;
    position: absolute;
    color: #232323!important;
}
.mt--80 {
    margin-top: 80px;
}
.uk {
    color: #232323!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
.copyrightTxt {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
.social-list-home {
    font-size: 1.4em;
}
.social-list-home li {
    display: inline-block;
}
.social-list-home li a {
    padding: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    line-height: 30px;
    vertical-align: middle;
    background: #15c65b;
    color: #fff!important;
    border-radius: 10px;
    display: inline-block;
    /*    margin-right:40px;*/
}
.social-list-home li a:hover {
    padding: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    animation: ease 0.5;
}
.main-container {
    margin-top: 102px!important;
}
.nav-container {
    position: relative;
    top: 40px;
}
#inform-and-ask {
    z-index: 1000000
}
#inform-and-ask button {
    background: #15c65b;
    border: none;
    padding: 10px;
}
#cookie-banner {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: transparent;
    bottom: 0px;
}
#cookie-banner-message:after {
    margin-bottom: 25px;
}

/*
#cookie-banner:after {

    margin-bottom:30px;
}
*/

input[type],
textarea,
select {
    -webkit-appearance: none;
    background: #ffffff;
    padding: 0.8125em;
    border-radius: 0px!important;
    border: none;
}
input {
    margin: 10px 0!important;
}

/* *************************** */

@media all and (max-width: 767px) {
    .nav-container {
        position: relative;
        top: 0px;
    }
    #cookie-banner {
        position: fixed;
        bottom: 0px;
    }
}
.partners-1 .slider img {
    /*    max-height: 4.5em;*/
    max-height: 80px;
    opacity: .6;
    margin: 0;
}
form div[class*='col-'] > button[type="submit"] {
    width: 100%;
    background-color: #15c65b!important;
}

/*----------------------------------------
Contact Area
----------------------------------------*/

.contact-form button.btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
}
.input-success,
.input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}
.input-success {
    border: 1px solid #5aba4c;
}
.input-error {
    border: 1px solid #ff0000;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
}
.contact-item {
    margin-bottom: 30px;
}
.contact-icon {
    font-size: 2.4rem;
    color: #5aba4c;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail {
    font-size: 1.4rem;
    color: #6c6c6c;
}


/* Custom Partner carousel */
.owl-theme .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4)!important;
    border: none;
    box-shadow: none;
    margin: 0;
}

.owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 1.625em;
    z-index: 99;
    text-align: center;
}
.owl-carousel.owl-loaded {
    display: block;
    height: 290px;
}
.owl-theme .owl-controls .owl-nav {
    position: absolute;
    z-index: 99;
    top: 33%;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    top: 6.625em;
    z-index: 99;
    text-align: center;
}

.slides  img {
opacity: 0.7!important;
transition: opacity 0.5s;
transition: filter 0.5s;
filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.slides img:hover {
    opacity: 1!important;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    }