html, body {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	letter-spacing: .06em;
}

.container-fluid {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
}

/************Homepage Background****************/
.conta {
	position: relative;
}

.top-half {
	position: relative;
}

.video-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	background-color: #0f4170;
}

.video-foreground, .video-background video {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bottom-half {
	background-image: url('../images/Depositphotos_background_min.jpg');
	background-size: cover;
	background-color: #0f4170;
	/* height: calc(42em + 1vw); */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.screen-overlay {
	opacity: 0.8;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #071f36;
	z-index: 0;
}

/*******Navigation Bar********/
.completeNavbar {
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 0;
	text-align: left;
}

.navbar-brand img {
	 width: 162px;
}

.secondary {
	background-color: #071a2c;
	padding: 0 10.6%;
}

.secondary a {
	color: #fff;
	font-size: 1em;
}

.nav-link a {
	opacity: 1.0;
}

.secondary:hover a {
	opacity: 1.0;
}

.secondary:hover .navbar-nav:hover a {
	opacity: 0.5;
}

.secondary:hover .navbar-nav:hover a:hover {
	opacity: 1.0;
}

.primary {
	padding: 90px 10.6% 0px;
}

.primary a {
	font-size: 20px;
}

.primary:hover .navbar-nav:hover a.nav-link {
	opacity: 0.5;
}

.primary:hover .navbar-nav:hover a.nav-link:hover {
	opacity: 1.0;
}

.primary:hover .navbar-nav:hover .nav-item.show:hover a:hover {
	opacity: 1.0;
}

.primary .emp-link {
	display: none;
}

.primary .dropdown-menu {
	border-radius: 0;
}

.custom-toggler.navbar-toggler {
	border-color: rgba(255, 255, 255, .3);
}

.navbar-toggler span.navbar-toggler-icon {
	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='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button:focus {
	outline: 1px solid #fff;
}

.primary li.nav-item {
	margin-left: 24px;
}

.siteload .primary li.nav-item a.nav-link {
	color: #fff;
}

.primary li.nav-item a.nav-link {
	color: #0f4170;
}

.primary .dropdown-menu {
	border: none;
}

.siteload .primary .dropdown-menu.show {
	background-color: #fff;
}

.primary .dropdown-menu.show {
	background-color: rgba(8, 42, 73, .95);
	padding: 0.5rem 0;
}

.dropdown-menu {
	margin: 0;
}

.siteload .primary li.nav-item .dropdown-item {
	color: rgba(0, 0, 0, .5);
	padding: .25rem 1.5rem;
}

.primary li.nav-item .dropdown-item {
	color: rgba(255, 255, 255, .4);
	padding: .35rem 1.5rem;
}

.siteload .primary li.nav-item .dropdown-item:hover {
	color: rgba(0, 0, 0, 1);
}

.primary li.nav-item .dropdown-item:hover {
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
}

.siteload .primary a.navbar-brand {
	background: transparent;	
	
}

.primary a.navbar-brand {
	padding: 0;
	margin-left: 14px;
}

/***********Main Content Area************/
.conta .main {
	padding: 0 11.6% 70px;
}

.conta .row {
	padding-top: 100px;
	margin: 0;
}

.conta .block-content {
	background: transparent;
	color: #fff;
	font-family: 'Fjalla One';
	margin-bottom: 0px;
	text-align: center;
}

.carousel img {
	width: 100%;
	height: 100%;
}

.carousel-caption {
	background: rgba(0, 0, 0, .8);
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1em;
	padding: 12px;
	right: 10%;
	left: 10%;
}

.carousel-caption h6 {
	text-transform: uppercase;
}

.carousel-caption p {
	letter-spacing: .08em;
	margin: 15px 5px 0;
}

#myCarousel .carousel-control-next-icon, #myCarousel .carousel-control-prev-icon
	{
	width: 30px;
	height: 30px;
}

#myCarousel .carousel-control-next, #myCarousel .carousel-control-prev {
	width: 8%;
}

.conta .card {
	border: none;
	background: transparent;
	overflow: hidden;
}

.conta .card-body {
	color: #fff;
	padding-left: 0;
}

.conta .card h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.2em;
}

.conta .card p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.8em;
	line-height: 1.75;
}

.conta .card h2 a {
	color: #fff;
	padding-bottom: 2px;
}

.conta .card a {
	color: #fff;
}

.conta .block-h1-content h1 {
	color: #fff;
	font-family: Fjalla One;
	line-height: 1.5;
}

.conta .block-button-content {
	text-align: center;
}

.conta .row.one {
	padding-top: 50px;
}

.conta .row.two {
	padding-top: 34px;
}

.conta .row.five {
	padding-bottom: 74px;
	padding-top: 34px;
}

.conta a.btn-light {
	border-radius: 0;
	border-color: #fff;
	padding: 25px 46px;
	font-family: Fjalla One;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.conta h1 {
	font-size: 3.4rem;
	font-weight: 400;
	padding: 0 48px;
}

/**********************Site Footer*********************/
.footer {
	background-color: #071a2c;
	color: #fff;
	display: flex;
	font-family: 'Libre Franklin', sans-serif;
	padding-top: 50px;
}

.footer p {
	font-size: 12px;
	margin: 22px 0;
}

.footer p.more {
	margin: 22px 40px;
}

.footer h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
}

.footer a {
	color: #52C2C8;
	padding-bottom: .05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(82, 194, 200, .3);
	text-decoration: none;
}

.footer a:hover {
	color: rgba(82, 194, 200, .6);
	border-color: rgba(82, 194, 200, .15);
}

.footer .contain {
	padding: 0 11.6% 0;
}

.footer #footerBlocksTop {
	padding: 0 11.6% 70px;
}

.footer .block {
	text-align: left;
}

.footer .block-center {
	text-align: center;
}

.footer ul li {
	font-size: 12px;
	list-style-type: none;
	padding-bottom: 4px;
}

.footer ul li::before {
	content: ' ';
	display: inline-block;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

 .footer .fa {
	border: none;
	padding: 10px 6px;
	font-size: 42px;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
  } 

.footer .fa:hover {
    opacity: 0.7;
}


/************what-we-do.php********************/
.whatwedo {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.whatwedo .main {
	padding: 0 12% 70px;
}

.whatwedo section {
	margin-top: 20px;
}

.whatwedo .row {
	padding-top: 50px;
}

.whatwedo h1 {
	color: #0f4170;
	font-size: 3rem;
}

.whatwedo .hdrdesc {
	color: #000;
	font-family: Libre Franklin;
	font-size: 0.8em;
	text-align: left;
	padding: 20px 20px 0;
}

.whatwedo .boxi {
	border: 2px solid grey;
	border-radius: 20px;
	min-height: 10em;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatwedo .boxi h2 {
	color: #0f4170;
	font-family: Fjalla One;
	font-size: 1.3em;
	letter-spacing: .02em;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
}

/************news-events.php********************/
.news-events {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.news-events .main {
	padding: 0 15% 70px;
}

.news-events section {
	margin-top: 50px;
}

.news-events ul {
	font-size: 12px;
	font-family: "Libre Franklin";
	list-style-type: none;
}

.news-events ul li::before {
	content: ' ';
	display: inline-block;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-events h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
}

/************career-opportunities.php********************/
.career-opportunities {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.career-opportunities .main {
	padding: 0 15% 70px;
}

.career-opportunities section {
	margin-top: 50px;
}

.career-opportunities ul {
	font-size: 12px;
	font-family: "Libre Franklin";
	list-style-type: none;
}

.career-opportunities ul li::before {
	content: ' ';
	display: inline-block;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.career-opportunities h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
}

.career-opportunities p {
	text-align: center;
	font-size: 12px;
	font-family: "Libre Franklin";
}

.career-opportunities .text-align-left {
	text-align: left;
}

.career-opportunities .row {
	padding: 0;
}

.career-opportunities .box {
	height: 95px;
	padding: 25px 17px;
	text-align: center;;
}

.career-opportunities .button {
	background: #ffffff;
	color: #0f4170;
	font-size: 15px;
	text-transform: uppercase;
	padding: 21px 34px;
	font-family: "Fjalla One";
	text-decoration: none;
	border: solid;
}

.career-opportunities .button:hover {
	background: #0f4170;
	color: white;
	border-color: white;
}

/************career-Listing.php********************/

.career-listing .main {
	padding: 0 5% 50px;
}

.career-listing section {
	margin-top: 50px;
}

.career-listing h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	text-align: center;
}

.career-listing .extlink {
	text-align: center;
}

.career-listing .extlink a.hrsmart {
	background: #ffffff;
	color: #0f4170;
	font-size: 15px;
	text-transform: uppercase;
	padding: 21px 34px;
	font-family: "Fjalla One";
	text-decoration: none;
	border: solid;
	border-radius: 0px;
	margin: 0 20px;
}

.career-listing .extlink a.hrsmart:hover {
	background: #0f4170;
	color: white;
	border-color: white;
}

.career-listing .hi-tec-career-listing iframe {
	border: none;
	min-height: 59em;
	width: 100%;
}


/************employee-access.php********************/
.employee-access {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.employee-access .main {
	padding: 0 11.6% 70px;
}

.employee-access section {
	margin-top: 50px;
}

.employee-access p {
	text-align: center;
	font-size: 12px;
	font-family: "Libre Franklin";
}

.employee-access h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
}

.employee-access .row {
	padding: 25px 17px;
	text-align: center;
	height: auto;
	width: auto;
}

.employee-access ul.btn-list
{
    border: 1px solid #52c2c8;
    text-align: center;
    padding: 0;

}

.employee-access ul.btn-list li{
	list-style-type: none;
	margin: 16px;
}

.employee-access .button {
	background: #ffffff;
	border: solid;
	color: #0f4170;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	padding: 21px 110px;
	margin: 10px 0;
	font-family: "Fjalla One";
	text-decoration: none;
	display: inline-block;
	white-space: normal;
	border-radius: 0px;
}

.employee-access .button:hover {
	background: #0f4170;
	color: white;
	border-color: white;
}

/************hi-tec-systems.php********************/
.hi-tec-systems {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.hi-tec-systems .main {
	padding: 0 11.6% 34px;
	background-color: #fff;
	z-index: -100;
}

.hi-tec-systems .card p {
	text-align: left;
	font-size: 12px;
	font-family: "Libre Franklin";
	color: #000;
}

.hi-tec-systems .card {
	border: none;
	background: transparent;
	overflow: hidden;
}

.hi-tec-systems .card-body {
	color: #fff;
	padding-left: 0;
}

.hi-tec-systems h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
}

.hi-tec-systems h2 a {
	color: #0f4170;
	font-size: 22px;
	font-family: "Fjalla One";
}

.hi-tec-systems a {
	color: #0f4170;
}

.hi-tec-systems .one {
	padding-top: 80px;
	padding-bottom: 34px;
}

.hi-tec-systems .two {
	padding-top: 0;
	padding-bottom: 68px;
}

.hi-tec-systems .three {
	padding-top: 0;
	padding-bottom: 0px;
}

/************about-us.php********************/
.about-us {
	color: #000;
	font-family: Libre Franklin;
	line-height: 1.4em;
	padding: 0 15%;
}

.about-us section {
	margin-top: 50px;
}

.about-us h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 3.4rem;
	font-weight: 400;
	text-align: center;
}

.about-us p {
	text-align: left;
	font-size: 12px;
	font-family: "Libre Franklin";
	margin: 0;
	padding-top: 30px;
}

.heroimg img {
	width: 100%;
    height: 422px;
	margin-bottom: 20px;
    object-fit: cover;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.about-us .hr {
	margin: 0;
	padding: 30px 0 0 0;
}

.about-us div.two {
	padding-top: 30px;
}

.about-us .cmv .card {
	border: none;
}

.about-us .card p {
	text-align: center;
}

.about-us .awards img, .about-us .clients img {
	max-width: 150px;
	height: auto;
}

.about-us .awards .award-image {
	padding: 0 24px;
}

.about-us .clients .client-image img {
	padding: 10px;
}

/************lets-talk.php********************/
.lets-talk {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.lets-talk .main {
	padding: 0 11.6% 70px;
}

.lets-talk section {
	margin-top: 50px;
	padding: 0 5%;
}

.lets-talk p {
	text-align: center;
	font-size: 12px;
	font-family: "Libre Franklin";
}

.lets-talk p.name {
	margin-bottom: .5rem;
	text-align: left;
}

.lets-talk .hi-tec-lets-talk p a, .hi-tec-career-opportunities .block p a,
	.hi-tec-employee-access p a {
	border-bottom: 1px solid rgba(15, 65, 112, .5);
	color: #0f4170;
	padding-bottom: .05rem;
	text-decoration: none;
}

.lets-talk .hi-tec-lets-talk p a:hover, .hi-tec-career-opportunities .block p a:hover,
	.hi-tec-employee-access p a:hover {
	border-bottom-color: rgba(15, 65, 112, .4);
	opacity: 0.6;
}

.lets-talk h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 34px;
}

.lets-talk .col-sm-6.first {
	width: 50%;
	padding-left: 15px;
	padding-right: 7px;
}

.lets-talk .col-sm-6.last {
	width: 50%;
	padding-left: 7px;
	padding-right: 15px;
}

.lets-talk .row {
	overflow: hidden;
}

.lets-talk input, textarea {
	width: 100%;
	padding: 12px;
	background: #fafafa;
	font-size: 12px;
	font-family: "Libre Franklin";
	border-radius: 2px;
	border: 1px solid #ccc;
	margin: 2px 0;
}

.lets-talk .email, .subject, .message {
	padding-bottom: 24px;
}

.lets-talk .caption p {
	text-align: left;
}

.lets-talk label {
	font-family: "Libre Franklin";
	font-size: 12px;
	font-weight: 400;
}

.lets-talk .box {
	height: 95px;
	padding: 0 17px 25px 0;
	text-align: left;
}

.lets-talk .button {
	background: #0f4170;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 34px;
	font-family: "Fjalla One";
	width: auto;
}

.lets-talk .button:hover {
	opacity: 0.8;
}

.lets-talk .required {
	color: #fff;
	background-color: #cc3b3b;
	background-image: url(../images/x-icon.png);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 9px;
	font-family: "Libre Franklin";
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px 3px 25px;
	margin-top: 12px;
	margin-bottom: 6.5px;
	text-align: left;
	border-radius: 2px;
	display: none;
}

#showOnSend {
	display: none;
	width: 100%;
}

/************our-advisors.php********************/
.our-advisors {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-advisors .main {
	padding: 0 15% 70px;
}

.our-advisors section {
	margin-top: 50px;
}

.our-advisors p, .our-advisors ul li {
	text-align: center;
	font-size: 12px;
	font-family: "Libre Franklin";
	text-align: left;
}

.our-advisors h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 34px;
}

.our-advisors h3 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-weight: 400;
	text-align: left;
}

.our-advisors .profiles .bio.row {
	margin-bottom: 50px;
}

/************our-competencies.php********************/
.our-competencies {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-competencies .main {
	padding: 0 11.6% 70px;
}

.our-competencies section {
	margin-top: 20px;
}

.our-competencies .row {
	padding-top: 50px;
}

.our-competencies .primary li.nav-item a:hover {
	color: #e1a;
}

.our-competencies h1 {
	color: #0f4170;
	font-size: 3rem;
	text-align: center;
	font-family: "Fjalla One";
}

.our-competencies .hdrdesc {
	color: #000;
	font-family: Libre Franklin;
	font-size: 0.8rem;
	text-align: left;
	padding: 20px 40px 0;
}

.our-competencies .boxi {
	border: 2px solid grey;
	border-radius: 20px;
	min-height: 10em;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-competencies .boxi h2 {
	color: #0f4170;
	font-family: Fjalla One;
	font-size: 1.3em;
	letter-spacing: .02em;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
}

/************our-contracts.php********************/
.our-contracts {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-contracts .main {
	padding: 0 12% 70px;
}

.our-contracts section {
	margin-top: 50px;
}

.our-contracts p {
	text-align: left;
	font-size: 12px;
	font-family: "Libre Franklin";
	color: #000;
	font-weight: 300;
	padding-bottom: 17px;
	margin: 0;
}

.our-contracts .center-align {
	text-align: center;
}

.our-contracts h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 34px;
}

.our-contracts h2 {
	color: #0f4170;
	font-size: 22px;
	font-family: "Fjalla One";
	padding-bottom: 17px;
}

.our-contracts ul {
	font-size: 12px;
	font-family: "Libre Franklin";
	list-style-type: none;
}

.our-contracts .collapse.show li::before {
	content: ' ';
	display: inline-block;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.our-contracts h3 {
	font-family: "Fjalla One";
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding: 17px 0 17px;
}

.our-contracts .one, .our-contracts .two, .our-contracts .three, .our-contracts .four,
	.our-contracts .five, .our-contracts .six {
	padding: 52px 0 0;
}

/************our-locations.php********************/
.our-locations {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-locations .main {
	padding: 0 11.6% 70px;
}

.our-locations section {
	margin-top: 50px;
}

.our-locations .row {
	padding: 0;
}

.our-locations p {
	text-align: left;
	font-size: 12px;
	font-family: "Libre Franklin";
	margin: 12px 0;
}

.our-locations .hdrdesc {
	padding: 20px 50px 40px;
}


.our-locations .desc {
	padding: 17px 0;
}

.our-locations .desc a {
	color: #0f4170;
	padding-bottom: .05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}

.our-locations .desc a:hover {
	color: rgba(15, 65, 112, .5);
	border-color: rgba(15, 65, 112, .15);
}

.our-locations h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding: 34px 0;
}

.our-locations h2 {
	color: #0f4170;
	font-size: 22px;
	font-weight: 400;
	font-family: "Fjalla One";
	padding-bottom: 17px;
}

.our-locations .map-container-5 {
	overflow:hidden;
	position:relative;
	height:0;
}

.our-locations	.map-container-5 iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/************our-partners.php********************/
.our-partners {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-partners .main {
	padding: 0 15% 70px;
}

.our-partners section {
	margin-top: 50px;
}

.our-partners p {
	text-align: left;
	font-size: 12px;
	font-family: "Libre Franklin";
}

.our-partners h1 {
	color: #0f4170;
	font-family: "Fjalla One";
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 34px;
}

.our-partners .row {
	padding: 0;
}

.our-partners ul {
	font-size: 12px;
	font-family: "Libre Franklin";
	list-style-type: none;
}

.our-partners ul li::before {
	content: ' ';
	display: inline-block;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/************our-services.php********************/
.our-services {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-services .main {
	padding: 0 11.6% 70px;
}

.our-services section {
	margin-top: 20px;
}

.our-services .row {
	padding-top: 50px;
}

.our-services .primary li.nav-item a:hover {
	color: #e1a;
}

.our-services h1 {
	color: #0f4170;
	font-size: 3rem;
	text-align: center;
	font-family: "Fjalla One";
}

.our-services .hdrdesc {
	color: #000;
	font-family: Libre Franklin;
	font-size: 0.8rem;
	text-align: left;
	padding: 20px 40px 0;
}

.our-services .boxi {
	border: 2px solid grey;
	border-radius: 20px;
	min-height: 10em;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-services .boxi h2 {
	color: #0f4170;
	font-family: Fjalla One;
	font-size: 1.3em;
	letter-spacing: .02em;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
}

/************our-solutions.php********************/
.our-solutions {
	color: #000;
	font-family: Libre Franklin;
	letter-spacing: .06em;
	line-height: 1.4em;
}

.our-solutions .main {
	padding: 0 11.6% 70px;
}

.our-solutions section {
	margin-top: 20px;
}

.our-solutions .row {
	padding-top: 50px;
}

.our-solutions .primary li.nav-item a:hover {
	color: #e1a;
}

.our-solutions h1 {
	color: #0f4170;
	font-size: 3rem;
	text-align: center;
	font-family: "Fjalla One";
}

.our-solutions .hdrdesc {
	color: #000;
	font-family: Libre Franklin;
	font-size: 0.8rem;
	text-align: left;
	padding: 20px 40px 0;
}

.our-solutions .boxi {
	border: 2px solid grey;
	border-radius: 20px;
	min-height: 10em;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-solutions .boxi h2 {
	color: #0f4170;
	font-family: Fjalla One;
	font-size: 1.3em;
	letter-spacing: .02em;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
}

@media ( min-aspect-ratio : 16/9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media ( max-aspect-ratio : 16/9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}