/* Commen css */
*
{
    padding: 0px;
    margin: 0px;
}     
   
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px!important;
	color: #666;
	background-color: #fff;
	line-height:30px;
	letter-spacing: 1px;
	font-weight: 500; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
strong
{
	font-weight: bolder;
}
p, span 
{
  line-height: 30px;
  /*margin-bottom: 1rem !important; */
  padding: 0px;
  font-weight: normal;  }

h1, h2, h3, h4, h5, h6 
{
	font-family: 'Oswald', sans-serif;
  margin-bottom: 0rem !important;
	color:#2a5a9f;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;

}

h1 {
  font-size:45px; }

h2 {
  font-size:35px; }

h3 {
  font-size: 25px;
	 line-height: 35px;
  }


h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color: #2a5a9f;
	text-decoration: none;
	transition: all 0.4s;
}

a:hover 
{
   color:#2a5a9f;
  text-decoration: none; 
}

.btn-primary {
  background-color: #242424;
  border: 1px solid #000000; }

.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.row-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img
{
    max-width:100%;
    height:auto;
}

/* commen css */

.fixed-top
{
	 position: sticky;
  top: 0;
  z-index:1030;
}
.top-section
{
	background-color: #fff;
}
.top-social
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.top-social i 
{
  color: #2a5a9f;
  font-size:40px;
}

.navigation {
  background-color:#2a5a9f;
  /*
  position: sticky;
  top: 0;
  z-index: 1030; */
}
/*
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .dropdown-item:hover, .dropdown-item:focus{
  color: #2a5a9f!important;
		border-bottom: 1px solid #2a5a9f;
	border-top: 1px solid #2a5a9f;
	background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .7rem;
  padding-left: .7rem;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item {
  color: #000;
  transition: all 0.4s;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.dropdown-menu
{
	border-radius: 0px;
	border: 1px solid #2a5a9f !important;
} */

.navbar 
	{
		padding-top: 0rem!important;
		padding-bottom: 0rem!important;
	}
.navbar-light .navbar-nav .nav-link
{
  color: #fff;
  transition: all 0.4s;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
	padding-top:10px!important;
  background-color: transparent!important
	padding-bottom:10px!important;
}
 
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus
{ 
	color: #2a5a9f!important;
} 
.nav-item:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus
{
	 transition: all 0.4s;
	background-color: #fff;
	color: #2a5a9f !important;
}    
.navbar
{
	padding-top: 0rem;
padding-bottom:0rem;
}
.navbar-expand-lg .navbar-nav .nav-link 
{
  padding-right: .7rem;
  padding-left: .7rem;
}
.tiktok-icon
{
  font-size: 31px !important;
	background-color: #2a5a9f !important;
	border-radius: 4px;
	color: #fff !important;
	padding:4px 1px 1px 1px; 
}   
.facebook-icon
{
  margin-top: 5px !important
}
.tik-btn 
{
  background-color: #2a5a9f;
} 

.btn-check:focus + .btn, .btn:focus
{
  outline: 0!important;
  box-shadow: 0 0 0 .0em rgba(13,110,253,.0)!important;
}
.parallax-div
{
	background-image: url(../images/thetwinsfx-special-background-bottom.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
	background-attachment: fixed;
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img
{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.special-heading
{
	font-size:65px;
	line-height: 90px;
	text-transform: uppercase;
	color: #2a5a9f;

}
.heading-border
{
		border-right: 2px solid #fff;
}


.fly-img-1
{
	background-color: #fff;
	text-align: center;
	border: 2px solid #fff;
	transition: all 0.4s;
	cursor: pointer;
}
.fly-img-1:hover
{
	border: 2px solid #2a5a9f;
}
.fly-head
{
	display: block;
	font-size:18px;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}
.fly-btn {
  color: #2a5a9f!important;
  background-color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: uppercase;
	border:2px solid #fff;
	border-radius:40px;
	font-weight: bold;
  transition: all 0.4s;
}

.fly-btn:hover
{
	background-color:transparent;
	border:2px solid #2a5a9f;
}
.icon-size
{
	font-size: 20px;
}
.video-box
{
	background-color: #fff;
	width: 100%;
	height: auto;
}
.home-call
{
	text-transform: uppercase;
	color: #fff;
}
.home-about
{
	background-color: #090909 !important;
}
.home-banner-text span 
{
  font-size: 3rem;
  color: #fff !important;
  line-height: 1.4em;
	font-family: 'Oswald', sans-serif!important;
	text-transform: uppercase;
	font-weight: 700;
}
.home-banner-text p {
  font-weight: 400 !important;
  font-size: 4rem;
  color: #fff !important;
  line-height: 1.4em;
	font-family: 'Oswald', sans-serif!important;
	text-transform: uppercase;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.home-banner-text
{

  bottom:8rem;
}

.home-about-div
{
	background-color: #090909 !important;
}
.home-head
{
	font-size:45px;
	line-height:60px;
	text-transform: uppercase;
	color: #2a5a9f;
	text-align: center;
	
}
.home-text
{
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	 
}
.home-meet
{
	font-size:40px;
	line-height:50px;
	text-transform: uppercase;
	color: #2a5a9f;
	text-decoration: underline;
}
.meet-info
{
	width: 100%;
	height: autoa;
	margin: 0 auto;
}
.meet-info h3
{
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.meet-info p
{
	font-size:15px;
	letter-spacing: 1px;
	line-height: 30px;
}
.img-div img
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home-img
{
	border-bottom:2px solid #fff;
}
.team-btn {
  color: #fff;
  background-color: #2a5a9f;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif!important;
	border-radius: 0px;
	text-transform: uppercase;
	border: 1px solid transparent;
	
	transition: all 0.4s;
}
.team-btn:hover 
{
	color: #2a5a9f;!important;
  background-color: transparent;
	border: 1px solid #2a5a9f;!important;
}
.port-img img 
{
transition: all 2s ease;
	border: 3px solid #fff;
	cursor: pointer;
	background-color: rgba(0,0,0,1);
}

.port-img img:hover 
{
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
	background-color: rgba(0,0,0,0.8);
}
.container-fluid
{
	max-width: 95%;
}
.home-contact-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image:url(../images/fairy.webp);
	background-position: top;
	background-size: cover;
}
.cnt-div
{
	background-color: rgba(0,0,0,0.5);
}
.cnt-div h2 {
  font-size: 25px;
  color: #fff;
}
.input-box {
  border-radius: 0px;
  font-size: 14px;
  letter-spacing: 1px;
	background-color: rgba(0,0,0,0.9);
	border: none !important;
}
.submit-btn {
  background-color: #fff;
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
	font-weight: bold;
	border-radius: 0px;
}
.cnt-div h2
{
	font-size: 30px;
	text-transform: uppercase;
}
.cnt-div p
{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #fff;
}
.special-about-div strong
{
  color: #fff;
}
.special-text a
{
  color: #fff;
}
/*
.footer 
{
	background-color: #000;
	widows: 100%;
	height: auto;
	margin: 0 auto;
}
.footer-head
{
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
}
.footer-link
{
	padding-left: 0px;
	list-style-type: none;
}
.footer-link li a, .footer-link li
{
	font-size: 13px;
	letter-spacing:0px;
	text-transform: capitalize;
	transition: all 0.4s;
	color: #666;
	line-height: 35px;
}
.footer-link li a:hover
{
	color: #2a5a9f;
}
.add-text, .add-text a
{
	font-size: 13px;
	line-height: 35px;
	letter-spacing:0px;
	color: #666;
	transition: all 0.4s;
}
.add-text a:hover
{
	color: #2a5a9f;
}

.line
{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #242323;
	margin: 40px auto;
}
.bottom-img
{
	border: 1px solid #fff;
}
.bottom-footer
{
	background-color: #1f1f1f;
}
.bootom-social
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bootom-social i
{
color:#fff;
	font-size: 50px;
}
*/
.footer-index
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #1f1f1f;
}

.footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  color: #fff!important;
}
.footer-link {
  padding-left: 0px;
  list-style-type: none;
}
.footer-link li a, .footer-link li, .footer-index p {
  font-size: 15px;
  letter-spacing:1px;
  text-transform: uppercase;
  transition: all 0.4s;
  color: #e8e8e8;
  line-height: 35px;
  font-weight: normal!important;
}

.footer-link li a:hover {
  color: #2a5a9f;
}
.footer-tel
{
	font-size: 25px !important;
}
.add-text, .add-text a 
{
  font-size:16px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #666;
	text-transform: uppercase;
  transition: all 0.4s;
}
.add-text a:hover 
{
	 color: #2a5a9f;
}
	  
.bottom-footer 
{
  background-color: #000;
}
.bottom-img 
{
  border: 1px solid #fff;
	display: block;
	margin: 0 auto;
}
.home-meet-1
{
	font-size: 25px;
line-height: 40px;
text-transform: uppercase;
color: #2a5a9f;
 
}
/* responsive css */
@media only screen and (max-width:1090px)
{
	.container
		{
			max-width: 95%;
		}
	.navbar-expand-lg .navbar-nav .nav-link 
	{
  padding-right: .6rem;
  padding-left: .6rem;
	}
	.navbar-light .navbar-nav .nav-link, .dropdown-item
	{
		font-size: 14px;
	}
	.banner-text 
	{
  	bottom: 8rem;
	}
	.banner-text span 
	{
  	font-size: 1.2rem;
	}
	.banner-text p 
	{
  	font-size: 3rem;
	}
}
 
/* inner-page-css */

.news-head
{
font-size: 40px;
line-height: 50px;
text-transform: uppercase;
color: #2a5a9f;
text-decoration: underline;
}
.news-page-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #eeeeee;
}
.news-text
{
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 30px;
}
.news-border
{
	/*border: 1px solid #bdbdbd !important; */
	background-color: #fff;
	box-shadow: 0px 5px 8px #9e9e9e;
}
.inner-news-head
{
	font-size: 25px;
line-height: 35px;
}
.sign-class
{
	color:  #2a5a9f;
}
.sub-head
{
	font-size: 30px!important;
	line-height: 40px;
}
.team-inner-text
{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 28px;
}
.team-page
{
	background-color: #fff;
	box-shadow: 0px 5px 8px #9e9e9e;
}
.team-inner-head
{
	font-size: 22px;
	line-height: 30px;
}
.student-head
{
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
color: #2a5a9f;
text-decoration: underline;
}
.student-text
{
	font-size: 18px;
	line-height:30px;
	letter-spacing: 1px;
}
.student-box
{
	background-color: #fff;
	box-shadow: 0px 5px 8px #9e9e9e;
}
.port-img-1 
{
  background-color: #fff;
	text-align: center;
  transition: all 0.4s;
	
}
.port-img-1:hover {
  box-shadow: 0px 5px 8px #9e9e9e;
}
.fanny-class
{
	font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 8px !important;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.star-color
{
	color: #f0bb1d;
	font-size: 20px;
}
.fanny-text
{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 30px;
	
}
.case-head
{
	font-size: 40px;
line-height: 50px;
text-transform: uppercase;
color: #2a5a9f;
text-decoration: underline;
}
.case-border
{
	border-bottom: 1px solid #b0b0b0;
}
.cnt-text
{
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
}
.cnt-border
{
	box-shadow: 0px 5px 8px #9e9e9e;
background-color: #fff;
}
.cnt-head
{
	color: #000;
	font-size: 18px !important;
	letter-spacing: 0px;
}
.cnt-head a
{
	color:#2a5a9f !important;
	letter-spacing: 0px;
}
.link-div
{
	background-color: #fff;
	box-shadow: 0px 5px 8px #9e9e9e;
}
.link-div ul li a
{
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 30px;
}
 .bold-class
{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}
 .mail-head
{
	letter-spacing: 1px;
	line-height: 35px;
	font-size: 24px!important;
}
.input-box-1 {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 1px;
  border-radius: 0px;
	background-color: transparent;
}     
.submit-btn-1
{
	background-color: #2a5a9f !important;
	color: #fff!important;
}
.location-head
{
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 32px;
}
.location-text
{
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 16px;
}
.location-border
{
	width: 70%;
	margin: 0 auto;

}
.review-page-div
{
	background-color: #fff;
	
	box-shadow: 0px 5px 8px #9e9e9e;
	border-bottom: 4px solid #2a5a9f;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.review-small-text
{
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
}
.review-quote
{
	font-size:50px;
	color: #a2a3a2;
	margin-bottom: 10px;
}
.director-class
{
	color: #262626!important;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-top: 10px;
	position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 20px;
padding: 20px 0;
}
.magic-bold
{
	font-size: 25px;
	display: block;
	margin-top: 15px;
	line-height: 35px;
}
.port-img-2
{
	background-color: #fff;
	box-shadow: 0px 5px 8px #9e9e9e;
}
.case-subhead
{
	font-size: 25px;
}
.case-detail-head
{
font-size: 25px;
line-height: 35px;	
}

.banner-text 
{
  bottom: 8rem;
}
.banner-text span 
{

    font-size: 1.7rem;
    color: #fff !important;
    line-height: 1.4em;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;

}
.banner-text p 
{
  font-weight: 400 !important;
  font-size: 3rem;
  color: #fff !important;
  line-height: 1.4em;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.mega-caption {
   text-align: center;
  display: block;
  font-size: 3rem;
  color: #fff !important;
  line-height: 1.4em;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
}
.mega-box 
{
  bottom:14rem !important;
}
.effect-background-div
{
  background-image: url(../images/special-effect-background.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}   
.video-border
{
	border: 3px solid #fff;
} 
.cnt-strong
{
  font-size: 20px!important;
  display: block;
}
/*.navbar-light .navbar-nav .nav-link:focus
{
  color: rgba(0,0,0,0)!important;
} */
.illusion-bold
{
  font-size: 22px;
  line-height:30px;
  letter-spacing: 1px;
  font-weight: bold;
}

.testimonial-img
{
  background-color: #fff;
  margin: 0 auto;
  widows: 100%;
  height: auto;
  box-shadow: 0px 5px 8px #9e9e9e;
}
.highslide-container
{ 
  z-index:2000 !important;
}



/* responsive */

@media only screen and (max-width:1024px)
{
	.container
		{
			max-width: 95%;
		}
	.navbar-light .navbar-nav .nav-link, .dropdown-item
	{
		font-size: 14px!important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .6rem;
  padding-left: .5rem;
}
		.fanny-class 
	{
  font-size: 14px;
  line-height:18px;
	}
	/*.home-banner-text span {
  font-size: 2rem;
	} */
	.home-banner-text p 
	{
  font-size: 2.5rem;
	}
	.banner-text p 
	{
		font-size: 2.3rem;
	}
 
	.parallax-div
		{
			padding-bottom: 170px!important;
		}
    .mega-box 
    {
      bottom:10rem !important;
    }
}

  @media only screen and (max-width: 991px)
	{
		.navbar-light .navbar-toggler
	{
		margin: 5px 0px 5px auto;
		border:3px solid #2a5a9f !important;
		background-color: #fff!important;
		border-radius:5px;
	}
	.navbar-toggler:focus
		{
			box-shadow: none!important;
		} 
  
	.toggle-top-btn
	{
		margin-bottom: 0px !important;
	}	
		.navbar-nav
		{
			margin-top: 20px;
		}
		.heading-border
		{
			border-right: 0px;
			border-bottom: 2px solid #fff;
		}

		
}
@media only screen and (max-width: 930px)
{
	.cnt-div h2
	{
  font-size: 25px;
		margin-bottom: 0px !important;
	}
	
}
@media only screen and (max-width: 807px)
{
	.top-social i
	{
		font-size: 36px;
	}
  /*.tiktok-icon
  {
      padding: 6px 8px 1px 9px;
} */
    .tiktok-icon
    {
        font-size: 29px;
        padding: 2px 1px 0px 1px;
    }
    
}

@media only screen and (max-width: 800px)
{
	.cnt-div h2
	{
  font-size: 23px;
	}
	.footer-head 
	{
  font-size: 20px;
	}
	
	
}


@media only screen and (max-width: 767px)
{
	.home-text
	{
		text-align: center!important;
	}
	.meet-info h3 
	{
  font-size: 20px;
	}
	.carousel-control-next, .carousel-control-prev 
	{
  position: absolute;
  top: 0px;
	}
	.last-port-img
	{
		margin-left: auto;
		margin-right: auto;
	}
	.cnt-div h2
	{
  font-size: 25px;
	} 
	.news-img-box
	{
		/*margin-bottom: 25px !important; */
		display: block;
	}
	.team-image
		{
			display: block;
			margin: 0 auto;
		}

.team-inner-head,.team-inner-text
	{
  text-align: center;
	}
	.link-div ul li a
	{
		font-size: 15px;
	}
	.location-border 
	{
  width: 80%;
	}
  
  .top-section
	{
		padding-bottom: 1.5rem !important;
	}
	.special-heading 
	{
  font-size: 50px;
  line-height: 70px;
	}
	.parallax-div
		{
			padding-bottom: 0px!important;
		}
  .testimonial-img
  {
    display: block;
    margin: 0 auto;
  }
	
}
@media only screen and (max-width: 700px)
{
	.iframe-positon
	{
		position: relative;
	}
	.ratio-4x3 
	{
  --bs-aspect-ratio: 0%;
}
}

@media only screen and (max-width: 575px)
{
	.home-head
	{
  font-size: 35px;
  line-height: 50px;
	}
	.home-meet
	{
  font-size: 30px;
  line-height: 45px;
	}
	h1 
	{
  font-size: 30px!important;
	line-height: 35px!important;
	}
	.student-head 
	{
  font-size: 25px;
	}
	.location-head
	{
		margin-top: 25px;
		line-height:33px;
		font-size: 28px;
	}
  h2 
	{
  font-size: 30px;
	}
	.home-call 
	{
		font-size: 22px;
	}
	
}
 
@media only screen and (max-width: 456px)
{
	.team-btn 
	{
  font-size: 15px;
		padding-left: 20px !important;
padding-right: 20px !important;
	}
	
}

@media only screen and (max-width: 450px)
{
	.navbar-brand
	{
		width:70%;
	}
	.home-head {
  font-size: 30px;
  line-height: 45px;
}
	.submit-btn 
	{
  font-size: 15px;
	}
	.cnt-div h2 
	{
  font-size: 20px;
		line-height: 27px;
	}
	.input-box
	{
		font-size: 13px;
	}
	.submit-btn
	{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sub-head {
  font-size: 25px !important;
  line-height: 35px;
} 
}
	@media only screen and (max-width: 400px)
{
	.bootom-social i 
	{
  font-size: 38px;
	}
	
}          
  
@media only screen and (max-width: 350px)
{
	.director-class
	{
		font-size: 16px;
    line-height: 25px;
	}
	.fanny-class 
	{
  font-size: 13px;
  line-height:16px;
	}
}
@media only screen and (max-width: 320px)
{
	.bootom-social i 
	{
  font-size: 33px;
	}
}