@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Oriya:wght@100..900&display=swap');
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(169deg, #ff9933f2, #138808cf);
    background-size: cover;
    display: flex;
    animation: fadeOutAnimation ease 4.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }


@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        visibility: hidden;
    }
}

.compensate-for-scrollbar {
    margin-right: 0px!important;
}
.ldrmdlesec{
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
}
.loader .ldrmdlesec .img1{
 animation: spin 5s linear infinite;
  width: 60px;
}
/* .loader .ldrmdlesec .img2{
 width: 70px;
} */

@font-face {
    font-family: 'Jost-Light';
    src: url('../fonts/jost/Jost-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/jost/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Jost-Italic';
    src: url('../fonts/jost/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/jost/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/jost/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/jost/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('../fonts/jost/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Noto-Sans-Oriya';
    src: url('../fonts/NotoSansOriya-VariableFont_wdth,wght.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}
.jost-italic{
  font-family: 'Jost-Italic';
}

.jost-medium {
    font-family: 'Jost-Medium';
}
.jost-semibold {
    font-family: 'Jost-SemiBold';
}
.text-justify{
    text-align: justify!important;
}
.rundschrift-fnt {
    font-family: "VAGRundschriftBQ", sans-serif!important;
    font-weight: 400;
    font-style: normal;
}
.odiatext{
    font-family: 'Noto-Sans-Oriya';
}

.odiatext span{
    font-weight: 600;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}


html, body {
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea,
a,
button {
  color: #716c80;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  border: none;
  font-family: "Jost-Regular", sans-serif!important;
}
a{
  text-decoration: none!important;
  color: #767676;
}

.navbar-brand img{
    width: 140px;
    border-radius: 50px;
}



.cust-navbar  .navbar-toggler {
    padding: .25rem 0rem;
    margin-left: 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #f7f7f700;
    border: 1px solid #0e0e0e00;
    color: #000;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.cust-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0!important;
}

.cust-navbar .navbar-nav {
    justify-content: center;
    width: 100%;
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 0.9.rem;
    color: #000;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
}
.cust-navbar .navbar-nav .nav-link:hover{
    color: #138808;
}

.cust-navbar .navbar-nav .nav-link .swEng{
    font-family: 'Jost-Medium' !important;
}
.cust-navbar .navbar-nav .nav-link .swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif!important;
    font-weight: 600;
}

.cust-navbar .nav-item.dropdown .dropdown-menu .dropdown-item .swEng{
    font-family: "Jost-Regular", sans-serif;
}
.cust-navbar .nav-item.dropdown .dropdown-menu .dropdown-item .swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif !important; 
}
.menuArea  .get-quote-btn .swEng{
    font-family: "Jost-Medium", sans-serif;
}

.menuArea  .get-quote-btn .swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif !important;  
    font-weight: 600; 
}

.cust-navbar .navbar-nav .nav-link.active{
    color: #ef7f0ef7;
}

.topbar{
    background: linear-gradient(to right, #ff9933bf, #1388088c);
    padding: 5px 0px;
}


.menuArea{
    width: 100%;
    z-index: 999;
    background: #fff;
    color: #000;
} 


.menuArea.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
  padding-bottom: 0;
  padding-top: 0px;
}

.nav-item.dropdown .dropdown-menu {
  display: none;
  margin-top: 20px;
}
.nav-item.dropdown .dropdown-menu  .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #ef7f0ef7;
}

.get-quote-btn {
  position: relative;
  padding: 12px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(to right, #e59445cf, #4b8f44);
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 1px;
  overflow: hidden;
}
.get-quote-btn:hover{
    color: #fff;
    background: linear-gradient(to left, #e59445cf, #4b8f44);
}
/* Ticket holes – NOT transparent */
/* .get-quote-btn::before,
.get-quote-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.get-quote-btn::before {
  left: -9px;
}

.get-quote-btn::after {
  right: -9px;
} */



.bannerArea{
    position: relative;
}
.bannerArea .bannerSlider .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bannerArea .bannerSlider .banner-Content {
    height: 87vh;
    display: flex;
    text-align: center;
    justify-content: center;
}

.bannerArea .bannerSlider .banner-Content .subtitle {
    position: relative;
    display: inline-block;
    color: #fff;
    border: 2px solid hsl(0deg 0% 100%);
    padding: 5px 10px 5px 34px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-bottom: 15px;
    
}
.bannerArea .bannerSlider .banner-Content .swEng .subtitle{
    font-family: "Jost-Medium";
    letter-spacing: 6px;
}
.bannerArea .bannerSlider .banner-Content .swOdia .subtitle{
    font-family: "Noto-Sans-Oriya", sans-serif;
}


.bannerArea .bannerSlider .banner-Content .subtitle:before {
    animation: blinkingText 1s infinite;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #E51284;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    top: 7.5px;
    left: 10px;
    box-shadow: 0 0 10px 0 rgba(#9f1c22, 1);
    box-sizing: border-box;
}

@keyframes blinkingText {
    0% {
        background: #9f1c22;
    }

    50% {
        background: #fff;
    }

    to {
        background: #9f1c22;
    }
}


.bannerArea .bannerSlider .item .banner-Content h1 {
    font-size: 3.2rem;
    color: #fff;
    text-transform: uppercase;
}
.bannerArea .bannerSlider .item .banner-Content .swEng h1{
  font-family: "Jost-Light";
  line-height: 1;
}
.bannerArea .bannerSlider .item .banner-Content .swOdia h1{
  font-family: "Noto-Sans-Oriya", sans-serif;
line-height: 1.7;
}


.bannerArea .bannerSlider .item .banner-Content h1 span {
    color: #fff;
}
.bannerArea .bannerSlider .item .banner-Content .swEng h1 span {
  font-family: "Jost-SemiBold";
}
.bannerArea .bannerSlider .item .banner-Content .swOdia h1 span {
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 700;
}

.bannerArea .bannerSlider .item .banner-Content h3 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bannerArea .bannerSlider .item .banner-Content .swEng h3 {
   font-family: "Jost-Regular";
}
.bannerArea .bannerSlider .item .banner-Content .swOdia h3 {
   font-family: "Noto-Sans-Oriya", sans-serif; 
}


.bannerArea .bannerSlider .item .banner-Content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.bannerArea .bannerSlider .item .banner-Content .swEng p {
    font-family: "Jost-Regular";
}
.bannerArea .bannerSlider .item .banner-Content .swOdia p {
    font-family: "Noto-Sans-Oriya", sans-serif; 
}

.bannerArea .bannerSlider .item .banner-Content .get-quote-btnbnr{
    background: #08080870;
    background-size: 200% auto;
    color: #fff;
    padding: 13px;
    
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    letter-spacing: 2;
}
.bannerArea .bannerSlider .item .banner-Content .swEng .get-quote-btnbnr{
    font-family: "Jost-Regular";
    font-size: 18px;
}
.bannerArea .bannerSlider .item .banner-Content .swOdia .get-quote-btnbnr{
    font-family: "Noto-Sans-Oriya", sans-serif; 
    font-size: 16px;
}

/*.bannerArea .bannerSlider .item .banner-Content .get-quote-btnbnr i{
    line-height: 1.5;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    margin-left: 4px;
    background: #982427ab;
    color: #ffffffc4;
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
}

.bannerArea .bannerSlider .item .banner-Content .get-quote-btnbnr:hover i{
    transform: rotate(0deg);
}*/

.quizhighlit{
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #c6c6c6;
}
.quizhighlit:hover{
    background: #00000075;
}
.quizhighlit a, .quizhighlit:hover a, .quizhighlit a:hover{
    color: #fff;
}

.videoslider .vidThumnel img{
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    border:2px solid #0000;
    transition: transform .4s;
}

.videoslider .vidThumnel:hover img{
    border:2px solid #fff;
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari 3-8 */
  transform: scale(0.8); 
}

 .videoslider .owl-dots {
    display: none!important;
}

.videoslider .owl-nav {
    display: block!important;
}

.videoslider .owl-nav .owl-prev{
    position: absolute;
    left: -20px;
    top: 26%; 
    color: #ffffffd1 !important;
}
.videoslider .owl-nav .owl-next{
    position: absolute;
    right: -20px;
    top: 26%;  
    color: #ffffffd1 !important;
}
.video-container{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-container video{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.video-container::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #ff99334f, #13880847);
}

.vidthumarea{
    width: 50%;
    position: absolute;
    right: 50px;
    bottom: 30px;
}


.powerfulPoints{
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-image: url(../images/gallerybg.png) 188 round;
}

.powerfulPoints .bgwhiller1 {
    position: absolute;
    right: -300px;
    top: 0px;
    opacity: 0.09;
    width: 550px;
}
.powerfulPoints .bgwhiller2 {
    position: absolute;
    left: -347px;
    bottom: -341px;
    opacity: 0.09;
    width: 700px;
}
.navbar-toggler {
    color: #fff;
}
.spinning-image {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.powerfulPoints .powerexparea {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.powerfulPoints .powerexparea .mjinCXircle{
   width: 90%;
}

.powerfulPoints .powerexparea .mjinCXircle1{
   position: absolute;
   width: 140px;
   transform: translateY(-56.1807px);
   left: -90px;
   top: 60% !important;
   animation: sjhfhws 9s ease-in-out infinite;
}

.powerfulPoints .powerexparea .mjinCXircle2{
   position: absolute;
   width: 110px;
   transform: translateY(-15.6604px);
   right: 20px;
   top: 20px;
   animation: sjhfhws2 10s ease-in-out infinite;
}
.powerfulPoints .powerexparea .mjinCXircle3{
   position: absolute;
   width: 110px;
   transform: translateY(-15.6604px);
   left: 0px;
   top: 10px;
   animation: sjhfhws3 15s linear infinite;
}


.powerfulPoints .powerexparea .yearcnt {
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -59%);
    transform: translate(-50%, -59%);
}
@keyframes sjhfhws {
    0% {
        left: -60px;
        transform: rotate(0deg);
        
    }
    50% {
        left: 60px;
        transform: rotate(80deg);
    }
    100% {
        left: -60px;
        transform: rotate(0deg);
    }

}

@keyframes sjhfhws2 {
    0% {
        top: 0;
        transform: rotate(0deg);
    }
    50% {
        top: 120px;
        transform: rotate(80deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}
@keyframes sjhfhws3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.powerfulPoints .powerexparea .yearcnt .yearcnt10{
    font-size: 10rem;
    line-height: 1;
    color: #242e45;
    font-family: "Jost-Bold";
}

.powerfulPoints .powerexparea .yearcnt .yearTxt{
    font-size: 20px;
    color: #242e45;
}

.subhdng{
    color: #3C2FC0;
}

.hdngArea .subhdng{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    
    color: #9f1c22;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(255 231 232), rgb(104 104 104 / 0%));
}


.btnaresg2{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

#goToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: linear-gradient(to right, #e59445cf, #4b8f44);
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    z-index: 2;
}
#goToTopBtn:hover {
    background: linear-gradient(to left, #e59445cf, #4b8f44);
}

.footer{
    padding-bottom: 30px;
    background: #222222;
}


.footer .ftrCnt {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Jost-Regular";
    font-size: 2.5rem;
}

.footer .ftrCnt span{
    font-family: "Jost-Bold";
}

.footer .ftrCntTxt{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.footer .subtxt{
    background: #00000000;
    border-radius: 0;
    color: #fff;
    border-top: 1px solid #cbc7c7;
    border-left: 1px solid #cbc7c7;
    border-bottom: 1px solid #cbc7c7;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
}


.footer .ftrimg img{
    width: 100px;
}
.footer .socialicon{
    text-align: right;
    margin-bottom: 10px;
}
.footer .socialicon a i{
    padding: 10px;
    background: #383838;
    color: #c2c2c2;
    border-radius: 50px;
}
.footer .socialicon a:hover i{
    color: #fff;
}

.footer .ftradfh {
    color: #cbcbcb;
    text-align: right;
}

input::placeholder,  input:-moz-placeholder, input::-webkit-input-placeholder {
    color: #fff;
}




.footer .subbtn {
    padding: 7px 14px;
    background: #9f1c22;
    color: #fff;
    width: 170px;
}
.footer .subbtn:hover {
    background: #811116;
}

.footer ul li{
    margin-top: 3px;
    margin-bottom: 3px;
}
.footer ul li a{
 color: #878898;
}
.footer ul li a:hover{
 color: #242e45;
}
.footer .tdtgf {
   color: #878898;  
}
.footer h6{
 color: #242e45; 
 font-size: 17px;
 font-family: "Jost-Medium";  
}




.fltlangbtn{
    text-align: end;
}
.fltlangbtn button {
    padding: 0px 10px;
    font-size: 16px;
    background: #00000000;
    color: #ffffff;
}
.fltlangbtn button:hover{
    color: #e9e9e9; 
}
.weldg{
    text-align: left;
    color: #fff;
}
.fourcardSec {
    margin-top: -60px;
}
.fourcardSec .fourcardBox{
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(212deg, #cb8e65, #67442C);
    padding: 20px;
    margin-bottom: 6px;
    margin-top: 6px;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
    position: relative;
}
.fourcardSec .fourcardBox img{
    position: absolute;
    height: 80%;
    top: 12px;
    right: 9px;

}

.fourcardSec .fourcardBox img.icngdy2{
    opacity: 0.5;
}

.fourcardSec .fourcardBox p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.fourcardSec .fourcardBox h2.swEng{
    font-family: "Jost-SemiBold", sans-serif;
}
.fourcardSec .fourcardBox p.swEng{
 font-family: "Jost-Medium", sans-serif;
}
.fourcardSec .fourcardBox h2.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}
.fourcardSec .fourcardBox p.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.aboutusSec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(to left, #fffffff7, #fffffff2), url(../images/aboutbg.png);
    background-attachment: fixed;
}

.aboutusSec .aboutusImg{

}


.aboutusSec .aboutusImg img{
    width: 100%;
    border-radius: 12px;
}
.secsubhdng{
    font-size: 1.5rem;
    color: #ff9933f7;
}

.sechdng{
    font-size: 2.2rem;
    margin-bottom: 10px;
    
}


.secText{
    font-size: 1.1rem;
    color: #434343;
    text-align: justify;
    margin-bottom: 30px;
}

.secsubhdng.swEng{
    font-family: "Jost-SemiBold";
}
.sechdng.swEng{
    font-family: "Jost-Medium";
}

.sechdng.swEng span{
    font-family: "Jost-SemiBold";
    color: #138808;

}

.secText.swEng{
    font-family: "Jost-Regular";
}

.secsubhdng.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.sechdng.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.sechdng.swOdia span{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
    color: #138808;

}

.spacercusts{
    height: 20px;
}

.eventprogSec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(20deg, #ff993324, #13880812);
}
.eventprogSec .eventCards {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgb(34 50 72 / 9%);
    margin-bottom: 1rem;
}

.eventprogSec .eventCards .eventCardImgArea{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 190px;
    border-radius: 10px;
}

.eventprogSec .eventCards .eventCardHdng{
    font-size: 1.3rem;
    color: #ff9933f7;
    margin-bottom: 5px;
}

.eventprogSec .eventCards .eventCardtext{
    font-size: 1.05rem;
    text-align: justify;
}

.eventprogSec .eventCards .eventCardHdng.swEng{
    font-family: "Jost-SemiBold", sans-serif;

}
.eventprogSec .eventCards .eventCardHdng.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}
.eventprogSec .eventCards .eventCardtext.swEng{
    font-family: "Jost-Regular", sans-serif;
}
.eventprogSec .eventCards .eventCardtext.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.bookticketSec{
    padding-top: 70px;
    padding-bottom: 60px;
    background: linear-gradient(337deg, #895634c9, #382212), url(../images/vrvideo.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bookticketSec .secsubhdng {
    font-size: 1.9rem;
    color: #ffffff;
}
.bookticketSec .sechdng{
    color: #fff;
    font-size: 2.6rem;
}
.bookticketSec .sechdng.swEng span {
    font-family: "Jost-SemiBold";
    color: #ffffff;
}
.bookticketSec .sechdng.swOdia span {
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
    color: #fff;
}
.bookticketSec  .get-quote-btn {
    font-size: 1.2rem;
}
.vrviewSec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(to left, #fffffff2, #ffffffe0), url(../images/vrvideo.jfif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.vrviewSec .custvrimg{
    width: 100%;
}

.secText2{
    font-size: 1.1rem;
    color: #434343;
    text-align: justify;
    margin-bottom: 10px;
}
.vrviewSec ul{
    margin-left: -12px; 
}
.vrviewSec ul li{
    font-size: 1.1rem;
}
.vrviewSec ul.swEng li{
     font-family: "Jost-Regular";
}
.vrviewSec ul.swOdia li {
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.newsUpdateSec{
    margin-top: -30px;
}

.newsUpdateSec .newupdatecards{
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(212deg, #cb8e65, #67442C);
    margin-bottom: 6px;
    margin-top: 6px;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
    position: relative;
    overflow: hidden;
    display: flex;
}

.newsUpdateSec .newupdatecards .newupdateHdngsec{
    padding: 10px;
    background: #ffede2;
    color:#67442C;
    z-index: 1;
}
.newsUpdateSec .newupdatecards .newupdateHdngsec .fsgubhdng{
    white-space: nowrap;
    font-size: 1.2rem;
}
.newsUpdateSec .newupdatecards .newupdateHdngsec .fsgubhdng.swEng{
    font-family: "Jost-SemiBold", sans-serif;
}
.newsUpdateSec .newupdatecards .newupdateHdngsec .fsgubhdng.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.newsUpdateSec .newupdatecards .newupdatetextSec{
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 100%;
    
}
.newsUpdateSec .newupdatecards .newupdatetextSec .amarsect{
    animation: marquee 30s linear infinite;
    display: flex;
}
.newsUpdateSec .newupdatecards:hover .newupdatetextSec .amarsect {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.newsUpdateSec .newupdatecards .newupdatetextSec .amarsect .exatnews{ 
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1rem;
}

.newsUpdateSec .newupdatecards .newupdatetextSec.swEng .amarsect .exatnews{
    font-family: "Jost-Regular", sans-serif;
 }
 
.newsUpdateSec .newupdatecards .newupdatetextSec.swOdia .amarsect .exatnews{
    font-family: "Noto-Sans-Oriya", sans-serif;
 }

.histrySignSec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to left, #fffffff2, #ffffffe0), url(../images/vrvideo.jfif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.histrySignSec .histrySignImg{

}
.histrySignSec .histrySignImg img{
    width: 100%;
    border-radius: 12px;
}

.newsannousementSec {
    margin-top: -70px;
}

.newsannousementSec .news-carousel{

}

.newsannousementSec .news-carousel .news-card{
    background: linear-gradient(156deg, #db9550, #4b8f44);
    padding: 15px 15px 17px 15px;
    border-radius: 10px;
    text-align: center;

}

.newsannousementSec .news-carousel .news-card .news-date{
    color: #fff;
    font-size: 0.8rem;
}

.newsannousementSec .news-carousel .news-card .news-title{
    color: #fff;
}
.newsannousementSec .news-carousel .news-card .news-desc{
    color: #e3e3e3;
}

.newsannousementSec .news-carousel.swEng .news-card .news-date{
    font-family: "Jost-Medium", sans-serif;
}

.newsannousementSec .news-carousel.swEng .news-card .news-title{
    font-family: "Jost-SemiBold", sans-serif;
}
.newsannousementSec .news-carousel.swEng .news-card .news-desc{
    font-family: "Jost-Regular", sans-serif;
}


.newsannousementSec .news-carousel.swOdia .news-card .news-date{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 500;
}

.newsannousementSec .news-carousel.swOdia .news-card .news-title{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}
.newsannousementSec .news-carousel.swOdia .news-card .news-desc{
    font-family: "Noto-Sans-Oriya", sans-serif;
}


.facikitiesSec{
    background: linear-gradient(156deg, #db9550, #4b8f44);
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.facikitiesSec .secsubhdng{
    color: #fff;
    margin-bottom: 15px;
}
.facikitiesSec .sechdng, .facikitiesSec .sechdng span{
    color: #fff;
}

.facikitiesSec .card .card-body i{
    color: #db9550;
}

.facikitiesSec .card .card-body .card-title{
    color:#4b8f44;
}
.facikitiesSec .card .card-body .card-title.swEng{
    font-family: "Jost-Medium";
}
.facikitiesSec .card .card-body .card-title.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}

.timingaandfees{
    padding-top: 60px;
    padding-bottom: 60px;
}

.timingaandfees .card{
    background: #fff8f3;
}

.innerpageTopSection {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.innerpageTopSection .innerpagehdng {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.innerpageTopSection .innerpagehdng span.swEng{
    font-family: 'Jost-Medium';
}
.innerpageTopSection .innerpagehdng span.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}
.innerpageTopSection .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}
.innerpageTopSection .breadcrumb .breadcrumb-item a {
    color: #d6d6d6;
}
.innerpageTopSection .breadcrumb .breadcrumb-item a span.swEng{
     font-family: 'Jost-Regular';
}
.innerpageTopSection .breadcrumb .breadcrumb-item a span.swOdia{
     font-family: "Noto-Sans-Oriya", sans-serif;
}
.innerpageTopSection .breadcrumb .breadcrumb-item.active {
    color: #f5ceb3;
}
/* #936545 */

.missionvisSec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(312deg, #ff993324, #13880812);
}

.missionvisSec h4{
    color: #138808;
}

.historiclSec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(312deg, #ff993324, #13880812);
}
.historiclSec h4{
    color: #138808;
}

.historiclSec .signtimg{
    width: 100%;
    border-radius: 10px;
}

.footerbackgrounds{
    background:linear-gradient(156deg, #db9550, #4b8f44);;
    padding: 50px 0 10px 0;
}
.footerbackgrounds h5, .footerbackgrounds h6{
    color: #ffffff;
}

.footerbackgrounds p, .footerbackgrounds a, .footerbackgrounds ul li, .footerbackgrounds ul li a, .footerbackgrounds .tdtgf, .footerbackgrounds small{
    color: #e1e1e1;
}
.footerbackgrounds a{
    padding: 0;
}
.footerbackgrounds a:hover{
    color: #ffdcc4;
}

ul.list-group.list-group-flush {
    list-style-type: none;
}

.nine0deg.accordion-button::after {
    rotate: -90deg;
}

.offcanvas .list-group-item.active, .offcanvas .dropdown-item:active {
    color: #fff;
    background-color: #936545;
    border-color: #936545;
}


.offcanvas .list-group-item.active a{
    color: #fff;
}
.offcanvas .list-group-item a{
    color: #716c6c;
}

.offcanvas .accordion-button:not(.collapsed) {
    color: #936545;
    background-color: #ffefe4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.historiclSec table thead.swEng tr th{
 font-family: 'Jost-Medium';
}
.historiclSec table tbody.swEng tr td{
     font-family: 'Jost-Regular';
}

.historiclSec table thead.swOdia tr th{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.historiclSec table tbody.swOdia tr td{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.historiclSec .trust-table thead{
    background: linear-gradient(to right, #e59445cf, #4b8f44);
    color:#fff;
}
.trust-table th,
.trust-table td {
  vertical-align: middle;
}

.trust-table th {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.trust-table td {
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .trust-table td,
  .trust-table th {
    font-size: 0.85rem;
  }
}

 .notice-board {
        background: linear-gradient(20deg, #ff993324, #13880812);
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
        max-width: 950px;
        margin: auto;
    }

    .notice-header {
      background: linear-gradient(156deg, #db9550, #4b8f44);
      color: #fff;
      padding: 14px 20px;
      font-size: 1.3rem;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: center;
    }

    .notice-body {
      padding: 30px;
    }

    .notice-title {
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .notice-list {
      list-style: square;
      padding-left: 20px;
      font-size: 1.1rem;
    }

    .notice-list li {
      margin-bottom: 12px;
      line-height: 1.7;
    }
    .notice-title.swEng{
        font-family: 'Jost-SemiBold';
    }
    .notice-title.swOdia{
        font-family: "Noto Serif Oriya", serif;
        font-weight: 600;
    }
    .notice-list.swEng li {
         font-family: 'Jost-Regular';
    }
    .notice-list.swOdia li {
        font-family: "Noto Serif Oriya", serif;
    }

    #visitorFaqs .accordion-header .accordion-button span.swEng{
        font-family: 'Jost-SemiBold';
    }
   #visitorFaqs .accordion-header .accordion-button span.swOdia{
        font-family: "Noto Serif Oriya", serif;
        font-weight: 600;
    }
    #visitorFaqs .accordion-button:not(.collapsed) {
        color: #ed9134;
        background-color: #8cc30d1a;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
    @media (max-width: 768px) {
      .notice-body {
        padding: 20px;
      }
    }

    .gallerypage{
        padding-top: 60px;
        padding-bottom: 60px;
        background: linear-gradient(312deg, #ff993324, #13880812);
    }

    .main .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}

/* #map {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.map-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
} */
.clsjCuatsmdl{
    position: relative;
}
.clsjCuatsmdl .btn-close{
position: absolute;
    right: 3px;
    top: 3px;
    /* background: #fff; */
    font-size: 1.2rem;
}