@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Lato:400,400i,700,700i&display=swap');
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Lato', sans-serif;
*/

@font-face {
  font-family: 'Geomanist-Medium';
  src: url('../fonts/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Geomanist-Medium.woff') format('woff'), 
  url('../fonts/Geomanist-Medium.ttf')  format('truetype'), 
  url('../fonts/Geomanist-Medium.svg#Geomanist-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Geomanist-Regular';
  src: url('../fonts/Geomanist-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Geomanist-Regular.woff') format('woff'), 
  url('../fonts/Geomanist-Regular.ttf')  format('truetype'), 
  url('../fonts/Geomanist-Regular.svg#Geomanist-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Geomanist-Bold';
  src: url('../fonts/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Geomanist-Bold.woff') format('woff'), 
  url('../fonts/Geomanist-Bold.ttf')  format('truetype'), 
  url('../fonts/Geomanist-Bold.svg#Geomanist-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:28px;
	color:#111;
	padding: 0;
	margin: 0;
	width: 100%;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden !important;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
img {
	display:block;
	max-width:100%;
}
h1,
h2 {
	font-family: 'Geomanist-Bold', sans-serif;
	font-size: 130px;
	color:#111;
	font-weight: bold;
	line-height: 140px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Geomanist-Bold', sans-serif;
	font-size: 40px;
	line-height: normal;
	color: #111;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Geomanist-Bold', sans-serif;
	font-size: 26px;
	line-height: 34px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
h5 {
	font-family: 'Geomanist-Bold', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: normal;
	color: #111;
	margin-bottom: 10px;
}
.large {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 34px;
}
.sub-tltle .line {
	display: inline-block;
	margin: 0 10px;
	width: 200px;
	height: 1px;
	background-color: rgba(27, 27, 28, .13);
}
p {
	margin-bottom:20px;
}
p:last-child {
	margin-bottom:0;
}
.text-center {
	text-align:center;
}
a {
	color:#111;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover, a:focus {
	color: #ee3b33;
	outline: none;
	text-decoration:none;
}
.text-right {
	text-align:right;
}
.link {
	font-size:14px;
	color:#111;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	position: relative;
}
.link:after,
.link:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background: #000;
	height: 2px;
	bottom: -4px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.link:after {
	right: 0;
	width: 100%;
	transition-delay: .6s;
}
.link:hover:after {
	width: 0;
	transition-delay: .3s;
}
.link:before {
	transition-delay: .2s;
	left: 0;
	width: 0;
}
.link:hover:before {
	left: 0; 
	width: 100%;
	transition-delay: .6s;
}
.link:hover {
	color: #111;
}
.form-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.form-list li {
	margin-bottom: 20px;
}
label {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	line-height: normal;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.text-field {
	background:#fff;
	border:2px solid #dadada;
	padding:14px 20px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#111;
	width:100%;
}
textarea.text-field {
	resize:none;
	height:160px;
	overflow: auto;
}
select.text-field {
	background: #fff url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 20px top 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.button {
	font-family: 'Bebas Neue', cursive;
	font-size:14px;
	line-height: normal;
	background: #111;
	color:#fff;
	display: inline-block;
	position: relative;
	cursor: pointer;
	letter-spacing: 1.2px;
	padding: 15px 30px;
	border: 0;
}
.button:hover {
	color: #fff;
}
.button span {
	color:#fff;
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.button:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ee3b33;
	opacity: 0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.button:hover:before,
.button:hover span {
	transform: translateX(10px) translateY(10px);
	-webkit-transform: translateX(10px) translateY(10px);
	-moz-transform: translateX(10px) translateY(10px);
    opacity: 1;
}

.content-wrapper {
	width: 100%;
	overflow: hidden;
}
.container {
	position: relative;
	display: block;
	width: 85%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
.container.small {
	max-width: 1200px;
}
/* animation css */
.c-animated-img {
	position: relative;
	overflow: hidden;
}
.c-animated-img img {
    transform:scale(1.4);
    transition:transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transform-style: preserve-3d;*/
}
.c-animated-img.loaded img {
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.c-animated-img:after {
    content:'';
    background:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transform-style: preserve-3d;*/
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1),background-color 350ms linear,visibility 0ms linear 1050ms;
}
.c-animated-img.loaded:after {
    -ms-transform: translateX(101%);
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    visibility: hidden;
}
/* animation css */
.s-py {
	padding-top: 170px;
	padding-bottom: 170px;
}
.s-py-half {
	padding-top: 100px;
	padding-bottom: 100px;
}
.s-pt {
	padding-top: 170px;
}
.s-pb {
	padding-bottom: 170px;
}
.s-pt-half {
	padding-top: 100px;
}
.s-pb-half {
	padding-bottom: 100px;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row.no-gutters {
	margin-left: -0;
    margin-right: -0;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
}
.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.row [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
}
.row.no-gutters [class^="col"] {
	padding-left: 0;
	padding-right: 0;
}
.col-1 {
	width: 8.333333%;
}
.col-2 {
	width: 16.666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333333%;
}
.col-11 {
	width: 91.666667%;
}
.col-12 {
	width: 100%;
}

.site-header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	align-items:center;
    -webkit-align-items:center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 20px 30px;
	width: 100%;
}
.logo {
	width: 150px;
}
.main-nav li {
	display: inline-block;
	margin: 0 10px;
}
.main-nav li a {
	font-family: 'Bebas Neue', cursive;
	font-size: 14px;
	line-height: normal;
	color:#111;
	display: block;
	position: relative;
	letter-spacing: 1.2px;
}
.main-nav li a span {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.main-nav li a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #ee3b33;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.main-nav li a:hover:after {
	width: 100%;
}
.main-nav li a:hover {
	color: #ee3b33;
}
.main-nav li a.button {
	padding: 10px 20px;
}
.main-nav li a.button:after {
	display: none;
}
.main-banner {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	align-items:center;
    -webkit-align-items:center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
}
.main-banner .container {
	position: relative;
	z-index: 2;
}
.main-banner .banner-text {
	width: 80%;
}
.main-banner .banner-text .date {
	word-spacing: 10px;
	margin-bottom: 20px;
}
.main-banner .logo-symbol {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 800px;
}
.stripe-bg {
	position:absolute;
	overflow: hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
#stripe {
	height:100vh;
	width:100vw;
}
.move {
	position:absolute;
	top:0;
	width:2200px;
	height:1238px;
}
#stripe-group1 {
	background:url(../images/strip-white-02.svg) center bottom no-repeat;
	background-size:2500px auto;
	left:0;
}
#stripe-group2 {
	background:url(../images/strip-white-03.svg) center bottom no-repeat;
	background-size:2500px auto;
	left:0;
}
#single-stripe1 {
	background:url(../images/strip-01.svg) center bottom no-repeat;
	background-size:2500px auto;
	right:0;
}
#single-stripe2 {
	background:url(../images/strip-02.svg) center bottom no-repeat;
	background-size:2500px auto;
	left:0;
}
#single-stripe3 {
	background:url(../images/strip-03.svg) center bottom no-repeat;
	background-size:2500px auto;
	right:0;
}
#single-stripe4 {
	background:url(../images/strip-04.svg) center bottom no-repeat;
	background-size:2500px auto;
	left:0;
}
#single-stripe5 {
	background:url(../images/strip-05.svg) center bottom no-repeat;
	background-size:2500px auto;
	right:0;
}

.company-section {
	position: relative;
}
.company-section .container {
	position: relative;
	z-index: 1;
}
.company-section .bubble-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.company-section .bubble-wrapper div[class^="bubble"] {
	position: absolute;
}
.company-section .bubble-wrapper img {
	width: 100%;
}
.company-section .bubble-wrapper .bubble-1 {
	top: -300px;
	left: -300px;
	width: 1000px;
}
.company-section .bubble-wrapper .bubble-2 {
	bottom: -400px;
	left: 400px;
	width: 800px;
}
.company-section .bubble-wrapper .bubble-3 {
	top: -100px;
	right: 200px;
	width: 700px;
}
.company-section .bubble-wrapper .bubble-4 {
	bottom: -700px;
	right: -500px;
	width: 1200px;
}
.company-section .company-text {
	max-width: 640px;
	width: 100%;
	margin-left: 24%;
}
.company-section .company-text p {
	margin-bottom: 30px;
}
.company-section .bg-text {
	position: absolute;
	pointer-events: none;
	opacity: .1;
	width: 600px;
	top: 300px;
	left: 200px;
}
.deco-text-block {
	position: relative;
	padding-left: 60px;
}
.deco-text-block .line {
	position: relative;
}
.deco-text-block .line:after {
	position: absolute;
	top: 6px;
	left: -60px;
	content:"";
	pointer-events: none;
	width: 45px;
	height: 2px;
	background: #111;
}
.work-section {
	border-bottom: 1px solid #f6f6f6;
}
.work-block {
	position: relative;
	background: #000;
}
.work-block:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content:"";
	pointer-events: none;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
	background: #ee3b33;
	opacity: 0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.work-block:hover:before {
	opacity: 1;
}
.c-animated-img.loaded.work-block:hover img {
	opacity: .5;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.work-block .detail {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:20px;
}
.work-block h3 {
	margin-bottom: 0;
}
.work-block a,
.work-block img {
	display: block;
}
.work-block,
.work-block h3 a {
	color: #fff;
}
.tags span {
	background:#fff;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.work-section .work-link {
	padding-top: 100px;
}

.our-clients .clients-text {
	max-width: 640px;
	width: 100%;
	margin-left: 24%;
}

.clients-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	align-items:center;
    -webkit-align-items:center;
	margin-top: 50px;
}
.clients-list li {
	width: 20%;
	height: 130px;
	margin: -.5px;
	border: 1px solid #f6f6f6;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items:center;
    -webkit-align-items:center;
}
.clients-list li img {
	display: block;
	margin: 0 auto;
}
.work-together .conent-block {
	margin: 0 auto;
	max-width:400px;
	width: 100%;
}
.site-fooer {
	padding: 0 30px 50px 30px;
	line-height: normal;
}
.site-fooer .footer-top {
	border-top: 1px solid #e9e9ec;
	padding: 50px 0 20px 0;
}
.footer-link {
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
	color: #111;
}
.footer-link:hover {
	color: #111;
}
.footer-link span {
	color: #ee3b33;
}
.footer-menu {
	text-align: right;
}
.footer-menu li {
	display: inline-block;
	margin-right: 10px;
}
.footer-menu li a {
	font-family: 'Bebas Neue', cursive;
	font-size: 14px;
	line-height: normal;
	color:#111;
	display: block;
}
.footer-menu li a:hover {
	color: #ee3b33;
}
.site-fooer .social-media {
	text-align: right;
}
.social-media li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.social-media li:last-child {
	margin-right: 0;
}
.social-media li a svg path {
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.social-media li a:hover svg path {
	fill: #ee3b33;
}
.fooer-bootom,
.fooer-bootom p {
	font-size: 12px;
}

.page-title {
	background-color: #ddd;
	padding: 200px 0 100px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.page-title .container {
	position: relative;
	z-index: 1;
}
.page-title.with-bg {
	padding: 200px 0;
}
.page-title.with-bg h1,
.page-title.with-bg {
	color: #fff;
}
.page-title.with-bg:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%),linear-gradient(180deg,rgba(0,0,0,0.2) 0%,transparent 100%);
	z-index:0;
}

.grey-box {
	background: #f9f9f9;
	padding: 80px;
}
.services-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.services-list li {
	width: 16.66%;
	padding: 0 5px;
	margin-bottom: 0;
}
.services-list li input[type="checkbox"] {
	display:none;
}
.services-list li input[type="checkbox"] + label {
	cursor: pointer;
	text-transform: capitalize;
	padding: 40px 10px;
	background: #e5e5e5 url(../images/check.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 10px top 10px;
	position:relative;
	display:block;
	text-align:center;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.services-list li input[type="checkbox"]:checked + label {
	background: #ee3b33 url(../images/check.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 10px top 10px;
	color: #fff;
}
.company-title {
	text-align: center;
}
.company-title img {
	margin: 50px auto;
}