@charset "utf-8";
/* CSS Document */

body {
	color: #666;
	font-family: "Open Sans",Arial,sans-serif;
}
main {
	margin-top: 60px;
	overflow: hidden;
}
#header{
	position: fixed;
	top:0px;
	width: 100%;

	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	background-color:rgba(240, 241, 241, 0.9) !important;
	/* background-color: rgb(29, 28, 28) ; */

	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);

	/* box-shadow: 0px 18px 20px -10px #0000008f; */
	border-bottom: solid 1px #dfdfdf;

	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky {
	text-align: left;
	background-color:rgba(240, 241, 241, 0.75) !important; 
	/*background-color:rgba(8, 8, 8, 0.95) !important; */
}
#navbarCollapse {
	margin-top: 9px;
}
.navbar {
	padding: 0;
}
.dropdown:hover .dropdown-menu {
	display:block;
	margin-top: 0;
}
#logo {
  display:block;
  height:auto;
  width:300px;
  
  // set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#logo.sticky_size {
	height: auto;
	width:200px;
}
#nav-sticky {
	margin-top:34px;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:20px;
}
.dropdown:hover .dropdown-menu {
	display:block;
	margin-top: 0;
}
a.nav-link.active {
	color: #fd7e14 !important;
}
a.nav-link:hover {
	color: #fd7e14 !important;
}
.pre-footer {
	display:block;
	background-color: rgba(162, 161, 162, 0.4);
	color: rgb(113, 113, 113);
	width:100%;
	padding:20px;
	min-height:180px;
  }
.pre-footer a, .pre-footer a:visited, .pre-footer a:link {
	color: rgb(113, 113, 113);
  
	-webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -ms-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out;
  }
  .pre-footer a:hover {
	color: #fd7e14;
	margin-left: 5px;
  }
  footer a:hover {
	color: #ddd;
  }
  .pre-footer li {
	  list-style-type: none;
  }
  .footer-title {
	  font-size:18px;
	  border-bottom:solid 1px #999;
	  margin-bottom:10px;
	  font-weight:bold;
  }
footer {
	display:block;
	background-color:rgb(113, 113, 113);
	color:#fff;
	width:100%;
	padding:20px;
	text-align:center;
	font-size:12px;
  }
footer a {
	color:#fff;
	text-decoration: none;
}
.url {
	display: none;
}
.bg-1 {
	background-image: url("../img/background-01.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
.fp-h1 {
	color: rgb(72, 51, 199);
}
.lightBlue {
	color: rgb(38,171,226);
}
.orange {
	/* color: #fd7e14; */
	color: #f7941e
}
.bg-orange {
	background-color: #f7941e;
}
.gray {
	color:#999;
}
.logo-efile {
    max-height: 42px;
    width: auto;
    /* margin-top: 10px; */
    margin-right: 20px;
}
img {
	max-width: 100%;
	height: auto;
  }




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
	bottom: 3rem;
	z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
	height: 32rem;
  }
  .carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	/* text-align: center; */
  }
  .marketing h2 {
	font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	/* rtl:remove */
	letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	  margin-bottom: 1.25rem;
	  font-size: 1.25rem;
	  line-height: 1.4;
	}
  
	.featurette-heading {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 62em) {
	.featurette-heading {
	  margin-top: 7rem;
	}
  }
  @media (min-width: 200px) {
	.bg-1 {
		background-size: 330%;
	}
  }
  @media (min-width: 420px) {
	.bg-1 {
		background-size: 150%;
		background-repeat: no-repeat;
	}
  }
  @media (min-width: 420px) {
	.bg-1 {
		background-size: 200%;
		background-repeat: no-repeat;
	}
  }
  