/*!
 * 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 {
	background:#f1cdef;
}

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

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


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

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

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

.navbar-dark .navbar-nav .nav-link:hover {
	border:solid 1px #f1cdef;
	color:#f1cdef;
}

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

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

.headerfloat{position:absolute; width:60%; height:10px;
z-index:1000; right:0; bottom:0; background:#018ea3;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,018ea3+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(1,142,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(1,142,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(1,142,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#018ea3',GradientType=1 ); /* IE6-9 */

}

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


h1 {font-size:30px; padding:45px 0 5px; color: rgb(84, 84, 84); font-family: "Arial Narrow"; font-weight:bold; margin-bottom:2px; text-align:center;}


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


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

section{
margin-bottom:20px;
background:#ffffff;
-webkit-box-shadow: -1px 10px 5px -6px rgba(0,0,0,0.35);
-moz-box-shadow: -1px 10px 5px -6px rgba(0,0,0,0.35);
box-shadow: -1px 10px 5px -6px rgba(0,0,0,0.35);
}

.product{padding:4px 8px; margin:9px 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
transition:ease all 0.5s;
}

.product:hover{
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

.product > a > h1, .product > a > h2{height:30px; font-weight:bold; font-size:15px; padding:0; margin:0; text-align:left;}
.product > a > h2{ height:auto; color:#000000; font-size:16px; font-weight:bold!important; padding:10px 0;}
.product > a{text-decoration:none;}
.product > a> h1:hover{color:#c77a64!important;}

.icon-currency:before {
    content: "\c901";
	font-weight: 600;
    font-size: 17px;
}

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


footer{
background:#673464;	
}

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

#testimonial{background-color:rgba(255,255,255,0.5); 
background:url(../images/testimonialbg.jpg) no-repeat fixed bottom;
padding:4% 0;
}

#testimonial > div { 
/*setting alpha = 0.3*/ 
background: rgba(255, 255, 255, 0.9);
padding-bottom:30px;
}

.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:0px 10px 0 0;}

.fa1 {
  padding: 4px 4px 4px 2px;
  font-size: 14px!important;
  width: 20px;
  height: 20px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
  float:left!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#000000;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa1-google-plus, .fa1-envelope, .fa1-phone, .fa1-map-marker {
  background: #ffffff;
  color:#946d62;
}

.fa1-envelope2, .fa1-phone2, .fa1-map-marker2, .fa1-whatsapp {
  background:none!important;
  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 5px;
	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;
}

}

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

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