
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
html, body {
    margin: 0; padding: 0;
  }
  .shaper {
    background: gray url(../imgs/banner-1.jpg) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height:875px;
    margin-top:-133px;
    box-sizing: border-box;
    -webkit-animation: slide 30s linear infinite;
  }

  .shaper:before {
    content: '';
    background: #000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    height:875px;
    background-image: url(../imgs/slbg.svg);
    /* background-position: center; */
    /* background-size: cover; */
    }
  
  .shaper h1 {
    font-family: sans-serif;
    font-size: 80px;
    color: white;
  }
  
  .shaper h2 {
    font-family: sans-serif;
    font-size: 40px;
    color: white;
  }
  
  @-webkit-keyframes slide {
      from { background-position: 0 0; }
      to { background-position: calc(100% - 100vw) 0 }
  }

  .banner {
    background-size: cover;
    background-position: center;
    background-color: #333;
    background-image: url(../imgs/sub-banner.jpg);
    height: 350px;
    width: 100%;
}
.cmpad {
  padding-left: 80px;
  padding-right: 80px;
}
.banner:before {
  content: '';
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner .bannercon {
  width:auto;
  position: relative;
  top: 80%;
  transform: translateY(-80%);
  background-color: rgb(0 0 0 / 70%);
  float: left;
  display: table;
  border-radius: 0 15px 15px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner h1 {
  font-size:36px !important;
  margin: 0;
  text-align: left;
  color: #fff;
  padding: 8px 0;
  display: table;
  border-radius: 5px;
  font-size: 30px;
}
.banner h1:after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ff9800;
  margin-top: 8px;
}
.navbar-toggler{
  background-color:#ffffff;
}
.dropdown-item{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}


.nav-link{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 500;
    padding-left: 25px !important;
}
.nav-link:hover{
    color: #ffee00 !important;
}
.nav-link:focus{
    color: #ffee00 !important;
}
 .active{
    color: #ffee00 !important;
 }
 .menu-btn{
    border: 3px solid #ffffff;
    color: #ffffff;
 }
 .menu-btn:hover{
    border: 3px solid #ffffff !important;
    color: #ffffff !important;
 }
 .homesocial {
    position: absolute;
    left: 15px;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
ul.social {
    float: right;
    margin-bottom: 0;
    list-style: none;
}
.homesocial ul:before {
    content: '';
    height: 50px;
    width: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto 5px auto;
}
.social a{
    color: #ffffff;
}
.homesocial ul:after {
    content: '';
    height: 30px;
    width: 2px;
    background-color: #fff;
    display: block;
    margin: 5px auto 0 auto;
}
.bottomnav ul {
   list-style: none;
}
.bottomnav ul li {
    display: inline-block;
    margin-left:10px;
 }
 .bottomnav {
    z-index: 9;
    position: absolute;
    bottom: 0px;
    right: 20px;
 }
 .bottomnav ul li i {
  color: #ffffff;

 }

 .dropbtn {
    background-color:transparent;
    color: white;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    border: none;
  }
  
  .dropup {
    position: relative;
    display: inline-block;
  }
  
  .dropup-content {
    display: none;
    position: absolute;
    background-color:#ffb341;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
    left:-115px;
    border-radius:5px;
  }
  
  .dropup-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropup-content a:hover {background-color: #ccc}
  
  .dropup:hover .dropup-content {
    display: block;
  }
  
  .dropup:hover .dropbtn {
    background-color: #ff007d;
    border-radius: 50px;
  }
  .homebox {
    width: 80%;
    height: 100px;
    position: absolute;
    left:10%;
    bottom:-360px;
}
.iconbox {
    width: 80px;
    height: 80px;
    display: table;
    margin: 0 auto 5px auto;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconbox img {
  max-width: 40px;
  display: block;
  margin: 20px auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.homebox  a span.icname {
  background-color: rgb(0 0 0 / 0.5);
  color: #ffffff;
  text-decoration:none;
  padding: 3px 8px;
  border-radius: 3px;
}
.homebox a {
 
  text-decoration: none;
}
.welcome-sec{
  padding: 50px 0px 50px 0px;
}
.welcome-sec h2{
  font-family: 'Roboto', sans-serif;
  color:#3B3B3B;
  font-weight:700;
  position: relative;
  text-align: center;
}
.welcome-sec h2 span{
  color:#147AD1;
}
.welcome-sec h2:before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  position: absolute;
  left: -20px;
  right: 0;
  margin-top: 42px;
}
.welcome-sec h2:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.news-alerts {
  color: #fff;
  width: 100%;
  max-width: 720px;
  margin: 10px auto;
  height: 300px;
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
  font-family: "Archivo", sans-serif;
}


.news-alerts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}


.news-alerts ul li {
  padding: 10px 0px;
}


.news-alerts ul li a {
  color: #00000;
  font-size: 18px;
  text-decoration: none;
}


.news-alerts ul li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}




/*****************************
*	vertical news ticker with image
******************************/
.ticker-wrapper-v-image{
	display: flex;	
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.news-ticker-v-image{
	list-style: none;
	margin:0;
	padding: 0;
	animation: tic-v-image 20s cubic-bezier(1, 0, .5, 0) infinite;
}

.news-ticker-v-image:hover { 
	animation-play-state: paused; 
}

.news-ticker-v-image li{
	margin-bottom: 20px;
}
	
.news-ticker-v-image .thumbnail {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 10px;
	display: inline-block;
}
.ticker-wrapper-v-image .clear {
	clear: both;
}
.ticker-wrapper-v-image .news_title a{
	color: #1c6547;
	font-size: 20px;
	font-weight: bold;
  text-decoration: none;
}
.ticker-wrapper-v-image .news_title{
	line-height: 20px;
}
.ticker-wrapper-v-image .news-content{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
	color: #1d1d1d;
	font-size: 16px;
}

@keyframes tic-v-image {
	0%   {margin-top: 0;}
	25%  {margin-top: -16%;}
	50%  {margin-top: -32%;}
	75%  {margin-top: -50%;}
	100% {margin-top: 0;}
}

.date-box{
  background-color:#DD2476;
  color: #ffffff;
  padding: 10px 20px 10px 20px ;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
a .date-box{
  text-decoration: none ;
}
.item .img-zoom{
  overflow: hidden;
}
.item .img-zoom img{
  transition: transform 3.5s; /* Animation */
  
}
.item:hover .img-zoom img{
  filter: grayscale(100%);
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.item h5{
color: #323030;
}
.item p{
  color: #323030;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 27px;
}
a.round-btn{
  color: #000;
  text-decoration:none;
  border: 2px solid #E35C15;
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
}
a.round-btn-one{
  color: #ffffff;
  text-decoration:none;
  border: 2px solid #E35C15;
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
}


.item{
  border:1px solid #ddd;
  border-radius: 5px;
  padding: 15px 15px 20px 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(251,188,219) !important;
  background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(244,0,121,1) 100%) !important;
  padding: 0px 15px ;
}



.evtdate {
    position: absolute;
    z-index: 99;
    margin: auto;
    right: 8px;
    top: 8px;
    background-color: #820095;
    color: white;
    font-size: 12px;
    width: 60px;
    height: 60px;
    border-radius: 10px 10px 10px 100%;
    text-align: center;
    line-height: 15px;
    padding: 12px 0 0 10px;
    overflow: hidden;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
}

.dt{
  font-size: 18px;
  display: block;
}
.item:hover .img-zoom .evtdate {
  background-color:#DD2476;
}
.principal-sec{
  padding: 50px 0px 50px 0px;
  background-color: #F2FBFD;
}
.principal-sec p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 16px;
}
.vision-box{
  background: rgb(2,151,167);
  background: linear-gradient(29deg, rgba(2,151,167,1) 0%, rgba(7,177,203,1) 100%);
  padding:50px 20px 50px 20px;
  border-radius: 30px 0px 30px 0px;
}
.vision-box h5{
  color: #ffffff;
}
.vision-box p{
  color: #ffffff;
}
.vision-box a{
  color: #ffffff;
}
.vision-box i{
    background-color: #fff000;
    padding: 10px;
    border-radius: 20px;
    color: #000000;
    margin-right: 10px;
}
.principal-sec h2 {
  font-family: 'Roboto', sans-serif;
  color: #3B3B3B;
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  transition: 0.3s;
}
.bg-dark{
  background:url("../imgs/bg.jpg") rgba(45, 49, 149, 0.9);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 0px 60px 0px ;
  background-attachment: fixed;
}
.bg-dark h4{
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  margin-top: 10px;
}
.bg-dark h6{
  font-family: "Archivo", sans-serif;
  font-weight:600;
  font-size: 18px;
  color: #ffffff;
}

.impnt-sec{
  padding: 100px 0px 100px 0px;
}

.impnt-sec h2 {
  font-family: 'Roboto', sans-serif;
  color: #3B3B3B;
  font-weight: 700;
  position: relative;
 
}
.impnt-sec h2:before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 40px;
  margin-top: 42px;
}
.impnt-sec h2 span {
  color: #147AD1;
}
.impnt-sec h2:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  margin-top: 15px;
  margin-bottom: 30px;
}
a.link-box{
   font-weight: 600;
   display: block;
   color: #ffffff;
   text-decoration: none;
   background-color:rgb(225 63 130);
   border: 1px solid #cccccc;
   border-radius: 10px;
   padding: 10px;
   margin-bottom:20px;
   transition: 0.5s;
}
a.link-box:hover{
  background-color:rgb(254, 165, 0);
}
a.link-box i{
  font-size: 22px;
  color: #ffffff;
  margin-right:10px;
  
}

.gallery-sec{
  background-color:#F2FBFD;
  padding:100px 0px 100px 0px;
}

.gallery-sec h2 {
  font-family: 'Roboto', sans-serif;
  color: #3B3B3B;
  font-weight: 700;
  position: relative;
 
}
.gallery-sec h2:before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 40px;
  margin-top: 42px;
}
.gallery-sec h2 span {
  color: #147AD1;
}
.gallery-sec h2:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  margin-top: 15px;
  margin-bottom: 30px;
}

.column {
	display: inline-block;
	text-align: center;
}

figure {
	overflow: hidden;
}

a p {
	color: black;
	margin-top: 8px;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

.column img {
	display: block;
	width: 100%;
	height: 300px;
}

/* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
/*Sepia*/
.column#sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/*GrayScale*/
.column#grayscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#grayscale:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*Zoom Out*/
.column#zoomOut img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomOut:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 3D Transform. Craeted refering to Dudley Storey's Pen: https://codepen.io/dudleystorey/pen/KFLJp */
.tdimension {
	width: 300px;
	height: 300px;
	margin: 20px auto 40px auto;
	perspective: 1000px;
}
.tdimension a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://mir-s3-cdn-cf.behance.net/project_modules/disp/e8346826957515.56361c2106f3f.png");
	background-size: cover;
	transform-style: preserve-3d;
	transform: rotateX(70deg);
	transition: all 0.8s;	
}
.tdimension:hover a {
	transform: rotateX(20deg); 	
}	
.tdimension a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));    
   	transform: rotateX(90deg);
    transform-origin: bottom;
}

/*With Simple Caption*/
.column#caption {
	position: relative;
}
.column#caption .text {
		position: absolute;		
    top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;			
}
.column#caption .text h1 {		
		margin: 0;		
		color: white;
}
.column#caption:hover .text {
	opacity: 1;
	
}
.column#caption:hover img {
	-webkit-filter: sepia(90%);
}

/* Craeted refering to LittleSnippets.net Pen: https://codepen.io/littlesnippets/pen/adLELd */
a.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
}
a.frame img {
	width: 300px;
	height: 240px;
}
a.frame .details {
	width:70%;
	height:auto;	
	padding: 5% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(255,255,255,0.9);	
	opacity: 0;
	transition: all 0.4s ease-in;
	
}
a.frame .details h1 {
	font-size: 22px;
}
a.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}
.ftr-sec{
  background-color:#282828;
  padding: 100px 0px 100px 0px;
}
.ftr-sec h3{
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  position: relative;
 }
.ftr-sec p{
font-family: 'Roboto', sans-serif;
 color: #ffffff;
 font-size: 14px;
 font-weight: 400;
 line-height: 22px;
}
.ftr-sec ul{
 list-style: none;
 padding-left:10px;
}
.ftr-sec ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 26px;
 }
.ftr-sec ul li a{
  display: inline;
  color: #ffffff;
  text-decoration: none;
  line-height: 26px;
 }
 .ftr-sec ul li a:hover{
  color: #ffee00 ;
 }
 .ftr-sec ul li i{
  color:#ffee00;
  font-size: 12px;
  margin-right: 5px;
 }
 .btm-sec{
  background-color:#101010;
  padding:30px 0px 10px 0px;
 }
 .btm-sec p{
  text-align: center;
  color: #505050;
 }
 .orange-btn{
  background: rgb(255,199,0);
  background: linear-gradient(180deg, rgba(255,199,0,1) 0%, rgba(232,116,51,1) 100%);
  padding: 50px;
  border-radius: 10px;
  display: inline-block;
 }
 a.orange-btn{
  color: #ffffff;
  text-decoration: none;
 }

 .grn-btn{
  background: rgb(93,210,21);
  background: linear-gradient(180deg, rgba(93,210,21,1) 0%, rgba(93,210,21,1) 100%);
  padding: 50px;
  border-radius: 10px;
  display: inline-block;
 }
 a.grn-btn{
  color: #ffffff;
  text-decoration: none;
 }


.sub-sec{
  padding: 50px 0px 50px 0px;
}
.sub-sec p{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.sub-sec h2{
  font-family: 'Roboto', sans-serif;
  color:#3B3B3B;
  font-weight:700;
  position: relative;
  text-align: center;
}
.sub-sec h2 span{
  color:#147AD1;
}
.sub-sec h2:before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  position: absolute;
  left: -20px;
  right: 0;
  margin-top: 42px;
}
.sub-sec h2:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.sub-sec h4{
  font-family: 'Roboto', sans-serif;
  color:#3B3B3B;
  font-weight:700;
  font-size: 22px;
}
.sub-sec h6{
  font-family: 'Roboto', sans-serif;
  color:#3B3B3B;
  font-weight:700;
  font-size: 18px;
}
.ulockd-ohour-info.style2 {
  border: 2px solid #f5f5f5;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15%;
}
.ulockd-info h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:#147ad1;
}

.ulockd-ohour-info .ulockd-icon {
  font-size: 26px;
  line-height: 1.3em;
  color: #147ad1  !important;
}
.contact-form-sec .ulockd-form-fg {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  border: 2px dashed #D3D3D3;
  border-radius: 0;
  box-shadow: none;
  color: #A3A3A3;
  height: 40px;
  margin-bottom: 20px;
}
.shadow-bg{
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    color: #202122;
}
.sub-sec .list-group-item:last-child {
  /*color: #ffff;
  background-color:#29186e;
  margin-top: 5px;
  text-decoration: none;*/
}
.sub-sec ol li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 28px;
}
a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.sub-sec .photo-wrp {
  border: 1px solid #032e42;
}
.sub-sec .photo-wrp h6 {
  padding: 10px 0;
  margin-bottom: 0;
  color: #c40000;
  font-size: 14px;
  text-align: center;
}
.sub-sec .photo-wrp h4 {
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #032e42;
  margin: 0;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 0px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.colum-sec{
  top:-130px; 
  position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.parent_portal{
  position:fixed;
  bottom:150px;
  right:50px;
  cursor:pointer;
  z-index: 999;
  }

.baguetteBox-button {
  background-color: transparent !important;
}
#scroll{
  background-color:transparent;
  padding: 20px 10px;
  color: black;
  text-align: center; 
  font-size: 16px; 
  font-weight: bold;
  position: fixed; 
  top: 0;
  width: 100%; 
  transition: 0.5s; 
  }

  
.s1{
  overflow: hidden;
  height: 130px;
}
