body {
	font-family: 'Arimo', sans-serif;
}

#experience ul {

	width: 185px;

	margin-left: 20px;
	/* key property */

}

.container {
	max-width: 1300px;
	margin: 0 auto;

}

footer,
.copyright,
.blue-border {
	border-top: solid 2px #00007e;
}

footer {

	color: #fff !important;
}

h1 {
	text-align: center;
}

.contact p {
	text-align: left;
}

.hero {
	border-top: 4px solid #02017a;
	border-bottom: 4px solid #02017a;
	position: relative;
	z-index: -1;
}

.phone {
	color: #006fbc;
	font-size: 28px;
	font-weight: bold;
}

.phone-foot {
	color: #fff;
	font-size: 24px;
}

.backing {
	background-color: rgb(3 113 2);
	border-radius: 20px !important;
	height: 100%;
	max-width: 425px;
}

.backing img {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

.backinginner {
	background-color: #02017a;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

i {
	color: #006fbc;
	font-size: 64px;
}

.copyright {
	text-align: center;
	color: #fff !important;
	background-color: #02017a;
}

.copyright a {
	color: #ccc !important;
}

.map {
	height: 350px;
	width: 100%;
	margin-bottom: -7px;
}

.btn-success {
	background-color: #006fbc !important;
	border: solid 1px #02017a;
}

.hero-outer {
	position: relative;
}

.hero-text {
	color: #fff;
	position: absolute;
	top: 30%;
	right: 50%;
	text-align: left;
}

.hero-heading {
	font-size: 42px;
	font-weight: bold;
	text-shadow: 0 0 6px #000, 0 0 10px #000, 0px -0px 20px #000;

}

.experience li {
	display: inline-block;
	padding-right: 10px;
}

.experience li:before {
	content: '\00a0\2022\00a0\00a0';
	color: #999;
	color: rgba(0, 0, 0, 0.5);
	font-size: 11px;
}

.btn-custom-1 {
	background-color: #02017a;
	color: #fff;
	font-weight: 600;
}

.btn-custom-1:hover {
	background-color: #2b2ba1;
	color: #fff;
}

/**NAVBAR**/

.navbar {
	/* navbar styles */
	background: #fff;
	padding: 0 1rem;
	margin-top: -30px;
}

.nav-link {
	/* top level link */
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

.nav-link:hover {
	color: #fff;
	/* top level link hover */
	background-color: #006fbc;
}

.dropdown-menu {
	/* dropdown menu styles */
	background: #FFF;
}

.dropdown-item {
	/* dropdown link */
	color: #000;
}

.dropdown-item:hover {
	/* dropdown link hover */
	color: #FFF;
	background: #00F;
}

.navbar-toggler {
	/* styles the mobile nav button border */
	border-color: #000;
	border-radius: 8px;
}

.navbar-toggler-icon {
	/* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.testimonial-container {
	background-color: #f0f0f0;
	padding: 30px;
	min-height: 250px;
	border-radius: 3px;
}

.testimonial p {
	font-size: 1.5rem;;
}

.testimonial h3 {
	font-size: 1.2rem;
}

.rslides_nav {
	background-color: #006fbc;
}

.centered-list {
	display: table;
	margin: 0 auto;
	padding-left: 1.5em;
	text-align: left;
}

.centered-list li {
	padding: 5px 0;
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar {
		/* navbar styles */
		padding: .25rem 1rem;
	}

	.nav-link {
		/* top level link */
		text-align: center;
		font-size: 18px;

		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.dropdown-menu {
		/* dropdown menu styles */
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		border: none;
	}

	.dropdown-item {
		/* dropdown link */

		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
}


/*DIVIDERS*/

.nav-link {
	position: relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}
*/

/*dots
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}*/

/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.map {
		height: 200px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	.logo-row {
		height: 150px;
	}
}

/**LG & DOWN**/
@media (max-width: 1199px) {}

/**MD & UP*/
@media (min-width: 768px) {
	.blue-border {
		border-right: solid 2px #00007e;
	}

	.no-border-right {
		border-right: none !important;
	}
}

/**LG & UP**/
@media (min-width: 992px) {
	h1 {
		font-size: 50px;
	}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {
	.hero-text {
		top: 15%;
		right: 40%;
	}

	.hero-heading {
		font-size: 24px;
	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
	.hero-text {
		top: 20%;
		right: 40%;
	}

	.hero-heading {
		font-size: 28px;
	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.hero-text {
		top: 20%;
		right: 40%;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.no-pad-md {
		padding-left: 0px;
		padding-right: 0px;
	}

	.hero-text {
		top: 25%;
		right: 45%;
	}
}

/**XLG**/
@media (min-width: 1200px) {}