/*======================================

  Version: 1.AFUS
  Last change: 06/02/2023 ]

	// Table of contents //

		01. GOOGLE FONTS
		02. BODY
		03. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE 
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. WORKS
		26. WORKS FILTER
		27. WORKS FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES

	

*/
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Fjalla+One|Poppins:300,400,500,600,700,900&subset=latin-ext');
/*-------------Fonts---------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	background:#e5dfd3;
	color: #131314;
	font-family: 'Poppins', sans-serif;
}
body{-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale;}
body{height: 100%;}
html{height: 100%;}
/* ---------Page preload--------------------------------------*/
/*

	// Table of contents //

		01. GOOGLE FONTS
		02. BODY
		03. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE 
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. WORKS
		26. WORKS FILTER
		27. WORKS FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES

	

*/





/* HTML TAGS */
a{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;color:#fff;cursor: pointer;}
/* visited link */
a:visited {
  color: #fff;
}
/* mouse over link */
a:hover {
  color: #fff;
  cursor: pointer;
}
/* selected link */
a:active {
  color: #fff;
  cursor: pointer;
}
img{ max-width: 100%;}
strong{ font-weight: 700;}
b{font-weight: 700;}



/* CUSTOM TAGS */
.pull-left{ float: left;}
.pull-right{ float: right;}
.overflow-hidden{overflow: hidden;}



/* SECTIONS */
main{ min-width: 100%; float: left; position: relative; z-index: 2;}
section{position: relative;}
aside{position: relative;}
footer{position: relative;}



/* CONTENT */
.content{ width: calc(100%); float: left; background: #131314; margin: 0px 0px;}
.pro-content{ width: calc(100%); float: left; background: #fff; margin: 0px 0px;}
.intro-content{ width: calc(100%); float: left; background: #e5dfd3; margin: 0px 10px;}
.modo-content{ width: calc(100%); float: left; background: #131314; margin: 0px;}
.pfamcontent{ width: calc(100%); float: left; background: #fff; margin: 0px 60px; padding-top:20px;}




/* ODOMETER */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit{ padding:0;}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner{ left:0;}




/* EQUALIZER */
.equalizer { width: 18px; height: 20px; cursor: pointer; position: relative;}
.equalizer span { background: #fff; width: 3px; height: 0px; bottom: 0; left: 0%; display: block; position: absolute; transition: height 0.2s linear;}
.equalizer span:nth-child(1) { margin-left: 5px;}
.equalizer span:nth-child(2) { margin-left: 10px;}
.equalizer span:nth-child(4) { margin-left: 15px;}
.equalizer span:nth-child(5) {margin-left: 20px;}
.equalizer.paused span { height: 3px !important;}




/* REVEAL EFFECT */
.reveal-effect { float: left; overflow: hidden; position: relative;cursor: pointer;}
.reveal-effect>img { -webkit-animation-duration: 2s;  animation-duration: 2s;  -webkit-animation-fill-mode: forwards;  animation-fill-mode: forwards;  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);  animation-timing-function: cubic-bezier(.785,.135,.15,.86); position: relative;cursor: pointer;}
.reveal-effect>img { -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; cursor: pointer;}
.reveal-effect { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform;cursor: pointer;}
.reveal-effect {-webkit-transition-duration: 1.2s; transition-duration: 1.2s; -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1); transition-timing-function: cubic-bezier(.25,.1,.25,1);cursor: pointer;}
.reveal-effect.animated {-webkit-transform: translate(0,0); transform: translate(0,0);cursor: pointer;}
.reveal-effect.animated img {-webkit-animation-name: show-img-1;animation-name: show-img-1;cursor: pointer;}
.reveal-effect:after {-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86); animation-timing-function: cubic-bezier(.785,.135,.15,.86);cursor: pointer;}
.reveal-effect:after { content:"";  width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0;cursor: pointer;}
.reveal-effect:after{-webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(.05,0); transform: scale(.05,0); -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86); animation-timing-function: cubic-bezier(.785,.135,.15,.86);cursor: pointer;}
.reveal-effect.se2-white:after { background-color: #1d1d1f; cursor: pointer;}
.reveal-effect.animated:after { -webkit-animation-name: slide-bg-2; animation-name: slide-bg-2;cursor: pointer;}




/* PAGE TRANSITION */
.transition-overlay{ width:100%; height:100%; position:fixed; left:0; top:0; background:#fff ; z-index:99999; opacity:0; visibility:hidden;}
.transition-overlay{ -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}
.transition-overlay.show-me{ opacity:1; visibility:visible;}




/* PRELOADER */
.preloader{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100; background:#1d1d1f; }
.preloader{-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transform:all 0.4s ease; transition: all 0.4s ease;}
.preloader *{-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transform:all 0.4s ease; transition: all 0.4s ease;} 
.preloader img{ width: 80px; height: 80px; position: absolute; left: 50%; top:50%; margin-left: -40px; margin-top: -40px; z-index: 4; border-radius: 50%; padding: 10px;}




/* PAGE LOADED */
.page-loaded .preloader{ top: -100%; transition-delay: 0.60s;}
.page-loaded .preloader img{ opacity: 0; margin-top: -120px; transition-delay: 0.30s;}
.page-loaded .header{top: 0; opacity: 1; transition-delay: 0.6s;}
.page-loaded .slider{transform: translateY(0); transition-delay: 0.6s; opacity: 1;}
.page-loaded .int-hero .inner h2{transform: translateY(0); transition-delay: 0.6s; opacity: 1;}




/* TEXT ROTATER*/
.text-rotater{ width: 100%; float: left; height: 20px; position: absolute; left: 0; top: 50%; margin-top: 60px; font-size: 11px; font-weight: 600; color: #fff; text-transform:uppercase;}
.text-rotater li{ width: 100%; position: absolute; left: 0; top: 0; text-align: center; opacity: 0; animation: play 4.5s infinite; }
.text-rotater li:nth-child(2) { animation-delay: 1.5s; }
.text-rotater li:nth-child(3) { animation-delay: 3s; }




/* PERSPECTIVE HOVER */
 .perspective-box { position: relative; display:inline-block; width:100%; margin: 5px; cursor: pointer; transform: perspective(600px) translate3d(0, 0, 0);   backface-visiblity:none;  transform-style: preserve-3d;}	
.perspective-box img { width:100%; float: left;}
.perspective-box:hover { box-shadow: 0 66px 75px -10px rgba(0,0,0,.3);  transform-style: preserve-3d; z-index:20; }




/* SOCIAL BAR */
.social-bar{ width: 400px; position: fixed; left: 0; top: 50%; margin-top: 200px; z-index: 3; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -webkit-transform-origin: 0 0; transform-origin: 0 0; text-align: center;}
.social-bar li{display:inline-block; list-style: none; padding: 20px 0; margin: 0 10px; font-weight: 600;}
.social-bar li a{float: left; color: #fff; font-size: 11px;cursor: pointer;}
.social-bar li a:hover{text-decoration: none; color: #bebc9e;cursor: pointer;}



	
/* HEADER */
.header{ width: 100%; position: absolute; left: 0; top: -100%; padding: 30px 70px 100px 70px; opacity: 0; z-index:100;}
.header{-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transform:all 1s ease; transition: all 1s ease;} 
.header .logo{float: left; margin-right: 20px;}
.header .logo img{ width: 210px;}
.header .phone{float: left; color: #a8a67d !important; line-height: 58px; font-family: "Poppins" sans-serif; font-weight:lighter;z-index:0;}
.header .phone a{color: #a8a67d; cursor: pointer;}
.header .phone a:hover{text-decoration: none; opacity: 0.8;cursor: pointer;}
.header .language{ float: right; margin-right: 30px; margin-bottom: 0;}
.header .language li{ float: left; list-style: none; margin: 0; margin-left: 20px; font-family: "Poppins" sans-serif;}
.header .language li a{float: left; color: #a8a67d; line-height: 35px;cursor: pointer;}
.header .language li a:hover{text-decoration: none; opacity: 0.8;cursor: pointer;}
.header .hamburger{float: right; margin-top: -5px; margin-right: 10px;}
.header .equalizer{float: right; margin-top: 5px; margin-right: 20px;}
.overflow-hidden .header .logo img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}




/* DROPDOWN */
.hamburger-navigation li ul{ width: 100%; float: left; margin: 0; padding: 0; text-align: center; z-index:3;}
.hamburger-navigation li:hover ul{display: block; z-index:100;}
.hamburger-navigation li ul li{width: 100%; float: none; display: block; padding: 0; margin: 0; position: relative; z-index:100;}
.hamburger-navigation li ul li:after{content: ""; width: 6px; height: 6px; background: #fff; position: absolute; right: -16px; top: 7px; border-radius: 50%;cursor: pointer; z-index:100;}
.hamburger-navigation li ul li:last-child:after{display: none;cursor: pointer; z-index:100;}
.hamburger-navigation li ul li a{font-size: 15px; padding: 0 10px;cursor: pointer; z-index:100;}





/* INTRO IMAGE CONTENT */
.intro-image-content{ width: 100%; height: 550px; float: left; display: flex; flex-direction: row; background: #e5dfd3; z-index: 1;}
.intro-image-content .inner {min-width: 25%; display: flex; justify-content: center; flex-direction: column; position: relative;z-index:1;}
.intro-image-content .inner.bg1{ background: #e5dfd3;z-index: 0;display:block;}
.intro-image-content .inner .main-image{width:90%; float: left; margin: 0; margin-top: 0px; margin-bottom: 0px;}
.intro-image-content .inner .sub-image{ width:30%; position: absolute; right: -50px; bottom: 60px;z-index: 4; border-radius:0px; border-style:ridge;}
.intro-image-content .inner img{ width: 100%; display: block;}
.intro-image-content .inner .contenty{ min-width: 100%; float: left; padding: 15px; color: #131314; margin-top:200px; display:block;}
.intro-image-content .inner .contenty h5{ font-size: 12px; font-weight: 700;padding-bottom:10px;}
.intro-image-content .inner .contenty h5:before{content: ""; width: 4px; height: 10px; float: left; background: #131314; margin-left: -10px; margin-top: 2px;}
.intro-image-content .inner .contenty h2{ font-family: "Poppins" sans-serif; font-size: 2em; margin-bottom: 10px; text-indent: -5px;}
.intro-image-content .inner .contenty p{ line-height: 25px;}
.intro-image-content .inner .contenty a{height: 35px; line-height: 35px; display: inline-block; border: 1px solid #131314; padding: 0 40px; font-size: 11px; font-weight: 700; color: #131314; margin-top: 30px; overflow: hidden;cursor: pointer;}
.intro-image-content .inner .contenty .award-list{ min-width: 100%; float: left; margin: 0; padding: 0; list-style: none;}
.intro-image-content .inner .contenty .award-list li{ width: 100%; float: left; padding:5px 0;}
.intro-image-content .inner .contenty .award-list li span{ float: left; margin-right: 6px; line-height: 23px;}
.intro-image-content .inner .contenty .award-list li small{ width: 18px; height: 18px; line-height: 20px; display: inline-block; border-radius: 50%; background: #131314; color: #1d1d1f; text-align: center; font-weight: 600; font-size: 11px; margin-bottom: 5px;}
.intro-image-content .inner .contenty a *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;cursor: pointer;}
.intro-image-content .inner .contenty a span { position: relative; display: inline-block;cursor: pointer;}
.intro-image-content .inner .contenty a span:before {position: absolute;top: 100%; content: attr(data-hover);cursor: pointer; }
.intro-image-content .inner .contenty a span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);cursor: pointer;}
.intro-image-content .inner .contenty a:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);cursor: pointer;}





/* SLIDER */
.slider{ width: 100%; height: 400px; float: left; position: relative; background: #fff; align-content: center; z-index: 1;}
.slider{transform: translateY(0px); opacity: 1;}
.slider{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.slider .video-bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; background: #000;}
.slider .video-bg video{min-height: 100%; min-width: 100%; float: left; mix-blend-mode: normal; -webkit-filter: grayscale(0%) contrast(1); filter: grayscale(0%) contrast(1);}
.slider .video-bg:after{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #131314; mix-blend-mode:screen;cursor: pointer;}
.slider .animation-hero{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:url(../images/hero1.gif) center no-repeat #131314; background-size: 600px 450px;}
.slider .swiper-container{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.slider .swiper-container{-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -ms-transform:all 0.8s ease; transition: all 0.8s ease; } 
.slider .swiper-container .swiper-wrapper{ width: 100%; float: left; display: flex; flex-direction: row;}



/* SPLIT */
.split{width:100%; height:100vh; float:left; position: relative; background: #131314; z-index: 1;}
.split .inner{width:100%; float:left; padding:0 100px; color:#fff;}
.split .inner p{ display:inline-block; width:50%; font-size:17px; font-weight:300;}
.split .inner a{ display:inline-block; font-size: 12px; font-weight: 600; color: #fff; position: relative;cursor: pointer;}
.split .inner a:hover{ text-decoration: none;cursor: pointer;}
.split .inner a:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;cursor: pointer;}
.split .inner a:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.split .inner a:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;cursor: pointer;}
.split .inner a:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.split  .split-back { position: relative; background: #ebca1c; color: #fff;  height: 100%;  overflow: hidden;  display: flex;  align-items: center; }
.split .split-front { position: absolute; top: 0; left: 0; width: 100%; justify-content: flex-end; height: 100%;  overflow: hidden;  display: flex;  align-items: center;}
.split .split-front .front-bg{width: 100%; height: 100%; float: left; background: #8e8973; position: absolute; left: 0; top: 0;}
.split .split-front .text-holder{position: relative; z-index: 2;}
.split .inner h1{ width:100%;  float: left;  font-size: 15vw; font-weight: 700; padding-bottom:15px; overflow:hidden; -webkit-background-clip: text;    -webkit-text-fill-color: transparent; background-image: url(../images/hero1.jpg); background-size:cover; background-position: center;}



/* SLIDER FRACTION */
.slider .swiper-container .swiper-pagination-fraction{ width: 100px; height: 50px; position: absolute; left: 100px; right: auto; top: auto; bottom: 30px; color: #131314; font-size: 11px;padding:30px 0px 20px;}
.slider .swiper-container .swiper-pagination-fraction span:first-child{font-size: 56px; height: 50px; line-height: 50px; float: left; overflow: hidden; text-indent: -17px; margin-right: -25px; padding-top: 3px; font-weight: 500;}
.slider .swiper-container .swiper-pagination-fraction span:last-child{font-size: 14px;}
.slider .swiper-container .swiper-pagination-fraction span:before{content: "0";}



/* SLIDER BUTTONS */
.slider .swiper-container .swiper-button-prev{ width: 40px; height: 26px; float: left; right: 200px; left: auto; top: 50%; z-index: 6; background: none; overflow: hidden; text-align: right;}
.slider .swiper-container .swiper-button-prev img{height: 26px;}
.slider .swiper-container .swiper-button-prev span{width: 100%; float: left; line-height: 26px; font-weight: 500; color: #131314;}
.slider .swiper-container .swiper-button-prev:hover img{transform: translateY(-100%);}
.slider .swiper-container .swiper-button-prev:hover span{transform: translateY(-100%);}
.slider .swiper-container .swiper-button-prev *{-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transform:all 0.4s ease; transition: all 0.4s ease; }
.slider .swiper-container .swiper-button-next{ width: 40px; height: 26px; float: left; right: 100px; left: auto; top: 50%; z-index: 6; background: none; overflow: hidden;}
.slider .swiper-container .swiper-button-line{ width: 40px; height: 2px; background: #131314; position: absolute; right: 150px; top: 50%; z-index: 2; margin-top: -10px;}
.slider .swiper-container .swiper-button-next img{height: 26px;}
.slider .swiper-container .swiper-button-next span{width: 100%; float: left; line-height: 26px; font-weight: 500; color: #131314;}
.slider .swiper-container .swiper-button-next:hover img{transform: translateY(-100%);}
.slider .swiper-container .swiper-button-next:hover span{transform: translateY(-100%);}
.slider .swiper-container .swiper-button-next *{ -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transform:all 0.4s ease; transition: all 0.4s ease; }




/* SLIDER CONTENT */
.slider .swiper-container .swiper-slide{ color: #222222; display: flex;  flex-direction: column; justify-content: center; background-size:cover;}
.slider .swiper-container .swiper-slide:after{content: ""; width: 100%; height: 300px; position: absolute; left: 0; bottom: 0; z-index: 3; background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -ms-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);cursor: pointer;}
.slider .swiper-container .swiper-slide .inner { width: 100%; padding: 0px 100px; position: relative; z-index: 4;}
.slider .swiper-container .swiper-slide .inner h5{ font-size: 23px; font-weight: 700;padding-bottom:10px;}
.slider .swiper-container .swiper-slide .inner h5:before{content: ""; width: 4px; height: 20px; float: left; background: #bebc9e; margin-left: -10px; margin-top: 2px;}
.slider .swiper-container .swiper-slide .inner h2{ max-width: 50%; font-family: "Poppins" sans-serif; font-size: 23px; margin-bottom: 30px;padding-bottom:10px;}
.slider .swiper-container .swiper-slide .inner p{ max-width: 40%; line-height: 25px; margin-bottom: 10px;}
.slider .swiper-container .swiper-slide .video-bg2{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; background: #1D1D1F;}
.slider .swiper-container .swiper-slide .video-bg2 video{min-height: 100%; min-width: 100%; float: left; mix-blend-mode: normal; -webkit-filter: grayscale(100%) contrast(1); filter: grayscale(100%) contrast(1);}



/* SLIDER LINKS */
.slider .swiper-container .swiper-slide .inner .link{ float: left; font-size: 12px; font-weight: 600; color: #131314; position: relative;margin-top:10px;}
.slider .swiper-container .swiper-slide .inner .link:hover{ text-decoration: none;}
.slider .swiper-container .swiper-slide .inner .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.slider .swiper-container .swiper-slide .inner .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.slider .swiper-container .swiper-slide .inner .link:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;}
.slider .swiper-container .swiper-slide .inner .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.slider .swiper-container .swiper-slide .inner .video-link {  width: 80px; height: 80px; float: left; border-radius: 50%; position: relative; transition:all .5s; margin-left: 50px; margin-top: 7px;}
.slider .swiper-container .swiper-slide .inner .video-link:after{content: ""; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -10px; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 13px; border-color: transparent transparent transparent #131314;cursor: pointer;}
.slider .swiper-container .swiper-slide .inner .video-link .video-play-circle { stroke-dasharray: 315; stroke-dashoffset: 315; transition: stroke-dashoffset .5s;}
.slider .swiper-container .swiper-slide .inner .video-link svg { transform: rotate(-90deg); transition: transform .3s; }
.slider .swiper-container .swiper-slide .inner .video-link:hover .video-play-circle { stroke-dashoffset: 0; } 
.slider .swiper-container .swiper-slide .inner .video-link .video-play-outline{width: 80px; height: 80px; position: absolute; left: 0; top: 0; border-radius: 50%; border: 3px solid rgba(255,255,255,.5);}




/* SLIDER-DEMOREEL */
.slider-demoreel{ width: 100%; height: 1080px; float: left; position: absolute; top:-260px; left:0px; background: #1D1D1F; z-index: 1;}
.slider-demoreel{transform: translateY(250px); opacity: 1;}
.slider-demoreel{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.slider-demoreel .video-bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; background: #000;}
.slider-demoreel .video-bg video{min-height: 100%; min-width: 100%; float: left; mix-blend-mode: normal; -webkit-filter: grayscale(0%) contrast(1); filter: grayscale(0%) contrast(1);}
.slider-demoreel .video-bg:after{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #131314; mix-blend-mode:screen;cursor: pointer;}
.slider-demoreel .animation-hero{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:url(../images/hero1.gif) center no-repeat #131314; background-size: 600px 450px;}
.slider-demoreel .swiper-container{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.slider-demoreel .swiper-container{-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -ms-transform:all 0.8s ease; transition: all 0.8s ease; } 
.slider-demoreel .swiper-container .swiper-wrapper{ width: 100%; float: left; display: flex; flex-direction: row;}




/* slider-demoreel CONTENT */
.slider-demoreel .swiper-container .swiper-slide{ color: #131314; display: flex;  flex-direction: column; justify-content: center; background-size:cover;}
.slider-demoreel .swiper-container .swiper-slide:after{content: ""; width: 100%; height: 300px; position: absolute; left: 0; bottom: 0; z-index: 3; background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
background-image: -ms-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);cursor: pointer;}
.slider-demoreel .swiper-container .swiper-slide .inner { width: 100%; padding: 0px 50px; position: relative; text-align:center; align-content:center; z-index: 1;}
.slider-demoreel .swiper-container .swiper-slide .inner h5{ font-size: 24px; font-weight: 700;padding-bottom:10px;align-content:center;}
.slider-demoreel .swiper-container .swiper-slide .inner h5:before{content: ""; width: 4px; height: 20px; position:fixed; align-items:center;; background: #bebc9e; margin-left: -10px; margin-top: 2px;}
.slider-demoreel .swiper-container .swiper-slide .inner h2{ max-width: 60%; font-family: "Poppins" sans-serif; font-size: 32px; font-wight:500;margin-bottom: 30px;padding-bottom:10px;}
.slider-demoreel .swiper-container .swiper-slide .inner p{ max-width: 40%; line-height: 25px; margin-bottom: 10px;}
.slider-demoreel .swiper-container .swiper-slide .video-bg2{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; background: #1D1D1F;}
.slider-demoreel .swiper-container .swiper-slide .video-bg2 video{min-height: 100%; min-width: 100%; float: left; mix-blend-mode: normal; -webkit-filter: grayscale(100%) contrast(1); filter: grayscale(100%) contrast(1);}



/* slider-demoreel LINKS */
.slider-demoreel .swiper-container .swiper-slide .inner .link{ float: left; font-size: 54px; font-weight: 600; color: #131314; position: relative;margin-top:10px;}
.slider-demoreel .swiper-container .swiper-slide .inner .link:hover{ text-decoration: none;}
.slider-demoreel .swiper-container .swiper-slide .inner .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.slider-demoreel .swiper-container .swiper-slide .inner .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.slider-demoreel .swiper-container .swiper-slide .inner .link:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;}
.slider-demoreel .swiper-container .swiper-slide .inner .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.slider-demoreel .swiper-container .swiper-slide .inner .video-link {  width: 90px; height: 90px; float: left; border-radius: 50%; position:fixed; align-items: center; transition:all .5s; margin-left: -50px; margin-top: 7px;}
.slider-demoreel .swiper-container .swiper-slide .inner .video-link:after{content: ""; position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: -10px; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #131314;cursor: pointer;}
.slider-demoreel .swiper-container .swiper-slide .inner .video-link .video-play-circle { stroke-dasharray: 315; stroke-dashoffset: 315; transition: stroke-dashoffset .5s;}
.slider-demoreel .swiper-container .swiper-slide .inner .video-link svg { transform: rotate(-90deg); transition: transform .3s; }
.slider-demoreel .swiper-container .swiper-slide .inner .video-link:hover .video-play-circle { stroke-dashoffset: 0; } 
.slider-demoreel .swiper-container .swiper-slide .inner .video-link .video-play-outline{width: 90px; height: 90px; position: absolute; left: 0; top: 0; border-radius: 50%; border: 3px solid rgba(255,255,255,.5);}




/* MODO IMAGE CONTENT */
.modo-image-content{min-width: 100%; height:350px; float: left; display: flex; flex-direction: row; margin: 35px 0 0 0;z-index:1;}
.modo-image-content .inner {min-width: 50%; display: flex; justify-content: center; flex-direction: column; position: relative;margin-top:150px;}
.modo-image-content .inner.bg1{ background: #1d1d1f;}
.modo-image-content .inner .main-image{ width:100%; float: left; margin-top: -65px; padding-bottom: 100px;display:block;}
.modo-image-content .inner .sub-image{ width: 300px; position: absolute; right: -50px; bottom: -100px;z-index: 4; border-radius:0px; border-style:ridge; display: block;}
.modo-image-content .inner img{ width: 100%; display: block;}
.modo-image-content .inner .contenty{ min-width: 100%; float: left; text-align:center; padding: 15px; color: #ccc; margin-top:-130px;display:block;}
.modo-image-content .inner .contenty h5{ font-size: 0.9em; font-weight: 500;}
.modo-image-content .inner .contenty h5:before{content: ""; width: 4px; height: 20px; float: left; background: #fff; margin-left: -10px; margin-top: 2px;}
.modo-image-content .inner .contenty h2{ font-family: "Poppins" sans-serif; font-size: 1em; margin-bottom: 30px; text-indent: -5px;}
.modo-image-content .inner .contenty p{ line-height: 25px;font-size:0.5em;}
.modo-image-content .inner .contenty a{height: 40px; line-height: 38px; display: inline-block; border: 1px solid #e5dfd3; padding: 0 40px; font-size: 11px; font-weight: 700; color: #ccc; margin-top: 30px; overflow: hidden;cursor: pointer;}
.modo-image-content .inner .contenty a *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;cursor: pointer;}
.modo-image-content .inner .contenty a span { position: relative; display: inline-block;cursor: pointer;}
.modo-image-content .inner .contenty a span:before {position: absolute;top: 100%; content: attr(data-hover);cursor: pointer; }
.modo-image-content .inner .contenty a span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);cursor: pointer;}
.modo-image-content .inner .contenty a:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);cursor: pointer;}





/* INT HERO */
.int-hero{ width: 100%; float: left; padding: 0 100px; padding-top: 170px; padding-bottom: 500px; background: #131314; color: #fff; position: relative;}
.int-hero .video-bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.int-hero .video-bg video{min-width: 100%; min-height: 100%; float: left; opacity: 1.0; top: -30px;}
.int-hero .video-bg:after{content: ""; width: 100%; height: 300px; position: absolute; left: 0; bottom: 0; z-index: 2; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(19,19,20,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );cursor: pointer; }
.int-hero .inner{ width: 100%; float: left; position: relative; z-index: 3;}
.int-hero .inner{-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transform:all 0.7s ease; transition: all 0.7s ease; } 
.int-hero .inner h2{max-width: 100%; font-size: 5em; float: left;}
.int-hero .inner h2{transform: translateY(250px); opacity: 0;}
.int-hero .inner h2{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}



/* ABOUT STUDIO */
.about-studio{ width: 100%; float: left;}
.about-studio .hero-image{ width: 100%; margin-bottom: 120px; position: relative; z-index: 2;}
.about-studio .hero-image img{ width: 100%;}
.about-studio h5{ font-size: 3em; font-family: "Poppins" sans-serif; line-height: 1; margin-top: -5px; margin-bottom: 30px; color:#e5dfd3;}
.about-studio .lead{ margin-bottom: 40px; opacity: 1; line-height: 32px;}
.about-studio .lead u{position: relative; text-decoration: none;}
.about-studio .lead u:after{content: ""; width: 100%; height: 7px; background: #bebc9e; position: absolute; left: 0; bottom: 6px; mix-blend-mode: color;cursor: pointer;}
.about-studio p{line-height: 24px; opacity: 0.8;color:#e5dfd3;}
.about-studio p:last-child{max-width: 50%; margin-bottom: 0;}
.about-studio .link{ display: inline-block; color: #000; font-weight: 500; font-size: 12px; position: relative; z-index: 2; margin-bottom: 60px;}
.about-studio .link:hover{ text-decoration: none;}
.about-studio .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.about-studio .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.about-studio .link:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;}
.about-studio .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}



/* WORKS  */
.works { width: 100%; float: left; background: #131314;}
.works.five-cols {width: 100%;}
.works.five-cols .grid-sizer{width: 20%;}
.works.five-cols .grid-item{width: 20%;}
.works.five-cols .grid-item-double{width: 40%;cursor:pointer;}
.works.four-cols {min-width: 100%;}
.works.four-cols .grid-sizer{ width: 3.33%;}
.works.four-cols .grid-item{ width: 15.33%; float: left;}
.works.four-cols .grid-item-one{ width: 33.33%; float: left;cursor:pointer;}
.works.four-cols .grid-item-double{ width: 30%; float: left;cursor:pointer; padding:0px; margin:0px;}
.works.four-cols .grid-item-triple{ width: 43%; float: left;cursor:pointer; padding:0px; margin:0px;}
.works.three-cols {width: 100%;}
.works.three-cols .grid-sizer{width: 10;}
.works.three-cols .grid-item{width: 33.33333%;}
.works.three-cols .grid-item-double{width: 66.66666%;cursor:pointer;}
.works.two-cols {width: 100%;}
.works.two-cols .grid-sizer{width: 50%;}
.works.two-cols .grid-item{width: 50%;}
.works.two-cols .grid-item-double{width: 100%;cursor:pointer;}
.works.one-cols {width: 100%;}
.works.one-cols .grid-sizer-one{width: 100%;}
.works.one-cols .grid-item-one{width: 100%;}
.works.one-cols .grid-item-one{width: 100%;}





/* WORKS FILTER */
.isotope-filter{ width: 100%; float: left; margin: 0; padding-bottom: 30px ; text-align: center; background: #131314;}
.isotope-filter li{ display: inline-block; margin: 0 15px; padding: 0; list-style: none;}
.isotope-filter li a{ float: left; font-size: 13px; font-weight: 500; color: #fff; opacity: 0.99; font-weight: 600; position: relative;cursor: pointer;}
.isotope-filter li a:hover{text-decoration: none;cursor: pointer;}
.isotope-filter li a:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;cursor: pointer;}
.isotope-filter li a:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.isotope-filter li a:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;cursor: pointer;}
.isotope-filter li a:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.isotope-filter li a.current{ color: #bebc9e;cursor: pointer;}
.isotope-filter li a.current:before{display: none;cursor: pointer;}
.isotope-filter li a.current:before{display: none;cursor: pointer;}
.isotope-filter li a.current:after{display: none;cursor: pointer;}


/* WORKS FIGURE */
.works figure{ width: 100%; float: left; position: relative; margin: 0; overflow: hidden;}
.works figure *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.works figure a{ width: 100%; float: left; text-align: center;cursor: pointer;}
.works figure img{ width: 100%; float: left; opacity: 1; }
.works figure figcaption{ width: 100%; height: 100%; float: left; position: absolute; left: 0; bottom: 0; color: #fff; font-size: 13px; font-weight: 700; opacity: 0; padding: 0; }
.works figure figcaption .bg-color{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.9;}
.works figure figcaption .brand{ width: 100%; float: left; margin-bottom: 20px;}
.works figure figcaption .brand img{ width: auto !important; height: 80px; float: none;}
.works figure figcaption a{ width: 100%; height: 100%; float: left; color: #fff; padding: 30px; justify-content: center; display: flex; flex-direction: column; }
.works figure figcaption a:hover{color: #fff; text-decoration: none;cursor: pointer;}
.works figure figcaption h5{ width: 100%; float: left;transform: translateY(-10px); opacity: 0; font-family: 'Poppins', sans-serif; font-size: 20px;}
.works figure figcaption small{ width: 100%; float: left; transform: translateY(10px); opacity: 0; font-weight: 700;}
.works figure:hover figcaption{ opacity: 1;}
.works figure:hover img{transform: scale(1.05);}
.works figure:hover figcaption h5{transform: translateY(0); opacity: 1;}
.works figure:hover figcaption small{transform: translateY(0); opacity: 1;}



/* PROJECT HERO */
.project-hero{ width: calc(100%); float: left; background: #131314; color: #fff; position: relative; margin: 0px;}
.project-hero figure{ width: 100%; float: left; margin: 0; position: relative;}
.project-hero figure img{ width: 100%; float: left;}
.project-hero figure figcaption{ width: 100%; position: absolute; left: 0; top: 0; padding: 0 100px; padding-top: 170px; padding-bottom: 120px;}
.project-hero figure figcaption h2{max-width: 60%; font-size: 5em; float: left;}.inner { width: 100%; padding: 0 100px; position: relative; z-index: 4;}
.project-hero .inner h5{ font-size: 12px; font-weight: 700;}
.project-hero .inner h5:before{content: ""; width: 4px; height: 10px; float: left; background: #bebc9e; margin-left: -10px; margin-top: 2px;}
.project-hero .inner h2{ max-width: 50%; font-family: "Poppins"; font-size: 6em; margin-bottom: 30px;}
.project-hero .inner p{ max-width: 40%; line-height: 25px; margin-bottom: 30px;}


/* PROJECT DETAIL2 */
.project-detail2{ width: 100%; display: flex; background: #1d1d1f; padding: 0px 0px; margin: 0px 0px;}
.project-detail2 .project-navbar{ width: 100%; float: left; margin-bottom: 0px; padding: 0; background: #fff;  text-align: center; z-index: 2; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 0;}
.project-detail2 .project-navbar .navbar{ padding: 20px 0; background: #fff; }
.project-detail2 .project-navbar .navbar li{display: inline-block; margin: 0; padding: 0; list-style: none;}
.project-detail2 .project-navbar .navbar li a{color: #131314; font-weight: 600;cursor: pointer;}
.project-detail2 .project {width: 100%; float: left;}
.project-detail2 .project h2{ font-size: 50px; font-weight: 700;}
.project-detail2 .project .lead{margin-bottom: 20px; padding-right: 30%; opacity: 1; line-height: 32px;}
.project-detail2 .project p{line-height: 26px; opacity: 0.7;}
.project-detail2 .project figure{display: block; margin: 10px 0;}
.project-detail2 .project .client-logo{ width: 240px; margin-top: 0px; margin-bottom: 20px; -webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
.project-detail2 .preojectvid {width: 100%; height: 100vh; float: left; position: relative; background: #1D1D1F; z-index: 1;}
.project-detail2 .preojectvid {transform: translateY(250px); opacity: 1;}
.project-detail2 .preojectvid {-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.project-detail2 .projectvid { width: 100%; float: left; color: #fff; display: flex; flex-direction: column; justify-content: center; background-size:cover; margin-bottom: 100px;}
.project-detail2 .projectvid .inner {width: 100%; position: relative; padding-left: 41%; z-index: 0; margin: 200px 0;}
.project-detail2 .projectvid .inner h5{ font-size: 12px; font-weight: 700;}
.project-detail2 .projectvid .inner h5:before{content: ""; width: 4px; height: 10px; float: left; background: #bebc9e; margin-left: -10px; margin-top: 2px;}
.project-detail2 .projectvid .inner h2{ max-width: 50%; font-family: "Poppins"; font-size: 6em; margin-bottom: 30px;}
.project-detail2 .projectvid .inner p{ max-width: 40%; line-height: 25px; margin-bottom: 30px;}






/* PROJECT DETAIL */
.project-detail{ width: 100%; display: flex; background: #fff; padding: 120px 0;}
.project-detail .project-navbar{ width: 100%; float: left; margin-bottom: 50px; padding: 0; background-color: #fff; opacity: 0.4;  text-align: center; z-index: 2; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 0;}
.project-detail .project-navbar .navbar{ padding: 0px; background-color: transparent; }
.project-detail .project-navbar .navbar li{display: inline-block; margin: 0; padding: 0; list-style: none;}
.project-detail .project-navbar .navbar li a{color: #131314; font-weight: 600;cursor: pointer;}
.project-detail .project {width: 100%; float: left;}
.project-detail .project h2{ font-size: 50px; font-weight: 700;}
.project-detail .project .lead{margin-bottom: 20px; padding-right: 30%; opacity: 1; line-height: 32px;}
.project-detail .project p{line-height: 26px; opacity: 0.7;}
.project-detail .project figure{display: block; margin: 10px 0;}
.project-detail .project .client-logo{ width: 240px; margin-top: 0px; margin-bottom: 20px; -webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
.project-detail .preojectvid {width: 100%; height: 100vh; float: left; position: relative; background: #1D1D1F; z-index: 1;}
.project-detail .preojectvid {transform: translateY(250px); opacity: 1;}
.project-detail .preojectvid {-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.project-detail .projectvid { width: 100%; float: left; color: #fff; display: flex; flex-direction: column; justify-content: center; background-size:cover; margin-bottom: 100px;}
.project-detail .projectvid .inner {width: 100%; position: relative; padding-left: 41%; z-index: 0; margin: 200px 0;}
.project-detail .projectvid .inner h5{ font-size: 12px; font-weight: 700;}
.project-detail .projectvid .inner h5:before{content: ""; width: 4px; height: 10px; float: left; background: #bebc9e; margin-left: -10px; margin-top: 2px;}
.project-detail .projectvid .inner h2{ max-width: 50%; font-family: "Poppins"; font-size: 6em; margin-bottom: 30px;}
.project-detail .projectvid .inner p{ max-width: 40%; line-height: 25px; margin-bottom: 30px;}



/* PROJECT SLIDER LINKS */
.project-detail .projectvid .inner .link{ float: left; font-size: 22px; font-weight: 600; color: #fff; position: relative; text-align:center; margin-top: 4px; padding:15px;}
.project-detail .projectvid .inner .link:hover{ text-decoration: none;}
.project-detail .projectvid .inner .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 0px; height: 3px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.project-detail .projectvid .inner .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 0px; height: 3px; width: 0; background: #fff; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.project-detail .projectvid .inner .link:hover:before { width: 100%; background: #fff; transition: width .25s ease;}
.project-detail .projectvid .inner .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.project-detail .projectvid .inner .video-link {width: 95px; height: 95px; float: left; border-radius: 50%; position: relative; transition:all .5s; margin-left: 32px; margin-top: 0px;cursor: pointer;}
.project-detail .projectvid .inner .video-link:hover {background-color: rgba(199,16,19,1.0); border-radius: 125px;}
.project-detail .projectvid .inner .video-link:after{content: ""; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -15px; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 21px; border-color: transparent transparent transparent #fff;cursor: pointer;}
.project-detail .projectvid .inner .video-link .video-play-circle { stroke-dasharray: 315; stroke-dashoffset: 315; transition: stroke-dashoffset .5s;}
.project-detail .projectvid .inner .video-link svg { transform: rotate(-90deg); transition: transform .3s; background-color: rgba(21,13,14,0.70); border-radius: 155px;}
.project-detail .projectvid .inner .video-link:hover .video-play-circle { stroke-dashoffset: 0; background-color: rgba(255,0,0,1.00); border-radius: 155px;} 
.project-detail .projectvid .inner .video-link .video-play-outline{width: 95px; height: 95px; position: absolute; left: 0; top: 0; border-radius: 50%; border: 3px solid rgba(255,255,255,0.05); border-radius: 125px;}




/* ICON FEATURES */
.icon-features{ width: 100%; float: left; padding-top: 120px; padding-bottom: 60px; text-align: center;background:#e5dfd3;}
.icon-features img{ width: 60px; display: inline-block; margin-bottom: 20px;}
.icon-features small{display: block; font-weight: 600; margin-bottom: 10px;}
.icon-features h3{ display: block; font-family: "Poppins" sans-serif; font-size: 24px; line-height: 32px; margin-bottom: 20px; }
.icon-features p{display: block; padding: 0 10%; margin-bottom: 20px; opacity: 0.8;}
.icon-features a{ display: inline-block; color: #000; font-weight: 500; font-size: 12px; position: relative; z-index: 2; margin-bottom: 60px;cursor: pointer;}
.icon-features a:hover{ text-decoration: none;cursor: pointer;}
.icon-features a:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;cursor: pointer;}
.icon-features a:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.icon-features a:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;cursor: pointer;}
.icon-features a:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}




/* TEAM MEMBERS */
.team-members{ width: 100%; float: left; margin-top: 120px;}
.team-members *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.team-members .member{width: 20%; float: left; position: relative; z-index: 2; margin: 0; background: #bebc9e; overflow: hidden;}
.team-members .member:nth-child(2){margin-top: 100px;}
.team-members .member:nth-child(4){margin-top: 100px;}
.team-members .member figcaption{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0;}
.team-members .member figcaption div{ width: 100%; height: 30px; float: left; position: absolute; left: 0; top: 50%; margin-top: -15px; text-align: center;}
.team-members .member figcaption div h3{font-size: 13px; font-weight: 700; color: #fff; margin: 0;}
.team-members .member figcaption div small{ display: block; color: #fff;}
.team-members .member:hover{ box-shadow: 0 66px 75px -10px rgba(0,0,0,.3);}
.team-members .member:hover img{opacity: 0.2; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.team-members .member:hover figcaption{opacity: 1;}

.team-members .widget { width: 100%; float: left; margin: 0px; position: relative; }
.team-members .widget .title { display: block; margin-bottom: 15px; font-size: 22px; font-family: "Poppins"; }
.team-members .widget p { font-size: 13px; line-height: 20px; opacity: 0.7; }
.team-members .widget form { width: 100%; float: left; border: 1px solid #eee; padding: 4px; }
.team-members .widget form input[type="text"] { width: calc(100% - 60px); height: 40px; border: none; padding: 0 15px; background: none; }
.team-members .widget form button { width: 50px; height: 40px; padding: 0; background: none; border:none; font-weight: 700; font-size: 13px; }
.team-members .widget .tags { width: 100%; float: left; margin: 0; padding: 0; }
.team-members .widget .tags li { float: left; margin-right: 0px; margin-bottom: 6px; padding: 0; list-style: none; }
.team-members .widget .tags li a { height: 23px; line-height: 23px; float: left; border: 1px solid #eee; padding: 0 10px;  font-size: 11px; font-weight: 600; color: #131314; cursor: pointer;}
.team-members .widget .tags li a:hover { background: #bebc9e; border-color: #bebc9e; text-decoration: none; color: #fff;cursor: pointer; }
.team-members .widget .categories { width: 100%; float: left; margin: 0; padding: 0; }
.team-members .widget .categories li { width: 100%; float: left; margin: 0; padding: 3px 0; list-style: none; }
.team-members .widget .categories li span { float: right; opacity: 0.7; font-size: 12px; }
.team-members .widget .categories li a { float: left; font-weight: 600; font-size: 12px; color: #131314; opacity: 0.7; cursor: pointer;}
.team-members .widget .gallery { width: 100%; float: left; margin: 0; padding: 0; background: none; display:flex; flex-direction: row; }
.team-members .widget .gallery li { width: 20%; float: left; padding: 5px; margin: 0; list-style: none; }
.team-members .widget .gallery li a { float: left;cursor: pointer; }
.team-members .widget .gallery li img { width: 100%; float: left; }





/* CLIENTS */
.clients{width: 100%; float: left; padding: 120px 0;}
.clients *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.clients ul{ width: 100%; float: left; margin: 0; padding: 0;}
.clients ul li{ width: 20%; float: left; margin: 0; padding: 0; list-style: none; position: relative;}
.clients ul li figure{ width: 100%; float: left; margin: 0; padding: 0 10%;}
.clients ul li figure img{ width: 100%; float: left;}
.clients ul li:after{content: ""; width: 1px; height: 30px; background: #eee; position: absolute; right: 0; top: 30px;cursor: pointer;}
.clients ul li:last-child:after{display: none;cursor: pointer;}
.clients ul li:hover figure{opacity: 0.4;}




/* SIDE IMAGE CONTENT */
.side-image-content{min-width: 100%; float: left; display: flex; flex-direction: row; margin: 100px 0;}
.side-image-content .inner {min-width: 50%; display: flex; justify-content: center; flex-direction: column; position: relative;}
.side-image-content .inner.bg1{ background: #1d1d1f;z-index: 0;}
.side-image-content .inner .main-image{ min-width: 100%; float: left; margin: 0; margin-top: -100px; margin-bottom: 100px;}
.side-image-content .inner .sub-image{ width: 300px; position: absolute; right: -50px; bottom: -100px;z-index: 4; border-radius:0px; border-style:ridge; display: block;}
.side-image-content .inner img{ width: 100%; display: block;}
.side-image-content .inner .contenty{ min-width: 100%; float: left; padding: 15px; color:#e5dfd3; display:block;}
.side-image-content .inner .contenty h5{ font-size: 12px; font-weight: 700;}
.side-image-content .inner .contenty h5:before{content: ""; width: 4px; height: 10px; float: left; background: #131314; margin-left: -10px; margin-top: 2px;}
.side-image-content .inner .contenty h2{ font-family: "Poppins" sans-serif; font-size: 4em; margin-bottom: 30px; text-indent: -5px;}
.side-image-content .inner .contenty p{ line-height: 25px;}
.side-image-content .inner .contenty a{height: 60px; line-height: 58px; display: inline-block; border: 1px solid #131314; padding: 0 40px; font-size: 11px; font-weight: 700; color: #131314; margin-top: 30px; overflow: hidden;cursor: pointer;}
.side-image-content .inner .contenty .award-list{ min-width: 100%; float: left; margin: 0; padding: 0; list-style: none;}
.side-image-content .inner .contenty .award-list li{ width: 100%; float: left; padding:5px 0;}
.side-image-content .inner .contenty .award-list li span{ float: left; margin-right: 6px; line-height: 23px;}
.side-image-content .inner .contenty .award-list li small{ width: 18px; height: 18px; line-height: 20px; display: inline-block; border-radius: 50%; background: #131314; color: #1d1d1f; text-align: center; font-weight: 600; font-size: 11px; margin-bottom: 5px;}
.side-image-content .inner .contenty a *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;cursor: pointer;}
.side-image-content .inner .contenty a span { position: relative; display: inline-block;cursor: pointer;}
.side-image-content .inner .contenty a span:before {position: absolute;top: 100%; content: attr(data-hover);cursor: pointer; }
.side-image-content .inner .contenty a span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);cursor: pointer;}
.side-image-content .inner .contenty a:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);cursor: pointer;}




/* AWARDS */
.awards{ min-width: 100%; float: left; padding: 120px 0px 120px 0px;background:#e5dfd3;}
.awards h5{ font-size: 12px; font-weight: 700; margin-top: 20px;}
.awards h5:before{content: ""; width: 4px; height: 10px; float: left; background: #1d1d1f; margin-left: -10px; margin-top: 2px;}
.awards h2{ font-family: "Poppins" sans-serif; font-size: 3em; margin-bottom: 30px; text-indent: -5px;}
.awards figure{ width: 100%; float: left; margin-bottom: 20px; padding: 10px 20px; position: relative;}
.awards figure:after{content: ""; width: 40px; height: 3px; background: #1d1d1f; position: absolute; left: 50%; bottom:0; margin-left: -20px;cursor: pointer;}
.awards figure img{ width: 100%; float: left; opacity: 0.9; }
.awards .award{ width: 100%; float: left; border: 1px solid #eee; padding-bottom: 20px;}
.awards .odometer{ display: block; text-align: center; font-family: "Poppins"; font-size: 30px;}

/* AWARDS2 */
.awards2{ width: 100%; float: left; padding: 120px 0px 120px 0px;}
.awards2  h5{ font-size: 12px; font-weight: 700; margin-top: 20px; color:#fff;}
.awards2  h5:before{content: ""; width: 4px; height: 10px; float: left; background:#fff; color:#fff; margin-left: -10px; margin-top: 2px;}
.awards2  h2{ font-family: "Poppins"; font-size: 4em; margin-bottom: 30px; text-indent: -5px;color:#fff;}
.awards2  figure{ width: 100%; float: left; margin-bottom: 0px; padding: 5px; position: relative;}
.awards2  figure:after{content: ""; width: 40px; height: 3px; background: #fff; position: absolute; left: 50%; bottom:0; margin-left: -20px;cursor: pointer;}
.awards2  figure img{ min-width: 40px; float: left; opacity: 0.9; display:block; }
.awards2 .award{ width: 100%; float: left; border: 1px solid #eee; margin-left: 0px; padding: 0px;}
.awards2 .odometer{ display: block; text-align: center; font-family: "Poppins"; font-size: 30px; color:#fff;}




/* JOURNAL */
.journal{ width: 100%; float: left; padding-bottom: 40px;}
.journal *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.journal .post{ width: 100%; float: left; position: relative; margin-bottom: 80px;}
.journal .post.detail{ width: 100%; float: left;}
.journal .post.detail figure{margin-bottom: 50px;}
.journal .post.detail .post-content{ padding: 0 15%;}
.journal .post.detail .post-content.left{padding: 0 30px; width: 75%;}
.journal .post.detail .post-content .author{ width: 100%; float: left; position: static; margin-bottom: 20px;}
.journal .post.detail .post-content .author img{ width: 60px; border-radius: 50%; float: left; margin-right: 10px;  opacity: 1;}
.journal .post.detail .post-content .author small{line-height: 60px; opacity: 1;}
.journal .post.detail .post-content .lead{line-height: 30px;}
.journal .post.detail .post-content small{opacity: 0.4;}
.journal .post.detail .post-content h3{ width: 100%; float: left; padding-right: 0; font-size: 3em;}
.journal .post.detail .post-content blockquote{ width: 100%; float: left; border-left: 3px solid #eee; padding: 20px 0; padding-left: 30px;}
.journal .post.detail .post-content blockquote p{margin-bottom: 10px;}
.journal .post.detail .post-content blockquote h5{margin-bottom: 0; font-family: "Poppins";}
.journal .post.detail .post-content p{ width: 100%; float: left; padding-right: 0;}
.journal .post.highlight{width: 100%; float: left; position: relative; margin-bottom: 120px;}
.journal .post.highlight figure{ width: 100%; float: left; margin: 0; }
.journal .post.highlight figure img{ opacity: 0.4;}
.journal .post.highlight .post-content{position: absolute; left: 0; bottom: 0; padding: 50px; padding-right: 40%; color: #fff;}
.journal .post.highlight .post-content h3{font-size: 3em;}
.journal .post.highlight .post-content .author{position: static;}
.journal .post.highlight .post-content .author img{opacity: 1;}
.journal .post.highlight .post-content .link{ font-weight: 700;}
.journal .post.highlight .post-content p{opacity: 1;}
.journal .post.highlight .post-content a{color: #fff;cursor: pointer;}
.journal .post.highlight .post-content a:hover{color: #fff;cursor: pointer;cursor: pointer;}
.journal .post.highlight:hover figure img{opacity: 0.6;}
.journal .post figure{ width: 100%; float: left; margin-bottom: 20px; position:relative; background: #131314; overflow: hidden;}
.journal .post figure img{ width: 100%; float: left; opacity: 0.6;}
.journal .post figure .author{ width: 100%; line-height: 50px; position: absolute; left: 30px; bottom: 30px; color: #fff;}
.journal .post figure .author img{ width: 50px; border-radius: 50%; float: left; margin-right: 10px; border:3px solid rgba(255,255,255,0.2); opacity: 1;}
.journal .post .post-content{ width: 100%; float: left;}
.journal .post .post-content small{display: block; margin-bottom: 10px;}
.journal .post .post-content small a{color: #131314;cursor: pointer;}
.journal .post .post-content h3{ display: block; font-family:"Poppins"; margin-bottom: 20px; padding-right: 15%;}
.journal .post .post-content h3 a{color: #131314;cursor: pointer;}
.journal .post .post-content h3 a:hover{text-decoration: none; color: #bebc9e;cursor: pointer;}
.journal .post .post-content p{line-height: 24px; opacity: 0.6; padding-right: 15%; margin-bottom: 30px;}
.journal .post .post-content .link{ display: inline-block; color: #000; font-weight: 500; font-size: 12px; position: relative; z-index: 2;}
.journal .post .post-content .link:hover{ text-decoration: none;}
.journal .post .post-content .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.journal .post .post-content .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.journal .post .post-content .link:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;}
.journal .post .post-content .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.journal .post:hover figure img{opacity: 0.8; -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05);}


.journal .sidebar { width: 25%; float: left; padding:0 30px; border-left: 1px solid #eee; }
.journal .sidebar .widget { width: 100%; float: left; margin-bottom: 30px; position: relative; }
.journal .sidebar .widget .title { display: block; margin-bottom: 15px; font-size: 22px; font-family: "Poppins"; }
.journal .sidebar .widget p { font-size: 13px; line-height: 20px; opacity: 0.7; }
.journal .sidebar .widget form { width: 100%; float: left; border: 1px solid #eee; padding: 4px; }
.journal .sidebar .widget form input[type="text"] { width: calc(100% - 60px); height: 40px; border: none; padding: 0 15px; background: none; }
.journal .sidebar .widget form button { width: 50px; height: 40px; padding: 0; background: none; border:none; font-weight: 700; font-size: 13px; }
.journal .sidebar .widget .tags { width: 100%; float: left; margin: 0; padding: 0; }
.journal .sidebar .widget .tags li { float: left; margin-right: 6px; margin-bottom: 6px; padding: 0; list-style: none; }
.journal .sidebar .widget .tags li a { height: 23px; line-height: 23px; float: left; border: 1px solid #eee; padding: 0 10px;  font-size: 11px; font-weight: 600; color: #131314;cursor: pointer; }
.journal .sidebar .widget .tags li a:hover { background: #bebc9e; border-color: #bebc9e; text-decoration: none; color: #fff;cursor: pointer; }
.journal .sidebar .widget .categories { width: 100%; float: left; margin: 0; padding: 0; }
.journal .sidebar .widget .categories li { width: 100%; float: left; margin: 0; padding: 3px 0; list-style: none; }
.journal .sidebar .widget .categories li span { float: right; opacity: 0.7; font-size: 12px; }
.journal .sidebar .widget .categories li a { float: left; font-weight: 600; font-size: 12px; color: #131314; opacity: 0.7;cursor: pointer; }
.journal .sidebar .widget .gallery { width: 100%; float: left; margin: 0; padding: 0; background: none;}
.journal .sidebar .widget .gallery li { width: 33.33333%; float: left; padding: 5px; margin: 0; list-style: none; }
.journal .sidebar .widget .gallery li a { float: left;cursor: pointer; }
.journal .sidebar .widget .gallery li img { width: 100%; float: left; }

.journal .post-comment{ width: 75%; float: left; padding: 0 30px; margin-top: 50px;}
.journal .post-comment h6{font-size: 20px; font-family: 'Poppins', serif; text-transform: uppercase; margin-bottom: 20px;}
.journal .post-comment .comments{ width: 100%; float: left;}
.journal .post-comment .comments .comment{ width: 100%; float: left; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.journal .post-comment .comments .comment.inner{ padding-left: 80px;}
.journal .post-comment .comments .comment .comment-avatar{ width: 80px; float: left; background: none;}
.journal .post-comment .comments .comment .comment-avatar img{ width: 60px; float: left; border-radius: 50%; opacity: 1; -moz-transform: scale(1.0) !important; -webkit-transform: scale(1.0) !important; transform: scale(1.0) !important;}
.journal .post-comment .comments .comment .comment-content{ width: calc(100% - 80px); float: left;}
.journal .post-comment .comments .comment .comment-content h4{font-family:'Poppins', serif; font-size: 18px;}
.journal .post-comment .comments .comment .comment-content p{opacity: 0.7;}
.journal .post-comment .comments .comment .comment-content small{font-family: 'Poppins', sans-serif; text-transform: uppercase;}
.journal .post-comment .comments .comment .comment-content a{ float: right; font-weight: 600; font-size: 12px; padding: 4px 8px; border: 1px solid #eee; color: #131314;cursor: pointer;}
.journal .post-comment textarea{ width: 100%;}
.journal .post-comment .comment-form{ width: 100%; float: left; margin-top: 40px;}
.journal .post-comment .comment-form label{width: 100%; float: left; margin: 0; position: relative; z-index: 2;}
.journal .post-comment .comment-form label span{ float: left; background: #fff; font-size: 12px; margin-left: 14px; padding: 0 6px; font-weight: 600; margin-bottom: -10px;}
.journal .post-comment .comment-form input{width: 100%; height: 62px; border: 1px solid #ccc; padding: 0 20px;}
.journal .post-comment .comment-form textarea{width: 100%; height: 120px; border: 1px solid #ccc; padding:20px;}
.journal .post-comment .comment-form button{height: 60px; line-height: 58px; display: inline-block; border:none; padding: 0 40px; font-size: 11px; border:none; font-weight: 700; color: #fff; background: #131314; overflow: hidden;}
.journal .container-fluid{padding: 0 30px;}




/* Product Fam */
.pfam{ min-width: 100%; float: left; padding-bottom: 40px;}
.pfam *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.pfam .post{ width: 100%; float: left; position: relative; margin-bottom: 80px;}
.pfam .post.detail{ width: 100%; float: left;}
.pfam .post.detail figure{margin-bottom: 50px;}
.pfam .post.detail .post-content{ padding: 0 15%;}
.pfam .post.detail .post-content.left{padding: 0 30px; width: 75%;}
.pfam .post.detail .post-content .author{ width: 100%; float: left; position: static; margin-bottom: 20px;}
.pfam .post.detail .post-content .author img{ width: 190px; border-radius: 0%; float: left; margin-right: 10px;  opacity: 1;}
.pfam .post.detail .post-content .author small{line-height: 60px; opacity: 1;}
.pfam .post.detail .post-content .lead{line-height: 30px;}
.pfam .post.detail .post-content small{opacity: 0.4;}
.pfam .post.detail .post-content h3{ width: 100%; float: left; padding-right: 0; font-size: 3em;}
.pfam .post.detail .post-content blockquote{ width: 100%; float: left; border-left: 3px solid #eee; padding: 20px 0; padding-left: 30px;}
.pfam .post.detail .post-content blockquote p{margin-bottom: 10px;}
.pfam .post.detail .post-content blockquote h5{margin-bottom: 0; font-family: "Poppins";}
.pfam .post.detail .post-content p{ width: 100%; float: left; padding-right: 0;}
.pfam .post.highlight{width: 100%; float: left; position: relative; margin-bottom: 120px;}
.pfam .post.highlight figure{ width: 100%; float: left; margin: 0; }
.pfam .post.highlight figure img{ opacity: 1.0;}
.pfam .post.highlight .post-content{position: absolute; left: 0; bottom: 0; padding: 50px; padding-right: 40%; color: #1d1d1f;}
.pfam .post.highlight .post-content h3{font-size: 3em;}
.pfam .post.highlight .post-content .author{position: static;}
.pfam .post.highlight .post-content .author img{opacity: 1;}
.pfam .post.highlight .post-content .link{ font-weight: 700;}
.pfam .post.highlight .post-content p{opacity: 1;}
.pfam .post.highlight .post-content a{color: #1d1d1f;cursor: pointer;}
.pfam .post.highlight .post-content a:hover{color: #1d1d1f;cursor: pointer;}
.pfam .post.highlight:hover figure img{opacity: 1;}
.pfam .post figure{ width: 100%; float: left; margin-bottom: 20px; position:relative; background: #131314; overflow: hidden;}
.pfam .post figure img{ width: 100%; float: left; opacity: 1.0;}
.pfam .post figure .author{ width: 100%; line-height: 50px; position: absolute; left: 10px; bottom: 30px; color: #1d1d1f;}
.pfam .post figure .author img{ width: 90px; border-radius: 150%; float: left; margin-right: 10px; border:1px solid rgba(200,200,200,0); opacity: 1;}
.pfam .post .post-content{ width: 100%; float: left;}
.pfam .post .post-content small{display: block; margin-bottom: 10px;}
.pfam .post .post-content small a{color: #131314;cursor: pointer;}
.pfam .post .post-content h3{ display: block; font-family:"Poppins"; margin-bottom: 20px; padding-right: 15%;}
.pfam .post .post-content h3 a{color: #131314;cursor: pointer;}
.pfam .post .post-content h3 a:hover{text-decoration: none; color: #bebc9e;cursor: pointer;}
.pfam .post .post-content p{line-height: 24px; opacity: 0.6; padding-right: 15%; margin-bottom: 30px;}
.pfam .post .post-content .link{ display: inline-block; color: #000; font-weight: 500; font-size: 12px; position: relative; z-index: 2;}
.pfam .post .post-content .link:hover{ text-decoration: none;}
.pfam .post .post-content .link:before { content: ''; display: block; position: absolute; left: 0; bottom: 2px; height: 7px; width: 0; transition: width 0s ease, background .25s ease; mix-blend-mode: color;}
.pfam .post .post-content .link:after { content: ''; display: block; position: absolute; right: 0; bottom: 2px; height: 7px; width: 0; background: #bebc9e; transition: width .25s ease; mix-blend-mode: color;cursor: pointer;}
.pfam .post .post-content .link:hover:before { width: 100%; background: #bebc9e; transition: width .25s ease;}
.pfam .post .post-content .link:hover:after { width: 100%; background: transparent; transition: all 0s ease;cursor: pointer;}
.pfam .post:hover figure img{opacity: 1.0; -moz-transform: scale(1.0); -webkit-transform: scale(1.0); transform: scale(1.0);}


.pfam .sidebar { width: 25%; float: left; padding:0 30px 0px 30px; border-left: 1px solid #eee; }
.pfam .sidebar .widget { width: 100%; float: left; margin-bottom: 30px; position: relative; }
.pfam .sidebar .widget .title { display: block; margin-bottom: 15px; font-size: 22px; font-family: "Poppins"; }
.pfam .sidebar .widget p { font-size: 13px; line-height: 20px; opacity: 0.7; }
.pfam .sidebar .widget form { width: 100%; float: left; border: 1px solid #eee; padding: 4px; }
.pfam .sidebar .widget form input[type="text"] { width: calc(100% - 60px); height: 40px; border: none; padding: 0 15px; background: none; }
.pfam .sidebar .widget form button { width: 50px; height: 40px; padding: 0; background: none; border:none; font-weight: 700; font-size: 13px; }
.pfam .sidebar .widget .tags { width: 100%; float: left; margin: 0; padding: 0; }
.pfam .sidebar .widget .tags li { float: left; margin-right: 6px; margin-bottom: 6px; padding: 0; list-style: none; }
.pfam .sidebar .widget .tags li a { height: 23px; line-height: 23px; float: left; border: 1px solid #eee; padding: 0 10px;  font-size: 11px; font-weight: 600; color: #131314; cursor: pointer;}
.pfam .sidebar .widget .tags li a:hover { background: #bebc9e; border-color: #bebc9e; text-decoration: none; color: #fff;cursor: pointer; }
.pfam .sidebar .widget .categories { width: 100%; float: left; margin: 0; padding: 0; }
.pfam .sidebar .widget .categories li { width: 100%; float: left; margin: 0; padding: 3px 0; list-style: none; }
.pfam .sidebar .widget .categories li span { float: right; opacity: 0.7; font-size: 12px; }
.pfam .sidebar .widget .categories li a { float: left; font-weight: 600; font-size: 12px; color: #131314; opacity: 0.7; cursor: pointer;}
.pfam .sidebar .widget .gallery { width: 100%; float: left; margin: 0; padding: 0; background: none;}
.pfam .sidebar .widget .gallery li { width: 60%; float: left; padding: 5px; margin: 0; list-style: none; }
.pfam .sidebar .widget .gallery li a { float: left;cursor: pointer; }
.pfam .sidebar .widget .gallery li img { width: 100%; float: left; }

.pfam .post-comment{ width: 75%; float: left; padding: 0 30px; margin-top: 50px;}
.pfam .post-comment h6{font-size: 20px; font-family: 'Poppins', serif; text-transform: uppercase; margin-bottom: 20px;}
.pfam .post-comment .comments{ width: 100%; float: left;}
.pfam .post-comment .comments .comment{ width: 100%; float: left; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.pfam .post-comment .comments .comment.inner{ padding-left: 80px;}
.pfam .post-comment .comments .comment .comment-avatar{ width: 80px; float: left; background: none;}
.pfam .post-comment .comments .comment .comment-avatar img{ width: 60px; float: left; border-radius: 50%; opacity: 1; -moz-transform: scale(1.0) !important; -webkit-transform: scale(1.0) !important; transform: scale(1.0) !important;}
.pfam .post-comment .comments .comment .comment-content{ width: calc(100% - 80px); float: left;}
.pfam .post-comment .comments .comment .comment-content h4{font-family:'Poppins', serif; font-size: 18px;}
.pfam .post-comment .comments .comment .comment-content p{opacity: 0.7;}
.pfam .post-comment .comments .comment .comment-content small{font-family: 'Poppins', sans-serif; text-transform: uppercase;}
.pfam .post-comment .comments .comment .comment-content a{ float: right; font-weight: 600; font-size: 12px; padding: 4px 8px; border: 1px solid #eee; color: #131314;cursor: pointer;}
.pfam .post-comment textarea{ width: 100%;}
.pfam .post-comment .comment-form{ width: 100%; float: left; margin-top: 40px;}
.pfam .post-comment .comment-form label{width: 100%; float: left; margin: 0; position: relative; z-index: 2;}
.pfam .post-comment .comment-form label span{ float: left; background: #fff; font-size: 12px; margin-left: 14px; padding: 0 6px; font-weight: 600; margin-bottom: -10px;}
.pfam .post-comment .comment-form input{width: 100%; height: 62px; border: 1px solid #ccc; padding: 0 20px;}
.pfam .post-comment .comment-form textarea{width: 100%; height: 120px; border: 1px solid #ccc; padding:20px;}
.pfam .post-comment .comment-form button{height: 60px; line-height: 58px; display: inline-block; border:none; padding: 0 40px; font-size: 11px; border:none; font-weight: 700; color: #fff; background: #131314; overflow: hidden;}
.pfam .container-fluid{padding: 0 30px;}





/* CONTACT */
.contact{ width: 100%; float: left; padding-top: 120px; padding-bottom: 90px; color:#ccc; z-index: -1;}
.contact .titles{ width: 100%; float: left; text-align: center; margin-bottom: 40px; padding: 0 25%;color:#ccc;}
.contact .titles h5{ font-size: 12px; font-weight: 700; text-transform: uppercase; color:#ccc;}
.contact .titles h2{ font-family: "Poppins" sans-serif; font-size: 4em; margin-bottom: 30px;color:#ccc;}
.contact .address{ width: 100%; float: left; text-align: center; padding: 0 10%; margin-bottom: 50px;color:#ccc;}
.contact .address h4{ display: block; font-family: "Poppins" sans-serif; font-size: 24px; line-height: 32px; margin-bottom: 20px; color:#ccc;}
.contact .address p{display: block;color:#ccc;}
.contact .address p a{font-weight: 600; color: #ccc;cursor: pointer;}
.contact .address a{display: inline-block; font-weight: 600; color: #ccc;cursor: pointer;}
.contact .address a:hover{text-decoration: none;cursor: pointer;}
.contact .address a svg{ width: 20px; display: inline-block; margin-bottom: -8px;cursor: pointer; }
.contact form{ margin-top: 50px;}
.contact form .form-group{margin-bottom: 30px;}
.contact form label{ width: 100%; float: left; margin: 0; position: relative; z-index: 2;}
.contact form label span{float: left; background: #fff; font-size: 12px; margin-left: 14px; padding: 0 6px; font-weight: 600; margin-bottom: -10px;}
.contact form input[type="text"]{ width: 100%; height: 62px; border: 1px solid #ccc; padding: 0 20px;}
.contact form textarea{ width: 100%; height: 140px; float: left; line-height: 26px; border: 1px solid #ccc; padding: 20px;}
.contact form button[type="submit"]{height: 60px; line-height: 58px; display: inline-block; border:none; padding: 0 40px; font-size: 11px; font-weight: 700; color: #fff; background: #ccc; overflow: hidden;}
.contact .alert{ width:100%; float:left;}
.contact #success, .contact #error {display:none}
.contact #success, .contact #error { float:left;}
.contact #contact label.error{ width:100%; color:#bebc9e; margin-top: 10px; text-align: center;}
.contact #contact input.error  {width:100%; border:1px solid #bebc9e;}
.contact #contact textarea.error{width:100%; border:1px solid #bebc9e;}
.map{ width: 70%; height: 420px; display: inline-block; margin:0 15%;  background: #bebc9e; display: none;}




/* FOOTER */
.footer-spacing{ width: 100%; float: left;}
.footer{ width: calc(100%); position: fixed; left: 0; bottom: 0; margin: 0px; padding-top: 50px; background:url(../images/MF-line-bg.png) center no-repeat #e5dfd3; background-size: auto 105%; text-align: center; color: #131314;z-index:1;display:block;}
.footer img{width: 170px; margin-bottom: 20px; display: inline-block;}
.footer .social-media{ width: 100%; float: left; display: none; text-align: center; margin-bottom: 20px; padding: 0;}
.footer .social-media li{display: inline-block; margin: 0 10px; list-style: none;}
.footer .social-media li a{ float: left; font-size: 12px; font-weight: 600; color: #131314;cursor: pointer;}
.footer .social-media li a:hover{text-decoration: none; color: #ff5841f;cursor: pointer;}
.footer h4{font-weight: 300; letter-spacing: -1px; font-size: 2em;}
.footer h2{ font-family: "Poppins" sans-serif; text-transform: uppercase; font-size: 4em; margin-bottom: 30px; padding: 0 10%;}
.footer .btn-contact{height: 60px; line-height: 58px; display: inline-block; border: 1px solid rgba(0,0,0,0.2); padding: 0 40px; font-size: 11px; font-weight: 700; color: #131314; margin-bottom: 30px; overflow: hidden;}
.footer .btn-contact *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.footer .btn-contact span { position: relative; display: inline-block;}
.footer .btn-contact span:before {position: absolute;top: 100%; content: attr(data-hover); }
.footer .btn-contact span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.footer .btn-contact:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);}
.footer .footer-bar{ width: 100%; float: left; border-top:1px solid rgba(255,255,255,0.05); margin-top: 50px; padding: 20px 0;}
.footer .footer-bar span{font-size: 12px;}
.footer .footer-bar span a{color: #131314; font-weight: 600;cursor: pointer;}




/* SCROLL DOWN */
.scroll-down{width: 1px; height: 70px; position: absolute; left: 50%; bottom: 30px; z-index:2;}
.scroll-down span {display: block; position: relative; padding-top: 79px; text-align:center;}
.scroll-down span::before { -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;}
.scroll-down span::before{ position: absolute; top: 0px; left: 50%; margin-left: -0.5px; width: 1px; height: 70px; background: #131314; content:"";}




/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
	.intro-image-content .inner .contenty{margin-top:250px;text-align:center;}
	.intro-image-content .inner .main-image{max-width:100%;margin-top:0px;}
	.intro-image-content .inner .contenty h2{font-size: 2em; text-indent: 0;}
	.slider .swiper-container .swiper-slide .inner h2{font-size: 4em; padding: 0 60px;}
	.slider .swiper-container .swiper-slide .inner h5{font-size: 1.6em; padding: 0 10px;}
	.slider .swiper-container .swiper-slide .inner{padding: 0 60px;}
	.slider .swiper-container .swiper-pagination-fraction{left: 60px;}
	.modo-image-content .inner .main-image{max-width: 100%; float: left; margin-top: -70px;}
	.modo-image-content .inner .contenty{ padding: 0px; text-align: center; margin-top:-100px;display: block;}
	.project-hero{ width: calc(100%); float: left; background: #131314; color: #fff; position: relative; margin: 0px;}
	.project-hero figure figcaption h2{ font-size: 32px;position:relative;float:left;}
	.project-detail .projectvid .inner {width: 100%; position: relative; padding-left: 41%; z-index: 0; margin: 200px 0;}
	.pfam .sidebar { width: 65%; float: left; padding:0 30px; border-left: 1px solid #eee; }
	.pfam .post-comment{ width: 45%; float: left; padding: 0 30px; margin-top: 50px;}
	.icon-features p{padding: 0;}
	.icon-features h3{font-size: 20px;}
	.side-image-content .inner .contenty h2{font-size: 2em; text-indent: 0;}
	.footer{min-width: 100%; margin: 0px;}
	.footer h2{font-size: .5em; padding: 0;}
	.footer .social-media{display: block;}
	.footer .footer-bar span{ min-width: 100%; text-align: center;}
	.footer .footer-bar span siteseal{ width:20px; possition:relative;}
}	




/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	.intro-image-content {height:580px;display: block;}
	.intro-image-content .inner{min-width: 100%; float: left;}
	.intro-image-content .inner .main-image{display:none; text-align:center;}
	.intro-image-content .inner .sub-image{display:none;}
	.intro-image-content .inner .contenty {padding: 20px; margin-top:180px;display:block;text-align: center;}
	.slider .swiper-container .swiper-slide .inner h2{max-width: 70%;}
	.slider .swiper-container .swiper-slide .inner h5{max-width: 70%;padding: 0px 30px;}
	.slider .swiper-container .swiper-slide .inner p{max-width: 70%;}
	.slider .swiper-container .swiper-slide .inner{padding: 60px;}
	.modo-image-content{margin-bottom: 0; height:250px;z-index:0;}
	.modo-image-content .inner .contenty{ padding: 0px; text-align: center; margin-top:-190px;display: block;}
	.modo-image-content .inner .contenty h5:before{display: none;}
	.modo-image-content .inner .contenty h2{font-size: 3em;}
	.modo-image-content .inner .main-image{min-width: 450px; float: left; margin-top:-80px;}
	.project-hero { width: calc(100%); background: #131314; color: #fff; position: relative; margin:0px;}
	.project-hero figure figcaption h2 { font-size: 3em; position:relative;float:left; margin: -70px 0px;}
	.works.four-cols .grid-item{ width: 15.33% !important; float: left;}
	.works.four-cols .grid-item-one{ width: 33.33% !important; float: left;cursor:pointer;}
	.works.four-cols .grid-item-one h5{ font-size: 7px;}
	.works.four-cols .grid-item-double{ width: 30% !important; float: left;cursor:pointer; padding:0px; margin:0px;}
	.works.four-cols .grid-item-triple{ width: 43% !important; float: left;cursor:pointer; padding:0px; margin:0px;}
	.int-hero .inner h2 {max-width: 100%;}
	.project-detail .projectvid .inner {width: 100%; position: relative; padding-left: 37%; z-index: 0; margin: 120px 0;}
	.about-studio h5 {font-size: 2em;}
	.about-studio p:last-child {max-width: 100%; margin-bottom: 0;}
	.pfam { min-width: 100%;}
	.pfam .post { min-width: 100%;}
	.pfam .post .post-content { min-width: 100%;}
	.pfam .sidebar { width: 100%; float: left; padding:0 30px; border-left: 1px solid #eee; }
	.pfam .post-comment { width: 100%; float: left; padding: 0 30px; margin-top: 50px;}
	.pfam .sidebar .widget .gallery li { width: 50%; float: left; padding: 5px; margin: 0; list-style: none; }
	.side-image-content {display: block;}
	.side-image-content .inner{min-width: 100%; float: left; display: block;}
	.side-image-content .inner .main-image{max-width:40%; margin-bottom: 10px;}
	.side-image-content .inner .sub-image{min-width:50%; float: left; position: static; margin-bottom: 50px;}
	.side-image-content .inner .contenty {padding: 20px; display:block;}
	.contact form input[type="text"] {border-radius: 0 !important; box-shadow: none !important;}
	.contact form textarea {border-radius: 0 !important; box-shadow: none !important;}
	.footer{min-width: 100%; margin: 0px;}
	.footer h2{font-size: .5em; padding: 0;}
	.footer .social-media{display: block;}
	.footer .footer-bar span{ min-width: 100%; text-align: center;}
	.footer .footer-bar span siteseal{ width:20px; possition:relative;}
	
}




/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.header {padding: 10px 0px 0px 10px;}
	.header .language{display: none;}
	.header .phone{display:none;}
	.social-bar{display: none;}
	.hamburger-navigation li ul{ width:calc(100%); height:calc(100%);float: left; margin: 0; padding: 0; text-align: center; display: block; z-index:100;}
	.intro-image-content{margin-bottom: 0; height:600px; display:block;}
	.intro-image-content .inner .contenty{ padding: 0px; text-align: center; margin-top:130px;display:block;}
	.intro-image-content .inner .contenty a{margin-top:0px;}
	.intro-image-content .inner .contenty h5:before{display: none;}
	.intro-image-content .inner .contenty h2{font-size: 2.5em;}
	.intro-image-content .inner .main-image{display:none;}
	.intro-image-content .inner .sub-image{display:none;}
	.slider .swiper-container .swiper-slide .inner h2{max-width: 100%; font-size: 3.5em; padding: 15px;}
	.slider .swiper-container .swiper-slide .inner h5{font-size: 1.3em; padding: 10px;}
	.slider .swiper-container .swiper-slide .inner p{max-width: 100%;}
	.slider .swiper-container .swiper-button-line{ display: none;}
	.slider .swiper-container .swiper-slide .inner{padding: 60px;}
	.modo-image-content{margin-bottom: 0; display:block;z-index:0;}
	.modo-image-content .inner .contenty{ padding: 0px; text-align: center; margin-top:-410px;display: block;z-index:0;}
	.modo-image-content .inner .contenty h5:before{display: none;}
	.modo-image-content .inner .contenty h2{font-size: 3em;}
	.modo-image-content .inner .main-image{min-width: 15%; float: left; margin-top: -170px;}
	.project-hero{ min-width: 100%; float: left; background: #131314; color: #fff; position: relative; margin: 0px;}
	.project-hero figure figcaption h2{ font-size: 10px;}
	.scroll-down{display: none;}
	.int-hero .video-bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
	.int-hero .video-bg video{positon:absolute;min-width: 100%; min-height: 100%; float: left; opacity: 1.0; top: 0px;}
	.int-hero .inner h2{ font-size: 2.5em;position:relative;float:left;}
	.content{ min-width:100%; margin:0px; z-index:-1;}
	.project-detail .projectvid .inner {width: 100%; position: relative; padding-left: 30%; z-index: 0; margin: 60px 0;}
	.about-studio .hero-image{overflow: hidden; margin-bottom: 50px;}
	.about-studio .hero-image img{ min-width: 100%; max-width: inherit;}
	.about-studio h5{font-size: 2em;}
	.about-studio p:last-child{max-width: 100%; margin-bottom: 0;}
	.team-members .member{width: 50%;}
	.works.four-cols .grid-item{ width: 15.33%; float:left;}
	.works.four-cols .grid-item-one{ width: 33.33%; float: left;cursor:pointer;}
	.works.four-cols .grid-item-double{ width: 30%; float: left;cursor:pointer; padding:0px; margin:0px;}
	.works.four-cols .grid-item-triple{ width: 43%; float: left;cursor:pointer; padding:0px; margin:0px;}
	.icon-features a{margin-bottom: 50px;}
	.side-image-content{margin-bottom: 0; display:block;}
	.side-image-content .inner .contenty{ padding: 20px 0px; text-align: center; display: block;}
	.side-image-content .inner .contenty h5:before{content: ""; width: 4px; height: 7px; float: left; background: #131314; margin-left: -10px; margin-top: 2px;}
	.side-image-content .inner .contenty h2{font-size: 3em;}
	.side-image-content .inner .contenty .award-list li span{float: none;}
	.side-image-content .inner .main-image{max-width: 20px; margin-bottom: 10px;}
	.side-image-content .inner .sub-image{ min-width: 25%; float: left; position: static; margin-bottom: 50px;}
	.clients ul li{width: 50%;}
	.clients ul li:after{display: none;cursor: pointer;}
	.journal .post.highlight{margin-bottom: 50px;}
	.journal .post figure{overflow: hidden;}
	.journal .post figure img{ width: 150%; max-width: inherit;}
	.journal .post.highlight .post-content{padding: 15px; padding-right: 0;}
	.journal .post.highlight .post-content h3{font-size: 2em;}
	.journal .post.highlight .post-content p{display: none;}
	.pfam{ min-width: 100%;}
	.pfam .post { min-width: 100%;}
	.pfam .post .post-content{ min-width: 100%;}
	.pfamcontent{ min-width: 100%;; float: left; background: #fff; margin: 0px 0px; padding-top:20px;}
	.pfam .sidebar { width: 100%; float: left; padding:0 30px; border-left: 1px solid #eee; }
	.pfam .post-comment{ width: 100%; float: left; padding: 0 30px; margin-top: 50px;}
	.pfam .sidebar .widget .gallery li { width: 50%; float: left; padding: 5px; margin: 0; list-style: none; }
	.contact {z-index:-1;}
	.contact .titles{padding: 0;}
	.footer{min-width: 100%; margin: 0px;}
	.footer h2{font-size: .5em; padding: 0;}
	.footer .social-media{display: block;}
	.footer .footer-bar span{ min-width: 100%; text-align: center;}
	.footer .footer-bar span siteseal{ width:20px; possition:relative;}
}

