/*B2B LP Style*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}

footer,
header {
	display: none;
}

section {
	padding: 2em calc((100% - 1280px)/ 2);
}

section.logo {
	padding: 0em;
}

section.video {
	background-color: rgb(244, 244, 244);
	color: rgb(18, 45, 56);
	text-align: center;
}

section.video.thankyou {
	padding: 0em;
	background-color: white;
}

section.articles {
	padding: 0em;
	padding-bottom: 6em;
}

section.header {
	padding-top: 2em;
	padding-bottom: 6em;
	background: url(/wp-content/themes/angelsense/images/b2b/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

section.header:after {
	content: "";
	position: absolute;
	bottom: 130px;
	left: calc(50% - 350px);
	background-image: url(/wp-content/themes/angelsense/images/b2b/logo_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 1265px;
	height: 100px;
}

section.header > img {
	width: 20%;
	margin-bottom: 2em;
}

section.header div.main {
	display: block;
	width: 838px;
}

section.header h1 {
	color: #122d38;
	font-size: 2.4rem;
}

section.header span.prevent {
	display: inline-block;
	color: #fff;
	font-size: 2.4rem;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	padding: 0.5em 0em;
	width: 100%;
}

section.header span.prevent:before {
	content: "";
	position: absolute;
	top: -5px;
	right: -15px;
	width: 1425px;
	height: 110%;
	background-image: url(/wp-content/themes/angelsense/images/b2b/orange_bg.jpg);
	background-repeat: no-repeat;
	background-position: 250px center;
	background-size: 100% auto;
	z-index: -1;
}

section.header div.image,
section.header div.info {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2em;
	box-sizing: border-box;
	width: 46%;
}

section.header div.image img {
	display: block;
	width: 95%;
}

section.header div.info ul {
	display: block;
	margin-top: -140px;
}

section.header div.info ul li {
	display: block;
	margin: 1em 0em;
	font-size: 1.7rem;
	position: relative;
	padding-left: 40px;
}

section.header div.info ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/wp-content/themes/angelsense/images/b2b/bullet.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
}

section.articles article h2,
section.capabilities h2,
section.video h2,
section.header div.title h1 {
	color: rgb(18, 45, 56);
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 500;
}

section.articles article h2,
section.capabilities h2 {
	text-align: center;
	margin-bottom: 1em;
}

section.articles article h2 {
	top: -150px;
	position: relative;
}

section.header div.contact {
	position: absolute;
	top: 5em;
	right: calc(50% - 580px);
	width: 370px;
	background-color: rgba(18, 45, 56, 0.87);
	text-align: center;
	padding: 1.5em 0em 1em 0em;
	white-space: nowrap;
	border-radius: 8px;
	box-shadow: 0px 0px 8px black;
}

section.header div.contact.floating {
	position: fixed;
	z-index: 100000;
	padding: 0.8em 0em 1em 0em;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	text-align: center;
	padding: 1.5em 0em 2em 0em;
	white-space: nowrap;
}

section.header div.contact h3 {
	color: white;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
}

section.header div.contact div.success {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	color: white;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	background-color: rgb(18, 45, 56);
	padding-top: 1em;
}

section.header div.contact.floating div.success {
	font-size: 1.1em;
}

section.header div.contact div.success.show {
	opacity: 1;
	visibility: visible;
}

section.header div.contact div.success.hide {
	opacity: 0;
	visibility: hidden;
}

section.header div.contact label {
	display: block;
	margin: 2em 1.5em;
	position: relative;
}

section.header div.contact.floating {
	padding: 1.5em calc((100% - 1100px)/ 2);
	border-radius: 0px;
}

section.header div.contact.floating h3 {
	text-align: left;
	padding-left: 1.2em;
	font-size: 1.2rem;
}

section.header div.contact.floating label {
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em 1.5em;
}

section.header div.contact label span {
	display: block;
	text-align: left;
	padding-bottom: 0.4em;
	color: rgb(255, 255, 255);
	font-size: 1.1rem;
}

section.header div.contact label input {
	display: block;
	padding: 0.9em 0.5em;
	width: 100%;
	border: 2px solid rgb(244, 244, 244);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	transition: all 0.3s;
}

section.header div.contact.floating label input {
	padding: 0.5em 0.5em;
}

section.header div.contact label input[type="submit"] {
	display: block;
	padding: 0.5em 1.5em;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: rgb(243, 101, 35);
	color: white;
	border: none;
	border-radius: 10px;
	text-align: left;
}

section.header div.contact label span.image {
	position: absolute;
	top: 50%;
	right: 0.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #f26422;
	width: 70px;
	height: 70px;
}

section.header div.contact.floating input[type="submit"] {
	padding: 0.25em 4em 0.25em 0.5em;
	font-size: 1.3rem;
}

section.video p {
	font-size: 2rem;
	margin: 0.5em 0em 1em 0em;
}

section.video p:last-of-type {
	font-weight: 600;
	margin-bottom: 0em;
}

section.video p:last-of-type br:first-of-type {
	display: none;
}

section.video a {
	display: inline-block;
	position: relative;
}

section.video.thankyou a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

section.video a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/themes/angelsense/images/b2b/play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 100px;
	height: 100px;
}

section.video a.action {
	margin-top: 0.5em;
	background-color: rgb(242, 100, 34);
	width: 370px;
}

section.video a.action:before {
	display: none;
}

section.logo img,
section.video img {
	display: block;
	width: 100%;
	height: auto;
}

section.testimonials {
	text-align: center;
	background-color: rgb(83, 83, 83);
	padding-top: 6em;
	padding-bottom: 6em;
	overflow: hidden;
}

section.testimonials div.review {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	background-color: rgb(255, 255, 255);
	position: relative;
	min-height: 420px;
	box-sizing: border-box;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.8);
}

section.testimonials div.review:nth-of-type(2) {
	margin: 0em 1.6%;
}

section.testimonials div.review div.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 80%;
}

section.testimonials div.review div.content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

section.testimonials div.review div.content p {
	font-size: 1.2rem;
}

section.articles article {
	padding: 14em calc((100% - 1280px)/ 2);
	overflow: hidden;
}

section.articles article:first-of-type {
	background-image: url(/wp-content/themes/angelsense/images/b2b/article2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

section.articles article:last-of-type {
	background-image: url(/wp-content/themes/angelsense/images/b2b/article1_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

section.articles article:first-of-type p {
	display: block;
	width: 40%;
	margin-left: auto;
	font-size: 1.3rem;
	position: relative;
	color: rgb(18, 45, 56);
}

section.articles article:first-of-type p:before {
	content: "";
	position: absolute;
	top: -177px;
	right: 115%;
	background-image: url(/wp-content/themes/angelsense/images/b2b/help-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	width: 629px;
	height: 539px;
}

section.articles article:last-of-type p {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-bottom: 1em;
	font-size: 1.3rem;
	position: relative;
	color: rgb(18, 45, 56);
}

section.articles article:last-of-type p:first-of-type:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	background-image: url(/wp-content/themes/angelsense/images/b2b/tool3.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-size: 90% auto;
	width: 850px;
	height: 560px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.capabilities {
	background-color: white;
	color: #63696d;
}

section.capabilities div.list {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0em 0.5em;
	width: 33%;
}

section.capabilities div.list:first-of-type ul li {
	padding: 2em 0em;
}

section.capabilities div.list ul li {
	padding: 1.5em 0em;
}

section.capabilities div.list ul li img,
section.capabilities div.list ul li svg {
	display: inline-block;
	vertical-align: top;
	padding: 0em 0em;
	width: 2.5em;
	height: 2.5em;
	fill: #3abeb0;
	margin-right: 0.5em;
}

section.capabilities div.list ul li div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 3.5em);
}

section.capabilities div.list ul li div p,
section.capabilities div.list ul li div h4 {
	display: inline;
	font-size: 1.3rem;
	color: rgb(18, 45, 56);
	font-weight: 600;
}

section.capabilities div.list ul li div p {
	font-weight: 400;
}

section.capabilities figure {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3em;
	text-align: center;
	padding: 0em 0.5em;
	width: 33%;
}

/*Tablet Version*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
	section.articles article {
		padding: 14em calc((100% - 950px)/ 2);
		overflow: hidden;
	}
	section {
	    padding: 2em calc((100% - 950px)/ 2);
	}

	section.header div.main {
	    display: block;
	    width: 630px;
	}

	section.header h1,
	section.header span.prevent {
		font-size: 1.8rem;
	}

	section.header h1 {
		margin-bottom: .5em;
	}

	section.header div.info ul li {
		font-size: 1.5rem;
	}

	section.header div.contact {
		position: absolute;
		top: 5em;
		right: 1em;
		width: 365px;
		background-color: #122d38e6;
		text-align: center;
		padding: 1.5em 0em 2em 0em;
		white-space: nowrap;
		border-radius: 8px;
		box-shadow: 0px 0px 8px #000;
	}

	section.header div.contact label input[type="submit"] {
		padding: 0.5em 1em;
	}

	section.header:after {
		content: "";
		position: absolute;
		bottom: 35px;
		left: calc(50% - 261px);
		background-image: url(/wp-content/themes/angelsense/images/b2b/logo_grey.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 1035px;
		height: 100px;
	}

	section.articles article:last-of-type p:first-of-type::before {
		content: "";
		position: absolute;
		top: 130%;
		left: 70%;
		background-image: url(/wp-content/themes/angelsense/images/b2b/tool3.png);
		background-repeat: no-repeat;
		background-position: center 100px;
		background-size: 65% auto;
		width: 850px;
		height: 560px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	section.testimonials div.review {
		width: 31%;
	}

	section.testimonials div.review div.content p {
		font-size: 1rem;
	}

	section.capabilities figure {
		margin-top: 10em;
	}

	section.header div.contact.floating {
		display: block;
	}

	section.header div.contact.floating label {
		width: 205px;
		margin: 0.5em 1em;
	}

	section.header div.contact.floating input[type="submit"] {
		padding: 0.6em 4em 0.6em 0.5em;
		font-size: 1rem;
	}

	section.header div.contact label span.image {
		width: 50px;
		height: 50px;
	}

	section.articles {
		padding-bottom: 0em;
	}
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	section.articles article {
		padding: 14em calc((100% - 730px)/ 2);
		overflow: hidden;
	}
	section {
	    padding: 2em calc((100% - 730px)/ 2);
	}

	section.header div.main {
	    display: block;
	    width: 630px;
	}

	section.header h1,
	section.header span.prevent {
		font-size: 1.8rem;
	}

	section.header h1 {
		margin-bottom: .5em;
	}

	section.header > img {
		width: 30%;
	}

	section.header div.info ul li {
		font-size: 1.5rem;
	}

	section.header div.contact {
		position: absolute;
		top: 235px;
		right: 1em;
		width: 370px;
		background-color: #122d38e6;
		text-align: center;
		padding: 1.5em 0em 2em 0em;
		white-space: nowrap;
		border-radius: 8px;
		box-shadow: 0px 0px 8px #000;
	}

	section.header div.contact label input[type="submit"] {
		padding: 0.5em 1em;
	}

	section.header:after {
		content: "";
		position: absolute;
		bottom: 0px;
		right: 0;
		background-image: url(/wp-content/themes/angelsense/images/b2b/logo_grey.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 100%;
		height: 100px;
	}

	section.header div.image, section.header div.info {
		display: block;
	}

	section.header div.info ul {
		margin-top: 0px;
	}

	section.articles article h2,
	section.capabilities h2,
	section.video h2,
	section.header div.title h1 {
		font-size: 2rem;
	}

	section.articles article:last-of-type p:first-of-type::before {
		content: "";
		position: absolute;
		top: 130%;
		left: 70%;
		background-image: url(/wp-content/themes/angelsense/images/b2b/tool3.png);
		background-repeat: no-repeat;
		background-position: center 100px;
		background-size: 65% auto;
		width: 645px;
		height: 560px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	section.capabilities div.list {
		width: 32%;
	}

	section.testimonials div.review {
		width: 31%;
	}

	section.testimonials div.review div.content p {
		font-size: 1rem;
	}

	section.capabilities figure {
		margin-top: 10em;
	}

	section.header div.contact.floating {
		display: none;
	}

	section.articles {
		padding-bottom: 0em;
	}
}