@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700");
/*
Template variables
*/


.ctabtn { position: absolute; top: 35%; left: 50%; }
.ctabtn .ergon-btn { position: absolute; top: 35%; left: -webkit-calc(50% - 150px); left: -moz-calc(50% - 150px); left: calc(50% - 150px); min-width: 200px !important; font-size: 20px !important; }

/*
    Backgrounds
*/
.bg-gray{
  background-color: #53565a;
}
.bg-lightgray{
  background-color: #b9b9b9;
}

.bg-yellow{
  background-color: #ffcd00;
}

.bg-dark-right-home{
  top:0;
  left:0;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 25%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0,0,0,0) 60%);
}
.bg-dark-left-home {
  top:0;
  left:0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 25%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0,0,0,0) 60%);
}

.bg-dark-right{
  top:0;
  left:0;
  background:-webkit-linear-gradient(right, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .5) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%)
}
.bg-dark-left {
  top:0;
  left:0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .5) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.bg-xl-dark-right {
  top:0;
  left:0;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0) 100%);
}
.bg-xl-dark-left {
  top:0;
  left:0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0) 100%);
}

.bg-yellow-left{
  top:0;
  left:0;
  background:-webkit-linear-gradient(left, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 40%, rgba(255, 205, 0, .25) 60%, rgba(255, 205, 0, 0) 100%);
}

.bg-yellow-right{
  top:0;
  left:0;
  background:-webkit-linear-gradient(right, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 40%, rgba(255, 205, 0, .25) 60%, rgba(255, 205, 0, 0) 100%);
}

.text-yellow{
  color: #ffcd00;
}

.hidden-lg{
  display: none;
}






/* 
    Basics
*/
html, body {
  height: 100%;
  font-family: Roboto, "Open Sans", sans-serif
}

img{
  max-width: 100%;
}

body {
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  background-color: #fff;
  color: #53565a;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #53565a;
}

a.hover-none:hover{
  text-decoration: none;
}

.text-dark{
  color: #343434
}

.text-black{
  color: #343434
}

.text-white a{
  color: #fff;
}

.text-white a:hover{
  color: #fff;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-weight: bold;
  color: #eab231;
  text-decoration: none;
  font-size: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1; }

/**preloader**/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loader.gif") no-repeat center center; }


/* Buttons */
.ergon-btn,  #mktoForm_1786.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,  #mktoForm_2050.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{
  min-width: 50px;
  background: #ffcd00;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #53565a;
  padding: 10px;
  margin: 0px 15px;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: Roboto,-apple-system, BlinkMacSystemFont, "Segoe UI",  "Helvetica Neue", Arial, sans-serif;
  box-shadow: none;
  transition: color 250ms linear, background 250ms linear;
}

.ergon-btn:hover,  #mktoForm_1786.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  color: #fff;
  background: #53565a;
}

.btn-lg {
  padding: 12px 25px; }

.btn-xl {
  padding: 16px 25px;
}

/* 
    Navbar css
*/
.navbar .navbar-nav .nav-link {
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase; }

.navbar.sticky {
  z-index: 9999 !important;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2); }

.wsmenu-list>li>.navtext{
  padding:14px 5px;
}

.wsmenu{
  width: 100%;
}
/**search form**/
.search-toggle {
  position: relative; }

.search-form {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  padding: 5px;
  background-color: #e1e1e1;
  display: none;
  z-index: 9; }
  .search-form .form-control {
    border: 0px; }

@media (min-width: 992px) {
  .header-transparent-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
    .header-transparent-top .navbar.navbar-dark.bg-dark, .header-transparent-top .top-bar.top-bar-dark {
      background-color: transparent !important; }
      .header-transparent-top .navbar.navbar-dark.bg-dark span, .header-transparent-top .navbar.navbar-dark.bg-dark li, .header-transparent-top .navbar.navbar-dark.bg-dark a, .header-transparent-top .navbar.navbar-dark.bg-dark a.nav-link, .header-transparent-top .top-bar.top-bar-dark span, .header-transparent-top .top-bar.top-bar-dark li, .header-transparent-top .top-bar.top-bar-dark a, .header-transparent-top .top-bar.top-bar-dark a.nav-link {
        color: #fff !important; }
      .header-transparent-top .navbar.navbar-dark.bg-dark li.active a.nav-link, .header-transparent-top .top-bar.top-bar-dark li.active a.nav-link {
        color: #eab231 !important; }
  .navbar-expand-lg {
    padding-bottom: 0px;
    padding-top: 0px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: .9rem;
    padding-right: .9rem; }
  .navbar-brand > img {
    display: block;
    margin-top: 3px; }
  body.one-page .navbar.navbar-dark.bg-dark {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    body.one-page .navbar.navbar-dark.bg-dark.is-stick {
      animation: fadeInDown .4s;
      -webkit-animation: fadeInDown .4s;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: #222 !important; }
  .navbar.navbar-light.bg-white.navbar-sticky.is-stick {
    animation: fadeInDown .4s;
    -webkit-animation: fadeInDown .4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    z-index: 999; } }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #eab231; }

.wsmenu-list{
  display: flex;
  width: auto;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding-left: 50px;
  margin-top: 15px;
}
.wsmenu-list>li>.navtext>span+span{
  font-weight: 800;
  color: #53565a;
}
.menu_logo{
  height: 200%;
  margin-top: -.5rem;
  padding: 35px 20px 15px;
  position: relative;
  z-index: 5;
  background: #ffcd00;
  float:left;
}

.headertopleft a:hover{
  color: #fff;
}

/*
Dropdown css
*/
.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-width: 190px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  min-width: 210px;
  border-color: #333; }
  .dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: Roboto, "Open Sans", sans-serif;
    color: #fff; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
      color: #eab231;
      background-color: rgba(0, 0, 0, 0.1); }
  .dropdown-menu > li:last-child a {
    border-bottom: 0px; }

/**third level menu**/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  float: right;
  content: "\f105";
  font-family: "FontAwesome";
  margin-top: 2px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  top: 11px;
  right: 15px;
  font-size: 11px;
  content: "\f3d3";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "IonIcons"; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
    display: block;
    margin-left: 15px; }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #ddd;
    padding: 8px 20px; }
    .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1) !important; } }

/*
form-elements style
*/
.form-control, input, select, textarea {
  border-radius: 0;
  margin:3px;
}
.form-control:focus, input:focus, select:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #eab231;
}

#mktoForm_1786{
  max-width:100%;
  padding: 25px 0px 25px;
}

#mktoForm_1786 *, #mktoForm_2050 *{
  max-width: 100%;
}

#mktoForm_2050{
  max-width: 100%;
  padding: 5px 0px 25px;
}

#mktoForm_1786 input[type=text], #mktoForm_1786 input[type=url], #mktoForm_1786 input[type=email], #mktoForm_1786 input[type=tel], #mktoForm_1786 input[type=number], #mktoForm_1786 input[type=date], #mktoForm_1786 select.mktoField, #mktoForm_1786 textarea.mktoField{
  box-shadow: none!important;
  border-radius: 2px;
  max-width:95%;
  margin: 10px 0px;
}

#contact-form #mktoForm_1786 .mktoFormRow{
  display: flex;
  flex-wrap: wrap;
}
#contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(1) .mktoFormCol, #contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(2) .mktoFormCol{
  width: 50%;
}
#contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(3) .mktoFormCol, #contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(4) .mktoFormCol{
  width: 100%;
}

#contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(3) .mktoFormCol .mktoFieldWrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#contact-form #mktoForm_1786 .mktoFormRow:nth-of-type(3) .mktoFormCol .mktoFieldWrap label{
  padding-top: 0px;
  width: auto;
}

#mktoForm_1786.mktoForm .mktoRequiredField .mktoAsterix, .mktoForm .mktoGutter, .mktoForm .mktoOffset, #mktoForm_2050.mktoForm .mktoRequiredField .mktoAsterix{
  display: none;
}

footer .mktoForm{
  display: flex;
  flex-wrap: wrap;
  color: #fff!important;
  width: 100%;
}
footer .mktoForm .mktoFormRow{
  width: 100%;
}

footer .mktoForm .mktoFieldWrap{
  padding: 0px 10px;
}

footer .mktoForm .mktoFormCol{
  width: 50%;
}
footer .mktoForm .mktoFormRow:nth-of-type(3) .mktoFormCol{
  width: 50%;
}

footer .mktoForm .mktoFormRow:nth-of-type(3), footer .mktoForm .mktoFormRow:nth-of-type(3) .mktoFormCol, footer .mktoForm .mktoFormRow:nth-of-type(3) .mktoFormCol .mktoFieldWrap{
  width: 50%;
}

footer .mktoForm .mktoOffset{
  display: none;
}

footer .mktoForm #commentCapture{
  max-width: 100%;
}

footer #mktoForm_2050 .mktoFormRow:nth-of-type(3) .mktoFieldWrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

footer #mktoForm_2050 .mktoFormRow:nth-of-type(3){
  max-width: 100%;
  width: 100%;
}

footer #mktoForm_2050 .mktoFormRow:nth-of-type(3) select, footer #mktoForm_2050 .mktoFormRow:nth-of-type(3) textarea{
  width: 100%!important;
}

footer #mktoForm_2050 .mktoButtonRow{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  footer #mktoForm_2050 .mktoFormRow:nth-of-type(3){
    max-width: 100%;
  }
  #contact-form #mktoForm_1786 .mktoFormCol, footer #mktoForm_2050 .mktoFormCol, footer #mktoForm_2050 .mktoButtonRow{
    width: 100%!important;
  }
  #contact-form #mktoForm_1786 input, #contact-form #mktoForm_1786 select, #contact-form #mktoForm_1786 textarea, footer #mktoForm_2050 input, footer #mktoForm_2050 select, footer #mktoForm_2050 textarea{
    width: 100%!important;
    max-width: 100%;
  }
  #contact-form #mktoForm_1786 .mktoFieldWrap, footer #mktoForm_2050 .mktoFieldWrap{
    width: 100%;
    float: none;
  }
}


/*
master slider
*/
.title2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize; }

.sub-title2 {
  color: #fff;
  font-size: 14px; }

.sub-title3 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase; }

.btn1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #eab231;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

.btn1 i {
  margin-left: 5px; }

.btn1:hover {
  color: #333;
  background-color: #ddd; }

.btn2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

.btn2 i {
  margin-left: 5px; }

.btn2:hover {
  color: #333;
  background-color: #eab231; }



/**404**/
.error-digit i {
  display: block;
  font-size: 100px;
  line-height: 100px;
  color: #ddd;
  margin-bottom: 30px; }

/**social**/
.social li {
  padding: 0px; }
  .social li a {
    margin: 5px;
    color: #aeaeae;
    font-size: 35px; }
    .social li a:hover {
      color: #eab231; }

/**static hero**/
.hero-parallax {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .hero-parallax .hero-inner {
    width: 100%;
    height: 100%;
    display: table;
    position: relative; }
    .hero-parallax .hero-inner .hero-content {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle; }
    .hero-parallax .hero-inner .hero-content h1 {
      color: #fff;
      font-weight: 300;
      font-size: 50px;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 8px; }
    .hero-parallax .hero-inner .hero-content p {
      color: #fff;
      text-transform: capitalize; }


/****Responsive css**/
@media (max-width: 991px) {

  .bg-dark-right, .bg-dark-left, .bg-xl-dark-right, .bg-xl-dark-left, .bg-dark-left-home, .bg-dark-right-home {
    background: rgba(0,0,0,0.5);
  }
  .bg-yellow-left, .bg-yellow-right{
    background: rgba(255, 205, 0, .5);
  }

  .hidden-lg{
    display: block;
  }
  .wsmenu-list{
    width:100%;
    float:none;
    padding-left: 0px;
  }
  .top-bar {
    display: none; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    position: relative; }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 0px;
    border: 0px; }
  .hero-banner .hero-overlay .hero-inner .hero-content h1 {
    font-size: 30px;
    line-height: 30px; }
  .hero-banner .hero-overlay .hero-inner .hero-content p {
    font-size: 13px;
    line-height: 22px; }
  .hero-banner .hero-overlay .hero-inner .hero-content .btn-xl {
    padding: 6px 12px; }
  .top-bar .text-right {
    text-align: left;
    margin-top: 20px; }
  .search-form {
    padding: 0px 15px;
    background-color: transparent;
    width: 100%; }
  .cta {
    text-align: center; }
  .space100 {
    height: 70px; }
  .landing-hero {
    margin-top: 49px; }
  body.one-page .navbar-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #222 !important; }
  .dropdown-menu {
    border: 0px; }
  .search-form {
    position: absolute;
    right: auto;
    width: 100%;
    top: 100%;
    padding: 5px;
    background-color: #e1e1e1;
    z-index: 9; }
  .dropdown-menu > .dropdown-item, .dropdown-menu > li > a {
    border-bottom: 0px !important; }
  .dropdown-submenu .dropdown-menu {
    padding-left: 30px;
    display: block; }
  .video-text .video-content .video-inner h2 {
    font-size: 2rem;
    letter-spacing: 0px; }
  .page-title h2 {
    letter-spacing: 0px;
    font-size: 20px;
    margin: 0px; } }









/* Pages */

.stat-col{
  text-align: center;
}

.stat-col h2{
  font-size: min(20vw, 75px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  line-height: 1
}

.header-line{
  width: 75px;
  height: 3px;
  background: #ffcd00;
  margin-left: 15px;
  margin-bottom: 25px;
}

.jobs-accordion .card{
  border: 1px solid black;
  border-radius: 10px;
}

.jobs-accordion .card-body{
  background: none;
}

.jobs-accordion .card-header{
  padding: 0;
}

.jobs-accordion button:hover, .jobs-accordion button:focus{
  text-decoration: none;
  color: #000;
}

.jobs-accordion .plus-toggle {
  color: #343434;
  width: 50px;
  height: 50px;
  border: 0;
  font-size: 1.5em;
  position: relative;
}

.jobs-accordion .plus-toggle span {
  position: absolute;
  transition: 300ms;
  background: #343434;
  border-radius: 2px;
}

/* Create the "+" shape by positioning the spans absolutely */
.jobs-accordion .plus-toggle span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.jobs-accordion .plus-toggle span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

/* Morph the shape when the button is hovered over */
.jobs-accordion button:not(.collapsed) .plus-toggle span {
  transform: rotate(90deg);
}

.jobs-accordion button:not(.collapsed) .plus-toggle span:last-child {
  left: 50%;
  right: 50%;
}
