h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong, .elementor-widget-text-editor h1 b, .elementor-widget-text-editor h1 strong, .elementor-widget-text-editor h2 b, .elementor-widget-text-editor h2 strong, .elementor-widget-text-editor h3 b, .elementor-widget-text-editor h3 strong, .elementor-widget-text-editor h4 b, .elementor-widget-text-editor h4 strong, .elementor-widget-text-editor h5 b, .elementor-widget-text-editor h5 strong, .elementor-widget-text-editor h6 b, .elementor-widget-text-editor h6 strong{
  font-weight: 800;
}

/* Home Hero */
@media (max-width: 767px){
  .elementor-section .home-hero-heading h1, .elementor-section .elementor-section h3{
    color: #161844 !important;
  }
}

/* Home Industries */
.three-column-backgrounds .elementor-top-column.col-bg-fade{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  color: #fff;
  transition: all 0.2s ease;
}
.three-column-backgrounds .elementor-top-column.col-bg-fade h3, .three-column-backgrounds .elementor-top-column.col-bg-fade h6{
  color: #fff;
}

.three-column-backgrounds .elementor-top-column.col-bg-fade .elementor-widget-wrap:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #03DFD8;
  opacity: 0;
  mix-blend-mode: overlay;
  transition: all 0.2s ease;
}

.three-column-backgrounds .elementor-top-column.col-bg-fade h3.elementor-heading-title:before{
  content: "Industry";
  display: block;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1;
  font-weight: normal;
}


.three-column-backgrounds .elementor-top-column.col-bg-fade .elementor-widget-wrap .heading-line:after{
  background-color: #fff;
  transition: background-color 0.2s ease;
  width: 100%;
}

.three-column-backgrounds .elementor-top-column.col-bg-fade:hover{
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.three-column-backgrounds .elementor-top-column.col-bg-fade:hover .elementor-widget-wrap:before{
  opacity: 1;
}
.three-column-backgrounds .elementor-top-column.col-bg-fade:hover .elementor-widget-wrap .heading-line:after{
  background-color: #fff;
}

/* Forms */
form ::placeholder{
  text-transform:uppercase;
  font-weight: bold;
}
form button{
  cursor: pointer;
}

.elementor-field-label{
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
  font-size: 16px;
}
.elementor-field-type-select .elementor-field-label{
  display: block;
}


/* Footer Background Image */
.footer-image{
  transform: none !important;
  max-height: 600px !important;
  height: 50vw !important;
}

/* Full Width Image, Block Editor */
.alignfull {
	margin: 60px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* First paragraph - Blog Post */
body.single-post .elementor-section.post-content .elementor-widget-container>p:first-of-type{
  font-size: 24px;
  color: #161844;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-weight: 600;
}

/* Blockquote - Large */
blockquote.wp-block-quote.is-style-large{
  margin: 60px calc(50% - 50vw);
  padding: 30px 0 10px;
  background: #161844;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
blockquote.wp-block-quote.is-style-large:before{
  content: "";
  display: block;
  height: 60px;
  background-image: url(images/quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
blockquote.wp-block-quote.is-style-large:after{
  content: "";
  display: block;
  margin-top: 30px;
  height: 10px;
  width: 100%;
  background: #fff;
}
blockquote.wp-block-quote.is-style-large p{
  width: 800px;
  max-width: 88%;
  margin: 1em auto;
  font-style: normal;
  font-size: 20px;
}
blockquote.wp-block-quote.is-style-large p:last-of-type:after{
  content: "";
  display: block;
  height: 5px;
  width: 130px;
  background: #03DFD8;
  margin: 30px auto;
}

/* Blockquote - Normal */
blockquote.wp-block-quote.is-style-default{
  margin: 1.5em 0 1.5em 1em;
  padding-left: 1em;
  border-left: 5px solid #161844;
  font-size: 24px;
  color: #161844;
}
blockquote.wp-block-quote.is-style-default{
  font-size: 24px;
  color: #161844;
  line-height: 1.5;
}

/* Blueblock (Elementor sections based on blockquote) */
.elementor-section.blue-block{
  padding: 60px 0 20px;
  background: #161844;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.elementor-section.blue-block:after{
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 10px;
  height: 10px;
  width: 100%;
  background: #fff;
}
.elementor-section.blue-block p{
  margin: 0;
}
.elementor-section.blue-block p:last-of-type:after{
  content: "";
  display: block;
  height: 5px;
  width: 130px;
  background: #03DFD8;
  margin: 30px auto;
}
@media (max-width: 767px){
  blockquote.wp-block-quote.is-style-large, .elementor-section.blue-block{
    text-align: left;
  }
}

/* Home Schematic */
.home-schematic-wrap{
  display: block;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-schematic-wrap .home-schematic{
  background-image: url(images/schematic.svg);
  transition: transform 4s cubic-bezier(0,1,.3,1);
  width: 100%;
  height: 100%;
  background-size: contain;
    background-position: center center;
}
@media (max-width: 767px){
  .home-schematic-wrap{
    display: none;
  }
}


/* Home Animation Fix */
.elementor-element.elementor-element-b3cc4f1{
  z-index: 0 !important;
}
.wt-animation{
  position: relative;
  z-index: 0;
}


/* Header */
#site-header{
  position:absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
body.admin-bar #site-header{
  margin-top: 32px;
}
body.admin-bar.fixed #site-header{
  margin-top: 0;
}

/* Logo */
#site-logo{
  width:auto;
  z-index: 5;
  flex: 1 1;
}
#site-logo .elementor-image{
  text-align: left;
}
#site-logo img{
  transition: all 0.3s ease;
}
#site-logo img, body.home #site-logo img.nav-open{
  filter: brightness(1000%) grayscale(100%);
}
body.home #site-logo img{
  filter: none;
}
#wt-nav{
  flex: 1 1;
}
#wt-nav .elementor-shortcode{
  text-align: right;
}

/* Nav Button */
#wt-nav .nav-btn{
  background: none !important;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 !important;
  outline: none !important;
  border: none !important;
  z-index: 5;
  position: relative;
}
.nav-btn svg{
  width: 60px;
  height: 60px;
}
.nav-btn .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke 600ms cubic-bezier(0.4, 0, 0.2, 1),
  stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-btn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.nav-btn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.nav-btn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.nav-btn.opened .line{
  stroke: #fff;
}
.nav-btn.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.nav-btn.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.nav-btn.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* Body Fix */
body.fixed{
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* Nav Overlay */
#wt-nav .wp-nav-overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #03dfd8;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
#wt-nav .wp-nav-overlay a{
  color: #fff;
  transition: color 0.2s ease;
  display: inline-block;
}
#wt-nav .wp-nav-overlay a:hover{
  color: #161844;
}

#wt-nav .wp-nav-overlay .wt-nav-wrap{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  max-height: 800px;
  padding: 120px 0;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#wt-nav .wp-nav-overlay .wt-nav-wrap .menu-main-menu-container{
  flex: 1 1;
}
#wt-nav .wp-nav-overlay .wt-nav-wrap .menu{
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  justify-content: center;
}
#wt-nav .wp-nav-overlay .wt-nav-wrap .menu .menu-item{
  flex: 1 1;
}
#wt-nav .wp-nav-overlay .wt-nav-wrap .menu .menu-item.current-menu-item a{
  color: #161844;
}

#wt-nav .wp-nav-overlay .wt-nav-wrap .nav-footer{
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}

#wt-nav .wp-nav-overlay .wt-nav-wrap .social-nav{
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: center;
  font-size:  1.25em;
}
#wt-nav .wp-nav-overlay .wt-nav-wrap .social-nav li{
  margin: 0 10px;
}
@media (max-width: 767px){
  
  #wt-nav .wp-nav-overlay{
    font-size: 24px;
  }
  #wt-nav .wp-nav-overlay .wt-nav-wrap{
    padding-top: 180px;
  }
}


/* Full Width Sections */
@media (max-width: 767px){
  .elementor-widget-whistler-tech-image-text-section section>div.section-list-left-column:hover {
      transform: none !important;
  }
}


/* Products Tabs */
.wt-products-tabs a.button{
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #161844;
  background-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-color: #03DFD8;
  border-radius: 1000px;
  transition: all 0.2s ease;
  padding: 10px 30px 10px 30px;
  display: inline-block;
}
.wt-products-tabs a.button:hover{
  color: #fff;
  background: #03DFD8;
}

.wt-products-tabs h2{
  font-size: 40px;
  letter-spacing: -1.08px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.wt-products-tabs h2:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 130px;
  background: #161844;
}

.wt-products-tabs .tabs-list{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wt-products-tabs .tabs-list li{
  flex: 0 1 22%;
  margin-right: 4%;
  margin-bottom: 15px;
  display: flex;
  min-height: 66px;
}
.wt-products-tabs .tabs-list li:nth-of-type(4n){
  margin-right: 0;
}
.wt-products-tabs .tabs-list li a.button{
  color: #161844;
  background: transparent;
  display: flex;
  text-align: center;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.wt-products-tabs .tabs-list li a.button:hover, .wt-products-tabs .tabs-list li a.button.active{
  color: #fff;
  background: #03DFD8;
}

.elementor-section.product-content-section .elementor-column{
  min-height: 0;
}

.wt-products-content{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
}
.wt-products-content .product-content{
  grid-area: 1 / 1 / 1 / 1;
}
.wt-products-content .product-content{
  display: flex;
}
.wt-products-content .product-content .col-left{
  flex: 1 1 48%;
  margin-right: 4%;
}
.wt-products-content .product-content .col-right{
  flex: 1 1 48%;
}
.wt-products-content .product-content h3{
  font-size: 32px;
  letter-spacing: -1.08px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  color: #161844;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.wt-products-content .product-content h3:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 130px;
  background: #161844;
}
.wt-products-content .product-content .product-image{
  margin-top: 60px;
}


@media (max-width: 1024px){
  .wt-products-tabs .tabs-list li{
    flex: 0 1 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .wt-products-tabs .tabs-list li:nth-of-type(2n){
    margin-right: 0;
  }
  .wt-products-tabs a.button{
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px){
	/*
  .wt-products-tabs .tabs-list{
    display: block;
  }
  .wt-products-tabs .tabs-list li{
    display: block;
    width: 100%;
    margin: 1em 0;
    min-height: auto;
  }
	
	    
	*/
	.wt-products-tabs .tabs-list li a.button{
		height: 48px;
        font-size: 14px;
	}
	.wt-products-tabs h2{
		font-size: 30px;
	}
	.wt-products-content .product-content{
		font-size: 14px;
	}
	.wt-products-content .product-content h3{
		font-size: 24px;
	}
}


/* Industries Text Image Section */
@media (max-width: 767px){
  .elementor-section .elementor-element.industries-text-image{
    width: 88%;
    margin: 0 auto;
  }
  .elementor-section .elementor-element.industries-text-image .elementor-section-list-items>section{
    display: block;
  }
  .elementor-section .elementor-element.industries-text-image .elementor-section-list-items>section>div{
    height: auto;
    max-height: none;
    position: relative;
  }
  .elementor-section .elementor-element.industries-text-image .elementor-section-list-items>section>div:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
  }
  .elementor-section .elementor-element.industries-text-image .elementor-section-list-items>section>div .container{
    position: relative;
    z-index: 1;
  }
  .elementor-section .elementor-element.industries-text-image .elementor-section-list-items>section>div p{
    display: block;
    color: #fff !important;
  }
}


@media (max-width: 1024px){
  .wt-products-content .product-content{
    flex-wrap: wrap;
  }
  .wt-products-content .product-content .col-left, .wt-products-content .product-content .col-right{
    display: block;
    flex: 0 0;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }
}

/* Industries text sections mobile */
.elementor-widget-whistler-tech-image-text-section section>div.section-list-left-column .container{
  width: 100%;
}
@media (max-width: 1024px){
  .elementor-widget-whistler-tech-image-text-section section>div.section-list-left-column .container h2{
    font-size: 42px;
  }
}