
@import url("http://fonts.googleapis.com/css?family=Lato: 400,600,900");
@import url("http://fonts.googleapis.com/css?family=Lalezar: 400,600,900");

body{
  font-family: 'Lato', sans-serif;
}
.font-lalezer{
	font-family: 'Lalezar', sans-serif;
}
.c1-kca{
	color : #ED0504;
}
.c2-kca{
	color : #020562;
}
.c3-kca{
	color : #020421;
}

.bg-c1{
	background-color: #ED0504;
}
.bg-c2{
	background-color: #020562;
}
.bg-c3{
	background-color: #020421;
}
.bg-ground{
	background-color: #023404;
}


.bg-white{
	background-color: #fff !important;
}
.bg-black{
	background-color: #000 !important;
}
.bg-black-9{
	background-color: rgb(0, 0, 0, 0.9); !important;
}
.bg-black-8{
	background-color: rgb(0, 0, 0, 0.8); !important;
}
.bg-black-7{
	background-color: rgb(0, 0, 0, 0.7); !important;
}
.bg-black-6{
	background-color: rgb(0, 0, 0, 0.6); !important;
}
.bg-black-5{
	background-color: rgb(0, 0, 0, 0.5); !important;
}
.bg-black-4{
	background-color: rgb(0, 0, 0, 0.4); !important;
}
.bg-black-3{
	background-color: rgb(0, 0, 0, 0.3); !important;
}
.bg-black-2{
	background-color: rgb(0, 0, 0, 0.2); !important;
}
.bg-black-1{
	background-color: rgb(0, 0, 0, 0.1); !important;
}

.bg-light-d{
	background: #f2f2f2;
}

.text-white{
	color: #fff !important;
}
.text-black{
	color: #000 !important;
}

.text-black-9{
	color: rgb(0, 0, 0, 0.9); !important;
}
.text-black-8{
	color: rgb(0, 0, 0, 0.8); !important;
}
.text-black-7{
	color: rgb(0, 0, 0, 0.7); !important;
}
.text-black-6{
	color: rgb(0, 0, 0, 0.6); !important;
}
.text-black-5{
	color: rgb(0, 0, 0, 0.5); !important;
}
.text-black-4{
	color: rgb(0, 0, 0, 0.4); !important;
}
.text-black-3{
	color: rgb(0, 0, 0, 0.3); !important;
}
.text-black-2{
	color: rgb(0, 0, 0, 0.2); !important;
}
.text-black-1{
	color: rgb(0, 0, 0, 0.1); !important;
}
.text-justify{
	text-align: justify;
}

.fs-6{
	font-size: 6px;
}
.fs-7{
	font-size: 7px;
}
.fs-8{
	font-size: 8px;
}
.fs-9{
	font-size: 9px;
}
.fs-10{
	font-size: 10px;
}
.fs-11{
	font-size: 11px;
}
.fs-12{
	font-size: 12px;
}
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.fs-16{
	font-size: 16px;
}
.fs-17{
	font-size: 17px;
}
.fs-18{
	font-size: 18px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-22{
	font-size: 22px;
}
.fs-24{
	font-size: 24px;
}
.fs-26{
	font-size: 26px;
}
.fs-28{
	font-size: 28px;
}
.fs-30{
	font-size: 30px;
}
.fs-32{
	font-size: 32px;
}
.fs-34{
	font-size: 34px;
}
.fs-36{
	font-size: 36px;
}
.fs-40{
	font-size: 40px;
}
.fs-44{
	font-size: 44px;
}
.fs-50{
	font-size: 50px;
}

.w-95 {
	width: 95%;
}
.w-90 {
	width: 90%;
}
.w-85 {
	width: 85%;
}
.w-80 {
	width: 80%;
}
.w-70 {
	width: 70%;
}
.w-60 {
	width: 60%;
}
.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.w-30 {
	width: 30%;
}
.w-20 {
	width: 20%;
}
.w-15 {
	width: 25%;
}
.w-10 {
	width: 20%;
}
.w-05 {
	width: 05%;
}

.w-100px{
	width: 100px;
}

.h-100 {
	height: 100%;
}
.h-90 {
	height: 90%;
}
.h-80 {
	height: 80%;
}
.h-70 {
	height: 70%;
}

.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700 !important;
}
.fw-800{
	font-weight: 800 !important;
}
.fw-900{
	font-weight: 900 !important;
}

.br-5{
	border-radius: 5px !important;
}
.br-8{
	border-radius: 8px !important;
}
.br-10{
	border-radius: 10px !important;
}
.br-12{
	border-radius: 12px !important;
}
.br-15{
	border-radius: 15px !important;
}
.br-20{
	border-radius: 20px !important;
}

.relative{
	position: relative;
}

.head{
	height: auto;
	padding: 30px 20px;
}

.bg-pattern{
	background-color: #020562;
	background: repeating-linear-gradient( 45deg, #020421, #020421 5px, #020562 5px, #020562 25px );
}
.bg-green-dot{
	background-color: #023404;
	background-image:  linear-gradient(135deg, #1A591B 25%, transparent 25%), linear-gradient(225deg, #1A591B 25%, transparent 25%), linear-gradient(45deg, #023404 25%, transparent 25%), linear-gradient(315deg, #023404 25%, #022703 25%);
	background-position:  5px 0, 5px 0, 0 0, 0 0;
	background-size: 5px 5px;
	background-repeat: repeat;
}
.bg-strips{
  color: black;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #1442A0 10px,
    #1758B2 20px
  ),
  radial-gradient(50% 50% at 50% 50%, #5FA1FF 0%, #1758B2 100%)
}

.btn-c1{
	background: #ED0504;
	border: 1px solid rgba(2, 5, 98, 0.25);
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 4px rgba(2, 5, 98, 0.25);
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 5px 35px;
}
.btn-c1:hover{
	background: #FFFFFF;
	border: 2px solid #ED0504;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
	color: #ED0504;
}

.btn-c2{
	background: #020562;
	border: 1px solid rgba(2, 5, 98, 0.25);
	box-sizing: border-box;box-shadow: 0px 0px 10px 4px rgba(237, 5, 4, 0.25);
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 5px 35px;
}
.btn-c2:hover{
	background: #FFFFFF;
	border: 2px solid #020562;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
	color: #020562;
}

/*   Menu   */

.nav-link{
	color: #fff !important;
	font-weight: 600;
	border-left: 1px solid #ED0504;
	border-right: 1px solid #ED0504;

}
.nav-link:hover{
	color: #ED0504 !important;
	font-weight: 700;
	transform: scale(1.05);
	border-bottom: 2px solid #ED0504;
}
.navbar-nav .active a{
	color: #ED0504 !important;
	font-weight: 700;
	transform: scale(1.05);
	border-bottom: 2px solid #ED0504;
}
.dropdown-menu .active{
	color: #ED0504 !important;
	font-weight: 700;
	background-color: rgba(65, 105, 225, 0.1) !important;
	border-radius: 5px;
	border-bottom: 2px solid #ED0504;
}
.dropdown-item {
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*  Multilevel Menu  */

.dropdown-toggle.active-dropdown::after{transform:rotate(-90deg)}


/*--  End Menu  --*/

/*  Footer   */
.footer{
	background-color: #023404;
	color: #fff;
}
.footer a{
	text-decoration: none;
	color: #fff;
	font-size: 20 !important;
	font-weight: 500 !important;
}
.footer a:hover{
	text-decoration: underline;
	color: #fff;
	font-size: 23 !important;
	font-weight: 600 !important;
}
.footer-bottom{
	border-top: 2px solid #fff;
}
.bb{
	text-decoration: none;
	border-bottom: 2px solid #F7BA71;
	margin-top: 5px;
	width: 110px;
}
.footer-sm:hover{
	background-color: #ED0504;
	padding: 3px;
	height: 50px;
	width: 50px;
	text-align: center;
}

.text-heading{
	font-weight: 700;
	font-size: 38px;
	color: #FFF;
}
/* Contact  */

.map{
	background: #FFFFFF;
	box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px;
	padding: 0px;
}
.contact-box{
	background: #FFFFFF;
	border: 2px solid rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px;
}

/* Committee */
.com-box{
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.border-b-kca{
	border-bottom: 2px solid #F7BA71;
	opacity: 1 !important;
}
.bg-pos{
	background: linear-gradient(270deg, #ED0504 0%, rgba(2, 5, 98, 0.84) 13.46%, rgba(2, 5, 98, 0.84) 86.84%, #ED0504 100%);
	border: 2px solid rgba(255, 0, 0, 0.79);
}
.img-committee{
	width: auto;
	height: 200px;
}

/* Gallery  */
.img-gallery{
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
	height: 250px;
	width: auto;
	margin: 15px;
}
.img-gallery:hover{
	border: 2px solid #ED0504;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
	transform: scale(1.08);
	overflow: hidden;
}
.video-gallery{
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
	height: 280px;
	width: auto;
	margin: 15px;
}
.video-gallery:hover{
	border: 2px solid #ED0504;
}

/* Notification  */
.noti-box{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
	border-radius: 5px;
	padding: 8px;
}
.noti-left{
	border-left: 4px solid #ffc107;
	color: #ffc107;
}
.news-left{
	border-left: 4px solid #6610F2;
	color: #6610F2;
}

/* Player  */
.player-box{
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 6.32%, rgba(224, 224, 224, 0.37931) 69.54%, #C4C4C4 97.99%);
}
.player-box-1{
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 1.32%, rgba(224, 224, 224, 0.37931) 40.54%, #C4C4C4 98.99%);
}
.player-img{
	border-bottom: 1px solid #001D54;
}
.player-name{
	color: #001D54;
}

/* Other Committee */
.accordion-button{
	font-weight: 700!important;
}

/* index  */
.banner-bg-1{
	background-image: url(../img/banner/ban1.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-2{
	background-image: url(../img/banner/ban2.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-3{
	background-image: url(../img/banner/ban3.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-4{
	background-image: url(../img/banner/sb4.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-5{
	background-image: url(../img/banner/sb5.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-6{
	background-image: url(../img/banner/sb6.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-7{
	background-image: url(../img/banner/sb7.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-8{
	background-image: url(../img/banner/sb8.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-9{
	background-image: url(../img/banner/sb9.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-10{
	background-image: url(../img/banner/sb10.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-bg-11{
	background-image: url(../img/banner/sb11.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-row{
 	height: 550px;
}
.height-400{
	height: 400px !important;
}


.btn-round{
	border: 1px solid #808080;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
}
.btn-round:hover{
	border: 2px solid #000;
	font-weight: 800;
	font-size: 26px;
	opacity: 1.0;
}

.owl-nav-prev{
	margin-right: 5px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
.owl-nav-next{
	margin-left: 5px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

#INPL .owl-nav{
  position: absolute;
  top: 40%;
}
#INPL .owl-nav .owl-next {
  margin-right: -30px;
	float: right;
	background: transparent;
}
#INPL .owl-nav .owl-prev {
  margin-left: -30px;
	float: left;
	background: transparent;
}

#INPL .owl-nav{
  position: absolute;
  top: 40%;
}
#INPL .owl-nav .owl-next {
  margin-right: -30px;
	float: right;
	background: transparent;
}
#INPL .owl-nav .owl-prev {
  margin-left: -30px;
	float: left;
	background: transparent;
}
