/* CSS Document | Content Slider Custom
> Copyright (c) 2018 MSBJbd.com All rights reserved.
> For: salandarhighschool.edu.bd

> Author: Mahbub S.B. Jalil (Sazu)
> Freelancer, Computer Engineer, UI/UX
> B.Sc, CSE
> Bangladesh University.
> Bangladesh.
*/

@charset "utf-8";

/* Latest News Slider */
.post-slide{
    padding:0 15px 10px 15px;
}
.post-img{
    background: transparent;

}
.post-img > img{
    width: 100%;
    height: auto;
} /* Latest News Slider */

/* #FP Quotes Image Size & Align Center */
#fp-quotes .post-img img{
    width: 100%;
    height: auto;   
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 30px;
} /* #Quotes Image Size & Align Center */

/* #FP Teacher Profile Slider Image Radius */
#fp-teacher-profile-slider .post-img img{
    border-radius: 30px 10px;
} /* #FP Teacher Profile Slider Image Size & Align Center */

/* FP Quotes BTN Top */
.fp-quotes .owl-buttons{
    top: -13%;    
} /* FP Quotes BTN Top */


/* FP Testimonials BTN Top */
.fp-testimonials .owl-buttons{
    top: -23%;    
}

#fp-testimonials .post-img img {
    border-radius: 30px 10px;
}    
/* FP Testimonials BTN Top */

/* #FP Teacher Profile Slider BTN Top */
.fp-teacher-profile-slider .owl-buttons{
    top: -21%;    
} /* #FP Teacher Profile Slider BTN Top */

/* #FP Achievments BTN Top */
.fp-achievements .owl-buttons{
    top: -28%;    
} /* #FP Achievments BTN Top */