:root {
  --color-primary: #056CF2;
  --color-secondary: #F20505;
  --color-gradient-start: #056CF2;
  --color-gradient-stop: #F20505;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLTStd-Th.eot');
    src: url('../fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLTStd-It.eot');
    src: url('../fonts/HelveticaNeueLTStd-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-It.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-It.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 0.01em;
  font-size: 16px;
  color: #73747f;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'HelveticaNeueLT', sans-serif;
  color: #1a1c26;
}

.h1,
h1 {
  font-weight: 200;
  line-height: 1.244em;
  font-size: 45px;
}

.h2,
h2 {
  font-size: 42px;
  font-weight: 200;
  line-height: 1.285em;
}

.h3,
h3 {
  font-size: 35px;
  font-weight: 200;
  line-height: 1.342em;
}

.h4,
h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35em;
}

.h5,
h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35em;
}

.h6,
h6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
}

.main-nav > li > a {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-footer {
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn {
    color: #fff;
    border-color: #5174fd;
  }
  .is-stuck .btn.btn-solid {
    background-color: #5174fd;
  }
  .is-stuck .btn:hover {
    border-color: #3a3a3a;
    color: #fff;
  }
  .is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
    background-color: #3a3a3a;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}

.is-active .link-txt .txt {
  border-bottom: 4px solid #056cf2;
  padding-bottom: 5px;
  font-weight: 900;
}
.is-stuck .is-active .link-txt .txt {
  border-bottom: 0;
  padding-bottom: 5px;
  font-weight: 900;
  color: var(--color-primary)
}

.litebox .iconbox-icon-container {
    position: absolute;
    right: 20px;
    top: 25px;
}

.litebox .iconbox-icon-container img  {
  width: 65px !important;
}

.litebox .contents {
    position: absolute;
    padding-right: 10px;
}


.litebox .contents h3{
    font-size: 15px;
    font-weight: 500;
}

.litebox {
    min-height: 200px;
}


.litepartner {
  background: #fafafa;
  padding: 10px;
}


.is-stuck .main-nav > li > a {
    font-size: 18px;
}


.hero-slogan span.bld {
  /* color: var(--color-secondary); */
  padding: 0 10px;
  border-radius: 5px;
  /* background-color: #ffffff; */
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .will-change {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .bg-sm-none {
    background-image: none !important;
  }
  .liteblue-service .fancy-box-contents {
    width: 100%;    
  }
}







.liteblue-service {
  position: relative;
  padding-bottom: 0;
}

.liteblue-service .fancy-box-contents {
  position: relative;
  padding-top: 70px;
}



