/* small screen*/
@media only screen and (min-width: 1023px) and (max-width: 1300px) {
	.nav-section{
  width: 100%;
  height: 100px;
}
.section1{
	width: 100%;
	height: 100%;
}
.parallax {
  background-image: url('about-bg.jpg');
  height: 450px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section1-header{
	position: absolute;
  margin-top: 10%;
  margin-left: 14%;
  transform: translate(-50%,-50%);
  text-align: left;
	font-size: 45px;
  color: #fff;
}


#section1-p{
  position: absolute;
  margin-top: 17%;
  margin-left: 35.5%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.section4{
  width: 100%;
  height: 100%;
}


#section4-header{
  text-align: center;
  margin-top: 5%;
  font-size: 45px;
  color: black;
}


#section4-p{
  margin-top: 1%;
  text-align: center;
  color: #444444;
  width: 95%;
  margin-left: 2.5%;
  font-size: 16px;
  line-height: 27px;
}

.section4 img{
  width:60%;
  margin-top: 8%;
  margin-left: 20%; 
}
.section5 h1{
  margin-top: -1%;
  text-align: center;
  color: #f5a934;
}
.time-line{
  margin-top: 1%;
  display: flex;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
}
.wrapper .carousel {
    grid-auto-columns: calc((100% / 3) - 9px);
  }

  .section6-cont{
	margin-top: 5%;
	width: 90%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(195px,1fr));
	gap: 50px;
}
.section7-cont{
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 0px;
}
}