@charset "utf-8";
/* CSS Document */

body {
	padding-top: 124px;
	font-family: "Roboto", sans-serif;
}
.fixed-header {
	 height:124px;
}
.boxShad {
box-shadow: 5px 5px 10px #000;
border-radius: 25px;
}

@media (max-width: 767px) {
.fixed-header {
	 height:100px;
}
body {
	padding-top: 100px;
}
.h1{
font-size: calc(1.375rem + 0.5vw); !important;  	
}
}
@media (max-width: 550px) {
.fixed-header {
	 height:130px;
}
body {
	padding-top: 130px;
}
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.card {
	border:none;
	
}
#header.site-header {
    position: fixed;
    z-index: 5;
    max-width: inherit;
    background-color: unset;
    background-image: unset;
    transition: top .5s;
}
.page.nav-up .site-header {
    top: -200px;
}
.page.nav-down .site-header {
    top: 0;
}
.page {
    padding-top: 130px;
}
.nav-link {
	color:#FFF;
}
#back-to-top {
    background: #d0d0d0 url('/images/icon-arrow-top.png') center center no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    outline: 0;
    text-align: center;
    display: none;
    opacity: 0.85;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#back-to-top:hover {
	background-color: #176A8D;
}
#wiring {
	background-image:url(../../images/wiring.png);
	background-position:right top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	max-width: 100%; 
	height: auto; 
}
@media (min-width: 1400px) {
#wiring {
	background-image:url(../../images/wiring.png);
	background-position:right top;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 25px;
	max-width: 100%; 
	height: auto; 
}

}
@media (max-width: 992px) {
#wiring {
	background-image:none;
}
}
.galInner {
	clear: right;
	margin-top: 20px;
}



.gal h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}


.gal {
	padding: 5px;
	text-align: center;
	border: 1px solid #256239;
}
.gal a {
	display: inline-block;
}
.gal a img{
	border:none
}
.clickinfo {
	font-size: 14px;
	/* [disabled]text-align: center; */
	margin: 0px;
	padding: 0px;
}
