@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5ntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5ntA.ttf) format('truetype');
}
/*Global Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: 'Open Sans', sans-serif;
}
body,
body * {
  font-family: 'Open Sans', arial, verdana, sans-serif;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}
blockquote,
q {
  quotes: none;
  font-family: 'Open Sans', sans-serif;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
  font-family: 'Open Sans', sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Open Sans', sans-serif;
}
strong {
  font-weight: 600;
}
body {
  background-color: #fff;
  background: #0b3f5c url('../images/background_bg.png?v=13000') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', arial, verdana, sans-serif;
  font-size: 12px;
}
.container {
  width: 1183px;
  margin: 0 auto;
}
.hide {
  display: none !important;
}
.demo-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/demo_sprite@2x.png?v=13000');
  background-size: 100px 100px;
  vertical-align: middle;
}
.icn-home {
  background-position: -3px -70px;
  margin-top: -1px;
}
.icn-free-trial {
  background-position: -22px -71px;
  margin-top: -1px;
}
.icn-get-quote {
  background-position: -41px -70px;
  margin-top: -1px;
}
.icn-support {
  background-position: -61px -70px;
  margin-top: -1px;
}
.icn-demo {
  background-position: -82px -71px;
  margin-top: -1px;
}
.icn-admin {
  background-position: -3px -1px;
  margin-top: -4px;
}
.icn-list-1 {
  background-position: -72px -32px;
  width: 26px;
  height: 22px;
}
.icn-list-2 {
  background-position: -40px -31px;
  width: 23px;
  height: 23px;
}
.icn-list-3 {
  background-position: -4px -28px;
  width: 29px;
  height: 29px;
}
.icn-list-4 {
  background-position: -64px -2px;
  width: 26px;
  height: 22px;
}
.icn-list-5 {
  background-position: -28px -1px;
  width: 26px;
  height: 22px;
}
.top-menu-bar {
  height: 90px;
}
.top-menu-bar .top-logo {
  width: 110px;
  padding: 20px 0 22px 0;
  position: absolute;
}
.top-menu-bar .top-logo a > img {
  width: 100%;
}
.top-menu-bar .top-menu {
  float: right;
  list-style: none;
}
.top-menu-bar .top-menu > li {
  float: left;
}
.top-menu-bar .top-menu > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 37px 14px 10px 14px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 13px;
}
.top-menu-bar .top-menu > li > a > i {
  margin-right: 5px;
}
.top-menu-bar .top-menu > li > a:hover {
  color: #08944b;
}
.top-menu-bar .top-menu > li:last-child > a {
  padding-right: 0;
}
.inner-body {
  margin-bottom: 30px;
}
.inner-body:after {
  content: '';
  display: block;
  clear: both;
}
.inner-body .lhs {
  height: 570px;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -ms-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  width: 61%;
  padding-right: 5px;
  float: left;
}
.inner-body .lhs .lhs-inner {
  background: rgba(5, 28, 39, 0.7);
  height: 570px;
  padding: 57px 30px 30px 80px;
}
.inner-body .lhs .lhs-inner > h1 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 3px;
  color: #09944B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -3px;
}
.inner-body .lhs .lhs-inner > p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner-body .lhs .lhs-inner > ul {
  list-style-type: none;
  padding: 0;
  margin: 39px 0 32px 0;
  font-size: 14px;
}
.inner-body .lhs .lhs-inner > ul > li {
  color: #fff;
  position: relative;
  padding-left: 51px;
  margin-bottom: 25px;
}
.inner-body .lhs .lhs-inner > ul > li:last-child {
  margin-bottom: 0;
}
.inner-body .lhs .lhs-inner > ul > li > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-body .lhs .lhs-inner > ul > li span {
  font-size: 14px;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  display: block;
}
.inner-body .rhs {
  height: 570px;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -ms-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  background: rgba(5, 28, 39, 0.7);
  float: right;
  width: 39%;
  padding: 0 86px;
}
.inner-body .rhs .rhs-inner {
  display: table;
  height: 100%;
  width: 290px;
  margin: 0 auto;
}
.inner-body .rhs .rhs-inner .rhs-inner-content {
  display: table-cell;
  vertical-align: middle;
  max-width: 290px;
}
.inner-body .rhs h1 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  border-bottom: 2px solid #283F4C;
  padding-bottom: 15px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner-body .rhs p {
  font-size: 11px;
  margin: 20px -80px 0px -80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  min-width: 450px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  padding: 14px 33px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
}
.btn.btn-learn-more {
  background-color: #04131C;
  color: #09944B;
  font-size: 14px;
  padding: 10px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 135px;
  height: 40px;
  text-align: center;
  text-decoration: none;
}
.btn.btn-learn-more:hover {
  background-color: rgba(35, 86, 126, 0.5);
}
.btn.btn-admin-portal {
  background-color: #09944B;
  color: white;
  padding: 13px 0;
  height: 45px;
  border-bottom: 3px solid #087C3F;
  font-size: 13px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  margin-top: 21px;
  text-decoration: none;
}
.btn.btn-admin-portal:hover {
  background-color: #048843;
}
.btn.btn-admin-portal i {
  margin-right: 5px;
}
.demo-top-strip {
  background-color: #ffea9b;
  padding: 20px 0 24px 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif !important;
}
.demo-top-strip .top-strip-icon {
  background-image: url(../images/top-strip-sprite.png?v=13000);
  background-size: 133px 103px;
  display: inline-block;
  vertical-align: middle;
}
.demo-top-strip .icn-top-yman {
  background-position: -3px -4px;
  width: 102px;
  height: 95px;
}
.demo-top-strip .icn-top-minimize {
  background-position: -113px -4px;
  width: 18px;
  height: 20px;
}
.demo-top-strip * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif !important;
}
.demo-top-strip .container {
  max-width: 1200px;
  width: 100%;
}
.demo-top-strip .top-strip-l {
  padding-left: 117px;
  padding-top: 17px;
  float: left;
  width: 60%;
  position: relative;
}
.demo-top-strip .top-strip-l h2 {
  font-weight: 800;
  font-size: 23px;
  color: #000;
  margin-bottom: 9px;
}
.demo-top-strip .top-strip-l > div {
  font-size: 22px;
  font-weight: 500;
}
.demo-top-strip .top-strip-l .icn-top-yman {
  position: absolute;
  top: 0;
  left: 0;
}
.demo-top-strip .top-strip-r {
  float: right;
  width: 40%;
  position: relative;
  padding-top: 1px;
  text-align: center;
}
.demo-top-strip .top-strip-r > div {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.demo-top-strip .top-strip-r .icn-top-minimize {
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
}
.demo-top-strip .top-strip-r > a {
  display: inline-block;
  padding: 8.5px 21px 7.5px 21px;
  font-weight: 600;
  font-size: 12.5px;
  border: #e61200 solid 1.5px;
  color: #eb381d;
  text-decoration: none;
  background-color: transparent;
}
.offer-bar {
  height: 50px;
  background: #ffe486;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e6e6e8;
  display: none;
}
.offer-bar:before,
.offer-bar:after {
  content: " ";
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  background: url("../images/yearend-offer-2022.png?v=13000") -330px -9px;
  background-size: 600px 144px;
  z-index: 1;
}
.offer-bar:after {
  background-position: left -9px;
  right: 0;
  left: auto;
}
.offer-bar,
.offer-bar * {
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
}
.offer-bar .offer-bar-inner {
  position: relative;
  z-index: 2;
  padding: 6px 10px;
}
.offer-bar .offer-bar-inner .offer-des-tag {
  display: inline-block;
  position: relative;
  padding: 5px 18px 6px 20px;
}
.offer-bar .offer-bar-inner .offer-des-tag small {
  font-size: 13px;
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px 6px 15px;
  background: #cb4536;
}
.offer-bar .offer-bar-inner .offer-des-tag small:before {
  content: " ";
  display: block;
  position: absolute;
  background: url("../images/yearend-offer-2022.png?v=13000") -429px -96px;
  background-size: 600px 144px;
  width: 58px;
  height: 48px;
  top: -14px;
  left: -35px;
}
.offer-bar .offer-bar-inner .offer-des-tag small:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 8px solid #cb4536;
  border-left-color: #0000;
  border-right-color: #0000;
  border-top-color: #0000;
  top: -3px;
  right: -7px;
  height: 0.2px;
  display: none\9;
}
.offer-bar .offer-bar-inner .offer-des-tag:before {
  content: " ";
  display: none;
  position: absolute;
  background: url("../images/yearend-offer-2022.png?v=13000") -12px -95px;
  background-size: 600px 144px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.offer-bar .offer-bar-inner .offer-btn {
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: #000;
  text-decoration: none;
  margin-left: 20px;
  color: #fff;
}
.offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
  display: inline-block;
  background: url("../images/yearend-offer-2022.png?v=13000") -582px -125px;
  background-size: 600px 144px;
  width: 11px;
  height: 11px;
}
.offer-bar .offer-bar-inner .offer-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.offer-bar .offer-bar-inner .offer-tc {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 9px;
}
@media screen and (min-width: 2559px) {
  .offer-bar .offer-bar-inner .offer-tc {
    font-size: 12px;
    right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .offer-bar::after {
    background-position: left -41px;
  }
  .offer-bar::before {
    background-position: -235px -9px;
  }
}
@media screen and (max-width: 768px) {
  .offer-bar,
  .offer-bar * {
    font-size: 12px;
  }
  .offer-bar::after {
    background-position: 59px -21px;
  }
  .offer-bar::before {
    background-position: -235px -9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 6px 14px 6px 20px;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 5px;
  }
  .offer-bar .offer-bar-inner .offer-tc {
    right: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 468px) {
  .offer-bar,
  .offer-bar * {
    font-size: 12px;
  }
  .offer-bar:before,
  .offer-bar:after {
    display: none;
  }
  .offer-bar .offer-bar-inner {
    text-align: left;
    line-height: 16px;
    padding-top: 9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 0;
    display: block;
  }
  .offer-bar .offer-bar-inner .offer-des-tag:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small {
    padding: 0;
    font-size: 12px;
    color: #cb4536;
    border-width: 0;
    background-color: transparent;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 0;
    padding: 4px 8px;
    margin-top: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-tc {
    top: 35px;
    font-size: 7px;
    right: 9px;
  }
}
@media screen and (max-width: 375px) {
  .offer-bar,
  .offer-bar * {
    font-size: 11px;
  }
  .offer-bar .offer-bar-inner {
    text-align: left;
    line-height: 16px;
    padding-top: 9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 0;
    display: block;
  }
  .offer-bar .offer-bar-inner .offer-des-tag:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small {
    padding: 0;
    font-size: 12px;
    color: #cb4536;
    background-color: transparent;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 0;
    padding: 4px 8px;
    margin-top: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
    display: none;
  }
}
@media screen and (max-width: 325px) {
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar,
  .offer-bar * {
    font-size: 9.3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .offer-bar .selector {
    property: value;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
}
body.year-end-offer-enabled .offer-bar {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .top-menu-bar {
    padding: 0 20px;
  }
  .inner-body {
    padding: 0 20px;
  }
  .inner-body .lhs {
    width: 60%;
  }
  .inner-body .lhs .lhs-inner > p br {
    display: none;
  }
  .inner-body .rhs {
    width: 40%;
    padding: 0 25px;
  }
  .inner-body .rhs p {
    font-size: 10px;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .top-menu-bar {
    padding: 0 20px;
  }
  .container {
    width: 100%;
  }
  .inner-body .lhs {
    width: 60%;
  }
  .inner-body .lhs .lhs-inner {
    padding: 27px 10px 87px 27px;
  }
  .inner-body .rhs {
    width: 40%;
    padding: 0 20px;
  }
  .inner-body .rhs p {
    margin: 30px 0px 0 0px;
    min-width: 100%;
  }
  .inner-body .rhs .rhs-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .top-menu-bar {
    padding: 0 20px;
  }
  .top-menu-bar > .top-menu {
    width: 100%;
    margin: 80px 0px 20px -40px;
  }
  .top-menu-bar > .top-menu > li {
    display: block;
    float: none;
    margin-bottom: 1px;
  }
  .top-menu-bar > .top-menu > li > a {
    padding: 12px 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
  }
  .top-menu-bar > .top-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .container {
    width: 100%;
  }
  .inner-body {
    padding: 0 20px;
  }
  .inner-body .lhs {
    width: 100%;
    padding-right: 0;
    height: auto;
    float: right;
  }
  .inner-body .lhs .lhs-inner {
    padding: 27px 10px 87px 27px;
    height: auto;
  }
  .inner-body .rhs {
    width: 100%;
    float: left;
    padding: 38px 20px 0 20px;
    height: 240px;
    clear: both;
    margin-bottom: 20px;
  }
  .inner-body .rhs p {
    margin: 30px 0px 0 0px;
  }
  .inner-body .rhs .rhs-inner {
    height: auto;
  }
}
/*# sourceMappingURL=./demo.css.map */