@font-face{
	font-family: poppins-regular;
    src: url("../font/Poppins-Regular.ttf");
}
@font-face{
	font-family: poppins-bold;
    src: url("../font/Poppins-Bold.ttf");
}
@font-face{
	font-family: poppins-light;
    src: url("../font/Poppins-Light.ttf");
}
@font-face{
	font-family: poppins-medium;
    src: url("../font/Poppins-Medium.ttf");
}
@font-face{
	font-family: poppins-semibold;
    src: url("../font/Poppins-SemiBold.ttf");
}
@font-face{
	font-family: Poppins-Thin;
	src: url("../font/Poppins-Thin.ttf");
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: poppins-regular;
}
p{
	color: #777;
	font-size: 16px;
	font-family: poppins-regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 3.0rem;
	font-family: poppins-semibold;
}
h2{
	font-size: 2.5rem;
	font-family: poppins-bold;
}
h4{
	font-family: poppins-medium;
	font-size:22px;
}
a{
	color: #101010;
	font-size: 15px;
	font-family: poppins-regular;
	text-decoration-line: none;
}
a:hover{
	text-decoration: none;
}

header{
	position: relative;
	width: 100%;

}
.header_inner{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: transparent;
	top: 20px;
	z-index: 100;
	transition: 0.5s;
}

.navbar-scroll{
	position: fixed;
	top: 0px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
background: linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffeb88",GradientType=1);
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
-moz-box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
}
.banner_area{
	position: relative;
	width: 100%;
	height: 90vh;
}
.banner_item{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 90vh;
	width: 100%;
}
.banner_item::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.5);
}
.header_inner .navbar-brand img{
	max-width: 100px;
}
.navbar-scroll .navbar-brand img{
max-width: 50px;

}
.navbar-scroll .nav-item .nav-link{
	color: #101010!important;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
}
.header_inner .nav-item .nav-link{
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}
.btn_area{
	width: 150px;
	border:1px solid #e8b100;
	border-radius: 28px;
	padding: 8px;
	transition: 0.5s;
}
.btn_solid{
	padding: 8px 15px 8px 15px;
	background-color: #e8b100;
	font-family: poppins-semibold;
	font-family: 13px;
	text-transform: uppercase;
	color: #101010;
	border-radius: 30px;
	width: 100%; 
}

.btn_area:hover{
	background-color: #e8b100;
}

.banner_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px; 
	transform: translate(-50%, -50%);
	text-align: center;
	 margin: auto;
	 z-index: 10;
}
.banner_title {
	background-color: rgba(6, 130, 0, 0.6); 
    padding:10px 18px 5px 18px;
    border-radius: 30px;
    width: 100%;
    text-align: center;

}
.banner_title h1,
.banner_title span{
	display: inline-block;
}
.banner_title h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: poppins-semibold;
	color: #fff;
}
.banner_title span{
	color: #fff;
	font-size: 15px;
}
.banner_caption p{
	color: #fff;
	margin-top: 16px;
}

.about_box{
	border-radius: 15px;
	padding: 25px;
	margin-top: 15px;
	position: relative;
	z-index: 100;
	transition:0.5s!important;

}
.about_box:hover{
	margin-top: -20px;
	transition: 0.5s
}
.height-matic{
	height: 300px;
}
.green{
	background-color: #005b04;
}
.about_box h4{
	color: #fff;
	font-family: poppins-medium;
}
.about_box h4 span{
	font-family: poppins-light;
	color: #fff;
}
.about_box p{
	color: #fff;
	font-family: poppins-regular;
	margin-top: 16px;
	 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.about_box a{
	color: #fff;
	 font-family: poppins-semibold;
}

.yellow{
	background-color: #e8b100;
}
.blue{
	background-color: #0071db;
}
.section_about_area{
	position: relative;
	margin-top: -100px;
	transition: 0.5s
}
.banner_slide  .owl-prev{
	position: absolute;
	left: 10px!important;
	top: 45%;
	width: 40px!important;
	height: 40px!important;
	background-color: transparent!important;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #fff!important;
	border-radius: 50%;
	font-size: 16px;
	color: #fff!important;
}

.banner_slide  .owl-next{
	position: absolute;
	right: 10px!important;
	top: 45%;
	width: 40px!important;
	height: 40px!important;
	background-color: transparent!important;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #fff!important;
	border-radius: 50%;
	font-size: 16px;
	color: #fff!important;
}

.section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section_title span{
	font-family: poppins-medium;
	color: #005b04;
	text-transform: uppercase;
	font-size: 15px;
}
.section_title h2{
   font-family: Poppins-Thin;
   color: #101010;
}
.section_title h2 b{
	font-family: poppins-medium;
}

.about_content{
	margin-top: 25px;
}

.notice_box{

position: relative;
}
.notice_box img{
	max-width: 100%;
}
.notice_box_content{
	position: absolute;
	top: 100px;
	right: 20px;
	bottom: 20px;
	height: 300px;
	left: 60px;
	overflow: hidden;
	width: 300px;
}
.notice_box_content h4{
	color: #005b04;
	font-family: poppins-bold;
	font-size: 16px;
	text-transform: uppercase;
}
.notice_box_content ul li{
	font-size: 15px;
	color: #000;
	font-family: poppins-light;
	 position: relative;
  padding-left: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
}

.notice_box_content ul :before{
	content: ' \2022'; 
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  color: #005b04;
  top: 2px;
}


.section_bg_area{
	background-image: url(../images/black_bg.jpg);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.secion_box{
	margin-top: 25px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	border-bottom: 4px solid #e8b100;
	transition: 0.5s;
	height: 220px;
}
.secion_box .ic_img{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	transition: 0.5s;
}
.secion_box .ic_img img{
	max-width: 100%;
	max-width: 100%;
}

.secion_box a{
	color: #101010;
	font-size: 15px;
	font-family: poppins-bold;
	transition: 0.5s;
}
.secion_box p{
	margin-top: 10px;
}
.secion_box:hover{
	-webkit-box-shadow: 1px 1px 43px 0px rgba(210,210,210,1);
-moz-box-shadow: 1px 1px 43px 0px rgba(210,210,210,1);
box-shadow: 1px 1px 43px 0px rgba(210,210,210,1);
}

.secion_box:hover a{
	color: #e8b100;
}

.w-large{
	width: 170px!important;
}

.staff{
	background-color: #fff;
	padding: 5px;
	text-align: center;
	margin-top: 30px;
}
.staff img{
	width: 100%;
	transition: 0.5s;
	transform: scale(1);
}
.staff h4{
	font-size: 20px;
	font-family: poppins-medium;
	margin-top: 15px;
	transition: 0.5s;
}
.staff:hover h4{
	color: #e8b100;
}
.staff_img{
	overflow: hidden;
	position: relative;
}
.staff:hover img{
	transform: scale(1.1);
}

.staff_slide .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.staff_slide .owl-nav .owl-prev{
	position: absolute;
	top: 40%;
	left: -60px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #777!important;
	color: #101010!important;
	font-size: 15px;
	border-radius: 50%!important;
}
.staff_slide .owl-nav .owl-next{
    position: absolute;
	top: 40%;
	right: -60px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #777!important;
	color: #101010!important;
	font-size: 15px;
	border-radius: 50%!important;	
}
.tab_heading{
	background-color: #e8b100;
	width: 100%;
	margin-top: 30px;

}

.tab-prents .nav-link{
	border:none;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
}
.tab-prents .active{
	background-color: #000000!important;
	color: #fff!important;
	font-size: 14px;
}

.donation_area{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/banner_5.jpg);
	background-attachment: fixed;

}
.donation_area::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.5);
}

.donate_header{
	background-color: #005b04;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.donate_header .ic_text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.donate_header .ic_text h4{
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}  
.donate_header .ic_text img{
	max-width: 25px;
}
.donation_body{
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,0.6);
	padding: 30px;
	margin-top: 10px;
	text-align: center;
	height: 335px;
}
.donation_body p{
	color: #000000;
	font-size: 16px;
}
.school_trip_header{
	background-color: #e8b100;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.school_trip_header .ic_text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.school_trip_header .ic_text h4{
    color: #000000;
    font-size: 20px;
    margin-left: 10px;
}  
.school_trip_header .ic_text img{
	max-width: 25px;

}
.trip{
	margin-top: 10px;
}
.trip img{
	border:5px solid #fff;
	height: 335px;
	object-fit: cover;
	object-position: center;
}



.subscription_area{
	background-color: #005b04;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mail_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-right: 1px solid #fff;
	padding-right: 10px;

}
.mail_box .mail_text{
	margin-left: 25px;
	margin-top: 15px;
}
.mail_box .mail_text h4{
	text-transform: uppercase;
	color: #fff;
	font-family: abu-ela;
	position: relative;
}

.mail_box .mail_text p{
	color: #fff;
	margin-top: 20px;
}
.mail_header{
	position: relative;
}
.mail_header::before{
	position: absolute;
	
	left: 0;
	right: 0;
	top: 35px;
	width: 100px;
	content: "";
	height: 2px;
	background-color: #fff;
}

.subscription_form{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.subscription_form input{
	outline: none;
	border:1px solid #fff;
	border-radius: 30px;
	padding: 15px 30px 15px 30px;
	background-color: #367e39;
	font-size: 16px;
	color: #fff;
	width: 500px;
}
.subscription_form input::placeholder{
	font-size: 14px;
	color: #fff;
	font-family: Roboto-Light;

}
.subscription_form button{
	margin-left: 10px;
	outline: none;
	border:none;
	background-color: #fff;
	color: #367e39;
	padding: 15px 30px 15px 30px;
	border-radius: 30px;
	font-family: poppins-medium;
	font-size: 14px;
	width: 200px;
	text-transform: uppercase;

}

footer{
	background-color: #e8b100;
}

.footer_address{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;


	}
.footer_address p{
	margin-left: 20px;
	margin-top: 10px;
	color: #000000;
}

.border_class{
	border-bottom: 1px solid #777;
	padding-bottom: 15px;
}
.footer_header h4{
	color: #000;
	font-family: poppins-regular;
	text-transform: uppercase;
}
.footer_header span{
	font-family: Poppins-medium;
	color: #000;
}
.footer_content , .news_letter_area{
	margin-top: 20px;
}
.footer_content{
	position: relative;
}


.footer_content ul{
	list-style: none;
     padding-left: 0;
}
.footer_content ul li{
  color: #000;	
  position: relative;
  padding-left: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
  font-size: 14px;

}
.footer_content ul :before{
  content: ' \00BB';
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  font-weight: bold;
  color: #777;
  top: -5px;
}
.footer_content ul li a{
	color: #000;
	 font-family: poppins-regular;
}
.news_letter_tiles{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.news_letter_tiles img{
	border-radius: 5px;
	height: 80px;
	width: 80px;
	object-fit: cover;
	object-position: center;
}
.news_letter_tiles .news_letter_details{
	margin-left: 20px;
}
.news_letter_tiles .news_letter_details a{
	color: #fff;
	font-family: poppins-regular;
	font-size: 18px;
	transition: 0.5s;
}
.news_letter_tiles .news_letter_details p{
	margin-top: 10px;
}
.news_letter_area:hover .news_letter_tiles .news_letter_details a{
	color: #e83f06;
}
.down_footer{
	border-top:1px solid #777;
	padding-top: 20px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.down_footer span{
	color: #000;
	font-size: 15px;
}
.down_footer span a{
	color: #000;
	font-size: 15px;
}
.down_footer ul li{
  display: inline-block;
  margin-left: 10px;
}
.down_footer ul li a{
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.down_footer ul li a:hover{
	background-color: #ffffff;
	color: #00be59;
}

.text_theme h2{
  color: #082c5e;
}
.footer_content p{
	color: #000;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}



.inner_banner{
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:40vh;
}
.inner_banner::before{
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
}
.inner_banner_caption{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.inner_banner_caption h2{
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}


    /*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
    padding-right:30px;
    padding-left:30px;
}
.no-gutter_sell > [class*='col-']{
	padding-right:0px;
    padding-left:0px;
}


/*portfolo*/
.gallery-box {
	margin-top: 25px;
}
.gallery-box img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	display: block;
}
.gallery-box {
  position: relative;
 
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}

.gallery-box:hover .overlay {
  opacity: 1;
}
.overly-icon{
	color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.video_box{
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;

}
.video_box .video_title{
	width: 100%;
	background-color: #082c5e;
   padding:10px;
}
.video_box .video_title h4{
	color: #fff;
	font-size: 15px;
}
.about_img img{
	max-width: 100%;
}

.addmission_form{
	width: 100%;
	background-color: #fffaeb;
	padding: 30px;
}

.qr_code_paymrt{
	background-color: #f8c52d;
	padding: 10px 20px 10px 20px;
	color: #101010;
	font-size: 18px;

}

.contact-form h4{
	color: #101010;
	font-weight: 500;
}
.contact-form label{
	color: #101010;
	font-weight: 500;
	font-size: 15px;
}
.contact-form .form-group{
	margin-top: 20px;
}
.contact-form input[type="text"],.contact-form input[type="email"]{
	width: 100%;
	outline: none;
	border:none;
	padding: 15px;
	border:1px solid #777;
	border-radius: 0px;
}
.contact-form  textarea{
	width: 100%;
	outline: none;
	border:none;
	padding: 15px;
	border:1px solid #777;
	border-radius: 0px;
}
.tiles-address{
	display: flex;
	justify-content: flex-start;
	align-items:  center;
	margin-top: 25px;
}
.tiles-address:first-child{
margin-top: 60px;
}
.tiles-address .tiles-icon{
	width: 60px;
	height: 60px;
	border:2px solid #e8b100;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 15px;
}
.tiles-address .tiles-icon img{
	max-width: 100%;
	max-height: 100%;
}
.tiles-text{
	margin-left: 20px;
}

.details-txt{
	margin-top: 25px;
}
.details-txt {
	max-width: 500px;
	margin: auto;
}
.details-txt  p{
	color: #000000;
	font-weight: 600;
}
.flex-blog{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;

}
.flex-blog:last-child{
	border-bottom: 1px solid transparent;
}
.text-only{
	margin-left: 15px;
}


.login_header{
	margin-top: 30px;
}

.login_header .nav-tabs{
	background: #fff;
}
.login_header .nav-tabs .nav-item:nth-child(2) .nav-link{
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.login_header .nav-tabs .nav-item .nav-link{
	background: #fff;
	outline: none;
	border:none;
	padding: 15px 20px 15px 20px!important;
	font-size: 14px;  
	border-radius: 0px;
	color: #777;
	position: relative;
	
}
.login_header .nav-tabs .nav-item:first-child .nav-link{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.login_header .nav-tabs .nav-item:last-child .nav-link{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.login_header .nav-tabs .nav-item .active{
	background: #e8b100;
	color: #fff;
}

.login_body{
	margin-top: 40px;
}
.login_form .form_title{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.login_form .form_title h4{
	font-size: 15px;
	font-family: poppins-medium;
	color: #101010;

}
.login_form .form_title p{
	font-size: 13px;
	color: #777;
}
.login_form .form_title p a{
	color: #0463a3;
	text-decoration-line: underline;
}
.login_form{
	background: #fff;
	padding: 20px 30px 20px 30px;
	border-top: 4px solid #e8b100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.login_form .input_tiles{
	position: relative;
	margin-bottom: 25px;
}
.login_form .input_tiles input[type="text"],
.login_form .input_tiles input[type="password"],
.login_form .input_tiles input[type="email"]{
	width: 100%;
	outline: none;
	border:1px solid #777;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
}
.login_form .input_tiles input::placeholder{
	font-size: 14px;
}
.login_form .input_tiles span{
	position: absolute;
	left: 12px;
	font-size: 14px;
    bottom: 12px;
    color: #777;
}

.login_form .input_footer{
	margin-top: 20px;

}
.login_form .input_footer a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.login_form .input_footer span{
  font-size: 15px;
}
.input_footer:last-child{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
}
.login_form .social_login{
	margin-top: 30px;
	text-align: center;
}
.login_form .social_login a{
	display: block;
	margin-top: 25px;
}
.login_form .social_login a img{
	width: 100%;
	margin: auto;

}

.mob{
	display: none;
}



.dashboard-tile {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.dashboard-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tile-link:hover {
    color: inherit;
}

.tile-icon {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.tile-label {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.tile-red {
    background-color: #EF5350;
    color: #fff;
}

.tile-green {
    background-color: #66BB6A;
    color: #fff;
}

.tile-blue {
    background-color: #42A5F5;
    color: #fff;
}

        /* Update the icon class for the new icon */
        .tile-docs-icon {
            font-size: 48px;
            color: #fff;
            text-align: center;
            margin-bottom: 10px;
        }

        /* Update the label text for "Document Uploads" */
        .tile-docs-label {
            font-size: 18px;
            color: #fff;
            text-align: center;
        }


