﻿/*!
 * 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:100px 0 40px;}

.nogap{padding:0;}

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

.headertop {  
  display: flex;
  flex-wrap: wrap;
  font-size:16px;
  color:#ffffff;
}

.side {
  flex: 30%;
  background-color: #000000;
  padding: 5px;
}

.main {
  flex: 70%;
  background-color: #ef6a32;
  padding: 5px;
}

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

.navbar-dark .navbar-nav .nav-link {
    color:#e1ca29;
	border:solid 4px transparent;
	text-transform:uppercase;
	font-size:20px;
	margin:0;
	transition:ease all 0.5s;
	border-radius:4px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color:#ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #f3f3f3;
    background: #caa894;
}


.navbar-dark {
    position: relative;
    padding:6px 10px;
    background:#802929;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	}


.container-fluid {
    padding-right:0;
    padding-left:0;
}


h1 {font-size:40px; padding:3px 0 15px; font-family: 'Open Sans Condensed'; color:#802929;}

.modal-title{font-size:24px; color:#03a9f4; font-family: 'Open Sans Condensed'; font-weight:bold;}


.content{text-align:justify; margin:5px 0 25px;}

#contentwrapper {
	padding:1% 0 4%;
}

.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:450px;
	margin:auto;
	display:block;	
}

.img-portfolio > .image2 > span{height:380px;}

.img-portfolio > .image > span > a > .img, .img-portfolio > .image2 > span > a > .img{
	width:100%;
	height:100%;
	border:solid 1px #b3c1bb;
	padding:5px;
}

.img-portfolio > .image > span > a > .img2{
	width:100%;
	height:100%;
	border-radius:50%;
	border:solid 1px #b3c1bb;
	padding:5px;
}


.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	width:90%;
	height:50px;
	font-size:14px;
	margin:0 auto;
	color: #c7213d;
}

.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;}


.img-portfolio .memberimg{height:300px;}

.img-portfolio > h5{font-size:17px; text-transform:uppercase; padding:15px 2px 3px; text-align:center; color:#158dab;}
.img-portfolio > h6{font-size:14px; text-align:center;}

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


footer{background:#802929;}

.btn-danger {
    color: #fff;
    background-color: #420c17;
    border-color: #420c17;
}

.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;
}


.socialicon {
    width: 41px;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
}

.fa {
  padding: 7px;
  font-size: 30px!important;
  width: 40px;
  height: 40px;
  border-radius:50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px 15px;
  
}

.fa1 {
  font-size: 16px!important;
  width: 10px;
  padding:2px 7px;
  margin: 1px 2px;
}

.fa:hover {
    opacity: 1;
	text-decoration:none;
}

.fa1-phone {
  color: white;
}

.fa-facebook, .fa-twitter {
  background: #ffffff;
  color: #802929;
}

.btn-dark {
    color: #fff;
    background-color: #0198be;
    border-color: #0198be;
}

.btn-warning{background-color: #ef6a32!important; color:#ffffff;}

.form-control {
    background: none;
    border: 0;
    color: #000000;
    border-bottom: solid 1px #cccccc;
    width: 100%;
    margin: 0 auto 10px;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 700px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-container { grid-template-columns: repeat(3, 1fr); }
}

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

.navbar-dark .navbar-nav .nav-link:hover  {
	border:0;
	border-radius:0;
	transition:ease all 0.5s;
}

}

@media (max-width: 800px) {
.navbar{position:relative!important; z-index:1000; width:100%;
}
h1{font-size:30px;}
#contentwrapper {
	padding:0;
}
.fixed-top {
    position: relative;
    z-index: 1030;
}
.gap{padding:3px 0;}
}

@media (max-width: 660px) {
.navbar-dark .navbar-toggler {
    margin-top: 20px;
}

.img-portfolio > .image > span, .img-portfolio > .image2 > span{
	height:auto;	
}


}


@media (min-width: 992px){
.container {
    max-width: 95%;
}
}