.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #f8f6f2;
    background-size: 70px auto;
    display: flex;
    animation: fadeOutAnimation ease 6.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

#rc-toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    z-index: 99999;
}

  

@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;
}

/*@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}*/


/*@import url('https://fonts.googleapis.com/css?family=Jost');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Oriya:wght@100..900&display=swap');*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

/*
@font-face {
    font-family: 'VAGRundschriftBQ';
    src: url('../fonts/VAGRundschriftBQ.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAGRundschriftBQRegular';
    src: url('../fonts/VAGRundschriftBQRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/



@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Jost-Italic';
    src: url('../fonts/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('../fonts/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;
}




* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

.swEng, #lanEng{
  font-family: "Jost-Regular", sans-serif;
}

.swOdia, #lanOdia{
  font-family: "Noto Sans Oriya", sans-serif!important;
}

.swEng.italiana {
    font-family: "Italiana", sans-serif!important;
    font-weight: 400;
    font-style: normal;
}

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;
}



.group-header{
    position: relative;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid #ffffff17;
}


a{
  text-decoration: none;
}



.group-header{
    position: fixed;
    width: 100%;
    z-index: 9;
}

.fw-bold {
    font-weight: 700;
}



#myHeader {
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}


.sticky .cust-navbar .navbar-nav .nav-link {
    color: #000;
  
  }

    .sticky .cust-navbar .navbar-nav .nav-link.active {
        color: #ffffff;
    }


.sticky .get-quote-btn {
  background: linear-gradient(to right, #920000, #ca2315);
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 13%);
}
.get-quote-btn i {
    font-size: 0.8rem;
    margin-left: 4px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}

.get-quote-btn:hover i {
    transform: rotate(0);
    transition: all .3s ease-in-out;
}


.group-header .sticky.menuArea .navbar .navbar-brand img {
    width: 290px;
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    padding: 2px 10px;
    margin: 0px 12px;
    text-transform: uppercase;
    font-family: 'Jost-Medium' !important;
    position: relative;
}

.dropdown-menu .dropdown-item .meniwordHilg {
  font-family: 'Jost-SemiBold';
  color: #a20000;
}

.dropdown-menu .dropdown-item.active .meniwordHilg {
  color: #fff;
}

.accordion-button:focus {
    border-color: #86b7fe00!important;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%)!important;
}


.cust-navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    border-radius: 3px;
    border-bottom: solid 2px #ff4439;
    background: #ff4439;
}

    .cust-navbar .navbar-nav .nav-link.active:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #ff4439;
        top: 22px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(45deg);
    }

.menuArea .navbar{
  padding-top: 0px;
  padding-bottom: 0px;
}

.cust-navbar .dropdown-item.active, .cust-navbar .dropdown-item:active {
    color: #fff;
    background-color: #c33438;
  }

.navbar .sticky .cust-navbar .navbar-nav .nav-link:hover{
  color: #a20000;
}


.icon-box  {
  width: 42px;
    height: 42px;
    background: #ff000061;
    border-radius: 30px;
    color: #1c1c1c;
    display: flex !important
;
    margin: 0px 8px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.cust-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cust-navbar .navbar-nav {
  justify-content: center;
  width: 100%;
}

.form-select:focus, .form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 3%);
}


.group-header .menuArea .navbar .navbar-brand img{
  width: 290px;
}

.topBarArea .topBarLeft {
    text-align: left;
    padding: 8px 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
}

.group-header .topBarArea {
  border-bottom: 1px solid #ffe0de33;
}

.topBarArea .topBarRight {
  text-align: right; 
  padding: 8px 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
}

.topBarArea .topBarRight a{
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.topBarArea .topBarRight a:hover {
  color: #ff5546;
}


.menuArea .navbar .navbar-toggler {
  color: #fff;
}

.sticky.menuArea .navbar .navbar-toggler {
    color: #515151;
}


.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Adjust the top margin to align properly */
  padding-bottom: 0;
  padding-top: 0px;
}

/* Optional: Prevent dropdown from closing on hover */
.nav-item.dropdown .dropdown-menu {
  display: none;
  margin-top: 20px;
}



.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.cust-navbar {
    padding-top: 3px;
    padding-bottom: 3px;
}

.cust-navbar .navbar-nav {
  justify-content: center;
  width: 100%;
}

.cust-navbar .dropdown-menu a.dropdown-item:focus{
  background: #c33438;
  color: #fff;
}

.cust-navbar .navicntogr .navbar-toggler{
  color: #717171;
}


.roadsha{
  text-decoration: none;
}

.has-dropdown2 .submenu2 {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px 0px 15px;
    background:#ffece9;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    box-shadow: 0px 8px 12px rgba(2, 30, 84, .06);
}

 .has-dropdown2:hover .submenu2 {
    visibility: visible;
    opacity: 1;
}



.Products .accordion-body {
    padding: 0px;
}

.product-bg {
    background-image: url('../img/img-14.jpg');
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.Products button {
     padding: 6px 12px;
}

.list-data {
    padding: 0px ;
    list-style-type: none;
}

.list-data li {
    padding: 5px 10px;
    border-bottom: solid .5px lightblue;
   
}

.list-data a {
   color: #454545;
   display: block;
   
}

.list-data a:hover {
   color: red;
  
}


.get-quote-btn {
    font-size: 1rem;
    background: linear-gradient(to right, #92000080, #ca2315c7);
    color: #fff !important;
    padding: 10px 24px;
    margin-left: 0.3rem;
    border-radius: 50px !important;
    transition: 1s ease;
    box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 19%);
}

.get-quote-btn:hover {
    background: linear-gradient(to left, #90180e, #ca2315);
    transition: 1s ease;
}


.menucard{
    border-radius: 6px;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    gap: 8px;
    box-shadow: 0px 8px 12px rgba(2, 30, 84, .06);
    padding: 10px 9px;
    margin-bottom: 20px;
    position: relative;
}


.menucard:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 2px;
    background: url(sprite.html) no-repeat -276px -40px / 300px;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}


.menucard:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    transition: 1s ease;
}

.menucard .blogcatHd{
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #060606;
}
.menucard .menuicn{
    width: 45px;
}

/*.mobilemenuarea{
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 10px;
}*/

.mobilemenuarea .mobileMnuCrd{
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
  border-radius: 8px;
}
.mobilemenuarea .mobileMnuCrd img {
  width: 40px;
  margin-bottom: 10px;
}
.mobilemenuarea .mobileMnuCrd .mobileMnuName{
  color: #212529;
  font-size: 1rem;
  text-transform: uppercase;
}
.mobilemenuarea .mobileMnuCrd.active{
  background: #fbe4e4;
}



.mobilemenuarea .list-group-item:hover {
    color: #e90d19;
  }

.mobilemenuarea::-webkit-scrollbar {
  width: 2px;
}

.mobilemenuarea::-webkit-scrollbar-thumb {
  background-color:#b0b0b0;
  border-radius: 2px;
}



.mobmenuul{
  list-style-type: none;
}

#mobilemenue .accordion-button{
    padding: 0.7rem 0.7rem;
    font-weight: 400;
}
#mobilemenue .accordion-button.active{
  color: #e90d19;
  background-color: #fff2f3;
}
#mobilemenue .accordion-button.home::after{
  background-image: url(data:image/png;base64,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);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}


#mobilemenue .accordion-button::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
#mobilemenue .accordion-button:not(.collapsed)::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}

#mobilemenue .accordion-button:not(.collapsed) {
    color: #e90d19;
    background-color: #fff2f3;
}


.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}


.mobmenuul .list-group-item.active {
    z-index: 2;
    color: #fff!important;
    background-color: #920000!important;
    border-color: #920000!important;
}


.weblogoeng{
  width: 230px;
}
.weblogodia {
  width: 170px;
}


.qrcodesecDatas {
    margin-left: 2rem;
    padding: 1rem;
    background: #fff0;
    border: 2px solid #ffffff52;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 73%);
    border-radius: 8px;
}

.qrcodesecDatas img {
  width: 100%;
}



.qrcodesecDatas:hover{
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    transition: 1s ease;
}





.qrcodesecDatas .qrcodesecTxt {
  margin-top: 1rem;
  color: #f4f4f4;
  font-size: 0.9rem;
}

a:hover .qrcodesecTxt {
    color: #f4f4f4;
}

#bgWhite i{
  color: #fff;
}

#bgBlack i{
  color: #000;
}

#bgBlue i{
  color: #33649a;
}

#bgOrange{
  color: #ff6f00;
}

.cust-p-0{
  padding: 0px;
}

.topmiddleBar{
  background: url(middleimg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
}


.form-select:focus, .form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 3%);
}

.background-bg{
  background: #e9e9e9;
}


.footer{
  background: linear-gradient(to left, #000000f5, #000000de), url(../img/banner-3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.position-inherit{
    z-index: 9;
    position: inherit;
}

.footer .footerLogo img{
  width: 50%;
    margin-bottom: 20px;
    border-radius:7px;
}

.footer-txt{
  color: #B7B4B4;
}

.footer-header{
  color: #bc2121;
  font-family: "Jost-SemiBold", sans-serif;
  font-size: 1.3rem;
  margin-top: 3px;
}

.footerMenuList{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.footerMenuList li {
  padding: 5px 0px;
}
.footerMenuList li a {
  color: #c3c3c3;
  font-size: 1rem;
}
.footerMenuList li a:hover{
 color: #bc2121;
}
.footerMenuList li a i{
  margin-right: 10px;
}


.bottomFooter{
  padding: 10px;
  color: #b2b2b2;
}

.bottomFooter .footerLeft{
  text-align: left;
}

.bottomFooter .footerRight{
  text-align: right;
}

.bottomFooter .footerLeft a, .bottomFooter .footerRight a {
  color: #a82a2a;
}
.bottomFooter .footerRight span{
    color: #ba3636;
    font-family: 'Jost-SemiBold';
}

.bottomFooter hr{
  margin: 0.6rem 0;
}
    

.footer .footerAddcard {
    padding: 25px;
    border-radius: 7px;
    background: #920000;
    position: relative;
    width: 100%;
    top: -50px;
}

.footer .footerAddcard .footerAddFx {
    display: flex;
    color: #fff;
}

.footer .footerAddcard .footerAddFx .footerAddIcn{
    margin-top: auto;
    margin-bottom: auto;
    background: #00000069;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
}
.footer .footerAddcard .footerAddFx .footerAddIcn i{
  color: #ffd8d8;
  border-radius: 50px;
  margin: auto;
}

.footer .footerAddcard .footerAddFx .footerAddCnt{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  overflow-wrap: anywhere;
}

.footer .footerAddcard .footerAddFx .footerAddCnt .footerAddHdng{
  font-size: 14px;
  font-family: "Jost-SemiBold", sans-serif;
}

.footer .footerAddcard .footerAddFx .footerAddCnt .footerAddDsc{
  font-family: "Jost-Regular", sans-serif;
}


.footer .footerLogo .makefdata {
  font-family: "Jost-Regular", sans-serif;
  color: #c3c3c3;
  font-size: 0.9rem;
}
.footer .footerLogo .makefdata a{
  color: #bc2121;
}

.desk-justfy-cnt-start{
  justify-content: left;
}
.desk-justfy-cnt-center{
  justify-content: center;
}
.desk-justfy-cnt-end{
  justify-content: right;
}
.socialFtrIcon{
    margin-top: 15px;
}

.socialFtrIcon a{
    margin-right: 10px;
    background: #0000008a;
    color: #c7c7c7;
    padding: 7px 10px 7px 12px;
    border-radius: 3px;
    text-align: center;
}
.socialFtrIcon a:hover{
    background: #890908;
    color: #fff;
}

/* switch button css start */
.swtbtn{
  margin-right: 10px;
  margin-top: 4px;
}
.switchboxcust.toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.switchboxcust.toggle + label {
  height: 33px;
  width: 117px;
  line-height: 31px;
  background: linear-gradient(to right, #33649a, #598cc5);
  padding: 0px 12px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.switchboxcust.toggle + label:before, .switchboxcust.toggle + label:hover:before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 29px;
  background: #fff;
  z-index: 2;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.switchboxcust.toggle + label .off, input[type="checkbox"].toggle + label .on {
  color: #fff;
}
.switchboxcust.toggle + label .off {
  margin-left: 46px;
  display: inline-block;
}
.switchboxcust.toggle + label .on {
  display: none;
}
.switchboxcust.toggle:checked + label .off {
  display: none;
}
.switchboxcust.toggle:checked + label .on {
  margin-right: 46px;
  display: inline-block;
}
.switchboxcust.toggle:checked + label, .switchboxcust.toggle:focus:checked + label {
  background: linear-gradient(to left, #6089b7, #79a7db);
}
.switchboxcust.toggle:checked + label:before, .switchboxcust.toggle:checked + label:hover:before, .switchboxcust.toggle:focus:checked + label:before, .switchboxcust.toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -48px;
}

/* switch button css end  */




.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;
  }
}




.notificationArea {
  background: #262626;
}


.notificationArea .cursorfsf {
    display: inline-block;
    background-color: black;
    width: 2px;
    margin-left: 5px;
    animation: blink 0.7s infinite;
}

/* Blinking effect for the cursor */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


.notificationArea .notBtn {
    padding: 10px 15px;
    background: #2d2d2d;
    text-wrap: nowrap;
    color: #cecece;
}

.notificationArea .notBtn:hover {
    background: #171616;
}
.notificationArea .notBtn i{
    margin-left: 6px;
}

.notificationArea #dynamicText, .notificationArea #dynamictextOdia {
  color: #d7d7d7;
}

.indBestCaftSects {
/*  background: url("shape-1.svg");*/
  background: linear-gradient(to left, #efefef, #f1f1f13d), url(../img/shape-1.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 80px;
  padding-bottom: 80px;
}


.indBestCaftSects .site-heading{
    margin-bottom: 40px;
}


.indBestCaftSects .site-heading .site-shadow-text {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    line-height: 0;
    font-size: 80px;
    font-family: "Jost-Regular", sans-serif;
    font-weight: bold;
    color: #e7e7e7ad;
    text-transform: uppercase;
    z-index: -1;
}



.headingTxt{
  font-size: 2.6rem;
  color: #424242;
  margin-bottom: 3rem;
}
.headingTxt .focHdng{
    color: #c33438;
}

.headingTxtLft{
  font-size: 2.6rem;
  color: #424242;
}
.headingTxtLftMain{
  font-size: 2rem;
  color: #424242;
}

.headingTxtdcs {
    margin-bottom: 2rem;
}

.headingTxtLftDfsc{
    margin-bottom: 30px;
    margin-top: 10px;
    color: #2a2a2a;
    font-size: 1rem;
}

.formdeclration{
  margin-bottom: 30px;
}
.formdeclration .declratsHd{
  font-size: 1.4rem;
  color: #424242;
  font-family: 'Jost-Medium';
  margin-bottom: 1.4rem;
}
.formdeclration .declratTxt{
  font-size: 1.1rem;
  color: #424242;
  margin-bottom: 1rem;
}


.costimpclr{
  color: #920000!important;
}

.headingTxtWhite{
  font-size: 2.9rem;
  color: #fff;
  margin-bottom: 3rem;
}

.news-sec:after, .news-sec:before {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 18px;
    position: absolute;
    z-index: 0;
}

.news-sec:before {
    left: -10px;
    top: -10px;
    background: #a20000;
}
.news-sec:after {
    right: -11px;
    bottom: -10px;
    background: #262626;
}

.newsbox {
    width: 100%;
    padding-right: 6px;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    padding: 20px;
    position: relative;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
}
.newsbox img {
  width: 150px;
}
.newsbox .cmName{
    font-size: 1.3rem;
    color: #4b4b4b;
    font-weight: 600;
}
.newsbox .cmDesg{
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.newsbox .cmDesc{
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #2d2d2d;
}

.newsbox .lineIcoTxtAra {
  position: relative;
}
.newsbox .lineIcoTxtAra .lineIcoTxtAraRow {
    font-size: 1rem;
    color: #000;
}

.newsbox .lineIcoTxtAra .lineIcoTxtAraRow.cust3b {
    margin-bottom: 2rem;
  }
.newsbox .lineIcoTxtAra .lineIcoTxtAraRow.cust3b:before {
    content: '';
    position: absolute;
    left: 42px;
    background: #d3d6de;
    height: 100%;
    width: 1px;
    top: 0;
}

.newsbox .lineIcoTxtAra .lineIcoTxtAraRow .lineIcoCircle {
    padding: 12px;
    border-radius: 50%;
    background: #ffffff;
    border: 7px solid #d3d6de;
    position: relative;
    z-index: 1;
}
.newsbox .lineIcoTxtAra .lineIcoTxtAraRow .lineIcoCircle img{
  width: 100%;
}
.posreals{
  position: relative;
}

/* Flip card container */
.flipCard {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
}

/* Flip card inner container */
.flipCardInner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* Rotate the card on hover */
.flipCard:hover .flipCardInner {
    transform: rotateY(180deg);
}

/* Front and Back of the card */
.flipCardFnt, .flipCardBack {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #ffffff, #fff1f1);
    padding: 20px;
    text-align: center;
    box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
    border-radius: 8px;
}


/* Back card style */
.flipCardBack {
    transform: rotateY(180deg);
}



.flipCardinnera .descg{
    font-size: 1rem;
    color: #000;
}
.flipCardinnera .descg2{
    font-size: 0.9rem;
    color: #000;
}
.flipCardinnera img {
  width: 70px;
  margin-bottom: 8px;
}

.whyUpBtn{
    border-color: #c33438;
    background: #c33438;
    font-size: 1.1em;
    border-radius: 3px;
    color: #fff;
    padding: 7px 30px;
}
.whyUpBtn:hover{
    border-color: #2d2d2d;
    background: #2d2d2d;
    color: #fff;

}
.whyUpBtn i{
  margin-left: 10px;
}

.cpcmgEventsArea {
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}



.cpcmgEventsArea .newsEvents .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 10px;
}
.cpcmgEventsArea .newsEvents .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cpcmgEventsArea .newsEvents .owl-dot.active {
  background-color: #c33438;
}




.cpcmgEventsArea  .site-heading{
  margin-bottom: 40px;
}
.cpcmgEventsArea  .site-heading .site-shadow-text {
    position: absolute;
    right: 0px;
    left: 0;
    line-height: 0;
    font-size: 80px;
    font-family: "Jost-Regular", sans-serif;
    font-weight: bold;
    color: #e7e7e7ad;
    text-transform: uppercase;
    z-index: -1;
}




.entEvntCard{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.entEvntCard .entEvntCardHeading{
    font-size: 1.3rem;
    font-weight: 500;
    color: #8c1313;
}

.entEvntCard .entEvntCardViewMore {
  text-align: right;
}
.entEvntCard .entEvntCardViewMore a{
    color: #6d6d6d;
    font-size: 0.9rem;
}

.entEvntCard .entEvntCardViewMore a:hover{
    color: #0f0f0f;
}
.entEvntCardHeadingHr{
  margin-top: 5px;
  margin-bottom: 5px;
}

.entEvntCardScrl{
  height: 365px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px;
}


.entEvntCardScrl::-webkit-scrollbar {
  width: 2px;
}

.entEvntCardScrl::-webkit-scrollbar-thumb {
  background-color:#b0b0b0;
  border-radius: 2px;
}


.entEvntCardScrl .entEvntCardlist{
  margin-top: 3px;
  margin-bottom: 8px;
}


.entEvntCardScrl a .entEvntCardlist:hover .entEvntCardlistEbt{
  color: #8c1313;
}

.entEvntCardScrl a .entEvntCardlist:hover .fullDate{
  color: #000;
}




.newvidTitle {
  text-align: center;
  color: #000;
  font-weight: 500;
}



.entEvntCardlist .entEvntCardlistDate{
  padding: 6px 6px 6px 12px;
  background: #b32f2f;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

.entEvntCardlist .entEvntCardlistDate .dates{
    font-size: 1rem;
    font-weight: 600;
}


.entEvntCardlist .entEvntCardlistDate .months{
  font-size: 0.7rem;
}


.entEvntCardlist .entEvntCardlistDate .years{
  font-size: 0.7rem;
}

.entEvntCardlist .entEvntCardlistEbt {
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.entEvntCardlist .blgImg{
  width: 100%;
  border-radius: 5px;
}

.entEvntCardlist .fullDate {
  color: #8c1313;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.entEvntCardlist .blgby {
  color: #000;
  margin-top: 6px;
  font-size: 0.9rem;
}

.entEvntCardlist .blgby span{
  color: #8c1313;
}

.entEvntCardlist .blgHr {
  color: #8a8a8a;
}

.odishaMapAra .page .pathCd {
    fill: transparent;
    stroke: rgb(171 171 171);
    stroke-width: 1px;
    cursor: pointer;
}
.odishaMapAra .page .pathCd.active{
  fill: rgb(255 216 216);
}
.odishaMapAra .page .pathCd:hover {
  fill: rgb(255 216 216);
}
.odishaMapAra .pathCdText{
    fill: #656565;
    font-size: 9px;
    font-family: 'Jost-Medium';
}
.swOdia .pathCdText{
  font-size: 10px;
}
.mapfgData {
  color: #403e3e;
}

.mapfgData .mapfgDataDstNm{
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #a62424;
  font-weight: 600;
}

.mapfgData .mapfgDataDesc{
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.mapfgpointsHds{
  font-size: 1rem;
  margin-bottom: 9px;
  color: #a62424;
  font-weight: 600;
}
.mapfgpoints {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
 .mapfgpoints .pntbld {
    color: #000000;
    font-family: "Jost-Medium", sans-serif;
 }

 .whyChooseUsArea {
    background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
    background-position: center center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

 .whyChooseUsArea .populatedcol{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
    background: #fff;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
 }

 .whyChooseUsArea .populatedcol img{
    width: 100%;
 }

  .whyChooseUsArea .populatedcol .populatedcolCnt {
    padding: 15px 15px 0px 15px;
  }

  .whyChooseUsArea .populatedcol .populatedcolCnt .populatedcolheading{
    font-size: 1.3rem;
    color: #a62424;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
  }


.whyChooseUsArea .populatedcol .populatedcolCnt .populatedcolDsc ul {
    padding-left: 19px;
}
  .whyChooseUsArea .populatedcol .populatedcolCnt .populatedcolDsc ul li{
    margin-bottom: 7px;
 }


.whyChooseUsArea .popueCard {
  position: relative;
  height: 300px;
  width: 100%;
  padding: 1rem;
  border-radius: 7px;
  background-position: center!important;
  background-size: cover!important;
  background-repeat:no-repeat!important ;
}

.whyChooseUsArea .popueCard .popueCardHdng {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
}



.whyChooseUsArea .populationCars .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 10px;
}
.whyChooseUsArea .populationCars .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.whyChooseUsArea .populationCars .owl-dot.active {
  background-color: #c33438;
}





.sectoreForInvestment {
  background: rgb(195, 52, 56); 
  padding-top: 5rem;
  padding-bottom: 7rem;
}



.margCard {
  padding: 5px;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
  background: #fff;
  cursor: pointer;
/*  -webkit-transform: scale(0.85);
  transform: scale(0.85);*/
}


.margCard:hover{
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: 1s ease;
}

.margCard img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em;
    border-radius: 10px 0px 10px 10px;
    background-color: rgb(54 54 54);;
    margin-top: -35px;
    min-height: 60px;
    justify-content: space-between;
}
.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}
.sectoreForInvestment svg{
    vertical-align: middle;
  }
.card__title {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: .025em;
}
.ArrowSvg svg {
    stroke: #fff;
    stroke-width: 4px;
    width: 11px;
    height: 11px;
    transition: .3s ease-in-out;;
}

.card__arc path {
    fill: rgb(54 54 54);;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}



.sectionBinder{
  position: relative;
  height: 100vh;
  margin-bottom: 5rem;
  
}
.sectoreForInvestmentMarginabs {
  position: absolute;
  top: -130px;
}
.posrelssnd{
  position: relative;
}
.cytr-80{
      margin-top: 80px;
}
.focusContry{
  padding-top: 80px;
  padding-bottom: 100px;
}
.falgs{
  text-align: center;
}
.falgs .flgnm {
  font-size: 1.1rem;
  color: #000;
}
.falgs img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.5rem;
} 




/*video banner css start*/
.bannerSpaces {
  padding: 0 1rem 1rem 1rem;
}

.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, #000000c7 60%, #92000085 100%);

/*  background: linear-gradient(to left, #000000, #920000, #000000);*/

}


.banner-Content .bnROption img{
  width: 100%;
  cursor: pointer;
}


.banner-Content .bnROption img:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 1s ease;
}


.bnrImgMMCm{
    position: absolute;
    width: 250px;
    right: 20px;
    bottom: 40px;

}









.bannerAreaTwo{
  position: relative;
  display: flex;
  height: 100vh;
}

.bannerAreaTwo .banner-Content {
  color: #fff;
  padding: 120px 0 40px 0;
  width: 100%;
  margin:auto;
}
.bannerAreaTwo .banner-Content h1{
  font-size: 4.5rem;
  font-weight: 300;
  color:#ffffff;
}
.bannerAreaTwo .banner-Content h1 span{
  font-weight: 600!important;
}
.bannerAreaTwo .banner-Content .bethep{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.bannerAreaTwo .banner-Content .bnregsternowbtn{
  padding: 0.7rem 2rem;
  background: #0f0f0f52;
  color: #ffffffcc;
  border-radius: 50px;
  border: 2px solid #ffffff52;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 1s ease;
}
.bannerAreaTwo .banner-Content .bnregstenar{
  transition: 1s ease;
}
.bannerAreaTwo .banner-Content .bnregstenar:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: 1s ease;
}
.bannerAreaTwo .banner-Content .bnregsternowbtn:hover{
  background: linear-gradient(to right, #c33438, #fa6c70);
  color: #fff;
  transition: 1s ease;
}

.bannerAreaTwo .bnecnt-text {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.topoverSection{
    margin-top: -68px;
}


/*video banner css end*/


.bannerAreaTwo .bannersCrdsBnr .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: -10px;
}
.bannerAreaTwo .bannersCrdsBnr .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #cccccc75;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bannerAreaTwo .bannersCrdsBnr .owl-dot.active {
  background-color: #dd2b1c;
}






.bannerAreaTwo .bnrDateCard{
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.bannerAreaTwo .bnrDateCard .bnrDateDate{
  font-size: 2.5rem;
  font-family: "Jost-Bold", sans-serif;
  color: #dd2b1c;
  
}


.bannerAreaTwo .bnrDateCard .bnrDatem{
  font-size: 1.2rem;
  font-family: "Jost-SemiBold", sans-serif;
}

.bannerAreaTwo .bnrDateCard .bnrDateadd{
  font-size: 1rem;
  font-family: "Jost-Regular", sans-serif;
  color: #fff;
}
.namestMumb {
  margin-bottom: 6px;
}

.namestMumb span{
  font-family: "Jost-Regular", sans-serif;
  background: linear-gradient(to right, #b30f0fa8, #ca231500);
  padding: 3px 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.bnreventname {
  font-family: "Jost-SemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 15px;
}

.bnreventname span{
  font-family: "Jost-Regular", sans-serif;
  color: #dd2b1c;
}

.bnreventDsc {
  font-family: "Jost-Regular", sans-serif;
  font-size: 1rem;
  color: #ffffffe6;
}

.bnrbtnCrd{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bnrbtnCrd .bnrBtn1, .bnrbtnCrd .bnrBtn2 {
  padding: 10px 24px;
  font-size: 1.2rem;
  border-radius: 50px !important;
  transition: 1s ease;
  box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 25%);
}
.bnrbtnCrd .bnrBtn1 i, .bnrbtnCrd .bnrBtn2 i {
  font-size: 0.8rem;
  margin-left: 4px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}
.bnrbtnCrd .bnrBtn1:hover i, .bnrbtnCrd .bnrBtn2:hover i {
  transform: rotate(0);
  transition: all .3s ease-in-out;
}
.bnrbtnCrd .bnrBtn1{
  background: linear-gradient(to right, #92000080, #ca2315c7);
  color: #fff !important;
}
.bnrbtnCrd .bnrBtn1:hover{
  background: linear-gradient(to left, #92000080, #ca2315c7);
  transition: all .3s ease-in-out;
}

.bnrbtnCrd .bnrBtn2{
  background: linear-gradient(to right, #000000b8, #1c1c1cc7);
  color: #fff !important;
  margin-left: 0.3rem;
}
.bnrbtnCrd .bnrBtn2:hover{
  background: linear-gradient(to left, #000000b8, #1c1c1cc7);
  transition: all .3s ease-in-out;
}

.intracCrad {
  margin-bottom: 1rem;
}
.intracCrad .intracTxt{
 font-family: "Jost-Regular", sans-serif;
}

.intracCrad .intracCmName{
  font-family: "Jost-SemiBold", sans-serif;
  color: #dd2b1c;
  font-size: 1.6rem;
}

.posrelative{
  position: relative;
}

.evntcountdownCard{
  position: absolute;
  bottom: 0;
  right: 0;
}

.event-countdown.ec-1 {
    background: linear-gradient(to right, #ca231500, #9d0c00c7);
    width: fit-content;
    margin-left: auto;
    position: relative;
    padding: 25px 40px 25px 20px;
    z-index: 1;
    font-family: "Jost-SemiBold", sans-serif;
}

.event-countdown.ec-1 .event-countdown-text {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 23px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-countdown.ec-1 .event-countdown-text span {
    writing-mode: vertical-lr;
    color: #a20000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-countdown.ec-1 .event-countdown-wrap .event-countdownrt .time-wrap .time span{
  font-size: 3.3rem;
}

.event-countdown.ec-1 .event-countdown-wrap .event-countdownrt .time-wrap .time span.unit{
  font-size: 1rem;
}

.event-countdown.ec-1 .event-countdown-wrap .event-countdownrt .time-wrap {
  text-align: right;
}
.event-countdown.ec-1 .event-countdown-wrap .event-countdownrt .time {
  margin-right: 5px;
  display: inline-block;
}
.event-countdown.ec-1 .event-countdown-wrap .event-countdownrt .time-wrap .time.seconds{
  width: 110px;
}



.valDetSection{
  padding-top: 80px;
  padding-bottom: 50px;
  background: linear-gradient(to left, #ffffffc9, #ffffffa1), url(../img/keysector-bg.png);
  background-position: top;
  background-size: cover;
}

.valDetSection .valDetCard{
  margin-bottom: 27px;
}
.valDetSection .valDetCard img{
  width: 40px;
  margin-bottom: 6px;
}


.valDetSection .qrIntFmCard {
  background: linear-gradient(to top, #822729, #ac2226c2), url(../img/sss.html);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  position: relative;
}
.valDetSection .qrIntFmCard .qrIntFmimgCard {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.valDetSection .qrIntFmCard .qrIntFmimgCard img {
  width: 130px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 52%);
  padding: 3px;
  transition: 1s ease;
}
.valDetSection .qrIntFmCard .qrIntFmHd{
  margin-top: 65px;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Jost-Medium", sans-serif;
 }

.valDetSection .qrIntFmCard .qrIntFmDsc{
    color: #fff;
    font-family: "Jost-Regular", sans-serif;
    font-size: 0.9rem;
 }

 .valDetSection .qrIntFmCard .qrIntFmBtn {
    margin-top: 1rem;
    margin-bottom: 8px;
 }
 .valDetSection .qrIntFmCard .qrIntFmBtn a{
  padding: 6px 15px;
  background: linear-gradient(to right, #00000069, #1c1c1c80);
  border-radius: 30px;
  color: #fff;
  transition: 1s ease;
  font-family: "Jost-Regular", sans-serif;
  font-size: 0.9rem;
 }

 .valDetSection .qrIntFmCard .qrIntFmBtn a i {
    font-size: 0.8rem;
    margin-left: 4px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}

.valDetSection .qrIntFmCard:hover .qrIntFmBtn a i{
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}
.valDetSection .qrIntFmCard:hover .qrIntFmBtn a{
    background: linear-gradient(to right, #000000cf, #1c1c1ced);
}

 .valDetSection  .valDetCard .valHdng{
    margin-bottom: 4px;
    font-size: 1.1rem;
    color: #030303;
    font-family: "Jost-Medium", sans-serif;
    
 }
 .valDetSection  .valDetCard .valDet{
  color: #444444;
  font-family: "Jost-Regular", sans-serif;
  font-size: 1rem;
 }

.qrIntFmCard:hover .qrIntFmImg{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: 1s ease;
}



.industry_application .item {
    background: #6b31311c;
    border-radius: 8px;
    box-shadow: 0px 3px 3px 0px #0000005c;
    padding: 12px;
    margin: 8px;
}

.valDetCard:hover {
     background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/img-8.jpg);
     background-size: cover;
    background-position: center;
}


/*opportunity section start*/

.opporArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/agreeculture.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.opporArea .ternineGif{
  position: absolute;
  left: 390px;
  right: 0;
  top: 0;
  opacity: 0.03;
  width: 250px;
}
.opporArea .ternineGif2{
  position: absolute;
  top: 0px;
  opacity: 0.03;
}

.opporArea .popueCard {
    position: relative;
    height: 300px;
    width: 100%;
    padding: 1rem;
    border-radius: 7px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.opporArea  .popueCard .popueCardHdng {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
}


.opporArea .site-shadow-text {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0;
    line-height: 0;
    font-size: 52px;
    font-family: "Jost-Regular", sans-serif;
    font-weight: bold;
    color: #e7e7e7ad;
    text-transform: uppercase;
    z-index: -1;
}


.opporArea .populationCars .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 10px;
}
.opporArea .populationCars .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.opporArea .populationCars .owl-dot.active {
  background-color: #c33438;
}

.opporArea  .popueCard .popueCardOverly{
  position: absolute;
  background: #000000c4;
  border-radius: 7px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.opporArea  .popueCard .popueCardOverly a{
  margin: auto;
  background: #a20000b0;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 2.5;
}
.opporArea  .popueCard:hover .popueCardOverly{
  opacity: 1;
  transition: all .3s ease-in-out;
}
.opporArea  .popueCard .popueCardOverly i{
  color: #fff;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}
.opporArea  .popueCard .popueCardOverly a:hover i{
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}




.prtCardSectorinnerpage .site-heading{
  text-align: center;
}
.prtCardSectorinnerpage .site-heading .site-shadow-text {
  left: 0;
}


.prtCardSector {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  background-repeat: no-repeat;
}

.prtCardSector .popueCard {
    position: relative;
    height: 300px;
    width: 100%;
    padding: 1rem;
    border-radius: 7px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 20px;
}

.prtCardSector  .popueCard .popueCardHdng {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
}

.prtCardSector  .popueCard .popueCardOverly{
  position: absolute;
  background: #000000c4;
  border-radius: 7px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.prtCardSector  .popueCard .popueCardOverly a{
  margin: auto;
  background: #a20000b0;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 2.5;
}
.prtCardSector  .popueCard:hover .popueCardOverly{
  opacity: 1;
  transition: all .3s ease-in-out;
}
.prtCardSector  .popueCard .popueCardOverly i{
  color: #fff;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}
.prtCardSector  .popueCard .popueCardOverly a:hover i{
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.prtCardSector .prtCardSectorSpecialCat .prtCardSectorSpecialCatHd {
  font-family: 'Jost-SemiBold';
  font-size: 1.3rem;
  margin-bottom: 15px;
  margin-top: 15px;
}

.prtCardSector .prtCardSectorSpecialCat ul {
  padding-left: 20px;
}

.prtCardSector .prtCardSectorSpecialCat ul li {
  color: #3c3c3c;
  margin-bottom: 10px;
}



.list-on-line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-on-line ul:before {
  content: '';
  width: calc(100% - 170px);
  height: 7px;
  border-top: 1px solid #d1181d;
  border-bottom: 1px solid #be1014;
  position: absolute;
  top: 35px;
  left: 80px;
}
.list-on-line li {
    flex: 1;
}
.list-on-line .icon {
  width: 85px;
  height: 77px;
  margin: 0 auto;
  filter: drop-shadow(0px 15px 15px #e420251f);
  -webkit-filter: drop-shadow(0px 15px 15px #e420251f);
  background: url(haxagon.svg) no-repeat 0 0 / 100% 100%;
}
.list-on-line .icon {
  position: relative;
  z-index: 0;
}
.list-on-line .data {
  line-height: 1.2;
  margin-top: 18px;
  text-align: center;
  color: #666b74;
  font-size: 1.1rem;
}
.list-on-line .data h3 {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 7px;
}
.list-on-line .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: -1;
    background-position: center center !important;
    background-repeat: no-repeat;
}
.list-on-line li.icon-project .icon:before {
    background-image: url(icon-projects.svg);
    left: 3px;
}
.list-on-line li.icon-opportunity .icon:before {
    background-image: url(rupee-sign-icon-369x512-9i1xet79.html);
}
.list-on-line li.icon-promoters .icon:before {
    background-image: url(icon-promoters.svg);
}
.list-on-line li.icon-district .icon:before {
    background-image: url(icon-district.svg);
}
.list-on-line li.icon-private-project .icon:before {
    background-image: url(icon-private-project.svg);
    top: 2px;
    left: 0;
}
.list-on-line li.icon-gov-project .icon:before {
    background-image: url(icon-gov-project.svg);
    top: -2px;
}
/*opportunity section end*/

.oppcCards {
    padding: 0.7rem;
    background: #ffffffc7;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #000;
    position: relative;
    transition: 1s ease;
}


/*.oppcCards:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 2px;
    background: url(sprite.png) no-repeat -276px -40px / 300px;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}*/


.oppcCards img {
    width: 100%;
}

.oppcCards.active {
  background: #c33438;
  color: #fff;
}
.oppcCards.active img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.oppcCarDataDet .oppcCarDataDetHd {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #c33438;
}

.oppcCarDataDet p{
  font-size: 1rem;
  color: #444444;
  font-family: "Jost-Regular", sans-serif;
}
.oppcCarDataDet ul{
  padding-left: 18px;
}

.oppcCarDataDet ul li{
  font-size: 1.1rem;
}


.invitingproposalArea .invitingproposalSec {
    background: #dfdfdf;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
    border-radius: 10px;

}

.invitingproposalArea .invitingproposalSec img{
  width: 100%;
  border-radius: 10px;
}

.invitingproposalArea .invitingproposalInr {
  padding: 2rem 3rem;
}

.invitingproposalArea .invitingproposalInr .invitingproposalHdng{
  font-size: 2.3rem;
  color: #000;
  margin-bottom: 1rem;
}

.invitingproposalArea .invitingproposalInr .invitingproposalDesc{
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 2.6rem;
}

.invitingproposalArea .invitingproposalInr .invitingproposalDesc span{
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.whyUpBtn2 a{
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
.whyUpBtn2 a{
    border-color:#000000;
    background: #000000;
    font-size: 1.1em;
    border-radius: 3px;
    color: #fff;
    padding: 7px 30px;
}
.whyUpBtn2:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 1s ease;
}
.whyUpBtn2:hover a{
    border-color: #2d2d2d;
    background: #2d2d2d;
    color: #fff;
}
.whyUpBtn2 a i{
  margin-left: 10px;
}
.makefdata{
    color: #c3c3c3!important;
    font-size: 1rem;
}

.makefdata a{
  color: #d62127;
}

.makefdata a:hover{
  color: #f06368;
}

.mainEventCard{
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 8px 0px rgb(2 30 84 / 15%);
}

.mainEventCard .mainEventImg{
  height: 150px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  position: relative;
}

.mainEventCard .mainEventImg .entEvntCardlistDate{
  padding: 6px 6px 6px 12px;
  background: #b32f2f;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  position: absolute;
}

.mainEventCard .mainEventImg .entEvntCardlistDate {
    font-size: 0.8rem;
    border-radius: 0px 0px 8px 0px;
}

.mainEventCard .custDtatdt{
    font-size: 0.9rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 0.5rem;

}
.arcustDtatdt{
    padding: 0.7rem;
    background: #fff;
}
.mainEventCard .custDtardmr a{
    color: #8c1313;
}

.card-inner {
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
    margin: 5px;
}

.card-inner .box {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-top-left-radius: 50%;
}

.card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}






.box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #c33438;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease
}

.card-inner:hover .iconBox{
    transform: rotate(45deg);
}


.card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.CityArrow svg {
    width: 11px;
    height: 11px;
    stroke: #fff;
    stroke-width: 2.5;
    display: block;
}


.card-innerHdng{
  font-size: 1.625rem;
  color: #000;
  margin-top: 10px;
}

.card-innerDate {
    font-size: 1.2rem;
    color: #c33438;
}

.cardinrMngthm{
  margin-left: 7px;
}
.cpVewMore a{
    color: #c33438;
    font-size: 1.2rem;
    cursor:pointer;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
}
.cpVewMore a i{
  margin-left: 4px;
  position: relative;
  transition: transform 0.3s ease;
}
.cpVewMore a:hover{
    color: #8f1f22;
}
.cpVewMore a:hover i{
   transform: translateX(5px);
}


.innerpageTopBnr {
    padding: 0 1rem 1rem 1rem;
}


.innerpageTopSection {
    background: linear-gradient(90deg, #000000cf 40%, #920000b0 100%), url('../img/wp7537471.jpg');
    text-align: center;
}


.innerpageTopSection .innerpageTopQrSec{
    text-align: center;
}

.innerpageTopSection .breadcrumb {
  justify-content: center;
}

 .innerpageTopSection .innerpageTopQrSec .innerpageTopQrSecHd{
    color: #fff;
    font-size: 1.1rem;
}
.innerpageTopSection .innerpageTopQrSec img{
  width: 140px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 68%)
}
.innerpageTopSection .innerpageTopQrSec .innerpageTopQrBtn {
  margin-top: 1rem;
  margin-bottom: 8px;
}
.innerpageTopSection .innerpageTopQrSec .innerpageTopQrBtn a{
  padding: 6px 15px;
  background: #360303;
  border-radius: 30px;
  color: #e4e4e4;
  transition: 1s ease;
  box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 31%);
}


.innerpageTopSection .innerpageTopQrSec .innerpageTopQrBtn a i{
  font-size: 0.8rem;
  margin-left: 4px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}
.innerpageTopSection .innerpageTopQrSec .innerpageTopQrBtn a:hover{
  background: linear-gradient(to right, #920000, #ca2315);
}
.innerpageTopSection .innerpageTopQrSec .innerpageTopQrBtn a:hover i{
     transform: rotate(0deg);
     transition: all .3s ease-in-out;
}


.innerpageTopSection {
  background-position: center center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  padding-top: 100px;
  padding-bottom: 30px;
}

.innerpageTopSection .innerpagehdng {
  font-size: 2rem;
  color: #eeeeee;
  margin-bottom: 0.5rem;
  font-family: 'Jost-Medium';
}
.innerpageTopSection .breadcrumb .breadcrumb-item a{
    color: #d6d6d6;
} 
.innerpageTopSection .breadcrumb .breadcrumb-item a:hover{
    color: #ffffff;
} 
.innerpageTopSection .breadcrumb .breadcrumb-item.active{
    color: #f5584b;
} 






.declrationArea{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url('../img/keysector-bg.png');
  padding-top: 80px;
  padding-bottom: 100px;
 
}

.declrationArea .declrationCard{
    padding: 2rem;
  
    border-radius: 6px;
    background-image: url('../img/img-14.jpg');
     background-size: cover;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.declrationCard .declratsHd {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 500;
}


.declrationArea .declratTxt{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #373737;
}
.declrationArea .declratTxt .ghtxtbld{
  font-weight: 500;
}



.inrcntArearsTr{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.html);
  background-position: center center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.inrcntArearsTr .inrcntArearsTrCard{
    padding: 2rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.inrcntArearsTr .inrcntArearsTrCard .declratsHd {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    color: #000;
    font-family: 'Jost-Medium';
}


.inrcntArearsTr .inrcntArearsTrTxt{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #373737;
}
.extLinjk{
    color: #403e3e;
    font-size: 1.4rem;
}
.extLinjk:hover{
  color: #920000;
}
.extLinjk.active{
  color: #920000;
}

.expovr-logo{
  width: 300px;
  margin-bottom: 18px;
}

.expQteCrd{
  text-align: center;
  padding: 1.2rem;
  background: #fff6f6;
  border-radius: 10px;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Jost-Italic";
  color: #505050;
}

.expQteCrd i {
    color: #ffcaca;
}
.declratsgfHd{
    font-size: 1.9rem;
    margin-bottom: 6px;
    color: #000;
    font-family: 'Jost-Medium';
}

.KeyHighlightsSec{
    padding-top: 80px;
    padding-bottom: 100px;
    background: #f6f6f6;
}

.KeyHighlightsSec .KeyHighlights .rankCol {
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
}


.KeyHighlightsSec .KeyHighlights .rankCol .rankj{
    margin-right: 15px;
    font-size: 2.2rem;
    font-family: 'Jost-SemiBold';
    color: #a20000;
    margin-top: auto;
    margin-bottom: auto;
}

.KeyHighlightsSec .KeyHighlights .rankCol .rankjDsc{
    font-size: 1.1rem;
    font-family: Jost-Medium;
    margin-top: auto;
    margin-bottom: auto;
}

.expsectrkey{
    padding-top: 80px;
    padding-bottom: 80px;
}






.getstarted{
  margin-top: 2rem;
}

.getstarted a, .getstarted .cvbtn{
  background: linear-gradient(to right, #920000, #ca2315);
  color: #fff !important;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 50px !important;
  transition: 1s ease;
  font-family: "Jost-Regular", sans-serif !important;
}

.getstarted a i {
    font-size: 0.9rem;
    margin-left: 5px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}

.getstarted a:hover{
  background:linear-gradient(to left, #920000, #ca2315);
  color: #fff;

}
.getstarted a:hover i{
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}


.declrationFormArea{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  padding-top: 80px;
  padding-bottom: 110px;
}

.declrationFormCard{
    padding: 2rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

img.govtodishaLogo{
    width: 170px ;
}

img.ukloodishaLgo{
    width: 170px ;
}

img.vectorfmhd{
  width: 170px;
}
.declrationFormCard .fmNamebd {
    font-size: 1.7rem;
    color: #363636;
    font-family: "Jost-Medium", sans-serif;
}
.declrationFormCard .fmNamebdrtr {
    font-size: 1.3rem;
    color: #484848;
    font-family: "Jost-Medium", sans-serif;
}
.fmcustRow {
  width: 100%;
  margin-top: 2rem;
}

fieldset.scheduler-border {
    border: 1px solid #ffc7c7;
    border-radius: 4px; 
    margin-bottom: 2rem;
    padding: 1.5rem;
  }


legend.scheduler-border {
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 15px;
  background-color: #c33438;
  border-radius: 5px;
  width: auto;
  margin-top: -43px;
  margin-bottom: 1.3rem;
  font-family: 'Jost-Medium';
}

.yrForms .form-group .fm-lbls{
  color: #000000;
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.fm-lblsmdtr{
  color: #ee292f;
}
.yrForms .form-group {
  margin-bottom: 3rem;
}
.desk-mb-1, .desk-mb-2{
  margin-bottom: 1rem!important;
}
.yrForms .form-group .form-control {
    border: none;
    color: #636363;
    border-bottom: 1px solid #918f8f; 
    border-radius: 0; 
    box-shadow: none; 
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 1rem;
}
.yrForms .form-group .form-select{ 
  border: none;
  color: #636363;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  box-shadow: none;
  padding-left: 7px;
  padding-top: 0px;
  padding-right: 7px;
  font-size: 1rem;
}

.yrForms .form-group .form-control[readonly]{
  background-color: #e9ecef00;
}

.yrForms .form-group  .select2-container--default .select2-selection--single {
  border: none;
  color: #636363;
  border-radius: 0;
  box-shadow: none;
  padding-left: 7px;
  padding-top: 0px;
  padding-right: 7px;
  margin-bottom: 2px;
  font-size: 1rem;
}
.yrForms .form-group .select2-container {
    border-bottom: 1px solid #b6b6b6;
}
.yrForms .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }

.yrForms .form-group .iti{
  display: flex;
}


.yrForms .form-group  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 5%);
}



.yrForms .form-group .form-control:focus, .yrForms .form-group .form-select:focus {
    border-bottom: 2px solid #686868;
    outline: none; 
    box-shadow: none; 
}

.addatendeeBtn {
  text-align: right;
}

.addatendeeBtn button{
  background: #221e1e00;
  color: #a20000;
}
.addatendeeBtn button:hover{
  color: #d72626;
}


.fmsdHdng {
  font-family: "Jost-SemiBold", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 7px;
  color: #d50606;
  text-transform: uppercase;
}

.fmsdSubHdng{
  font-family: "Jost-Medium", sans-serif;
  font-size: 1.3rem;
  color: #323232;
  margin-bottom: 5px;
}

.ingPsesHdng, .ingPsesHdng2{
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: 'Jost-Medium';
  color: #525252;
}
.ingPsesSub, .ingPsesSub2{
  text-align: right;
  width: 100%;
  font-size: 1.1rem;
  color: #d50606;
}
.kndNote{
  font-family: 'Jost-SemiBold',sans-serif;
  margin-bottom: 7px;
}
.fmtermscondbtn{
  color: #d50606;
  font-family: 'Jost-Medium',sans-serif!important;
  background: #ffffff00;
}
.termscntlbl label{
  margin-left: 4px;
  font-size: 1.1rem;
}
.termscntlbl .fmtermscondbtn:hover{
  color: #f72828;
}

.qutList li{
  margin-bottom: 6px;
}



.qutList2 li{
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.qutList2 li span{
  font-family: 'Jost-Medium';
}
.qutList2 li::marker {
  color: #f72828; 
}

.liststylenone{
  list-style-type: none;
}

/*yrForms2 css start*/
.yrForms2 .fmmb1 {
    margin-bottom: 1.5rem;
}
.yrForms2 .fm-lbls{
  color: #4a4a4a;
  font-size: 1.1rem;
  margin-bottom: 7px;
  font-family: 'Jost-Medium';
}

.yrForms2 .fm-lbls-lg{
  margin-bottom: 1rem;
}

.yrForms2 .form-check label{
  color: #4c4c4c;
}

.yrForms2 .form-control[readonly]{
  background-color: #e9ecef00;
}

.yrForms2  .select2-container .select2-selection--single {
  height: 36px;
  border: 1px solid #ced4da;
}
.yrForms2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.yrForms2 .iti {
    display: inline-flex;
    width: 100%;
}


.yrForms2  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 5%);
}

.yrForms2 .form-control:focus, 
.yrForms2 .form-select:focus, 
.yrForms2 .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.yrForms2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
.sessionnme {
  margin-bottom: 15px;
}
.sessionnme .form-check-label{
    color: #4a4a4a;
    font-size: 1.1rem;
    margin-bottom: 7px;
    font-family: 'Jost-Medium';
}

.bkSloat {
    margin-bottom: 20px !important;
}
.yrForms2 .posrelt{
  position: relative;
}

.yrForms2 .plswver {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #920000;
  padding: 2px 7px;
  font-size: 16px;
}

.yrForms2 .verifywver {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #00b171;
  padding: 2px 7px;
  font-size: 17px;
  font-family: 'Jost-Medium', sans-serif;
}


.yrForms2 .verifymobnoBtn {
    position: absolute;
    right: 5px;
    top: 7px;
    background: #920000;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 14px;
}

.yrForms2 .verifymobnoBtn:hover{
  background: #a10d11;
}

.yrForms2 .otp{
  display:inline-block;
  width:40px;
  height:38px;
  text-align:center; 
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-family: 'Jost-SemiBold', sans-serif !important;
}
.submOtp {
  display:inline-block;
  height: 38px;
  text-align: center;
  background: #920000;
  color: #fff;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.verifyMobNos {
  text-align: center;
  width: 100%;
}

.verifyMobNos img{
  width: 80px;
  margin-bottom: 20px;
}
.verifyMobNos .fm-lbls {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.verifyMobNos button{
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.verifyMobNos .vefBtnSp {
    margin-top: 1.2rem;
}


.verifyMobNos .form-control:focus, 
.verifyMobNos .form-select:focus, 
.verifyMobNos .form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}


.verifyMobNos .otp{
  display:inline-block;
  width:40px;
  height:38px;
  text-align:center; 
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-family: 'Jost-SemiBold', sans-serif !important;
}


.regmandatoryTxt{
  font-family: "Jost-Medium", sans-serif;
  font-size: 0.9rem;
}

.verifyOtpHeadingCondi{
  color: #727272;
}
.verifyOtpHeadingCondi span{
  color: #000;
  font-family: "Jost-Medium", sans-serif;
}
.verifyOtpHeadingCondi span.editsnumberf{
   color: #a20000;
   margin-left: 6px;
   cursor: pointer;
}
.otpresendArea{
    margin-top: 15px;
    margin-bottom: 20px;
}
.otpresendArea .otpresendText span{
  color: #a20000;
  cursor: pointer;
  font-family: "Jost-Medium", sans-serif;
}

.verifywvermob {
  color: #00b171;
  font-size: 17px;
  margin-left: 13px;
  font-family: 'Jost-Medium', sans-serif;
}

.btnh{
    padding: 6px 11px;
    background: #c33438;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 5px;
}
.btnh:hover{
    background: #a11418;
}

.extIntHdng{
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Jost-Regular';
  font-size: 1.2rem;
}

.abtaSecparg i{
  font-size: 0.8rem;
  margin-left: 5px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
}
.abtreadmr{
  color: #a20000;
}
.abtreadmr:hover{
  color: #d92020;
}
.abtreadmr:hover i{
  transform: rotate(0deg);
}

.ecpcheckmb-0{
  margin-bottom: 0px!important;
}
.impNote{
  text-align: right;
  font-style: italic;
  color: #7a7a7a;
}
/*yrForms2 css end*/






.declrationFormArea .retypethecode {
  width: 100;
  text-align: center;
  margin-bottom: 2.4rem;
}

.declrationFormArea .retypethecode .retypethecoded {
  letter-spacing: 10px;
}
.retypethecode .refgt{
  cursor: pointer;
  padding-left: 9px;
  margin-top: 6px;
}

.retypethecode .refgt i:hover {
  color: #c33438;
}


.mamdortrimptTxt{
  text-align: right;
  font-style: italic;
}

.custbtnformsubmit {
  position: relative;
  background-color: #c33438!important;
  color: #fff!important;
  padding: 8px 30px!important;
  border-radius: 3px!important;
  transition: color 0.3s ease!important;
}
.custbtnformsubmit:hover{
    background: #9f2a2d!important;
    color: #fff;
}

.fmcustRowSuccess{
  text-align: center;
  margin-top: 3rem;
}
.fmcustRowSuccess .successTxts {
    font-size: 1.5rem;
}
.fmcustRowSuccess .successTxtsSm{
    margin-top: 10px;
}

.fmcustRowSuccess img {
    width: 90px;
    margin-bottom: 1rem;
}


.roadShowsec{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}

.roadShowsec .venue-item {
  margin-bottom: 30px;
}



.roadShowsec .mainCrdofRds{
      margin-bottom: 2rem;
}



.acceptrTxt {
  margin-bottom: 3rem;
}





.biteSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  position: relative;
  overflow: hidden;
}


.biteSection .biteSlider .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 10px;
}
.biteSection .biteSlider .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.biteSection .biteSlider .owl-dot.active {
  background-color: #c33438;
}








/*.biteSection .biterImg {
  background: linear-gradient(180deg, rgb(255, 255, 255) 58%, rgba(255, 235, 228, 1) 100%);
  padding: 1.3rem;
  box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
  border-radius: 10px;
}*/

.biteSection .biterImg  .quoteBg i {
    font-size: 3rem;
    color: #c3343836;
}

.biteSection .biterImg  .msgBox .ministerName {
    color: #a20000;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Jost-SemiBold", sans-serif;
}

.biteSection .biterImg  .msgBox .ministerDesignation {
    color: #676767;
    font-family: "Jost-Regular", sans-serif;
    font-size: 1rem;
}

.biteSection .biterImg  .msgBox p {
    font-size: 1.3rem;
    color: #424242;
    margin-bottom: 0.9rem;
    font-family: "Jost-Regular", sans-serif;
}

.biteSection .biterImg .MainMsgPic {
  width: 100%;
}

.biteSection .biteSectionHdng{

}

.biteSection .biteSectionHdng .biteSectionh{
  font-size: 2rem;
  color: #424242;
  font-family: "Jost-Regular", sans-serif;
}

.biteSection .biteSectionHdng .biteSectionh .biteSectct{
   color: #c33438;
}


.biteRowpd {
  padding-top: 50px;
  padding-bottom: 50px;  
}



.biteSection .bgwhiller1{
  position: absolute;
  right: -300px;
  top: 0px;
  opacity: 0.06;
  width: 550px;
}

.biteSection .bgwhiller2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  width: 100%;
}

.biteSection .bgwhiller3{
  position: absolute;
  left: -19px;
  top: 6px;
  opacity: 0.3;
  width: 500px;
}

.mainMsg {
    background: linear-gradient(180deg, rgb(255, 255, 255) 58%, rgba(255, 235, 228, 1) 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mainMsg .msgBox {
    font-size: 1.25rem;
    color: #1f1f1f;
    max-width: 450px;
    margin-top :1.5rem
}



.mainMsg .quoteBg i{
  font-size: 4rem;
  color: #c3343836;
}
.mainMsg{
  position: relative;
  border-radius: 0rem 0rem 2rem 2rem;
}


.aboutUsSection{
  padding-top: 0px;
  padding-bottom: 80px;
  background: #f7f7f7;
}

.aboutUsSection.bgwhite{
  background: #fff;
}

.aboutUsSection .aboutSectionwtbg {
  padding: 3rem;
  background: #fff;
  box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
  border-radius: 10px;
  position: relative;
}
.aboutUsSection .aboutSectionwtbg .qtrImgr{
  position: absolute;
  right: -9px;
  bottom: -1px;
  width: 140px;
  transform: rotate(317deg);
}

.aboutUsSection .aboutSectionwtbg .abtTomeCrd {
  margin-bottom: 2rem;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  border-radius: 10px
}
.aboutUsSection .aboutSectionwtbg .abtTomeCrd img {
  width: 100%;
}


.aboutUsSection .aboutSectionwtbg .abtTomeCrd .rotBtnbx{

/*.aboutUsSection .aboutSectionwtbg .abtTomeCrd .adfViewMore{*/
  width: 35px;
  height: 35px;
  display: flex;
  background: #a20000;
  border-radius: 50px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
}
.aboutUsSection .aboutSectionwtbg .abtTomeCrd:hover .rotBtnbx{
    transform: rotate(0deg);
}

.aboutUsSection .aboutSectionwtbg .abtTomeCrd .rotBtnbx a{
    margin:auto;
    color: #fff;
}


.fct-textend{
  text-align: right;
}
.abtCntCard {
  margin-bottom: 1rem;
}


.aboutUsSection .aboutSectionwtbg .abtTomeCrd .abtTomeCrdHd{
    font-size: 1.3rem;
    margin-bottom: 7px;
    color: #a20000;
    text-align: center;
    font-family: 'Jost-Medium';
}
.aboutUsSection .aboutSectionwtbg .abtTomeCrd .abtTomeCrdDsc{
  font-size: 1rem;
  text-align: center;
}

.abtsecRegbtn {
  width: 100%;
  text-align: right;
  margin-top: 3rem;
}

.abtCntCard{
  position: relative;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 25px;
  background: #f7f7f7;
}
.abtCntCard:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    background-color: #a20000;
}

.abtCntCard .abtCntNum{
    color: #121212;
    font-family: 'Jost-SemiBold';
    font-size: 1.5rem;
}

.abtCntCard .abtCnthds{
  color: #363636;
  font-size: 1.1rem;
}

.aboutUsSection .aboutSectionwtbg .abtaSecImg{
  width: 100%;
  padding-right: 60px;
}

.aboutUsSection .aboutSectionwtbg .abtaSecparg {
  font-size: 1.2rem;
}


.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-right .inrcntArearsTrTxt {
    font-size: 1.1rem;
}

.site-heading {
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  display: block;
  font-family: "Jost-SemiBold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 19px;
  color: #a20000;
  margin-bottom: 8px;
  position: relative;
}

.site-title {
  font-size: 2.7rem;
  color: #191919;
  margin-bottom: 0;
  font-family: "Jost-SemiBold", sans-serif;
}

.site-title span {
  color: #a20000;
  font-family: "Jost-Regular", sans-serif;
}
.site-shadow-text {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  line-height: 0;
  font-size: 80px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: bold;
  color: #adadad7d;
  text-transform: uppercase;
  z-index: -1;
}
.about-text {
  font-size: 1rem;
  font-family: "Jost-Regular", sans-serif;
}
.about-list-wrap {
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: "Jost-Regular", sans-serif;
}

.about-list li span {
  color: #a20000;
  margin-right: 10px;
  font-family: "Jost-SemiBold", sans-serif;
  margin-bottom: auto;
}

.about-list li img{
  margin-right: 15px;
  width: 30px;
}

.about-list .about-item .undlist{
  font-size: 1rem;
}

.about-list .about-item  strong {
    font-family: 'Jost-Medium';
    font-weight: 500 !important;
}




.about-list a{
    color: #000;
}
.about-list a:hover{
    color: #920000;
}



.theme-btn {
  background: linear-gradient(to right, #920000, #ca2315);
  color: #fff !important;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 50px !important;
  transition: 1s ease;
  font-family: "Jost-Regular", sans-serif;
}

.theme-btn  i {
    font-size: 0.8rem;
    margin-left: 5px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}
.theme-btn:hover {
  background: linear-gradient(to left, #920000, #ca2315);
}
.theme-btn:hover  i {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.about-left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-img {
    position: relative;
}
.about-img img {
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
   max-width: 100%;
  -webkit-transition: all 2s ease-out 2s;
  -moz-transition: all 2s ease-out 2s;
  -ms-transition: all 2s ease-out 2s;
  -o-transition: all 2s ease-out 2s;
  transition: all 2s ease-out 2s;
  height: auto;
}

.about-img #sdrImg1, .about-img #sdrImg2, .about-img #sdrImg3 {
-webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -ms-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}


.about-img .img-2 {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 280px;
}

.about-img .img-3 {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 200px;
}


    .circle-collage {
        position: relative;
        width: 500px;
        height: 500px;
    }

    /* Base styling for each circular image */
    .circle {
        border: 5px solid white;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        transition: all 1s ease; /* Smooth sliding transition */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Positions and sizes for each image */
    .position1 {
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .position2 {
        width: 260px;
        height: auto;
        right: -50px;
        bottom: -40px;
        z-index: 2;
    }

    .position3 {
        width: 200px;
        height: auto;
        right: -40px;
        top: -30px;
        z-index: 3;
    }

    /* Image styling */
    .circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }




.about-experience {
  background: linear-gradient(to right, #a20000 0%, #d12323 100%);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: absolute;
  left: 0px;
  top: 12px;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  z-index: 4;
}


.about-experience span {
  color: #fff;
  font-size: 50px;
  font-family: "Jost-SemiBold", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.about-experience span sup{
  font-family: "Jost-Regular", sans-serif;
}
.about-experience h5 {
  color: #fff;
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  margin-bottom: 0;
}



.choose-img {
    position: relative;
    text-align: end;
    margin-right: 30px;
}

.choose-img::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 40px;
    background: linear-gradient(to top, #920000, #f94a3c);
    border-radius: 20px;
    width: 70%;
    height: 88%;
    transform: rotate(-8deg);
    z-index: 0;
}

.choose-img img {
  border-radius: 20px;
  position: inherit;
  width: 80%;
  animation: moveUpDown 5s ease-in-out infinite;
}


.choose-img .conclimg{
    position: absolute;
    right: -60px;
    top: 10px;
    width: 120px;
    height: auto;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -1px 0px 13px 3px rgb(0 0 0 / 15%);
    animation: slowlyspn 20s linear infinite;
}

.choose-img  .wldcls {
    position: absolute;
    background: #fff;
    color: #a20000;
    padding: 5px;
    bottom: 30px;
    border-radius: 5px;
    font-family: 'Jost-Medium';
    box-shadow: -1px 0px 13px 3px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    font-size: 0.8rem;
}

@keyframes slowlyspn {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes moveUpDown {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}


.fltright{
  float: right;
}

.posinhr{
    position: inherit;
}

.spinning-image {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.fltright{
  float: right;
}

.howWeSprtSec {
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.howWeSprtSec .howWeSprtdivides{
  height: 1rem;
}
.howWeSprtSec .howWeSprtLogo{
  width: 100%;
}
.howWeSprtSec .howWeSprtCard {
  padding: 2rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.howWeSprtSec .howWeSprtHd{
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #4b4b4b;
  font-weight: 500;
  font-family: "Jost-Medium", sans-serif;
}

.howWeSprtSec .howWeSprtDsc{
  font-size: 1rem;
  color: #393939;
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard {

}
.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounterImg {
  width: 100%;
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounter{
  color: #920000;
  font-size: 1.3rem;
  margin-bottom: 2px;
  font-family: "Jost-Medium", sans-serif;
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounterHd{
  color: #000;
}

.schedulerCalender {
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(../img/keysector-bg.png);
  padding-top: 80px;
  padding-bottom: 100px;
}

.schedulerdetailsCrd {
  padding: 2rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.schedulerdetailsCrd  a.clismdl{
    color: #212529;
}

.schedulerdetailsCrd  a.clismdl i{
    color: #9d0704;
    font-size: 11px;
    margin-left: 4px;
}

.schedulerdetailsCrd  a.clismdl:hover{
    color: #a20000;
}

.schedulerdetailsCrd .schrtyTm {
  color: #920000;
  font-size: 1.2rem;
  font-family: 'Jost-Medium';
}

.schedulerdetailsCrd .schrtyNm {
  color: #000;
  font-size: 1.2rem;
  font-family: 'Jost-Medium', sans-serif;
}


.schedulerdetailsCrd .schrtyHr{
  margin-top: 3px;
}




.schedulerdetailsCrd .abtTomeCrd {
    padding: 1rem;
    background: #fffffffa;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 1s ease;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 46%);
}
.schedulerdetailsCrd .abtTomeCrd img {
  width: 100%;
}

.schedulerdetailsCrd .abtTomeCrd .adfViewMore{
  width: 35px;
  height: 35px;
  background: #a20000;
  color: #fff;
  border-radius: 50px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
  text-align: center;
  line-height: 2.2;
  cursor: pointer;
}
.schedulerdetailsCrd .abtTomeCrd:hover .adfViewMore{
    transform: rotate(0deg);
}
.schedulerdetailsCrd .abtTomeCrd .abtTomeCrdHd{
    font-size: 1.3rem;
    margin-bottom: 7px;
    color: #a20000;
    font-family: 'Jost-Medium';
    text-align: center;
}
.schedulerdetailsCrd .abtTomeCrd .abtTomeCrdDsc {
    font-size: 1rem;
    text-align: center;
}
.accodTab {
  font-size: 1.2rem;
}

.vrtMdl .schrtyTm {
    color: #920000;
    font-size: 1.1rem;
    font-family: 'Jost-Medium';
}

.vrtMdl .schrtyNm {
    font-family: 'Jost-Regular';
}

.hlddd {
    background: #ffecec;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: #000;
    text-align: center;
}
.mdfgbdy{
    position: relative;
}

.mdcuitr{
    width: 100%;
    text-align: right;
    font-size: 15px;
    position: absolute;
    right: 3px;
    top: 3px;
}




.hlnamws {
    background: #ffecec;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: #000;
    text-align: center;
}

.schrtyNmtime {
    font-size: 1.5rem;
    margin-bottom: 7px;
    font-family: 'Jost-Medium', sans-serif;
    color: #1e1e1e;
}

.schrtyNmtimeSub {
    font-size: 1.4rem;
    margin-bottom: 7px;
    font-family: 'Jost-Regular', sans-serif;
    color: #1e1e1e;
}
/* Hide scrollbar */

.nav-container {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
}

.nav-item {
    display: inline-block;
}

.scroll-icon {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    cursor: pointer;
    padding:5px 0px 5px 0px;
    z-index: 10;
}

.scroll-left {
    left: -30px;
}

.scroll-right {
    right: -30px;
}
.scroll-left:hover, .scroll-right:hover {
  color: #c33438;
}


.custnvscrlArea .nav-container::-webkit-scrollbar {
    display: none;
}
.custnvscrlArea .nav-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.custnvscrlArea .nav-container .nav-pills{
    display: inline-block;
}


.custnvscrlArea{
    position: relative;
}

.custnvscrlArea .nav-container .nav-pills .nav-link {
    background: #ededed;
    color: #000;
    margin-left: 2px;
    margin-right: 2px;
}

.custnvscrlArea .nav-pills .nav-link.active {
  color: #fff;
  background: #920000;
}

.custndmys {

}

/*.custndmys .custnDay{
    font-size: 0.9rem;
}*/

.custndmys .mthnyr{
  display: flex;
}

.custndmys .mthnyr .custnDt{
  font-size: 3rem;
  margin-right: 8px;
  font-family: "Jost-SemiBold", sans-serif;
}

.custndmys .mthnyr .mthnyrda{
  margin-top: auto;
  margin-bottom: auto;
}

.custndmys .mthnyr .mthnyrda .custnMth{
  font-size: 0.9rem;
}

.custndmys .mthnyr .mthnyrda .custnYr{
  font-size: 0.9rem;
}


.schedulerCalender .custnvscrlArea .nav-container .nav-pills .nav-item .nav-link .tbScgCont{
  display: inline-flex;
}

.schedulerCalender .custnvscrlArea .nav-container .nav-pills .nav-item .nav-link .tbScgCont .tbScgContdt{
  font-size: 3.1rem;
  margin-right: 7px;
  font-family: "Jost-SemiBold", sans-serif;
}

.schedulerCalender .custnvscrlArea .nav-container .nav-pills .nav-item .nav-link .tbScgCont .content{
  font-size: 1.1rem;
  text-align: left;
  font-family: "Jost-Medium", sans-serif;
}
.schedulerCalender .custnvscrlArea .nav-container .nav-pills .nav-item .nav-link  .dayght{
  text-align: left;
}


.globalsearchImpt{
    width: 100%;
}

.globalsearchImpt .input-group .form-control:focus {
    border-color: #c33438;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.globalsearchImpt .input-group .globalsearch{
    padding: 0.7rem 1.5rem;
    background: #c33438;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.invitingproposalArea.invitingproInr {
  margin-bottom: 5rem;
}

.invitingproposalArea.invitingproInr .invitingproposalSec {
    background: #c33438;
}

.invitingproposalArea.invitingproInr .invitingproposalInr .invitingproposalHdng,
.invitingproposalArea.invitingproInr .invitingproposalInr .invitingproposalDesc span, 
 .invitingproposalArea.invitingproInr  .invitingproposalInr .invitingproposalDesc {
    color: #fff;
}
.invitingproposalArea.invitingproInr .invitingproposalInr .whyUpBtn2 a {
    border-color: #8d191c;
    background: #7b1316;
}

.iconBox2{
  height: 40px;
  width: 40px;
  background: #c33438;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.iconBox2 .CityArrow2 svg{
    width: 11px;
    height: 11px;
    stroke: #fff;
    stroke-width: 2.5;
    display: block;
}

.iconBox2:hover{
    transform: rotate(45deg);
}



.odisrecodSec {
  background: linear-gradient(90deg, #000000e6 30%, #920000b0 100%), url(../img/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: -4px;
}

.odisrecodSec .odisrecodSecHd{
    font-size: 3.4rem;
    color: #fafafa;
    font-family: "Jost-SemiBold", sans-serif;
}
.odisrecodSec .odisrecodSecHd span{
    color: #e51919;
    font-family: "Jost-Regular", sans-serif;
}
.odisrecodSec .odisrecodSecDes{
    margin-bottom: 1.8rem;
    margin-top: 10px;
    color: #e3e3e3;
    font-size: 1.3rem;
    font-family: "Jost-Regular", sans-serif;
}

.odisrecodSec .counterCard{
  padding: 1rem;
  background: #0000008c;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 1s ease;
  box-shadow: 0px 8px 12px rgb(0 0 0 / 46%);
  position: relative;
}

.odisrecodSec .counterCard img {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 38px;
}

.odisrecodSec .counterCard .counterCardHd{
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 7px;
   font-family: "Jost-Medium", sans-serif;
}

.odisrecodSec .counterCard .counterCardDtl{
  font-size: 0.9rem;
  color: #e3e3e3;
   font-family: "Jost-Regular", sans-serif;
}

.odisrecodSec .odisrecodSecSpace{
  padding-top: 80px;
  padding-bottom: 80px;
}


.odisrecodSec .elementor-shape-top {
    top: -1px;
}
.odisrecodSec .elementor-shape-top svg {
    width: calc(185% + 1.3px);
    height: 67px;
}
.odisrecodSec .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.odisrecodSec .elementor-shape-top .elementor-shape-fill {
    fill: #FFFFFF;
}
.odisrecodSec .elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.odisrecodSec .elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
}

.odisrecodSec .elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
    margin-bottom: -1px;
}
.odisrecodSec .elementor-shape-bottom {
    bottom: -1px;
}
.odisrecodSec .elementor-shape-bottom svg {
    width: calc(284% + 1.3px);
    height: 77px;
}
.odisrecodSec .elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
    bottom: 1px;
}



.odisrecodSec .abtTomeCrd {
    padding: 1rem;
    background: #fffffffa;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 1s ease;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 46%);
}
.odisrecodSec .abtTomeCrd img {
  width: 100%;
}

.odisrecodSec .abtTomeCrd .adfViewMore{
  width: 35px;
  height: 35px;
  background: #a20000;
  color: #fff;
  border-radius: 50px;
  transform: rotate(-35deg);
  transition: all .3s ease-in-out;
  text-align: center;
  line-height: 2.2;
  cursor: pointer;
}
.odisrecodSec .abtTomeCrd:hover .adfViewMore{
    transform: rotate(0deg);
}
.odisrecodSec .abtTomeCrd .abtTomeCrdHd{
    font-size: 1.3rem;
    margin-bottom: 7px;
    color: #a20000;
    font-family: 'Jost-Medium';
    text-align: center;
}
.odisrecodSec .abtTomeCrd .abtTomeCrdDsc {
    font-size: 1rem;
    text-align: center;
}







.venuesWiseEvents {
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}



.venuesWiseEvents .bannerSlider .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 10px;
}
.venuesWiseEvents .bannerSlider .owl-dot {
  display: inline-block;
  margin: 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.venuesWiseEvents .bannerSlider .owl-dot.active {
  background-color: #c33438;
}





.venuesWiseEvents .site-heading .site-title-tagline {
    display: block;
    font-family: "Jost-SemiBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 19px;
    font-weight: 700;
    color: #a20000;
    margin-bottom: 8px;
    position: relative;
}
.venuesWiseEvents .site-heading .site-title {
    text-transform: capitalize;
    font-size: 2.7rem;
    color: #191919;
    margin-bottom: 0;
    font-family: "Jost-SemiBold", sans-serif;
}

.venuesWiseEvents .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: #e7e7e7ad;
    text-transform: uppercase;
    z-index: -1;
}

.venuesWiseEvents .site-heading .site-title span {
    color: #a20000;
    font-family: "Jost-Regular", sans-serif;
}
.venuesWiseEvents .site-heading {
    margin-bottom: 35px;
}

.venuesWiseEvents .bannerSlider .item {
    padding-left: 20px;
    padding-right: 20px;
}






.venue-item {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.venue-img {
    width: 85%;
    box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.roadShowsec .venue-item .venue-img .rdupcoming{
  position: absolute;
  top: 85px;
  left: -29px;
  background: linear-gradient(to right, #cf1b1bb0, #ca2315eb);
  color: #fff;
  padding: 1px 5px;
  text-align: center;
  width: 160px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: bold;
  transform: rotate(313deg);
  transform-origin: 0 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


.roadShowsec .venue-item .venue-img .rdconcluded{
  position: absolute;
  top: 88px;
  left: -23px;
  background: linear-gradient(to right, #00000054, #040404b8);
  color: #fff;
  padding: 1px 5px;
  text-align: center;
  width: 160px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: bold;
  transform: rotate(313deg);
  transform-origin: 0 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.venue-img img {
    border-radius: 15px;
    width: 100%;
}

.venue-content {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 160px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
    z-index: 1;
}

.venue-content span {
  color: #a20000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Jost-Medium';
}
.ctleft-0{
  left: 0;
}
.venue-content h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-family: "Jost-Medium", sans-serif;
}

.venue-content i{
    width: 35px;
    height: 35px;
    background: #a20000;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    right: -5px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
    text-align: center;
    line-height: 2.2;
    cursor: pointer;
}

.venue-content:hover i{
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}



#goToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background: linear-gradient(to right, #920000b5, #ca2315bd);
  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, #920000, #ca2315);
}

.blog-item {
    padding: 20px;
    border: 2px solid rgba(140, 82, 255, .2);
    border-radius: 15px;
    transition: all .5s ease-in-out;
    position: relative;
}

.blog-date {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    padding: 0 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.blog-date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a20000;
    border-radius: 8px;
    transform: skewX(-10deg);
    z-index: -1;
}

.blog-item-img {
    border-radius: 15px;
    overflow: hidden;
}

.blog-item-img img {
    border-radius: 12px;
    width: 100%;
}
.blog-item-info .blog-title{
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.blog-item-info .blog-title a {
    color: #363636;
    font-family: "Jost-Medium", sans-serif!important;
}

.blog-item .theme-btn {
  background: linear-gradient(to right, #920000, #ca2315);
  color: #fff !important;
  padding: 4px 12px;
  font-size: 1rem;
}

.focusContry .site-heading{
  margin-bottom: 50px;
}
.focusContry .site-heading .site-shadow-text {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 0;
    font-size: 70px;
    font-family: "Jost-Regular", sans-serif;
    font-weight: bold;
    color: #e7e7e7ad;
    text-transform: uppercase;
    z-index: -1;
}

.table-container{
  padding: 10px;
  background: #fff;
  box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
  border-radius: 10px;
  width: 100%;
  overflow-x: auto;
}
.table-container table{
  margin-bottom: 0px;
}
.table-container table thead tr th, .table-container table tbody tr td{
  vertical-align: middle;
}

.table-container table tbody tr td.time, .table-container table tbody tr td.date{
  text-wrap: nowrap;
  font-family: "Jost-Medium", sans-serif;
}


.declScheduler{

}


.declScheduler .schedule-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: all .3s ease-in-out;
}
.declScheduler .schedule-item:hover .schedule-img img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}


.declScheduler .schedule-item::before {
    content: "";
    position: absolute;
    border-left: 2px dashed #e73f32;
    left: 25px;
    top: 50%;
    height: 100%;
}


.declScheduler .schedule-item.removebefore::before {
    height: 0px;
}


.declScheduler .schedule-count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #920000, #fb5c4f);
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    font-family: "Jost-SemiBold", sans-serif;
    color: #fff;
    box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
    z-index: 0;
}
.declScheduler .schedule-content-wrap {
    align-items: center;
    gap: 20px;
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
}
.declScheduler .schedule-img {
    overflow: hidden;
    border-radius: 15px;
}


.declScheduler .schedule-content {
    flex: 1;
}

.declScheduler .schedule-meta ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 5px;
}
.declScheduler .schedule-meta ul li {
  color: #a20000;
  list-style: none;
  font-family: "Jost-Regular", sans-serif;
  font-size: 1rem;
  margin-bottom: 5px;
}

.declScheduler .schedule-info h4 {
    margin-bottom: 0;
}

.declshbtn{
  background: #f1f1f1;
  padding: 2px 7px 1px 7px;
  border-radius: 5px;
  font-size: 0.9rem;
}
.declshbtn:hover{
  background: #e7e6e6;
}


.declshbtn.active{
  background: #c33438;
  color: #fff;
}



.eventsSchedulidedArea{
  padding-top: 80px;
  padding-bottom: 80px;
}

.eventsSchedulidedArea .site-heading{
  margin-bottom: 25px;
}

.eventsSchedulidedArea .site-heading .site-title-tagline{
  display: block;
  font-family: "Jost-SemiBold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 19px;
  font-weight: 700;
  color: #a20000;
  margin-bottom: 8px;
  position: relative;
}

.eventsSchedulidedArea .site-heading .site-title{
  text-transform: capitalize;
  font-size: 2.7rem;
  color: #191919;
  margin-bottom: 0;
  font-family: "Jost-SemiBold", sans-serif;
}

.eventsSchedulidedArea .site-heading .site-title span {
    color: #a20000;
    font-family: "Jost-Regular", sans-serif;
}


.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: 25px;
  margin-bottom: 25px;
}
.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: 10px;
  gap: 10px;
}


.eventsSchedulidedArea .schedule-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  
  color: #3a3a3a;
  border-radius: 10px;
}
.eventsSchedulidedArea .schedule-nav .nav-pills .nav-link.active {
    background: linear-gradient(to right, #920000, #ca2315);
}

.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;
}
.eventsSchedulidedArea .schedule-nav .nav-link .content .day {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Jost-SemiBold", sans-serif;
}
.eventsSchedulidedArea .schedule-nav .nav-link .content .date {
  font-family: "Jost-Regular", sans-serif;
}

.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: -1;
}


.eventsSchedulidedArea .schedule-item.removebefore::before {
    height: 0px;
}


.eventsSchedulidedArea .schedule-count {
    width: 70px;
    height: 70px;
    line-height: 68px;
    background: linear-gradient(to right, #920000, #fb5c4f);
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    box-shadow: -1px 0px 12px rgb(0 0 0 / 10%);
}
.eventsSchedulidedArea .schedule-content-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    background: #fff;
    padding: 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: 5px;
}
.eventsSchedulidedArea .schedule-meta ul li {
  color: #a20000;
  list-style: none;
  font-family: "Jost-Regular", sans-serif;
  font-size: 0.9rem;
}

.eventsSchedulidedArea .schedule-info h4 {
    margin-bottom: 10px;
}
.eventsSchedulidedArea .schedule-info h4 a {
  color: #191919;
  font-family: "Jost-SemiBold", sans-serif;
  text-transform: uppercase;
}


.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;
}



.avtarcust4{
    height: 220px;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    /*margin: auto!important;*/
    box-shadow: 1px 1px 14px #2929293d;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.avtarcust4 .editproimg label{
    padding: 10px 10px;
    background: linear-gradient(to left, #2087ab,#59dff7);
    box-shadow: 0 5px 10px #29292924;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
}

.avtarcust4 .editproimg label:hover{
    background: linear-gradient(to right, #2087ab,#59dff7);
}

.profile-update-btn{
    padding: 6px 11px;
    background: linear-gradient(to left, #2087ab,#59dff7);
    box-shadow: 0 5px 10px #29292924;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    border: 0px solid #fff;
    font-size: 0.9rem;
}
.cuspoinerr{
  cursor: pointer;
}



/*circle css start*/


.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 4;
}

.dotCircle .itemDot {
    display: block;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #fb1919;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #fb1919;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

/*
.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #7d4ac7;
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: linear-gradient(to right, #a20000 0%, #e92727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}*/

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 100%;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 250px;
    left: 49%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
    width: 400px;
    height: 400px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border: 10px solid #ffffff;
    box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    opacity: 0.1;
}

.dotCircle .itemDot img{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 5px solid #fff;
  box-shadow: 0px 8px 12px rgb(2 30 84 / 15%);
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); 
}
.contentCircle .CirItem img {
  width: 250px;
  height: 250px;

}

.dotCircle .itemDot:hover img,
.dotCircle .itemDot.active img{
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.holderCircle .dotCircle .itemDot .imgs1{
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.holderCircle .dotCircle .itemDot .imgs2{
    width: 240px;
    height: 240px;
    border-radius: 50%;
}

/*
@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}*/

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    color: #ef1d1d;
    font-family: "Jost-Medium", sans-serif;
    font-size: 1.6rem;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
    color: #fff;
}

/*circle css end*/

.mio2025pgLogo {
  text-align: center;
}

.mio2025pgLogo img{
  width: 160px;
  height: auto;
  margin-bottom: 1.2rem;
}

.inrcntArearsTr .inrcntArearsTrCardred {
    padding: 2rem;
    background: #920000;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.inrcntArearsTr .inrcntArearsTrCardred .declratsHd {
  color: #fff;
}

.inrcntArearsTr .inrcntArearsTrCardred .inrcntArearsTrTxt {
  color: #fff;
}

.comtCrdf{
  padding: 1.2rem;
  background: #ffefef;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
}
.comtCrdf .comtCrdfIcn img{
  width: 40px;
}

.error_msg {
    color: #ff3838;
    font-size: 11px;
    text-align: right;
    font-weight: 500;
    font-family: 'Jost-SemiBold';
}

.comtCrdfDesc {
    font-family: 'Jost-Medium';
    font-size: 1.1rem;
}

.declratsHd5t{
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-family: 'Jost-Medium';
}

 .boundfastSec{
  margin-bottom: 3rem;
}


.expfocsection{
  margin-top: 80px;
  margin-bottom: 100px;
}

.expfocsection .custdevHg{
  height: 40px;
}

.mafLogos{
  background: #fff;
  padding: 10px;
  box-shadow: 1px -1px 7px rgb(2 30 84 / 15%);
  border-radius: 10px;
  margin-bottom: 15px;
}
.mafLogos img{
  width: 100%;
}
.mafLogos2card{
    margin-top: 2rem;
}
.mafLogos2 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 1px -1px 7px rgb(2 30 84 / 15%);
}
.mafLogos2 img{
  width: 100%; 
}

.miomailHdtxt{
    font-size: 1.5rem;
    margin-top: 1rem;
}

.miomailHdtxt a{
    font-size: 1.6rem;
    color: #d33131;
}
.miomailHdtxt a:hover{
    color: #9d0c0c;
}

.populationCarstur{

}

.populationCarstur .popueCardtur {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 200px;
  border-radius: 10px;
}



.populationCarstur .popueCardtur .popueCardturHdng{
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Jost-Medium;
}

.holistic-ecosystem-left {
    text-align: center;
}
.holistic-ecosystem-left img{
    width: 90%;
    margin-bottom: 25px;
}

.holistic-ecosystem-middle {
    text-align: center;    
}
.holistic-ecosystem-middle img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.holistic-ecosystem-middle .topAcvTxt{
    color: #920000;
    font-size: 2rem;
    font-family: "Jost-SemiBold",sans-serif;
}
.holistic-ecosystem-middle .eoDbTxt{
    font-size: 1.2rem;
    font-family: "Jost-Italic",sans-serif;
}
.holistic-ecosystem-right {
    text-align: center;   
}
.holistic-ecosystem-right img{
    width: 80%;
    margin-bottom: 25px;
}
.holistic-ecosystem-left ul, .holistic-ecosystem-right ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.2rem;
    font-family: "Jost-Regular", sans-serif;
}
.holistic-ecosystem-left ul li, .holistic-ecosystem-right ul li{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.highComCard{
    padding: 1.2rem;
    background: #fff;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
    margin-bottom: 15px;
    border-radius: 6px;
}

.highComCard .highComCardhdng{
    font-size: 1.2rem;
    font-family: "Jost-Medium";
    margin-bottom: 10px;
}
.highComCard .highComCardDesc ul{
    font-size: 1rem;
    padding-left: 0;
    margin-left: 20px;
}

.highComCard img{
  width: 50px;
  margin-bottom: 15px;
}

.map2Card{
    padding: 2rem;
}

.map2Card img{
   width: 100%; 
}

.labFrcCrad{
    margin-bottom: 20px;
}

.labFrcCrad img{
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}
.labFrcCrad .labFrcCradHdng{
    font-size: 1.1rem;
    font-family: 'Jost-Medium';
    margin-bottom: 8px;
}

.labFrcCrad .labFrcCradDsc{
    font-size: 1rem;
    font-family: 'Jost-Regular';
}

.itisCntHdng{
    color: #a20000;
    font-family: 'Jost-Medium';
    font-size: 1.4rem;
}

.itisCntdcf{
    font-size: 1.3rem;
    font-family: 'Jost-Medium';
}

.itisCntLtln {
    font-size: 1.2rem!important;
    margin-top: 10px;
    color: #525252;
}

.goldmedals{
    width: 70px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.countDtacnt{
    padding: 1.1rem;
    background: #ffffff;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 15px;    
}

.countDtacnt .countDtacntHdng{
    color: #a20000;
    font-family: 'Jost-Medium';
    font-size: 3rem; 
}

.countDtacnt .countDtacntDesc {
    font-size: 1.4rem;
    font-family: 'Jost-Regular';
}

.inropghFstSec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f4f4f4;
}

.inropghsndSec {
    padding-top: 80px;
    padding-bottom: 70px;
}

.inropghthirdSec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f9fb;
 
}
.inropghfourthSec{
    padding-top: 80px;
    padding-bottom: 120px;
}

.inropghfourthSec2{
    padding-top: 80px;
    padding-bottom: 120px; 
    background: #f6f6f6;
}

.MinProWrap{
    padding: 1rem;
    background: #fff;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
    border-radius: 10px;
}
.MinProWrap .MinProRank{
    color: #920000;
    font-size: 1.5rem;
    margin-right: 10px;
    font-family: 'Jost-SemiBold';
    margin-top: auto;
    margin-bottom: auto;
}
.MinProWrap .MinProText{
    font-size: 0.9rem;
    font-family: 'Jost-Medium';
    margin-top: auto;
    margin-bottom: auto;
}

.powerPrt{
    color: #920000;
    font-size: 1.3rem;
    font-family: 'Jost-SemiBold';
}


.myCustChartArea{
    display: flex;
}
    .progress-circle {
      position: relative;
      width: 150px;
      height: 150px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
    }

    .progress-circle svg {
      transform: rotate(-90deg);
    }

    .progress-circle circle {
      fill: none;
      stroke-width: 10;
    }

    /* Background Circle */
    .progress-circle .bg {
      stroke: #e6e6e6;
    }

    /* Progress Circle */
    .progress-circle .progress {
      stroke: url(#gradient);
      stroke-linecap: round;
      stroke-dasharray: 430;
      stroke-dashoffset: 430;
      transition: stroke-dashoffset 1s ease-in-out;
    }

    /* Center Text */
    .progress-circle .percentage {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px;
      font-family: "Jost-SemiBold";
      color: #333;
    }
    .progress-circle .iuNams{
        position: absolute;
        top: 59%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-family: "Jost-Medium";
        color: #5d5d5d;
    }

.privpolicys .section h3{
    color: #920000;
}
        
.privpolicys .section p{
    font-size: 1.2rem;
    color: #4d4d4d;
    margin-bottom: 1rem;
}

.privpolicys .section ul li{
    font-size: 1.2rem;
    color: #4d4d4d;
    margin-top: 3px;
    margin-bottom: 3px;
}

.privpolicys .hgypvbtn{
    background-color: #c33438 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 13px; 
}
.privpolicys .hgypvbtn:hover{
    background-color: #ab2327 !important;
}
.privpolicys .showRtsUcess{
    font-size: 1.3rem;
    color: #0bac45;
}

.instMobApp{
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}
.instMobApp .getappbtn{
    padding: 9px 20px;
    border: 2px solid #818080;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 15px;
    background: #0000;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #3d3c3c;
}
.instMobApp .getappbtn:hover{
    background: #ffecea;
}
.instMobApp .getappbtn img {
    width: 34px;
    padding-right: 7px;
    margin-right: 10px;
    border-right: 2px solid #818080;
}

.instMobApp .adatat-text {
    font-size: 1.1rem;
    font-family: "Jost-Regular", sans-serif;
    margin-top: 10px;
    margin-bottom: 18px;
}
.instMobApp .mobGetApp {
    position: relative;
}
.instMobApp .mobGetApp .mobappImg{
    width: 70%;
    position: relative;
    animation: moveUpDownapp 5s ease-in-out infinite;
}

.instMobApp .mobGetApp .mobappImgplic{
    width: 50px;
    position: absolute;
    animation: moveallarea 12s ease-in-out infinite;
    z-index: 1;
}

.instMobApp .mobGetApp .mobappImgpliclgo{
    width: 60px;
    position: absolute;
    animation: moveallarea2 12s ease-in-out infinite;
    z-index: 1;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 6%);
    border-radius: 3px;
}
.instMobApp .mobisntbg{
    position: absolute;
    right: 0px;
    top: 6px;
    opacity: 0.3;
    width: 50%;
}
.instMobApp .site-shadow-text {
    font-size: 60px;
}
.smlfminfo{    
    color: #df2f2f;
    margin-top: 3px;
    font-size: 0.9rem;
}
@keyframes moveUpDownapp {
    0% {
        top: 0;
    }
    50% {
        top: -30px;
    }
    100% {
        top: 0;
    }
}

@keyframes moveallarea {
  0%   {
    left:0px; 
    top:0px;
    transform: rotate(0deg);
    }

  25%  {
    left:80%;
    top:0px;
    transform: rotate(100deg);
    }

  50%  {
    left:80%;
    top:80%;
    transform: rotate(200deg);
    }

  75%  {
    left:0px; 
    top:80%;
    transform: rotate(300deg);
    }

  100% {
    left:0px;
    top:0px;
    transform: rotate(0deg);
    }
}


@keyframes moveallarea2 {
  0% {
    right: 0px; 
    bottom: 0px;
  }
  25% {
    right: 80%;
    bottom: 0px;
  }
  50% {
    right: 80%;
    bottom: 80%;
  }
  75% {
    right: 0px; 
    bottom: 80%;
  }
  100% {
    right: 0px;
    bottom: 0px;
  }
}

.altMsg {
    text-align: center;
    padding: 0px 15px 15px 15px;
}
.altMsg .altmshImg{
    width: 60%;
    margin-bottom: 15px;
}

.altMsg .altMsgTxt{
    font-size: 1.2rem;
    color: #515050;
    margin-bottom: 15px;
}

.altMsg .altMsgBtn{
    font-size: 1.2rem;
    color: #ffffff;
    padding: 3px 22px;
    background: #f8bb1d;
    border-radius: 4px;
}

.altMsg .altMsgBtn:hover{
    background: #daa10d;
}

.logoc2{

}


.accomoDationSec{
    padding-top: 80px;
    padding-bottom: 100px;
    background: #fff2f2;
}

.accomoDationSec .accomoDationCrd {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 25px rgb(34 50 72 / 11%);
    margin-bottom: 20px;
}


.accomoDationSec .accomoDationCrd .imgCrd {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 180px;
    position: relative;
    border-radius: 8px;
}

.accomoDationSec .accomoDationCrd .imgCrd .htlRmtype {
    position: absolute;
    font-size: 1.2rem;
    background: #0000007d;
    color: #f0f0f0;
    padding: 4px 13px;
    border-radius: 9px 0 9px 0;
    bottom: 0;
    right: 0;
    font-family: 'Jost-Regular';
}

.htldetails {
    padding: 20px;
}

.htldetails .htlName {
    color: #920000;
    font-size: 0.9rem;
    font-family: 'Jost-Regular';
    margin-bottom: 13px;
}

.htldetails .htlonrName {
    margin-bottom: 10px;
}
.htldetails a .htlonrcal{
    margin-bottom: 20px;
    color: #212529;
}

.htlonrName i, .htldetails .htlonrcal i{
    padding-right: 6px;
    color: #920000;
}

.htldetails .gthtlbtn {
    background: #00000000;
    color: #920000;
    border: 1px solid #920000;
    padding: 3px 10px;
    border-radius: 50px;
}

.htldetails .gthtlbtn i {
    font-size: 0.8rem;
    margin-left: 4px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}

.htldetails .gthtlbtn:hover {
    background: #920000;
    color: #fff;
}


.htldetails .gthtlbtn:hover i{
    transform: rotate(0deg);
}