/*=====================Global custom styling start here=============================*/

html , body{
	padding: 0 !important;
	margin: 0!important;
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
html{
	scroll-behavior: smooth;
}
body{
	background: #000;
}
::selection{
	background: #00529b;
	color: #fff;
}



.text-dec-none{
	text-decoration: none !important;
}

/*custom row*/
.cstm-row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.cstm-col{
	padding-right: 0px !important;
	padding-left: 0px!important
}


.p-r{
	position: relative;
}
/*.container{
	max-width: 1320px;
}*/
.fromBoxCol{
	padding-right: 5px !important;
	padding-left: 5px !important
}

.scrollUp{
	position: fixed;
	top: 45%;
	right: 2%;
	display: none;
	z-index: 999;
}
.scrollUp span i{
	font-size: 24px;
	color: #fff !important;
}
.showLink{
	display: block;
}
/*=====================Global custom styling end here=============================*/


/*======================top banner styling starts here==========================*/
.headLine{
	background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 5px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 5px 1px #5d5d5d;
}
.topBanner{
	/*background: url(../images/welfare-bg.jpg) no-repeat;*/
	background: #015AC1;
	/*height: 300px;*/
	background-size: cover;
}
.bgHead2{
	background: url(../images/head2.jpg) no-repeat;
	width: 100%;
	height: 300px;
	display: flex;
    align-items: center;
}
.adminLogin p a{
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
    font-family: serif;
}
.lgnBtn{
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: unset !important;
	color: #fff;
	font-size: 20px;
    text-decoration: underline;
    margin-right: 10px;
}
.bcmMember{
	background: #F9250A;
	border: 0 !important;
	box-shadow: unset !important;
	outline: 0 !important;
	border-radius: 10px;
    padding: 3px 15px;
    color: #fff;
    font-size: 20px;
    animation: mymove 5s infinite;
}
@keyframes mymove {
  from {background-color: #F9250A;}
  to {background-color: #0094FF;}
}
/*=======================top banner styling ends here=============================*/



/*=========================navbar styling starts here=============================*/
.navBar{
	background: #000;
}
.nav-bar{
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.navList{
	display: inline-block;
	padding: 7px 10px;
	
}

.navList a{
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	position: relative;
	font-family: sans-serif;
    text-transform: uppercase;
    opacity: 0.8;
}
.navList a:hover{
	opacity: 1;
}
.navList a:before{
	position: absolute;
	content: "|";
	font-size: 16px;
    top: -4px;
    right: -12px;
	color: #fff;
}
.navList:last-child a:before{
	content: unset;
}
/*===========================navbar styling ends here=============================*/



/*=====================memorandum-data styling starts here=======================*/
.memorandum{
	background: url(../images/back.png);
	background-repeat: repeat-x;
}
.memorandum-data h3{
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: #015AC1;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
    font-family: sans-serif;
}
.memorandumList li{
	padding: 5px 0px;
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
}
/*download form box*/
.downloadFormBox{
	padding: 10px 10px;
	background: url(../images/back.png);
	background-repeat: repeat-x;
	border-radius: 5px;
    border: 1px solid #828282;
}
.downloadFormBox h6{
	color: #fff;
	font-size: 18px;
	font-family: cursive;
}
.downloadFormBox h6 i{
	margin-right: 7px;
	color: #B48E19;
}
.downloadList{
	list-style: none;
	margin: 0 !important;
}
.downloadList li{
	padding: 3px 0px
}
.downloadList li a{
	text-decoration: none !important;
	color: #B48E19;
	font-size: 13px;
    position: relative;
    font-family: sans-serif;
    font-weight: bold;
}
.downloadList li a:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    left: -33px;
    top: 1px;
    font-size: 14px;
    color: #fff;
}
.pdfDownloader a{
	position: unset;
	color: #B3B3B3 !important;
	font-weight: bold;
	font-size: 12px !important;
}
.pdfDownloader a:before{
	content: unset;
}
/*contacts*/
.contacts h6{
	color: #B48E19;
	font-size: 18px;
	padding: 5px 10px;
	background: #015AC1;
	font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.contacts h6 i{
	color: #fff;
	margin-right: 7px;
}
.contacts p{
	color: #fff;
	font-size: 13px;
}
.contacts ul{
	list-style: none;
	padding: 0 !important;
	margin: 0 !important
}
.contacts li{
	color: #fff;
	font-size: 13px;
}
.contacts li a{
	color: #fff;
	opacity: 0.7;
}
/*sposnsor table styling*/
.sponsorsTable td{
	border: 0;
	padding: 5px 5px;
}
.sponsorsTable td img{
	width: 100px;
	height: 70px;
}
.bigImg img{
	width: 100% !important;
}
/*=====================memorandum-data styling ends here=======================*/



/*==============================footer styling starts here=====================*/
.webFooter{
	margin-top: 10px;
	padding: 10px 10px;
	background: url(../images/back.png);
	background-repeat: repeat-x;
}
.footerText p{
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	margin-bottom: 0;
}
/*===========================footer styling ends here==========================*/

/*================About us styling starts here=============================*/
.aboutUsData p{
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
	margin-bottom: 0;
}
.aboutUsData h6{
	margin-bottom: 10px;
	color: #fff;
}
/*=========================about us styling ends here======================*/



/*=======================home page styling starts here=====================*/
.AyetImg img , .sliderImg{
	height: 200px;
	width: 100%;
}
.AyetImg {
    border: 4px solid #378CEE;
    border-left: 0;
}
.sliderMemberImg img{
	width: 120px;
	height: 140px;
}
.slider{
	border: 4px solid #378CEE;
    border-right: 0;
    height: 208px;
}
.intro-data p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	font-family: sans-serif;
}
.mt-8{
	margin-top: 8px !important;
}
.trusteeTable thead th{
	background: #333333
}
.trusteeTable  th , .trusteeTable td{
	border: 1px solid #000;
	padding: 5px 5px !important;
	font-size: 14px;
	color: #fff;
	border-bottom: 0 !important;
}
.trusteeTable  td{
	background: #666666;
}
/*=========================home pages styling ends here===================*/



/*====================form page styling starts here======================*/
.formBox{
	border: 0;
	background: unset;
	margin-top: 40px;
}
.formList li{
	display: inline-block;
	padding: 10px 10px !important;
	font-size: 16px !important;
}
.formList li a{
	color: #FAC501
}
.formList li a:before{
	left: -15px;
    top: -2px;
}
p.pdfDownloader a img{
	width: 60px;
	margin-right: 7px;
}
/*=====================form page styling ends here======================*/


/*====================Management styling starts here====================*/
.managementImg img{
	width: 120px;
	height: 140px;
}
.managementName h6 , .managementName p{
	font-size: 14px;
	margin: 0;
	color: #fff;
}
.TeamTable td{
	color: #fff;
	font-size: 14px;
}
/*=====================Management styling ends here=====================*/



/*===================Media page styling starts here====================*/
.MediaBox {
    border: 1px solid #2a2a2a;
    border-top: 25px solid #999999;
    border-radius: 0;
}
.MediaList{
	margin-top: 20px !important;
}
.MediaList li{
	padding: 15px 0px;
}
.MediaList li a {
    color: #FAC501;
    font-size: 18px;
}
.MediaList li a span{
	color: #fff !important;
}
.galleryHEad h3{
	position: relative;
	color: #FAC501;
	padding: 5px 15px;
	font-size: 20px;
}
.galleryHEad h3:before{
	left: -10px;
	top: 7px;
	position: absolute;
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    color: #fff;
}
.galleryRow{
	border-top: 20px solid #333333;
}
.galleryImg img{
	width: 100%;
	height: 265px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*====================Media page styling ends here====================*/



/*=======================Activites styling starts here=================*/
.activitiesData h6{
	color: #FAC501;
	font-size: 14px;
	margin-top: 25px;
}
.activitiesData p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;

}
/*========================Activities styling ends here=================*/