@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.lead {
  font-size: 18px;
  font-weight: 400;
}

.btn {
  font-weight: 500;
  padding: 10px 25px;
}

.block {
  padding: 100px 0;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.card {
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.card .card-body {
  padding: 40px;
}
.card .card-body .icon {
  margin-bottom: 30px;
}
.card .card-body h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.card .card-body p {
  margin-bottom: 0;
}

.mt-80 {
  margin-top: 80px;
}

.mt-160 {
  margin-top: 160px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
}
header.fixed-header{
	background: #ffffff;
}

header .logo{
    width:220px;
}

header .header-rtl .top-info a {
  color: #000;
  font-weight: 500;
}
header .header-rtl .top-info img {
/*   width: 210px; */
}

footer{
	background: #023467;
	color: #ffffff;
}
.footer-logo{
	background: #ffffff;
    padding: 10px;
    border-radius: 8px;
}
.company-brand{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    background: rgba(255,255,255,1);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f96e11;
    backdrop-filter: blur(10px);
}
.company-brand img{
	width: 160px;
}
.logo img{
	max-width: 130%;
}
.company-brand span{
	font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}
.company-brand:hover{
	box-shadow:0 0 50px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}
.icon-box{
	height: 30px;
    width: 30px;
    background: #003467;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #ffffff;
	margin-right: 5px;
}
.social-media-icon{
	height: 34px;
    width: 34px;
    background: rgb(255,255,255);
    border: 1px solid #3357583d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #335758;
}
.social-media-icon:hover{
	background: #335758;
	color: #ffffff;
}
.mail {
    height: 40px;
    background: #f7d629;
    border: 1px solid #3357583d;
    border-radius: 100vw;
    padding: 4px;
    padding-right: 8px;
    color: #013467;
}
.mail:hover{
	color: #ffffff;
	background: #013467;
	border-color: #ffffff;
}
.mail:hover .icon-box{
	background: #ffffff;
	color: #335758;
}
.banner-section {
  color: #000000;
  margin-top: -80px;
  position: relative;
  text-align: center;
  padding: 220px 0 120px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeab1c+0,6bb1c4+51,1cbe3f+100&0.2+0,0.2+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 171, 28, 0.2)), color-stop(51%, rgba(107, 177, 196, 0.2)), to(rgba(28, 190, 63, 0.2)));
  background: linear-gradient(to right, rgb(253 215 41 / 20%) 0%, rgba(107, 177, 196, 0.2) 51%, rgb(0 52 103 / 0.2%) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33eeab1c", endColorstr="#331cbe3f",GradientType=1 ); /* IE6-9 */
}
.banner-section h1 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-section h1:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 60px;
  width: 230px;
  height: 70px;
  background-color: #FCD729;
  border-radius: 100px;
}
.banner-section h1 .cursor {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section p {
  font-size: 20px;
  margin-bottom: 40px;
	opacity: 0.6!important;
}
.banner-section .img-area {
  position: relative;
  margin-top: 44px;
}
.banner-section .img-area img {
  position: relative;
}
.banner-section .img-area .mid-img {
/*   margin-top: 100px; */
}
.hero-image-list{
	border-radius: 16px;
}
.banner-section .img-area .dotted-lft,
.banner-section .img-area .dotted-rtl {
  position: absolute;
}
.banner-section .img-area .dotted-lft {
  top: -25%;
  left: -6%;
	z-index: -1;
}
.banner-section .img-area .dotted-rtl {
  right: -4%;
  bottom: 0;
}

.academy-specialized {
  position: relative;
  background-color: rgba(255, 226, 0, 0.05);
}

.star {
  position: absolute;
  top: 20%;
  right: 4%;
  width: 40px;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.need-digital-marketing {
  background-color: rgba(107, 177, 196, 0.08);
}
.need-digital-marketing .digital-img-wrap {
  position: relative;
}
.need-digital-marketing .digital-img-wrap img {
  position: relative;
}
.testimonial-video .image-container img{
	position: relative;
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.need-digital-marketing .digital-img-wrap .digital-img2 {
  margin-top: 200px;
  z-index: 1;
}
.need-digital-marketing .digital-img-wrap .rounded-line {
  position: absolute;
  bottom: 0;
  left: 22%;
}
.testimonial-video .digital-img-wrap .rounded-line {
  position: absolute;
  bottom: -31px;
  left: 0%;
  z-index: -1
}
.need-digital-marketing p {
  margin-bottom: 80px;
}

.trending-course {
  position: relative;
  color: #fff;
  background-color: #111111;
}
.trending-course .section-title {
  color: #fff;
}
.trending-course .card {
  color: #000;
}
.trending-course .card.gde {
  background-color: #E9D175;
}
.trending-course .card.ga {
  background-color: #4FD2E3;
}
.trending-course .card.cem {
  background-color: #eee;
}
.trending-course .card .card-body p {
  margin-bottom: 50px;
}
.trending-course .card .card-body img {
  width: 100%;
}
.trending-course .digital-img-wrap {
  position: relative;
}
.trending-course .digital-img-wrap img {
  position: relative;
}
.trending-course .digital-img-wrap .digital-img1,
.trending-course .digital-img-wrap .digital-img2 {
  z-index: 1;
}
.trending-course .digital-img-wrap .digital-img2 {
  margin-top: 200px;
}
.trending-course .digital-img-wrap .rounded-line {
  position: absolute;
  top: 0;
  left: 40%;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.trending-course .star {
  top: 3%;
  left: 8%;
  right: inherit;
}

.course-focus {
  background-color: rgba(255, 226, 0, 0.05);
}

.deliver-course {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeab1c+0,6bb1c4+51,1cbe3f+100&0.2+0,0.2+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 171, 28, 0.2)), color-stop(51%, rgba(107, 177, 196, 0.2)), to(rgba(28, 190, 63, 0.2)));
  background: linear-gradient(to right, rgba(238, 171, 28, 0.2) 0%, rgba(107, 177, 196, 0.2) 51%, rgba(28, 190, 63, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to right, rgb(253 215 41 / 20%) 0%, rgba(107, 177, 196, 0.2) 51%, rgb(0 52 103 / 0.2%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33eeab1c", endColorstr="#331cbe3f",GradientType=1 ); /* IE6-9 */
}
.deliver-course .digital-img-wrap {
  position: relative;
}
.deliver-course .digital-img-wrap img {
  position: relative;
}
.deliver-course .digital-img-wrap .digital-img1,
.deliver-course .digital-img-wrap .digital-img2 {
  z-index: 1;
}
.deliver-course .digital-img-wrap .digital-img2 {
  margin-top: 200px;
}
.deliver-course .digital-img-wrap .rounded-line {
  position: absolute;
  bottom: 0;
  left: 22%;
}

footer a {
  color: #000;
}
footer .top-footer {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #ffffff29;
}
footer .btm-footer{
	border-top: 1px solid #ffffff29;
}
.footer-logo img{
    width:220px;
}
.hero-video-card-form{
	position: relative;
    padding-bottom: 178%;
}
.hero-video-card-form iframe{
	position: absolute;
	top: 0;
	left: 0;
}

.hero-video-card img{
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}
.hero-video-card, .hero-form-card{
	text-align: left;
}
.hero-form-card{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-form-card form{
	width: 100%;
}
.hero-form-card .form-control, .hero-form-card .form-select{
	box-shadow: none;
	padding: 14px;
	padding-left: 54px !important;
	border-color: #FCD729;
}
.hero-form-card .form-icon{
	top: 8px;
    left: 5px;
    font-size: 11px;
    color: #003467;
    background: #FCD729;
    height: 20px;
    width: 20px;
    padding: 9px;
    border-radius: 100vw;
}
.hero-form-card button{
	padding: 14px;
    width: 100%;
    background: #FCD729;
    color: #003467;
    border: none;
}
.hero-form-card button:hover{
	background: #FCD729;
}
.video-iframe-box iframe{
	aspect-ratio: 16 / 9;
}
.hero-video-card {
    position: relative;
  }

  .play-btn, .play-btn:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FCD729; 
    border: none;
    color: white;
    font-size: 30px;
    padding: 20px;
    border-radius: 50%;
    z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

.small-circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
} 

.small-pulse{
	animation: small-pulse-animation 1.5s infinite;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}


.image-container {
    position: relative;
}

.testimonial-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(249, 110, 18);
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 10;
}
.digital-img2-container .testimonial-play-btn{
	margin-top: 110px;
}





@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(249, 255, 255, 1);
  }

}

@keyframes small-pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(249, 255, 255, 0.5);
  }

}

#pills-tab{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.nav-pills .nav-link{
	height: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #FCD729;
	color: #003467;
	font-weight: 500;
	position: relative;
}
.nav-pills .nav-link.active::after, .nav-pills .show > .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FCD729;
}
.nav-pills .nav-link{
	border-radius: 0;
	background: #f5f5f5;
    color: #000000;
	font-weight: 500;
	padding: 14px 28px;
}
.border-lr-btn{
	border-left: 1px solid #FCD729!important;
	border-right: 1px solid #FCD729!important;
}

.testi-slick-slider.slick-initialized .slick-slide,
.certification-slick-slider.slick-initialized .slick-slide,
.jobs-slick-slider.slick-initialized .slick-slide,
.business-slick-slider.slick-initialized .slick-slide{
	padding: 15px!important;
}
.testi-slick-slider.slick-initialized .slick-slide .card, 
.certification-slick-slider.slick-initialized .slick-slide .card, 
.jobs-slick-slider.slick-initialized .slick-slide .card,
.business-slick-slider.slick-initialized .slick-slide .card{
	min-height: 350px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.slick-prev, .slick-next{
	font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
	justify-content: center;
	align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #003467;
    border: 2px solid #FCD729;
    border-radius: 50%;
    outline: none;
    background: #FCD729;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	color: #ffffff;
	background: #FCD729;
}
.slick-prev::before, .slick-next::before{
	font-family: Poppins;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}

.hero-video-image{
	aspect-ratio: 16 / 9;
}

.accordion-button:not(.collapsed){
	color: #212529;
	box-shadow: none;
	background: none;
}
.accordion-button h5{
	font-size: 20px!important;
	width: 80%;
}
.accordion-item{
	border: none;
	background: unset;
}
.accordion-body>*{
	font-size: 14px;
	color: #212529;
	opacity: 0.8;
}

.accordion-button::after{
	top: 100px;
    position: absolute;
    right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('https://nextlevelskills.com.au/wp-content/uploads/2025/03/add.png');
	height: 30px;
    width: 30px;
    background-color: #efefef;
    background-position: center;
    border-radius: 100%;
}
.accordion-button:not(.collapsed)::after{
	background-image: url('https://nextlevelskills.com.au/wp-content/uploads/2025/03/minus-1.png');
}
.faqs-section .accordion-button::after{
	top: 0px!important;
}
.t-card{
	padding: 0 15px;
}
.trainer-card{
	position: relative;
	height: 400px;
	cursor: pointer;
	border: 1px solid #FCD729;
    border-radius: 20px;
    background: #fffef5;
}
.trainer-card img{
	height: 100%;
	object-fit: cover;
}
.trainer-card .card-body{
	border-radius: 20px;
    overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	opacity: 0;
	transition: 0.3s all ease-in-out;	
	padding: 30px;
}
.trainer-card .card-body h5{
	font-size: 20px!important;
	margin-bottom: 0!important;
}
.trainer-card .card-body span{
    opacity: 0.9;
}
.trainer-card .card-body p{
	line-height: 1.4;
    text-align: justify;
    margin-top: 20px;
    opacity: 0.9;
}
.trainer-card:hover .card-body{
	opacity: 1;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.faqs-section .card-body{
	padding: 20px!important;
}

.trainers-slider .slick-prev {
    left: 8px;
    z-index: 9;
}

.trainers-slider .slick-next {
    right: 8px;
    z-index: 9;
}

.appointment-btn{
	padding: 15px 12px;
    background: none;
    color: #003467;
    border: 1px solid #003467;
}
.appointment-btn:hover{
	color: #ffffff;
	background: #003467;
}

@media (max-width: 1399.98px) {
  .banner-section h1 {
    font-size: 70px;
  }
  .banner-section h1:before {
    left: 60px;
    width: 200px;
    height: 90px;
  }
  .banner-section h1 .cursor {
    left: -10px;
    width: 40px;
  }
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 32px;
  }
  .lead {
    font-size: 16px;
  }
  .banner-section h1 {
    font-size: 60px;
  }
  .banner-section h1:before {
    left: 40px;
    width: 180px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
	.trainer-card{
		height: 460px;
	}
  .card .card-body {
    padding: 30px;
  }
  header .logo img {
    width: 180px;
  }
  header .header-rtl .top-info a {
    font-size: 14px;
  }
  header .header-rtl .top-info img {
    width: 160px;
  }
  .banner-section h1 {
    font-size: 50px;
  }
  .banner-section h1:before {
    left: 30px;
    width: 150px;
    height: 65px;
  }
  .banner-section h1 .cursor {
    left: -20px;
  }
  .banner-section p {
    font-size: 20px;
  }
  .banner-section .img-area .dotted-lft,
  .banner-section .img-area .dotted-rtl {
    width: 180px;
  }
  .banner-section .img-area .mid-img {
    margin-top: 30px;
  }
  .mt-160,
  .mt-80 {
    margin-top: inherit;
  }
}
@media (max-width: 768.98px) {
	.h-mbl-vdo{
		min-height: 350px!important;
	}
	.video-iframe-box iframe{
		min-height: 350px!important;
	}
	header{
		padding-top: 0;
	}
	.header-rtl{
		flex-direction: column-reverse;
        align-items: center;
	}
	.social-medias, .ft-content-box{
		justify-content: center!important;
	}
	.w-80{
		width: 80%!important;
		margin-top: 10px;
	}
	.mail{
		margin: 0px!important;
		margin-bottom: 10px!important;
	}
	.company-brand{
		align-items: center;
	}
	.company-brand img{
		width: 220px;
	}
	.company-brand span{
		text-align: center;
	}
	.trainers-section, .events-section{
		padding: 60px 14px!important;
	}
	.navbar{
		background: #ffffff;
	}
	.navbar-nav .nav-item .nav-link{
		text-align: center;
	}
	.slider-box{
		max-width: 100vw;
	}
	.slick-prev{
		left: -5px;
		z-index: 9;
	}
	.slick-next{
		right: -5px;
		z-index: 9;
	}
	.nav-pills .nav-link{
		padding: 8px;
		font-size: 13px;
	}
  .card .card-body {
    padding: 25px;
  }
  .card .card-body h5 {
    font-size: 18px;
  }
  header .logo img {
    width: 160px;
  }
  header .header-rtl .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .header-rtl .top-info a {
    font-size: 12px;
  }
  header .header-rtl .top-info img {
    width: 140px;
  }
  .banner-section h1 {
    font-size: 40px;
  }
  .banner-section h1:before {
    left: 25px;
    width: 125px;
    height: 55px;
  }
  .banner-section h1 .cursor {
    left: -20px;
  }
  .banner-section p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .block {
    padding: 60px 0;
  }
  .section-title {
    text-align: center;
    font-size: 28px;
  }
  .lead {
    text-align: center;
  }
  .banner-section {
    padding: 120px 0 60px 0;
  }
  .banner-section h1 {
    display: inline-block;
    font-size: 36px;
    width: 325px;
  }
  .banner-section h1:before {
    left: -5px;
    width: 101px;
    height: 48px;
  }
  .banner-section h1 .cursor {
    left: -40px;
    width: 30px;
  }
  .banner-section p {
    font-size: 16px;
  }
  .banner-section .img-area .dotted-lft,
  .banner-section .img-area .dotted-rtl {
    width: 115px;
  }
  .banner-section .img-area .dotted-lft {
    left: 0;
  }
  .banner-section .img-area .dotted-rtl {
    right: 0;
  }
  .need-digital-marketing .digital-img-wrap .digital-img2 {
    margin-top: 130px;
  }
  .need-digital-marketing .digital-img-wrap .rounded-line {
    width: 160px;
  }
  .trending-course .digital-img-wrap .digital-img2 {
    margin-top: 100px;
  }
  .trending-course .digital-img-wrap .rounded-line {
    width: 180px;
  }
  .deliver-course .digital-img-wrap .digital-img2 {
    margin-top: 100px;
  }
  .deliver-course .digital-img-wrap .rounded-line {
    width: 180px;
  }
  footer .btm-footer {
    font-size: 14px;
	
  }
}
@media (max-width: 449.98px) {
  .banner-section h1 {
    font-size: 36px;
    width: 240px;
  }
  .banner-section h1:before {
    left: 45px;
    width: 101px;
    height: 48px;
  }
  .banner-section h1 .cursor {
    left: 0;
  }
}

.course-footer-link{
	width: max-content;
    color: #ffffff;
    text-align: left;
}
.course-footer-link a{
	color: rgba(255,255,255,0.8);
}
.course-footer-link a:hover{
	color: rgba(255,255,255,1);
}
