/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.2.3. Please  <a target="_blank" href="https://youtu.be/nrHFh_08w78">watch the introduction video</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      2.0.1
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/
header div, footer div {
  display: block;
  --webkit-tap-highlight-color: rgba(0,0,0,0);
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.space-header-2-height {
  min-height: 68px;
}
.space-header-2-wrap {
  background-color: #172224;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0);
  min-height: 68px;
  width: 100%;
  z-index: 20;
}
.space-header-2-nav {
  min-height: 68px;
  width: 100%;
}
.space-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
.space-header-2-nav-ins {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
.box-25 {
  width: 25%;
}
.box-50 {
  width: 50%;
}
.box-100 {
  width: 100%;
}
.space-header-2-nav-logo {
  display: inline-block;
  order: 1;
}
.space-header-2-top-logo a, .space-header-2-nav-logo a, .space-footer-bottom-logo a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  line-height: 0;
}
img.custom-logo {
  width: 250px !important;
}
.space-header-2-nav-menu {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  order: 2;
}
.space-header-2-nav ul.main-menu {
  line-height: 100%;
	flex-direction: row;
}
.space-mobile-menu-icon {
  cursor: pointer;
  display: none;
  overflow: hidden;
  right: 0;
  top: 20px;
  width: 24px;
}
.space-mobile-menu-icon div:nth-child(1) {
  background-color: #8697a2;
  border-radius: 2px;
  height: 4px;
  margin-bottom: 4px;
  width: 24px;
}
.space-mobile-menu-icon div:nth-child(2) {
  background-color: #8697a2;
  border-radius: 2px;
  height: 4px;
  margin-bottom: 4px;
  width: 24px;
}
.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(2), .space-header-2-nav-menu .space-mobile-menu-icon div:nth-child(2) {
  border-radius: 3px;
  width: 11px;
}
.space-mobile-menu-icon div:nth-child(3) {
  background-color: #8697a2;
  border-radius: 2px;
  height: 4px;
  width: 24px;
}
.space-header-2-nav ul.main-menu li {
  color: #151515;
  float: left;
  font-family: 'Roboto',sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: relative;
}
.space-header-2-nav ul.main-menu li a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  display: block;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  padding: 25px 16px;
  text-decoration: none;
}

.space-mobile-menu {
  background-color: rgba(45,52,54,.95);
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  opacity: 0;
  -o-transition: all .3s ease-in-out;
  overflow-y: auto;
  padding: 0;
  right: 0;
  top: 0;
  transition: all .3s ease-in-out;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  width: 100%;
  z-index: 100000;
}
.space-mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.space-mobile-menu-block {
  background-color: #172224;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  max-width: 320px;
  overflow-y: auto;
  right: 0;
  top: 0;
  width: 100%;
}
.space-header-2-nav ul.main-menu li ul.sub-menu {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
  display: block !important;
  left: -15px;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  opacity: 0;
  -o-transition: all .3s ease-in-out;
  padding: 15px 0;
  position: absolute;
  top: 90px;
  transition: all .3s ease-in-out;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  width: 220px;
}
.space-header-2-nav ul.main-menu li:hover ul.sub-menu {
  opacity: 1;
  top: 68px;
  visibility: visible;
}
.space-header-2-nav ul.main-menu li {
  color: #151515;
  float: left;
  font-family: 'Roboto',sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: relative;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li {
  display: block;
  float: left;
  line-height: 1.2em;
  padding: 6px 30px;
  position: relative;
  width: 100%;
  text-align: left;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a {
  border-bottom: 1px solid transparent;
  color: #34495e;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}
.space-footer {
  overflow: hidden;
}
.space-footer-copy {
  background-color: #111;
  padding: 30px 0;
}
.space-footer-ins {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
}
.space-footer-copy-left {
  color: #777;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.25em;
}
.left {
  float: left;
}

#scrolltop {
  bottom: 7px;
  color: #1293b7;
  cursor: pointer;
  font-size: 35px;
  height: 35px;
  line-height: 35px;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  opacity: 0;
  -o-transition: all .3s ease-in-out;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease-in-out;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  width: 35px;
  z-index: 9999;
  border: 3px solid #1293b7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 50%;
}
#scrolltop svg {
	width: 18px;
	height: 18px;
}
#scrolltop svg path {
	fill: #1293b7;
}
#scrolltop.show {
  bottom: 21px;
  opacity: 1;
  visibility: visible;
}
.lc-block blockquote {
	border-left: 3px solid #7fc64a;
	padding: 22px 28px;
	border-radius: 8px;
	background: #ecf0f1;
	margin-top: 0;
	margin-bottom: 23px;
	font-weight: 400;
}

.space-mobile-menu-block-ins {
  padding: 45px 30px;
}
.space-mobile-menu-header {
  margin-bottom: 45px;
  overflow: hidden;
}
.space-mobile-menu-header a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  line-height: 0;
}
.space-mobile-menu-list {
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.space-mobile-menu-list ul {
  position: relative;
  width: 100%;
}
.space-mobile-menu-list ul li {
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto',sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
}
.space-mobile-menu-list ul li a {
  color: #ffffff;
  display: block;
  font-family: 'Roboto',sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 0;
  position: relative;
}
.space-mobile-menu-copy {
  border-top: 1px solid #1a212a;
  color: #8697a2;
  font-family: 'Roboto',sans-serif;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.45em;
  margin-top: 60px;
  padding: 30px 0;
}
.space-close-icon {
  cursor: pointer;
  height: 21px;
  right: 0;
  top: 0;
  width: 20px;
}
.space-mobile-menu-close-button {
  right: 20px;
  top: 20px;
}
.space-close-icon .to-right {
  background-color: #ffffff;
  height: 1px;
  left: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  top: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 20px;
}
.space-close-icon .to-left {
  background-color: #ffffff;
  height: 1px;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 20px;
}
.space-mobile-menu-list ul li a:after {
	display: none;
}
.space-mobile-menu-list ul li.menu-item-has-children::after {
  content: "";
  font-size: 15px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 15px;
	display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.space-mobile-menu-list .dropdown-menu {
  position: static !important;
  transform: translate3d(0,0,0) !important;
}
.space-mobile-menu-list ul li ul.dropdown-menu  {
  padding: 0 0 0 15px;
	background: none;
}
.space-header-2-nav ul.main-menu.me-auto {
  margin-right: 0 !important;
}
.space-header-2-nav ul.main-menu li {
  color: #151515;
  float: left;
  font-family: 'Roboto',sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom-img-align-center img {
  display: block;
  margin: 1em auto;
}
.custom-image-filter img{
  filter: drop-shadow(1px 1px 2px);
}
.custom-3-columns-text,
.custom-single-column-text,
.custom-brands-columns-3{
  gap: 1.2em;
}
.custom-3-columns-text > div {
  padding: 5px 10px;
  box-shadow: 1px 1px 3px;
  border-radius: 4px;
  background-color: #cce8f075;
}
.custom-single-column-text > div {
  border-left: 3px solid #1722241c;
  padding: 5px 10px;
  border-radius: 0;
  background-color: aliceblue;
}
.custom-ul-without-marks{
  list-style-type: none;
}
.custom-ul-without-marks > li {
  margin-bottom: 0.7em;
}
.custom-brands-columns-3 > div{
  box-shadow: 0 0 2px;
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #cce8f075;
}
.custom-brands-columns-3 strong,
.custom-brands-columns-3 b {
  text-transform: uppercase;
}
.page-template-default h1 {
  font-size: 2.7rem;
  font-weight: 700;
}
.page-template-default .bg-light{
  padding: 10px !important;
}
.page-template-default #theme-main .container > .row .py-5{
  padding-top: 1rem !important;
}

@media screen and (max-width: 767px) {
  .page-template-default h1{
    font-size: calc(1.395rem + 1.74vw);
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) {
  .custom-brands-columns-3,
  .custom-3-columns-text {
    flex-wrap: wrap !important;
  }
  .custom-brands-columns-3 > div,
  .custom-3-columns-text > div{
    flex-basis: 100% !important;
  }
  .custom-brands-columns-3 > div p:first-child,
  .custom-3-columns-text > div p:first-child{
    text-align: center;
  }
  .custom-brands-columns-3 .custom-img-align-center img {
    height: 70px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
	.space-header-2-nav-menu {
	  width: 25%;
	  order: 1;
	}
	.space-header-2-nav-menu .main-menu {
	  display: none;
	}
	.space-mobile-menu-icon {
	  display: block;
	  right: 15px;
	  top: 20px;
	}
	.space-header-2-top-soc .space-mobile-menu-icon, .space-header-2-nav-menu .space-mobile-menu-icon {
	  left: 15px;
	  right: auto;
	  top: 20px;
	}
	.space-header-2-nav-menu {
	  width: 25%;
	  order: 1;
	}
	.space-header-2-nav-logo {
	  width: 50%;
	  order: 2;
	  text-align: center;
	}
}

@media screen and (min-width: 576px) {
	.space-header-2-wrap {
	  height: 84px;
	  max-height: 84px;
	}
	.space-header-2-height {
	  height: 84px;
	  max-height: 84px;
	}
	.space-header-2-nav-logo a {
	  height: 84px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
	.space-footer-copy {
	  padding: 30px 0;
	}
	.space-footer-copy-left {
	  float: none;
	  margin-bottom: 15px;
	  text-align: center;
	  width: 100%;
	}
}