* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	min-height: 100%;
}
body {
	min-height: 100%;
	background: #f7f9fc;
	font-family: 'Nunito Sans', sans-serif!important;
	color: #333;
	font-size: 14px;

	background: #fff;  /* fallback for old browsers */

}
a {
	color: #1fb687;
}
a:hover {
	color: #1fb687;
	text-decoration: underline;
}

.container-fullwidth {
	max-width: 100%;
}
.row {
	padding-bottom: 15px;
}
.row.video {
	max-width: 1080px;
	margin: auto;
}
.hero .row {
	max-width: 100%;
}
.hero.contact {
	padding: 60px 15px;
}
.hero.contact .row.center {
	max-width: 1080px;
	margin: auto;
}
.row.row-limited,
.hero .row.row-limited {
	max-width: 1170px;
	margin: auto;
}

.hero .subtitle,
.banner .subtitle {
	display: block;
	font-size: 18px;
	color: #999;
	font-weight: 300;
	max-width: 1080px;
	margin: auto;
}
.service-areas div {
	padding-bottom: 15px;
}
.marginreset {
	margin-bottom: 280px;
}

h1 {
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
}
h2 {
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
}
h3 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding-top: 15px;
}
h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
}



p {
	color: #454545;
	font-size: 15px;
	padding: 10px 0px;
	margin: 0px;
	line-height: 1.75;
}

h2.bold {
	font-weight: 900;
}

h3 a {
	background: -webkit-linear-gradient(to right, #1fb687, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1fb687, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn {
    font-size: 14px;
	
}

.main-navigation .nav-link {
	font-weight: 400;
}
.main-navigation .nav-link.active {
	color: #11998e;
	font-weight: bold;
}


#profile {
	display: block;
	margin: 80px 60px;
	float: right;
	max-width: 430px;
	border-radius: 50%;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}

footer .nav-link.main-category {
	font-weight: bold;
}
footer .nav-link.active {
	color: #11998e;
	font-weight: bold;
}

.space {
	display: inline-block;
	padding-right: 45px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.inner {
	padding: 0px 30px;
}
.hero {
	padding: 160px 15px;
	background: #f8f9fc;
}

.hero-divider {
	padding: 60px 15px 40px 15px;
}
.hero-divider h2 {
	color: #fff;
}
.bg1 {
	background: url('img/bg_1.jpg') center center no-repeat;
	background-size: cover;
}

.hero-divider .row {
	max-width: 1170px;
	margin: auto;
}

.home.hero {
	margin-top: 80px;
	padding: 0px 0px 0px 0px;
	font-size: 46px;
}
.hero h1 {
	color: #37383c;
}
.home.hero h1 {
	font-size: 42px;
	margin-top: 180px;
	margin-bottom: 15px;
}
.hero a.btn-outline-light {
	color: #fff;
}

.banner {
	padding: 60px 15px;
}

#venn-container {
	height: 360px;
}

.label {
	font-weight: bold;
	line-height: 12px;
	vertical-align: middle;
	float: left;
	width: 30%;
}

.progress {
	margin: 2px 0px 12px 0px;
	height: 12px;
}
.bg-info {
    background-color: #11998e!important;
}

#dynamic-container {
	height: 300px;
}

.btn-green {
	color: #fff!important;
/*
background: #11998e; 
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  
background: linear-gradient(to right, #38ef7d, #11998e); 
*/
/*
background: #34e89e;  
background: -webkit-linear-gradient(to right, #0f3443, #34e89e);  
background: linear-gradient(to right, #0f3443, #34e89e); 
*/
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border: 0px solid #38ef7d;
/*
background: #00c3ff; 
background: -webkit-linear-gradient(to right, #ffff1c, #00c3ff); 
background: linear-gradient(to right, #ffff1c, #00c3ff);
*/
/*
    background: -webkit-linear-gradient(45deg, #c7268a, #c7268a 44%, #ff4081 66%, #ff4081);
    background: -o-linear-gradient(45deg, #c7268a, #c7268a 44%, #ff4081 66%, #ff4081);
    background: linear-gradient(45deg, #c7268a, #c7268a 44%, #ff4081 66%, #ff4081);
*/

    -webkit-background-size: 300% 100%;
    background-size: 300% 100%;
    background-position: right center;
    transition: 0.75s all;
}
.btn-outline-green {
	color: #11998e!important;
	border-color: #11998e!important;
}
.btn-xl {
    padding: 10px 20px;
}


.btn-green:hover {
	color: #fff;
    background-position: 65% center;
}


.contact span {
    display: block;
    font-size: 21px;
    color: #555;
    margin-top: -20px;
    font-weight: 300;
}
.contact span a {
    color: #11998e;
}


.keypoints {
	padding: 45px 15px;
}
.navbar {
/*	background: #ec008c; 
	background: -webkit-linear-gradient(to bottom, #ec008c, #f1387a); 
	background: linear-gradient(to bottom, #ec008c, #f1387a); 
*/	padding: 20px 30px;
}
.fixed-navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	transition: all 0.8s;

}
a.navbar-brand {
	color: #454545!important;
	font-weight: 800;
	font-size: 20px;
	line-height: 2;
/*	text-transform: uppercase; */
	padding: 0px 0px;

}
a.navbar-brand #logo {
	width: 32px;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
}
.content {
	padding: 60px 0px;
}
.navbar a {
	color: #37383c;

}
.navbar a:hover {
	color: #11998e;

}


.square {
  width: 100%;
  background: #333;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}


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



.evenodd .row {
	padding-bottom: 60px;
}

h2::after {
	content: " ";
	height: 3px;
	background: #11998e;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-size: 300% 100%;
    background-size: 300% 100%;
    background-position: right center;
    transition: 0.5s all;
	display: block;
}
h2::after {
	width: 80px;
	margin-bottom: 30px;
}
.text-center h2::after {
	width: 80px;
	margin: auto;
	margin-bottom: 45px;
}
.line {
background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 15px 15px;
	max-width: 100%;
	border-bottom: 1px #eee solid;
}
.line .row {
	padding-bottom: 0px; 
}

.line h4 {
	line-height: 60px;
	color: #fff;
	vertical-align: middle;
	font-weight: 700;
	font-size: 20px;
	margin: 0px auto;
}


hr {
	height: 1px;
	width: 100%;
	background: #eee;
	border: none;
	margin: 60px 0px;
}
.images div {
	padding: 0;
	margin-bottom: 0px;
}
.images img {
	max-width: 100%;
}
.images-container {
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.images-container,
.images-container .row {
	padding: 0px;
	margin: 0px;
}

.lead-long {
	font-size: 16px;
}
.lead strong {
	font-weight: 700;
}
.lead-title {
	font-size: 16px;
	color: #999;
	margin-top: -30px;
	margin-bottom: 15px;
}
.client-logo {
	height: 120px;
	width: 120px;
	margin: auto;
	border-radius: 50%;
	border: 1px #eee solid;
	position: relative;
	vertical-align: middle;
	background: #fff;
	overflow: hidden;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client {
	max-width: 100%;
	padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}


footer {
	padding: 60px 15px;
background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


footer h2, footer p, footer span {
	color: #fff;
}
footer span {
	font-size: 18px;
	font-weight: 300;
	display: block;
}
footer span.company {
	font-size: 15px;
	margin-bottom: 30px;
	display: block;
	color: #aaa;
}


footer h5 {
    color: #efb6bf;
    text-transform: uppercase;
    padding: 0px 15px;
    font-weight: 800;
    font-size: 14px;

}
footer a.nav-link {
	color: #fff;
}

@media (max-width: 576px) {
	.container {
	    max-width: 100%;
	}
}

.d-sm-none {
	display: block!important;
}

@media only screen and (max-width: 800px) {
	.content {
		padding: 30px;
	}
	#profile {
		display: block;
		margin: 15px 30px;
		float: none;
		max-width: calc(100% - 60px);
	}
	.home.hero h1 {
	    font-size: 28px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.line h4 {
	    line-height: 30px;
	    padding: 15px 15px;
	    color: #fff;
	    font-size: 18px;
	    margin: 0px auto;
	    text-align: left;
	}
	.d-sm-none {
		display: none!important;
	}
	.both {
		text-align: left!important;
	}
	.both .col {
		padding: 15px 0px;
	}
}

