*{
    padding: 0;
    margin: 0;

}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body{

	font-size:18px;
	color:#323232;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	font-family: 'Tajawal', sans-serif;
	background:#F8FAFB;

}



h1,h2,h3,h4,h5,h6 { 
	color: #323232;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;

}
p {
	margin: 0;
	color:#323232;

}

section {
	
	min-height: 600px;
}





.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar_logo{
	max-width: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5%;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}




.navbar-default {
  background-color: #c12026;
  border-color: #f1363d;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #f1363d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #f1363d;
}
.navbar-default .navbar-toggle {
  border-color: #f1363d;
  margin-top: 15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f1363d;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #f1363d;
  }
}

/* End Navebar */


.navbar-nav {
   padding-top: 10px;

}

.dropdown-menu li{
	margin:5px;
}


.text_color{
	
	color:#000000;
	font-weight:bold;
	padding:5px;
}



.welcome {
	position: relative;
    background:url(../../images/backgrounds/welcome.jpg)no-repeat center center fixed;
    background-position: center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.items{
	
	background: rgba(2,2,2,0.4);
    min-height: 600px;
}



.contactBack {
	position: relative;
    background:url(../../images/backgrounds/contactBack.jpg)no-repeat center center fixed;
    background-position: center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;

}

.textwight {
    font-size: 22px;
	font-weight: bold;
    color: #fcfcfc;
}



.welcome-txt h3 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
	text-shadow: 3px 1px 1px #000000;
}

.welcome-txt p {
    font-size: 22px;
	font-weight: bold;
    color: #fcfcfc;
    margin-top: 25px;
}









.fix_hight {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    margin-top: 0px;
}





/* Dashboard */

.img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.dash_item {
	min-height: 250px; max-height: 250px;
	}





/* End Dashboard */

.close_img {
	opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 3px;
}





.close_img:hover {opacity: 1}



.social{
	max-width: 30px;
    border-radius: 50%;
    opacity: .8;
    margin-right: 5px;
	}
	
.social:hover{
	opacity:1
	}
	

	
	
	
	


/* Footer */

.footer {
	background-color: #252122;
    color: white;
	padding: 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 13px;
}


.footer_img {
  max-width: 35%;
  border-radius: 5%;
}


.logo{
	width: 70px;
    border-radius: 25%;
    border: solid 2px #82017c;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.social{
	max-width: 50px;
    border-radius: 50%;
    opacity: .8;
    margin-right: 5px;
	}
	
.social:hover{
	opacity:1
	}


.footer_section {
	background:#000748;
	min-height:150px;
}



.whatsappfixed {
	position: fixed;
    left: 15px;
    bottom: 65px;
    text-decoration: none;
    border-radius: 50%;
	display: none;
	z-index: 4;
}


.whatsappfixedimg{
	width: 40px;
    height: 40px;
    opacity: 0.5;
    border-radius: 50%;
}

.whatsappfixedimg:hover{
	
	opacity:1;
	
}



	
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 15px;
    bottom: 65px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#dc291e;
	border:1px solid #dc291e;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #dc291e;
}	
	


a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; color:#ffffff; }


a:active { text-decoration: none; }


a {
	color:#cdcdcd;
}







.carousel {
    border-radius: 5px;
    overflow: hidden;
}



.carousel_img {
  width:100%;
  min-height:500px;
  max-height:500px;
}	


.modal-body {
    position: relative;
}



.panel-heading {
    padding: 0px 0px;


}



.sale{
   position: absolute;
    right: 15px;
    top: 0px;
    background: red;
    text-align: center;
    border-radius: 0px 0px 0px 20px;
    color: white;
    padding: 5px 15px;
}

.product-footer{
	position: absolute;
    bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}




.category {
    display: block;
}


.pbody {
    padding: 0px;
}



.sale {
    position: absolute;
    right: 22px;
    top: 7px;
    background: red;
    text-align: center;
    border-radius: 0px 3px 0px 20px;
    color: white;
    padding: 5px 15px;
}


.sale_view{
    position: absolute;
    right: 0px;
    top: 0px;
    background: red;
    text-align: center;
    border-radius: 0px 3px 0px 20px;
    color: white;
    padding: 5px 15px;
	z-index: 5;
}





.iconimg{
	position: absolute;
    left: 27px;
    top: 10px;
    background: rgb(0 0 0 / 55%);
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 7px 7px;
    z-index: 1;
	
}

.iconvideo {
	position: absolute;
    left: 75px;
    top: 10px;
    background: rgb(0 0 0 / 55%);
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 7px 7px;
    z-index: 1;
	
}





.media{
	width:100%;
	min-height:300px;
	max-height:300px;
	border-radius: 3px;
}


.media_lesson {
	width:100%;
	min-height:200px;
	max-height:200px;
	border-radius: 3px;
}



