/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 16:50:48 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.Videoblock.newblock {
    padding-bottom: 60;
    padding-bottom: 80px;
}
.changethistime .videoheading {
    margin-bottom: 0px;
    display: block;
}.video-sec.changethistime {
    padding-bottom: 0px;
}
.related-blogs-section{
    margin:60px 0;
}
.related-title{
    text-align:center;
    margin-bottom:30px;
}
.related-slider-wrapper{
    display:flex;
    align-items:center;
    gap:15px;
}
.related-blog-slider{
    display:flex;
    overflow:hidden;
    scroll-behavior:smooth;
    width: auto;
    flex-wrap: nowrap;
}
.blog-slide{
    min-width:33.333%;
    padding:15px;
    max-width: 33%;
    box-sizing:border-box;
    flex-shrink:0;
}
.blog-card{
    border:1px solid #ddd;
    height:100%;
    background: #75744f;
}
.blog-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.blog-content{
    padding:20px;
}
.blog-content h4{
    font-size:20px;
    margin-bottom:15px;
}
.blog-content h4 a{
    text-decoration:none;
}
.slider-btn{
    border:none;
    cursor:pointer;
    font-size:28px;
    background:#eee;
    padding:10px 15px;
}
.read-more-btn{
    display:inline-block;
    margin-top:10px;
}
@media(max-width:991px){
    .blog-slide{
        min-width:50%;
    }
}

@media(max-width:767px){

    .blog-slide{
        min-width:100%;
    }
}

.blog-content h4 a {
    font-size: 24px;
}

.blog-content p {
    font-size: 18px;
}.page-id-18 .related-blogs-section {
    display: none;
}.big-text h3 {
    margin-top: 60px !important;
    font-size: 40px;
    line-height: 50px;
}
.col-border {
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
}
.col-border img {
    max-height: 450px;
    min-height: 450px;
}.slider-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:20px;
}

.slider-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ccc;
    cursor:pointer;
    transition:.3s;
}

.slider-dot.active{
    background:#fff;
}

@media only screen and (max-width: 767px)
{button.slider-btn.next-btn {
    display: none;
}
.testimonialsec {
    padding-top: 80px !important;
}
button.slider-btn.prev-btn {
    display: none;
}.col-border img {
 max-height: none !important;
        min-height: inherit !important;
        height: auto !important;
}.changethistime .action.pt-4.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}