@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.droid-arabic-kufi {
  font-family: 'Droid Arabic Kufi', serif;
}
body {
	font-family: 'Droid Arabic Kufi', serif;
	 /* font-family: 'Arial', sans-serif; */
	color: #727E8C;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
i{
color:#d4a76c;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 15px;
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
}
.btn {
	/* text-transform: uppercase; */
	border-radius: 0;
	font-size: 14px;
	/* letter-spacing: 1px; */
}
.icon-size {
	font-size: 36px;
}
.vv {
	width: 45%;
	float: left;
}
.vv i {
	font-size: 64px;
	margin-bottom: 30px;
	color: #d4a76c;
	display: inline-block;
}
.vv h4 {
	margin-bottom: 15px;
}
.vv p {
	margin-bottom: 0;
}
.projects {
	position: relative;
	min-height: 500px;
}
.project-1 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-two.jpg);
	background-size: cover;
	background-position: center;
}
.project-2 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-one.jpg);
	background-size: cover;
	background-position: center;
}
.project-3 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-three.jpg);
	background-size: cover;
	background-position: center;
}
.project-4 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-four.jpg);
	background-size: cover;
	background-position: center;
}
.project-5 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-five.jpg);
	background-size: cover;
	background-position: center;
}
.project-6 {
	background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0,.45) ), url(../img/project-six.jpg);
	background-size: cover;
	background-position: center;
}
.project-name {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #fff;
}
.project-name p {
	color: #D4A867;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
}
.view-more {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #fff;
}
.project-name h2 {
	color: #fff;
}
.cc {
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: rgba(212, 168, 103, 0.4);
}
.cc i {
	font-size: 55px;
	display: inline-block;
	margin-bottom: 30px;
}
.cc h4 {
	color: #fff;
}
.cc h4 {
	margin-bottom: 15px;
}
.author-thumb img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-right: 20px;
}
.author-name h5 {
	margin-bottom: 0;
}
.author-name p {
	margin-bottom: 0;
	font-size: 13px;
	color: #D4A867;
}
.bg-con {
	background: #555 url(../img/form-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.owl-carousel .lead {
	margin-bottom: 35px;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}
.nn h4 {
	color: #D4A867;
	font-size: 60px;
}
.ss p{
color: #D4A867;
}
.social-icons{
	transition:all 0.3s ease;
padding:10px 15px;
color:#fff;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(212, 168, 103, 0.4);
	cursor:pointer;
	margin:0 5px;
}
.social-icons:hover{
border-color: rgba(212, 168, 103, 0.9);
background-color:rgba(212, 168, 103, 0.4);
}
.social-icons:hover i{
	color:#fff;
}
.mm li{
padding:5px 0;
color: rgba(255, 255, 255, 0.4);
}
.mm li a{
color: rgba(255, 255, 255, 0.4);
}
.mm li a:hover{
color: #D4A867;
text-decoration:none;
}
.bb{
height:1px;
background-color:rgba(255, 255, 255, 0.1);
}
.qq{
width:90px;
height:2px;
background-color:#D4A867;
}
.hh{
position:relative;
cursor:pointer;
}
.border-top22{
	cursor:pointer;
transition:all 0.3s ease;
position:absolute;
width:88%;
height:92%;
box-sizing:border-box;
margin:6%;
border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: rgba(212, 168, 103, 0.3);
}
.border-top22:hover{
border-color: rgba(212, 168, 103, 0.9);
}
.ff{
margin-top:55px;
}