/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}
a{
  color: #0c06c8;
}
.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	white-space:nowrap;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #0c06c8;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
	white-space:nowrap;
}

.navbar-light.sticky-top {
    top: -100px;
    /* height: 100px; */
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #ad1814;
    border-color: #ad1814;
}

.page-header {
    /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #ad1814;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #ad1814;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background:#AD18140F;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: #ad1814;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
/* .testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #ad1814 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #ad1814;
    border-color: #ad1814;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #ad1814;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.w3l-price-2 .price-main {
    background: #f6f6f6; }
  
  .w3l-price-2 .price-img {
    float: left;
    margin-right: 20px; }
  
  .w3l-price-2 .price-box p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0; }
  
  .w3l-price-2 .location {
    margin-top: 8px; }
  
  .w3l-price-2 .location li {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    display: inline-block;
    margin-right: 10px; }
  
  .w3l-price-2 .location li span.fa {
    margin-right: 5px;
    color: var(--btn-color); }
  
  .w3l-price-2 .price-box p strong {
    color: #000;
    width: 60px;
    display: inline-block; }
  
  .w3l-price-2 .actionbg {
    font-size: 16px;
    text-align: center;
    color: var(--btn-color);
    background: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid var(--btn-color); }
  
  .w3l-price-2 .actionbg:hover {
    background: var(--btn-color);
    border: 2px solid var(--btn-color);
    color: #fff; }
  
  .w3l-price-2 .grid {
    display: grid; }
  
  .w3l-price-2 .grid-column-2 {
    grid-template-columns: .5fr 1fr;
    grid-gap: 20px;
    align-items: center; }
  
  .w3l-price-2 h6.pricehead {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #000; }
  
  .w3l-price-2 .price-main img {
    border-radius: 4px; }
  
  .w3l-price-2 span.fa {
    vertical-align: middle; }
  
  .w3l-price-2 h6.pricehead a {
    color: #000; }
  
  .w3l-price-2 h6.pricehead a:hover {
    color: var(--opposite-color); }
  
  .w3l-price-2 .pricing-chart h5 {
    font-size: 16px;
    color: #939393;
    line-height: 22px;
    margin: 6px 0 12px;
    font-weight: normal; }
  
  .w3l-price-2 .pricing {
    color: #000;
    line-height: 40px;
    font-size: 45px;
    text-align: right;
    float: left; }
  
  .w3l-price-2 .pri {
    color: #8298AB;
    line-height: 25px;
    font-size: 17px; }
  
  .w3l-price-2 .pri1 {
    color: #304659;
    text-align: right;
    line-height: 25px;
    font-size: 20px; }
  
  .w3l-price-2 .price-title {
    color: #3B5266;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal; }
  
  .w3l-price-2 .tatest-top {
    background: #ffffff;
    padding: 20px; }
  
  .w3l-price-2 .top-middle-1 {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding: 20px 0; }
  
  .w3l-price-2 .events-top {
    background-color: #ffffff;
    padding: 20px;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    display: grid; }
  
  .w3l-price-2 .icon-top {
    text-align: center;
    width: 100px;
    background: #ad1814;
    padding-top: 14px;
    border-radius: 4px; }
  
  .w3l-price-2 .icon-top p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px; 
color: #fff;}
  
  .w3l-price-2 .icon-top span {
    background-color: #ffb300;
    line-height: 2.5;
    height: 40px;
    display: block;
    color: #fff;
    border-radius: 0 0 4px 4px; }
  
  .w3l-price-2 .events-top li {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color); }
  
  .w3l-price-2 li.melb {
    border-left: 1px solid #bdbdbd;
    margin-left: 12px;
    padding-left: 15px; }
  
  .w3l-price-2 .events-top-right p {
    color: #000;
    font-size: 16px;
    line-height: 24px; }
  
  .w3l-price-2 h3 {
    font-size: 32px;
    line-height: 38px;
    color:#fff;
    font-weight: 600; }
  
  @media (max-width: 1920px) {
    .w3l-price-2 h1 {
      font-size: 3.5vw; } }
  
  @media (max-width: 1280px) {
    .w3l-price-2 h1 {
      font-size: 4.5vw; } }
  
  @media (max-width: 1080px) {
    .w3l-price-2 .events-top li {
      font-size: 14px; }
    .w3l-price-2 li.melb {
      margin-left: 3px;
      padding-left: 6px; } }
  
  @media (max-width: 1024px) {
    .w3l-price-2 .pricing {
      font-size: 20px; } }
  
  @media (max-width: 991px) {
    .w3l-price-2 .text-right {
      text-align: left; } }
  
  @media (max-width: 736px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr 1fr; }
    .w3l-price-2 .w3l-faq-page summary {
      font-size: 18px; }
    .w3l-price-2 .w3l-faq-page details {
      width: inherit;
      max-width: 600px;
      margin: 0 0em; }
    .w3l-price-2 .w3l-faq-page .faq-column-grid {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  
  @media (max-width: 667px) {
    .w3l-price-2 h1 {
      font-size: 7vw; } }
  
  @media (max-width: 576px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 25px; } }
  
  @media (max-width: 480px) {
    .w3l-price-2 h1 {
      font-size: 2.5em;
      margin: 5vw 1vw; } }
  
  @media (max-width: 440px) {
    .w3l-price-2 .media {
      grid-template-columns: 1fr;
      grid-gap: 0px; }
    .w3l-price-2 .button-eff {
      margin-top: 0em; }
    .w3l-price-2 .events-top {
      grid-template-columns: 1fr; } }
  
  @media (max-width: 415px) {
    .w3l-price-2 .grid-column-2 {
      grid-row-gap: 15px; }
    .w3l-price-2 h3 {
      font-size: 30px;
      line-height: 36px; }
    .w3l-price-2 .pricing {
      font-size: 30px; } }
  
  @media (max-width: 384px) {
    .w3l-price-2 h1 {
      font-size: 2.3em; }
    .w3l-price-2 .location li {
      font-size: 15px;
      margin-right: 8px; }
    .w3l-price-2 .column1 {
      grid-gap: 15px; } }
  
  @media (max-width: 320px) {
    .w3l-price-2 h1 {
      font-size: 1.9em; } }
  
.header-top{
    background-color: #ad1814;
}

ul.list{
list-style-type: none;
padding-left:0;
}

ul.list li {
   display: flex;
	line-height:1.7;
}
ul.list li::before {
    font-family: "FontAwesome";
    content: "\f0da";
  color:#b31918;
    padding: 0 10px 0 0;
}




@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  top: 0;
  width: 100%;
  background-color: rgb(126, 0, 1);
  padding-left: 100%;
  color: #fff;
  height: 40px;  overflow: hidden;
}

.ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker_item {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  color:#fff ;
}

.navbar-nav.ms-auto {
  margin-left: 150px !important;
}


.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-right: 4px solid var(--bs-danger);
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

#pointer {
  height: 40px;
  position: relative;
  background: #fde39f;
  color: #181d38;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  font-size: 1rem;
  text-transform: uppercase;
}
/* #pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
} */
#pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fde39f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
  
.blink-bg{
  color: #fff;
  display: inline-block;
  animation: blinkingBackground 1s infinite;
}
@keyframes blinkingBackground{
  0%		{ background-color: #7E0001;}
  25%		{ background-color: #7E0001;}
  50%		{ background-color: #da7710;}
  75%		{ background-color: #da7710;}
  100%	        { background-color: #da7710;}
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
  text-align: left;
}
.headimg{
  width:229px;
  height:183px;
  margin:0px auto;
  overflow:hidden;
}
/*  */
.wrap {
height: auto;
width: 100%;
/* max-width: 229px; */
overflow: hidden;
box-sizing: border-box;
padding: 10px;
}
.newsTickerCon{
  /* font-family:'Open Sans'; */
  /* font-weight: 400; */
  width:100%;
  height:322px;
  overflow:hidden;
  padding: 0;
  margin: 0;
}

.headline{
  color:#000;
  text-align:left;
  /* font-size: 13px; */
  font-weight: bold;
  min-height: 58px;
}
.newsTickerCon p{
  text-align:left; 
  color:#000;
  overflow:hidden;
  text-overflow:_ellipsis;
  /*white-space: nowrap;*/
  line-height:20.8px;
  margin-top: 5px;
 }
.newsTickerCon ul{
  list-style:none;
  position:relative;
  padding: 0px;
  margin: 0px
}
.newsTickerCon li{
  margin-bottom: 1em;
  background-color: #fff;
  text-align: center;
  border-left: 4px solid #ad1814;
  padding: 10px;
  box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.15) !important;
}

.newsTickerCon a {
  text-align: left;
  margin: auto;
  display: block;
}
li img {
    margin-right: 10px;
    float: left;
}
/* 
 */
 
.wrap1 {
  height: auto;
  width: 100%;
  /* max-width: 229px; */
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  }
  .newsTickerCon1{
    /* font-family:'Open Sans'; */
    /* font-weight: 400; */
    width:100%;
    height:322px;
    overflow:hidden;
    padding: 0;
    margin: 0;
  }
  
  .headline1{
    color:#000;
    text-align:left;
    /* font-size: 13px; */
    font-weight: bold;
    min-height: 58px;
  }
  .newsTickerCon1 p{
    text-align:left; 
    color:#000;
    overflow:hidden;
    text-overflow:_ellipsis;
    /*white-space: nowrap;*/
    line-height:20.8px;
    margin-top: 5px;
   }
  .newsTickerCon1 ul{
    list-style:none;
    position:relative;
    padding: 0px;
    margin: 0px
  }
  .newsTickerCon1 li{
    margin-bottom: 1em;
    background-color: #fff;
    text-align: center;
    border-left: 4px solid #ad1814;
    padding: 10px;
    box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .newsTickerCon1 a {
    text-align: left;
    margin: auto;
    display: block;
  }
  li img {
      margin-right: 10px;
      float: left;
  }

.m-left1{
	margin-left:20px!important;
}
