body {
	box-sizing: border-box;
}
p {
	font-size: 18px;
	line-height: 1.4;
}
h1 {
	width: 100%;
}
.container {
	max-width: 1280px;
	margin: 400px auto ;
	text-align: center;
}
.row {
	display: flex;
	flex-direction: row;
}
#scrolling-content {
	position: relative;
}
.iot-full-stack {
	position: absolute;
	width: calc(1280px / 10 * 4);
	padding-top: 150px;
	padding-bottom: 2rem;
	padding-left: 2px;
	padding-right: 2px;
	overflow-y: scroll;
	overflow-x: hidden;
	top: -200px;
	bottom: 0;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
  	
}
.iot-full-stack::-webkit-scrollbar {
  display: none;
}

.iot-full-stack-svg {
	padding: 0px 2rem;
}
@media (max-width: 1480px) {
	.iot-full-stack {
		padding-top: 135px;
		/*padding-top: 275px;*/
	}
	.iot-full-stack-svg {
		padding: 0px 4.4rem;
	}
}

@media (max-width: 1940px) {
	.iot-full-stack-svg {
		padding: 0px 3rem;
	}
}

.iot-full-stack.fixed {
	position: fixed;
	top: 0;
	/*top: -140px;*/
}
.iot-full-stack.bottom {
	position: absolute;
	top: auto;
	/*bottom: 50px;*/
	bottom: 0;
	padding-bottom: 180px;
}
.iot-section {
	transition: all 0.5s;
	cursor: pointer;
}
.iot-section:hover {
	transform: translate(-10px, 4px);
}
.iot-section.active {
	transform: translate(-15px, 6px);
}
.iot-section-glow, .click-ignore {
	pointer-events: none;
} 

.iot-section-glow {
	opacity: 0;
	transition: opacity 0.5s;
}
.iot-section-glow.active {
	opacity: .8;
	transform: translate(-15px, 6px);
}


.iot-full-stack-controls, .iot-full-stack-controls-mobile {
	display: flex;
	column-gap: 2%;
}
.iot-full-stack-controls-mobile {
    min-width: 500px;
    margin-top: 1rem;
	padding: 2px;
}
.iot-full-stack-controls-mobile-container::-webkit-scrollbar {
  display: none;
}
.iot-full-stack-controls-mobile-container {
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	width: 100%;
	display: none;
}
.iot-full-stack-controls li, .iot-full-stack-controls-mobile li {
	list-style: none;
	display: block;
	width: 32%;
}
.iot-full-stack-controls li:before, .iot-full-stack-controls-mobile li:before {
	content: none !important;
}
.iot-full-stack-controls li button, .iot-full-stack-controls-mobile li button{
	font-size: 16px;
	font-weight: normal;
	min-width: 0;
	width: 100%;
	text-transform: none;
	padding: 12px 0;
	text-align: center;
	border-radius: 7px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

.iot-full-stack-controls li button.but-green, .iot-full-stack-controls-mobile li button.but-green {
	border-top: 5px solid #c2e24f !important;
}
.iot-full-stack-controls li button.but-blue, .iot-full-stack-controls-mobile li button.but-blue {
	border-top: 5px solid #57bef2 !important;
}
.iot-full-stack-controls li button.but-red, .iot-full-stack-controls-mobile li button.but-red {
	border-top: 5px solid #ef7b78 !important;
}
.iot-full-stack-controls li button.disabled, .iot-full-stack-controls-mobile li button.disabled {
	border-top: 5px solid #CECECE !important;
	color: #CECECE;
}
.pop-tri {
	position: absolute;
    color: #fff;
    bottom: -19px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.pop1 .pop-tri {
	left: 80px;
}
.pop2 .pop-tri {
	right: 120px;
}
.pop3 .pop-tri {
	right: 80px;
}
.iot-section-text, .iot-section-icon {
	opacity: 0.2;
	transition: all 0.5s;
}
.iot-section-text.active, .iot-section-icon.active {
	opacity: 1;
}
.content-block {
	min-height: calc(100vh - 140px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 140px 4rem 0 ;
	padding: 0 4rem 140px;
	box-sizing: border-box;
}
.content-block p {
}
.content-block h3 {
	align-self: flex-start;
	margin-top: 2rem;
	margin-bottom: 1rem !important;
}

.content-block-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.content-block-top-icon {
	height: 42px;
	width: 42px;
	border-radius: 10px;
	background: #323552;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.content-block-top-icon img {
	width: 26px;
}
.content-block-top-title p {
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
}

.content-block-features {
	display: flex;
	flex-wrap: wrap;
	column-gap:4%;
}
.content-block-features li {
	width: 48%;
	border-bottom: 2px solid #F4F4F6;
	font-weight: bold;
	padding: 1rem 0;
	display: flex !important;
	align-items: center;
}
.content-block-features li:before {
	content: none !important;
}
.content-block-features li img {
	margin-left: 0.5rem;
	margin-right: 1rem;
	width: auto;
	height: 1rem;
}
.iot-mobile-controls {
	display: none;
}
@media (max-width:767px) {
	.hide-for-small {
		display: none !important;
	}
	.content-block {
		height: 100vh;
		padding: 0;
	}
}

.pop-container {
	display: none;
	padding: 1rem;
	position: absolute;
	width: 266px;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	background: #fff;
	margin-top: -200px;
}
.pop-container.show {
	display: block;
}
.pop-container h4 {
	margin-bottom: 1rem !important;
}
.pop-container p {
	font-size: 16px;
}
.pop1 {
	border-top: 10px solid #ef7b78 !important;
}
.pop2 {
	border-top: 10px solid #c2e24f !important;
	left: calc(50% - 133px);
}
.pop3 {
	right: 2px;
	border-top: 10px solid #57bef2 !important;
}
.iot-banner {
	background: #323552;
	text-align: center;	
	padding: 100px 0 20px;
	background-image: url("images/bg_circles_thin_lines.svg");
	background-repeat: no-repeat;
	background-position: center bottom -380px;
	margin-bottom: 50px;
}
.iot-banner img {
	max-width: 200px;
	width: 100%;
	margin-top: 2rem;
}

.iot-banner h1 {
	color: #fff;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
.iot-banner p {
	color: #fff;
	max-width: 575px;
	margin: 0 auto;
	padding: 0 1rem;
}
.iot-banner p em {
	font-weight: 300;
}

.iot-summary {
	max-width: 1380px;
	width: 100%;
	margin: 100px auto;
}
.iot-summary h2 {
	text-align: center;
	margin-bottom: 2rem;
}
.iot-summary-container {
	display: flex;
	flex-wrap: wrap;
	/*column-gap: 2%;
	row-gap: 20px;*/
}
.iot-summary-block {
	width: 23%;
	margin: 1%;
	padding: 1.5rem;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	background: #fff;
	border-radius: 10px;
}
.iot-summary-block h4 {
	margin-bottom: 1rem;
}
.iot-summary-block p {
	font-size: 16px;
}
.iot-summary-block img {
	width: 40px;
	height: auto;
}
@media screen and (max-width: 1180px) {
	.iot-banner {
		margin-bottom: 0;
	}
	.iot-banner.addPad {
		margin-bottom: 68px;
	}
	.iot-mobile-controls {
		display: block;
		left: 0;
		width: 100%;
		padding: 1rem;
		background: #f4f4f6;
		overflow: auto;
		-ms-overflow-style: none;  /* IE and Edge */
	  	scrollbar-width: none;  /* Firefox */
	}
	.iot-mobile-controls.fixed {
		position: fixed !important;
		top: 82px;
		z-index: 5;
	}
	.iot-mobile-controls::-webkit-scrollbar {
	  display: none;
	}

	.iot-mobile-controls ul {
		display: flex;
		min-width: 400px;
	}
	.iot-mobile-controls li {
		margin-right: 1rem;
	}
	.iot-mobile-controls li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 36px;
		width: 36px;
		background: #f4f4f6;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
		border-radius: 7px;
	}
	.iot-mobile-controls li a.active { 
		background: #323452;
	}
	.iot-mobile-controls li a.active img { 
		filter: invert(1);
	}
	.iot-mobile-controls li a img {
		height: 24px;
		width: 24px;
	}
	.iot-summary-block {
		width: 48%;
	}
	#scrolling-content .hide-for-small {
		display: none !important;
	}
	#scrolling-content .two-column-block .column {
		width: 100%;
	}
	.content-block {
		padding: 40px 0 0 0;
		align-items: flex-start;
		min-height: 0;
		height: auto;
		margin-bottom: 100px;
	}
	.iot-full-stack-controls-mobile-container {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.iot-summary-block {
		width: 94%;
		margin: 3%;
	}
}