@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../font/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-Regular.ttf') format ('truetype');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../font/Montserrat-Bold_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Franklin';
	src: url('../font/LibreFranklinRegular.otf') format('opentype')
}

@font-face {
	font-family: 'Gothic';
	src: url('../font/gothic.ttf') format('truetype');
}


body {
	background-color: #f8f9fa !important;
}

/* SEARCH */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1035;
	top: 0;
	left: 0;
	font-family: sans-serif, 'Montserrat';
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 150px;
	font-size: 30px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
	outline: 0;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	outline: 0;
}

.overlay button:hover {
	background: #bbb;
}

/* END SEARCH */


.productivitysubs{
	font-size: 20px !important;
}
.portalsubs{
	font-size: 30px !important;
}
.productivityhead{
	font-size:100px !important;
}
.esc-logo {
	position: relative;
	height: 38px;
	width: 139px;
}

.learnmore {
	top: 400px;
	margin-left: 500px;
	position: absolute;
}

.prod-carousel {
	background-size: 100%;
	background-position: center;
	background-repeat: repeat;
}

.nav-item {
	font-family: 'Montserrat-Bold', sans-serif;
}

.nav-item a.active {
	font-family: 'Montserrat-Bold', sans-serif;
	color: #01019D;
}

.card {
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	transition: 0.3s;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	height: auto;
}

.card-text {
	white-space: normal;
}

.card:hover {
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.3);
}

.dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin-top: 40px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	/*1px solid rgba(0, 0, 0, 0.15)*/
	border-radius: 0;
	/*0.25rem*/
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

.dropdown-menu a {
	text-decoration: none;
	padding: 8px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.portfoliocard {
	text-align: center;
}

.home-struggle {
	font-weight: bold;
}

.home-problem {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}

.linkedin-icon img {
	width: 8%;
	height: 8%;
	border: none;
	margin-top: -15px;
}

/* OONTACT */
section#contact .section-heading {
	color: #fff;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 248px;
}

section#contact .form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
	box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* END CONTACT */


/* PRODUCTS JUMBOTRON */
.img-indicators {
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 85%;
	bottom: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.img-indicators li {
	width: 30px;
	height: 70px;
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.img-indicators li img {
	position: absolute;
	width: 55px;
	height: 50px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.img-indicators li img:hover {
	opacity: 5;
}

.img-indicators li.active img {
	opacity: 5;
}

.client-logo {
	max-height: 120px;
}

/* MOBILE FRIENDLY */

section#contact {
	background-color: #212529;
	background-image: url("../img/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width:1024px) {
	.portfolioimage {
		width: 100px;
		height: 100px;
	}

	.prod-carousel {
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.carousel-inner {
		position: relative;
		width: 100%;
		max-height: 30%;
		overflow: hidden;
	}

	.footer {
		height: 115px;
		background-color: #101010;
	}

	.footertext {
		text-align: center;
		color: white;
		opacity: 0.5;
		font-family: sans-serif, 'Poppins';
		font-size: 10px;
	}

	.followtext {
		text-align: center;
		color: white;
		font-family: sans-serif, 'Poppins';
		font-size: 15px;
	}

	.calltoaction {
		background-color: #ffd800;
		text-align: center;
		padding: 30px;
	}

	.calltoactionbtn {
		text-align: center;
		color: black;
		width: 180px;
		height: 50px;
		font-family: sans-serif, 'Montserrat';
		font-size: 14px;
		background-color: transparent;
		border-color: black;
		border-bottom-width: 1px;
		border-radius: 20px;
		padding-top: 13px;
	}

	.calltoactionbtn:hover {
		text-align: center;
		width: 180px;
		height: 50px;
		font-family: sans-serif, 'Montserrat';
		font-size: 14px;
		background-color: #010101;
		border: none;
		border-radius: 20px;
		padding-top: 13px;
		color: white;
	}

	section#contact {
		background-color: #212529;
		background-image: url("../img/map-image.png");
		background-repeat: no-repeat;
		background-position: center;
	}


	.timeline {
		position: relative;
		padding: 0;
		list-style: none;
	}

	.timeline:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		width: 2px;
		margin-left: -1.5px;
		content: '';
		background-color: #e9ecef;
	}

	.timeline>li {
		position: relative;
		min-height: 50px;
		margin-bottom: 50px;
	}

	.timeline>li:after,
	.timeline>li:before {
		display: table;
		content: ' ';
	}

	.timeline>li:after {
		clear: both;
	}

	.timeline>li .timeline-panel {
		position: relative;
		float: right;
		width: 100%;
		padding: 0 20px 0 100px;
		text-align: left;
	}

	.timeline>li .timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}

	.timeline>li .timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}

	.timeline>li .timeline-image {
		position: absolute;
		z-index: 100;
		left: 0;
		width: 80px;
		height: 80px;
		margin-left: 0;
		text-align: center;
		color: white;
		border: 7px solid #e9ecef;
		border-radius: 100%;
		background-color: #fed136;
	}

	.timeline>li .timeline-image h4 {
		font-size: 10px;
		line-height: 14px;
		margin-top: 12px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		padding: 0 20px 0 100px;
		text-align: left;
	}

	.timeline>li.timeline-inverted>.timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}

	.timeline>li.timeline-inverted>.timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}

	.timeline>li:last-child {
		margin-bottom: 0;
	}

	.timeline .timeline-heading h4 {
		margin-top: 0;
		color: white;
		font-weight: bold;
	}

	.timeline .timeline-heading h4.subheading {
		text-transform: none;
		color: #ffd800;
	}

	.timelinetext {
		color: white;
	}

	.timeline .timeline-body>ul,
	.timeline .timeline-body>p {
		margin-bottom: 0;
	}


	.team-member {
		margin-bottom: 50px;
		text-align: center;
	}

	.team-member img {
		width: 225px;
		height: 225px;
		border: 7px solid white;

	}

	.team-member h4 {
		margin-top: 25px;
		margin-bottom: 0;
		text-transform: none;
	}

	.team-member p {
		margin-top: 0;
	}

	.linkedin-icon img {
		width: 8%;
		height: 8%;
		border: none;
		margin-top: -15px;
	}


	.awards {
		width: 200px;
		height: 200px;
	}

	.awardstext {
		font-size: 15px;
		color: white;
		font-family: 'Franklin';
		text-align: center;
		padding-top: 10px;
		padding-bottom: 25px;
	}

	.Empathetic {
		font-family: sans-serif, 'Poppins-Bold';
		color: white;
		font-weight: bold;
		text-align: center;
	}

	.portfoliotitle {
		font-size: 30px;
		color: #fff;
	}

	.portfolio-item {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0 0 0 0;
	}

	.portfolio-item .caption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
}


.whatwedo {
	background-color: #000F87;
	color: white;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover
}

.about-billboard-1 {
	background-image: url(../img/gradient.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 87vh;

}

.about-billboard-btn {
	position: relative;
	top: 70%;
	left: 45%;
}

.about-billboard-video {
	width: 100%;
	
}



.google-map {
	width: 100%;
	height: 50vh;
	padding: 10px 50px;
	vertical-align: middle;
}

.career-video
{
	width: 90%;
}

.careerbtn{
	margin-top:10px;
}

.dpoqr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/* FOR MOBILE DEVICES */

@media (min-width: 200px) and (max-width: 992px) {


	.prod-carousel {
		background-size:  contain;
		background-position: center;
		background-repeat: repeat;
		width:100%;
		height:auto;
	}
	.client-logo {
		max-height: 100px;
	}

	.home-carousel-header {
		color: white;
		font-family: sans-serif, 'Poppins-Bold';
		font-size: 40px;
		font-weight: bold;
	}


	.about-billboard-1 {
		background-image: url(../img/gradient.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
		height: 50vh;

	}

	.about-billboard-btn {
		position: relative;
		top: 70%;
		margin: auto;
		left: 43%;
	}

	.btn-primaryprod {
		text-align: center;
		color: white;
		width: 180px;
		height: 50px;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		background-color: transparent;
		margin-right: 20px;
		border-color: #FFFFFF;
		border-bottom-width: 1px;
		border-radius: 20px;
		margin-bottom: 10px;
		padding-top: 13px;
	}

	.btn-primaryprod:hover {
		text-align: center;
		width: 180px;
		height: 50px;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		background-color: white;
		margin-right: 20px;
		border: none;
		border-radius: 20px;
		margin-bottom: 10px;
		padding-top: 13px;
		color: black;
	}


	.carousel-item {
		height: 92vh;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.carousel-comment-item {
		width: 100vw;
		min-height: 240px !important;
		max-height: 240px !important;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.carousel-caption {
		transform: translateY(-50%);
		bottom: 0;
		top: 50%;
	}

	.dropdown-menu {
		padding: 0;
		margin-top: 0px !IMPORTANT;
	}


	.portfolio-item .caption .caption-content {
		-webkit-transition: opacity 0.25s;
		transition: opacity 0.25s;
		margin-top: 25px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
	}


	.portfolio-item:hover img {
		-webkit-clip-path: inset(0rem);
		clip-path: inset(0rem);
		padding: 0;
		margin: 0;
	}

	.panel-image {
		height: 400px !IMPORTANT;
		width: 100%;
		object-fit: cover;
	}

	.mb-0 {
		font-size: 15px;
		color: white;
		opacity: 1;
	}

	.autoplay {
		height: 150px;
	}
	.productivitysubs{
		font-size: 20px !important;
	}
	.portalsubs{
		font-size: 20px !important;
	}
	.productivityhead{
		font-size:70px !important;
	}

}

@media (min-width:200px) and (max-width:430px) {

	.client-logo {
		max-height: 100px;
	}

	.carousel-comment-item {
		width: 100vw;
		min-height: 170px !important;
		max-height: 170px !important;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.calltoactionbtn {
		text-align: center;
		color: black;
		height: 50px;
		width: 70%;
		margin-top: 10px;
		font-family: sans-serif, 'Montserrat';
		font-size: 14px;
		background-color: transparent;
		border-color: black;
		border-bottom-width: 1px;
		border-radius: 20px;
		padding-top: 13px;
	}


	.calltoactionbtn:hover {
		text-align: center;
		width: 70%;
		height: 50px;
		font-family: sans-serif, 'Montserrat';
		font-size: 14px;
		background-color: #010101;
		border: none;
		border-radius: 20px;
		padding-top: 13px;
		color: white;
	}


}