@font-face {
  font-family: "TT Commons"; 
  src: url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Regular.eot) format("embedded-opentype"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Regular.woff2) format("woff2"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Regular.woff) format("woff"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Regular.ttf) format("truetype"); 
  font-style: normal; font-weight: normal; font-display: auto;
}

@font-face { 
  font-family: "TT Commons"; 
  src: url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Medium.eot) format("embedded-opentype"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Medium.woff2) format("woff2"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Medium.woff) format("woff"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Medium.ttf) format("truetype"); 
  font-style: normal; font-weight: 500; font-display: auto; 
}


@font-face { 
  font-family: "TT Commons"; 
  src: url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Bold.eot) format("embedded-opentype"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Bold.woff2) format("woff2"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Bold.woff) format("woff"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/TTCommons-Bold.ttf) format("truetype"); 
  font-style: normal; font-weight: bold; font-display: auto; 
}

@font-face { 
  font-family: elementskit; 
  src: url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/elementskit.woff) format("woff"); 
  font-style: normal; font-weight: 400; font-display: swap; 
}

@font-face { font-family: "Lato"; '
  src: url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2"); 
  font-style: normal; font-weight: 400; font-display: fallback; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face { 
  font-family: "feather"; 
  src: url(//27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/feather-webfont.eot") format("embedded-opentype"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/feather-webfont.woff) format("woff"), 
    url(https://27066602.fs1.hubspotusercontent-eu1.net/hubfs/27066602/raw_assets/public/VirtualMetric_June2024/fonts/feather-webfont.ttf) format("truetype"), 
    font-style: normal; font-weight: 400;
}





html {
  font-size: 93.75%;
}
body{
  line-height: 1.65em;
  font-size: 1rem;
}
/* Header Styling  */
.main-header {
  background-color: #112747;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin: -1px 0;
}

.main-header .header-logo-section {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 0 1 auto;
}

.main-header .header-logo-section .inner-logo-section {
  max-width: 100%;
  text-align: center;
  position: relative;
}

.main-header .header-logo-section .inner-logo-section a {
  color: #0C203E;
  display: inline-block;
}

.main-header .header-logo-section .inner-logo-section a img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.main-header .header-menu-links {
  width: 100%;
  display: flex;
  padding: 10px;
}
.main-header .header-menu-links .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: flex-start;
  width: 100%;
}

.main-header .header-menu-links .hs-menu-wrapper>ul>li {
  position: relative;
  margin: 0;
  padding: 0;
}
.main-header .inner-header-menu-links {
  margin: -20px -20px -20px 5px;
  padding: 0px 0px 0px 0px;
  height: 100%;
  display: flex;
  width: 100%;
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px 0px 15px;
  transition: all .4s ease;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-family: Lato, sans-serif;
}
.main-header .contact-us-link {
  display: flex;
  padding: 10px;
  width: 15%;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  flex: 0 1 auto;
}

.main-header .contact-us-link .inner-contact-link {
  margin: 0px 25px 0px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-header .contact-us-link .inner-contact-link nav {
  display: flex;
}

.main-header .contact-us-link .inner-contact-link nav ul {
  margin-inline-start: auto;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.main-header .contact-us-link .inner-contact-link nav ul>li {
  display: flex;
  position: relative;
  margin: 0;
}

.main-header .contact-us-link .inner-contact-link nav ul>li>a {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  flex-grow: 1;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-header .header-button-wrapper {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 0 1 auto;
}

.main-header .header-button-wrapper .inner-button-wrapper a {
  font-size: 20px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #0170B9;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  text-align: center;
  transition: all .3s;
  border: none;
  line-height: 1;
  white-space: nowrap;
  font-family: "TT Commons", Sans-serif;
}

.main-header .header-menu-links .hs-menu-wrapper>ul>li.hs-item-has-children>a i {
  margin: 0px 0px 0px 10px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-weight: 900;
  font-style: normal;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  font-size: 11px;
  font-family: elementskit !important;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
}

.main-header .header-menu-links .hs-menu-wrapper ul>li.hs-item-has-children>a i:before {
  content: "\e994";
  font-family: elementskit !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul {
  background: #0170B9;
  border-radius: 10px 10px 10px 10px;
  min-width: 250px;
  transform: translateY(0);
  pointer-events: auto;
  padding: 15px 0px 15px 0px;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: none;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li {
  margin: 0;
}

.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a {
  font-family: "TT Commons", Sans-serif;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}





/* Footer Styling  */
.site-footer {
  background-color: #121212;
  z-index: 2;
  position: relative;
}

.site-footer section.bottom-footer {
  max-width: 100%;
  left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #313131;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 0px 80px;
  position: relative;
}

.site-footer section.bottom-footer .bottom-footer-inner {
  min-height: 70px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.site-footer .bottom-footer-inner .footer-copyright-col {
  width: 33.333%;
}

.site-footer .bottom-footer-inner .footer-privacy-link {
  width: 33.333%;
  position: relative;
  min-height: 1px;
  display: flex;
}

.site-footer .bottom-footer-inner .footer-social-icons {
  width: 33.333%;
}

.site-footer .bottom-footer-inner .inner-bottom-col {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.site-footer .bottom-footer-inner .footer-copyright-col .inner-bottom-col {
  justify-content: start;
}
.site-footer .bottom-footer-inner .footer-copyright-col ul {
  margin-right: calc(-40px / 2);
  margin-left: calc(-40px / 2);
  justify-content: flex-start;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
}

.site-footer .bottom-footer-inner .footer-copyright-col ul>li {
  margin: 0;
  margin-right: calc(40px / 2);
  margin-left: calc(40px / 2);
  justify-content: flex-start;
  text-align: left;
  display: flex;
}

.site-footer .bottom-footer-inner .footer-copyright-col ul>li>span {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  color: #FFFFFF60;
  transition: color 0.3s;
}

.site-footer .bottom-footer-inner .footer-privacy-link ul {
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.site-footer .bottom-footer-inner .footer-privacy-link ul>li {
  margin-bottom: 0;
  word-break: break-word;
  list-style: none;
  display: flex;
  justify-content: center;
}

.site-footer .bottom-footer-inner .footer-privacy-link ul>li>a {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
  width: 100%;
  display: flex;
  justify-content: center;
}

.site-footer .bottom-footer-inner .footer-privacy-link ul>li>a>span {
  color: #FFFFFF;
  transition: color 0.3s;
  display: inline-block;
}
.site-footer section.footer-divider .page-center {
  display: flex;
  position: relative;
}

.site-footer section.footer-divider .page-center .inner-divider {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.site-footer section.mid-footer {
  width: 100%;
  left: 0px;
  position: relative;
  padding: 0px 0px 0px 80px;
  border-style: solid;
  border-width: 0px;
  border-color: #313131;
}

.site-footer section.mid-footer .mid-footer-inner {
  min-height: 120px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.site-footer section.mid-footer .mid-footer-inner .mid-footer-wrap {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}

.site-footer section.mid-footer .footer-logo {
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

.site-footer section.mid-footer .footer-contact-info {
  margin-bottom: 20px;
  width: 100%;
}

.site-footer section.mid-footer .footer-contact-info ul {
  margin-right: calc(-40px / 2);
  margin-left: calc(-40px / 2);
  padding: 0;
  margin-bottom: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.site-footer section.mid-footer .footer-contact-info ul>li {
  margin-right: calc(40px / 2);
  margin-left: calc(40px / 2);
  word-break: break-word;
  justify-content: flex-start;
  text-align: left;
  display: flex;
  font-size: inherit;
  align-items: center;
  margin-bottom: 0;
}

.site-footer section.mid-footer .footer-contact-info ul>li>a {
  font-size: 17px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

.site-footer section.mid-footer .footer-contact-info ul>li>a span {
  color: #FFFFFF;
  transition: color 0.3s;
  display: inline-block;
}
.site-footer .top-footer {
  width: 100%;
  left: 0px;
  position: relative;
}

.site-footer .top-footer .inner-top-footer {
  min-height: 457px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.site-footer .top-footer .inner-top-footer .footer-menu-wrapper {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.site-footer .top-footer .inner-top-footer .footer-menu-wrapper .footer-menu-col {
  width: 25%;
  position: relative;
  min-height: 1px;
  display: flex;
}

.site-footer .top-footer .inner-top-footer .footer-menu-wrapper .footer-menu-col .footer-menu-inner {
  padding: 30px 70px 30px 80px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.site-footer .top-footer .inner-top-footer .footer-menu-heading {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.site-footer .top-footer .inner-top-footer .footer-menu-heading h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul {
  display: block;
}

.site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul>li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul>li a {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  display: flex;
  color: #FFFFFF;
  transition: color 0.3s;
}
.main-header .contact-us-link .inner-contact-link nav ul>li>a:after {
  background-color: #FFFFFF;
  height: 1px;
  opacity: 0;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  display: block;
  position: absolute;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

.main-header .contact-us-link .inner-contact-link nav ul>li>a:hover:after {
  opacity: 1;
}





@media (min-width: 1023px){
  .main-header .header-menu-links .contact-us-link {
    display: none;
  }

  .main-header .header-menu-links .header-button-wrapper {
    display: none;
  }
  .main-header .menu-close-icon-wrapper{
    display: none;
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a i {
    margin-left: 9px;
    width: 12px;
    display: inline-block;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a i:before {
    font-size: 14px;
    transform: rotate(268deg);
    display: inline-block;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li {
    position: relative;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>ul {
    visibility: hidden;
    opacity: 0;
    left: 100%;
    right: 0;
    top: 0;
    box-shadow: none;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }
}

@media(max-width: 1060px) and (min-width: 1025px){
  .main-header .header-menu-links {
    width: 106%;
  }
}





@media (max-width: 1024px){
  .contact-us-link.desktop {
    display: none !important;
  }

  .header-button-wrapper.desktop {
    display: none !important;
  }
  .main-header .header-logo-section {
    width: 100%;
    flex-direction: row;
    justify-content: start;
  }
  .hamburger-wrapper {
    align-self: center;
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    padding: 10px;
  }

  .hamburger-wrapper .hamburger-container {
    float: right;
    width: 45px;
    border-radius: 3px;
    background-color: #02010100;
    border-style: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    padding-left: 15px;
    margin-bottom: -8px;
  }

  .hamburger-wrapper .hamburger-container i {
    font-size: 40px;
    color: #fff;
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .hamburger-wrapper .hamburger-container i:before {
    content: "\eab8";
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .main-header .menu-close-toggle:hover {
    background: #3a3a3a;
    color: #fff;
  }
  .main-header .inner-header-menu-links {
    display: block;
    margin: 0;
  }
  .main-header .header-menu-links {
    background: #0170B9;
    max-width: 90%;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: left .6s cubic-bezier(.6,.1,.68,.53);
    height: 100%;
    padding-bottom: 10px;
    left: -100vw;
    z-index: 99;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul {
    display: block;
    height: 100%;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li {
    position: static;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li>a {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    letter-spacing: normal;
  }
  .main-header .menu-close-toggle {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    font-family: Lato, sans-serif
  }

  .main-header .menu-close-icon-wrapper {
    padding: 10px 0px 10px 0px;
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul li.hs-item-has-children>a i {
    margin: 0px 0px 0px 10px;
    padding: 4px 15px;
    order: 2;
    border: 1px solid;
    border-radius: 30px;
    line-height: 1;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    display: none;
  }

  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a {
    padding: 15px 15px 15px 15px;
  }
  .mobile-menu-open .header-menu-links {
    left: 0;
  }
  .menu-overlay {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: rgba(51, 51, 51, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .main-header .inner-header-menu-links {
    position: relative;
    z-index: 9;
  }

  .menu-overlay {
    position: fixed;
    z-index: 9;
  }

  .hamburger-wrapper {
    position: relative;
    z-index: 1;
  }
  .main-header .contact-us-link {
    display: block;
    width: 100%;
  }

  .main-header .header-button-wrapper {
    display: block;
    width: 100%;
  }

  .main-header .contact-us-link .inner-contact-link nav ul>li>a {
    padding: 0;
  }

  .main-header .contact-us-link {
    padding: 10px 15px 10px 15px;
  }

  .main-header .header-button-wrapper {
  }

  .main-header .header-button-wrapper .inner-button-wrapper a {
    border: 1px solid;
  }
}


@media(max-width: 991px) and (min-width: 767px){
  .site-footer .top-footer .inner-top-footer .footer-menu-wrapper .footer-menu-col .footer-menu-inner {
    padding-right: 28px;
  }
}




@media (max-width: 921px){
  html {
    font-size: 85.5%;
  }
}
@media (max-width: 800px)  {
  .main-header .contact-us-link {
    width: 25%;
  }

  .main-header .header-button-wrapper {
    width: 38%;
  }

  .hamburger-wrapper {
    width: 35%;
  }
  .main-header .header-logo-section {
    width: 127%;
  }
}


@media (max-width: 770px) and (min-width:768px){
  .hamburger-wrapper .hamburger-container i:before {
    position: relative;
    right: 10px;
  }
  .main-header .header-logo-section {
    width: 144%;
  }
  .inner-button-wrapper {
    position: relative;
    right: 26px;
  }
}

@media (max-width: 767px){
  .site-footer section.bottom-footer {
    padding: 30px 0px 0px 0px;
  }

  .site-footer section.bottom-footer .bottom-footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .site-footer .bottom-footer-inner .footer-copyright-col {
    width: 100%;
    text-align: center;
    order: 3;
  }

  .site-footer .bottom-footer-inner .footer-privacy-link {
    width: 100%;
    order: 2;
  }

  .site-footer .bottom-footer-inner .footer-social-icons {
    width: 100%;
    order: 1;
  }

  .site-footer .bottom-footer-inner .inner-bottom-col {
    width: 100%;
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }

  .site-footer .bottom-footer-inner .footer-copyright-col ul {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
  }
  .site-footer .bottom-footer-inner .footer-privacy-link ul>li {
    margin: 0;
    width: 100%;
  }

  .site-footer section.mid-footer .footer-contact-info ul {
    margin: 0;
    flex-wrap: wrap;
  }

  .site-footer section.mid-footer .footer-contact-info ul>li {
    width: 100%;
    margin: 0;
  }

  .site-footer section.mid-footer .mid-footer-inner .mid-footer-wrap {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .site-footer section.mid-footer {
    padding: 0;
  }

  .site-footer section.mid-footer .mid-footer-inner {
    justify-content: center;
    align-items: center;
  }

  .site-footer section.mid-footer .footer-logo {
    text-align: center;
  }

  .site-footer section.mid-footer .footer-contact-info ul>li>a {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .site-footer .top-footer .inner-top-footer .footer-menu-wrapper .footer-menu-col .footer-menu-inner {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-footer .top-footer .inner-top-footer .footer-menu-wrapper .footer-menu-col {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul>li a {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .site-footer section.mid-footer .footer-contact-info {
    margin: 0;
  }
  .site-footer .bottom-footer-inner .footer-copyright-col ul>li{
    margin: 0;
  }
}

@media (max-width: 600px){
  .main-header .header-button-wrapper .inner-button-wrapper a {
    font-size: 14px;
  }

  .main-header .contact-us-link {
    width: 10%;
  }

  .main-header .header-button-wrapper {
    width: 20%;
  }

  .main-header .header-logo-section {
    width: 100%;
  }
}



/* Blog Styling  */
.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter .widget-module>ul li>a:after {
  display: none;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive ul>li>a:after {
  display: none;
}
.cm-blog-post-sidebr .sidebar.span8 {
  width: 75%;
  padding: 0 15px !important;
}

.cm-blog-post-sidebr .blog-sidebar.span4 {
  float: left;
  min-height: 1px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  width: 25%;
}

.cm-blog-post-sidebr .content-wrapper.blog-main-post {
  padding-top: 50px;
}
.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-form h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7142857143;
  margin-bottom: 5px;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-top: 10px;
  color: #4c4c4c;
}

.cm-blog-post-sidebr .sidebar-form {
  margin: 0 !important;
}

.cm-blog-post-sidebr .sidebar-form form {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  margin-bottom: 36px;
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 3%;
  margin-top: -15px;
}

.cm-blog-post-sidebr .sidebar-form form input.hs-input {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, .02);
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  color: #3c3c3c;
  display: table-cell;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.7142857143;
  margin-bottom: 8px;
  padding: 6px 16px;
  position: relative;
  text-shadow: none;
  width: 100%;
  z-index: 2;
}

.cm-blog-post-sidebr .side-post-search form {
  background: transparent;
  padding: 0;
  border: none;
}

.cm-blog-post-sidebr .side-post-search form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(0, 0, 0, .02);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #3c3c3c;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.7142857143;
  margin-bottom: 0;
  padding: 6px 16px;
  position: relative;
  text-shadow: none;
  width: 100%;
  z-index: 2;
}
.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-search {
  margin-bottom: 36px !important;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter {
  margin-bottom: 36px !important;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter .block {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter .block h3 {
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 11.5px;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter .widget-module>ul li {
  padding: 0;
  margin: 0;
  clear: both;
  margin-bottom: 8px;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  border-color: rgba(0, 0, 0, .1);
}

.cm-blog-post-sidebr .blog-sidebar.span4 .side-post-fliter .widget-module>ul li>a {
  padding: 0;
  color: #00c0e1;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  display: inline;
}

.cm-blog-post-sidebr {
  background: #fff;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive {
  margin-bottom: 36px !important;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive .block {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive .block h3 {
  padding: 0;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 11.5px;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive ul>li {
  clear: both;
  margin-bottom: 8px;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  border-color: rgba(0, 0, 0, .1);
  padding-left: 0;
  padding-right: 0;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .sidebar-archive ul>li>a {
  padding: 0;
  display: inline;
  color: #00c0e1;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .blog-about-section h3 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 11.5px;
}

.cm-blog-post-sidebr .blog-sidebar.span4 .blog-about-section p {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.7142857143;
}

.cm-blog-post-sidebr .sidebar.span8 h2.blog-post__title {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2em;
  color: #1c1c1c;
  font-family: Raleway, sans-serif;
}

.cm-blog-post-sidebr .sidebar.span8 .meta_wrap {
  display: block;
  margin: 0;
}

.cm-blog-post-sidebr .sidebar.span8 .meta_wrap span.post-date {
}

.cm-blog-post-sidebr .sidebar.span8 .meta_wrap span {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #959494;
}

.cm-blog-post-sidebr .sidebar.span8 .meta_wrap i {
  vertical-align: middle;
  margin-top: -.4em;
  color: #959494;
  display: inline-block;
  font-family: "feather";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-clock:before {
  content: "\e014";
}

.icon-head:before {
  content: "\e074";
}

.icon-clipboard:before {
  content: "\e013";
}

.icon-speech-bubble:before {
  content: "\e076";
}

.cm-blog-post-sidebr 
.blog-post__body {
  margin-top: 24px;
}

.cm-blog-post-sidebr .blog-post__body h2 {
  font-family: Raleway, sans-serif !important;
  font-weight: 600;
  text-transform: none;
  color: #1c1c1c;
  font-size: 36px;
  line-height: 1.5em;
  margin-top: 23px;
  margin-bottom: 11.5px;
}

.cm-blog-post-sidebr .social_share_inner {
  display: block;
}

.cm-blog-post-sidebr .social_share_inner>ul {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  display: block;
  text-align: right;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.cm-blog-post-sidebr .social_share_inner>ul>li {
  line-height: 24px;
  padding-right: 0;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.cm-blog-post-sidebr .social_share_inner>ul>li>a {
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1);
  color: #4c4c4c;
  height: 24px;
  line-height: 24px;
  font-size: .9em !important;
  width: 1.75em;
  background: 0 0 !important;
  display: inline-block;
  transition: all .2s;
  vertical-align: top;
}

.cm-blog-post-sidebr .social_share_inner>ul>li>a i {
  color: #959494;
  display: inline-block;
  font: 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 5px;
}

.cm-blog-post-sidebr .content-wrapper.blog-main-post{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; 
}
.cm-blog-post-sidebr .social_share_inner>ul>li>a:hover {
  box-shadow: 0px 0px 0px 1px #00c0e1;
  color: #00c0e1;
}

.cm-blog-post-sidebr .social_share_inner>ul>li>a:hover i {
  color: #00c0e1;
}
.cm-blog-post-sidebr .sidebar-form form input.hs-button {
  background-color: #00c0e1;
  color: #fff;
  font-family: Raleway, sans-serif;
  border-radius: 0;
  font-size: 14px;
  border: none;
  padding: 6px 16px;
  line-height: 1.7142857143;
}
.cm-blog-post-sidebr .sidebar-form form input.hs-button:hover {
  background-color: #009db8;
  color: #fff;
}
.cm-blog-post-sidebr .sidebar.span8 .meta_wrap a:hover {
  color: #00c0e1;
}
.cm-blog-post-sidebr .sidebar.span8 .meta_wrap a:hover {
  color: #00c0e1;
}
#back-to-top {
  display: block;
  font-size: 1rem;
  background-color: #ffffff;
  content: "769";
  outline: inherit;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  right: 30px;
  bottom: 30px;
}
.cm-blog-post-sidebr .post-pagination a {
  background: #00C0E1;
  color: #fff;
  display: inline-block;
  padding: 6px 14px;
  line-height: 24px;
  border: 0;
  box-shadow: none;
  font-family: Raleway, sans-serif;
}
.cm-blog-post-sidebr .post-pagination .next-pagination {
  display: flex;
  justify-content: end;
}
.cm-blog-post-sidebr .post-pagination a:hover {
  background-color: #009DB8;
  color: #fff;
}

#back-to-top svg {
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
  height: .6em;
  position: relative;
}
.cm-blog-post-sidebr button.hs-search-field__button {
  white-space: nowrap;
  padding: 6px 16px !important;
  line-height: 1.7142857143;
  font-size: 8px;
  height: auto !important;
  width: auto !important;
  right: 0 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  z-index: 99;
  background-color: #00c0e1 !important;
  color: #fff;
  min-height: 36px;
  border-radius: 0 !important;
}

.cm-blog-post-sidebr .blog-sidebar .hs-search-field__bar button svg {
  height: 6px;
  width: 6px;
  min-height: 13px;
  min-width: 13px;
  position: relative;
  top: 3px;
}

.cm-blog-post-sidebr button.hs-search-field__button * {
  display: inline-block;
  height: auto !important;
  line-height: normal;
  fill: #fff;
}

.cm-blog-post-sidebr .blog-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  color: #ccc;
}
.custom-listing .main-lising-wrapper button.hs-search-field__button {
  white-space: nowrap;
  padding: 6px 16px !important;
  line-height: 1.7142857143;
  font-size: 8px;
  height: auto !important;
  width: auto !important;
  right: 0 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  z-index: 99;
  background-color: #00c0e1 !important;
  color: #fff;
  min-height: 36px;
  border-radius: 0 !important;
  position: absolute;
  top: 18px;
}
.custom-listing .main-lising-wrapper .blog-sidebar .hs-search-field__bar button svg {
  height: 6px;
  width: 6px;
  min-height: 13px;
  min-width: 13px;
  position: relative;
  top: 3px;
}
.custom-listing .main-lising-wrapper button.hs-search-field__button * {
  display: inline-block;
  height: auto !important;
  line-height: normal;
  fill: #fff;
}
.cm-blog-post-sidebr .blog-main-post .featured_img_wrap img {
  width: 100%;
  height: auto;
}

.cm-blog-post-sidebr .blog-comments h3 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #1c1c1c;
  font-size: 18px;
  margin-top: 23px;
  margin-bottom: 11.5px;
}

.cm-blog-post-sidebr .blog-comments p {
  margin: 0 0 11.5px;
  background: #fff;
  color: #4c4c4c;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.cm-blog-post-sidebr .blog-comments form {
  background: transparent !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

.cm-blog-post-sidebr .blog-comments form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  background: #fff;
  color: #4c4c4c;
}

.cm-blog-post-sidebr .blog-comments form input,.cm-blog-post-sidebr .blog-comments form textarea {
  background-color: rgba(0, 0, 0, .02);
  color: #3c3c3c;
  border-color: rgba(0, 0, 0, .1);
  height: auto;
  font-size: 14px;
  border-radius: 0;
  background-image: none;
  border: 1px solid #ccc;
  font-family: Raleway, sans-serif;
}

.cm-blog-post-sidebr .blog-comments form .hs-button.primary {
  padding: 6px 16px;
  background-color: #00c0e1;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  border: none;
  display: inline-block;
  line-height: 1.7142857143;
}

.cm-blog-post-sidebr .social_share_inner>ul:after {
  bottom: -36px;
  content: "";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, .1);
  width: 100%;
}

.cm-blog-post-sidebr .post-pagination.flex_row {
  margin: 23px 0;
}

.post_social_share_main .social_share.col6 {
  width: 100%;
}

@media (min-width: 768px) {
  .cm-blog-post-sidebr .content-wrapper.blog-main-post {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .cm-blog-post-sidebr .content-wrapper.blog-main-post {
    max-width: 970px;
  }  
}

@media (min-width: 1200px){
  .cm-blog-post-sidebr .content-wrapper.blog-main-post {
    max-width: 1170px;
  }    
}




@media (max-width: 991px){
  .cm-blog-post-sidebr .sidebar.span8 h2.blog-post__title{
    text-align: center;
  }
  .cm-blog-post-sidebr .sidebar.span8 {
    width: 100%;
  }

  .cm-blog-post-sidebr .blog-sidebar.span4 {
    width: 100%;
  } 
  .cm-blog-post-sidebr .sidebar.span8 .meta_wrap {
    text-align: center;
  }


  .cm-blog-post-sidebr .blog-post__body p {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    font-family: Raleway, sans-serif;
    color: #4c4c4c;
    line-height: 1.7142857143;
  }
  .cm-blog-post-sidebr .social_share.col6 {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .cm-blog-post-sidebr .post_social_share_wrp.flex_row {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .cm-blog-post-sidebr .social_share_inner>ul {
    text-align: center;
  }
}


@media (max-width: 767px){
  .cm-blog-post-sidebr .blog-post__body h2 {
    font-size: 24px;
  }   
}



/* Theme Setting  */
.main-header{
  background-color: rgba(23, 23, 100, 1.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li>a{
  background-color: rgba(2, 103, 128, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(2, 103, 128, 0.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li.active>a,
.main-header .header-menu-links .hs-menu-wrapper>ul>li.active-branch>a{
  color: rgba(255, 255, 255, 1.0);
}
.main-header .header-button-wrapper .inner-button-wrapper a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(23, 23, 100, 1.0);
}
.main-header .header-button-wrapper .inner-button-wrapper a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(57, 64, 227, 0.87);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul{
  background-color: rgba(249, 247, 247, 1.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a{
  background-color: rgba(2, 103, 128, 0.0);
  color: rgba(23, 23, 100, 1.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li.active>a,
.main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(23, 23, 100, 1.0);
}
.site-footer{
  background-color: rgba(23, 23, 100, 1.0);
}
.site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul>li a{
  color: rgba(255, 255, 255, 1.0);
}
.site-footer .top-footer .inner-top-footer .menu-link-wrapper .hs-menu-wrapper>ul>li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.site-footer p{
  color: rgba(255, 255, 255, 1.0);
}
.site-footer h2{
  color: rgba(255, 255, 255, 1.0);
}



@media (max-width: 1024px){
  .main-header .header-menu-links{
    background-color: rgba(23, 23, 100, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li>a{
    color: rgba(255, 255, 255, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li>a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li.active>a,
  .main-header .header-menu-links .hs-menu-wrapper>ul>li.active-branch>a{
    color: rgba(255, 255, 255, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a{
    color: rgba(255, 255, 255, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li>a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li.active>a,
  .main-header .header-menu-links .hs-menu-wrapper>ul>li ul>li.active-branch>a{
    color: rgba(255, 255, 255, 1.0);
  }
}


.form-title, form label, form legend {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #162d53;
  font-weight: 500;
  line-height: 20px;
}

form {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DFDFDF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 45px 30px 45px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.span2 .hs-button, .span3 .hs-button, .span4 .hs-button, .span5 .hs-button, .span6 .hs-button {
  background: #F9B257;
  border-color: #F9B257;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 24px;
}
.lp-header.main-header .header-logo-section {
  width: 100%;
  flex-direction: row;
}

.lp-header.main-header {
  justify-content: start;
  align-items: start;
  padding-left: 62px;
}
.error-page:before {
  color: rgb(202 208 209);
}
.systems-page .success {
  color: #0c5abb;
  border-color: #505964;
}
form input[type=submit], .hs-button {
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}


form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea{
height: 36px;
}