
@font-face {
  font-family: helveticaneue;
  src: url(../fonts/helveticaneue/HelveticaNeue-Medium.ttf);
}

.home-bg-section{
	margin-top: 78px;
	height: 420px;
	position: relative;
}
/*BANNER CSS SYTLE START*/
/*.home-bg-section:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f8991f;
	left: 0;
	opacity: 0.7;
}*/
.banner-row{
	padding-top: 105px;
	padding-bottom: 105px;
}
.header-bg-content-box{
	background-color: #0000006e;
    padding-bottom: 20px;
    padding-top: 15px;
    border-radius: 10px;
}
.banner-row img{
	width: 80%;
}
.banner-underline{
	position: relative;
  	font-family: helveticaneue;
  	font-weight: unset;
}
.banner-underline:after{
	position: absolute;
	content: "";
	width: 20%;
	height: 2px;
	background-color: #ffffff;
	top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
}
.header-p-text{
	/*font-weight: bold;*/
	color: #fff;
}
.bnr-btn{
	background-color: unset;
    border: 1px solid white;
    color: #fff;
    font-weight: unset;
    padding: 10px 23px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.bnr-btn:hover{
	background-color: #f8991f;
	border: 1px solid #f8991f;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.44);
}
.bnr-btn:focus{
	box-shadow: none;
	outline: none;
}
.welcome-h1{
	text-transform: uppercase;	
}
.welcome-h1::first-letter{
	font-size: 2rem;
}
.wel-bigfnt{
	font-size: 2rem;
}
.wel-proclr{
	color: #f8991f;
}
.prodioword::first-letter{
	font-size: 2rem;	
}
.prodioword::fourth-letter{
	font-size: 2rem;
}
.cors-letr::first-letter{
	font-size: 2.2rem;	
}

/************video section css style start*************/

.video-section{
	background-image: linear-gradient(#404040, #404040);
    background-size: 100% 60%;
    background-position: 0px 250px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-top: 20px;
}
.my_class_name{
	border: 20px solid #ddd;
}
.plyr__video-wrapper{
	border: 10px solid #f8991f;
	border-radius: 10px;
}
.plyr__controls{
	background: unset !important;
}
.plyr--video{
	background: unset;
	box-shadow: 0px 200px 110px -195px rgba(0, 0, 0, 0.75);
}
.plyr__control.plyr__tab-focus{
	box-shadow: none;
	background: #f8991f !important;
}
.plyr__control--overlaid{
	background: #f8991f !important;
	padding: 25px;
}
.plyr audio, .plyr video{
	border-radius: unset;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #f8991f;
}
.plyr--full-ui input[type=range]{
	color: #f8991f;
}



/*****************COURSES CSS STYEL START*****************/

.course-section{
	background-color: #e1e1e1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.crs-fnt{
	text-transform: capitalize;
	font-variant: small-caps;
}
.curs-selectbox{
	outline: none;
	text-align: center;
	border: none;
	color: #fbcc8f;
	padding-top: 3px;
	height: 45px;
	border-radius: 10px;
	border-right: 10px solid white
}
.curs-selectbox:focus, .curs-selectbox:hover, .curs-selectbox:active{
	outline: none;
	box-shadow: none;
	border: none;
	color: #f8991f;
	border-right: 10px solid white
}

/*************COURSE CATEGORY CSS STYLE START************/
.curs-cetegory{
	background-color: #e1e1e1;
	padding-bottom: 30px;
}
.comn-btn{
	background-color: unset;
    border: 1px solid #000;
    color: #404040;
    font-weight: unset;
    padding: 10px 53px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
    font-family: helveticaneue;
}
.comn-btn:hover{
	background-color: #f8991f;
	border: 1px solid #f8991f;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.44);
	color: #fff;
	outline: none;
}
.comn-btn:focus{
	box-shadow: none;
	outline: none;
}

figure.snip1458 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-out;
  margin: 0;
  margin-top: 20%;
}
figure.snip1458 img {
  max-width: 100%;
  vertical-align: top;
  border-radius:10px;
}
figure.snip1458 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
figure.snip1458:before {
  background: rgba(248, 153, 31, 0.75);
  content: "";
  left: 50%;
  right: 50%;
  bottom: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius:10px;
}
figure.snip1458 p {
  position: absolute;
  font-size: 1.6em;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  opacity: 0;
  margin-bottom: 0;
  width: 100%;
}
figure.snip1458:hover:before,
figure.snip1458.hover:before {
  left: 0;
  right: 0;
}
figure.snip1458:hover p,
figure.snip1458.hover p {
  opacity: 1;

}
figure.snip1458:hover{
	transform: scale(1.05);
	transition: all 0.4s ease-out;
	height: 60%

}
.sniph{
	opacity: 1;
	transition: all 0.4s ease-out;
}
figure.snip1458:hover ~ .sniph{
	opacity: 0;
	transform: translate(0%, -10px);
	transition: all 0.4s ease-out;
	z-index: -9999;
}


/*************COURSE FEATURE CSS STYLE START************/

.feature-course{
	margin-top: 50px;
	
    padding-top: 50px;
    padding-bottom: 50px;
}
.course-card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    transition: all 0.5s ease-out;
    margin-bottom: 40px;
}
.course-card img{
	border-top-left-radius:1rem;
	border-top-right-radius:1rem;
	height: 160px;
	object-fit: cover;
}
.course-card:hover{
	transform: scale(1.05);
}
.cors-view-btn{
	text-decoration: none;
	text-align: right;
    display: block;
    color: #f8991f;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    transition: all 0.5s ease-out;
    position: absolute;
    bottom: 0;
    right: 0; 
}
.cors-view-btn:hover{
	text-decoration: none;
	color: #f8991f;	
	transition: all 0.5s ease-out;
}
.course-card:hover .cors-view-btn span{
	background-color: #f8991f;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
	padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 7px;
    padding-left: 15px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 0.5s ease-out;
}
.course-card:hover .cors-view-btn{
	padding-bottom: 9px;
	padding-right: 0px;
	padding-top: 10px;
	transition: all 0.5s ease-out;
}
.cors-view-btn span{
	border-bottom: 1px solid #f8991f;
	transition: all 0.5s ease-out;
}
.fechr-ptag{
	color: #3e3e3e;
	line-height: 0.7;
}
.fechr-h4tag{
	line-height: 21px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 39px;
    margin-bottom: 14px !important;
}
.course-card .fechr-p-pra{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 15px;
}
.fechr-p-pra{
	line-height: 19px;
}
.cors-h1-lineheight{
	line-height:0.5em;
}
.home-instuctor-name{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*TESTIMONIAL SLIDER STYLE CSS START*/

.carousel{
	margin: 10px auto;
	padding: 0 70px;
}
.carousel .item{
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box{
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial{
	padding: 10px 0 3px;
	text-align: center;
	font-size: 20px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 20px;
    line-height: 7px;
    position: absolute;
    display: inline-block;
    color: #000000;
    /* text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000; */
    background-color: #f8991f;
    padding: 6px;
    border-radius: 50%;
}
.carousel .carousel-indicators {
	bottom: 65px;
	margin-left: 7%;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
    height: 0px;
    margin: 0px 4px;
    border-radius: 50%;
    border-top: 0px solid transparent;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #f8991f;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonial_undeline{
	border-bottom: 1px solid #f8991f;
	border-radius: 5px;
	width: 20%;
}
.testi-uimg{
	border-radius: 10px;
}
.testi-ifont{
	font-size: 80px;
}
.testimonial-heading-h2{
	line-height: 0.1;
}

/****************APPLICATION CSS STYLE START*****************/

.application-section{
	background-color: #f2f2f2;
	padding-top: 40px;
}
.aplication-tags h2{
	line-height: 0.5;
}
.aplication-tags h1{
	font-weight: bold;
}
.aplication-tags p{
	line-height: 0.5;
}

.category-desc {
	color: #404040;
    line-height: 1.1;
    font-family: proxima-semibold;
	margin-top: 1rem !important;
	width: 75%;
	display: inline-block;
}




@media (min-width:768px) and (max-width:1024px){
	
}
@media only screen and (max-width: 991px){
	.banner-row{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner-underline:after{
		display: none;
	}
	.home-bg-section{
		margin-top: 70px;
		height: auto;
	}
	.category-desc {
		width: 100%;
	}
}
@media (min-width:768px) and (max-width:991px){

}

@media only screen and (max-width: 767px){

}

@media (min-width:481px) and (max-width:767px){
	
}

@media only screen and (max-width:480px){
	.cors-h1-lineheight {
    	line-height: 0.8em;
	}
	.testimonial-heading-h2 {
    	line-height: 0.9;
	}
	.fnt-sz-20{
		font-size: 20px;
	}
	.fnt-sz-19{
		font-size: 19px;
	}
	.fnt-sz-17{
		font-size: 17px;
	}
	.fnt-sz-15{
		font-size: 15px;
	}
	.fnt-sz-22{
		font-size: 22px;
	}
	.mrgin-1{
		margin-bottom: 0.5rem!important;
	}
	.aplication-mobile-view{
		margin-top: 20px;
		text-align: center;
	}
	.application-photo-mobile{
		width: 80% !important;
	}
	.video-section{
		background-image: unset;
	}

}




.series_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 7px;
	background-color: #ffb659;
	font-size: 13px;
	width: 70px;
	color: #fff;
	height: 25px;
	text-align: center;
	font-weight: 500;
}
.series_icon img {
	width: 15px;
	height: 15px;
	border-radius: 0;
}
.series_icon * {
	display: inline;
	vertical-align:middle;
}
.main-store-course-img .series_icon {
	top: 8px;
	right: 8px;
}
.main-store-course-img .series_icon img{
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
    object-fit: auto !important;

}

.mycourse-block-img .series_icon img{
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
    object-fit: auto !important;

}

.mycourse-block-img .series_icon {
	top: 6px;
    right:27px;
}

/*Bundle Course Card*/

.bundle-card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    transition: all 0.5s ease-out;
    margin-bottom: 40px;
	cursor: pointer;
}
.bundle-card img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height: 180px;
	object-fit: cover;
}
.bundle-card:hover{
	border: 1px solid #F8991F;
	transform: scale(1.05);
}
.bundle-view-btn .arrow-img{
	width: unset;
	height: unset;
	margin-right:10px;
}
.bundle-view-btn{
	text-decoration: none;
	border: 1px solid #F89A20;
    display: block;
    color: #f8991f;
    padding-right: 15px;
    padding:7px 0px;
    font-size: 13px;
    transition: all 0.5s ease-out;
	margin: 10px 20px;
	border-radius: 10px;
}
.bundle-view-btn:hover{
	text-decoration: none;
	color: #f8991f;	
	transition: all 0.5s ease-out;
}
.bundle-card:hover .bundle-view-btn{
	background-color: #f8991f;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
	padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 7px;
    padding-left: 15px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 0.5s ease-out;
}
.bundle-card:hover .cors-view-btn{
	padding-bottom: 9px;
	padding-right: 0px;
	padding-top: 10px;
	transition: all 0.5s ease-out;
}
.bundle-view-btn span{
	font-size: 18px;
	margin: 0px 20px;
	/* border-bottom: 1px solid #f8991f; */
	transition: all 0.5s ease-out;
}
.bundle-view-btn .fa{
	margin: 0px 20px;
	/* border-bottom: 1px solid #f8991f; */
	transition: all 0.5s ease-out;
}
.bundle-ptag{
	color: #3e3e3e;
	line-height: 1.2;
}
.bundle-h4tag{
	line-height: 21px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 39px;
    margin-bottom: 14px !important;
}
.bundle-card .bundle-p-pra{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 15px;
}
.bundle-p-pra{
	line-height: 19px;
}
.bundle-h1-lineheight{
	line-height:0.5em;
}