/*
	Theme Name: Voltaris - Bootstrap
	Description: Wordpress Bootstrap 5
	Author: Richard Lamoste
	Author URI: https://seenindesign.com/
	Version: 2.0

	Tags: bootstrap, simple, clean

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* @import url("lib/bootstrap/css/bootstrap.min.css");
@import url("css/main.min.css"); */

/*GENERAL*/

body {
	margin: 0;	
	font-family: "Work Sans", sans-serif;
	line-height: 1.5;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
  }
  
  a {
	color: #000;
  }
  
  a:visited {
	color: #000;
  }
  
  a:hover {
	color: #000;
	text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
	font: normal 58px/1 "Work Sans", sans-serif;
	color: #333;
  }
  
  h1, h2 {
	font-size: 40px;
  }
  
  h3 {
	font-size: 30px;
  }
  
  h4 {
	font-size: 24px;
  }
  
  h5, h6 {
	font-size: 18px;
  }
  
  strong {
	font-weight: bold;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
  
  img.alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
  }
  
  img.alignright {
	float: right;
	margin: 0 1rem 1rem 0;
  }
  
  img.aligncenter {
	display: block;
	margin: 0 auto;
  }
  
  label {
	display: block;
  }
  
  blockquote {
	color: #000;
	border: none;
	padding: 1rem;
  }
  
  blockquote p::before, blockquote p::after {
	content: '"';
  }
  
  p, .p {
	  font-weight: normal;
	  margin-bottom: 1.25rem;
  }
  blockquote p {
	  font-size: 38px;
	  font-weight: bold;
	  max-width: 800px;
	  text-align: center;
	  margin: 0 auto 2rem;
  }
  
  .screen-reader-text {
	display: none;
  }
  
  .search-form label {
	display: inline-block;
	vertical-align: top;
  }
  
  .home.entry-header {
	display: none;
  }
  
  sup {
	  font-size: 55%;
	  font-weight: normal;
  }
  
  strong {
	  font-weight: 600;
  }
  
  .cb {
	  clear: both;
  }
  
  .entry-header {
	  margin: 0 auto;
  }
  
  .single .entry-content {
	  margin-bottom: 3rem;
  }
  
  .page-header {
	  margin: 2rem 0;
  }
  
  .search .entry-header,
  .archive .entry-header,
  .blog .entry-header {
	  margin: 0 auto 1rem;
  }
  
  .search .entry-header h2,
  .archive .entry-header h2,
  .blog .entry-header h2 {
	  font-size: 32px;
  }
  
  .archive .hentry,
  .blog .hentry,
  .search .hentry {
	  margin-bottom: 2rem;
	  padding-bottom: 1rem;
	  border-bottom: 1px solid #eee;
  }
  .entry-meta {
	  font-weight: bold;
  }
  .entry-header ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  .entry-date {
	  color: #333;
  }
  .entry-header h1 {
	  color: #333;
  }
  .entry-header li {
	  display: inline-block;
	  vertical-align: top;
  }
  .entry-header li a {
	  color: #333;
	  font-size: 30px;
	  font-weight: bold;
  }
  .pagination {
	  padding: 2rem 0;
  }
  
  /*HEADER*/
  
  #site-header {
	  background: transparent;
  }
#site-header.active::before,
#site-footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://seenindesign.com/voltaris/wp-content/uploads/2026/04/AdobeStock_1780746256-scaled.jpeg) no-repeat center;
    background-size: cover;
/*     mix-blend-mode: multiply;
    opacity: .7; */
}
#site-header.active::before {
    background-size: 100% auto;
    background-position: center 0;
}
#site-header.active::after,
#site-footer::after {
    background: #00025D;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85;
}
#site-footer {
    background: rgba(0, 10, 85, .8);
    color: #fff;
    position: relative;
    z-index: 1;
	font-size: 15px;
}
#site-footer small {
	font-size: 15px;
}
  #site-footer p a {
	  font-weight: normal;
  }
  #site-header .navbar #menu-secondary-menu {
	  display: block;
  }
  #site-header .navbar {
	  padding-left: 0;
	  padding-right: 0;
  }
  #site-header .navbar a {
	  font-size: 16px;
	  display: block;
	  width: 100%;
	  font-weight: 600;
	  color: #000C75;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-family: "montserrat";
	  letter-spacing: 1px;
    padding: 8px;
    box-sizing: border-box;
  }
  #site-header .navbar.navbar-primary .current-menu-item>a {
	  background: transparent;
	  color: #000C75;
  }
  #site-header .navbar.navbar-secondary a {
	  color: #fff;
  }
  #site-header .navbar.navbar-secondary .current-menu-item>a {
	  background: #000;
	  color: #fff;
  }
  #site-header .navbar li.icon {
	  margin: 0 2px;
  }
  #site-header .navbar.navbar-secondary li.icon {
	  display: inline-block;
	  filter: invert(1) brightness(2);
  }
  #site-header .navbar-nav li {
	  display: flex;
	  flex-direction: column;
	  flex-wrap: nowrap;
	  justify-content: center;
	  position: relative;
  }
  #site-header .navbar .sub-menu {
	  top: 100%;
	  left: 0;
	  width: 200px;
  }
  #site-header .navbar #navtoggle .sub-menu {
	  display: block;
	  position: static;
	  float: none;
	  background: transparent;
	  padding: 0;
  }
  #site-header .navbar #navtoggle .sub-menu a {
	  font-weight: normal;
  }
  #site-header .navbar-toggler {
	  display: flex;
	  flex-wrap: wrap;
	  background: transparent;
	  border: none;
  }
  #navtoggle {
	  position: absolute;
	  top: 100%;
	  background: #fff;
	  width: 320px;
	  right: 10px;
	  line-height: 1;
	  z-index: 99;
	  position: fixed;
	  top: 0;
	  height: 100%;
	  left: -320px;
	  transition: .1s all ease-in-out;
	  display: block;
	  padding-top: 60px;
  }
  body.admin-bar #navtoggle {
	  top: 32px;
  }
  body.active-nav #navtoggle {
	  left: 0;
	  transition: .25s all ease-in-out;
  }
  body {
	  transition: .1s all ease-in-out;
  }
  body.active-nav {
/* 	  padding-right: 200px;
	  transition: .1s all ease-in-out; */
  }
  #site-header .navbar a:hover {
	  color: #000;
  }
  #site-header .navbar #navtoggle li:not(.icon) a:hover {
	  background: #f5f5f5;
	  color: #000;
  }
  #site-header #navtoggle .navbar-nav li {
	  margin: 0;
  }
  #site-header #navtoggle .navbar-nav li.icon a {
	  margin: 5px 0 10px 5px;
  }
  #site-header #navtoggle .navbar-nav li.icon-f a {
	  margin-left: 0;
  }
  #site-header .container {
	  position: relative;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  display: flex;
	  flex-wrap: wrap;
  }
  .navbar-primary .navbar-nav {
	  -ms-flex-direction: row;
	  flex-direction: row;
		padding: 0 20px;
  }
  
  .navbar-toggler-icon {
	  border-top: 4px solid #1d1d1b;
	  border-bottom: 4px solid #1d1d1b;
	  position: relative;
	  height: 24px;
	  width: 38px;
	  box-sizing: border-box;
  }
  
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
	  content: '';
	  display: block;
	  height: 4px;
	  background: #1d1d1b;
	  width: 100%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  position: absolute;
	  left: 50%;
	  position: absolute;
  }
  .navbar-toggler-icon::after {
	  display: none;
  }
  .navbar-toggler:focus {
	  outline: none;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	  border: none;
	  transform: rotate(45deg) scale(.9);
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
	  width: 4px;
	  height: 32px;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
	  display: block;
	  width: 32px;
  }
  .page-template-page-sample .site-content {
	  padding: 3.5%;
	  overflow: hidden;
	  max-width: 100%;
  }
  .carousel-item {
	  min-height: calc(100vh - 100px);
	  background-size: cover;
	  background-position: center;
  }
  .carousel-indicators li {
	  background: #fff;
	  border-radius: 100%;
	  width: 10px;
	  height: 10px;
  }
  .carousel-indicators .active {
	  background-color: #e6007e;
  }
  .carousel-caption {
	  width: 100%;
	  font-size: 100px;
	  max-width: 1200px;
	  font-weight: bold;
	  position: relative;
	  transform: none;
	  left: auto;
	  top: auto;
	  right: auto;
	  margin: 0 auto;
	  text-align: left;
  }
  .page-template-page-sample .caption-wrap,
  .page-template-page-home .caption-wrap{
	  max-width: 700px;
  }
  .caption-wrap {
	  line-height: 1;
	  box-sizing: border-box;
	  padding: 80px 40px;
  }
  .caption-wrap.full-width {
	  max-width: 100%;
  }
  .caption-wrap h1 {
	  color: #fff;
  }
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
	  display: flex;
  }
  a.btn {
	  background: #333;
	  color: #fff;
	  border-radius: 40px;
	  font-weight: bold;
	  padding: 10px 30px;
	  outline: none;
	  margin: 20px 0;
	  border: none;
	  cursor: pointer;
	  font-size: 20px;
  }
  
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
  .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	  margin: -1px 2px 0 0;
  }
.site-title {
    order: 2;
    margin: 0 auto;
}
#site-header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.admin-bar #site-header {
    top: 32px;
}
/* body:not(.home) #site-header img,
.home #site-header img,
#site-header.active img {
    filter: invert(1) grayscale(1) brightness(5);
} */
.navbar-toggler-icon {
    border-top: 3px solid #fff;
    width: 32px;
    border-bottom: 3px solid #fff;
    height: 20px;
}
.navbar-toggler-icon::before {
    background: #fff;
    height: 3px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background: #000C75;
}
#site-header .navbar-toggler {
    position: relative;
    z-index: 999;
	left: 20px;
}
.gform-theme--foundation #gform_1 .gform_fields,
.gform-theme--foundation #gform_3 .gform_fields {
	grid-row-gap: 10px;
}
.gform-theme--foundation #gform_1 .gfield input::placeholder,
.gform-theme--foundation #gform_1 .gfield textarea::placeholder,
.gform-theme--foundation #gform_3 .gfield input::placeholder,
.gform-theme--foundation #gform_3 .gfield textarea::placeholder {
    color: #aaa;
}
.home .gform-theme--foundation #gform_3 .gfield input, 
.home .gform-theme--foundation #gform_3 .gfield textarea {
    border: none;
    border-radius: 0;
}
.home #field_3_8 legend,
.home #field_3_8 label,
.home #field_3_7 legend, 
.home #field_3_7 label {
    color: #fff;
}
#field_1_7 legend, #field_1_7 label,
#field_3_7 legend, #field_3_7 label {
    width: 130px;
}
#gform_submit_button_1,
#gform_submit_button_3 {
    background: #000a55;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    font-family: "montserrat";
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
}
#gform_submit_button_3 {
	background: #9DABB7;
}
#site-footer .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}
#site-footer .col-md-2 {
    max-width: 400px;
    text-align: right;
    margin: auto 0 0 auto;
    font-style: italic;
    font-size: 14px;
}
#site-footer .col-md-6 {
    max-width: 600px;
}
#site-footer .col-12 {
    width: 100%;
}
#site-footer .row {
    display: flex;
    flex-wrap: wrap;
}
#site-footer ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
}
#site-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
body:not(.home) #site-header:not(.active) .navbar-toggler {
/*     filter: invert(1) grayscale(1) contrast(.2); */
}
.comparison ul {
    border-top: 1px solid #ddd;
}
.comparison.none ul {
	border-left: none;
}
.comparison ul li {
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    display: block !important;
    padding: 5px 10px !important;
    min-height: 38px;
}
.comparison ul li:nth-child(even) {
    background: #fff;
}
.bn-comp {
    border-right: 1px solid #ddd;
}
.bn-comp.first {
    border-left: 1px solid #ddd;
}
.bn-comp .elementor-widget-image img {
    transform: scale(.8);
}
#about .text-about,
.bn-hero.active .btn-arrow {
    opacity: 0;
    transition: .25s all ease-in-out;
}
#about.active .text-about {
    opacity: 1;
}
body:not(.home) #site-header,
#site-header.active {
    background: rgba(0, 10, 85, .8);
    transition: .25s all ease-in-out;
}
.bn-1 {
    position: relative;
    top: 200px;
}
.bn-2 {
    position: relative;
    top: 100px;
    margin-left: -100px;
}
.bn-3 {
    position: relative;
    top: 200px;
    margin-left: -100px;
}
.bn-4 {
    position: relative;
    top: 100px;
    margin-left: -100px;
}
.cn-1 {
    position: relative;
    top: 0;
}
.cn-2 {
    position: relative;
    top: 80px;
    margin-left: -80px;
}
.cn-3 {
    position: relative;
    top: 0;
    margin-left: -80px;
}
.elementor-2 .elementor-element.elementor-element-2083a50 {
    top: -100px;
}
.site-content {
    min-height: calc(100vh - 200px);
}
body:not(.home) .site-content {
    overflow: hidden;
    padding-top: 92px;
}
.gform_description {
    margin: 0 0 20px;
    font-size: 16px;
}
.gform_heading h2 {
    margin: 0 0 10px;
    font-size: 24px;
}
.htmega-modal-area .htb-modal-footer {
    display: none;
}
.htb-modal-body {
	padding: 0 30px 30px;
}
.htmega-modal-btn button {
    cursor: pointer;
}
.htmega-flip-box-area img {
    height: 100%;
    width: auto;
}
.breadcrumb-list {
    list-style: none;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb-list li .breadcrumb-sep {
    margin: 0 10px;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 4px;
}
.breadcrumb-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.error-404.not-found {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5%;
    text-align: center;
}
.htmega-flip-box-front, .htmega-flip-box-back {
	background: transparent!important;
}

/*RESPONSIVE*/
@media (min-width: 961px) {
#site-footer .col-md-4 {
    width: 33.3%;
    box-sizing: border-box;
    padding: 20px;
    line-height: 2;
}
#site-footer .footer-col-3 {
    text-align: right;
    line-height: 2;
}
#site-footer .footer-col-2 {
    text-align: center;
    line-height: 1.3;
}
.sticky-top {
	position: sticky!important;
	top: 0;
}
#selector {
	height: 349px;
}
#selector.active .e-con-inner img {
    max-height: 90px;
    width: auto;
}
#selector.active .e-con-inner {
    position: fixed;
    width: 100%;
    top: 125px;
    height: 180px;
    background: rgba(255, 255, 255, .95);
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    box-shadow: 0 0 10px rgba(1, 1, 1, .2);
}
}
@media (max-width: 1200px) {
  .container {
	  max-width: 100%;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 960px) {
#site-footer .footer-col-1, #site-footer .footer-col-3 {
    order: 2;
	font-size: 14px;
}
#site-footer .row {
    flex-direction: column;
    text-align: center;
}
#site-footer .navbar-nav li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #fff;
    padding: 0 10px;
    font-size: 14px;
}
#site-footer .navbar-nav li:first-child {
    border: none;
}
}
@media (max-width: 767px) {
	.elementor .htmega-flip-box-area img {
		height: 100%;
	}
	body:not(.home) #site-header {
		position: static;
	}
	body:not(.home) .site-content {
		padding-top: 0;
	}
	.e-con.e-flex>.e-con-inner {
		padding-top: 20px;
	}
	.elementor .elementor-element.elementor-element-f81f19b {
		padding: 14px;
	}
	.lSSlideOuter.vertical {
		padding-left: 0!important;
	}
	.lSSlideOuter.vertical .lSGallery {
		position: relative !important;
		margin: 20px auto;
		width: 100% !important;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto !important;
	}
	.lSSlideOuter .lSPager.lSGallery li {
		max-width: 100px;
	}
	.elementor .elementor-element.elementor-element-f1febbd,
	.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con,
	.elementor .elementor-element.elementor-element-be3daf6,
	.elementor .elementor-element.elementor-element-d8371a9 {
		padding: 0;
	}
}
@media (max-width: 567px) {
.accordion-body tr td {
    padding: 8px;
    font-size: 14px;
    width: 50%;
    box-sizing: border-box;
}
}
@media (max-width: 400px) {
}
#surface-mount,
#din-rail,
#panel-mount,
#current-transformers {
    scroll-margin-top: 100px;
}

/*ANIMATION*/
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
  