:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #1d203f;
}

.bg-dark {
    background-color: #15183a !important;
}
.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.btn-dark {
    color: #fff;
    background-color: #151839;
    border-color: #0C2B4B;
}
.my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

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

html{
	scroll-behaviour:smooth;
	scroll-padding:150px 0 0 0;
}


/*** 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;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #151839;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
img.logo {
    width: 100px;
    margin-top: 22px;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.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;
}


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

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar.sticky-top img {
    width: 100%;
    height: 100px;
    margin-top: 22px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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

.quick-links{
	padding:0 0 0 12%;
}

ul#menu-quick-menu{
	width:70%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul#menu-quick-menu li{
	width:48%;
}

.courses-item p{
	margin:0;
}

.courses-item ul{
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	text-align:left;
}

.courses-item ul li{
	margin:0 0 10px 0;
}

.courses-item ul li:last-child{
	margin:0;
}

.courses-item ul li i{
	margin:0 10px 0 0;
	color:#F3BD00;
	display:inline-block;
}

.carousel-caption{
	display:none !important;
}

.carousel-control-prev, .carousel-control-next{
	display:none;
}

.carousel-item img{
	height: 100vh;
  object-fit: cover;
  object-position: top;
}

.facts{
	display:none;
}

.course-box{
	display:none;
}

.road-image{
	width:100px;
	height:100px;
	position:fixed;
	top:50%;
	left:0;
/* 	transform:translateY(-50%); */
	z-index:9999;
	padding:6px;
	background:#fff;
	display:none;
}

#feature .row .col-sm-6:nth-child(2){
	display:none;
}

#team{
	display:none;
}

@media only screen and (max-width:1399.2px){
	.about-image{
		height:400px !important;
	}
	
	.carousel-item img{
	height: 600px;
	}
	
	.choose-image{
		height:500px !important;
	}
}

@media only screen and(max-width:1100.2px){
	ul#menu-quick-menu{
		width:100%;
	}
}

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

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
	
	ul#menu-quick-menu li{
	width:100%;
}
	
}

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

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	
	
	
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}



.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/



/*** Courses ***/
.courses {
/*     min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover; */
	width:100%;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    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;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

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

.copyright a:hover {
    color: var(--light);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #151839 !important;
}
.testimonial-carousel .owl-dot.active {
    width: 25px;
    height: 25px;
    background: var(--primary);
}
ul#menu-quick-menu li {
    margin-bottom: 13px;
}
.popular-links li {
    margin-bottom: 13px;
}
.mean-footer-copy {
    background: #f3bd00;
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav li a {
    color: #15183a;
    font-size: 1.2rem;
}
.footer-logo-area img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}
.form-floating p {
    text-align: left;
}
input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #151839;
    padding: 10px 30px;
    color: #fff;
    background-color: #151839;
    border-radius: 3px;
    width: 100%;
}
.form-floating p label {
    color: #0c0c0c;
    margin-bottom: 10px;
}
.mean-footer-copy p {
    padding: 6px;
    margin: 0;
    color: #1e2570;
    text-align: center;
    font-weight: 600;
}
li.breadcrumb-item.small {
    display: flex;
}
a.btn.btn-primary.py-4.px-lg-5.d-none.d-flex.d-lg-block {
    display: flex !important;
    align-items: center;
}
.navbar-expand-lg .navbar-nav{
    gap: 50px
}

@media (min-width: 991.2px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
	
	
	
}

@media only screen and (max-width:1199.2px){
	  .about-image {
    height: 300px !important;
  }
	
	.choose-image{
		height:400px !important;
	}
	
}


@media (max-width: 1140px){
    .input-group {
    width: 100%;
}
button.btn.btn-primary {
    width: 100%;
}
.display-6 {
    font-size: calc(1.375rem + 1vw);
    line-height: inherit;
}
.display-2 {
    font-size: calc(1.575rem + 3vw);
     line-height: inherit;
}
.courses-item img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.navbar-expand-lg .navbar-nav {
    gap: 20px;
}
.navbar-light .navbar-toggler {
    color: rgb(243 189 0 / 69%);
    border-color: rgb(243 189 0 / 41%);
}
	
	  .carousel-item img {
    height: 500px;
  }
	
}



@media only screen and (max-width:991.2px){
	 .carousel-item img {
    height: 450px;
  }
	
	.about-image-box{
		height:auto !important;
	}
	
	.about-image{
		position:static !important;
		height:400px !important;
	}
	
	.choose-image{
		position:static !important;
		height:400px !important;
	}
	
	.choose-image-box{
		height:auto !important;
		padding:0 !important;
		
	}
}

@media (max-width: 800px){
    .container{
        max-width: 98%;
    }
    .courses-item {
    text-align: center;
}
    .team-item{
        text-align: center;
    }
}
@media (max-width: 767px){
   .footer-logo-area img{
       width: auto;
       margin-bottoml: 20px;
   }
   .carousel-caption h1.display-2.text-light.mb-5.slideInDown {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
}
@media (max-width: 600px){
   .carousel-caption h1.display-2.text-light.mb-5.slideInDown{
       max-width: 100%;
   }.ps-sm-4 h5 {
    margin-top: 20px;
}
}

@media (max-width: 768px) {
	
	 .carousel-item img {
    height: 400px;
  }
	
.quick-links{
	padding:0 0 0 20px;
}
	
	.footer-logo-area img{
		width:20%;
	}
	
	.footer .row{
		margin-top:0 !important;
	}
	
	.courses-item ul{
		text-align:center;
	}
	
}

@media only screen and (max-width:700.2px){
	 .carousel-item img {
    height: 350px;
  }
	
	.about-image{
		height:320px !important;
	}
	
		.choose-image{
		height:320px !important;
	}
	
}

@media only screen and (max-width:620.2px){
		 .carousel-item img {
    height: 320px;
  }
}

@media only screen and (max-width:550.2px){
  .carousel-item img {
    height: 300px;
  }
	
		.about-image{
		height:280px !important;
	}
	
		.choose-image{
		height:280px !important;
	}
	
	
}

@media only screen and (max-width:500.2px){
	.courses-item ul {
  text-align: left;
}
	
	 .carousel-item img {
    height: 280px;
  }
	
			.about-image{
		height:250px !important;
	}
	
		.choose-image{
		height:250px !important;
	}
	
	.navbar.sticky-top img {
  width: 100%;
  height: 80px;
  margin-top: 0;
  object-fit: contain;
}
	
	
}

@media only screen and (max-width:455.2px){
 .carousel-item img {
    height: 250px;
  }
	
	 .about-image {
    height: 230px !important;
  }
	
	 .about-image {
    height: 230px !important;
  }
	
}

@media only screen and (max-width: 410.2px) {
 .carousel-item img {
    height: 230px;
  }
	
		 .about-image {
    height: 220px !important;
  }
	
	 .about-image {
    height: 220px !important;
  }
	
}

@media only screen and (max-width: 380.2px) {
   .carousel-item img {
    height: 210px;
  }
	
			 .about-image {
    height: 200px !important;
  }
	
	 .about-image {
    height: 200px !important;
  }
	
}

@media only screen and (max-width: 350.2px) {

	
	.carousel-caption a.btn-light{
		margin:0 0 0 10px !important;
	}
	
	.carousel-item img {
    height: 200px;
  }
	
				 .about-image {
    height: 180px !important;
  }
	
	 .about-image {
    height: 180px !important;
  }
	
}

@media only screen and (max-width: 330.2px) {
  .carousel-item img {
    height: 180px;
  }
	
				 .about-image {
    height: 170px !important;
  }
	
	 .about-image {
    height: 170px !important;
  }
	
}
