******************************************
***********************************

<----------------------- En3kas Template  ----------------->

Author : Muhammad Adel
Email: mh4md.a@gmail.com
Twitter : @d3vma
Behance : d3vma
LinkedIn: https://www.linkedin.com/in/d3vma
Facebook: https://www.facebook.com/profile.php?id=100007012265631
Company : Kite Agency


************************************
*********************************************/

/* Main STyles */
html {
	direction: rtl;
}
@font-face { 
 	font-family: DroidKufi;
 	src: url('../fonts/DroidKufi-Regular.ttf'); 
 } 
* {
	font-family: 'DroidKufi', sans-serif;
}
section {
	padding: 40px 0;
}
.intro-title {
	text-align: center;
	padding-bottom: 20px;
}
.section-title-wrapper {
	text-align: center;
}
.section-title {
	position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 20px 30px;
    border-bottom: 1px solid #27ae60;
    display: inline-block;
    color: #27ae60;
}
.section-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: -10px;
    cursor: default;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #2ECC71;
}
/* For Overlay section */
.section-wrapper {
	background-color: rgba(0,0,0,0.8);
	padding: 40px 0;
}
.btn-trans {
	width: 180px;
	margin: 10px;
    border: 1px solid #27ae60;
    color: #27ae60;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}
.btn-trans:hover, .btn-trans:focus {
	text-decoration: none;
	background-color: #27ae60;
	border-color: #27ae60;
	color: #fff;
}
.btn-contact {
	border: 1px solid rgb(173, 173, 173);
    background-color: transparent;
    color: #27ae60;
    padding: 12px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.btn-contact:hover {
	background-color: #27ae60;
	color: #fff;
}
.input-trans {
	height: 40px;
    width: 100%;
    text-align: center;
    color: #27ae60;
    outline: 0 none;
    border-radius: 5px;
}
.textarea-trans {
	width: 100%;
    height: 200px;
    margin-top: 30px;
    padding: 10px;
    color: #27ae60;
}
.input-trans, .textarea-trans {
	border: 1px solid rgb(173, 173, 173);
	border-radius: 5px;
}
.input-trans:focus, .textarea-trans:focus {
	border:1px solid #27ae60;
	outline: 0 none;
}

/* Start jQuery UI styling */
.ui-widget {
	font-family: 'DroidKufi', sans-serif;
    margin-bottom: 10px;
}
.ui-state-focus:focus { 
	outline: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cancelButton {
	background: #27ae60;
	color: #fff;
}

#accordion .ui-accordion-header {
	background: transparent;
    margin-bottom: 10px;
    color: #777;
    padding: 20px;
}
#accordion .ui-state-active {
	border: none;
	background-color: #27ae60;
	color: #fff;
}
#accordion .ui-accordion-content {
    width: 100%;
    background-color: transparent;
    color: #777;
    font-size: 10pt;
    line-height: 16pt;
}
.ui-widget-header {
    background: #27ae60;
    border: none;
    line-height: 1.5em;
    font-size: 20px;
    color: #fff;
}

/* End jQuery UI styling */

/* Start Navigation bar */

.navbar-transparent {
	background-color: transparent;
    border-color: transparent;
    padding-top: 20px;
	height: 40px;
}
.navbar-transparent .navbar-nav {
	padding-top: 15px;
}
.navbar-transparent .navbar-nav>li>a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.navbar-transparent .navbar-nav > li > a:hover, .navbar-transparent .navbar-nav > li > a:focus {
	color: #27ae60;
}
.navbar-transparent .navbar-nav>.active>a, .navbar-transparent .navbar-nav>.active>a:focus, .navbar-transparent .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #27ae60;
}
.navbar-up {
	padding-top: 0;
	height: 70px;
    border-bottom: 4px solid #27ae60;
}
.navbar-up .navbar-nav > li > a {
	font-size: 15px;
	line-height: 2.4em;
}
.navbar-up .navbar-nav > li > a:hover {
	color: #27ae60;
	background-color: #27ae60;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.navbar-up .navbar-nav .active {
	background-color: #27ae60;
	color: #fff;
}
.navbar-transparent .navbar-nav .active {
	color: #27ae60;
}
.navbar-brand {
	padding: 0;
}
.navbar-up .navbar-brand img {
	height: 70px;
}

/* End Navigation bar */

/* Start Intro section */
.intro {
	height: 100vh;
	background-size: cover;
	text-align: center;
	padding: 0;
}
.intro .section-wrapper {
	height: 100vh;
}
.intro .table {
    margin: auto;
    position: relative;
    height: 100%;
    display: table;
}
.intro .intro-content {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-text {
	text-align: center;
	/*padding-top: 30vh;*/
	color: #fff;
}
.intro-text .intro-desc {
	line-height: 3em;
}
/* End Intro section */

/* Start Serviecs section */

.services .service {
	padding-bottom: 40px;
}
.services .service img {
	width: 70px;
	height: 70px;
	float: right;
}
.services .service .service-content {
	margin: 0 85px 0 25px;
}
.services .service .service-content h3 {
	line-height: 18px;
	padding: 25px 0 10px 0;
}
.services .service .service-content div {
	line-height: 22px;
} 

/* End Services section */

/* Start Our Work section */
.portfolio {
	background-color: #212121;
}
.portfolio .mix{
    display: none;
}
.portfolio .work-control {
	list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio .work-control li {
	display: inline-block;
    color: #FFF;
    margin: 0 10px 30px;
    cursor: pointer;
    font-size: 18px;
}
.portfolio .work-item {
	position: relative;
	width: 350px;
	height: 300px;
	margin: 10px;
	color: #27ae60;
	background-color: #000000;
	font-size: 16px;
	cursor: pointer;
}
.work-item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.portfolio .work-item img {
	position: relative;
	max-width: 100%;
	vertical-align: top;
	height: 100%;
}
.portfolio .work-item .caption {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	padding: 20px 30px;
	text-align: center;
}
.portfolio .work-item .caption:before,
.portfolio .work-item .caption:after {
	width: 1px;
	height: 0;
}
.portfolio .work-item .caption:before {
	right: 0;
	top: 0;
}
.portfolio .work-item .caption:after {
	left: 0;
	bottom: 0;
}
.portfolio .work-item h3, 
.portfolio .work-item p {
	line-height: 1.5em;
}
.portfolio .work-item h3 {
	margin: 0 0 5px;
	font-weight: 700;
}
.portfolio .work-item p {
	margin: 0 0 15px;
	margin-top: 25px;
}
.portfolio .work-item:before,
.portfolio .work-item:after,
.portfolio .work-item .caption:before,
.portfolio .work-item .caption:after {
	position: absolute;
	content: '';
	background-color: #27ae60;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0.8;
}
.portfolio .work-item:before,
.portfolio .work-item:after {
  height: 1px;
  width: 0%;
}
.portfolio .work-item:before {
	top: 0;
	left: 0;
}
.portfolio .work-item:after {
	bottom: 0;
	right: 0;
}
.portfolio .work-item:hover img {
	opacity: 0.4;
}
.portfolio .work-item:hover .caption {
	opacity: 1;
}
.portfolio .work-item:hover .caption:before,
.portfolio .work-item:hover .caption:after {
	height: 100%;
}
.portfolio .work-item:hover:before,
.portfolio .work-item:hover:after {
	width: 100%;
}
.dialog-content .dialog-content-data {
	line-height: 1.5em;
}
/* End Our Work section */

/* Start Buy Theme section */
.buy-theme {
	background-color: #27ae60;
	color: #fff;
}
.buy-theme .btn-trans {
	color: #fff;
    float: left;
    border-color: #fff;
}
.buy-theme .btn-trans:hover,
.buy-theme .btn-trans:focus {
	background-color: #fff;
	color: #27ae60;
}
/* End But Theme section */

/* Start Our Team section */

.team {
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.team-member {
    overflow: hidden;
    margin-bottom: 30px;
}
.team .team-member img {
	height: 360px;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(39, 174, 96, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 40%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.team-hover .desk .person-word {
	padding-top: 20px;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.team-member .s-link #facebook:hover {
	color: #3b5998;
}
.team-member .s-link #twitter:hover {
	color: #55acee;
}
.team-member .s-link #google:hover {
	color: #dd4b39;
}
.light-txt {
    color: #fff !important;
}
.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 20px;
    width: 70%;
    text-align: right;
}
/* End Our Team section */

/* Start Client Carousel section */
.clients {
    direction: ltr;
}
.clients img{
    padding: 10px 15px;
    height: 62px;
}
.clients #clients-carousel .item{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: move;
}
.clients .owl-wrapper-outer { 
	overflow: hidden;
}
/* End Client Carousel section */

/* Start Done Work Counter section */

.done-work {
	background: url('../img/counter-bg.jpg') no-repeat;
	background-size: cover;
	padding: 0;
	color: #fff;
}
.done-work .done-work-item {
	text-align: center;
}

/* Start Done Work Counter section */

/* Start Contact section */
.contact {
	background: url('../img/intro-1.jpg') fixed no-repeat;
    background-size: cover;
	color: #fff;
	padding: 0;
}
.contact .contact-info {
	margin-top: -20px;
}
.contact .contact-info ul {
	margin-left: 50px;
	padding: 0;
}
.contact .contact-info ul li {
	list-style: none;
	margin-bottom: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.contact .contact-info ul li:last-child {
	border: none;
}
.contact .contact-info i {
    font-size: 52px;
    line-height: 24px;
    float: right;
    border: none;
    color: #27ae60;
    margin: 18px 0px 50px 20px;
}
.contact .contact-info h3 {
	padding-bottom: 10px;
}
.contact .contact-info p {
	overflow: hidden;
	color: #ccc;
}
.contact #googleMap {
	width: 500px;
	height: 350px;
	border-radius: 10px;
}
/* End Contact section */

/* Start Footer */
.footer-wrapper {
	background: #212121;
	color: #fff;
}
.footer-wrapper .footer {
	padding: 40px;
}
.footer-wrapper .footer .about-us h3 {
	line-height: 2em;
}
.footer-wrapper .footer .about-us p {
	line-height: 1.7em;
}

#basebar .social-media a {
	display: inline-block;
    font-size: 18px;
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px;
    border: 2px solid #ccc;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
#basebar .social-media #facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}
#basebar .social-media #twitter:hover {
	background-color: #55acee;
	border-color: #55acee;
}
#basebar .social-media #google:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
#basebar .social-media #linkedin:hover {
	background-color: #007bb5;
	border-color: #007bb5;
}
#basebar {
	background-color: #1a1a1a;
	padding: 10px;
}
#basebar .copyrights {
	margin-top: 5px;
	color: #999;
}
#basebar .copyrights .temp {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
#basebar .copyrights .temp:hover, #basebar .copyrights .temp:focus {
	text-decoration: none;
	color: #27ae60;
}
#basebar .love i {
	color: #e54c4c;
}
#basebar .coder {
	color: #e54c4c;
	transition: all 0.3s ease-in-out;
}
#basebar .coder:hover {
	text-decoration: none;
	color: #27ae60;
}
/* End Footer */

/* Start Responsive design */

@media (max-width: 768px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-resizable {
		width: 100%!important;
	}
	.navbar-up {
		border-bottom: 2px solid #27ae60;
		height: 40px;
	}
	.navbar-up .navbar-nav > li > a {
		line-height: 1.4em;
	}
	.navbar-default .navbar-collapse {
		background-color: #27ae60;
		border-color: transparent;
	}
	.navbar-collapse .nav {
		text-align: center;
		float: none!important;
	}
	.navbar-collapse .nav > li > a {
		color: #fff;
	}
	.navbar-collapse .nav > li > a:hover {
		background-color: #fff;
		color: #27ae60;
	}
	.navbar-default .navbar-toggle {
		background-color: transparent;
		border: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		color: #27ae60 !important;
	}
	.navbar-up .navbar-brand img {
		height: 50px;
	}
	.navbar-transparent .navbar-brand>img {
		margin: -10px;
	}
	.intro .intro-box {
		display: none;
	}
	.portfolio .work-item {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.portfolio .work-item img {
		width: 100%;
	}
	.buy-theme .buy-now {
		text-align: center;
		line-height: 1.6em;
	}
	.buy-theme .btn-trans {
		width: 100%;
	}
	.team .team-member {
		padding-bottom: 15px;
	}
	.team .team-member img {
		width: 100%;
	}
	.contact .contact-info ul {
		margin: 0;
	}
	.contact #googleMap {
		width: 100%;
	}
	.done-work .done-work-item {
		padding-bottom: 25px;
	}
	.input-trans {
		margin-bottom: 10px;
	}
	.textarea-trans {
		margin-top: 0;
	}
	.footer-wrapper .footer {
		padding: 40px 0;
	}
	#basebar {
		text-align: center;
	}
	#basebar .love {
		width: 100%;
	}
	#basebar .social-media {
		text-align: center;
		float: none;
	}
	#basebar .social-media a {
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-header { 
		float: none; 
	} 
	.navbar-left,.navbar-right {
		float: none !important; 
	} 
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-toggle .icon-bar {
		width: 30px;
	}
	.navbar-toggle {
		display: block;
	} 
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); 
	} 
	.navbar-fixed-top { 
		top: 0; border-width: 0 0 1px; 
	} 
	.navbar-collapse.collapse { 
		display: none!important; 
	} 
	.navbar-nav { 
		float: none!important; margin-top: 7.5px; 
	} 
	.navbar-nav>li { 
		float: none; 
	} 
	.navbar-nav>li>a { 
		padding-top: 10px; 
		padding-bottom: 10px; 
	} 
	.collapse.in { 
		display:block !important; 
	}
	.navbar-up .navbar-toggle {
		margin-top: 8px;
	}
	.navbar-up .navbar-toggle .icon-bar {
		background-color: #888;
	}
	.navbar-up .navbar-nav > li > a {
		line-height: 2em;
	}
	.navbar-transparent .navbar-brand>img {
		margin: 0;
	}
	.team .team-member img {
		height: 460px;
	}
	#basebar .social-media a {
		float: none;
	}
}

/* End Responsive design 