/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
padding:0;
margin:0;	
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.7);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.clr{clear:both;}

.gap{padding:50px 0;}

.nogap{padding:0;}

.headertop{background:#218838; color:#ffffff; font-weight:bold; font-size:13px; text-align:right; padding:4px;}

.navbar{position:fixed!important; z-index:1000; width:100%;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2000;
}

.navbar-brand {
    padding-top:0;
    padding-bottom:0;
}

.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
	border:solid 4px transparent;
	text-transform:uppercase;
	font-size:16px;
	margin:0 5px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	border:solid 3px #27c334;
	border-radius:25px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: #f3f3f3;
    background: #c40607;
}

.navbar-dark {
	position:relative;
	padding:0;
	background:rgba(0,0,0,0.5);
}

.headerfloat{position:absolute; width:60%; height:10px;
z-index:1000; right:0; bottom:0;
background: #c40606;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(1,142,163,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(196, 6, 6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(196, 6, 6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#018ea3',GradientType=1 );
}

}

.container-fluid {
    padding-right:0;
    padding-left:0;
}


h1 {font-size:35px; color:#218738; font-family: "Arial Narrow"; font-weight:bold; padding:20px 0;}
h1 > span {color:#c40606;}

.modal-title{font-size:18px; color:#c40606;}


.content{text-align:justify; margin:5px 0 25px;}

#contentwrapper {
}

.img-portfolio{
	margin:0 0 20px;
}

.img-portfolio:hover .img{

}

.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	display:block;
	height:40px;
	margin:0 auto 10px;
	padding:5px 0;
	color:#3a3a3a;
	font-size:16px;
	text-align:center;
}

.border {border:solid 1px #cccccc!important;}

.img-portfolio > .image > span, .img-portfolio > .image2 > span{
	text-align:center;
	overflow:hidden;
	width:100%;
	height:280px;
	margin:auto;
	display:block;	
}

.img-portfolio > .image2 > span{height:380px;}

.img-portfolio > .image > span > a > .img, .img-portfolio > .image2 > span > a > .img{
	object-fit:cover;
	width:100%;
	height:100%;
	border:solid 1px #b3c1bb;
	padding:5px;
}

.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	background:#ffffff;
	width:90%;
	height:50px;
	font-size:14px;
	margin:0 auto;
}

.img-portfolio > .image > div, .img-portfolio > .image2 > div{
	background:#ffffff;
	width:90%;
	font-size:14px;
	margin:0 auto;
	padding:3px 0;
	font-weight:bold;
	color:#3e3e3e;
	text-align:center;
}

.img-portfolio > .image > div > a, .img-portfolio > .image2 > div > a{color:#900; text-decoration:underline;}

.img-portfolio > .image > div > div, .img-portfolio > .image2 > div > div {border:solid 1px #3a3a3a; color:#3a3a3a; cursor:pointer; text-transform:uppercase; font-size:10px;}

#next {
    background: none;
    color: #797474;
    font-weight: bold;
    border: solid 1px #797474;
    padding: 2px 10px;
    outline: none;
    margin: 0 auto;
	font-size:14px;
    display: block;
}


.footernav{
   position:relative;
   width:100%;
   margin:10px 0 0 0;
   padding:3%;
   background-color:#171717;
   color:#3a3939;
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{list-style-type:none;}
.footernav ul li a{padding:5px 0; color:#ffffff; display:block; border-bottom:dashed 1px #5e736e; text-decoration:none; text-transform:uppercase;}
.footernav ul li a:hover{color:#067b86;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

.sociallink > span {padding:0 2px;}

.address{color: #fff;}

.address > li {
    display: block;
    margin-bottom: 1em;
}

.address > li > i {
    margin-right: 1.5em;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #4b4b50;
}


footer{
background:#c40606;
}

.btn-danger {
    color: #fff;
    background-color: #7b2c22;
    border-color: #dc3545;
}

.form-control {
    color: #002b59;
    background:none;
    border-bottom: 1px solid #002b59;
	border-radius:0;
	outline:none;
}

::-webkit-input-placeholder { /* Edge */
  color: #002b59!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #002b59!important;
}

::placeholder {
  color: #002b59!important;
}

.captionad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    color: #fff;
    text-align: center;
    background-color: #ef1c2b;
    border: solid 1px #ffffff;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.captionad > a {color:#ffffff;}

.dropdown-menu {
    background-color: #c40607b0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    color: #ffffff;
}

@media (max-width: 991px) {
.navbar-dark .navbar-nav .nav-link  {
    color:#ffffff;
	border-bottom:solid 1px #ffffff;
	text-transform:uppercase;
	font-size:16px;
	margin:0 3px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover  {
	border:0;
	border:solid 3px transparent;
	border-radius:0;
	border-bottom:solid 1px #ffffff;
	transition:ease all 0.5s;
}

.fixed-top{position:relative;}

.navbar{position:relative!important; z-index:1000; width:100%;}

}

@media (max-width: 800px) {
h1{font-size:25px;}
}

@media (max-width: 500px) {
.navbar{position:relative!important; z-index:1000; width:100%;}
.gap{padding:50px 0;}
}