dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1px!important;
}
			.button_robot{
				display: flex;
				justify-content:flex-end;
				margin-top: 1rem;
			}
			.recap_box{
				border: 3px solid var(--text_color_2, #BB0E00);
				width: 180px;
				height: 35px;
				position: relative;
				top: 0px;
				overflow: hidden;
				margin-right: 0rem;
			}
			.g-recaptcha{
				position: absolute;
				top: -18px;
				left: 15px;
				transform:scaleX(1.1);
				height: auto;
				border: none;
			}
			.btns{
				margin-left: 8rem;
			}
			.spoter_section .association h3{
				color:var(--text_color_1, #fd6a08);
			}
			.partners_box{
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.partner_details{
				width: 10rem;
				margin: 1rem;
			}
			.partner_details a img{
				width: 100%;
			}

			/* ===== Reduced space between the two header logos ===== */
			.hindi_logo a {
				gap: 0 !important;
			}
			.hindi_logo a img {
				margin: 0 !important;
			}
			.hindi_logo a img + img {
				margin-left: 4px !important; /* change to 0px for zero gap, or increase slightly if too tight */
			}

			/* ============================================================
			   FIX: Blank space at top of dropdown submenu
			   ============================================================ */

			/* Remove default padding/margin from submenu ul (this is
			   what creates the dark strip before the first item) */
			#nav ul ul,
			#nav ul li ul,
			#nav .sub-menu,
			#nav .submenu,
			#nav .dropdown-menu {
				padding: 0 !important;
				margin: 0 !important;
				list-style: none !important;
				top: 100% !important;   /* attach submenu flush under parent */
				border-top: 0 !important;
			}

			/* Remove any offset pushing the submenu down */
			#nav ul li:hover > ul,
			#nav ul li ul li {
				margin-top: 0 !important;
			}

			/* First submenu item — no extra top gap */
			#nav ul li ul li:first-child,
			#nav ul li ul li:first-child a {
				margin-top: 0 !important;
				border-top: 0 !important;
			}

			/* Even padding on links so spacing comes from links,
			   not from the ul background */
			#nav ul li ul li a {
				display: block !important;
				padding: 10px 15px !important;
			}

.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;
  }


@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/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Jost-Italic';
    src: url('../fonts/jost/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/jost/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/jost/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/jost/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('../fonts/jost/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}




/*@font-face {
    font-family: 'Noto Sans Oriya';
    src: url('../fonts/NotoSansOriya-VariableFont_wdth,wght.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}*/


.jost-italic{
  font-family: 'Jost-Italic';
}

.jost-medium {
    font-family: 'Jost-Medium';
}
.jost-semibold {
    font-family: 'Jost-SemiBold';
}
.text-justify{
    text-align: justify!important;
}
.rundschrift-fnt {
    font-family: "VAGRundschriftBQ", sans-serif!important;
    font-weight: 400;
    font-style: normal;
}




* {
  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: var(--text_color_3, #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;
}





#myHeader {
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--nav_bg, #fd6a08);;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}


.sticky .cust-navbar .navbar-nav .nav-link {
    color: var(--text_color_3, #000);
  }

.sticky .cust-navbar .navbar-nav .nav-link.active {
    color: var(--text_color_3, #a20000);
}


.sticky .get-quote-btn {
  /*background: linear-gradient(to right, #920000, #ca2315);*/
  background: linear-gradient(to right, var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));
  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: #ffffff;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-family: 'Jost-Medium' !important;
}

.dropdown-menu .dropdown-item .meniwordHilg {
  font-family: 'Jost-SemiBold';
  color: var(--text_color_2, #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: var(--text_color_3, #ff5344);
}

.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: var(--text_color_3, #a20000);
}




.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: var(--text_color_3, #ff5546);
}


.menuArea .navbar .navbar-toggler {
  color: #fff;
}

.sticky.menuArea .navbar .navbar-toggler {
    color: var(--text_color_2, #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: var(--text_color_2, #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;
}




.get-quote-btn {
    font-size: 1rem;
    /*background: linear-gradient(to right, #92000080, #ca2315c7);*/
    background: linear-gradient(to right, var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));
    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.png) 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: var(--text_color_2, #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: var(--text_color_2, #212529);
  font-size: 1rem;
  text-transform: uppercase;
}
.mobilemenuarea .mobileMnuCrd.active{
  background: #fbe4e4;
}



.mobilemenuarea .list-group-item:hover {
    color: var(--text_color_3, #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: var(--text_color_2, #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: var(--text_color_2, #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;*/
    background-color: var(--main_color_1, #fd6a08)!important;
    /*border-color: #920000!important;*/
    border-color: var(--main_color_1, #fd6a08)!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: var(--text_color_2, #000);
}

#bgBlue i{
  color: var(--text_color_2, #33649a);
}

#bgOrange{
  color: var(--text_color_2, #ff6f00);
}

.cust-p-0{
  padding: 0px;
}

.topmiddleBar{
  background: url(middleimg.png);
  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(../images/recent_photo_1727458362.webp);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.position-inherit{
    z-index: 9;
    position: inherit;
}

.footer .footerLogo img{
  width: 90%;
  margin-bottom: 20px;
}

.footer-txt{
  color: #B7B4B4;
}

.footer-header{
  color: var(--text_color_2, #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: var(--text_color_3, #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: var(--text_color_3, #a82a2a);
}
.bottomFooter .footerRight span{
    color: var(--text_color_2, #ba3636);
    font-family: 'Jost-SemiBold';
}

.bottomFooter hr{
  margin: 0.6rem 0;
}
    

.footer .footerAddcard {
    padding: 25px;
    border-radius: 7px;
    /*background: #920000;*/
    background-color: var(--main_color_1, #fd6a08);
    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;
  color: #fff;
}


.footer .footerLogo .makefdata {
  font-family: "Jost-Regular", sans-serif;
  color: #c3c3c3;
  font-size: 0.9rem;
}
.footer .footerLogo .makefdata a{
  color: var(--text_color_3, #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: var(--text_color_2, #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(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;
    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: var(--text_color_2, #424242);
  font-family: 'Jost-Medium';
  margin-bottom: 1.4rem;
}
.formdeclration .declratTxt{
  font-size: 1.1rem;
  color: var(--text_color_2, #424242);
  margin-bottom: 1rem;
}


.costimpclr{
  /*color: #920000!important;*/
   color: var(--main_color_1, #fd6a08) !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: var(--text_color_2, #4b4b4b);
    font-weight: 600;
}
.newsbox .cmDesg{
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.newsbox .cmDesc{
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: var(--text_color_2, #2d2d2d);
}

.newsbox .lineIcoTxtAra {
  position: relative;
}
.newsbox .lineIcoTxtAra .lineIcoTxtAraRow {
    font-size: 1rem;
    color: var(--text_color_2, #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: #efefef;
  border: 7px solid #fff;
  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: #fff;
    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: var(--text_color_2, #000);
}
.flipCardinnera .descg2{
    font-size: 0.9rem;
    color: var(--text_color_2, #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(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;
    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;
}




.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: var(--text_color_3, #6d6d6d);
    font-size: 0.9rem;
}

.entEvntCard .entEvntCardViewMore a:hover{
    color: var(--text_color_3, #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: var(--text_color_3, #8c1313);
}

.entEvntCardScrl a .entEvntCardlist:hover .fullDate{
  color: var(--text_color_3, #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: var(--text_color_2, #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: var(--text_color_2, #8c1313);
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.entEvntCardlist .blgby {
  color: var(--text_color_2, #000);
  margin-top: 6px;
  font-size: 0.9rem;
}

.entEvntCardlist .blgby span{
  color: var(--text_color_2, #8c1313);
}

.entEvntCardlist .blgHr {
  color: var(--text_color_2, #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: var(--text_color_2, #403e3e);
}

.mapfgData .mapfgDataDstNm{
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: var(--text_color_2, #a62424);
  font-weight: 600;
}

.mapfgData .mapfgDataDesc{
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.mapfgpointsHds{
  font-size: 1rem;
  margin-bottom: 9px;
  color: var(--text_color_2, #a62424);
  font-weight: 600;
}
.mapfgpoints {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
 .mapfgpoints .pntbld {
    color: var(--text_color_2, #000000);
    font-family: "Jost-Medium", sans-serif;
 }

 .whyChooseUsArea {
    background: linear-gradient(to left, #ffffffab, #ffffff59), url(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: var(--text_color_2, #000);
}
.falgs img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 10px rgb(34 50 72 / 22%);
} 




/*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(90deg, #000000c7 60%, var(--main_color_1, #fd6a08)85 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:var(--text_color_1, #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: var(--text_color_2, #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: var(--text_color_2, #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);*/
  /*background: linear-gradient(to right, var(--main_color_1, #fd6a08)80,var(--main_color_2, #db4242)c7);*/
  background: linear-gradient(to right,color-mix(in srgb, var(--main_color_1, #fd6a08) 80%, transparent),color-mix(in srgb, var(--main_color_2, #db4242) 78%, transparent)
);
  color: #fff !important;
}
.bnrbtnCrd .bnrBtn1:hover{
  /*background: linear-gradient(to left, #92000080, #ca2315c7);*/
  /*background: linear-gradient(to left, var(--main_color_1, #fd6a08)80,var(--main_color_2, #db4242)c7);*/
  background: linear-gradient(to left,color-mix(in srgb, var(--main_color_1, #fd6a08) 80%, transparent),color-mix(in srgb, var(--main_color_2, #db4242) 78%, transparent)
);
  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: var(--text_color_2, #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: var(--text_color_2, #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(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(../images/sss.png);
  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: var(--text_color_2, #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;
}







/*opportunity section start*/

.opporArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(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(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: var(--text_color_2, #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: var(--text_color_2, #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.png);
}
.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: var(--text_color_2, #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: var(--text_color_2, #c33438);
}

.oppcCarDataDet p{
  font-size: 1rem;
  color: var(--text_color_2, #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: var(--text_color_2, #000);
  margin-bottom: 2.6rem;
}

.invitingproposalArea .invitingproposalInr .invitingproposalDesc span{
  font-size: 1.2rem;
  color: var(--text_color_2, #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: var(--text_color_3, #d62127);
}

.makefdata a:hover{
  color: var(--text_color_3, #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: var(--text_color_2, #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: var(--text_color_3, #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: var(--text_color_2, #c33438);
}

.cardinrMngthm{
  margin-left: 7px;
}
.cpVewMore a{
    color: var(--text_color_3, #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: var(--text_color_3, #8f1f22);
}
.cpVewMore a:hover i{
   transform: translateX(5px);
}


.innerpageTopBnr {
    padding: 0 1rem 1rem 1rem;
}
.innerpageTopSection {
  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);*/
  background: linear-gradient(to right, var(--main_color_1, #fd6a08), var(--main_color_2, #db4242));
}
.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: 140px;
  padding-bottom: 30px;
}

.innerpageTopSection .innerpagehdng {
  font-size: 2rem;
  color: var(--text_color_1, #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: var(--text_color_2, #f5584b);
} 






.declrationArea{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(keysector-bg.png);
  padding-top: 80px;
  padding-bottom: 100px;
}

.declrationArea .declrationCard{
    padding: 2rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.declrationCard .declratsHd {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--text_color_2, #000);
    font-weight: 500;
}


.declrationArea .declratTxt{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--text_color_2, #373737);
}
.declrationArea .declratTxt .ghtxtbld{
  font-weight: 500;
}



.inrcntArearsTr{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(keysector-bg.png);
  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: var(--text_color_2, #000);
    font-family: 'Jost-Medium';
}


.inrcntArearsTr .inrcntArearsTrTxt{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--text_color_2, #373737);
}
.extLinjk{
    color: var(--text_color_2, #403e3e);
    font-size: 1.4rem;
}
.extLinjk:hover{
  /*color: #920000;*/
  color: var(--main_color_1, #fd6a08);
}
.extLinjk.active{
  /*color: #920000;*/
  color: var(--main_color_1, #fd6a08);
}

.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: var(--text_color_2, #505050);
}

.expQteCrd i {
    color: #ffcaca;
}
.declratsgfHd{
    font-size: 1.9rem;
    margin-bottom: 6px;
    color: var(--text_color_2, #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: var(--text_color_2, #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);*/
  background: linear-gradient(to right, var(--main_color_1, #fd6a08), var(--main_color_2, #db4242));
  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);*/
  background:linear-gradient(to left, var(--main_color_1, #fd6a08), var(--main_color_2, #db4242));
  color: #fff;

}
.getstarted a:hover i{
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}


.declrationFormArea{
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(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: var(--text_color_2, #363636);
    font-family: "Jost-Medium", sans-serif;
}
.declrationFormCard .fmNsubHdn {
    font-size: 1.5rem;
    color: var(--text_color_2, #363636);
    font-family: "Jost-Regular", sans-serif;
}
.declrationFormCard .fmNamebdrtr {
    font-size: 1.3rem;
    color: var(--text_color_2, #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: var(--text_color_2, #000000);
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.fm-lblsmdtr{
  color: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #a20000);
}
.addatendeeBtn button:hover{
  color: var(--text_color_3, #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: var(--text_color_2, #d50606);
}
.kndNote{
  font-family: 'Jost-SemiBold',sans-serif;
  margin-bottom: 7px;
}
.fmtermscondbtn{
  color: var(--text_color_2, #d50606);
  font-family: 'Jost-Medium',sans-serif!important;
  background: #ffffff00;
}
.termscntlbl label{
  margin-left: 4px;
  font-size: 1.1rem;
}
.termscntlbl .fmtermscondbtn:hover{
  color: var(--text_color_3, #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: var(--text_color_2, #f72828); 
}

.liststylenone{
  list-style-type: none;
}

/*yrForms2 css start*/
.yrForms2 .fmmb1 {
    margin-bottom: 1.5rem;
}
.yrForms2 .fm-lbls{
  color: var(--text_color_2, #4a4a4a);
  font-size: 1.1rem;
  margin-bottom: 7px;
  font-family: 'Jost-Medium';
}

.yrForms2 .fm-lbls-lg{
  margin-bottom: 1rem;
}

.yrForms2 .form-check label{
  color: var(--text_color_2, #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: var(--text_color_2, #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;*/
  color: var(--main_color_1, #fd6a08);
  padding: 2px 7px;
  font-size: 16px;
}

.yrForms2 .verifywver {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--text_color_2, #00b171);
  padding: 2px 7px;
  font-size: 17px;
  font-family: 'Jost-Medium', sans-serif;
}


.yrForms2 .verifymobnoBtn {
    position: absolute;
    right: 5px;
    top: 7px;
    /*background: #920000;*/
    background-color:var(--main_color_1, #fd6a08);
    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;*/
  background-color:var(--main_color_1, #fd6a08);
  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: var(--text_color_2, #a20000);
  cursor: pointer;
  font-family: "Jost-Medium", sans-serif;
}

.verifywvermob {
  color: var(--text_color_2, #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: var(--text_color_2, #a20000);
}
.abtreadmr:hover{
  color: var(--text_color_3, #d92020);
}
.abtreadmr:hover i{
  transform: rotate(0deg);
}

.ecpcheckmb-0{
  margin-bottom: 0px!important;
}
.impNote{
  text-align: right;
  font-style: italic;
  color: var(--text_color_2, #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: var(--text_color_3, #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(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: var(--text_color_2, #c3343836);
}

.biteSection .biterImg  .msgBox .ministerName {
    color: var(--text_color_2, #a20000);
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Jost-SemiBold", sans-serif;
}

.biteSection .biterImg  .msgBox .ministerDesignation {
    color: var(--text_color_2, #676767);
    font-family: "Jost-Regular", sans-serif;
    font-size: 1rem;
}

.biteSection .biterImg  .msgBox p {
    font-size: 1.3rem;
    color: var(--text_color_2, #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: var(--text_color_2, #1f1f1f);
    max-width: 450px;
    margin-top :1.5rem
}



.mainMsg .quoteBg i{
  font-size: 4rem;
  color: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #121212);
    font-family: 'Jost-SemiBold';
    font-size: 1.5rem;
}

.abtCntCard .abtCnthds{
  color: var(--text_color_2, #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;
  right: 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;
}
.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: var(--text_color_2, #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: var(--text_color_3, #000);
}
.about-list a:hover{
    color: var(--text_color_3, #920000);
}



.theme-btn {
  /*background: linear-gradient(to right, #920000, #ca2315);*/
  background: linear-gradient(to right, var(--main_color_1, #fd6a08), var(--main_color_2, #db4242));
  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);*/
  background: linear-gradient(to left, var(--main_color_1, #fd6a08), var(--main_color_2, #db4242));
}
.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);*/
    background: linear-gradient(to top, var(--main_color_1, #fd6a08), #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: var(--text_color_2, #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(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: var(--text_color_2, #4b4b4b);
  font-weight: 500;
  font-family: "Jost-Medium", sans-serif;
}

.howWeSprtSec .howWeSprtDsc{
  font-size: 1rem;
  color: var(--text_color_2, #393939);
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard {

}
.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounterImg {
  width: 100%;
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounter{
  /*color: #920000;*/
  color: var(--main_color_1, #fd6a08);
  font-size: 1.3rem;
  margin-bottom: 2px;
  font-family: "Jost-Medium", sans-serif;
}

.howWeSprtSec .howWeSprtCard .howWeSprtCounterCard .hwcounterHd{
  color: var(--text_color_2, #000);
}

.schedulerCalender {
  background: linear-gradient(to left, #ffffffab, #ffffff59), url(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: var(--text_color_3, #212529);
}

.schedulerdetailsCrd  a.clismdl i{
    color: var(--text_color_3, #9d0704);
    font-size: 11px;
    margin-left: 4px;
}

.schedulerdetailsCrd  a.clismdl:hover{
    color: var(--text_color_3, #a20000);
}

.schedulerdetailsCrd .schrtyTm {
  /*color: #920000;*/
  color: var(--main_color_1, #fd6a08);
  font-size: 1.2rem;
  font-family: 'Jost-Medium';
}

.schedulerdetailsCrd .schrtyNm {
  color: var(--text_color_2, #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: var(--text_color_2, #a20000);
    font-family: 'Jost-Medium';
    text-align: center;
}
.schedulerdetailsCrd .abtTomeCrd .abtTomeCrdDsc {
    font-size: 1rem;
    text-align: center;
}
.accodTab {
  font-size: 1.2rem;
}



.hlddd {
    background: #ffecec;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: var(--text_color_2, #000);
    text-align: center;
}
.mdfgbdy{
    position: relative;
    padding: 0px!important;
}

.mdcuitr{
    width: 100%;
    text-align: right;
    font-size: 15px;
    position: absolute;
    right: -5px;
    top: -11px;
    display: inline-block;
    color: var(--text_color_2, #d66969);
    z-index: 1;
}
.mdcuitr i {
    padding: 2px 4px;
    background: #ffffffd9;
    border-radius: 33px;
    cursor: pointer;
}
.mdcuitr i:hover {
    background: #fff;
}


.hlnamws {
    background: #ffecec;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: var(--text_color_2, #000);
    text-align: center;
}

.schrtyNmtime {
    font-size: 1.5rem;
    margin-bottom: 7px;
    font-family: 'Jost-Medium', sans-serif;
    color: var(--text_color_2, #1e1e1e);
}

.schrtyNmtimeSub {
    font-size: 1.4rem;
    margin-bottom: 7px;
    font-family: 'Jost-Regular', sans-serif;
    color: var(--text_color_2, #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: var(--text_color_3, #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: var(--text_color_3, #000);
    margin-left: 2px;
    margin-right: 2px;
}

.custnvscrlArea .nav-pills .nav-link.active {
  color: #fff;
  /*background: #920000;*/
  background-color:var(--main_color_1, #fd6a08);
}

.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(../images/design-process.jpg);*/
  background: linear-gradient(90deg, #000000e6 30%, var(--main_color_1, #fd6a08)b0 100%), url(../images/design-process.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: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #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);*/
  /*background: linear-gradient(to right,var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));*/
  background: linear-gradient(to right,color-mix(in srgb, var(--main_color_1, #fd6a08) 72%, transparent),color-mix(in srgb, var(--main_color_2, #db4242) 74%, transparent));
  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);*/
    background: linear-gradient(to left, var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));
}

.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);*/
  background: linear-gradient(to right, var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));
  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);*/
    background: linear-gradient(to right, var(--main_color_1, #fd6a08),#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: var(--text_color_2, #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;
  padding: 5px 15px;
  color: var(--text_color_3, #3a3a3a);
  border-radius: 10px;
}
.eventsSchedulidedArea .schedule-nav .nav-pills .nav-link.active {
    /*background: linear-gradient(to right, #920000, #ca2315);*/
    background: linear-gradient(to right, var(--main_color_1, #fd6a08),var(--main_color_2, #db4242));
}

.eventsSchedulidedArea .schedule-nav .nav-link .icon {
  font-size: 30px;
  color: var(--text_color_3, #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);*/
    background: linear-gradient(to right, var(--main_color_1, #fd6a08),#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: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #a20000);
  border: 1px solid #a20000;
}
.eventsSchedulidedArea .shedduleBtns .bnrBtn1:hover{
   background: #a20000;
   color: #fff;
}
.eventsSchedulidedArea .shedduleBtns .bnrBtn2{
  background: #ffffff00;
  color: var(--text_color_2, #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: var(--text_color_2, #222222);
    position: relative;
    top: 250px;
    left: 49%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: var(--text_color_2, #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;*/
    background-color: var(--main_color_1, #fd6a08);
    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;
}

.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: var(--text_color_3, #d33131);
}
.miomailHdtxt a:hover{
    color: var(--text_color_3, #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;*/
    color: var(--main_color_1, #fd6a08);
    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: var(--text_color_2, #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;*/
    color: var(--main_color_1, #fd6a08);
    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;*/
    color: var(--main_color_1, #fd6a08);
    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: var(--text_color_2, #333);
    }
    .progress-circle .iuNams{
        position: absolute;
        top: 59%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-family: "Jost-Medium";
        color: var(--text_color_2, #5d5d5d);
    }

.privpolicys .section h3{
    /*color: #920000;*/
    color: var(--main_color_1, #fd6a08);
}
        
.privpolicys .section p{
    font-size: 1.2rem;
    color: var(--text_color_2, #4d4d4d);
    margin-bottom: 1rem;
}

.privpolicys .section ul li{
    font-size: 1.2rem;
    color: var(--text_color_2, #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: var(--text_color_2, #0bac45);
}

.instMobApp{
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    background: #fbf7f7;
}
.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: var(--text_color_2, #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: var(--text_color_2, #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: var(--text_color_2, #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;*/
    color: var(--main_color_1, #fd6a08);
    font-size: 0.9rem;
    font-family: 'Jost-Regular';
    margin-bottom: 13px;
}

.htldetails .htlonrName {
    margin-bottom: 10px;
}
.htldetails a .htlonrcal{
    margin-bottom: 20px;
    color: var(--text_color_3, #212529);
}

.htlonrName i, .htldetails .htlonrcal i{
    padding-right: 6px;
    /*color: #920000;*/
    color: var(--main_color_1, #fd6a08);
}

.htldetails .gthtlbtn {
    background: #00000000;
    /*color: #920000;*/
    color: var(--main_color_1, #fd6a08);
    /*border: 1px solid #920000;*/
    border: 1px solid var(--main_color_1, #fd6a08);
    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;*/
    background-color: var(--main_color_1, #fd6a08);
    color: #fff;
}


.htldetails .gthtlbtn:hover i{
    transform: rotate(0deg);
}

.ctyMdlBnr{
    height: 250px;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
}

.ctyMdlBnr .strtPlanSes{
    color: #fff;
    padding: 7px;
    font-family: 'Jost-Regular';
    /*background: linear-gradient(to right, #92000057, #ca2315ad);*/
    /*background: linear-gradient(to right, var(--main_color_1, #fd6a08)57,var(--main_color_2, #db4242)ad);*/
    background: linear-gradient(to right,color-mix(in srgb, var(--main_color_1, #fd6a08) 57%, transparent),color-mix(in srgb, var(--main_color_2, #db4242) 68%, transparent));
    display: inline-block;
    border-radius: 6px;
    font-size: 1.1rem;
}

.ctyMdlBnr .strtRisthd{
    color: #fff;
    font-family: 'Jost-SemiBold';
    font-size: 2.2rem;
    position: absolute;
    bottom: 20px;
}
.vrtMdl{
    padding: 1.1rem;
}
.vrtMdl .schrtyTm {
    /*color: #920000;*/
    color: var(--main_color_1, #fd6a08);
    font-size: 1.1rem;
    font-family: 'Jost-Medium';
}

.vrtMdl .schrtyNm {
    font-family: 'Jost-Regular';
}

.ctyMdlBnr .startDtsTms{
    border-radius: 5px;
    position: absolute;
    right: 13px;
    top: 13px;
    text-align: center;
    padding: 6px;
    background: #0b0b0b59;
    color: #fff;
}


.ctyMdlBnr .startDtsTms .startDt{
    font-family: 'Jost-SemiBold';
}

.ctyMdlBnr .startDtsTms hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.ctyMdlBnr .startDtsTms .startDt {
    font-family: 'Jost-SemiBold';
}
.ctyMdlBnr .startDtsTms .starttms {
 font-size: 0.8rem;
}
.ctyMdlBnr .stmnhls {
    color: #e3e3e3;
    padding: 7px;
    font-family: 'Jost-Regular';
    background: linear-gradient(to right, #15000000, #260300);
    display: inline-block;
    border-radius: 6px 0px 0px 0px;
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.vrtMdl .sestrsc{
    margin-bottom: 26px;
    text-align: justify;
    color: var(--text_color_2, #4d4d4d);
}

.vrtMdl .sestrsc span{
    font-family: 'Jost-Medium';
}

.vrtMdl .nav-tabs .nav-link{
    color: var(--text_color_3, #000000);
}

.vrtMdl .nav-tabs .nav-item.show .nav-link, .vrtMdl .nav-tabs .nav-link.active {
    color: var(--text_color_3, #860603);
}

.vrtMdl .tpcsDtlsSArea{
    padding: 13px;
}

.vrtMdl .tpcsDtlsSArea .tpcsDtlsSAreaHdng {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-family: 'Jost-Medium';
}

.vrtMdl .tpcsDtlsSArea .tpcsDtlsSAreDesc {
    margin-bottom: 20px;
    color: var(--text_color_2, #4d4d4d);
    text-align: justify;
}

.vrtMdl .tpcsDtlsSArea .tpcsDtlsSAreaSubHdng {
    font-size: 1rem;
    margin-bottom: 4px;
    font-family: 'Jost-Medium';
}

.vrtMdl .tpcsDtlsSArea .tpcsDtlsSAreauls{
    margin-left: 0px;
    padding-left: 18px;
    color: var(--text_color_2, #4d4d4d);
}

.vrtMdl .immpsecmodHdng {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-family: 'Jost-Medium';
}

.vrtMdl .immpsecmodSubHdng{
    font-size: 1rem;
    margin-bottom: 4px;
    font-family: 'Jost-Medium';
}

.vrtMdl .immpsecmodlists{
    margin-left: 0px;
    padding-left: 18px;
    color: var(--text_color_2, #4d4d4d);
}

.vrtMdl .immpsecmodlists li{
    margin-bottom: 10px;
}

.speakersArea .speakimgdet {
    text-align: center;
}

.speakersArea .speakimgdet img{
    width: 200px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.speakersArea .speakimgdet .speakimgdetname{
    font-family: 'Jost-SemiBold';
    font-size: 18px;

}
.speakersArea .speakimgdet .speakimgdetdesg{

}

.speakersArea .schtYr{
    font-family: 'Jost-Medium';
    font-size: 16px;
    margin-bottom: 6px;
}

.sessinNmHdng {
    font-family: 'Jost-Medium';
    font-size: 18px;
    margin-bottom: 6px;
}

.countCodsf .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.countCodsf .owl-dot {
    display: inline-block;
    margin: 5px;
    background-color: #ccc!important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.countCodsf .owl-dot.active {
    background-color: #c33438!important;
}

.gtMarque{
        color: #fff;
}

/*.mapArea img {
    width: 100%;
}
*/

.wfrr3r {
    margin: 0;
    padding: 0;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
/*    height: 100vh;*/
    overflow: hidden;
    position: relative;
}
.mapArea {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
}
.mapArea:active {
    cursor: grabbing;
}
.mapArea img {
     width:100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
/*    transform: translateX(-50%);*/
}
.controls button {
    padding: 4px 9px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    color: var(--text_color_2, #131313);
    border-radius: 5px;
    margin: 0 5px;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 19%);
}
.controls button:hover {
    background-color: #ca2315;
    color: #fff;
}

.takesThat{
    padding-top: 30px;
    padding-bottom: 10px;
}

.takesThat ol, .takesThat2 ol{
    padding-left: 20px; 
}

.takesThat ol li, .takesThat2 ol li{
    margin-bottom: 10px;
}

.takesThat ol li a{
    color: var(--text_color_3, #db1f1f);
    font-family: 'Jost-Medium' !important;
}
.takesThat ol li a:hover{
    color: var(--text_color_3, #a20000);
}
.pleasHdngTxt{
    font-size: 1.3rem;
    /*color: #920000 !important;*/
    color: var(--main_color_1, #fd6a08) !important;
    font-family: 'Jost-SemiBold' !important;
    margin-bottom: 10px;
}

.noteBoxArea{
    padding: 2rem;
    background: #fff1f1;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 0px rgb(2 30 84 / 15%);
}

.autoMdlOptyMdlbdy{
    position: relative;
}

.autoMdlOptyMdlbdy .btn-close{
    position: absolute;
}

/*Customization*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
h1{
    font-size: 29px;
}
header{
    border-top: 4px solid;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
} */
.main_div{
    margin:0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.main_div .hindi_logo img{
    height: 10vh;
}
.main_div .eng_logo img{
    height: 10vh;
}
.main_div .social_media .fa-facebook-f{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #1860e5;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-twitter{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0fbdd7;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-instagram{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-linkedin-in{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0889ec;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-youtube{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
/* Secound Bar Start */
.secound_bar{
    text-align: center;
    position: relative;
}
.secound_bar .secound_inner_bar{
    padding:.2rem;
}
.secound_bar ul{
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 1000;
}
.secound_bar ul li{
    color: #fff;
    font-size: .9rem;
    position: relative;
    list-style: none;
    font-size: .8rem;
    margin:0rem;
}
.fa-home{
    font-size: 1.2rem;
}
#about, #dhrama,#holycity,#news,#media,#gallery,#download,#dform{
    padding:.3rem;
    margin:0;
    cursor: pointer;
}
.secound_bar ul li {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    padding:.3rem!important;
    font-family: "Jost-Regular", sans-serif !important;
}
.secound_bar ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    padding:.3rem!important;
    font-family: "Jost-Regular", sans-serif !important;
}
.secound_bar ul li:hover{
    background-color:var(--main_color_2, #db4242);
    transition: .8s;
}
.secound_bar ul li a:hover{
    background-color:var(--main_color_2, #db4242);
    transition:.8s;
}
.secound_bar ul li a:active{
    color:var(--main_color_3, #F9D49F);
}
.secound_bar ul li i{
    margin-left: .3rem;
}
.secound_bar ul ul{
    position: absolute;
    left:0;
    top: 100%;
    display:none;
    width: 11rem;
    background-color: var(--dropdown_bg, #eee);
    text-align: left;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.secound_bar ul li:hover>ul{
    display: block;
    animation: subani 1.5s;
}
@keyframes subani{
    0%{opacity: 0;}
    100%{opacity: 100%;}
}
.secound_bar ul ul li{
    display: block;
    color: var(--text_color_3, #670b04);
    position: relative;
}
.secound_bar ul ul li a{
    color: var(--text_color_3, #670b04);
    text-decoration: none;
    font-size: .8rem;
}
.secound_bar ul ul li a:hover{
    color: #fff;
}
.secound_bar ul ul li a:active{
    color: var(--main_color_3, #F9D49F);
}
#dform{
    margin: 0;
}
#dform:hover{
    color: #fff;
}
#form_hover{
    left: 50%;
}

.language_select{
    border: none;
    margin-left: .5rem;
    border-radius: .5rem;
}
.language_select .option_box{
    display: flex;
    align-items: center;
    background-color: var(--main_color_2, #db4242);
    width: 3rem;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    padding: .3rem;
    border-radius: .5rem;
}
.language_select .option_box:hover{
    background-color: var(--main_color_2, #db4242);
}
.inner_lang:hover>.other_lang{
    display: block;
    animation: subani 1.5s;
}
.other_lang{
    background-color: #eee;
    text-align: left;
    display: none;
    position: absolute;
    top: 96%;
    left: 0;
    margin-left: .5rem;
    width: 4rem;
    z-index: 1;
}
.other_lang #a{
    color: var(--text_color_3, #872f1b);
}
.other_lang #a:hover{
    background-color: var(--main_color_2, #db4242);
    color: #fff;
}
/* Destop Language Button End */
.sd_menu{
    display: none;
}
.line1, .line2, .line3{
    width: 21px;
    height: 2px;
    background-color: #fff;
    margin: 3.6px;
}
.change .line1{
    transform: rotate(-45deg) translate(-5px, 5px);
}
.change .line2{
    opacity: 0;
}
.change .line3{
    transform: rotate(45deg) translate(-2px,-3px);
}
#lang_btn{
    display: none;
}
/* Secound Bar End */

/* Banner Section Start */
/* Banner Section Start */
.slider{
    position: relative;
    width: 100%;
    height: 120vh;
  }
  
  .slider .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0%;
  }
  
  .slider .slide.active{
    opacity: 100%;
    transition: 4s;
  }
  
  .slider .slide img{
    width: 100%;
    /*height:50vh;*/
    height:120vh;
  }
  .play_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;z-index: 1;
  }
  .play_icon .fa-play{
    color: var(--main_color_2, #db4242);
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    background-color:rgba(0,0, 0, .1);
    border: 7px solid var(--main_color_2, #db4242);
    text-align: center;
    font-size: 2.5rem;
  }
  .fa-play:hover{
    color: var(--main_color_3, #F9D49F);
    border-color: var(--main_color_3, #F9D49F);
  }
  .video_popup{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
    display: none;
    z-index: 1;
    width: 560px;
    height: auto;padding-top: 1.7rem;
    text-align: center;
    background-color: rgba(0, 0, 0);
  }
  .video_popup.active{
    display: block;
  }
  #video_xmark{
    color: #fff;
    position: absolute;
    right: 1rem;
    top: .3rem;
    font-size: 1.2rem;
  }
  #video_xmark:hover{
    color: var(--main_color_2, #db4242);
  }
  #video_xmark.active{
    display: none;
  }
  .navigation{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prev-btn, .next-btn{
    color: #fff;
    background: var(--main_color_1, #872f1b);
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
  }
  .prev-btn:hover{
    background-color: var(--main_color_3, #F9D49F);
  }
  .next-btn:hover{
    background-color: var(--main_color_3, #F9D49F);
  }
/* Banner Section End */
/* Banner Section End */
.mission_box{
    background-image: url(../images/mission_background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mission_box .inner_mission{
    text-align: center;
    padding:1rem 0 2rem 0;
}
.mission_box .inner_mission h1{
    color: var(--text_color_1, #fd6a08);
}
.mission_box .inner_mission p{
    margin:0 13%;
    font-style: italic;
    color: var(--text_color_2, #872f1b);
}
/* Foundation Section Start */
.foundation_section{
    padding:2rem 0;
}
.foundation_section .inner_foundation{
    margin:0% 13%;
    display: flex;
    justify-content: space-between;
}
.foundation_section .chairmen_img{
    text-align: center;
    padding-left: 1rem;
}
.foundation_section .chairmen_img img{
    width: 160px;
}
.foundation_section .chairmen_img b{
    font-size: 1rem;
}
.foundation_section .chairmen_img p{
    font-size: .8rem;
    line-height: 1rem;
}
.foundation_section .chairmen_img p a{
    text-decoration: none;
    color: orangered;
}
.foundation_section .chairmen_img p a:hover{
    color: blue;
}
.foundation_section .foundation_containt{
    width: 60rem;
}
.about_header h1{
    color: var(--text_color_1, #fd6a08);
    text-align: center;
}
.foundation_section .foundation_containt p{
    line-height: 1.7rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.foundation_section .foundation_containt p a{
    text-decoration: none;
    color: orangered;
    word-wrap: break-word;
}
.foundation_section .foundation_containt p a:hover{
    color: blue;
}

/* Fonudtion Section End */
/* Secound Containt Section Start */
.secound_section{
    background-image: url(../images/back-stc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secound_containt{
    margin:0 13%;
    padding: 2rem 0;
}
.secound_containt h1{
    text-align: center;
    color:var(--text_color_1, #fd6a08);
}
.secound_containt .inner_secound_containt p{
    line-height: 1.7rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.secound_containt .inner_secound_containt p a{
    text-decoration: none;
    color: orangered;
}
.secound_containt .inner_secound_containt p a:hover{
    color:blue;
}

/* Holy City Section Start */
/* .holy_city_outer_section{
    background-image: url(../images/hoy_back.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: auto;
} */
.holy_city_outer_section h1{
    text-align: center;
    color:var(--text_color_1, #fd6a08);
}
.holy_city_outer_section .holy_city_section{
    margin: 0rem 13%;
    padding: 2rem 0;
    display: flex;
}
.holy_city_section .holycity_img{
    padding-top: 0rem;
}
.holy_city_section .holycity_img img{
    height: 470px;
}
.inner_holycity .inner_cont_holycity{
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.inner_holycity .inner_cont_holycity h2{
    padding-bottom: .5rem;
    font-size: 18px;
}
.inner_holycity .inner_cont_holycity p{
    line-height: 1.7rem;
    font-weight: 100;
}
.inner_holycity .inner_cont_holycity p a{
    color: orangered;
    text-decoration: none;
}
.inner_holycity .inner_cont_holycity p a:hover{
    color: blue;
}
#butn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: var(--main_color_2, #db4242);
    position: relative;
    margin-top: 2.5rem;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main_color_2, #db4242);
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
#butn:hover{
    background-color:var(--main_color_3, #F9D49F);
}
/* Scroll Button */
.scroll_button{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 1rem;
    margin:0 5%;
}
.scroll_button i{
    background-color: red;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: .5rem;
}
.objective_outer_section .inner_objective{
    margin:0 13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.objective_outer_section h1{
    text-align: center;
    color:var(--text_color_1, #fd6a08);
    padding-bottom: 2rem;
}
.objective_outer_section .inner_objective .inner_obj_box{
    display: flex;
}
.inner_obj_box .objective_box{
    margin:.5rem;
    width: 35%;
    display: flex;
    justify-content: space-between; 
}
.inner_obj_box .objective_box p{
    padding-left:.5rem;
    width: 100%;
}
.objective_outer_section .inner_objective i{
    color:var(--text_color_1, #fd6a08);
    font-size: 1.8rem;
}

/* Salient Features Holy City Start  */
/* .salient_outer_seaction{
    background-image:url(../images/hoy_back.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    
} */
.inner-cont{
    margin:0 13%;
    position: relative;
    padding-bottom:2rem;
}
.salient_outer_seaction .salient_feature{
    padding-bottom: 2rem;
}
.salient_outer_seaction h1{
    text-align: center;
    color:var(--text_color_1, #fd6a08);
    padding:2rem 0;
}
.salient_feature{
    display: flex;
    justify-content: flex-end;
}
.salient_feature .transport{
    display: flex;
    justify-content: center;
}
.salient_feature .transport .tpt_area{
    display: flex;
    margin:0 2rem;align-items: center;
}
.salient_feature .transport .tpt_area p{
    padding-left: 1rem;
    width: 10rem;
}
.salient_feature_info{
    display: flex;
    justify-content: space-between;
}
#img3{
    position: relative;
    top: -4.9rem;
}
.univercity_health{
    text-align: center;
}
.univercity_box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
}
#testing{
    margin:0 0 0 1.7rem;
}
.uni-aca-box{
    margin: 0;
}
.health_section{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 1.5rem;
    position: relative;
    right: 20px;
}
.CentralSanctorum{
    text-align: center;
    margin:0% 13%;
}
.CentralSanctorum img{
    max-width: 80%;
    height: auto;
}
.button_div{
    text-align: center;
    margin:1rem 0;
}
.button_div #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: var(--main_color_2, #db4242);
    border: 1px solid var(--main_color_2, #db4242);
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.button_div #btn:hover{
    background-color:var(--main_color_3, #F9D49F);
}
/* Video section Start */
.video_section{
    text-align: center;
}
.video_box{
    max-width: 100%;
    height: auto;
    
}
.slient_video{
    width: 35rem;
    height: 300px;
    border-radius: 1rem;
}
.video_section h2{
    padding:1rem 0;
    color:var(--text_color_1, #fd6a08);
    font-size: 22px;
}
.video_section p{
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
.video_section p a{
    color: orangered;
}
.video_section p a:hover{
    color: var(--text_color_3, #fd6a08);
}
/* Associates & Supporters Start */
.spoter_section{
    background-image: url(../images/back-stc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.spoter_section .association{
    margin:0rem 13%;
    padding-top: 2rem;
    text-align: center;
}
.spoter_section .association h1{
    color:var(--text_color_1, #fd6a08);
}
.spoter_section .association p{
    padding:1rem;
}
.spoter_section .association #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight:100;
    color: var(--main_color_2, #db4242);
    border: 1PX solid var(--main_color_2, #db4242);
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.spoter_section .association #btn:hover{
    background-color:var(--main_color_3, #F9D49F);
}
/* Associates & Supporters End */
.news_update_section h1{
    text-align: center;
    padding: 2rem 0;
    color:var(--text_color_1, #fd6a08);
}
.news_update_section .news_update{
    margin:0 13%;width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_update_section .news_update .news_box{
    width: 22.4rem;
    height: 20rem;
    border-radius: .5rem;
    margin:1rem .5rem;
    border-top: 10px solid orangered;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.inner_news_box{
    padding: 1rem;
}
.inner_news_box a{
    text-align: right;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color:var(--main_color_2, #db4242);
}
.inner_news_box a:hover{
    color:var(--text_color_3, #fd6a08);
}
.cont_box{
    display: flex;
    align-items:baseline;
}
.inner_news_box h3{
    color: var(--text_color_1, #BB0E00);
    font-weight: 100;
}
.inner_news_box i{
    font-size: .6rem;
    padding-right: .5rem;
    color: orangered;
}
.inner_news_box p{
    padding:.4rem 0;
    width: 100%;
}
.news_update_section .news_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;align-self: center;
    font-size: 2.5rem;
}
.news_update_section #btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: var(--main_color_2, #db4242);
    margin-top: 2rem;
    border: 1px solid var(--main_color_2, #db4242);
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.news_update_section #btn:hover{
    background-color:var(--main_color_3, #F9D49F);
}
/* Gallery Section Start */
.gallery_section h1{
    text-align: center;
    padding:2rem 0;
    color: var(--text_color_1, #BB0E00);
}
.gallery_section .gallery_inner{
    margin:0 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_section .gallery_inner .gallery_image{
    margin:.5rem .5rem;
    width: 22rem;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;*/
}
.gallery_section .gallery_inner .gallery_image img{
    width: 22rem;
    height: 17rem;
    border-top: 3px solid red;
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.gallery_section .gallery_inner .gallery_image p{
    font-size: .9rem;
    width: 22rem;
    height: 10vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main_color_2, #db4242);
}
.gallery_section #btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight:100;
    margin-top: 3rem;    
    border: 1px solid var(--main_color_2, #db4242);
    color: var(--main_color_2, #db4242);
}
.gallery_section #btn:hover{
    background-color: var(--main_color_3, #F9D49F);
}
/* Invitation Section Start */
.invitation_section{
    background-image: url(../images/footer_banner.webp);
}
.invitation_section .invitaion_contact{
    margin:0% 10%;
}
.invitation_section .invitaion_contact .invitation_box{
    text-align: center;
    color: #fff;
}
.invitation_section .invitaion_contact .invitation_box h1{
    padding-top:2rem;
    padding-bottom: 1rem;
}
.invitation_section .invitaion_contact .invitation_box p{
    line-height: 2rem;
    margin:0 0 1rem 0;
}
.invitation_section .invitaion_contact .invitation_box #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    color: #fff;
    border: 1px solid #fff;
    background-color:transparent;
    margin:1rem 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.invitation_section .invitaion_contact .invitation_box #btn:hover{
    background-color: rgba(255, 68, 0, 0.742);
}

/* Invitation Section End */
.contact_form{
    color: #fff;
    padding-bottom: 2rem;
}
.contact_form h2{
    text-align: center;
    padding: 1rem 0;
}
.contact_form p{
    text-align: center;
    padding-bottom: 1rem;
}

form .field{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
input[type=text]{
    font-size:1rem;
}
form .field .input_field{
    margin:0 2%;
}
form .field label{
    display: inline-block;
    text-align: right;
    width: 10rem;
}
form .field .input{
    width: 21rem;
    padding: .4rem;
    margin:.5rem 0;
    border-radius: .5rem;
    border: 3px solid var(--text_color_2, #BB0E00);
    background-color: var(--main_color_3, #F9D49F);
}
#country{
    width: 22rem;
    padding: .4rem;
    margin:.5rem 0;
    border-radius: .5rem;
    border: 3px solid var(--text_color_2, #BB0E00);
    background-color: var(--main_color_3, #F9D49F);
    color: var(--text_color_3, #670b04);
}
form .field #btn{
    width: 150px;
    padding: .8rem;
    border-radius: 2rem;
    margin-right: 12.8rem;
    background-color: var(--nav_bg, #fd6a08);
    color: #fff;
    border: none;
    border: 3px solid var(--text_color_2, #BB0E00);
}
form .field .input_field #btn:hover{
    background-color: var(--main_color_3, #F9D49F);
    color: var(--text_color_3, #670b04);
    border: 3px solid var(--text_color_2, #BB0E00);
}
#formsubmition{
    width: 25rem;
    padding: 1.5rem;
    text-align: center;
    background:#fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}
#formsubmition i{
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    color: green;
    text-align: center;
    border: 5px solid #ddd;
    animation: checkani 1s;
}
@keyframes checkani{
    0%{
        border-right: 5px solid orangered;
        rotate: 360deg;
        opacity: 0;
    }
    100%{
        rotate: 0deg;
    }
}
#formsubmition h3{
    color: var(--text_color_1, #fd6a08);
}
#formsubmition p{
    color: var(--text_color_2, #872f1b);
    font-size: 1rem;
    padding:.5rem 0;
}
#formsubmition .windowbtn{
    width: 30%;
    padding: .4rem;
    border-radius: .5rem;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    border: none;
}
#formsubmition .windowbtn:hover{
    background-color: var(--main_color_3, #F9D49F);
    color: var(--main_color_1, #fd6a08);
}
/* Footer Section Start */
.main_footer{
    margin:0% 2%;
    padding:1.5% 0;
    display: flex;
    justify-content: center;
}
.logo_section #footerlogo{
    width: 200px;
}
.logo_section #footerlogo img{
    width: 100%;
}
.main_footer .quick_link{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.main_footer .quick_link h3{
    padding-left: 3rem;
    color: var(--text_color_1, #BB0E00);
}
.main_footer .quick_link ul{
    display: inline-block;
    width: 10rem;margin:0 .5rem;
}
.main_footer .quick_link ul label{
    font-weight: bold;
    color: var(--text_color_1, #fd6a08);
}
.main_footer .quick_link ul li{
    margin:.2rem 0;
    padding: .2rem;
    list-style: none; line-height: 1rem;
}
.main_footer .quick_link ul li a{
    text-decoration: none;
    color: var(--main_color_2, #db4242);
    font-size: .9rem;
}
.main_footer .quick_link ul li a:hover{
    color: var(--text_color_3, #fd6a08);
}
.main_footer .quick_link ul li a:active{
    color: blue;
}
.main_footer .quick_link ul li i{
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    color: var(--text_color_2, #BB0E00);
    border-radius: 50%;
    background-color: orange;
    margin:0 .2rem;
}
.main_footer .quick_link ul li i:hover{
    transform: scale(1.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.copyright{
    background-color: #eee;
}
.copyright .copyright_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 14%;
}
.copyright .copyright_box p{
    color: var(--text_color_2, #670b04);
    font-size: .9rem;
    padding-top: .3rem;
}
.copyright .copyright_box ul{
    margin-left: 1%;
    padding: 1rem;
}
.copyright .copyright_box ul li{
    display: inline;
    font-size: .9rem;
}
.copyright .copyright_box ul li a{
    text-decoration: none;
    color: var(--text_color_3, #670b04);
    font-size: .9rem;
    cursor: pointer;
}
.copyright .copyright_box ul li a:hover{
    color: var(--text_color_3, #ed0859);
}
.footer_social_media .fa-facebook-f{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #1860e5;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-twitter{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0fbdd7;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-instagram{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-linkedin-in{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0889ec;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-youtube{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}


.insta-page{
    margin-right:50px;
    margin-left:50px;
}

.fb-page{
    margin-right:50px;
}
.social-page{
    align-content:center;
    display:inline-block;
    display:flex;
    padding-top:100px;
    padding-bottom:100px;
    margin-left: 20%;
}

.social_header h2{
    font-size:29px;
    color:var(--text_color_1, #fd6a08);
    padding-top:80px;
    text-align:center;
}


.web-counter h1{
    font-size:15px;
    color:#333;
    line-height:3rpm;
}
.main_footer .quick_link ul li h1{
    font-size:18px;
    color:#333;
    line-height:55px !important;
}
#counter{
    font-size:35px;
    padding: 15px;
    background-color: #e35216;
    
    color: #fff;
    border-radius: 10px;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-item {
    max-width: 400px;
}

.samepageLink{
    z-index: 1;
    width: 8rem;
    background-color: #eee;
    position: fixed;
    top: 40%;
    right: 1rem;
    padding: 1rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    animation: aboulink 4s;
    display: block;
}
.samepageLink.active{
    display: none;
}
.samepageLink #cross {
    color: var(--text_color_3, #670b04);
    position: absolute;
    right: .3rem;
    top: .3rem;
}
.samepageLink #cross:hover {
    color: blue;
}
.samepageLink a:hover {
    color: blue;
}
.samepageLink a {
    width: 8rem;
    display: block;
    text-decoration: none;
    padding: .3rem 0;
    font-size: .8rem;
    color: var(--text_color_3, #670b04);
}
.samepageLink.active{
    display: none;
}
@keyframes aboulink{
    0%{transform: scale(0%);}
    100%{transform: scale(100%);}
}

/* Custom Style */
body form .field #btn {
    margin-right: 0;
}

/* ==========================================================================
   THEME OVERRIDES — this block must stay LAST in the file.
   Maps the brand surfaces onto the variables emitted by header.php :root.
   It sits at the bottom (not the top) so it wins the cascade against the
   hardcoded brand colours declared earlier in this file.
   Fallbacks are the pre-theme palette, used when :root is absent
   (e.g. pages served through header2.php).
   ========================================================================== */
/* .slider is the banner carousel, not chrome — it must NOT take the
   navigation colour, or an empty/slow-loading slide paints the whole
   viewport in nav_bg. It carries slide images and needs no fill. */
.secound_bar,
#langHover:hover {
    background-color: var(--nav_bg, #fd6a08);
}

header {
    border-top-color: var(--nav_bg, #fd6a08);
}

.prev-btn:hover,
.next-btn:hover {
    color: var(--main_color_1, #fd6a08);
}

/* Overrides the hardcoded var(--main_color_2, #db4242) declared for these same selectors above. */
.secound_bar ul li:hover,
.secound_bar ul li a:hover {
    background-color: var(--main_color_2, #db4242);
    transition: .8s;
}
