/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

html {
    position: relative;
    min-height: 100%;
}
.header{
	display: flex;
align-items: center;
margin-right: 30px;

}

nav{
	flex: 1;
	text-align: right;	
}

nav ul{
	display: inline-block;
	list-style: none;
}
nav ul li{
	display: inline-block;
	margin-left: 30px;
}
nav ul li a{
	text-decoration: none;
	color: black;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.meet{
  max-width: 1400px;
}
.container {
  max-width: 1100px;
  width: 100%;
  padding: 60px 0;
	margin-top: 140px;
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
/*  background: #fff;*/
  border-radius: 8px;
}
.card .image-box {
  height: 300px;
  width: 100%;
}
.card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
  color: #000;
  height: 50px;
  width: 50px;
  transform: translateY(-40%);
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 24px;
}

.swiper-pagination-bullet {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}


.heading_man h1{
	text-align: right;
	margin-right: 115px;
	font-size: 45px;
	margin-top: -25px;
	margin-bottom: 25px;
}