body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f9f9f9;
}


p{
  font-family: "Raleway", sans-serif;
}

.f_weight600{
  font-weight: 600;
}

.bg-green{
  background-color: #2cbdba
}

.text-green{
  color: #2cbdba
}

.text-white{
  color: #ffffff;
}
.bg-blue {
  background-color: #1b2741;
}
a {
  text-decoration: none;
}
.top-header{
  background-color: #ffffff;
}
.text-yellow {
  color: #ccdc31 !important;
}

.logo{
  width: 220px;
}
.licensed{
  width: 300px;
}

.banner{
/* 
  background-image: linear-gradient(
  90deg,
  hsl(209deg 64% 23%) 0%,
  hsl(207deg 58% 24%) 5%,
  hsl(204deg 53% 25%) 10%,
  hsl(200deg 49% 26%) 15%,
  hsl(195deg 46% 27%) 20%,
  hsl(190deg 43% 27%) 25%,
  hsl(185deg 41% 28%) 30%,
  hsl(179deg 39% 29%) 35%,
  hsl(173deg 40% 30%) 40%,
  hsl(168deg 41% 32%) 45%,
  hsl(164deg 42% 33%) 50%,
  hsl(160deg 43% 35%) 55%,
  hsl(157deg 44% 36%) 60%,
  hsl(154deg 46% 38%) 65%,
  hsl(151deg 47% 39%) 70%,
  hsl(149deg 49% 40%) 75%,
  hsl(147deg 50% 42%) 80%,
  hsl(146deg 52% 43%) 85%,
  hsl(144deg 54% 44%) 90%,
  hsl(143deg 56% 45%) 95%,
  hsl(142deg 58% 46%) 100%
); */
background: rgb(27,39,65);
background: linear-gradient(90deg, rgba(27,39,65,1) 0%, rgba(44,189,186,1) 100%);
padding: 60px 0 40px;
}


.banner h1{
  font-size: 35px;
  color: #ffffff;
  font-weight: 800;
}

.input-group-text {
  color: #1b2741;
  background-color: #ffffff;
  border: none;
}

.form-control{
  color: #000000 !important;
  border: none;
}

::placeholder {
  color: #d9d9d9 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #d9d9d9 !important;
}

.date-time p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  position: relative;
}

.date-time p::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16%;
  height: 2px;
  background-color: #878787;
}

.date-time span{
  margin-right: 10px;
  color: #2cbdba
}

.registration-form{
  background-color: #1b2741;
  padding: 30px;
  border-radius: 5px;
}


.registration-form .btn {
  border-color: #2cbdba
}

.registration-form p{
  font-size: 12px;
    text-align: left;
}

.banner-girl{
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 22%;
  max-width: 450px;
}

.heading{
  color: #000000;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}
.subheading p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
.registration-form h2{
  font-size: 22px;
    line-height: 1.4;
}

.event-div{
  background-color: #1c4361;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  transition: .3s;
}

.event-div svg{
  width: 55px;
  fill: #2cbdba
}

.event-div p{
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  opacity: .9;
}

.event-div::after{
  content: '';
  position: absolute;
  left: 16%;
  background-color: #ffffff54;
  width: 1px;
  height: 100%;
  top: 0;
}
.event-div:hover{
  background-color: #174669;
  transform: translateY(-6px);
  box-shadow: 0 10px 15px rgb(31 147 188 / 20%);
}
.event-div:hover > p{
  opacity: 1;
}

/* .event-div:hover > div > svg{
  fill: #2cbdba
} */


.universities_attend .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: -6%;
}


.universities_attend .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: -6%;
}

.universities_attend .item img {
  width: 60%;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.universities_attend .item p{
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.universities_attend .item{
  transition: all 0.3s;
  transform: scale(1);
  cursor: pointer;
}

.universities_attend .item:hover {
  transform: scale(1.1);
}

.intake-banner{
  background-image: url('../img/intake-banner.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60vh;
}


.intake-banner h3{
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}


.intake-banner p{
  font-size: 16px;
  color: #2ad865;
}


.top-bachelors{
  background-color: #b6e5e4;
  padding: 20px;
  border-radius: 10px;
  margin: 0 10px;
  margin-bottom: 30px;
  width: 18%;
  transition: .5s;
}

.top-bachelors svg{
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  fill: #000000;
}

.top-bachelors p{
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.top-bachelors-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.top-bachelors:hover{
  background-color: #2cbdba
}

.top-bachelors:hover > p{
  color: #ffffff;
}

.top-bachelors:hover > svg{
  fill: #ffffff;
}


.testimonoal-div{
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
    margin: 0 30px;
}

.testimonoal-div p{
  font-size: 16px;
  margin-top: 10px;
}

.testimonoal-div .vector {
  margin: -50px auto 0;
}

.testimonoal-info p{
  font-size: 14px;
  text-align: center;
}

.quotes-top{
  position: absolute;
  top: -5px;
  left: 0;
}

.quotes-bottom{
  position: absolute;
  bottom: -13px;
  right: 0;
}

.testimonoal-div img{
  width: auto !important;
}



.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #2cbdba
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.checked {
  color: orange;
}

.new-zealand-life img{
  margin-bottom: 20px !important;
  border-radius: 10px;
  width: 100% !important;
  display: block;
  margin: 0 auto;
}

.new_zealand_life_carousel .owl-nav button.owl-next {
  position: absolute;
  right: -61px;
}

.new_zealand_life_carousel .owl-nav button.owl-prev{
  display: none;
}

.overlay{
  cursor: pointer;
  position: relative;
 
}

.overlay:before{
  background-color: #11913d;
  opacity: 0.8;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  z-index:0;
  border-radius: 10px;
} 

.overlay:hover:before{
  background-color: transparent;
  opacity: 1;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  z-index:0;
  border-radius: 10px;
} 

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::before{
content: '';
position: absolute;
top: 21px;
left: 13px;
background-color: #2cbdba;
height: 10px;
width: 10px;
border-radius: 3px;
}

.accordion-button:not(.collapsed)::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
   background-image: url('../img/top-arrow.png') !important;
}

.accordion-button::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
   background-image: url('../img/top-arrow.png') !important;
}

.accordion-button::before{
  content: '';
  position: absolute;
  top: 19px;
  left: 13px;

  background-color: #2cbdba;
  height: 10px;
  width: 10px;
  border-radius: 3px;
}

.accordion-button { 
  padding-left: 35px;
    border-radius: 5px !important;
}

.accordion-item {
  margin-bottom: 25px !important;
  border-radius: 10px !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important; 
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
}

.accordion-item  p{
  color: #585c76;  
  font-size: 14px;
}

/* .accordion{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}


.accordion-flush .accordion-item {
  width: 45%;
  margin: 0 20px;
} */


/* .owl-carousel .owl-stage-outer {
  overflow: initial;
}

#bodyContent {
  overflow: hidden;
} */



.mt-8{
  margin-top: 80px;
}

/* .owl-stage-outer { 
  overflow: visible;
  }
  
   .owl-item {
     opacity: 0;
     transition: opacity 500ms;
  }
  .owl-item.active {
    opacity: 1;
  } */

.testimonoal_carousel  .owl-stage {
    margin: 70px 0;
    overflow: visible;
}

.more {
  display: none;
}

.read {
  color: #2cbdba
}


@media (max-width:1440px){
  .banner-girl{
    left: 36%;
    width: 29%;
  }
}

@media(max-width:567px){
  .banner h1 {
    font-size: 24px;
  }

  .banner-girl {
    display: none;
 }

 .heading {
  font-size: 24px;
}
.note-text{
  font-size: 13px;
}

.universities_attend .owl-nav button.owl-next ,.universities_attend .owl-nav button.owl-prev{
  bottom: 0;
}

.universities_attend .owl-nav button.owl-next img,.universities_attend .owl-nav button.owl-prev img{
  width: 40%;
}

.universities_attend .item p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.universities_attend .item img {
  width: 70%;
}

.intake-banner p {
  font-size: 14px;
  color: #2ad865;
}

.intake-banner h3 {
  font-size: 27px;
}

.top-bachelors {
  width: 44%;
}

.accordion-flush .accordion-item {
  width: 100%;
  margin: 0;
}

.accordion-button {
  font-size: 14px;
  padding-left: 20px;
}

.accordion-item p {
  font-size: 13px;
}

.pt-5{
  padding-top: 20px !important;
}

.pb-5{
  padding-bottom: 20px !important;
}


.accordion-button::after {
  width: 20px;
  height: 12px;
  top: 9px;
    right: 11px;
}

.logo {
  width: 110px;
}

.licensed {
  width: 100%;
}

.pt-4 {
  padding-top: 18px !important;
}

.pb-4 {
  padding-bottom: 18px !important;
}
.banner { padding: 30px 0;
  background: rgb(27,39,65);
background: linear-gradient(180deg, rgba(27,39,65,1) 0%, rgba(44,189,186,1) 100%);
padding: 60px 0 40px;
}

.event-div svg {
  width: 35px;
}

.accordion-button::before {
  left: 7px;
  height: 8px;
  width: 8px;
  border-radius: 2px;
}

.testimonoal_carousel .owl-stage {
  margin: 40px 0;
}

.mt-8 {
  margin-top: 50px !important;
}

.top-bachelors svg {
  width: 60px;
  height: 60px;
}

.top-bachelors p {
  margin-top: 10px;
  font-size: 14px;
}

.event-div p {
  font-size: 14px;
}
}