/**********CUSTOM-CSS***********/
@font-face {
	font-family: 'Kruti Dev';
	src: url('../KRDEV010.TTF') format('truetype');
}

.hindi_text {
	font-family: Kruti Dev !important;
	font-size: 20px !important;
}

.menu-heading{
	padding-left: 18px; 
	color: #f38140; 
	font-weight: 500;
	text-transform: uppercase;
}
.stats.shifted-down .stats-inner {
    background: #c35023 !important;
}
.text-white{
	color: #ffffff !important;
}
.bg-off-red {
    background-color: #fce0d5 !important;
}
.bg-dark-red {
	background-color: #cb4646 !important;
}
.bg-red {
    background-color: #e8b6b1 !important;
}
.bg-dark-orange {
	background-color: #d16025 !important;
}
.bg-dark-blue {
	background-image: linear-gradient(#dc3545, #610ba8) !important;
}
.bg-lightest-orange {
	background-color: #ffeee2 !important;
}
.bg-light-orange {
	background-color: #ffdec6 !important;
}
.bg-sky-blue {
	background-color: #e1f3ff !important;
}
.bg-light-grey {
	background-color: #ebebeb !important;
}
.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 2rem;
}
.list-none li {
    padding: 0.5rem 1.5rem;
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.1rem;
    color: #121212;
    opacity: .75;
    display: flex;
    align-items: baseline;
}

.border-bottom {
	border-bottom: #999 1px dashed !important;
	margin-bottom: 0.5rem;
}

.section-heading-box {
	margin-bottom: 0.01rem !important;
	border-bottom: #999 2px dashed !important;
}

.section-heading-box .section-title {
	font-size: 2rem !important;
}

.fb-color {
	color: #274f91 !important;
}

.tw-color {
	color: #1877f2 !important;
}

.inst-color {
	color: #a533a8 !important;
}

.yt-color {
	color: #ff0000 !important;
}

.p-b-01 {
	padding-bottom: 15px !important;
}

.hidden-md {
	display: none !important;
}

.margin-zero {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.flex-center {
	align-items: center !important;
}

.mega-section-sm {
    padding: 1rem 0 !important;
}
.section-heading-sm {
  margin-bottom: 1rem;
}

.tt-size {
    font-size: 1.05rem !important;
}

.txt-wrap {
  word-wrap: anywhere !important;
}

.notice-link {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #9f9f9f 1px dashed;
}

.notice-link span {
	font-size: 10px;
}

.notice-date-text {
	font-size: 10px;
}

.post-links {
	color: #3f4d62;
    text-decoration: none;
}

.post-links:hover {
	color: #2c3748 !important;
    text-decoration: none !important;
}

.col-video {
	z-index: 999;
    position: absolute;
	left: 0px;
    top: 0px;
	width: 740px;
    height: 408px;
    background: #0e1f37f2;
}
.col-video video {
	z-index: 999;
    position: absolute;
	left: 165px;
    top: 0px;
}

.col-video a {
	z-index: 999;
    position: absolute;
    right: 0px;
    top: 0px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media (min-width: 280px) and (max-width: 678px) {
	.hidden-sm {
		display: none !important;
	}
	.hidden-md {
		display: block !important;
	}
	.col-video {
		z-index: 999;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 96% !important;
		height: 374px;
	}
	.col-video video {
		z-index: 999;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 96% !important;
	}
	.col-video video {
		width: 100% !important;
	}
}
/**********CUSTOM-CSS***********/