/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
BIG BACKGROUND SECTION
PORTFOLIOS SECTION
TEAM SECTION
FOOTER SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
    color: #7d7d7d;
    font-family: "open sans", Cairo, sans-serif;
    font-size: 14px;
    line-height: 2.2;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	font-family: 'Playfair Display', Cairo, serif;
	color: #000;
	line-height:1.4;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}

.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}
.content {
    padding: 100px 0;
}
.open-text{font-style:italic;}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/preloader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}
.content-title {
    font-family: Cairo, "Rubik",sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin:5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.sub-title {
    color: #888888;
    font-family: Cairo, rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
	padding-left: 60px;
}
.big-title {
    font-size: 25px;
    margin: 5px 0 40px;
    text-transform: capitalize;
	padding-left: 60px;
}
.sub-text {
    color: #4e4e4e;
    font-family: Cairo, "Cormorant Garamond",serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
}
.content-subtitle {
    color: #888888;
    font-family: Cairo, "Cormorant Garamond",serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    margin: auto auto 40px;
    max-width: 600px;
    text-align: center;
}
.go-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.go-btn:hover{background:#888888;color:#fff;}
.opener-text {
    color: #888888;
    font-family: rubik;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-border {
    background: #b9b9b9 none repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: auto auto 20px;
    width: 1px;
}
.content-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.box-relative{position:relative;}


/*-----------------------------HEADER SECTION-----------------------------------*/
.top-logo {
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}
.top-logo > a {
    display: inline-block;
}
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}
.logo {
    display: none;
}
.is-sticky .logo {
	display:block;
    float: right;
    max-width: 20%;
}
.menu-box {
    float: none;
    margin: auto;
    max-width: 80%;
    text-align: center;
}
.is-sticky .menu-box {
    float: left;
    max-width: 80%;
    text-align: right;
}
.navigation {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	direction: rtl;
}
.navigation li {
    display: inline-block;
}
.navigation li a {
    color: #909090;
    display: block;
    font-family: Cairo, 'Rubik', sans-serif;
    font-size: 12px;
    padding: 15px 17px;
    text-transform: uppercase;
}
.navigation li a:hover{color:#fff;}
.navigation .current a{color:#fff;}
.for-sticky {
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
	z-index:9999;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .for-sticky {
    background: #000 none repeat scroll 0 0;
}
.box-mobile {
	float: left;
	padding-left: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    width: 30px;
    z-index: 3;
	font-size:14px;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider-box{overflow:hidden;}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.slider-mask {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide {
    position: relative;
	text-align:center;
}
.slider-border {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    margin-bottom: 30px;
    opacity: 0.5;
    width: 1px;
}
.caption-box h3 {
    color: #fff;
    font-family: Cairo, 'Rubik', sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.slide p {
    font-family: Cairo, "Cormorant Garamond",serif;
    font-size: 18px;
    line-height: 2;
	opacity:0.7;
    margin: 0 auto 40px;
    max-width: 1000px;
	direction: rtl;
}
.slide-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.slide-btn:hover{
	background:#000;
	color:#fff;
}
.caption-box {
    color: #fff;
    padding: 16% 30px;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    padding-right: 80px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}
#home .owl-page.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}
#home .owl-page span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100px;
    display: inline-block;
    height: 5px;
    text-align: center;
    width: 5px;
}
#home .owl-page {
    display: inline-block;
    height: 30px;
    line-height: 25px;
	text-align: center;
    margin: 2px;
    width: 30px;
}
#home .owl-buttons {
    height: 80px;
    margin-top: -80px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 2;
}
#home .slide-nav.inright {
    left: 122px;
}
#home .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 40px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#home .slide-nav:hover{color:#000;border-color:#fff;background-color:#fff;}

/*-----------------------------PORTFOLIOS SECTION-----------------------------------*/
.port-filter {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
	direction: rtl;
}
 @media screen and (max-device-width: 480px){
	.port-item {
		max-width: 100%;
	}
}
.port-filter li {
    display: inline-block;
    margin: 0 3px;
}
.port-filter a {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 13px 20px;
    text-transform: uppercase;
}
.port-filter .active,.port-filter a:hover{
	background:#000;
	color:#fff;
}
.port-content {
    padding: 20px 40px 20px 0;
    position: relative;e
}
.port-content i {
    position: absolute;
    right: 0;
    top: 35px;
}
.port-content h3 {
    font-size: 22px;
    margin: 0 0 3px;
    padding-right: 60px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.port-cat {
    color: #888888;
    font-family: Cairo, rubik;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding-right: 60px;
    text-transform: uppercase;
}
.port-content i {
    position: absolute;
    right: 0;
    top: 20px;
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    text-align: center;
    width: 40px;
}
.port-ajax {
    display: block;
    position: relative;
}
.port-hov {
    background: rgba(255,255,255,0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.port-hov:hover{opacity:1;}
.port-hov i {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.worksajax .content{
	padding-bottom:0;
	direction: rtl;
}
.content .close {
    float: left;
    color: #940000;
    font-size: 50px;
}
.portfolio-body{
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery div{width:33.3%;float:left;}
.portfolio-gallery a{position:relative;display:block;}
.portfolio-gallery a span {
    background: rgba(255,255,255,0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery a span:hover{opacity:1;}
.portfolio-gallery a i {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.work-content .slide-nav.inright {
    left: 65px;
}
.work-content .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    left: 20px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.work-content  .big-title{margin-bottom:0;}
.work-content .slide-nav:hover{color:#000;border-color:#fff;background-color:#fff;}
/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {position:relative;overflow:hidden;}
.para-img {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.no-para .para-img {
	background-attachment: scroll;
}
.bg1 .para-img{
	background-image: url("../images/bg/1.jpg");
}
.bg2 .para-img{
	background-image: url("../images/bg/2.jpg");
}
.bg3 .para-img{
	background-image: url("../images/bg/3.jpg");
}
.big-text {
	color: #ffffff;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: 0;
}
.bg-title {
    color: #fff;
    font-family: Cairo, "Rubik",sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.bg-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 32px;
    margin: auto auto 40px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.bg-text {
    font-family: Cairo, "Cormorant Garamond",serif;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto 40px;
    max-width: 1000px;
    opacity: 0.7;
	direction: rtl;
}
.bg-sub{
	margin-bottom: 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
.team-box .opener-text {
    font-size: 15px;
}
.team-box .content-title {
    font-size: 27px;
    padding: 0 30px;
}
.small-icon {
    display: block;
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
	margin:auto;
}
.team-box .content-subtitle {
    padding: 0 30px;
}
.team-relative {
    background: #000 none repeat scroll 0 0;
    position: relative;
}
.team-relative  img{
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.team-relative:hover  img{
    opacity: 0.5;
}
.team-absolute {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index:3;
}
.team-name {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin: 0;
}
.team-post {
    font-family: rubik;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 3px;
    opacity: 0.6;
    text-transform: uppercase;
}
.team-relative .slider-border {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social > li {
    display: inline-block;
}
.team-social a {
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 29px;
    opacity: 0.7;
    width: 35px;
}
.team-social a:hover{
	border-color:#fff;
	color:#000;
	background:#fff;
	opacity:1;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #000  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
	direction: rtl;
}
.footer .col-md-6 {
    float: right;
}
.footer-box {
    float: left;
}
.footer-icon a {
    background: #141414 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	border-radius:100px;
}
.footer-icon > li {
    display: inline-block;
}
.footer-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.footer a{color:#666;}
.footer a:hover{color:#fff;}
.footer-icon a:hover{color:#fff;background:#888888 ;}
.footer p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (min-width:768px) and (max-width:1024px) {
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: right;
    max-width: 50%;
}
.footer,.footer-icon{text-align:center;}
}
@media (max-width: 767px) {
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: right;
    max-width: 50%;
}
.port-filter a,.post-detail > li {
    margin-bottom: 5px;
}
.footer,.footer-icon{text-align:center;}
}
@media (max-width: 600px) {
	#home .owl-pagination,#home .owl-buttons {
    display: none;
}
.caption-box h3 {
    font-size: 22px;
}
.slide p,#home .slider-border{display:none;}

}

/*----------------------------STUFF-----------------------------------*/

.fa-play {
    color: #FE0000 !important;
    font-size: 18px !important;
    padding-left: 4px;
}

.fa-star {
	color: #FFDF00 !important;
    font-size: 18px !important;
    padding-left: 4px;
}

.fa-photo {
	color: MediumAquamarine !important;
}

.logos a {
  background: initial !important;
}

.logos .active a, .logos a:active, .logos a:hover {
  background: #888888 none repeat scroll 0 0 !important;;
}

.logos img {
    filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
}

.logos .active img {
    filter: initial;
	-webkit-filter: initial;
	-webkit-filter: initial;
	filter: initial;
}
