@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

/* 1. GLOBAL STYLES */

body {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #777;
	font-weight: 400;
	font-size: 1em;
}

.body {
	position: relative;
	width: 100%;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #2a2c36;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
}

p {
	font-size: 1em;
	color: #3a405b;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

b, strong {
	font-weight: 700;
}

a {
	color: #333;
}

a:hover {
	color: #d025f0;
}

a, a:hover, a:focus, button, button:hover {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.space10 {
	margin-bottom: 0.2em;
}

.space20 {
	margin-bottom: 0.4em;
}

.space30 {
	margin-bottom: 0.6em;
}

.space40 {
	margin-bottom: 0.8em;
}

.space50 {
	margin-bottom: 1em;
}

.space60 {
	margin-bottom: 1.2em;
}

.space70 {
	margin-bottom: 1.4em;
}

.space80 {
	margin-bottom: 1.6em;
}

.space90 {
	margin-bottom: 1.8em;
}

.space100 {
	margin-bottom: 2em;
}

/* 2. COMMON STYLES */

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.no-padding {
	padding: 0em !important;
}

.no-padding-bottom {
	padding-bottom: 0em !important;
}

/* 3. HEADER STYLES */

.navbar {
	border-radius: 0em;
	background: transparent;
	padding: 1em 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.navbar-brand {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.5em 0 0;
}

.navbar-nav .nav-link {
	display: block;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff !important;
	letter-spacing: 0.05em;
}

.navbar-nav .nav-item + .nav-item {
	margin-left: 2rem;
}

.jumbotron {
	padding: 8rem 0 2.5rem;
	border-radius: 0em;
	background: #211e2f url(../images/bg/intro.jpg) no-repeat center bottom;
	background-size: cover;
}

.jumbotron h1 {
	font-weight: 800;
	line-height: 0.80em;
	position: relative;
	z-index: 77;
	color: #fff;
	font-size: 7em;
	letter-spacing: -0.08em;
	margin: 0 0 0.2em;
}

.jumbotron p {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 2em;
}

.nav-phone {
	font-size: 1.2em;
	position: relative;
    top: -0.15em;
}

.nav-phone i {
    position: relative;
    top: 0.15em;
    margin-right: 0.25em;
}

.nav-phone .nav-link {
	font-weight: 700 !important;
}

.btn.btn-primary {
	border-radius: 0em;
	border: medium none;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 1.4em 2.5em;
	font-family: Poppins;
	border-radius: 0.2em;
	background: #111;
}

.btn.btn-default {
	border-radius: 0em;
	border: medium none;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 1.4em 2.5em;
	font-family: Poppins;
	border-radius: 0.2em;
	background: #d025f0;
	color: #fff;
}

.btn.btn-default:hover {
	background:#a51abf;
	color:#fff;
}

.btn.btn-xs {
	padding: 1em 2em;
}

.btn-primary-outline {
	border-radius: 0em;
	border: medium none;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 1.25em 3.2em;
	font-family: Poppins;
	border-radius: 0.2em;
	border: 0.1em solid #111;
	color: #111;
	background: transparent;
}

.btn-default-outline {
	border-radius: 0em;
	border: medium none;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 1.25em 3.2em;
	font-family: Poppins;
	border-radius: 0.2em;
	border: 0.1em solid #d025f0;
	color: #d025f0;
	background: transparent;
}

.btn-default-outline:hover {
	border: 0.1em solid #d025f0;
	color: #fff;
	background: #d025f0;
}

.btn-primary-outline:hover {
	border: 0.1em solid #111;
	color: #fff;
	background: #111;
}

.btn-white-outline {
	border: 0.1em solid #fff;
	color: #fff;
	color: #fff;
}

.btn-white-outline:hover {
	border: 0.1em solid #fff;
	color: #111;
	background: #fff;
}

.btn i {
	margin-left: 1em;
}

.services {
	padding: 4em 0;
}

.services p {
	padding: 0;
	font-size: 1em;
	line-height: 1.7em;
}

.services i {
	color: #000;
	margin-bottom: 0.25em;
}

.services h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
}

.info-content {
	padding: 4em 0;
}

.title-head {
	margin: 0 0 0.4em;
}

.subtitle {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0 15%;
	line-height: 1.5em;
	margin-bottom: 3.3em;
}

.progress[value] {
	background: #f5f5f5;
	color: #e43a15 !important;
	border-radius: 1em;
	overflow: hidden;
}

.progress-bar h5 {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.01em;
	margin: 2.3em 0 0.6em;
	font-weight: 600;
	display: table;
}

progress::-moz-progress-bar {
	background: #d126f1 !important;
	border-radius: 1em;
}

progress::-webkit-progress-value {
	background: #d126f1 !important;
	border-radius: 1em;
}

/* Polyfill */
progress[aria-valuenow]:before {
	background: #d126f1 !important;
	border-radius: 1em;
}

.progress-bar {
	margin-top: -1.5em;
}

.service-box {
	padding: 5em;
}

.service-box h2 span {
	display: block;
	font-size: 3.5em;
	padding-bottom: 0.2em;
}

.bg-gray {
	background: #e5e5e5;
}

.bg-primary {
	background: #201f2d !important;
}

.bg-default {
	background: #d025f0;
}

.service-box-white h2 {
	color: #fff;
}

.service-box-white p {
	color: #fff;
	opacity: 0.6;
}

.iconList li {
	margin-bottom: 0.6em;
}

.iconList li:before {
	content: "\f121";
	font-family: "Ionicons";
	font-size: 1em;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 0.6em;
	line-height: 1em;
	color: #d025f0;
}

.card-img-overlay {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2rem;
}

.large-text {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 300;
}

.news-card .card {
	padding: 4em 4em;
	border-radius: 0em;
	border-right: none;
	height: 21em;
}

.news-card .card h5 {
	line-height: 1.4em;
	font-size: 1.2em;
}

.label {
	border-radius: 0.2em;
	font-size: 0.7em;
	padding: 0.35em 0.5em;
}

.card.bg-primary {
	border: none;
}

.white-text {
	color: #fff;
}

p.white-text {
	color: #fff;
	opacity: 0.7;
}

.info-content2 {
	padding: 8em 0;
}

.info-content h2 span {
	color: #d025f0;
	text-transform: uppercase;
	display: block;
	font-size: 0.5em;
	margin-bottom: 0.4em;
}

#footer {
	padding: 4em 0;
}

#footer p {
	color: #fff;
	opacity: 0.4;
}

#footer h3 {
	color: #fff;
	margin-top: 1.42em;
	font-size: 1em;
	margin-bottom: 1.5em;
}

.footer-list li {
	margin-bottom: 0.6em;
}

.footer-list li a {
	color: #fff;
	font-size: 0.9em;
	padding-left: 0.4em;
}

.contact-info p {
	line-height: 2em;
}

.contact-info p span {
	width: 1.6em;
	display: inline-block;
}

.subscribe button {
	padding: 0.5em 1.6em 0.5em 0.8em !important;
	text-align: center;
	font-size: 1em;
	height: 3.15em;
}

.subscribe button:hover {
	background:#a51abf;
	color:#fff;
}

.subscribe input {
	height: 2.5em;
    border: none;
}

.footer-copy p a {
	color: #d025f0;
}

.team {
	background: #ececec;
	padding-top: 6em;
}

.jumbotron-cta {
	background: #211e2f url(../images/parallax/1.jpg) no-repeat fixed center top;
	background-size: cover;
	margin: 0;
	padding: 7em 0;
}

.dual-btn button {
	margin: 0 0.6em;
}

/* RESPONSIVE STYLES */

@media only screen and (min-width: 768px)  and (max-width: 4000px) {

.center-content {
	display: flex;
	align-items: center;
	flex-direction: row;
}

}

@media only screen and (min-width: 993px)  and (max-width: 1150px) {

}

@media only screen and (min-width: 768px)  and (max-width: 992px) {

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.jumbotron h1 {
    font-weight: 800;
    line-height: 0.90em;
    font-size: 4em;
    letter-spacing: -0.05em;

}

.service-box {
    padding: 3em;
}

.news-card .card {
    margin: 0 0 -0.1em;
}

#footer p {
    color: #fff;
    opacity: 0.4;
    font-size: 0.8em;
}


}

@media only screen and (min-width: 250px)  and (max-width: 767px) {

.jumbotron {
	text-align:center;
}


.jumbotron h1 {
    line-height: 1em;
    font-size: 2.7em;
    letter-spacing: -0.04em;

}

.jumbotron img {
	margin-top:2.8em;
}

.progress-bar {
    margin-top: 2.7em;
}

.service-box {
    padding: 4em 4em;
}

.info-content3 img {
	max-width:150%;
}

.card.card-inverse {
	margin-top:4.3em;
}

.news-card .card {
    margin: 0 0 -0.1em;
}

.info-content2 img {
	margin-top:4.3em;
}

.info-content4 {
    padding-bottom: 5em !important;
}

.info-content4 h1 {
    top: -3em !important;
    position: relative;
    z-index: 777777;
    margin-bottom: -2em;
}

.dual-btn button {
    margin: 0 0.6em;
    width: 17em;
    margin-bottom: 0.6em;
}

.navbar-toggler {
    padding: 1em 0.1em;
    color: #fff;
    float: right;
}

#exCollapsingNavbar2 {
    background: #000;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0.9em;
    top: 4.8em;
    z-index: 8888888888;
}

.navbar-nav .nav-item {
    float: none;
    margin: 0 !important;
    padding: 0 0.9em;
}

.navbar-nav .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

}
