body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6em;
    color: #000000;
    overflow-x: hidden;
}

hr {
    border: 0;
    width: 550px;
    height: 1px;
    background-color: #7a7a7a;
    margin-top: 0px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.w3-animate-zoom {
    animation: animatezoom 2.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#main-slider .carousel .slide-margin {
    margin-top: 100px;
    margin-bottom: 50px;
}

#main-slider .carousel h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 50px;
}

#main-slider .carousel h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
}

#main-slider .carousel p {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
    font-weight: 800;
}

#main-slider .carousel .slider-img {
    max-width: 100%;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 5;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 490px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInDown 300ms linear 600ms both;
    -moz-animation: fadeInDown 300ms linear 600ms both;
    -o-animation: fadeInDown 300ms linear 600ms both;
    -ms-animation: fadeInDown 300ms linear 600ms both;
    animation: fadeInDown 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInDown 600ms linear 900ms both;
    -moz-animation: fadeInDown 600ms linear 900ms both;
    -o-animation: fadeInDown 600ms linear 900ms both;
    -ms-animation: fadeInDown 600ms linear 900ms both;
    animation: fadeInDown 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInLeft 800ms linear 1100ms both;
    -moz-animation: fadeInLeft 800ms linear 1100ms both;
    -o-animation: fadeInLeft 800ms linear 1100ms both;
    -ms-animation: fadeInLeft 800ms linear 1100ms both;
    animation: fadeInLeft 800ms linear 1100ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 600ms linear 900ms both;
    -moz-animation: fadeInUp 600ms linear 900ms both;
    -o-animation: fadeInUp 600ms linear 900ms both;
    -ms-animation: fadeInUp 600ms linear 900ms both;
    animation: fadeInUp 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-5 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

@media (max-width: 993px) {
    #main-slider .carousel .slide-margin {
        margin-top: 0px;
    }
    #main-slider .carousel p {
        color: #000000;
        font-size: 18px;
        line-height: 18px;
    }
    #main-slider .carousel h3 {
        color: #000000;
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
        margin: 0px;
    }
    #main-slider .carousel h2 {
        color: #000000;
        font-size: 25px;
        line-height: 24px;
        text-align: center;
        margin-top: 50px;
    }
    #main-slider .slider-img img {
        width: 250px;
        height: 25px;
        position: center;
        margin-top: 50px;
    }
}
