﻿/*!
 * 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;
}


.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;
	transition:ease all 0.5s;
	border-radius:4px;
}


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


.navbar-dark {
    position: relative;
    padding:15px 10px;
    background:#1d94dc;
	}


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


h1 {font-size:45px; padding:3px 0 15px; text-transform:uppercase; font-family: 'Open Sans Condensed'; color:#ffffff;}

.modal-title{font-size:24px; color:#03a9f4; font-family: 'Open Sans Condensed'; font-weight:bold;}


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

#contentwrapper, #enquiry {
	padding:1% 0 4%;
	background:#1d94dc;
	margin:15px 0;
}

#enquiry {
	padding:1% 0 4%;
	background:url(../images/contactbg.jpg) no-repeat top;
	margin:15px 0;
}

#gallery {
	padding:10px;
	background:#cccccc;
	margin:15px 0;
}

#gallery > .container {
    max-width: 100%;
}

#gallery > div > div > .col-lg-3 {
    padding-right:5px;
    padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#gallery > div > div > .col-lg-3 > a > img {
    height:330px;
    width:100%;
}

#enquiry h1{color:#000000;}


#homeservice{
padding:3% 10%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cadde1+0,ffffff+100 */
background: #cadde1; /* Old browsers */
background: -moz-linear-gradient(top,  #cadde1 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cadde1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cadde1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadde1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.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;}



#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;
}

.testimonial{background:url(../images/testimonialbg.jpg) no-repeat fixed bottom;
padding:3% 10%;
}

.category > div > a >h5{color:#000000; width:98%; font-size:16px; text-transform:uppercase; text-align:center; border:dashed 2px #ec9007; padding:10px 0; margin:2px auto;}
.category > div > a > h5:hover{background:#ec9007; color:#ffffff;}
.category > div > a{text-decoration:none!important;}
.footerbg{background:url(../images/footerbg.jpg) repeat-x bottom left; padding-top:50px;}
footer{background:#000000; color:#ffffff;}

.btn-danger {
    color: #fff;
    background-color: #420c17;
    border-color: #420c17;
}

.form-control {
    color: #002b59;
    border-bottom: 1px solid #002b59;
	border-radius:0;
	padding:15px;
	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;}

.flex-fill:nth-child(1){background:#efeddf; padding:20px 0;}

.flex-fill{width: 50%;}

.map{width:100%; height:100%; border:0;}

.socialicon {
    width: 41px;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
}

.fa {
  padding: 7px;
  font-size: 30px!important;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  
}

.fa1 {
  font-size: 26px!important;
  width: 10px;
  padding:2px 7px;
  margin: 10px 10px;
}

.fa:hover {
    opacity: 1;
	color:#ffffff;
	text-decoration:none;
}

.fa1-phone {
  color: white;
}

.fa-facebook, .fa-twitter, .fa-instagram {
  color: #ffffff;
}



.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-warning{background-color: #ef6a32!important; color:#ffffff;}

/* 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;
}

.d-flex {
    display: block!important;
}
.flex-fill{width:100%; float:none;}

.map{width:100%; height:auto;}


}

@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;}

.donate{font-size:20px;}
.donate > span {padding:6px 10px; font-size:16px;}
.category > div > a >h5{width:100%; font-size:12px; padding:6px 0;}

#gallery > div > div > .col-lg-3 > a > img{
    height:auto;
}

}

@media (max-width: 660px) {
.navbar-dark .navbar-toggler {
    margin-top: 20px;
}
}


@media (min-width: 992px){
.container {
    max-width: 95%;
}
}