<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Crafted CSS */
/*---------------------------------------------------General Spacing-------------------------------------------------*/
section{
	overflow:hidden;
	position:relative;
}
.white{
	color:#ffffff;
}
.white-bk{
	background-color:#ffffff;
}
.red{
	color:#dd3333;
}
.red-bk{
	background-color:#dd3333;
}
.clr, .clear {
	clear: both;
	overflow: hidden;
}
.wp-post-image {
    width: 100%;
    height: auto;
}
.strong{
	font-weight:700;
}
.t-70{
	font-size: .7rem;
}
.t-80{
	font-size: .8rem;
}
.t-90{
	font-size: .9rem;
}
.t-100{
	font-size: 1rem;
}
.t-125{
	font-size: 1.25rem;
}
.t-150{
	font-size: 1.5rem;
}
.t-175{
	font-size: 1.75rem;
}
.t-200{
	font-size: 2rem;
}
.t-225{
	font-size: 2.25rem;
}
.t-250{
	font-size: 2.5rem;
}
.t-275{
	font-size: 2.75rem;
}
.t-300{
	font-size: 3rem;
}
.t-325{
	font-size: 3.25rem;
}
.t-350{
	font-size: 3.5rem;
}
.t-375{
	font-size: 3.75rem;
}
.t-400{
	font-size: 4rem;
}
.t-425{
	font-size: 4.25rem;
}
.t-450{
	font-size: 4.5rem;
}
.t-475{
	font-size: 4.75rem;
}
.t-500{
	font-size: 5rem;
}
.t-525{
	font-size: 5.25rem;
}
.t-550{
	font-size: 5.50rem;
}
.t-575{
	font-size: 5.75rem;
}
.t-600{
	font-size: 6rem;
}
.no-bullet{
	list-style-type: none;
}
.column-2{
	column-count: 2;
}
.column-3{
	column-count: 3;
}
.lh-70{
	line-height:.7;
}
.lh-80{
	line-height:.8;
}
.lh-90{
	line-height:.9;
}
.lh-100{
	line-height:1;
}
.lh-110{
	line-height:1.1;
}
.lh-120{
	line-height:1.2;
}
.lh-130{
	line-height:1.3;
}
.lh-140{
	line-height:1.4;
}
.lh-150{
	line-height:1.5;
}
.lh-200{
	line-height:2;
}
.lh-300{
	line-height:3;
}
.line-separator.clr.pad-bot-50 {
    border-top: 1px solid var(--neutral-color-5);
}
.pad-top-10 {padding-top: 10px;}
.pad-top-20 {padding-top: 20px;}
.pad-top-30 {padding-top: 30px;}
.pad-top-40 {padding-top: 40px;}
.pad-top-50 {padding-top: 50px;}
.pad-top-60 {padding-top: 60px;}
.pad-top-70 {padding-top: 70px;}
.pad-top-80 {padding-top: 80px;}
.pad-top-90 {padding-top: 90px;}
.pad-top-100 {padding-top: 100px;}
.pad-top-150 {padding-top: 150px;}
.pad-top-200 {padding-top: 200px;}

.pad-bot-10 {padding-bottom: 10px;}
.pad-bot-20 {padding-bottom: 20px;}
.pad-bot-30 {padding-bottom: 30px;}
.pad-bot-40 {padding-bottom: 40px;}
.pad-bot-50 {padding-bottom: 50px;}
.pad-bot-60 {padding-bottom: 60px;}
.pad-bot-70 {padding-bottom: 70px;}
.pad-bot-80 {padding-bottom: 80px;}
.pad-bot-90 {padding-bottom: 90px;}
.pad-bot-100 {padding-bottom: 100px;}
.pad-bot-150 {padding-bottom: 150px;}
.pad-bot-200 {padding-bottom: 200px;}


.padding-10 {padding-top: 10px;padding-bottom: 10px;}

.padding-50 {padding-top: 50px;padding-bottom: 50px;}
.padding-80 {padding-top: 80px;padding-bottom: 80px;}
.padding-100 {padding-top: 100px;padding-bottom: 100px;}
.padding-150 {padding-top: 150px;padding-bottom: 150px;}
.padding-200 {padding-top: 200px;padding-bottom: 200px;}
.mar-bot-10 {margin-bottom: 10px;}
.mar-bot-15 {margin-bottom: 15px;}
.mar-bot-20 {margin-bottom: 20px;}
.mar-bot-30 {margin-bottom: 30px;}
.mar-bot-40 {margin-bottom: 40px;}
.mar-bot-50 {margin-bottom: 50px;}
.mar-top-10 {margin-top:10px;}
.mar-top-20 {margin-top:20px;}
.mar-top-30 {margin-top:30px;}
.mar-top-40 {margin-top:40px;}
.mar-top-50 {margin-top:50px;}
.no-pad {
	padding: 0;
	overflow:hidden;
}
.no-margin {
	margin: 0;
}
.no-pad-bot {
	padding-bottom: 0;
}
.container-80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container-80::before,.container-80::after {
	display: table;
	content: "";
	clear: both;
}
.container-90 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.container-90::before,.container-90::after {
	display: table;
	content: "";
	clear: both;
}
.container-100 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.container-100::before,.container-100::after {
	display: table;
	content: "";
	clear: both;
}
.max-400 {
	max-width: 400px;
}
.max-450 {
	max-width: 450px;
}
.max-500 {
	max-width: 500px;
}
.max-550 {
	max-width: 550px;
}
.max-600 {
	max-width: 600px;
}
.max-650 {
	max-width: 650px;
}
.max-700 {
	max-width: 700px;
}
.max-750 {
	max-width: 750px;
}
.max-800 {
	max-width: 800px;
}
.max-850 {
	max-width: 850px;
}
.max-900 {
	max-width: 900px;
}
.max-950 {
	max-width: 950px;
}
.max-1000 {
	max-width: 1000px;
}
.mar-center{
	margin: 0 auto;
}
.min-ht-100 {
	min-height: 100px;
}
.min-ht-300 {
	min-height: 300px;
}
.min-ht-350 {
	min-height: 350px;
}
.min-ht-400 {
	min-height: 400px;
}
.min-ht-450 {
	min-height: 450px;
}
.min-ht-500 {
	min-height: 500px;
}
.min-ht-550 {
	min-height: 550px;
}
.min-ht-600 {
	min-height: 600px;
}
.min-ht-700 {
	min-height: 700px;
}
.max-ht-30{
	max-height: 30vh;
}
.max-ht-40{
	max-height: 40vh;
}
.max-ht-50{
	max-height: 50vh;
}
.max-ht-60{
	max-height: 60vh;
}
.max-ht-70{
	max-height: 70vh;
}
.max-ht-80{
	max-height: 80vh;
}
.max-ht-90{
	max-height: 90vh;
}
.max-ht-100{
	max-height: 100vh;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/*///////////////////////////FULL SCREEN///////////////////////////*/
.carousel-100 {
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.carousel-80 {
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 80%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.carousel-70 {
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 70%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.carousel-50 {
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 50%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.carousel-30 {
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 30%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.text-overlay {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    height: -moz-fit-content;
	z-index:1;
}
.fma-text-overlay {
    margin-block: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
    height: -moz-fit-content;
	z-index:1;
}
.fullscreen-slider {
	width: 100%;
	height: 100.1%;
	overflow-x: hidden;
	position: relative;
	overflow-y: hidden;
}
.fullscreen-slidee {
	width: 100%;
	height: 100%;
	position: relative;
}
.fullscreen-slide {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.fullscreen-slide-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.fullscreen-slide-left{
	z-index: 9;
	margin-left: 10%;
}
.fullscreen-slide-center {
	z-index: 9;
	position: relative;
}
.dark-overlay-05::after {
    background-color: rgba(0,0,0,0.05);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-1::after {
    background-color: rgba(0,0,0,0.1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-2::after {
    background-color: rgba(0,0,0,0.2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-3::after {
    background-color: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-4::after {
    background-color: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-5::after {
    background-color: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-6::after {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-7::after {
    background-color: rgba(0,0,0,0.7);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-8::after {
    background-color: rgba(0,0,0,0.8);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.dark-overlay-9::after {
    background-color: rgba(0,0,0,0.9);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
	border-radius: 30px;
    margin: 50px;
}
.text-shift-left {
    padding-left: 25%;
    padding-right: 5%;
}
/*-------------------------------------Hamburger animation---------------------------------------------*/


.menu-bg {
	pointer-events: none;
	transition: .6s;
	transform-origin: center center;
	z-index: 10;
}
.menu-bg.fs {
	width: 100%;
	height: 100%;
}
.menu-burger {
	position:absolute;
	-webkit-user-select: none;
	cursor: pointer;
	transition: all 0s;
	transform-origin: center;
	z-index: 10;
	color:#dae0e6;
	display:block;
}
.menu-burger &gt; ul &gt; li {
    display: inline-block;
	padding: 0 20px;
}
.close-btn {
    cursor: pointer;
}
.menu-btn:after {
    display: inline-block;
    width: 18px;
    top: 1px;
    margin: 0 10px;
    position: relative;
    content: url('/wp-content/themes/crafted-theme/img/nav-hamburger.svg');
}

.menu-btn:hover a, .films-btn:hover a{
	color:#ffffff;
}
.menu-items {
	position: fixed;
	font-size: 35px;
	letter-spacing: 0px;
	color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: .7s;
	display: table;
	transform: translateY(-200%);
	pointer-events: none;
	z-index: 11;
    background: rgba(0,0,0,0.89);
}
.menu-items div {
	transition: 1s;
	opacity: 0;
	margin-top: 0px;
}
.menu-items.fs {
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
	display: table;
}
.menu-items.fs div {
	opacity: 1;
	margin-top: 0px;
}
.menu-toggle {
    padding: 17px;
    position: absolute;
    top: 130px;
    right: 130px;
    width: 60px;
    height: 60px;
    z-index: 100;
    border-radius: 30px;
	border-color: transparent;
	border:none;
}
.mobile-menu-bk {
    width: 100%;
    height: 1px;
	top: -20px;
	left: 0px;
    position: absolute;
	z-index: 211;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.mobile-menu-bk.down {
    background-color: #0c1e27;
    height: 200vh;
	position:fixed;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
	transition-delay: .3s;
}
.hamburger__top-bun, .hamburger__mid-bun, .hamburger__bottom-bun {
    content: '';
    display: block;
    position: relative;
    left: 0px;
    width: 26px;
    height: 2px;
    background: #ffffff;
    transform: rotate(0);
    transition: all .25s;
}
.hamburger__top-bun {
    top: 0px;
    transform: translateY(-3px);
}
.hamburger__mid-bun {
    top: 3px;
    transform: translateY(-3px);
}
.hamburger__bottom-bun {
	transform: translateY(3px);
    bottom: 0px;
}
.open .hamburger__top-bun {
    top: 1px;
    transform: rotate(-135deg) translateY(0px);
}
.open .hamburger__mid-bun {
    display: none;
}
.open .hamburger__bottom-bun {
    top: -2px;
    transform: rotate(135deg) translateY(0px);
}
.open {
    transform: rotate(90deg);
}
.video-icon {
	position: absolute;
	width: 91px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#nav-menu {
    width: 100%;
	height:0;
    position: absolute;
    z-index: 200;
    transition: all 1s ease;
}
.menu-desktop {
    display: block;
    top: 30px;
    position: relative;
}
.menu-desktop #header-menu {
    position: relative;
    float: right;
    padding: 40px;
	
}
.menu-desktop #header-menu li {
    display: inline-block;
    margin: 0 10px;
	}
.menu-desktop #header-menu .menu-item a {
    font-family: 'Lato', sans-serif;
	
    color: #ffffff;
    background-color: rgba(255, 255, 255, .3);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
	
}
.menu-desktop #header-menu li a:hover {
	color:#0c2739;
    background-color: rgba(255, 255, 255, 1);
	transition: all .3s ease;
}
.menu-desktop #header-menu li.current-menu-item a, .menu-desktop #header-menu li.current-page-ancestor a {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    background-color: #4ba6dc;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 900;
    pointer-events: none;
}

.menu-items a,.menu-items ul {
	list-style: none;
	text-transform: capitalize;
	padding: 0px;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
}
.menu-items li a {
	font-family: "AlegreyaReg", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	display: block;
}
.menu-items li:hover a{
	color:#ffffff;
}

/*===========================================================================================================
See more button
=============================================================================================================*/
.seeMore {
	border-radius: 100%;
	position: absolute;
	width: 50px;
	height: 50px;
	opacity: 1;
	left: 50%;
	margin-left: -20px;
	left: calc(50% -20px);
	bottom: 20px;
	cursor: pointer;
	-webkit-transition: opacity 1.3s .5s;
}
.seeMore i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(/img/icon_arrow_light.svg) no-repeat center center #35bdf6;
	background-size: 12px;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 100;
}
.seeMore:before {
	content: "";
	top: 0;
	left: 0;
	background-color: #35bdf6;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	-webkit-animation: pulse 1.8s 0.33333s ease-out infinite;
}
.seeMore:after {
	content: "";
	background-color: #35bdf6;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	-webkit-animation: pulse 1.8s 0.66666s ease-out infinite;
}
@-webkit-keyframes pulse {0% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}
5% {
	opacity: 1
}
100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0
}

}
@keyframes pulse {0% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}
5% {
	opacity: 1
}
100% {
	opacity: 0
}

}
@-moz-keyframes pulse {0% {
	opacity: 0;
	-moz-transform: scale(0);
}
5% {
	opacity: 1;
	-moz-transform: scale(1);
}
100% {
	opacity: 0;
	-moz-transform: scale(0);
}

}
.article-body{
	padding-bottom:10px;
}
.content-body ul{
	padding-bottom: 20px;
}
.content-body ol li{
    font-family: 'Libre Baskerville',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #031e32;
    padding-bottom: 10px;
    list-style-type: decimal;
	
}
.content-body li {
    font-family: "Gotham A","Gotham B";
    font-weight: 600;
    list-style: disc;
}
/*-----------------------------------------See More Button END---------------------------------------------*/
.intro-logo img {
	width: 232px;
	height: auto;
}
.flex-control-nav {
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
.project-navbar-wrapper {
	width: 40px;
	height: 40px;
	top: 25%;
	z-index: 5;
}
.project-navbar {
	width: 100%;
	background-color: #ffffff;
	margin-top: 60px;
	margin-bottom: 50px;
}
.project-controls img {
	height: 40px;
}
.previous-ctl {
	float: left;
	margin-right: 5px;
}
.next-ctl {
	float: left;
}
.navbar-work-static-top {
	position: fixed;
}
.slides {
	position: relative;
	width: 100%;
	display: table;
	min-height: 200px;
}
.slides h1 {
	line-height: 1.5;
}
.flex-control-paging li a {
	background: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flex-control-paging li a.flex-active {
	background: #35bdf6;
}

.see-more-btn {
    display: block;
    position: absolute;
	cursor:pointer;
	z-index: 90;
    bottom: 50px;
    right: 50px;
}

.see-up-btn {
    font-size: 28px;
    display: flex !important;
    position: fixed;
    bottom: 50px;
    right: 130px;
    cursor: pointer;
    z-index: 90;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.see-up-btn:hover {
    background-color: #404040;
	transition: all 1s ease;
}
.wp-playlist {
    border: none!important;
    padding: 0px!important;
}
/*///////////////////////////HOME SECTION END///////////////////////////*/
.see-all {
	padding-top: 5px;
}
.see-all h3 {
	padding-top: 8px;
}
.see-all img {
	margin-right: 20px;
}
.border-btn {
	border: 3px;
	border-style: solid;
}
.instagram-icon {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
.mfp-figure:after {
    position: inherit;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
img.mfp-img {
    max-width: 100%;    
}

.content{
	position:relative;
	display:table;
}
.hero-overlay:after{
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 0;
}
.hero-img-cont {
    position: absolute;
    bottom: 0;
	transition: all 2s;
}
.hero-box-cont{
	height:800px;
}
/*///////////////////////////MFP Gallery Controls/////////////////////////////////*/

.mfp-arrow:focus, .mfp-arrow:hover {
    outline: none;
}
.mfp-bg {
    opacity: .9;
}
.mfp-image-holder .mfp-content {
    max-width: 80%;
}
.mfp-counter {
    font-family: 'Lato', sans-serif;
	font-weight:800;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    background: url(../img/icon-right-arrow-white.png) top no-repeat;
    height: 75px;
    width: 24px;
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    background: url(../img/icon-left-arrow-white.png) top no-repeat;
    height: 89px;
    width: 24px;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: 0px;
    top: 0px;
	padding-right: 30px;
}
.mfp-close:focus{
	outline:none;
}
/* ---- grid ---- */

.grid {
  background: none;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}

.image-portrait{
    isolation: isolate;
	height:60vh;
	padding-left: 0;
	padding-right: 0;
	min-height:700px;
	border-radius:30px;
}
.fma-image {
    isolation: isolate;
	height: 100vh;
}
.fma-image img, .fma-image-50 img, .fma-image-70 img, .fma-image-100 img{
    position: absolute;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
}
.fma-image-100 video{
    position: absolute;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
}
.fma-image-90 video{
    position: absolute;
 	width: 100%;
 	height: 90%;
 	object-fit: cover;
}
.fma-image-80 video{
    position: absolute;
 	width: 100%;
 	height: 80%;
 	object-fit: cover;
}
.fma-image-70 video{
    position: absolute;
 	width: 100%;
 	height: 70%;
 	object-fit: cover;
}
.fma-image-60 video{
    position: absolute;
 	width: 100%;
 	height: 60%;
 	object-fit: cover;
}
.fma-image-50 video{
    position: absolute;
 	width: 100%;
 	height: 50%;
 	object-fit: cover;
}

.fma-image::after {
 content: "";
 display: block;
 padding-bottom: 56.25%;
}
.image-portrait img{
    position: inherit;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
	border-radius:30px;
}
.image-portrait::after{
    content: "";
    display: block;
    padding-bottom: 56.25%;
	border-radius:30px;
}
.together {
    white-space: nowrap;
}
.text-box-100 {
    z-index: 1;
    padding: 100px;
    flex: 1;
    flex-direction: column;
}
.asp-square{
	isolation: isolate;
	aspect-ratio: 1;
}
.asp-4-3{
	isolation: isolate;
	aspect-ratio: 4/3;
}
.asp-3-4{
	isolation: isolate;
	aspect-ratio: 3/4;
}
.asp-4-5{
	isolation: isolate;
	aspect-ratio: 4/5;
}
.asp-5-4{
	isolation: isolate;
	aspect-ratio: 5/4;
}
.asp-5-3{
	isolation: isolate;
	aspect-ratio: 5/3;
}
.asp-6-4{
	isolation: isolate;
	aspect-ratio: 6/4;
}
.asp-4-6{
	isolation: isolate;
	aspect-ratio: 4/6;
}
.asp-16-9{
	isolation: isolate;
	aspect-ratio: 16/9;
}
.asp-9-16{
	isolation: isolate;
	aspect-ratio: 9/16;
}
.asp-22-9{
	isolation: isolate;
	aspect-ratio: 22/9;
}
.asp, .size-asp, .avatar-asp{
	width:100%;
	height:100%;
	object-fit: cover;
}
/*///////////////////////////FOOTER END/////////////////////////////////*/
@media screen and (min-width:1700px) {


}
@media screen and (min-width:1330px) and (max-width:1699px) {


}
@media (max-width:1200px) {
	.navi li a:link,.navi li a:visited {
		padding: 75px 25px 20px;
	}
	.navi ul {
		max-width: 724px;
	}
}

@media (min-width:1400px) {
	.popup-vimeo h4 {
		bottom: 30px;
		left: 30px;
	}
}

@media (max-width: 1098px) {
	.fma-logo{
		 width:150px!important;
	 }
}
@media (min-width: 1024px){
	..menu-toggle{
		display:none;
	}
}

@media (max-width:1023px) {

	.menu-toggle{
		display:block;
	}

	.intro-logo{
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 60px;
	}

}
@media (min-width:999px) {
	.navi {
		display: block !important;
	}
}
@media (max-width:998px) {
	.header {
		background-color: none;
	}

	.navi {
		position: relative;
		top: 160px;
		display: none;
		z-index: 1;
	}
	.navi li {
		display: block;
	}
	.navi ul {
		float: none;
		background: #232a33;
		max-width: 100%;
	}
	.navi li a:link,.navi li a:visited {
		display: block;
		float: none;
		text-align: left;
		padding: 25px 25px 25px;
		font-size: 16px;
		color: #dae0e6;
		border-bottom: none;
		border-left: 5px solid transparent;
	}
}


@media (min-width:769px) {
	.menu-burger {
		font-size: 30px;
		text-align: center;
		right: 50px;
	    top: 30px;
	}

}
@media screen and (min-width:769px) and (max-width:998px) {
	.see-all h2 {
		padding-top: 0;
	}
}
@media (max-width:768px) {
	.hero-mobile-md-adj-0{
	    right: 0%!important;
	}
	.hero-mobile-md-adj-1{
	    right: -10%!important;
	}
	.hero-mobile-md-adj-2{
	    right: -20%!important;
	}
	.hero-mobile-md-adj-3{
	    right: -30%!important;
	}
	.hero-mobile-md-adj-4{
	    right: -40%!important;
	}
	.hero-mobile-md-adj-5{
	    right: -50%!important;
	}
	.hero-mobile-md-adj-6{
	    right: -60%!important;
	}
	.hero-mobile-md-adj-7{
	    right: -70%!important;
	}
	.hero-mobile-md-adj-8{
	    right: -80%!important;
	}
	.hero-mobile-md-adj-9{
	    right: -90%!important;
	}
	.hero-mobile-md-adj-10{
	    right: -100%!important;
	}
	.hero-mobile-md-adj-11{
	    right: -110%!important;
	}
	.hero-mobile-md-adj-12{
	    right: -120%!important;
	}
	.hero-img-cont {
	    left: -55vw;
	}
	.desktop{
		display:block;
	}
	.upper-left-text-overlay {
		left: 5%;
	}
	.lower-left-text-overlay {
		left: 5%;
	}
	.parallax {
		display: none;
	}
	.team-tout {
		max-width: 400px;
		margin: 0 auto;
	}
	.icon-align {
		text-align: left;
	}
	.menu-burger {
		right: 10px;
		top: 28px;
	}
	.menu-burger &gt; ul &gt; li {
		padding: 0 10px;
	}
	.see-more-btn, .see-up-btn {
		bottom: 50px;
		right: 20px;
	}
	ul {
		line-height: 30px;
	}
	.see-all img {
		float: none!important;
		margin-bottom: 20px;
	}
	.footer-right {
		text-align: right;
		float: right;
	}
	.icon {
		float: none;
	}
	.see-all {
		padding-bottom: 30px;
	}
	.min-ht-300 {
		min-height: 0;
		padding-bottom: 50px;
	}
	.min-ht-350 {
		min-height: 0;
		padding-bottom: 50px;
	}
	.min-ht-400 {
		min-height: 0;
		padding-bottom: 50px;
	}
	.min-ht-450 {
		min-height: 0;
		padding-bottom: 50px;
	}

}
@media (max-width:667px) {
	.hero-mobile-sm-adj-0{
	    right: 0%!important;
	}
	.hero-mobile-sm-adj-1{
	    right: -10%!important;
	}
	.hero-mobile-sm-adj-2{
	    right: -20%!important;
	}
	.hero-mobile-sm-adj-3{
	    right: -30%!important;
	}
	.hero-mobile-sm-adj-4{
	    right: -40%!important;
	}
	.hero-mobile-sm-adj-5{
	    right: -50%!important;
	}
	.hero-mobile-sm-adj-6{
	    right: -60%!important;
	}
	.hero-mobile-sm-adj-7{
	    right: -70%!important;
	}
	.hero-mobile-sm-adj-8{
	    right: -80%!important;
	}
	.hero-mobile-sm-adj-9{
	    right: -90%!important;
	}
	.hero-mobile-sm-adj-10{
	    right: -100%!important;
	}
	.hero-mobile-sm-adj-11{
	    right: -110%!important;
	}
	.hero-mobile-sm-adj-12{
	    right: -120%!important;
	}
	.mfp-iframe-holder .mfp-close {
	    top: 0%;
	}
	.desktop{
		display:none;
	}
	.upper-left-text-overlay {
	    left: 5%;
	    top: 5%;
	}
	.lower-left-text-overlay {
	    left: 5%;
	    bottom: 15%;
	}
	h2{
		font-size:42px;
	}
    h3{
		font-size: 22px;
    }
	h5{
		font-size: 18px;
	}
	#project-1 img{
	    width: 160%!important;
	    left: -20%;
	    position: relative;
	}
	.menu-items li a {
		font-size: 45px;
	}
	.films-btn{
		display:none!important;
	}
	.footer-left {
		text-align: center!important;
		float: none;
	}
	.footer-right {
		text-align: center!important;
		float: none;
	}
	.slides {
		padding: 0 10px;
	}
	.tour-one {
		background-attachment: scroll;
	}
	.container-90 {
		swidth: 100%;
	}
	.container-80 {
		width: 100%;
	}

	.padding-100 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

}
@media (max-width:525px) {
	.hero-mobile-xs-adj-0{
	    right: 0%!important;
	}
	.hero-mobile-xs-adj-1{
	    right: -10%!important;
	}
	.hero-mobile-xs-adj-2{
	    right: -20%!important;
	}
	.hero-mobile-xs-adj-3{
	    right: -30%!important;
	}
	.hero-mobile-xs-adj-4{
	    right: -40%!important;
	}
	.hero-mobile-xs-adj-5{
	    right: -50%!important;
	}
	.hero-mobile-xs-adj-6{
	    right: -60%!important;
	}
	.hero-mobile-xs-adj-7{
	    right: -70%!important;
	}
	.hero-mobile-xs-adj-8{
	    right: -80%!important;
	}
	.hero-mobile-xs-adj-9{
	    right: -90%!important;
	}
	.hero-mobile-xs-adj-10{
	    right: -100%!important;
	}
	.hero-mobile-xs-adj-11{
	    right: -110%!important;
	}
	.hero-mobile-xs-adj-12{
	    right: -120%!important;
	}
}
@media (max-width:468px) {
	.mar-top-50{
		margin-top:20px;
	}
	.line-brk {
	    margin-bottom: 30px;
	}
	.thumb-awards{
		width:50px;
	}
	.intro-logo{
		padding-left:30px;
		padding-right:40px;
	}
	h1 {
	font-size: 50px;
	}

	.h1-hero {
		font-size: 50px;
	}
	.h2-hero {
		font-size: 26px;
	}
	.fa {
		padding-right: 30px;
	}

	.logo {
		display: none;
	}
	.logo.mobile {
		display: block;
		top: 22px;
		left: 30px;
	}
	.header {
		height: 100px;
	}
	.navi {
		top: 100px;
	}

}

</pre></body></html>