/********* Common CSS Starts **********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@300;400;500;600;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	font-family: "Poppins", sans-serif;
	margin:0;
	padding:0;
	 -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
	box-sizing:border-box;

}
:root{
  --bs-body-color:#212529;--bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
}
/** {
     margin:0px;
     padding:0px;
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
     margin:0;
     padding:0;
     outline:0 
}*/
 html {
     -webkit-text-size-adjust:100%;
     -ms-text-size-adjust:100%;
     font-size:10px;
     -webkit-tap-highlight-color:transparent 
}
 html, body {
     font-family: Roboto, sans-serif, arial;
     font-size: 14px;
     color: #242424;
     font-weight: 400;
}
p{
	font-family: "Poppins", sans-serif;
	font-size:16px;
	color:#333333;
	line-height:1.6;
	text-align:justify;

}
 .container {
     width: 1300px;
     margin:10px auto;
	  padding:0;
     display:table;
}
 .width-100 {
     width: 100%;
     float: left;
}
 .width-25 {
     width: 25%;
     float: left;
}
 .width-33 {
     width: 33%;
     float: left;
}
 .width-50 {
     float: left;
     width: 50%;
}
 .width-66 {
     width: 66%;
     float: left;
}
 .width-75 {
     width:75%;
     float: left;
}
 .mt-20 {
     margin-top:20px;
}
 .mt-30 {
     margin-top:30px;
}
 .mt-50 {
     margin-top:50px;
}
 .main-section{
     width: 100%;
     float: left;
     padding-top:10px;
     padding-bottom:10px;
}
/********** Top Header CSS Starts **********/  
.theader {
     background-color: #333333;
/*	 position:fixed;
*/}
 .head-left ul {
     list-style:none;
     float:left;
}
 .head-left ul li {
     border-right: 1px solid rgba(255, 255, 255, .3);
     border-left: 1px solid rgba(255, 255, 255, .3);
     float: left;
     padding: 15px;
     color: white;
}
 .head-left ul li a {
     color:white;
     text-decoration:none;
}
 .notification {
     padding-top: 17px;
     color: white;
}
 .notification span img {
     height: 14px;
     width: 30px;
}
 .notification span {
     padding-right: 5px;
}
 .head-right ul {
     list-style:none;
     float: right;
}
 .head-right ul li {
     border-right: 1px solid rgba(255, 255, 255, .3);
     border-left: 1px solid rgba(255, 255, 255, .3);
     float: left;
     padding: 15px;
     color: white;
}
 .head-right ul li a {
     color:white;
     text-decoration:none;
}
 .head-span img {
     height: 14px;
     width: 30px;
}
/********** Top Header CSS Ends **********/
@font-face {
  font-family: 'RobotoSlab';
  src:url('../fonts/RobotoSlab.woff') format('woff'),
        url('../fonts/RobotoSlab.woff2') format('woff2'),
        url('../fonts/RobotoSlab.svg#RobotoSlab') format('svg'),
        url('../fonts/RobotoSlab.eot'),
        url('../fonts/RobotoSlab.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*.container {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1300px;
	margin: 0px auto;
}*/
/*.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position:relative;
	
}*/
.toparea{background: #f48000;padding-bottom: 8px;}
.top-right {float: none;text-align: center;margin-top: 5px;}
.top-right{margin: 0;padding: 8px 0 0;float: right;}
.top-right li{list-style: none;margin-left: .5em;display: inline-block;}
.top-right li a{
    color: #fff;
    padding: 0em 1em;
    line-height: 30px;
    text-decoration: none;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 20px;
}
.top-right li a:hover {background: #424242;}
.top-right li i{padding-right: 0.7em;}
.main-section {
  width: 100%;
  float: left;
  padding: 70px 0px 70px 0px;
  
}
.heading {
  font-size: 25px;
  font-weight: 800;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  color: #999999;
}
/********* Header HTML CSS Starts **********/
.header {
	background-color:#2b2929;
	padding: 6px;
/*	position:fixed;
*/	
	
}

.header-right{
	float:right;
	margin-top:0px;
}
.header b {
	background: #2b2929;
	color: #fff;
	padding-left:5px;
	font-size: 20px;
	margin-top:0px;
	
	
}
.header h {
	background: #2b2929;
	color: #fff;
	padding-left:5px;
	font-size: 15px;
	width:100%;
	
}
.header h2 {
	background: #666666;
	color: #fff;
	padding:6px;
	font-size: 10px;
	
}
.header marquee {
	font-size:20px;
	color: #ffffff;
	width: 80%;
}
/********* Design Logo and Menu section CSS Starts **********/
.logo {
	max-width:140px;
	height:100px;
  margin-top:0px;
	float:left;
}
.logoright {
	max-width:170px;
	height:130px;
  margin-top:0px;
	float:right;
}

/*Menu Section Menu Section*/
.navbar{
	width:100%;
	padding:0px;
	margin:0px auto;
	background-color:#0066FF;
/*	position:fixed;
*/}

.navbar ul{
	list-style-type:none;

}
.navbar ul li{
	float:left;
	width:100px;
	text-align:center;
	border-left:1px solid #fff;
	position:relative;
	
	

}
.navbar ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
/*	line-height:50px;
*/	font-size:12px;
	text-transform:uppercase;
	

}
.navbar ul li a:hover{
	color:#000000;

}
.navbar ul li ul{
	position:absolute;
	
	background-color:#0066ff;
	display:none;
	z-index:5;
	padding:0px;
	
}

.navbar ul li:hover>ul{
	display:block;
	
}
.navbar ul ul ul{
	left:100%;
	margin-top:0px;

}


nav {
	
	display: flex;
    float: right;
    padding: 25px 0px 20px 0px;
    background-color: #0066FF;
    width: 100%;
}
nav a {
	color: white;
	text-decoration: none;
	font-size:18px;
	padding:10px;
	font-weight:500;
	display:block;
}
/********* Slider CSS Starts **********/

/********* Campus, Events and Notice Board section CSS Starts **********/
/********* Campus, Events and Notice Board section CSS Starts **********/
.event {
  width: 50%;
  margin-right: 1%;
  float: left;
  background-color: #fff;
  padding: 0px;
}
.event .heading {
  border-bottom: 1px solid #0000CC;
  padding: 5px;
  color: #fff;
  background: #0000CC;
  text-align: center;
}
.event ul li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  list-style: none;
}
.event-date {
  background: #46b7c1;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 8px 12px;
  margin-right: 10px;
}
.bor-right {
  height: 100%;
  background: #4b0901;
  width: 2px;
  text-align: center;
  margin: 0 auto;
}
/********* Campus, Events and Notice Board section CSS End **********/
.title-c {
    margin-left: 20px;
    color: #fff;
}

.logo-tit {
    font-size: 28px;
}

/********* Campus, Events and Notice Board section CSS End **********/
/********* Slider CSS End **********/
/********* Design Logo and Menu section CSS End **********/
/********* Header HTML CSS End **********/
/********* Common CSS End **********//* CSS Document */

table {
  border-collapse: collapse;
  width:75%;
  color:#000033;
 
  
}

th, td {
  border: 1px solid black;
  height:50px;
  text-align:left;
  padding:10px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
tr:nth-child(even) {
  background-color: #999999;
}
.button {
  background-color: #999999; 
  border: solid;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 0px;
	position:relative;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.l-updates {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    height: 100%;
	}
.p-t-50 {
    padding-top: 50px;
}
.p-text {
    text-align: justify;
    line-height: 28px;
}
.column {
  float: left;
  padding: 0px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.acolumn {
  float: left;
  padding: 0px;
  height: 370px; /* Should be removed. Only for demonstration */
}
.left{
	width: 32%;
  padding: 5px 0px 5px 20px;
  color:#fff;
  line-height:1.6;
  border-style:solid;
  border-width:1px;
}
.right{
	width: 68%;
  padding: 5px 0px 5px 20px;
  color:#fff;
  line-height:1.6;
  border-style:solid;
  border-width:1px;
}
.tleft{
	width: 50%;
  padding: 0px 0px 5px 20px;
  color:#0a0a0a;
  line-height:0.6;
  border-style:solid;
  border-width:0px;
}
.tright{
	width: 49%;
  padding: 5px 0px 5px 20px;
  color:#0c0c0c;
  line-height:0.6;
  border-style:solid;
  border-width:0px;
  background-color: white;
}
/* .bor-right {
    height: 100%;
    background: #06c168;
    width: 2px;
    text-align: center;
    margin: 0 auto;
} */
.h2-title:after {
  color: #333;
  font-weight: 700;
  font-size: 36px;
  padding: 0px 0px 25px 0px;
  position: relative;
  display: inline-block;
}
div{
	display:block;

}
h1, h2, h3, h4, h5, h6, span,p {
  font-family: 'RobotoSlab';
  font-weight: 700;
}
.card{
  border-style:solid;
  border-color:#666666;
  border-width:1px;
  margin-left:5px;
  height:350px;
  
}

.aleft {
  width: 35%;
  padding: 5px 30px 0px 20px;
  color:#666666;
  line-height:1.6;
 
  
}
.acenter{
	width:43%;
	padding: 5px 30px 0px 20px;
 	color:#666666;
	line-height:1.6;
	
	
}

.aright {
	width: 65%;
	padding:0px 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/********* Footer section CSS Starts **********/
/********** Footer CSS Starts **********/  
.footer-section {
     padding-top: 50px;
     padding-bottom:20px;
     background: #550202;
     width: 100%;
     float: left;
	 
}
 .footer-section h3 {
     font-size:24px;
     color:#fff;
}
 .footer-section p {
     font-size: 14px;
     line-height: 25px;
     color: #fff;
     margin-top: 20px;
     padding: 0px 30px 0px 0px;
}
 .footer-about i {
     border: 1px solid #e5e3e3;
     font-size: 20px;
     margin-right: 10px;
     margin-top:20px;
     background: #fff;
     border-radius: 50%;
     height: 40px;
     width: 40px;
     text-align: center;
     line-height: 40px;
     color: #787eff;
}
 .quick-link ul {
     margin-top:30px;
     list-style:none;
     float:left;
     width: 100%;
}
 .quick-link li {
     width: 50%;
     float:left;
     margin-bottom: 10px;
}
 .quick-link li a {
     font-size:14px;
     color:#fff;
     text-decoration:none;
}
 .subscribe-us input {
     margin-top:20px;
     padding: 10px;
     border: 1px solid #e5e3e3;
     border-radius: 5px;
     width: 100%;
     color: #000000;
     text-align: left;
     background: #fff;
     height: 42px;
}
 .subscribe-us button {
     padding: 12px;
     background: #ff5722;
     color: white;
     font-size: 14px;
     width: 100%;
     float: left;
     margin-top: 10px;
     border: none;
}

.about-us{
	font-weight:500;
	text-align:justify;
	text-decoration:none;
	font-size:20px;
	justify-content: center;
	color:#333333;
	padding-left:20px;
	padding-right:20px;
	
}
.dname{
	font-size:20px;
	text-align:center;
}
.fa-facebook{
	font-size:30px;
	color:skyblue;
	cursor:pointer;

}
.fa-square-twitter{
	font-size:30px;
	color:skyblue;
	cursor:pointer;
}
.fa-youtube{
	font-size:30px;
	color:red;
	cursor:pointer;
}
.fa-linkedin{
	font-size:30px;
	color:#3366FF;
	cursor:pointer;
}
.fa-instagram{
	font-size:30px;
	color:#CC3300;
	cursor:pointer;
}
.fa-whatsapp{
	font-size:30px;
	color:#00CC33;
	cursor:pointer;
	
}
.fa-envelope{
	font-size:20px;
	color:#fff;
}
.fa-phone{
	font-size:20px;
	color:#fff;
}
.fa-cricket-bat-ball{
	font-size:50px;
	color:#FFCC00;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box>.inner {
    padding: 10px;
}
/********* Gallery section CSS Starts **********/
.gallery img {
  width: 24%;
}
/********* Gallery section CSS End **********/


.wrapper{
    overflow: hidden;
}

.imageContainer{
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 200%;
}

.imageContainer .image{
  height: 275px;
  width: 100%;
  background-image: url('https://images.unsplash.com/photo-1538947151057-dfe933d688d1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2370&q=80');
    background-size: cover;
}

.image:nth-child(odd){
  background-image: url('https://images.unsplash.com/photo-1489183988443-b37b7e119ba6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2372&q=80')
}
@media only screen and (max-width: 480px){}

.staffteam{ margin-top: 20px; text-align: center;}
.staffteamimg{display: block;overflow: hidden;border-radius: 4px;}
.staffteamimg img{width: 100%; height: auto}

.staffteam .staffteamimg {position:relative;overflow: hidden; height: 250px;}
.staffteam .staffteamimg img{width:100%;transition: all .4s; position: relative;}

.staff-content {
  padding: 0 10px 15px;
  transition:.3s;
}
.instructor-icon {margin-top: 15px;}
.staffteam .staffteamimg img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.staffteam:hover .staffteamimg img {
    transform: scale(1.3);
    transition: all 500ms ease;
}

.staffteam .staffteamimg:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.0);
    transition: all 500ms ease;
}

.staffteam:hover .staffteamimg:before {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    transition: all 500ms ease;
}

.social-links{margin:0; padding: 0; list-style: none; display: none;}

.social-links li {
    position: relative;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  width: 36px;
  color: #000;
  transition: .3s;
  box-shadow: 8px 6px 8px rgba(0, 0, 0, 0.175);
}
.social-links li a.active{color: #fff;background: #f5821f;}
.social-links li a:hover{color: #fff;background: #f5821f;}
.social-links li a:last-child{margin-right:0;}
.social-links li a i {
  line-height: 36px;
  font-size: 14px;
}
.staff-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.staff-content span {
  color: #333;
  font-weight: 400;
}
.header-extras{display: none;}
nav ul {
        flex-direction: column;
        align-items: center;
    }
@media(min-width:992px) and (max-width: 1199px){
  .logo img{height: 60px;}
  .header-extras li {margin-left: 15px;padding-left: 15px;}
}
.header-extras li i {
    margin-top: 3px!important;
    font-size: 36px;
	}n
	.header-extras li i {margin-top: 5px!important;font-size: 36px;}
.header-extras li:first-child {margin-left: 0}
.header-extras li a{color: #1c1b17;text-decoration: underline;}
.header-extras li .he-text {float: left;font-weight: normal;text-transform: uppercase;color: #1c1b17;}
.header-extras li .he-text span {display: block;font-weight:normal;text-transform: lowercase;font-weight: 600;}
.logo{text-align: center;transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;}

.double-line-bottom-theme-colored-2 {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative;
}
.double-line-bottom-theme-colored-2:after {
  border-radius: 8px;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 64px;
}
.double-line-bottom-theme-colored-2:before {
  border-radius: 8px;
  bottom: -1px;
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 24px;
}
.double-line-bottom-centered-theme-colored-2 {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative;
}
.double-line-bottom-centered-theme-colored-2:after {
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  position: absolute;
  width: 64px;
}
.double-line-bottom-centered-theme-colored-2:before {
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 6px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  position: absolute;
  width: 24px;
}
.text-uppercase{
	text-transform:uppercase;
}
hr.new1 {
  border-top: 1px solid #660000;
  width:50px;
}
.box {
  height: 200px;
  width: 200px;
  display:block;
  background-color: #000000;
  color: #000000;
}
.service-box {
  border-right:1px solid rgba(255, 255, 255, 0.21);
  padding: 30px 30px 20px 40px;
  display: block;
  color: #fff;
  background-color: #2b2a29;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #f48000;
  width: 25% !important
}
.service-box:first-child {
    border-radius: 5px 0px 0px 5px;
}
.service-box:last-child {
  border-right: none; border-radius: 0px 5px 5px 0px;
}
.service-box .service-box-content {position: relative;padding-left: 60px;}
.service-box .service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}
.service-box .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box .service-box-content p {
  color: #FFFFFF;
  font-weight: 400;
  width: 80%;
}
.service-box .service-box-icon {
     padding-top: 10px;
     position: absolute;
     left: 0;
     top: -15px;
}

.service-box .service-box-icon img {
width: 50px;
height: auto;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}

.service-box .service-box-icon i {
  color: #fdc800;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box:hover .service-box-content h3 a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/********** Footer Copyright CSS Starts **********/  
.copyright {
     text-align: center;
     border-top: 1px solid #b3b3b3;
     margin-top: 30px;
     padding-top:20px;
     color: #fff;
}
/********** Footer Copyright CSS Ends **********/
.event-container{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
	margin:40px 20px 0 20px;
}
.event-container .event-head{
	width:100%;
	padding-bottom:50px;

}
.event-container .event-head h3{
	font-size:2em;
	font-weight:bolder;
	padding-bottom:10px;
	border-bottom:1.5px solid #222;

}
.event-container .event-head h3 span{
	font-weight:100;
}
.event-container .event-box{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
}
.event-container .event-box .sports{
	display:flex;
	flex-direction:column;
	width: 32.5%;
}
.event-container .event-box .sports img{
		width:100%;
		padding-bottom:15px;
		border-radius:5px;
		
}

/* SIDE NAVIGATION BAR */
/* Google Font Link */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
::-webkit-scrollbar{
  width: 5px;
  left: 230px;
}
::-webkit-scrollbar-thumb{
  background: darkgrey;
}
.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #11101D;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
  display:flex;
  flex-direction:column;
}
.sidebar.open{
  width: 250px;
}
.sidebar .logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  opacity: 1;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
  text-align: right;
}
.sidebar i{
  color: #fff;
  height: 40px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
}
.sidebar .nav-list{
  margin-top: -10px;
  height: 100%;
}
.sidebar li{
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 5;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input{
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: #FFF;
}
.sidebar.open .bx-search:hover{
  background: #1d1b31;
  color: #FFF;
}
.sidebar .bx-search:hover{
  background: #FFF;
  color: #11101d;
}
.sidebar li a{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #11101D;
}
.sidebar li a:hover{
  background: #FFF;
}
.sidebar li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li i{
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 12px;
  
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #1d1b31;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile{
  width: 250px;
}
.sidebar li .profile-details{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img{
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;

}
.sidebar li.profile .job{
  font-size: 12px;
}
.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
 
}
.home-section{
  position: relative;
  background: #E4E9F7;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text{
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
 
  
}
.home-section .text input{
    width: 100px;
    border-radius: 5px;
    background-color: #807878;
    color: #fff;
  
}
.scrollbar{
  overflow: auto;
  margin-top: 50px;
}

@media (max-width: 420px) {
  .sidebar li .tooltip{
    display: none;
  }
}
.home-section .form-group{
    height: 100%;
    width: 100%;
}
.form-group h{
    /* background-color: #0000CC; */
    position: absolute;
    color: #ddd;
    font-size: 20px;
    font-weight: 700;
    transform:translateY(50%);
    margin-left: 10px;
    margin-top: 10px;
    text-transform: uppercase;

}
.head1{
  position: relative;
    background-color: #333333;
    height: 50px;
    
}
  .form-container{
    height: 50%;
    
    position: relative;
}

.form-items{
    margin-top: 20px;
	margin-left:300px;
	width:300px;
    position: absolute;
	
}
.form-control{
display:block;
width:100%;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:var(--bs-body-color);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background-color:var(--bs-body-bg);
background-clip:padding-box;
border:var(--bs-border-width) solid var(--bs-border-color);
border-radius:var(--bs-border-radius);
transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce){
.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

.row1{
--bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
    display:flex;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row1>*{
flex-shrink:0;
width:100%;max-width:100%;
padding-right:calc(var(--bs-gutter-x) * .5);
padding-left:calc(var(--bs-gutter-x) * .5);
margin-top:var(--bs-gutter-y);
}
.col{
flex:1 0 0%;
}
.row1-cols-auto>*{
flex:0 0 auto;
width:auto;
}
.row1-cols-1>*{
flex:0 0 auto;
width:100%;
}
.row1-cols-2>*{
flex:0 0 auto;
width:50%;
}
.row1-cols-3>*{
flex:0 0 auto;
width:33.33333333%;
}
.row1-cols-4>*{
flex:0 0 auto;
width:25%;
}
.row-cols-5>*{
flex:0 0 auto;
width:20%;
}
.row1-cols-6>*{
flex:0 0 auto;
width:16.66666667%;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}
.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}
.lable{
		font-size:16px;
		font-weight:500;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    justify-content: space-between;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0 solid rgba(0,0,0,.125);
}
.table:not(.table-dark) {
    color: inherit;
}
.card-body>.table {
    margin-bottom: 0;
}
.table-bordered {
    border: 0px solid #dee2e6;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
*, ::after, ::before {
    box-sizing: border-box;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
    border-color: grey;
	border:hidden;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
th{
	background-color:#666666;
	color:#FFFFFF;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    border-radius: 6%;
    margin: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
.content-wrapper>.content {
    padding: 0 0.5rem;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
*, ::after, ::before {
    box-sizing: border-box;
}

section {
    display: block;
}
.badge-warning {
    color: #1f2d3d;
    background-color: #ffc107;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.option{
  display: flex;
  justify-content: space-between;
  float: right;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
