
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');
*
{
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
	
}


/* header */

.header{
	width: 90%;
	display: flex ;
    margin: auto;
}
	


.ul{
	width: 90%;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#7D3C98;
}
.ul li{
	position: relative;
	padding: 12px 0;
}
.ul li:first-child a{
	border-left: none;
}

.ul li a{
	border-left: 1px solid black;
	text-transform: uppercase;
	color:white;
    font-size: 14px;
	padding: 5px 15px  !important;
}

/* .ul a:hover{
	border-bottom: 1px solid #ffff;
} */
.li ul{
	width:280px;
	position: absolute;
	display: block;
	top:48.47px;
	left:0px;
	background-color:#7D3C98;
	padding: 10px 0 ;
	display: none;
	z-index: 9;
}

  .li:hover ul{
	display: block;
} 
.li:hover
.li:hover ul li a{
	border-left: none;
}
.li a:hover .fa-chevron-down{
	
} 
.li ul li{
	padding:10px 5px 15px 0px ;
	border-bottom: 1px solid white;
}
.li ul li:last-child{
	border-bottom:none
}
.li ul li a{
	letter-spacing: 1px;
    text-align: left !important;
	padding-left: 30px !important;

}


.icon-bar{
	display:none;
}
.icon-bar i{
	font-size: 25px;
	color:black
}
 



.fixed-header{
	position: fixed;
	top:0px;
	height:auto;
   width: 100%;
   z-index: 99999;
} 
 .fixed-header .ul{
	width: 100%;
	background-color:#D4AC0D;
}  

.fixed-header .ul li{
	padding: 12px 0;
}

@media (max-width:1500px){

	.header{
		width: 95%;
	}	
	.ul{
		width: 95%;
	}
	.ul li{
		position: relative;
		padding:10px 0;
	}	
	.ul li a{
		font-size: 12px;
		padding:0;
	}

}

@media (max-width:1197px){

	.header{
		width:100%;
	}	
	.ul{
		width:100%;
	}
	.ul li{
		position: relative;
		padding:10px 0;
	}	
	.ul li a{
		font-size: 10px;
		padding:0;
	}

}


@media (max-width:956px){
	.header{
		position: relative;
		background-color:#7D3C98;
		padding: 18px 0;
		margin-bottom: 2px !important;
	}
	.ul{
		position: absolute;
		display: none;
		z-index:99999;
		
	}
	.icon-bar{
		display:block;
		position: absolute;
		top: 0px;
		right:25px;
		padding: 5px 0;
	}
	.icon-bar i{
		font-size: 20px;
		color:black;
	}
	.header{
		width: 100%;
		display: flex ;
		margin: auto;
	}
		
	
	
	.ul{
		width: 100%;
	   display: none;
	   padding: 20px 0 50px;
	   top: 30px;
	}
	.ul li{
		padding: 5px 40px;
	}
	.ul li a{
		border-left: none;
	}


	.ul li ul{
		width: 100%;
		background-color: #fff;
		padding: 30px 0;
	}
	.ul li ul li{
		padding: 5px 10px 0 10px;
		border-bottom: 1px solid black;
	}
	.ul li ul a{
		color: black;
		border-bottom:none;
	}


	.fixed-header{
		position: fixed;
		top:0px;
		height:auto;
	   width: 100%;
	   z-index: 99999;
	   padding:18px 0;
	   background-color: #D4AC0D;
	} 
	.fixed-header .ul{
		top: 30px;
	}
	.fixed-header ul li{
		padding: 0px !important;
		
	}
	.fixed-header .icon-bar{
		top: 0px;
	}
	.fixed-header i{
		color: #fff;
	}
	.fixed-header .ul li ul{
		top: 30px;
		background-color: #fff;
		padding:10px 0 10px 0px;
	}
	.fixed-header .ul li ul a{
		text-align: left;
	}
}
a:hover{
	text-decoration: none;
	border:none
}
li:hover .fa-chevron-down{
	transform: rotate(-180deg);
}

	/* lightslider */


.lightSlider{
    width: 100%;
    height: 87vh;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.lightSlider img{
	width: 100%;
}
	



/* popular */

.wrapper {
    width: 80%;
    position: relative;
    margin: auto;
  }
  .section_title h1{
	padding: 10px 0 30px 0;
  }
   .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;

  }
  .carousel :where(.card, .img) {
    display: flex;
    align-items: center;
	text-align: center;
  }
  .carousel .card {
    scroll-snap-align: start;
    list-style: none;
    cursor: pointer;
    padding-bottom: 30px;
    flex-direction: column;
    border-radius: 4px;
	width: 100%;
	height: 300px;
  }
  .carousel .card .img {
    width:100%;
   height:auto;
   display: flex;
   justify-content: center;
   align-items: center;
  }
  .card .img img {
	     display: flex;
		justify-content: center;
		align-items: center;
    width:100%;
	height:250px;
    border: 4px solid #fff;
  }
  
  .carousel .card h2 {
    font-weight: 500;
    font-size:1rem;
	padding: 10px 0;
	text-align: center;
	line-clamp: 1;
  }
  .carousel .card h2 a{
	font-size: 13px;
	color: black;
	text-align: center;
	
  }
  .carousel .card p{
	text-align: justify;
	padding: 0  10px ;
	color: #212121;
	font-size: 12px;
	line-clamp: 2;
  }
  .card h2 a:hover{
	color: blue;
	text-decoration: none;
  }
  



@media (max-width:1050px){

	.wrapper .carousel{
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: calc((100% / 2) - 12px);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 16px;
		border-radius: 8px;
		scroll-behavior: smooth;
		scrollbar-width: none;
	  }

      /* .carousel{
		width: 80%;
		margin: auto;
	  } */
	  .carousel .card {
		scroll-snap-align: start;
		list-style: none;
		cursor: pointer;
		padding-bottom: 30px;
		flex-direction: column;
		border-radius: 4px;
		width:100%;
		height: 300px;
	  }
	  .carousel .card .img {
		width:100%;
	  
	  }
	  .card .img img {
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		height:250px;
		border: 4px solid #fff;
	  }


}
@media (max-width:600px){
	.wrapper .carousel{
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: calc((100% / 1) - 12px);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 16px;
		border-radius: 8px;
		scroll-behavior: smooth;
		scrollbar-width: none;
	  }

}

.card{
    transition: all 0.4s !important;
}

.card .img{
	width: 100%;
}
.card .img img{
	width: 100%;
	height: 180px;
	transition: all 1.1s ease-in;
}
.card:hover img{
	/*transform: scale(1.04);*/
}











/* register */


.register
{
margin: 25px 0 !important;
	width: 100%;
}
.register_section
{
	width: 100%;
	background: #ffb606;
	padding-top: 100px;
	padding-bottom: 101px;
}
.register_content
{
	width:80%;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
}
.register_button
{
	background: #1a1a1a;
	margin-top: 65px;
	padding: 10px 0;
}
.register_button a
{
	color: #FFFFFF;
}


.search_section
{
	width: 100%;
	height: 100%;
	background: #ececec;
}
.search_content
{
	width:80%px;
    padding: 30px 40px;
}
.search_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}
.search_title
{
	color: #1a1a1a;
}

.search_form
{
	margin-top: 57px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #ffb606;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #ffb606;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}
@media (max-width:992px){
    
.register_section
{
	width: 100%;
	background: #ffb606;
	padding-top: 50px;
	padding-bottom: 61px;
}
.search_content
{
	width:100%;
    padding: 50px 30px;
}

.register_section
{
	width: 100%;
	background: #ffb606;
	padding: 50px 20px 61px 10px;
}
.register_content
{
	width: 100%;
    padding: 0 30px;
}
.register_content h1{
    font-size: 25px;
}
h1{
    font-size: 25px; 
}
.register_text{
    text-align: left !important;
}
}



/* testimonial */
.testimonials
{
	margin-top: 30px;
	width: 100%;
	background: #1a1a1a;
    /* background-image: url(images/college3.jpg); */
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    opacity: 0.9;
}
.testimonials_background
{
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* opacity: 0.27; */
}
.testimonials .section_title h1
{
	padding-top: 50px;
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote
{
	font-size: 36px;
	color: #ffb606;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color:#ffb606;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #ffb606 !important;
}










/* event */


.events{
	padding: 30px 0;
}
.events .container{
	width: 80% !important;	
}
.event_items
{
	width:100%;
	margin-top: 20px;
	
	
}
.event_item
{
	margin-bottom:30px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #ffb606;
	margin-bottom: 18px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #ffb606;
	margin-bottom: 1px;
	line-height: 1;
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #ffb606;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #ffb606;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}
.event_image img
{
	width: 100%;
}

@media (max-width:900px){

    /* events */

.events{
	
	
}
.events .container{
	width: 90% !important;
	padding: 10px 20px;
}
.event_items
{
	width:100%;
	margin-top: 20px;
}
.event_item
{
	margin-bottom: 30px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	margin: 10px 0;
	width: 100px;
	height: 100px;
	border: solid 2px #ffb606;
	margin-bottom: 18px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #ffb606;
	margin-bottom: 1px;
	line-height: 1;
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #ffb606;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #ffb606;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin: 20px 0;
}
}



















/* footer */

.footer
{
	width: 100% !important;
	padding-top: 86px;
	background: #1a1a1a;
}
.footer .section_title h1
{
	color: #FFFFFF;
}

p{
color: #a5a5a5;}
.newsletter
{
	padding-bottom: 85px;
	border-bottom: solid 2px #4d4e4e;
}
.newsletter_form_container
{
	width: 60%;
	margin-top: 48px;
}
.newsletter_email
{
	width: calc(100% - 164px);
	height: 42px;
	border: none;
	padding-left: 27px;
	font-weight: 500;
	color: #1a1a1a;
}
.newsletter_email:focus
{
	outline: solid 2px #ffb606;
}
.newsletter_submit_btn
{
	width: 164px;
	height: 42px;
	border: none;
	background: #ffb606;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}



.footer_content 
{
	width: 100%;
	padding-top:50px;
	padding-bottom: 50px;
	border-bottom: solid 2px #4d4e4e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.footer_column_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content
{
	margin-top: 32px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #a5a5a5;

	transition: all 200ms ease;
}
.footer_list_item a:hover
{
	color: #ffb606;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}



.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #ffb606;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}
footer .menu_social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
footer span{color: #a5a5a5;}







 @media (max-width:768px){

.footer
{
	width: 100% !important;
	padding:30px 5px;
	background: #1a1a1a;
}
.container{
		padding:10px 20px;
}
.newsletter_email{
		margin-bottom: 20px !important;
		width:70%;
}
.footer .section_title h1
{
font-size: 25px;
color: #FFFFFF;
}

.newsletter
{
	padding-bottom:30px;
	border-bottom:none !important;
}
.newsletter_form_container
{
	width: 100%;
	margin-top:0px;
}
.footer_content 
{
	width: 100%;
	padding:0;
	border-bottom:none !important
}

.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.footer_column_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content
{
	margin-top: 32px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #a5a5a5;
	transition: all 200ms ease;
}
.footer_list_item a:hover
{
	color: #ffb606;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}


.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
} 


/* gallery */



.gallery  .buttom{
	width: 100%;
	background-color: rgb(40,167,69);
	border: none;
	margin-bottom: 5px;
	padding: 8px 0;
	border-radius: 5px;
	letter-spacing: 1px;
}
 .gallery .buttom:focus{
	outline: none;
	background-color: #7D3C98;
	border: none;
	color: #FFFFFF;
} 


.gallery .filter h6{
	padding: 2px 0;
	font-size: 16px;
}
 .gallery .gallery-pic{
	width: 80%;
} 
.gallery .parent{
	width: 100%;
}
.col{
	display: flex !important;
	flex-wrap: wrap;
}


/* stydy */


/* bank */
.sec-bank{
	margin-bottom: 20px;
}
.sec-bank img{
	height:90vh;
}
.car1{
	margin-bottom:40px;
}
@media (max-width:700px){
	.sec-bank img{
		height:auto;
	}
}
.bank-details{
	box-shadow: 4px 6px 8px 4px #ececec;
	border: 0;
}
.bank-card:hover .bank-details{
transform: scale(1.08);
}


.card-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	height:150px;
	border-radius: 50%;
}
.card-flex img{
width: 100px;
}



/* loginpage */

#search{
	margin-top: 50px;
	padding-bottom: 30px;
}

  .login-form{
	width: 40%;
	margin: 30px auto 60px;
	box-shadow: 4px 6px 8px 8px #ececec;
	padding: 20px 50px 50px;
	
  }
 
  .login-form .form-title {
	font-family:"Montserrat",sans-serif;
	text-align:center;
	font-size:28px;
	font-weight:600;
	margin:20px 0px ;
	color:#111;
  }
  .login-form .form-input {
	margin:10px 0px;
  }
  .login-form .form-input label,
  .login-form .captcha label {
	display:block;
	font-size:15px;
	color:#111;
	margin-bottom:5px;
  }
  .login-form .form-input input {
	width:100%;
	padding:8px;
	border:1px solid #888;
	font-size:15px;
	border-radius: 5px;
  }
  
  .login-form .captcha {
	margin:15px 0px;
  }
  .login-form .captcha .preview {
	color:#555;
	width:100%;
	text-align:center;
	height:40px;
	line-height:40px;
	letter-spacing:8px;
	border:1px dashed #888;
	font-family:"monospace";
	margin-bottom:15px;
  }
  .login-form .captcha .preview span {
	display:inline-block;
	user-select:none;
  }
  .login-form .captcha .captcha-form {
	display:flex;
  }
  .login-form .captcha .captcha-form input {
	width:100%;
	padding:8px;
	border:1px solid #888;
  }
  .login-form .captcha .captcha-form .captcha-refresh {
	width:40px;
	border:none;
	outline:none;
	background:#888;
	color:#eee;
	cursor:pointer;
  }
  .login-form .login-btn {
	margin-top:5px;
	width:100%;
	padding:10px;
	border:none;
	outline:none;
	font-size:15px;
	text-transform:uppercase;
	background:#4c81ff;
	color:#fff;
	cursor:pointer;
	border-radius: 5px;
  }
#submit{
	background-color: #D4AC0D !important;
	border:1px solid #D4AC0D !important;
}

  .radiobutton{
	display: flex;
	gap: 20px;
  }

  .login-form span{
	color: red;
  }

#submit1{
	background-color: #e17171 !important;
	border:1px solid #e17171 !important;
}



  @media (max-width:914px){
    .login-form{
		width: 60%;
		padding: 30px  !important;
	}
  }


  @media (max-width:553px){
    .login-form{
		width: 80%;
		margin: 10px auto !important;
		padding: 30px 20px !important;
	}


	.radiobutton{
		display:block;
	  }
	  .login-form .form-title {
		font-size:20px;
	  }
  }




  /* ADmin */

#admin-form{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:20px 0 !important;
}
  .form-container {
	width: 600px;
	margin: 0 auto;
	padding: 30px 50px;
	background-color:#ffff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color:black;
  }

 .form-container h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	color: rgb(125,60,152);
  }

  .form-container form {
	display: flex;
	flex-direction: column;
  }

  .form-container label {
	margin-bottom: 10px;
	font-size: 18px;
  }

  .form-container input {
	padding:10px 8px;
	border: none;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color:black;
	background-color: #ffff;
	border: 1px solid #a5a5a5;
  }
  .form-container input:focus{
	outline: none;
  }
  .form-container #subm {
	margin-top: 5px;
	padding: 10px;
	background-color: rgb(125,60,152);
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	transition: background-color 0.2s ease-in-out;
  }

  .form-container button:hover {
	background-color: #8c5fb2;
  }

  .form-container a {
	text-decoration: none;
	color: #b38bff;
	font-size: 18px;
	transition: color 0.2s ease-in-out;
  }

  .form-container a:hover {
	color: #8c5fb2;
  }

  .form-container p {
	text-align: center;
	margin: 8px;
  }

  @media (max-width:650px){
	#admin-form{
		padding: 10px 30px;
		margin:10px 0 !important;
	}
	.form-container {
		width: 400px;
		margin: 0 auto;
		padding: 30px 20px;
		background-color: #efaaaa;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		color: #fff;
	  }
	  .form-container h1 {
		font-size: 25px;
	  }
  }