:root {
	--main-transtion: .5s ease;
}

@font-face {
	font-family: 'Brown-Bold';
	src: url('../fonts/Brown-Bold.eot');
	src: local('☺'),
		url('../fonts/Brown-Bold.woff') format('woff'),
		url('../fonts/Brown-Bold.ttf') format('truetype'),
		url('../fonts/Brown-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proximanova-bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
		url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'proximanovacond-regular';
	src: url('../fonts/proximanovacond-regular-webfont.eot');
	src: url('../fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proximanovacond-regular-webfont.woff') format('woff'),
		url('../fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
		url('../fonts/proximanovacond-regular.svg#proximanovacond-regular') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'proximanovacond-light';
	src: url('../fonts/proximanovacond-light-webfont.eot');
	src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
		url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
		url('../fonts/proximanovacond-light.svg#proximanovacond-light') format('svg');
}

@font-face {
	font-family: 'LyonText-RegItalic';
	src: url("../fonts/Lyon Text Web-Regular Italic.eot");
	src: url("../fonts/Lyon Text Web-Regular Italic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Lyon Text Web-Regular Italic.woff") format("woff"),
		url("../fonts/Lyon Text Web-Regular Italic.ttf") format("truetype"),
		url("../fonts/Lyon Text Web-Regular Italic.svg#LyonText-RegItalic") format("svg");
}

/** Generated by FG **/
@font-face {
	font-family: 'Saint-Andrews-Queen';
	src: url('../fonts/Saint-Andrews Queen.eot');
	src: local('☺'),
		url('../fonts/Saint-Andrews Queen.woff') format('woff'),
		url('../fonts/Saint-Andrews Queen.ttf') format('truetype'),
		url('../fonts/Saint-Andrews Queen.svg#Saint-Andrews-Queen') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* general classes */
.italic {
	font-family: 'LyonText-RegItalic';
	text-transform: lowercase;
}
.capitalize{
	text-transform: capitalize!important;
}
.main-btn {
	font-family: 'Brown-bold';
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 15px;
	margin-top: 15px;
	color: #002b36;
	border: 2px solid #002b36;
	border-radius: 0;
	letter-spacing: 3px;
}

.main-btn:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .2);
	background-color: #008691;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.scroll-content{
	overflow: hidden;
}
/* start pages styles */
body {
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.body-overflow {
	overflow: hidden;
}

header {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	z-index: 10;
	transition: padding var(--main-transtion), background-color var(--main-transtion);
	will-change: padding, background-color;
}

/* sticky */
/*
header.sticky {
	padding: 15px 0;
	background-color: #021f27;
 	transition: padding var(--main-transtion),
	background-color var(--main-transtion);
}

header.sticky .logo {
	width: 35%;
	transition: width var(--main-transtion);
}
header.sticky .header-social{
	margin-top: 0;
}
header.sticky .header-social svg {
	width: 35px;
	transition: width var(--main-transtion);
}
header.sticky .header-social svg.vimeo{
	width: 31px;
}
header.sticky .header-social-icon {
	fill: #fff;
	transition: fill var(--main-transtion);
}
header.sticky .nav{
	margin-top: -30px;
}
 
header.sticky .nav-icon.open span:nth-child(1) {
	left: 3px;
	top: 9px;
}
header.sticky .nav-icon.open span:nth-child(2) {
	left: calc(50% - 4px);
	top: 10px;
}
header.sticky .nav-icon span:nth-child(3),
header.sticky .nav-icon span:nth-child(4) {
	top: 13px;
}

header.sticky .nav-icon span:nth-child(5),
header.sticky .nav-icon span:nth-child(6) {
	top: 26px;
}

header.sticky .nav-word {
	opacity: 0;
	visibility: hidden;
	transition: visibility var(--main-transtion), opacity var(--main-transtion);
}
header.sticky .lang_btn{
	opacity: 0;
	visibility: hidden;
	transition: visibility var(--main-transtion), opacity var(--main-transtion);
}

*/


.logo {
	width: calc(35% - 15px);
	transition: width var(--main-transtion);
}

.logo:first-child {
	margin-right: 15px;
	width: 30%;
}

.nav-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
    margin-top: -15px;
}

.social-icons {
	margin-right: 5px;
	margin-top: 25px;
}

.social-icons svg {
	width: 35px;
	transition: width var(--main-transtion);
}
svg.vimeo {
	width: 36px;
}
.header-social-icon {
	fill: #99ded8;
	transition: fill var(--main-transtion);
}

.header-social a:hover {
	text-decoration: none;
}

.header-social a:hover .header-social-icon {
	fill: #fff;
}
.lange-btn {
	padding-bottom: 7px;
	color: #fff;
 	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.lange-btn a.lang_btn{
	background-color: transparent;
    color: #fff;
/*
 	padding: 5px;
	font-size: 18px;
	line-height: 20px;
*/
	 
}
.lange-btn a.lang_btn:hover{
	color: #008691;
	text-decoration: underline;
}
.nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}

.nav-content {
	position: fixed;
	width: 100vw;
	height: 0;
	top: 0;
	left: 0;
	padding: 50px 0;
	background-color: #003d4e;
	opacity: .98;
	transform: translate(0, -100%);
	z-index: 9;
}

.nav-content .container {
	position: relative;
	overflow: hidden;
	height: 100%;
	text-align: left;
}

.nav-logo {
	position: relative;
	width: 24%;
	opacity: 0;
	transform: translate(0, -200px);
}

.nav-img {
	position: absolute;
	height: calc(100vh - 100px);
	max-height: 700px;
	top: 0;
	opacity: 0;
	transform: translate(50px, 0);
}

.nav-content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 50px;
}

.nav-content .nav-item {
	/* margin: 10px 0; */
}

.nav-content .nav-link {
	display: inline-block;
	padding: 0;
	font-family: 'proximanova-bold';
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition: color .25s ease-in-out;
}

.nav-content .nav-link:hover {
	color: #008691;
	transition: color .25s ease-in-out;
}

.nav-content .nav-link.active {
	color: #008691;
}

.nav-word {
	position: absolute;
	top: calc(100% + 15px);
	right: -10px;
	font-family: 'Brown-Bold';
	text-transform: uppercase;
	letter-spacing: 5px;
	transform: rotate(-90deg);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.nav-icon {
	position: relative;
	justify-content: start;
	width: 55px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

.nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(2) {
	top: 0px;
}

.nav-icon span:nth-child(3),
.nav-icon span:nth-child(4) {
	top: 12px;
}

.nav-icon span:nth-child(5),
.nav-icon span:nth-child(6) {
	top: 24px;
}

.nav-icon.open {
	z-index: 10;
}

.nav-icon.open span:nth-child(1),
.nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-icon.open span:nth-child(2),
.nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(1) {
	left: 5px;
	top: 6px;
}

.nav-icon.open span:nth-child(2) {
	left: calc(50% - 7px);
	top: 7px;
}

.nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.nav-icon.open span:nth-child(5) {
	left: 5px;
	top: 22px;
}

.nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 23px;
}
/* #app {
	position: fixed!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */
.banner-container {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 680px;
	overflow: hidden;
}
.hero {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../../img/top-section-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* transform: scale(0.5); */
}
.inner-banner-container{
	width: 100%;
	height: auto;
}
.inner-banner-container .hero {
	position: relative;
	height: 120px;
	background-position-y: 50%;
	z-index: 1;
}
.banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-img {
	position: absolute;
	height: 80%;
	bottom: 0;
	right: 50px;
	z-index: 3;
	filter: grayscale(1);
	transition: filter .35s ease;

}
.banner-img:hover{
	filter: grayscale(0);
	transition: filter .35s ease;
}
.work-container {
	position: absolute;
	bottom: 10%;
	color: #fff;
	z-index: 2;
}

.work-container h1 {
	font-family: 'Brown-bold';
	text-transform: uppercase;
	font-size: 1rem;
}

.work-name {
	width: 100%;
	font-family: 'Saint-Andrews-Queen';
	font-size: 5rem;
	text-transform: capitalize;
}

.work-year {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .2);
}

.work-year span {
	position: relative;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
}

.work-year span:first-child {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.work-breif {
	width: 50%;
	margin-top: 15px;
	font-size: 18px;
}
/* main page content */
.bio {
	position: relative;
	background-color: #eaeaea;
	overflow: hidden;
}
.inner-bio{
	padding-bottom: 60px;
}
.inner-bio .bio-breif {
	font-family: 'proximanovacond-regular';
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .5px;
	margin-top: 15px;
	text-transform: inherit;
}
.bio-img{
	position: relative;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	
}
.bio-img img{ 
	position: relative;
	top: 20px;
	z-index: 2;
	width: 100%;
}
.bio-container{
	position: relative;
	margin: 20px 0 50px 0;
}
.bio-container h2{
	font-family: 'Brown-bold';
	font-size: 14px;
	text-transform: uppercase;
	color: #003d4e;
}
.inner-bio-img{
	position: relative;
	margin: 100px 0 50px 0;
}
.inner-bio-img img {
    position: relative;
    top: 0;
    z-index: 2;
    width: 86%;
}

.bio-header{
	font-family: 'Saint-Andrews-Queen';
	font-size: 4rem;
	text-transform: capitalize;
	color: #008691;
}
.bio-breif{
	color: #003d4e;
	font-family: 'Brown-bold';
	font-size: 15px;
	line-height: 25px;
}
/* home portfolio */
.portofolio{
	position: relative;
	padding: 50px 0;
	background-image: url('../img/filmography-bg.jpg');
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
}
.portofolio h2 {
	font-family: 'Brown-bold';
	font-size: 14px;
	text-transform: uppercase;
	color: #003d4e;
}
.portofolio-header{
	font-family: 'Saint-Andrews-Queen';
	font-size: 4rem;
	text-transform: capitalize;
	color: #008691;
	margin-top: 100px
}
.portofolio-item{
	display: block;
	position: relative;
	margin: 0 15px;
	color: #000;
	transition: color .25s ease;
	z-index: 2;
}
.portofolio-item:hover{
	text-decoration: none;
	color: #fff;
	transition: color .25s ease;
}
.portofolio-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #36424b;
	z-index: -1;
}
.portofolio-item-details{
	position: relative;
	font-family: 'Brown-bold';
	font-size: 14px;
	color: #008691;
	margin-top: 10px;
	text-transform: capitalize;
}
.portofolio-item-details span{
	display: block;
	color: #003d4e;
	text-transform: capitalize;
}
.owl-carousel.owl-drag .owl-item {
	height: 250px;
}
.owl-carousel .owl-item img{
	display: block;
	/* height: 100%; */
	/* max-height: 100%; */
	object-fit: cover;
	width: initial;
	margin: 0 auto;
}
.work-stills .owl-carousel .owl-item img{
	height: 100%;
	max-height: 100%;
}
.owl-nav{
	display: block!important;
}
.owl-prev{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: -10px;
}
.owl-next{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: -10px;
}
/* inner page global styles */
.inner-page{
	position: relative;
	min-height: 100vh;
	width: 100%;
	background-color: #eaeaea;
	padding: 30px 0;
	overflow: hidden;
}
.inner-page-header{
	width: 100%;
	color: #003d4e;
	text-transform: capitalize;
	overflow: hidden;
}
/* innder gallery page */
.grid{
	width: calc(100% - 15px);
	margin-left: 15px;
}
.grid-item{
	width: calc(25% - 15px);
	margin: 7.5px;
	text-align: center;
	overflow: hidden;
}
.grid-item:nth-child(even) {
	height: 250px;
}
.grid-item:nth-child(odd){
	height: 200px;
}
.grid-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.modal-open {
	padding: 0!important;
}
.modal-open .modal{
	overflow-y: scroll;
}
/* protofolio inner page */
.inner-portofolio-container{
	position: relative;
	width: 100%;
	/* width: calc(100% - 30px); */
	/* margin-top: 15px; */
	float: left;
}
.portofolio-filter{
	/* vertical filter */
    /* padding: 0;
    list-style-type: none;
    margin: 0;
    transform: rotate(-90deg);
	width: 30px;
	height: 100%; */
    /* overflow: hidden; */
    /* position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 15px; */
	/* horizantal filter */
	/* padding: 0; */
	display: flex;
	flex-direction: row;
    list-style-type: none;
}
.portofolio-filter li{
	margin: 0 15px 0 0;
	text-transform: capitalize;
	cursor: pointer;
}
.portofolio-filter li.active{
	color: #008691;
}
.portofolio-filter li:hover{
	color: #008691;
}
.card{
	position: relative;
	border: 1px solid transparent;
	background-color: transparent;
	float: left;
	margin-bottom: 10px;
	min-height: 300px;
	text-decoration: none;
	color: initial;
	cursor: pointer;
	overflow: hidden;
}
.card__img{
	position: relative;
	height: 200px;
	border-radius: 5px;
	overflow: hidden;
}
.card__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform: scale(1.2);
}
.card:hover .card__img img {
	transition: transform .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform: scale(1);
}
.card__header {
	font-family: 'Brown-Bold';
	font-size: 20px;
	margin-top: 10px;
	color: #008691;
	text-transform: capitalize;
}
.card__subheader{
	font-size: 18px;
	color: #003d4e;
	text-transform: capitalize;
}
.card__overlay{
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 30%;
	height: 50%;
	opacity: 0;
	visibility: hidden;
	animation: cardAnimationout .5s alternate cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.card:hover{
	text-decoration: none;
}
.card:hover .card__overlay{
	visibility: visible;
	animation: cardAnimationin .5s alternate cubic-bezier(0.77, 0, 0.175, 1) forwards ;
}
.filteritem{
	display: none;
}
.modal-title{
	text-transform: capitalize;
}
.card .commercial-play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%) scale(1)!important;
	
    z-index: 1;
}
@keyframes cardAnimationin{
	0%{
		opacity: 1;
		background-color: rgba(0, 0, 0, .2);
		transform: translate(-50%, -50%) scale(0);
	}
	100%{
		opacity: 1;
		background-color: rgba(0, 0, 0, .3);
		transform: translate(0, 0) scale(6);
	}
}
@keyframes cardAnimationout{
	from{
		opacity: 1;
		background-color: rgba(0, 0, 0, .3);
		transform: translate(0, 0) scale(6);
	}
	to{
		opacity: 0;
		background-color: rgba(0, 0, 0, 0);
		transform: translate(-50%, -50%) scale(0);
	}
}
/* inner sketches */

.sketches-container .row {margin: 0px}

.inner-portofolio-item{
	position: relative;
	margin: 15px 0;
	text-align: center;
}
.inner-portofolio-item::before{
	content: '';
	position: absolute;
	width: 93%;
	height: 70%;
	transform: translate(-50% , -60%);
	top: 50%;
	left: 50%;
	border: 1px solid #36424b;
	z-index: 0;
	transition: border .25s ease;
}

/*
.inner-page .inner-portofolio-item::before{
	content: '';
	position: absolute;
	width: 95%;
	height: 70%;
	transform: translate(-50% , -60%);
	top: 50%;
	left: 50%;
	border: 1px solid #36424b;
	z-index: 0;
	transition: border .25s ease;
}
*/
.inner-page .portofolio-item-details {margin-left: 0px}

.inner-portofolio-item img{
    position: relative;
	z-index: 2;
	height: 100%;
    max-height: 350px;
    max-width: 100%;
    object-fit: cover;
}
.inner-portofolio-item .portofolio-item-details{
	text-align: left;
	margin-left: 10px;
	text-transform: capitalize;
}

.inner-page .portofolio-item-details {margin-left: -5px} 

.inner-portofolio-item:hover{
	text-decoration: none;
}
.inner-portofolio-item:hover::before {
	border: 1px solid #fff;
	transition: border .25s ease;
}
.fr-info-padder{
	text-align: center;
	text-transform: capitalize;
}
/* film page */
.film-hero{
	position: relative;
	background-image: url(../img/wahet-el-ghoroub-poster.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 250px;
}
.back-btn{
	position: relative;
	margin: 0 0 20px 0;
	padding: 5px 15px;
	display: inline-block;
	text-transform: capitalize;
	background-color: #021f27;
	color: #fff;
	border-radius: 5px;
	transition: var(--main-transtion);
}
.back-btn:hover{
	color: #021f27;
	text-decoration: none;
	background-color: #99ded8;
	transition: var(--main-transtion);
}
.work-img{
	position: relative;
	overflow: hidden;
	max-height: 350px;
	cursor: pointer;
}
.trailer-play-icon{
	position: absolute;
	width:  70px;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.work-img .work-img-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.work-info{
	font-family: 'Brown-Bold';
	color: #003d4e;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
}
.work-title{
	font-family: 'Brown-Bold';
	text-transform: capitalize;
	font-size: 24px;
}
.work-synopsis p{
	font-size: 16px;
	margin: 5px 0;
}
.work-synopsis span{
	display: block;
}
.work-stills{
	margin-top: 30px;
}
.work-stills h2{
	text-transform: capitalize;
}
.work-stills .owl-nav button{
	width: 35px;
	/* display: none!important; */
}
.work-stills .owl-prev{
	left: -40px;
}
.work-stills .owl-next{
	right: -40px;
}
.work-still{
	margin-bottom: 30px;
}

.modal-body iframe{
    width: 100%;
    min-height: 260px;
}
/* press release page */
.press_card{
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 15px 0;
	overflow: hidden;
}
.press_card_img{
	position: relative;
	width: 100%;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.press_card_img img{
	position: relative;
    width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2);
	backface-visibility: hidden;
	filter: contrast(90%);
	transition: filter .3s ease-in,
	transform .3s ease-in;
}
.card_content{
	padding: 15px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'Brown-bold';
    font-size: 14px;
    text-transform: capitalize;
	color: #003d4e;
	height: 135px;
	position: relative;
}
.press_card_header{
	font-size: 16px;
}
.press_card_pragraph{
    font-size: 15px;
}
.press_card:hover .press_card_img img{
	filter: contrast(100%);
	transform: scale(1);
	transition: filter .3s ease-in,
	transform .3s ease-in;
}
.press_card_date{
	text-align: right;
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.press_card_btn{
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.press_card_btn a{
	color: #008691;
}
.press-inner-page{
	color: #021f27;
}
.press-inner-header{
	font-size: 28px;
	display: block;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-family: 'proximanova-bold';
	
}
.press-inner-img{
	width: 75%;
	height: 350px;
	overflow: hidden;
}
.press-inner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.press-inner-bodytext{
	font-size: 18px;
	margin-top: 15px;
	font-family: 'proximanovacond-regular';

}
.press-inner-date{
	display: block;
	margin: 15px 0;
	font-family: 'Brown-Bold';
}
.press-content{
	text-align: center;
	
}
/* contact */
.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #999;
	background-color: transparent;
	outline: none;
	padding-left: 0;

}
.contact-form input:focus,
.contact-form textarea:focus {
	border-bottom: 2px solid #021f27;
	background-color: transparent;
	outline: none;
	box-shadow: none;
		overflow: hidden;
		padding-left: 0;
}
.contact-form label {
	position: absolute;
	top: 0;
	font-size: 16px;
	transition: all .25s ease-in-out;
}
.labelAnimation {
	font-size: 10px;
	color: #003d4e;
	top: -30px!important;
	transition: all .25s ease-in-out;
}
.contact_social p span{
	/* width: 75px; */
	display: inline-block;
}
.contact_social svg {
	width: 35px;
}
.contact_social svg .header-social-icon {
	fill: #021f27;
}
/* 404 */
.page404{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page404 h1{
	font-size: 8rem;
	text-align: center;
}
.page404 pre {
	font-size: 2rem;
	text-align: center;
}
.page404 .button {
	display: inline-block;
	border: 1px solid #008691;

}
/* footer */
footer{
	position: relative;
	background-image: url('../img/footer-bg.jpg');
	background-size: cover;
	background-repeat: repeat;
	padding: 15px 0;
	color: #fff;
	font-family: 'proximanovacond-light';
}
footer.inner-footer{
	background-image: url('../img/inner-footer-bg.jpg');
}
footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.terms a{
	color: #fff;
	margin: 0 5px;
}
.mad-solutions{
	text-align: right;
}
.footer-social{
	margin-top: 5px;
	margin-right: 0;
}
.footer-social-icon {
	fill: #939393;
	transition: fill var(--main-transtion);
}
.footer-social a:hover {
	text-decoration: none;
}

.footer-social a:hover .footer-social-icon {
	fill: #fff;
}











/* for mobiles */
@media (max-width: 992px) {
	.header-social svg{width: 35px;position: relative;}
	.nav-word{display: none;}
	.nav-icon{width: 50px;}
	.nav-icon span:nth-child(3),
	.nav-icon span:nth-child(4) {top: 13px;}
	.nav-icon span:nth-child(5),
	.nav-icon span:nth-child(6) {top: 26px}
	.nav-icon.open span:nth-child(2),
	.nav-icon.open span:nth-child(1) { top: 13px}
	.banner-container{
		height: auto;
		max-height: none;
		background-size: auto;
	}
	.work-container{
		position: relative;
		bottom: 0;
		margin-top: 20%;
	}
	.banner-img{
		position: relative;
		width: 100%;
		height: auto;
		float: right;
		right: 0;
		margin-top: 15px;
	}
	.work-breif{margin: 5px 0 0 0;}
	.work-year{font-size: 14px;}
	.work-container h1{font-size: 14px;}
	.work-name{font-size: 3rem;}
	.work-breif{width: 90%; font-size: 14px;}
	.main-btn{font-size: 12px; padding: 5px 10px;}	
	.bio{padding: 30px 0; overflow: hidden;}
	.bio-container{margin: 0;}
	.bio-img img{position: relative;}
	.bio-header{font-size: 4rem; margin-left: 15px;}
	.bio-breif, .inner-bio .bio-breif{font-size: 16px; line-height: 28px; width: 100%;}
	.portofolio-header{font-size: 2.5rem;}
	.social-icons svg{width: 35px;}
	/* inner gallery page */
	.grid-item{width: calc(33.33% - 10px); margin: 5px}	
	/* inner sketch page */
	.inner-portofolio-item .portofolio-item-details{text-align: center; margin-left: 0;}
}

@media (max-width: 767px){
	/* header.sticky .logo{width: calc(50% - 15px);} */
	header.sticky .nav-icon{width: 40px; height: 22px;}
	header.sticky .nav-icon span{height: 2px;}
	header.sticky .nav-icon span:nth-child(3),
	header.sticky .nav-icon span:nth-child(4) {top: 10px;}
	header.sticky .nav-icon span:nth-child(5),
	header.sticky .nav-icon span:nth-child(6) {top: 20px}
	header.sticky .nav-icon.open span:nth-child(1) {left: 5px;}
	header.sticky .nav-icon.open span:nth-child(2) {left: calc(50% - 4px);}	
	header.sticky .nav-icon.open span:nth-child(6){left: calc(50% - 4px);}
	header.sticky .nav-icon.open span:nth-child(5){ left: 6px;}
	header.sticky .logo { width: 40%}
	.nav-content .nav-link{font-size: 22px;}
	.header-social { display: none;}
	.nav-logo{width: 60%;}
	.logo{width: calc(50% - 15px);}
	.bio-img{left: 0;}
	.bio-img img{top: 0;}
	.bio-container{margin-top: 30px;}
	.inner-bio-img{margin: 30px 0;}
	/* .owl-nav{display: none!important;} */

	.portofolio-item-details{text-align: center;}
	.work-container{ margin-top: 40%;}
	.work-container h1{font-size: 12px;}
	.work-name{font-size: 2.5rem;}
	.work-year{font-size: 12px;}
	.portofolio{padding: 30px 0 0 0}
	footer{padding: 10px 0;}
	footer .container{display: block; text-align: center;}
	.copyright , .terms {margin: 5px 0; font-size: 14px;} 
	.mad-solutions{text-align: center; margin: 5px 0; }
	/* .hero{background-attachment: initial;} */
	.inner-banner-container .hero{height: 120px;}
	/* inner gallery page */
	.grid-item{width: calc(50% - 10px); margin: 5px}
	/* inner sketch page */
	.inner-portofolio-item::before{width: 90%;}
	/*  */
	.work-title{margin-top: 15px;}	
	.work-stills .owl-carousel {
		display: block;
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	/* press */
	.press-inner-header{font-size: 18px;}
}


@media (max-width: 576px){
	.portofolio-item::before{width: 70%;}
	.social-icons svg{width: 25px;}
	.owl-prev{left: 0;  top: 45%; width: 45px;}
	.owl-next{right: 0; top: 45%; width: 45px;}	
	.press-inner-img{max-height: 200px;}
	
}

@media (max-width: 480px) {
	.mad-solutions img{ width: 45%; }
}