@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');



 body  {
	 overflow-x:hidden;
 }
  


a {
    text-shadow: none;
    color: #0d638f;
}
ul {
    margin: 0px;
    padding: 0px;
}
.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    
    float:left;
    width:100%;
     
    /* border-bottom: 3px solid #FD5025; */
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
        color:#c0c0c0;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 15px;
    
    color: #333;
}
.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}
.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #c12227;
}
.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
     
    color:#c12227;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
}
.ace-responsive-menu li ul.sub-menu {
    background: #333;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
  
}
.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}

.menu-toggle #menu-btn {
    float: right;
    background: #2597c8;
    border: 1px solid #2597c8;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.hide-menu {
    display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {    
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}
/* ul[data-menu-style="accordion"] li a:hover {
    
} */
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}
ul[data-menu-style="vertical"] > li {
    float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left:200px;
    top:0px;
    width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li {
    border-bottom: 1px solid #242424;
}
/* ul[data-menu-style="vertical"] li a:hover {
   
} */
html {
  scroll-behavior: smooth;
}
/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (min-width: 768px) {
	.noti-two img {
    margin-top: 3px !important;
	
	}
	
	.download-one p {
   
    margin-top: 0px !important;
	
	}
	.noti-text {
     
    margin-top: 7px !important;
   
    line-height: 16px !important;
	
	
}

}

@media screen and (max-width: 768px) {
	.captions img {
   
    margin-right: 5px !important;
    margin-left: 5px !important;
}




    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 1px solid #242424;
       float: none;
    }   
   
    .ace-responsive-menu > li:first-child {
        border-top: 2px solid #1C9292;
    }    
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
  display: flex;
         content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
    li.menu-active > a > .arrow:before {
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
          content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
} 
 





img {
	max-width: 100%;
}
.logo img {
	width: 200px;
	margin-top: 20px;
}
header {
	padding-top: 15px;
	position: relative;
}
header:before {
	position: absolute;
	width: 50%;
	content: '';
	right: 0px;
	top: 0px;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf6fc+0,ffffff+100 */
	background: rgb(235,246,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(235,246,252,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(235,246,252,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(235,246,252,1) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6fc', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}

.captions {
	padding-top: 130px;
}
.captions h1 {
	margin-bottom: 30px;
	line-height: 56px;
}
.captions p {
	line-height: 28px !important;
	margin-bottom: 40px;
}
.captions img {
	width: 200px;
	transition:ease all 0.5s;
	margin-right: 10px;
	border-radius:8px;
}

.captions img:hover {
	 box-shadow: 0px 5px 15px #0006;
}

.wrapmenu li a:hover {
    
    color: #1c9292;
}

.last {
	margin-left: 50px !important;
}
.last a {
	background: #2697c9;
	border-radius: 10px;
color: #fff !important;
padding: 11px 26px;
transition:ease all 0.5s;
box-shadow: 0px 5px 15px  rgba(0,0,0,.1);
}

.last a:hover {
    background: #1c9292;
   
    color: #fff !important;
    
    box-shadow: 0px 5px 15px #0006;
	
}


.menus nav {
	float: right;
	color: #fff;
}
.discounts {
	display:none;
	width: 150px;
	height: 150px;
	padding: 40px;
	position: absolute;
	top: 30%;
	color: #fff;
	border-radius: 50%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2697c8+0,198e90+100 */
	background: rgb(38,151,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697c8', endColorstr='#198e90', GradientType=0 ); /* IE6-9 */
}
.discounts h2 {
	font-size: 40px;
	margin-bottom: 0;
}
.phone-bg {
	background: url(../images/mobile-bg.png) center no-repeat;
	background-size: contain;
}
.phone-img {
	max-width: 250px;
}
.phone-bg {
	margin-top: 40px;
}
.noti-one {
	
	
	width: 288px;
	cursor:pointer;
	transition:ease all 0.5s;
	margin-top: 110px;
	border-radius: 10px;
	margin-left: -144px;
	padding: 12px 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2697c8+0,198e90+100 */
	background: rgb(38,151,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697c8', endColorstr='#198e90', GradientType=0 ); /* IE6-9 */
}
.noti-two {
	width: 288px;
	cursor:pointer;
	transition:ease all 0.5s;
	margin-top: 240px;
	border-radius: 10px;
	margin-left: -144px;
	padding: 12px 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2697c8+0,198e90+100 */
	background: rgb(38,151,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697c8', endColorstr='#198e90', GradientType=0 ); /* IE6-9 */
}
.noti-text {
	font-size: 13px;
	color: #fff;
	margin-top: 13px;
	margin-bottom: 0;
	text-align:left;
}
.noti-two img {
	margin-top: 10px;
}
.learn-arabic {
	background: url(../images/bg2.png) top no-repeat;
	padding: 100px 0px;
}
.learn-img img {
	max-width: 360px;
}
.learn-arabic h2 {
	font-size: 43px;
	margin-bottom: 30px;
}
.learn-arabic p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 30px;
}
.learn-btn p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:left !important;
}
.learn-btn {
	background: #fff;
	border-radius: 10px;
	display: block;
	padding: 15px;
	max-width: 310px;
	color: #333;
	font-weight: 600;
	border: 1px solid #eee;
	margin-bottom: 20px;
	transition:ease all 0.5s;
}
.learn-btn:hover {
	
	transform: scale(1.1);
	
	
}


.learn {
	padding: 80px 0px;
}
.activities {
	display: block;
	margin-bottom: 20px;
}
.activities li {
	 
	margin-left:  0px;
	margin-right: 30px;
	display:inline-block;
	color: #2697c9;
	
}
.activities li strong {
	color: #333;
	font-size: 14px;
	font-weight: normal !important;
}

.activities  li  span {
	height:8px;
	width:8px;
	border-radius:50%;
	background:#2697c9;
	display: inline-block;
	 
	
}


.learn-inner h2 {
	margin-top: 70px;
	margin-bottom: 30px;
}
.download {
	padding: 10px 24px;
	background: #2697c9;
	margin-top: 20px;
	float: left;
	color: #fff;
	transition:ease all 0.5s;
	border-radius: 8px;
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}
.download:hover {
	margin-left:20px;
	color:#fff;
	box-shadow: 0px 5px 15px #0006;

	
}

 

.download-one {
	width: 288px;
	transition:ease all 0.5s;
	margin-top: 302px;
	margin-right: -190px;
	float: right;
	position: relative;
	z-index: 20;
	color: #fff;
	border-radius: 10px;
	padding: 12px 5px;
	background: rgb(38,151,200);
	background: -moz-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
	background: -webkit-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
	background: linear-gradient(to bottom, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697c8', endColorstr='#198e90', GradientType=0 );
}
.download-one p {
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 6px;
	text-align:left;
}
.spend2 {
	background: url(../images/spend.png) bottom center no-repeat;
	background-size: cover;
	padding: 90px 0px;
	color: #fff;
}
.spend2 h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.spend2 p {
	margin-bottom: 30px;
}
.spend2 a {
	color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 8px 15px;
	transition:ease all 0.5s;
}
.spend2 a:hover {
	background:#fff;
	color:#2697c9;
	
}

.list1 li {
	background: url(../images/list.png) left no-repeat;
	display: block;
	padding: 8px 6px 8px 40px;
	margin-bottom: 10px;
}
.pricing {
	padding: 100px 0px;
}
.pricing h2 {
	text-align: center;
	margin-bottom: 30px;
}
.pricing p {
	text-align: center;
}
.price-tile h3 {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
	color: #09F;
}
.price-tile h4 {
    font-size: 26px;
    text-align: left;
    color: #333;
}
.price-tile {
	border: 1px solid #eee;
	padding: 40px 40px;
	border-radius: 30px;
	margin-top: 40px;
	transition:ease all 0.5s;
	height:490px;
}

.price-tile:hover {
	box-shadow:0px 5px 18px rgba(0,0,0,.2)
	
}
.sub-price {
	margin-bottom: 30px;
}
.discounts2 {
	display:none;
	width: 100px;
	height: 100px;
	padding: 19px;
	position: absolute;
	top: -20%;
	color: #fff;
	border-radius: 50%;
	background: rgb(38,151,200);
	background: -moz-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
	background: -webkit-linear-gradient(top, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
	background: linear-gradient(to bottom, rgba(38,151,200,1) 0%, rgba(25,142,144,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697c8', endColorstr='#198e90', GradientType=0 );
	left: 36%;
}
.discounts2 p {
	font-size: 14px;
}
.discounts2 h2 {
	font-size: 28px;
	margin-bottom: 0px;
}
.startlearning {
	background: url(../images/bg3.png) top center no-repeat;
	background-size: cover;
	padding: 50px 0px 70px 0px;
}
.review .owl-nav {
	display: none;
}
.review {
	padding: 90px 0px;
}
.owl-dots {
	margin-top: 20px;
}
.review h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.testimonial-tile h5 {
	font-size: 18px;
}
.testimonial-tile img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
}
.testimonial-content {
	margin-top: 15px;
}
.testimonial-tile h6 {
	color: #999;
	font-size: 14px;
}
.testimonial-tile {
	border: 1px solid #ddd;
	padding: 25px 25px;
	border-radius: 20px;
	transition:ease all 0.5s;
}


footer {
	background: url(../images/footer-bg.png) top center no-repeat;
	padding: 80px 0px 10px 0px;
	margin-top: 50px;
}
.store-logos img {
	width: 170px;
	margin-right: 20px;
	transition:ease all 0.5s;
	border-radius:8px;
	
}

.store-logos img:hover {
		transform: scale(1.1);
box-shadow: 0px 5px 10px rgba(255,255,255,.4);
	
	
}

.company-logo {
	margin-bottom: 40px;
}
.store-logos p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.company-sec {
	margin-bottom: 40px;
}
.store-logos p strong {
	font-size: 16px;
}
.start {
	color: #323f73;
	background: #e1f2f8;
	padding: 40px 30px;
	border-radius: 20px;
	margin-top: -150px;
}
.start p {
	color: #7da3b0;
	font-size: 15px;
}
.start h2 {
	font-weight: 300;
	font-size: 28px;
}
.submit-btn {
	color: #fff;
	background-color: #2697c9;
	border-color: #2697c9;
	padding: 8px 23px;
	box-shadow: 0px 10px 10px #0000002b;
	border-radius: 10px;
}
.submit-btn:hover {
	background:#1c9292;
	color:#fff;
	transition:ease all 0.5s;
	
}

.start input {
	height: 40px;
}
.start .form-control {
	font-size: 13px;
	color: #444;
	border: none;
}
.copy {
	border-top: 1px solid #888;
	;
	padding-top: 15px;
	margin-top: 20px;
}
.copy p {
	font-size: 13px;
	color: #fff;
}
.copy p a {
	float: right;
	margin-left: 20px;
	color: #71B3D0
}

.noti-one:hover   {
     
    margin-left: -100px;
	
}
.noti-two:hover   {
     
    margin-left: -110px;
	
}


.download-one:hover    {
	 
    
    margin-right: -120px;
}
 


@media screen and (max-width: 768px) {
	
	.logo img {
     
    margin-top: 5px;
	
	}
	
	.last a {
    background: transparent;
	
	}
	.adaptive-menu ul:first-of-type li a {
 
    color: #fff !important
	
	}
	
	.activities li {
    margin-left: 15px !important;
    margin-right: 15px !important;
	}
	
	.learn-btn p {
    
    margin-top: 14px !important;
	
	}
	
	.store-logos {
		text-align:center;
	}
	.store-logos img {
    width: 140px !important;
	margin-left: 10px;
margin-right: 10px;
	}
	
	.captions p {
    line-height: 28px !important;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
	
	 
	}

	
	.captions {
    padding-top: 30px;
}
	
	.logo img {
    width: 130px;
	
	}
	

	.menus nav {
    float: none !important;
	}
	
	.ace-responsive-menu {
     
    background: #fff !important;
    border: 1px solid #eee !important;
	}
	
	.last {
    margin-left: 0px !important;
	}
	
	 .captions img {
    width: 150px;
	
	 }
	 
	 .discounts {
    width: 150px;
    height: 150px;
   
    position: relative !important;
    top: 0;
	margin: 0px auto;
	
	 }
	.noti-one {
    width: 100% !important;
    margin-top: 20px;
	
 
    margin-left: 0px !important ;
	}
	.noti-two img {
    margin-top: 0px;
	
	}
	
	.noti-two {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: 0px;
	
	
}

.learn-img img {
    max-width: 100% !important;
	
}

.learn-arabic {
    
    padding: 30px 0px;
	
}
.learn-arabic h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
	
}
.learn-arabic p {
    font-size: 14px;
    line-height: 28px;
 
    text-align: center;
	
}

.learn {
    padding: 10px 0px;
	text-align:center
}

.learn-inner h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
	
}

 
learn-inner   {
	text-align:center
}
.learn-btn {
   
    max-width: 100%;
	
}
.download { 
float:none;
display:inline-block;
 
 
}
.activities {
	float:none !important;
 

}

.download-one {
    width: 100%;
    margin-top: 30px !important;
    margin-right: 0px !important;
}

.spend2 {
	text-align:center;
}
.spend2 h2 {
	font-size:26px;
}

.discounts2 {
	margin-top:50px;
 
}

.review h2 {
    font-size: 26px;
	
	 
}
.review {
    padding: 60px 0px !important;
	
}

footer { 
text-align:center;
background-color: #0d1b51;
}

.store-logos img {
    width: 150px;
}

.start {
   
    margin-top: 20px;
}
.start h2 {
  
    font-size: 22px !important;
	
}
.copy p {
   
    text-align: center;
	
 
}

.copy p a {
    float: none;
    margin-left: 10px;
    
    display: inline-block;
	
}

}


html {
	overflow-x: hidden;
	
}


.wrapmenu {
	padding-top:30px; 


}

.wrapmenu ul {
  margin: 0;
  list-style: none;
}

.wrapmenu li {
  display: inline-block;
  margin-left: 38px;
}

.wrapmenu li a {
  font-size: .9rem;
  text-decoration: none;
  color: #444;
}


/*
 * Colors
 */
/*
 * Menu
 */
.adaptive-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  width: 280px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-324px);
  -ms-transform: translateX(-324px);
  transform: translateX(-324px);
  text-align: left;
  background-color: #023939;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}
.adaptive-menu > *:first-child,
.adaptive-menu ul:first-of-type {
  display: block !important;
}
.adaptive-menu ul:first-of-type {
  margin: 0;
  padding: 0;
}
.adaptive-menu ul:first-of-type li {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.adaptive-menu ul:first-of-type li:hover::before, .adaptive-menu ul:first-of-type li:hover::after, .adaptive-menu ul:first-of-type li::before, .adaptive-menu ul:first-of-type li::after {
  display: none;
}
.adaptive-menu ul:first-of-type li a {
  font-size: 18px;
  display: block;
  padding: 20px;
  transition: background-color .3s ease-out;
  color: #666666;
  border: 0;
}
.adaptive-menu ul:first-of-type li a:hover {
  color: white;
  background: #d6493e;
}
.adaptive-menu ul:first-of-type li a:hover::before, .adaptive-menu ul:first-of-type li a:hover::after, .adaptive-menu ul:first-of-type li a::before, .adaptive-menu ul:first-of-type li a::after {
  display: none;
}
.adaptive-menu--is-visible.adaptive-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.adaptive-menu__open {
  position:absolute;
  z-index: 100;
 top: -44px;
right: 15px;
width: 44px;
height: 40px;
  background: #0d638f;
border-radius: 6px;
}
.adaptive-menu__open--is-hidden {
  visibility: hidden;
  display: none;
}
.adaptive-menu__open > span {
  position: absolute;
  top: 46%;
  left: -webkit-calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 4px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  pointer-events: none;
  background: #fff;
}
.adaptive-menu__open > span:hover {
  opacity: .7;
}
.adaptive-menu__open > span::before, .adaptive-menu__open > span::after {
  position: absolute;
  left: 0px;
width: 32px;
  height: 4px;
  content: '';
  background: #fff;
}
.adaptive-menu__open > span::before {
  top: -10px;
}
.adaptive-menu__open > span::after {
  bottom: -10px;
}
.adaptive-menu__open > span b {
  display: none;
}
.adaptive-menu__close {
  position: absolute;
  z-index: 1000;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 40px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: .7;
}
.adaptive-menu__close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
.adaptive-menu__close--is-hidden {
  visibility: hidden;
}
.adaptive-menu__close > span {
  display: none;
}
.adaptive-menu__close::before, .adaptive-menu__close::after {
  position: absolute;
  top: 18px;
  left: 0;
  width: 36px;
  height: 6px;
  content: '';
  background: #fff;
}
.adaptive-menu__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.adaptive-menu__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.adaptive-menu__bg {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: transparent;
}
.adaptive-menu__bg--is-visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

 

 @media screen and (max-width: 320px) {
	 .phone-bg  .noti-text {
    font-size: 11px !important;
	margin-top: 9px;
	
	 }
	 
	 .learn-arabic p {
    font-size: 12px;
	margin-top: 8px !important;
	 }
	 .download-one p {
    
    font-size: 14px;
    margin-top: -2px;
	
	 
	 
 }


.list1{
    margin-top:25px;
}

 }
 
 .footer-social-icons {
   
    display:block;
     
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #1c9292;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #1c9292;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #1c9292;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #1c9292;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #1c9292;
}
.fa-instagram:hover {
    background-color: #713167 ;
}
 
/* About page style start here */

.about-sec{
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.abt-content h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #bdbdbd;
}
.abt-content span{
    color: #1c9293;
}
.abt-content p{
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
}
.principal-sec{
    margin-top: 3rem;
}
.principal-sec img{
width: 100%;
height: 100%;
position: relative;
}
.img-box{
    position: relative;
}
.img-box::after{
    position: absolute;
    content: '';
    bottom: -30px;
    left: -30px;
    z-index: -1;
    height: 80%;
    border-radius: 2rem;
    width: 80%;
    background-color: #e1f2f8;
}
.principal-sec .msg{
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #1c9293 url(../images/bg.png) no-repeat;
    border-top-right-radius: 4rem;
}
.principal-sec .msg h2{
    color: white;
    font-size: 2rem;
}
.msg-box{
    width: 100%;
    height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-level{
    margin-top: 5rem;
    border-radius: 4rem;
    padding: 2rem;
    background-color: #2597c8;
}
.course-level h4{
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    color: white;
}
.course-level h2{
    font-size: 2.5rem;
    color: #7dcff2;
}
.course-level p{
    font-size: 14px;
    line-height: 22px;
    color: #c9e4f0;
}

/* feature page style start here */
.feature-sec h2{
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
}
.feature-sec p{
    font-size: 13px;
}
.discp{
    position: absolute;
    bottom:0;
    background-color: white;
    width: 85%;
    padding: 1rem;
    color: #1c9293;
}
.feature-img{
    width: 100%;
  height: 400px;
  position: relative;
  background: black;
}
.feature-img img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.mtp{
    margin-top: 4rem;
}

/* contact page style start here */

.location{
    position: relative;
}
.map{
    width: 100%;
    height: 300px;
}
.address{
    position: relative;
    top: -50px;
    width: 100%;
    max-width: 600px;
    background: #1c9293;
    padding: 2rem;
    color: white;
    left: 2rem;
}
.contact{
    list-style: none;
    margin: 0;
}
.contact li{
margin-bottom: 1rem;
}
.loc{
    display: flex;
    align-items: baseline;
}
.address i{
    margin-right: 5px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .about-sec{
        padding-top: 3rem;
    padding-bottom: 0rem;
    }
    .captions h1 {
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 30px!important;
    text-align: center;
}
}
@media screen and (max-width: 480px) {
    .abt-content h2{
        font-size: 1.2rem;
        line-height: normal;
    }
    .principal-sec .msg{
        border-top-right-radius: 0;
    }
    .principal-sec{
        margin-top: 1rem;
    }
    .principal-sec .msg h2{
        font-size: 1.2rem;
    }
    .course-level{
        margin-top: 2rem;
    }
    .course-level h2{
        font-size: 1.2rem;
    }
    .discp{
        font-size: 13px;
        width: 94%;
    }
    .mtp{
        margin-top: 2rem;
    }
    .address{
        left: 0;
    }
    .address p{
        font-size: 13px;
    }
    .contact li{
        font-size: 13px;
    }
    
    .captions h1 {
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 30px !important;
    text-align: center;
}
}