/********** Template CSS **********/
:root {
    --primary: #EAA636;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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-weight: 500;
    transition: .5s;
}

/*.btn.btn-primary {
    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 {
    width: 80%;
    /* display: flex; */
    margin: 0 auto;
}

.fixed-top .logo-div {
    width: 10rem;
    height: 86px;
    background-color: #CCFF8C;
    border-radius: 0rem 0rem 10rem 10rem;
    text-align: center;
}

.fixed-top .logo-div img {
padding: 15px 13px;
width: 135px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
   padding: 28px 40px;
    color: var(--light);
    outline: none;
    font-family: "Montserrat",serif;
    font-size: 20px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ccff8c;
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 148px;
    left: -40px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
	
	.display-1 {
		font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 59px;
	}
	
	.banner-btn {
    display: inline-block;
    font-family: "Montserrat",serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fdf5eb;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid #fdf5eb;
    padding: 7px 14px !important;
    font-size: 12px;
    border-radius: 6px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	}
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto -38px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(143deg, rgba(245,255,233,1) 0%, rgba(255,255,255,1) 100%);
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: #517D1A;
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: #cbfe8a;
}

.page-header {
    margin-bottom: 6rem;
    /*background: #562772;*/
    /*background: #1f0337;*/
    background-image: url("../img/banner.jpg");
    background-size: cover;
    padding-bottom: 36px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/*.page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
    background: linear-gradient(90deg, rgba(54,4,84,0.9808298319327731) 20%, rgba(86,44,111,0.8827906162464986) 51%, rgba(255,255,255,0.0032387955182072714) 100%);
}*/

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
    text-align: left;
}

.product-item a{
    color:#000;
}

.product-item h3{
    font-size:20px;
}
.product-item span{
    font-size:16px;
}
.product-item p{
    font-size:14px;
    color: #000;
}

.product-item .price{
    font-size: 23px;
    background-color: #000;
    padding: 5px;
    color: #fff;
}

.product-item .price:hover{
    color: #fff;
}

.product-item:hover {
    background: #ccff8c !important;
}

.product-item:hover {
    color: #360454;
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-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;
}

/*.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}*/


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** 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: #13031d;
}

.copyright a {
    color: #ccff8c;
}

.copyright a:hover {
    color: var(--light);
}


.about-bg {
    background-color: #F9FFF1;
}

.about-img {
    text-align: right;
}

.bg-highlit-1 {
    background-color: #CCFF8C;
    padding: 8px 14px;
}

.bg-highlit-2 {
    background-color: #81DE76;
    padding: 8px 14px;
}
.bg-highlit-3 {
    background-color: #BA9CE4;
    padding: 8px 14px;
}

.sub-heading {
    font-size: 24px;
    font-family: "Open Sans",sans-serif;
    line-height: 33px;
    font-weight: 400;
}

.number-1 {
    font-size: 53px;
}


/*---------------------
   Hero section
 -----------------------*/

.accordion {
  width: 100%;
  /*max-width: 1080px;*/
  /*height: 350px;*/
  overflow: hidden;
  /*margin: 50px auto;*/
}

.courses-img {
    padding: 0px 0px 0px 15px;
}

.accordion .active {
    background-position: top center;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 70px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: "Montserrat",serif;
  text-overflow: clip;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 280px;
   margin-top: 15px !important;
}

.accordion ul li div a p {
  top: 280px;
  font-size: 19px;
  color: #000;
   margin-top: 15px !important;
}

.accordion ul li div a h4 {
  font-family: Open Sans, sans-serif;
  font-weight: 700 !important;
  text-overflow: clip;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 280px;
   margin-top: 15px !important;
}

.accordion ul li div a .view_more_courses {
  font-family: Open Sans, sans-serif;
  font-weight: 700 !important;
  text-overflow: clip;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 280px;
}

.show-right {
   background: linear-gradient(90deg, rgba(0,0,0,0.4318102240896359) 0%, rgba(255,255,255,0.0032387955182072714) 100%);
}

.accordion ul li:nth-child(1) { background-image: url("../img/hero/2.jpg"); }

.accordion ul li:nth-child(2) { background-image: url("../img/hero/1.jpg"); }

.accordion ul li:nth-child(3) { background-image: url("../img/hero/3.jpg"); }

/*.accordion ul li:nth-child(4) { background-image: url("https://unsplash.it/650/350?image=672"); }

.accordion ul li:nth-child(5) { background-image: url("https://unsplash.it/650/350?image=671"); }

.accordion ul li:nth-child(6) { background-image: url("https://unsplash.it/650/350?image=670"); }*/

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: linear-gradient(0deg, rgba(129,222,118,1) 35%, rgba(155,229,146,0.6615021008403361) 61%, rgba(255,255,255,0) 89%); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


 @media screen and (max-width: 600px) {

/*body { margin: 0; }*/

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}

.info-sec-p {
    padding: 80px;
}

.bottom-line {
    width: 20% !important;
    top: 280px;
    color: #CCFF8C;
}

hr:not([size]) {
    height: 12px;
}

.view_more_courses {
    color: #000;
    background-color: transparent;
    border-color: #000;
    width: 194px !important;
    font-size: 16px !important;
    margin-top: 15px !important;
}

.view_more_courses:hover {
    color: #360454;
    background-color: #fdf5eb;
    border-color: #fdf5eb;
}

.why-choose {
    background-color: #F8F5FC;
}

.other-info-whychoose img{
    width: 100px;
    padding: 5px 25px 5px 0px;
}
.other-info-whychoose .why-choose-content h5{
    color: #BA9CE4;
}

.why_choose-img {
    text-align: right;
    padding-top: 80px;
}

.footer {
    background: #13031D;
}

.footer-logo img {
    width: 250px;
    padding-bottom: 10px;
}

.top-bar {
    background-color: #ccff8c;
}

.courses_heading h1{
    font-size: 34px;
    color: #ccff8c;
    padding-top: 8px;
    margin-bottom: 3px;
}
.courses_heading h6{
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 400 !important;
    padding-top: 0px;
}
.courses_heading p i{
    color: #ffb668;
    font-size: 20px;
}
.courses_heading p {
    color: #ffb668;
    font-size: 16px;
}

.courses_details-right-card {
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    padding: 20px;
    margin-top: -250px;
}

.courses_details-right-card h5{
    font-size: 24px;
    color: #000;
    padding-top: 8px;
    margin-bottom: 3px;
}

.courses_details-right-card h4{
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    font-family: "Open Sans",sans-serif;
}

.courses_details-right-card h6{
    font-size: 26px;
    color: #000;
    margin-bottom: 3px;
    font-weight: 700 !important;
    font-family: "Open Sans",sans-serif;
}

.courses_details-right-card .btn-primary {
    color: #fff;
    background-color: #f58802;
    border-color: #f58802;
    padding: 10px 30px;
    width: 100%;
}

/*.courses_details-right-card .btn-primary:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}*/

.courses_details-right-card .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #ff6f00;
    background-color: #fdf5eb;
    border-color: #fdf5eb;
    box-shadow: 0 0 0 0.05rem rgb(255 111 0);
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
}



.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px; 
    height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-list-container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    /*margin-left:4%;*/
    padding-bottom: 20px;
    border: 1px solid #f1f1f1;
}

.vid-list {
    width: 1344px;
    position: relative;
    top:0;
    left: 0;
}

.vid-item {
    display: block;
    width: 235px;
    height: auto;
    float: left;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.thumb {
    overflow:hidden;
   height: 110px;
}

.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}

.vid-item .desc {
    color: #360454;
    font-size: 15px;
    margin-top:5px;
}
.arrows {
    position:relative;
    width: 100%;
}

.arrow-left {
    color: #fff;
    position: absolute;
    background: #c0c0c0;
    padding: 15px;
    left: -25px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: #c0c0c0;
    padding: 15px;
    right: -25px;
    top: -130px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.aarow-hov:hover {
    background-color: #360454;
    color: #ccff8c;
}

.login_sec a{
    color: #000;
}

.login_regi_btn {
    color: #fff;
    background-color: #360454;
    border-color: #360454;
    width: 100%;
}

.login_regi_btn:hover, .login_regi_btn:active {
    color: #fff;
    background-color: #360454;
    border-color: #360454;
}

.line {
    border-bottom: 1px solid #f1f1f1;
}

.my_courses {
    margin-bottom: 6rem;
    /* background: #562772; */
    /* background: #1f0337; */
    background-image: url(../img/banner.jpg);
    background-size: cover;
    padding-bottom: 36px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.buy-now_home {
    position: absolute;
    bottom: 68px;
    color: #ba9ce4;
    background: #fdf5eb;
    border: none;
    left: 15px;
}

.head_profil {
       background-color: #ccff8c;
    padding: 3px 10px;
    margin-bottom: 20px;
}

.head_profil h5{
  font-size: 20px;
  
}


@media (max-width: 624px) {
    .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }

    .arrow-right {
        right: 0;
        top: -20px;
    }

    .courses_details-right-card {
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    padding: 20px;
    margin-top: 0px !important;
    }
	
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 180px;
    }
	
	.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
 	height: 0%;
    top: 175px;
    left: 0px;
    display: flex;
    align-items: center;
	}
}


@media (max-width: 320px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 180px !important;
    }

}

@media (max-width: 360px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px !important;
    }

}

@media (max-width: 375px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 210px !important;
    }

}

@media (max-width: 390px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 220px !important;
    }

}

@media (max-width: 393px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 223px !important;
    }

}

@media (max-width: 414px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 233px !important;
    }

}

@media (max-width: 425px){
	.header-carousel .owl-carousel-item {
        position: relative;
        min-height: 240px !important;
    }

}

}



/* Validation error */
.error {
   color: #ed1c24;
   }