@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Noto Sans', sans-serif;
	color: #222; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #222; 
	text-decoration: none;
}
a:visited {
	color: #222; 
	text-decoration: none;
}
a:hover {
	color:#ff8226 !important; 
	text-decoration:none;
}
h1, h2, h3, h4 {
	font-family: 'Jost', sans-serif !important;
}

h5, h6 {
	font-family: 'Jost', sans-serif !important;
}
h2.jost {
	font-family: 'Jost', sans-serif !important;

}
h6.subheading {
	text-transform: uppercase; 
	letter-spacing: 2px;
}

hr.orangeline {
    border: 0;
    height: 4px;
    width: 10%;
    opacity: 1;
    position: relative;
    margin-left: 0px;
    animation-name: linepush;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes linepush {
  0%   {background-color:white; width: 0%;}
  100%  {background-color:#ff8226; width:10%;}
}

p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color: #3f3f3f;
	font-weight: 400;
}
.bold {
	font-weight: 700;
}

li {
	line-height: 1.7em;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight: 400;
}

.btn-orange {
	background-color: #ff8226;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	border: transparent;
}

a.btn-orange {
	color: #fff;
	text-decoration: none;
}
.btn-orange:hover {
	color: #fff !important;
	background-color: #e17735 !important;
	text-decoration: none;
}

.huge {
	font-size: 2em;
}

@media (min-width: 900px) { 
.huge {
	font-size: 3.4em;
}
}
.white {
	color: #ebebeb;
}
.grey {
	color:#6d6e72;
}
.darkgrey {
	color: #333;
}
.orange {
	color: #ff8226;
}
.blue {
	color: #0008c5;
}
.text-justify {
	text-align: justify;
}

a.white {
	color: #fff !important;
}

a.white:hover {
	color: #6d6e72 !important;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/


#header{
  width: 100%;
  overflow: hidden;
}

.darkgrey-bg {
	background-color: #333;
}

img.logo {max-height: 120px;}

.navbar-nav {
	background-color: #222;
}

.navbar-default {
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.navbar {	
	background-color:rgba(255,255,255,0);
	min-height: 100px;
}

.navbar-item {
	width: 100%;
	text-align: center;
}

a.navbar-brand {
    font-size: 18px;
    font-weight: bold;
	color: #f8f8f8;
	padding: 25px;
	font-family: 'Jost', sans-serif !important;
}

a.nav-link {
	font-size:18px; 
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300;
	color: #fbf3ec !important;
	text-align: center;
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
   color:#f8f8f8; 
    border-bottom: 1px solid transparent;
}

a.nav-link:hover {
    color: #ff8226 !important;
	transition-duration: 1s;
}

.navbar-toggle {
      margin:10px 0; 
      background:#36C; 
      color:#FFF;
}

li.nav-item {
	padding-left: 1px;
}

.navbar-toggler {
	background-color: #291b8d !important;
	border: 1px solid #fff;
	color: #fff !important;
}

@media (min-width: 900px) { 
.navbar-nav {
	background-color: rgba(0,0,0,0);
	color: #222;
}
.navbar-item {
	width: 150px;
}
a.nav-link {
	width: 125px !important;
	color: #f8f8f8 !important;	
}
li.nav-item {
	padding-left: 32px;
}
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

.home-banner {
	background-image: url(/images/header-home.jpg);
	width: 100%;
}

.blue-bg {
	background-color: rgba(0,8,197,0.7);
	padding: 10px 10px  10px 10px !important;
	margin-top: 150px !important;
}

.grey-bg {
	background-color: #e4e4e4;
	padding: 50px 0px 50px 0px;
}
.light-grey-bg {
	background-color: #f4f4f4;
	padding: 50px 0px 50px 0px;
}

.quote {
	background-image: url(/images/quote-bg.jpg);
	background-repeat: repeat;
	padding: 75px 0px 75px 0px;
	
}
#about-content {
  padding-bottom: 0px;
  background-color: #fff;
}

#contact {
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #222;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Contact Form
/*-----------------------------------------------------------------------------------*/

.helloform {
	width: 100% !important;
	font-family: 'Noto Sans', sans-serif !important;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	background-color: #171819;
	color: #e4e4e4;
	padding-top: 25px;
}

footer .copyright a {
	font-family: 'Noto Sans', sans-serif; 
	font-size:14px; 
	color: #e4e4e4; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #ff8226;
  font-size:14px;
}

footer .copyright p {
  font-family: 'Noto Sans', sans-serif; 
  color: #e4e4e4;
  font-size: 14px;
}

footer .copyright small {
  font-family: 'Noto Sans', sans-serif; 
  color: #e4e4e4;
  font-size: 13px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

