.page-template-page-app-dev .site-header {
	background: transparent;
}
.page-template-page-app-dev .site-header.on-scroll {
	background: #dd5644;	
}
.page-template-page-app-dev .site-content {
	max-width: 100%;
	padding: 0;
}
.mobile-app_page-banner .site-banner .textwidget {
	height: 100vh;
	min-height: 570px;
	background: url("../image/mobile-app-development.png") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.mobile-app_page-banner .site-banner__text h1 {
	font: var(--font-size-80px)/1.06 'worksans-extrabold';
	margin-bottom: 20px;
}
.mobile-app_page-banner .site-banner__text h2 {
	font: var(--font-size-40px)/1.11 'roboto-bold';
	color: #530400;
	text-transform: uppercase;
}
.mobile-app_page {
	max-width: 1115px;
	margin: 0 auto;
	padding: 0 4%;
	overflow: hidden;
}
.mobile-app_page h2 {
  font: var(--font-size-26px)/1.31 'OpenSans-SemiBold';
  margin-bottom: 15px;
}
.mobile-app_page p,
.mobile-app_page ol li {
	font: var(--font-size-18px)/2.22 'OpenSans-SemiBold';
	color: #4A4A4A;
}
.mobile-app_page strong {
	font-family: 'OpenSans-Bold';
}
.mobile-app_page p a {
	color: #4A4A4A;	
	text-decoration: underline;
	display: inline;
}
.mobile-app_page ul {
	list-style: disc;
	font-size: 14px;
}
.mobile-app_page ol {
	list-style-position: inside;
	font-size: 18px;
	font-family: 'OpenSans-Bold';
}
.mobile-app_page ol p {
	display: inline-block;
}
h2.color-title {
	color: #ef4c3b;
}
.sect-margin {
	padding-top: 104px;
}
.table-of-contents {
	margin: 160px auto 140px;
	padding: 60px 18% 90px;
	background: #ef4c3b;
	color: #fff;
	max-width: 756px;
	position: relative;
	left: -25px;
	box-shadow: 5px 2px 13px 0 rgba(24, 24, 24, 0.5), inset 0 1px 3px 0 rgba(255, 206, 206, 0.5);
}
.table-of-contents:after {
	content: '';
	position: absolute;
	top: 40px;
	right: -50px;
	background: #e33c2a;
	box-shadow: 5px 2px 13px 0 rgba(24, 24, 24, 0.5), inset 0 1px 3px 0 rgba(255, 206, 206, 0.5);
	max-width: 726px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.table-of-contents a {
	color: #fff;
	text-decoration: underline;
	padding-left: 10px;
	font: var(--font-size-18px)/2.22 'OpenSans-SemiBold';
}
.hubspot-form_block {
	background: #ef4c3b;
	padding: 70px 20px 110px;
}
.hubspot-form {
	max-width: 540px;
	margin: auto;	
}
.hubspot-form h2 {
	font: var(--font-size-26px)/1.31 'OpenSans-SemiBold';
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.chart-images {
	margin: 50px 0;
}
.chart-images img {
	margin: 0 !important;
	width: 100% !important;
	object-fit: fill;
}
.mobile-app_page a.mobile-app_link-color {
	color: #C0C0C0;
}
.few-more-things_red-banner {
	background: #ef4c3b;
	margin-top: 110px;
	margin-bottom: 40px;
  padding: 54px 18% 57px;
}
.few-more-things_red-banner h3 {
	font: var(--font-size-60px)/1.07 'worksans-extrabold';
	color: #fff;
}
.few-more-things_red-banner h4 {
	font: var(--font-size-30px)/1.47 'roboto-bold';	
	color: #000;
}

/*app-dev related posts*/
.app-dev_related {
	margin: 80px 0;
}
.app-dev_related h3.widget-title {
	font: var(--font-size-26px)/1.5 'OpenSans-Bold';
  letter-spacing: .2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.app-dev_related-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app-dev_related article {
	max-width: 184px;
}
.app-dev_related .thumbnail img {
	height: 160px;
	object-fit: cover;
}
.app-dev_related .post-title {
	margin: 15px 0;
}

@media only screen and (max-width: 992px) {
	.mobile-app_page-banner .site-banner__text h1 {
		font-size: var(--font-size-50px);
		margin-bottom: 25px;
	}
	.mobile-app_page-banner .site-banner__text h2 {
		font-size: var(--font-size-33px);
	}
	.table-of-contents {
    padding: 60px 5% 90px;
    max-width: 550px;
	}
	.app-dev_related article {
		max-width: 260px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-app_page {
		padding: 0 20px;
	}
	.mobile-app_page-banner .site-banner .textwidget {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: calc(100vh + 82px);
		margin-top: -82px;
	}
	.site-banner__text {
		max-width: 275px
	}
	.mobile-app_page-banner .site-banner__text h1 {
		font-size: var(--font-size-30px);
		line-height: 1;
	}
	.mobile-app_page-banner .site-banner__text h2 {
		font-size: var(--font-size-20px);
		line-height: 1.4;
	}
	.mobile-app_page h2 {
    font-size: var(--font-size-20px);
  }
  .mobile-app_page p {
   font-size: var(--font-size-16px); 
  }
  .sect-margin {
    padding-top: 65px;
	}
	.table-of-contents {
    padding: 25px 35px 40px;
    max-width: 240px;
    left: -10px;
	}
	.table-of-contents:after {
		top: 30px;
		right: -20px;
	}
	.table-of-contents li {
		margin-bottom: 20px;
	}
	.table-of-contents a {
		font: var(--font-size-16px)/1.44 'OpenSans-SemiBold';
		padding-left: 0;
	}
	.hubspot-form h2 {
		font: var(--font-size-20px)/1.7 'OpenSans-SemiBold';	
	}
	.chart-images {
		margin-bottom: 0;
	}
	.chart-images img {
		height: 230px !important;
	}
	.mobile-app_page ol li {
		font-size: var(--font-size-16px);
	}
	.few-more-things_red-banner {
		margin-top: 50px;
  	padding: 60px 15px 70px;
	}
	.few-more-things_red-banner h3 {
		font-size: var(--font-size-30px);
		margin-bottom: 5px;
	}
	.few-more-things_red-banner h4 {
		font-size: var(--font-size-14px);
	}
	.app-dev_related article {
		max-width: 100%;
	}
}