@import url("../fonts/futura_web/stylesheet.css");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "FuturaBkBT";
  font-size: 18px;
  color: #060606;
  line-height: 30px;
  position: relative;
  background: #fafafa;
  overflow: hidden;
  font-style: normal;
}

@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1367px) {
  body {
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #042c80;
}

::selection {
  color: #ffffff;
  background: #042c80;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background-color: #042c80;
}

::-webkit-scrollbar-thumb:hover {
  background: #042c80;
}

p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 1367px) {
  p {
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

p.bold {
  font-weight: 500;
}

input[type="text"]:focus,
textarea:focus,
.btn:focus,
.form-control:focus,
button:focus,
select:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a,
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  pointer-events: none;
}

a,
i {
  background-color: transparent;
}

a {
  color: #060606;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.theme {
  color: #042c80;
}

a,
a:active,
a:hover,
a:focus {
  outline-width: 0;
  text-decoration: none !important;
}

ul,
ol,
dl {
  margin: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

img,
img:active,
img:focus,
img:hover {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-style: none;
  outline: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
form,
section,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  position: relative;
}

h1 {
  font-size: 36px;
}

.pageMainHeading {
  font-size: 36px;
  font-family: "Futura";
  font-style: normal;
  color: #ffffff;
  line-height: 140%;
}

@media (max-width: 1199px) {
  .pageMainHeading {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .pageMainHeading {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 299px) {
  .pageMainHeading {
    font-size: 20px;
  }
}

.sectionHeading {
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 20px;
  font-family: "FuturaHvBT";
  font-style: normal;
}

@media (max-width: 768px) {
  .sectionHeading {
    font-size: 26px;
  }
}

@media (max-width: 299px) {
  .sectionHeading {
    font-size: 20px;
  }
}

.sectionFeatureHeading {
  font-family: "FuturaHvBT";
  font-style: normal;
  font-size: 28px;
  line-height: 136%;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .sectionFeatureHeading {
    font-size: 22px;
  }
}

.sectionElemHeading {
  font-family: "FuturaHvBT";
  font-style: normal;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .sectionElemHeading {
    font-size: 22px;
  }
}

.sectionSmallHeading {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  font-family: "FuturaBkBT";
  font-style: normal;
}

@media (max-width: 768px) {
  .sectionSmallHeading {
    font-size: 20px;
  }
}

@media (max-width: 299px) {
  .sectionSmallHeading {
    font-size: 18px;
  }
}

.bodyTextExcel {
  font-size: 18px;
  font-family: "FuturaBkBT";
  font-style: normal;
  line-height: 150%;
}

.bodyTextSmall {
  font-size: 16px;
  font-family: "FuturaBkBT";
  font-style: normal;
  line-height: 124%;
}

.bodyTextSmallLight {
  font-size: 16px;
  font-family: "FuturaLtBT";
  font-style: normal;
  line-height: 150%;
}

.btnCustom {
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: auto;
  min-height: 65px;
  border: 1px solid;
  padding: 15px 45px;
  margin: 0;
  font-size: 17px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-radius: 0;
  z-index: 1;
  font-family: "FuturaMdBT";
  font-style: normal;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1600px) {
  .btnCustom {
    font-size: 16px;
    min-height: 48px;
    line-height: 25px;
  }
}

@media (max-width: 1367px) {
  .btnCustom {
    min-height: 46px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .btnCustom {
    min-height: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .btnCustom {
    font-size: 12px;
    padding: 6px 20px;
    min-height: 36px;
  }
}

.btnCustom.btnBlue {
  background-color: #074fe6;
  border-color: #074fe6;
  font-weight: 500;
  color: #ffffff;
}

.btnCustom.btnBlue:hover {
  background-color: #063eb3;
  border-color: #063eb3;
}

.btnCustom.btnBlue:focus {
  background-color: #042c80;
  border-color: #042c80;
}

.btnCustom.btnWhite {
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 500;
  color: #042c80;
}

.btnCustom.btnWhite:hover {
  background-color: #cedeff;
  border-color: #cedeff;
}

.btnCustom.btnWhite:focus {
  background-color: #9cbcff;
  border-color: #9cbcff;
  color: #ffffff;
}

.btnCustom.btnWhiteOutline {
  background-color: transparent;
  border-color: #ffffff;
  font-weight: 500;
  color: #ffffff;
}

.btnCustom.btnWhiteOutline:hover {
  background-color: #ffffff;
  color: #042c80;
}

.btnCustom.btnWhiteOutline:focus {
  background-color: #9cbcff;
  border-color: #9cbcff;
  color: #042c80;
}

.btnCustom:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnCustom.btnBlock {
  width: 100% !important;
  display: block !important;
}

.secondary-btn {
  font-size: 14px;
  line-height: 124%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "FuturaMdBT";
  font-style: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.03em;
  color: #074fe6;
}

.secondary-btn img {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.secondary-btn:hover {
  color: #063eb3;
}

.secondary-btn:active {
  color: #042c80;
}

.customInput {
  width: 100%;
  min-height: 47px;
  border-radius: 4px;
  padding: 7px 12px;
  border: 1px solid #A0A0A0;
  background-color: #ffffff;
}

.customInput::-webkit-input-placeholder {
  color: #838383;
}

.customInput:-ms-input-placeholder {
  color: #838383;
}

.customInput::-ms-input-placeholder {
  color: #838383;
}

.customInput::placeholder {
  color: #838383;
}

textarea.customInput {
  min-height: 130px;
}

section {
  padding: 100px 0;
}

@media (max-width: 1367px) {
  section {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

.smMenuHolderBody {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}

.smMenuHolderBody .smMenuHoldOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: 100000;
  display: none;
}

.smMenuHolderBody .smMenuHolder {
  position: absolute;
  right: 0;
  left: 20%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  /* height: 100vh; */
  overflow: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.smMenuHolderBody .smMenuHolder::before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.smMenuHolderBody .smMenuHolderShow.smMenuHolder::before {
  content: "";
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.smMenuHolderBody .smMenuInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  padding: 30px;
}

.smMenuHolderBody .smMenuHolder ul {
  padding-left: 0;
  margin-top: 20px;
  font-weight: 500;
  color: #444;
  text-align: center;
}

.smMenuHolderBody .smMenuHolder ul li {
  padding: 10px 0 5px;
  position: relative;
}

.smMenuHolderBody .smMenuHolder ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
}

.smMenuHolderBody .smMenuHolder ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: transparent;
}

.smMenuHolderBody .smMenuHolder ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #042c80;
}

.smMenuHolderBody .smMenuHolder ul li a.active {
  color: #042c80;
}

.smMenuHolderBody .smMenuHambarger {
  padding: 0;
  display: none;
  position: relative;
}

@media (max-width: 768px) {
  .smMenuHolderBody .smMenuHambarger {
    display: inline-block;
  }
}

.smMenuHolderBody .smSideLogo {
  max-height: 85px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25%);
}

@media (max-width: 575px) {
  .smMenuHolderBody .smSideLogo {
    max-height: 55px;
    left: calc(50% - 35%);
  }
}

.smMenuHolderBody .smMenuInner .menuLink {
  margin-top: 10px;
}

.headerWrapper {
  padding: 15px 0;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .headerWrapper {
    padding: 17px 0;
  }
}

.headerWrapper .headerInner {
  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;
}

.headerWrapper .headerInner .headerLogo {
  display: inline-block;
}

.headerWrapper .headerInner .headerLogo img {
  height: 36px;
}

@media (max-width: 768px) {
  .headerWrapper .headerInner .headerLogo img {
    height: 16.9px;
  }
}

@media (max-width: 991px) {
  .headerWrapper .headerInner .headerMenuWrap {
    display: none;
  }
}

.headerWrapper .headerInner .headerMenuWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink:hover .menuLinkItem {
  color: #074fe6;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink:hover .menuLinkItem img.menuArrow {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink:last-child {
  margin-right: 0;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink.active .menuLinkItem {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #074fe6;
  font-weight: 600;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink.active .menuLinkItem img.menuArrow {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink .menuLinkItem {
  font-family: "FuturaBkBT";
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #060606;
  font-size: 18px;
  line-height: 110%;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink .menuLinkItem img.menuArrow {
  width: 12px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.headerWrapper .headerInner .headerMenuWrap ul .menuLink.menuWithChild:hover .menuDropDownHolder {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 48px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 48px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px 12px 12px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  margin: 0;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper:hover {
  background-color: #f3f7ff;
  color: #060606;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper:active {
  background-color: #cedeff;
  color: #060606;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper.active {
  background-color: #cedeff;
  color: #060606;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper img {
  margin-right: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
}

.headerWrapper .headerInner .headerMenuWrap .menuDropDownHolder .drop-down-link-wrapper p {
  font-size: 24px;
  line-height: 150%;
  font-family: "FuturaBkBT";
  font-style: normal;
  letter-spacing: -0.02em;
}

.headerWrapper .headerInner .headerMenuWrap .solutions {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

.headerWrapper .headerInner .headerMenuWrap .solutions::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 200px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 10px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.headerWrapper .headerInner .headerMenuWrap .resources {
  position: absolute;
  right: -20px;
  top: 100%;
}

.headerWrapper .headerInner .headerMenuWrap .resources::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 24px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 10px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.headerWrapper .HeaderMenuWrapMobile {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  left: 0;
  padding: 32px 0 0 24px;
  display: none;
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 32px;
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item:hover {
  color: #074fe6;
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item.active {
  color: #074fe6;
  font-weight: 600;
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item.active img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item img {
  margin-left: 6.75px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item:hover {
  color: #060606 !important;
}

.headerWrapper .HeaderMenuWrapMobile .mobile-header-menu-item:active {
  color: #074fe6 !important;
}

.headerWrapper .HeaderMenuWrapMobile .blue-text {
  color: #074fe6 !important;
}

.headerWrapper .HeaderMenuWrapMobile .blue-text img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.headerWrapper .HeaderMenuWrapMobile .blue-text:hover {
  color: #074fe6 !important;
}

.headerWrapper .HeaderMenuWrapMobile .inner-dropdown {
  display: none;
}

.headerWrapper .HeaderMenuWrapMobile .inner-dropdown .drop-down-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerWrapper .HeaderMenuWrapMobile .inner-dropdown .drop-down-link-wrapper.active {
  color: #074fe6;
}

.headerWrapper .HeaderMenuWrapMobile .inner-dropdown .drop-down-link-wrapper p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.headerWrapper .HeaderMenuWrapMobile .inner-dropdown .drop-down-link-wrapper img {
  margin-right: 20px;
  width: 24px;
}

.headerWrapper .HeaderMenuWrapMobile .last {
  padding-bottom: 44px !important;
}

.headerWrapper .HeaderMenuWrapMobile .first {
  padding-top: 0 !important;
}

.bannerWrapper {
  margin-top: 90px;
  background-color: #042c80;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .bannerWrapper {
    margin-top: 60px;
  }
}

.bannerWrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerWrapper .bnrLeftSec .bodyTextExcel {
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bannerWrapper .bnrLeftSec .bodyTextExcel {
    font-size: 16px;
    line-height: 140%;
  }
}

.bannerWrapper .bnrLeftSec .bodyTextExcel.head-small {
  font-family: "FuturaMdBT";
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bannerWrapper .bnrLeftSec .bodyTextExcel.head-small {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

.bannerWrapper .bnrLeftSec .pageMainHeading {
  color: #ffffff;
  margin-bottom: 20px;
}

.bannerWrapper .bnrLeftSec .bodyTextExcel {
  margin-bottom: 24px;
}

.bannerWrapper .bnrRightSec {
  text-align: right;
}

.bannerWrapper .bnrRightSec .bannerImg {
  max-width: 100%;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575px) {
  .bannerWrapper .bnrRightSec .bannerImg {
    height: auto;
  }
}

@media (max-width: 575px) {
  .bannerWrapper .btnWhite {
    width: 100%;
    margin-bottom: 32px;
    padding: 14px 20px;
    font-size: 16px;
  }
}

.bodyTextDExcel {
  font-size: 24px;
  font-family: "FuturaHvBT";
  font-style: normal;
  line-height: 130%;
}

@media (max-width: 1199px) {
  .bodyTextDExcel {
    font-size: 22px;
  }
}

.build-unhackable {
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  .build-unhackable {
    padding-bottom: 35px;
  }
}

.build-unhackable .build-wrap-row {
  padding-top: 28px;
}

.build-unhackable .build-wrap-row .column {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .build-unhackable .build-wrap-row .column {
    margin-bottom: 25px;
  }
}

.build-unhackable .build-wrap-row .column .inner-con {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 35px;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .build-unhackable .build-wrap-row .column .inner-con {
    padding: 30px;
  }
}

@media (max-width: 299px) {
  .build-unhackable .build-wrap-row .column .inner-con {
    padding: 15px;
  }
}

.build-unhackable .build-wrap-row .column .inner-con:hover {
  top: -15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
}

.build-unhackable .build-wrap-row .column .inner-con .service-image {
  margin-bottom: 30px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.build-unhackable .build-wrap-row .column .inner-con .bodyTextDExcel {
  margin-bottom: 15px;
}

@media (max-width: 299px) {
  .build-unhackable .build-wrap-row .column .inner-con .bodyTextDExcel {
    font-size: 18px;
  }
}

.build-unhackable .build-wrap-row .column .inner-con .bodyTextSmall {
  margin-bottom: 24px;
  font-family: "FuturaLtBT";
  font-style: normal;
  font-weight: 300;
  line-height: 124%;
}

@media (max-width: 768px) {
  .build-unhackable .build-wrap-row .column .inner-con .bodyTextSmall {
    line-height: 134%;
  }
}

@media (max-width: 299px) {
  .build-unhackable .build-wrap-row .column .inner-con .bodyTextSmall {
    font-size: 14px;
  }
}

.image-text-wrapper {
  background-color: #042c80;
}

.image-text-wrapper .sectionHeading {
  font-weight: 900;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .image-text-wrapper .sectionHeading {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.image-text-wrapper .sub-head {
  color: #fff;
  text-align: center;
  max-width: 75%;
  margin: auto;
  margin-bottom: 68.4px;
}

@media (max-width: 768px) {
  .image-text-wrapper .sub-head {
    font-size: 16px;
    line-height: 167%;
    margin-bottom: 48px;
    max-width: 97%;
  }
}

.image-text-wrapper .image-text-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}

.image-text-wrapper .image-text-wrapper-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 1367px) {
  .image-text-wrapper .image-text-wrapper-row {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1199px) {
  .image-text-wrapper .image-text-wrapper-row {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .image-text-wrapper .image-text-wrapper-row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .image-text-wrapper .image-text-wrapper-row .left-layout img {
    width: 70%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .image-text-wrapper .image-text-wrapper-row .left-layout img.small-in-mob {
    width: 50%;
  }
}

.image-text-wrapper .image-text-wrapper-row .right-layout .headings {
  font-style: normal;
  font-weight: 900;
  font-family: "FuturaHvBT";
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 768px) {
  .image-text-wrapper .image-text-wrapper-row .right-layout .headings {
    font-size: 24px;
    line-height: 140%;
  }
}

.image-text-wrapper .image-text-wrapper-row .right-layout .bodyTextExcel {
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  .image-text-wrapper .image-text-wrapper-row .right-layout .bodyTextExcel {
    font-size: 16px;
    line-height: 140%;
  }
}

.solution-industry {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .solution-industry {
    padding-bottom: 14px;
  }
}

.solution-industry .sectionHeading {
  margin-bottom: 24px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .solution-industry .sectionHeading {
    font-size: 26px;
    line-height: 110%;
  }
}

.solution-industry .bodyTextExcel {
  max-width: 708px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .solution-industry .bodyTextExcel {
    font-size: 16px;
    line-height: 150%;
    width: 90%;
    margin-bottom: 40px;
  }
}

.solution-industry .solution-row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-industry .solution-row .inner-con {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin-bottom: 23px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .solution-industry .solution-row .inner-con {
    margin-bottom: 25px;
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .solution-industry .solution-row .inner-con {
    margin-bottom: 10px;
  }
}

.solution-industry .solution-row .inner-con:hover {
  -webkit-box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.1);
}

.solution-industry .solution-row .inner-con:hover svg path {
  fill: #074fe6;
}

.solution-industry .solution-row .inner-con svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.solution-industry .solution-row .inner-con .icon {
  margin-bottom: 20px;
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution-industry .solution-row .inner-con .flexed {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.solution-industry .solution-row .inner-con .flexed .left-text {
  font-family: "FuturaMdBT";
  font-style: normal;
  font-size: 18px;
  line-height: 124%;
  letter-spacing: -0.01em;
  color: #060606;
}

@media (max-width: 768px) {
  .solution-industry .solution-row .inner-con .flexed .left-text {
    font-size: 16px;
  }
}

.great-companies {
  padding-top: 77px;
}

.insider-container .wrapper {
  text-align: center;
}

.insider-container .wrapper .head {
  font-size: 36px;
  line-height: 150%;
  font-weight: 900;
  font-family: "Futura";
  font-style: normal;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .insider-container .wrapper .head {
    font-size: 28px;
    line-height: 150%;
  }
}

.insider-container .wrapper .sub-head {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #838383;
  font-family: "FuturaMdBT";
  font-style: normal;
}

@media (max-width: 768px) {
  .insider-container .wrapper .sub-head {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 24px;
  }
}

.insider-container .trust-head {
  margin-top: 74px;
  margin-bottom: 43.61px;
}

@media (max-width: 768px) {
  .insider-container .trust-head {
    font-weight: 900;
    font-size: 22px;
    line-height: 124%;
    margin-top: 57px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.insider-container .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.testimonials {
  background-color: #042c80;
  position: relative;
  text-align: center;
  color: #fff;
  padding-bottom: 70px;
}

@media (max-width: 1367px) {
  .testimonials {
    padding-bottom: 50px;
  }
}

.testimonials .head {
  margin-bottom: 30px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .testimonials .head {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: "FuturaMdBT";
    font-style: normal;
  }
}

.testimonials .right-shade {
  position: absolute;
  top: -8%;
  right: 0%;
}

@media (max-width: 768px) {
  .testimonials .right-shade {
    top: -4%;
    right: 0%;
    width: 13%;
  }
}

.testimonials .left-shade {
  position: absolute;
  bottom: -8%;
  left: 0%;
}

@media (max-width: 768px) {
  .testimonials .left-shade {
    width: 13%;
    bottom: -4%;
  }
}

.testimonials .testimItemWrapper .testimUserImgWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto 30px;
  position: relative;
}

.testimonials .testimItemWrapper .testimUserImgWrap .testimLoaderShape {
  position: absolute;
  top: -20px;
  right: -42px;
  z-index: -1;
  width: 106px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.testimonials .testimItemWrapper .testimUserImgWrap .test-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .testimItemWrapper .big-test-head {
  font-family: "FuturaMdBT";
  font-style: normal;
  font-size: 36px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .testimonials .testimItemWrapper .big-test-head {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .testimonials .testimItemWrapper .big-test-head {
    font-size: 18px;
    font-family: "FuturaLtBT";
    font-style: normal;
  }
}

.testimonials .testimItemWrapper .sub-head {
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  font-family: "FuturaHvBT";
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .testimonials .testimItemWrapper .sub-head {
    font-family: "FuturaMdBT";
    font-style: normal;
  }
}

.testimonials .testimItemWrapper .sub-head span {
  font-weight: 400;
  font-family: "FuturaLtBT";
  font-style: normal;
  font-size: 16px;
}

.testimonials .testimItemWrapper .icon-brand {
  width: 100px !important;
  margin: auto;
}

.testimonials .owl-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 65px;
}

@media (max-width: 768px) {
  .testimonials .owl-dots {
    margin-top: 10px;
  }
}

.testimonials .owl-dots .owl-dot {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

@media (max-width: 768px) {
  .testimonials .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.testimonials .owl-dots .active {
  background-color: #0071ce !important;
}

.testimonials .owl-stage-outer {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .take-your-security .take-your-security-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .take-your-security .right-column {
    margin-top: 13px;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .take-your-security .right-column .takeSecRightImg {
    max-width: 90%;
  }
}

.take-your-security .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .take-your-security .left-column {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.take-your-security .left-column .head {
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FuturaMdBT";
  font-style: normal;
  color: #060606;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .take-your-security .left-column .head {
    font-size: 28px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .take-your-security .btnBlue {
    padding: 16px 67px !important;
    font-size: 16px !important;
  }
}

.footer {
  background-color: #042c80;
  padding: 64px 0;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 46px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer .footer-item {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .footer .footer-item .cols-foot {
    width: 100% !important;
  }
}

.footer .footer-logo {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .footer .footer-logo {
    margin-bottom: 16px;
  }
}

.footer .head {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 32px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .head {
    font-size: 16px;
    line-height: 140%;
    width: 73%;
    margin: auto;
    margin-bottom: 47.84px;
  }
}

.footer .left-social {
  width: 67%;
}

.footer .left-social .inner-circle {
  width: 48px;
  height: 48px;
  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;
  background: #021a4c;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  margin-bottom: 15px;
}

.footer .left-social .inner-circle:hover {
  background-color: #fff;
}

.footer .left-social .inner-circle:hover svg .path {
  fill: #042c80;
}

.footer .left-social .inner-circle svg {
  max-width: 25px;
  max-height: 25px;
}

.footer .head-footer {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 124%;
  text-transform: uppercase;
  font-family: "FuturaHvBT";
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.footer .links-container div {
  margin-bottom: 16px;
}

.footer .footer-sub-head {
  font-size: 18px;
  line-height: 124%;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  display: block;
  color: #ffffff;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

@media (max-width: 768px) {
  .footer .footer-sub-head {
    font-size: 16px;
  }
}

.footer .footer-sub-head:hover {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 88, 255, 0.2)), to(rgba(8, 88, 255, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(8, 88, 255, 0.2), rgba(8, 88, 255, 0.2)), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .footer-sub-head:active {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 88, 255, 0.4)), to(rgba(8, 88, 255, 0.4))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(8, 88, 255, 0.4), rgba(8, 88, 255, 0.4)), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .policy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  border-top: 0.5px solid #ffffff;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .footer .policy-container {
    margin-top: 30px;
    padding-top: 32px;
    display: block;
  }
}

.footer .policy-container .mobile-footer-social {
  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;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.footer .policy-container .mobile-footer-social .inner-circle {
  background-color: #021a4c;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: relative;
  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;
  margin-right: 15px;
}

.footer .policy-container .mobile-footer-social .inner-circle:last-child {
  margin-right: 0;
}

@media (max-width: 299px) {
  .footer .policy-container .mobile-footer-social .inner-circle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 30px;
    width: 30px;
    margin-right: 8px;
  }
  .footer .policy-container .mobile-footer-social .inner-circle img {
    max-width: 15px;
    max-height: 11px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer .policy-container .mobile-footer-social .inner-circle img {
  max-width: 17.5px;
  max-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .policy-container .all-rights {
  font-family: "FuturaLtBT";
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 124%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .footer .policy-container .all-rights {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    line-height: 136%;
    width: 63%;
    margin: auto;
  }
}

.footer .policy-container .first {
  margin-right: 24px;
}

.footer .policy-container .second {
  font-size: 18px;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.75);
}

.footer .policy-container .second:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 88, 255, 0.2)), to(rgba(8, 88, 255, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(8, 88, 255, 0.2), rgba(8, 88, 255, 0.2)), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .policy-container .second:active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 88, 255, 0.4)), to(rgba(8, 88, 255, 0.4))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(8, 88, 255, 0.4), rgba(8, 88, 255, 0.4)), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brands {
  margin-left: -10px;
  margin-right: -10px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands .brandItem {
  width: 20%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .brands .brandItem {
    width: 33.33%;
    margin-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .brands .brandItem {
    width: 50%;
  }
}

.desk {
  display: block !important;
}

@media (max-width: 768px) {
  .desk {
    display: none !important;
  }
}

.deskflex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .deskflex {
    display: none !important;
  }
}

.deskinline {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .deskinline {
    display: none !important;
  }
}

.mob {
  display: none !important;
}

@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
}

.mobflex {
  display: none !important;
}

@media (max-width: 768px) {
  .mobflex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menuCaller {
  display: none;
}

@media (max-width: 991px) {
  .menuCaller {
    display: inline-block;
  }
}

.diffrent-background {
  background-color: #fafafa !important;
}

.aboutBanner {
  padding: 100px 0 220px;
  text-align: center;
  background-color: #EEF3FF;
  margin-top: 90px;
}

@media (max-width: 1367px) {
  .aboutBanner {
    padding: 100px 0 250px;
  }
}

@media (max-width: 991px) {
  .aboutBanner {
    margin-top: 60px;
    padding: 100px 0 200px;
  }
}

@media (max-width: 768px) {
  .aboutBanner {
    padding: 100px 0 200px;
  }
}

@media (max-width: 575px) {
  .aboutBanner {
    padding: 50px 0 130px;
  }
}

@media (max-width: 299px) {
  .aboutBanner {
    padding: 50px 0 100px;
  }
}

.aboutBanner .pageMainHeading {
  color: #060606;
  margin-bottom: 20px;
}

.aboutBanner .bodyTextExcel {
  font-family: "FuturaMdBT";
  font-style: normal;
}

.aboutBanner .sectionSmallHeading {
  margin-bottom: 0;
}

.abtOverallImgWrap {
  margin-top: -140px;
}

@media (max-width: 575px) {
  .abtOverallImgWrap {
    margin-top: -110px;
  }
}

@media (max-width: 299px) {
  .abtOverallImgWrap {
    margin-top: -80px;
  }
}

.abtOverallImgWrap .abtOvrImgRow {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .abtOverallImgWrap .abtOvrImgRow {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 768px) {
  .abtOverallImgWrap .abtOvrImgRow {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.abtOverallImgWrap .abtOvrImgCol {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .abtOverallImgWrap .abtOvrImgCol {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .abtOverallImgWrap .abtOvrImgCol {
    padding: 0 10px;
  }
}

@media (max-width: 299px) {
  .abtOverallImgWrap .abtOvrImgCol {
    padding: 0 5px;
  }
}

.abtOverallImgWrap .abtOvrImgCol:nth-child(2) {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .abtOverallImgWrap .abtOvrImgCol:nth-child(2) {
    margin-top: -50px;
  }
}

@media (max-width: 575px) {
  .abtOverallImgWrap .abtOvrImgCol:nth-child(2) {
    margin-top: -20px;
  }
}

.abtOverallImgWrap .abtOvrImgCol:last-child {
  margin-top: -230px;
}

@media (max-width: 991px) {
  .abtOverallImgWrap .abtOvrImgCol:last-child {
    margin-top: -120px;
  }
}

@media (max-width: 575px) {
  .abtOverallImgWrap .abtOvrImgCol:last-child {
    margin-top: -50px;
  }
}

.abtOverallImgWrap .abtOvrImgCol .abtOvrImgInner .abtOverImg {
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .abtOverallImgWrap .abtOvrImgCol .abtOvrImgInner .abtOverImg {
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .abtOverallImgWrap .abtOvrImgCol .abtOvrImgInner .abtOverImg {
    border-radius: 10px;
  }
}

.ourStoryWrap {
  margin-top: -130px;
  padding-top: 0;
}

@media (max-width: 991px) {
  .ourStoryWrap {
    text-align: center;
    margin-top: -20px;
  }
}

.ourStoryWrap .ourStoryInner {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .ourStoryWrap .ourStoryInner {
    padding-right: 0;
  }
}

.ourStoryWrap .ourStoryInner .ourStoryHeading {
  font-family: "FuturaMdBT";
  font-style: normal;
  color: #060606;
  margin-bottom: 20px;
  font-size: 36px;
}

.goingBeyondWrapper {
  padding-top: 0;
}

@media (max-width: 768px) {
  .goingBeyondWrapper {
    padding-bottom: 30px;
  }
}

.goingBeyondWrapper .sectionHeading {
  margin-bottom: 60px;
}

.goingBeyondWrapper .goingBeyondInner {
  text-align: left;
}

@media (max-width: 575px) {
  .goingBeyondWrapper .goingBeyondInner {
    text-align: center;
    margin-bottom: 50px;
  }
}

.goingBeyondWrapper .goingBeyondInner .goingByndIcon {
  height: 64px;
  margin-bottom: 20px;
}

.goingBeyondWrapper .goingBeyondInner .bodyTextSmallLight {
  line-height: 167%;
}

@media (max-width: 575px) {
  .goingBeyondWrapper .goingBeyondInner .bodyTextSmallLight {
    font-family: "FuturaBkBT";
    font-style: normal;
    font-size: 16px;
  }
}

.teamWrapper {
  padding-top: 0;
  padding-bottom: 30px;
}

.teamWrapper .teamMembRow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teamWrapper .sectionHeading {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .teamWrapper .sectionHeading {
    margin-bottom: 40px;
  }
}

.teamWrapper .teamItemInner {
  text-align: center;
  margin-bottom: 50px;
}

.teamWrapper .teamItemInner .teamUserImg {
  width: 125px;
  height: 125px;
  display: inline-block;
  margin-bottom: 20px;
}

.teamWrapper .teamItemInner .sectionElemHeading {
  margin-bottom: 15px;
}

.teamWrapper .teamItemInner .bodyTextExcel {
  font-family: "FuturaMdBT";
  font-style: normal;
  margin-bottom: 20px;
}

.teamWrapper .teamItemInner .userSocialWrapper {
  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;
}

.teamWrapper .teamItemInner .userSocialWrapper .userSocialLink {
  margin-right: 10px;
}

.teamWrapper .teamItemInner .userSocialWrapper .userSocialLink:last-child {
  margin-right: 0;
}

.teamWrapper .teamItemInner .userSocialWrapper .userSocialLink img {
  height: 24px;
}

.withDotUnderline {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.withDotUnderline::after {
  content: '';
  height: 5px;
  width: 20px;
  background-image: url("../images/trippledot_icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}

.brandShowWrapper {
  padding-top: 0;
}

.brandShowWrapper .sectionHeading {
  margin-bottom: 40px;
}

.careerWrapper {
  padding-top: 0;
}

.careerWrapper .careerRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.careerWrapper .careerLeftSec {
  text-align: left;
}

@media (max-width: 575px) {
  .careerWrapper .careerLeftSec {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .careerWrapper .careerLeftSec .sectionHeading {
    margin-bottom: 15px;
  }
}

.careerWrapper .careerLeftSec .bodyTextExcel {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .careerWrapper .careerLeftSec .bodyTextExcel {
    margin-bottom: 15px;
  }
}

.careerWrapper .careerRightSec .careerImg {
  width: 100%;
  border-radius: 6px;
}

.newsletterWrapper {
  padding-top: 0;
}

.newsletterWrapper .newsletterContainer {
  padding: 35px;
  background-color: #EEF3FF;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .newsletterWrapper .newsletterContainer {
    padding: 25px;
  }
}

.newsletterWrapper .newsletterContainer .newsletterRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.newsletterWrapper .newsletterContainer .newsLtrInnerLeft .newsLtrIconHolder {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #074fe6;
  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;
}

@media (max-width: 575px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerLeft .newsLtrIconHolder {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}

.newsletterWrapper .newsletterContainer .newsLtrInnerLeft .newsLtrIconHolder img {
  width: 45px;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerLeft .sectionFeatureHeading {
  padding-left: 20px;
  margin: 0;
  width: calc(100% - 85px);
}

@media (max-width: 575px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerLeft .sectionFeatureHeading {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerRight {
    text-align: center;
  }
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .newsLtrInnerRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput {
  border: 0.5px solid #9AA7C2;
  height: 57px;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput::-webkit-input-placeholder {
  color: #8191B3;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput:-ms-input-placeholder {
  color: #8191B3;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput::-ms-input-placeholder {
  color: #8191B3;
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput::placeholder {
  color: #8191B3;
}

@media (max-width: 575px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerRight .customInput {
    margin-bottom: 15px;
    height: 50px;
  }
}

.newsletterWrapper .newsletterContainer .newsLtrInnerRight .btnCustom {
  padding: 15px 25px;
  width: 100%;
  min-width: unset;
}

@media (max-width: 768px) {
  .newsletterWrapper .newsletterContainer .newsLtrInnerRight .btnCustom {
    width: unset !important;
    max-width: 100%;
    padding: 15px 45px;
  }
}

.contactBodyWrapper {
  margin-top: 90px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .contactBodyWrapper {
    margin-top: 66px;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .contactBodyWrapper {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .contactBodyWrapper .contactInnerLeft {
    margin-bottom: 20px;
  }
}

.contactBodyWrapper .contactInnerLeft .contSmallTag {
  font-family: "FuturaBkBT";
  font-style: normal;
  color: #074fe6;
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 5px;
  display: block;
}

.contactBodyWrapper .contactInnerLeft .sectionHeading {
  margin-bottom: 10px;
}

.contactBodyWrapper .contactInnerLeft .bodyTextExcel {
  font-family: "FuturaMdBT";
  font-style: normal;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: #383838;
}

@media (max-width: 575px) {
  .contactBodyWrapper .contactInnerLeft .bodyTextExcel {
    font-family: "FuturaBkBT";
    font-style: normal;
  }
}

.contactBodyWrapper .contFormWrapCol {
  padding-left: 80px;
}

@media (max-width: 1367px) {
  .contactBodyWrapper .contFormWrapCol {
    padding-left: 15px;
  }
}

.contactBodyWrapper .contFormWrap {
  padding: 30px;
  background-color: #F8FAFF;
  border-radius: 4px;
}

.contactBodyWrapper .contFormWrap .formFieldWrap {
  margin-bottom: 20px;
}

.contactBodyWrapper .contFormWrap .formFieldWrap .labelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.contactBodyWrapper .contFormWrap .formFieldWrap .labelWrap img {
  width: 24px;
  margin-right: 5px;
}

.contactBodyWrapper .contFormWrap .formFieldWrap .labelWrap span {
  font-family: "FuturaBkBT";
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: #042c80;
}

.contactBodyWrapper .contFormWrap .formFieldWrap .customInput {
  border: 1px solid #DAE6FF;
  background-color: #fafafa;
  display: block;
}

.contactBodyWrapper .mailCallInforWrap {
  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;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .contactBodyWrapper .mailCallInforWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contactBodyWrapper .mailCallInforWrap a {
  color: #074fe6;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 167%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactBodyWrapper .mailCallInforWrap a:hover {
  color: #063eb3;
}

.contactBodyWrapper .mailCallInforWrap span {
  font-family: "FuturaBkBT";
  font-style: normal;
  color: #383838;
  margin: 0 10px;
}

.formFieldWrap .errorText {
  display: none;
}

.formFieldWrap.error .customInput {
  border: 1px solid #C23934 !important;
}

.formFieldWrap.error .errorText {
  display: block;
  font-family: "FuturaLtBT";
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #C23934;
  margin-top: 6px;
}

.modalBody {
  text-align: center;
  padding: 50px;
  position: relative;
}

.modalBody .closeIcon {
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modalBody .closeIcon:hover {
  opacity: 0.8;
}

.modalBody .closeIcon img {
  width: 24px;
}

.modalBody .modalInfoIcon {
  width: 120px;
  margin-bottom: 30px;
}

.radial {
  background: radial-gradient(72.06% 104.37% at 72.06% 50%, #0f54a6 0%, #042c80 62.5%);
}

@media (max-width: 768px) {
  .radial {
    background: #042c80;
  }
}

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

@media (max-width: 768px) {
  .unlock-benefits {
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .unlock-benefits .columns {
    margin-bottom: 38px;
  }
}

.unlock-benefits .sectionHeading {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .unlock-benefits .sectionHeading {
    font-size: 26px;
    margin-bottom: 39px;
  }
}

.unlock-benefits .head {
  font-family: "FuturaMdBT";
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  padding: 0 40px;
}

@media (max-width: 1367px) {
  .unlock-benefits .head {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .unlock-benefits .head {
    padding: 0 0;
  }
}

@media (max-width: 768px) {
  .unlock-benefits .head {
    font-size: 22px;
    min-height: auto;
    margin: auto;
    margin-bottom: 16px;
  }
}

.unlock-benefits .sub-head {
  font-family: "FuturaLtBT";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .unlock-benefits .sub-head {
    width: 70%;
    margin: auto;
  }
}

.unlock-benefits img {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .unlock-benefits img {
    margin-bottom: 8px;
  }
}

.unlock-benefits .howItWorksInner {
  padding: 0 50px;
}

@media (max-width: 1367px) {
  .unlock-benefits .howItWorksInner {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .unlock-benefits .howItWorksInner {
    padding: 0 0;
  }
}

.how-do-better .sectionHeading {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .how-do-better .sectionHeading {
    font-size: 26px;
  }
}

.how-do-better .desc {
  font-weight: 300;
  font-size: 18px;
  max-width: 855px;
  margin: auto;
  text-align: center;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .how-do-better .desc {
    font-size: 16px;
  }
}

.how-do-better .l-more {
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #074fe6;
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .how-do-better .l-more {
    font-size: 16px;
  }
}

.how-do-better .l-more:hover {
  border-bottom: 1px solid #063eb3;
}

.how-do-better .l-more:active {
  border-bottom: 1px solid #042c80;
}

.what-makes {
  background-color: #042c80;
  color: #fff;
  text-align: center;
  padding-bottom: 58px;
}

@media (max-width: 768px) {
  .what-makes {
    padding-bottom: 21px;
  }
}

.what-makes .sectionHeading {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .what-makes .sectionHeading {
    font-size: 26px;
    margin-bottom: 53px;
  }
}

.what-makes .whatMakesCol:nth-child(even) .inner-con {
  padding-left: 8px;
}

@media (max-width: 575px) {
  .what-makes .whatMakesCol:nth-child(even) .inner-con {
    padding-left: 0;
  }
}

.what-makes .whatMakesCol:nth-child(odd) .inner-con {
  padding-right: 8px;
}

@media (max-width: 575px) {
  .what-makes .whatMakesCol:nth-child(odd) .inner-con {
    padding-right: 0;
  }
}

.what-makes .whatMakesCol .inner-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .what-makes .whatMakesCol .inner-con {
    display: block;
    text-align: center;
    margin-bottom: 29px;
  }
}

.what-makes .whatMakesCol .inner-con img {
  margin-right: 34px;
}

@media (max-width: 768px) {
  .what-makes .whatMakesCol .inner-con img {
    margin: 0;
    margin-bottom: 22px;
  }
}

.what-makes .whatMakesCol .inner-con .head {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  font-family: "FuturaMdBT";
  font-style: normal;
  text-align: left;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .what-makes .whatMakesCol .inner-con .head {
    font-size: 22px;
    margin-bottom: 16px;
    text-align: center;
  }
}

.what-makes .whatMakesCol .inner-con .sub-head {
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .what-makes .whatMakesCol .inner-con .sub-head {
    font-size: 16px;
    text-align: center;
    font-family: "FuturaLtBT";
    font-style: normal;
    font-weight: 300;
  }
}

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

.our-products .sectionHeading {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .our-products .sectionHeading {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.our-products .bodyTextExcel {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .our-products .bodyTextExcel {
    font-size: 16px;
    width: 70%;
    margin: auto;
    margin-top: -20px;
  }
}

.our-products .product:hover {
  color: #060606;
}

.our-products .prooducts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.our-products .prooducts-container .prodImg {
  margin-bottom: -20px;
}

.our-products .prooducts-container .bodyTextExcel {
  margin-bottom: 10px;
  font-family: "FuturaMdBT";
  font-style: normal;
}

@media (max-width: 768px) {
  .our-products .prooducts-container .bodyTextExcel {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

.our-products .prooducts-container .small {
  margin: 0;
  font-family: "FuturaMdBT";
  font-style: normal;
  font-size: 14px;
  color: #888484;
}

@media (max-width: 768px) {
  .our-products .prooducts-container .small {
    font-size: 12px;
  }
}

.column-testimonial .itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .column-testimonial .itemInner {
    display: block;
  }
}

.column-testimonial .leftUserImgWrap {
  position: relative;
  margin-right: 64px;
}

@media (max-width: 768px) {
  .column-testimonial .leftUserImgWrap {
    margin: 0;
    margin-bottom: 32px;
  }
}

.column-testimonial .blue-background {
  width: 151px;
  height: 151px;
  background-color: #6d96ff;
  opacity: 0.7;
  border-radius: 4px;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}

@media (max-width: 768px) {
  .column-testimonial .blue-background {
    left: 34%;
  }
}

@media (max-width: 575px) {
  .column-testimonial .blue-background {
    left: 23%;
  }
}

.column-testimonial .testi-img {
  min-width: 151px;
  height: 151px;
  max-width: 151px;
}

@media (max-width: 768px) {
  .column-testimonial .testi-img {
    margin: auto;
  }
}

.column-testimonial .column-image-left {
  position: relative;
  padding-bottom: 25px;
  text-align: -webkit-right;
}

@media (max-width: 768px) {
  .column-testimonial .column-image-left {
    text-align: -webkit-center;
    padding-bottom: 60px;
  }
}

.column-testimonial .column-image-left .testi-image {
  position: absolute;
  top: 24px;
  right: -12px;
  width: auto;
}

@media (max-width: 768px) {
  .column-testimonial .column-image-left .testi-image {
    top: 13px;
    right: auto;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.column-testimonial .big-test-head {
  font-size: 18px;
  line-height: 150%;
  font-family: "FuturaBkBT";
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .column-testimonial .big-test-head {
    text-align: center;
    margin-bottom: 16px;
    font-family: "FuturaLtBT";
    font-style: normal;
  }
}

.column-testimonial .big-test-head img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  vertical-align: super;
  margin: 0 3px;
  max-width: 12px;
}

@media (max-width: 768px) {
  .column-testimonial .big-test-head img {
    margin: 0 1px;
    max-width: 8px;
  }
}

.column-testimonial .sub-head {
  font-size: 16px;
  line-height: 110%;
  font-family: "FuturaMdBT";
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: left;
  font-weight: 400;
}

@media (max-width: 768px) {
  .column-testimonial .sub-head {
    text-align: center;
  }
}

.column-testimonial .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-top: -5.7%;
  margin-left: 24.7%;
}

@media (max-width: 1400px) {
  .column-testimonial .owl-dots {
    margin-left: 27.3%;
  }
}

@media (max-width: 1200px) {
  .column-testimonial .owl-dots {
    margin-top: -5.3%;
    margin-left: 31.3%;
  }
}

@media (max-width: 768px) {
  .column-testimonial .owl-dots {
    margin-top: 10px;
    margin-left: 42.3%;
  }
}

.column-testimonial .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.column-testimonial .owl-dots .active {
  background-color: #fff !important;
}

.column-testimonial .CustomShape {
  background: #ffffff;
  opacity: 0.08;
}

.column-testimonial .rectangle {
  border-radius: 3px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  width: 145px;
  height: 145px;
  position: absolute;
  left: -20px;
}

@media (max-width: 768px) {
  .column-testimonial .rectangle {
    height: 91px;
    width: 91px;
    left: -36px;
    top: 18%;
  }
}

.column-testimonial .circle {
  height: 62px;
  width: 62px;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-358%);
          transform: translateX(-358%);
  top: 17%;
}

@media (max-width: 768px) {
  .column-testimonial .circle {
    margin-top: 22px;
    height: 31px;
    width: 31px;
    top: 4%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.column-testimonial .square {
  border-radius: 3px;
  position: absolute;
  right: 12%;
  width: 30px;
  height: 30px;
  top: 10%;
}

.column-testimonial .pentagon {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

@media (max-width: 768px) {
  .column-testimonial .pentagon {
    bottom: -22px;
    right: -58px;
    -webkit-transform: matrix(0.84, -0.54, 0.55, 0.84, 0, 0);
            transform: matrix(0.84, -0.54, 0.55, 0.84, 0, 0);
  }
}

.column-testimonial .pentagon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -133px;
  left: -18px;
  border-width: 0 94px 54px;
  border-style: solid;
  border-color: transparent transparent #183d8a;
}

.image-text-wrapper .sub-heading {
  text-align: center;
  color: #fff;
  max-width: 806px;
  margin: auto;
  margin-bottom: 129px;
}

.cust-engage {
  padding-top: 0;
}

.cust-engage .trust-head {
  margin-top: 0;
}

.height-thing .head {
  min-height: auto;
}

@media only screen and (max-width: 1400px) {
  .height-thing .head {
    min-height: 59.78px;
  }
}

@media (max-width: 768px) {
  .height-thing .head {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .height-thing .sectionHeading {
    width: 88%;
    margin: auto;
    margin-bottom: 30px;
  }
}

.row-benefits {
  margin-bottom: 136px;
}

@media (max-width: 768px) {
  .row-benefits {
    margin-bottom: 45px;
  }
}

.row-benefits img {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .row-benefits img {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 768px) {
  .bannerWrapper .head-big {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .image-text-wrapper .sub-heading {
    margin-bottom: 48px;
  }
}

.cust-engage-two .trust-head {
  margin-top: 0;
}

/* 18/01/2022 */
.how-do-better .howDoNetterRow {
  margin-bottom: 20px;
}

.how-do-better .descrip {
  color: #383838;
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 880px;
  margin: auto;
}

.how-do-better .descrip span {
  font-family: "FuturaHvBT";
  font-style: normal;
}

.how-do-better .howDoToTextDiv {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .how-do-better .howDoToTextDivBottom {
    margin-bottom: 30px;
  }
}

.how-do-better ul {
  list-style-type: disc;
}

.how-do-better ul li {
  margin-bottom: 10px;
}

.raida-tokens {
  padding-top: 0;
}

.raida-tokens .sectionHeading {
  margin-bottom: 24px !important;
}

@media (max-width: 768px) {
  .raida-tokens .sectionHeading {
    margin-bottom: 16px !important;
  }
}

.raida-tokens .bodyTextExcel {
  max-width: 597px;
  margin: auto;
  margin-bottom: 48px !important;
}

@media (max-width: 768px) {
  .raida-tokens .bodyTextExcel {
    margin-bottom: 32px !important;
  }
}

.raida-tokens .columns .bodyTextExcel {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .raida-tokens .columns .bodyTextExcel {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .raida-tokens .row-tokens {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .raida-tokens .row-tokens .columns {
    width: 33.3%;
    margin-bottom: 24px !important;
  }
}

.custom-tokenn {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .padd {
    padding-bottom: 26px !important;
  }
}

.custom-tokens {
  background-color: #042c80;
  color: #fff;
}

@media (max-width: 768px) {
  .custom-tokens .row-cstom {
    display: block;
  }
}

@media (max-width: 768px) {
  .custom-tokens .left-column {
    width: 100%;
  }
}

.custom-tokens .left-column .left-heading {
  margin-bottom: 36px;
  font-size: 32px;
  line-height: 140%;
  font-family: "FuturaMdBT";
  font-style: normal;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .custom-tokens .left-column .left-heading {
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 48px;
  }
}

.custom-tokens .left-column .nav-tabs {
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .custom-tokens .left-column .nav-tabs {
    display: none;
  }
}

.custom-tokens .left-column .nav-tabs .nav-item {
  margin-bottom: 20px;
}

.custom-tokens .left-column .nav-tabs .nav-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: "FuturaMdBT";
  font-style: normal;
  color: #cdd5e6;
  border-radius: 4px;
  border: none;
}

.custom-tokens .left-column .nav-tabs .nav-item button img {
  margin-right: 18px;
}

.custom-tokens .left-column .nav-tabs .nav-item button:hover {
  border: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.custom-tokens .left-column .nav-tabs .nav-item button:active {
  background: rgba(255, 255, 255, 0.24);
}

.custom-tokens .left-column .nav-tabs .nav-item .active {
  background-color: #00339e;
}

.custom-tokens .left-column .nav-tabs .nav-item .active .btn-txt {
  color: #fff;
}

@media (max-width: 768px) {
  .custom-tokens .right-column {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-tokens .right-column .tab-pane {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .custom-tokens .right-column .tab-pane .inner {
    margin-bottom: 50px;
  }
}

.custom-tokens .right-column .head {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  font-family: "FuturaHvBT";
  font-style: normal;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .custom-tokens .right-column .head {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 18.98px;
  }
}

.custom-tokens .right-column .bodyTextExcel {
  max-width: 488px;
  margin-left: 0;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .custom-tokens .right-column .bodyTextExcel {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

.custom-tokens .right-column .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-tokens .right-column .flexed div {
  width: 30%;
  text-align: center;
}

@media (max-width: 575px) {
  .custom-tokens .right-column .flexed div {
    width: 40%;
  }
}

.custom-tokens .right-column .flexed div img {
  margin-bottom: 16px;
}

.custom-tokens .right-column .flexed div p {
  margin-bottom: 0;
}

.custom-tokens .right-column .normal {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 768px) {
  .custom-tokens .right-column .around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.our-tech-banner {
  text-align: center;
  padding: 64px;
}

@media only screen and (max-width: 768px) {
  .our-tech-banner {
    padding: 48px 0;
  }
}

.our-tech-banner .desc-banner {
  font-size: 26px;
  max-width: 741px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .our-tech-banner .desc-banner {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .our-tech-banner span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .our-tech-banner h1 {
    font-size: 28px;
    margin-bottom: 16px !important;
    margin-top: 8px;
  }
}

.our-tech-banner p {
  max-width: 741px;
  margin: auto;
  margin-bottom: 32px !important;
}

@media only screen and (max-width: 768px) {
  .our-tech-banner p {
    margin-bottom: 24px !important;
  }
}

.what-is-raida .desc {
  font-family: "FuturaBkBT";
  font-style: normal;
  max-width: 937px;
  margin: auto;
}

.raida-column-layout .column {
  padding: 0 15px;
}

.raida-column-layout .column .inner-con {
  padding: 35px 25px !important;
}

.raida-column-layout .column .bodyTextSmall {
  margin-bottom: 0 !important;
}

.raida-column-layout .sub-sub {
  max-width: 693px;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .raida-column-layout .sub-sub {
    font-size: 16px;
  }
}

.raida-sentinels {
  background-color: #042c80;
  color: #fff;
  text-align: center;
}

.raida-sentinels .around-world {
  font-family: "FuturaMdBT";
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .raida-sentinels .sectionHeading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .raida-sentinels .bodyTextExcel {
    font-size: 16px;
  }
}

.raida-sentinels .small-up {
  max-width: 904px;
  margin: auto;
  margin-bottom: 32px;
}

.raida-sentinels img {
  margin-bottom: 16px;
}

.data-supre {
  background-color: #042c80;
  color: #fff;
  text-align: center;
  background-image: url(../images/bg-circle.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .data-supre .container .sectionHeading {
    font-size: 26px;
  }
}

.data-supre .container .bodyTextExcel {
  max-width: 966px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .data-supre .container .bodyTextExcel {
    font-size: 16px;
  }
}

.detection-agents {
  padding-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .detection-agents {
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .detection-agents .sectionHeading {
    font-size: 26px;
  }
}

.detection-agents .bodyTextExcel {
  max-width: 1014px;
  margin: auto;
  margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
  .detection-agents .bodyTextExcel {
    font-size: 16px;
  }
}

.detection-agents .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

@media only screen and (max-width: 1022px) {
  .detection-agents .column {
    padding: 0 8px;
  }
}

.detection-agents .column .inner-con {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #333333;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .detection-agents .column .inner-con {
    margin-bottom: 16px;
  }
}

.detection-agents .column .inner-con .first {
  font-size: 24px;
  line-height: 130%;
  font-family: "FuturaMdBT";
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .detection-agents .column .inner-con .first {
    font-size: 22px;
  }
}

.detection-agents .column .inner-con .second {
  font-family: "FuturaLtBT";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

.raida-authen {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .raida-authen .sectionHeading {
    font-size: 26px;
  }
}

.raida-authen .bodyTextExcel {
  max-width: 958px;
  margin: auto;
  margin-bottom: 48px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .raida-authen .bodyTextExcel {
    margin-bottom: 64px;
    font-size: 16px;
  }
}

.raida-authen .navigate .nav-tabs {
  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;
  border: none;
  max-width: 720px;
  margin: auto;
}

@media (max-width: 768px) {
  .raida-authen .navigate .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
  }
  .raida-authen .navigate .nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent !important;
  }
  .raida-authen .navigate .nav-tabs::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background: transparent !important;
  }
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .nav-tabs .nav-item {
    white-space: nowrap;
  }
}

.raida-authen .navigate .nav-tabs .nav-item {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .nav-tabs .nav-item {
    width: auto;
  }
}

.raida-authen .navigate .nav-tabs .nav-item button {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #838383;
  border: none;
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .nav-tabs .nav-item button {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.raida-authen .navigate .nav-tabs .nav-item .active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #042c80;
  font-family: "FuturaHvBT";
  font-style: normal;
  color: #042c80;
}

.raida-authen .navigate .tab-content .AuthenticityRequest {
  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;
  align-items: center;
}

.raida-authen .navigate .tab-content .AuthenticityResponse {
  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;
  align-items: center;
}

.raida-authen .navigate .tab-content .AuthenticityResponseCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.raida-authen .navigate .tab-content .AuthenticityResponseCol:nth-child(odd) {
  padding-right: 25px;
}

@media (max-width: 768px) {
  .raida-authen .navigate .tab-content .AuthenticityResponseCol:nth-child(odd) {
    padding-right: 15px;
  }
}

.raida-authen .navigate .tab-content .AuthenticityResponseCol:nth-child(even) {
  padding-left: 25px;
}

@media (max-width: 768px) {
  .raida-authen .navigate .tab-content .AuthenticityResponseCol:nth-child(even) {
    padding-left: 15px;
  }
}

.raida-authen .navigate .tab-content .raidaDescInfo {
  font-family: "FuturaLtBT";
  font-style: normal;
  font-size: 16px;
  line-height: 230%;
  letter-spacing: -0.01em;
}

@media (max-width: 575px) {
  .raida-authen .navigate .tab-content .raidaDescInfo {
    line-height: 150%;
  }
}

.raida-authen .navigate .tab-content .raidaDescInfoLinkText {
  word-break: break-all;
}

.raida-authen .navigate .tab-content .inner {
  border: 1px dashed #060606;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 23px;
  border-width: 2px;
  padding: 40px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .tab-content .inner {
    padding: 22px;
  }
}

.raida-authen .navigate .tab-content .head {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-family: "FuturaHvBT";
  font-style: normal;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .tab-content .head {
    font-size: 18px;
    margin-top: 24px;
  }
}

.raida-authen .navigate .tab-content .sub-head {
  line-break: anywhere;
  white-space: pre-wrap;
}

@media only screen and (max-width: 768px) {
  .raida-authen .navigate .tab-content .sub-head {
    font-size: 16px;
  }
}

.how-raida {
  padding-top: 7px;
}

.how-raida .mob {
  display: none;
}

@media only screen and (max-width: 768px) {
  .how-raida .mob {
    display: block;
    font-size: 16px;
    line-height: 167%;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .how-raida .column-right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .how-raida .tab-pane {
    display: block;
    opacity: 1;
  }
}

.how-raida .sectionHeading {
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .how-raida .sectionHeading {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .how-raida .sch-outer {
    display: none;
  }
}

.how-raida .row-how-raida {
  padding: 0 100px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .how-raida .row-how-raida {
    padding: 0;
  }
}

.how-raida .nav-tabs {
  display: block;
  border: none;
}

.how-raida .nav-tabs button {
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  padding-left: 0;
  border: none;
}

.how-raida .nav-tabs button .img {
  margin-right: 20px;
}

.how-raida .nav-tabs button .img img {
  opacity: 0;
}

.how-raida .nav-tabs button .btn-txt {
  font-size: 18px;
  line-height: 150%;
  color: #838383;
  font-family: "FuturaMdBT";
  font-style: normal;
  margin-bottom: 2px;
  font-weight: 400;
}

.how-raida .nav-tabs button .next {
  font-size: 16px;
  line-height: 167%;
  letter-spacing: -0.01em;
  font-family: "FuturaLtBT";
  font-style: normal;
  color: #838383;
  font-weight: 300;
}

.how-raida .nav-tabs button:hover .btn-txt {
  font-weight: 400;
  color: #042c80;
}

.how-raida .nav-tabs button:hover .next {
  font-weight: 300;
  color: #042c80;
}

.how-raida .nav-tabs .active {
  background-color: transparent;
  border: none;
}

.how-raida .nav-tabs .active img {
  opacity: 1 !important;
}

.how-raida .nav-tabs .active .btn-txt {
  color: #042c80;
  font-family: "FuturaHvBT";
  font-style: normal;
  font-weight: 900;
}

.how-raida .nav-tabs .active .next {
  color: #042c80;
  font-family: "FuturaBkBT";
  font-style: normal;
  font-weight: 400;
}

.how-raida .arrivals-container .first {
  font-weight: 900;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
  font-family: "FuturaHvBT";
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .how-raida .arrivals-container .first {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 4px;
  }
}

.how-raida .arrivals-container .second {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #383838;
}

@media only screen and (max-width: 768px) {
  .how-raida .arrivals-container .second {
    font-size: 16px;
    font-family: "FuturaLtBT";
    font-style: normal;
  }
}

.fast-and-beyond {
  background-color: #042c80;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .fast-and-beyond .sectionHeading {
    font-size: 26px;
  }
}

.fast-and-beyond .bodyTextExcel {
  max-width: 756px;
  margin: auto;
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .fast-and-beyond .bodyTextExcel {
    font-size: 16px;
  }
}

.fast-and-beyond .upper-nav-tabs {
  max-width: 952px;
  margin: auto;
}

.fast-and-beyond .upper-nav-tabs .nav-tabs {
  border-bottom: 1px solid rgba(182, 182, 182, 0.4);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .fast-and-beyond .upper-nav-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
  }
  .fast-and-beyond .upper-nav-tabs .nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent !important;
  }
  .fast-and-beyond .upper-nav-tabs .nav-tabs::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background: transparent !important;
  }
}

@media only screen and (max-width: 768px) {
  .fast-and-beyond .upper-nav-tabs .nav-tabs .nav-item {
    white-space: nowrap;
  }
}

.fast-and-beyond .upper-nav-tabs .nav-tabs button {
  padding-top: 0;
  padding-bottom: 10.88px;
  border: none;
}

.fast-and-beyond .upper-nav-tabs .nav-tabs button p {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .fast-and-beyond .upper-nav-tabs .nav-tabs button p {
    font-size: 16px;
  }
}

.fast-and-beyond .upper-nav-tabs .nav-tabs button:hover p {
  opacity: 1;
}

.fast-and-beyond .upper-nav-tabs .nav-tabs .active {
  border: none;
  background-color: transparent;
  position: relative;
}

.fast-and-beyond .upper-nav-tabs .nav-tabs .active p {
  font-family: "FuturaMdBT";
  font-style: normal;
  opacity: 1;
}

.fast-and-beyond .upper-nav-tabs .nav-tabs .active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.fast-and-beyond .tab-content {
  max-width: 1024px;
  margin: auto;
  margin-top: 48px;
}

.fast-and-beyond .tab-content .row-tab-content {
  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;
}

@media (max-width: 575px) {
  .fast-and-beyond .tab-content .row-tab-content .tbBodyImg {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.fast-and-beyond .tab-content .row-tab-content .first {
  font-size: 28px;
  line-height: 140%;
  font-family: "FuturaHvBT";
  font-style: normal;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .fast-and-beyond .tab-content .row-tab-content .first {
    font-size: 24px;
  }
}

.fast-and-beyond .tab-content .row-tab-content .bodyTextExcel {
  margin-bottom: 0;
}

.faq-container {
  padding-top: 96px;
  padding-bottom: 64px;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .faq-container {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-container {
    padding-top: 62px;
  }
}

.faq-container .faqRow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-container .first {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #074fe6;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .faq-container .first {
    font-size: 16px;
    font-family: "FuturaMdBT";
    font-style: normal;
    margin-bottom: 4px;
  }
}

.faq-container .second {
  font-weight: 900;
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 12px;
  font-family: "FuturaHvBT";
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .faq-container .second {
    font-size: 26px;
  }
}

.faq-container .third {
  font-weight: 300;
  font-size: 16px;
  line-height: 167%;
  font-family: "FuturaLtBT";
  font-style: normal;
  letter-spacing: -0.02em;
  color: #383838;
}

@media only screen and (max-width: 768px) {
  .faq-container .third {
    margin-bottom: 65px;
  }
}

.faq-container .third a {
  color: #074fe6;
}

.faq-container .faq-inner-con {
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .faq-container .faq-inner-con {
    margin-bottom: 33px;
  }
}

.faq-container .faq-inner-con .question-container {
  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;
  cursor: pointer;
}

.faq-container .faq-inner-con .question-container .ques {
  font-size: 18px;
  line-height: 140%;
  font-family: "FuturaMdBT";
  font-style: normal;
  letter-spacing: -0.01em;
  width: 79%;
}

@media only screen and (max-width: 768px) {
  .faq-container .faq-inner-con .question-container .ques {
    font-size: 16px;
  }
}

.faq-container .faq-inner-con .question-container .minus {
  display: none;
}

.faq-container .faq-inner-con .answer {
  margin-top: 16px;
  font-size: 16px;
  line-height: 167%;
  font-family: "FuturaLtBT";
  font-style: normal;
  display: none;
  width: 89%;
}

.faq-container .faq-inner-con .answer .b {
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-container .faq-inner-con .answer img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-container .faq-inner-con .answer ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}

.faq-container .faq-inner-con .answer ul .li {
  font-size: 16px;
  line-height: 167%;
}

.four-zero-four-section {
  padding-top: 96px;
  background-color: #fff;
  padding-bottom: 64px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section {
    padding-top: 48px;
  }
}

.four-zero-four-section .four-zero-logo {
  max-width: 228px;
  margin: auto;
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .four-zero-logo {
    max-width: 107px;
  }
}

.four-zero-four-section .text-con {
  position: relative;
  width: 60%;
  margin: auto;
  border-bottom: 3px solid #CDCDCD;
  margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .text-con {
    width: 92%;
  }
}

.four-zero-four-section .text-con .text-back {
  font-size: 288px;
  line-height: 110%;
  font-family: "FuturaMdBT";
  font-style: normal;
  color: #F3F3F3;
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .text-con .text-back {
    font-size: 157px;
  }
}

.four-zero-four-section .text-con .absoluted {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 96px;
  line-height: 110%;
  font-family: "FuturaHvBT";
  font-style: normal;
  color: #515151;
  width: 100%;
}

@media only screen and (max-width: 1403px) {
  .four-zero-four-section .text-con .absoluted {
    font-size: 77px;
  }
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .text-con .absoluted {
    font-size: 44px;
  }
}

.four-zero-four-section .one {
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 18px;
  font-family: "FuturaMdBT";
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .one {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.four-zero-four-section .two {
  margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
  .four-zero-four-section .two {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.our-text-img-banner .sectionHeading {
  margin-bottom: 48px;
}

@media only screen and (min-width: 768px) {
  .cbdc {
    padding-bottom: 17px;
  }
}

.cbdc .columns {
  margin-bottom: 83px;
}

.proven .desc {
  padding: 0 60px;
  margin-bottom: 54px;
}

@media only screen and (max-width: 768px) {
  .proven .desc {
    padding: 0;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .bannerWrapper .pageMainHeading {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .bannerWrapper .btnCustom {
    font-family: "FuturaHvBT";
    font-style: normal;
  }
}

.privacyTermsBnrWrapper {
  padding: 150px 0 60px;
  background-color: #042c80;
  color: #ffffff;
}

.privacyTermsBnrWrapper p, .privacyTermsBnrWrapper span {
  font-size: 14px;
  font-family: "FuturaBkBT";
  font-style: normal;
  line-height: 150%;
  color: #383838;
  margin-bottom: 20px;
}

.privacyBodyWrapper h1, .privacyBodyWrapper h2, .privacyBodyWrapper h3, .privacyBodyWrapper h4 {
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #383838;
  font-family: "FuturaHvBT";
  font-style: normal;
}

@media (max-width: 768px) {
  .privacyBodyWrapper h1, .privacyBodyWrapper h2, .privacyBodyWrapper h3, .privacyBodyWrapper h4 {
    font-size: 26px;
  }
}

@media (max-width: 299px) {
  .privacyBodyWrapper h1, .privacyBodyWrapper h2, .privacyBodyWrapper h3, .privacyBodyWrapper h4 {
    font-size: 20px;
  }
}

.privacyBodyWrapper p, .privacyBodyWrapper span {
  font-size: 14px;
  font-family: "FuturaBkBT";
  font-style: normal;
  line-height: 150%;
  color: #383838;
  margin-bottom: 20px;
}

.twitterFeedWrap {
  background-color: #042c80;
}

.twitterFeedWrap .sectionHeading {
  margin-bottom: 50px;
}

.twitterFeedWrap iframe {
  display: block;
  margin: 0 auto;
}

.twitterFeedWrap iframe .SandboxRoot .timeline-Tweet-text {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .how-do-betterEnergyEffcnt {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */