



@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); 
}



a[href^=tel] { color: inherit; text-decoration: none;}

::selection {color:#fff;background:#00c2e5;}
::-moz-selection {color:#fff;background:#00c2e5;}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #1b1c1f;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 30px;
	line-height: 35px;
    color: #fff;
}
h1 span{

}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:40px;
    line-height:45px;
    color: #323842;
	padding:0;
	margin:0;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
    line-height: 25px;
	color: #323842;
	background-color:inherit;
	padding:0;
	margin:0 0 0 0;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	background-color:inherit;
	padding:0;
	margin:0;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	background-color:inherit;
	padding:0;
	margin:0;
}
h6 {
	font-size: 22px;
    line-height: 26px;
    color: #fff;
	padding:0;
	margin:0;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #323842;
	font-size: 17px;
	line-height: 32px;
	padding:0;
	margin:0;
}
p a {
	color: #161a8a;
}
p a:hover {
	color: #161a8a;
}
.btn{
    border:none;
}


.btn-primary {
	font-family: 'Roboto Condensed', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px;
	line-height:58px;
	height:58px;
	color: #fff;
	background: #213e99;
	text-transform:uppercase;
	letter-spacing:1px;
	transition: 0.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	padding:0 40px;
	margin:0;
}
.btn-primary:focus{
	color: #fff;
    background: #213e99 !important;
    border: none !important;
    outline: none !important;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0) !important;
	box-shadow:inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0) !important;
}
.btn-primary:visited {
	color: #fff;
    background: #213e99 !important;
    border: none !important;
    outline: none !important;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0) !important;
	box-shadow:inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0) !important;
}
.btn-primary:hover {
	color: #fff;
    background: #213e99 !important;
    outline: none !important;
    border: none !important;
}


a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
    transition: 300ms;
}
a:focus, 
a:hover {
	text-decoration: none !important;
	outline: none !important;
}
button:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 0 0 0 0;
	margin:0;
	background: #801517;
	padding:18px 0;
}

#header #logo {
	float: left;
	z-index: 9;
	position: relative;
}
#header #logo img {
	padding: 0;
	margin: 0;
}

/*#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	display: flex;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: -50px;
  z-index: 99;
  cursor:pointer;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 5px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	top: 2px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

/*#nav-menu-container {
  float: right;
  margin: 0;
}*/
#nav-menu-container {
	float: none;
	margin: 0;
    width: 100%;
}
/* Nav Meu Styling */
.nav-menu li {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-style:normal;
  font-weight: 700;
  font-size: 16px;
}
/*.nav-menu li:last-child {
	color: #fff;
	background-color: #1057bb;
	padding:15px 20px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin-top: -14px;
}*/
.nav-menu a {
	padding: 0;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	outline: none;
}
.nav-menu li a:hover {
	color: #e8d80f;
}
.nav-menu > li:last-child  a{
	padding: 0 0 0 0;
}
.nav-menu > li {
  margin-left: 0;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 20px 20px 20px 20px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
	padding: 2px 0;
	margin-bottom: 5px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 15px;
  text-transform: none;
}

.nav-menu ul li > a:hover {
  color: #000;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}
/*#mobile-nav ul li:last-child {
	color:#fff;
	background-color:#1057bb;
	padding: 9px 20px;
	margin:10px 15px 0 15px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
}*/
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 5px 22px 5px 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  text-align: left;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e8d80f;
}

#mobile-nav ul .menu-item-active {
  color: #e8d80f;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}




.nav-menu li.current-menu-item a {
	color: #e8d80f;
}







@media (max-width: 991px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
   
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }


}

/* ============ navbar =========== */

/* ============ top licence =========== */
.toplicence-sec {
	width: 100%;
	background: url(../images/topsecbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:20px 0;
}
.toplicence-sub {
	width:auto;
	float:right;
	margin-top: 18px;	
}
.toplicence-phone {
	float: right;
}
.toplicence-phone p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size:20px;
	line-height:58px;
	text-align:center;
	display: inline-block;
	border:2px solid #fff;
	padding:0 15px 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin-right:10px;	
}
.toplicence-phone i {
	width: 32px;
	height: 32px;
	color:#fff;
	font-size: 18px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	float: left;
	text-align: center;
	margin-top: 13px;
	margin-left: 0;
	margin-right: 15px;
}
.contactustext {
	float: right;
}
.contactustext p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size:20px;
	line-height:58px;
	display: inline-block;
	text-transform:uppercase;
	text-align:center;	
}
.contactustext p a {
	color: #fff;
	font-size:20px;
	line-height:58px;
	display: inline-block;
	text-transform:uppercase;
	text-align:center;	
	border:2px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding:0 15px 0 15px;
}
.contactustext p a:hover {
	color: #fff;	
}

/* ============ top licence =========== */

/* ============ header title =========== */
.headertitle .row {
	height:100%;
}
.headertitle {
	width: 100%;
	background: url(../images/usaflagbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:62px 0;

}
.headertitle-subin {
	
}

.headertitle  .galleries-slider {
	padding: 0;
	margin-bottom: 0;
}
#bestcoupondetails .owl-carousel2 {
    margin: 20px 0;
}

.headertitle #ourgalleriesdetails .owl-nav {
    position: absolute;
    text-align: center;
    top: 44%;
    width: 100%;
	display: none;
}
.headertitle .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
	display: none;
}
.headertitle .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    background-color: inherit;
    padding: 0;
	width:40px;
	height:40px;
    font-size: 0;
}
.headertitle .owl-nav .owl-prev::before {
    content: "\f2ca";
    font-family: Ionicons;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #bdbdbd;
	width:40px;
	height:40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid;
	border-color: #bdbdbd;
	display:inline-block;
}
.headertitle .owl-nav .owl-prev:hover::before {
    color: #595959;
	background:none;
	border:2px solid;
	border-color: #595959;
}
.headertitle .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    background-color: inherit;
    padding: 0;
	width:40px;
	height:40px;
    font-size: 0;
}
.headertitle .owl-nav .owl-next::before {
    content: "\f30f";
    font-family: Ionicons;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #bdbdbd;
	width:40px;
	height:40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid;
	border-color: #bdbdbd;
	display:inline-block;
}
.headertitle .owl-nav .owl-next:hover::before {
    color: #595959;
	background:none;
	border:2px solid;
	border-color: #595959;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}
.headtitleimg {
	width:100%;
}
.headtitleimg img {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.headtitle-box {
	width:100;
	position: relative;
}
.headtitle-box h1 {
	background: #801517;
	padding:20px 0 20px 30px;
	text-align:left;
	position:absolute;
	bottom:25px;
    left:25px;
	width: calc(100% - 50px);
	font-size:27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.head-news {
	background: #fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 11px 0px
	rgba(0,0,0,0.1);
	overflow: hidden;
	height: 494px;
}
.head-newstext {
	background: #213e99;
	position:relative;
}
.head-newstext h2 {
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	font-size:28px;
	line-height:32px;
	padding:32px 0 0 0;
}
.head-newstextimg {
	position: absolute;
	width:100%;	
	margin-top: -1px;
}

.head-newstextimg img {
	width:100%;	
}
.head-newscroll {
	padding:29px 0 0 30px;
}

.head-newscroll ul {
	padding:0 20px 0 0;
	margin:0;
	list-style-type:none;
}
.head-newscroll ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:15px;
	line-height:22px;
	text-align:left;
	color: #2c2c2c;
	border-bottom:1px solid #bbbbbb;
	padding:15px 0 15px 0;
	margin:0;
}
.head-newscroll ul li a {
	color: #2c2c2c;
}
.head-newscroll ul li a:hover {
	color: #2c2c2c;
}

.head-newscroll .btn-primary {
	line-height:46px;
	height:46px;
	margin-top: 20px;
}


/* ============ new scrollbar =========== */

.form-elegant .font-small {
	font-size: 0.8rem;
 }

.form-elegant .z-depth-1a {
	-webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
	box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
 }

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
	box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
 }
.form-elegant,
.form-dark {
	position: relative;
	overflow-y: scroll;
	margin-top: 20px;
	margin-right:10px;
	height: 272px;
}
.scrollbar-light-blue::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
 }

.scrollbar-light-blue::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}
.scrollbar-light-blue::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #82B1FF;
 }
.scrollbar-dusty-grass::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; 
}

.scrollbar-dusty-grass::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}
.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
	background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); 
}
.square::-webkit-scrollbar-track {
	border-radius: 0 !important;
 }
.square::-webkit-scrollbar-thumb {
	border-radius: 0 !important; 
}
.thin::-webkit-scrollbar {
	width: 6px; 
}

/* ============ header title =========== */



/* ============ welcome =========== */
.welcome-outer{
	width: 100%;
	padding: 78px 0 0 0;
	background: url(../images/welcomefoot.png) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.welcome-sub {
	padding-right:33px;
}
.welcome-outer h2{
	text-align:left;
}
.welcome-outer h3{
	text-align:left;
	margin-top:30px;
}
.welcome-outer p {
	text-align: left;
	margin-top:30px;
}
.welcome-outer .btn-primary {
	margin-top:48px;
}
.welcomeimg {
	width:100%;
}
.welcomeimg img {
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.welcome-text {
	width:100%;	
	background: #801517;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:25px 0;
	text-align:center;
}
.welcome-text p {
	font-size:30px;
	line-height:35px;
	color: #fff;
}
.welcome-help {
	width: 100%;
	margin-top:60px;
}



/* ============ welcome =========== */

/* ============ value statement =========== */

.valuestatement-outer {
	width: 100%;
	padding: 80px 0 0 0;
}
.valuestateimg {
	width:100%;
}
.valuestateimgleft {
	width:44%;
	float:left;
}
.valuestateimgright {
	width:44%;
	float:left;
	margin-left:20px;
}
.valuestatement-outer p {
	margin-top:30px;
}
/* ============ value statement =========== */

/* ============ services =========== */
.services-outer {
	width: 100%;
	padding:100px 0 0 0;
}
.services-main {
	display: flex;
	height: 100%;
}
.services-box {
	width: 100%;
	background: #1d388d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	padding:63px 23px 30px 23px;
}
.services-boximg {
	width:90px;
	height:90px;
	background: #1d388d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services-boximg img {
	width:auto;
	object-fit: cover;
}
.services-box p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size:16px;
	line-height:25px;
	margin-top:19px;
	color: #fff;
}

/* ============ services =========== */

/* ============ Safety =========== */
.safety-outer {
	width: 100%;
	padding:100px 0 160px 0;
}
.safety-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.safety-boximg {
	width:100%;
	margin-bottom:33px;
}
.safety-boximg img {
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.safety-box h4 {
	color: #323842;
}
.safety-box p {
	font-size: 17px;
	line-height: 29px;
	margin-top:10px;
}
.safety-box p a {
	color: #213e99;
}

.safety-box .btn-primary {
	padding:0 28px;	
	position: absolute;
	bottom: -75px;
}


/* ============ Safety =========== */

/* ============ footer =========== */
.footer-sec {
	width: 100%;
	background: #252b3e;
	padding-top:80px;
	}
.footerlogo {
	width:100%;
}
.footer-sec h5 {
	text-transform:uppercase;
	margin-bottom:30px;
}
.footernav {
	width:100%;	
}
.footer-sec ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}
.footer-sec ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	line-height:22px;
	color: #fff;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:flex;
}
.footer-sec ul li i {
	margin-right:20px;
	font-size: 28px;
}
.footer-sec ul li a {
	color: #fff;
	padding: 0 0 12px 0;
}
.footer-sec ul li a:hover {
	color: #e8d80f;
}
.footer-sec ul.cantactnav li {
	margin-bottom:20px;
}
.footer-sec p {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	color: #8f9197;
	text-align:center;
	margin-top:55px;
	padding-top:20px;
	padding-bottom:25px;
	border-top:1px solid #494f62;
}
/* ============ footer =========== */



/* ============ inner page =========== */

.innerheaderbg {
	width: 100%;
	position:relative;
	overflow: hidden;
}
.innerheaderbg img {
	width: 100%;
}
.innerheaderbg h1 {
	top: 0;
	left: 0;
	right: 0;
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #323842;
	font-size: 44px;	
}
.innertitletext {
	width:100%;
	margin-bottom:20px;
}
.innertextbox-sub {
	display:flex;
}
.innertextbox h3 {
	font-size:42px;
	line-height:47px;
	color:#314230;
	text-align:center;
	margin-bottom:72px;
}
.innertitletext-outer {
	 padding:80px 0;
}
.innertitletext-outer h2 {
	font-size: 29px;
	line-height: 34px;
	text-align:center;
	position:relative;
	margin-bottom: 60px;
}
.innertitletext-outer h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 9%;
}
.innertitletext-outer p {
	margin-bottom:20px;
}
.innertitletext-outer p strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#323842;
	font-size: 25px;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innertitletext-outer p a {
	color: #161a8a;
}
.innertitletext-outer p a:hover {
	color: #801517;
}
.innertitletext-outer ul {
	padding:0 0 0 0;
	margin:20px 0 0 50px;
	list-style-type:none;
}
.innertitletext-outer ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #323842;
    font-size: 17px;
    line-height: 30px;
	display: flex;
    padding: 0;
    margin: 0 0 10px 0;
}
.innertitletext-outer ul li a {
	color: #000;
}
.innertitletext-outer ul li a:hover {
	color: #801517;
}
.innertitletext-outer ul li i {
    font-size: 20px;
    padding-right: 16px;
    color: #801517;
}
.innertitletext-outer ul li::before {
    content: "\f375";
	font-family:"Ionicons";
    font-size: 20px;
    padding-right: 16px;
    color: #801517;
}

/* ============ calendar page =========== */
.calendarmapimg {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 30px 0px
	rgba(0,0,0,0.04);
	padding: 30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#ffffff;
	border: solid 1px #ededed;
	text-align:center;
	margin-top:17px;
}
.calendarmapimg img {
	width:auto;
}
p.calendar-text {
	text-align:center;
	padding-top:40px;
}
p.calendar-text a {
	text-align:center;
	color: #161a8a;
}
p.calendar-text a:hover {
	color: #161a8a;
}
.calendarmapimg iframe {
    width: 100%;
}


/* ============ calendar page =========== */

/* ============ history page =========== */
.history-sec {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
	margin-top: 20px;	
}
.history-img01 {
	width:auto;
	float:right;
	margin-left:20px;
	margin-bottom: 5px;
}
.history-img02 {
	width:auto;
	float:left;
	margin-right:20px;
	margin-bottom: 5px;
}
/* ============ history page =========== */

/* ============ link page =========== */
.linkform-sec {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
	margin-bottom:30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.linkform-sec01 {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
	margin-bottom:30px;
}
.linkform-sec ul {
	margin: 20px 0 0 0;	
}


/* ============ link page =========== */

/* ============  commissioners  =========== */
.commissioners-sec {
	width:100%;
}
.commissioners-img {
	width:auto;
	float:left;
	margin-right: 30px;
}
.commissioners-img img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.commissioners-sec h3 {
    font-size: 22px;
    line-height: 27px;
}
.commissioners-sec h4 {
	font-size: 19px;
	line-height: 26px;
	color:#323842;
	margin: 5px 0 0 0;
}
.commissioners-sec p {
	margin: 10px 0 0 0;
}
.commissioners-text {
	margin-top:40px;
}

/* ============  strategic plan  =========== */

.strategic-plan {
	text-align:center;
} 
.strategic-plan p strong {
	font-size: 24px;
	line-height: 32px;
}
.strategic-plan p a {
	color: #000;
}
.strategic-plan p a::before {
    content: "\f1c1";
	font-family: 'Font Awesome 5 Free';
	font-style:normal;
	font-weight:normal;
    font-size: 20px;
    padding-right: 16px;
    color: #801517;
}

/* ============  strategic plan  =========== */


/* ============ yearly budget page =========== */
.yearlybudget-sec {
	width:600px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 30px 0px
	rgba(0,0,0,0.04);
	padding: 30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#ffffff;
	border: solid 1px #ededed;
	margin-bottom:30px;
}
.yearlybudget-sec p {
    margin-bottom: 4px;
}
.yearlybudget-sec p strong {
	font-size: 24px;
	line-height: 32px;
	margin-bottom:30px;
	display: block;
}

/* ============ yearly budget page =========== */

/* ============ faq page =========== */

.faq-sec {

}
.faq-sec p {
    margin-bottom: 12px;
    line-height: 23px;
}
.faq-sec p strong {
    margin-top: 27px;
    display: block;
    font-size: 22px;
    line-height: 30px;
}

/* ============ faq page =========== */

/* ============ contact page =========== */
.contact-sec {
	width:100%;
}
.contact-sec p {
    margin-bottom: 0;
}
.contact-sec p strong {
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    width: 80px;
    display: inline-block;
}
.contact-sec .commissioners-img {
    width: auto;
    float: none;
    margin-right: 0;
}
.contact-sub  {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
}
.contact-main {
	width:100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom:30px;
}



/* ============ contact page =========== */

/* ============ fire safety tips page =========== */

.firesafetytips-sec  {
    height: 100%;
	padding-bottom: 20px;
}
.firesafetytips-sub  {
	padding:10px 30px 10px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	background-color: #ffffff;
    border: solid 1px #ededed;
}
.firesafetytips-sub p {
    margin-bottom: 0;
}
.firesafetytips-text p{
    margin-bottom: 0px;
	margin-top: 8px;
}
.firesafetytips-text h3 {
	font-size: 23px;
	line-height: 39px;
	margin-top:30px;
}
.firesafetytips-text em {
	font-size: 23px;
	line-height: 39px;
}
.firesafetytips-text p strong {
	margin-top:20px;
}
.firesafetytips-text ul li b {
	display:block;
}
/* ============ fire safety tips page =========== */

/* ============ rescuemap page =========== */
.rescuemapimg {
	text-align:center;
}

/* ============ rescuemap page =========== */

/* ============ agenda minutes page =========== */

.agendaminutes-sec  {
	width:100%;
}
.agendaminutes-sub  {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
	margin-bottom:30px;
}
.agendaminutes-sub p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}
.agendaminutes-sub p a {
    color: #000;
}
.agendaminutes-sub p strong {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    margin: 0 0 30px 0;
	display: block;
}
.agendaminutes-sub p a::before {
    content: "\f1c1";
	font-family: 'Font Awesome 5 Free';
	font-style:normal;
	font-weight:normal;
    font-size: 20px;
    padding-right: 16px;
    color: #801517;
}
.agendaminutes-sub.agendaminutesbulet p a::before {
	display:none;
}
.agendaminutes-main {
    display: flex;
}

/* ============ agenda minutes page =========== */

/* ============ overview page =========== */
.overview-sec {
    display: flex;
    margin-top: 40px;
}

/* ============ overview page =========== */

.saftytips-main {
    display: flex;
    flex-wrap: wrap;
}

.districtmap-main {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.04);
	padding:30px 30px 30px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
    border: solid 1px #ededed;
}
















@media (max-width: 991px) {
	#mobile-nav-toggle {
	    display: none!important;
	}

	
}