.bg-grey{
background:#e9ecef;
}
.bg-white{
background:#ffffff;
}
.bg-black , .hover-black:hover{
background-image: linear-gradient(to top, rgba(34,35,34,0.8), rgba(34,35,34,1));
color:#fff;
}
.bg-gold{
  background-color:#D4AF37;
} 
.bg-silver{
  background-color:#C0C0C0;
} 



.bg-red{
  background-image: linear-gradient(to top, rgba(209,34,40,0.8), rgba(209,34,40,1));
} 

.bg-menu{
  background-image: linear-gradient(to top, rgba(209,34,40,1), rgba(209,34,40,1));
} 


.text-red{
color:#d12228;
}
.text-shadow{
text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.font-75{
font-size:75%
}
.pt-10{
padding-top:20px !important;
}
.pb-10{
padding-bottom:20px !important;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

body{
font-family:"Tajawal" !important;
}


input[type=submit] {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-image: linear-gradient(to top, rgba(209,34,40,0.8), rgba(209,34,40,1));
}

.boxhover a{
    color: #000;
}

.boxhover:hover{
  background-image: linear-gradient(to top, rgba(209,34,40,0.8), rgba(209,34,40,1));
  color:white;
  text-decoration:none;
}
.boxhover:hover a{
  color:white;
  text-decoration:none;
}


.box{
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}

.aboutme p{
font-size:110%;
text-align:justify;
}

.bg-menu  a{
color:white !important;
text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
font-weight:600;

}

.bg-menu  a:hover{
color:white !important;
text-shadow: 4px 4px 2px rgba(0,0,0,0.75);
font-weight:600;

}

header{
z-index:1;
position:relative
}

.bg-menu li{
border-right:1px solid white !important;
}

.bg-menu li:first-child {
border-right:0px solid white !important;
}

.navbar-dark .navbar-nav .nav-link {
  height: 70px;
  vertical-align: middle;
  display: table-cell;
}

.slider{
position:relative;
margin-top:-15px
}
nav .container:before{
content: none !important;
}
nav .container:after{
content: none !important;
}



.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{right:0; left:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    margin-top:10px;
	}

.bg-menu li:first-child , .bg-menu li  {
  border-right: 1px solid white !important;
  margin-top: 10px;
  padding-right: 10px;
}
.navbar-dark .navbar-nav .nav-link {
  height: auto;
  vertical-align: middle;
  display: table-cell;
}

.menu{
max-width:100%;
width:100%;
padding:0;
margin:0;
}
.navbar-nav{
padding:15px;
margin:0
}

}

 
/* ============ mobile view .end// ============ */
/* Style all font awesome icons */
.fa {
  padding: 12px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;

	      opacity: 1;
}

.fa:hover {
      opacity: 0.7;
	color:white;
	text-decoration:none
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}



	.menudown, .dropup {
  position: initial;
}


.topnav {
    font-family: 'Tajawal', sans-serif;
  overflow: hidden;
  background: linear-gradient(to top, rgba(209,34,40,1), rgba(209,34,40,1))
}

.topnav a {
float: left;
display: block;
color: #fff;
text-align: center;
padding: 14px 7px;
text-decoration: none;
font-size: 15px;
font-weight: bold;
border-left:1px solid #fff;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.menudown {
  float: left;
  overflow: hidden;
}

.menudown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
display: block;
color: #fff;
text-align: center;
padding: 14px 6px;
text-decoration: none;
font-size: 15px;
font-weight: bold;
border-left:1px solid #fff;
}

.menudown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.menudown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.topnav a:hover, .menudown:hover .dropbtn {
  background-color: #555;
  color: white;
  font-weight: 600;
}

 
.menudown-content a:hover {
  background-color: #ddd;
  color: black;
}

.menudown-content a:hover img{
      opacity: 0.7;
}

.menudown:hover .menudown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .menudown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .menudown {float: none;}
  .topnav.responsive .menudown-content {position: relative;}
  .topnav.responsive .menudown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.left-0{
    left:0;
}
.tbl-details {
  width: 100%;
  text-align: left;
}
.tbl-details td, .tbl-details th {
  padding: 5px;
  text-align: left;
}
.list-col{
  display: inline-block;

}
.list-col li{
  width: 50%;
}
.details-link {

  color: #d12228 !important;
  text-decoration: underline;
}
.button3 {
  text-decoration: underline;
  color:#343434;
}
.button3:hover {
  text-decoration:none;
}
