@import "animate.css";

.navigation, .our-services .service-image {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.contact-button button:hover, .contact-info .contact-details .contact-methods li a:hover, .go-back a:hover, .nav-menu .nav-links li a, .nav-menu .nav-links li a:focus, .nav-menu .nav-links li a:hover, .our-services .service-link:hover, .our-services .service-row:hover, .screen-button a:focus, .screen-button a:hover, .work-wrapper .boxes .link-box:hover {
	text-decoration: none
}
@font-face {
	font-family: Akrobat;
	src: url(fonts/hinted-subset-Akrobat-Bold.eot);
	src: local('Akrobat Bold'), local('Akrobat-Bold'), url(fonts/hinted-subset-Akrobat-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/hinted-subset-Akrobat-Bold.woff) format('woff'), url(fonts/hinted-subset-Akrobat-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: Akrobat;
	src: url(fonts/hinted-subset-Akrobat-Black.eot);
	src: local('Akrobat Black'), local('Akrobat-Black'), url(fonts/hinted-subset-Akrobat-Black.eot?#iefix) format('embedded-opentype'), url(fonts/hinted-subset-Akrobat-Black.woff) format('woff'), url(fonts/hinted-subset-Akrobat-Black.ttf) format('truetype');
	font-weight: 900;
	font-style: normal
}
@font-face {
	font-family: Akrobat;
	src: url(fonts/hinted-subset-Akrobat-Regular.eot);
	src: local('Akrobat Regular'), local('Akrobat-Regular'), url(fonts/hinted-subset-Akrobat-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/hinted-subset-Akrobat-Regular.woff) format('woff'), url(fonts/hinted-subset-Akrobat-Regular.ttf) format('truetype');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: icomoon;
	src: url(fonts/icomoon.eot?aaktml);
	src: url(fonts/icomoon.eot?aaktml#iefix) format('embedded-opentype'), url(fonts/icomoon.ttf?aaktml) format('truetype'), url(fonts/icomoon.woff?aaktml) format('woff'), url(fonts/icomoon.svg?aaktml#icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" icon1-"], [class^=icon1-] {
	font-family:'FontAwesome' !important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
font-size: 15px;
border-radius: 50%;
width: 25px;
height: 25px;
text-align: center;
line-height:1;
z-index: 100;
display: flex !important;
align-items: center;
background: white;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon2-chat{
	font-family:'FontAwesome' !important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	font-size: 35px;
	border-radius: 50%;
	width:60px;
	height: 60px;
	text-align: center;
	line-height:1;
	display: flex !important;
	align-items: center;
	background: #018abe;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.inverted.navigation {
background-color:rgba(255,255,255,1) !important;
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 48px 0 rgba(0, 0, 0, 0.1);

}
.inverted.navigation .nav-logo {
padding: 10px 0px !important;
}
.inverted.navigation .nav-toggle{
top:15px !important
}
.filter input {
	display: inline-block;
	padding : 10px ;
	color:white;
	background-color: #018abe;
	border: 0; 
	cursor: pointer;
	outline: none;
}
.filter{
	text-align: center;
	margin-bottom: 20px;
}
.client-flex .client{
	width:195px ;
	margin: 15px 13.5px;
	height: 140px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
.client-flex .client:hover .img-container{
	transform: scale(1.3);
	cursor: pointer;
}
.clients h2 {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #018abe;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
}
.client-flex .client img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.radio {
	position: relative;
	margin-left:10px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 700;
	font-size: 1rem;
	color:#018abe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:inline-flex;
	align-items: center;
  }
  .client-flex{
	  margin-bottom: 20px;
  }
  .checkmark {
	  position: relative;
    height: 18px;
    width: 40px;
	background-color: #eee;
	border-radius:15px;
	transition: background-color 0.3s;
	margin-right:10px;
  }
  
  .radio:hover .checkmark {
	background-color: #ccc;
  }
  
  .radio.active .checkmark {
	background-color: #018abe;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: block;
  }
  
  .radio.active .checkmark:after {
	  left:20px;
  }
  
  .radio .checkmark:after {
    top: 2px;
    left: 3px;
    width: 18px;
    height: 14px;
    border-radius: 10px;
    background: white;
    transition: left 0.3s;
  }
.client-flex .client .img-container{
	width:100%;
	height: 100%;
	width:100%;
	display: flex;
	transform: scale(1);
	align-items: center;
	overflow: hidden;
	transition: all 0.5s;
}
.home-slider{
	width:100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
}
.body_home2 .btn-form{
	cursor: pointer;
	position: fixed;
	bottom: 5%;
	left:5%;
	width:60px;
	margin-right:auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50%;

	
}
.body_home2 .main-form{
	background: #018abe;
	width: 300px;
	margin-right:auto;
	position: fixed;
    bottom: 15%;
    left: -100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color:white;
	margin-bottom: 20px;
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
}
.icon1-twitter:before {
	content:"\f099" ;
	color: #018abe;
	margin: 0 auto;
}
.icon2-chat:before{
	content:"\f086";
	color: white;
	margin: 0 auto;
}
.icon1-facebook:before {
	content: "\f09a";
	color: #018abe;
	margin: 0 auto;
}
.icon1-linkedin:before {
	content: "\f0e1";
	color: #018abe;
	margin: 0 auto;
}
.icon1-insta:before {
	content: "\f16d";
	color: #018abe;
	margin: 0 auto;
}
.request-form{
	position: fixed;
	bottom:5%;
	right:5%;
	width:400px;
	z-index: 10!important;
	display: flex;
	flex-direction: column;
}
.btn-form{
	cursor: pointer;
	width:60px;
	margin-left:auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50%;
	position: relative;

	
}
.main-form{
	background: #018abe;
	width: 80%;
	margin-left:auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color:white;
	margin-bottom: 20px;
	transform: translate(100%);
	opacity: 0;
	transition: all 0.5s;
}
.pulse{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	border-radius: 50%;
	left: 0;
}
#pulse1{
	animation-name:wave;
	animation-duration: 1.5s;
animation-iteration-count: infinite;
}
#pulse2{
	animation-name:wave;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
animation-iteration-count: infinite;
}
@keyframes wave{
	from{
		transform:scale(1);
		opacity: 1;
	}
	to{
		transform:scale(1.5);
		opacity: 0;
	}
}
.open-chat.main-form{
	transform: translate(0);
	opacity: 1;
	transition: all 0.5s;
}
.main-form form{
	padding: 30px;
}
.body_clients {
    overflow-y: scroll; 
}
.main-form h3{
	margin-bottom: 20px !important;
	font-size: 18px;
}
.main-form .mb
{
	margin-bottom:20px;
}
.form-error{
	font-size:12px;
}
.success-message
{
	font-size:14px;
}
.main-form input[type="text"], .main-form textarea{
	border:0;
	padding: 10px;
	width:100%;
	font-size: 13px;
	outline: 0;
	transition:  all 1s;
	
	color:gray;
}
.main-form input[type="submit"]{
	border:0;
	padding: 10px;
	width:50%;
	outline: 0;
	margin: 0 auto;
	display: block;
	background-color:white;
	color:#018abe;
	cursor: pointer;
}
.main-form input::-webkit-input-placeholder{
	color:gray;
	font-size: 13px;
}
.main-form textarea::-webkit-input-placeholder {
	color: gray;
	font-size: 13px;
  }
  footer{
	  background-color:gray;
	  padding: 20px;
  }
  footer p{
	  color:white;
	  margin:0 !important;
	  text-align: center;
  }
  .main-form textarea:-moz-placeholder { 
	color: gray;
  }
  
  .main-form textarea::-moz-placeholder {  
	color: gray; 
  }
  
  .main-form textarea:-ms-input-placeholder {
	color: gray; 
  }
  
  .main-form textarea::placeholder {
	color: gray; 
  }
.main-form textarea{
	height:100px;
}
.icon-down-arrow:before {
	content: "\e900"
}
.icon-up-arrow:before {
	content: "\e901"
}
.icon-newsletter-icon:before {
	content: "\e905";
	color: #fff
}
body {
	font-family: poppins, sans-serif;
	width: 100%;
	min-height: 100vh;
	visibility: visible;
	overflow-x:hidden;
	/*background-color:#018abe !important;*/
}
.header {
	position: relative;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*background-image: url(/assets/images/cover.jpg);*/
	background-size: cover;
	background-position: center
}
.header video {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	object-fit:cover;
	width: 100vw;
	height: 100vh;
}
.header .titles, .header::after {
	width: 100%;
	position: absolute;
	left: 0
}
.header .titles {
	top: 50%;
	height: auto;
	text-align: center;
	font-size: 60px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding-top: 180px;
	overflow: hidden
}
#titles{
opacity:0;
}
.value-slide{
	width: 100%;
}
@media (max-width:768px){
	
.body_home2 .header .titles{
top:55% !important
}
}
.header::after {
	content: '';
	z-index: -1;
	top: 0;
	height: 100%;
	background: #018abe;
	opacity: 1;
	display: block
}
.header .titles img {
	display: block;
	width: 650px;
	height: auto;
	margin: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.header .titles .value {
	
	width: 100%;
	position: relative;
	min-height: 90px;
	font-weight: 700;
	z-index:40;
	text-transform: capitalize
}
.navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: 0 0;
	transition: all .2s ease-in-out
}
.navigation.inverted {
	background: transparent;
}
.open .navigation.inverted .nav-toggle span{
background: white;
}
.navigation>.container {
	position: relative;
	z-index: 999999
}
.navigation .nav-logo {
	display: block;
	cursor: pointer;
	width: 200px;
	padding: 10px 0
}
.navigation .nav-logo svg {
	display: block;
	width: 100%;
	height: auto
}
.navigation .nav-logo svg .a {
	fill: #fff;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.navigation.inverted .nav-logo svg .a {
	fill: #018abe
}
.open .navigation.inverted .nav-logo svg .a {
	fill: #fff
}
.navigation.inverted .nav-toggle span {
	background-color: #018abe
}
.navigation .nav-toggle {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 46px;
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	cursor: pointer
}
.navigation .nav-toggle span {
	display: block;
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background-color: #fff;
	-webkit-transition: background-color .8s, -webkit-transform .2s, -webkit-box-shadow .1s ease 0s;
	-o-transition: transform .2s, background-color .8s, box-shadow .1s ease 0s;
	transition: transform .2s, background-color .8s, box-shadow .1s ease 0s;
	transition: transform .2s, background-color .8s, box-shadow .1s ease 0s, -webkit-transform .2s, -webkit-box-shadow .1s ease 0s;
	margin-top: 0;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(0) translateY(0) rotate(0);
	-ms-transform: translateX(0) translateY(0) rotate(0);
	transform: translateX(0) translateY(0) rotate(0);
	position: relative;
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff
}
.navigation .nav-toggle span:last-child {
	margin-bottom: 0;
	width: 50%;
	margin-left: 50%;
	z-index: 3
}
.navigation .nav-toggle span:first-child {
	width: 50%;
	z-index: 10
}
.navigation .nav-toggle span:nth-child(2) {
	z-index: 5
}
.navigation .nav-toggle:focus {
	outline: 0
}
.open .navigation .nav-toggle span {
	margin-bottom: 8px;
	margin-top: 0;
	-webkit-transition: background-color .8s, -webkit-transform .2s, -webkit-box-shadow .1s ease .3s;
	-o-transition: transform .2s, background-color .8s, box-shadow .1s ease .3s;
	transition: transform .2s, background-color .8s, box-shadow .1s ease .3s;
	transition: transform .2s, background-color .8s, box-shadow .1s ease .3s, -webkit-transform .2s, -webkit-box-shadow .1s ease .3s
}
.open .navigation .nav-toggle span:first-child {
	-webkit-transform: translateX(4px) translateY(8px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(8px) rotate(45deg);
	transform: translateX(4px) translateY(8px) rotate(45deg);
	-webkit-box-shadow: 3px -4px 0 0 #018abe;
	box-shadow: 3px -4px 0 0 #018abe
}
.open .navigation .nav-toggle span:last-child {
	-webkit-transform: translateX(-3px) translateY(0) rotate(45deg);
	-ms-transform: translateX(-3px) translateY(0) rotate(45deg);
	transform: translateX(-3px) translateY(0) rotate(45deg)
}
.open .navigation .nav-toggle span:nth-child(2) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	-ms-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	-webkit-box-shadow: 0 4px 0 0 #018abe;
	box-shadow: 0 4px 0 0 #018abe
}
.open .navigation .nav-toggle:hover span {
	margin-bottom: 8px;
	margin-top: 0
}
.nav-menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 998;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.nav-menu::after, .nav-menu::before {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100vh;
	background: #018abe;
	top: 0;
	right: 0
}
.nav-menu::before {
	opacity: .2;
	z-index: 1
}
.nav-menu::after {
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%)
}
.nav-menu .nav-links, .work-wrapper .boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}
.open .nav-menu {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}
.open .nav-menu::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}
.nav-menu .nav-links li, .open .nav-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0)
}
.open .nav-menu {
	transform: translateY(0)
}
.nav-menu>.container {
	position: relative;
	min-height: 100vh;
	z-index: 100
}
.nav-menu .nav-links {
	display: flex;
	list-style: none;
	padding: 20px 15px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%
}
.nav-menu .nav-links li {
	width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	height: 70px;
	overflow: hidden;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateY(0);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}
.nav-menu .nav-links li.social-links {
	padding-top: 16px
}
.nav-menu .nav-links li.social-links>a {
	display: inline-block;
	line-height: 40px;
	font-size: 40px;
	margin-right: 3px
}
.nav-menu .nav-links li.social-links>a:last-child {
	margin-right: 0
}
.nav-menu .nav-links li.social-links>a>span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display: block
}
.nav-menu .nav-links li.social-links>a:hover>span {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}
.open .nav-menu .nav-links li:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}
.nav-menu .nav-links li.social-links:hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.nav-menu .nav-links li:nth-child(2) a {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}
.nav-menu .nav-links li:nth-child(3) a {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.nav-menu .nav-links li:nth-child(4) a {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}
.nav-menu .nav-links li.social-links a, .nav-menu .nav-links li.social-links>span, .nav-menu .nav-links li:nth-child(5) a, .open .nav-menu .nav-links li:nth-child(1) a {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}
.open .nav-menu .nav-links li:nth-child(2) a {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
.open .nav-menu .nav-links li:nth-child(3) a {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}
.open .nav-menu .nav-links li:nth-child(4) a {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}
.open .nav-menu .nav-links li.social-links a, .open .nav-menu .nav-links li.social-links>span, .open .nav-menu .nav-links li:nth-child(5) a {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}
.nav-menu .nav-links li a {
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 70px;
	font-family: Akrobat;
	font-weight: 900;
	line-height: 70px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateX(0) translateY(100px);
	-ms-transform: translateX(0) translateY(100px);
	transform: translateX(0) translateY(100px)
}
.open .nav-menu .nav-links li a {
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0)
}
.work-wrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}
.work-wrapper::after, .work-wrapper::before {
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0
}
.work-wrapper::before {
	z-index: 1;
	background-image: url(../assets/images/work-intro.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.work-wrapper::after {
	z-index: 2;
	background: #000;
	opacity: .3;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.work-wrapper .intro-img {
	position: absolute;
	width: 860px;
	margin: 0 auto;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-100%) scale(.8);
	-ms-transform: translateY(-100%) scale(.8);
	transform: translateY(-100%) scale(.8);
	z-index: 10;
	max-width: 100%;
	padding: 0 30px;
	-webkit-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 0
}
.work-wrapper.entering .intro-img {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}
.work-wrapper .intro-img img {
	display: block;
	width: 100%;
	height: auto
}
.work-wrapper .boxes {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.work-wrapper.entered .boxes::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.work-wrapper .boxes .container {
	position: relative;
	z-index: 100
}
.work-wrapper .boxes .link-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	font-weight: 700;
	width: 100%;
	color: #fff;
	font-size: 38px;
	opacity: 0;
	-webkit-transition: opacity .4s ease, background-color .4s ease-in-out, -webkit-transform .4s ease;
	-o-transition: opacity .4s ease, background-color .4s ease-in-out, transform .4s ease;
	transition: opacity .4s ease, background-color .4s ease-in-out, transform .4s ease;
	transition: opacity .4s ease, background-color .4s ease-in-out, transform .4s ease, -webkit-transform .4s ease;
	position: relative;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	height: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent
}
.work-wrapper .boxes .link-box>span {
	display: block;
	height: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out .4s;
	-o-transition: all .4s ease-in-out .4s;
	transition: all .4s ease-in-out .4s
}
.work-wrapper.done .boxes .link-box:hover {
	background-color: #018abe;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.work-wrapper.done .boxes .link-box>span {
	height: 53px
}
.work-wrapper .boxes .link-box::after, .work-wrapper .boxes .link-box::before {
	content: '';
	position: absolute;
	opacity: 1;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	display: block
}
.work-wrapper.done .boxes .link-box {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.work-wrapper .boxes .link-box::before {
	-webkit-transition: width .3s ease .4s, height .3s ease .7s, opacity .4s ease;
	-o-transition: width .3s ease .4s, height .3s ease .7s, opacity .4s ease;
	transition: width .3s ease .4s, height .3s ease .7s, opacity .4s ease
}
.work-wrapper .boxes .link-box::after {
	-webkit-transition: height .3s ease .4s, width .3s ease .7s, opacity .4s ease;
	-o-transition: height .3s ease .4s, width .3s ease .7s, opacity .4s ease;
	transition: height .3s ease .4s, width .3s ease .7s, opacity .4s ease
}
.work-wrapper.done .boxes .link-box::before {
	border-top: 4px solid #fff;
	border-right: 4px solid #fff
}
.work-wrapper.done .boxes .link-box::after {
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff
}
.work-wrapper.done .boxes .link-box::after, .work-wrapper.done .boxes .link-box::before {
	width: 100%;
	height: 100%
}
.work-wrapper.done .boxes .link-box:hover::after, .work-wrapper.done .boxes .link-box:hover::before {
	opacity: 0
}
.websites-showcase {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow:hidden;
	background: #018abe
}
.websites-showcase .websites-backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: fade-in .6s;
	animation: fade-in .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: .9
}
.websites-showcase .websites-backgrounds .case {
	width: 100%;
	height: 100vh;
	position: relative;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.websites-showcase .websites-backgrounds .case.active {
	opacity: 1
}
.websites-showcase .websites-backgrounds .case .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) 0s;
	-o-transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform .8s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: translateY(calc(100vh - 50%));
	-ms-transform: translateY(calc(100vh - 50%));
	transform: translateY(calc(100vh - 50%))
}
.websites-showcase .websites-backgrounds .case.previous .inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
	-o-transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) 0s, transform 0s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s
}
.websites-showcase .websites-backgrounds .case.active .inner {
	height: 100%;
	-webkit-transition: height .8s cubic-bezier(.77, 0, .175, 1) .2s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) .2s;
	-o-transition: height .8s cubic-bezier(.77, 0, .175, 1) .2s, transform 0s cubic-bezier(.77, 0, .175, 1) .2s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) .2s, transform 0s cubic-bezier(.77, 0, .175, 1) .2s;
	transition: height .8s cubic-bezier(.77, 0, .175, 1) .2s, transform 0s cubic-bezier(.77, 0, .175, 1) .2s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) .2s;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.websites-showcase .websites-backgrounds .case .inner .react-blur {
	width: 100vw;
	height: 100vh;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	

	background: #000
}
.websites-showcase .websites-backgrounds .case .inner .react-blur canvas {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6
}
.websites-showcase .case-controls {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 50
}
.websites-showcase .case-controls button {
	font-family: icomoon;
	width: 50px;
	height: 50px;
	background: #018abe;
	color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	z-index: 1000
}
.websites-showcase .case-controls button.disabled {
	background: #fff;
	cursor: auto;
	color: #018abe
}
.websites-showcase .case-controls button.disabled:hover::after {
	-webkit-transform: translateY(-50%) translateX(-50%) scaleY(1)!important;
	-ms-transform: translateY(-50%) translateX(-50%) scaleY(1)!important;
	transform: translateY(-50%) translateX(-50%) scaleY(1)!important
}
.websites-showcase .case-controls button.down::after, .websites-showcase .case-controls button.up::after {
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	-webkit-transform: translateY(-50%) translateX(-50%) scaleY(1);
	-ms-transform: translateY(-50%) translateX(-50%) scaleY(1);
	transform: translateY(-50%) translateX(-50%) scaleY(1);
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease
}
.websites-showcase .case-controls button.down::after {
	content: "\e900"
}
.websites-showcase .case-controls button.down:hover::after, .websites-showcase .case-controls button.up:hover::after {
	-webkit-transform: translateY(-50%) translateX(-50%) scaleY(1.2);
	-ms-transform: translateY(-50%) translateX(-50%) scaleY(1.2);
	transform: translateY(-50%) translateX(-50%) scaleY(1.2)
}
.websites-showcase .case-controls button:focus {
	outline: 0
}
.websites-showcase .project-title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	z-index: 50;
	height: 48px
}
.case-wrapper{
	margin-top:130px;
	overflow: visible!important;
}
.websites-showcase .project-title span {
	display: block;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: -10px;
	left: 100px;
	white-space: nowrap
}
.websites-showcase .project-title span.active {
	opacity: 1
}
.websites-showcase .screen {
	position: absolute;
	top: calc(50% + 50px);
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}
.websites-showcase .container {
	position: relative;
	overflow: hidden
}
.websites-showcase .screen .inner-screen {
	position: relative;
	z-index: 9999;
	padding-bottom: 57.73%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.websites-showcase .screen .inner-screen::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../assets/images/laptop-pro.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.websites-showcase .screen .project-screens {
	position: absolute;
	top: 3.4%;
	background: #000;
	left: 15.5%;
	width: 69%;
	height: 74%;
	z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.websites-showcase .screen .project-screens li {
	display: block;
	width: 100%;
	position: relative;
	height: 0%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.websites-showcase .screen .project-screens li.active {
	height: 100%
}
.websites-showcase .screen .project-screens li img {
	display: block;
	width: 100%;
	height: auto
}
.screen-button a {
	font-size: 18px;
	display: block;
	cursor: pointer;
	width: 200px;
	background: #018abe;
	font-weight: 700;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: -10px auto 0
}
.screen-button a:focus, .screen-button a:hover {
	background: #10a1d6
}
.branding-portfolio {
	padding-top: 120px
}
.branding-portfolio .item-wrapper {
	width: 50%
}
.branding-portfolio a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden
}
.branding-portfolio a:hover {
	text-decoration: none
}
.branding-portfolio .item , .branding-main-box .item  {
	padding: 30px 25px;
	width: 100%;
	border: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.branding-portfolio .item .thumbnail, .branding-portfolio .item .thumbnail.video-thumb .video {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	width: 100%
}
.branding-portfolio .animation-element.in-view.item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.branding-portfolio .item:focus {
	outline: 0
}
.branding-main-box
{

	
	
/*    -moz-column-count:2;
    -moz-column-gap: 3%;
    -moz-column-width: 50%;
    -webkit-column-count:2;
    -webkit-column-gap: 3%;
    -webkit-column-width: 50%;
    column-count: 2;
    column-gap: 3%;
    column-width: 50%;*/	
	overflow:hidden;

	
}
.branding-main-box .item-wrapper {

	
	float:left;max-width:50%
}
.branding-main-masonry
{
	display:block;
	width:100%;
}

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }






.branding-portfolio .item .thumbnail {
	background: #fff;
	-webkit-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96);
	overflow: hidden;
	min-height: 200px;
	position: relative;
	transition: all .3s ease-in-out;
	backface-visibility: hidden
}
.branding-portfolio .item.visible .thumbnail {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.branding-portfolio .item.visible:hover .thumbnail {
	-webkit-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96)
}
.branding-portfolio .item .thumbnail.video-thumb {
	height: 0;
	min-height: 0;
	padding-bottom: 56.25%
}
.branding-portfolio .item .thumbnail.video-thumb .video {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
	backface-visibility: hidden;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}
.branding-portfolio .item .thumbnail img, .filters .filter-button button {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.branding-portfolio .item .thumbnail.video-thumb .video>span, .branding-portfolio .item .thumbnail.video-thumb .video>span>iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}
.branding-portfolio .item .thumbnail img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}
.branding-portfolio .item.visible .thumbnail .video, .branding-portfolio .item.visible .thumbnail img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.branding-portfolio .item.visible:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.branding-portfolio .item h2 {
	font-weight: 700;
	color: #018abe;
	font-size: 26px;
	padding-top: 20px
}
.branding-portfolio .item h4, .branding-portfolio .item h5 {
	font-size: 14px;
	color: #868686;
	font-weight: 400
}
.branding-portfolio .item h5 {
	padding-top: 10px
}
.branding-project {
	padding: 120px 0
}
.branding-project img {
	display: block;
	margin: 0 auto;
	width: 100%
}
.branding-project .title {
	font-weight: 700;
	color: #018abe;
	text-align: center;
	padding: 0 120px
}
.branding-project .categories, .branding-project .description {
	font-size: 14px;
	color: #868686;
	font-weight: 400;
	margin: 0;
	text-align: center
}
.branding-project .categories {
	padding-bottom: 20px
}
.branding-project .description {
	padding: 0 0 30px
}
.branding-project .gallery img {
	margin-bottom: 40px
}
.branding-project .gallery .video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 40px
}
.branding-project .gallery .video>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}
.branding-project .gallery .video>span>iframe {
	width: 100%;
	height: 100%
}
.in-view.service-row:nth-child(even) .image-service{
animation: fadeInRight 1s;
}
.in-view.service-row:nth-child(even) .service-info{
	animation: fadeInLeft 1s;
	}
	.in-view.service-row:nth-child(odd) .image-service{
		animation: fadeInLeft 1s;
		}
		.in-view.service-row:nth-child(odd) .service-info{
			animation: fadeInRight 1s;
			}
.filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.filters .filter-button button {
	color: #018abe;
	font-weight: 700;
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 4px 8px;
	position: relative;
	transition: all .3s ease-in-out;
	cursor: pointer
}
.filters .filter-button button::before, .go-back a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	cursor: pointer
}
.filters .filter-button button:focus {
	outline: 0
}
.filters .filter-button.active button {
	color: #018abe
}
.filters .filter-button button::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-box-shadow: inset 0 0 0 1px #018abe;
	box-shadow: inset 0 0 0 1px #018abe;
	transition: all .3s ease-in-out
}
.filters .filter-button.active button::before {
	-webkit-box-shadow: inset 0 0 0 20px #018abe;
	box-shadow: inset 0 0 0 20px #018abe
}
.our-services {
	padding-top: 60px;
}
.our-services .page-title {
	color: #018abe;
	font-size: 48px;
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 40px 0;
	text-transform: capitalize
}
.our-services .page-subtitle {
	color: #018abe;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 30px 0
}
.our-services .page-description {
	color: #414142;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 20px 0 80px
}
.our-services .service-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px
}
.our-services .service-row {
	cursor: pointer
}
.our-services .service-row:nth-child(odd) .service-info {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.our-services .service-row:last-of-type {
	padding-bottom: 80px
}
.our-services .service-row .col-md-6 {
	padding: 5px
}
.our-services .service-row .col-md-6.service-info {
	padding: 40px
}
.our-services .service-image {
	width: 100%;
	display: block;
	height: auto;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.our-services .service-row:hover .service-image {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}
.our-services .service-title {
	color: #018abe;
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	margin: 0
}
.our-services .service-description {
	color: #414142;
	padding: 24px 0;
	max-width: 80%;
	margin: 0
}
.our-services .service-link {
	color: #fff;
	display: block;
	width: 180px;
	background: #018abe;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-size: 14px;
	padding: 12px 15px;
	border: 0;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left
}
.our-services .service-link:focus {
	outline: 0
}
.our-services .service-link::after {
	content: "\e900";
	font-family: icomoon;
	position: absolute;
	right: 15px;
	top: 11px;
	text-align: right;
	-webkit-transform: translateX(0) rotate(-90deg);
	-ms-transform: translateX(0) rotate(-90deg);
	transform: translateX(0) rotate(-90deg);
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.our-services .service-row:hover .service-link::after {
	-webkit-transform: translateX(4px) rotate(-90deg);
	-ms-transform: translateX(4px) rotate(-90deg);
	transform: translateX(4px) rotate(-90deg)
}
.our-services .service-header {
	position: relative;
	height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	color: #fff
}
.our-services .service-header>.container {
	position: relative;
	display: block;
	z-index: 50
}
.our-services .service-header>.container>p {
	width: 50%;
	color: #fff
}
.our-services .service-header::after {
	content: '';
	position: absolute;
	display: block;
	background: #000;
	opacity: .6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
.our-services .service-body {
	padding-top: 64px
}
.our-services ul {
	display: block;
	list-style: none;
	padding: 0 10px 40px;
	margin: 0;
	min-width: 33.33333%;
	max-width: 50%
}
.our-services p+ul {
	padding-left: 0
}
.our-services ul li {
	display: block;
	color: #414142;
	padding-bottom: 12px;
	font-size: 16px;
	white-space: normal;
	text-align: left
}
.our-services ul li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	vertical-align: top;
	margin-top: 10px;
	background: #018abe;
	margin-right: 8px
}
.our-services ul li:first-child {
	font-size: 18px;
	color: #018abe;
	font-weight: 700
}
.our-services ul li:first-child br, .our-services ul li:first-child::before {
	display: none
}
.our-services .service-body .service-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}
.about-content, .contact-wrapper .contact-form, .clients {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column
}
.our-services .service-body .service-info>div, .our-services .service-body .service-info>p {
	width: 100%
}
.contact-wrapper .contact-form {
	width: 100%;
	min-height: 100vh;
	background-image:url(../assets/images/tb-gouraud2.jpg);
	background-size: 100% 100%;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 100px 0;
	overflow: hidden;
	position: relative
}
.contact-wrapper .contact-form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #21292c;
	opacity: .4;
	z-index: 1
}
.contact-wrapper .contact-form>.container {
	position: relative;
	z-index: 50
}
.contact-wrapper .contact-form h1 {
	font-weight: 700;
	font-size: 42px;
	margin: 0;
	padding-bottom: 30px;
	text-transform: capitalize
}
.contact-wrapper .contact-form .contact-group {
	padding-bottom: 30px
}
.contact-wrapper .contact-form .contact-group .input-row {
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 22px
}
.contact-wrapper .contact-form .contact-group .input-row .select {
	display: inline-block;
	padding: 0 10px
}
.select-box {
	position: relative;
	color: rgba(205,205,205,.78);
	cursor: pointer;
	background: 0 0;
	display: block;
	border: 0;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.select-box.used {
	color: rgba(255,255,255,.86)
}
.select-box:focus, .select-box:hover {
	outline: 0;
	color: rgba(255,255,255,.85)
}
.select-box .value {
	display: block;
	text-align: left
}
.select-box .value::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	opacity: .68;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 8px solid #fff;
	margin-left: 12px;
	vertical-align: top;
	margin-top: 14px
}
.select-box.used .value::after {
	display: none
}
.select-box .select-options {
	display: block;
	min-width: 200px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #018abe;
	list-style: none;
	margin: 0;
	padding: 20px;
	border-radius: 0;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.4)
}
.select-box.open .select-options {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	-o-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .2s cubic-bezier(.175, .885, .32, 1.275)
}
.contact-button button::after, .select-box .select-options li {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.select-box .select-options li {
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: left;
	color: #000;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	padding: 5px 12px;
	opacity: .6;
	white-space: nowrap;
	transition: all .2s ease-in-out;
	outline: 0
}
.select-box .select-options li.active, .select-box .select-options li:focus, .select-box .select-options li:hover {
	outline: 0;
	opacity: 1;
	color: #fff
}
.input-box .shadow-input, .input-box input {
	padding: 0 6px;
	color: rgba(255,255,255,.68)
}
.input-box {
	position: relative;
	overflow: hidden
}
.contact-wrapper .contact-form .contact-group .input-row .input {
	display: inline-block;
	vertical-align: bottom
}
.input-box input {
	position: absolute;
	font-weight: 700;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: 0 0;
	border: 0
}
.input-box input:focus {
	outline: 0
}
.input-box .shadow-input {
	opacity: 1;
	display: block;
	margin: 0
}
.input-box input:focus, .input-box input:hover, .input-box:hover .shadow-input {
	color: rgba(255,255,255,.85)
}
.input-box .shadow-input.hidden {
	opacity: 0
}
.contact-button button {
	color: #fff;
	display: block;
	width: 180px;
	background: #018abe;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-size: 14px;
	padding: 12px 15px;
	border: 0;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	margin: 0 auto
}
.contact-button button:focus {
	outline: 0
}
.contact-button button::after {
	content: "\e900";
	font-family: icomoon;
	position: absolute;
	right: 15px;
	top: 11px;
	text-align: right;
	-webkit-transform: translateX(0) rotate(-90deg);
	-ms-transform: translateX(0) rotate(-90deg);
	transform: translateX(0) rotate(-90deg);
	font-size: 16px;
	transition: all .2s ease-in-out
}
.contact-button button:hover::after {
	-webkit-transform: translateX(4px) rotate(-90deg);
	-ms-transform: translateX(4px) rotate(-90deg);
	transform: translateX(4px) rotate(-90deg)
}
.contact-info {
	position: relative;
	z-index: 50;
	margin-top: -80px
}
.contact-info>.container {
	background: #018abe;
	color: #fff
}
.contact-info .contact-details {
	padding: 80px 40px
}
.contact-info .contact-details .contact-location {
	font-weight: 700;
	font-size: 26px;
	margin: 0;
	padding-bottom: 30px
}
.contact-info .contact-details .contact-address {
	padding-bottom: 30px;
	margin: 0;
	white-space: pre-line
}
.contact-info .contact-details .contact-methods {
	padding: 0;
	margin: 0;
	list-style: none
}
.contact-info .contact-details .contact-methods li {
	display: block;
	margin-bottom: 10px;
	color: #fff
}
.contact-info .contact-details .contact-methods li:last-child {
	margin-bottom: 0
}
.contact-info .contact-details .contact-methods li a {
	color: #fff;
	display: inline-block
}
.contact-info .contact-details .contact-methods li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	vertical-align: top;
	margin-top: 10px;
	background: #fff;
	margin-right: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.about-content, .contact-message ul li.error, .contact-message ul li.success{
	background: #018abe
}
.about-content .container>div, .about-team .team-title {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}
.contact-info .contact-details .contact-methods li:hover::before {
	width: 30px
}
.contact-message {
	padding-top: 30px
}
.contact-message ul {
	display: block;
	margin: 0;
	padding: 0;
	width:100%;
	list-style: none
}
.contact-message p
{
	display:none
}
.contact-message ul li {
	padding: 5px 0;
	margin-top: 4px;
	font-weight: 700
}
.about-us, .clients{
	padding-top: 60px
}
.about-content {
	color: #fff;
	padding: 60px 0 120px;
	text-align: center;
	min-height: calc(100vh - 81px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative
}
.clients{
	height: calc(100vh - 82px);
}
.back-up, .newsletter-wrapper .container .row .newsletter-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column
}
.about-content .mouse, .about-content .mouse::after, .about-content .mouse::before {
	position: absolute;
	right: 0;
	margin: 0 auto;
	display: block;
	left: 0
}
.about-content .mouse {
	bottom: 50px;
	width: 26px;
	height: 40px;
	border: 2px solid #fff;
	padding: 0;
	border-radius: 13px;
	background: 0 0;
	cursor: pointer
}
.about-content .mouse::before {
	content: '';
	width: 4px;
	height: 4px;
	top: 8px;
	border-radius: 50%;
	background: #fff
}
.about-content .mouse::after {
	content: '';
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 16px;
	-webkit-animation: mouse-scroll 3s infinite;
	animation: mouse-scroll 3s infinite
}
@-webkit-keyframes mouse-scroll {
0%, 40% {
opacity:0;
-webkit-transform:translateY(0) rotate(45deg);
transform:translateY(0) rotate(45deg)
}
60% {
opacity:.5
}
70% {
opacity:.7;
-webkit-transform:translateY(10px) rotate(45deg);
transform:translateY(10px) rotate(45deg)
}
100% {
opacity:0;
-webkit-transform:translateY(10px) rotate(45deg);
transform:translateY(10px) rotate(45deg)
}
}
@keyframes mouse-scroll {
0%, 40% {
opacity:0;
-webkit-transform:translateY(0) rotate(45deg);
transform:translateY(0) rotate(45deg)
}
60% {
opacity:.5
}
70% {
opacity:.7;
-webkit-transform:translateY(10px) rotate(45deg);
transform:translateY(10px) rotate(45deg)
}
100% {
opacity:0;
-webkit-transform:translateY(10px) rotate(45deg);
transform:translateY(10px) rotate(45deg)
}
}
.about-content:first-child {
	padding-top: 0
}
.about-content .container>div {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	transition: all .4s ease-in-out;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.about-content .container>div:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.about-content .container>div:nth-child(3) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}
.about-content .container>div:nth-child(4) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}
.about-content .container>div:nth-child(5) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}
.about-content .container>div:nth-child(6) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}
.about-content .container>div:nth-child(7) {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.entered .about-content .container>div {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.about-content h1, .about-content h2, .about-content h3{
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 48px
}
.about-content p {
	color: #fff;
	margin: 0;
	padding-bottom: 10px
}
.about-team {
	padding: 60px 0 100px;
	text-align: center;
	position: relative;
	overflow: hidden
}
.about-team .team-title {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #018abe;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	transition: all .4s ease-in-out;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}
.about-team .team-member, .about-team .team-subtitle {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}
.entered .about-team .team-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.about-team .team-subtitle {
	margin: 0;
	color: #414142;
	font-size: 22px;
	text-align: center;
	padding-bottom: 40px;
	transition: all .4s ease-in-out;
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}
.entered .about-team .team-subtitle {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.about-team .team-member .thumbnail>img {
	width: 100%;
	display: block;
	margin: 0 auto
}
.about-team .team-member {
	padding: 30px;
	opacity: 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all .4s ease-in-out
}
.entered .about-team .team-member {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.about-team .team-member .name {
	font-weight: 700;
	font-size: 24px;
	color: #018abe;
	padding-top: 16px
}
.about-team .team-member .role {
	font-size: 20px;
	color: #414142;
	padding-top: 4px
}
.back-up {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 30px;
	right: 30px;
	z-index: 50;
	cursor: pointer;
	background: #018abe;
	color: #fff;
	border: 0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	padding: 15px 0;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	text-align: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-box-shadow: 0 0 0 0 rgba(1,138,190,.4);
	box-shadow: 0 0 0 0 rgba(1,138,190,.4);
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.back-up span {
	display: block;
	width: 50px;
	text-align: center
}
.back-up.show {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
	-o-transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}
.back-up.show:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.back-up.show:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 5px rgba(1,138,190,.4);
	box-shadow: 0 0 0 5px rgba(1,138,190,.4)
}
.go-back {
	display: block;
	width: auto;
	height: auto;
	position: relative
}
.go-back a {
	position: absolute;
	background: #fff;
	color: #018abe;
	display: block;
	top: 0;
	left: 0;
	padding: 10px 0;
	transition: all .3s ease-in-out
}
.go-back a::before {
	content: "\e901";
	font-family: icomoon!important;
	-webkit-transform: translateX(0) rotate(-90deg);
	-ms-transform: translateX(0) rotate(-90deg);
	transform: translateX(0) rotate(-90deg);
	display: inline-block;
	margin-right: 14px;
	vertical-align: top;
	margin-top: -1px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.go-back a:hover::before {
	-webkit-transform: translateX(-2px) rotate(-90deg);
	-ms-transform: translateX(-2px) rotate(-90deg);
	transform: translateX(-2px) rotate(-90deg)
}
.service-body .go-back a {
	top: -52px;
	z-index: 50
}
.newsletter-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 9999
}
.newsletter-wrapper .container {
	height: 100%
}
.newsletter-wrapper .container .row {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.newsletter-wrapper .container .row>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
.newsletter-wrapper .container .row .newsletter-left {
	width: 50%;
	background: rgba(0,167,205,.9);
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 380px
}
.loading-work, .newsletter-wrapper .container .row .newsletter-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column
}
.newsletter-wrapper .container .row .newsletter-left h3 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px
}
.newsletter-wrapper .container .row .newsletter-left h6 {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0 40px
}
.newsletter-wrapper .container .row .newsletter-left>span {
	font-size: 72px;
	display: block;
	text-align: center;
	padding: 30px 0
}
.newsletter-wrapper .container .row .newsletter-right {
	background: rgba(255,255,255,.9);
	width: 50%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.newsletter-wrapper .container .row .newsletter-right h3 {
	margin: 0;
	color: #018abe;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px
}
.newsletter-wrapper .container .row .newsletter-right .input-row {
	position: relative;
	padding: 60px 0
}
.newsletter-wrapper .container .row .newsletter-right .input-row input {
	width: 100%;
	background: 0 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #61c5dc;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	height: 38px
}
.newsletter-wrapper .container .row .newsletter-right .input-row input:focus {
	outline: 0;
	border-bottom: 2px solid #61c5dc
}
.newsletter-wrapper .container .row .newsletter-right .btn-row {
	text-align: center
}
.newsletter-wrapper .container .row .newsletter-right .btn-row .btn {
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	color: #fff;
	background: #018abe;
	padding: 10px 40px;
	text-transform: uppercase
}
.newsletter-wrapper .close-btn {
	position: absolute;
	top: 15px;
	right: 30px;
	display: block;
	cursor: pointer;
	width: 38px;
	height: 38px;
	padding: 0;
	overflow: hidden;
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.newsletter-wrapper .close-btn span:nth-child(1) {
	display: block;
	position: absolute;
	width: 68%;
	height: 68%;
	top: 0;
	left: 0;
	border-right: 4px solid #018abe;
	border-bottom: 4px solid #018abe;
	-webkit-transform: translateY(23%) translateX(-34%) rotate(-45deg);
	-ms-transform: translateY(23%) translateX(-34%) rotate(-45deg);
	transform: translateY(23%) translateX(-34%) rotate(-45deg)
}
.newsletter-wrapper .close-btn span:nth-child(2) {
	display: block;
	position: absolute;
	width: calc(68% - 8px);
	height: calc(68% - 8px);
	bottom: 0;
	right: 0;
	border-right: 4px solid #018abe;
	-webkit-transform: translateY(30%) translateX(-21%) rotate(-45deg);
	-ms-transform: translateY(30%) translateX(-21%) rotate(-45deg);
	transform: translateY(30%) translateX(-21%) rotate(-45deg)
}
.newsletter-wrapper .close-btn span:nth-child(3) {
	display: block;
	position: absolute;
	width: calc(68% - 8px);
	height: calc(68% - 8px);
	top: 0;
	right: 0;
	border-bottom: 4px solid #018abe;
	-webkit-transform: translateY(-31%) translateX(-21%) rotate(-45deg);
	-ms-transform: translateY(-31%) translateX(-21%) rotate(-45deg);
	transform: translateY(-31%) translateX(-21%) rotate(-45deg)
}
.img_mobile
{
	display:none
}
@media(max-width:768px) {
.img_mobile
{
	display:block
}
.case-wrapper{
	margin-top:85px;
}
.radio{
	width: 100%;
}
.img_desktop
{
	display:none !important
}
.contact_mainclass .navigation {
	background: #fff
}
.contact_mainclass .navigation .nav-logo svg .a {
	fill: #018abe
}
.contact_mainclass .navigation .nav-toggle span {
	background-color: #018abe
}
.contact_mainclass .open .navigation .nav-logo svg .a {
	fill: #fff
}
.contact_mainclass .open .navigation .nav-toggle span {
	background-color: #fff
}
.input-box input, .nav-menu .nav-links li, .select-box .select-options li {
	text-align: center
}
.newsletter-wrapper {
	display: none
}
.navigation .nav-logo {
	width: 160px;
	padding: 14px 0
}
.navigation .nav-toggle {
	width: 36px;
	top: 20px
}
.navigation .nav-toggle span {
	height: 3px;
	margin-bottom: 6px
}
.open .navigation .nav-toggle span:last-child {
	-webkit-transform: translateX(-2px) translateY(-1px) rotate(45deg);
	-ms-transform: translateX(-2px) translateY(-1px) rotate(45deg);
	transform: translateX(-2px) translateY(-1px) rotate(45deg)
}
.open .navigation .nav-toggle span:first-child {
	-webkit-transform: translateX(3px) translateY(8px) rotate(45deg);
	-ms-transform: translateX(3px) translateY(8px) rotate(45deg);
	transform: translateX(3px) translateY(8px) rotate(45deg);
	-webkit-box-shadow: 3px -3px 0 0 #018abe;
	box-shadow: 3px -3px 0 0 #018abe
}
.open .navigation .nav-toggle span:nth-child(2) {
	-webkit-box-shadow: 0 3px 0 0 #018abe;
	box-shadow: 0 3px 0 0 #018abe
}
.nav-menu .nav-links li {
	height: auto
}
.nav-menu .nav-links li a {
	font-size: 40px;
	line-height: 40px;
	padding: 8px 0
}
.nav-menu .nav-links li a:hover {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.header .titles img {
	width: 90%;
	left: 5%
}
.header .titles {
	font-size: 36px;
	padding-top: 25%
}
.branding-project {
	padding-top: 120px
}
.branding-project .title {
	font-size: 26px;
	padding: 0
}
.contact-wrapper .contact-form .contact-group .input-row .select {
	display: block;
	width: 100%
}
.select-box .select-options, .select-box .value {
	width: 100%;
	text-align: center
}
.contact-wrapper .contact-form .contact-group .input-row .input {
	display: block;
	width: 100%
}
.contact-wrapper .contact-form h1 {
	font-size: 26px
}
.contact-wrapper .contact-form .contact-group .input-row {
	font-size: 18px
}
.contact-info .contact-details {
	padding: 30px
}
.contact-info .contact-details .contact-location {
	font-size: 20px;
	padding-bottom: 12px
}
.contact-info .contact-details .contact-address {
	font-size: 14px;
	padding-bottom: 12px
}
.contact-info .contact-details .contact-methods {
	font-size: 14px
}
.contact-info .contact-map {
	height: 400px;
	position: relative;
	padding: 0
}
.select-box .value::after {
	margin-left: 6px;
	margin-top: 10px
}
.our-services .page-title {
	font-size: 26px;
	padding: 10px 0
}

.our-services .page-subtitle {
	font-size: 18px;
	padding: 10px 0
}
.our-services .page-description {
	padding: 10px 0 80px;
	font-size: 14px;
	text-align: justify
}
.our-services .service-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.our-services .service-row .service-info {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border: 0!important
}
.our-services .service-description {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	padding: 0 0 10px;
	text-align: justify;
	margin-bottom: 0
}
.our-services .service-title {
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px
}
.our-services .service-row .col-md-6.service-info {
	padding: 30px 15px
}
.our-services .service-body .service-info {
	text-align: justify
}
.our-services .service-link {
	margin: 0 auto 20px
}
.our-services .service-header>.container>p {
	width: 100%;
	text-align: justify
}
.our-services .service-header {
	height: auto;
	padding: 20px 0
}
.our-services .service-header>img {
	height: 100%;
	width: auto;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.branding-portfolio {
	padding-top: 80px
}
.branding-portfolio .item {
	padding: 15px
}
.branding-portfolio .item h2 {
	font-size: 22px;
	text-align: center
}
.branding-portfolio .item h4 {
	text-align: center
}
.filters .filter-button {
	width: 100%;
	text-align: center
}
.websites-showcase .screen .inner-screen {
	padding-bottom: 60vh
}
.websites-showcase .screen .inner-screen::after {
	background-image: url(../assets/images/iphone.png)
}
.websites-showcase .screen .project-screens {
	height: 57vh;
	width: 25.9vh;
	top: 1.8vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 10px;
	overflow: hidden
}
.websites-showcase .screen .project-screens li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.websites-showcase .screen .project-screens li.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.websites-showcase .screen .project-screens li img {
	width: 100%;
	height: auto
}
.screen-button a {
	margin-top: 10px
}
.websites-showcase .project-title {
	position: relative;
	text-align: center;
	font-size: 15px;
	height: 50px
}
.about-content h1, .about-content h2, .about-content h3, .about-team .team-title, .clients h2 {
	font-size: 26px;
	padding-bottom: 20px
}
.websites-showcase .screen {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.back-up
{
	right:15px;
}
.websites-showcase .project-title span {
    left: 0;
    white-space: normal;
    right: 0;
top:0;
white-space: normal
}
.our-services ul {
	padding-left: 0;
	padding-right: 0
}
.about-team .team-title {
	padding-top: 20px
}
.about-team .team-subtitle {
	font-size: 18px;
	padding-bottom: 20px
}
.work-wrapper .boxes {
	padding-top: 61px
}
.work-wrapper .boxes .col-md-5 {
	padding: 0
}
.work-wrapper .boxes div:first-child>.link-box {
	margin-bottom: 30px
}
.go-back {
	padding-bottom: 30px
}
.go-back a, .service-body .go-back a {
	width: 140px;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
	text-align: center
}
.our-services .service-body {
	padding-top: 14px
}
.branding-portfolio .item-wrapper {
	width: 100%
}
.nav-menu .nav-links li.social-links>a {
	margin-left: 0;
	margin-right: 5px
}
.about-content .mouse {
	display: none
}
.about-content, .clients {
	padding: 80px 0;
	text-align: justify
}
.client-flex{
	justify-content: space-around;
}
.client-flex .client{
	width:43%;
	margin: 10px;
	padding:0;
}
.about-us {
	padding-top:50px
}
.our-services ul {
	width: 100%;
	max-width: 100%
}
.newsletter-wrapper .container .row .newsletter-left, .newsletter-wrapper .container .row .newsletter-right {
	width: 100%;
	min-height: 0
}
.newsletter-wrapper .container .row .newsletter-right {
	padding: 20px 40px
}
.newsletter-wrapper .container .row .newsletter-left {
	padding: 14px 40px
}
.newsletter-wrapper .container .row .newsletter-right .input-row {
	position: relative;
	padding: 5px 0 30px
}
.newsletter-wrapper .container .row .newsletter-left>span {
	padding: 15px 0;
	font-size: 60px
}
.newsletter-wrapper .close-btn span {
	border-color: #fff!important
}
.newsletter-wrapper .close-btn {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right
}
}
@-webkit-keyframes fade-in {
0% {
opacity:0;
-webkit-transform:translateY(5%);
transform:translateY(5%)
}
100% {
opacity:.9;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fade-in {
0% {
opacity:0;
-webkit-transform:translateY(5%);
transform:translateY(5%)
}
100% {
opacity:.9;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.loader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: -100vh;
	left: 0;
	z-index: 99;
	background: #018abe;
	opacity: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out .2s, -webkit-transform 0s ease .4s;
	-o-transition: opacity .2s ease-in-out .2s, transform 0s ease .4s;
	transition: opacity .2s ease-in-out .2s, transform 0s ease .4s;
	transition: opacity .2s ease-in-out .2s, transform 0s ease .4s, -webkit-transform 0s ease .4s
}
.loader>svg, .loading-work {
	position: absolute;
	top: 0;
	left: 0
}
.loader.show {
	opacity: 1;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform 0s ease 0s;
	-o-transition: opacity .2s ease-in-out 0s, transform 0s ease 0s;
	transition: opacity .2s ease-in-out 0s, transform 0s ease 0s;
	transition: opacity .2s ease-in-out 0s, transform 0s ease 0s, -webkit-transform 0s ease 0s
}
.loader>svg {
	z-index: 10;
	right: 0;
	width: 120px;
	height: auto;
	bottom: 0;
	margin: auto;
	display: block;
	overflow: hidden;
	background: 0 0
}
.loader>svg .logo {
	fill: transparent;
	stroke: #fff;
	stroke-width: 1px
}
.loader>svg .rect {
	-webkit-clip-path: url(#logo-clip);
	clip-path: url(#logo-clip)
}
.loader>svg .rect rect {
	fill: #fff;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}
.loader.show>svg .rect rect {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}
.loading-work {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 105
}
.loading-work::after {
	content: '';
	border-radius: 50%;
	width: 24px;
	height: 24px;
border:.25rem solid rgba(255,255,255,.2);
	border-top-color: #fff;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.none {
	display: none
}

.websites-cover
{
	height:100vh;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	opacity:0.6;
	    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	position:absolute;
	top:0;
	left:0;
}

.thumbnail iframe
{
	height:300px !important; 
}
.canvas
{
height:100vh;
}
@media (max-height: 700px) {
	.nav-menu .nav-links li{
		height: auto;
	}
	.nav-menu .nav-links li a{
		font-size:35px;
		line-height: initial;
	}

}


@media (max-width:: 1200px) {
	.websites-showcase .project-title{
		top:70px;
	}
	.websites-showcase .case-controls{
		top:80px
	}
	.websites-showcase .screen{
		top:calc(50% + 60px);
	}
}


@media (max-width: 768px) {
	.websites-showcase .case-controls{
		top:55px
	}
	.websites-showcase .screen{
		  top: auto;
		left: auto;
	}
}

@media (max-width:768px){
	
	.websites-showcase .case-controls button , .back-up{width:40px;height:40px;}
	.websites-showcase .case-controls button.down::after, .websites-showcase .case-controls button.up::after , .back-up span{font-size:16px;}

}



