*{
    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:14px;
	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;
}



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



.navbar-default {
  background-color: #ef1b05;
  border-color: #da1702;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffd700;
}
.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: #ffd700;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ef1b05;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffd700;
  background-color: #da1702;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #da1702;
}
.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: #ffd700;
  background-color: #da1702;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffd700;
  background-color: #da1702;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffd700;
  background-color: #da1702;
}
.navbar-default .navbar-toggle {
  border-color: #da1702;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #da1702;
}
.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: #ffd700;
}

@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: #ffd700;
  }
  .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: #ffd700;
    background-color: #da1702;
  }
}

/* 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/main/welcome.jpg)no-repeat;
    background-position:center;
    background-size:cover;
    text-align: center;
    height:600px;
    z-index: 1;
}
.welcome:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}

.welcome-txt { padding-top: 100px;}

.welcome-txt h2 {
    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;
}




.background {
    background:url('../../images/main/background.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;

}


.contact {
    background:url('../../images/main/bac-contact.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;

}

.return {
    background:url('../../images/main/bac-return.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;

}


.service {
    background:url('../../images/main/service.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;

}

.back_cat{
	position: relative;
	background:url('../../images/main/service.jpg') no-repeat center center fixed ;
	background-size: cover;
    background-position:center;
    text-align: center;
    height:600px;
    z-index: 1;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.welcome-txt { padding-top: 100px;}

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



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














.navbar_logo{
	
	max-width: 45px;
    margin-top: 5px;
	margin-bottom: 5px;
    border-radius: 25%;
    border: solid 2px #ffd700;
}









/* 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:#323232;
	color:#ffffff;
	padding: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;

}

.footer_up {
	
	background: #575757;
	min-height:100px;

	
}

.logo{
	width: 70px;
    border-radius: 25%;
    border: solid 2px #ffd700;
    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;
}




@media(max-width: 480px) {
	.carousel_img {
		width:100%;
		min-height:280px;
		max-height:280px;
	}




}

@media (max-width: 767px) {
	.carousel_img {
		width:100%;
		min-height:280px;
		max-height:280px;
	}
	


}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel_img {
		width:100%;
		min-height:380px;
		max-height:380px;
	}
	

	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel_img {
		width:100%;
		min-height:480px;
		max-height:480px;
	}
	

	
}

@media (min-width: 1200px) {
	.carousel_img {
		width:100%;
		min-height:480px;
		max-height:480px;
	}


}