﻿video {
    width: 100%;
    height: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/* .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} */
.form-group input, .form-group select {
    width: 100%;
    /* height: 20px; */
    line-height: 20px;
    border: none;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    font-size: 12px;
}
.form-group select {
    height: 42px;
    max-width: 85%;
    margin: 0;
}
.with-arrow.form-btn {
    width: auto;
    padding: 0 20px;
    height: 50px;
    margin-top: 50px;
	border-radius: 10px;
}
/* .layers:hover .with-arrow.form-btn {
  background-color: #fff;
  color: #04AF00;
} */
.banner-form {
    padding: 0 50px;
}
.form-group label {
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
}
.thriving_industries li .card-info .copy img {
    padding-top: 40px;
    width: 50%;
    margin: auto;
}
/* .right p {
    margin-top: 45px;
    color: #fff;
} */

footer .right li.footer-paymet img {
    display: inline;
    position: relative;
    width: 100%;
    max-width: 70%;
    margin-top: 20px;
    max-height: 100%;
}
.left-link li {
    float: left;
    padding-right: 10px;
}

.left-link li a {
    color: #fff;
}
.with-arrow.form-btn:hover{
    background-color: #333;
    color: #fff;
}
.with-arrow.form-btn{
    background-color: #04AF00;
color: #fff;
}

.d-flex{
	display: flex;
}
.d-block{
	display: block;
}
.justify-content-space-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}
.w-47{
	width: 47%;
}
select {
  margin-top: 2.25rem;
  margin-bottom: 0.60rem;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #04af00 !important;
  padding: 20px 0;
  font-size: 14px;
}

.service-form .input-group {
    width: 40.65871%;
    float: left;
    padding: 0 10px;
}
.table-info {
	margin-top: 20px;
    display: inline-block;
    margin-left: 10px;
	width: 80%;
}
.table-info table{
	border-radius: 10px;
	width: 100%;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}
.table-info table tr:not(:first-child){
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}
.table-info table tr td,
.table-info table tr th{
	border: 0;
}
.table-info table tr th:first-child{
	border-radius: 10px 0 0 0;
	border-left: 0;
	border-top: 0;
}
.table-info table tr:last-child{
	border-radius: 0  0 10px 10px;
}
.table-info table tr th:last-child{
	border-radius: 0 10px 0 0;
	border-right: 0;
	border-top: 0;
}
.free-dfm-page{
	position: relative;
}
.service-form .input-group.input__submit{
	display: block;
	width: 100%;
	margin-top: 20px;
}
option{
	font-size: 16px;
}
.design-guidlines .title-container h1,
.download-brochure .title-container h1,
.pcb-manufacturing .title-container h1{
	font-size: 3.22em;
	line-height: 3.25rem !important;
}
.download-brochure .service-form .input-group{
	float: unset;
}
@media screen and (min-width:1280px) and (max-width:1919px){
    footer .right li.footer-paymet img {
        display: inline;
        position: relative;
        width: 100%;
        max-width: 200px;
        margin-top: 10px;
        max-height: 100%;
    }
    /* .right p {
        margin-top: 5px;
        color: #fff;
        font-size: 10px;
    } */
    .ui-modal.quick-facts span {
        font-size: 13em;
    }
    /* .ui-modal.quick-facts .modal {
        padding-top: 20%; */
    /* } */
    .with-arrow.form-btn {
        padding: 10px 15px;
    }
}
nav.top-bar-container .links a button.with-arrow.form-btn {
    margin-top: 0;
}


.button-effect {
	position: relative;
    overflow: hidden;
	width: max-content;
}
.button-effect .btn-effect {
    border-color: rgba(255, 255, 255, .2);
	display: block;
    padding: 11px 24px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
}
.button-effect:after, .button-effect:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: 0;
    background: #333;
    -webkit-transition: height .3s ease-out 150ms;
    -o-transition: height .3s ease-out 150ms;
    transition: height .3s ease-out 150ms;
    content: '';
}

.button-effect:not(.playButton):hover:after, body:not(.mobile) .button-effect:not(.playButton):hover:before {
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
}
.button-effect:after {
    top: auto;
    left: auto;
    bottom: 2px;
    width: 3px;
    right: 0;
}
.button-effect .btn-effect:after, .button-effect .btn-effect:before {
    position: absolute;
    top: 1px;
    left: 40px;
    /* width: 20px; */
    height: 3px;
    background: #333;
    -webkit-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    -o-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    content: '';
}
.button-effect .btn-effect:before {
    width: 20px;
    left: 24px;
}
.button-effect .btn-effect:after {
    width: 20px;
    right: 24px;
	bottom: 0;
    top: unset;
	left: unset;
}
/* .button-effect:hover .btn-effect:after {
    right: -40px;
	-webkit-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    -o-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
    content: '';
} */
.button-effect:not(.playButton):hover .btn-effect:before {
    left: -30px;
    -webkit-transition: left .3s ease-out, right .3s ease-out;
    -o-transition: left .3s ease-out, right .3s ease-out;
    transition: left .3s ease-out, right .3s ease-out;
}

.button-effect:hover .btn-effect:after {
    right: -40px;
    -webkit-transition: left .3s ease-out, right .3s ease-out;
    -o-transition: left .3s ease-out, right .3s ease-out;
    transition: left .3s ease-out, right .3s ease-out;
}
.banner-form .header_btn-div {
    margin: 30px 0 0 0;
}

.banner-form .button-effect:after, .banner-form .button-effect:before,
.banner-form .button-effect .btn-effect:after, .banner-form .button-effect .btn-effect:before {
    background: #fff;
}
.banner-form .button-effect .btn-effect{
    color: #fff;
    font-size: 14px;
}
.thriving_industries .left-title span,
.home-page .city-initiatives .content-with-triangle .copy-container .small-title{
    font-size: 20px;
}

.thriving_industries .left-title h3,
.home-page .city-initiatives .content-with-triangle .copy-container h3 {
    font-size: 40px;
    letter-spacing: 0;
}
.social i {
    font-size: 20px;
    color: #444;
    padding: 0 5px;
}
.down-arrow1 .vertical-arrow {
    background: transparent;
}

/* blog */
.blog-slider {
	width: 100%;
	position: relative;
	max-width: 65rem;
	margin: auto;
	background: #fff;
	box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
	padding: 25px;
	border-radius: 25px;
	height: 400px;
	transition: all 0.3s;
  }
  @media screen and (max-width: 992px) {
	.blog-slider {
	  max-width: 680px;
	  height: 400px;
	}
  }
  @media screen and (max-width: 768px) {
	.blog-slider {
	  min-height: 500px;
	  height: auto;
	  margin: 180px auto;
	}
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider {
	  height: 350px;
	}
  }
  .blog-slider__item {
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 768px) {
	.blog-slider__item {
	  flex-direction: column;
	}
  }
  .blog-slider__item.swiper-slide-active .blog-slider__img img {
	opacity: 1;
	transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
	transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
	transition-delay: 0.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
	transition-delay: 0.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
	transition-delay: 0.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
	transition-delay: 0.7s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
	transition-delay: 0.8s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
	transition-delay: 0.9s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
	transition-delay: 1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
	transition-delay: 1.1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
	transition-delay: 1.2s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
	transition-delay: 1.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
	transition-delay: 1.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
	transition-delay: 1.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
	transition-delay: 1.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
	transition-delay: 1.7s;
  }
  .blog-slider__img {
    width: 90%;
    flex-shrink: 0;
    box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 15%);
    border-radius: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    margin: auto;
  }
  .blog-slider__img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 23%);
	border-radius: 20px;
	opacity: 0.8;
  }
  .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all 0.3s;
  }
  @media screen and (max-width: 768px) {
	.blog-slider__img {
	  transform: translateY(-50%);
	  width: 90%;
	}
  }
  @media screen and (max-width: 576px) {
	.blog-slider__img {
	  width: 100%;
    height: 250px;
	}
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider__img {
	  height: 270px;
	}
  }
  .blog-slider__content {
    padding: 0 30px;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__content {
      margin-top: 0;
      text-align: center;
      padding: 0 30px;
  }
  }
  @media screen and (max-width: 576px) {
	.blog-slider__content {
	  padding: 0;
	}
  }
  /* .blog-slider__content > * {
    opacity: 1;
    transform: translateY(25px);
    transition: all 0.4s;
  } */
  .blog-slider__code {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 15px;
  }
  .blog-slider__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: initial;
    line-height: 1.4;
  }
  .blog-slider__text {
    line-height: 1.5em;
    font-size: 15px;
    margin: 0;
    color: #222;
  }
  .blog-slider__button {
    position: absolute;
    bottom: 1.25rem;
  }
  .blog-slider__body{
    background: #d3d1d159;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .blog-slider__card{
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    border: 0;
    height: 590px;
    border-radius: 10px;
  }
  .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
img.card-img-top:hover {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
#mobile-blog, #mobile-offering{
  display: none;
}
@media only screen and (max-width:767px){
  .blog-slider__card{
    margin: 15px;
  }
  #mobile-blog, #mobile-offering{
    display: block;
  }
  #desktop-blog, #desktop-offering{
    display: none !important;
  }
  .blog-slider__button{
    bottom: 3.25rem;
  }
  .aboutus-offering .outerDiv{
    width: 95%;
    margin: 1rem auto;
  }
  .aboutus-offering .outerDiv .mt-3{
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width:769px) and (min-width:651px){
  .blog-slider__card{
    height: 650px;
  }
}
@media only screen and (max-width:650px) and (min-width:610px){
  .blog-slider__card{
    height: 610px;
  }
}
@media only screen and (max-width:1440px) and (min-width:768px){
  .blog-section{
    width: 100%;
  }
}

  @media screen and (max-width: 576px) {
	.blog-slider__button {
	  width: 100%;
	}
  }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
  }
  .blog-slider__pagination {
	position: absolute;
	z-index: 1;
	right: 20px;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
	.blog-slider__pagination {
	  transform: translateX(-50%);
	  left: 50% !important;
	  top: 205px;
	  width: 100% !important;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
  }
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
  }
  @media screen and (max-width: 768px) {
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 0 5px;
	}
  }
  .blog-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: 0.2;
	transition: all 0.3s;
  }
  .blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #002d6e;
	height: 30px;
	box-shadow: 0px 0px 20px rgb(4 175 0 / 30%);
  }
  @media screen and (max-width: 768px) {
	.blog-slider__pagination .swiper-pagination-bullet-active {
	  height: 11px;
	  width: 30px;
	}
  }
.blog-section {
  padding: 40px 0 80px;
}
.blog-section .container {
    max-width: 80rem;
    margin: 0 auto;
}
.blog-section .title {
	font-family: 'Poppins' !important;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  letter-spacing: .025em;
  font-size: 20px;
}

.blog-section h2 {
  letter-spacing: 0;
  color: #222;
}
.pcb-certificate {
  width: 100%;
  margin: 20px 0 0 0;
}
.m-0-auto{
  margin: 0 auto;
  text-align: center;
}
.bg-green .button-effect {
  background: #04af00;
}
nav.top-bar-container .links a i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}
.right .nav > li > a.nav-anchor.button .custom-btn {
  margin: -15px;
}
.header-social-icon_dark nav.top-bar-container .links a i {
	color: #222;
  }
@media screen and (min-width:1366px) and (max-width:1600px) {
  .blog-section .container {
    max-width: 85rem;
    margin: 0 auto;
}
.blog-slider {
  height: 350px;
}
.blog-slider__img {
  width: 250px;
  height: 250px;
}
}
.blog-main-btn {
  padding: 70px 450px;
}
.paymet-partners p {
  color: #fff;
}
.left-link {
  margin-top: 20px;
}
nav.top-bar-container.shrunk  .links a i {
  color: #333;
}
.about-page .team h3.long-height {
  height: 3.875rem;
}
.text-justify{
  text-align: justify;
}
/* blog */
.blog-main-box .events-list {
  margin: 0 auto;
  text-align: center;
}
.blog-main-box .events-list li.event {
  height: 150px;
}
.blog-main-box .events-list li.event .inner-content {
  padding: 50px 0 0 0;
  margin: 0;
  text-align: center;
  line-height: unset;
}
/* blog */
.pb-50-d-n{
  padding-bottom: 50px;
}
.blog-h3,
.blog-h3 strong{
	font-size: 20px;
}
.blog-h4,
.blog-h4 strong{
	font-size: 16px;
  text-transform: none !important;
}
/* nav.sidebar-container .nav-anchor.active,
nav.sidebar-container .nav-anchor:hover{
	color: #04af00;
} */
.p-0{
	padding: 0 !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-20{
	margin-top: 20px !important;
}

/* table css */
table {
  width: 1010px;
  border-collapse: collapse;
  margin: 30px 0 50px 0;
  font-family: 'Poppins' !important;
}

/* Zebra striping */
/* tr:nth-of-type(odd) {
  background: #eee;
} */
/* tr:hover:nth-of-type(odd) {
  background: #04af00;
  color: #fff;
} */
/* tr:hover:nth-of-type(even) {
  background: #81ba37;
  color: #fff;
} */

th {
  background: #002d6e;
  color: white;
  font-weight: bold;
}

td,
th {
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 17px;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }
}
.design-guidlines .city-initiatives .content-container .right-accordion{
	width: 80%;
}
.design-guidlines .city-initiatives .content-with-triangle .copy-container .small-title,
.design-guidlines .city-initiatives .content-with-triangle .copy-container h3{
	transform: translate(0);
  letter-spacing: 1px;
}

.design-guidlines .city-initiatives .content-with-triangle{
	margin-left: 0;
	width: 100%;
}
.design-guidlines .accordion-content-container .accordion-content .customizable-text p.center{
	margin: auto !important;
}
.color-white{
  color:#fff !important;
}
/* .layers:hover {
  box-shadow: 4px 6px 8px 0px #b1b1b1;
} */
@media only screen and (min-width:1440px){
  .weslaco-advantage-page .hub .category:after {
    content: '';
    position: absolute;
    top: 0.8rem;
    width: 1px;
    height: 16rem;
    right: 57px;
    background: #aaa;
    -webkit-transform: skewX(45.8deg);
    transform: skewX(45.8deg);
    z-index: -1;
}
}
@media screen and (min-width:1440px) and (max-width:1600px){

.events-page .events-list .event {
  display: inline-block;
  vertical-align: top;
  width: 30.8125rem;
  /* height: 35rem; */
  padding: .75rem;
  box-sizing: border-box;
}
.contact-page .map-container {
  padding: 0 1.5rem;
  box-sizing: border-box;
  height: 40rem;
  margin-bottom: 10.5rem;
}
.menu {
  /* padding: 0 40px 0 40px; */
  box-sizing: border-box;
  right: 0;
  /* background: #fff; */
  overflow: auto;
  z-index: 1002;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  /* width: 100%;
  max-width: 345px;
  padding: 0 45px; */
}
}

.reports nav.top-bar-container .links a i {
  font-size: 20px;
  color: #222;
}
.home-page header .copy-container h1 span {
  font-size: 80px;
}
/* btn */
.btn1 {
  background: transparent;
  outline: unset;
  border: none;
  color: #fff;
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
}
.btn1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #04AF00;
  height: 30px;
  border-top: 2px solid #04AF00;
  width: 30px;
  transition: .3s ease-out;
}
.btn1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #04AF00;
    height: 30px;
    border-bottom: 2px solid #04AF00;
    width: 30px;
    transition: .3s ease-out;
}
.btn1:hover:before {
  height: 40px;
  width: 40px;
  transition: .3s ease-out;
}
.btn1:hover:after {
  height: 40px;
  width: 40px;
  transition: .3s ease-out;
}
.color-black {
  color: #333;
}
.top-bar-container.shrunk .btn1 {
  color: #333;
}
.weslaco-advantage nav.top-bar-container .links a i,
.events nav.top-bar-container .links a i,
.design-guidlines nav.top-bar-container .links a i,
.checkout nav.top-bar-container .links a i{
  color: #333;
}

.download-brochure .service-form .input-group {
  width: 65%;
}
.file-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: 18px;
  border-bottom: 1px solid #04af00;
  cursor: pointer;
  font-family: 'Poppins' !important;
  width: 100%;
  margin-top: 18px;
}
.file-wrapper input {
	left: 0;
	opacity: .01;
	cursor: pointer;
	position: absolute;
	-moz-opacity: .01;
	filter: alpha(opacity=1);
	width: 100%;
    display: block;
    height: 100%;
}
.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #04af00;
  display: inline-block;
}
.file-holder {
    top: 15px;
    padding-left: 15px;
    position: absolute;
    left: auto;
}
.file-button i {
    margin-right: 8px;
}
footer .left .social a img.width-20{
  max-width: 20px;
}
table.table.contact_table {
  width: 80%;
}
.contact_table a {
  font-weight: 400;
}
.contact_table a:hover{
  color: #fff;
}
.blog-main-box .events-list li.event a{
  position: relative;
}
.blog-main-box .events-list li.event a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  border-top: 2px solid #04af00;
  height: 80px;
  border-left: 2px solid #04af00;
  transition: .3s ease-out;
}
.blog-main-box .events-list li.event a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  border-bottom: 2px solid #04af00;
  height: 80px;
  border-right: 2px solid #04af00;
  transition: .3s ease-out;
}
.blog-main-box .events-list li.event a:hover:before,
.blog-main-box .events-list li.event a:hover:after {
  width: 100px;
  height:100px;
  transition: .3s ease-out;
}
/*Vertical Tabs*/
.mdl-tabs__panel {
  display: none;
}
.vertical-mdl-tabs {
  margin-top: 30px;
}
.vertical-mdl-tabs .mdl-tabs__tab-bar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding-bottom: 35px; */
  height: inherit;
  /* border-bottom: none;
  border-right: 1px solid rgba(10, 11, 49, 0.2); */
}
.mdl-cell.mdl-cell--10-col {
  border-left: 1px solid #efefef;
}
.vertical-mdl-tabs .mdl-tabs__tab {
  width: 88%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  letter-spacing: 2px;
  margin: auto;
}
.vertical-mdl-tabs .mdl-tabs__tab:hover {
  /* background: rgba(158, 158, 158, 0.34); */
  color: #002d6e;
}
/* .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
  border-right: 3px solid #04af00;
} */
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  content: inherit;
  height: 0;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
.mdl-tabs__panel {
  padding: 30px 80px 30px 30px;
}
.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
  text-align: left;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #002d6e;
  /* background: rgba(158, 158, 158, 0.34); */
}
.mdl-tabs__tab {
  font-size: 15px;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: 0.5px !important;
}
.mdl-tabs__panel li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Poppins' !important;
    letter-spacing: 1px;
    color: #333;
    text-align: justify;
}
.mdl-tabs.is-upgraded .mdl-tabs__panel {
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
/* .mdl-grid.mdl-grid--no-spacing {
  padding: 0 100px 0 210px;
} */
.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
  border-bottom: 1px solid #efefef;
  padding: 35px 10px 35px 60px;
  line-height: 0;
}
/* .mdl-cell.mdl-cell--10-col {
  width: 72%;
} */
.text-center {
  text-align: center;
}
.width-90{
  width:90%;
}
.text-left {
  text-align: left;
}
.events-page .events-list-container {
  text-align: center;
}
.flush-btn {
  width: 100%;
  background: url(../images/circuit-board-bg.jpg);
  padding: 80px 0;
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flush-btn .container {
  width: 80%;
  margin: 0 auto;
}
.flush-btn .custom-btn {
  margin-top: 25px;
}
.flush-btn h2 {
  margin-top: 12px;
  color: #fff;
}
/* thm3 */
.margin{
  margin: 10px;
}
a.link.forgot-pass {
  color: #4cae35;
}
.register .file-wrapper.text-pdf {
  padding: 0;
  width: 100%;
  margin-top: 12px;
}
.register .file-wrapper.text-pdf .dropify-wrapper {
  height: 176px;
}
/* .dropify-wrapper {
  height: 150px;
  color: #777;
  background-color: #FFF;
  border: 1px solid #4cae35;
  box-shadow: 0px 3px 5px rgb(159 159 159 / 30%);
} */
.button.with-signup, button.with-signup, input[type=button].with-signup, input[type=submit].with-signup {
    /* width: 15.475rem;
    max-width: 100%;
    height: 5.0625rem;
    padding: 1.78125rem 1.5rem; */
    color: #fff;
    letter-spacing: .025em;
    text-align: left;
    text-transform: uppercase;
    background: #cf4332;
    border: #cf4332;
}
.login .submit-btn {
  padding-top: 20px;
}
.login .checkbox {
  display: block;
  margin: 0;
  padding-left: 12px;
}
.login .inputs {
  width: 60%;
}
.width-fit-content {
  width: fit-content;
}
.login .input-group {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.login .side-info {
  width: 30%;
}
.login .main-info {
  width: 70%;
}
/* chechbox design */
.custom-control.material-checkbox {
  --color: #26a69a;
}
.custom-control.material-checkbox .material-control-input {
  display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  transition: 0.3s;
}
.custom-control.fill-checkbox {
  --color: #26a69a;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: var(--color);
  border-color: var(--color);
  background-size: 80%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #04AF00;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #04AF00;
  border-right: 4px solid #04AF00;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.custom-control.material-switch {
  --color: #26a69a;
  padding-left: 0;
}
.custom-control.material-switch .material-switch-control-input {
  display: none;
}
.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: var(--color);
  left: 17px;
}
.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  transition: 0.3s;
}
.custom-control.material-switch .material-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: 0.3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  box-shadow: 0 2px 10px #aaa;
}
.custom-control.ios-switch {
  --color: #002d6e;
  padding-left: 0;
}
.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}
.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(--color);
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}
.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}
.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ddd;
}
.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  transition: 0.3s;
  top: 0px;
  left: 0px;
  background: #fff;
  box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.custom-control.border-switch {
  --color: #04AF00;
  padding-left: 0;
}
.custom-control.border-switch .border-switch-control-input {
  display: none;
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: var(--color);
}
.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ccc;
}
.custom-control.border-switch .border-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch {
  --color: #04AF00;
  padding-left: 0;
}
.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  background-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ccc;
  overflow: hidden;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  right: -14px;
  background: #ccc;
}

.list-group:first-child .list-group-control:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group.list-group-flush:last-child .list-group-control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group.list-group-flush:first-child .list-group-control:first-child {
  border-top: 0;
}
.list-group.list-group-flush .list-group-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group .list-group-control {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group .list-group-control .custom-control {
  margin: 0;
  padding: 0.75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}
.list-group .list-group-control .custom-control .custom-control-indicator, .list-group .list-group-control .custom-control .material-control-indicator, .list-group .list-group-control .custom-control .fill-control-indicator, .list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}
.pl-10 {
  padding-left: 10px;
}
.color-green{
  color: #04AF00;
}
.dasbox-left h5 {
  position: relative;
  padding-left: 20px;
  font-size: 26px;
}
.dasbox-left h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #04AF00;
  width: 5px;
  height: 35px;
}
/* .checkout button.btn1 {
  width: 100%;
} */
/*
.dasbox-left .title-container h1 {
  position: relative;
  padding-left: 40px;
  font-size: 50px;
}
.dasbox-left .title-container h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #04af00;
    width: 30px;
    height: 52px;
}
*/
.width-100 {
  width: 100%;
}
/*
.dasbox-left {
  padding-top: 16%;
}
.dashbox-right {
  padding: 70px 10px 80px 10px;
}
*/
.financial-details .dashbox-right,
.unpaid-invoices .dashbox-right {
  padding-top: 20%;
}
.cart__terms li {
  font-size: 14px;
  display: flex;
  letter-spacing: 0.5px;
}
.cart__terms li span {
  font-size: 30px;
}
/* .add-address .service-form .input-group {
  width: 100%;
} */
.add-address .service-form {
  padding-top: 0%;
}
.pcb-bg{
  background-image: url(../images/pcb-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: -450px; */
}
/* technology accodian */
.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin: 15px 0;
}
.set > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  /* border-bottom: 1px solid #ddd; */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
}
.set > a i{
  float: right;
  margin-top: 2px;
  color:#555;
}
.set > a.active{
  background-color:#04AF00;
  color: #fff;
}
.content{
  background-color: #fff;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.production-capabilities .container {
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.text-justify{
	text-align: justify !important;
}
/* .technology-page .business-incentives .section-title .left, */
.business-page .business-incentives .section-title .left {
    margin-top: 0 !important;
}
.input-hoshi .input-field-hoshi:focus+label span, .input-hoshi.input-filled label span,
.input-group input:focus + label span{
	font-size: 17px !important;
    font-weight: 600 !important;
    color: #04af00;
}
.production-capabilities h3 {
  font-size: 36px;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: 'Poppins' !important;
}
.content table {
  margin: 0;
  width: 100%;
}
/* .technology-page .business-incentives .section-title .left img {
  padding-left: 14%;
} */
.content li,
.home_about_first li{
	border-bottom: 0;
}
.blog-inner nav.sidebar-container .sidebar>ul li {
    position: relative;
}
.production-capabilities .table th{
	background: #04af00;
    color: #fff;
}
.blog-inner nav.sidebar-container .sidebar>ul li:before {content: '';position: absolute;border-bottom: 1px solid #ddd;width: 330px;top: 0;left: 0;right: 0;bottom: 0;margin: 0 auto;text-align: center;}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatex(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
}
@media screen and (min-width:1366px) and (max-width:1600px){
  /* .manufacturing-content {
    width: 75%;
    margin: 0 auto;
    display: block;
    padding: 0 70px;
} */
/* .technology-page .business-incentives .section-title .left img {
  padding-left: 9%;
  width: 90%;
} */
.title-box-right h2,
.title-box-left h2 {
  font-size: 50px;
  line-height: 230px;
}
.title-box-right:before {
  left: 267px;
}
.title-box-right .d-line-90{
  line-height: 90px;
}
}
.our-offering {
  padding: 40px 0 70px;
  background: #f7f7f7;
}
.offering-box {
    background: #fff;
    padding: 30px 30px;
    position: relative;
    box-shadow: 0px 10px 40px rgb(34 35 58 / 20%);
    min-height: 306px;
    transition: .4s all ease;
}
.offering-box:hover {
    box-shadow: none;
    transition: 0.4s all ease;
}
.our-offering .container {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.our-offering .col-md-4 {
  width: 32%;
  padding: 0 10px;
}
.offering-box .offering-title {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.offering-title h2 {
  font-size: 20px;
  line-height: 45px;
  padding-left: 10px;
}
.offering-box .offering-number {
  font-size: 70px;
  color: #ddd;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-weight: 700;
  z-index: 0;
}
.offering-content {
  margin-top: 20px;
  margin-left: 20px;
}
.offering-content li {
  position: relative;
  padding-left: 15px;
  z-index: 1;
  letter-spacing: 1px;
  line-height: 30px;
}
.offering-content li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #04af00;
  top: 8px;
  left: 0;
}
.blog-main-box .events-list li .custom-btn {
    width: 80%;
}
.w-auto{
	width: auto;
}
.our-offering .col-md-12 {
  width: 100%;
}
.our-offering h3 {
  margin-bottom: 30px;
  font-size: 40px;
}
.production-capabilities-2 th {
  background: transparent;
  color: #333;
}
.mt-50 {
  margin-top: 50px;
}
.cap-glance {
  width: 80%;
  background-color: #fff;
  margin: auto;
  padding: 40px 0 70px;
}
.production-capabilities-2 h3 {
  margin-bottom: 40px;
}
.production-capabilities-2 {
  clear: left;
  width: 50%;
  padding: 3rem 3rem 3rem 8rem;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  margin: 0 auto;
  border-top: none;
}
.flush-btn .col-md-9 {
  width: 75%;
}
.flush-btn .col-md-3 {
  width: 25%;
}
.bloginnerbox.events-page .events-list .inner-content {
  background: transparent;
}
.bloginnerbox.events-page .events-list a.content-container{
  background: #fff;
}
.bloginnerbox.events-page .events-list a.content-container:hover{
  background-size: cover !important;
  background-position: center !important;
}
.bloginnerbox.events-page .events-list a.content-container:hover h5,
.bloginnerbox.events-page .events-list a.content-container:hover h4,
.bloginnerbox.events-page .events-list a.content-container:hover p{
  color: #fff;
}
/* .bloginnerbox.events-page .events-list a.content-container:hover > .blog-img-1::before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.6;
  z-index: -1;
  position: absolute;
} */
.bloginnerbox.events-page .events-list a.content-container > .blog-img-1{
  display:none !important;
  /* background: url('../images/blog/blog1.jpg'); */
}
.bloginnerbox.events-page .events-list a.content-container:hover > .blog-img-1{
  display:block !important;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.bloginnerbox.events-page .events-list a.content-container:hover > .inner-content{
  background-color: #000000a8 !important;
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-2:hover{
  background: url('../images/blog/blog2.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-3:hover{
  background: url('../images/blog/blog3.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-4:hover{
  background: url('../images/blog/pcb.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-5:hover{
  background: url('../images/blog/pcb_design_usa.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-6:hover{
  background: url('../images/blog/rigid-flex-pcb.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-7:hover{
  background: url('../images/blog/pcb_solder_mask.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-8:hover{
  background: url('../images/blog/copper_exposed_after_etching.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-9:hover{
  background: url('../images/manufacturing-service.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-10:hover{
  background: url('../images/special-technologies.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-11:hover{
  background: url('../images/pcb-fabrication.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-12:hover{
  background: url('../images/pcb-imaging.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-13:hover{
  background: url('../images/pcb-materials.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-14:hover{
  background: url('../images/pcb-plating-surface-finishes.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-15:hover{
  background: url('../images/material-stock.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-16:hover{
  background: url('../images/flush-circuit-board.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-17:hover{
  background: url('../images/blog/blog1.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-18:hover{
  background: url('../images/blog/blog2.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-19:hover{
  background: url('../images/blog/blog3.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-20:hover{
  background: url('../images/blog/pcb.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-21:hover{
  background: url('../images/blog/pcb_design_usa.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-22:hover{
  background: url('../images/blog/rigid-flex-pcb.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-23:hover{
  background: url('../images/blog/pcb_solder_mask.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-24:hover{
  background: url('../images/blog/copper_exposed_after_etching.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-25:hover{
  background: url('../images/manufacturing-service.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-26:hover{
  background: url('../images/special-technologies.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-27:hover{
  background: url('../images/pcb-fabrication.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-28:hover{
  background: url('../images/pcb-imaging.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-29:hover{
  background: url('../images/pcb-materials.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-30:hover{
  background: url('../images/pcb-plating-surface-finishes.jpg');
}
.bloginnerbox.events-page .events-list a.content-container.blog-img-31:hover{
  background: url('../images/material-stock.jpg');
}
.w-70{
	width: 70% !important;
}
.w-72{
	width: 72% !important;
}
.w-73{
	width: 73% !important;
}
.w-67{
	width: 67% !important;
}
.get-quotes h1 {
  font-size: 40px;
}
.w-87{
	width: 87%;
}
.w-83{
	width: 83% !important;
}
select {
  margin-top: 0;
  color: #444;
  font-weight: 500;
}
.address-check {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #04af00;
}
.address-check p {
  margin: 10px 0;
  font-size: 15px;
}
.blog-inner th {
  background: transparent;
  color: #444;
}
.blog-inner th, .blog-inner td, .blog-inner tr {
  background: transparent;
}
.error-text {
  padding-left: 20px;
}
/* .repeat-orders form.service-form, */
.change-password form.service-form,
.company-detail form.service-form,
.edit-profile-section form.service-form,
.invoiced-orders form.service-form{
  padding-top: 0%;
}
.change-password .service-form .input-group,
.company-detail .service-form .input-group{
  width: 85%;
}
/* .repeat-orders .service-form .input-group, */
/* .change-password .service-form .input-group, */
/* .company-detail .service-form .input-group, */
.edit-profile-section .service-form .input-group,
.invoiced-orders .service-form .input-group{
  width: 100%;
}
.edit-profile-section .input-group {
  position: relative;
}
/* .edit-profile-section .input-group i {
  background: transparent;
  color: #333;
  font-size: 18px;
  float: right;
  position: absolute;
  right: 0;
  cursor: pointer;
} */
.modal-header .close {
  position: absolute;
  right: 20px;
}
.modal-header {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.pricing-table tr td:nth-child(1){
	border-right: 1px solid #ccc;
}
.unpaid-invoices .dashbox-right {
  margin: 0 auto;
  text-align: center;
}
.unpaid-invoices .dashbox-right h2 {
  margin-top: 30px;
}
.download-box-popup p {
    font-size: 30px;
}
.download-box-popup a i {
    font-size: 50px;
    color: #47b749;
}
.download-box-popup a {
    margin: 20px 0;
}
.search-page.reports-page header {
  height: auto;
  border-bottom: none;
}
.search-page.reports-page .main-page-content {
  padding-top: 6rem;
}
.search-page.reports-page header h2 {
  padding-left: 4.5rem;
  padding-right: 2.25rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #000;
  text-transform: uppercase;
  line-height: 3rem;
  position: relative;
}
.search-page.reports-page header h2:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  background: #04AF00;
}
.search-page.reports-page header .page-info .title-container{
  padding-left: 0;
  border-right: 1px solid #ddd;
}
.user-profile .service-form .input-group {
  width: 50%;
}
.email-management-table {
  width: 100%;
  margin-bottom: 10px;
}
.email-management-table i {
  color: #04af00;
  font-size: 20px;
}
.email-management-table td,
.email-management-table th {
  font-size: 14px;
}
.email-management-table .overflow-control-description {
  font-size: 14px;
  letter-spacing: 0;
}
.modify-layout .file-wrapper {
  width: 96%;
}
.modify-layout {
  padding-top: 0;
}
.add-address {
  padding-bottom: 80px;
}
.dashboard .dashbox-right {
  padding-top: 5%;
}
.company-detail {
  padding-bottom: 80px;
}
.invoiced-orders .dashbox-right {
  padding-top: 7%;
}
.user-profile .dashbox-right {
  padding-top: 0;
}
.capabilities-box_content ul li{
  font-size: 15px;
}
.modify-layout.service-form .input-group {
  width: 65%;
}
.modify_layout_page .side-info {
  padding-bottom: 5%;
}
.layout-details-section .item {
  width: 80%;
}
/* .right .nav > li:hover ul.menu-sidebar-nav {
  min-width: 220px;
} */

.right .nav > li:hover ul.menu-sidebar-nav li {
  border-bottom: 1px solid #ffffff21;
  padding: 0;
  line-height: 0;
}

.right .nav li ul li:last-child {
  border-bottom: none !important;
}
nav.top-bar-container .links .menu-sidebar-nav a {
  font-size: 15px;
  text-transform: unset;
  font-weight: 500;
  line-height: 1;
}
.years_of_excellence{
  border-bottom: 1px solid #efefef;
  background: #fff;
  padding: 40px 0 70px;
}
.years_of_excellence .copy-container{
  max-width: 70%;
  margin: 0 auto;
}
.years_of_excellence .label-styles{
  font-weight: 400;
  color: #222;
}
.years_of_excellence .left-title{
  margin-top: 0;
}
.years_of_excellence .right-button{
  margin-top: 0;
}
/* .technology_page .slide-in-container.w-100{
  width: 100% !important;
} */
/* .technology-page .business-incentives .section-title .right .slide-in-container h1,
.technology-page .workforce .content-with-triangle.waypointed h3, */
.production-capabilities h3.title-sub,
.business-incentives .slide-in-container h1.title-sub,
.our-offering h3,
.manufacturing_page .cap-glance h3.title-sub,
.production-capabilities-2 h3 {
  position: relative;
  padding-left: 30px;
}
/* .technology-page .business-incentives .section-title .right .slide-in-container h1:before,
.technology-page .workforce .content-with-triangle.waypointed h3:before, */
.production-capabilities h3.title-sub:before,
.business-incentives .slide-in-container h1.title-sub:before,
.our-offering h3:before,
.production-capabilities-2 h3:before{
  content: '';
  position: absolute;
  background: #04af00;
  width: 8px;
  height: 50px;
  top: 6px;
  left: 0;
}
.join-us-page .contact-form .message-field.input-group i {
  top: 30px;
  left: 10px;
}
.join-us-page .contact-form .message-field.input-group textarea {
  padding-left: 10px;
}
.free_dfm_page .contact-form .input-group i,
.download_brochure_page .contact-form .input-group i,
.contact_page .contact-form .input-group i,
.join-us-page .contact-form .input-group i{
  position: absolute;
  top: 40px;
  left: 0;
}
.free_dfm_page .contact-form .input-hoshi label,
.free_dfm_page .contact-form .input-hoshi input,
.download_brochure_page .contact-form .input-hoshi label,
.download_brochure_page .contact-form .input-hoshi input,
.contact_page .contact-form .input-hoshi label,
.contact_page .contact-form .input-hoshi input,
.join-us-page .contact-form .input-hoshi label,
.join-us-page .contact-form .input-hoshi input{
  padding-left: 30px;
}
.contact_page .main-info .message-field textarea {
  padding-left: 40px;
  font-size: 16px;
}
.message-field {
  position: relative;
}
.message-field i {
  position: absolute;
  top: 13px;
  left: 10px;
}
.free-dfm-page .main-info .message-field textarea {
  padding-left: 20px;
  font-size: 16px;
}
.contact_page .message-field i {
  position: absolute;
  top: 10px;
  left: 10px;
}
table.table.contact_table th, table.table.contact_table td {
  background: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
table.table.contact_table tr {
  transition: 0.4s ease all;
}
table.table.contact_table tr:hover {
  box-shadow: 0px 10px 40px rgb(34 35 58 / 20%);
  transition: 0.4s ease all;
}
table.table.contact_table tr:hover th{
  color: #04AF00;
}
table.table.contact_table tr td a:hover{
  color: #04AF00;
}
body.about_us nav .menu-icon .st1 {
  stroke: #fff;
}
body.about_us .right .nav > li > a,
body.about_us .right .nav li ul li a,
body.about_us nav.top-bar-container .links a i{
  color:#fff;
}

/* gallery */
.magnific-img img {
  width: 100%;
  height: auto;
}

.magnific-img {
  display: inline-block;
  width: 20%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}


.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* notification css */

.notification {
	position: fixed;
	top: 0.5rem;
	right: 1rem;
	/* align the content to the rigth */
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: hsl(0, 0%, 20%);
	/* hide the overflow to conceal the message when translated to the right of the container */
	overflow-x: hidden;
	/* padding to avoid cropping the box-shadow on the message */
	padding: 0.25rem;
  }

  /* reduce the size of the icon and give a white fill to the elements of the graphic */
  .notification__bell {
	display: block;
	width: 48px;
	height: auto;
	fill: hsl(0, 0%, 100%);
  }
  /* when the .notification container is given a class of .received animate the body and clapper of the bell to swing
  ! animate the clapper with a slight delay as to follow through the animation of the main body
  */
  .notification.received .bell__body {
	animation: swingBody 0.7s 0.02s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .notification.received .bell__clapper {
	animation: swingClapper 0.7s 0.04s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  /* ! for both elements the rotation occurs using the parent group element as a hinge, allowing for the pendulum-like swing */
  @keyframes swingBody {
	25% {
	  transform: rotate(-5deg);
	}
	75% {
	  transform: rotate(5deg);
	}
  }
  /* animation for the clapper, following the main body and with a larger rotation */
  @keyframes swingClapper {
	5% {
	  transform: rotate(0deg);
	}
	30% {
	  transform: rotate(-8deg);
	}
	80% {
	  transform: rotate(8deg);
	}
  }

  /* style the content of the message to show a grid with the dismiss button in the top right corner
  |h1  |  button |
  |p   |p        |
  */
  .notification__message {
	display: grid;
	grid-gap: 0.2rem;
	grid-template-columns: 1fr auto;
	padding: 0.5rem 1rem;
	margin: 1rem 0;
	/* style the div as a rounded rectangle with a border on the left segment */
	background: hsl(0, 0%, 100%);
	border-radius: 10px;
	box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.1), 0 2px 3px hsla(0, 0%, 0%, 0.1);
	border-left: 0.5rem solid hsl(0, 0%, 100%);
	/* by default hide the element from sight and include a transition for the chosen properties */
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	transition-property: transform, opacity, visibility;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .notification__message h1 {
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: capitalize;
  }
  .notification__message p {
	max-width: 320px;
	font-size: 0.8rem;
	grid-column: 1/-1;
  }
  .notification__message button {
	background: none;
	border: none;
	color: inherit;
	width: 20px;
	height: 20px;
	grid-column: 2/3;
	grid-row: 1/2;
	align-self: center;
  }
  .notification__message button svg {
	display: block;
	width: 100%;
	height: 100%;
  }

  /* when the .notification container has a class of .received transition the message into view */
  .notification.received .notification__message {
	transform: translateX(0%);
	opacity: 1;
	visibility: visible;
  }
  /* change the border color according to the different modifiers
  ! for each modifier specify also an svg icon in the background, to highlight the message
  */
  .message--info {
	border-left-color: #90dee9;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle stroke="none" fill="%2390dee9" cx="50" cy="22" r="8"></circle><path fill="none" stroke="%2390dee9" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 45 40 h 5 v 40 h -5 h 10"></path></svg>'),
	  hsl(0, 0%, 100%);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 100% 100%;
  }
  .message--success {
	border-left-color: hsl(120, 67%, 74%);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="%2390e990" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 20 52 l 25 25 l 30 -50"></path></svg>'),
	  hsl(0, 0%, 100%);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 100% 100%;
  }
  .message--warning {
	border-left-color: hsl(54, 67%, 74%);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="%23e9e090" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 50 18 v 40"></path><circle stroke="none" fill="%23e9e090" cx="50" cy="78" r="8"></circle></svg>'),
	  hsl(0, 0%, 100%);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 100% 100%;
  }
  .message--danger {
	border-left-color: hsl(0, 67%, 74%);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g transform="translate(50 50) rotate(45)"><path fill="none" stroke="%23e99090" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 0 -30 v 60 z M -30 0 h 60"></path></g></svg>'),
	  hsl(0, 0%, 100%);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 100% 100%;
  }
