:root {
	--color1: #C90027;
	--color2: #AF2F8C;
	--color3: #00A9ED;
	
}



/* General Start */
.il-wa {
	width: 40px;
	/* background-color: #25D366; */
	border-radius: 5px;
	;
	padding-top: 5px;
}

.il-wa a {
	color: white;
	padding: 10px;
}

.il-fb {
	width: 40px;
	/* background-color: #1877F2; */
	border-radius: 5px;
	padding-top: 5px;
}

.il-fb a {
	color: white;
	padding: 10px;
}

.il-tw {
	width: 40px;
	/* background-color: black; */
	border-radius: 5px;
	padding-top: 5px;
}

.il-tw a {
	color: white;
	padding: 10px;
}

.il-wb {
	width: 40px;
	/* background-color: red; */
	border-radius: 5px;
	padding-top: 5px;

}

.il-wb a {
	color: white;
	padding: 10px;
}

.il-em {
	width: 40px;
	/* background-color: gray; */
	border-radius: 5px;
	padding-top: 5px;
}

.il-em a {
	color: white;
	padding: 10px;
}

.il-content {
	margin-top: 120px;
}

.il-main-desc{
	padding: 20px;
	color: #3E0088;
	font-size: 15pt;
	font-weight: bold;
}

.il-index-title::before {
	background-image: url('../assets/img/ball1.png');
	background-size: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	left: -30px;
	top: calc((100% - 50px) / 2);
}

.il-index-title::after {
	background-image: url('../assets/img/ball1.png');
	background-size: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	right: -30px;
	top: calc((100% - 50px) / 2);
}

.il-index-title {
	background-image: url('../assets/img/header-bg-2.png');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	padding: 10px;
	display: inline;
	color: white;
	position: relative;
}

.il-index-block, .il-index-first-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.il-round-border {
	border-radius: 10px;
}

.il-thumbnail-ratio {
	aspect-ratio: 16 / 9;
}

.il-a-link {
	text-decoration: none;
}

.il-content-title {
	font-size: 12pt;
}

.il-content-date {
	font-size: 12pt;
}

.il-loadmore {
    color: #914C9C;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12pt;
    border-color: #914C9C;
}

.il-loadmore:hover {
	background-color: var(--color1);
	color: white;
}

.il-content-title {
	min-height: 86px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.il-title-desc {
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}

.il-content-date {
	color: rgb(120, 120, 120);
	font-size: 11pt;
}

.il-index-grid-block {
	border-radius: 10px;
}


#section2 .il-index-grid-block, #section4 .il-index-grid-block  {
	background-color: white;
}

#section3 .il-index-grid-block, #section5 .il-index-grid-block  {
	background-color: rgb(244, 244, 244);
}

/* General End */

/* Header Start */
.st-logo {
	max-width: 160px;
}

.nav-item {
	position: relative;
	font-family: var(--fontStyle2);
}

	

.il-nav-item::before {
	position: absolute;
	background-image: url('../assets/img/ball1.png');
	background-size: 20px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 10px;
	left: -15px;
}

.il-nav-item:hover::before {
	background-image: url('../assets/img/ball2.png');
}

.il-nav-bg {
	background-color: var(--color1);
	color: var(--color1);
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

.il-nav-item {
	color: white;
	font-weight: bold;
}

.dropdown-toggle {
	color: white;
}

.share-link {
	/* padding: 10px; */
}

.il-shareItem .nav-item {
	background-color: #c2c2c2;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 5px;
}

.il-headerIcon {
	margin-top: 7px;
	font-size: 20pt;
	text-align: center;
	color: white;
}

.il-mobileNav:focus{
	box-shadow: none;
}

.il-mobileNav{
	border: none;
}

.il-mobileNav i{
	color: white;
}

/* Header End */

/* Section 1 Start */
#section1 {
	
	background: url(../assets/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Section 2 End*/

/* Section 2 Start */
#section2 {
	background-color: #CFD2FF;
}


/* Section 3 Start */
#section3 {
	background-color: #ffffff;
}

/* Section 3 End */

/* Section 4 Start */
#section4 {
	background-color: #CFD2FF;
}

/* Section 4 End */

/* Section 5 Start */
#section5 {
	background-color: #ffffff;
}

/* Section 5 End */

/* Footer Start */
#il-footer .il-block {
	background-color: #914C9C;
	position: absolute;
	bottom: 30px;
	color: white;
}

.il-copyright-block {
	margin-bottom: -20px;
}

#il-footer {
	position: relative;
}

#il-footer {
	position: relative;
}

.il-copyright {
	position: absolute;
}

#il-footer .il-block {
	background-color: #914C9C;
	position: absolute;
	bottom: 30px;
	color: white;
}

/* Footer End */


/* Banner Start */
#banner-holder {
	margin-top: 69px;
	background-image: linear-gradient(to right top, #af2f8c, #9b57b7, #7877d6, #4a92e8, #00a9ed);
	/* background-color: var(--color2); */
}

/* Banner End */

/* Video Page Start */

.il-share-video li {
	display: inline-block;
}

.il-share-video .share-link {
	font-size: 16pt;
	/* border: 1px solid #125D94;
  font-size: 14pt;
  padding: 10px 15px;
  border-radius: 5px; */
}

.il-video-desc {
	background-color: rgb(242, 242, 242);
	padding: 10px 20px;
}

.il-video-title {
	text-decoration: none;
}

.video-sidebar-inner-block {
	background-color: rgb(242, 242, 242);
	padding: 10px;
	border-radius: 10px;
}

.sidebar-small-video {
	border-radius: 10px;
}

.video-caption2 .video-caption-right-text{
	color: black;
	font-weight: bold;
	min-height: 100px;
}

.previous-icon a {
	color: var(--color1);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

.next-icon a {
	color: var(--color1);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

.video-date {
	font-size: 11pt;
	color: rgb(120, 120, 120);
	font-weight: normal;
}

.il-control-btn {
	max-width: 40%;
}

/* Video Page End */

/* Content Page Start */

.il-share {
	margin: 0;
	padding: 0;
}

.il-share li {
	display: inline-block;
}

.details-main-title h2 {
	font-size: 34px;
	line-height: 120%;
	font-weight: 700;
}

.il-detail-clock {
	color: rgb(120, 120, 120);
	font-size: 12pt;
}

.il-headline {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.il-related-news {
	background-color: rgb(242, 242, 242);
	border-radius: 10px;
}

.il-related-news .details-article-info-text{
	min-height: 115px;
}

/* Content Page End */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 
	.il-nav-item{
		padding-left: 20px;
	}
	.il-nav-item::before {
		left: 0px;
	}
	.il-index-first-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
