a{
	text-decoration: none;
}

*{
	font-family: 'Tajawal', sans-serif;
}

/* Upper Nav */
#upper-nav{
	background: #89aa2f;
	padding:15px 0;
	color: #fff;
}

#upper-nav a{
	color: #fff;
	text-decoration: none;
	text-align:  right;
}

#upper-nav span{
	margin-left: 15px;
	text-align: left;
}
#upper-nav span .fas{
	margin: 3px
}

#upper-nav .btn-login span:nth-of-type(2){
	border:1px solid #f1bc64;
	padding: 5px;
	transition: .5s;
	box-sizing: border-box;
}

#upper-nav .btn-login span:nth-of-type(2):hover{
	background: #f1bc64;
	color: #fff
}

/*START HEADER*/
.navbar {
    margin-bottom: 0;
  
}
.navbar-nav li a{
    color: rgba(0,0,0,.7)
}

.dropdown{
    padding-top: 9px;
}

.dropdown a{
    text-decoration: none;
    padding-top: 9px;
}

.dropdown-menu{
    padding: 10px;
    text-align: left;
}

.dropdown-menu li{
    border-bottom: 1px solid #ccc
}


.navbar-nav {
    float: right;
    margin-left: auto
}

.navbar-brand {
    padding: 9px 15px;
}
/*END HEADER*/


@media only screen and (max-width: 600px){
	#upper-nav{
		text-align: center;
	}
	#upper-nav .btn-login .float-right{
		margin: 5px auto;
		text-align: center;
		float: none!important;
	}
}

/* Navbar */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #628405;
}

.navbar-nav li a{
	text-align: center;
}

.navbar-nav .ar{
	border:1px solid #89aa2f;
}

/* Slider */
#main-slider{
	position: relative;
}

#main-slider .owl-carousel .owl-item img{
	overflow: hidden;
	height:500px;
}

#main-slider .owl-dots{
    float: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#main-slider .owl-theme .owl-dots .owl-dot span{
    background: #89aa2f;
}

#main-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #e8960c;
}


#main-slider .icon{
	position: absolute;
	left: 50%;
	bottom: -84px;
	transform: translate(-50%,-50%);
	z-index: 2
}

#main-slider .icon .ro{
    background: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: -11px;
    z-index: -1;
}

#main-slider .icon .ro01{
    width: 60px;
    height: 60px;
    bottom: -20px;
}

#main-slider .icon .ro02{
    width: 50px;
    height: 50px;
    bottom: -20px;
    left: -39%;
}
#main-slider .icon .ro03{
    width: 60px;
    height: 60px;
    bottom: -20px;
    left: 100%;
}

#main-slider .icon .ro04{
    width: 50px;
    height: 50px;
    bottom: -20px;
    left: 139%;
}

#main-slider .icon i{
	background: #e8960c;
	color: #fff;
	border:5px solid #fff;
	padding: 25px;
}

/* About */
#about{
	padding:50px 0;
}

#about h1{
	color: #89aa2f;
	margin: 10px 0
}

#about p, #about span{
	color: #969595;
	margin: 10px 0
}

#about span{
	width: 70%;
	margin: 20px auto;
	display: block;
}

#about img{
	margin: 10px 0
}

#about h3{
	color: #e8960c
}

/* search-employee */

#search-employee{
	background: #89aa2f;
	padding: 30px 0;
	color: #fff;
	padding-top: 20px;
}

#search-employee a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #f1bc64;
    padding: 5px 25px;
    margin: 42px auto 0;
    box-sizing: border-box;
    transition: .5s;
    display: block;
    text-align: center;
}

#search-employee a:hover{
	background: #f1bc64;
}

@media only screen and (max-width: 425px){
	#search-employee img{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

/* blog */ 

#blog{
	background: #f2fcd8;
	padding: 50px 0;
	position: relative;
}

#blog .blog-item{
	background: #fff;
	margin: 10px;
}

#blog .blog-img{
	height: 200px;
	overflow: hidden;
}

#blog .blog-img img{
	width: 100%
}

#blog .blog-date{
	background: #e8960c;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 200px;
    right: 16px;
}

#blog .caption{
	padding: 10px;
}

#blog .caption h5, #blog .caption p{
	height: 50px;
	overflow: hidden;
}

/* Links */

#link{
	padding: 50px 0;
	border-top: 1px solid #eee;
}

#link img {
	width: 100%;
	margin: 5px
}

/* contact */

#contact{
	padding: 50px 0;
	background: #e8960c;
	color: #fff
}

#contact .form-control{
	border:0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	background: #e0b14d;
	color: #fff;
}
#contact .form-control::placeholder{
	color: #fff;
	padding: 5px
}

/* Gallery */

#gallery{
	padding: 50px 0;
	text-align: center;
	display: block;
}

#gallery .button-f{
	text-align: center;
	margin: 10px auto
}

#gallery .button-f button{
	background: #eee;
	color: #333;
	border: 0;
	cursor: pointer;
	padding: 5px 20px;
	transition: .5s;
	margin: 10px
}

#gallery .button-f button:hover{
	background: #89aa2f;
	color: #fff;
}

.box{
    width: 30%;
    height: 250px;
    margin-left: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 10px 25px -20px rgba(255,255,255,1);
}
#gallery .filter{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

#gallery .filter:hover .gallery-caption{

}

#gallery img{
    width: 100%;
    height: 100%;
}

#gallery .gallery-caption{
	bottom: -67px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f2fcd8;
    width: 82%;
    padding: 5px;
    transition: .5s
}

#gallery .filter:hover .gallery-caption{
	bottom: -30px
}


/* Beadcrumb */

#bread{
	padding: 20px 0;
	background: #333;
	color: #fff!important
}

#bread .breadcrumb{
	background: none
}

.breadcrumb-item.active{
	color: #fff
}

.breadcrumb-item a{
	color: #89aa2f
}

.breadcrumb{
	padding-bottom: 0
}

/* login */

#inner-page{
	padding:50px 0;
}

#inner-page img{
	width: 100%
}

.register{
	padding: 20px;
	border:1px solid #eee;
	border-radius: 10px;
	background: #f9f9f9
}

.serv{
	padding: 20px;
	border:1px solid #eee;
	border-radius: 10px;
	background: #f9f9f9;

}

.flag img{
	width: 100%;
	margin-bottom: 20px
}

#swipebox-slider{
    direction: ltr !important;
}
#container{
    background: #89aa2f !important;
}

.content_pg ul li{
    list-style: none !important;
    display: inline-block;
}

ul{
    margin-left: 0px !important;
}

#contact .container{
    background: #e8960c !important;
}

#contact h1{
    color: #fff !important;
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 500 !important;
}

.container #contact{
    max-width: 100% !important;
}

.container{
    padding: 0px 15px !important;
}

#container_swipe{
    padding: 4.2358rem 0 !important;
}

btn{
    font-size: 17px !important;
}

#swipbox_nav{
    padding-bottom: 20px !important;
}

.box{
    width: 30% !important;
    margin-bottom: 5rem !important;
}