.main-slider{
    padding-bottom: 130px;
}

.service-one {
    padding-top: 150px;
}

@media(max-width:480px){
     .service-one {
    padding-top: 50px !important;
         
     }
}

/*@media (min-width: 992px) and (max-width: 1300px) {*/
/*    .video_main {*/
/*        height: 100% !important;*/
/*    }*/
/*}*/

/*@media (min-width: 1301px) and (max-width: 1920px) {*/
/*    .video_main {*/
/*        height: 100% !important;*/
/*    }*/
/*}*/

/* main slide video css */
.video_main {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100% !important;*/
    height: 100%; /* Full screen height */
    background-color: #1a1a1a; /* Dark background for better video visibility */
}

/* blog title font-size*/
.blog-one__info-box .blog-one__title {
   
    font-size: 23px !important;
}

/*@media(max-width: 768px) {*/
/*    .video_main {*/
        /*height: 100% ;  */
/*    }*/
/*}*/

/*@media(max-width: 480px) {*/
/*    .video_main {*/
        /*height: 100% !important; */
/*    }*/
/*}*/

/*@media(max-width: 480px) {*/
/*    .video_main {*/
        /*height: 30vh; */
/*    }*/
/*}*/

.video_container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    /* padding: 20px; */
}

.video {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); */
}

.video video {
    width: 100%;
    height: 100%;
    display: block;
}
