body {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #201f20;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #282f5a;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #f76c5e;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #282f5a;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #282f5a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #282f5a;
  text-decoration: underline;
}

a:hover {
  color: #f76c5e;
}

.mycontain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px 65px;
}

.mycontain.navbarcontain {
  padding: 0px 20px;
  background-color: #9b9b9b;
}

.mycontain.herocontain {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #282f5a;
  background-image: linear-gradient(42deg, #282f5a, #114e7e);
}

.mycontain.servicecontain {
  padding-bottom: 40px;
}

.mycontain.medium-y-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mycontain.ctacontain {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mycontain.footercontain {
  padding-top: 40px;
  padding-bottom: 0px;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #282f5a;
}

.flexcolwrap.featureswrapper {
  margin-top: 40px;
}

.flexcolwrap.servicewrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexcolwrap.servicewrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flexcolwrap.securitywrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2col.serviceimage {
  text-align: right;
}

.flex2col.serviceimage.imageleft {
  text-align: left;
}

.flex2col.securityimage {
  text-align: right;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.small-p {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  line-height: 19px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
  color: #201f20;
}

.colorbox.brandmaincolor {
  background-color: #282f5a;
}

.colorbox.brand2ndcolor {
  background-color: #f76c5e;
}

.colorbox.darkgreycolor {
  background-color: #9b9b9b;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  border: 0px none #000;
  border-radius: 5px;
  background-color: #282f5a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: #f76c5e;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #282f5a;
  background-color: transparent;
  color: #282f5a;
}

.cta-button.ghost-button:hover {
  border-color: #282f5a;
  background-color: #282f5a;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #282f5a;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #282f5a;
}

.cta-button.inverse-button:hover {
  background-color: #f76c5e;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.hero {
  height: 700vh;
  background-color: #282f5a;
  color: #fff;
}

.heading-3 {
  margin-top: 150px;
  color: #d9b856;
  font-weight: 900;
}

.body {
  background-color: #0d5d64;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}

.heading-5 {
  font-weight: 700;
}

.tksm-navbar {
  border-bottom: 1px solid #282f5a;
  background-color: #fff;
}

.brand {
  margin-top: 16px;
  margin-bottom: auto;
}

.nav-link {
  color: rgba(40, 47, 90, 0.8);
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #282f5a;
}

.sectionhero {
  background-color: transparent;
}

.herocontent {
  max-width: 600px;
}

.herotitle {
  color: #fff;
}

.herosubtitle {
  color: #fff;
  font-size: 20px;
}

.sectionhero-copy {
  background-color: #282f5a;
  background-image: linear-gradient(42deg, #282f5a, #114e7e);
}

.heroimage {
  position: absolute;
  left: auto;
  top: -25px;
  right: 0%;
  bottom: 0%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
}

.paragraph {
  text-align: center;
}

.badges-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.badges-wrapper.product-top-badges {
  margin-top: 0px;
  text-align: center;
}

.badge {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #fff;
  text-transform: capitalize;
}

.badge.stacked-badges {
  margin-right: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

.badge-icon-right {
  margin-right: 8px;
}

.badge-label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.badge-label.product-label {
  font-family: Montserrat, sans-serif;
  color: #282f5a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-creme {
  background-color: #fff6e9;
}

.featurewrapper {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature__icon.anonymisation {
  margin-bottom: 10px;
}

.feature__title.insidefeature {
  font-size: 18px;
  line-height: 22px;
}

.serviceindicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #282f5a;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.bg-primary {
  background-color: #282f5a;
  color: #fff;
}

.servicecompaniesgrid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-gray {
  background-color: #f6f6f6;
}

.flex2-5col {
  width: 60%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2-5col.serviceimage {
  text-align: right;
}

.flex2-5col.serviceimage.imageleft {
  text-align: left;
}

.flex2-5col.securityimage {
  text-align: right;
}

.flex1-52col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex1-52col.serviceimage {
  text-align: right;
}

.flex1-52col.serviceimage.imageleft {
  text-align: left;
}

.flex1-52col.securityimage {
  width: 40%;
  text-align: right;
}

.thirdbox__title {
  font-size: 23px;
}

.thirdboxwrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.bg-secondary {
  background-color: #f76c5e;
}

.flex2thirdcol {
  width: 66%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2thirdcol.serviceimage {
  text-align: right;
}

.flex2thirdcol.serviceimage.imageleft {
  text-align: left;
}

.flex2thirdcol.securityimage {
  text-align: right;
}

.flex2thirdcol.ctatextwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex1thirdcol {
  width: 33%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex1thirdcol.serviceimage {
  text-align: right;
}

.flex1thirdcol.serviceimage.imageleft {
  text-align: left;
}

.flex1thirdcol.securityimage {
  text-align: right;
}

.flex1thirdcol.ctaactionswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta-title {
  color: #fff;
}

.cta__text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.contactbox {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 40px 50px;
  background-color: #282f5a;
  color: #fff;
  text-align: center;
}

.direct-contact-link {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 26px;
  text-decoration: underline;
}

.direct-contact-link:hover {
  color: #f8695b;
}

.directcontacttitle {
  color: #fff;
}

.footer-brand-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.footersection {
  padding-top: 40px;
  padding-bottom: 40px;
}

.copyrights {
  font-size: 14px;
  text-align: center;
}

.footer-brand-logo {
  margin-bottom: 20px;
}

.footer-navigation-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mycontain-2 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
}

.footer-nav-link {
  color: #000;
  text-decoration: none;
}

.footer-nav-link.w--current {
  color: #00a1ed;
}

.badge-label-link {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: none;
}

.flexcolwrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.copyrightswrapper {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282f5a;
  color: #fff;
}

.heromedia {
  position: absolute;
  left: auto;
  top: -45px;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 600px;
}

@media screen and (min-width: 1280px) {
  .mycontain.navbarcontain {
    padding-right: 0px;
    padding-left: 0px;
  }

  .badges-wrapper.product-top-badges {
    margin-top: 0px;
    text-align: center;
  }

  .mycontain-2 {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .mycontain {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .mycontain.navbarcontain {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mycontain-2 {
    max-width: 1400px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .mycontain {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand {
    margin-top: 12px;
  }

  .herocontent {
    max-width: 400px;
  }

  .heroimage {
    top: 0%;
    right: -63px;
  }

  .featurewrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature__icon.hicon {
    padding-bottom: 10px;
  }

  .company-logo {
    height: 25px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heromedia {
    top: -30px;
    right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexcolwrap.securitywrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex2col {
    width: 100%;
  }

  .flex2col.serviceimage {
    text-align: center;
  }

  .flex2col.serviceimage.imageleft {
    text-align: center;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .brand {
    margin-top: 12px;
  }

  .herocontent {
    max-width: 500px;
  }

  .heroimage {
    right: -200px;
    display: none;
  }

  .badge.stacked-badges {
    text-align: center;
  }

  .servicecompaniesgrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .company-logo {
    height: 35px;
    margin-bottom: 15px;
  }

  .flex2-5col {
    width: 100%;
  }

  .flex1-52col {
    width: 100%;
  }

  .flex1-52col.securityimage {
    width: 100%;
    text-align: center;
  }

  .thirdboxwrapper {
    margin-bottom: 60px;
  }

  .flex2thirdcol {
    width: 100%;
  }

  .flex2thirdcol.ctatextwrapper {
    padding-right: 0px;
  }

  .flex1thirdcol {
    width: 100%;
  }

  .footer-brand-widget {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-navigation-widget {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .flexcolwrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heromedia {
    right: -300px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .mycontain {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mycontain.navbarcontain {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mycontain.herocontain {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex2col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .brand {
    max-width: 260px;
    margin-top: 12px;
  }

  .heroimage {
    right: -200px;
    display: none;
    overflow: visible;
  }

  .text-center {
    float: none;
    clear: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .contactbox {
    padding-right: 20px;
    padding-left: 20px;
  }

  .direct-contact-link {
    display: inline-block;
    font-size: 18px;
    white-space: normal;
  }

  .directcontacttitle {
    display: block;
    overflow: visible;
    font-size: 24px;
    white-space: normal;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-navigation-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brandlogo {
    max-width: 100%;
  }
}

