/*for background image*/
/*background-image: url('../../assets/images/bg.png');
	background-repeat: no-repeat;
	background-size: cover;*/

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

body {
	font-family: "segoe ui";
}

hr {
	margin: 10px 0px;
}

/*navigation header starts*/
.nav {
	width: 100%;
	height: 50px;
	background-color: #ffda00;
	position: relative;
}

.nav .nav_header {
	display: inline;
}

.nav .nav_header .nav_title {
	display: inline-block;
	font-size: 32px;
	color: #002e5b;
	line-height: 1.4;
	/*padding: 10px*/
}

.nav .nav_header .nav_title a {
	text-decoration: none;
	color: #002e5b;
	/*padding: 13px 10px;*/
}

.nav .nav_header .nav_title span {
	margin-left: 5px;
}

.nav .nav_header .nav_title img {
	height: 38px;
	width: 38px;
	border-radius: 50%;
	margin: 5px;
	float: left;
}

.nav .nav_btn {
	display: none;
}

.nav .nav_links {
	display: inline-block;
	float: right;
	font-size: 18px;
}

.nav .nav_links a {
	display: inline-block;
	padding: 11px 15px;
	text-decoration: none;
	color: #002e5b;
	text-align: center;
	font-size: 25px;
}

.nav .nav_links a:hover {
	background-color: #002e5b;
	color: #ffda00;
}

.nav #nav_check {
	display: none;
}

/*navigation header ends*/

.slider {
	background-color: rgba(0, 0, 0, 0.95);
	min-height: 225px;
	height: 380px;
}

.slider h1 {
	font-size: 56px;
	padding: 10%;
	color: #fff;
	margin: 0;
}

/* breadcrumb starts */
#breadcrumb {
	height: auto;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 10px;
}

#breadcrumb h2 {
	font-size: 30px;
	font-weight: 100;
}

#breadcrumb hr {
	width: 100px;
	margin: 10px auto;
	/* margin: auto; */
}

#breadcrumb p {
	padding: 5px;
}

#breadcrumb p a {
	color: #ffda00;
	text-decoration: none;
}
/* breadcrumb ends */

/* content starts */
#content {
	width: 80%;
	margin: auto;
	padding: 20px;
}

#content h3 {
	font-weight: 100;
}

#content .section_title {
	font-size: 48px;
	text-align: center;
	font-weight: 100;
	margin: 20px 0px;
}

#content .section_para {
	font-size: 20px;
	margin: 15px 0px;
	text-align: justify;
	text-indent: 50px;
}

#content .section_author {
	font-size: 32px;
	font-style: italic;
}

#content .section_para a {
	text-decoration: none;
	padding: 3px 5px;
	background-color: #000;
	font-size: 24px;
	color: #ffda00;
	line-height: 1.5;
}

#content .sectionhr {
	width: 100px;
	border: 2px solid #ffda00;
	margin: 3px 0px;
}

#contribution_list {
	margin: 10px 20px;
}

#contribution_list > li {
	font-weight: bolder;
}

#contribution_list > li > ol > li {
	font-weight: 100;
}

#contribution_list ol {
	margin: 5px 16px;
}
/* content ends */

/* sponsors starts */
#nosponsors {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

#sponsor_message {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	margin: 28px;
}

#sponsor_link {
	text-align: center;
	margin-bottom: 20px;
}

#sponsor_link a {
	text-decoration: none;
	padding: 9px 15px;
	color: #000;
	font-size: 24px;
	border: 2px solid #ffda00;
}

#sponsor_link a:hover {
	background-color: #ffda00;
	border: 2px solid #000;
}
/* sponsor ends */

/* .contact_container starts */
#content .contact_container {
	width: 50%;
	margin: auto;
}

#content .contact_container .contact_text p {
	margin: 5px 0px;
	line-height: 1.5;
}

#content .contact_container .contact_text a {
	text-decoration: none;
	background-color: black;
	color: #ffda00;
	padding: 3px 6px;
}

#content .contact_container div {
	margin: 5px 0px;
}

#content .contact_container label,
.contact_container input,
.contact_container select,
.contact_container textarea {
	width: 100%;
	margin: 3px 0px;
	font-size: 18px;
	padding: 5px;
	background-color: #fff;
}

.contact_container input,
.contact_container select,
.contact_container textarea {
	border: 1px solid #ffda00;
}

.contact_container select option {
	background-color: #ffda00;
	cursor: pointer;
}

.contact_container textarea {
	resize: none;
}

.contact_container input[type="submit"],
.contact_container input[type="reset"] {
	width: 290px;
	background-color: #ffda00;
	border: 2px solid #000;
	cursor: pointer;
}
/* contact container ends */

/* event css */

#cards {
	margin: 20px 0;
}

#cards a {
	text-decoration: none;
	color: #00918e;
}

.event_cards {
	border: 2px solid #ffda00;
	width: 90%;
	margin: auto;
	padding: 20px;
}

.event_cards:hover {
	box-shadow: 3px 3px 3px 3px #999;
	cursor: pointer;
}

.event_title {
	font-size: 36px;
	margin: 5px 0;
}

.event_title span{
	font-size: 16px;
	border: 1px solid #002e5b;
	border-radius: 5px;
	padding: 5px;
}

.event_title .status_done{
	color: #002e5b;
}

.event_title .status_upcoming{
	color: #00918e;
}

.event_description {
	font-size: 20px;
	text-indent: 36px;
	margin: 5px 0;
	color: #333;
}

.event_date_time {
	color: #002e5b;
	font-size: 24px;
	margin: 5px 0;
	text-indent: 36px;
}

#btnView {
	text-align: center;
	margin: 20px 0;
}

#btnView a {
	text-decoration: none;
	padding: 9px 15px;
	color: #000;
	font-size: 24px;
	border: 2px solid #ffda00;
}

#btnView a:hover {
	background-color: #ffda00;
	border: 2px solid #000;
}
/* event ends here */

/* eventpage css */

#event_details .event_title {
	font-size: 36px;
	margin: 5px 0;
}

#event_details .event_description {
	font-size: 20px;
	margin: 10px 0;
	text-indent: 0;
}

#event_details .event_description p {
	margin: 15px 0;
}

#event_details .event_description a,
#event_details .event_agenda a {
	text-decoration: none;
	padding: 3px 5px;
	background-color: #000;
	font-size: 20px;
	color: #ffda00;
	line-height: 1.5;
}

#event_details .event_date_time {
	color: #002e5b;
	font-size: 24px;
	text-indent: 36px;
	margin: 5px 0;
}

#event_details .event_agenda {
	color: #002e5b;
	font-size: 24px;
	margin: 5px 0;
}

#event_details .event_agenda h3 {
	font-size: 28px;
	text-decoration: underline;
	margin: 5px 0;
}

#event_details .event_agenda p {
	color: #333;
	font-size: 20px;
	margin: 5px 0;
}

#event_details .event_agenda .event_session {
	margin: 15px 0;
}

#event_details .event_agenda .event_session h4 {
	text-decoration: underline;
}

#event_details img{
	width: 48%;
	margin:0 auto;
}

#btnView {
	text-align: center;
	margin: 20px 0;
}

#btnView a {
	text-decoration: none;
	padding: 9px 15px;
	color: #000;
	font-size: 24px;
	border: 2px solid #ffda00;
}

#btnView a:hover {
	background-color: #ffda00;
	border: 2px solid #000;
}
/* eventpage ends here */

.domain-para *{
	text-indent: 0;
}

.domain-para ul li{
	list-style-type: square;
	color: #333;
}

.domain-offer *{
	text-align: center;
	text-indent: 0;
	margin: 20px 0;
	color: #333;
}

/* blockquote starts */
blockquote {
	margin: 25px auto;
	width: 70%;
	border-left: 5px solid #ef962d;
	background-color: #000;
	padding: 5px;
}

blockquote p {
	font-size: 42px;
	font-style: italic;
	text-align: center;
	/* color: #ffda00; */
	color: #00918e;
}

blockquote p span {
	color: #ef962d;
}

blockquote footer {
	font-size: 16px;
	font-style: italic;
	color: #555;
	margin-top: 15px;
	text-align: right;
}
/* blockquote ends */

/* news letter starts */
#news_letter {
	background-color: #ffda00;
	padding: 10px;
	font-size: 32px;
	text-align: center;
}

#news_letter .letter_input {
	margin: 20px 0px;
}

#news_letter .letter_input input[type="email"] {
	font-size: 28px;
	padding: 5px;
	border: 1px solid #000;
	min-width: 43%;
}

#news_letter .letter_input input[type="submit"] {
	font-size: 28px;
	padding: 4px 10px;
	border: 2px solid #000;
	background-color: #ffda00;
	cursor: pointer;
}
/* news letter ends */

/* donation starts */
#donation_link {
	text-align: center;
	margin: 20px 0;
}

#donation_link a {
	text-decoration: none;
	padding: 9px 15px;
	color: #000;
	font-size: 24px;
	border: 2px solid #ffda00;
}

#donation_link a:hover {
	background-color: #ffda00;
	border: 2px solid #000;
}
/* donation ends */

/* footer starts */
footer {
	/*background-color: #000;*/
	color: #fff;
}

footer #footer-content {
	background-color: #333;
	padding: 20px;
	height: 200px;
}

footer #footer-content .content-container {
	width: 80%;
	margin: auto;
}

footer #footer-content .content-container .content-box {
	width: 33%;
	float: left;
}

footer #footer-content .content-container .content-box hr {
	width: 60%;
}

footer #footer-content .content-title {
	font-size: 18px;
}

footer #footer-content .content ul li {
	list-style: none;
	margin: 5px 0px;
}

footer #footer-content .content ul li a {
	color: #ffda00;
	text-decoration: none;
	padding-left: 5px;
}

footer #copyright {
	background-color: #000;
	text-align: center;
	color: #fff;
}

footer #copyright p {
	padding: 10px;
}

footer #copyright p a {
	text-decoration: none;
	color: #ffda00;
}
/* footer ends */

@media (max-width: 600px) {
	/*navigation header starts*/

	.nav .nav_btn {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.nav .nav_btn label {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 13px;
	}

	.nav .nav_btn label:hover {
		background-color: #e9d226;
	}

	.nav .nav_btn label span {
		display: block;
		width: 25px;
		height: 10px;
		border-top: 2px solid #002e5b;
	}

	.nav .nav_links {
		position: absolute;
		display: block;
		width: 100%;
		background-color: #e9d226;
		height: 0px;
		transition: 0.3s all ease-in-out;
		overflow-y: hidden;
		top: 50px;
		left: 0;
	}

	.nav .nav_links a {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 24px;
		border-bottom: 1px solid #000;
	}

	.nav #nav_check:not(:checked) + .nav_links {
		height: 0px;
	}

	.nav #nav_check:checked + .nav_links {
		/*height: 48vh;*/
		height: auto;
		overflow-y: auto;
	}

	/*navigation header ends*/

	#content {
		width: 90%;
	}

	#content .section_title {
		font-size: 30px;
	}

	#content .section_para {
		text-align: justify;
		margin: 10px 0px;
	}

	#content .section_author {
		font-size: 24px;
	}

	/* content starts */
	#content .contact_container {
		width: 100%;
	}

	.contact_container input[type="submit"],
	.contact_container input[type="reset"] {
		width: 122px;
	}
	/* contact ends */

	/* event css */

	.event_title {
		font-size: 30px;
	}

	.event_description {
		font-size: 20px;
		text-indent: 10px;
	}

	.event_date_time {
		font-size: 18px;
		text-indent: 0px;
	}
	/* event ends here */

	/* blockquote starts */
	blockquote {
		width: 90%;
	}

	blockquote p {
		font-size: 18px;
	}

	blockquote footer {
		font-size: 12px;
		margin-top: 10px;
	}
	/* blockquote ends */

	/* news letter section starts */
	#news_letter {
		font-size: 20px;
		text-align: center;
	}

	#news_letter .letter_input {
		margin: 15px 0px;
	}

	#news_letter .letter_input input[type="email"] {
		font-size: 18px;
		width: 100%;
	}

	#news_letter .letter_input input[type="submit"] {
		font-size: 18px;
		padding: 4px;
		width: 100%;
		margin-top: 8px;
	}
	/* news letter section ends */

	/* footer secton starts */
	footer #footer-content {
		background-color: #333;
		height: 585px;
	}

	footer #footer-content .content-container {
		width: 90%;
		margin: auto;
	}

	footer #footer-content .content-container .content-box {
		width: 100%;
		margin: 10px 0px;
	}
	/* footer section ends */

	#event_details img{
		width: 100%;
		margin:0 auto;
	}
}

/* common */

.error {
	color: #f00;
}

.note {
	color: #f00;
	text-align: justify;
	margin: 10px 20px;
}

#captcha_validation {
	margin: 10px 20px;
}

.note span {
	color: #000;
	font-style: italic;
}

/* captcha */
canvas {
	/*prevent interaction with the canvas*/
	pointer-events: none;
}

/* selection css */
::-moz-selection {
	/* Code for Firefox */
	color: #ffda00;
	background: #000;
}

::selection {
	color: #ffda00;
	background: #000;
}
/* selection ends */

/* scroll starts */
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-track {
	background: #000;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ffda00;
}

::-webkit-scrollbar-thumb:hover {
	background: #ffda00;
}
/* scroll ends */

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