/*!
Twenty Nineteen Customizer Styles
NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier.
*/
@font-face {
  font-family: 'HelveticaLTStd-Roman';
  src: url("./fonts/HelveticaLTStd-Roman.eot");
  src: url("./fonts/HelveticaLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman") format("svg"), url("./fonts/HelveticaLTStd-Roman.ttf") format("truetype"), url("./fonts/HelveticaLTStd-Roman.woff") format("woff"), url("./fonts/HelveticaLTStd-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaLTStd-Bold';
  src: url("./fonts/HelveticaLTStd-Bold.eot");
  src: url("./fonts/HelveticaLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold") format("svg"), url("./fonts/HelveticaLTStd-Bold.ttf") format("truetype"), url("./fonts/HelveticaLTStd-Bold.woff") format("woff"), url("./fonts/HelveticaLTStd-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "HelveticaLTStd-Roman" !important;
  letter-spacing: 0.5px;
}

.skip-link.screen-reader-text {
  display: none !important;
}

.site-header.featured-image:after {
  display: none;
}

.container {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

/**************/
/** Header **/
/**************/
.site-header {
  padding: 0rem 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  /*** Header Fix ***/
}

.site-header .site-branding-container {
  width: 100%;
}

.site-header .site-branding {
  margin: 0 auto !important;
  padding: 15px 0;
  width: 100%;
  max-width: 1194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .site-branding .site-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-header .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header .site-branding .site-logo {
  left: 0px;
  width: auto;
  top: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .site-header .site-branding .site-logo {
    left: 15px;
  }
}

.site-header .site-branding .site-logo .custom-logo-link {
  width: 130px;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .site-header .site-branding .site-logo .custom-logo-link {
    width: 110px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .site-logo .custom-logo-link {
    width: 90px;
    height: auto;
  }
}

.site-header .site-branding .site-logo .custom-logo-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header .site-branding .site-logo .custom-logo {
  width: 190px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-header .site-branding .site-logo .sticky_logo {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-header .site-branding .main-navigation {
  text-align: right;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .site-header .site-branding .main-navigation {
    width: 100px;
  }
}

.site-header .site-branding .main-navigation .menu-top-menu-container {
  margin-top: 0;
  display: inline-block;
  letter-spacing: 0.5px;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item {
  margin: 0 10px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item {
    margin: 0 7px;
  }
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a {
  font-family: "HelveticaLTStd-Bold" !important;
  font-size: 20px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1024px) {
  .site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a {
    font-size: 14px;
  }
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  background: #fff;
  height: 2px;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a:hover:before, .site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a.active:before {
  width: 100%;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item:last-child a {
  background-color: #335096;
  padding: 7px 20px;
  border-radius: 5px;
  border: 2px solid #335096;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item:last-child a:before {
  display: none;
}

.site-header .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item:last-child a:hover {
  color: #335096;
  background-color: #fff;
}

.site-header.sticky {
  background: #fff;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px #666;
          box-shadow: 0 0 5px #666;
}

.site-header.sticky .site-branding {
  padding: 5px 0;
}

@media screen and (max-width: 1024px) {
  .site-header.sticky .site-branding {
    padding: 0 15px;
  }
}

.site-header.sticky .site-branding .site-logo {
  padding: 0px 0;
}

@media screen and (max-width: 1024px) {
  .site-header.sticky .site-branding .site-logo {
    left: 0px;
    margin: 0;
  }
}

.site-header.sticky .site-branding .site-logo .custom-logo-link {
  display: none;
}

.site-header.sticky .site-branding .site-logo .sticky_logo {
  display: block;
  width: 220px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .site-header.sticky .site-branding .site-logo .sticky_logo {
    width: 150px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  .site-header.sticky .site-branding .site-logo .sticky_logo {
    width: 130px;
    margin-top: 16px;
  }
}

.site-header.sticky .site-branding .main-navigation {
  margin-top: 0rem;
}

.site-header.sticky .site-branding .main-navigation .menu-top-menu-container {
  margin-top: 0px;
  padding: 0;
}

.site-header.sticky .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a {
  color: #335096;
}

.site-header.sticky .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a:hover:before, .site-header.sticky .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item a.active:before {
  background-color: #335096;
}

.site-header.sticky .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item:last-child a {
  background-color: #335096;
  color: #fff;
}

.site-header.sticky .site-branding .main-navigation .menu-top-menu-container .main-menu .menu-item:last-child a:hover {
  color: #335096;
  background-color: #fff;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  background: url(../MuscleTLC/img/menu-ic.png) top left no-repeat;
  width: 26px !important;
  height: 20px !important;
  border-radius: 0;
  margin: 0px 0 0 0 !important;
  position: absolute !important;
  right: 25px;
  top: 45px;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  display: none;
}

.sticky .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  background: url(../MuscleTLC/img/menu-ic.png) top left -31px no-repeat;
  width: 26px !important;
  height: 20px !important;
  border-radius: 0;
  margin: 0px 0 0 0 !important;
  position: absolute !important;
  right: 25px;
  top: 18px;
}

.main-navigation .sub-menu > li {
  text-align: center;
}

.main-navigation .sub-menu > li a {
  padding: 15px 15px !important;
  font: 20px "HelveticaLTStd-Bold";
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
  width: auto;
  font: 20px "HelveticaLTStd-Roman";
}

/*** Banner ****/
.home-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 991px) {
  .home-banner {
    background: inherit;
    background-position: top center;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    height: 500px;
  }
}

.home-banner .banner-content {
  text-align: center;
}

.home-banner .banner-content h2 {
  color: #fff;
  font-size: 80px;
  letter-spacing: 0.6px;
  font-family: "HelveticaLTStd-Bold";
  margin: 15px 0 0 0;
}

.home-banner .banner-content h2:before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .home-banner .banner-content h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .home-banner .banner-content h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner .banner-content h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 584px) {
  .home-banner .banner-content h2 {
    font-size: 36px;
    margin: 0;
  }
}

.about-section {
  padding: 80px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 60px 0 0px 0;
  }
}

.about-section .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

.about-section .about-content .aboutbox-column {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  text-align: center;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .about-section .about-content .aboutbox-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 15px 30px 15px;
    margin-bottom: 30px;
  }
}

.about-section .about-content .aboutbox-column .aboutbox-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
}

@media screen and (max-width: 767px) {
  .about-section .about-content .aboutbox-column .aboutbox-img {
    min-height: 120px;
  }
}

.about-section .about-content .aboutbox-column .about-section-title h3 {
  color: #335096;
  font: 30px "HelveticaLTStd-Bold";
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .about-section .about-content .aboutbox-column .about-section-title h3 {
    font-size: 24px;
  }
}

.about-section .about-content .aboutbox-column .about-section-info {
  font: 18px "HelveticaLTStd-Roman";
  color: #575757;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .about-section .about-content .aboutbox-column .about-section-info {
    font: 17px "HelveticaLTStd-Roman";
    line-height: 24px;
  }
}

.howitwork-section .howitwork-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 66px 0 0px 0;
}

.howitwork-section .howitwork-content .howitwork-column {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%  100%;
  min-height: 280px;
}

@media screen and (max-width: 1024px) {
  .howitwork-section .howitwork-content .howitwork-column {
    min-height: 260px;
  }
}

@media screen and (max-width: 991px) {
  .howitwork-section .howitwork-content .howitwork-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 584px) {
  .howitwork-section .howitwork-content .howitwork-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover {
  position: relative;
  opacity: 0;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 9;
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover:after {
  background: #335096c7;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover span {
  z-index: 99;
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover h3 {
  width: 100%;
  font: 40px "HelveticaLTStd-Bold";
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover h3 {
    font-size: 28px;
  }
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover p {
  font: 20px "HelveticaLTStd-Roman";
  line-height: 26px;
  margin: 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover p {
    font-size: 17px;
    line-height: 22px;
  }
}

.howitwork-section .howitwork-content .howitwork-column .howitwork-column-hover:hover {
  opacity: 1;
}

.the_center_part_rolls-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the_center_part_rolls-content .the_center_part_rolls-column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 767px) {
  .the_center_part_rolls-content .the_center_part_rolls-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.the_center_part_rolls-content .the_center_part_rolls-column img {
  max-width: 100%;
}

.guaranteesection {
  padding: 0;
  margin-top: 60px;
}

.guaranteesection .guarantee-content {
  padding: 140px 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guaranteesection .guarantee-content {
    padding: 60px 15px;
  }
}

.guaranteesection .guarantee-content h3 {
  color: #fff;
  font: 80px "HelveticaLTStd-Bold";
  letter-spacing: 0.6px;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .guaranteesection .guarantee-content h3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .guaranteesection .guarantee-content h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .guaranteesection .guarantee-content h3 {
    font-size: 45px;
  }
}

@media screen and (max-width: 584px) {
  .guaranteesection .guarantee-content h3 {
    font-size: 36px;
    margin: 0;
  }
}

.guaranteesection .guarantee-content p {
  color: #fff;
  font: 26px "HelveticaLTStd-Roman";
  line-height: 45px;
}

@media screen and (max-width: 1024px) {
  .guaranteesection .guarantee-content p {
    font-size: 24px;
    line-height: 35px;
  }
  .guaranteesection .guarantee-content p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .guaranteesection .guarantee-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 584px) {
  .guaranteesection .guarantee-content p {
    font-size: 18px;
  }
}

.contact-section {
  padding: 0;
  margin-top: 0px;
}

.contact-section .contactus-box {
  padding: 180px 15px 160px 15px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .contact-section .contactus-box {
    padding: 60px 15px;
  }
}

.contact-section .contactus-box h3 {
  color: #fff;
  font: 80px "HelveticaLTStd-Bold";
  letter-spacing: 0.6px;
  margin-top: 30px;
  background: #13295f;
  padding: 10px 80px;
  border: 2px solid #fff;
  width: auto;
  display: inline-block;
  margin: 25px 0;
  line-height: 95px;
}

@media screen and (max-width: 1024px) {
  .contact-section .contactus-box h3 {
    font-size: 60px;
    padding: 10px 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .contact-section .contactus-box h3 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .contact-section .contactus-box h3 {
    font-size: 45px;
    padding: 10px 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 584px) {
  .contact-section .contactus-box h3 {
    font-size: 36px;
    margin: 0;
  }
}

.contact-section .contactus-box p {
  color: #fff;
  font: 26px "HelveticaLTStd-Roman";
  line-height: 45px;
}

.contact-section .contactus-box p a {
  color: #fff;
  text-decoration: underline;
}

.contact-section .contactus-box p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .contact-section .contactus-box p {
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .contact-section .contactus-box p {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-section .contactus-box p br {
    display: none;
  }
}

@media screen and (max-width: 584px) {
  .contact-section .contactus-box p {
    font-size: 18px;
  }
}

.site-footer {
  background: #13295f;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.site-footer .site-info {
  display: none;
}

.site-footer .widget-area {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  margin: 0 !important;
}

.site-footer .widget-area .widget {
  width: 100% !important;
  margin: 0 !important;
}

.site-footer .widget-area .widget p {
  padding: 40px 0 35px 0;
  margin: 0 !important;
  font: 15px "HelveticaLTStd-Roman";
  color: #fff;
}

.site-footer .widget-area .widget p span {
  width: 100%;
  display: inline-block;
}

.site-footer .widget-area .widget p span .developed {
  float: right;
  width: auto;
}

@media screen and (max-width: 767px) {
  .site-footer .widget-area .widget p span .developed {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .widget-area .widget p {
    text-align: center;
    font: 15px "HelveticaLTStd-Roman";
    line-height: 24px;
  }
}

.site-footer .widget-area .widget p a {
  color: #fff;
  text-decoration: none;
}

.site-footer .widget-area .widget p a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style-editor-customizer.css.map */