body {
	font-family: Arial, sans-serif;
	font-weight:400;
	background-color:#fbfbfb;
}
.clearfix {
	clear:both;
}
img {
	display:block;
	max-width:100%;
	height:auto;
}
#wrapper {
	width:100%;
	direction:rtl;
	unicode-bidi:embed;
}
.center-content {
	max-width:1265px;
	padding:0 15px;
	margin:0 auto;
}
.hide-desktop { display:none !important}
.hide-mobile { border:none}
.header-container {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index:2;
	padding: 0 15px;
}
.header-area { margin: 0; }
.header {
	margin: 0 -23px;
	padding-top: 22px;
}
.logo {
	width:180px;
	margin: 0 23px;
}
.logo.sub-logo {
	width: 146px;
	margin-top: -24px;
}
.logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.idemlet-btn {
	position: absolute;
	width: auto;
	height: auto;	
	top: 25px; left: 47px;
	z-index: 3;
}
.idemlet-btn a { text-decoration: none; color: #fff }
.idemlet-btn a span {
	font-weight: 700;
	font-size: 21px;
	color: #fff
}

@media screen and (max-width: 991px) {
	.idemlet-btn {
	    position: absolute;
	    width: 100%;
	    height: auto;
	    top: 25px;
	    left: 0;
	    z-index: 3;
	    right: 0;
	    margin: 0 auto;
	    max-width: 800px;
	}

	.idemlet-btn a {
	    font-size: 19px;
	    display: block;
	    text-align: center;
	}
	.idemlet-btn a span {
	    font-size: 19px;
	    text-align: center;
	}
	.header { padding-top: 68px; }
	.banner-container { padding-top: 190px; }
}

@media screen and (max-width: 667px) {
	.logo {
	    width: 168px;
	    margin: 0 10px;
	}
	.logo.sub-logo {
	    width: 130px;
	}
}
@media screen and (max-width: 481px) {
	.logo {
	    width: 145px;
	    margin: 0 10px;
	}
	.logo.sub-logo {
	    width: 109px;
	}
}



.banner-container {
	background: url(assets/images/banner-img.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 15px;
	padding-top: 155px;
	padding-bottom: 150px;
	margin-bottom: 44px;
}
.banner-area {
	width: 100%;
	margin: 0;
}
.banner-info {
	width: 100%;
	text-align: center;
}
.banner-info h2 {
	font-weight: 400;
	font-size: 80px;
	line-height: 56px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.banner-info p {
	font-size: 39px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding-bottom: 80px;
}
.banner-info .promotion-btn {
	position: relative;
	background: rgb(235,28,38);
	background: linear-gradient(90deg, rgba(235,28,38,1) 0%, rgba(202,33,73,1) 44%, rgba(171,38,107,1) 100%);
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;
}
.banner-info .promotion-btn span {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;
	padding: 0px 70px 2px 70px;
}
.banner-info .promotion-btn:hover span {
	border-radius: 10px;
	background: rgb(171,38,107);
	background: linear-gradient(90deg, rgba(171,38,107,1) 0%, rgba(202,33,73,1) 44%, rgba(235,28,38,1) 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.banner-info .promotion-btn span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	left: 19px;
	top: 50%;
	z-index: 11;
	background: url(assets/images/hand-icon1.png) no-repeat left center;
	transform: translateY(-50%)
}
.banner-info .promotion-btn span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	right: 19px;
	top: 50%;
	z-index: 11;
	background: url(assets/images/hand-icon2.png) no-repeat right center;
	transform: translateY(-50%)
}


@media screen and (max-width: 991px) {
	.banner-container { padding-top: 190px; padding-bottom: 100px; }
	.banner-info h2 {
	    font-size: 72px;
	    line-height: 48px;
	}
	.banner-info p {
	    font-size: 34px;
	    padding-bottom: 60px;
	}
	.banner-info .promotion-btn span {
	    font-size: 28px;
	    padding: 0px 68px 2px 68px;
	}
	.banner-info .promotion-btn span::before { left: 15px; }
	.banner-info .promotion-btn span::after { right: 15px; }
}

@media screen and (max-width: 667px) {
	.banner-info h2 {
	    font-size: 44px;
	    line-height: 36px;
	}
	.banner-info p {
	    font-size: 20px;
	    padding-bottom: 55px;
	}
	.banner-info .promotion-btn span {
	    font-size: 20px;
	    padding: 5px 60px 7px 60px;
	}
}

@media screen and (max-width: 481px) {
	.banner-info h2 {
	    font-size: 36px;
	    line-height: 36px;
	}
	.banner-info p {
	    font-size: 18px;
	    padding-bottom: 38px;
	}
	.banner-info .promotion-btn span { font-size: 18px; }
}


.learning-container {
	padding: 0 15px;
	margin-bottom: 60px;
}
.center-learnign {
	max-width: 1030px;
	margin: 0 auto;
}
.learning-area h4 {
	font-size: 33px;
	font-weight: 400;
	color: #ED1C24;
	text-align: center;
	margin-bottom: 20px;
}
.learing-btn-area { margin-bottom: 104px; }
.learing-btn-area .learn-btn {
	font-size: 37px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background: rgb(235,28,38);
	background: linear-gradient(90deg, rgba(235,28,38,1) 0%, rgba(202,33,73,1) 44%, rgba(171,38,107,1) 100%);
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;
	margin: 0 19px;
	padding: 16px 25px 11px 25px;
}
.learing-btn-area .learn-btn span { display: block }
.learing-btn-area .learn-btn small {
	font-size: 22px;
	font-weight: 400;
	color: #DFC379;
	text-align: center;
	border-radius: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.learing-btn-area .learn-btn small {
	background: url(assets/images/arrow-preview.png) no-repeat left center;
	border-radius: 10px;
	padding-left: 22px;
}
.learing-btn-area .learn-btn:hover {
	border-radius: 10px;
	background: rgb(171,38,107);
	background: linear-gradient(90deg, rgba(171,38,107,1) 0%, rgba(202,33,73,1) 44%, rgba(235,28,38,1) 100%);
}
.learn-item {
	padding: 0 10px 20px 10px;
}
.learn-item p {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
}
.learn-item p a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.item-img {
	width: 95px;
	height: 95px;
	border: 3px solid #DFC379;
	padding-bottom: 3px;
}
.item-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 991px) {
	.learning-container { margin-bottom: 45px; }
	.learing-btn-area { margin-bottom: 70px; }
	.learning-area h4 { font-size: 28px; }
	.learing-btn-area .learn-btn {
	    font-size: 26px;
	    line-height: 28px;
	    margin: 0 16px;
	    padding: 16px 18px 11px 18px;
	}
	.learing-btn-area .learn-btn small {
		font-size: 20px;
	    padding-left: 17px;
	    background-size: 9px 13px;
	}
	.learing-logo-area { justify-content: center !important; }
}

@media screen and (max-width: 557px) {
	.learing-btn-area { display: block !important}
	.learing-btn-area .learn-btn {
		width: 100%;
		margin:0;
		margin-bottom: 20px;
	}
	.learing-btn-area { padding:0}
	
}



.testimonial-container {
	background: url(assets/images/testmonial-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 15px;
	padding-top: 140px;
	padding-bottom: 95px;
}
.testimonial-box {
	max-width: 1232px;
	margin: 0 auto;
	padding:0 130px 0 160px;
}
.item {
	max-width: 1055px;
	margin: 0 auto;
}
.slider-img {
	width: 18%;
}
.slider-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.owl-content {
	width: 80%;
	position: relative; 
	padding: 30px 0;
	padding-right: 71px;
}
.owl-content p {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	color: #ED1C24;
	text-align: right;
}
.owl-content p span { position: relative; }
.owl-content p span::after {
	content: '';
	position: absolute;
	top: 15px;
	left: -68px;
	display:inline-block;
    height: 60px;
    width: 60px;
    background: url(assets/images/icon_code.png) no-repeat right bottom;
}
.owl-content::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0;
    z-index: 1111;
    background: url(assets/images/icon_code.png) no-repeat right top;
}
.testimonial-btm p {
	color:#000000;
	font-size:26px;
	line-height:1.3;
	position:relative;
	top: 20px;
}


@media screen and (max-width: 1140px) {
	.owl-content p {
	    font-size: 22px;
	    line-height: 26px;
	}
}
@media screen and (max-width: 1040px) {
	.owl-content::after {
	    width: 27px;
	    height: 27px;
	    top: 12px;
	    right: 35px;
	    background-size: 100% 100% !important;
	}
	.owl-content p span::after {
		top: 12px;
		left: -30px;
		height: 27px;
		width: 27px;
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 991px) {
	.testimonial-container {
	    padding-top: 100px;
	    padding-bottom: 70px;
	}
	.owl-content p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.testimonial-box {
	    max-width: 1232px;
	    margin: 0 auto;
	    padding: 0 58px 0 70px;
	}
	.owl-content {
	    padding: 12px 0;
	    padding-right: 35px;
	    padding-left: 29px;
	}
	.owl-content::after {
	    width: 25px;
	    height: 25px;
	    top: 0px;
	    right: 0;
	    background-size: 100% 100% !important;
	}
	.testimonial_carousel .owl-nav .owl-prev {
	    background-size: 40% 35% !important;
	    left: -70px !important;
	}
	.testimonial_carousel .owl-nav .owl-next {
	     background-size: 40% 35% !important;
	    right: -58px !important;
	}
	.testimonial-btm p {
	    font-size: 22px;
	    top: -20px;
	}
	.owl-content p span::after {
		top: 3px;
		left: -30px;
		height: 25px;
		width: 25px;
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 767px) {
	.slider-img {
		width: 18%;
		margin: 0 auto;
	}
	.owl-content {
		width: 100%; 
		padding-right: 30px;
	}
	.testimonial-btm p { top: -10px; }
	.testimonial-container {
		padding-top: 72px;
		padding-bottom: 12px;
	}
}

@media screen and (max-width: 640px) {
	.testimonial-btm p { top: 10px; }
}

@media screen and (max-width: 481px) {
	.testimonial_carousel .owl-nav { display: none; }
	.testimonial-box { padding: 0 }
	.owl-content p {
	    font-size: 16px;
	    line-height: 18px;
	}
	.testimonial-btm p {
	    font-size: 18px;
	    top: -12px;
	}
	.owl-content::after {
	    width: 15px;
		height: 15px;
		top: 7px;
		right: 8px;
	}
	.owl-content p span::after {
		top: 6px;
		left: -18px;
		height: 15px;
		width: 15px;
	}
}



.fooer-container {
	background: rgb(235,28,38);
    background: linear-gradient(90deg, rgba(235,28,38,1) 0%, rgba(202,33,73,1) 44%, rgba(171,38,107,1) 100%);
    width: 100%;
    height: 135px;
}

@media screen and (max-width: 991px) {
	.fooer-container { height: 60px; }
}