body {
  font-family: 'Manrope', sans-serif;
  color: #444444;
  background: linear-gradient(248.66deg, #FFF1F1 0%, #E9F8FB 100%);
}
.element {
  scroll-margin-top: 7.5rem;
}
a {
  color: #203975;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', sans-serif;
}
.box.text-center.mt-1{
  color: white;
  display: none;
}
#eventCount{
  z-index: 100;
  position: relative;
}
.quick-li{
  vertical-align: top;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #203975;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #E0303A;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media (min-width: 700px){
  .leftarrow::after{
    content: '';
    background-image: url(../images/leftarrow.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    margin-top: -1000px;
    /* top:50%; */
  }
  .rightarrow::after{
    content: '';
    background-image: url(../images/rightarrow.svg);
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    background-position-x: right;
    position: absolute;
    margin-top: -810px;
  }
  .rightarrowW::after{
    content: '';
    background-image: url(../images/whiteright.svg);
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    background-position-x: right;
    position: absolute;
    margin-top: -477px;
    z-index: 50;
    /* margin-top: 1010px; */
  }

  .disclaimer::after{
    content: ' * The video features stock videography of Sydney and learning environments. The video does not feature Apex Australia campus or students.';
    position: absolute;
    left: 0;
    width: 220%;
    color: white;
    text-align: left;
    margin-top: 60%;
    font-size: 13px;
  }


}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #203975;
  padding: 5px 5px;
  font-size: 14px;
  position: absolute;
  right: 38px;
  width: 46%;
  border-radius: 0px 0px 25px 25px;
  top: 0;
  z-index: 999;
}
#topbar .contact-info i {
  font-style: normal;
  color: #D80F16;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #D80F16;
}
#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: white;
}
#topbar .navbar a, #topbar .navbar a:focus {
  padding: 0px 20px;
  font-size: 14px;
  color: #ffffff;
}
span.contact-info-top .phone-n {
  margin-right: 15px;
}
span.contact-info-top {
  margin-left: 20px;
}
.contact-info-top a i {
  padding-right: 10px;
  color: #D80F16;
}
.contact-info-top a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #222834;
}
nav#navbar a span {
  font-weight: 500;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 97px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding-bottom: 0;
}
#header .navbar {
  margin-top:15px;
}
#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  border-left: 8px solid #D80F16;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 75px;
}
.scrolled-offset {
  margin-top: 70px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 30px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #222834;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #D80F16;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #D80F16;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #D80F16;
}
.outline-btn-blue {

  border-radius: 8px;
  padding: 16px 26px;
  color: #D80F16;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.outline-btn-blue:hover {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  background-color: #D80F16;
  color: #fff !important;

}
.cbox{
  background-color: white;
  padding: 20px;
  min-height: 590px;
  border-radius: 10px;
}
.cboxc{
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.career-box {
  width: 92%;
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 15px;
  margin: 0px !important;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.career-box:hover {
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1.05);
}
.career-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  padding: 25px 15px 15px 20px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #D80F16;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  #topbar{
    width: fit-content !important;
  }
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #D80F16;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #D80F16;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .carousel-item::before {
  content: "";
  background-color: #0B2A6E;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.21;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0%;
  left: 6%;
  right: auto;
  padding-bottom: 120px;
  text-align: left;
}
#hero .carousel-content {
  text-align: left;
}
#hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 700;
}
#hero h2 span {
  color: #D80F16;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #D80F16;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}
#hero .carousel-indicators li.active {
  opacity: 1;
}
#hero .btn-get-started {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 20px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #D80F16;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #FFF;
}
.w-btn {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid white;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  margin-left: 0;
  color: white;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.c-btn{
  border: none;
  display: block;
  background-color: white;
  padding: 12px 75px 12px 24px;
  border-radius: 4px;
  width: fit-content;
  font-weight: 600;
  color: #D80F16;
  margin-top: 30px !important;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E"); */
  background-image: url('../images/line.svg');
  background-repeat: no-repeat;
  background-position: right 28px center;

}
.c-btn:hover{
  color: #e73c42;
  animation-name:btnanim;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes btnanim{
  from{
    background-position: right 28px center;
  }
  to{
    background-position: right 20px center;
  }
}
#hero .btn-get-started:hover {
  background: #D80F16;
  color: #ffffff;
  text-decoration: none;
}

/*Course card section */
.dark-bl-card{
  background: #233671;
  border-radius: 15px;
  display: inline-grid;
  padding: 25px 25px 80px 25px;
  margin: 15px 0px;
  height: 454px;
  float: right;
}
.bl-button{
  background: #A4B8FF;
  padding: 5px 10px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  border: none;
  margin: 10px;
  height: 39px;
  width: 230px;
}
.bl-button:hover{
  background: #4c5c97;
}
.light-bl-card{
  background: url('/wp-content/uploads/2022/07/light-blue-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  display: inline-grid;
  padding: 25px 25px 80px 25px;
  margin: 15px 0px;
  height: 363px;
  float: left;
}
.wht-card{
  background: #FFFFFF;
  border-radius: 15px;
  padding: 10px 10px 50px 10px;
  margin: 10px 0px;
  float: left;
  height: 232px;
  width: 343px;
}
.cd-elements{
  display: inline-grid;
  margin-top: 50px;
  margin-top: -15px;
}
.cd-text{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  /* identical to box height, or 171% */
  letter-spacing: -0.03em;
  /* Accent */
  margin: 10px;
  width: 100%!important;
  padding-left: 10px;
}
.text-bl{
  color: #D80F16;
}
.text-wht{
  color: #FFF;
}
.cd-image{
  margin: 10px;
}
.rht-image{
  float: right;
  width: 55px;
}
/*course card section ends */

@media (max-height: 768px), (max-width: 1200px) {
 /* #hero {
    margin-bottom: 60px;
  } */
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 90vh;
	margin-top: 95px;
  }
	#hero h2{
		font-size: 27px;
	}
  #hero .carousel-item {
    height: 90vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:  60px 0px;
}

.topbar-nav .navbar .dropdown ul a {
  padding: 10px 20px !important;
  color: #545454 !important;
}

.section-bg {
  background-color: white;
}
.courseTabs .nav-tabs .nav-link:focus, .courseTabs .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Manrope', sans-serif;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #D80F16;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

.courses h2 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 84px;
  text-align: left;
  letter-spacing: -0.03em;
  color: #222834;
}
.courses h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #0B2A6E;
  padding-top: 35px;
}
.courses p {
  font-style: normal;
  /* font-weight: 600; */
  font-size: 15px;
  color: #222834;
  padding: 15px 0px;
}
.outline-btn-blue {
  border: 1px solid #D80F16;
  border-radius: 8px;
  padding: 18px 20px;
  color: #D80F16;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
}
.outline-btn-blue:hover {
  background-color: #D80F16;
  color: #fff !important;
}
.course-box:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D80F16 100%), url(.jpg);
  filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.12));  
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  border-radius: 27px;
}
.singlecard{
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 20px;
}
 .singlecard > .row > .col-lg-4 > div{
  border-radius: 10px;
 }
 .singlecard > .row > .col-lg-8 > h3{
padding-top: 0;

 }
 .singlecard > .row > .col-lg-8 > button{

  background-color: white;
  box-shadow: none;
  border:none;

 }
.course-box {
  border-radius: 27px;
  min-height: 300px;
  background-repeat: no-repeat; 
  position: relative;
  margin-bottom: 41px;
  box-shadow: inset 7px -81px 50px 32px #28429265;
  background-size: cover;
}
.course-box h4 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  padding: 20px;
  position: absolute;
  bottom: 0;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}
.course-box:hover h4 {
  background-color: #fff;
  color: #000;
  border-radius: 17px;
  position: absolute;
  top: 174px !important;
  z-index: 99999;
  padding: 14px;
  bottom: -16px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}
.course-box h4 .outline-btn-blue.course-btn {
  display: none;
}
.course-box:hover h4 .outline-btn-blue.course-btn {
  display: inline-block;
  color: #D80F16;
  border: 1px solid #D80F16;
  border-radius: 27px;
  padding: 5px 16px;
  margin-top: 10px;
  font-size: 14px;
}
.courses-tab a.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.03em;
  position: relative;
  color: #222834;
}
.courses-tab .nav-link.active{
  border-color: transparent !important;
  background-color: transparent;    
  color: #000;
}
.courses-tab a.nav-link.active:before {
  background-color: #D80F16;
  position: absolute;
  bottom: 0;
  height: 4px;
  content:"";
  width:77%;
}
.courses-tab .nav-tabs .nav-link:hover {
  border-color: transparent;
}

@media(min-width:1300px){
  .courseTabs .nav-item {
    width: 25%;
}
}

.locations h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.locations h2 span{color: #0B2A6E; display: block;}
.campus-add {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgb(18 17 39 / 8%);
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
}
.campus-add h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #0B2A6E; margin-bottom: 2px;
}
p.defP {
    font-style: normal;
    /* font-weight: 600; */
    font-size: 16px; padding: 15px 0px;
    line-height: normal;
}
.campus-add p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.campus-add a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(18, 17, 39, 0.56);
}
.campus-box ul {
  list-style: none;
  padding-left: 0;
}
.campus-box ul li {
  float: right;
  width: 80%;
  margin: 10px;
  height: 300px;
  box-shadow: 0px 8px 25px rgb(18 17 39 / 6%);
  border-radius: 12px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cta h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #0B2A6E;
  font-family: 'Manrope', sans-serif;
}
.cta h2 span{
  color: #D80F16;display: block;
}
/* .career-box {
  width: 92%;
  height: 301px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 0px !important;
} */
.links-outer {
  padding: 0px 8%;
}
.career-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  padding: 25px 15px 15px 20px;
}

.news-sec h2 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: normal;
  text-align: left;
  letter-spacing: -0.03em;
  color: #222834;
}
.news-sec h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  color: #0B2A6E; padding-bottom: 10px;
  padding-top: 5px;
}
.news-sec p {
  font-style: normal;
  /* font-weight: 600; */
  font-size: 14px;
  color: #222834;
}
.news-valign {
  vertical-align: middle;
  display: table-cell;
  width: 800px;
  height: 640px;
  padding-right:60px;
}
.news-sec {
  background-color: #fff;
}



.hk-reset--button {
  background: none;
  border: 0;
}

.hk-left {
  float: left;
}

.hk-right {
  float: right;
}

.hk-calendar {
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;    font-size: 13px;
  width: 100%;
}
.hk-calendar__caption, .hk-calendar__day {
  padding: 0.875em;
}
.hk-calendar__days {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hk-calendar__day {
  color: #fff;
  font-weight: 300;
  width: 14.2857142857%;
}
.hk-calendar__date-link {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 1em 0.875em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hk-calendar__date-link:hover, .hk-calendar__date-link:focus {
  border-color: transparent;
  color: #549aff;
}
.hk-calendar__date-link.-disabled {
  border-color: transparent;
  color: #aaa;
  cursor: default;
  font-weight: 300;
}
.hk-calendar__date-link.-has-event::after {
  color: #2c8ac8;
  content: "•";
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 0;
  position: relative;
  top: 0.35em;
}
.coming-events-title{background-image:url(../images/events-bk.png);}
.event-day{background-image:url(../images/apt-2.svg); position: relative;}
.event-h {
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 30px;
}
.event h4 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}
.event {
  background: #E0303A;
}
.event-cal {
  background: #265097;
  padding: 11px;
  padding-top: 39px;
}
.event-block .col-lg-6 {
  padding: 0;
}
.outline-btn-white {
  border: 1px solid #FFF;
  border-radius: 8px;
  padding: 8px 11px;
  color: #FFF;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}
.coming-events-title h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.event-day h3 {
  font-weight: 900;
  color: #fff;
  font-size: 194px;
  text-align: center;
}
.event-day h5 {
  color: #fff;
  font-weight: 200;
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-transform: uppercase;
}


#testimSec h2 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: normal;
  text-align: left;
  letter-spacing: -0.03em;
  color: #222834;
}
#testimSec h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  color: #222834;
  padding-top: 40px;
}
.test-student img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}
.test-student h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: normal;
  color: #222834;
  margin-bottom: 0;
}
.test-student p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #222834;
}
.testi-video-outer iframe {
  border-radius: 15px;
}
.testimonial-carousel .owl-nav button.owl-next, .testimonial-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  padding: 3px 6px !important;
  width: 57px;
  border-radius: 20px !important;
  margin: 4px;
}
.testimonial-carousel .owl-nav button.owl-next:hover, .testimonial-carousel .owl-nav button.owl-prev:hover {
  background-color: #0B2A6E; color: #fff !important;
}

.testim-sec {
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: 6% center;
}

.gallery-box img {
  margin: 9px;

}
.gallery-sec .col-md-12 {
  padding: 0;
}
.gallery-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
  margin-bottom: 25px;
}
.contact-sec .container {
    background: #fff;
    border-radius: 13px;
    border-top: 6px solid #0B2A6E;
    padding: 80px;
    box-shadow: 0px 0px 25px #0000001c;
}
.contact-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #000000;
  position: relative;
}
.contact-sec h2:before {
  background-color: #0B2A6E;
  content: "";
  position: absolute;
  width: 87px;
  height: 4px;
  bottom: -15px;
}
.contact-links a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-decoration-line: none;
  color: #D80F16;
  border-right: 2px solid #D80F16;
  padding-right: 20px;
}
.contact-links {
  margin-top: 50px;
}
.no-border {
  border: none !important;
}
.pl-40 {
  padding-left: 23px;
}
.social-icons-cont {
  padding-top: 125px;
  padding-bottom: 25px;
}
.social-icons-cont a {
  color: #0B2A6E;
  font-size: 24px;
  padding-right: 22px;
}
.enqForm h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 15px;
}
.enqForm .form-control {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  padding: 12px 8px;
}
.btn-enquire {
  background: #0B2A6E;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 16px;
}
#contactSec {
  padding: 60px 0px 110px 0px;
}
.agents-sec {
  padding-bottom: 15px;
}
.no-banner-header {
  padding: 10px 0px;
}
.cms-content h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
  margin-bottom: 40px;
}
.cms-content p, .cms-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(18, 17, 39, 0.72);
}
.cms-content h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #121127;
  padding-top: 35px;
}
.s3-sec h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 27px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
  margin-bottom: 25px;
}
.doubts-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
}
.doubts-sec h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
}
.s3Tabs .nav-link {
  padding: 7px 22px;
  border: 1px solid #D80F16;
  border-radius: 100px;
  margin-right: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #222834;
}
.s3Tabs {
  margin-top: 50px;
}
.s3Tabs .nav-tabs {
  border-bottom: none;
}
.s3Tabs .nav-tabs .nav-item.show .nav-link, .s3Tabs .nav-tabs .nav-link.active, .s3Tabs .nav-tabs .nav-link:focus, .s3Tabs .nav-tabs .nav-link:hover  {
  color: #ffffff;
  border-color: #D80F16 #D80F16 #D80F16;
  background: #D80F16;
}

.s3Tabs .tab-pane h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #D80F16; margin-bottom: 30px;
}
.s3Tabs .tab-pane {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.s3Tabs .tab-pane ul li {
  padding-bottom: 16px;
}
section.doubts-sec {
  background-color: #fff;
}
.s3Tabs .tab-pane p, .s3Tabs .tab-pane ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.72);
}
.inner-common-header .valign-content h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
  padding-top: 20px;
  padding-bottom: 5px;
}
.inner-common-header .valign-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #121127;
  padding-bottom: 7px;
}
.inner-common-header .valign-content ul{
  padding-left: 20px;
}
.policies-sec .nav-pills {
  padding-right: 35px;
}
.policies-sec .nav-pills .nav-link.active, .policies-sec .nav-pills .show>.nav-link {
  color: #fff;
  padding: 10px 20px;
  background: #D80F16;
  border-radius: 100px;
}
.policies-sec .nav-pills button {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #D80F16;
  border-radius: 100px;
  color: #222834;
}
.policies-sec  .tab-pane h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #0B2A6E;
  padding-bottom: 15px;
}
.policies-sec  ul.column-2-lg li {
  padding-bottom: 14px;
}
.policies-sec  ul.column-2-lg {
  column-count: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.policies-sec .nav-pills {
  padding-right: 35px;
  min-width: 36%;
}
.steps-sec .nav-pills {
  padding-right: 35px;
}
.steps-sec .nav-pills .nav-link.active, .steps-sec .nav-pills .show>.nav-link {
  color: #fff;
  padding: 7px 20px;
  background: #D80F16;
  border-radius: 100px;
}
.steps-sec .nav-pills button {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px 20px;
  border: 1px solid #D80F16;
  border-radius: 100px;
  color: #222834;
}
.steps-sec .tab-pane h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
  padding-bottom: 15px;
}
.steps-sec ul.column-2-lg li {
  padding-bottom: 14px;
}
.steps-sec  ul.column-2-lg {
  column-count: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.steps-sec .nav-pills {
  padding-right: 35px;
  min-width: 210px;
}
.steps-sec h2 {
  font-weight: 800;
  font-size: 26px;
  padding-top: 5px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #0B2A6E;
  margin-bottom: 39px;
}
.steps-sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(18, 17, 39, 0.72);
}
.resource-box{
  background: #FFFFFF;
  border-radius: 15px;
}
.resource-box .nostyle-list li {
  padding-bottom: 13px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.nostyle-list li:hover {
  color: #E0303A;
  cursor: pointer;
  padding-left: 4px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.resource-box .nostyle-list {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #222834;
  list-style: none;
  padding: 15px 15px 60px 24px;
}
#Vbanner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-box h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background: #0B2A6E;
  border-radius: 15px 15px 0px 0px;
  padding: 11px 8px 11px 15px;
  border-bottom: 5px solid #E0303A;
}
.news-fluid{
  min-height: 636px;
  border-radius: 0 0 300px 300px;
  height: 100%;
  max-width:636%;
  background-position: top center;

}
.h2new{
  font-weight: 800;
  font-size: 26px;
  padding-top: 5px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #0B2A6E;
}
#content-bl-1{
  width: 862px;
  min-height: 400px;
  background: white;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.065) 0px 48px 100px 0px;
}
#content-bl-2{
  width: 420px;
  min-height: 350px;

  /* background: #041380; */
  border-radius: 0px 25px 25px 0px;
  box-shadow: rgba(17, 12, 46, 0.065) 0px 48px 100px 0px;
  background-position: center;

}
.align-it{
   justify-content: flex-start!important;
}
@media (max-width:768px){
  .news-fluid{
    border-radius: 0 ;
  min-height:336px;

  }
.content-dim{
    height: 30px !important;
  }
  #content-bl-1{
  border-radius: 0px 0px 25px 25px;

  }
#content-bl-2{
  width: 420px;
  border-radius: 25px 25px 0px 0px;
  min-height: 300px;
  }
.align-it{
          justify-content: center!important;
      }
}
@media (max-width:564px){
 .content-order-it1{
     order:1; 
   }
 .content-order-it2{
     order:0; 
   }
}


.img-box-lr img {
  filter: drop-shadow(0px 8px 20px rgba(18, 17, 39, 0.1));
  border-radius: 16px;
  max-width: 90%;
}
.left-img-sec h4 {
  font-weight: 800;
  font-size:36px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
  padding-bottom: 10px;
}
.left-img-sec ul li {
  padding-bottom: 11px;
}
.left-img-sec p, .left-img-sec ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.72);
}
.left-img-sec ul {
  padding-left: 20px;
}
.study-aus-box h3 {
  font-weight: 800;
  font-size: 44px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #D80F16;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.study-aus-box p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: rgba(18, 17, 39, 0.56);
}

.study-in-aus-sec h2 {
  font-weight: 800;
  font-size: 38px;
  line-height: 68px;
  letter-spacing: -0.03em;
  color: #121127;
}
.study-aus-box {
  margin-bottom: 40px;
  text-align: center;
}
#informationAccordion .accordion-header, #informationAccordion .accordion-header button {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  color: #121127;
  background-color: transparent !important;
}
#informationAccordion .accordion-item {
  background-color: transparent !important;
  border-top: 1px solid rgba(0,0,0,.125);
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-left: none;
  border-right: none;
  margin-top: -1px;
}
.contact-bl-box {
  background: #0B2A6E;
  border-radius: 16px;
  vertical-align: middle;
  display: table-cell;
  height: 315px;
  margin-top: 20px !important;
}
.contact-bl-box h3 {
  margin-top: 0;
  padding-top: 0;
  color: #fff !important;
  padding-bottom: 0;
  margin-bottom: 10px !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 25px !important;
}
.contact-bl-box {
  background: #0B2A6E;
  border-radius: 0px 16px 16px 0px;
  vertical-align: middle;
  display: table-cell;
  height: 315px;
  margin-top: 20px !important;
  background-image: url(../images/contact-triangle.png);
  padding: 40px 140px 40px 40px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.noPadd-child .colmd {
  padding: 0;
}
.mrt-20{margin-top: 20px;}
.contact-bl-box a i {
  padding-right: 10px;
}
.contact-bl-box a {
  display: block;
  padding-top: 10px;
}
.contact-bl-box a, .contact-bl-box p{color: #FFF !important;}
.support-staff .container .row .col-lg-2{
  width: 20%!important;
}
.pignose-calendar .pignose-calendar-body{
  padding-top: 0 !important;
}
.pignose-calendar .pignose-calendar-unit a{
  width: 2.2rem !important;
  height: 2.2rem !important;
}
.pignose-calendar .pignose-calendar-unit{
  height: 2.35em !important;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header div{
  color:rgba(255, 255, 255, 0.682) !important;
  font-size: 10px !important;
}
.pignose-calendar .pignose-calendar-unit a{
  border-radius: 15% !important;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a{
  background-color: #D80F16 !important;
}
/* .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next{
  visibility: hidden;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev{
  visibility: hidden;
} */
.hk-calendar {
  padding: 10px !important;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  font-size: 13px;
  width: 100%;
}

.team-contact-box{
  padding: 95px 15px 20px 20px;
  height: 345px;
  border-radius: 10px;
  position: relative;
  border-top: 4px solid #0B2A6E;
}
.team-contact-blue-box{
  margin-top: 30px;
  background: url(../images/grp-contact1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #E0303A;
  color: #fff;
}
.team-contact-white-box1{
  margin-top: 30px;
  background: url(../images/grp-contact2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #ffffff;
  color: #474242;
}
.team-contact-white-box2{
  margin-top: 30px;
  background: url(../images/grp-contact3.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #ffffff;
  color: #474242;
}
.team-contact-white-box3{
  margin-top: 30px;
  background: url(../images/grp-contact4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #ffffff;
  color: #474242;
}
.team-contact-white-box4{
  margin-top: 30px;
  background: url(../images/grp-contact5.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #ffffff;
  color: #474242;
}
.cont-details{
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.phone-text-wht{
  background: url(../images/phone-wht.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.mail-text-wht{
  background: url(../images/mail-wht.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;  
}
.phone-text{
  background: url(../images/phone.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.mail-text{
  background: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;  
}
.sml-text{
  font-size: 10px;
}
.margin25{
  margin-bottom: 25px;
}
.support-staff h2{
  font-style: normal;
font-weight: 800;
font-size: 34px;
letter-spacing: -0.03em;
color: #121127;
}
.support-staff-box {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
  height: 300px;
  background-position: center;
}
.support-staff-outer {
  position: relative;
  margin-bottom: 40px;
  height: 380px;
}
.staff-details p a i {
    padding-right: 6px;
}
.staff-details p, .staff-details p a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #222834;
    margin-bottom: 0;
    padding-bottom: 0;
}
.staff-details h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #0B2A6E;
    margin-bottom: 0;
}
.staff-details {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 13px 15px 13px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 1px 11px 17px #ebebeb;
}
section.support-staff {
  padding-bottom: 20px;
}
.det-box.job-box h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #D80F16;
}
.det-box.job-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #394149;
  opacity: 0.8;
  padding-bottom: 10px;
  margin-bottom: 0px;
  min-height: auto;
}
.det-box.job-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: normal;
  color: #394149;
  opacity: 0.6;display: block;
}
ul.norm-ul {
  column-count: 2;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #394149;
  opacity: 0.6;
  padding-bottom: 10px;
  margin-bottom: 0px;
  min-height: auto;
  padding-left: 20px;
}
ul.norm-ul li {
  padding-bottom: 5px;
}
.det-box.job-box {
  min-height: 195px;
}
#detAccordion button.accordion-button {
  padding: 10px 15px 10px 15px !important;
}
#detAccordion{margin-top: 30px; margin-bottom: 30px;}
a.btn-lg.outline-btn-blue {
  padding: 13px 30px;
}
#informationAccordion button.accordion-button {
  padding-left: 0;
  outline: none;
}
#informationAccordion .accordion-body {
  padding-left: 5px;
}
.student-testimonial-sec h2.title2{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #222834;
}
.cta h2.titleBlue {
  font-size: 36px;
}
.bord{
  border-radius: 10px;
  margin-bottom: 60px;
}
.colS{
  border: none;
  border-left: 1px solid #D80F16;
}
.colS > p{
  margin-top: auto;
  margin-bottom: auto ;
}
@media (max-width:500px){
  .colS{
    flex: 1 0 50%;
    margin-bottom: 30px;
  }
}
#sidebar.fixed {
  position: fixed;
  top: 150px;
  /* min-width: 340px; */
  max-width: 360px;
}
#sidebar2.fixed {
  position: fixed;
  top: 150px;
  /* min-width: 340px; */
  max-width: 360px;
}
#sidebar {
  /* min-width: 340px; */
  max-width: 360px;
}
#sidebar2 {
  /* min-width: 340px; */
  max-width: 360px;
}












#footer {
  background: #0B2A6E;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #D80F16;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}
#footer .footer-top {
  background: #0B2A6E;
  /* border-top: 1px solid #ffffff; */
  /* border-bottom: 1px solid #f1f1f1; */
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Manrope', sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #D80F16;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  position: relative;
  padding-bottom: 12px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 170%;
  text-transform: uppercase;
  /* color: rgba(18, 17, 39, 0.4); */
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #fff;


}
#footer .footer-top .footer-links ul a:hover {
  color: #D80F16;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: left;
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #fff
}
.show-sm{display: none;}
.social-icons-footer a {
  color: #E0303A;
  font-size: 19px;
  padding-right: 25px;
}
.social-icons-footer {
  padding: 18px 0px;
  float: right;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer-logo{max-width: 200px;}
.achiev h3 {
  color: #D80F16;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: normal;
}
.achiev {
  border: 1px solid #D80F16;
  border-radius: 12px;
  padding: 30px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.about-us-sec img {
  filter: drop-shadow(0px 8px 20px rgba(18, 17, 39, 0.1));
  border-radius: 16px;
  width: 95%;
}
.about-us-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127; padding-bottom: 15px;
}
.about-point-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127; padding-bottom: 15px;
}
.about-us-sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(18, 17, 39, 0.72);
}
.dblue-box {
  background-size: cover !important; 
  background: #0B2A6E;
  border-radius: 10px;
  background-position: 50% 80%;
  background-size: 71%;
  background-repeat: no-repeat;
  padding:40px 24px 24px 24px;
}
.lblue-box {
  background-size: cover !important; 

  background: #D80F16;
  border-radius: 10px;
  background-position: 50% 80%;
  background-size: 71%;
  background-repeat: no-repeat;
  padding:40px 24px 24px 24px;
}
.links{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.03em;
}
.new-style{

  background-color: white;
  padding:0 !important;
  width: 32% !important;
  margin-right: 60px !important;
  
}

.new-style > h3 {
  width: 100%;
}

.ban2{
  flex: 1 1 25% !important;
  margin:10px
}
.bluebg{
  background-color: white;
  padding: 20px; 
  width: 100%;
  border-radius: 10px;
  margin: 0;
}
.b2button{
  background: none;

  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  color: black;
  border: none;
}
.bluebg:hover{
  transition: 0.5s;
  background-color: #D80F16;
}
.bluebg:hover > .b2button{
  color: white;
  transition: 0.5s;
}
.bgmenugray{
  background-color:#dee5ff ;
}
.bgmenublue{
  background-color:#D80F16 ;
}
.bgmenublue > a{
  color: white !important;
  font-size: 600;
}

.resource-box > .linked-ul{
  padding-bottom: 20px;
}
.quick-li{
  vertical-align: top;
}
.units{
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 5px;
  margin-left: 0;
  list-style: none;
  text-align: left;
  background-color: white;
  border-radius: 5px;
}
@media (min-width: 1200px){
  .navbar .dropdown > ul.coursess {
    column-count: 2;
    left: -500% !important;
  }
}

.bganim{
  animation-name: bgzoom;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes bgzoom{
  from{
    background-size: 100%;
  }
  to{
    background-size: 130%;
  }
}

@media (max-width:1000px){
  .bganim{
    animation-name: none;

  }
  
}


.new-style > button{
  border:none !important;
  text-align: left;
  background-color: white !important;
  color: black !important;
  margin-bottom: 0!important;
}
.downico{
  list-style: none;
  padding: 0;
}
.downico > li {
  background-image: url(../images/download.png);
  background-size: 21px;
  /* background-size: contain; */
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 5px;
  /* display: inline-block; */

  
}
.dbl {
  min-height: 350px;
}
.dbl h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #FFFFFF;
}
.dbl {
    margin-bottom: 15px;
}
.dbl p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding-top: 15px;
}
.abt-cont {
  margin-bottom: 15px;
}

.abt-cont h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 31px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #121127;
  padding-bottom: 21px;
}
.text-right{text-align: right;}

.student-video-outer iframe {
  border-radius: 20px;
}
.student-testimonial-carousel .testimonial-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgb(18 17 39 / 8%);
  border-radius: 12px;
  padding: 22px;
}
.student-testimonial-carousel {
  padding-left: 8%;
  margin-top: 30px;
}
.student-testimonial-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.student-testimonial-sec .testimonial-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.56);
}
.student-testimonial-carousel .owl-nav button.owl-next, .student-testimonial-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  padding: 3px 6px !important;
  width: 57px;
  border-radius: 20px !important;
  margin: 4px;
}
.student-testimonial-carousel .owl-nav button.owl-next:hover, .student-testimonial-carousel .owl-nav button.owl-prev:hover {
  background-color: #0B2A6E; color: #fff !important;
}
.fa-star.halfstar {
  color: #ffe0bc;
  font-size: 11px;
}
.fa-star.fullstar {
  color: #FF9E2A;
  font-size: 11px;
}
span.rate {
  padding-left: 10px;
}





@media(max-width:1099px){
  #topbar {
    width: 53%;
}
}
@media(max-width:991px){
  .hide-sm{display: none !important;}
  .show-sm{display: block;}
  .nav-tabs .nav-item {
    width: 42%;
    float: left;
    display: block;
    text-align: center;
}
.d-flex.dbl-sm {
  display: block !important;
}
.policies-sec ul.column-2-lg {
  column-count: 1;
}
.gallery-sec .col-md-12 {
  padding: 15px;
}
.s3Tabs .nav-link {
  border-radius: 10px;
}
.campus-box ul li {
  width: 93%;
}
.career-box {
  width: 99%;
  margin-bottom: 30px !important;
}
.event-h.coming-events-title {
  height: 150px;
}
.event.event-h {
  height: auto;
}
.event-day.event-h {
  height: auto;
}
.event-day h3 {
  font-size: 58px;
}
.contact-links a {
  display: inline;
  margin-left: 0px !important;
  padding-left: 0px !important;
  border: none;
  padding-top: 9px;
}
.contact-sec .container {
  padding: 20px;
}
.social-icons-cont {
  padding-top: 5px;
  padding-bottom: 20px;
}
#contactSec a.book-conult-btn.outline-btn-blue {
  margin-bottom: 25px;
}
.s3Tabs .nav-tabs .nav-link {
  margin-bottom: 10px;
}
.contact-bl-box {
  border-radius: 0px;
}
#courses .nav-tabs .nav-item {
  width: 100%;
  text-align: left;
}
#sidebar.fixed {
  position: relative !important;
  top: auto !important;
}
#sidebar2.fixed {
  position: relative !important;
  top: auto !important;
}
}
@media(max-width:767px){
  .contact-info-top{display: none;}
  .agent-box {width: 100% !important; margin-bottom: 20px;}
  .valign-content .btn-blue.mr-20 {margin-bottom: 25px;}
  .img-box-lr img {max-width: 100%;}
  .hide-xs{display: none;}
  section.study-in-aus-sec .col-md-3 {flex: 0 0 auto;width: 50%;}
  .policies-sec.vtabs .nav-pills {
    padding-right: 0;
    min-width: 100%;
    margin-right: 0px !important;
}
#locations {
  padding-top: 0px;
}
.course-det-thumb {
  display: none;
}
.qlink h2 {
  padding-bottom: 20px;
}
div#sidebar {
  margin-bottom: 30px;
}
div#sidebar2 {
  margin-bottom: 30px;
}
.about-us-sec img {
  width: 100%;
}
.staff-box img {
  margin-bottom: 20px;
}
.leadership-filter {
  padding-left: 20px;
  padding-bottom: 20px;
}
.leadership-content {
  padding-top: 0;
}
}
@media(max-width:1200px) and (min-width:992px){
  .contact-info-top{display: none;}
}
section.inner-common-header {
  padding: 25px 0px;
}
.inner-common-header .valign-content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #070E25;
}
.inner-common-header .valign-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.72);
  padding: 20px 40px 20px 0px;
}
.btn-blue {
  border: 1px solid #0B2A6E;
  border-radius: 8px;
  padding: 7px 18px;
  color: #FFF;
  font-weight: 600;
  background-color: #0B2A6E;
  display: inline-block;
}
.btn-blue:hover {
  border: 1px solid #D80F16;
  color: #FFF;
  background-color: #D80F16;
}
.inner-common-header .valign-content {
  vertical-align: middle;
  display: table-cell;
  height: 536px;
  width: 800px;
}
.news-box h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #D80F16;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.news-box h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
  margin-bottom: 20px;
}
.news-box img {
  max-height: 160px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.news-box p, .news-box ul li {
  font-style: normal;    word-break: break-all;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.72);
}
.news-box {
  margin-bottom: 80px;
}
.job-box {
  background: rgba(11, 42, 110, 0.03);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
}
.jobs-list-sec {
  padding: 60px 0px 35px 0px;
}
.job-box h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.job-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #394149;
  opacity: 0.6;
  margin-bottom: 0;
  min-height: 45px;
}
.job-box a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #D80F16;
  display: inline-block;
  padding-top: 5px;
}
.jobs-list-sec h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
  margin-bottom:40px;
}
.agents-sec h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #222834;
    margin-bottom: 40px;
}
.mr-20 {
  margin-right: 15px;
}
.agent-box{
  background: #FFFFFF;
  border: 1px solid #D80F16;
  border-radius: 20px;
}
.agent-box {
  background: #FFFFFF;
  border: 1px solid #D80F16;
  border-radius: 20px;
  padding: 18px 18px;
  min-height: 310px;
  width: 90%;
}
.agent-box h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #D80F16;
}
.agent-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: rgba(18, 17, 39, 0.56);
}
.line-arrow{
  position: relative;
}
.line-arrow:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #D80F16;
  top: 60%;
  z-index: -1;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.leadership-filter .d-block {
  margin-bottom: 14px;
}
.leadership-filter h3:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 3px;
  background: #D80F16;
border-radius: 9px;
  bottom: -4px;
}
.leadership-filter h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #222834;
  position: relative;
  margin-bottom: 25px;
}
.staff-box h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #535353;
}
.staff-box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #757575;
}
.staff-box p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #969696;
  line-height: 23px;
}
.staff-box img {
  border-radius: 15px;
}
.staff-box {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 35px;
  padding-top: 35px;
}
.staff-button{
  min-width:240px ;
  margin-right: 40px;
  margin-top: 20px;
  border: 1px solid #D80F16 !important; 
  border-radius: 60px !important;
  color: #D80F16 !important;
}
.staff-button.active{
  background-color: #D80F16 !important;
  color: white !important;
}
.no-bottom-border{border-bottom: 0px;}

.cat-group h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #222834;
  padding: 0px 0 20px 0;
}
.cat-group label {
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  color: #222834;
  padding-left: 5px;
}
.course-thumb {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0px 0px;
}
.course-name {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  border-radius: 0px 0px 15px 15px;
  padding: 20px;
}

.course-name h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #222834;
}
.course-name h4 strong {
  font-style: normal;
  font-weight: 800; display: block;
  font-size: 15px;
  line-height: normal;
  color: #222834;
}
.course-box-w {
  margin-bottom: 30px;
}

.details-banner-header {
  min-height: 400px;
  background: #D80F16;
  mix-blend-mode: normal;
  position: relative;
  background-image: url(../images/angle-shadow-2.png);
  background-repeat: no-repeat;
  background-position: -49%;
  background-size: 38%;
}
section.quick-details ul {
  list-style: none;
  padding-left: 0;
}
.quick-details ul li {
  background-repeat: no-repeat;
  background-size: 27px;
  display: inline-block;
  margin-right: 31px;
  padding-left: 25px;
  vertical-align: top;
  border: none;
  border-left: 1px solid #D80F16;
  min-height: 78px;
}
.qlink h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #222834;
}
.quick-details{
  padding-bottom: 37px;
padding-top: 50px;
  background-color: #fff;}
.course-details-content {
  background-color: #fff;
}
.quick-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(18, 17, 39, 0.56);
}
.quick-details ul li p strong {
  display: block; color: #000; margin-top: 5px;
}
.course-details-content h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #0B2A6E;
  margin-bottom: 30px;
}
.course-details-content img {
  border-radius: 15px;
}
.course-det-thumb {
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0;
  float: right;
  right: 0;
  background-size: cover;
  background-position: center;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;color: #FFFFFF;
}
.breadcrumbs ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  color: #FFFFFF;
  display: inline-block;
}
.breadcrumbs ul li a{
  color: #FFFFFF;
}
.details-banner-header h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.details-banner-header h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
section.details-banner-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 0px;
}
a.enquire-btn {
  align-items: center;
  padding: 10px 23px;
  background: #FFFFFF;
  border-radius: 11px;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px; margin-right: 12px;
}
a.download-btn {
  align-items: center;
  padding: 10px 23px;
  background: transparent;
  border-radius: 11px;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
}
a.download-btn:hover {
  background: #FFFFFF;
  color: #D80F16;
  border: 1px solid #fff;
}
a.enquire-btn:hover {
  background: #233671;
  color: #fff;
}
@media(min-width:1300px){
  #topbar {
    width: auto;
    right: 7%;
}
.student-testimonial-carousel .owl-nav {
  position: absolute;
  top: -75px;
  right: 10%;
}
.student-testimonial-sec {
  padding-bottom: 30px;
}
}
@media (min-width: 1900px){
#topbar {
    width: auto;
    right: 15%;
}
.student-testimonial-carousel .owl-nav {
  right: 16%;
}
.student-testimonial-carousel {
  padding-left: 15%;
  margin-top: 30px;
}
}
@media(min-width:1980px){
  .student-testimonial-sec .container-fluid{
    max-width: 1320px;
}
.student-testimonial-carousel {
  padding-left: 0;
}
}
@media(max-width:1099px){
.student-testimonial-sec .container-fluid{
    max-width: 100%;
}
.student-testimonial-carousel {
  padding-left: 0;
}
.support-staff .container .row .col-md-4{
  width: 33%!important;
}
}
@media(max-width:1299px){
  .student-testimonial-carousel .owl-nav {
    margin-top: 20px;
  }
  .support-staff .container .row .col-md-4{
    width: 33%!important;
  }
}

.search-result-list{
  z-index: 999;
}