body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
html {
  scroll-behavior: smooth;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

a:hover, a:focus {
	text-decoration: none;
}

.left-sidebar {
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 320px;
	height: 100vh;
	border-right: 1px solid #e5e5e7;
}

.large-header {
	background-image: url(../img/banner.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.container-page {
}

.logo-wrap {
	font-size: 24px;
	color: #000;
	line-height: 42px;
	margin: 50px 0;
	text-transform: uppercase;
	font-weight: 800;
}

.logo-wrap a {
	color: #000;
}

.vertical-nav {}

.vertical-nav ul {
	margin: 0;
	padding: 0;
}

.vertical-nav ul li {
	list-style-type: none;
	display: block;
	padding: 15px 0;
	letter-spacing: 1px;
}

.vertical-nav ul li a {
	color: #000;
	outline: none;
}

.vertical-nav ul li a:hover, .vertical-nav ul li.active a {
	color: #e65540;
}

.vertical-nav .dropdown-menu {
	position: relative!important;
	transform: none!important;
	float: none;
	border: none;
	border-radius: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
}

.vertical-nav .dropdown-item {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: #fff 1px solid;
	padding: 14px 0;
}

.vertical-nav .dropdown-item:hover, .vertical-nav .dropdown-item.active, .vertical-nav .dropdown-item:active {
	background: #f7f7f7;
	color: #000;
	outline: none;
}

.socal-shares {}

.socal-shares ul {
	margin: 0;
	padding: 0;
}

.socal-shares ul li {
	list-style-type: none;
	display: inline-block;
	margin: 5px;
}

.socal-shares ul li a {
	color: #000;
}

.socal-shares ul li a:hover {
	color: #e65540;
}

.absolute-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(247, 247, 247);
	padding: 15px 0;
	z-index: 1;
}

.calendar-wrap {}

.centered-wrap {
	position: absolute;
	z-index: 32;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-wrap {
}
.navbar-brand {
    color: rgba(0,0,0,.9);
    font-weight: 900;
	text-transform: uppercase;
	font-size:18px;
}
.nav-wrap .navbar-nav .nav-item:last-child .nav-link{
	border:none;
}
.nav-wrap .navbar-nav .nav-link {
    border-bottom: rgba(0, 0, 0, 0.12) 1px solid;
    padding: 15px 0;
}
.nav-wrap .dropdown-menu{
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 0;
}
.nav-wrap .dropdown-item {
    padding: 15px 15px;
	border-bottom: #fff 1px solid;
	font-size: 12px;
}
.dropdown-item:last-child{
	border:none;
}
.banner-block {}

.banner-wrap {
	position: relative;
}

.banner-img {
	position: relative;
}

.banner-img img {
	width: 100%;
}

.img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.4);
}

.banner-desc {
	text-align: center;
	position: relative;
}

.banner-desc h1 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.banner-desc p {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
}

.banner-block .centered-wrap {
	background: #151515;
	padding: 20px 0 60px;
}

.banner-block .slick-prev, .banner-block .slick-next {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.7);
	top: auto;
	bottom: 0;
	line-height: 44px;
	z-index: 9;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

.banner-block .slick-prev:hover, .banner-block .slick-prev:focus, .banner-block .slick-next:hover, .banner-block .slick-next:focus {
	background: #fff;
}

.banner-block .slick-prev {
	left: 0;
}

.banner-block .slick-next {
	right: auto;
	left: 32px;
}

.banner-block .slick-prev:before, .banner-block .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	opacity: 1;
	color: #ec1f24;
	font-weight: 900;
}

.banner-block .slick-prev:before {
	content: "\f053";
}

.banner-block .slick-next:before {
	content: "\f054";
}

.content-block {
	padding: 50px 0;
}

.block-title {}

.block-title.text-black h2 {
	color: #363636;
}

.para-wrap {
	line-height: 24px;
	color: #888888;
}

.w-80 {
	max-width: 800px;
}

.blockquote-wrapper {
	padding: 40px 0;
	max-width: 800px;
	margin: 40px auto;
	background-color: #fff;
	box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.blockquote-wrapper .blockquote {
	margin: 0;
	color: #6b6b6b;
}

.work-block {
	position: relative;
	background-image: url(../img/notgenericherobg.jpg);
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
}

.parallax .container-fluid {
	position: relative;
}

.block-title {}

.block-title h2 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
}

.divider {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
	height: 1px;
	max-width: 320px;
	margin: 8px auto;
}

.btn-outline {
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 12px 50px;
	font-size: 12px;
	font-weight: 400;
	transition: all 0.5s;
	letter-spacing: 2px;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	outline: none;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	min-width: 140px;
}

.hover-state:hover {
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
	-webkit-box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}

.section-dark {
	background: #f7f7f7;
}

.contact-box {
	text-align: center;
}

.contact-box p a {
	color: #000;
}

.contact-box p a:hover {
	color: #e65540;
}

.b-box {
	margin: 30px 0 0;
	background: #fff;
	line-height: 24px;
	;
	border-radius: 2px;
	padding: 30px 15px;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
	-webkit-box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}

.b-box i {
	font-size: 30px;
}

.b-box:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}

.form-wrap {
	padding: 30px 0;
}

.form-wrap .form-control {
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 15px;
	font-size: 12px;
	height: 50px;
}

.form-wrap textarea.form-control {
	height: 150px;
}

.form-wrap .btn, .dark-btn {
	color: #000;
	margin: 20px 0 0;
}

.form-wrap .btn:hover, .dark-btn:hover {
	color: #000;
	background: #fff;
}

.footer-wrap {
	background: #181818;
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
}

.footer-wrap p {
	margin: 0;
}

.fixed-ht {
	height: calc(100vh - 90px);
	overflow: hidden;
	padding-bottom: 60px;
}
.topbar {
	background: #181818;
    color: #fff;padding: 10px 0;
}
.inline-items {

}

.inline-items ul{
margin:0;
padding: 0;
}
.inline-items ul li{
list-style-type: none;
display:inline-block;
margin:5px 10px 5px 0;
font-size: 12px;
}
.inline-items ul li a{
color:#fff;
}
.topbar .socal-shares ul li{
	margin:5px 5px 5px 0;
	font-size: 12px;
}
.topbar .socal-shares ul li a {
    color: #fff;
}
.inline-items ul li a:hover, .topbar .socal-shares ul li a:hover{
	color: #e65540;
}
.nav-wrap .navbar-light .navbar-nav .nav-link:focus, .nav-wrap  .navbar-light .navbar-nav .nav-link:hover {
    color: #e65540;
}
.scroll-to-top {
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
    position: fixed;
    z-index: 33;
    right: 15px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #181818;
    overflow: hidden;
}
.scroll-to-top:before {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    background: #716d73;
    z-index: -1;
    top: 100%;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
}
.scroll-to-top:hover {
    color: #fff;
}
.scroll-to-top:hover:before {
    top: 0;
}
/* Calendar CSS */
.today-wrapper {
    background: white;
    padding: 10px;
    margin-bottom: 15px;
}
.calclear {
	clear:both;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	width:0px !important;
	height:0px !important;
	visibility:hidden !important;
}
ul.headers {
	list-style:none;
	margin:0;
	padding:0;
	background:#069;
}
ul.headers li {
    width: 44px;
    height: 30px;
    display: block;
    background: #111;
    color: #fff;
    float: left;
    text-align: center;
    padding: 7px 0 0 0;
    font-weight: bold;
}
ul.headers li:last-child{
    border-right: 1px solid #000;
}
ul.dates {
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
}
ul.dates li {
    width: 44px;
    height: 25px;
    display: block;
    background: #fff;
    color: #000;
    float: left;
    text-align: center;
    border: 1px solid #000;
    padding: 6px 0 4px 0;
    margin: 0 0 -3px 0;
}
.today {
    background: #000;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 24px;
    margin: -6px 0 0 0;
    padding: 6px 0 0 0;
}
li.holiday {
	color:red !important;
	height:20px;
}
li.monthheader {
    list-style: none;
    text-align: center;
    width: 308px !important;
    height: 29px !important;
    clear: both;
    margin: 10px 0 0 0 !important;
    padding: 5px 0 0 0 !important;
    color: #ccc !important;
    background: #000 !important;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
table#forex tr td{
    padding: 10px 3px;
}
ul.tips {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tips li{
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 0;
    margin:0 0 5px 0;
}
ul.tips li:before{
    content: "✓";
    font-weight: bold;
    color: #181818;
    padding: 0 10px 0 0;
}

td.nw{
    color: #000;
    text-align: left;
}
.table-linux td {
  text-align: left;
}
.table-linux td b{
  text-align: center;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
table.table-linux tr:nth-child(even) {
  background-color: #eee;
}

ul.useful-sites {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.useful-sites li{
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 0;
    margin:0 0 5px 0;
}
ul.useful-sites li:before{
    content: "🌐";
    font-weight: bold;
    color: #181818;
    padding: 0 10px 0 0;
}
