.making-connections {
  padding: 80px 0 0;
}
.making-connections .row {
  margin: 0 -40px;
}
.making-connections [class*="col-"] {
  padding: 0 40px;
}
.golden-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 100%;
  min-height: 581px;
  text-align: center;
  background-color: var(--primary);
}
.golden-box .h6 {
  font-family: "brandon-grotesque";
  color: var(--light-white);
  line-height: 59px;
  letter-spacing: 13px;
}
.golden-box .btn-block {
  display: block;
  padding-top: 15px;
}
.cover-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Owl Carousel CSS */
.owl-carousel {
  display: block;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  text-align: center;
}
.owl-carousel .owl-dot.active {
  width: 100px;
  height: 30px;
  display: block;
  background: #FADD54;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: #D8D8D8;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
  pointer-events: auto;
}
.owl-carousel button.owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #FADD54;
}
.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 30px;
  margin: 0 22px;
  background-color: var(--white);
  outline: none;
  border-radius: 0;
  transition: all ease .4s;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon';
  font-size: 11px;
  content: "\e906";
  color: var(--primary);
}
.owl-carousel .owl-nav button:hover:before {
  color: var(--secondary);
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\e908";
}
.owl-stage {
  margin: 0 auto;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}

.review-slider {
/*   padding: 298px 0 ; */
	padding: 80px 0 ;
}
.review-slider .owl-carousel .owl-stage {
  display: flex;
}
.review-slider .owl-carousel .owl-item {
  float: none;
  display: flex;
  align-items: center;
}
.review-slider .item {
  max-width: 845px;
  margin: 0 auto;
}
.review-slider .item [class*="icon-"] {
  display: inline-block;
  margin-bottom: 17px;
  font-size: 23px;
}
.review-slider .item, .review-slider .item p {
  font-family: 'Berkeley_oldstylebold';
  color: var(--secondary);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.review-slider .item p:last-child {
  margin-bottom: 0;
}

.campus-img {
  padding: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.campus-img .golden-box {
  max-width: calc(34% - 5px);
  min-height: 547px;
  margin-left: auto;
}
.campus-img .golden-box .h6 {
  max-width: 250px;
}

.making-connections .golden-box img {
	max-width: 78px;
}
.campus .golden-box img {
	max-width: 69px;
}

/*brands section style*/

.brands-section  {
  padding:0 0 80px;
}
section.brands-section .col-4 {
    position: relative;
}
section.brands-section .col-4:not(:last-child):after {
    width:4px;
    height:100%;
    content:"";
    position:absolute;
    background:#000;
    top:0;
    right: -3px;
}

@media(max-width:767px){
    section.brands-section .col-4  {
        margin-bottom:30px;
    }
    section.brands-section .col-4:not(:last-child):after  {
        display:none;
    }
}
@media(max-width:1799px) {
  .making-connections .row {
    margin: 0 -30px;
  }
  .making-connections [class*="col-"] {
    padding: 0 30px;
  }
  .golden-box {
    min-height: 480px;
  }

  .campus-img .golden-box {
    min-height: 445px;
  }
}

@media(max-width:1599px) {
  .making-connections .row {
    margin: 0 -20px;
  }
  .making-connections [class*="col-"] {
    padding: 0 20px;
  }
  .golden-box .h6 {
    line-height: 50px;
    letter-spacing: 10px;
  }

/*   .review-slider {
    padding: 200px 0;
  } */

  .campus-img .golden-box {
    max-width: calc(36% - 3px);
  }
  .campus-img .golden-box .h6 {
    max-width: 180px;
  }
}

@media(max-width:1399px) {
  .making-connections .row {
    margin: 0 -12px;
  }
  .making-connections [class*="col-"] {
    padding: 0 12px;
  }
  .golden-box {
    min-height: 420px;
  }
  .golden-box .h6 {
    line-height: 40px;
    letter-spacing: 8px;
  }

/*   .review-slider {
    padding: 120px 0;
  } */
  
  .campus-img {
    padding: 45px;
  }
  .campus-img .golden-box {
    min-height: 385px;
  }
}

@media(max-width:1199px) {
  .review-slider .item {
    max-width: 650px;
  }
  .review-slider .item, .review-slider .item p {
    font-size: 22px;
    line-height: 38px;
  }
}

@media(max-width:991px) {
  .making-connections {
    padding-top: 40px;
  }
  .making-connections .row {
    flex-direction: column-reverse;
  }
  .golden-box {
    min-height: 10px;
    padding: 30px 15px 40px;
  }
  .golden-box .h6 {
    max-width: 300px;
    margin: 0 auto;
  }
  .cover-image img {
    position: static;
  }

  .review-slider {
/*     padding: 80px 0; */
	padding: 50px 0;
  }
  .review-slider .item {
    max-width: 450px;
  }
  .review-slider .item, .review-slider .item p {
    font-size: 20px;
    line-height: 34px;
  }

  .campus-img {
    padding: 25px;
  }
  .campus-img .golden-box {
    min-height: 300px;
    max-width: 280px;
  }
}

@media(max-width:767px) {
  .review-slider {
    padding: 50px 0 40px;
  }
  .review-slider .item {
    max-width: 100%;
  }
  .owl-carousel .owl-nav {
    padding-top: 15px;
  }
  .owl-carousel .owl-nav button, .owl-carousel .owl-nav button.owl-next {
    position: relative;
    transform: none;
  }
  .review-slider .item, .review-slider .item p {
    font-size: 18px;
    line-height: 30px;
  }

  .campus-img {
    padding: 15px;
  }
}

@media(max-width:575px) {
	.making-connections, .review-slider {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.golden-box {
		padding: 20px 12px 32px;
	}
	.golden-box .btn-block {
		padding-top: 10px;
	}
	.campus-img {
    padding: 12px;
  }
  .campus-img .golden-box {
    max-width: 100%;
  }
  section.brands-section .col-4  {
    margin-bottom:20px;
  }

  section.making-connections {
    margin-bottom: -120px !important;
  }

  section.making-connections .golden-box {
    margin-bottom: -120px !important;
  }
}


