@font-face {
	font-family: 'Material Symbols Rounded';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/icon-fonts.woff2') format('woff2');
}

.material-symbols-rounded {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/* Font Family use */

/* Regular Weight */
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.body {
	top: 0;
	font-family: 'Poppins', sans-serif;
}

html {
	scroll-behavior: smooth;
}

.main-container {
	background-color: #ffffff;
}

/* .header-top {
	width: 100%;
	height: 32px;
	position: relative;
	top: 0;
	background: linear-gradient(90deg, #ED7D31 -0.63%, #FD9834 -0.62%, #92D050 100.04%);
}

.skip01 {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}

.skip01:hover {
	color: #ED7D31;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
}

.font01 {
	height: 24px;
	width: 24px;
	background-color: #ED7D31;
	border-style: none;
	border-radius: 50%;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}

.header-top-left {
	display: flex;
	justify-content: right;
	gap: 24px;
	align-items: center;
}

.header-mid {
	background: #1D0A69;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
}

.header-middle {
	width: 100%;
	height: auto;
	background: #1D0A69;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
	position: fixed;
    top: 0;
    z-index: 99;
}

.sticky {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	transition: ease-in-out;
-webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
} 

.logo ul {
	padding: 8px 0px 8px 0px;
	margin-bottom: 0px;
}

.logo ul li {
	list-style-type: none;
}

.nav-btn {
	height: 40px;
	border-radius: 20px;
	border-color: #F93;
	padding: 6px 12px;
	background: none;
}

Login button Start
.wrapper-2 {
	margin-left: 1.2rem;
}

.link {
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	position: relative;
}

.link span, .link i {
	position: relative;
}

.link i {
	margin-left: 0.2em;
}

.link .color {
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background-color: #ED7D31;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: -0.65em;
	transition: width 0.4s ease, left 0.6s ease;
}

.link:hover .color {
	width: calc(100% + 1.3em);
	left: calc(100% - 1.45em);
}

.link span:hover {
	color: #ED7D31;
}

End button

Upcoming Events Start
.upcoming-event {
	display: flex;
	height: 40px;
	align-items: center;
	background-color: #d7e9c2;
	background-color: antiquewhite;
	margin-top: 0.4rem;
}

.first {
	width: 200px;
	background-color: #ED7D31;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 32px 32px 0px;
}

.first span {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	animation: beat 1.5s infinite;
}

@
keyframes beat { 0% {
	transform: scale(1);
}

15


%
{
transform


:


scale
(


1
.2


)
;


}
30


%
{
transform


:


scale
(


1


)
;


}
45


%
{
transform


:


scale
(


1
.2


)
;


}
75






%
{transform


:


scale
(


1


)
;


}
}
.register {
	text-decoration: none;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color: #0000FF;
}

.register:hover {
	text-decoration: underline;
	font-weight: 600;
}

.text {
	padding: 8px;
}

.rolling-text {
	display: flex;
	align-items: center;
}

Upcoming Events Ends
.nav-btn span {
	color: white;
	text-align: center;
}

.navbar-main {
	width: 100%;
	height: auto;
}

.navbar {
	background-color: #fff;
	shadow
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.18);
}

.navbar-nav {
	display: flex;
	gap: 0.5rem;
	flex-direction: row;
	list-style: none;
	align-items: center;
	text-wrap: nowrap;
	font-size: 0.875rem;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 0.4rem;
	margin-bottom: 0.5rem;
}

.nav-link:hover {
	color: #ED7D31;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.nav-link {
	color: #000;
}

.nav-link::after {
	content: "";
	height: 0.5rem;
	width: 0.5rem;
	margin-top: 4px;
	background-color: #ED7D31;
	display: block;
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.nav-link:hover::after {
	opacity: 1;
}

.nav-link.active::after {
	opacity: 1;
}

.nav-link::after .nav-link.active {
	opacity: 1;
}

.navbar-nav .nav-link.active {
	font-size: 1rem;
	font-weight: 600;
	color: #ED7D31;
}

.nav-dropdown {
	padding-top: 6px;
	position: absolute;
	top: 27px;
	right: -15px;
	left: unset;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-width: 100%;
	width: max-content;
}

.navbar-nav .dropdown-menu {
	max-height: 325px;
	overflow-y: auto;
	background: #fff;
	list-style: none;
	border-radius: 4px;
	box-shadow: 0 1.5px 40px 0 rgba(76, 103, 155, 0.38);
	width: auto;
	max-width: 500px;
	border: none;
}
 */

/* Hero-header Start */
.carousel-body {
	padding: 7px;
	border-radius: 0.5rem;
	/* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2) */
}

.carosoul {
	width: 100%;
	height: 453px;
}

.carousel-indicators button {
	width: 0.758rem !important;
	height: 0.758rem !important;
	border-radius: 50%;
	background-color: #ED7D31 !important;
}

.carousel-indicators {
	background-color: #fff !important;
	width: 5%;
	justify-self: center;
	border-radius: 1rem;
}

/* Hero-header End */
.latest-update-text {
	border-radius: 0px 24px 24px 0px;
	background: #FF9933;
	width: 197px;
}

/* Section 2 Css Starts */
.section2_bg {
	padding-top: 4rem;
	padding-bottom: 4rem;
	/* background-color: #D6E7FF; */
	background-color: #ECF0FF;
	/* background-color: #EBEAEA; */
	/* background-image: url("resources/images/section\ 2\ background.png"); */
	background-image: url(/images/create-task_bg.png) !important;
}

.sect2_heading {
	color: #198ABD;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

/* ///Statictics Css Starts/// */
.decription-text {
	width: 80%;
	color: #000;
}

.decription-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-align: justify;
}

.decription-text h2 {
	font-size: 30px;
}

.stats {
	width: 100%;
	padding: 3rem;
	background-color: #1D0A69;
	border-radius: 0.875rem;
	/* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2) */
}

.stats_main {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

/* .stats_cards {
	margin-left: auto;
	float: right;
} */
.stats_cards img {
	height: 320px;
	width: 320px;
	object-fit: contain;
}

.box1 {
	background-color: #ED7D31;
	width: 364px;
	height: 140px;
	flex-shrink: 0;
	margin-bottom: 1rem;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.box1:hover {
	transform: scale(1.05);
	transition: 0.2s;
}

.box2 {
	background-color: #92D050;
	width: 364px;
	height: 140px;
	flex-shrink: 0;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.box2:hover {
	transform: scale(1.05);
	transition: 0.2s;
}

.stats-btn {
	float: right;
	margin-top: 0.7rem;
	align-items: center;
	color: #fff;
	background: none;
	font-size: 16px !important;
	border: none;
	/* box-shadow: 0px 0px 6px 0px rgba(92, 104, 128, 0.08), 0px 12px 28px 0px rgba(92, 104, 128, 0.08); */
}

.stats-btn:hover {
	color: #ED7D31;
	text-decoration: underline;
	font-weight: 600;
}

/* ///Statictics Css Ends/// */

/* //Latest Updates Css Starts// */
.latest-updates {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.875rem;
	/* box-shadow: 0px 0px 6px 0px rgba(92, 104, 128, 0.08), 0px 12px 28px 0px rgba(92, 104, 128, 0.08); */
	/* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2); */
}

#latest-updates-slider {
	position: relative;
	max-width: 800px; /* Adjust width as needed */
	margin: 0 auto;
	/*   overflow: hidden; */
}

.slider-list {
	list-style-type: none;
	padding: 0;
}

.slider-item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	text-align: center;
}

.slider-item.active {
	opacity: 1;
}

/* //Latest Updates Css Starts// */

/* Section 2 Css End*/

/* Section e-pramaan profile Start */
.epramaan_profile_bg {
	background-color: #D6E7FF;
	border-radius: 0.875rem;
	box-shadow: 0 13.1753px 18.8218px #4c77ab1a;
}

.left_bg {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile_text_left span {
	color: #198ABD;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	padding: 4.5rem;
}

.epramaan_profile_icons {
	display: flex;
	gap: 1rem;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.Steps_bg {
	background-image: url(images/Digital_profile_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 1rem;
}

.steps {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.steps p {
	color: #FFF;
}

.steps_circle {
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	background-color: #D6E7FF;
	object-fit: scale-down;
}

.steps_circle:hover {
	top: -50px
}

/* /// PageTop Btn start /// */
#pageTopbtn {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	height: 4rem;
	width: 4rem;
	border: none;
	outline: none;
	background-color: #ED7D31;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
}

#pageTopbtn:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	transition: 0.2s;
}

/* /// PageTop Btn End /// */

/* /// Floating Action COntact Btn Start /// */
.floating_btn {
	bottom: 96px;
	right: 16px;
	position: fixed;
	width: 64px;
	height: 64px;
	background-color: #53615d;
	border-radius: 90px;
	transition: width 0.7s;
	overflow: hidden;
	box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.7);
}

.item {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 90px;
	margin-right: 22.5px;
	z-index: 1;
	float: left;
	background-color: rgba(103, 113, 110, 0);
}

.highlight {
	position: absolute;
	width: 0;
	height: 0;
	margin: 45px;
	border-radius: 90px;
	transition: 0.1s;
	top: 0;
	left: 0;
}

.nav {
	position: relative;
	color: #2e3936;
	top: 45px;
	left: 45px;
	font-size: 0px;
	transition: font 0s;
	z-index: 3;
}

.anchor {
	top: 0;
	right: 0;
	z-index: 4;
	position: absolute;
	color: #FFF;
	transition: transform 0.2s;
	transition-delay: 0.2s;
	width: 90px;
	height: 90px;
}

.anchor i {
	margin-left: 48px;
	margin-top: 20px;
}

.floating_btn:hover {
	width: 450px;
}

.floating_btn:hover .anchor {
	transform: rotate(45deg);
}

.floating_btn:hover .nav {
	font-size: xx-large;
	transition: 0.1s;
	top: 30px;
	left: 32px;
}

.floating_btn:hover .one {
	transition-delay: 0.7s;
}

.floating_btn:hover .two {
	transition-delay: 0.45s;
}

.floating_btn:hover .three {
	transition-delay: 0.2s;
}

.item:hover {
	background-color: rgba(103, 113, 110, 1);
	transition: 0.4s;
}

.item:active .highlight {
	z-index: 2;
	margin: 0;
	width: 90px;
	height: 90px;
	background-color: #767f7d;
}

/* /// Floating Action COntact Btn End /// */

/* ////Gallery Start/// */

/* css for tabs */
.tab {
	overflow: hidden;
	background-color: #f1f1f1;
	overflow: hidden;
	/* border: 1px solid #ccc; */
	background-color: #f1f1f1;
	border-radius: 50px;
	background: #fff;
	padding: 7px;
	margin: 0px auto 32px auto;
	width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	border-radius: 50px;
	width: 50%;
	font-size: 1rem;
	color: #808080;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ed7d31;
	color: #fff;
	font-weight: 500;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 16px;
	border-top: none;
	background-color: white;
	border-radius: 0.5rem;
}

.tabcontent {
	animation: fadeEffect 1s;
	/* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {from { opacity:0;
	
}

to {
	opacity: 1;
}

}

/* css for tabs end */

/* ///////////////////////////////////////////////////////////////////// */

/* css for photo gallery */
img {
	vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.gallery-container {
	position: relative;
	background-color: #fff;
	padding: 1rem;
	box-shadow: 0px 0px 6px 0px rgba(92, 104, 128, 0.16), 0px 12px 28px 0px
		rgba(92, 104, 128, 0.08);
	border-radius: 1rem;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.gallery-row {
	margin-top: 1rem;
}

.gallery-row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.gallery-column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active, .demo:hover {
	opacity: 1;
}
/* css for photo gallery */

/* ////Gallery End/// */

/* offers you */

/* .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-item {
    box-sizing: border-box;
    width: calc(20% - 20px);
    
    margin: 10px;
    background-color: #ffffff;
    border: none;
    text-align: center;
    border-radius: 16px;
    filter: drop-shadow(0px 0px 6px rgba(92, 104, 128, 0.08)) drop-shadow(0px 12px 28px rgba(92, 104, 128, 0.08));
}

.card-body {
    border-bottom: 8px solid #198ABD;
    border-radius: 16px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    height: 19rem;
}

.card_icon{
    margin-top: -2.6rem;
}

.Card_half_bg{
height: 35%;
width: 100%;
background-color: #1D0A69;
border-radius: 8px  8px 32px 32px;
margin: 0;

}

.card-body:hover{
    height: 20rem;

} */

/* Media query for responsiveness */
@media ( max-width : 768px) {
	.grid-item {
		width: calc(50% - 20px);
		/* 50% width on smaller screens with 20px spacing */
	}
}

@media ( max-width : 480px) {
	.grid-item {
		width: 100%;
		/* Full width on even smaller screens */
	}
}

/* FAQ Css */
.accordion-item {
	box-shadow: 0px 0px 6px 0px rgba(92, 104, 128, 0.08), 0px 12px 28px 0px
		rgba(92, 104, 128, 0.08);
	border: none;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
	background-color: #ED7D31;
	color: #fff;
}

.accordion-button {
	color: #198ABD;
}

.faq-btn {
	color: #fff;
	font-weight:500;
	font-size: 14px !important;
	background-color: #ED7D31;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 20px;
	box-shadow: 0px 0px 6px 0px rgba(92, 104, 128, 0.08), 0px 12px 28px 0px
		rgba(92, 104, 128, 0.08);
	text-decoration: none;
}

.faq-btn:hover {
	background-color: #b24e0b;
}

.about__thumb-text {
	left: 0;
	position: absolute;
	top: 30%;
	transform: rotate(-90deg) translateY(-188px);
	z-index: -1;
}

.about__thumb-text h3 {
	color: var(--tp-grey-3);
	font-family: var(--tp-ff-space);
	font-size: 100px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

/* //epramaan chatbot css start// */
.btn {
	font-size: 0px;
}

.fa-circle-xmark:hover {
	color: white;
}

.chatlogs {
	padding: 5px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

Styling the scroll bar .chatlogs::-webkit-scrollbar {
	width: 10px;
}

.chatlogs::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .1);
}

.chat {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin-bottom: 10px;
}

.chat .chat-message {
	padding: 10px;
	margin: 15px 0px 0px -15px;
	font-size: 13px;
}

.friend .chat-message {
	color: black;
	width: auto;
	max-width: 80%;
	background: #3c763d40;
	/*#9ec3ea6e;/* #CCE5FF; */
	border-radius: 0px 20px 20px 20px;
}

.self .chat-message {
	color: black;
	max-width: 80%;
	width: auto;
	margin: 5px 0 5px auto;
	border-radius: 20px 20px 0px 20px;
	background: #E0E0E0 /*#3882CB/*#f8e896/* rgb(128, 128, 128) */;
	overflow-wrap: break-word;
}

.headerBar {
	font-size: 20px;
	color: white;
	padding: 0px;
	width: 350px;
	min-width: 350px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: -60px auto 0px auto;
	background: #0e74dcc7;
	/*rgb(226, 118, 30); /*#0e74dcc7/*#3882CB/*#045FB4*/;
	border-radius: 10px 10px 0px 0px;
}

.headerBar .title {
	margin: 18px 0px 0px 0px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

.headerBar .sub-title {
	margin: -28px 0px 0px 80px;
	font-size: 14px;
	color: rgb(247, 247, 247);
}

.headerBar .user-photo {
	margin: 0px 0px 0px 10px;
}

.headerBar .user-photo img {
	width: 100%;
}

.headerBar .cancle-ico {
	margin: -65px 0px 0px 303px
}

.headerBar .cancle-ico img {
	width: 23px;
	height: 23px;
}

.chat-form {
	margin: 0px auto 0px auto;
	display: flex;
	/* width: 500px; */
	width: 350px;
	min-width: 350px;
	align-items: flex-start;
	overflow: auto;
	background: rgb(244, 243, 244);
	border-radius: 0 0 10px 10px;
	border-top: 5px solid rgb(212, 212, 212);
}

#inputDiv {
	width: 75%;
	margin-right: 15px;
}

#textbox {
	padding: 0px 5px 0px 15px;
	background: #fbfbfb;
	width: 95%;
	min-height: 5px;
	border: 2px solid /*lightblue*/
        #c6e6ad;
	border-radius: 20px;
	resize: none;
	font-size: 16px;
	color: #000;
	margin: 5px 0px 0px 10px;
	display: block;
	overflow: hidden;
	box-shadow: none;
	outline: none;
}

.chat-form textarea:focus {
	background: #fff;
}

#chat-form-buttons {
	margin: auto;
}

.chat-form button:hover {
	background: #3882CB /*#045FB4/* rgb(255, 153, 0) */;
}

.gif img {
	margin: 10px;
	border-radius: 20px;
}

.buttonResponse {
	color: white;
	max-width: 80%;
	width: fit-content;
	margin: 5px 0 5px auto;
	border-radius: 20px 20px 0px 20px;
	background: rgb(64, 172, 246);
	overflow-wrap: break-word;
	font-size: 18px;
	padding: 10px;
	margin: 20px 5px;
	float: left;
}

.buttonResponse:hover {
	background: rgb(100, 200, 255);
}

#switchInputType {
	max-width: 40px;
	max-height: 40px;
	visibility: hidden;
}

#buttonDiv {
	margin: 0 auto;
	width: inherit;
}

.chatbox {
	background: white;
	background-repeat: no-repeat;
	background-size: 180px 180px;
	background-position: center;
	padding: 0;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
	/* height: 605px;
width: 500px; */
	height: 400px;
	width: 350px;
	/* display: flex; */
	flex-direction: column;
	box-shadow: 0 3px #ccc;
	background-position-x: center
}

span.ui-helper-hidden-accessible {
	visibility: hidden;
}

;
#chOption {
	padding: 0;
}

.chat-option .option {
	position: relative;
	left: 10%;
	top: 12%;
	display: inline-block;
	height: 15%;
	background: rgb(252, 251, 250);
	border-color: #3c763d /*#3882CB/*#045FB4/* rgb(255, 153, 0) */;
	border-radius: 40px;
	border-style: solid;
	text-align: center;
	color: #111213 /*#3882CB/*#045FB4/* rgb(255, 153, 0) */;
	padding: 5px;
	margin: 5px;
	/* max-width: 50%; */
	width: 130px;
	margin-right: 8px;
	font-size: 11px;
}

.chat-option .option:hover {
	background: #3c763d /*#3882CB/*#045FB4/* rgb(255, 153, 0) */;
	border-color: rgb(252, 251, 250);
	color: rgb(252, 251, 250);
}

.bool-res {
	padding: 0;
}

.bool-res .booloption {
	position: relative;
	left: 25%;
	top: 2%;
	display: inline-block;
	height: 15%;
	background: rgb(252, 251, 250);
	border-color: #3882CB /*#045FB4/* rgb(255, 153, 0) */;
	border-radius: 40px;
	border-style: solid;
	text-align: center;
	color: #111213 /*#3882CB/*#045FB4/* rgb(255, 153, 0) */;
	padding: 10px;
	margin: 5px;
	max-width: 50%;
	margin-right: 16px;
	font-size: 11px;
}

.bool-res .booloption:hover {
	background: #3882CB /*#045FB4/* rgb(255, 153, 0) */;
	border-color: rgb(252, 251, 250);
	color: rgb(252, 251, 250);
}

#hindiText {
	padding: 0px 5px 0px 15px;
	background: #fbfbfb;
	width: 95%;
	min-height: 5px;
	border: 2px solid lightblue;
	border-radius: 20px;
	resize: none;
	font-size: 16px;
	color: #000;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	outline: none;
}

#hindiText {
	position: relative;
	left: 3%;
	/* bottom: 50px; */
	bottom: 28px;
}

#engTextBox {
	position: static;
	/* left: 10px; */
}

#lang {
	/* height: 30px;
width: 40px; */
	height: 15px;
	width: 25px;
}

#langBtn {
	position: relative;
	left: 43px;
	top: -20px;
	border-style: solid;
}

#send {
	/* height: 30px;
width: 30px; */
	height: 15px;
	width: 15px;
}

#sendBtn {
	position: relative;
	left: 30px;
	top: -20px;
	border-style: solid;
	/* visibility: hidden; */
}

#rec {
	/* height: 30px;
width: 30px; */
	height: 15px;
	width: 20px;
}

#recordButton {
	position: relative;
	left: 65px;
	top: -20px;
	border-style: solid;
}

#home {
	/* height: 30px;
width: 30px; */
	height: 15px;
	width: 15px;
}

#homeBtn {
	position: relative;
	left: 52px;
	top: -20px;
	border-style: solid;
}

.poweredbylabel {
	position: relative;
	top: 0px;
	left: 150px;
	font-size: 11px;
	color: rgb(255, 153, 0);
}

.poweredbylabel:hover {
	color: blue;
}

.queslink {
	position: relative;
	display: inline-block;
	background: rgb(252, 251, 250);
	border-color: #3c763d;
	border-radius: 40px;
	border-style: solid;
	padding: 5px;
	margin: 5px;
	margin-left: 5px;
	font-size: 11px;
	box-shadow: 0 5px #999;
	width: 225px;
}

.queslink:hover {
	/* text-decoration: none; */
	background: #3c763d;
	border-color: rgb(252, 251, 250);
	color: rgb(252, 251, 250);
}

#task-buttons {
	position: relative;
	top: 0px;
	left: 76px;
}

@media screen and (max-width: 1600px) {
	#tab1 .ac_results {
		width: 100%;
	}
}

@media screen and (max-width: 683px) {
	#tab1 .ac_results {
		width: 50%;
	}
}

@media screen and (max-width: 595px) {
	#tab1 .ac_results {
		width: 75%;
	}
}

#slide {
	height: 500px;
	width: 300px;
}

#parent {
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 350px;
	height: 580px;
	color: red;
	/*border:solid 1px #000;*/
}

iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	justify-content: center;
	align-items: center;
}

#parent>button {
	opacity: 0.3;
	position: relative;
	width: 20;
	float: right;
	right: 20px;
	bottom: 560px;
	transition: 0.5s;
}

#parent>button {
	opacity: 1;
}

.headerBar .user-photo {
	margin: 0px 0px 0px 10px;
}

.headerBar .user-photo img {
	width: 100%;
}

.minimize-ico {
	display: none;
}

#logo {
	position: fixed;
	right: 0;
	margin: 0;
	bottom: 1rem;
	padding: 0;
	width: 8%;
}

.chatbot-avatar {
	cursor: pointer;
}

.content-chatbot {
	display: none;
	position: absolute;
	top: 1rem;
	right: 7rem;
}

.content-chatbot p {
	color: #3882CB;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	width: 140px;
	margin: 0;
	padding: .5rem;
	border-radius: 8px;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
}

.chatbot-avatar:hover .content-chatbot {
	display: block;
}

.chatbot-avatar:hover {
	transition: 0.5s;
	transform: scale(1.10);
}

.flash {
	animation: flash 1.2s ease infinite alternate;
}

@keyframes flash {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
#logo img {
	width: 100%;
}

/* //epramaan chatbot css end// */

/* Footer C ss */
.footer {
	background-color: #1D0A69;
}

.h5 {
	color: white;
}

.footer-bottom {
	background: linear-gradient(90deg, #ED7D31 -0.63%, #FD9834 -0.62%, #92D050 100.04%);
	width: 100%;
}

.footer-bottom span {
	color: #fff;
	text-align: center;
	padding: 15px 135px;
	display: flex;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
}

.head-text {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.head-text ul li a {
	color: #c5c5c5;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.head-text ul {
	padding-left: 1.3rem;
}

.head-text ul li a:hover {
	color: #ED7D31;
}

/* /// Contact Us Page Start /// */
.contactus-top-banner {
	background-color: #1D0A69;
	width: 100%;
	height: 14.25rem;
	background-image: url(images/create-task_bg.png);
}

.contactus-banner-content {
	color: #fff;
	padding: 2rem;
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
}

/* .breadcrumb{
    margin-top: 1rem;
    box-shadow: 0 5px 30px 0 rgba(41, 94, 147, 0.16);
    padding: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
} */
.breadcrumb-item {
	font-size: 1rem;
}

.breadcrumb-item a {
	color: #ED7D31;
	font-weight: 00;
}

.breadcrumb-item.active {
	font-size: 1rem;
	color: #1D0A69;
}

.part {
	box-shadow: 0 5px 30px 0 rgba(41, 94, 147, 0.16);
	background-color: #fff;
	padding: 2rem;
}

.contact-section {
	/* margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    width:100%; */
	/* box-shadow: 0 5px 30px 0 rgba(41, 94, 147, 0.16);
    background-color: #fff; */
	margin-top: -8rem;
	margin-bottom: 2rem;
	padding: 2rem;
	width: 100%;
}

.contact-section-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cdac-logo img {
	width: 96px;
}

.contact-heading {
	text-align: center;
	margin-top: 1rem;
}

.contact-heading span {
	font-size: 1.25rem;
	font-weight: 600;
	color: #198ABD;
	margin-top: 2rem;
}

.contact-subheading {
	width: 75%;
	text-align: center;
}

/* .contact-subheading span {
	font-size: 1rem;
	margin-top: 0.5rem;
} */
.contact-section-2 {
	margin-left: auto;
	margin-right: auto;
}

.contact-names {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ////////////////////////// */

/* what we offer slider */
.offers-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	padding: 0 35px;
	background: rgb(228, 220, 220);
}

.wrapper-slider {
	max-width: 1100px;
	width: 100%;
	position: relative;
}

.wrapper-slider i {
	height: 50px;
	width: 50px;
	background: #ED7D31;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	font-size: 1.25 rem;
	transform: translateY(-50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper-slider ul {
	padding-left: 0px;
}

.wrapper-slider i:first-child {
	left: -22px;
}

.wrapper-slider i:last-child {
	right: -22px;
}

.wrapper-slider .slider-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(( 100%/ 3)- 12px);
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: 0;
}

.slider-carousel::-webkit-scrollbar {
	display: none;
}

.slider-carousel:where(.slider-card, .img) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}

.slider-carousel.no-transition {
	scroll-behavior: auto;
}

.slider-carousel.dragging .slider-card {
	cursor: grab;
	user-select: none;
}

.slider-card {
	scroll-snap-align: start;
	height: 340px;
	list-style: none;
	background: #fff;
	border-radius: 8px;
	display: flex;
	cursor: pointer;
	width: 100%;
	/* padding-bottom: 15px;  */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
}

/* .slider-card .img { 
	background: #808080; 
	width: 100px; 
	height: 100px; 
	border-radius: 50%; 
}  */
/* .slider-card .imgbx {
    position: absolute;
    top: 32%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(111.04deg, rgb(246, 121, 11) -0.63%, rgb(251, 83, 38) 107.47%), rgb(184, 197, 208);
    transition: 0.5s;
} */
/* .slider-card .imgbx img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
} */
.slider-card .img img {
	width: 100px;
	height: 100px;
	object-fit: scale-down;
	border-radius: 50%;
	background: linear-gradient(111.04deg, rgb(246, 121, 11) -0.63%,
		rgb(251, 83, 38) 107.47%), rgb(184, 197, 208);
	transition: 0.5s;
}

.slider-card h2 {
	font-weight: 600;
	font-size: 1.5rem;
	margin: 24px 0 0px;
	color: #1d0a69;
}

.slider-card span {
	color: #6a6d78;
	font-size: 1rem;
	padding: 8px 24px 0px 24px;
	text-align: justify;
}

@media screen and (max-width: 900px) {
	.wrapper-slider .slider-carousel {
		grid-auto-columns: calc(( 100%/ 2)- 9px);
	}
}

@media screen and (max-width: 768px) {
	.wrapper-slider .slider-carousel {
		grid-auto-columns: 100%;
	}
}

/* ///// Services Page Css Start////// */
.services-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.top-banner {
	background-color: #dfd7ff;
	width: 100%;
	height: 10rem;
	background-image: url(images/create-task_bg.png);
	display: flex;
	align-items: center;
}

.banner-content {
	color: #fff;
	padding: 2rem;
	text-align: center;
}

.search-section {
	/* margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    width:100%; */
	/* box-shadow: 0 5px 30px 0 rgba(41, 94, 147, 0.16);
    background-color: #fff; */
	margin-top: -2.125rem;
	/* margin-bottom: 2rem; */
	padding: 1.5rem;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 5px 30px 0 rgba(41, 94, 147, 0.16);
	background-color: #fff;
	display: flex;
	align-items: center;
}

.search-input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	margin-left: 8px;
}

/* Section e-pramaan profile End */
.breadcrumb-item active {
	color: #1D0A69 !important;
}

/* offers you */
.grid-container {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	padding: 0 10px;
	gap: 1rem;
}

.grid-item {
	box-sizing: border-box;
	width: calc(16.66% - 14px);
	margin: 10px 0;
	background-color: #ffffff;
	border: none;
	text-align: center;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 6px rgba(92, 104, 128, 0.08))
		drop-shadow(0px 12px 28px rgba(92, 104, 128, 0.08));
}

.card-body {
	/* border-bottom: 8px solid #198ABD; */
	border-radius: 16px;
	padding: 1rem 0;
	height: auto; /* Adjust height for smaller screens */
}

.services-logo {
	margin: 1rem;
	width: 100px; /* Adjust size for smaller screens */
	height: 100px; /* Adjust size for smaller screens */
	object-fit: contain;
	aspect-ratio: 3/3;
}

.services-name {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	padding: 1rem;
	/* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
	word-break: break-word;
}

.department-name {
	color: #198ABD;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: normal;
}

/* Media Query for smaller screens */
@media only screen and (max-width: 768px) {
	.grid-item {
		width: calc(50% - 20px); /* Adjust width for smaller screens */
	}
}

@media only screen and (max-width: 480px) {
	.grid-item {
		width: calc(100% - 20px); /* Adjust width for smaller screens */
	}
	.services-logo {
		width: 80px; /* Adjust size for smaller screens */
		height: 80px; /* Adjust size for smaller screens */
	}
}
/* ///// Services Page Css End////// */

/* SectionStatsCountStart */
.box-title {
	color: #1D0A69;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	margin: 0px;
}

.box-text {
	color: #ED7D31;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	margin-bottom: 0px;
}

.section_stats {
	background-color: #dfd7ff;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.total_stats {
	display: flex;
	justify-content: center;
	gap: 1rem;
	align-items: center;
}

.statiticsbox {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

/* SectionStatsCountEnd */