
.main-heading {
    text-align: left;
    font-size: 50px;
    font-style: oblique;
    border-bottom: 0px solid blue;
    margin-bottom: 20px;
    padding-left: 25px;
    font-family: "Roboto Serif", serif;
    font-style: normal;
}

.section_two .txt-display p{    
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
    border: 0px solid red;
}

.section_two{        
    margin-bottom: 80px;
    
}

.flexslider {
    display: none;
    border: none !important;
    display: grid;
    align-items: center;
    background: none !important;
    align-content: center;
    align-self: center;text-align: center;
    
}
.flexslider div img {
    margin: 0 auto !important;
    max-height: 150px;
    max-width: 255px;
    border: 1px solid #828282;
}


@keyframes slideRight{
    0%{
        transform:  translateX(-100px);
        opacity: 0;
    }

    100%{
        transform:  translateX(0);
        opacity: 1;
    }
}
@keyframes slideTop{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideBottom{
    0%{
        transform: translateY(-100px);
        opacity: 0;
    }
    
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideLeft{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes zoomIn{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes floatImage{
    0%{
        transform: translateY(0);
        
    }
    50%{
        transform: translateY(-24px);
        
    }
    
    100%{
        transform: translateY(0);
        
    }
}  




