@charset "UTF-8";
/*!
* Start Bootstrap - Agency v6.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #111037;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f26f2a;
  --yellow: #323232;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #323232;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #323232;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/*runscss*/

a {
    text-decoration: none;
}
#mainNav {
  background-color: #fff;
  border-top: 0.3rem solid #f26f2a;
}
#mainNav .navbar-brand img {
  height: 2.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f26f2a;
}
@media (max-width: 978px) {
.nav-item {
 text-align: center;
}
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 16, 55, 1);
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(17, 16, 55, 1);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}


header.masthead {
  margin-top: 5rem;
  padding-top: 17rem;
  padding-bottom: 10rem;
  text-align: left;
  color: #fff;
  background-image: url("../assets/img/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  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";
}

header.masthead .masthead-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 2rem;
  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";

}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 8.5rem;
	
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
.btn-primary {
  color: #fff;
  background-color: #292695;
  border-color: #292695;
}
.pl-2 {
    padding-right: 0rem!important;
    padding-left: 0.5rem!important;
}
.btn-warning {
  color: #fff;
  background-color: #f26f2a;
  border-color: #f26f2a;
}
.emailOut {
	padding: 1rem;
	border-radius: 0px;
	
}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
body {
  margin: 0;
  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";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
}
#servicesHead {
  background-color: #111037;
  padding-top: 2rem;

}
.m-servicesHeading {
	display:none;
	color: #f26f2a;
}
@media (max-width: 978px) {
.m-servicesHeading {
  display: inline;
}
}

.servicesHeading {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#servicesSubhead {
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: black;
  text-align: justify;
  font-weight: normal;
  font-size: 1rem;
}
.services {
  font-color: fff;
}
.text-warning {
  color: #f26f2a !important;
}
.text-primary {
  color: #111037 !important;
}
.about-bgimg {
  text-align: justify;
  background: url("../assets/img/about-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
#about-bg {
	background-color: rgba(17, 16, 55, 0.85);
	padding: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;

}
.about-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #f26f2a;
  text-align: left;
}
.about-item {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
}
.mission-bgimg {
  text-align: justify;
  background: url("../assets/img/mission-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.mission-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #f26f2a;
  text-align: left;
}
.mission-item {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}

.fac-center { 
  line-height: inherit!important; 
  vertical-align: middle; 
  margin: 1rem;
}
#missionvision{
  margin-top: 2rem;
  margin-left: 1rem;
  padding-bottom: 14rem;
}

@media (max-width: 978px) {
#missionvision{
  margin-top: 2rem;
  margin-left: 1rem;
  padding-bottom: 2rem;
	}
}
#quote{
  	background-color: rgba(17, 16, 55, 1);
	padding: 1.5rem;
	text-align: right;
}
.quote-heading {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
.quote-item {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  text-align: left;
}
@media (max-width: 978px) {
#quote{
	text-align: left;
}
}
.btn-quote {
	padding: 1.3rem;
	border-radius: 0px;
}

.contact-bgimg {
  text-align: justify;
  background: url("../assets/img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
#contact-bg {
	background-color: rgba(238, 231, 228, 0.9);
	padding: 1.5rem;
	margin-top: 2.5rem;
	margin-bottom: 10rem;

}
.contact-heading {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #111037;
  text-aligfooter-headingn: left;
}
.contact-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #f26f2a;
  text-align: left;
}
.btn-contact {
  padding-left: 7rem;
  padding-right: 7rem;
  border-radius: 0;
}
#footer {
	padding-top: 4rem;

}
.footer-brand {
	height: 4rem;
	text-align: left !important;
}
.footer-heading {
	font-size: 1.5rem;
	color:#343a40;
	font-weight: 500;
	margin-bottom: 0;
}
.footer-item {
	font-size: 1rem;
	color:#343a40;
	font-weight: 500;

}
.footer-icon {
	color:#f26f2a;
}
@media (max-width: 978px) {
.footer-brand {
  text-align: center !important;
  margin-bottom: 1rem;
}
.footer-heading{
	text-align: center;
	vertical-align: top;
}
.footer-item{
	text-align: center;
}

}
#subfooter {
  background-color: #292695;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;

}
.subfooterheading {
  color: #fff;
  text-align: center !important;
  margin-top: unset;
  margin-bottom: unset;
}
