.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}
.hero .container {
   
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top:none;
    z-index: 3;
    background: rgb(2 2 2 / 34%);
    color: #fff;
}
.hero h2 {
	color: #fff;
}
.footer .footer-about .logo {
  line-height: 1.5;
}
/* Hide Elfsight branding */
.elfsight-app-e8f1e687-be3b-4a70-95eb-1931dc89163b a[href*="elfsight.com"] {
    display: none !important;
}
/* Hide any Elfsight footer link */
[class*="elfsight-app"] a[href*="elfsight.com"] {
    display: none !important;
}
.eapps-widget-toolbar,
.eapps-widget-show-toolbar .eapps-widget-toolbar {
    display: none !important;
}
[class*="eapps-widget-toolbar"] {
    display: none !important;
}
.contact .php-email-form button[type=button] {
    color: var(--contrast-color);
    background:#E8001D;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}
input.error, textarea.error{ border:1px solid #c00 !important;}
#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px !important; /* ðŸ'ˆ FIX */
    z-index: 10000000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}	
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
	 border-color:#000 !important;
}
input::placeholder {
  color: #bab6b6 !important; /* Replace with your color */
  opacity: 1;    /* Required for Firefox to display full color */
}

/* Targets all textarea elements */
textarea::placeholder {
  color: #bab6b6 !important;
  opacity: 1;
}
@media (max-width:767px){

.hero .carousel{
    min-height: 190px!important;
    height: auto !important;
}

.hero .carousel-item{
    position: relative;
}

.hero img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

}