@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: rgb(246 233 202);
    background-size: 120px auto;
    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;
}

.loader img{
/*  animation: spin 2s linear infinite;*/
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

@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: 130px;
    border-radius: 50px;
}




.cust-navbar .navbar-nav {
    justify-content: center;
    width: 100%;
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
}
.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;
}


.menuArea  .get-quote-btn .swEng{
    font-family: "Jost-Regular";
}

.menuArea  .get-quote-btn .swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif !important;   
}

.cust-navbar .navbar-nav .nav-link.active{
    color: #ffc1c4;
}

.menuArea.sticky .navbar-nav .nav-link {
        color: #ffffff;
}

.menuArea.sticky .navbar-nav .nav-link.active {
    color: #ffc09a;
}




.menuArea{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
} 

.menuArea.sticky {
    background: #ff711c;
    color: #fff;
    box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 22%);
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
    
    border-radius: 0px 0px 40px 40px;
}

.menuArea.sticky .navbar-toggler {
    color: #fff;
}
.menuArea.sticky  .get-quote-btn{
    background: #891c21;
    color: #ffffff;
    border: 1px solid #9f1c22;
}
.menuArea.sticky  .get-quote-btn:hover{
    background: #77080d;
    color: #ffffff;
    border: 1px solid #94252a;
}
.get-quote-btn{
    padding: 10px 25px;
    font-size: 16px;
    background: linear-gradient(to right, #920000b0, #b2190de8);
    color: #ffebec;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    animation: blink-animation 1s steps(2, start) infinite;
}

    @keyframes blink-animation {
      0%, 100% {
            background: linear-gradient(45deg, #bd4700 0, #dd5503 100%);
      }
      50% {
            background: linear-gradient(45deg, #a34004 0, #e57430 100%);
      }
    }

.get-quote-btn:hover{
    background: #9f1c22;
    color: #fff;
}



.bannerArea .bannerSlider .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bannerArea .bannerSlider .banner-Content {
    height: 100vh;
    display: flex;
}

.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: #f96005;
    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: #f96005;
    }

    50% {
        background: #fff;
    }

    to {
        background: #f96005;
    }
}


.bannerArea .bannerSlider .item .banner-Content h1 {
    font-size: 3.5rem;
    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: #762d01b8;
    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 .get-quote-btnbnr:hover{
    background: #c54a01;
}
.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: #d7590d;
}
.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(90deg, #b94e0e 10%, #b7a6a600 100%);
}

.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: #d65202;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(255 225 195), rgb(104 104 104 / 0%));
}
.swEng .hdngArea .subhdng{
    font-family: "Jost-Medium";
}
.swOdia .hdngArea .subhdng{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.hdngArea{
    margin-bottom: 25px;
}
.hdngArea .pwreng{
    color: #242e45;
    line-height: 1.3;
    font-size: 45px;
}

.swEng .hdngArea .pwreng{
    font-family: "Jost-Regular";
}
.swOdia .hdngArea .pwreng{
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.hdngArea .pwreng span{
    color: #d65202;
    
}
.swEng  .hdngArea .pwreng span{
    font-family: "Jost-SemiBold";
}
.swOdia .hdngArea .pwreng span{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 700;
}

.mhtDesc{
    margin-bottom: 15px;
    font-size: 17px;
    color: #2a2a2a;
    text-align: justify;
}
.swEng .mhtDesc, .swEng .readFabt{
        font-family: "Jost-Regular";
}
.swOdia .mhtDesc, .swOdia .readFabt{
        font-family: "Noto-Sans-Oriya", sans-serif;
}
.readFabt{
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    color: #ffffff;
    font-size: 18px;
    padding: 10px 26px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.readFabt:hover{
    background: #580004;
    color: #ffffff;
}
.readFabt i{
    font-size: 15px;
    transform: translate(1px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.readFabt:hover i{
    transform: translate(9px);
}

.readFabt2{
    margin-left: 40px;
    color: #4e4e4e;
    font-size: 18px;
    font-family: "Jost-SemiBold";
}

.readFabt2:hover{
    color: #710e13;
}
.readFabt i{
    font-size: 15px;
}

.btnaresg{
   margin-top: 30px; 
}

.countrfSec {
    padding-bottom: 60px;
}


.countrfSec .cntCard{
    text-align: center;
    margin-bottom: 15px;
}

.countrfSec .cntCard .cntCardNmbr{
    color: #242e45;
    font-family: 'Jost-Bold';
    font-size: 55px;
    background-image: linear-gradient(to right, #f7693c69, #c74e457a, #7d378536, #582d9f5c, #3928af33);
    background-size: 90px 10px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.countrfSec .cntCard .cntCardName{
    color: #7c7e84;
    font-family: 'Jost-Regular';
    font-size: 18px;
    margin-top: 13px;
}



.servcsarea .servcsInr{
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    position: inherit;
}

.servcsarea .servcsInr .roundingVctor{
    position: absolute;
    left: 0;
}
@keyframes spinrt {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.servcsarea .servcsInr .hdngArea .subhdng {
    color: #fff;
    background: -webkit-linear-gradient(right, rgb(221 93 16), rgb(104 104 104 / 0%));
    background: linear-gradient(to right, rgb(221 93 16), rgb(104 104 104 / 0%));
}

.servcsarea .servcsInr .hdngArea .pwreng {
    color: #fff;
}

.servcsarea .servcsInr .servcsareaTxt {
    color: #fcfcfc;
    font-size: 1.2rem;
}

.servcsarea .swEng  .servcsInr .servcsareaTxt {
    font-family: "Jost-Regular", sans-serif !important;
}
.servcsarea .swOdia .servcsInr .servcsareaTxt {
    font-family: "Noto-Sans-Oriya", sans-serif;
}

.servcsarea .servcsInr .item{
    padding: 10px;
}

.servcsarea .servcsInr .serviceCard {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 100%;
    height: 470px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.servcsarea .servcsInr .serviceCard .serviceCardCrt{
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    padding: 5px 22px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
} 
.servcsarea .servcsInr .serviceCard .serviceCardCrt.swEng{
    font-family: 'Jost-Medium';
}
.servcsarea .servcsInr .serviceCard .serviceCardCrt.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.servcsarea .servcsInr .serviceCard .groupResh{
    position: absolute;
    bottom: 25px;
    z-index: 1;
}
.servcsarea .servcsInr .serviceCard .groupResh .mktResh {
    color: #ffffff;
    font-size: 1.7rem;
    margin-bottom: 4px;
}
.servcsarea .servcsInr .serviceCard .groupResh .mktResh.swEng, 
.servcsarea .servcsInr .serviceCard .groupResh .compResh.swEng{
        font-family: 'Jost-Medium';
}
.servcsarea .servcsInr .serviceCard .groupResh .mktResh.swOdia,
.servcsarea .servcsInr .serviceCard .groupResh .compResh.swOdia {
    font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.servcsarea .servcsInr .serviceCard .groupResh .compResh {
    color: #d8d8d8;
    font-size: 1rem;
    width: 80%;
}

.servcsarea .servcsInr .serviceCard .popueCardOverly {
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(72 0 3)), to(transparent));
    background-image: linear-gradient(to top, rgb(122 47 2) 0%, transparent 100%);
    border-radius: 7px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.servcsarea .servcsInr .serviceCard:hover .popueCardOverly{
    opacity: 1;
}
.servcsarea .servcsInr .serviceCard .popueCardOverly a {
    margin-right: 25px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 29px;
    background: #f3f3f3;
    height: 40px;
    width: 40px;
    color: #e56011;
    border-radius: 50px;
    text-align: center;
    line-height: 2.5;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
    z-index: 2;
}
.servcsarea .servcsInr .serviceCard .popueCardOverly a:hover {
    transform: rotate(0deg);
}

.btnaresg2{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

#goToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background:linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    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;
}

.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: 300px;
}
.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";  
}

.styCloud{
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 45px solid transparent;
    border-bottom: 46px solid transparent;
    border-image: url(../images/bdrt.png) 365 round;
}

.styCloud .stayarea{
    position: relative;
    text-align: center;
}

.styCloud .stayarea .styimg{
    width: 100%;
}

.styCloud .stayarea .styimg1{
    position: absolute;
    width: 90%;
    left: 28px;
    bottom: 80px;
}

.styCloud .stayarea .styimg2{
    position: absolute;
    left: 10px;
    width: 170px;
    animation: movelr 5s ease-in-out infinite; 
}
.styCloud .stayarea .styimg3{
    position: absolute;
    right: 10px;
    top: 30px;
    width: 130px;
    animation: movelr3 5s ease-in-out infinite; 
}
.styCloud .stayarea .styimg4{
    position: absolute;
    right: 161px;
    top: 117px;
    width: 79px;
    animation: movelr4 10s ease-in-out infinite;
}

.styCloud .stayarea .styimg5{
    position: absolute;
    left: 161px;
    top: 137px;
    width: 70px;
    animation: movelr5 10s ease-in-out infinite;
}
@keyframes movelr {
    0% {
        left: 10;
    }
    50% {
        left: 40px;
    }
    100% {
        left: 10;
    }
}

@keyframes movelr3 {
    0% {
        right: 10;
    }
    50% {
        right: 40px;
    }
    100% {
        right: 10;
    }
}

@keyframes movelr4 {
    0% {
        right: 161px;
    }
    50% {
        right: 130px;
    }
    100% {
        right: 161px;
    }
}

@keyframes movelr5 {
    0% {
        left: 161px;
    }
    50% {
        left: 130px;
    }
    100% {
        left: 161px;
    }
}

.styCloud .simplist .simplelistSArea  {
    display: flex;
    margin-bottom: 25px;
}
.styCloud .simplist .simplelistSArea .simplistNo {
    font-size: 30px;
    font-family: 'Jost-SemiBold';
    margin-right: 30px;
    background: #21252912;
    border-radius: 50%;
    width: 120px;
    height: 66px;
    text-align: center;
    line-height: 2.1;
}

.styCloud .simplist .simplelistSArea .simplistCnat {
    
}

.styCloud .simplist .simplelistSArea .simplistCnat .simplistCnatHdng {
    font-size: 19px;
    font-family: 'Jost-Medium';
    margin-bottom: 6px;
}

.styCloud .simplist .simplelistSArea .simplistCnat .simplistCnatTxt {
    color: #827f7f;
}
.styCloud .huryTxt {
    font-size: 24px;
    margin-top: 50px;
}
.styCloud .huryTxt span{
    background: #3C2FC0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Jost-Medium';
    padding: 5px 16px;
    border-radius: 50px;
    margin-right: 12px;
    font-size: 17px;
}
.styCloud .huryTxt a{
    font-size: 24px;
    font-family: "Jost-Medium" !important;
    color: #242e45;
}
.styCloud .huryTxt a:hover{
    color: #617bb5;
}

.innerpageBnrarea {
    padding: 0px 15px 15px 15px;
}
.innerpageBnrarea .innerpageBnr {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 10px;
}


.innerpageBnrarea .innerpageBnr .innerpageBnrHdng {
    font-size: 70px;
    font-family: "Jost-Medium";
    color: #fff;
    text-align: center;
}

.innerpageDesc .breadcrumb {
    justify-content: center;
}

.innerpageDesc .breadcrumb .breadcrumb-item a{
  color: #ededed!important;   
}

.innerpageDesc .breadcrumb .breadcrumb-item.active {
  color: #7a9ff6!important;   
}

.intshipsilanArea {
    padding-top: 90px;
    padding-bottom: 90px;
}

.intshipsilanArea .intshipTxt {
    font-size: 18px;
    color: #727272;
}
.intshipsilanArea .hdngArea .pwreng {
    font-size: 45px;
}

.whyIntenArea{
    background: #f0f4fd;
    padding-top: 90px;
    padding-bottom: 90px;
}

.whyintCrad{
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.whyintCrad img{
    width: 70px;
    margin-bottom: 15px;  
}

.whyintCrad .whyintHd{
    font-family: "Jost-Medium";
    color: #242e45;
    font-size: 22px;
    margin-bottom: 5px;
}

.whyintCrad .whyintTxt {
    font-size: 17px;
    color: #727272;
}

.whycintp{
    font-family: "Jost-Medium";
    text-align: center;
    font-size: 33px;
    margin-bottom: 20px;
    color: #454545;
}

.javafuldintArea{
    padding-top: 90px;
    padding-bottom: 90px;
}

.javafuldintArea .hdngArea .pwreng{
    font-size: 45px;
}
.javafuldintArea .javafuldintCrad{
    padding-top: 10px;
}
.javafuldintArea .javafuldintCrad .javafuldintCradHdng {
    font-size: 25px;
    font-family: 'Jost-Medium';
    margin-bottom: 8px;
}

.javafuldintArea .javafuldintCrad .javafuldintdsc {
    padding-left: 17px;
}

.javafuldintArea .javafuldintCrad .javafuldintdsc li{
    font-size: 18px;
    color: #666363;
    margin-bottom: 10px;
}

.javafuldintArea .javafuldintImg {
    width: 90%;
    border-radius: 10px;
}

.javafuldintArea .hrsection {
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.javafuldintArea .hrsection .hrsectiontxt{
    text-transform: uppercase;
    color: #000;
    font-family: 'Jost-Medium';
    padding: 15px 20px;
    border-radius: 50px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    background: #fff;
    z-index: 1;
    position: inherit;
}
.javafuldintArea .hrsection .hrsectiontxt a{
    color: #242e45;
    font-family: 'Jost-SemiBold'!important;
}
.javafuldintArea .hrsection hr{
    border: 1px solid #a8a8a8;
    position: absolute;
    width: 100%;
    top: 12px;
}

.vissHdng{
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Jost-Medium';
    font-size: 20px;
}

.bgmain {
    background: #f0f4fd;
    padding-top: 60px;
}

.mobilemenuarea .cardUi{
    padding: 20px 15px;
    text-align: center;
    background: #fff2f3;
    border-radius: 7px;
    margin-bottom: 20px;
}

.mobilemenuarea .cardUi img{
    width: 40px;
    margin-bottom: 10px;
}

.mobilemenuarea .cardUi .cardUiTxt{
    font-size: 18px;
    font-family: 'Jost-Medium';
    text-transform: uppercase;
    color: #767676;
}

.mobilemenuarea .cardUi.active {
    background: #e2e1e1;
}

.servcsarea.inrpgbg .servcsInr {
    background-color: #f5f5f5;
}

.servcsarea.inrpgbg .hdngArea .subhdng {
    color: #3C2FC0;
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgb(104 104 104 / 0%));
}
.servcsarea.inrpgbg .hdngArea .pwreng {
    color: #242e45;
}

.servcsarea.inrpgbg .servcsInr .servcsareaTxt {
    color: #7e7e7e;
}

.servcsarea.inrpgbg .servcsInr .serviceCard{
    margin-bottom: 20px;
}



.cntCard {
    padding: 15px;
}

.cntCard .cntCardName {
    font-size: 1.4rem;
    font-family: "Jost-Medium";
    color: #484848;
    margin-bottom: 15px;
}

.cntCard .cntCardDtls {
    font-size: 17px;
    color: #787878;
}


.hrsectiontxt2{
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af)!important;
    text-transform: uppercase;
    color: #fdfdfd;
    font-family: 'Jost-Medium';
    padding: 15px 20px;
    border-radius: 50px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    z-index: 1;
    position: inherit;
}
.hrsection2 {
 position: relative;
    text-align: center;
    margin-top: 40px; 
}

.hrsection2 hr {
    border: 1px solid #a8a8a8;
    position: absolute;
    width: 100%;
    top: 12px;
}

.hrsection2 .hrsectiontxt2 a {
    color: #eaeaea;
    font-family: 'Jost-SemiBold' !important;
}

.hrsection2 .hrsectiontxt2 a:hover {
    color: #fff;
}


.contactUsfMarea {
    padding-bottom: 80px;
}
.contactUsfMarea form .form-group{
    margin-bottom: 20px;
}

.contactUsfMarea form .form-group label{
    font-size: 1.2rem;
    margin-bottom: 9px;
}

.cntfmsubbtn{
    background: #242e45;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 26px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Jost-Medium";
}
.cntfmsubbtn:hover{
    background: #3a496c;
}


.event-countdownrt{
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

.event-countdownrt .unit{
    margin-bottom: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}



.fltlangbtn{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
}
.fltlangbtn button {
    padding: 8px 12px;
    font-size: 16px;
    background: linear-gradient(to right, #920000b0, #b2190de8);
    color: #ffebec;
    border-radius: 50px 0 0 50px;
}
.fltlangbtn button:hover{
    background: linear-gradient(to right, #7c0101b0, #830e05e8);
    color: #ffffff; 
}


.eventsSchedulidedArea{
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 45px solid transparent;
    border-bottom: 46px solid transparent;
    border-image: url(../images/bdrt.png) 365 round;
    background: #f5f5f5;
}


.eventsSchedulidedArea .site-heading .site-shadow-text {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 0;
  font-size: 80px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: bold;
  color: #efefefad;
  text-transform: uppercase;
  z-index: -1;

}



.eventsSchedulidedArea .schedule-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.schedule-nav .nav {
  background: #fff;
  border-radius: 15px;
  width: fit-content;
  box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
  margin: 0 auto;
  padding: 6px;
}


.eventsSchedulidedArea .schedule-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 10px;
  color: #3a3a3a;
  border-radius: 10px;
}
.eventsSchedulidedArea .schedule-nav .nav-pills .nav-link.active {
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
}

.eventsSchedulidedArea .schedule-nav .nav-link .icon {
  font-size: 30px;
  color: #3a3a3a;
}
.eventsSchedulidedArea .schedule-nav .nav-pills .nav-link.active .icon{
  color: #fff;
}

.eventsSchedulidedArea .schedule-nav .nav-link .content span {
  display: block;
  text-align: left;
  line-height: 1;
   font-size: 14px;
}
.eventsSchedulidedArea .schedule-nav .nav-link .content .day {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.eventsSchedulidedArea .schedule-nav .nav-link .content.swEng .day{
    font-family: "Jost-SemiBold";
}
.eventsSchedulidedArea .schedule-nav .nav-link .content.swOdia .day{
    font-family: "Noto-Sans-Oriya", sans-serif !important;
    font-weight: 600;
}

.eventsSchedulidedArea .schedule-nav .nav-link .content.swEng .date {
  font-family: "Jost-Regular", sans-serif;
}

.eventsSchedulidedArea .schedule-nav .nav-link .content.swOdia .date {
  font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.eventsSchedulidedArea .schedule-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: all .3s ease-in-out;
}
.eventsSchedulidedArea .schedule-item:hover .schedule-img img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}


.eventsSchedulidedArea .schedule-item::before {
    content: "";
    position: absolute;
    border-left: 2px dashed #e73f32;
    left: 35px;
    top: 50%;
    height: 100%;
    z-index: 0;
}


.eventsSchedulidedArea .schedule-item.removebefore::before {
    height: 0px;
}


.eventsSchedulidedArea .schedule-count {
    width: 70px;
    height: 70px;
    line-height: 68px;
    background: linear-gradient(45deg, rgb(211 95 25) 0px, rgb(221, 85, 3) 100%);
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    color: #fff;
    box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
    z-index: 1;
}
.eventsSchedulidedArea .swEng .schedule-count{
    font-family: "Jost-Bold";
}
.eventsSchedulidedArea .swOdia .schedule-count{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 700;
}
.eventsSchedulidedArea .schedule-content-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    background: #fff;
    padding: 15px 15px 22px 15px;
    border-radius: 15px;
    box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
}
.eventsSchedulidedArea .schedule-img {
    overflow: hidden;
    border-radius: 15px;
}

.eventsSchedulidedArea .schedule-img img {
    width: 215px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}
.eventsSchedulidedArea .schedule-content {
    flex: 1;
}

.eventsSchedulidedArea .schedule-meta ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.eventsSchedulidedArea .schedule-meta ul li {
    color: #d65202;
    list-style: none;
    font-size: 1rem;
    margin-bottom: 5px;
}
.eventsSchedulidedArea .swEng .schedule-meta ul li{
    font-family: "Jost-SemiBold";
}
.eventsSchedulidedArea .swOdia .schedule-meta ul li{
    font-family: "Noto-Sans-Oriya", sans-serif !important;
    font-weight: 600;
}
.eventsSchedulidedArea .schedule-info h4 {
    margin-bottom: 15px;
    color: #1d1d1d;
    
    font-size: 1rem;
}
.eventsSchedulidedArea .swEng .schedule-info h4{
    font-family: "Jost-Regular";
}
.eventsSchedulidedArea .swOdia .schedule-info h4{
    font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.eventsSchedulidedArea .schedule-info h4 img{
    width: 17px;
    margin-right: 2px;
}
.eventsSchedulidedArea .schedule-info p{
  margin-bottom: 0px;
  font-family: "Jost-Regular", sans-serif;
  font-size: 14px;
  color: #343434;
}


.eventsSchedulidedArea .shedduleBtns{
    margin-top: 16px;
}

.eventsSchedulidedArea .shedduleBtns .bnrBtn1, 
.eventsSchedulidedArea .shedduleBtns .bnrBtn2{
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 50px !important;
  font-family: "Jost-Regular", sans-serif;
}

.eventsSchedulidedArea .shedduleBtns .bnrBtn1 i, 
.eventsSchedulidedArea .shedduleBtns .bnrBtn2 i {
  font-size: 0.8rem;
  margin-left: 5px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}

.eventsSchedulidedArea .shedduleBtns .bnrBtn1:hover i, 
.eventsSchedulidedArea .shedduleBtns .bnrBtn2:hover i {
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.eventsSchedulidedArea .shedduleBtns .bnrBtn1 {
  background: #ffffff00;
  color: #a20000;
  border: 1px solid #a20000;
}
.eventsSchedulidedArea .shedduleBtns .bnrBtn1:hover{
   background: #a20000;
   color: #fff;
}
.eventsSchedulidedArea .shedduleBtns .bnrBtn2{
  background: #ffffff00;
  color: #484848;
  border: 1px solid #484848;
  margin-left: 5px;
}
.eventsSchedulidedArea .shedduleBtns .bnrBtn2:hover{
   background: #484848;
   color: #fff;
}

.chartCrad{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/bgs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chartCrad .chartRelt2{
    position: relative;
    overflow: hidden;
}
.chartCrad .chartRelt2 .fixscrlimgg2{
    width: 100%;
    border-radius: 50%;
    animation: spiju 100s linear infinite;
}
@keyframes spiju {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.chartCrad .chartRelt2 .changechar2{
    position: absolute;
    width: 56%;
    top: 54%; 
    left: 50%;
    transform: translate(-50%, -50%);
}

.chartCrad .hdngArea .subhdng {
    color: #fff;
    background: -webkit-linear-gradient(right, rgb(255 125 47), rgb(104 104 104 / 0%));
    background: linear-gradient(to right, rgb(255 125 47), rgb(104 104 104 / 0%));
}
.chartCrad .hdngArea .pwreng, .chartCrad .hdngArea .pwreng span {
    color: #fff;
}
.chartCrad .passCharImg {
    text-align: center;
    cursor: pointer;
}
.chartCrad .passCharImg img{
    width: 90%;
    transition: transform .4s;
}
.chartCrad .passCharImg:hover img {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.chartCrad .chartCradRd {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 17px;
    border-radius: 10px;
    border: 2px solid #ffe6e6;
}

.chartCradRd .chartCradRdNm{
    font-size: 21px;
    
    color: #ffe6e6;
    margin-bottom: 6px;
}
.swEng .chartCradRd .chartCradRdNm{
    font-family: "Jost-SemiBold";
}
.swOdia .chartCradRd .chartCradRdNm{
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-weight: 600;
}
.chartCradRd .chartCradRdTxt{
    font-size: 16px;
    color: #ffe6e6;
}
.swEng .chartCradRd .chartCradRdTxt{
    font-family: "Jost-Regular";
}
.swOdia .chartCradRd .chartCradRdTxt{
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.attrSec{
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 45px solid transparent;
    border-bottom: 46px solid transparent;
    border-image: url(../images/bdrt.png) 365 round;
    background: #f5f5f5;
}

.attrSec .attrt{
    padding: 10px 20px;
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    border-radius: 14px;
}

.attrSec .attrt .attrtCard{
    padding: 10px 0;
}

.attrSec .attrt .attrtCard img{
    width: 100%;
    border-radius: 6px;
    transition: transform .4s;
}

.attrSec .attrt .attrtCard:hover img{
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

.attrSec .attrt .attrtCard .attrtTxt {
    color: #fff;
    font-size: 16px;
    font-family: 'Jost-Medium';
    margin-top: 7px;
}

.attrSec .attrt .attrtCard .attrtTxt.swEng {
    font-family: 'Jost-Medium';
}

.attrSec .attrt .attrtCard .attrtTxt.swOdia {
    font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.atticnCard{
    color: #292a2a;
}


.attrtTxtHdng {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2rem;
    color: #393939;
    font-family: 'Jost-Regular';
}
.attrtTxtHdng.swEng{
    font-family: 'Jost-Regular';
}
.attrtTxtHdng.swOdia {
    font-family: "Noto-Sans-Oriya", sans-serif !important;
}

.attrtTxtHdng span{
    color: #d65202;
    font-family: 'Jost-SemiBold';
}
.atticnCard {
    text-align: center;
    background: #ffae7d1c;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.atticnCard img{
    width: 90px;
}

.atticnCard .atticnTxt{
    font-size: 18px;
    font-family: "Jost-Semibold"; 
    color: #767676; 
}
.atticnCard:hover{
    background: #ffc9a9;
}

.shortVideosSection{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

.shortVideosSection .videoshort .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    top: 44%;
    color: #3e3c3cd1 !important;
}
.shortVideosSection .videoshort .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    top: 44%;
    color: #3e3c3cd1 !important;
}
.gallerySection{
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #000000db 30%, #020202cf 100%), url(../images/gallerybg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    border-bottom: 46px solid transparent;
    border-image: url(../images/bdrt.png) 365 round;
}

.gallerySection .hdngArea .subhdng {
    color: #fff;
    background: -webkit-linear-gradient(to right, rgb(217 119 60 / 63%), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgb(217 119 60 / 63%), rgba(255, 255, 255, 0.0));
}
.gallerySection .hdngArea .pwreng, .chartCrad .hdngArea .pwreng span {
    color: #fff;
}
.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;
  }
}

.maihBnrCerti{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-image: url(../images/gallerybg.png) 188 round;
    position: relative;
    overflow: hidden;
}
.maihBnrCerti .certificateArea{
    text-align: center;
}
.maihBnrCerti .certificateArea .certgficate{
    width: 90%;
}

.maihBnrCerti .certificateArea .minister{
    width: 70%; 
}

.maihBnrCerti .dhanuabout .dhanuaboutHdng {
    font-size: 2rem;
    margin-bottom: 7px;
    font-weight: 600;
    color: #d65202;
}

.maihBnrCerti .dhanuabout .dhanuaboutHdng2{
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.maihBnrCerti .dhanuabout.swEng .dhanuaboutHdng, 
.maihBnrCerti .dhanuabout.swEng .dhanuaboutHdng2{
    font-family: "Jost-Regular", sans-serif;
}
.maihBnrCerti .dhanuabout.swOdia .dhanuaboutHdng, 
.maihBnrCerti .dhanuabout.swOdia .dhanuaboutHdng2{ 
    font-family: "Noto-Sans-Oriya", sans-serif;
}
.maihBnrCerti .dhanuabout .dhanuaboutTxt {
    font-family: "Noto-Sans-Oriya", sans-serif;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #2f2f2f;
}

.maihBnrCerti .dhanuabout .twologos {
        width: 200px;
}

.maihBnrCerti .bgwhiller1 {
    position: absolute;
    right: -300px;
    top: 0px;
    opacity: 0.09;
    width: 550px;
}

.maihBnrCerti .bgwhiller2 {
    position: absolute;
    left: -347px;
    bottom: -341px;
    opacity: 0.09;
    width: 700px;
}
.downbrch{
    width: 100%;
    text-align: center;
}
.downbrch a{
    padding: 10px 15px;
    text-align: center;
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    color: #fff;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.downbrch a:hover{
    background: linear-gradient(271deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    color: #fff;
}
.downbrch a.swEng{
        font-family: "Jost-Medium";
}
.downbrch a.swOdia{
        font-family: "Noto-Sans-Oriya", sans-serif!important;
}

a.location-btn{
    padding: 6px 8px;
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
}
a.location-btn:hover{
    color: #fff;
}
.ourvisitors{
    text-align: end;
    color: #cfcfcf;
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 6px;
}
.getcertft{
        margin-top: 20px;
}
.getcertft a{
    padding: 10px 15px;
    background:linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    color: #fff;
    border-radius: 50px;
}
.getcertft a:hover{
        background: linear-gradient(0deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    color: #fff;
}
.getcertft a.swEng, .glemaplinksslider a.swEng{
  font-family: "Jost-Medium";
}
.getcertft a.swOdia, .glemaplinksslider a.swOdia{
    font-family: "Noto-Sans-Oriya", sans-serif!important;
}

.glemaplinksslider{
 margin-top: 20px;
 text-align: center;
}

.glemaplinksslider a{
    padding: 10px 15px;
    background: linear-gradient(45deg, rgb(120 45 0) 0px, rgb(165 62 1) 100%);
    color: #fff;
    border-radius: 50px;
}

.glemaplinksslider a:hover{
    background: linear-gradient(267deg, rgb(120 45 0) 0px, rgb(165 62 1) 100%);
    color: #fff;
}

.higlightQuiz{
    background: #ffe9e9;
    text-align: center;
}

.higlightQuiz .huryTxt {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.higlightQuiz .huryTxt span {
    background: linear-gradient(45deg, rgb(189, 71, 0) 0px, rgb(221, 85, 3) 100%);
    text-transform: uppercase;
    color: #fff;
    padding: 5px 16px;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 20px;
}

.higlightQuiz .huryTxt a {
    font-size: 24px;
    color: #d65202;
}

.higlightQuiz .huryTxt:hover a {
    color: #b9141c;
}

.higlightQuiz .huryTxt .swEng a , .higlightQuiz .huryTxt .swEng span{
    font-family: "Jost-Medium" !important;
}
.higlightQuiz .huryTxt .swOdia  a , .higlightQuiz .huryTxt .swOdia span{
    font-family: "Noto-Sans-Oriya", sans-serif!important;
    font-weight: 600!important;
}
.videoslider .owl-stage {
  margin-left: auto;
}



.helpline-header {
    font-family: var(--font-royal, serif);
    color: #333;
    font-size: 1.6rem;
}

.help-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.jsfhsf{
    font-size: 1.2rem;
    color: #c74b01;
}

.h-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffeade;
    color: #d45102;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

