
@import url("fonts.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

html,
body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		content: none;
	}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

p {
	line-height: normal;
}


* {
	outline: none;
}

body {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-family: 'Montserrat';
	color: #3A3A3A;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #123B59;
}

i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	outline: none;
	color: #222;
}

button {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}


	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box; /* 2 */
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}


textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


a {
	background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	a:active,
	a:hover {
		outline: 0;
	}

b,
strong {
	font-weight: bold;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

.clear {
	clear: both;
}

p {
	font-family: 'Quicksand';
}

.container {
	width: 100%;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wrap {
	width: 1760px;
	margin: 0 auto;
}

.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

.header-main {
	width: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.35);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header-main-wrap {
	padding-top: 15px;
	position: relative;
}

.logo {
	width: 79px;
	padding-bottom: 12px;
}

.hm-rhs {
	align-items: center;
	font-size: 21px;
	font-weight: bold;
	margin: 0px 0px 15px auto;
}

.book-a-demo a {
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #003DA5;
	color: #fff;
	text-decoration: none;
	padding: 0px 30px 0px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.book-a-demo a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #ff8552;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	}

.client-portal {
	margin-left: 60px;
}

	.client-portal a {
		color: #fff;
		text-decoration: none;
	}

		.client-portal a:hover {
			color: #fff;
			text-decoration: none;
			border-bottom: #fff dashed 1px;
		}

/* Sticky Header */

.sticky_header {
	position: fixed;
}

	.sticky_header .header-main {
		background-color: rgba(0, 0, 0, 0.6);
	}

/*Home Page*/

.home-banner {
	background-image: url("../images/home-banner2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #202733;
}

.home-banner-shade {
	background-image: url("../images/hb-shade.png");
	background-repeat: no-repeat;
	background-position: left 104px;
	background-size: 57% 100%;
}

.home-banner-wrap {
	padding: 205px 0px 143px 0px;
	min-height: 610px;
}

.banner-text {
	color: #fff;
	max-width: 980px;
}

	.banner-text h2 {
		font-size: 85px;
		line-height: 100px;
		font-weight: bold;
		letter-spacing: -2px;
		padding-bottom: 20px;
		text-transform: uppercase;
	}

	.banner-text h3 {
		display: inline-block;
		background-color: #4E91D3;
		padding: 13px 20px 13px 20px;
		font-size: 40px;
		line-height: 40px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.banner-text p {
		font-size: 18px;
		line-height: 35px;
		padding-bottom: 35px;
		max-width: 780px;
		letter-spacing: 1.2px;
	}

	.banner-text ul {
		padding-bottom: 20px;
		align-items: center;
	}

		.banner-text ul li {
			margin-right: 32px;
			vertical-align: middle;
			position: relative;
		}

.book-a-call a {
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #FF8552;
	color: #fff;
	text-decoration: none;
	padding: 0px 39px 0px 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 22px;
}

	.book-a-call a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #DF5D27;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	}

.watch-video {
	padding-left: 40px;
	position: relative;
}

	.watch-video::before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		width: 2px;
		background-color: #fff;
	}

	.watch-video a {
		display: block;
		padding-left: 73px;
		background-image: url("../images/watch.svg");
		background-repeat: no-repeat;
		background-position: left top;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

		.watch-video a:hover {
			padding-left: 63px;
		}

.intro {
	background-color: #f9f9f9;
}

.intro-wrap {
	padding: 110px 0px 90px 0px;
	justify-content: space-between;
	align-items: center;
}

	.intro-wrap .lhs {
		width: 825px;
	}

		.intro-wrap .lhs img {
			-webkit-border-radius: 40px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 40px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 40px;
			border-bottom-left-radius: 0;
		}

	.intro-wrap .rhs {
		width: 850px;
	}


		.intro-wrap .rhs p {
			font-size: 16px;
			line-height: 30px;
			color: #3A3A3A;
			padding-bottom: 30px;
		}

	.intro-wrap .more {
		padding-top: 10px;
	}

.more a {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0px 14px 0px 14px;
	border: #003da5 solid 1px;
	color: #003da5;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.more a:hover {
		color: #ff8552;
		text-decoration: none;
		border-color: #ff8552;
		background-color: #fff;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	}

.solutions {
	padding: 140px 0px 110px 0px;
}

.title {
	padding-bottom: 40px;
	max-width: 1400px;
}

	.title h2 {
		font-size: 37px;
		line-height: 47px;
		color: #003DA5;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -1px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 34px;
		line-height: 44px;
		color: #4E91D3;
		letter-spacing: -1px;
		padding-bottom: 25px;
	}

	.title p {
		font-size: 16px;
		line-height: 30px;
		color: #3A3A3A;
		padding-bottom: 20px;
	}

.link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.solution-list {
	overflow: hidden;
	margin-left: -80px;
	flex-wrap: wrap;
}

	.solution-list .sl-item {
		width: 380px;
		margin: 0px 0px 50px 80px;
		position: relative;
		padding-bottom: 45px;
	}

.sli-top {
	position: relative;
	height: 213px;
	margin-bottom: 40px;
}

	.sli-top figure {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: #f2f2f2;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0px;
		border-radius: 25px;
		border-bottom-left-radius: 0px;
	}

		.sli-top figure img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.more, .sli-top figure img, .sli-top h5 {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-ms-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}

	.sli-top h5 {
		position: absolute;
		left: 0px;
		bottom: -18px;
		background-color: #4e91d3;
		font-size: 22px;
		line-height: 22px;
		color: #fff;
		text-transform: uppercase;
		padding: 12px 18px 12px 12px;
	}

.sl-item p {
	font-size: 16px;
	line-height: 25px;
	color: #3A3A3A;
	padding-bottom: 20px;
	min-height: 75px;
}

.sl-item:hover h5 {
	background-color: #ff8552;
}

.sl-item:hover .sli-top figure img {
	opacity: 0.5;
}

.solution-list .sl-item .more {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.sl-item:hover .more a {
	color: #ff8552;
	border-color: #ff8552;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

.technology {
	background-color: #f9f9f9;
}

.technology-wrap {
	padding: 120px 0px 40px 0px;
}

	.technology-wrap .title {
		padding-bottom: 55px;
	}

.technology-list {
	justify-content: space-between;
	flex-wrap: wrap;
}

.tl-item {
	width: 530px;
	background-color: #fff;
	text-align: center;
	padding: 55px 34px 110px 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-border-radius: 25px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 25px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 25px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: 50px;
}

	.tl-item:hover {
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 21px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 21px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 21px;
	}

	.tl-item figure {
		padding-bottom: 10px;
		height: 140px;
	}

	.tl-item h2 {
		font-size: 35px;
		line-height: 35px;
		font-weight: bold;
		color: #3A3A3A;
		padding-bottom: 35px;
	}

	.tl-item p {
		font-size: 18px;
		line-height: 25px;
		color: #3A3A3A;
		padding-bottom: 20px;
	}

.more-large {
	position: absolute;
	left: 50%;
	margin-left: -93px;
	bottom: 45px;
	width: 186px;
}

	.more-large a {
		display: block;
		height: 52px;
		line-height: 52px;
		border: #003da5 solid 2px;
		color: #003da5;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

		.more-large a:hover {
			color: #fff;
			text-decoration: none;
			background-color: #4e91d3;
			border-color: #4e91d3;
		}

.tl-item:hover .more-large a {
	color: #ff8552;
	border-color: #ff8552;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

.industries {
	padding: 85px 0px 0px 0px;
}

	.industries .title {
		padding-bottom: 0px;
	}

.industry-list {
	margin-left: -29px;
	overflow: hidden;
	padding-left: 15px;
	flex-wrap: wrap;
	padding-top: 55px;
}

	.industry-list li {
		width: 412px;
		margin: 65px 0px 35px 29px;
		background-color: #D6E5F5;
		padding: 145px 38px 37px 38px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 25px;
		-webkit-border-bottom-right-radius: 25px;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 25px;
		-moz-border-radius-bottomright: 25px;
		border-radius: 4px;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		position: relative;
		background-repeat: no-repeat;
		background-position: 91% 35px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

		.industry-list li:hover {
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;
		}

		.industry-list li figure {
			position: absolute;
			left: -15px;
			top: -62px;
			width: 259px;
			height: 183px;
			overflow: hidden;
			-webkit-border-radius: 25px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 25px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 25px;
			border-bottom-left-radius: 0;
		}

			.industry-list li figure img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.industry-list li h2 {
			font-size: 21px;
			line-height: 24px;
			font-weight: bold;
			padding-bottom: 20px;
			color: #003DA5;
		}

		.industry-list li p {
			font-size: 18px;
			line-height: 24px;
			color: #3A3A3A;
			padding-bottom: 20px;
		}

.cta {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #003DA5;
	margin-top: -10px;
}

	.cta a {
		color: #003DA5;
		text-decoration: underline;
	}

		.cta a:hover {
			color: #ff8552;
			text-decoration: underline;
		}

.industry-list li:nth-child(1), .industry-list li:nth-child(5) {
	background-color: #D6E5F5;
	background-image: url("../images/setting01.svg");
}

.industry-list li:nth-child(2), .industry-list li:nth-child(6) {
	background-color: #ffe3d7;
	background-image: url("../images/setting02.svg");
}

.industry-list li:nth-child(3), .industry-list li:nth-child(7) {
	background-color: #c7cbd8;
	background-image: url("../images/setting03.svg");
}

.industry-list li:nth-child(4), .industry-list li:nth-child(8) {
	background-color: #c4d2ea;
	background-image: url("../images/setting04.svg");
}

.use-cases {
	padding: 75px 0px 40px 0px;
}

.wrap2 {
	width: 1680px;
	margin: 0 auto;
}

.use-cases h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	color: #003DA5;
	padding-bottom: 40px;
}

	.use-cases h2 strong {
		color: #4E91D3;
	}

.use-cases ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.use-cases ul li {
		width: 44%;
		margin-bottom: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 62px;
		background-image: url("../images/bullet01.svg");
		background-repeat: no-repeat;
		background-position: left top;
	}

		.use-cases ul li h5 {
			font-size: 20px;
			line-height: 25px;
			font-weight: bold;
			color: #003DA5;
			padding-bottom: 15px;
			padding-top: 2px;
		}

		.use-cases ul li p {
			font-size: 18px;
			line-height: 24px;
			color: #3A3A3A;
			padding-bottom: 22px;
		}

		.use-cases ul li div {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
			color: #003DA5;
		}

			.use-cases ul li div a {
				color: #003DA5;
				text-decoration: underline;
			}

				.use-cases ul li div a:hover {
					color: #FF8552;
					text-decoration: underline;
				}

.case-study {
	background-color: #f7f7f7;
}

.case-study-wrap {
	padding: 90px 0px 60px 0px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 140px;
	-webkit-column-gap: 140px;
	column-gap: 140px;
}

	.case-study-wrap h4 {
		font-size: 37px;
		line-height: 42px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.case-study-wrap h2 {
		font-size: 70px;
		line-height: 70px;
		color: #003DA5;
		font-weight: bold;
		letter-spacing: -2px;
	}

	.case-study-wrap h3 {
		font-size: 50px;
		line-height: 50px;
		color: #4E91D3;
		font-weight: bold;
		padding-bottom: 70px;
	}

	.case-study-wrap p {
		font-size: 16px;
		line-height: 30px;
		color: #3A3A3A;
		padding-bottom: 40px;
	}

	.case-study-wrap h5 {
		font-size: 20px;
		line-height: 30px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.case-study-wrap figure {
		padding-bottom: 40px;
	}

		.case-study-wrap figure img {
			width: 100%;
			height: auto;
			-webkit-border-radius: 45px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 45px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 45px;
			border-bottom-left-radius: 0;
		}

.more-case {
	text-align: right;
	font-size: 21px;
	font-weight: bold;
	color: #003DA5;
}

	.more-case a {
		display: inline-block;
		background-image: url("../images/bullet01.svg");
		background-repeat: no-repeat;
		background-position: left top;
		padding: 5px 0px 5px 50px;
		color: #003DA5;
		text-decoration: none;
	}


		.more-case a:hover {
			color: #ff8552;
			text-decoration: none;
			background-position: 5px top;
		}

.news {
	padding: 120px 0px 80px 0px;
}

.news-list ul {
	margin: 0px -2.5% 0px -2.5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

	.news-list ul li {
		width: 28.3%;
		margin: 0px 2.5% 60px 2.5%;
		position: relative;
	}

.news-list .news-list-image {
	height: 320px;
	position: relative;
}

.news-list-image figure {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 45px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 45px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 45px;
	border-bottom-left-radius: 0;
	overflow: hidden;
}

	.news-list-image figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

.news-list ul li:hover .news-list-image figure img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.5;
}

.news-date {
	position: absolute;
	left: 0px;
	bottom: -16px;
	background-color: #4E91D3;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-list ul li:hover .news-date {
	background-color: #ff8552;
}

.news-text {
	padding-top: 45px;
}

	.news-text h2 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		color: #003DA5;
		padding-bottom: 20px;
		min-height: 60px;
	}

	.news-text p {
		font-size: 16px;
		line-height: 35px;
		color: #444;
		margin-bottom: 30px;
		min-height: 170px;
		overflow: hidden;
		max-height: 170px;
	}

.news-list-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

	.news-list-bottom .news-author {
		font-size: 14px;
		line-height: 24px;
		color: #003DA5;
		background-image: url("../images/author.svg");
		background-repeat: no-repeat;
		background-position: left top;
		min-height: 24px;
		padding-left: 35px;
		max-width: 55%;
		margin-bottom: 5px;
	}

.news-list ul li:hover .more a {
	color: #ff8552;
	border-color: #ff8552;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

/*Footer*/

.get-in-touch {
	background-color: #585f60;
	background-image: url("../images/get-in-touch-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.git-shade {
	background-image: url("../images/git-shade.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 57% 100%;
}

.git-wrap {
	position: relative;
	padding: 35px 0px 30px 0px;
	min-height: 750px;
	overflow: hidden;
	color: #fff;
}

	.git-wrap .rhs {
		float: right;
	}

.git-form {
	width: 670px;
	padding: 65px 0px 70px 0px;
}

	.git-form h2 {
		font-size: 55px;
		line-height: 75px;
		font-weight: 300;
		padding-bottom: 35px;
	}

.git-row {
	justify-content: space-between;
}

.git-col {
	width: 47%;
}

.git-box {
	padding-bottom: 25px;
}

	.git-box label {
		display: block;
		font-size: 17px;
		line-height: 20px;
		padding: 0px 0px 10px 5px;
		font-family: 'Quicksand';
	}

	.git-box input {
		height: 53px;
		padding: 0px 18px 0px 18px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 19px;
		color: #3A3A3A;
		border: none;
		width: 100%;
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, 0.8);
		font-weight: 500;
	}

		.git-box input:focus, .git-box textarea:focus {
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
			background-color: rgba(255, 255, 255, 0.9);
		}

		.git-box input.error {
			border: #FF8552 solid 4px !important;
		}

	.git-box textarea {
		height: 110px;
		padding: 10px 18px 10px 18px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 19px;
		color: #303030;
		border: none;
		width: 100%;
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, 0.8);
		font-weight: 500;
	}

.git-button {
	padding-top: 10px;
}

	.git-button input, .git-button button {
		height: 50px;
		background-color: #FF8552;
		color: #fff;
		text-decoration: none;
		padding: 0px 39px 0px 39px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: none;
		outline: none;
		font-size: 20px;
		font-weight: bold;
	}

		.git-button input:hover, .git-button button:hover {
			color: #fff;
			text-decoration: none;
			background-color: #DF5D27;
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		}

.disabled {
	opacity: 0.6;
	cursor: not-allowed !important;
}

.error-message {
	margin-bottom: 22px;
	background-color: rgb(58, 58, 58);
	background-color: rgba(58, 58, 58, 0.8);
	padding: 40px 20px 35px 110px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #FF8552;
	background-image: url("../images/warning.svg");
	background-repeat: no-repeat;
	background-position: 25px 20px;
}

	.error-message a {
		color: #FF8552;
		text-decoration: none;
	}

.or {
	margin-left: 35px;
	font-size: 22px;
	padding-top: 22px;
}

	.or a {
		color: #fff;
		text-decoration: underline;
		font-weight: bold;
	}

		.or a:hover {
			color: #FF8552;
			text-decoration: underline;
		}

.footer-main {
	background-color: #0E2156;
	color: #D6D9E2;
	width: 100%;
}

.footer-top {
	padding: 95px 0px 90px 0px;
	justify-content: space-between;
	position: relative;
	font-size: 17px;
	line-height: 24px;
}

	.footer-top::after {
		content: '';
		position: absolute;
		left: 0px;
		top: 185px;
		right: 0px;
		height: 1px;
		background-color: #30406E;
	}

.ft-subscribe {
	width: 313px;
}

.ft-logo {
	padding-bottom: 70px;
}

.ft-subscribe h5 {
	padding-bottom: 18px;
}

.s-box {
	padding-bottom: 20px;
}

	.s-box input {
		width: 100%;
		height: 53px;
		padding: 0px 16px 0px 16px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 17px;
		color: #03012C;
		border: none;
		outline: none;
	}

.s-button input, .s-button button {
	height: 50px;
	background-color: #FF8552;
	color: #fff;
	padding: 0px 47px 0px 47px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	outline: none;
	font-weight: 600;
	font-size: 20px;
}

	.s-button input:hover, .s-button button:hover {
		color: #fff;
		background-color: #DF5D27;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	}

.subscribe-thanks h4 {
	font-size: 21px;
	padding-bottom: 15px;
	font-weight: 500;
}

.subscribe-thanks p {
	font-size: 17px;
	line-height: 27px;
}

.footer-top h2 {
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 100px;
	font-weight: 600;
	color: #fff;
}

.footer-links {
	padding-top: 20px;
	width: 313px;
}

	.footer-links ul li {
		padding-bottom: 20px;
	}

		.footer-links ul li a {
			color: #d5d4db;
			text-decoration: none;
		}

			.footer-links ul li a:hover {
				color: #fff;
				text-decoration: none;
			}

.ft-contact {
	padding-top: 10px;
	width: 300px;
}

	.ft-contact p {
		line-height: 30px;
		padding-bottom: 30px;
	}

		.ft-contact p a {
			color: #d5d4db;
			text-decoration: none;
		}

			.ft-contact p a:hover {
				color: #fff;
				text-decoration: none;
			}

	.ft-contact ul li {
		display: inline-block;
		margin-right: 32px;
	}

		.ft-contact ul li a:hover {
			opacity: 0.7;
		}

.footer-bottom {
	padding: 30px 0px 40px 0px;
	text-align: center;
	border-top: #30406E solid 1px;
	font-size: 17px;
	line-height: 21px;
	color: #d6d9e2;
}

	.footer-bottom p {
		font-size: 17px;
		line-height: 27px;
	}

	.footer-bottom a {
		color: #d6d9e2;
		text-decoration: none;
	}

		.footer-bottom a:hover {
			color: #fff;
			text-decoration: none;
		}


/* Book A Demo */

.header-white .header-main {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}

.header-white .header-main-wrap {
	max-width: 1680px;
	padding-top: 45px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header-white .client-portal a {
	color: #0E2156;
}

	.header-white .client-portal a:hover {
		color: #0E2156;
		border-bottom: #0E2156 dashed 1px;
	}

.header-white .sticky_header .header-main-wrap {
	padding-top: 15px;
}

.header-white .sticky_header .header-main {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: #ddd solid 1px;
}

.book-a-demo-banner {
	padding: 205px 0px 100px 0px;
	color: #190E4F;
	justify-content: space-between;
	align-items: center;
	min-height: 500px;
}

.badb-text {
	width: 49%;
}

	.badb-text h2 {
		font-size: 88px;
		line-height: 98px;
		font-weight: 800;
		text-transform: uppercase;
		padding-bottom: 18px;
		letter-spacing: -1px;
	}

	.badb-text h3 {
		font-size: 41px;
		line-height: 61px;
		font-weight: 300;
		text-transform: uppercase;
		padding-bottom: 18px;
	}

	.badb-text p {
		font-size: 19px;
		line-height: 37px;
		padding-bottom: 40px;
	}

	.badb-text h5 {
		font-size: 25px;
		line-height: 30px;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.badb-text ul {
		padding-bottom: 20px;
	}

		.badb-text ul li {
			line-height: 30px;
			padding: 1px 0px 12px 38px;
			background-image: url("../images/check-circle.svg");
			background-repeat: no-repeat;
			background-position: left 5px;
		}

.book-calender {
	width: 642px;
	padding: 32px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bc-title {
	font-size: 20px;
	line-height: 25px;
	color: #444;
	font-weight: bold;
	padding: 25px 0px 50px 0px;
}

/* Business Apps */

.sub-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #202733;
}

.sub-banner-shade {
	background-image: url("../images/hb-shade.png");
	background-repeat: no-repeat;
	background-position: left 104px;
	background-size: 70% 130%;
}

.sub-banner-wrap {
	padding: 190px 0px 60px 0px;
	min-height: 320px;
}

.sub-banner-text {
	color: #fff;
	max-width: 1200px;
}

	.sub-banner-text h2 {
		font-size: 85px;
		line-height: 100px;
		font-weight: bold;
		letter-spacing: -2px;
		padding-bottom: 20px;
		text-transform: uppercase;
	}

	.sub-banner-text h3 {
		display: inline-block;
		background-color: #4E91D3;
		padding: 13px 15px 13px 15px;
		font-size: 40px;
		line-height: 40px;
		font-weight: 300;
		margin-bottom: 30px;
	}

	.sub-banner-text p {
		font-size: 18px;
		line-height: 35px;
		padding-bottom: 35px;
		max-width: 740px;
	}

.bredcrub {
	padding: 24px 0px 14px 0px;
	font-size: 18px;
	line-height: 20px;
	color: #0E2156;
	font-family: 'Quicksand';
}

	.bredcrub ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.bredcrub ul li {
			margin: 0px 22px 10px 0px;
			padding-left: 30px;
			position: relative;
		}

			.bredcrub ul li:nth-child(1) {
				padding-left: 0px;
			}

			.bredcrub ul li::before {
				content: '';
				position: absolute;
				left: 0px;
				top: 0px;
				background-image: url("../images/bc-arrow.svg");
				background-repeat: no-repeat;
				background-position: left 2px;
				width: 9px;
				height: 18px;
			}

			.bredcrub ul li:nth-child(1)::before {
				display: none;
			}

			.bredcrub ul li a {
				color: #0E2156;
				text-decoration: underline;
			}

				.bredcrub ul li a:hover {
					color: #ff8552;
					text-decoration: underline;
				}

.grey {
	background-color: #f7f7f7;
}

.two-col-wrap {
	padding: 85px 0px 60px 0px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 130px;
	-webkit-column-gap: 130px;
	column-gap: 130px;
}

	.two-col-wrap h2 {
		font-size: 70px;
		line-height: 70px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
		letter-spacing: -2px;
	}

	.two-col-wrap h3 {
		font-size: 50px;
		line-height: 50px;
		color: #4E91D3;
		font-weight: bold;
		padding-bottom: 70px;
		letter-spacing: -1px;
	}

	.two-col-wrap p {
		font-size: 18px;
		line-height: 40px;
		color: #3A3A3A;
		padding-bottom: 40px;
	}

.single-col {
	width: 94%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 100px 0px 90px 0px;
	text-align: center;
}

	.single-col h2 {
		font-size: 70px;
		line-height: 80px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 30px;
		letter-spacing: -1px;
	}

		.single-col h2 strong {
			color: #4E91D3;
		}

	.single-col p {
		font-size: 28px;
		line-height: 48px;
		padding-bottom: 50px;
	}

	.single-col h5 {
		font-family: 'Quicksand';
		font-size: 25px;
		line-height: 45px;
		padding-bottom: 30px;
		font-weight: bold;
	}

.iwt-wrap {
	padding: 60px 0px 70px 0px;
	justify-content: space-between;
}

	.iwt-wrap .image {
		width: 47%;
	}

		.iwt-wrap .image img {
			-webkit-border-radius: 45px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 45px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 45px;
			border-bottom-left-radius: 0;
		}

	.iwt-wrap .text-content {
		width: 48%;
	}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 60px;
		line-height: 65px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
		max-width: 90%;
		letter-spacing: -2px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 40px;
		line-height: 50px;
		color: #4E91D3;
		font-weight: bold;
		padding-bottom: 20px;
		letter-spacing: -1px;
	}

	.iwt-wrap p {
		font-size: 18px;
		line-height: 30px;
		color: #3A3A3A;
		padding-bottom: 35px;
	}

.book a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px 0px 30px;
	border: #003da5 solid 2px;
	color: #003da5;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.book a:hover {
		color: #ff8552;
		text-decoration: none;
		border-color: #ff8552;
		background-color: #fff;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	}

.wrap3 {
	width: 94%;
	max-width: 1560px;
	margin: 0 auto;
	min-width: 300px;
}

.two-col-with-title {
	padding: 120px 0px 80px 0px;
}

	.two-col-with-title h2 {
		font-size: 60px;
		line-height: 70px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 50px;
		letter-spacing: -2px;
	}

		.two-col-with-title h2 strong {
			color: #4E91D3;
		}

	.two-col-with-title .tc-content {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 150px;
		-webkit-column-gap: 150px;
		column-gap: 150px;
	}

	.two-col-with-title ul li {
		font-size: 20px;
		line-height: 40px;
		padding: 0px 0px 30px 64px;
		font-weight: 600;
		background-image: url("../images/check.svg");
		background-repeat: no-repeat;
		background-position: left top;
	}


	.two-col-with-title p {
		font-size: 18px;
		line-height: 40px;
		padding-bottom: 40px;
	}

.right-image {
	flex-direction: row-reverse;
}

.read-more {
	font-size: 20px;
	color: #003DA5;
	padding-top: 10px;
}

	.read-more a {
		color: #003DA5;
		text-decoration: none;
		border-bottom: #003DA5 solid 1px;
	}

		.read-more a:hover {
			color: #FF8552;
			border-color: #FF8552;
		}

.two-col-with-title h5 {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 45px;
	font-family: 'Quicksand';
}

.no-shade {
	background-image: none;
}

.hidden {
	display: none;
}

.message-thanks {
	width: 900px;
	height: 900px;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgb(14, 33, 86);
	background-color: rgba(14, 33, 86, 0.4);
}

	.message-thanks h2 {
		font-size: 55px;
		line-height: 75px;
		font-weight: 300;
		padding-bottom: 35px;
		max-width: 560px;
		margin: 0 auto;
	}

		.message-thanks h2 strong {
			font-weight: bold;
		}

	.message-thanks p {
		font-size: 45px;
		line-height: 55px;
		max-width: 560px;
		margin: 0 auto;
		font-weight: 300;
	}

/*Specific solutions*/

.why-trusted {
	margin-bottom: 90px;
	background: rgb(0,60,163);
	background: radial-gradient(circle, rgba(0,60,163,1) 0%, rgba(13,36,94,1) 100%);
	color: #fff;
	-webkit-border-radius: 45px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 45px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 45px;
	border-bottom-left-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 100px 30px 100px;
}

	.why-trusted h2 {
		font-size: 55px;
		line-height: 65px;
		font-weight: bold;
		letter-spacing: -1px;
		padding-bottom: 10px;
	}

	.why-trusted h3 {
		font-size: 50px;
		line-height: 60px;
		font-weight: bold;
		letter-spacing: -1px;
		padding-bottom: 35px;
		color: #4E91D3;
	}

	.why-trusted .tc-content {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 80px;
		-webkit-column-gap: 80px;
		column-gap: 80px;
	}

	.why-trusted p {
		font-size: 18px;
		line-height: 40px;
		padding-bottom: 50px;
		font-weight: 300;
	}

	.why-trusted h5 {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 20px;
		font-weight: bold;
		font-family: 'Quicksand';
	}

/*About Us*/

.meet-the-team {
	padding: 80px 0px 90px 0px;
}

	.meet-the-team h2 {
		text-align: center;
		font-size: 70px;
		line-height: 80px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 70px;
		letter-spacing: -2px;
	}

		.meet-the-team h2 strong {
			color: #4E91D3;
		}

.tab-nav {
	margin-left: -3%;
	flex-wrap: wrap;
	padding-bottom: 35px;
}

	.tab-nav li {
		width: 22%;
		margin: 0px 0px 30px 3%;
		padding-bottom: 39px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

		.tab-nav li a {
			text-decoration: none;
		}

.tn-wrap {
	cursor: pointer;
	position: relative;
	height: 360px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	.tn-wrap figure {
		width: 100%;
		height: 100%;
		overflow: hidden;
		-webkit-border-radius: 45px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 45px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 45px;
		border-bottom-left-radius: 0;
	}

		.tn-wrap figure img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.tn-wrap .tn-name {
		position: absolute;
		left: 14px;
		right: 14px;
		bottom: 10px;
		color: #fff;
	}

		.tn-wrap .tn-name h5 {
			font-size: 25px;
			line-height: 30px;
			font-weight: bold;
		}

		.tn-wrap .tn-name p {
			font-size: 19px;
			line-height: 25px;
		}

.tab-nav li.active {
	background-image: url("../images/tab-arrow.svg");
}

	.tab-nav li.active .tn-wrap {
		opacity: 0.6;
	}

.tab-content {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 150px;
	-webkit-column-gap: 150px;
	column-gap: 150px;
}

	.tab-content h3 {
		font-size: 58px;
		line-height: 65px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: -2px;
	}

	.tab-content h4 {
		font-size: 38px;
		line-height: 45px;
		color: #4E91D3;
		font-weight: bold;
		padding-bottom: 45px;
		letter-spacing: -1px;
	}

	.tab-content p {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 35px;
	}

	.tab-content ul {
		padding-top: 10px;
	}

		.tab-content ul li {
			display: inline-block;
			margin: 0px 85px 10px 0px;
			font-size: 22px;
			color: #3A3A3A;
			font-weight: bold;
		}

			.tab-content ul li a {
				display: block;
				color: #3A3A3A;
				text-decoration: none;
				padding-left: 60px;
				line-height: 42px;
				background-repeat: no-repeat;
				background-position: left top;
			}

				.tab-content ul li a:hover {
					color: #4E91D3;
					text-decoration: none;
				}

			.tab-content ul li:nth-child(1) a {
				background-image: url("../images/linkedin2.svg");
			}

			.tab-content ul li:nth-child(2) a {
				background-image: url("../images/pen.svg");
			}

.faq-list {
	padding-top: 10px;
}

	.faq-list ul li.q {
		padding: 17px 0px 10px 100px;
		margin-top: 10px;
		position: relative;
		font-size: 35px;
		line-height: 40px;
		font-weight: bold;
		color: #003DA5;
		cursor: pointer;
	}

	.faq-list ul .q::before {
		content: '';
		position: absolute;
		height: 1px;
		top: 0px;
		left: 100px;
		right: 0px;
		background-color: #7c9ace;
	}

	.faq-list ul li.q span {
		position: absolute;
		left: 0px;
		top: 9px;
		width: 54px;
		height: 54px;
		font-size: 32px;
		line-height: 54px;
		text-align: center;
		border: #003DA5 solid 2px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.faq-list ul li.active.q span {
		background-color: #003DA5;
		color: #fff;
	}

	.faq-list ul li.a {
		display: none;
		padding: 0px 0px 0px 100px;
	}

		.faq-list ul li.a p {
			font-size: 18px;
			line-height: 28px;
			color: #0E2156;
			padding-bottom: 20px;
		}

.get-in-touch-sub {
	padding: 85px 0px 110px 0px;
	justify-content: space-between;
}

	.get-in-touch-sub .lhs {
		width: 47%;
	}

.git-form-sub {
	background: rgb(0,60,163);
	background: radial-gradient(circle, rgba(0,60,163,1) 0%, rgba(13,36,94,1) 100%);
	color: #fff;
	-webkit-border-radius: 45px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 45px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 45px;
	border-bottom-left-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 65px 45px 55px 45px;
}

	.git-form-sub h2 {
		font-size: 40px;
		line-height: 45px;
		font-weight: 300;
		padding-bottom: 35px;
	}

.get-in-touch-sub .rhs {
	width: 47%;
}

	.get-in-touch-sub .rhs h2 {
		font-size: 60px;
		line-height: 65px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
		letter-spacing: -2px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 40px;
		line-height: 50px;
		color: #4E91D3;
		font-weight: bold;
		padding-bottom: 20px;
		letter-spacing: -1px;
	}

	.get-in-touch-sub .rhs h5 {
		font-size: 20px;
		line-height: 30px;
		color: #003DA5;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.get-in-touch-sub .rhs p {
		font-size: 20px;
		line-height: 30px;
		color: #3A3A3A;
		padding-bottom: 35px;
	}

/*Blog*/

.blog-banner {
	background-color: #578dc2;
	background-image: url("../images/blog-banner.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.blog-banner-shade {
	background-image: url("../images/hb-shade.png");
	background-repeat: no-repeat;
	background-position: left 104px;
	background-size: 60% 130%;
}


.bb-wrap {
	padding: 220px 0px 160px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 340px;
	color: #fff;
}

.bb-text {
	width: 55%;
}

	.bb-text h2 {
		font-size: 85px;
		line-height: 95px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 30px;
		letter-spacing: -2px;
	}

	.bb-text h3 {
		font-size: 40px;
		line-height: 60px;
		font-weight: 300;
		text-transform: uppercase;
		padding-bottom: 25px;
		max-width: 750px;
	}

	.bb-text p {
		font-size: 18px;
		line-height: 35px;
		max-width: 750px;
	}

.bb-signup {
	width: 477px;
}

	.bb-signup h5 {
		font-size: 35px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: 300;
		padding-bottom: 25px;
	}

.signup-form p {
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 10px;
}

.sf-box {
	padding-bottom: 25px;
}

	.sf-box input {
		width: 100%;
		height: 53px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0px 20px 0px 20px;
		font-size: 18px;
		color: #333;
	}

.content-page {
	background-image: url("../images/content-bg.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110% auto;
}

.blog-main {
	padding: 90px 0px 110px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.blog-lhs {
	width: 1095px;
}

.blog-rhs {
	width: 507px;
	padding-top: 45px;
}

.blog-heading1 {
	font-size: 54px;
	line-height: 60px;
	color: #0E2156;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-weight: bold;
}

.featured-story {
	position: relative;
	margin-bottom: 120px;
}

.fs-image {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

	.fs-image figure {
		width: 100%;
		height: 100%;
	}

		.fs-image figure img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-ms-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}

	.fs-image .news-date {
		bottom: 0px;
	}

.fs-text {
	padding-top: 33px;
}

	.fs-text h2 {
		font-size: 27px;
		line-height: 37px;
		font-weight: bold;
		color: #003DA5;
		padding-bottom: 20px;
	}

	.fs-text p {
		font-size: 18px;
		line-height: 36px;
		color: #000;
		margin-bottom: 20px;
		font-weight: 300;
		max-width: 95%;
	}

.featured-story:hover .fs-image figure img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.5;
}

.featured-story:hover .news-date {
	background-color: #ff8552;
}

.featured-story:hover .more a {
	color: #ff8552;
	border-color: #ff8552;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

.blog-heading2 {
	font-size: 54px;
	line-height: 60px;
	color: #190E4F;
	padding-bottom: 40px;
	font-weight: 300;
}

.post-page .news-list ul {
	margin: 0px;
	justify-content: space-between;
}

	.post-page .news-list ul li {
		width: 46.5%;
		margin: 0px 0px 90px 0px;
	}

.pagination {
	justify-content: space-between;
	font-size: 18px;
	line-height: 22px;
}

	.pagination ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.pagination ul li {
			margin: 0px 16px 0px 16px;
		}

			.pagination ul li a {
				color: #9DA2AB;
				text-decoration: none;
			}

	.pagination select {
		border: none;
		font-size: 18px;
		background-color: transparent;
		cursor: pointer;
	}

/* Blog Rhs */

.single-widget {
	padding-bottom: 70px;
}

	.single-widget h2 {
		font-size: 36px;
		line-height: 40px;
		padding: 0px 0px 20px 30px;
		font-weight: 600;
		color: #0E2156;
	}

.widget-box {
	background-color: #fff;
	border: #ECECEC solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 35px;
}

.search-wrap {
	justify-content: space-between;
}

.sb-text input {
	width: 320px;
	height: 50px;
	background-color: #F4F4F4;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 15px 0px 45px;
	font-size: 18px;
	color: #333;
	background-image: url("../images/search.svg");
	background-repeat: no-repeat;
	background-position: 12px center;
}

	.sb-text input:focus {
		background-color: #eee;
	}

.sb-button input, .sb-button button {
	height: 50px;
	border: none;
	outline: none;
	background-color: #ff8552;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 18px 0px 18px;
	font-size: 19px;
	font-weight: 500;
}

	.sb-button input:hover, .sb-button button:hover {
		background-color: #DF5D27;
		color: #fff;
	}

.tag-list li {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #636363;
	margin: 6px 10px 6px 0px;
	font-family: 'Quicksand';
}

	.tag-list li a {
		color: #636363;
		text-decoration: none;
		display: block;
		padding: 7px 14px 10px 14px;
		border: #e7e7e7 solid 1px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

		.tag-list li a:hover, .tag-list li.active a {
			color: #fff;
			background-color: #003DA5;
			border-color: #003DA5;
		}

.categories-list li {
	padding: 14px 0px 14px 0px;
	border-bottom: #e3e3e3 solid 1px;
	font-size: 17px;
}

	.categories-list li:last-child {
		border: none;
	}

	.categories-list li a {
		color: #0e0e0e;
		text-decoration: none;
	}

		.categories-list li a:hover {
			color: #003DA5;
			text-decoration: none;
			text-shadow: -.25px -.25px 1px #003DA5;
		}

/* Blog Article */

.sub-title {
	padding-top: 200px;
}

	.sub-title h1 {
		font-size: 88px;
		line-height: 98px;
		color: #190E4F;
		text-transform: uppercase;
		font-weight: 800;
	}

.blog-main-article {
	padding: 50px 0px 50px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}


	.blog-main-article .blog-rhs {
		padding-top: 0px;
	}

.post-title {
	font-size: 41px;
	line-height: 61px;
	font-weight: 300;
	color: #190E4F;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.post-details {
	padding-bottom: 28px;
	font-size: 20px;
	line-height: 25px;
	color: #003DA5;
}

	.post-details span {
		display: inline-block;
		margin: 0px 20px 10px 0px;
		padding-left: 37px;
		background-repeat: no-repeat;
		background-position: left top;
		min-height: 27px;
	}

	.post-details a {
		color: #003DA5;
		text-decoration: none;
	}

		.post-details a:hover {
			color: #ff8552;
			text-decoration: underline;
		}

	.post-details .post-author {
		background-image: url("../images/pd-author.svg");
	}

	.post-details .post-date {
		background-image: url("../images/pd-calendar.svg");
	}

	.post-details .post-category {
		background-image: url("../images/pd-category.svg");
	}

.post-tags {
	padding-bottom: 27px;
}

	.post-tags div {
		display: inline-block;
		font-size: 18px;
		line-height: 18px;
		color: #fff;
		margin: 0px 10px 10px 0px;
		padding: 7px 14px 10px 14px;
		border: #e7e7e7 solid 1px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background-color: #003DA5;
	}

		.post-tags div a {
			color: #fff;
			text-decoration: none;
		}

.post-image-large {
	margin-bottom: 20px;
	max-height: 730px;
	overflow: hidden;
	-webkit-border-radius: 45px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 45px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 45px;
	border-bottom-left-radius: 0;
}

	.post-image-large img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

.sub-text {
	font-size: 22px;
}

	.sub-text p {
		font-size: 22px;
		line-height: 36px;
		padding-bottom: 40px;
	}

	.sub-text h5 {
		font-size: 25px;
		line-height: 36px;
		padding-bottom: 30px;
		color: #0E2156;
		font-weight: 600;
	}

	.sub-text h2 {
		font-size: 55px;
		line-height: 65px;
		padding-bottom: 30px;
		font-weight: bold;
		color: #003DA5;
	}

	.sub-text h4 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
		font-weight: bold;
		color: #0E2156;
	}

	.sub-text h6 {
		font-size: 22px;
		line-height: 32px;
		padding-bottom: 30px;
		color: #003DA5;
		font-weight: bold;
	}

	.sub-text ul {
		padding-bottom: 10px;
	}

		.sub-text ul li {
			line-height: 30px;
			padding: 3px 0px 12px 38px;
			background-image: url("../images/check-circle.svg");
			background-repeat: no-repeat;
			background-position: left 5px;
		}

			.sub-text ul li ul {
				padding-top: 20px;
				padding-bottom: 0px;
			}

.alignnone {
	margin: 0px 0px 30px 0;
	text-align: center;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0px auto 30px auto;
}

.alignright {
	float: right;
	margin: 0px 0px 30px 30px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 0px 30px 30px 0px;
	max-width: 50%;
}

.related {
	padding: 60px 0px 60px 0px;
}

	.related .title h2 {
		font-size: 55px;
		line-height: 65px;
		padding-bottom: 10px;
		font-weight: 300;
		text-transform: none;
		color: #190E4F;
	}

/*Text Based Page */


.content-page-wrap {
	padding: 240px 0px 110px 0px;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	color: #777;
}

	.content-page-wrap .title {
		text-align: center;
	}

.centre {
	text-align: center;
}

.sub-text h1 {
	font-size: 88px;
	line-height: 98px;
	padding-bottom: 20px;
	color: #0E2156;
	font-weight: bold;
	text-transform: uppercase;
}

.sub-text h3 {
	font-size: 41px;
	line-height: 66px;
	padding-bottom: 50px;
	color: #003DA5;
	font-weight: 300;
	text-transform: uppercase;
}

.sub-text ol {
	margin-left: 40px;
	list-style: decimal;
}

	.sub-text ol li {
		padding-bottom: 30px;
		line-height: 36px;
	}

		.sub-text ol li p:last-child {
			padding-bottom: 0px;
		}

		.sub-text ol li ol {
			padding-top: 30px;
		}

/* 404 Page Not Found */

.page-not-found-banner {
	background: rgb(78,145,211);
	background: radial-gradient(circle, rgba(78,145,211,1) 0%, rgba(0,61,165,1) 100%);
}

.pnf-wrap {
	padding: 400px 0px 300px 0px;
	text-align: center;
	color: #fff;
}

	.pnf-wrap h2 {
		font-size: 88px;
		line-height: 95px;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.pnf-wrap p {
		font-size: 41px;
		line-height: 51px;
		font-weight: 300;
		padding-bottom: 45px;
	}

.back-button a {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	background-color: #FF8552;
	color: #fff;
	text-decoration: none;
	padding: 0px 32px 0px 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
}

	.back-button a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #DF5D27;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	}


@media only screen and (max-width: 1900px) {


	.wrap {
		width: 94%;
		min-width: 300px;
	}

	.hm-rhs {
		font-size: 20px;
	}

	.book-a-demo a {
		height: 58px;
		line-height: 58px;
	}

	/*Home Page*/


	.home-banner-shade {
		background-position: left 100px;
		background-size: 62% 100%;
	}

	.home-banner-wrap {
		padding: 205px 0px 120px 0px;
		min-height: 600px;
	}

	.banner-text {
		color: #fff;
		max-width: 980px;
	}

		.banner-text h2 {
			font-size: 82px;
			line-height: 98px;
		}

		.banner-text h3 {
			font-size: 38px;
			line-height: 38px;
		}

		.banner-text p {
			font-size: 18px;
			line-height: 33px;
		}

	.book-a-call a {
		height: 58px;
		font-size: 21px;
	}

	.intro-wrap {
		padding: 100px 0px 90px 0px;
	}

		.intro-wrap .lhs {
			width: 48%;
		}

		.intro-wrap .rhs {
			width: 48%;
		}


	.solutions {
		padding: 120px 0px 100px 0px;
	}

	.solution-list {
		margin-left: -3%;
	}

		.solution-list .sl-item {
			width: 22%;
			margin: 0px 0px 50px 3%;
			padding-bottom: 45px;
		}

	.sli-top h5 {
		bottom: -18px;
		font-size: 21px;
		line-height: 21px;
	}

	.technology-wrap {
		padding: 110px 0px 40px 0px;
	}


	.tl-item {
		width: 30.5%;
	}

		.tl-item h2 {
			font-size: 33px;
			line-height: 35px;
		}


	.more-large {
		position: absolute;
		left: 50%;
		margin-left: -93px;
		bottom: 45px;
		width: 186px;
	}

		.more-large a {
			height: 50px;
			line-height: 50px;
		}


	.industry-list {
		margin-left: -1.5%;
	}

		.industry-list li {
			width: 23.5%;
			margin: 65px 0px 35px 1.5%;
			padding: 145px 35px 37px 35px;
		}

			.industry-list li figure {
				left: -12px;
			}

			.industry-list li p {
				font-size: 17px;
				line-height: 28px;
			}

	.cta {
		font-size: 16px;
	}

	.use-cases {
		padding: 70px 0px 40px 0px;
	}

	.wrap2 {
		width: 94%;
		max-width: 1680px;
		margin: 0 auto;
		min-width: 300px;
	}

	.case-study-wrap {
		-moz-column-gap: 130px;
		-webkit-column-gap: 130px;
		column-gap: 130px;
	}

		.case-study-wrap h2 {
			font-size: 68px;
		}

		.case-study-wrap h3 {
			font-size: 48px;
			line-height: 50px;
		}

	.more-case {
		font-size: 20px;
	}

	.news {
		padding: 110px 0px 70px 0px;
	}

	/* Book A Demo */

	.header-white .header-main-wrap {
		max-width: 1680px;
		width: 94%;
	}

	.badb-text h2 {
		font-size: 86px;
		line-height: 96px;
	}

	.badb-text h3 {
		font-size: 40px;
		line-height: 60px;
	}

	.badb-text p {
		padding-bottom: 35px;
	}

	.badb-text h5 {
		font-size: 24px;
	}


	/* Business Apps */


	.sub-banner-wrap {
		padding: 180px 0px 50px 0px;
		min-height: 310px;
	}

	.sub-banner-text h2 {
		font-size: 83px;
		line-height: 96px;
	}

	.sub-banner-text h3 {
		font-size: 38px;
		line-height: 38px;
	}

	.sub-banner-text p {
		font-size: 18px;
		line-height: 33px;
	}

	.two-col-wrap h2 {
		font-size: 68px;
		line-height: 70px;
	}

	.two-col-wrap h3 {
		font-size: 48px;
		line-height: 48px;
	}

	.two-col-wrap p {
		font-size: 18px;
		line-height: 38px;
	}

	.single-col {
		padding: 100px 0px 80px 0px;
	}

		.single-col h2 {
			font-size: 68px;
			line-height: 78px;
		}

		.single-col p {
			font-size: 26px;
			line-height: 46px;
			padding-bottom: 40px;
		}

		.single-col h5 {
			font-size: 24px;
			line-height: 44px;
			padding-bottom: 30px;
		}


	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 58px;
		line-height: 64px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 38px;
		line-height: 48px;
	}

	.book a {
		font-size: 20px;
	}

	.two-col-with-title {
		padding: 100px 0px 70px 0px;
	}

		.two-col-with-title h2 {
			font-size: 58px;
			line-height: 68px;
		}

		.two-col-with-title .tc-content {
			-moz-column-gap: 140px;
			-webkit-column-gap: 140px;
			column-gap: 140px;
		}

		.two-col-with-title ul li {
			font-size: 20px;
			line-height: 38px;
		}


		.two-col-with-title p {
			font-size: 18px;
			line-height: 38px;
		}


	.message-thanks {
		width: 850px;
		height: 850px;
	}

		.message-thanks h2 {
			font-size: 53px;
			line-height: 73px;
		}

		.message-thanks p {
			font-size: 43px;
			line-height: 53px;
		}

	/*Specific solutions*/

	.why-trusted h2 {
		font-size: 54px;
		line-height: 64px;
	}

	.why-trusted h3 {
		font-size: 49px;
		line-height: 59px;
	}

	.why-trusted p {
		font-size: 18px;
		line-height: 38px;
	}

	.why-trusted h5 {
		font-size: 24px;
	}

	/*About Us*/

	.meet-the-team {
		padding: 80px 0px 80px 0px;
	}

		.meet-the-team h2 {
			font-size: 68px;
			line-height: 78px;
		}

	.tab-content {
		-moz-column-gap: 140px;
		-webkit-column-gap: 140px;
		column-gap: 140px;
	}

		.tab-content p {
			font-size: 19px;
			line-height: 29px;
		}

		.tab-content ul li {
			font-size: 21px;
		}

	.faq-list ul li.q {
		font-size: 33px;
	}

		.faq-list ul li.q span {
			font-size: 31px;
		}

	.get-in-touch-sub {
		padding: 85px 0px 100px 0px;
	}


	.git-form-sub {
		padding: 55px 45px 55px 45px;
	}

	.get-in-touch-sub .rhs h2 {
		font-size: 58px;
		line-height: 64px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 38px;
		line-height: 48px;
	}

	.get-in-touch-sub .rhs p {
		font-size: 19px;
		line-height: 29px;
	}

	/*Blog*/

	.blog-banner-shade {
		background-size: 60% 130%;
	}

	.bb-wrap {
		padding: 210px 0px 140px 0px;
		min-height: 320px;
	}

	.bb-text {
		width: 55%;
	}

		.bb-text h2 {
			font-size: 82px;
			line-height: 92px;
			padding-bottom: 25px;
		}

		.bb-text h3 {
			font-size: 38px;
			line-height: 58px;
		}

	.bb-signup h5 {
		font-size: 34px;
	}

	.blog-main {
		padding: 80px 0px 100px 0px;
	}

	.blog-heading1 {
		font-size: 52px;
		line-height: 60px;
	}

	.featured-story {
		margin-bottom: 100px;
	}

	/* Blog Rhs */

	.single-widget {
		padding-bottom: 60px;
	}

		.single-widget h2 {
			font-size: 35px;
		}

	/* Blog Article */


	.sub-title h1 {
		font-size: 86px;
		line-height: 96px;
	}


	.post-title {
		font-size: 40px;
		line-height: 55px;
	}

	.post-details {
		font-size: 19px;
		line-height: 25px;
	}


	.post-tags div {
		font-size: 17px;
		line-height: 18px;
	}

	.post-image-large {
		max-height: 720px;
	}


	.sub-text {
		font-size: 21px;
	}

		.sub-text p {
			font-size: 21px;
			line-height: 35px;
		}

	.related {
		padding: 40px 0px 60px 0px;
	}

		.related .title h2 {
			font-size: 54px;
			line-height: 64px;
		}

	/*Text Based Page */

	.content-page-wrap {
		padding: 230px 0px 100px 0px;
	}

	.sub-text h1 {
		font-size: 86px;
		line-height: 96px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 380px 0px 280px 0px;
	}

		.pnf-wrap h2 {
			font-size: 86px;
		}

		.pnf-wrap p {
			font-size: 40px;
			line-height: 50px;
		}
}


@media only screen and (max-width: 1800px) {


	.hm-rhs {
		font-size: 19px;
	}

	.book-a-demo a {
		height: 55px;
		line-height: 55px;
	}

	.client-portal {
		margin-left: 50px;
	}

	/*Home Page*/

	.home-banner-shade {
		background-position: left 104px;
		background-size: 60% 100%;
	}

	.home-banner-wrap {
		padding: 200px 0px 120px 0px;
		min-height: 580px;
	}

	.banner-text {
		max-width: 930px;
	}

		.banner-text h2 {
			font-size: 80px;
			line-height: 90px;
		}

		.banner-text h3 {
			padding: 12px 20px 12px 20px;
			font-size: 37px;
			line-height: 37px;
		}

		.banner-text p {
			font-size: 18px;
			line-height: 32px;
		}


		.banner-text ul li {
			margin-right: 30px;
		}

	.book-a-call a {
		height: 55px;
		line-height: 55px;
		font-size: 20px;
	}

	.watch-video {
		padding-left: 38px;
		position: relative;
	}

		.watch-video a {
			font-size: 19px;
		}

	.intro-wrap {
		padding: 90px 0px 80px 0px;
		align-items: flex-start;
	}


		.intro-wrap .rhs p {
			font-size: 16px;
			line-height: 26px;
			padding-bottom: 25px;
		}

	.solutions {
		padding: 90px 0px 60px 0px;
	}

	.title {
		max-width: 1300px;
	}

		.title h2 {
			font-size: 35px;
			line-height: 45px;
		}

		.title h5, .intro-wrap .rhs h5 {
			font-size: 32px;
			line-height: 42px;
		}

		.title p {
			font-size: 16px;
			line-height: 26px;
		}

	.sli-top {
		height: 200px;
	}

		.sli-top h5 {
			bottom: -18px;
			font-size: 20px;
			line-height: 20px;
		}

	.technology-wrap {
		padding: 90px 0px 40px 0px;
	}

		.technology-wrap .title {
			padding-bottom: 40px;
		}


	.tl-item {
		width: 31%;
		padding: 45px 30px 110px 30px;
	}

		.tl-item figure {
			height: 130px;
		}

		.tl-item h2 {
			font-size: 32px;
			line-height: 32px;
			padding-bottom: 30px;
		}

		.tl-item p {
			font-size: 17px;
			line-height: 25px;
		}

	.more-large {
		margin-left: -93px;
		bottom: 45px;
		width: 186px;
	}

		.more-large a {
			height: 50px;
			line-height: 50px;
			border: #003da5 solid 1px;
			font-size: 18px;
			font-weight: 600;
		}

	.industries {
		padding: 85px 0px 0px 0px;
	}

	.industry-list li p {
		font-size: 17px;
		line-height: 24px;
	}

	.use-cases ul li {
		width: 46%;
		padding-left: 55px;
	}

		.use-cases ul li p {
			font-size: 17px;
			line-height: 24px;
			padding-bottom: 20px;
		}

		.use-cases ul li div {
			font-size: 17px;
		}

	.case-study-wrap {
		padding: 60px 0px 60px 0px;
		-moz-column-gap: 5%;
		-webkit-column-gap: 5%;
		column-gap: 5%;
	}

		.case-study-wrap h4 {
			font-size: 35px;
		}

		.case-study-wrap h2 {
			font-size: 65px;
			line-height: 65px;
		}

		.case-study-wrap h3 {
			font-size: 45px;
			line-height: 45px;
			padding-bottom: 50px;
		}

		.case-study-wrap p {
			font-size: 16px;
			line-height: 26px;
			padding-bottom: 35px;
		}

		.case-study-wrap figure {
			padding-bottom: 35px;
		}

	.more-case {
		font-size: 19px;
	}

		.more-case a {
			padding: 7px 0px 7px 50px;
		}

	.news {
		padding: 90px 0px 50px 0px;
	}

	.news-list ul {
		margin: 0px -1.5% 0px -1.5%;
	}

		.news-list ul li {
			width: 30.2%;
			margin: 0px 1.5% 60px 1.5%;
		}

	.news-list .news-list-image {
		height: 300px;
	}

	.news-date {
		font-size: 19px;
		line-height: 19px;
	}

	.news-text {
		padding-top: 40px;
	}

		.news-text p {
			font-size: 16px;
			line-height: 30px;
			min-height: 155px;
			max-height: 155px;
		}

	/*Footer*/

	.git-wrap {
		min-height: inherit;
	}

	.git-form {
		width: 670px;
		padding: 55px 0px 70px 0px;
	}

		.git-form h2 {
			font-size: 52px;
			line-height: 70px;
		}

	.git-box input {
		height: 50px;
	}

	.git-button input, .git-button button {
		font-size: 19px;
	}

	.or {
		margin-left: 25px;
		font-size: 20px;
		padding-top: 22px;
	}

	.footer-top {
		padding: 80px 0px 80px 0px;
	}

		.footer-top::after {
			top: 175px;
		}

	.s-box input {
		height: 50px;
	}

	.s-button input, .s-button button {
		font-size: 19px;
	}

	.footer-top h2 {
		font-size: 24px;
	}

	.ft-contact ul li {
		margin-right: 25px;
	}


	/* Book A Demo */


	.header-white .header-main-wrap {
		padding-top: 40px;
	}

	.book-a-demo-banner {
		padding: 195px 0px 80px 0px;
		min-height: 400px;
	}

	.badb-text {
		width: 49%;
	}

		.badb-text h2 {
			font-size: 80px;
			line-height: 90px;
		}

		.badb-text h3 {
			font-size: 38px;
			line-height: 58px;
		}

		.badb-text p {
			font-size: 18px;
			line-height: 35px;
			padding-bottom: 30px;
		}

		.badb-text h5 {
			font-size: 23px;
		}

	.book-calender {
		padding: 25px;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-size: 70% 130%;
	}

	.sub-banner-wrap {
		padding: 170px 0px 50px 0px;
		min-height: 300px;
	}

	.sub-banner-text {
		max-width: 1100px;
	}

		.sub-banner-text h2 {
			font-size: 80px;
			line-height: 90px;
		}

		.sub-banner-text h3 {
			font-size: 35px;
			line-height: 35px;
		}

		.sub-banner-text p {
			font-size: 17px;
			line-height: 32px;
			padding-bottom: 30px;
			max-width: 720px;
		}

	.bredcrub {
		padding: 22px 0px 12px 0px;
		font-size: 17px;
		line-height: 19px;
	}

	.two-col-wrap {
		padding: 70px 0px 80px 0px;
		-moz-column-gap: 5%;
		-webkit-column-gap: 5%;
		column-gap: 5%;
	}

		.two-col-wrap h2 {
			font-size: 65px;
			line-height: 65px;
		}

		.two-col-wrap h3 {
			font-size: 45px;
			line-height: 45px;
			padding-bottom: 50px;
		}

		.two-col-wrap p {
			font-size: 18px;
			line-height: 35px;
			padding-bottom: 30px;
		}

	.single-col {
		padding: 80px 0px 60px 0px;
	}

		.single-col h2 {
			font-size: 65px;
			line-height: 75px;
		}

		.single-col p {
			font-size: 24px;
			line-height: 44px;
			padding-bottom: 40px;
		}

		.single-col h5 {
			font-size: 22px;
			line-height: 42px;
		}

	.iwt-wrap {
		padding: 60px 0px 50px 0px;
	}


		.iwt-wrap h2, .intro-wrap .rhs h2 {
			font-size: 55px;
			line-height: 60px;
		}

		.iwt-wrap h3, .intro-wrap .rhs h5 {
			font-size: 35px;
			line-height: 40px;
		}

	.book a {
		border: #003da5 solid 1px;
		font-size: 19px;
		font-weight: 600;
	}

	.two-col-with-title {
		padding: 80px 0px 50px 0px;
	}

		.two-col-with-title h2 {
			font-size: 55px;
			line-height: 65px;
		}

		.two-col-with-title .tc-content {
			-moz-column-gap: 5%;
			-webkit-column-gap: 5%;
			column-gap: 5%;
		}

		.two-col-with-title ul li {
			font-size: 19px;
			line-height: 32px;
		}


		.two-col-with-title p {
			font-size: 18px;
			line-height: 35px;
			padding-bottom: 35px;
		}

	.read-more {
		font-size: 19px;
	}

	.two-col-with-title h5 {
		line-height: 35px;
	}

	.message-thanks {
		width: 800px;
		height: 800px;
	}


	/*Specific solutions*/

	.why-trusted {
		padding: 60px 80px 30px 80px;
	}

		.why-trusted h2 {
			font-size: 52px;
			line-height: 62px;
		}

		.why-trusted h3 {
			font-size: 48px;
			line-height: 58px;
		}


		.why-trusted p {
			font-size: 18px;
			line-height: 34px;
			padding-bottom: 40px;
		}

		.why-trusted h5 {
			font-size: 22px;
			line-height: 30px;
		}

	/*About Us*/

	.meet-the-team {
		padding: 80px 0px 70px 0px;
	}

		.meet-the-team h2 {
			font-size: 65px;
			line-height: 70px;
			padding-bottom: 50px;
		}

	.tn-wrap {
		height: 350px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 24px;
		}

		.tn-wrap .tn-name p {
			font-size: 18px;
			line-height: 24px;
		}

	.tab-content {
		-moz-column-gap: 5%;
		-webkit-column-gap: 5%;
		column-gap: 5%;
	}

		.tab-content h3 {
			font-size: 55px;
			line-height: 65px;
		}

		.tab-content h4 {
			font-size: 35px;
			line-height: 45px;
			padding-bottom: 40px;
		}

		.tab-content p {
			font-size: 19px;
			line-height: 29px;
			padding-bottom: 30px;
		}

		.tab-content ul li {
			margin: 0px 65px 10px 0px;
			font-size: 20px;
		}


	.faq-list ul li.q {
		padding: 17px 0px 10px 90px;
		font-size: 31px;
		line-height: 38px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 50px;
			height: 50px;
			font-size: 30px;
			line-height: 50px;
		}

	.faq-list ul li.a {
		display: none;
		padding: 0px 0px 0px 90px;
	}

	.get-in-touch-sub {
		padding: 80px 0px 80px 0px;
	}

		.get-in-touch-sub .lhs {
			width: 48%;
		}

	.git-form-sub {
		padding: 55px 40px 55px 40px;
	}

	.get-in-touch-sub .rhs {
		width: 47.5%;
	}

		.get-in-touch-sub .rhs h2 {
			font-size: 55px;
			line-height: 65px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 35px;
			line-height: 45px;
		}

	/*Blog*/

	.blog-banner-shade {
		background-size: 60% 130%;
	}

	.bb-wrap {
		padding: 200px 0px 140px 0px;
	}

	.bb-text {
		width: 55%;
	}

		.bb-text h2 {
			font-size: 80px;
			line-height: 90px;
		}

		.bb-text h3 {
			font-size: 35px;
			line-height: 55px;
		}

	.bb-signup h5 {
		font-size: 32px;
	}

	.sf-box input {
		height: 50px;
	}

	.blog-main {
		padding: 70px 0px 90px 0px;
	}

	.blog-lhs {
		width: 68%;
	}

	.blog-rhs {
		width: 29%;
		padding-top: 45px;
	}

	.blog-heading1 {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 40px;
	}

	.featured-story {
		margin-bottom: 100px;
	}

	.fs-image {
		height: 350px;
	}


	.fs-text h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.fs-text p {
		font-size: 18px;
		line-height: 32px;
	}

	.blog-heading2 {
		font-size: 50px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 80px 0px;
	}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 30px;
		padding: 0px 0px 20px 20px;
	}

	.widget-box {
		padding: 25px;
	}

	.sb-text {
		width: 78%;
	}

		.sb-text input {
			width: 100%;
			font-size: 17px;
		}

	.sb-button {
		width: 20%;
	}

		.sb-button input, .sb-button button {
			font-size: 17px;
		}

	.tag-list li {
		font-size: 17px;
		line-height: 17px;
	}

	/* Blog Article */

	.sub-title {
		padding-top: 180px;
	}

		.sub-title h1 {
			font-size: 78px;
			line-height: 88px;
		}

	.post-title {
		font-size: 37px;
		line-height: 57px;
	}

	.sub-text {
		font-size: 20px;
	}

		.sub-text p {
			font-size: 20px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.sub-text h5 {
			font-size: 24px;
			line-height: 34px;
		}

		.sub-text h2 {
			font-size: 52px;
			line-height: 62px;
		}

		.sub-text h4 {
			font-size: 35px;
			line-height: 45px;
		}

		.sub-text h6 {
			font-size: 21px;
			line-height: 31px;
		}


	.related .title h2 {
		font-size: 50px;
		line-height: 60px;
	}

	/*Text Based Page */


	.sub-text h1 {
		font-size: 78px;
		line-height: 88px;
	}

	.sub-text h3 {
		font-size: 38px;
		line-height: 58px;
		padding-bottom: 30px;
	}


	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 350px 0px 250px 0px;
	}

		.pnf-wrap h2 {
			font-size: 78px;
			line-height: 88px;
		}

		.pnf-wrap p {
			font-size: 32px;
			line-height: 42px;
		}
}



@media only screen and (max-width: 1700px) {

	.hm-rhs {
		font-size: 18px;
	}

	/*Home Page*/

	.home-banner-shade {
		background-size: 65% 100%;
	}

	.home-banner-wrap {
		padding: 190px 0px 110px 0px;
		min-height: 560px;
	}

	.banner-text {
		max-width: 900px;
	}

		.banner-text h2 {
			font-size: 72px;
			line-height: 80px;
		}

		.banner-text h3 {
			padding: 10px 15px 10px 15px;
			font-size: 35px;
			line-height: 35px;
		}

		.banner-text p {
			font-size: 18px;
			line-height: 30px;
		}

		.banner-text ul li {
			margin-right: 30px;
		}

	.book-a-call a {
		font-size: 19px;
	}

	.watch-video a {
		font-size: 18px;
	}

	.intro-wrap {
		padding: 80px 0px 80px 0px;
	}


	.solutions {
		padding: 80px 0px 50px 0px;
	}

	.sli-top h5 {
		bottom: -18px;
		font-size: 19px;
		line-height: 19px;
	}

	.technology-wrap {
		padding: 80px 0px 40px 0px;
	}

	.tl-item h2 {
		font-size: 31px;
		line-height: 31px;
	}

	.tl-item p {
		font-size: 17px;
		line-height: 25px;
	}

	.more-large {
		margin-left: -90px;
		bottom: 45px;
		width: 180px;
	}

	.industries {
		padding: 80px 0px 0px 0px;
	}

	.industry-list li {
		width: 23.5%;
		padding: 135px 35px 37px 35px;
	}

		.industry-list li figure {
			left: -12px;
			top: -62px;
			width: 249px;
			height: 173px;
		}

		.industry-list li p {
			font-size: 16px;
			line-height: 22px;
		}

	.case-study-wrap h4 {
		font-size: 34px;
	}

	.case-study-wrap h2 {
		font-size: 63px;
		line-height: 63px;
	}

	.case-study-wrap h3 {
		font-size: 43px;
		line-height: 43px;
		padding-bottom: 40px;
	}

	.case-study-wrap p {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 35px;
	}

	.more-case {
		font-size: 18px;
	}

	.news {
		padding: 80px 0px 50px 0px;
	}

	.news-list .news-list-image {
		height: 290px;
	}

	.news-text p {
		font-size: 16px;
		line-height: 26px;
		min-height: 136px;
		max-height: 136px;
	}

	/*Footer*/


	.git-form {
		width: 650px;
		padding: 45px 0px 60px 0px;
	}

		.git-form h2 {
			font-size: 50px;
			line-height: 65px;
		}


	/* Book A Demo */


	.book-a-demo-banner {
		padding: 120px 0px 70px 0px;
	}

	.badb-text {
		width: 49%;
	}

		.badb-text h2 {
			font-size: 75px;
			line-height: 85px;
		}

		.badb-text h3 {
			font-size: 35px;
			line-height: 55px;
		}

		.badb-text p {
			font-size: 18px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.badb-text h5 {
			font-size: 22px;
		}


	/* Business Apps */

	.sub-banner-shade {
		background-size: 75% 120%;
	}

	.sub-banner-text h2 {
		font-size: 75px;
		line-height: 85px;
	}

	.sub-banner-text h3 {
		font-size: 35px;
		line-height: 35px;
	}

	.sub-banner-text p {
		font-size: 17px;
		line-height: 30px;
		padding-bottom: 30px;
		max-width: 720px;
	}

	.two-col-wrap {
		padding: 70px 0px 80px 0px;
		-moz-column-gap: 4%;
		-webkit-column-gap: 4%;
		column-gap: 4%;
	}

		.two-col-wrap h2 {
			font-size: 63px;
			line-height: 63px;
		}

		.two-col-wrap h3 {
			font-size: 43px;
			line-height: 43px;
			padding-bottom: 40px;
		}

		.two-col-wrap p {
			font-size: 18px;
			line-height: 32px;
			padding-bottom: 30px;
		}

	.single-col {
		padding: 70px 0px 50px 0px;
	}

		.single-col h2 {
			font-size: 63px;
			line-height: 73px;
		}

		.single-col p {
			font-size: 23px;
			line-height: 43px;
			padding-bottom: 40px;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 53px;
		line-height: 60px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 33px;
		line-height: 40px;
	}

	.book a {
		height: 45px;
		line-height: 45px;
		padding: 0px 30px 0px 30px;
		font-size: 18px;
	}

	.two-col-with-title {
		padding: 70px 0px 50px 0px;
	}

		.two-col-with-title h2 {
			font-size: 53px;
			line-height: 63px;
		}


		.two-col-with-title ul li {
			font-size: 18px;
			line-height: 28px;
		}

		.two-col-with-title p {
			font-size: 18px;
			line-height: 32px;
			padding-bottom: 30px;
		}

	.read-more {
		font-size: 18px;
	}

	.message-thanks {
		width: 750px;
		height: 750px;
	}

		.message-thanks h2 {
			font-size: 50px;
			line-height: 70px;
		}

		.message-thanks p {
			font-size: 40px;
			line-height: 50px;
		}

	/*Specific solutions*/

	.why-trusted {
		padding: 50px 70px 30px 70px;
	}

		.why-trusted h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.why-trusted h3 {
			font-size: 45px;
			line-height: 55px;
		}

		.why-trusted p {
			font-size: 17px;
			line-height: 30px;
			padding-bottom: 35px;
		}

		.why-trusted h5 {
			font-size: 21px;
			line-height: 28px;
		}

	/*About Us*/

	.meet-the-team {
		padding: 70px 0px 60px 0px;
	}

		.meet-the-team h2 {
			font-size: 60px;
			line-height: 70px;
			padding-bottom: 50px;
		}

	.tn-wrap {
		height: 330px;
	}

	.tab-content h3 {
		font-size: 53px;
		line-height: 63px;
		padding-bottom: 10px;
	}

	.tab-content h4 {
		font-size: 33px;
		line-height: 43px;
		padding-bottom: 30px;
	}

	.tab-content p {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 30px;
	}

	.tab-content ul li {
		margin: 0px 55px 10px 0px;
		font-size: 19px;
	}


	.faq-list ul li.q {
		padding: 17px 0px 10px 90px;
		font-size: 30px;
		line-height: 38px;
	}

	.faq-list ul .q::before {
		left: 90px;
	}

	.faq-list ul li.q span {
		top: 9px;
		width: 50px;
		height: 50px;
		font-size: 29px;
		line-height: 50px;
	}

	.faq-list ul li.a {
		display: none;
		padding: 0px 0px 0px 90px;
	}

	.get-in-touch-sub {
		padding: 80px 0px 80px 0px;
	}

		.get-in-touch-sub .lhs {
			width: 48%;
		}

		.get-in-touch-sub .rhs h2 {
			font-size: 53px;
			line-height: 63px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 33px;
			line-height: 43px;
		}

	/*Blog*/

	.blog-banner-shade {
		background-size: 60% 130%;
	}

	.bb-wrap {
		padding: 190px 0px 110px 0px;
	}

	.bb-text {
		width: 55%;
	}

		.bb-text h2 {
			font-size: 75px;
			line-height: 85px;
		}

		.bb-text h3 {
			font-size: 33px;
			line-height: 53px;
		}

		.bb-text p {
			font-size: 17px;
			line-height: 32px;
			max-width: 750px;
		}

	.bb-signup h5 {
		font-size: 30px;
	}

	.sf-box input {
		height: 50px;
	}

	.blog-main {
		padding: 70px 0px 80px 0px;
	}

	.blog-heading1 {
		font-size: 48px;
		line-height: 58px;
		padding-bottom: 40px;
	}

	.fs-image {
		height: 340px;
	}

	.fs-text h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.blog-heading2 {
		font-size: 45px;
		line-height: 55px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 80px 0px;
	}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 30px;
		padding: 0px 0px 20px 20px;
	}

	.widget-box {
		padding: 22px;
	}

	.sb-text {
		width: 76%;
	}

	.sb-button {
		width: 22%;
	}


	/* Blog Article */

	.sub-title {
		padding-top: 180px;
	}

		.sub-title h1 {
			font-size: 75px;
			line-height: 85px;
		}

	.post-title {
		font-size: 35px;
		line-height: 55px;
	}

	.sub-text {
		font-size: 19px;
	}

		.sub-text p {
			font-size: 19px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.sub-text h5 {
			font-size: 24px;
			line-height: 34px;
		}

		.sub-text h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.sub-text h4 {
			font-size: 35px;
			line-height: 45px;
		}

		.sub-text h6 {
			font-size: 21px;
			line-height: 31px;
		}


	.related .title h2 {
		font-size: 48px;
		line-height: 58px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 210px 0px 80px 0px;
	}

	.sub-text h1 {
		font-size: 72px;
		line-height: 82px;
	}

	.sub-text h3 {
		font-size: 35px;
		line-height: 55px;
		padding-bottom: 30px;
	}


	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 340px 0px 240px 0px;
	}

		.pnf-wrap h2 {
			font-size: 75px;
			line-height: 85px;
		}

		.pnf-wrap p {
			font-size: 30px;
			line-height: 40px;
		}
}


@media only screen and (max-width: 1600px) {


	.header-main-wrap {
		padding-top: 12px;
	}

	.logo {
		padding-bottom: 10px;
	}

	.hm-rhs {
		margin: 0px 0px 12px auto;
	}

	.book-a-demo a {
		height: 50px;
		line-height: 50px;
	}

	.client-portal {
		margin-left: 30px;
	}

	/*Home Page*/

	.home-banner-shade {
		background-size: 70% 100%;
		background-position: left 100px;
	}

	.home-banner-wrap {
		padding: 180px 0px 70px 0px;
		min-height: 550px;
	}

	.banner-text {
		max-width: 880px;
	}

		.banner-text h2 {
			font-size: 70px;
			line-height: 80px;
		}

		.banner-text h3 {
			font-size: 30px;
			line-height: 30px;
			margin-bottom: 30px;
		}

		.banner-text p {
			font-size: 18px;
			line-height: 28px;
			max-width: 740px;
			letter-spacing: 1px;
		}

		.banner-text ul li {
			margin-right: 25px;
		}

	.book-a-call a {
		height: 50px;
		line-height: 50px;
		padding: 0px 30px 0px 30px;
		font-size: 18px;
	}

	.watch-video {
		padding-left: 26px;
	}

		.watch-video::before {
			width: 1px;
		}

		.watch-video a {
			padding-left: 75px;
			background-size: auto 50px;
			font-size: 18px;
		}

	.intro-wrap {
		padding: 70px 0px 60px 0px;
	}

		.intro-wrap .more {
			padding-top: 0px;
		}

	.solutions {
		padding: 70px 0px 40px 0px;
	}

	.title {
		padding-bottom: 30px;
		max-width: 90%;
	}

	.sli-top {
		height: 190px;
		margin-bottom: 35px;
	}

		.sli-top h5 {
			bottom: -18px;
			font-size: 17px;
			line-height: 17px;
			padding: 10px 15px 10px 12px;
		}

	.technology-wrap {
		padding: 70px 0px 40px 0px;
	}

		.technology-wrap .title {
			padding-bottom: 30px;
		}

	.tl-item {
		padding: 35px 24px 100px 24px;
	}

		.tl-item h2 {
			font-size: 30px;
			line-height: 30px;
			padding-bottom: 20px;
		}

		.tl-item p {
			font-size: 17px;
			line-height: 22px;
		}

	.more-large a {
		height: 45px;
		line-height: 45px;
		border: #003da5 solid 1px;
		font-size: 17px;
	}

	.industries {
		padding: 70px 0px 0px 0px;
	}

		.industries .title {
			padding-bottom: 0px;
		}


	.industry-list li {
		padding: 100px 28px 30px 28px;
	}

		.industry-list li figure {
			left: -10px;
			top: -62px;
			width: 229px;
			height: 143px;
		}

	.use-cases {
		padding: 70px 0px 40px 0px;
	}

		.use-cases h2 {
			font-size: 33px;
		}

	.case-study-wrap {
		padding: 70px 0px 50px 0px;
	}

		.case-study-wrap h4 {
			font-size: 34px;
		}

		.case-study-wrap h2 {
			font-size: 62px;
			line-height: 62px;
		}

		.case-study-wrap h3 {
			font-size: 41px;
			line-height: 50px;
		}

	.news {
		padding: 70px 0px 40px 0px;
	}

	.news-list .news-list-image {
		height: 280px;
	}

	.news-date {
		font-size: 18px;
		line-height: 18px;
	}

	.news-text {
		padding-top: 35px;
	}

	/*Footer*/

	.git-form h2 {
		font-size: 48px;
		line-height: 62px;
	}

	.s-box input {
		height: 50px;
	}

	.s-button input, .s-button button {
		padding: 0px 40px 0px 40px;
	}


	/* Book A Demo */


	.book-a-demo-banner {
		padding: 180px 0px 70px 0px;
	}

	.badb-text h2 {
		font-size: 73px;
		line-height: 83px;
	}

	.badb-text h3 {
		font-size: 33px;
		line-height: 53px;
	}

	.book-calender {
		width: 42%;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-size: 75% 120%;
		background-position: left 100px;
	}

	.sub-banner-text h2 {
		font-size: 75px;
		line-height: 85px;
	}

	.sub-banner-text h3 {
		font-size: 35px;
		line-height: 35px;
	}

	.sub-banner-text p {
		font-size: 17px;
		line-height: 30px;
		padding-bottom: 30px;
		max-width: 720px;
	}

	.two-col-wrap {
		padding: 70px 0px 80px 0px;
		-moz-column-gap: 4%;
		-webkit-column-gap: 4%;
		column-gap: 4%;
	}

		.two-col-wrap h2 {
			font-size: 63px;
			line-height: 63px;
		}

		.two-col-wrap h3 {
			font-size: 43px;
			line-height: 43px;
			padding-bottom: 40px;
		}

		.two-col-wrap p {
			font-size: 18px;
			line-height: 32px;
			padding-bottom: 30px;
		}

	.single-col {
		padding: 70px 0px 50px 0px;
	}

		.single-col h2 {
			font-size: 63px;
			line-height: 73px;
		}

		.single-col p {
			font-size: 23px;
			line-height: 43px;
			padding-bottom: 40px;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 53px;
		line-height: 60px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 33px;
		line-height: 40px;
	}

	.book a {
		height: 45px;
		line-height: 45px;
		padding: 0px 30px 0px 30px;
		font-size: 18px;
	}

	.two-col-with-title {
		padding: 70px 0px 50px 0px;
	}

		.two-col-with-title h2 {
			font-size: 53px;
			line-height: 63px;
		}


		.two-col-with-title ul li {
			font-size: 18px;
			line-height: 28px;
		}

		.two-col-with-title p {
			font-size: 18px;
			line-height: 32px;
			padding-bottom: 30px;
		}

	.read-more {
		font-size: 18px;
	}

	.message-thanks {
		width: 750px;
		height: 750px;
	}

		.message-thanks h2 {
			font-size: 50px;
			line-height: 70px;
		}

		.message-thanks p {
			font-size: 40px;
			line-height: 50px;
		}

	/*Specific solutions*/

	.why-trusted {
		padding: 50px 70px 30px 70px;
	}

		.why-trusted h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.why-trusted h3 {
			font-size: 45px;
			line-height: 55px;
		}

		.why-trusted p {
			font-size: 17px;
			line-height: 30px;
			padding-bottom: 35px;
		}

		.why-trusted h5 {
			font-size: 21px;
			line-height: 28px;
		}

	/*About Us*/

	.meet-the-team {
		padding: 70px 0px 60px 0px;
	}

		.meet-the-team h2 {
			font-size: 60px;
			line-height: 70px;
			padding-bottom: 50px;
		}

	.tn-wrap {
		height: 330px;
	}

	.tab-content h3 {
		font-size: 53px;
		line-height: 63px;
		padding-bottom: 10px;
	}

	.tab-content h4 {
		font-size: 33px;
		line-height: 43px;
		padding-bottom: 30px;
	}

	.tab-content p {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 30px;
	}

	.tab-content ul li {
		margin: 0px 55px 10px 0px;
		font-size: 19px;
	}


	.faq-list ul li.q {
		padding: 17px 0px 10px 90px;
		font-size: 30px;
		line-height: 38px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 50px;
			height: 50px;
			font-size: 29px;
			line-height: 50px;
		}

	.faq-list ul li.a {
		display: none;
		padding: 0px 0px 0px 90px;
	}

	.get-in-touch-sub {
		padding: 80px 0px 80px 0px;
	}

		.get-in-touch-sub .lhs {
			width: 48%;
		}

		.get-in-touch-sub .rhs h2 {
			font-size: 53px;
			line-height: 63px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 33px;
			line-height: 43px;
		}

	/*Blog*/

	.blog-banner-shade {
		background-size: 60% 130%;
	}

	.bb-wrap {
		padding: 190px 0px 110px 0px;
	}

	.bb-text {
		width: 55%;
	}

		.bb-text h2 {
			font-size: 75px;
			line-height: 85px;
		}

		.bb-text h3 {
			font-size: 33px;
			line-height: 53px;
		}

		.bb-text p {
			font-size: 17px;
			line-height: 32px;
			max-width: 750px;
		}

	.bb-signup h5 {
		font-size: 30px;
	}

	.sf-box input {
		height: 50px;
	}

	.blog-main {
		padding: 70px 0px 80px 0px;
	}

	.blog-heading1 {
		font-size: 48px;
		line-height: 58px;
		padding-bottom: 40px;
	}

	.fs-image {
		height: 340px;
	}

	.fs-text h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.blog-heading2 {
		font-size: 45px;
		line-height: 55px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 80px 0px;
	}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 30px;
		padding: 0px 0px 20px 20px;
	}

	.widget-box {
		padding: 22px;
	}

	.sb-text {
		width: 75%;
	}

	.sb-button {
		width: 23%;
	}

		.sb-button input, .sb-button button {
			font-size: 16px;
		}

	/* Blog Article */

	.sub-title {
		padding-top: 180px;
	}

		.sub-title h1 {
			font-size: 75px;
			line-height: 85px;
		}

	.post-title {
		font-size: 35px;
		line-height: 55px;
	}

	.sub-text {
		font-size: 19px;
	}

		.sub-text p {
			font-size: 19px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.sub-text h5 {
			font-size: 24px;
			line-height: 34px;
		}

		.sub-text h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.sub-text h4 {
			font-size: 35px;
			line-height: 45px;
		}

		.sub-text h6 {
			font-size: 21px;
			line-height: 31px;
		}


	.related .title h2 {
		font-size: 48px;
		line-height: 58px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 210px 0px 80px 0px;
	}

	.sub-text h1 {
		font-size: 72px;
		line-height: 82px;
	}

	.sub-text h3 {
		font-size: 35px;
		line-height: 55px;
		padding-bottom: 30px;
	}


	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 340px 0px 240px 0px;
	}

		.pnf-wrap h2 {
			font-size: 75px;
			line-height: 85px;
		}

		.pnf-wrap p {
			font-size: 30px;
			line-height: 40px;
		}
}


@media only screen and (max-width: 1500px) {


	/*Home Page*/


	.home-banner-wrap {
		padding: 180px 0px 70px 0px;
		min-height: 520px;
	}

	.banner-text {
		max-width: 840px;
	}

		.banner-text h2 {
			font-size: 68px;
			line-height: 78px;
		}

		.banner-text h3 {
			font-size: 29px;
			line-height: 29px;
		}

		.banner-text p {
			max-width: 720px;
		}


	.intro-wrap {
		padding: 60px 0px 60px 0px;
	}


	.solutions {
		padding: 60px 0px 40px 0px;
	}


	.sli-top {
		height: 180px;
		margin-bottom: 35px;
	}

		.sli-top h5 {
			font-size: 16px;
			line-height: 16px;
		}

	.sl-item p {
		line-height: 23px;
		min-height: 72px;
	}

	.technology-wrap {
		padding: 60px 0px 30px 0px;
	}

		.technology-wrap .title {
			padding-bottom: 30px;
		}

	.tl-item {
		padding: 35px 24px 100px 24px;
	}

		.tl-item h2 {
			font-size: 29px;
		}

	.more-large {
		width: 170px;
	}

	.industries {
		padding: 60px 0px 0px 0px;
	}


	.industry-list li {
		padding: 100px 25px 30px 25px;
		background-size: 60px auto;
	}

		.industry-list li figure {
			left: -10px;
			top: -62px;
			width: 220px;
			height: 140px;
		}

	.use-cases {
		padding: 60px 0px 40px 0px;
	}

		.use-cases h2 {
			font-size: 32px;
		}

	.case-study-wrap h4 {
		font-size: 33px;
	}

	.case-study-wrap h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.case-study-wrap h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.news {
		padding: 60px 0px 40px 0px;
	}

	.news-list .news-list-image {
		height: 260px;
	}

	.news-date {
		font-size: 18px;
		line-height: 18px;
	}

	/*Footer*/

	.git-form {
		width: 600px;
		padding: 40px 0px 50px 0px;
	}

		.git-form h2 {
			font-size: 45px;
			line-height: 55px;
		}

	.footer-links {
		width: 290px;
	}

	/* Book A Demo */


	.book-a-demo-banner {
		padding: 170px 0px 50px 0px;
	}

	.badb-text h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.badb-text h3 {
		font-size: 32px;
		line-height: 45px;
	}

	.badb-text h5 {
		font-size: 23px;
		line-height: 28px;
	}

	.badb-text p {
		font-size: 18px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.badb-text ul li {
		line-height: 28px;
		padding: 1px 0px 10px 38px;
		background-position: left 3px;
	}

	.book-calender {
		width: 45%;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-size: 77% 120%;
	}

	.sub-banner-wrap {
		padding: 150px 0px 40px 0px;
		min-height: 250px;
	}

	.sub-banner-text h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.sub-banner-text h3 {
		font-size: 32px;
		line-height: 35px;
	}

	.sub-banner-text p {
		font-size: 17px;
		line-height: 28px;
		padding-bottom: 20px;
		max-width: 700px;
	}

	.two-col-wrap {
		padding: 60px 0px 70px 0px;
	}

		.two-col-wrap h2 {
			font-size: 60px;
			line-height: 63px;
		}

		.two-col-wrap h3 {
			font-size: 40px;
			line-height: 43px;
			padding-bottom: 30px;
		}

		.two-col-wrap p {
			font-size: 18px;
			line-height: 30px;
			padding-bottom: 30px;
		}

	.single-col {
		padding: 60px 0px 40px 0px;
		max-width: 80%;
	}

		.single-col h2 {
			font-size: 60px;
			line-height: 70px;
		}

		.single-col p {
			font-size: 21px;
			line-height: 35px;
			padding-bottom: 40px;
		}

	.iwt-wrap .text-content {
		width: 49%;
	}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 50px;
		line-height: 58px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.iwt-wrap p {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 30px;
	}

	.two-col-with-title {
		padding: 60px 0px 40px 0px;
	}

		.two-col-with-title h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.two-col-with-title ul li {
			font-size: 18px;
			line-height: 28px;
		}

		.two-col-with-title p {
			font-size: 18px;
			line-height: 28px;
			padding-bottom: 30px;
		}

	.read-more {
		padding-top: 0px;
	}

	.read-more {
		font-size: 18px;
	}

	.message-thanks {
		width: 650px;
		height: 650px;
	}

		.message-thanks h2 {
			font-size: 48px;
			line-height: 58px;
		}

		.message-thanks p {
			font-size: 35px;
			line-height: 40px;
		}

	/*Specific solutions  */

	.why-trusted {
		padding: 50px 60px 30px 60px;
	}

		.why-trusted h2 {
			font-size: 45px;
			line-height: 50px;
		}

		.why-trusted h3 {
			font-size: 40px;
			line-height: 45px;
		}

		.why-trusted p {
			font-size: 17px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.why-trusted h5 {
			font-size: 20px;
			line-height: 28px;
		}

	/*About Us*/

	.meet-the-team {
		padding: 60px 0px 60px 0px;
	}

		.meet-the-team h2 {
			font-size: 55px;
			line-height: 65px;
			padding-bottom: 40px;
		}

	.tn-wrap {
		height: 320px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 23px;
		}

	.tab-content h3 {
		font-size: 50px;
		line-height: 60px;
	}

	.tab-content h4 {
		font-size: 31px;
		line-height: 41px;
		padding-bottom: 30px;
	}

	.tab-content p {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 28px;
	}

	.tab-content ul li {
		margin: 0px 50px 10px 0px;
		font-size: 18px;
	}

	.faq-list ul .q::before {
		left: 80px;
	}

	.faq-list ul li.q {
		padding: 17px 0px 10px 80px;
		font-size: 28px;
		line-height: 36px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 48px;
			height: 48px;
			font-size: 28px;
			line-height: 48px;
		}

	.faq-list ul li.a {
		display: none;
		padding: 0px 0px 0px 80px;
	}

	.get-in-touch-sub {
		padding: 70px 0px 60px 0px;
	}

		.get-in-touch-sub .rhs h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 32px;
			line-height: 42px;
		}

	/*Blog*/

	.blog-banner-shade {
		background-size: 60% 130%;
	}

	.bb-wrap {
		padding: 170px 0px 90px 0px;
	}

	.bb-text h2 {
		font-size: 65px;
		line-height: 72px;
	}

	.bb-text h3 {
		font-size: 30px;
		line-height: 45px;
	}

	.bb-text p {
		font-size: 17px;
		line-height: 30px;
		max-width: 720px;
	}

	.bb-signup h5 {
		font-size: 30px;
	}

	.blog-main {
		padding: 60px 0px 70px 0px;
	}

	.blog-heading1 {
		font-size: 45px;
		line-height: 55px;
		padding-bottom: 40px;
	}

	.fs-image {
		height: 320px;
	}

	.fs-text h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.blog-heading2 {
		font-size: 42px;
		line-height: 52px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 70px 0px;
	}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 28px;
		padding: 0px 0px 15px 10px;
	}

	.widget-box {
		padding: 18px;
	}

	.sb-text {
		width: 75%;
	}

		.sb-text input {
			font-size: 16px;
		}

	.sb-button input, .sb-button button {
		font-size: 15px;
	}

	.tag-list li {
		font-size: 16px;
		line-height: 17px;
	}

		.tag-list li a {
			padding: 7px 12px 10px 12px;
		}


	/* Blog Article */

	.sub-title {
		padding-top: 160px;
	}

		.sub-title h1 {
			font-size: 70px;
			line-height: 80px;
		}

	.post-title {
		font-size: 34px;
		line-height: 44px;
	}

	.sub-text {
		font-size: 19px;
	}

		.sub-text p {
			font-size: 19px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.sub-text h5 {
			font-size: 23px;
			line-height: 33px;
		}

		.sub-text h2 {
			font-size: 48px;
			line-height: 58px;
		}

		.sub-text h4 {
			font-size: 34px;
			line-height: 44px;
		}

		.sub-text h6 {
			font-size: 20px;
			line-height: 30px;
		}


	.related .title h2 {
		font-size: 45px;
		line-height: 55px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 200px 0px 70px 0px;
	}

	.sub-text h1 {
		font-size: 70px;
		line-height: 80px;
		padding-bottom: 15px;
	}

	.sub-text h3 {
		font-size: 32px;
		line-height: 52px;
		padding-bottom: 30px;
	}


	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 300px 0px 200px 0px;
	}

		.pnf-wrap h2 {
			font-size: 72px;
			line-height: 82px;
		}

		.pnf-wrap p {
			font-size: 26px;
			line-height: 36px;
		}
}



@media only screen and (max-width: 1400px) {


	/*Home Page*/


	.home-banner-wrap {
		padding: 160px 0px 50px 0px;
		min-height: 500px;
	}

	.banner-text {
		max-width: 800px;
	}

		.banner-text h2 {
			font-size: 64px;
			line-height: 70px;
		}

		.banner-text h3 {
			font-size: 28px;
			line-height: 28px;
			margin-bottom: 20px;
		}

		.banner-text p {
			max-width: 700px;
		}

	.intro-wrap {
		padding: 60px 0px 50px 0px;
	}

	.solutions {
		padding: 60px 0px 20px 0px;
	}

	.title h2 {
		font-size: 33px;
		line-height: 43px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.sli-top {
		height: 175px;
		margin-bottom: 35px;
	}

		.sli-top h5 {
			font-size: 15px;
			line-height: 16px;
		}

	.technology-wrap .title {
		padding-bottom: 20px;
	}

	.tl-item {
		padding: 35px 24px 90px 24px;
	}

		.tl-item h2 {
			font-size: 28px;
		}

	.more-large {
		bottom: 35px;
	}

		.more-large a {
			height: 42px;
			line-height: 42px;
			font-size: 16px;
		}


	.industry-list li {
		padding: 90px 22px 30px 22px;
		background-size: 50px auto;
	}

		.industry-list li figure {
			left: -10px;
			top: -60px;
			width: 210px;
			height: 130px;
		}

		.industry-list li h2 {
			font-size: 20px;
			padding-bottom: 15px;
		}

	.cta {
		font-size: 15px;
	}

	.use-cases {
		padding: 60px 0px 30px 0px;
	}

		.use-cases h2 {
			font-size: 31px;
		}

		.use-cases ul li p {
			font-size: 17px;
			line-height: 22px;
		}

		.use-cases ul li div {
			font-size: 16px;
		}

	.case-study-wrap h4 {
		font-size: 32px;
		padding-bottom: 15px;
	}

	.case-study-wrap h2 {
		font-size: 58px;
		line-height: 60px;
	}

	.case-study-wrap h3 {
		font-size: 38px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	.news {
		padding: 60px 0px 30px 0px;
	}

	.news-list .news-list-image {
		height: 250px;
	}

	.news-date {
		font-size: 17px;
		line-height: 17px;
	}

	/*Footer*/

	.git-form {
		width: 550px;
		padding: 30px 0px 40px 0px;
	}

		.git-form h2 {
			font-size: 42px;
			line-height: 50px;
		}


	.footer-top {
		padding: 60px 0px 50px 0px;
		font-size: 16px;
		line-height: 22px;
	}

		.footer-top::after {
			top: 150px;
		}

	.ft-subscribe {
		width: 23%;
	}

	.ft-logo {
		padding-bottom: 50px;
	}

	.s-box input {
		height: 45px;
	}

	.s-button input, .s-button button {
		height: 45px;
		padding: 0px 42px 0px 42px;
		font-size: 18px;
	}

	.subscribe-thanks h4 {
		font-size: 18px;
	}

	.subscribe-thanks p {
		font-size: 16px;
		line-height: 26px;
	}

	.footer-top h2 {
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 80px;
	}

	.footer-links {
		padding-top: 30px;
		width: 22%;
	}

		.footer-links ul li {
			padding-bottom: 15px;
		}

	.ft-contact {
		padding-top: 30px;
		width: 22%;
	}

		.ft-contact p {
			line-height: 25px;
			padding-bottom: 25px;
		}

		.ft-contact ul li {
			margin-right: 20px;
		}

	.footer-bottom p {
		font-size: 16px;
		line-height: 26px;
	}


	/* Book A Demo */


	.book-a-demo-banner {
		padding: 160px 0px 40px 0px;
	}

	.badb-text h2 {
		font-size: 68px;
		line-height: 78px;
	}

	.badb-text h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.badb-text h5 {
		font-size: 22px;
		line-height: 27px;
	}

	.badb-text p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.badb-text ul li {
		font-size: 17px;
		line-height: 27px;
	}

	.book-calender {
		width: 45%;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-size: 77% 120%;
	}

	.sub-banner-wrap {
		padding: 140px 0px 30px 0px;
		min-height: 230px;
	}

	.sub-banner-text h2 {
		font-size: 68px;
		line-height: 78px;
	}

	.sub-banner-text h3 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.sub-banner-text p {
		font-size: 17px;
		line-height: 27px;
		max-width: 700px;
	}

	.two-col-wrap {
		padding: 60px 0px 70px 0px;
	}

		.two-col-wrap h2 {
			font-size: 58px;
			line-height: 63px;
		}

		.two-col-wrap h3 {
			font-size: 38px;
			line-height: 42px;
			padding-bottom: 20px;
		}

		.two-col-wrap p {
			font-size: 17px;
			line-height: 27px;
			padding-bottom: 25px;
		}

	.single-col {
		padding: 50px 0px 40px 0px;
		max-width: 80%;
	}

		.single-col h2 {
			font-size: 58px;
			line-height: 68px;
		}

		.single-col p {
			font-size: 20px;
			line-height: 30px;
			padding-bottom: 30px;
		}

		.single-col h5 {
			font-size: 20px;
			line-height: 30px;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 48px;
		line-height: 55px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 28px;
		line-height: 38px;
	}

	.iwt-wrap p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 25px;
	}

	.book a {
		height: 45px;
		line-height: 45px;
		padding: 0px 25px 0px 25px;
		font-size: 17px;
	}

	.two-col-with-title h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.two-col-with-title ul li {
		font-size: 17px;
		line-height: 27px;
	}

	.two-col-with-title p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 25px;
	}

	.two-col-with-title h5 {
		font-size: 19px;
		line-height: 28px;
		padding-bottom: 25px;
	}

	.read-more {
		font-size: 17px;
	}

	.message-thanks {
		width: 620px;
		height: 620px;
	}

		.message-thanks h2 {
			font-size: 47px;
			line-height: 57px;
		}

		.message-thanks p {
			font-size: 32px;
			line-height: 40px;
		}

	/*Specific solutions  */

	.why-trusted {
		padding: 40px 50px 30px 50px;
	}

		.why-trusted h2 {
			font-size: 42px;
			line-height: 50px;
		}

		.why-trusted h3 {
			font-size: 38px;
			line-height: 45px;
		}

		.why-trusted p {
			font-size: 17px;
			line-height: 29px;
			padding-bottom: 25px;
		}

		.why-trusted h5 {
			font-size: 19px;
			line-height: 26px;
		}

		.why-trusted .tc-content {
			-moz-column-gap: 5%;
			-webkit-column-gap: 5%;
			column-gap: 5%;
		}

	/*About Us*/

	.meet-the-team {
		padding: 60px 0px 50px 0px;
	}

		.meet-the-team h2 {
			font-size: 53px;
			line-height: 63px;
			padding-bottom: 40px;
		}

	.tn-wrap {
		height: 310px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 22px;
		}

	.tab-content h3 {
		font-size: 48px;
		line-height: 58px;
	}

	.tab-nav {
		padding-bottom: 25px;
	}

	.tab-content h4 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 25px;
	}

	.tab-content p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 25px;
	}

	.tab-content ul li {
		margin: 0px 30px 15px 0px;
		font-size: 17px;
	}

	.faq-list ul .q::before {
		left: 70px;
	}

	.faq-list ul li.q {
		padding: 17px 0px 10px 70px;
		font-size: 26px;
		line-height: 34px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 45px;
			height: 45px;
			font-size: 26px;
			line-height: 45px;
		}

	.faq-list ul li.a {
		padding: 0px 0px 0px 70px;
	}

		.faq-list ul li.a p {
			font-size: 17px;
			line-height: 27px;
		}

	.get-in-touch-sub {
		padding: 50px 0px 40px 0px;
	}

	.git-form-sub {
		padding: 45px 40px 45px 40px;
	}

	.get-in-touch-sub .rhs h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 31px;
		line-height: 41px;
	}

	.get-in-touch-sub .rhs p {
		font-size: 17px;
		line-height: 27px;
	}

	.error-message {
		margin-bottom: 20px;
		padding: 30px 15px 25px 80px;
		font-size: 17px;
		line-height: 27px;
		background-position: 20px 20px;
		background-size: 40px auto;
	}

	.git-button input, .git-button button {
		font-size: 18px;
	}

	.or {
		margin-left: 20px;
		font-size: 18px;
	}

	/*Blog*/

	.blog-banner-shade {
		background-size: 56% 120%;
	}

	.bb-wrap {
		padding: 150px 0px 60px 0px;
	}

	.bb-text h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.bb-text h3 {
		font-size: 29px;
		line-height: 44px;
	}

	.bb-text p {
		font-size: 17px;
		line-height: 27px;
		max-width: 700px;
	}

	.bb-signup h5 {
		font-size: 29px;
	}

	.blog-main {
		padding: 50px 0px 60px 0px;
	}

	.blog-heading1 {
		font-size: 42px;
		line-height: 52px;
		padding-bottom: 30px;
	}

	.featured-story {
		margin-bottom: 70px;
	}

	.fs-image {
		height: 310px;
	}

	.fs-text h2 {
		font-size: 23px;
		line-height: 33px;
	}

	.blog-heading2 {
		font-size: 40px;
		line-height: 50px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 60px 0px;
	}

	.pagination {
		font-size: 17px;
		line-height: 21px;
	}

		.pagination select {
			font-size: 17px;
		}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 26px;
		padding: 0px 0px 12px 10px;
	}

	.widget-box {
		padding: 15px;
	}

	.search-wrap {
		display: inherit;
	}

	.sb-text {
		width: 100%;
		margin-bottom: 10px;
	}

		.sb-text input {
			height: 45px;
			font-size: 16px;
		}

	.sb-button {
		width: 100%;
	}

		.sb-button input, .sb-button button {
			height: 45px;
			padding: 0px 12px 0px 12px;
			font-size: 15px;
			width: 100%;
		}

	/* Blog Article */

	.sub-title h1 {
		font-size: 66px;
		line-height: 76px;
	}

	.post-title {
		font-size: 33px;
		line-height: 43px;
	}

	.post-image-large {
		max-height: 620px;
	}

	.sub-text {
		font-size: 18px;
	}

		.sub-text p {
			font-size: 18px;
			line-height: 28px;
			padding-bottom: 28px;
		}

		.sub-text h5 {
			font-size: 22px;
			line-height: 32px;
		}

		.sub-text h2 {
			font-size: 45px;
			line-height: 55px;
		}

		.sub-text h4 {
			font-size: 30px;
			line-height: 40px;
		}

		.sub-text h6 {
			font-size: 19px;
			line-height: 29px;
		}


	.related .title h2 {
		font-size: 42px;
		line-height: 52px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 170px 0px 60px 0px;
	}

	.sub-text h1 {
		font-size: 65px;
		line-height: 75px;
		padding-bottom: 15px;
	}

	.sub-text h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 25px;
	}

	.sub-text ol li {
		padding-bottom: 20px;
		line-height: 28px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 290px 0px 180px 0px;
	}

		.pnf-wrap h2 {
			font-size: 70px;
			line-height: 80px;
		}

		.pnf-wrap p {
			font-size: 24px;
			line-height: 34px;
		}
}


@media only screen and (max-width: 1300px) {


	/*Home Page*/


	.home-banner-wrap {
		padding: 150px 0px 40px 0px;
		min-height: inherit;
	}

	.banner-text {
		max-width: 750px;
	}

		.banner-text h2 {
			font-size: 60px;
			line-height: 65px;
		}

		.banner-text h3 {
			font-size: 27px;
			line-height: 27px;
		}

		.banner-text p {
			max-width: 650px;
		}

	.book-a-call a {
		height: 45px;
		line-height: 45px;
		padding: 0px 25px 0px 25px;
		font-size: 17px;
	}

	.watch-video a {
		padding-left: 65px;
		background-size: auto 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.intro-wrap {
		padding: 50px 0px 40px 0px;
	}


	.solutions {
		padding: 50px 0px 20px 0px;
	}

	.title h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 29px;
		line-height: 39px;
		padding-bottom: 15px;
	}

	.sli-top {
		height: 170px;
		margin-bottom: 35px;
	}

		.sli-top h5 {
			font-size: 15px;
			line-height: 16px;
		}

	.technology-wrap .title {
		padding-bottom: 30px;
	}

	.tl-item {
		padding: 30px 20px 90px 20px;
	}

		.tl-item figure {
			height: 120px;
		}


		.tl-item h2 {
			font-size: 27px;
		}

	.more-large {
		bottom: 32px;
		width: 140px;
		margin-left: -70px;
	}

		.more-large a {
			height: 42px;
			line-height: 42px;
			font-size: 16px;
		}


	.industry-list {
		margin-left: -2%;
		padding-top: 25px;
		flex-wrap: wrap;
	}

		.industry-list li {
			width: 48%;
			margin: 65px 0px 35px 2%;
			padding: 125px 38px 37px 38px;
			background-position: 91% 35px;
			background-size: 60px;
		}

			.industry-list li figure {
				left: -10px;
				top: -60px;
				width: 229px;
				height: 155px;
			}

	.use-cases {
		padding: 50px 0px 30px 0px;
	}

		.use-cases h2 {
			font-size: 30px;
		}

		.use-cases ul li {
			width: 47%;
			padding-left: 50px;
		}

			.use-cases ul li p {
				font-size: 17px;
				line-height: 22px;
			}

	.case-study-wrap h4 {
		font-size: 30px;
		padding-bottom: 15px;
	}

	.case-study-wrap h2 {
		font-size: 57px;
		line-height: 60px;
	}

	.case-study-wrap h3 {
		font-size: 36px;
		line-height: 46px;
	}

	.more-case a {
		padding: 7px 0px 7px 42px;
	}

	.news {
		padding: 50px 0px 30px 0px;
	}

	.news-list .news-list-image {
		height: 230px;
	}

	.news-date {
		font-size: 16px;
		line-height: 16px;
	}

	/*Footer*/

	.git-form {
		width: 530px;
		padding: 30px 0px 30px 0px;
	}

		.git-form h2 {
			font-size: 40px;
			line-height: 50px;
		}

	.git-box input {
		height: 48px;
		font-size: 18px;
	}

	.git-box textarea {
		font-size: 18px;
	}

	.ft-subscribe {
		width: 25%;
	}

	.footer-links {
		width: 20%;
	}

	.s-button input, .s-button button {
		padding: 0px 30px 0px 30px;
		font-size: 17px;
	}

	/* Book A Demo */


	.badb-text h2 {
		font-size: 65px;
		line-height: 75px;
	}

	.badb-text h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.badb-text h5 {
		font-size: 22px;
		line-height: 27px;
	}

	.badb-text p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.badb-text ul li {
		font-size: 17px;
		line-height: 27px;
	}

	.book-calender {
		width: 45%;
		padding: 20px;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-size: 78% 120%;
	}

	.sub-banner-wrap {
		padding: 135px 0px 30px 0px;
		min-height: 220px;
	}

	.sub-banner-text h2 {
		font-size: 64px;
		line-height: 74px;
	}

	.sub-banner-text h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.sub-banner-text p {
		max-width: 700px;
	}

	.two-col-wrap {
		padding: 50px 0px 60px 0px;
	}

		.two-col-wrap h2 {
			font-size: 56px;
			line-height: 62px;
		}

		.two-col-wrap h3 {
			font-size: 36px;
			line-height: 42px;
		}

	.single-col {
		max-width: 90%;
	}

		.single-col h2 {
			font-size: 55px;
			line-height: 65px;
		}

		.single-col p {
			font-size: 19px;
			line-height: 29px;
			padding-bottom: 25px;
		}

		.single-col h5 {
			font-size: 19px;
			line-height: 29px;
			padding-bottom: 20px;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 46px;
		line-height: 52px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 27px;
		line-height: 37px;
	}

	.iwt-wrap p {
		padding-bottom: 22px;
	}

	.two-col-with-title h2 {
		font-size: 46px;
		line-height: 56px;
	}

	.two-col-with-title h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.message-thanks {
		width: 600px;
		height: 600px;
	}

		.message-thanks h2 {
			font-size: 45px;
			line-height: 55px;
		}

		.message-thanks p {
			font-size: 30px;
			line-height: 40px;
		}

	/*Specific solutions  */

	.why-trusted {
		padding: 40px 40px 30px 40px;
	}

		.why-trusted h2 {
			font-size: 40px;
			line-height: 50px;
		}

		.why-trusted h3 {
			font-size: 36px;
			line-height: 43px;
		}

	/*About Us*/

	.meet-the-team {
		padding: 50px 0px 50px 0px;
	}

		.meet-the-team h2 {
			font-size: 50px;
			line-height: 60px;
			padding-bottom: 40px;
		}

	.tn-wrap {
		height: 300px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 21px;
		}

		.tn-wrap .tn-name p {
			font-size: 17px;
			line-height: 22px;
		}

	.tab-content h3 {
		font-size: 45px;
		line-height: 55px;
	}

	.tab-nav {
		padding-bottom: 25px;
	}

	.tab-content h4 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 25px;
	}

	.tab-content p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.tab-content ul li {
		margin: 0px 30px 15px 0px;
		font-size: 17px;
	}

	.faq-list ul .q::before {
		left: 70px;
	}

	.faq-list ul li.q {
		padding: 17px 0px 10px 70px;
		font-size: 24px;
		line-height: 32px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 42px;
			height: 42px;
			font-size: 24px;
			line-height: 42px;
		}

	.faq-list ul li.a {
		padding: 0px 0px 0px 70px;
	}

	.git-form-sub {
		padding: 40px;
	}

		.git-form-sub .git-row {
			display: inherit;
		}

	.git-box {
		padding-bottom: 20px;
	}

	.git-form-sub .git-row .git-col {
		width: 100%;
	}

	.get-in-touch-sub .rhs h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 28px;
		line-height: 38px;
	}

	/*Blog*/

	.blog-banner-shade {
		background-size: 56% 120%;
	}

	.bb-wrap {
		padding: 140px 0px 50px 0px;
	}

	.bb-text h2 {
		font-size: 55px;
		line-height: 65px;
		padding-bottom: 20px;
	}

	.bb-text h3 {
		font-size: 27px;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.bb-text p {
		max-width: 650px;
	}

	.bb-signup {
		width: 40%;
	}

		.bb-signup h5 {
			font-size: 26px;
		}

	.blog-heading1 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}

	.featured-story {
		margin-bottom: 60px;
	}

	.fs-image {
		height: 300px;
	}

	.fs-text h2 {
		font-size: 23px;
		line-height: 33px;
		padding-bottom: 10px;
	}

	.fs-text p {
		font-size: 17px;
		line-height: 27px;
	}

	.blog-heading2 {
		font-size: 40px;
		line-height: 50px;
	}

	.post-page .news-list ul li {
		width: 47.5%;
		margin: 0px 0px 60px 0px;
	}

	.more a {
		font-size: 15px;
	}

	/* Blog Rhs */

	.single-widget h2 {
		font-size: 25px;
		padding: 0px 0px 12px 0px;
	}

	.widget-box {
		padding: 15px;
	}



	/* Blog Article */

	.sub-title h1 {
		font-size: 60px;
		line-height: 70px;
	}

	.post-title {
		font-size: 32px;
		line-height: 42px;
	}

	.post-image-large {
		max-height: 600px;
	}

	.sub-text {
		font-size: 17px;
		color: #000;
	}

		.sub-text p {
			font-size: 17px;
			line-height: 27px;
			padding-bottom: 25px;
		}

		.sub-text h5 {
			font-size: 21px;
			line-height: 31px;
		}

		.sub-text h2 {
			font-size: 42px;
			line-height: 52px;
		}

		.sub-text h4 {
			font-size: 27px;
			line-height: 37px;
		}

		.sub-text h6 {
			font-size: 18px;
			line-height: 28px;
		}


	.related .title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 160px 0px 60px 0px;
	}

	.sub-text h1 {
		font-size: 60px;
		line-height: 70px;
	}

	.sub-text h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 25px;
	}

	.sub-text ol li {
		padding-bottom: 20px;
		line-height: 27px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 280px 0px 170px 0px;
	}

		.pnf-wrap h2 {
			font-size: 60px;
			line-height: 70px;
		}

		.pnf-wrap p {
			font-size: 22px;
			line-height: 32px;
		}
}


@media only screen and (max-width: 1200px) {

	.header {
		position: absolute;
	}

	.hm-rhs {
		margin: 0px 70px 15px auto;
	}


	/* Sticky Header */

	.sticky_header .header-main {
		background-color: rgba(0, 0, 0, 0.35);
	}

	/*Home Page*/


	.home-banner-wrap {
		padding: 140px 0px 40px 0px;
	}

	.banner-text {
		max-width: 650px;
	}

		.banner-text h2 {
			font-size: 50px;
			line-height: 55px;
		}

		.banner-text h3 {
			font-size: 25px;
			line-height: 25px;
		}

		.banner-text p {
			max-width: 600px;
			font-size: 17px;
			line-height: 27px;
			letter-spacing: 0px;
		}

	.intro-wrap {
		display: inherit;
		overflow: hidden;
	}

		.intro-wrap .lhs {
			float: left;
			width: 40%;
			margin: 0px 30px 20px 0px;
		}

			.intro-wrap .lhs img {
				-webkit-border-radius: 30px;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius: 30px;
				-moz-border-radius-bottomleft: 0;
				border-radius: 30px;
				border-bottom-left-radius: 0;
			}


		.intro-wrap .rhs {
			width: auto;
		}


			.intro-wrap .rhs p {
				font-size: 17px;
				line-height: 27px;
				padding-bottom: 20px;
			}

		.intro-wrap .more {
			text-align: right;
		}

	.solutions {
		padding: 40px 0px 20px 0px;
	}

	.title h2 {
		font-size: 31px;
		line-height: 41px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 28px;
		line-height: 38px;
	}

	.sli-top {
		height: 160px;
		margin-bottom: 35px;
	}

		.sli-top h5 {
			font-size: 14px;
			line-height: 15px;
		}

	.technology-wrap .title {
		padding-bottom: 20px;
	}

	.tl-item {
		padding: 30px 20px 80px 20px;
	}

		.tl-item h2 {
			font-size: 25px;
		}

	.industry-list {
		padding-top: 25px;
	}

		.industry-list li {
			padding: 105px 30px 30px 30px;
		}

			.industry-list li figure {
				left: -10px;
				top: -60px;
				width: 200px;
				height: 141px;
			}

			.industry-list li h2 {
				font-size: 19px;
			}

	.use-cases {
		padding: 50px 0px 20px 0px;
	}

	.case-study-wrap h2 {
		font-size: 50px;
		line-height: 58px;
	}

	.case-study-wrap h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.case-study-wrap figure img {
		-webkit-border-radius: 35px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 35px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 35px;
		border-bottom-left-radius: 0;
	}


	.news {
		padding: 40px 0px 40px 0px;
	}

	.news-list .news-list-image {
		height: 210px;
	}

	.news-list-image figure {
		-webkit-border-radius: 35px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 35px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 35px;
		border-bottom-left-radius: 0;
	}

	/*Footer*/

	.git-shade {
		background-image: none;
	}

	.git-wrap .rhs {
		width: 50%;
	}

	.git-form {
		width: auto;
		padding: 20px 0px 20px 0px;
	}

	.footer-top {
		padding: 50px 0px 40px 0px;
	}

	.ft-subscribe {
		width: 24%;
	}

	.footer-links {
		width: 21%;
	}

	/* Book A Demo */

	.header-white .header-main-wrap {
		padding-top: 12px;
	}

	.header-white .sticky_header .header-main-wrap {
		padding-top: 12px;
	}

	.header-white .sticky_header .header-main {
		border-bottom: none;
	}

	.book-a-demo-banner {
		padding: 130px 0px 40px 0px;
	}

	.badb-text h2 {
		font-size: 60px;
		line-height: 70px;
		padding-bottom: 10px;
	}

	.badb-text h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.badb-text h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.badb-text p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.book-calender {
		width: 47%;
	}

	/* Business Apps */

	.sub-banner-shade {
		background-image: none;
	}

	.sub-banner-text h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.sub-banner-text h3 {
		font-size: 27px;
	}

	.two-col-wrap h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.two-col-wrap h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.single-col h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.single-col p {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.single-col h5 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.iwt-wrap {
		padding: 40px 0px 40px 0px;
		display: inherit;
	}

		.iwt-wrap .image {
			float: left;
			width: 40%;
			margin: 0px 30px 20px 0px;
		}

			.iwt-wrap .image img {
				-webkit-border-radius: 35px;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius: 35px;
				-moz-border-radius-bottomleft: 0;
				border-radius: 35px;
				border-bottom-left-radius: 0;
			}

		.iwt-wrap .text-content {
			width: auto;
		}

		.iwt-wrap h2, .intro-wrap .rhs h2 {
			font-size: 50px;
			line-height: 55px;
			max-width: inherit;
		}

		.iwt-wrap h3, .intro-wrap .rhs h5 {
			font-size: 32px;
			line-height: 42px;
		}

	.book {
		text-align: right;
	}

		.book a {
			height: 45px;
			line-height: 45px;
			padding: 0px 20px 0px 20px;
			font-size: 16px;
		}

	.two-col-with-title h2 {
		font-size: 44px;
		line-height: 54px;
	}

	.two-col-with-title h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.message-thanks {
		width: 500px;
		height: 500px;
		float: right;
	}

		.message-thanks h2 {
			font-size: 40px;
			line-height: 50px;
			max-width: 80%;
			margin: 0 auto;
		}

		.message-thanks p {
			font-size: 25px;
			line-height: 35px;
		}

	/*Specific solutions  */

	.why-trusted h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.why-trusted h3 {
		font-size: 32px;
		line-height: 40px;
	}

	/*About Us */

	.meet-the-team h2 {
		font-size: 45px;
		line-height: 55px;
		padding-bottom: 40px;
	}

	.tn-wrap {
		height: 280px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 20px;
		}

		.tn-wrap .tn-name p {
			font-size: 16px;
			line-height: 21px;
		}

	.tab-content h3 {
		font-size: 42px;
		line-height: 52px;
	}

	.tab-nav {
		padding-bottom: 20px;
	}

	.tab-content h4 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 25px;
	}

	.tab-content p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 20px;
	}

	.tab-content ul li {
		margin: 0px 20px 15px 0px;
		font-size: 17px;
	}

	.faq-list {
		overflow: hidden;
	}

		.faq-list ul .q::before {
			left: 70px;
		}

		.faq-list ul li.q {
			padding: 17px 0px 10px 70px;
			font-size: 24px;
			line-height: 32px;
		}

			.faq-list ul li.q span {
				top: 9px;
				width: 42px;
				height: 42px;
				font-size: 24px;
				line-height: 42px;
			}

		.faq-list ul li.a {
			padding: 0px 0px 0px 70px;
		}

	.git-form-sub {
		padding: 30px;
	}

		.git-form-sub h2 {
			font-size: 37px;
			line-height: 42px;
			padding-bottom: 25px;
		}

	.get-in-touch-sub .rhs h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 26px;
		line-height: 36px;
	}

	/*Blog */

	.blog-banner-shade {
		background-size: 57% 120%;
	}

	.bb-wrap {
		padding: 130px 0px 40px 0px;
	}

	.bb-text h2 {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 15px;
	}

	.bb-text h3 {
		font-size: 25px;
		line-height: 35px;
		padding-bottom: 15px;
	}

	.bb-text p {
		max-width: 620px;
	}

	.bb-signup h5 {
		font-size: 25px;
		padding-bottom: 20px;
	}

	.signup-form p {
		font-size: 17px;
		line-height: 22px;
	}

	.blog-heading1 {
		font-size: 38px;
		line-height: 48px;
		padding-bottom: 30px;
	}

	.featured-story {
		margin-bottom: 60px;
	}

	.fs-image {
		height: 290px;
	}

	.blog-heading2 {
		font-size: 39px;
		line-height: 49px;
		padding-bottom: 20px;
	}

	/* Blog Rhs */

	.single-widget {
		padding-bottom: 40px;
	}


	.widget-box {
		padding: 12px;
	}

	/* Blog Article */

	.sub-title {
		padding-top: 140px;
	}

		.sub-title h1 {
			font-size: 55px;
			line-height: 65px;
		}

	.post-title {
		font-size: 30px;
		line-height: 40px;
	}

	.post-details {
		font-size: 17px;
		line-height: 22px;
	}

	.post-image-large {
		max-height: 580px;
	}

	.post-image-large {
		max-height: 580px;
		-webkit-border-radius: 35px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 35px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 35px;
		border-bottom-left-radius: 0;
	}

	.sub-text h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.sub-text h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.sub-text h4 {
		font-size: 25px;
		line-height: 35px;
	}

	.sub-text h6 {
		font-size: 18px;
		line-height: 28px;
	}


	.related .title h2 {
		font-size: 38px;
		line-height: 48px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 140px 0px 50px 0px;
	}

	.sub-text h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.sub-text h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 25px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 270px 0px 160px 0px;
	}

		.pnf-wrap h2 {
			font-size: 55px;
			line-height: 65px;
		}

		.pnf-wrap p {
			font-size: 20px;
			line-height: 30px;
		}

	.back-button a {
		height: 48px;
		line-height: 48px;
		padding: 0px 30px 0px 30px;
		font-size: 18px;
	}
}


@media only screen and (max-width: 1100px) {

	/*Home Page*/

	.banner-text {
		max-width: 650px;
	}

		.banner-text h2 {
			font-size: 38px;
			line-height: 48px;
		}

		.banner-text h3 {
			font-size: 23px;
			line-height: 23px;
		}

	.intro-wrap .more {
		text-align: left;
	}

	.solutions {
		padding: 40px 0px 20px 0px;
	}

	.solution-list {
		margin-left: -3%;
	}

		.solution-list .sl-item {
			width: 47%;
			margin: 0px 0px 50px 3%;
			padding-bottom: 45px;
		}

	.sli-top {
		height: 200px;
		margin-bottom: 40px;
	}

		.sli-top figure {
			-webkit-border-radius: 20px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius: 20px;
			-moz-border-radius-bottomleft: 0px;
			border-radius: 20px;
			border-bottom-left-radius: 0px;
		}

		.sli-top h5 {
			bottom: -18px;
			font-size: 18px;
			line-height: 18px;
			padding: 12px 18px 12px 12px;
		}

	.sl-item p {
		min-height: 65px;
	}


	.tl-item {
		padding: 30px 20px 80px 20px;
	}

		.tl-item h2 {
			font-size: 24px;
		}

	.more-large a {
		font-size: 15px;
	}

	.use-cases {
		padding: 40px 0px 20px 0px;
	}

		.use-cases ul li {
			width: 48%;
			margin-bottom: 40px;
		}

	.case-study-wrap h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.case-study-wrap h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.news {
		padding: 40px 0px 20px 0px;
	}

		.news .title {
			padding-bottom: 15px;
		}

	.news-list .news-list-image {
		height: 200px;
	}

	.news-list-image figure {
		-webkit-border-radius: 30px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 30px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 30px;
		border-bottom-left-radius: 0;
	}

	.news-text h2 {
		font-size: 19px;
		line-height: 28px;
		min-height: 40px;
		padding-bottom: 15px;
	}

	.news-text p {
		margin-bottom: 20px;
	}

	/*Footer*/

	.git-wrap .rhs {
		width: 60%;
		overflow: hidden;
	}

	.git-box input {
		height: 45px;
		font-size: 17px;
	}

	.git-box textarea {
		height: 100px;
		font-size: 17px;
	}

	.footer-top {
		padding: 50px 0px 40px 0px;
	}

	.ft-subscribe {
		width: 24%;
	}

	.footer-links {
		width: 21%;
	}

	/* Book A Demo */


	.badb-text h2 {
		font-size: 55px;
		line-height: 65px;
	}

	.badb-text h3 {
		font-size: 23px;
		line-height: 32px;
	}

	.badb-text h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.badb-text p {
		font-size: 17px;
		line-height: 25px;
		padding-bottom: 20px;
	}


	/* Business Apps */


	.sub-banner-text h2 {
		font-size: 55px;
		line-height: 65px;
	}

	.sub-banner-text h3 {
		font-size: 25px;
		padding: 12px;
	}

	.two-col-wrap h2 {
		font-size: 47px;
		line-height: 54px;
	}

	.two-col-wrap h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.single-col h2 {
		font-size: 47px;
		line-height: 54px;
	}

	.iwt-wrap .image img {
		-webkit-border-radius: 30px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 30px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 30px;
		border-bottom-left-radius: 0;
	}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 47px;
		line-height: 54px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 30px;
		line-height: 40px;
	}


	.two-col-with-title h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}

	.two-col-with-title h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.message-thanks {
		width: 450px;
		height: 450px;
		float: right;
	}

		.message-thanks h2 {
			font-size: 40px;
			line-height: 50px;
			max-width: 80%;
			margin: 0 auto;
		}

		.message-thanks p {
			font-size: 25px;
			line-height: 35px;
		}

	/*Specific solutions  */

	.why-trusted h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.why-trusted h3 {
		font-size: 30px;
		line-height: 40px;
	}

	/*About Us */

	.meet-the-team h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.tab-nav {
		margin-left: -2%;
	}

		.tab-nav li {
			width: 23%;
			margin: 0px 0px 30px 2%;
		}

	.tn-wrap {
		height: 260px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 18px;
		}

		.tn-wrap .tn-name p {
			font-size: 15px;
			line-height: 20px;
		}

	.tab-content h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.tab-nav {
		padding-bottom: 20px;
	}

	.tab-content h4 {
		font-size: 25px;
		line-height: 35px;
		padding-bottom: 20px;
	}

	.tab-content p {
		font-size: 17px;
		line-height: 26px;
	}

	.faq-list ul .q::before {
		left: 60px;
	}

	.faq-list ul li.q {
		padding: 17px 0px 10px 60px;
		font-size: 22px;
		line-height: 30px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 40px;
			height: 40px;
			font-size: 22px;
			line-height: 40px;
		}

	.faq-list ul li.a {
		padding: 0px 0px 0px 60px;
	}

	.git-form-sub {
		padding: 25px;
	}

	.git-button input, .git-button button {
		height: 45px;
		padding: 0px 25px 0px 25px;
		font-size: 17px;
	}

	.or {
		margin-left: 15px;
		font-size: 17px;
	}

	.git-form-sub h2 {
		font-size: 37px;
		line-height: 42px;
		padding-bottom: 25px;
	}

	.get-in-touch-sub .rhs h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.git-box input.error {
		border: #FF8552 solid 3px !important;
	}

	/*Blog */

	.bb-text h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.bb-text h3 {
		font-size: 23px;
		line-height: 33px;
	}

	.bb-text p {
		max-width: 600px;
	}

	.bb-signup h5 {
		font-size: 24px;
	}

	.sf-box input {
		height: 45px;
		font-size: 17px;
	}

	.blog-heading1 {
		font-size: 36px;
		line-height: 46px;
		padding-bottom: 30px;
	}

	.fs-image {
		height: 260px;
	}

	.blog-heading2 {
		font-size: 32px;
		line-height: 42px;
		padding-bottom: 20px;
	}


	/* Blog Article */

	.sub-title {
		padding-top: 130px;
	}

		.sub-title h1 {
			font-size: 50px;
			line-height: 60px;
		}

	.blog-main-article {
		padding: 30px 0px 40px 0px;
	}

	.post-title {
		font-size: 27px;
		line-height: 37px;
	}

	.post-details {
		font-size: 17px;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.post-tags div {
		font-size: 16px;
		line-height: 17px;
	}

	.post-image-large {
		max-height: 520px;
	}


	.sub-text h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.sub-text h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.sub-text h4 {
		font-size: 25px;
		line-height: 35px;
	}

	.sub-text h6 {
		font-size: 18px;
		line-height: 28px;
	}


	.related .title h2 {
		font-size: 38px;
		line-height: 48px;
	}

	/*Text Based Page */

	.content-page-wrap {
		padding: 130px 0px 50px 0px;
	}

	.sub-text h1 {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 15px;
	}

	.sub-text h3 {
		font-size: 26px;
		line-height: 36px;
		padding-bottom: 25px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 240px 0px 140px 0px;
	}

		.pnf-wrap h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.pnf-wrap p {
			font-size: 18px;
			line-height: 27px;
		}

	.back-button a {
		font-size: 17px;
	}
}


@media only screen and (max-width: 992px) {

	.hm-rhs {
		font-size: 17px;
		font-weight: 600;
	}

	.book-a-demo a {
		height: 45px;
		line-height: 45px;
		padding: 0px 20px 0px 20px;
	}

	.client-portal {
		margin-left: 20px;
	}

	/*Home Page*/

	.home-banner-shade {
		background-size: 75% 100%;
	}

	.banner-text {
		max-width: 74%;
	}

		.banner-text h2 {
			font-size: 30px;
			line-height: 40px;
			letter-spacing: -1px;
		}

		.banner-text h3 {
			font-size: 21px;
			line-height: 21px;
			font-weight: 400;
		}

	.intro-wrap .lhs {
		width: 50%;
	}

		.intro-wrap .lhs img {
			-webkit-border-radius: 25px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 25px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 25px;
			border-bottom-left-radius: 0;
		}

	.intro-wrap .rhs p {
		font-size: 17px;
		line-height: 25px;
	}

	.title h2 {
		font-size: 30px;
		line-height: 37px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 25px;
		line-height: 35px;
	}

	.sli-top {
		height: 190px;
		margin-bottom: 38px;
	}

		.sli-top figure {
			-webkit-border-radius: 15px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius: 15px;
			-moz-border-radius-bottomleft: 0px;
			border-radius: 15px;
			border-bottom-left-radius: 0px;
		}

		.sli-top h5 {
			bottom: -18px;
			font-size: 17px;
			line-height: 17px;
			padding: 12px 18px 12px 12px;
		}

	.technology-list {
		justify-content: center;
		margin: 0px -2% 0px -2%;
	}

	.tl-item {
		width: 46%;
		padding: 35px 25px 90px 25px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 5px;
		border-radius: 25px;
		border-bottom-left-radius: 5px;
		margin: 0px 2% 30px 2%;
	}


	.use-cases ul li h5 {
		font-size: 19px;
	}

	.case-study-wrap {
		padding: 40px 0px 50px 0px;
	}

		.case-study-wrap h2 {
			font-size: 40px;
			line-height: 45px;
		}

		.case-study-wrap h3 {
			font-size: 26px;
			line-height: 32px;
		}


	.news-list ul {
		margin: 0px -2% 0px -2%;
	}

		.news-list ul li {
			width: 46%;
			margin: 0px 2% 60px 2%;
		}


	/*Footer*/

	.git-wrap {
		padding: 300px 0px 20px 0px;
		min-height: inherit;
	}

		.git-wrap .rhs {
			float: none;
			width: auto;
		}

	.git-form {
		width: auto;
		padding: 30px;
		background-color: rgb(14, 33, 86);
		background-color: rgba(14, 33, 86, 0.6);
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
	}

		.git-form h2 {
			font-size: 30px;
			line-height: 40px;
			padding-bottom: 20px;
		}

	.git-box {
		padding-bottom: 20px;
	}

		.git-box input {
			height: 45px;
		}

	.git-button {
		padding-top: 10px;
	}


	.footer-top {
		padding: 40px 0px 40px 0px;
		flex-wrap: wrap;
	}

		.footer-top::after {
			display: none;
		}

	.ft-subscribe {
		width: 100%;
		text-align: center;
		margin: 0 auto 20px auto;
		border-bottom: #30406E solid 1px;
		padding-bottom: 30px;
	}

	.subscribe-form {
		max-width: 80%;
		margin: 0 auto;
	}

	.ft-logo {
		padding-bottom: 20px;
	}

	.footer-top h2 {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 20px;
	}

	.footer-links {
		padding-top: 20px;
		width: 31%;
	}

		.footer-links ul li {
			padding-bottom: 15px;
		}

	.ft-contact {
		width: 31%;
	}


	/* Book A Demo */


	.book-a-demo-banner {
		display: inherit;
	}

	.badb-text {
		width: auto;
		padding-bottom: 20px;
	}

		.badb-text h2 {
			font-size: 50px;
			line-height: 60px;
		}

		.badb-text h3 {
			font-size: 24px;
			line-height: 34px;
			font-weight: 400;
		}

	.book-calender {
		width: 94%;
		margin: 0 auto;
	}


	/* Business Apps */

	.sub-banner-wrap {
		padding: 135px 0px 20px 0px;
		min-height: 200px;
	}

	.sub-banner-text h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.sub-banner-text h3 {
		font-size: 21px;
		padding: 10px;
		font-weight: 400;
	}

	.two-col-wrap h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.two-col-wrap h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.single-col h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.iwt-wrap .image {
		width: 45%;
		margin: 0px 30px 20px 0px;
	}

		.iwt-wrap .image img {
			-webkit-border-radius: 25px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 25px;
			-moz-border-radius-bottomleft: 0;
			border-radius: 25px;
			border-bottom-left-radius: 0;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 28px;
		line-height: 36px;
	}

	.two-col-with-title {
		padding: 40px 0px 40px 0px;
	}

		.two-col-with-title h2 {
			font-size: 36px;
			line-height: 42px;
			padding-bottom: 30px;
		}

		.two-col-with-title h5 {
			font-size: 18px;
			line-height: 28px;
		}

		.two-col-with-title ul li {
			font-size: 17px;
			line-height: 27px;
			padding: 0px 0px 15px 54px;
		}

	.message-thanks {
		float: none;
		width: auto;
		height: auto;
		padding: 30px;
		background-color: rgb(14, 33, 86);
		background-color: rgba(14, 33, 86, 0.6);
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
	}

		.message-thanks h2 {
			font-size: 35px;
			line-height: 45px;
			padding-bottom: 20px;
		}

		.message-thanks p {
			font-size: 22px;
			line-height: 32px;
		}

	/*Specific solutions  */

	.why-trusted h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.why-trusted h3 {
		font-size: 28px;
		line-height: 38px;
	}

	/*About Us */

	.meet-the-team h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.tn-wrap {
		height: 240px;
	}

		.tn-wrap .tn-name h5 {
			font-size: 17px;
			line-height: 23px;
		}

	.tab-content h3 {
		font-size: 36px;
		line-height: 44px;
	}

	.tab-nav {
		padding-bottom: 20px;
	}

	.get-in-touch-sub {
		display: inherit;
	}

		.get-in-touch-sub .lhs {
			width: auto;
			padding-bottom: 20px;
		}

	.git-form-sub {
		padding: 35px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
	}


		.git-form-sub h2 {
			font-size: 35px;
		}

	.get-in-touch-sub .rhs {
		width: auto;
	}

		.get-in-touch-sub .rhs h2 {
			font-size: 40px;
			line-height: 50px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 25px;
			line-height: 32px;
		}

	/*Blog */

	.blog-banner-shade {
		background-position: left 98px;
	}

	.bb-wrap {
		padding: 120px 0px 30px 0px;
	}

	.bb-text h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.bb-text h3 {
		font-size: 20px;
		line-height: 28px;
		font-weight: 400;
	}

	.bb-text p {
		max-width: 600px;
	}

	.bb-signup h5 {
		font-size: 22px;
		padding-bottom: 10px;
		font-weight: 400;
	}

	.blog-main {
		display: inherit;
		padding: 40px 0px 40px 0px;
	}

	.blog-lhs {
		width: auto;
	}

	.blog-heading1 {
		font-size: 32px;
		line-height: 42px;
	}

	.fs-image {
		height: 250px;
	}

	.blog-heading2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
	}

	.blog-rhs {
		width: auto;
		padding-top: 40px;
	}

	.single-widget {
		padding-bottom: 30px;
	}

	.widget-box {
		padding: 20px;
	}

	/* Blog Article */


	.sub-title h1 {
		font-size: 45px;
		line-height: 50px;
	}

	.blog-main-article {
		padding: 30px 0px 40px 0px;
		display: inherit;
	}

	.post-title {
		font-size: 27px;
		line-height: 37px;
		font-weight: 400;
	}

	.post-details {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 10px;
	}

	.post-tags div {
		font-size: 16px;
		line-height: 17px;
	}

	.post-image-large {
		max-height: 520px;
	}

	.sub-text h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.sub-text h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.sub-text h4 {
		font-size: 23px;
		line-height: 33px;
	}

	.sub-text h6 {
		font-size: 18px;
		line-height: 28px;
	}


	.related .title h2 {
		font-size: 35px;
		line-height: 40px;
		font-weight: 400;
	}

	/*Text Based Page */

	.sub-text h1 {
		font-size: 45px;
		line-height: 52px;
		padding-bottom: 15px;
	}

	.sub-text h3 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 25px;
		font-weight: 400;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 220px 0px 120px 0px;
	}

		.pnf-wrap h2 {
			font-size: 45px;
			line-height: 50px;
		}

		.pnf-wrap p {
			font-size: 17px;
			line-height: 27px;
			padding-bottom: 25px;
		}

	.back-button a {
		font-size: 17px;
	}
}




@media only screen and (max-width: 767px) {


	/*Home Page*/


	.home-banner {
		background-position: center top;
		background-size: auto 400px;
		background-color: #0E2156;
	}

	.home-banner-shade {
		background-image: none;
	}

	.home-banner-wrap {
		padding: 430px 0px 20px 0px;
	}

	.banner-text {
		max-width: inherit;
	}

		.banner-text h2 {
			font-size: 25px;
			line-height: 30px;
			max-width: 500px;
		}

		.banner-text h3 {
			font-size: 18px;
			line-height: 20px;
			font-weight: 400;
		}

		.banner-text p {
			font-size: 15px;
			line-height: 22px;
		}

	.book-a-call a {
		font-size: 16px;
	}

	.watch-video a {
		font-size: 17px;
	}

	.intro-wrap .lhs {
		float: none;
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.title {
		max-width: inherit;
	}

		.title h2 {
			font-size: 28px;
			line-height: 35px;
		}

		.title h5, .intro-wrap .rhs h5 {
			font-size: 22px;
			line-height: 30px;
			font-weight: 400;
		}

	.sli-top {
		height: 190px;
		margin-bottom: 38px;
	}

		.sli-top h5 {
			bottom: -18px;
			font-size: 16px;
			line-height: 16px;
			padding: 11px 15px 10px 12px;
		}

	.technology-wrap {
		padding: 40px 0px 30px 0px;
	}

	.technology-list {
		justify-content: center;
		margin: 0px -2% 0px -2%;
	}

	.tl-item {
		width: 46%;
		padding: 35px 25px 90px 25px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 5px;
		border-radius: 25px;
		border-bottom-left-radius: 5px;
		margin: 0px 2% 30px 2%;
	}

	.industries {
		padding: 40px 0px 0px 0px;
	}

	.industry-list {
		margin-left: 0px;
		padding-top: 25px;
		display: inherit;
	}

		.industry-list li {
			width: auto;
			margin: 45px 0px 85px 0px;
			padding: 125px 30px 30px 30px;
			background-position: 91% 35px;
			background-size: 60px;
		}

			.industry-list li:last-child {
				margin-bottom: 20px;
			}

			.industry-list li figure {
				left: -10px;
				top: -60px;
				width: 229px;
				height: 155px;
			}

	.use-cases h2 {
		font-size: 28px;
	}

	.use-cases ul {
		display: inherit;
	}

		.use-cases ul li {
			width: auto;
			margin-bottom: 30px;
		}

			.use-cases ul li h5 {
				font-size: 19px;
			}

	.case-study-wrap {
		padding: 40px 0px 40px 0px;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

		.case-study-wrap h2 {
			font-size: 38px;
			line-height: 45px;
		}

		.case-study-wrap h3 {
			font-size: 25px;
			line-height: 32px;
		}

	/*Footer*/

	.get-in-touch {
		background-size: auto 400px;
		background-position: center top;
		background-color: #253448;
	}

	.git-wrap {
		padding: 370px 0px 20px 0px;
		min-height: inherit;
		background-size: auto 400px;
	}

	.git-form {
		padding: 35px 25px 25px 25px;
	}

		.git-form h2 {
			font-size: 28px;
			line-height: 35px;
		}

	.git-row {
		display: inherit;
	}

	.git-col {
		width: auto;
	}

	.git-box input {
		height: 42px;
	}

	.subscribe-form {
		max-width: 90%;
		margin: 0 auto;
	}

	.footer-top h2 {
		font-size: 19px;
		line-height: 21px;
		padding-bottom: 20px;
	}

	.footer-links {
		padding-top: 20px;
		width: 48%;
	}

	.ft-contact {
		width: 100%;
		text-align: center;
	}


	/* Book A Demo */


	.badb-text h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.badb-text h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.book-calender {
		width: 94%;
		margin: 0 auto;
	}


	/* Business Apps */

	.sub-banner-wrap {
		padding: 130px 0px 20px 0px;
	}

	.sub-banner-text h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.sub-banner-text h3 {
		font-size: 18px;
		font-weight: 400;
	}

	.sub-banner-text p {
		font-size: 16px;
		line-height: 26px;
	}

	.bredcrub {
		padding: 18px 0px 10px 0px;
		font-size: 16px;
		line-height: 18px;
	}

		.bredcrub ul li {
			margin: 0px 15px 10px 0px;
			padding-left: 25px;
		}

	.two-col-wrap {
		padding: 40px 0px 20px 0px;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}


		.two-col-wrap h2 {
			font-size: 36px;
			line-height: 42px;
		}

		.two-col-wrap h3 {
			font-size: 25px;
			line-height: 35px;
		}

	.single-col {
		padding: 40px 0px 30px 0px;
		max-width: 94%;
	}

		.single-col h2 {
			font-size: 36px;
			line-height: 42px;
		}

		.single-col p {
			font-size: 17px;
			line-height: 25px;
			padding-bottom: 20px;
		}

		.single-col h5 {
			font-size: 17px;
			line-height: 25px;
			padding-bottom: 20px;
		}

	.iwt-wrap {
		padding: 40px 0px 30px 0px;
		display: inherit;
	}

		.iwt-wrap .image {
			width: 100%;
			margin: 0px 0px 20px 0px;
		}

		.iwt-wrap h2, .intro-wrap .rhs h2 {
			font-size: 36px;
			line-height: 42px;
		}

		.iwt-wrap h3, .intro-wrap .rhs h5 {
			font-size: 25px;
			line-height: 35px;
		}

	.two-col-with-title {
		padding: 40px 0px 30px 0px;
	}

		.two-col-with-title h2 {
			font-size: 36px;
			line-height: 42px;
			padding-bottom: 30px;
		}

		.two-col-with-title h5 {
			font-size: 18px;
			line-height: 28px;
		}

		.two-col-with-title .tc-content {
			-webkit-columns: 1;
			-moz-columns: 1;
			columns: 1;
			-moz-column-gap: 0px;
			-webkit-column-gap: 0px;
			column-gap: 0px;
		}

	.message-thanks h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.message-thanks p {
		font-size: 20px;
		line-height: 28px;
	}

	/*Specific solutions  */

	.why-trusted {
		margin-bottom: 40px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
		padding: 30px;
	}

		.why-trusted h2 {
			font-size: 30px;
			line-height: 40px;
		}

		.why-trusted h3 {
			font-size: 26px;
			line-height: 34px;
			padding-bottom: 20px;
		}

		.why-trusted .tc-content {
			-webkit-columns: 1;
			-moz-columns: 1;
			columns: 1;
			-moz-column-gap: 0px;
			-webkit-column-gap: 0px;
			column-gap: 0px;
		}

		.why-trusted p {
			font-size: 16px;
			line-height: 26px;
			padding-bottom: 20px;
		}

		.why-trusted h5 {
			font-size: 18px;
			line-height: 24px;
		}

	/*About Us  */

	.meet-the-team h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.tab-nav {
		margin-left: -3%;
		flex-wrap: wrap;
		padding-bottom: 0px;
	}

		.tab-nav li {
			width: 47%;
			margin: 0px 0px 20px 3%;
			padding-bottom: 30px;
		}

	.tab-content {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

		.tab-content h3 {
			font-size: 34px;
			line-height: 42px;
		}

	.faq-list ul li.q {
		padding: 15px 0px 7px 55px;
		font-size: 20px;
		line-height: 28px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 37px;
			height: 37px;
			font-size: 20px;
			line-height: 37px;
		}

	.faq-list ul li.a {
		padding: 0px 0px 0px 55px;
	}

	.faq-list ul .q::before {
		left: 55px;
	}

	.faq-list ul li.a p {
		font-size: 17px;
		line-height: 24px;
	}

	.get-in-touch-sub {
		display: inherit;
	}

		.get-in-touch-sub .lhs {
			width: auto;
			padding-bottom: 20px;
		}

	.git-form-sub {
		padding: 30px;
	}

		.git-form-sub h2 {
			font-size: 32px;
			line-height: 40px;
		}

	.get-in-touch-sub .rhs {
		width: auto;
	}

		.get-in-touch-sub .rhs h2 {
			font-size: 40px;
			line-height: 50px;
		}

		.get-in-touch-sub .rhs h3 {
			font-size: 25px;
			line-height: 32px;
		}

	/*Blog */

	.blog-banner-shade {
		background-size: 90% 100%;
	}

	.bb-wrap {
		display: inherit;
	}

	.bb-text {
		width: auto;
		padding-bottom: 30px;
	}

		.bb-text h2 {
			font-size: 32px;
			line-height: 38px;
		}

		.bb-text h3 {
			font-size: 18px;
			line-height: 25px;
			max-width: 500px;
		}

		.bb-text p {
			font-size: 16px;
			line-height: 24px;
			max-width: 600px;
		}


	.bb-signup {
		width: auto;
	}

		.bb-signup h5 {
			font-size: 22px;
			padding-bottom: 10px;
			font-weight: 400;
		}

	.sf-box {
		padding-bottom: 15px;
	}

	.blog-heading1 {
		font-size: 32px;
		line-height: 42px;
	}


	.fs-image {
		height: 240px;
		-webkit-border-top-left-radius: 25px;
		-webkit-border-top-right-radius: 25px;
		-moz-border-radius-topleft: 25px;
		-moz-border-radius-topright: 25px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
	}

	.fs-text {
		padding-top: 25px;
	}

		.fs-text h2 {
			font-size: 21px;
			line-height: 30px;
		}

		.fs-text p {
			font-size: 17px;
			line-height: 24px;
		}

	.blog-heading2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
	}

	.blog-rhs {
		width: auto;
		padding-top: 40px;
	}

	.single-widget {
		padding-bottom: 30px;
	}

	.widget-box {
		padding: 20px;
	}

	.pagination {
		font-size: 16px;
		line-height: 20px;
		display: inherit;
		text-align: center;
	}

		.pagination div {
			padding-bottom: 10px;
		}

			.pagination div ul {
				justify-content: center;
			}

	.news-list-image figure {
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
	}

	/* Blog Article */


	.sub-title h1 {
		font-size: 38px;
		line-height: 42px;
	}

	.post-title {
		font-size: 25px;
		line-height: 32px;
	}

	.post-details {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 10px;
	}

	.post-tags div {
		font-size: 16px;
		line-height: 17px;
	}

	.post-image-large {
		max-height: 480px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 25px;
		border-bottom-left-radius: 0;
		margin-bottom: 25px;
	}

	.sub-text h5 {
		font-size: 19px;
		line-height: 29px;
	}

	.sub-text h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.sub-text h4 {
		font-size: 22px;
		line-height: 30px;
	}

	.sub-text h6 {
		font-size: 18px;
		line-height: 28px;
	}


	.related .title h2 {
		font-size: 33px;
		line-height: 40px;
	}

	/*Text Based Page */

	.sub-text h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.sub-text h3 {
		font-size: 22px;
		line-height: 30px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 200px 0px 100px 0px;
	}

		.pnf-wrap h2 {
			font-size: 40px;
			line-height: 45px;
		}
}


@media only screen and (max-width: 600px) {

	.hm-rhs {
		display: none;
	}

	.solution-list {
		margin-left: 0px;
		display: inherit;
	}

		.solution-list .sl-item {
			width: 100%;
			margin: 0px 0px 40px 0px;
			padding-bottom: 35px;
		}

	.sli-top {
		height: 210px;
	}

	.technology-list {
		display: inherit;
		margin: 0px;
	}

	.tl-item {
		width: 100%;
		padding: 35px 25px 90px 25px;
		-webkit-border-radius: 25px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius: 25px;
		-moz-border-radius-bottomleft: 5px;
		border-radius: 25px;
		border-bottom-left-radius: 5px;
		margin: 0px 0px 30px 0px;
	}

	.news-list ul {
		margin: 0px;
	}

		.news-list ul li {
			width: 100%;
			margin: 0px 0px 60px 0px;
		}

	.git-bottom {
		display: inherit;
	}

	.or {
		margin-left: 0px;
	}

	.post-page .news-list ul li {
		width: 100%;
		margin: 0px 0px 60px 0px;
	}
}


@media only screen and (max-width: 480px) {

	.logo {
		width: 50px;
		padding-bottom: 10px;
	}

	/*Home Page*/

	.home-banner {
		background-size: auto 280px;
	}

	.home-banner-wrap {
		padding: 300px 0px 20px 0px;
	}

	.banner-text h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.banner-text h3 {
		font-size: 17px;
		line-height: 20px;
		font-weight: 400;
		padding: 7px;
	}

	.banner-text p {
		font-size: 15px;
		line-height: 22px;
	}

	.banner-text ul {
		padding-bottom: 20px;
		flex-wrap: wrap;
	}

	.book-a-call a {
		height: 40px;
		line-height: 40px;
		padding: 0px 10px 0px 10px;
		font-size: 15px;
	}

	.watch-video {
		padding-left: 0px;
		margin-right: 0px !important;
	}

		.watch-video::before {
			display: none;
		}

		.watch-video a {
			padding-left: 55px;
			background-size: auto 38px;
			height: 40px;
			line-height: 40px;
			font-size: 15px;
		}

			.watch-video a:hover {
				padding-left: 50px;
			}

	.intro-wrap {
		padding: 35px 0px 30px 0px;
	}


	.title h2 {
		font-size: 25px;
		line-height: 31px;
	}

	.title h5, .intro-wrap .rhs h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.title p {
		line-height: 24px;
	}

	.sli-top {
		height: 180px;
		margin-bottom: 34px;
	}

	.tl-item {
		padding: 25px 22px 85px 22px;
	}

	.more-large {
		bottom: 25px;
	}

	.industry-list li {
		margin: 45px 0px 85px 0px;
		padding: 110px 22px 25px 22px;
		background-size: 50px auto;
	}

		.industry-list li figure {
			left: -10px;
			top: -50px;
			width: 210px;
			height: 140px;
		}

	.use-cases h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.use-cases ul li {
		background-size: 25px auto;
		padding: 0px 0px 20px 36px;
	}

		.use-cases ul li h5 {
			font-size: 18px;
		}

	.case-study-wrap {
		padding: 35px 0px 35px 0px;
	}

		.case-study-wrap h4 {
			font-size: 26px;
			padding-bottom: 10px;
		}

		.case-study-wrap h2 {
			font-size: 32px;
			line-height: 37px;
		}

		.case-study-wrap h3 {
			font-size: 23px;
			line-height: 30px;
		}

	.news-text h2 {
		line-height: 26px;
		min-height: inherit;
	}

	.news-text p {
		line-height: 22px;
		min-height: inherit;
		max-height: 138px;
	}

	.more a {
		font-size: 14px;
	}

	/*Footer*/

	.get-in-touch {
		background-size: auto 280px;
		background-position: center top;
		background-color: #253448;
	}

	.git-wrap {
		padding: 260px 0px 20px 0px;
		min-height: inherit;
		background-size: auto 300px;
	}

	.git-form {
		padding: 30px 20px 25px 20px;
	}

		.git-form h2 {
			font-size: 25px;
			line-height: 30px;
		}

	.git-row {
		display: inherit;
	}

	.git-col {
		width: auto;
	}

	.git-box input {
		height: 40px;
		font-size: 16px;
		padding: 0px 15px 0px 15px;
	}

	.git-box textarea {
		font-size: 16px;
		padding: 10px 15px 10px 15px;
	}

	.subscribe-form {
		max-width: 94%;
	}

	.ft-subscribe h5 {
		font-size: 16px;
	}

	/* Book A Demo */

	.book-a-demo-banner {
		padding: 110px 0px 40px 0px;
	}

	.badb-text h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.badb-text h3 {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 10px;
	}

	.badb-text ul li {
		font-size: 16px;
		line-height: 22px;
	}

	.book-calender {
		width: 98%;
		padding: 10px;
	}

	.bc-title {
		font-size: 18px;
		line-height: 22px;
		padding: 15px 0px 30px 0px;
	}

	/* Business Apps */

	.sub-banner-wrap {
		padding: 100px 0px 20px 0px;
	}

	.sub-banner-text h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.sub-banner-text h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.sub-banner-text p {
		line-height: 24px;
	}

	.two-col-wrap h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.two-col-wrap h3 {
		font-size: 23px;
		line-height: 32px;
	}

	.single-col {
		padding: 30px 0px 20px 0px;
	}

		.single-col h2 {
			font-size: 32px;
			line-height: 38px;
		}

	.iwt-wrap h2, .intro-wrap .rhs h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.iwt-wrap h3, .intro-wrap .rhs h5 {
		font-size: 23px;
		line-height: 32px;
	}

	.iwt-wrap p {
		font-size: 17px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.two-col-with-title {
		padding: 30px 0px 30px 0px;
	}

		.two-col-with-title h2 {
			font-size: 32px;
			line-height: 36px;
			padding-bottom: 20px;
		}

		.two-col-with-title h5 {
			font-size: 18px;
			line-height: 25px;
		}

	.message-thanks h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.message-thanks p {
		font-size: 17px;
		line-height: 24px;
	}

	/*Specific solutions */

	.why-trusted {
		padding: 25px;
	}

		.why-trusted h2 {
			font-size: 28px;
			line-height: 36px;
		}

		.why-trusted h3 {
			font-size: 23px;
			line-height: 30px;
			padding-bottom: 20px;
		}

		.why-trusted p {
			line-height: 25px;
		}

		.why-trusted h5 {
			font-size: 17px;
			line-height: 22px;
		}

	/*About Us  */

	.meet-the-team {
		padding: 30px 0px 30px 0px;
	}

		.meet-the-team h2 {
			font-size: 28px;
			line-height: 34px;
			padding-bottom: 20px;
		}

	.tab-nav li {
		padding-bottom: 25px;
	}

	.tn-wrap {
		height: 200px;
	}

		.tn-wrap .tn-name {
			left: 8px;
			right: 8px;
		}

	.tab-content h3 {
		font-size: 32px;
		line-height: 38px;
	}

	.tab-content h4 {
		font-size: 21px;
		line-height: 28px;
	}

	.tab-content p {
		font-size: 17px;
		line-height: 24px;
		color: #111;
	}

	.faq-list ul li.q {
		padding: 15px 0px 7px 50px;
		font-size: 20px;
		line-height: 28px;
	}

		.faq-list ul li.q span {
			top: 9px;
			width: 35px;
			height: 35px;
			font-size: 19px;
			line-height: 35px;
		}

	.faq-list ul li.a {
		padding: 0px 0px 0px 50px;
	}

	.faq-list ul .q::before {
		left: 50px;
	}

	.faq-list ul li.a p {
		font-size: 17px;
		line-height: 24px;
	}

	.git-form-sub {
		padding: 20px;
	}

		.git-form-sub h2 {
			font-size: 28px;
			line-height: 34px;
		}

	.get-in-touch-sub .rhs h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.get-in-touch-sub .rhs h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.error-message {
		padding: 18px 15px 22px 70px;
		font-size: 15px;
		line-height: 23px;
		background-position: 20px 20px;
		background-size: 30px auto;
	}

	/*Blog  */

	.blog-banner-shade {
		background-image: none;
	}

	.bb-wrap {
		padding: 100px 0px 30px 0px;
	}

	.bb-text h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.blog-heading1 {
		font-size: 30px;
		line-height: 34px;
	}

	.fs-image {
		height: 210px;
		-webkit-border-radius: 20px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 20px;
		border-bottom-left-radius: 0;
	}

	.fs-text {
		padding-top: 22px;
	}

		.fs-text h2 {
			font-size: 20px;
			line-height: 28px;
		}

	.blog-rhs {
		padding-top: 30px;
	}

	.widget-box {
		padding: 15px;
	}

	.news-list-image figure {
		-webkit-border-radius: 20px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 20px;
		border-bottom-left-radius: 0;
	}

	/* Blog Article */

	.sub-title {
		padding-top: 110px;
	}

		.sub-title h1 {
			font-size: 32px;
			line-height: 36px;
		}

	.post-title {
		font-size: 23px;
		line-height: 30px;
	}

	.post-details {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 10px;
	}

		.post-details span {
			padding-left: 30px;
			background-size: 20px auto;
			min-height: 27px;
		}

	.post-tags div {
		font-size: 15px;
		line-height: 16px;
		margin: 0px 6px 6px 0px;
	}

	.post-image-large {
		max-height: 420px;
		-webkit-border-radius: 20px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 20px;
		border-bottom-left-radius: 0;
	}

	.sub-text p {
		font-size: 17px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.sub-text h5 {
		font-size: 19px;
		line-height: 29px;
		padding-bottom: 20px;
	}

	.sub-text h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.sub-text h4 {
		font-size: 22px;
		line-height: 30px;
	}

	.sub-text h6 {
		font-size: 18px;
		line-height: 28px;
	}


	.related .title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	/*Text Based Page */

	.sub-text h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.sub-text h3 {
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
	}

	.sub-text ul li {
		line-height: 24px;
		padding: 3px 0px 12px 38px;
	}

	.sub-text ol li {
		line-height: 24px;
	}

	/* 404 Page Not Found */


	.pnf-wrap {
		padding: 160px 0px 80px 0px;
	}

		.pnf-wrap h2 {
			font-size: 30px;
			line-height: 35px;
		}

		.pnf-wrap p {
			font-size: 15px;
			line-height: 22px;
		}
}
