@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900&display=swap");

html {
	scroll-behavior: smooth;
}
#wrap {
	min-height: calc(100vh - 394px);
}
body {
	font-family: "Lato", arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #f9f9f9;
}
body img {
	max-width: 100%;
}
a {
	color: #181818;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

b.t-l {
	display: block;
}
h1.t-l + hr,
h3.t-l + hr,
b.t-l + hr {
	display: block;
	width: 100px;
	margin: 0 0 20px 0;
	border-top: 3px solid #315990;
}
b.t-l + hr {
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px auto;
	color: #444;
}
h3.t-l + hr.footer-line {
	border-top: 3px solid #fff;
}
h1.t-l.center + hr,
h3.t-l.center + hr {
	margin: 0 auto 20px auto;
}

ul.big {
	font-size: 16px;
	line-height: 30px;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0px;
	color: #444;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 22px;
}
h1 {
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px;
}
.t-l {
	font-size: 35px;
	text-transform: uppercase;
}
h2,
h3,
.t-m {
	font-size: 22px;
	text-transform: uppercase;
}
.t-s {
	font-size: 16px;
	text-transform: uppercase;
}
.p-hero {
	font-size: 30px;
	line-height: 28px;
}
.p-xl {
	font-size: 28px;
	font-weight: 800;
	line-height: 28px;
}
.p-l {
	font-size: 18px;
	line-height: 28px;
}
p,
.p-m {
	font-size: 16px;
	line-height: 28px;
}
.p-s {
	font-size: 14px;
}
.center {
	text-align: center;
}

/************************************* NEW CSS ****************************************/

/***********************
****** NEW INLINE ******
***********************/
.inline-con {
	font-size: 0;
}
.inline-con.vcenter .inline {
	vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
	text-align: center;
}
.inline-con.lright .inline:last-child {
	text-align: right;
}
.inline-con .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}
.i1 {
	width: calc(1 * (100% - 165px) / 12);
}
.i2 {
	width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
}
.i3 {
	width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
}
.i4 {
	width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
}
.i5 {
	width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
}
.i6 {
	width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
}
.i7 {
	width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
}
.i8 {
	width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
}
.i9 {
	width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
}
.i10 {
	width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
}
.i11 {
	width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
}

.rpad10 {
	padding-right: 10px;
}
.rpad20 {
	padding-right: 20px;
}
.rpad40 {
	padding-right: 40px;
}
.lpad10 {
	padding-left: 10px;
}
.lpad20 {
	padding-left: 20px;
}
.lpad40 {
	padding-left: 40px;
}

/***********************
****** NEW FLEX ******
***********************/
.fCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	font-size: 0;
}
.flex {
	font-size: 14px;
}
.f1 {
	width: calc(1 * 100% / 12);
}
.f2 {
	width: calc(2 * 100% / 12);
}
.f3 {
	width: calc(3 * 100% / 12);
}
.f4 {
	width: calc(4 * 100% / 12);
}
.f5 {
	width: calc(5 * 100% / 12);
}
.f6 {
	width: calc(6 * 100% / 12);
}
.f7 {
	width: calc(7 * 100% / 12);
}
.f8 {
	width: calc(8 * 100% / 12);
}
.f9 {
	width: calc(9 * 100% / 12);
}
.f10 {
	width: calc(10 * 100% / 12);
}
.f11 {
	width: calc(11 * 100% / 12);
}
.f12 {
	width: calc(12 * 100% / 12);
}
.fCon.fRev {
	flex-wrap: wrap-reverse;
}
.fCon.fCenter {
	align-items: center;
}
.fCon div {
	box-sizing: border-box;
}
.fCon .pad {
	padding: 30px 40px;
	box-sizing: border-box;
	font-size: 14px;
}
.fCon .pad h3 {
	margin-top: 0;
}
.fCon .pad p {
	margin: 0;
	margin-top: 15px;
}

/********************
******* HOVER *******
********************/
.hvr {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	top: 0;
	background: #315990;
	height: 5px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr:hover:before,
.hvr:focus:before,
.hvr:active:before {
	left: 0;
	right: 0;
}

/* general */
.con {
	padding: 40px;
}
.con.xpad {
	padding: 60px;
}
.con.xpad-t {
	padding-top: 120px;
}
.con.xpad-b {
	padding-bottom: 120px;
}
.con.xxpad-t {
	padding-top: 180px;
}
.con.xxpad-b {
	padding-bottom: 180px;
}

.gray {
	background: #f9f9f9;
}
.white {
	background: #fff;
}
.navy {
	background: #1f2128;
	color: #fff;
}
.navy h3 {
	color: #fff;
}
.red {
	background: rgb(222, 62, 62);
	background: linear-gradient(90deg, rgb(255, 53, 53) 0%, rgb(239, 100, 40) 100%);
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 20px 0px;
}
.whitelnk {
	color: #fff;
	font-size: 22px;
	text-decoration: underline;
}
.whitelnk:hover {
	color: #fecc00;
	font-size: 22px;
	text-decoration: underline;
}

.blue {
	background: #3a588c;
	color: #fff;
}
.blue h3 {
	color: #fff;
}
.blue h3 + hr {
	border-color: #fff;
}

.con.white.marketing {
	padding-top: 80px;
}

#topline {
	padding: 7px 20px;
	background: #315990;
	color: #fff;
	text-align: right;
}
#hdr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	color: #000;
	padding: 0px 20px;
	position: relative;
}
.bdy {
	max-width: 1200px;
	margin: 0 auto;
}
#ftr {
	background: #0a0a0a;
	color: #fff;
	padding: 1px 15px;
}

p.b {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	max-width: 1000px;
	margin: 20px auto;
}
.btn {
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 3px;
}
.btn:hover {
	text-decoration: none;
	background: #444;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn.white {
	background: #fff;
	color: #3a588c;
}
.btn.yellow {
	background: #fecc00;
	color: #000;
}
.btn.blue {
	background: #315990;
	color: #fff;
}
.btn.transparent {
	background: transparent;
	border: 1px solid #315990;
	color: #315990;
}
.btn.transparent:hover {
	background: #315990;
	color: #fff;
}
.blue h3.big + hr {
	border-color: #fff;
}
.blue p {
	margin-bottom: 30px;
}

#breadcrumbs {
	margin: 0 0 25px 0px;
}
#breadcrumbs span {
	color: #000;
}
#breadcrumbs a {
	font-size: 14px;
	color: #000;
}
#breadcrumbs span:last-child a span {
	color: #000;
	font-weight: bold;
}

/* fancy */
.fancy {
	padding: 80px 0px;
	-ms-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.fancy .bdy {
	-ms-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
}
.fancy + .con {
	margin-top: -100px;
	padding: 180px 0 100px 0;
}
.con + .fancy {
	margin-top: -60px;
}

.fancy-b {
	padding: 60px 0px 0 0;
}
.fancy-b .gray {
}
.fancy-b .fancy {
	overflow: hidden;
	padding: 0px 0 120px 0;
}
.fancy-b .bdy {
	-ms-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	padding: 0px 40px;
}
.fancy-b + .con {
	margin-top: -100px;
	padding: 180px 0 100px 0;
}

/* forms */
form.form .fwrap {
	position: relative;
	margin: 15px 0px;
	width: 100%;
}
form.form .fwrap.half {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 15px / 2);
	margin: 0;
}
form.form .fwrap.half + .half {
	margin-left: 15px;
}
form.form .fwrap label {
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 19px;
	transition: 0.2s ease all;
	color: #000;
	font-size: 14px;
}
form.form .fwrap input[type="text"],
form.form .fwrap textarea {
	font-family: "proxima-nova";
	font-size: 14px;
	width: 100%;
	padding: 25px 10px 12px 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0;
}
form.form .fwrap select {
	width: 100%;
	color: #888;
	padding: 17px 10px;
}
form.form .fwrap textarea:focus + label,
form.form .fwrap input:focus + label,
form.form .fwrap textarea:not(:placeholder-shown) + label,
form.form .fwrap input:not(:placeholder-shown) + label {
	top: 10px;
	left: 10px;
	font-size: 9px;
	opacity: 1;
	transition: 0.2s ease all;
}
form.form input[type="submit"] {
	padding: 15px 40px;
	border: 0;
	background: #315990;
	color: #fff;
	font-family: "Lato";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
form.form input[type="submit"]:hover {
	background: #234069;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* topnav */
#topline a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
#hdr #call {
	display: none;
	color: #fff;
	font-size: 25px;
	width: 46px;
}
#hdr #corner {
	display: none;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	padding: 15px 0px;
}
#hdr #corner img {
	height: 45px;
}
#hdr #logo {
	padding: 10px 0px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}
#hdr #logo img {
	height: 70px;
}

/* menu */
ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#menu li.mob {
	display: none;
}
ul#menu li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
}
ul#menu li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	padding: 50px 3px;
}
ul#menu li.contact {
	text-align: center;
	font-size: 13px;
}
ul#menu li.contact a {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin: 0px 5px;
}
#menu-btn,
#menu-icon {
	display: none;
	cursor: pointer;
	padding: 4px 8px 10px 8px;
}
#menu-icon span {
	background: transparent;
	display: inline-block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 30px;
}
#menu-icon span::before,
#menu-icon span::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}
#menu-icon span::before {
	top: 5px;
}
#menu-icon span::after {
	top: -5px;
}
#menu-btn:checked ~ #menu-icon span::before {
	transform: rotate(-45deg) translate(4px, -3px);
}
#menu-btn:checked ~ #menu-icon span::after {
	transform: rotate(45deg) translate(4px, 3px);
}
#menu-btn:checked ~ #menu-icon span {
	background: transparent;
}

/* apple menu */
.window .header {
	display: none;
}
.window .menu {
	display: none;
}
.window .menu li.contact {
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.window .menu li.contact a {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin: 0px 5px;
}
.window .header ul.menu li.menu-item.contact a {
	display: inline-block;
	width: auto;
}
.window .header ul.menu li.menu-item:last-child {
	padding-top: 30px;
	border-bottom: 0;
}
.window .header {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: #315990;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out, background 1s ease-out;
	transition: all 0.5s ease-out, background 1s ease-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 9999;
}
.window .header a {
	color: #fff;
}

.window .header .burger-container {
	position: absolute;
	display: inline-block;
	height: 65px;
	width: 65px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 9999;
}
.window .header .burger-container #burger {
	width: 25px;
	height: 8px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}
.window .header .burger-container #burger .bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.window .header .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}
.window .header .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.window .header .icon {
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 50px;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.window .header .icon.icon-apple {
	height: auto;
	line-height: auto;
	width: 100px;
}
.window .header .icon.icon-bag {
	right: 0px;
	top: 0px;
	left: auto;
	color: #fff;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.window .header .icon.icon-bag a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.window .header ul.menu {
	position: relative;
	display: block;
	padding: 0px 50px;
	margin: 100px 0;
	list-style: none;
}
.window .header ul.menu li.menu-item {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1.15) translateY(-30px);
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.window .header ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.49s;
	transition-delay: 0.49s;
}
.window .header ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.42s;
	transition-delay: 0.42s;
}
.window .header ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.window .header ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.28s;
}
.window .header ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
.window .header ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
.window .header ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.window .header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 50px;
	font-weight: 200;
	width: 100%;
}
.window .header.menu-opened {
	height: 100%;
	background-color: #315990;
	-webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	z-index: 99999;
}
.window .header.menu-opened .burger-container {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.window .header.menu-opened .burger-container #burger .bar {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.window .header.menu-opened .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}
.window .header.menu-opened .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened ul.menu li.menu-item {
	-webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.34s;
	transition-delay: 0.34s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.41s;
	transition-delay: 0.41s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.48s;
	transition-delay: 0.48s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.62s;
	transition-delay: 0.62s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.69s;
	transition-delay: 0.69s;
}
.window .header.menu-opened .icon.icon-bag {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.window .content {
	padding: 67px 4% 0;
	text-align: justify;
	overflow: scroll;
	max-height: 100%;
}
.window .content::-webkit-scrollbar {
	display: none;
}
.window .content h2 {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.window .content img {
	width: 95%;
	position: relative;
	display: block;
	margin: 75px auto 75px;
}
.window .content img:nth-of-type(2) {
	margin: 75px auto;
}

/* footer */
#ftr-top {
	padding: 10px;
	margin-top: 30px;
}
#ftr-bot {
	border-top: 1px solid #393939;
	padding: 10px;
}
#ftr-top .fCon {
	align-items: flex-start;
}
#ftr-top .fCon .flex a {
	display: block;
	line-height: 25px;
	color: #fff;
}
#ftr-top .fCon .flex:last-child {
	padding-left: 30px;
}
#ftr-top h4,
#ftr-top b {
	display: block;
	margin-top: 0;
	text-transform: uppercase;
	color: #eee;
	border-bottom: 1px solid #393939;
	padding-bottom: 15px;
}
#ftr-top .nav a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	color: #fff;
	font-size: 14px;
}
#ftr-top #ftr-logo {
	height: 70px;
	margin-bottom: 15px;
}
#ftr-bot .social a .fa {
	font-size: 25px;
	margin-left: 15px;
	color: #fff;
}
#ftr form.form input[type="text"] {
	padding-right: 125px;
}
#ftr form.form input[type="submit"] {
	padding: 5px;
	padding-left: 12px;
	margin: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	border-left: 1px solid #000;
	border-radius: 0;
}
#ftr form.form input[type="submit"]:hover {
	color: #555;
}

/* index */
.index {
	position: relative;
}
.index #hdr {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	color: #fff;
	z-index: 2;
}
.index #hdr a {
	color: #fff;
}
.index .website-banner {
	/* z-index: -1; */
}
.index .website-banner .vid-con {
	height: 560px;
}
.index .website-banner video {
	margin-top: 0;
}
.index .img {
	position: absolute;
	bottom: -45px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100px;
	background: #fff;
	border-radius: 50%;
	padding: 25px;
	z-index: 3;
}
.animatedParent {
	overflow-x: hidden;
}
.website-banner {
	position: relative;
}
.website-banner .vid-con {
	font-size: 0;
	height: 550px;
	overflow-y: hidden;
}
.website-banner video {
	width: 100%;
	margin-top: -100px;
}
.website-banner .dim {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	z-index: 1;
}
.website-banner .over {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.website-banner .over h1 {
	margin: 0;
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 800;
	letter-spacing: 8px;
	font-size: 65px;
}
.website-banner .over p {
	margin: 15px 0 30px 0;
}
.website-banner .img {
	position: absolute;
	bottom: -45px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100px;
	background: #fff;
	border-radius: 50%;
	padding: 25px;
	z-index: 3;
}
.website-banner .over .btn {
	text-shadow: none;
	background: #fecc00;
	color: #000;
}
.index .c {
	text-align: center;
}
.index .b {
	line-height: 40px;
	font-size: 22px;
}
.index .fCon {
	align-items: center;
}
.index .tiles {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.index .tiles a {
	display: block;
	width: calc(100% / 3 - 20px);
	color: #626464;
	margin: 15px 10px;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	text-align: left;
	white-space: wrap;
}
.index .tiles a:hover {
	text-decoration: none;
	margin-top: 0px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.index .tiles h3 {
	margin-bottom: 0;
	color: #315990;
}
.index .tiles a p {
	margin-top: 10px;
	white-space: pre-wrap;
}
.b3-con.index .f4 {
	cursor: pointer;
}

.hs-item .fCon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.hs-item h4,
.hs-item b {
	margin-top: 0;
}
.hs-item .f8 div {
	display: inline-block;
	margin-right: 15px;
}
.hs-item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 35px;
	line-height: normal;
	color: #009d00;
}
.hs-item span b {
	display: block;
	font-size: 22px;
	color: #009d00;
}
.hs-item span i {
	display: block;
	font-size: 14px;
	font-style: normal;
	color: #444;
}

.fReview {
	align-items: stretch;
}
.fReview .f4 {
	background: #fff;
	margin-top: 60px;
	padding: 60px 30px 30px 30px;
	width: calc(100% / 3 - 30px);
	text-align: center;
	position: relative;
}
.fReview h5,
.fReview b {
	margin-top: 10px;
}
.fReview b {
	font-size: 22px;
}
.fReview .f4 span {
	display: block;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	background: #e5e5e5;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fReview .f4 img {
	margin-top: 3px;
	height: 20px;
}
.fReview .f4:hover span {
	background: #315990;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fReview .f4:hover span img {
	-webkit-filter: invert(100%);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.homepage__client-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.homepage__client-list li:not(:last-child) {
	margin-right: 16px;
}

/* development */
.b3-con {
}
.b3-con .f4 {
	padding: 25px 15px;
}
.b3-con h3 {
	margin-top: 0;
}
.b3-con p:last-child {
	margin-bottom: 0;
}
.b3-con img {
	height: 60px;
}
.fancy.development {
	color: #fff;
	padding: 60px 40px;
}
.fancy.development .fCon {
	align-items: center;
}
.fancy.development .flex {
	padding-right: 50px;
}

.fProcess {
	margin: 35px 0;
}
.fProcess .flex {
	width: 20%;
	align-items: center;
	position: relative;
}
.fProcess .flex p,
.fProcess .flex span,
.fProcess .flex i {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.fProcess .flex p {
	margin-top: 15px;
	padding: 0px 30px;
}
.fProcess .flex img {
	height: 40px;
	margin-bottom: 15px;
}
.fProcess .flex span {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	z-index: -2;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fProcess .flex:hover span {
	background: #ddd;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fProcess .flex span::before {
	content: "";
	position: absolute;
	background: #ccc;
	height: 1px;
	width: 100%;
	left: 0;
	top: 65px;
	transform: translateY(-50%);
	z-index: -1;
}

/* marketing */

.red b {
	font-size: 22px;
}
.marketing .fCon {
	align-items: center;
}
.marketing .f4 h3,
.marketing .f4 b {
	margin: 0;
}
.marketing .f4 b {
	display: block;
	margin: 15px 0;
}
.marketing .f6 .f4 {
	text-align: center;
}
.marketing .f6 .f4 img {
	height: 50px;
}

/* product */
.product .f4 {
	width: calc(100% / 3 - 20px);
}

/* clients */
#clients .client {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 15px 0px;
}
#clients .client img {
	width: 100%;
}
#clients .client img.logo {
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	max-height: 60px;
	max-width: 80%;
	z-index: 4;
	opacity: 1;
}
#clients .client .over {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
	transition: all 0.3s ease;
	transform: translateY(20px);
	box-sizing: border-box;
	color: #fff;
	z-index: 10;
}
#clients .client a.over:hover {
	text-decoration: none;
}
#clients .client .over h3,
#clients .over p {
	color: #fff;
}
#clients .client .dim {
	opacity: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}
#clients .client:hover img.logo {
	opacity: 0;
	transition: all 0.3s ease;
	transform: translateY(20px);
}
#clients .client:hover .dim {
	background: rgba(0, 0, 0, 0.8);
}
#clients .client:hover .over {
	opacity: 1;
	z-index: 3;
	transform: translate(0px);
}
#clients .client:hover .dim {
	opacity: 1;
	z-index: 2;
	transform: translate(0px);
}

/* 
#clients .client strong {
	display: inline-block;
	vertical-align: middle;
}
#clients .client span {
	display: inline-block;
	vertical-align: middle;
	font-size: 35px;
	line-height: normal;
}
#clients .client span b {
	display: block;
	font-size: 22px;
}
#clients .client span i {
	display: block;
	font-size: 14px;
	font-style: normal;
} */

#clients .view-case {
	background: transparent;
	border: 1px solid #fff;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#clients .view-case:hover {
	background: var(--color-blue);
	border: 1px solid transparent;
}

/* projects */
#clients .big:not(:nth-of-type(1)) {
	margin-top: 80px;
}
#clients .project {
	position: relative;
	width: calc(100% / 4 - 10px);
	margin: 15px 0px;
}
#clients .project-big {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 15px 0px;
}

#clients .project a,
#clients .project-big a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}

#clients .project img,
#clients .project-big img {
	transition: all 0.6s;
	width: 100%;
}
#clients .project img:hover,
#clients .project-big img:hover {
	transform: scale(1.05);
}

#clients .project h3,
#clients .project b,
#clients .project-big h3,
#clients .project-big b {
	margin: 15px 5px;
	font-size: small;
}
#clients .project b,
#clients .project-big b {
	display: block;
	font-size: 16px;
}
#clients .project p {
	margin: 15px 5px;
	height: 40px;
	line-height: 20px;
}

#clients .project span.line,
#clients .project-big span.line {
	display: block;
	width: 55%;
	background: #2f5786;
	height: 8px;
	border-radius: 2px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	margin-bottom: 30px;
}
#clients .project:hover span.line,
#clients .project-big:hover span.line {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	width: 100%;
}

/* about */
.team {
	font-size: 0;
}
.team div {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 40px);
	margin: 20px;
	overflow: hidden;
}
.team i {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.team span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team div:hover span {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team h3 {
	margin-bottom: 5px;
}
.team h5 {
	margin-top: 0;
	font-size: 14px;
	color: #999;
}

/* article */
.art2 {
	background: #ededed;
	padding: 40px;
}
.art2 p:first-of-type {
	margin-top: 5px;
}
.art2 p:last-of-type {
	margin-bottom: 5px;
}
p.line {
	border-left: 1px solid #315990;
	padding-left: 40px;
}

.justmobile {
	display: none;
}

/***************** 
url-shortener.php
*****************/
.url.box {
	background-color: #456cc9;
	color: #fff;
	padding: 25px;
	width: 700px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
.url.box form {
	font-size: 0;
	position: absolute;
	width: calc(100% - 40px);
	margin: auto;
	right: 20px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.url.box input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 160px);
	margin-right: 10px;
	border: 0;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 2px;
}
.url.box input[name="url"] {
}
.url.box input[name="result"] {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 0;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	border-radius: 2px;
}
.url.box input[type="submit"],
.url.box button {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding: 10px 0;
	width: 150px;
	border: 0;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: "Open Sans";
	font-weight: bold;
	line-height: 15px;
	color: #456cc9;
	cursor: pointer;
}
.url.box button {
	background-color: #ebebe4;
}
.url.box input[type="submit"]:hover {
	background-color: #eee;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.url.box #recaptcha {
	text-align: center;
}
.url.box .g-recaptcha {
	display: inline-block;
}
.url.box p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.url .i4 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 45px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
}
.url .i4 h4 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.url .i4 i {
	color: #456cc9;
	background-color: #eee;
	font-size: 40px;
	border-radius: 50%;
	padding: 20px 25px;
}
.url .i4 i.fa-leanpub {
	padding: 20px;
}

/* *************************************** */
/* CASE STUDIES - Alex */
/* *************************************** */

:root {
	--color-blue: #3a588c;
	--color-red: #c92323;
	--color-lightgray: #eeeeee;
	--color-darkgray: #dddddd;
	--color-white: #ffffff;
	--color-gold: #fecc00;
}

.btn-blue {
	background: var(--color-blue);
	max-width: 200px;
}

.section-about * {
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.section-about {
	padding: 40px;
	background: var(--color-blue);
}
.section-about-box {
	min-height: 400px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
	align-items: center;
	justify-items: center;
	column-gap: 2rem;
	row-gap: 2rem;
}
.about-box-img {
	text-align: center;
}
.performance-increase {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 16px;
	column-gap: 10px;
}
.rankings div {
	display: inline-block;
	width: 100%;
	min-width: 190px;
	text-align: center;
}
.rankings a:hover {
	background: #fecc00;
	border: 1px solid transparent;
}
.rankings a {
	border: 1px solid white;
	display: block;
	padding: 15px 25px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-white);
	text-decoration: none;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.about-box-right {
	color: var(--color-white);
}
.about-box-right h2 {
	color: var(--color-white);
	margin-bottom: 1rem;
}
.about-box-right h2:nth-of-type(2) {
	margin-top: 1.5rem;
}

.section-story {
	background: var(--color-lightgray);
	padding: 40px;
}
.section-story.last-story {
	padding-bottom: 10rem;
}
.section-story:nth-child(even) {
	background: var(--color-white);
}
.section-story-box {
	width: 95%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	column-gap: 3rem;
	row-gap: 2rem;
	align-content: center;
	align-items: center;
	justify-items: center;
}

.story-img {
	display: block;
}
.details-box-2 {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
	column-gap: 3rem;
	row-gap: 2rem;
	align-content: center;
	align-items: center;
	justify-items: center;
}
.details-box-2 figure h2 {
	display: inline-block;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 3px solid var(--color-blue);
}
.details-box {
	padding: 10px;
}
.details-box h2 {
	margin-bottom: 1rem;
}
img.collaboration {
	margin-top: 3rem;
}

.section-extra {
	padding: 40px;
	background: var(--color-blue);
}
.section-extra h1 {
	color: var(--color-white);
}
.section-extra-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2.5rem;
	margin-top: 2rem;
}

.section-contact-footer {
	margin-top: -6rem;
	background: var(--color-blue);
}
.section-contact-footer div > * {
	color: #fff;
}
.section-contact-footer a {
	display: inline-block;
	margin: 0 auto;
}
.section-contact-footer-box {
	text-align: center;
}
.section-contact-footer {
	background: var(--color-blue);
	clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
	padding-top: 120px;
	padding-bottom: 60px;
}

.case-cards {
	margin-top: 48px;
	flex-wrap: wrap;
}
.case-cards {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}
#clients.case-cards .client {
	margin: 10px;
}

/* pop-up for email */
#modal-content {
	display: none;
}

/* POP */

#dim {
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	height: 100%;
	width: 100%;
	top: 0;
}

#pop {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 500px;
	margin: auto;
	background: var(--color-blue);
	color: var(--color-white);
	padding: 40px;
	z-index: 9999;
	text-align: center;
}
#pop img {
	width: 250px;
	margin: 16px auto;
}
#pop h2 {
	font-size: 32px;
	color: var(--color-white);
}
#pop .btn {
	padding: 15px 0;
	margin: 10px 0;
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
	color: #000;
}
#pop .btn.yes {
	background: var(--color-gold);
}
#pop .btn.no {
	background: var(--color-lightgray);
}

#pop .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 30px;
	color: #fff;
}

@media (max-width: 1000px) {
	.fCon .f1,
	.fCon .f2,
	.fCon .f3,
	.fCon .f4,
	.fCon .f5,
	.fCon .f6,
	.fCon .f7,
	.fCon .f8,
	.fCon .f9,
	.fCon .f10,
	.fCon .f11,
	.fCon .f12 {
		width: 100%;
	}

	.fCon .f1.m1 {
		width: calc(1 * 100% / 12);
	}
	.fCon .f2.m2 {
		width: calc(2 * 100% / 12);
	}
	.fCon .f3.m3 {
		width: calc(3 * 100% / 12);
	}
	.fCon .f4.m4 {
		width: calc(4 * 100% / 12);
	}
	.fCon .f5.m5 {
		width: calc(5 * 100% / 12);
	}
	.fCon .f6.m6 {
		width: calc(6 * 100% / 12);
	}
	.fCon .f7.m7 {
		width: calc(7 * 100% / 12);
	}
	.fCon .f8.m8 {
		width: calc(8 * 100% / 12);
	}
	.fCon .f9.m9 {
		width: calc(9 * 100% / 12);
	}
	.fCon .f10.m10 {
		width: calc(10 * 100% / 12);
	}
	.fCon .f11.m11 {
		width: calc(11 * 100% / 12);
	}
	.fCon .f12.m12 {
		width: calc(12 * 100% / 12);
	}

	.fCon.fSlide {
		display: block;
		width: 100%;
		white-space: nowrap;
		overflow: scroll;
	}
	.fCon.fSlide .f4 {
		display: inline-block;
		vertical-align: top;
		width: 70%;
		white-space: initial;
		text-align: center;
	}
	.lpad40,
	.rpad40,
	.lpad20,
	.rpad20 {
		padding: 0;
	}
	/* general */
	#topline {
		display: none;
	}
	.bdy {
		margin: 0;
	}
	.img-max {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}

	/* topnav */
	#hdr {
		background: #315990;
		color: #fff;
	}
	#hdr #logo {
		display: none;
	}
	#hdr #call,
	#hdr #corner {
		display: block;
	}
	#topline .i8,
	#topline i.fa-search {
		display: none;
	}
	#topline .i4 {
		width: 100%;
		text-align: right;
	}

	/* menu */
	#menu-icon {
		display: block;
	}
	ul#menu {
		width: 0;
		z-index: 4;
		background-color: #222;
		box-sizing: border-box;
		height: calc(100vh - 75px);
		position: fixed;
		top: 75px;
		right: 0;
		overflow-x: hidden;
		z-index: 999;
		list-style: none;
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	ul#menu li,
	ul#menu li.mob {
		display: block;
		margin: 10px 0px;
		padding: 5px 20px;
	}
	ul#menu {
		font-size: 16px;
		color: #fff;
	}
	ul#menu li a {
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		transition: 0.3s;
		white-space: nowrap;
		padding: 5px;
	}
	ul#menu li a.hvr:before {
		height: 0;
	}
	ul#menu a:hover {
		color: #ccc;
	}

	/* apple menu */
	#topline,
	#hdr {
		display: none;
	}
	.window {
		position: relative;
		display: block;
		overflow: hidden;
		margin-top: 65px;
	}
	.window .header {
		display: block;
	}

	/* footer */
	#ftr {
		padding: 20px;
	}
	#ftr-top {
		margin: 0;
		padding: 0;
	}
	#ftr-top .nav a {
		font-size: 11px;
		margin: 15px 8px;
	}
	#ftr-top .fCon {
		flex-wrap: wrap;
	}
	#ftr-top .flex,
	#ftr-top .fCon .flex:last-child {
		width: 100%;
		padding: 0;
		margin: 10px 0px;
	}
	#ftr-bot p {
		font-size: 14px;
	}
	#ftr-bot .social a .fa {
		font-size: 15px;
	}

	/* index */

	.index .website-banner .vid-con {
		width: 100%;
		height: 450px;
		padding: 50px 0px;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.index .website-banner video {
		-moz-transform: scale(1.71);
		-webkit-transform: scale(1.71);
		-o-transform: scale(1.71);
		-ms-transform: scale(1.71);
		transform: scale(1.71);
		max-width: 100%;
		overflow-y: hidden;
	}
	.section-inner,
	.site-content-in {
		width: calc(100%);
	}
	.section-inner img {
		display: block;
		margin-bottom: 15px;
		height: 200px;
	}

	/* development */
	.b3-con .f9 h3 {
		margin: 15px 0px;
	}

	/* marketing */
	.marketing .f6 .f4 {
		width: calc(100% / 3);
	}

	/* product */
	.product .f4 {
		width: 100%;
	}
	.b3-con .f4 {
		width: 50%;
		text-align: center;
	}
	.b3-con.dev .f4 {
		text-align: left;
	}
	.index .website-banner .img {
		width: 60px;
		padding: 15px;
		bottom: -30px;
	}

	/* clients */
	#clients .client {
		width: calc(50% - 20px);
	}
	/* projects */
	#clients .project {
		width: calc(50% - 20px);
	}
	/* about */
	.team div {
		width: calc(100% / 3 - 20px);
		margin: 10px;
	}
}

@media (max-width: 500px) {
	.p-s,
	.p-m,
	.p-l,
	p {
		font-size: 13px;
		line-height: 20px;
	}
	.t-s {
		font-size: 13px;
		line-height: 20px;
	}
	.t-m {
		font-size: 16px;
		line-height: 28px;
	}
	.t-l {
		font-size: 20px;
		line-height: 32px;
	}
	input[type="submit"] {
		-webkit-appearance: none;
	}
	h1.big {
		font-size: 32px;
	}
	h1.big + hr,
	h3.big + hr {
		margin-bottom: 15px;
	}
	h3.big {
		font-size: 20px;
	}
	.con,
	.con.xpad {
		padding: 30px;
	}
	.con.fancy {
		padding: 60px 30px;
	}
	.con.nopad {
		padding: 30px 5px;
	}

	/* index */
	.con.white.marketing {
		padding-top: 40px;
	}
	.index .website-banner .over h1 {
		letter-spacing: 2px;
		line-height: 48px;
		font-size: 45px;
	}
	.index .website-banner .over p {
		font-size: 14px;
	}
	.index .website-banner .vid-con {
		height: 430px;
	}
	.index .website-banner video {
		-moz-transform: scale(3.5);
		-webkit-transform: scale(3.5);
		-o-transform: scale(3.5);
		-ms-transform: scale(3.5);
		transform: scale(3.5);
	}
	.hs-item span i {
		font-size: 10px;
	}
	.section-inner,
	.site-content-in {
		width: calc(100% - 30px);
	}
	.hs-item .f8 div {
		margin: 0;
	}
	.index h2 {
		font-size: 20px;
	}
	.index .b {
		font-size: 15px;
		line-height: 30px;
	}
	.index .tiles {
		overflow: scroll;
		white-space: nowrap;
	}
	.index .tiles a p {
		margin-top: 5px;
	}
	.index .flex .animated {
		font-size: 15px;
		line-height: 30px;
	}
	.index .tiles {
		display: block;
	}
	.index .tiles a {
		display: inline-block;
		vertical-align: top;
		width: 70%;
		margin-right: 20px;
	}
	.hs-item {
		height: auto;
	}
	.section-inner img {
		height: auto;
	}
	.homepage__client-list {
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.homepage__client-list li:not(:last-child),
	.homepage__client-list li:last-child {
		margin: 20px 10px;
	}
	.homepage__client-list li {
		width: calc(50% - 20px);
	}
	/* marketing */
	
	.b3-con.index {
		align-items: stretch;
	}
	.b3-con.index .f4 {
		width: calc(50% - 10px);
		border: 2px solid #56aaff;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 5px;
		margin: 10px 0px;
	}
	.b3-con .flex {
		text-align: center;
	}
	.b3-con.dev .flex {
		text-align: left;
	}
	.b3-con.dev .f4 {
		width: 100%;
	}
	.b3-con .flex h3 {
		margin-top: 15px;
	}
	.con + .fancy {
		margin: 0;
	}

	/* product */
	.fancy-b .fancy {
		padding-top: 0;
	}
	.fancy-b .bdy {
		padding: 0;
	}

	/* development */
	.fProcess .flex {
		width: 100%;
		display: flex;
		padding: 30px 0px;
		align-items: flex-start;
	}

	.fProcess .flex i {
		width: 50px;
		margin: 0;
		margin-right: 10px;
		text-align: left;
	}
	.fProcess .flex i img {
		margin: 0;
		height: auto;
	}
	.fProcess .flex span {
		margin: 0;
		width: 0;
		height: 0;
		border: 0;
		z-index: initial;
	}
	.fProcess .flex p {
		width: calc(100% - 110px);
		margin: 0 5px;
	}
	.fProcess .flex p b {
		display: inline-block;
		margin-top: 4px;
	}
	.fProcess .flex:nth-child(even) {
		/*flex-direction: row-reverse;*/
	}
	.fProcess .flex span::before {
		width: 1px;
		height: 100%;
		top: initial;
		top: 0;
		left: 70px;
		transform: translateX(-50%);
	}
	.fProcess .flex p {
		text-align: left;
	}
	.fProcess .flex i {
		text-align: right;
	}

	/* clients */
	#clients .client {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#clients .client span b {
		font-size: 20px;
	}
	#clients .client span i {
		font-size: 10px;
	}
	/* about */
	.team div {
		width: calc(100% / 2 - 20px);
		margin: 10px;
	}

	/* *************************************** */
	/* CASE STUDIES - Alex */
	/* *************************************** */
	.details-box {
		padding: 0;
	}
	.section-about,
	.section-story {
		padding: 30px;
	}
	.section-story-box {
		width: 100%;
	}
	.section-story-box picture {
		order: -1;
	}
	#clients .project span.line {
		display: none;
	}
	.section-contact-footer {
		padding: 102px 30px 30px 30px;
	}
	.rankings {
		text-align: center;
	}
	.rankings div {
		min-width: 140px;
	}
	.rankings a {
		padding: 8px 15px;
		font-size: 12px;
	}
	.details-box-2 figure {
		margin: 0;
		padding: 0;
	}
	.details-box-2 figure h2 {
		margin-bottom: 0;
	}
	.details-box-2 {
		margin-top: 20px;
	}
	.case-cards {
		justify-content: inherit;
		overflow-x: scroll;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}
	.case-cards .client {
		min-width: 300px;
	}
	#clients.case-cards .client .over {
		transform: translate(0px);
		opacity: 1;
	}
	#clients.case-cards .client .dim {
		background: rgba(0, 0, 0, 0.5);
	}
	#clients.case-cards .client .logo {
		display: none;
	}
}
