@import url(https://fonts.googleapis.com/css?family=Playfair+Display|Fjalla+One|Poppins:300,400,500,600,700,900&subset=latin-ext);

* {
	outline: 0 !important
}

body {
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	color: #131314;
	background: #131314
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale
}

body {
	height: 100%
}

html {
	height: 100%
}

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
}

img {
	max-width: 100%
}

strong {
	font-weight: 700
}

b {
	font-weight: 700
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.overflow-hidden {
	overflow: hidden
}

.no-margin {
	margin: 0 !important
}

main {
	width: 100%;
	float: left;
	overflow: hidden;
}

section {
	position: relative
}

aside {
	position: relative
}

footer {
	position: relative
}

.content {
	width: calc(100% - 120px);
	float: left;
	background: #fff;
	margin: 0 60px
}

.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 {
	width: 18px;
	height: 20px;
	cursor: pointer;
	position: relative
}

.equalizer span {
	background: #fff;
	width: 3px;
	height: 0;
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
	transition: height .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
}

.transition-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #f50c19;
	z-index: 99999;
	opacity: 0;
	visibility: hidden
}

.transition-overlay {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

.transition-overlay.show-me {
	opacity: 1;
	visibility: visible
}

.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #f50c1a
}

.preloader {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transform: all .4s ease;
	transition: all .4s ease
}

.preloader * {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transform: all .4s ease;
	transition: all .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;
	background: #fff
}

.page-loaded .preloader {
	top: -100%;
	transition-delay: .6s
}

.page-loaded .preloader img {
	opacity: 0;
	margin-top: -120px;
	transition-delay: .3s
}

.page-loaded .header {
	top: 0;
	opacity: 1;
	transition-delay: .6s;
	z-index: 999;
}

.page-loaded .slider {
	transform: translateY(0);
	transition-delay: .6s;
	opacity: 1
}

.page-loaded .int-hero .inner h2 {
	transform: translateY(0);
	transition-delay: .6s;
	opacity: 1;
	max-width: 100%;
	font-size: 4rem;
	color: #FFC100;
}

.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-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 5px;
	cursor: pointer;
	transform: perspective(0) translate3d(0, 0, 0) !important;
	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 {
	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 span{
	display: none;
}

.social-bar li a {
	float: left;
	color: #fff;
	font-size: 18px
}

.social-bar li:hover a {
	text-decoration: none;
	color: #FFC100;
}

.header {
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 5;
	padding: 30px 100px;
	opacity: 0
}

.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: 200px
}

.header .phone {
	float: left;
	color: #fff !important;
	line-height: 39px;
	font-family: "Fjalla One";
	font-size: 18px
}

.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: "Fjalla One"
}

.header .language li a {
	float: left;
	color: #fff;
	line-height: 35px
}

.header .language li a:hover {
	text-decoration: none;
	opacity: .8
}


.slider {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	background: #131314;
	z-index: 1
}

.slider {
	transform: translateY(250px);
	opacity: 0
}

.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: #997609
}

.slider .video-bg video {
	min-height: 100%;
	min-width: 100%;
	float: left;
	mix-blend-mode: hard-light;
	-webkit-filter: grayscale(100%) contrast(1);
	filter: grayscale(100%) contrast(.8)
}

.slider .video-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1d3162;
	mix-blend-mode: lighten
}

.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 .8s ease;
	-moz-transition: all .8s ease;
	-ms-transform: all .8s ease;
	transition: all .8s ease
}

.slider .swiper-container .swiper-wrapper {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row
}



.slider .swiper-container .swiper-pagination-fraction {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 100px;
	right: auto;
	top: auto;
	bottom: 30px;
	color: #fff;
	font-size: 11px
}

.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 .swiper-container .swiper-button-prev {
	width: 40px;
	height: 26px;
	float: left;
	right: 200px;
	left: auto;
	top: 50%;
	z-index: 6;
	background: 0 0;
	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: #fff
}

.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 .4s ease;
	-moz-transition: all .4s ease;
	-ms-transform: all .4s ease;
	transition: all .4s ease
}

.slider .swiper-container .swiper-button-next {
	width: 40px;
	height: 26px;
	float: left;
	right: 100px;
	left: auto;
	top: 50%;
	z-index: 6;
	background: 0 0;
	overflow: hidden
}

.slider .swiper-container .swiper-button-line {
	width: 40px;
	height: 2px;
	background: #fff;
	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: #fff
}

.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 .4s ease;
	-moz-transition: all .4s ease;
	-ms-transform: all .4s ease;
	transition: all .4s ease
}

.slider .swiper-container .swiper-slide {
	color: #fff;
	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(0, 0, 0, 0) 0, rgba(19, 19, 20, 1) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(19, 19, 20, 1) 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(19, 19, 20, 1) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(19, 19, 20, 1) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(19, 19, 20, 1) 100%)
}

.slider .swiper-container .swiper-slide .inner {
	width: 100%;
	padding: 0 100px;
	position: relative;
	z-index: 4
}

.slider .swiper-container .swiper-slide .inner h5 {
	font-size: 12px;
	font-weight: 700
}

.slider .swiper-container .swiper-slide .inner h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px
}

.slider .swiper-container .swiper-slide .inner h2 {
	max-width: 60%;
	font-family: "Playfair Display";
	font-size: 6em;
	margin-bottom: 30px;
	color: #FFC100;
}

.slider .swiper-container .swiper-slide .inner p {
	max-width: 50%;
	line-height: 25px;
	margin-bottom: 30px
}

.slider .swiper-container .swiper-slide .inner .link {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative
}

.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: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color
}

.slider .swiper-container .swiper-slide .inner .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease
}

.slider .swiper-container .swiper-slide .inner .link:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.slider .swiper-container .swiper-slide .inner .video-link {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;
	position: relative;
	transition: all .5s;
	margin-left: 30px;
	margin-top: -13px
}

.slider .swiper-container .swiper-slide .inner .video-link:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff
}

.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: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, .05)
}

.int-hero {
	width: 100%;
	float: left;
	padding: 0 100px;
	padding-top: 170px;
	padding-bottom: 120px;
	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
}

.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(19, 19, 20, 1) 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(19, 19, 20, 1) 100%)
}

.int-hero .inner {
	width: 100%;
	float: left;
	position: relative;
	z-index: 3
}

.int-hero .inner {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transform: all .7s ease;
	transition: all .7s ease
}

.int-hero .inner h2 {
	max-width: 60%;
	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 {
	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: "Playfair Display";
	line-height: 1;
	margin-top: -5px;
	margin-bottom: 30px
}

.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: #56e9b1;
	position: absolute;
	left: 0;
	bottom: 6px;
	mix-blend-mode: color
}

.about-studio p {
	line-height: 24px;
	opacity: .8
}

.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: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color
}

.about-studio .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease
}

.about-studio .link:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.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%
}

.works.four-cols .grid-sizer {
	width: 25%;
	float: left
}

.works.four-cols .grid-item {
	width: 25%;
	float: left
}

.works.four-cols .grid-item-double {
	width: 50%;
	float: left
}

.works.three-cols {
	width: 100%
}

.works.three-cols .grid-sizer {
	width: 33.33333%
}

.works.three-cols .grid-item {
	width: 33.33333%
}

.works.three-cols .grid-item-double {
	width: 66.66666%
}

.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%
}

.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: .99;
	font-weight: 600;
	position: relative
}

.isotope-filter li a:hover {
	text-decoration: none
}

.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
}

.isotope-filter li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color
}

.isotope-filter li a:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease
}

.isotope-filter li a:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.isotope-filter li a.current {
	color: #56e9b1
}

.isotope-filter li a.current:before {
	display: none
}

.isotope-filter li a.current:after {
	display: none
}

.project-hero {
	width: calc(100% - 120px);
	float: left;
	background: #131314;
	color: #fff;
	position: relative;
	margin: 0 60px
}

.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
}

.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: #fff;
	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: 20px 0;
	background: #fff
}

.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
}

.project-detail .project {
	width: 100%;
	float: left
}

.project-detail .project h2 {
	font-size: 70px;
	font-weight: 700
}

.project-detail .project .lead {
	margin-bottom: 30px;
	padding-right: 30%;
	opacity: 1;
	line-height: 32px
}

.project-detail .project p {
	line-height: 26px;
	opacity: .7
}

.project-detail .project figure {
	display: block;
	margin: 100px 0
}

.project-detail .project .client-logo {
	width: 140px;
	margin-top: 50px;
	-webkit-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1)
}

.icon-features {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px
}

.icon-features img {
	width: 60px;
	display: inline-block;
	margin-bottom: 20px
}

.icon-features small {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 17px
}

.icon-features h3 {
	display: block;
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px
}

.icon-features p {
	display: block;
	padding: 0 10%;
	margin-bottom: 20px;
	opacity: .8
}

.icon-features a {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px
}

.icon-features a:hover {
	text-decoration: none
}

.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
}

.icon-features a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color
}

.icon-features a:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease
}

.icon-features a:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.side-image-content {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row
}

.side-image-content.right-align {
	float: left
}

.side-image-content.right-align .inner.bg1 {
	order: 2
}

.side-image-content.right-align .inner .main-image {
	margin-top: 0 !important
}

.side-image-content .inner {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative
}

.side-image-content .inner.bg1 {
	background: #f50c1a
}

.side-image-content .inner .main-image {
	width: 100%;
	float: left;
	margin: 0;
	margin-top: -100px;
	margin-bottom: 100px
}

.side-image-content .inner .sub-image {
	width: 250px;
	position: absolute;
	right: -50px;
	bottom: -100px;
	z-index: 2
}

.side-image-content .inner img {
	width: 100%
}

.side-image-content .inner .contenty {
	width: 100%;
	float: left;
	padding: 0 15%;
	color: #fff
}

.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: #fff;
	margin-left: -10px;
	margin-top: 2px
}

.side-image-content .inner .contenty h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px;
	text-indent: -5px
}

.side-image-content .inner .contenty p {
	line-height: 25px;
	font-size: 16px
}

.side-image-content .inner .contenty a {
	height: 60px;
	line-height: 58px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
	overflow: hidden
}

.side-image-content .inner .contenty .award-list {
	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: #fff;
	color: #f50c1a;
	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
}

.side-image-content .inner .contenty a span {
	position: relative;
	display: inline-block
}

.side-image-content .inner .contenty a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover)
}

.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)
}

.side-image-content .inner .contenty a:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}

.awards {
	width: 100%;
	float: left;
	padding: 120px 0
}

.awards h5 {
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px
}

.awards h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px
}

.awards h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px;
	text-indent: -5px
}

.awards figure {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 20px 30px;
	position: relative
}

.awards figure:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #f50c1a;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px
}

.awards figure img {
	width: 100%;
	float: left;
	opacity: .5
}

.awards .award {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	padding-bottom: 20px
}

.awards .odometer {
	display: block;
	text-align: center;
	font-family: "Fjalla One";
	font-size: 30px
}

.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: .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: "Playfair Display"
}

.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: .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
}

.journal .post.highlight .post-content a:hover {
	color: #fff
}

.journal .post.highlight:hover figure img {
	opacity: .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: .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, .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
}

.journal .post .post-content h3 {
	display: block;
	font-family: "Playfair Display";
	margin-bottom: 20px;
	padding-right: 15%
}

.journal .post .post-content h3 a {
	color: #131314
}

.journal .post .post-content h3 a:hover {
	text-decoration: none;
	color: #f50c1a
}

.journal .post .post-content p {
	line-height: 24px;
	opacity: .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: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color
}

.journal .post .post-content .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease
}

.journal .post .post-content .link:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.journal .post:hover figure img {
	opacity: .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: "Playfair Display"
}

.journal .sidebar .widget p {
	font-size: 13px;
	line-height: 20px;
	opacity: .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: 0 0
}

.journal .sidebar .widget form button {
	width: 50px;
	height: 40px;
	padding: 0;
	background: 0 0;
	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
}

.journal .sidebar .widget .tags li a:hover {
	background: #f50c1a;
	border-color: #f50c1a;
	text-decoration: none;
	color: #fff
}

.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: .7;
	font-size: 12px
}

.journal .sidebar .widget .categories li a {
	float: left;
	font-weight: 600;
	font-size: 12px;
	color: #131314;
	opacity: .7
}

.journal .sidebar .widget .gallery {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: 0 0
}

.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
}

.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: 'Playfair Display', 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: 0 0
}

.journal .post-comment .comments .comment .comment-avatar img {
	width: 60px;
	float: left;
	border-radius: 50%;
	opacity: 1;
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important
}

.journal .post-comment .comments .comment .comment-content {
	width: calc(100% - 80px);
	float: left
}

.journal .post-comment .comments .comment .comment-content h4 {
	font-family: 'Playfair Display', serif;
	font-size: 18px
}

.journal .post-comment .comments .comment .comment-content p {
	opacity: .7
}

.journal .post-comment .comments .comment .comment-content small {
	font-family: 'Fjalla One', 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
}

.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
}

.contact {
	width: 100%;
	float: left
}

.contact .titles {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 25%
}

.contact .titles h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.contact .titles h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px
}

.contact .address {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 10%;
	margin-bottom: 50px
}

.contact .address h4 {
	display: block;
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px
}

.contact .address p {
	display: block
}

.contact .address p a {
	font-weight: 600;
	color: #131314
}

.contact .address a {
	display: inline-block;
	font-weight: 600;
	color: #131314
}

.contact .address a:hover {
	text-decoration: none
}

.contact .address a svg {
	width: 20px;
	display: inline-block;
	margin-bottom: -8px
}

.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: #131314;
	overflow: hidden
}

.contact .alert {
	width: 100%;
	float: left
}

.contact #error,
.contact #success {
	display: none
}

.contact #error,
.contact #success {
	float: left
}

.contact #contact label.error {
	width: 100%;
	color: #f50c1a;
	margin-top: 10px;
	text-align: center
}

.contact #contact input.error {
	width: 100%;
	border: 1px solid #f50c1a
}

.contact #contact textarea.error {
	width: 100%;
	border: 1px solid #f50c1a
}

.map {
	width: 70%;
	height: 420px;
	display: inline-block;
	margin: 0 15%;
	background: #f50c1a;
	display: none
}

.footer-spacing {
	width: 100%;
	float: left;
	height: auto !important;
	margin-top: 35px
}

.footer {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 60px;
	background: #131314;
	background-position: center bottom;
	z-index: 1;
	text-align: center;
	color: #fff
}

.footer img {
	width: 150px;
	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: #fff
}

.footer .social-media li a:hover {
	text-decoration: none;
	color: #f50c1a
}

.footer h2 {
	font-family: "Fjalla One";
	text-transform: uppercase;
	font-size: 4em;
	margin-bottom: 30px;
	padding: 0 10%;
	color: #FFC100;
}

.footer .btn-contact {
	height: 60px;
	line-height: 58px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	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, .05);
	margin-top: 50px;
	padding: 20px 0
}

.footer .footer-bar span {
	font-size: 12px
}

.footer .footer-bar span a {
	color: #fff;
	font-weight: 600
}

.scroll-down {
	width: 1px;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 2
}

.scroll-down span {
	display: block;
	position: relative;
	padding-top: 0;
	text-align: center
}

.scroll-down span::before {
  animation: mymove 1s;
  animation-iteration-count:25;
  height: 0;
}
@keyframes mymove {
  from {height: 0;}
  to {height: 70px;}
}


.scroll-down span::before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -.5px;
	width: 1px;
	height: 70px;
	background: #FFC100;
	content: ""
}

@media only screen and (max-width:1199px),
only screen and (max-device-width:1199px) {
	.header {
		padding: 30px 60px
	}

	.slider .swiper-container .swiper-slide .inner h2 {
		font-size: 4em
	}

	.slider .swiper-container .swiper-slide .inner {
		padding: 0 60px
	}

	.slider .swiper-container .swiper-pagination-fraction {
		left: 60px
	}

	.icon-features p {
		padding: 0
	}

	.icon-features h3 {
		font-size: 20px
	}

	.side-image-content .inner .contenty h2 {
		font-size: 2em;
		text-indent: 0
	}

	.awards h2 {
		font-size: 3em;
		text-indent: 0
	}
}

@media only screen and (max-width:991px),
only screen and (max-device-width:991px) {
	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 70%
	}

	.slider .swiper-container .swiper-slide .inner p {
		max-width: 70%
	}

	.slider .swiper-container .swiper-button-prev {
		right: 160px
	}

	.slider .swiper-container .swiper-button-line {
		right: 110px
	}

	.slider .swiper-container .swiper-button-next {
		right: 60px
	}

	.works .grid-item {
		width: 50% !important
	}

	.works .grid-item-double {
		width: 50% !important
	}

	.works .grid-sizer {
		width: 50% !important
	}

	.int-hero .video-bg {
		display: none
	}

	.int-hero .inner h2 {
		max-width: 100%
	}

	.side-image-content {
		display: block
	}

	.side-image-content .inner {
		width: 100%;
		float: left;
		display: block
	}

	.side-image-content .inner .contenty {
		padding: 100px 15%
	}

	.journal .post.detail .post-content.left {
		width: 100%
	}

	.journal .sidebar {
		width: 100%;
		border: none
	}

	.journal .post-comment {
		width: 100%
	}

	.contact form input[type=text] {
		border-radius: 0 !important;
		box-shadow: none !important
	}

	.contact form textarea {
		border-radius: 0 !important;
		box-shadow: none !important
	}
}

@media only screen and (max-width:767px),
only screen and (max-device-width:767px) {
	.header {
		padding: 30px
	}

	.header .language {
		display: none
	}

	.social-bar {
		display: none
	}

	.slider .swiper-container .swiper-slide .inner {
		padding: 0 30px
	}

	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 100%;
		font-size: 3.5em
	}

	.slider .swiper-container .swiper-slide .inner p {
		max-width: 100%
	}

	.slider .swiper-container .swiper-button-prev {
		display: none
	}

	.slider .swiper-container .swiper-button-line {
		display: none
	}

	.slider .swiper-container .swiper-button-next {
		display: none
	}

	.slider .swiper-container .swiper-pagination-fraction {
		display: none
	}

	.scroll-down {
		display: none
	}

	.int-hero {
		padding-left: 30px;
		padding-right: 30px
	}

	.int-hero .inner h2 {
		max-width: 100%;
		font-size: 3.5em
	}

	.content {
		width: calc(100% - 30px);
		margin: 0 15px
	}

	.about-studio .hero-image {
		overflow: hidden;
		margin-bottom: 50px
	}

	.about-studio .hero-image img {
		width: 150%;
		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 .grid-item {
		width: 100% !important
	}

	.works .grid-item-double {
		width: 100% !important
	}

	.icon-features a {
		margin-bottom: 50px
	}

	.side-image-content {
		margin-bottom: 0
	}

	.side-image-content .inner .contenty {
		padding: 60px 30px;
		text-align: center
	}

	.side-image-content .inner .contenty h5:before {
		display: none
	}

	.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 {
		margin-bottom: 0
	}

	.side-image-content .inner .sub-image {
		width: 100%;
		float: left;
		position: static;
		margin: 0
	}

	.awards {
		text-align: center
	}

	.awards h5:before {
		display: none
	}

	.awards .award {
		width: 60%;
		margin: 0 20%;
		margin-top: -1px
	}

	.clients ul li {
		width: 50%
	}

	.clients ul li:after {
		display: none
	}

	.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
	}

	.contact .titles {
		padding: 0
	}

	.footer {
		width: calc(100% - 30px);
		margin: 0 15px
	}

	.footer h2 {
		font-size: 3em;
		padding: 0
	}

	.footer .social-media {
		display: block
	}

	.footer .footer-bar span {
		width: 100%;
		text-align: center
	}
}

.hamburger {
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 110;
	border-radius: 50%;
	background: #fff;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.side-image-content .inner .main-image {
    width: 100%;
    float: left;
    margin: 0;
}

.content1{
	padding: 22px;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px)
.vc_col-sm-12 {
    width: 100%;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_custom_1570434545486 {
    padding-top: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
}
.works.three-cols {
    background: #fff;
}
#service .widget{
	position: relative;
	margin-bottom: 0;
	margin: 10px;
}
#service .widget{
	position: relative;
    transition: transform .2s;
}
#service .widget img{
	width: 100%;
}
#service .widget figure{
	width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
}
#service .widget figcaption{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
    transform: translateY(0);
    font-weight: 700;
    background: #0f761d;

	width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    padding: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}
#service .widget:hover {
	transform: scale(1.05); 
    transition: transform .5s;
	box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
}
#service figure h5{
	display: none;
}
#service figure figcaption p {
    font-size: 16px;
    font-weight: 700;
}
#service .widget figcaption p{
	position: relative;
	transform: translateY(0);
    transition: transform .5s;
}
#service .padding-0{
	padding: 0;
}
#service .row .widgetItem:nth-child(even) .widget figcaption{
	background-color: #a9830f;
}
#service figure figcaption a{
	color: #fff;
}
#service .widget:hover figcaption{
    opacity: .9;
}
#service .widgetItemLast{
	margin: 0;
}
#service .widgetItemLast .widget:hover {
	transform: scale(1.03); 
}
#service {
	margin: 12px;
	padding-bottom: 115px;
}
#testimonials{
	position: relative;
	top: -50px;
}
#testimonials h3{
	display: block;
	color: #b58900;
	font-family: "Playfair Display"!important;
    margin: 0!important;
    font-size: 4em!important;
    font-weight: 400!important;
    line-height: 56px!important;
    text-align: center;
}
.testimonial-content{
	font-family: 'Walkway' !important;
	color: #222!important;
    text-align: center!important;
    vertical-align: baseline;
    line-height: 1.7;
    overflow: hidden;
	width: 80%;
    padding: 10px;
    margin: 15px auto 5px auto;
}
.testimonial-content span{
	line-height: 23px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grand', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #39B54A;
    display: block;
    padding: 10px 0 0 0;
}
#testimonials .carousel-indicators{
	position: relative;
	margin: 25px 0;
}
#testimonials .carousel-indicators [data-bs-target]{
	width: 14px;
    height: 14px;
    float: left;
    margin: 0 5px;
    border: 2px solid #FFC100;
    background: #fff;
    border-radius: 100% !important;
}
#testimonials .carousel-indicators [data-bs-target].active{
	background: #FFC100;
}
.trustpilot{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 0 50px 0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	background: #207e2d;
}

.mainNav{
	width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 399;
}
.mainNav:before{
	content: '';
    background-color: #39B54A;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mainNav ul{
	position: relative;
	z-index: 222;
}
.mainNav li{
	width: 100%;
    float: left;
    display: block;
    transition: transform .3s, opacity .3s;
    transform: translateY(100%);
    transition-timing-function: ease-out;
    margin: 10px 0;
}
.mainNav li a {
    color: #fff;
    opacity: 1;
    font-size: 32px;
    font-family: "Fjalla One";
    text-transform: uppercase;
    position: relative;
}
.mainNav ul{
	margin: 0;
    padding: 25px 0 0 0;
}

.hamburgerBtn .top-animate {
    background: #333 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.hamburgerBtn .mid-animate {
    opacity: 0;
}
.hamburgerBtn .bottom-animate {
    background: #222 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.hamburgerBtn .top-menu {
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #222;
}
.hamburgerBtn .mid-menu {
    top: 14px;
    width: 20px;
    height: 2px;
    background-color: #222;
}
.hamburgerBtn .bottom-menu {
    top: 20px;
    width: 20px;
    height: 2px;
    background-color: #222;
}
.hamburgerBtn .menui {
    left: 12px;
    background: #222;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 8px;
    position: absolute;
}
.icon {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width:32px;
    margin: 0px;
    top: 0;
    left: 0;
}

.innerPage{
	padding: 22px;
}