*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Tajawal', sans-serif;
	font-size: 12px;
	font-weight: 400;
	direction: rtl;
    text-align: right;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

p {
	margin: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;

}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

p {
	margin: 0;
}

a {
	cursor: pointer !important;
	text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}

input,
textarea,
a,
button {
	outline: none !important;
	text-decoration: none;
}

.img-hover > img {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
img {
	width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}
.main-wrapper:before {
	content: "";
	background: url(../images/sheapSite.svg);
	position: absolute;
	top: -110px;
    right: -40px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.icon-up {
	position: fixed;
    left: 70px;
    bottom: 70px;
    background: #636161;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.icon-up a {
	color: #fff
}
.social {
	position: fixed;
    right: 40px;
    top: 240px;
    z-index:3;
}
.social p {
	transform: rotate(-90deg);
    color: #000;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 70px;
    margin-right: -35px;
}
.social li {
	display: block;
	height: 40px;
	width: 40px;
}
.social a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.social .insta a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -20px -20px;
    width: 40px;
    height: 40px;
    display: block;
}
.social .snapchat a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -20px -60px;
    width: 40px;
    height: 40px;
    display: block;
}
.social .twitter a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -20px -100px;
    width: 40px;
    height: 40px;
    display: block;
}
.social .whatsapp a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -20px -140px;
    width: 40px;
    height: 40px;
    display: block;
}
.social .youtube a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -20px -180px;
    width: 40px;
    height: 40px;
    display: block;
}


.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: none;
	margin-right: 0px;
	background-color: transparent;
}
.hamburger span {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	background-color: #000;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
	width: 15px;
}
.hamburger span:last-child {
	margin-bottom: 0;
	width: 9px;
}

/*mobile menu*/

.menu-mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
	background: rgb(19, 18, 19);
	z-index: 1001;
	overflow-y: auto;
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-o-transform: translateX(265px);
	transform: translateX(265px);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
	box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area {
	position: relative;
	padding-top: 20px;
}
.close_menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #363636;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.close_menu:hover {
	background-color: #767676;
	color: #fff;
}
.brand-area a {
	width: 90%;
	height: auto;
	display: block;
	background-size: contain;
	margin: 0px auto 0 auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.brand-area a > img {
	max-width: 60%;
	max-height: 100%;
}
.mmenu > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mmenu > ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 10px;
	transition: all .3s;
	font-size: 16px;
	text-transform: capitalize;
}
.mmenu > ul li a > i {
	margin-left: 5px;
}
.mmenu > ul li a:hover {
	background: #57A4C3;
	color: #fff;
	border-color: #57A4C3;
}
.register-mobile {
	margin-top: 0 !important;
}
.register-mobile li:last-child > a {
	border-bottom: 0;
}
.plusIcon {
	font-size: 14px;
	margin-left: 5px;
}
.m-overlay {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-toggle {
	overflow: hidden;
}
.menu-toggle .m-overlay {
	opacity: 0.6;
	visibility: visible;
}
.menu-toggle .menu-mobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}
.menu-toggle .main-wrapper {

	-webkit-transform: translate3d(-250px, 0, 0);
	-moz-transform: translate3d(-250px, 0, 0);
	-ms-transform: translate3d(-250px, 0, 0);
	-o-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);

}
html.menu-toggle {
	overflow: hidden;
}


/*header*/

#header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 70px 0 30px; 
    z-index: 2;
}
#header .container {
	overflow: auto;
}
.logo-site {
	float: right;
}
.logo-site img{
	width: 150px;
}
.logo-site > a {
	display: inline-block;
}
.main_menu {
	float: left;
	margin-right: 150px;
	margin-top: 10px;
}
.main_menu > li {
	float: right;
	margin-left: 50px;
}
.main_menu > li:last-child {
	margin-left: 0;
}
.main_menu > li > a {
	display: block;
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
}
.main_menu > li > a:hover,
.main_menu > li > a:focus {
	color: #BDBDBD;
}

/*section_home*/

.section_home {
	position: relative;
	padding: 50px 0
}
.flex-site-interface {
	display: flex;
	width: 100%;
}
.flex-site-interface .sec-int img {
	border-radius: 25px;
	width:100%;
}
.flex-site-interface .sec-int {
	flex: 1;
	position:relative;
}
.flex-site-interface .sec-int:last-child:after {
	content: "";
	background: rgba(0, 0, 0, .8);;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 25px;
}
.sec-int p {
	    position: absolute;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
    z-index: 9;
    top: 50%;
    left: 50%;
    text-align: center;
}




/* section-stor */

.section-stor {
	position: relative;
	padding: 80px 0;
}
.sec-head {
	margin-bottom: 40px;
	display: flex;
    justify-content: space-between;
}
.sec-head h3 {
	font-weight: bold;
}
.box-stor {
	position: relative;
}
.section-stor .col-lg-4:nth-child(1) .box-stor h5,
.section-stor .col-lg-4:nth-child(2) .box-stor h5 {
  	background-color: rgba(119, 118, 118, 0.3);
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
	color: #fff;
}
.box-stor .sec-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 ;
}
.section-stor .col-lg-4:nth-child(3) .box-stor .sec-title {
  	background-color: rgba(119, 118, 118, 0.3);
    border-radius: 5px;
    text-align: center;
    line-height: 1.6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	color: #fff;
	width:100px;
	left:0;
    height: 100%;
}
.section-stor .col-lg-4:nth-child(3) .box-stor .sec-title h5 {
    color:#fff;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.box-stor a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
 
/* section-blog  */

.section-blog {
	position: relative;
	padding: 50px 0
}
.box-blog {
	padding: 10px;
	border: 2px solid #ECECF0;
	border-radius: 10px;
    margin-bottom: 30px;
}
.box-blog .sec-title {
	padding: 10px;
}
.box-blog .sec-title h5 {
	font-weight: bold;
	color: #000;
	font-size: 22px;
}
.box-blog .sec-title p {
	color: #868686;
    font-size: 15px;
    height: 100px;
    overflow: hidden;
    margin: 25px 0 20px;
    line-height: 1.7;
}
.box-blog .sec-title .red-more {
	color: #868686;
	display: flex;
    justify-content: flex-end;
	font-size: 18px;
	position: relative;
	padding-left: 35px;
}
.box-blog .sec-title .red-more:before {
	content: "";
	background: url(../images/more.svg);
	background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.section-blog .sec-head p {
	width: 180px;
	color: #ACACAC;
	font-size: 16px;
	text-align: left;
	position: relative;
	padding-left: 60px;
}
.section-blog .sec-head p a {
	color: #000;
	font-weight: bold;
}
.section-blog .sec-head p a {
	content: "";
	background: url(../images/bgMore.svg);
	background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
}
.section-blog .sec-head p a span {
    font-size: 20px;
    position: absolute;
    left: 17px;
    top: 15px;
    font-weight: 800;
    color: #acacac;
}



/* section-workshops  */

.section-workshops {
	position: relative;
	padding: 50px 0
}
.sec-head p {
	width: 180px;
	color: #ACACAC;
	font-size: 16px;
	text-align: left;
	position: relative;
	padding-left: 60px;
}
.sec-head p a {
	color: #000;
	font-weight: bold;
}
.sec-head p a {
    content: "";
    background: url(../images/bgMore.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}
.sec-head p a span {
    font-size: 20px;
    position: absolute;
    left: 17px;
    top: 15px;
    font-weight: 800;
    color: #acacac;
}
.box-workshops {
	position: relative
}
.box-workshops figure {
    height: 380px;
}
.box-workshops figure img {
    height: 100%;
}
.box-workshops .reg-workshops {
	background: #fff;
    border-radius: 10px;
    padding: 5px 25px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    color: #000;
    font-size: 15px;
    transform: translateX(-50%);
    left: 50%;
}
.section-workshops .sec-title h5 {
	font-weight: bold;
	color: #000;
	font-size: 25px;
}
.section-workshops .sec-title p {
	color: #868686;
    font-size: 15px;
    margin: 25px 0 20px;
    line-height: 1.7;
}
.list-workshops li {
	margin-bottom: 10px;
	font-size: 15px;
}
.list-workshops li strong {
	width: 80px;
    display: inline-block;
}
.list-workshops li {
	position: relative;
	padding-right: 35px;
}
.list-workshops li.workshops-days:before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.list-workshops li.workshops-time :before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon.svg);
    background-position: 0 -60px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.list-workshops li.workshops-date :before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon.svg);
    background-position: 0 -30px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.list-workshops li.workshops-location :before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon.svg);
    background-position: 0 -90px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}



/* section-workshops  */

.section-table-workshops {
	position: relative;
	padding: 50px 0
}
.section-table-workshops .box-blog h5 {
	font-size: 17px;
	margin-bottom: 25px;
}
.box-blog .reg-workshops {
	background: #55983C;
	color: #fff;
	float: right;
    padding: 5px 15px;
    border-radius: 10px;
}
.box-blog .list-workshops {
	margin-bottom: 40px
}
.complet-workshops {
	background: #DEDEDE;
	color: #000;
	float: right;
    padding: 5px 15px;
    border-radius: 10px;
}



/* section-footer  */

.section-footer{
	position: relative;
	width: 100%;
	height: 100%;
	background:#1C1A1A;
}
.top-footer {
	padding: 40px 0;
	overflow: hidden;
	position: relative
}
.top-footer:before {
	content: "";
    background: url(../images/shapeFooter.svg);
    position: absolute;
    bottom: -164px;
    right: 30px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}
.logo-site-footer img {
	max-width: 200px;
	margin-bottom: 20px;
	margin-top: -20px;
}
.mail h5 {
	margin-bottom: 20px;
	color: #fff;
}
.mail p {
	margin-bottom: 20px;
	color: #fff;
}
.mail form {
	position: relative;
}
.mail button {
	position: absolute;
    left: 3px;
    top: 2px;
    width: auto;
    height: 90%;
    background: #3B3B3B;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.mail .form-control {
	border-radius: 5px;
	background-clip: initial;
}
.f-menu .text-white {
	font-size: 17px;
	margin-bottom: 5px;
}
.social-media, .menu-link {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
.social-media ul {
	margin-bottom: 20px;
}
.social-media img {
	width: 120px;
	height: 30px;
}
.social-media p {
	margin-bottom: 10px;
}
.menu-link ul li {
	display: block;
	margin-bottom: 10px;
	position: relative
}
.social-media ul > li > a{
  	font-size: 14px;
	color: #fff;
	display: flex;
}
.menu-link ul li a {
	color: #fff;
}
.social-media > h5{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 16px;
	margin-bottom: 20px;
}
.social-menu{
  	vertical-align: middle;
}
.social-menu > li{
	display: block;
	margin-bottom: 10px
}
.social-menu > li > a{
 	display: flex;
	align-items: center;
  	font-size: 14px;
	color: #fff;
  	-webkit-box-shadow: 0px 5px 14px 0px transparent;
  	-moz-box-shadow: 0px 5px 14px 0px transparent;
  	box-shadow: 0px 5px 14px 0px transparent;
}
.social-menu > li i {
	font-size: 17px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.social-menu > li > a:hover{
  	opacity: .7
}
.copy-right{
  	color: #fff;
  	font-size: 13px;
	font-weight: bold
}
.top-footer{
  padding: 50px 0 10px;
}
.f-box{
  margin-bottom: 30px;
}
.f-box > h2{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize
}
.f-menu li{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.f-menu li > a{
  display: inline-block;
  color: #fff;
}
.f-menu li > i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.f-menu li > a:hover,.f-menu li > a:focus{
  color: #fff;
}
.bottom-footer {
	padding: 25px 0;
	position: relative;
	border-top: 1px solid #252525;
	background: #242424
}



/* section-workshops-page  */

.section-workshops-page {
	padding: 50px 0
}
.section-workshops-page .sec-title h5 {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 15px
}
.section-workshops-page .box-workshops {
	margin-top: 40px;
}
.section-workshops-page .sec-title p {
	font-size: 15px;
	margin-bottom: 25px;
}
.section-workshops-page .sec-head p {
	border: 1px solid #E8E8E8;
	border-radius: 20px;
	width: auto;
    text-align: center;
    padding: 5px 25px;
	box-shadow: 0 3px 2px -1px #E8E8E8
}


.form-reg {
	padding: 40px 20px;
	background: #FCFCFC;
	margin-top: 50px;
}
.form-reg  h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.form-reg .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.form-reg .form-group:last-child {
	align-items: baseline
}
.form-reg .form-group label {
	width: 130px;
	color: #000;
	font-size: 16px;
	margin-left: 30px;
}
.form-reg .form-group label span {
    color: #f00;
    font-size: 23px;
    position: absolute;
    margin-right: 10px;
}
.form-control {
	border: 1px solid #E0E0E0;
	height: 50px;
}
.flex50 {
	display: flex;
}
.flex50 .form-group {
	width: 50%;
}
.flex50 .form-group label {
	margin-left: 45px;
}
.flex50 .form-group:last-child label {
	margin-right: 20px;
}
textarea.form-control{
	height: 180px;
}
.sec-btn {
	display: flex;
    flex-direction: row-reverse;
}
.btn-reg {
	background: #55983C;
	color: #fff;
	float: left;
    padding: 15px 45px;
    border-radius: 30px;
}

.noti-reg {
	padding: 40px 150px 20px 10px;
    display: flex;
}
.noti-reg .box-note {
	width: 50%;
}
.noti-reg .box-note img {
    max-width:200px;
}
.noti-reg .box-note:nth-child(1) {
	padding-left: 100px;
}
.noti-reg p {
	font-size: 15px;
	margin-bottom: 10px;
}




/* section-blog-page  */

.section-blog-page {
	padding: 50px 0
}
.section-blog-page .sec-title h5 {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 15px
}
.head-blog p, .head-blog a {
	border: 1px solid #E8E8E8;
	border-radius: 20px;
	width: auto;
    text-align: center;
    padding: 5px 15px;
	box-shadow: 0 3px 2px -1px #E8E8E8;
	display: inline-block;
	margin-left: 10px;
}
.head-blog {
	margin-bottom: 30px;
}
.head-blog a:last-child {
	background: #000000;
	text-align: center;
    padding: 5px 15px;
	border-radius: 20px;
	color: #fff;
	float: left
	
}
.details-blog .img-blog {
	float: left;
    width: 400px;
    margin-bottom: 10px;
	margin-right: 30px
}
.details-blog p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 20px;
}
.images-blog {
	display: flex;
	flex-wrap: wrap;
}
.images-blog .box-nes {
	width: 33.3334%;
	padding: 0 10px;
}
.box-nes img {
    border-radius:15px;
    width:100%;
    height:200px;
}
.details-blog h4 {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	margin: 20px 0 10px;
}

.column h4 span, .column h4 strong{
    font-family: 'Tajawal', sans-serif !important;
}



