body {
    overflow-x: hidden !important;
}

.color-peach {
    color: #e4b8ad !important;
}

.color-peach2 {
    color: #e5b7ab !important;
}

.color-grey {
    color: #66666d;
}

.color-dark-grey {
    color: #595959;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-25 {
    font-size: 25px;
}


.f-s-30 {
    font-size: 30px;
}


.f-s-50 {
    font-size: 50px;
}


.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-40 {
    font-size: 40px;
}

.l-h-35 {
    line-height: 35px;
}

.width25 {
    width: 25px;
}

.width20 {
    width: 20px;
}

.arrow-hover:hover {
    margin-left: 3px;
    transition: all 0.5s;
}

.slide-bg {
    background-color: #fffcf7;
    padding-top: 20px;
}

.card-bg {
    background-color: #6a6a72 !important;
}

.card-bg1 {
    background-color: #fafafa !important;
}

.btn-grey {
    background-color: #6a6a72 !important;
    color: #fff !important;
}

.btn-grey {
    background-color: #fff !important;
    color: #6a6a72 !important;
}


.special {
    background-image: url(../image/specialized-bg.png);
    background-position: bottom;
    background-size: 100% 100%;
    padding: 100px;
    padding-top: 170px;
}


/*animations*/

@keyframes animation1 {
    0% {
        top: 50px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 50px;
    }


}

.anime1 {
    animation-name: animation1;
    animation-duration: 3s;
    animation-iteration-count: 10;
    animation-timing-function: ease-in-out;
}

@keyframes animation2 {
    0% {
        top: 0px;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0px;
    }

}

.anime2 {
    animation-name: animation2;
    animation-duration: 3s;
    animation-iteration-count: 10;
    animation-timing-function: ease-in-out;
}

.bg-black {
    background-color: #404040;
}

.footer-pic {
    top: -100px;
    left: 10px;
}

.border-bot {
    border-bottom: 1px solid #fff;
}

.m-bottom {
    margin-bottom: -125px;
}


.slider-card {
    position: absolute;
    width: 499px;
    background-color: #0000006e;
    color: #fff;
    height: 320px;
    padding-top: 65px;
    right: 100px;
    bottom: 10px;
}


@media (max-width:600px) {
    .slider-card {
        width: 100%;
        right: 0;
        bottom: 10px;
    }

    h3 {
        font-size: 20px !important;
    }
}


.color-ligh-blue {
    color: #3e5f7e;
}
