@charset "utf-8";

@font-face {

  font-family: arabic;
  src: url(../fonts/aadil.ttf);
}
/* CSS Document */

.style1 .active a{
	
	color: #FFA733;
}


#fixed-btn{
	
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -78px;
    height: 0px;
}

#fixed-btn .fixed-btn_item{
	
	float: right;
	transform: rotate(-90deg);
}

#fixed-btn .fixed-btn_item .btn{
	
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.banner-text-holder .btn.colorful, .btn.hover-colorful:hover{

	background: #7EBD0B;
	border-color:#7EBD0B;
	text-shadow: none;
	color: #fff;
}


#topbar {
  background:#FFA733;
  height: 35px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  border-bottom: 1px solid dimgrey;

}

#topbar img {

	width: 25px;
/*	vertical-align:top;*/
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info{

	/*width: 50%;*/
	/*text-align: center;*/
	/*font-weight: bold;*/
}

#topbar .contact-info a {
  line-height: 1;
  color: #333;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .contact-info i, #topbar .contact-info a{

	vertical-align: middle;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

.contact-info-box > i{

	color:#FFA733;
}

.sec-title + .plrs-wrap{

	margin-top: 40px;
}

input:required    {
    box-shadow:none;
}

select:required{
    box-shadow:none !important;

 }
 input[type="text"]:disabled{
 	background-color: #fff;
 }
/*input:invalid {
    box-shadow:0 0 3px red;
}
*/
.qu-yellow-h4 {
	/*color: #d1ad3c !important;*/
}
.qu-white-para {
	color: #ffffff;
}
.qu-list {
	text-align: left;
	margin-top: 20px;
	list-style: none;
}
.qu-list i{
	margin-right: 10px;
	font-size: 18px;
}
.enroll-form {
	width: 100%;
	background-color: #01B3F9;
	float: right;
	margin: 0 19% 0 0;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
}

#country{
	left: 0;
	z-index: 1;
}
select.banner-select.form-fields{
	padding: 0;
	text-align: center;
	text-align-last : center;
}
.form-row .countrycode{

	text-align: center;
}
.form-fields {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.loginModal{
	position: relative;
    z-index: 99;
    width: 100%;
    display: none;
}
.modal-login{
	background-color: #35a3db;
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 550px;
    padding: 20px;
    border-radius: 10px;
    left: auto;
    right: 0;
}
.close{
	font-size: 2rem;
	cursor: pointer;
	line-height: .8;
}
.video-preview {
    /*height: 300px;*/
	overflow: hidden;
	width: 100%;
	/*border-radius: 50%;*/
}
.video-preview iframe {
    min-height: 300px !important;
}

.single-videoholder .playvideo{
    width: 80px;
    height: 70px;
    display: block;
    position: absolute;
    z-index: 1;
    left:50%;
    top: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.single-videoholder .playvideo img{
    width: 100%;
    height: auto;
}



/*19-jun-2020*/
.logo img{
	width: 190px;
}

#home-courses .plr-box img{

	width: 80%;
}

#home-courses .plr-box{

	border: 1px solid#FFA733;
	padding: 25px 30px 35px;
}


#home-courses .flip-card {

  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

#home-courses .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

#home-courses .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  transition: transform 0.9s;
}

#home-courses .flip-card:hover .plr-box.flip-card-front {
  display: none;
}

#home-courses .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#home-courses .flip-card-front {
  height: 350px;
}
#home-courses .flip-card-back {
  position: relative;
  height: 350px;
  transform: rotateY(180deg);
}

#home-courses .plr-box.flip-card-front > i{

  top: 15%;
}

#home-courses .plr-box.flip-card-front .pilr-info{
  margin-top: 60px;
}

#home-courses .plr-box.flip-card-back {

/*	display: flex;
	align-items: center;*/
	padding: 25px 30px 25px;
	background: linear-gradient(to right, #F3D3A4,#9CD7E8); 
}

/*#home-courses .plr-box.flip-card-back .pilr-info{
  margin-top: 80px;
}*/

#home-courses .plr-box.flip-card-back .pilr-info p{
	text-align: justify;
	color: #666666;
}
/*#how-it-works .gap.style-4-donate{

	padding: 70px 56px;
}*/

#how-it-works .gap{

	padding: 30px 0;
}


#price-packages .srv-box2:hover .srv-info2 > h4{
	
	color: #fff;
}

#price-packages .srv-box2:hover .btn.hover-white{

	 background: #35a3db;

    color: #fff;

    text-shadow: none;

    border-color: #35a3db
}

/*.colorful{

}
*/
/*#price-packages .srv-box2:hover{


}*/

.btn.colorful,

.btn.hover-colorful:hover {

    background:#FFA733; 

    color: #000;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);

    border-color:#FFA733

}



.btn.transparent-colorful,

.btn.hover-transparent-colorful:hover {

    background: 0 0;

    color:#FFA733;

    text-shadow: none;

    border-color:#FFA733

}



.btn.dark,

.btn.hover-dark:hover {

    background: #35a3db;

    color: #000;

    text-shadow: none;

    border-color: #35a3db

}



.btn.transparent-dark,

.btn.hover-transparent-dark:hover {

    background: 0 0;

    color: #fff;

    text-shadow: none;

    border-color: #000

}



.btn.white,

.btn.hover-white:hover {

    background: #35a3db;

    color: #fff;

    text-shadow: none;

    border-color: #35a3db

}



.btn.transparent-white,

.btn.hover-transparent-white:hover {

    background: 0 0;

    color: #000;

    text-shadow: none;

    border-color: #fff

}

.sec-title2 .sec-title-inner  {

	position: absolute;
	top: 35%;
	left: 15%;
} 


.featured-area-wrap .banner-text p{

	width: 100%;
	color: #fff;
	font-size: 60px;
    padding: 0 0 30px 0px;
    line-height: 1.5;
    padding-bottom: 0
}

.arabic-text{

	font-family: arabic;
}

.featured-area-wrap .banner-text p:last-child{

	width: 100%;
	color: #fff;
    padding: 70px 0 0 0;
    line-height: 1.5;
    padding-bottom: 0;
    font-size: 36px;
	font-weight: 800;
}

.featured-area-wrap .banner-text .translation-text{

	font-size: 15px;
	color: #fff;
/*	float: left;
	margin-left: 28%;*/
}

.banner-text-holder a{
	
	margin-top: 60px;
}

.span-color{
	color: #FFA733;
}

.span-size{

	font-size: 54px;
}

#why-best .sec-title-inner span,#contact-form .sec-title-inner span,#contact-us .sec-title-inner span, #why-best .serv-wrap .srv-tl h2 span, #price-packages .sec-title-inner span, #about-us .sec-title-inner span, #events .sec-title-inner span, #testimonial .sec-title-inner span, #about-us-top .sec-title-inner span, #board-members .sec-title-inner span, #courses .sec-title-inner span, #home-courses .sec-title-inner span{

	color:#FFA733;
}

#why-best .serv-wrap .srv-tl h2{

	color: #000;
}

#how-it-works .serv-wrap{
	padding: 50px 0;
}

#how-it-works .fixed-bg{

	background-size: 100% 100%;
}

.remove-ext9 .serv-box{
	
	margin-bottom: 55px;
}

#how-it-works .serv-box img{

	position: absolute;
	top: 0;
	right: 0;
	max-width: 63px;
	margin-top: 12px;
}

#why-best .serv-box img{

	position: absolute;
	top: 0;
	right: 0;
	margin-top: 12px;
	max-width: 63px;
}

#why-best .serv-info > h4 + p{

	width: 100%;
	margin-bottom: 30px;
	text-align: justify;
}


#price-packages .srv-box2{

	margin-bottom: 40px;
}
#price-packages .srv-box2 .img-holder{
	display: inline-block;
    max-width: 80px;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    line-height: 50px;
}
#price-packages .srv-box2 img{

	/*width: 16%;*/
	/*margin-bottom: 10px;*/
}
#about-us .col-md-6{
    padding: 0;
  }

#about-us .img{
height: 557px;
}

#about-us .about-us-video-img{

	width: 100%;
}

#about-us .black-layer2::before{

z-index: auto;
}

#about-us .gap{
padding: 0;
}

.abot-sec{
	
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	/*text-align: center;*/
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/*margin-left: 20px;*/
}

#about-us .sec-title-inner::before{
	/*left: 40%;*/

}

.abot-sec p{
	max-width: 100%;
	text-align: justify;
	/*margin: 0 15px;*/
}

#contact-enroll .contr-inr:before{
	
	background-color:#35a3db;
}

#contact-enroll .contr-butn:after{
	background-color: #0198C5;
}

.contact-info-box:hover > i{

	background-color: #35a3db;
}

select:invalid,

option[value=" "]{

  color: #929292 !important;

}

select option {

  color: #333;

}

#courses h4{

	color: #35a3db;
}

#courses p{

	text-align: justify;
}

#about-us-top .srv-box3 img{
	
	position: absolute;
	right: 0;
	/*width: 50%;*/
}

#about-us-top .srv-ttl h4{

	margin: 0; 
}

#about-us-top p {

	text-align: justify;
}

/*alertify */
.alertify-notifier .ajs-message, .alertify-notifier .ajs-message p{

    color: #fff;

    font-weight: bold;

    border-radius: 8px;

    font-size: 18px;

}

#contact-us .contact-info__item img{
	width: 26px;
}

.wdgt-box .cont-lst li img{

	width: 18px;
}

.footer-data .wdgt-box .tutor_item li p{

	color: #fff;
	font-family: Poppins;
	font-size: 14px;
}

.remove-ext9 > .row{

		margin: 0 auto;
	}

.page-title-wrap h1{
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
}

.page-title-wrap h1 .span-color{

	font-size: 45px;
}
.featured-area.owl-carousel .owl-stage-outer{
	height: calc(100vh - 110px);
}
.featured-area .featured-item{
	padding: 0;
	height: 100vh;
}
.d-table{
	display: table;
}
.featured-area .d-table{
	height: calc(100vh - 110px);
}
.featured-area .banner-text-holder{
	display: table-cell;
    vertical-align: middle;
}

#contact-enroll .contr-inr{

	padding: 30px 35px 30px; 
}

.qu-list{
	width: 240px;
	margin: 10px auto;
}


/* Responsive */
/*@media (max-width:576px) {
	
}*/
@media (max-width:1366px) {
	.featured-area-wrap .banner-text p{
		font-size: 42px;
	}
	.featured-area-wrap .banner-text .translation-text {
	    font-size: 11px;
	}
	.featured-area-wrap .banner-text p:last-child{
		font-size: 34px;
		padding-top: 10px;
	}
	.featured-area-wrap .banner-text p span{
		font-size: 50px;
	}

	.banner-text-holder a{
		margin-top: 10px;
	}
}


@media (min-width:577px) and (max-width:770px) {
	.enroll-form {
		width: 50%;
		margin-right: 25%;
	}
}
@media (min-width:771px) and (max-width:991px) {
	.featured-item {
		padding: 50px 15px 100px; 
	}
	.enroll-form {
		width: 100%;
		margin-right: 25%;
	}

	

}

@media (max-width: 991px){
	.featured-area-wrap .banner-text p {
	    font-size: 36px;
	    margin-bottom: 0;
	}
	.featured-area-wrap .banner-text .translation-text{
		font-size: 9px;
	}
	.featured-area-wrap .banner-text p:last-child {
	    font-size: 30px;
	    padding-top: 0;
	}
	.featured-area-wrap .banner-text p span {
	    font-size: 44px;
	    line-height: 1;
	}
	.page-title-wrap h1 {
	    font-size: 20px;
	    max-width: 580px;
	}

	.page-title-wrap h1 .span-color{

		font-size: 30px;
	}
	.qu-list{
		padding-left: 0;
	}
}
@media (max-width: 800px){
	
	 /*#about-us .abot-sec{
		
		top: 12%;
	}*/




}

@media (max-width: 995px){
	.rspn-hdr .login-btn{
		margin-right: 60px;
	}

	 /*#about-us .abot-sec{
		
		left: 5%;
	}*/
	
	#why-best .serv-box img{

		max-width: 53px;
	}

	#how-it-works .serv-box img{

		max-width: 53px;
	}

	.serv-info > h4 + p{

		width: 65%;
	}

}

@media (max-width: 770px){

	#about-page .page-title-wrap,
	#contact-page .page-title-wrap,
	#course-page .page-title-wrap,
	#faq-page .page-title-wrap,
	#privacy-page .page-title-wrap,
	#terms-page .page-title-wrap,
	#tutor-page .page-title-wrap,
	#enrol-page .page-title-wrap,
	#forgot-page .page-title-wrap,
	#login-page .page-title-wrap{

		padding-top: 60px;
	}
}

@media (max-width: 767px){
	.gap{
	    padding: 40px 0;
	}
	.sec-title-inner > h3{
		font-size: 22px;
	}
	.remove-ext9{
		margin-bottom: 0;
	}
	.sec-title + .serv-wrap {
	    margin-top: 20px;
	}
	.remove-ext9 .serv-box {
		margin-bottom: 0px;
	}
	#why-best .gap{
		padding-bottom: 10px;
	}
	#how-it-works .serv-wrap{
		padding: 0;
	}
	.sec-title + .team-wrap {
	    margin-top: 20px;
	}
	#about-us .img{
		height: 400px;
	}
	.top-spac70, .gap.top-spac70{
		padding-top: 40px;
	}
	.wdgt-box{
		margin-bottom: 30px;
	}
	.page-title-wrap > h2 {
	    font-size: 20px;
	}

	.featured-area-wrap .banner-text p{
	    width: 100%;
	    font-size: 30px;
	    padding: 0;
	}

	.featured-area-wrap .banner-text p:last-child {
	    font-size: 22px;
	}
	.featured-area-wrap .banner-text p span {
	    font-size: 30px;
	    line-height: 1;
	}
	.span-color{
		font-size: 45px;
	}
	.featured-area-wrap .banner-text .translation-text {
	    font-size: 8px;
	}

	.page-title-wrap h1{

		font-size: 18px;
	}
	.thm-btn{
		padding: 10px 30px;
	}
	#topbar{
		display: none !important;
	}
	.featured-area.owl-carousel .owl-stage-outer {
	    height: calc(100vh - 80px);
	}
	.featured-area .d-table {
	    height: calc(100vh - 80px);
	}
	.about-us-video-img{
		height: 100% !important;
	}
	.contr-butn > a{
		font-size: 16px;
 	   	padding: 8px 40px;
	}
	.contr-desc > h2 {
	    font-size: 26px;
	}
	.sec-title + .contact-info-wrap, .sec-title + .contact-form {
	    margin-top: 0;
	}

	.qu-list{
		padding-left: 35px;
	}
}

@media (max-width:595px) {

	.qu-list{
		padding-left: 0;
	}
}

@media (max-width: 575px){
	
	.enroll-form {
		margin-right: 0%;
	}
	.featured-area-wrap .banner-text p{

	    font-size: 30px;
	}
	.featured-area-wrap .banner-text p:last-child{
		font-size: 18px;
	}
	.featured-area-wrap .banner-text p span{
		font-size: 26px;
	}
	.featured-area-wrap .banner-text .translation-text {
	    font-size: 8px;
	}
	/*.span-size{
		font-size: 35px;
	}*/
	
	/*.banner-text-holder a{
	
		margin-top: 25px;
	}*/

	.featured-item{
		padding: 60px 15px 60px;
	}

	#about-us-top .icon-img{

		margin-top: 10px;
	}

	.sec-title2 .sec-title-inner{

		position: relative;
		top: 0;
		left:0;
	}

	/*#how-it-works .serv-wrap{
		padding: 95px 0px 100px 10px;
	}*/

	#how-it-works .fixed-bg{

		background-size: cover;
	}

	.serv-info > h4 + p{

		width: 100%;
	}


	/*#why-best .serv-box img{

		width: 60%;
	}*/

/*	#how-it-works .serv-box img{

		width: 60%;
	}*/

	/*#about-us .abot-sec{
		
		top: 5%;
		left: 5%;
		width: 90%;
	}*/


	/*#about-us .abot-sec p{
		width: 100%;
	}*/

	#about-us-top .srv-box3 img{

		width: 62%;
	}

	#about-us-top .srv-ttl h4{

		margin: 10px 0;
	}
	/*.featured-area-wrap .banner-text p:last-child {
	    font-size: 16px;
	    padding-top: 10px;
	}*/
	.featured-area .banner-text-holder{
		padding-right: 20px;
	}
	.qu-list{
		text-align: center;
	}
	#about-us .img {
		height: 440px;
	}

	.position-relative-on-mobile{

		position: relative !important;
	}

	.qu-list{
		/*width: 50%;*/
		width: 225px;
		margin: 10px auto;
	}

	.qu-list li{
		text-align: left;
		margin-left: 30px;
	}
}

@media (max-width: 456px){
	
	.featured-area-wrap .banner-text p:last-child {
	    font-size: 18px;
	}

	.span-size{
		font-size: 28px;
	}
}

@media (max-width: 396px){

	.featured-area-wrap .banner-text p:last-child {
	    font-size: 15px;
	}
	.featured-area-wrap .banner-text p span {
	    font-size: 23px;
	}

	.span-size{
		font-size: 24px;
	}

	.page-title-wrap h1 {
	    font-size: 16px;
	}

	.page-title-wrap h1 .span-color{

		font-size: 24px;
	}
	#about-us .img {
	    height: 550px;
	}
}


/* Responsive */