
.header{
  margin-top: -60px;
position: fixed;
  height: 100px;
  width: 100%;
  align-items: center;
background-color: #062858;
z-index: 1050;
}
.header-items{
color: white; 
padding: 5px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
	margin-left: 40px;
	margin-right: auto;
  text-decoration: none;
	font-family: "Arial";
  font-weight: bold;
  font-size: 28px;
}
.head-but{
  font-family: "Arial";
  font-weight: bold;
  height: 50px;
  width: 100px;
  color: #062858;
padding: 15px;
padding-left: 25px;
text-decoration: none;
  background-color: orange;
  border-radius: 40px;
  margin-left: 40px;
  margin-right:50px;

}
.cooo{
  margin-top: 40px;
  z-index: 1000;
}
.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;

  height: 100px;
  width: 100%;
  align-items: center;
background-color: #f2f2f2;
z-index: 1050;
}
.footer-set{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.footer-items{
  color: black; 
  padding: 5px;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-family: "Arial";

  
  }
.topic {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-height: 200px;
	line-height: 3.5;
	font-family: "Arial";
	align-content: center;
	width: 50vh;
	text-align : center;
	border-color: #062858;
	border-radius: 40px;
	box-shadow: 5px 5px 10px 1px #000000;
  color: #c9eeff;
  background-color: #062858;
  border-style: solid;
  border-color:none;
  padding: 0px 10px 0px 10px;
  
}

.topics:hover{
  border-color:#062858;
  background-color: white;
  border-style: solid;
  transition: 0.8s;
}
.topics {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	max-height: 200px;
	line-height: 3.5;
	font-family: "Arial";
	align-content: center;
	width: 400px;
	text-align : center;
	background-color: #c9eeff;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 1px #000000;
  color: #062858;
}
.topics a, .topice a{
  color: #062858;
  text-decoration: none;
}
.profile{
  width: 300px;
margin: 0px;

}
.each_profile{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;

margin-bottom: 20px;

  } 


.outer{
  height: 200px; 
  width: 100%;
margin-left: 10px;
  background:none;
  display: inline-flex;
  justify-content: center; 
  align-items: center;
  margin-bottom: 40px;
}
.staff {
  height: 220px; 
  color: white;
}

.outer .content{
display: flex;
flex-direction: column; 
margin-left: auto;
margin-right: auto;
height: 80%;
width: 540px;
align-items: center;
padding: 15px; 


}

.pic {
  margin-top: auto;
  margin-bottom: -50px;
  margin-left: calc(100% - 50px);
  margin-right: calc(100% - 30px);
  align-items: center;
  height: 120px; 
  width: 120px;
  border-radius: 20px;
  border-color: #fff;
  background-color: orange;
  box-shadow: 0px 5px 10px black;
  padding: 10px;
  z-index: 950;
}
.pic img {
  height: 100px; 
  width: 100px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 3px black;

 
}
.profile_info {

  background:#d0dde3;
margin-top: auto;
margin-bottom: auto;
display: block;
width: 100%;
align-items: center;
margin: 10px 0px 0px -20px; 
font-family: "Arial";
color: black;
background-color: #a4c5d3;
border-radius: 20px;
padding: 10px;

padding-top: 60px;
box-shadow: 0px 5px 10px black;
margin-top: auto;
margin-bottom: auto;
z-index: 900;
text-align: center;
}
.sinfo .profile_info{
  width: 300px;
}
.staffe{
  width: 420px;
}
.profile .istaff{
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  width: 420px;
}
.topicd {
display: flex;

}
.staff .profile_info{
  background:#306c86;

  
}

.mtech .profile_info{
  background:#73b9d7;

  
}

  .welcome{
    margin: auto;
    margin-top: 0px ;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Arial";
    color: #062858;
    box-shadow: #000000;

  }

  .top{
    color: rgb(102, 161, 161);
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background: #ffffff;
  }
  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .toprecruiter {
    overflow: hidden;
    margin-top: 10px;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
    background: none;
  }
  
  .toprecruiter:before,
  .toprecruiter:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .toprecruiter:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);

  }
  
  .toprecruiter:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .toprecruiter:hover, .logos-slide {
    animation-play-state: paused;
  }
  .toprecruiter:hover .toprecruiter-slide {
    animation-play-state: paused;
  }

  .toprecruiter-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .toprecruiter-slide img {
    height: 100px;
    margin: 0 40px;
    width: 150px;
    object-fit: contain;
  }
  

.courses img{
  margin: auto;
  width: 100%;
  height: 50%;

}
img{
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
body{
  padding-top:60px;
}
.mySwiper{
  max-width: 1200px;
  margin: 0 auto;
}
.swiper-pagination span{
  background-color: brown;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  border-radius: 50%;
  padding: 50px;
  scale: 0.3;
  background-color: wheat;
  opacity: 0.7;
  color: brown;
}
@media screen and (max-width:1587px) {
  .topicd {
    display: block;
    font-size: 14px;
  }
  .topic{
    width: 350px;
  }
  .topics{
    width: 350px;
  }
  .topic strong{
    font-size: 13px;
  }

  .profile_info {
  font-size: 14px;
 
 

  }

  .sss{
    width: 50px;
  }
  .pic{
    scale: 90%;
 
  }

  .sliders{
    max-width: 100vw;
    width: 100vw;
    height: 50vw;
}
.courses img{
width: 100%;
height: 50%;
}

}
@media screen and (max-width:724px) {

  .header-items{
font-size: 20px;
margin-left: 10px;
text-align: center;
    
    }
    .head-but{
 scale: 60%;
      margin-left: 10px;
      margin-right:10px;
    
    }
  img{

    max-height: 300px;
   
  }
  .topicd {
    display: block;
    font-size: 14px;
  }
  .topic{
    width: 350px;
  }
  .topics{
    width: 350px;
  }
  
  .sss{
    width: 50px;
  }

  .topic strong{
    font-size: 13px;
  }




  .pic{
    scale: 90%;

  }
.each_profile{
  width: 90vw;
  margin-left: auto;
  margin-right: auto;

}

.profile{
  margin-top: -60px;

}
.profile_info {
  font-size: 14px;

width: 100px;

  }
.dirsir{
  margin-top: -20px;
}
.courses img{
width: 100%;
height: 100%;
}
.tech img{
  width: 90%;
  margin-left: 5%;
}
.com img{
  width: 90%;
  margin-left: 5%;
}
.toprecruiter:before {

  width: 40px;
}

.toprecruiter:after {
  width: 40px;
}

.staffe{
  width: 200px;
}
.profile .istaff{
  width: 90vw;
}
}
