* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}
.container {
  width: 86% !important ;
  max-width: 1920px !important;
}
.grey-color {
  color: #313131;
}
.head4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1em;
}

span {
  font-size: 27px;
  font-weight: 400;
}

.font-2,
.font-1 {
  font-family: "Barlow", sans-serif;
}

/* Header */
.navbar-brand img {
  width: 60%;
}

.logo {
  width: 35%;
}

/* End Header */

.main-content{
  background: url(../images/job-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid orange;
  border-bottom: 5px solid orange;
}

/* slider */
.place-slides.d-flex.p-3 {
  height: 320px;
}
.place-slides img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px 0px 30px 0px;
}
.placements-slider .slick-prev:before, .placements-slider .slick-next:before {
  color: orange;
}

/* Responsive Start Here */

@media (max-width:1440px){
    .place-slides.d-flex.p-3 {
    height: 290px;
}
}
@media (max-width:1024px){
    .place-slides.d-flex.p-3 {
    height:200px;
}
}
@media (max-width:1024px){
    .place-slides.d-flex.p-3 {
    height: 250px;
}
}

@media (max-width:992px){
  .navbar-brand img {
    max-width: 90%;
}
  .main-heading .head4 {
    font-size: 24px;
  }
  .main-heading span {
    font-size: 24px;
  }
.head4 {
  font-size: 20px;
}
}


@media (max-width:768px){
 
  .main-heading .head4 {
    font-size: 20px;
  }
  .main-heading span {
    font-size: 20px;
  }
}
@media (max-width:575px){
    .main-content{
  border-top: 3px solid orange;
  border-bottom: 3px solid orange;
}
  .navbar-brand{
    text-align: center;
    margin-right: 0px !important;
  }
  .navbar-brand img {
    max-width: 100%;
}
  .logo , .main-heading{
    width: 100%;
  }
  .navbar-brand img {
    max-width: 100%;
}
.main-heading .head4 {
  font-size: 16px;
}
.main-heading span {
  font-size: 22px;
}
.head4 {
  font-size: 18px;
}
  .place-slides.d-flex.p-3 {
    height: 230px;
}

}