body {
    margin: 0;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.top_grp {
    height: 115px;
    width: 100%;
    position: relative;
}

.top_grp_inn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100px;
    width: 100%;
    background: white;
}


.nav_menu {
    width: 100%;
    height: 62px;
    position: absolute;
    /* background-color: red; */
    /* box-shadow: 2 2 3px rgb(255, 0, 0); */
    top: 82px;
    left: 0;
    user-select: none;
    cursor: pointer;
    z-index: 0;
}

.nav_menu .nav-link {
    color: maroon;
    font-size: 17px;
}

.nav_menu .navbar .container-fluid {
    padding-left: 120px;
    height: 30px;
}


header .t1 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 3.4vw;
    color: red;
    text-shadow: 1px 1px 2px rgba(252, 118, 35, 0.725);
    position: absolute;
    top: 2px;
    left: 150px;
    z-index: 1;

}

header .t1-2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.5vw;
    width: 100%;
    text-align: center;
    letter-spacing:4px;
    color: rgb(70, 60, 0);
    text-shadow: 1px 1px 2px rgba(252, 118, 35, 0.725);
    position: absolute;
    top: 52px;
    left: 0px;
    z-index: 1;

}
.logo1 {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 99;
}


.location {
    width: 60px;
    height: 75px;
    position: absolute;
    top: 90px;
    right: 10px;
    z-index: 95;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 2 2 10px rgba(0, 0, 0, 0.3);

}

.location img {
    width: 180px;
    position: absolute;
    top: -30px;
    left: -65px;

}

.login {
    position: relative;
    top: 10px;
    right: 5px;
    width: auto;
    height: auto;
    z-index: 99;

}

.login img {
    width: 185px;
    height: 75px;
    position: absolute;
    top: -12px;
    right: -5px;
    cursor: pointer;
    z-index: 4;

}

.login .t2 {
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: 45px;
    user-select: none;
    cursor: pointer;
    z-index: 4;
    color: maroon;

}

.login .t2:hover {

    color: orangered;
}


.login .t2-1 {
    text-decoration: none;
    padding: 3px 10px 5px 18px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 600;
    background-color: rgb(249, 212, 0);
    background-image: linear-gradient(to right, #ddc300, gold, #ddc300);
    box-shadow: 2px 2px 2px rgba(106, 106, 106, 0.477);
    color: maroon;
    position: absolute;
    top: 5px;
    right: 3px;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
    z-index: 3;


}

.login .t2-1:hover {

    background-image: linear-gradient(to right, rgb(77, 255, 0), rgb(34, 255, 0), rgb(17, 255, 0));
    color: rgb(255, 255, 255);
}

.login:hover .t2-1 {
    padding: 13px 10px 10px 18px;
    border-radius: 0 0 50% 50%;
    top: 33px;
}


.login .t2-2 {

    text-decoration: none;
    padding: 5px 10px 5px 18px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 600;
    background-color: rgb(249, 212, 0);
    background-image: linear-gradient(to right, #ddc300, gold, #ddc300);
    box-shadow: 2px 2px 2px rgba(106, 106, 106, 0.477);
    color: maroon;
    position: absolute;
    top: 5px;
    right: 0px;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
    z-index: 2;

}

.login .t2-2:hover {
    background-image: linear-gradient(to right, rgb(255, 106, 0), orange, rgb(255, 106, 0));
    color: rgb(255, 255, 255);
}

.login:hover .t2-2 {
    padding: 13px 8px 10px 13px;
    border-radius: 0 0 50% 50%;
    top: 70px;
    right: 5px;
}


.mvr_ss {
    width: 100%;
    box-shadow: 2 2 10px rgba(0, 0, 0, 0.3);
}

/* end ss */

.l2 {
    display: flex;
    width: 100%;
    height: auto;
    /* padding: 0 10px; */
    overflow: hidden;
    flex-direction: column;
}

.l2 .l2-inn {
    margin: 40px auto 0 auto;
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
}
.l2 .l2-inn .l2-inn21, .l2 .l2-inn .l2-inn22 {
    box-sizing: border-box;
    margin: 5px auto;
    width: 50%;
    height: 350px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.255);
    overflow: hidden;
}

.l2 .l2-inn .l2-inn21 img{
    width: 50%;
    margin: 0 20px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: 0.2s;
}
.l2 .l2-inn .l2-inn21 img:hover{
    transform: scale(1.1, 1.1);
}
.l2 .l2-inn .l2-inn22 img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}


.l2 .l2-inn a {
    text-decoration: none;
    font-size: 25px;
    color: white;

}

.l2 .l2-inn a:hover {
    text-decoration: underline;
    text-decoration-color: rgb(255, 237, 132);
}

.l2 .l2-inn a h3 {
    text-align: center;
    font-size: 19px;
    margin-top: 0px;

    background-color: coral;
    padding: 1px 12px 22px 12px;
}

.l2 .l2-inn2 {
    /* margin: 5px 5px 5px 10px; */
    /* border-radius: 0px; */
    width: 100%;
    height: 160px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.255);
}

.l2 .l2-inn2 .tab {
    overflow: hidden;
    background-color: rgb(255, 152, 48);

}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 20px;
    color: rgb(167, 0, 0);
    font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: gold;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: gold;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 5px 10px;
    border: 1px solid rgb(252, 228, 96);
    color: rgb(122, 0, 0);
    border-top: none;
    height: 160px;
    overflow: hidden;
    /* border-radius: 0 0 10px 10px; */
}

.l2 .l2-inn2 .tabcontent h3 {
    font-weight: 500;
    font-size: 18px;
}

.l2 .l2-inn2 .tabcontent p {
    text-align: justify;
    font-size: 17px;
}

.l2 .l2-inn2 .tabcontent a {
    text-align: justify;
    font-size: 25px;
}



/* Happy New Year */
.new_box_out {
    position: fixed;
    bottom: 0px;
    right: 220px;
    z-index: 99;
}

.new_box {
    position: relative;
    height: 200px;
    transform-style: preserve-3d;
    animation: yearanim 16s linear infinite;
}

@keyframes yearanim {
    0% {
        transform: rotateX(-20deg) rotateY(360deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(0deg);
    }
}

.new_box div {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
}

.new_box div.block span {
    position: absolute;
    left: calc(50% - 75px);
    width: 150px;
    height: 100px;
    background-color: rgb(13, 134, 0);
    transform: rotateY(calc(90deg * var(--i))) translateZ(75px);
    transition: 0.5s;
}

.new_box div.block2 span {
    position: absolute;
    left: calc(50% - 75px);
    width: 150px;
    height: 100px;
    background-color: rgb(39, 193, 0);
    transform: rotateY(calc(90deg * var(--i))) translateZ(75px);
    transition: 0.5s;
    backface-visibility: hidden;
}

.new_box div.block2 span img {
    width: 90px;
    margin-left: 25%;
}

.new_box:hover div.block2 span {
    background-color: #f00;
    filter: drop-shadow(0 0 50px #f00);
}

.new_box:hover div.block span {
    background-color: #f00;
    filter: drop-shadow(0 0 50px #f00);
}

.new_box div.text span {
    position: absolute;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(calc(90deg * var(--i))) translateZ(130px);
    cursor: pointer;
    color: white;
    font-size: 7em;
    text-transform: uppercase;
    z-index: 10;
    line-height: 3em;
    -webkit-text-stroke: 3px rgb(24, 95, 0);
    transform-style: preserve-3d;

}

.new_box div.text span:nth-child(1) {
    font-size: 6em;
}

.new_box div.text span::before {
    content: attr(data-text);
    position: absolute;
    bottom: 7px;
    transform-origin: bottom;
    transform: rotateX(-90deg);
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 0px rgb(10, 87, 0);
    filter: blur(5px);
}

.new_box div.text span::after {
    content: "";
    position: absolute;
    top: 75px;
    width: 320px;
    height: 60px;
    background: rgb(13, 134, 0);
    transform: rotateX(-90deg);
    transition: 0.5s;

}


.new_box:hover div.text span::after {
    background: #f00;
    filter: drop-shadow(0 0 50px #f00);
}



/* Happy New Year  End*/


/* media cards1 */
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    display: none;
}

.l3 {
    width: 100%;
    height: 450px;
    margin-top: 50px;
}

.l3 h3 {
    text-align: center;
    margin: 0;
    font-size: 21px;
}

.l3 .owl-carousel{
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    
       
}
.l3 .owl-carousel .media-29101 {
    margin-bottom: 10px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    border: 1px solid rgb(194, 192, 192);
}

.l3 .owl-carousel .media-29101 img {
    margin: 2px;
    width: 80%;
    margin-left: 10%;
}

.l3 .owl-carousel .media-29101 h4 {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
}
.l3 .owl-carousel .media-29101 p {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    font-size: 18px;
}



/* media cards1 end*/

.goTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 130px;
    right: 10px;
    border-radius: 15px 15px 0 0;
    z-index: 100;
    color: rgb(26, 255, 0);
    cursor: pointer;
    transition: .5s;
    display: none;

}

.goTop:hover {
    color: rgb(255, 72, 0);
}

.goTop .gt {
    transform: rotate(-90deg);
    font-size: 80px;
    margin: 0;
    position: absolute;
    top: -17px;
    left: -10px;
    animation: gtop 1s infinite ease-in-out;
    animation-direction: alternate;

}

@keyframes gtop {
    from {
        top: -17px;
    }

    to {
        top: -23px;
    }
}

.mvr_sm {
    width: 300px;
    height: 100px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 100;
    /* overflow: hidden; */
}


.mvr_sm .gall {
    font-size: 19px;
    padding: 2px 0 2px 5px;
    width: 100px;
    height: 35px;
    border: 1px solid gold;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background-color: rgb(0, 175, 87);
    z-index: 1;
}

.mvr_sm .gall:hover {
    background-color: rgb(1, 235, 118);
}


.mvr_sm .gall .iGall {
    font-size: 19px;
    padding: 2px 0 2px 5px;
    width: 170px;
    height: 35px;
    border: 1px solid gold;
    border-radius: 10px 100px 0px 0px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 0px;
    right: -170px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background-color: rgb(73, 175, 0);
    transition: 0.2s;
    z-index: -1;
}

.mvr_sm .gall .iGall:hover {
    background-color: rgb(1, 235, 118);
}


.mvr_sm .gall .vGall {
    font-size: 19px;
    padding: 2px 0 2px 5px;
    width: 170px;
    height: 35px;
    border: 1px solid gold;
    border-radius: 0px 0px 100px 10px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 0px;
    right: -170px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background-color: rgb(0, 174, 41);
    transition: 0.2s;
    z-index: -1;
}

.mvr_sm .gall .vGall:hover {
    background-color: rgb(1, 235, 118);
}

.mvr_sm .gall:hover .iGall {
    top: -17px;
    right: 100px;
}

.mvr_sm .gall:hover .vGall {
    top: 18px;
    right: 100px;
}

.mvr_sm .evnt {
    font-size: 19px;
    padding: 2px 0 2px 5px;
    width: 100px;
    height: 35px;
    border: 1px solid gold;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 35px;
    right: 0px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background-color: rgb(0, 97, 145);
    opacity: 1;
    z-index: 1;
}

.mvr_sm .evnt:hover {
    background-color: rgb(0, 148, 222);
}

.mvr_sm .evnt a,
.mvr_sm .gall a {
    color: white;
}


.mvr_sm2 {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;

}

.mvr_sm2 .ytb {
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    position: absolute;


}

.mvr_sm2 .wht {
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 70px;


}

.mvr_sm2 .ytb a {
    text-decoration: none;
    color: rgb(255, 0, 0);
}

.mvr_sm2 .wht a {
    text-decoration: none;
    color: rgb(0, 169, 3);
}


/* form */
.form_box-resp{
    position: fixed;
    top: 0;
    z-index: 997;
    width: 40%;
    margin: 50px 30%;
    background-color: #99ff00;
    color: #FF0800;
    font-weight: 700;
    border-radius: 10px;
    padding: 20px;
}
.form_box-resp h2{
    font-size: 30px;
    color: inherit;
    text-align: center;
}
.form_box-model{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #76FF7A; */
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_box-model .stAdmEnq{
     width: 450px;
     height: auto;
     overflow: hidden;
    position: relative;
     background-color: white;
     border-radius: 10px;
     animation: openF 5s ease-in;
     
}
.form_box-model .stAdmEnq h2{
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    background-color: rgb(255, 85, 0);
}

.form_box-model .stAdmEnq form{
    width: 100%;
    background-color: white;
    border-radius:0 0 10px 10px;
    overflow: hidden;
    padding: 10px;
}
.form_box-model .stAdmEnq form input[type='submit']{
    width: 50%;   
    margin: 0 25%;
    font-size: 20px;
    padding: 5px;
}

@keyframes openF {
    0%{top: -1200px; }
    85%{top: -600px; }
    94%{top: 140px; }
    96%{top: 120px; }
    98%{top: 140px; }
    100%{top: 120px; }
    
}
.form_box-model .stAdmEnq span.closeEnq{
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    background-color: rgb(255, 0, 0);
    right: -50px;
    font-size: 30px;
    font-weight: 900;
    padding: 48px 20px;
    border-radius: 25%;
    cursor: pointer;
    user-select: none;
    color: white;
    transition: 0.2s;
}
.form_box-model .stAdmEnq span.closeEnq:hover{
    background-color: rgb(252, 194, 194);
   

}







.co_m2_box {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0016853a;
    z-index: 99;
}

.co_m2_box .co_m2_out {
    width: 300px;
    height: 290px;
    position: absolute;
    top: 30%;
    left: 40%;
    background-color: #FF0800;
    z-index: 99;
    border-radius: 10px;
    animation: obanim 1s linear infinite;
    animation-direction: alternate-reverse;
}

@keyframes obanim {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.05, 1.05);
    }
}

.co_m2_box .co_m2_out:hover {
    animation-play-state: paused;
}

.co_m2_box .co_m2_out .co_box {
    margin: 5px;
    border: 5px solid rgba(179, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.co_box .clsBtnCo {
    position: absolute;
    top: -2px;
    right: 1px;
    width: 25px;
    height: 25px;
    font-size: 30px;
    /* border: 1px solid red ; */
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}

.co_box .clsBtnCo:hover {
    background-color: rgb(255, 85, 0);
    color: white;
}

.co_box .clsBtnCo div {
    margin: -10px 0 0 3px;
    color: rgb(158, 0, 0);
}

.co_m2_box .co_m2_out .co_box:hover {
    background-color: #aa004d;
}

.co_box .sm1 {
    background-color: #FF7F50;
    height: 160px;
    text-align: center;
    padding: 10px 0;
    transition: 0.2s;
}

.co_box .sm1:hover {
    background-color: #76FF7A;
}

.co_box .sm1:hover a {
    color: #808000;
}

.co_box .sm1 a {
    text-decoration: none;
    color: white;
    font-size: 25px;
    line-height: 1.1;
}


.co_box .sm2 {
    text-align: center;
    background-color: #E4717A;
    padding: 15px 0 30px 0;

}

.co_box .sm2 a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    line-height: 1.1;
}

.co_box .sm2:hover {
    background-color: #76FF7A;
}

.co_box .sm2:hover a {
    color: #808000;
}

.mvr-menu {
    display: none;
    padding: 0;
    margin-left: -5px;

}

/* Images */

.img_gal {
    width: 98%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.img_gal .imgContainer {
    position: relative;
    display: none;
    overflow: hidden;
}

.img_gal .imgRow{
    max-height: 700px;
    overflow-y: hidden;
    padding: 5px;
}
.img_gal .imgRow:hover{
    overflow-y: scroll;
}
.img_gal .imgRow .column {
    width: 170px;
    height: 100px;
    padding: 3px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.img_gal .imgRow .column img {
    
    opacity: 0.8;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.img_gal .imgRow .column img:hover {
    opacity: 1;
}


.img_gal .imgContainer img {
    border-radius: 6px;
}

.img_gal .closebtn {
    border: none;
    outline: none;
    background-color: maroon;
    position: absolute;
    top: -10px;
    right: 0px;
    color:white;
    font-size: 35px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 0 0 0 20px;
    transition: 0.2s;
}
.img_gal .closebtn:hover {
    background-color: orangered;
}
/* Video Gallery */

.video_gal {
    width: 98%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    background-color: #ffff9e;
}

.video_gal .videoContainer {
    position: relative;
    display: none;
}

.video_gal .videoRow .column {
    float: left;
    width: 25%;
    padding: 3px;
}

.video_gal .videoRow .column iframe {
    opacity: 0.8;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.video_gal .videoRow .column iframe:hover {
    opacity: 1;
}


.video_gal .videoContainer video {
    border-radius: 6px;
}

.video_gal .closebtn {
    position: absolute;
    top: -15px;
    right: 18px;
    color: rgb(255, 0, 0);
    font-size: 35px;
    cursor: pointer;
}

/* Video End */

.jhps_tour {
    width: 100%;
    
}

.l4 {
    margin-top: 0px;
    width: 100%;
    height: 450px;
    padding: 10px;
    /* display: flex; */
    display: flex;
    justify-content: space-around;
}

.l4 .img_gal_box {
    height: 380px;
    margin: 5px;
    width: 49%;
    /* float: left; */
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.l4 .img_gal_box h2 {
    padding: 5px;
    text-align: center;   
    background: linear-gradient(to right, rgb(2, 191, 2), rgb(1, 255, 136) , rgb(1, 222, 196));
    color: rgb(0, 86, 54);
}

.l4 .img_gal_box .row {
    width: 100%;
    margin-left: 5px;
}

.l4 .img_gal_box .row .column {
    float: left;
    width: 24.5%;
    padding: 3px;
}

.l4 .img_gal_box .row .column img {

    cursor: pointer;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.l4 .img_gal_box .row .column img:hover {
    filter: brightness(120%);
}



.l4 .video_box {
    width: 49%;
    /* float: left; */
    height: 380px;
    margin: 5px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;

}

.l4 .video_box h2 {
    padding: 5px;
    text-align: center;
    
    background: linear-gradient(to right, rgb(255, 183, 0),rgb(246, 250, 18) , rgb(187, 255, 0));
    color: rgb(83, 54, 0);
}

.l4 .video_box .row {
    width: 95%;
    margin-left: 15px;
    display: flex;
    justify-content: space-around;
}

.l4 .video_box .row .column {
    /* float: left; */
    width: 48%;
    padding: 3px;
}

.l4 .video_box .row .column img {
    width: 100%;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.l4 .video_box .row .column img:hover {
    filter: brightness(120%);
}

.l5 {
    width: 100%;
    height: 350px;

}


.l5 .owl-carousel .media-29101 {
    margin-bottom: 10px;
    border: 1px solid rgb(255, 238, 0);
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(255, 238, 0, 0.5);
}

.l5 .owl-carousel .media-29101 img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 50%;
}

.l5 .owl-carousel .media-29101 h4 {
    text-align: center;
    color: maroon;
}

.l5 .owl-carousel .media-29101 h6 {
    text-align: center;
    color: maroon;
}

.l5 .owl-carousel .media-29101 p {
    text-align: center;
    color: rgb(111, 92, 0);
}

.l6 {
    margin-top: 10px;
    width: 100%;
    height: 250px;
    /* padding: 10px; */
    /* display: flex; */
}

.l6 .notice_box {
    width: 100%;
    height: 240px;
    margin: 0px;
    /* border-radius: 6px; */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /* background-color: rgb(192, 205, 252); */
    overflow: hidden;
}

.l6 .notice_box h2 {
    padding: 5px;
    text-align: center;
    background-color: rgb(0, 207, 193);
    color: rgb(0, 0, 68);
}

.l6 .notice_box .row {
    width: 100%;
    height: 235px;
    margin: 5px 0px;
    display: flex;
    justify-content: space-around;
}

.l6 .notice_box .row .column {
    margin: 5px 0;
    width: 15%;
    height: 175px;
    padding: 5px 0;
}
  
  .l6 .notice_box .row .column .box {
    position: relative;
    width: 100%;
    height: 175px;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    border: 1px solid #efeeee;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
    background-color: #edfcc3;
    transition: 0.2s;
  }
  .l6 .notice_box .row .column .box:hover {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  }
  /* ['#bdfb60', '#fbf05b', '#fba85b', '#ff7777', '#7dfaf5', '#fa7de9'] */
  .l6 .notice_box .row .column .box::before,
  .l6 .notice_box .row .column .box::after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 40%;
    height: 10px;
    box-shadow: 0 5px 14px rgba(0,0,0,.7);
    z-index: -1;
    transition: all .3s ease-in-out;
  }
  
  .l6 .notice_box .row .column .box::before {
    left: 15px;
    transform: skew(-5deg) rotate(-5deg);
  }
  
  .l6 .notice_box .row .column .box::after {
    right: 15px;
    transform: skew(5deg) rotate(5deg);
  }
  
  .l6 .notice_box .row .column .box:hover::before,
  .l6 .notice_box .row .column .box:hover::after {
    box-shadow: 0 2px 14px rgba(0,0,0,.4);
  }
  
  .l6 .notice_box .row .column .box:hover::before {
    left: 5px;
  }
  
  .l6 .notice_box .row .column .box:hover::after {
    right: 5px;
  }

/* .l6 .notice_box .row .column:hover {
    background-color: #ffff9e;
} */

.l6 .notice_box .row .column img {
    position: absolute;
    top: 5px;
    left: 41%;
    width: 15px;
}

.l6 .notice_box .row .column .pera1 {
    color: goldenrod;
    margin: 0;
    font-size: 25px;
}

.l6 .notice_box .row .column .pera2 {
    color: rgb(74, 53, 0);
    margin:12px 0;
    font-size: 10px;
    height: 80px;
    overflow: hidden;
}

.l6 .notice_box .row .column p {
    color: rgb(74, 53, 0);
}

.l6 .notice_box .row .column .pera21 {
    font-size: 13px;
}

.l6 .notice_box .row .column .pera3 {
    color: goldenrod;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.l6 .notice_box .row .column .pera4 {
    color: goldenrod;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}


/* footer */

footer {
    height: 100px;
    background-color: #808000;
}

footer .nav_foot {
    width: 70%;
    padding: 20px;

    float: right;
}

footer .nav_foot a {
    text-decoration: none;
    color: white;
    padding: 0 5px;
    font-size: 18px;
    border-left: 1px solid rgb(177, 177, 0);
}

footer .nav_foot a:hover {
    color: gold;
}

footer .f_us {
    float: right;
    width: 20%;
    padding: 20px;
    color: white;
    text-align: right;
    display: flex;
}

footer .f_us a {
    text-decoration: none;
    text-align: center;
    color: white;
    padding: 0 5px;
    font-size: 18px;
}

footer .f_us a:hover {
    color: gold;
}

.goToTop {
    border: none;
    outline: none;
    width: 100%;
    padding: 15px;
    background-color: rgb(16, 197, 0);
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.goToTop:hover {
    background-color: rgb(191, 191, 2);
}

.mvr_admin li.nav-item {
    visibility: hidden;
}

.nav_menu .dropdown-menu {
    background-color: #ffd230;
    
}

.nav_menu .dropdown-menu>li {
    border-bottom: 1px solid rgb(213, 181, 0);
}

.banner img{
    width: 60%;
    margin-left: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

@media only screen and (max-width:960px) {
    .actNav{
        text-align: center;
    }
    .location {
        width: 60px;
        height: 40px;
        top: 90px;
        left: 0px;
    }

    .location img {
        width: 100px;
        top: -15px;
        left: -15px;
    }
    .top_grp {
        height: 80px;
        position: sticky;
        top: -2px;
        z-index: 555;
    }

    .top_grp_inn {
        height: 80px;
        background: white;
    }

    .login {
        display: none;
    }

    .logo1 {
        width: 83px;
        height: 83px;
        top: 0px;
        left: 20px;
    }

   
    header .t1 {
        font-size: 3.8vw;
        top: 2px;
        left: 110px;
    }
    header .t1-2 {
        font-size: 1.8vw;
        top: 35px;
        left: 20px;
    }

    .nav_menu {
        top: 55px;
    }

    .mvr_ss {
        top: 80px;
        height: 435px;
    }

    .nav_menu .navbar .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * 0);
        height: 30px;
    }

    .nav_menu .navbar .container-fluid .mvr-menu .badge {
        background-color: goldenrod;
    }
    .nav_menu .navbar .nov-mob {
        border: none;
    }
    .nav_menu .navbar .nav-item {
        background-color: #f7d148;

        padding-left: 10px;
        border-bottom: 1px solid rgb(152, 145, 0);
    }

 
    .nav_menu .navbar .container-fluid .mvr-menu {

        margin: -15px 0 0 100px;
        display: inline-block;

    }

    .hamburger #bx{
        display: none;
    }


    .l2 {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .l2 .l2-inn,
    .l2 .l2-inn2 {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .l2 .l2-inn {
        height: auto;
        margin: 5px 0;
        border-radius: 0px;
    }
    
    .l2 .l2-inn img {
        width: 100%;
        border-radius: 0px;
    }


    .l2 .l2-inn2 {
        margin: 5px 0;
        height: auto;
    }
    .tab button {
        font-size: 15px;
    }
    .l2 .l2-inn2 .tabcontent {
        height: auto;

    }

    .l2 .l2-inn2 .tabcontent p {
        font-size: 16px;
    }

    .l4 {
        height: 300px;
    }
    
    .l4 .img_gal_box {
        width: 48%;
        height: auto;
    }

    .l4 .video_box {
        width: 48%;
        height: auto;
    }

    .l6 {
        height: 370px;

    }

    .l6 .notice_box {
        height: 350px;

    }

    .l6 .notice_box .row .column {
        height: 150px;
        width: 30%;
    }

    .l6 .notice_box .row .column h4 {
        color: goldenrod;
        margin: 0;
        font-size: 16px;
    }

    .l6 .notice_box .row .column h5 {
        color: goldenrod;
        margin: 3px 0 0 0;
        font-size: 12px;
    }

    .l6 .notice_box .row .column h6 {
        color: goldenrod;
        margin: 0;
        font-size: 10px;
    }

    .l6 .notice_box .row .column p {
        color: rgb(74, 53, 0);
        margin: 0;
        font-size: 8px;
    }

 
}

@media only screen and (max-width:600px) {
    
.banner img{
    width: 90%;
    margin-left: 5%;
}
    .img_gal .imgRow .column {
        width: 20%;
        height: 50px;
    }
    .img_gal .closebtn {
        top: -8px;
        font-size: 25px;
        padding: 0 8px;
        border-radius: 0 0 0 15px;
    }
    
    .actNav{
        text-align: center;
    }
    .location {
        width: 60px;
        height: 40px;
        top: 75px;
        left: -10px;
    }

    .location img {
        width: 100px;
        top: -15px;
        left: -15px;
    }

    .mvr_admin li.nav-item {
        visibility: visible;
     
    }
    .nav_menu .navbar .nov-mob {
        border: none;
    }

    .l4 {
        height: 515px;

    }

    .l4 .img_gal_box,
    .l4 .video_box {
        width: 100%;
    }

    .l4 .img_gal_box {
        height: 230px;
    }

    .l4 .video_box {
        height: 245px;
    }

    .l6 {
        height: 370px;

    }

    .l6 .notice_box {
        height: 350px;

    }

    .l6 .notice_box .row .column {
        height: 150px;
        width: 30%;
        margin: 0;
        padding: 3px;
    }
    .l6 .notice_box .row .column img {
        width: 12px;
    }
    .l6 .notice_box .row .column h4 {
        color: goldenrod;
        margin: 0;
        font-size: 16px;
    }

    .l6 .notice_box .row .column h5 {
        color: goldenrod;
        margin: 3px 0 0 0;
        font-size: 12px;
    }

    .l6 .notice_box .row .column h6 {
        color: goldenrod;
        margin: 0;
        font-size: 10px;
    }

    .l6 .notice_box .row .column p {
        color: rgb(74, 53, 0);
        margin: 0;
        font-size: 8px;
    }
    .l6 .notice_box .row .column .box {
        height: 145px;
    }
    .l6 .notice_box .row .column .pera3 {
        font-size: 11px;
        bottom: 17px;
    }
    .l6 .notice_box .row .column .pera4 {
        font-size: 10px;
    }

    .l2 {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top:10px;
    }

    .l2 .l2-inn,
    .l2 .l2-inn2 {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .l2 .l2-inn {
        height: 400px;
        margin: 0;
        flex-direction: column;
    }
    .l2 .l2-inn .l2-inn21, .l2 .l2-inn .l2-inn22 {
        width: 100%;
        border-radius: 0;
    }

    .l2 .l2-inn .l2-inn22 img{
        border-radius: 0;
    }


    .l2 .l2-inn2 {
        margin: 5px 0;
        height: auto;
    }
    .tab button {
        font-size: 15px;
    }
    .l2 .l2-inn2 .tabcontent {
        height: auto;

    }

    .l2 .l2-inn2 .tabcontent p {
        font-size: 15px;
    }
    .l3 {
        height: 420px;
        padding: 0 5px;
    }
    
    .l3 h3 {
        font-size: 22px;
    }

    .l3 .owl-carousel .media-29101 {
        margin-left: 0px;
        padding: 2px 3px;
        height: 350px;
    }


    

    .l4 {
        flex-direction: column;
    }

    .new_box_out {
        left: 50%;
        z-index: 99;
    }


    .top_grp {
        height: 80px;
        position: sticky;
        top: 0px;
        z-index: 555;
    }

    .top_grp_inn {
        height: 70px;
        background: white;
    }

    .login {
        display: none;
    }

    .logo1 {
        width: 58px;
        height: 58px;
        top: 1px;
        left: 5px;
    }

    header .t1 {
        font-size: 3.5vw;
        top: 8px;
        left: 75px;
        text-align: center;
        z-index: 1;

    }
    header .t1-2 {
        font-size: 1.8vw;
        letter-spacing: 1px;
        top: 24px;
        left: 25px;
        z-index: 1;

    }

    .nav_menu {
        top: 35px;
    }

    .mvr_ss {
        top: 80px;
        
        height: 250px;
    }

    .nav_menu .navbar .container-fluid .mvr-menu {

        margin: -5px 0 0 0;
        display: inline-block;

    }

    .nav_menu .navbar .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * 0);
        height: 30px;
    }

    .nav_menu .navbar .container-fluid .mvr-menu .badge {
        background-color: goldenrod;
    }

    
    .nav_menu .navbar .nav-item {
        background-color: #f7d148;
        padding-left: 10px;
        border-bottom: 1px solid rgb(152, 145, 0);
        list-style: none;
       
    }
    .nav_menu .navbar .nov-mob {
        border: none;
        padding-left: 0px;
        
    }
    .mob-ico{
        width: 100%;
        padding-left: 30px;
        display: flex;
        justify-content:space-around;
        align-items: center;
    }
    .nav_menu .navbar .nov-mob a.nav-link{
        background-color: #ffcc00;
        border: none;
        padding: none;
    }
    .form_box-resp{
        width: 100%;
        margin: 50px 0;   
        font-weight: 500;
        padding: 10px;
    }
    .form_box-resp h2{
        font-size: 18px;
    }
    .form_box-model{
        justify-content:left;
        padding-left: 10px;
   }
    .form_box-model .stAdmEnq{
        width: 90%;        
   }
    
    
    @keyframes openF {
        0%{top: -1200px; }
        85%{top: -600px; }
        94%{top: 80px; }
        96%{top: 60px; }
        98%{top: 80px; }
        100%{top: 50px; }
        
    }
    .co_m2_box .co_m2_out {
        width: 220px;
        height: 220px;
        top: 25%;
        left: 20%;
    }

    .co_m2_box .co_m2_out .co_m2 {
        width: 220px;
        height: 220px;
    }

    .co_m2_box .co_m2_out .co_m2 .co_box {
        width: 210px;
        height: 210px;

    }



    .co_m2_box .co_m2_out .co_m2 .sm1 {

        padding-top: 7px;
        height: 120px;
        width: 200px;
    }

    .co_m2_box .co_m2_out .co_m2 .sm2 {
        padding-top: 10px;
        height: 80px;
        width: 200px;
    }


    .co_m2_box .co_m2_out .co_m2 .sm1 a {
        font-size: 20px;
    }

    .co_m2_box .co_m2_out .co_m2 .sm2 a {
        font-size: 22px;
    }

    .goToTop {
        padding: 7px;
        font-size: 20px;
    }


    footer {
        height: 350px;
    }

    footer .nav_foot {
        width: 100%;
        height: 100%;
        float: none;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .nav_foot a {
        text-align: center;
        border: none;
        padding: 0;
        border-bottom: 1px solid rgb(163, 163, 25);
    }

    footer .f_us {
        padding: 10px 20%;
        float: none;
        width: 100%;
        border-bottom: 1px solid rgb(163, 163, 25);
    }

}