body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #400000;
    color: #d4272d;
    /*font-family: 'Mukta','Kruti Dev 010', sans-serif;*/

}
section{
    padding: 20px;
}
.col-center{
    float: none;
    margin: auto;
}
h2, h4, p{
    margin: 0;
}
h2{
    font-size: 3.3em;
    font-weight: 600;
}
h3{
    font-size: 2em;
}
h4{
    font-size: 1.5em;
    color: #cc9a37;
}
p{
    color: #ebdc3b;
    font-size: 20px;
}
.tob-bar-box .row, .bottom-bar .row{
    align-items: center;
    text-align: center;
}
.work-headline-box {
    background-color: #fc8010;
    padding: 5px;
    max-width: 35%;
    width: 100%;
    border: 2px solid #df221c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0px 0px 40px 0px rgb(252 128 16);
}
.work-headline-box h3 {
    font-weight: 600;
    color: #4f0100;
    margin-bottom: 0;
}
.iframe-heading-text h4 {
    background: rgb(140,16,1);
    background: linear-gradient(90deg, rgba(140,16,1,0) 0%, rgba(3,1,1,1) 12%, rgba(38,5,1,1) 89%, rgba(140,16,1,0) 100%);
    padding: 10px;
    margin-bottom: 15px;
}
.iframe-box {
    position: relative;
    background-size: contain;
    height: 464px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 60px 0px rgb(158 19 0);
}
.iframe-box iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
    padding: 10px 13px 10px 10px;
}
.info {
    border-bottom: 6px solid #d4272d;
    display: inline-block;
    position: relative;
}
.info h3{
    font-weight: 600;
    font-size: 2em;
}
.info p:last-child{
    padding-bottom: 10px;
}
.info > p {
    color: #fff;
}
.top-bar-content > h2,.info h3 {
    -webkit-text-fill-color: #ccaa66;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e90800;
}
.guruji-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo > img {
    box-shadow: 0px 0px 40px 0px rgb(252 128 16);
    border-radius: 50%;
 }
@media (max-width: 1199px) {
    /* .iframe-box iframe{
        width: 75%;
    } */
    h2{
        font-size: 2.3em;
    }
    h3{
        font-size: 1.5em;
    }
    h4{
        font-size: 1.3em;
    }
    .work-headline-box {
        max-width: 35%;
    }
    .iframe-box {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: unset;
        height: 390px;
    }
    .iframe-box iframe {
       top: 65px;
       height: 255px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 2em;
    }
    .work-headline-box {
        max-width: 35%;
    }
    .iframe-box {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: unset;
        height: 300px;
    }
    .iframe-box iframe {
       top: 45px;
       height: 200px;
    }
    .bottom-bar .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .info{
        margin: 15px 0 0;
    }

    .responsive-block{
        display: none;
    }
}
@media (max-width: 767px) {
    .work-headline-box {
        max-width: 100%;
    }
    .top-bar-content {
        margin-bottom: 20px;
    }
    .tob-bar-box .row{
        display: flex;
        flex-direction: column;
    }
    
    .logo,.work-headline-box{
        margin-bottom: 20px;
    }

}
@media (max-width: 575px) {
    .responsive-none{
        display: none !important;
    }
    .responsive-block{
        display: block;
    }
    .orders-4{
        order: 4;
    }
    .orders-3{
        order: 3;
    }
    .guruji-info{
        flex-direction: column;
    }
    .guruji-info .info {
        order: 2;
        margin-bottom: 20px;
    }
    .iframe-box iframe {
        top: 10px;
        height: 140px;
        width: 92%;
    }
    .iframe-box {
        height: 163px;
    }
}