.collapse{
			  
			  height: 40px;
			  padding: 30px;
			
			  
			  
		  }

		  .istban{
			  background-color: black;
			  height:620px;
			  background-image: url("../images/ban 2.jpg");
			  background-repeat: no-repeat;
			  background-size: cover;
			  padding-left: 140px;
			  padding-top: 240px;
		  }
	     
			 
		  
		  
	      .stban1{
			  background-color: green;
			  height:620px;
			  background-image: url("../images/ban1.jpg");
			  background-repeat: no-repeat;
			  background-size: cover;
			  padding-left: 600px;
			  padding-top:230px;
	
		  }
		
		  
		  .stban6{
			  background-color: crimson;
			  height: 620px;
			  background-image: url(https://drive.google.com/uc?id=15z9x51kKZAD8oGTd_Pz5MqBlaouKUoQP);
			  background-repeat: no-repeat;
			  background-size: cover;
			  
		  }
		  .aboutgreen{
			  background-color:#4BC509;
			  height: 550px;
			
			  border-bottom-right-radius: 50px;
			  border-top-left-radius: 50px;
			  padding: 10px;
		  		
		  }
		  .abouttext{
   			  height: 30px;
			  font-size: 24pt;
			  font-weight: bolder;
			  padding-left: 49px;
			  display: flex;
			  margin-bottom: 10px;
			  
		  }
	
	  	  .abouttext1{
    		  width: 100%;
    		  padding: 17px 30px 30px 30px;
    		  color: #FFFFFF;  
		  }
		  
		  .aboutbar{
			  background-color: black;
			  height:30px;
			  width: 6%;
			  margin-top: 9.5px;
			  margin-left: -20px;
		  }
		  .meimg{
			  background-color: black;
			  margin-top: 30px;
		  }
		  .card-body1{
    		  font-size: 12pt;
    		  font-weight: normal;
			  padding: 10px;
		  }
		  .card1{
			  background-color: chartreuse;
			  height: 110px;
			  width: 40%;
			 
		  }
		  .port{
			  margin-top: 65px;
			  margin-bottom: 10px;
			  display: flex;
			  
		  }
		  .p1{
			  background-color: #4BC509;
			  height: 69px;
			  width: 5%;
			  margin-top: 18px;
			  margin-left: 30%;
		
		  }
		  .p2{
			  margin-left: 1%;
		
		  }
		  
		  #navbarSupportedContent ul li a {
			  color: black;
			  margin-right: 40px;
			  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			  font-size: 11pt;
			  
		  }
		  a:hover{
			  background-color: #D7AD00;
			  border-radius: 25px;
		  }
		  
		  .header {
			  position: fixed;
			  z-index: 9999;
			  width: 100%;
			  margin-left: 0%;
			   background-color: black;
			  
		  }
		  
		  .active {
			  background: white;
			  border-radius: 25px;
		  }
		  .nav-link {
			  border-radius: 25px;
		  }
		  a1{
			  color: white;
		  }
		   .ser{
			  height: 35px;
			  width: 60%;
			  margin-top: 20px;
		  }
		  
		  .css-selector {
    background: linear-gradient(121deg, #4e4e4e, #22222a, #060611, #000000);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
		  .cardim{
    background-image: url("../images/28.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    padding-top: 370px;
    padding-left: 4%;
    color: #FFFFFF;
    font-size: 14px;
		  }	
		  
		  
		  
		  figure{
			  max-width:300px;
			  margin: 0;
			  padding: 0;
			  background: #fff;
			  overflow: hidden;
		  }
		  .cont span{
			  -webkit-transition:.3s ease-in-out;
			  transition:.3s ease-in-out;
			  opacity: 0;
			  display: block;
			  margin-bottom: 20px;
			  border-radius: 10px;
			  overflow: hidden;
		  }
		  figure img{
			  -webkit-transform: scale(1);
			  transform: scale(1);
			  -webkit-transition: .3s ease-in-out;
			  border-radius: 10px;
			  overflow: hidden;
		  }
		  figure:hover img{
			  -webkit-transform: scale(1.1);
			  transform: scale(1.1);
			  border-radius: 10px;
			  overflow: hidden;
		  }
		  figure:hover+span{
			  opacity: 1;
			  border-radius: 10px;
			  overflow: hidden;
		  }