@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

h3, h4 {
  margin: 0;
}

.assuranceWrap .container .assuanceWrapText h3, .understandWrap h3, .planningWrap h3, .ourBlog h3, .counterSec ul li span, .dataIntelligenceSec h3, .onePlatform h3 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 114.8%;
  color: #1D1E22;
}

.understandWrap ul li p, .planningWrap p, .counterSec h4, .dataIntelligenceSec .transModeBlock .blockText .routeSec span, .dataIntelligenceSec p {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6B7280;
}

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

::-webkit-scrollbar-track {
  background: #374151;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #9CA3AF;
  border-radius: 6px;
}

.btn-link {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #12335C;
  border: 1px solid #D1D5DB;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
  border-radius: 8px;
  padding: 13px 25px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.container {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}

.topbar {
  width: 100%;
  float: left;
  background-color: #264D7E;
  padding: 9px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar p {
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.topbar p b {
  background-color: #BBBEFF;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1F2937;
  padding: 4px 11px;
  float: left;
  border-radius: 16px;
  margin: 0 20px 0 0px;
}

header {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 40px;
  left: 0;
  z-index: 9999;
}
header .headerContainer {
  width: 93%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerContainer ul {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header .headerContainer ul li {
  list-style: none;
  float: left;
  padding: 0 23px;
}
header .headerContainer ul li a {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
header .headerContainer ul li a:hover {
  color: #139EEC;
}
header .headerContainer ul li.current_page_item a {
  color: #139EEC;
}
header .headerContainer ul .sub-menu {
  width: 103px;
  height: auto;
  position: absolute;
  background: #fff;
  padding: 8px 0;
  border-radius: 8px;
  top: 36px;
  left: 0;
  display: none;
}
header .headerContainer ul .sub-menu li {
  width: 100%;
  padding: 8px 19px;
}
header .headerContainer ul .sub-menu li a {
  width: 100%;
  font-size: 12px;
}
header .headerContainer .toggle_icon {
  display: none;
}
header .headerContainer .navListing {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header .headerContainer .navListing li {
  float: left;
  list-style: none;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
header .headerContainer .navListing li span {
  font-size: 12px;
  float: right;
  margin: 3px 0px 0 6px;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
header .headerContainer .navListing li span.rotate_icon {
  transform: rotate(180deg);
}
header .headerContainer .navListing li a {
  float: left;
  margin: 0 0;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none !important;
  font-size: 14px;
  position: relative;
  transition: 0.3s ease-in-out;
}
header .headerContainer .navListing li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  right: 0;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
header .headerContainer .navListing li a:hover::after {
  transform: scale(1);
}
header .headerContainer .navListing li .sub-menu {
  width: 103px;
  height: auto;
  position: absolute;
  background: #fff;
  padding: 8px 0;
  border-radius: 8px;
  top: 36px;
  display: none;
}
header .headerContainer .navListing li .sub-menu li {
  width: 100%;
}
header .headerContainer .navListing li .sub-menu li a {
  width: 100%;
  font-size: 14px;
  color: #051222;
}
header .headerContainer .contctUsabttn {
  float: left;
  padding: 8px 19px;
  background: #139EEC;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
header .headerContainer .contctUsabttn:hover {
  background-color: #1093DD;
}
header .headerContainer .btn-sec {
  display: flex;
  align-items: center;
  gap: 21px;
}
header .headerContainer .tryBtn {
  float: left;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
header .headerContainer .tryBtn:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
header.sticky {
  background-color: #264D7E;
  top: 0;
  position: fixed;
  left: 0;
  padding: 15px 0;
}

.topSectionWrap {
  width: 100%;
  float: left;
  background-color: #12335C;
  position: relative;
}
.topSectionWrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/mapBg.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.topSectionWrap .topSectionConainer {
  width: 100%;
  float: left;
  float: left;
  display: flex;
  justify-content: space-between;
}
.topSectionWrap .topSectionConainer .topsectionInner {
  width: 100%;
  float: left;
  width: 50%;
  padding: 220px 0 170px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.topSectionWrap .topSectionConainer .topsectionInner .watchOverview {
  width: 100%;
  float: left;
  margin-bottom: 31px;
}
.topSectionWrap .topSectionConainer .topsectionInner .watchOverview a {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  padding: 10px 28px;
  color: #E5E7EB;
}
.topSectionWrap .topSectionConainer .topsectionInner .watchOverview a img {
  margin-right: 4px;
}
.topSectionWrap .topSectionConainer .topsectionInner h1 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 103px;
  text-align: left;
}
.topSectionWrap .topSectionConainer .topsectionInner h1 b {
  font-weight: 400;
}
.topSectionWrap .topSectionConainer .topsectionInner p {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #94AECE;
  margin: 20px 0 0 0;
}
.topSectionWrap .topSectionConainer .topsectionInner .btn-sec {
  width: 100%;
  float: left;
  padding-top: 34px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.topSectionWrap .topSectionConainer .topsectionInner .btn-sec .btn-link {
  background: #ffffff;
  color: #12335C;
}
.topSectionWrap .topSectionConainer .topsectionInner .btn-sec .btn-link:hover {
  background: #F3F4F6;
}
.topSectionWrap .topSectionConainer .topsectionInner .btn-sec a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #E5E7EB;
  text-decoration: none;
  text-transform: capitalize;
}
.topSectionWrap .topSectionConainer .topsectionInner .btn-sec a img {
  margin-left: 2px;
}
.topSectionWrap .topSectionConainer .topsectionInner picture {
  position: relative;
  float: left;
  margin: 60px 0 0 0;
  padding: 0 15px;
  width: 1006px;
  z-index: 10;
  background-image: url(../images/laptopBacBlur.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.topSectionWrap .topSectionConainer .topsectionInner picture img {
  float: left;
  max-width: 100%;
}
.topSectionWrap .topSectionConainer .topsectionimg {
  width: 100%;
  float: left;
  width: 50%;
  display: flex;
  gap: 169px;
  overflow: hidden;
  position: relative;
}
.topSectionWrap .topSectionConainer .topsectionimg figure {
  position: absolute;
  bottom: -5px;
  margin: 0;
  right: 0;
}
.topSectionWrap .topSectionConainer .topsectionimg figure img {
  width: 100%;
}

.innerSecBg {
  width: 100%;
  float: left;
  background: linear-gradient(180deg, #FFFFFF 16.37%, #F1F4F9 33.8%);
}

.trustedBrand {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 69px;
}
.trustedBrand span {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #6B7280;
  text-align: center;
  margin-bottom: 27px;
  display: block;
}
.trustedBrand ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 0;
}
.trustedBrand ul li {
  list-style: none;
}

.secondSectionHead {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secondSectionHead::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  top: -58px;
  left: 0;
  background: url(../images/topSectionGred.svg);
  background-size: cover;
  background-position: top;
}
.secondSectionHead .sshContainer {
  max-width: 800px;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
.secondSectionHead .sshContainer .sshInner {
  width: 100%;
  float: left;
  padding: 100px 0 148px 0;
  text-align: center;
}
.secondSectionHead .sshContainer .sshInner h2 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.secondSectionHead .sshContainer .sshInner p {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 168.3%;
  text-align: center;
  color: #94AECE;
  margin: 30px 0 0 0;
}
.secondSectionHead .sshContainer .sshInner .icons {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.secondSectionHead .sshContainer .sshInner .icons span {
  float: left;
  margin: 0 20px;
}

.onePlatform {
  width: 100%;
  float: left;
  position: relative;
  padding: 90px 0 137px;
}
.onePlatform h3 {
  width: 80%;
  margin-bottom: 59px;
}
.onePlatform .tabSec {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border-radius: 8px 0px 0px 8px;
  display: flex;
}
.onePlatform .tabSec .tabImg {
  width: 60%;
}
.onePlatform .tabSec .tabImg figure {
  width: 100%;
  height: 521px;
  margin: 0;
}
.onePlatform .tabSec .tabImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}
.onePlatform .tabSec .tabBlock {
  width: 40%;
  padding: 50px 30px 30px 30px;
  /* tab list item */
  /* Tab content section */
  /* When active state */
}
.onePlatform .tabSec .tabBlock .tabs .tabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #F1F4F9;
  border-radius: 8px;
  width: 100%;
  padding: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.onePlatform .tabSec .tabBlock .tabs .tabs-list li {
  float: left;
  margin: 0px;
  margin-right: 2px;
  padding: 11px 50px;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
}
.onePlatform .tabSec .tabBlock .tabs .tabs-list li:hover {
  cursor: pointer;
}
.onePlatform .tabSec .tabBlock .tabs .tabs-list li a {
  text-decoration: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1D1E22;
  display: flex;
  align-items: center;
  gap: 6px;
}
.onePlatform .tabSec .tabBlock .tabs .tab {
  display: none;
  width: 100%;
  min-height: 250px;
  height: auto;
  clear: both;
  padding-top: 32px;
}
.onePlatform .tabSec .tabBlock .tabs .tab h4 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #1D1E22;
  width: 90%;
}
.onePlatform .tabSec .tabBlock .tabs .tab p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #6B7280;
  margin-top: 16px;
}
.onePlatform .tabSec .tabBlock .tabs .tab .btn-sec {
  margin-top: 20px;
  float: left;
  display: flex;
  align-items: center;
  gap: 19px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.onePlatform .tabSec .tabBlock .tabs .tab .btn-sec .withBg {
  background: #1D1E22 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff !important;
}
.onePlatform .tabSec .tabBlock .tabs .tab .btn-sec .withBg:hover {
  background: #303238 !important;
}
.onePlatform .tabSec .tabBlock .tabs .tab .btn-sec .withoutBg {
  background: transparent !important;
  color: #12335C !important;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
}
.onePlatform .tabSec .tabBlock .tabs .tab .btn-sec .withoutBg:hover {
  border: 1px solid #6B7280 !important;
}
.onePlatform .tabSec .tabBlock .active {
  display: block !important;
}
.onePlatform .tabSec .tabBlock .tabs .tabs-list li.active {
  color: #139EEC !important;
  background: #FFFFFF !important;
  border-radius: 8px;
}
.onePlatform .tabSec .tabBlock .active a {
  color: #139EEC !important;
}

.dataIntelligenceSec {
  width: 100%;
  float: left;
  padding: 141px 0 84px;
}
.dataIntelligenceSec h3 {
  width: 55%;
}
.dataIntelligenceSec p {
  width: 60%;
  font-size: 16px;
}
.dataIntelligenceSec .transModeBlock {
  width: 100%;
  float: left;
  padding-top: 127px;
  display: flex;
  align-items: flex-start;
}
.dataIntelligenceSec .transModeBlock .blockImg {
  width: 50%;
}
.dataIntelligenceSec .transModeBlock .blockImg img {
  width: 100%;
}
.dataIntelligenceSec .transModeBlock .blockText {
  width: 50%;
}
.dataIntelligenceSec .transModeBlock .blockText .textInner {
  float: right;
  padding-left: 136px;
}
.dataIntelligenceSec .transModeBlock .blockText p {
  width: 100% !important;
}
.dataIntelligenceSec .transModeBlock .blockText h4 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1D1E22;
}
.dataIntelligenceSec .transModeBlock .blockText a {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #12335C;
  text-decoration: none;
  margin-bottom: 40px;
  display: inline-block;
}
.dataIntelligenceSec .transModeBlock .blockText a img {
  margin-left: 5px;
}
.dataIntelligenceSec .transModeBlock .blockText .routeSec {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  gap: 16px;
}
.dataIntelligenceSec .transModeBlock .blockText .routeSec span {
  font-weight: 700;
}
.dataIntelligenceSec .transModeBlock .blockText .routeSec p {
  width: 100% !important;
  margin: 0;
}
.dataIntelligenceSec .blockReverse {
  flex-flow: row-reverse;
}
.dataIntelligenceSec .blockReverse .blockText .textInner {
  width: 80%;
  float: left !important;
  padding-left: 0;
}
.dataIntelligenceSec .blockReverse .blockImg img {
  float: right;
}

.counterSec {
  width: 100%;
  float: left;
}
.counterSec .container {
  padding: 51px 0 59px;
  background: rgba(241, 244, 249, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.counterSec h4 {
  font-weight: 700;
  color: #1D1E22;
  text-align: center;
}
.counterSec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 128px;
}
.counterSec ul li {
  list-style: none;
}
.counterSec ul li span small {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4B5563;
}

.ourBlog {
  width: 100%;
  float: left;
  padding: 126px 0 136px;
}
.ourBlog h3 {
  margin: 0;
  margin-bottom: 33px;
}
.ourBlog .client_Slide {
  padding-left: 12%;
}
.ourBlog .item {
  border-radius: 20px;
}
.ourBlog .item figure {
  width: 100%;
  height: 259px;
}
.ourBlog .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.ourBlog .item article {
  padding: 0;
}
.ourBlog .item article ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}
.ourBlog .item article ul li {
  list-style: none;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #374151;
}
.ourBlog .item article ul li i {
  font-size: 10px;
  margin-right: 5px;
}
.ourBlog .item article ul li:nth-child(1) i {
  color: #5200E9;
}
.ourBlog .item article ul li:nth-child(2) i {
  color: #EF00DF;
}
.ourBlog .item article h4 {
  height: 55px;
  overflow: hidden;
}
.ourBlog .item article h4 a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D1E22;
  text-decoration: none;
}
.ourBlog .owl-stage {
  right: 80px;
}
.ourBlog .owl-nav {
  position: absolute;
  right: 100px;
  top: -125px;
  float: left;
}
.ourBlog .owl-nav .owl-prev,
.ourBlog .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  border: 1px solid #D1D5DB;
  border-radius: 61px;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 14px;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourBlog .owl-nav .owl-prev:hover,
.ourBlog .owl-nav .owl-next:hover {
  background: #D1D5DB;
}
.ourBlog .owl-nav .owl-prev {
  float: left;
}
.ourBlog .owl-nav .owl-next {
  float: left;
}

.footerSec {
  width: 100%;
  float: left;
  padding: 111px 0 143px;
  background: #051222;
  position: relative;
  overflow: hidden;
}
.footerSec::after {
  width: 100%;
  height: 160px;
  position: absolute;
  content: "";
  background: linear-gradient(267.36deg, #3083FF 18.55%, #30C1FF 49.24%, #C6BCFF 87.07%);
  opacity: 0.9;
  filter: blur(75px);
  bottom: -100px;
  left: 0;
  border-radius: 100%;
  background-size: 89%;
  background-repeat: no-repeat;
  background-position: center;
}
.footerSec .footerCnt {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 54px;
}
.footerSec .footerCnt .text h3 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 114.8%;
  color: #FFFFFF;
}
.footerSec .footerCnt .text h3 span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 114.8%;
  background: linear-gradient(265.55deg, #3083FF -23.06%, #30C1FF 33.29%, #C6BCFF 102.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footerSec .footerCnt .text p {
  width: 70%;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9CA3AF;
  margin: 0;
  margin-top: 16px;
}
.footerSec .footerCnt .btn-sec {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footerSec .footerCnt .btn-sec .whiteBtn {
  background: #ffffff;
  color: #1D1E22;
}
.footerSec .footerCnt .btn-sec .whiteBtn:hover {
  background: #f3f4f6;
}
.footerSec .footerCnt .btn-sec .transBtn {
  color: #ffffff;
  border: none;
  background: linear-gradient(#051222, #051222) padding-box, linear-gradient(95.01deg, #B3BDFF 7.97%, #72BFFF 36.9%, #37C1FF 71.8%, #30A5FF 103.72%) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}
.footerSec .footerCnt .btn-sec .transBtn:hover {
  border: 1px solid #fff;
}
.footerSec .footerEnd {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footerSec .footerEnd p {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94AECE;
}
.footerSec .footerEnd p a {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94AECE;
}

.bigBoxsWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.bigBoxsWrap .bigBoxsContainer {
  width: 1216px;
  float: left;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox {
  width: 592px;
  height: 555px;
  float: left;
  background: url(../images/boxShapeBox.svg), linear-gradient(209.53deg, #139EEC 6.34%, #1086C9 97.66%);
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0px 0 30px;
  padding: 72px 79px;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox .whIcon {
  width: 40px;
  height: 40px;
  float: left;
  background: #43BAFE;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox h1 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 40px;
  line-height: 114.8%;
  color: #FFFFFF;
  margin: 48px 0;
  min-height: 138px;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox h1 em {
  width: 100%;
  float: left;
  font-weight: 300;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox p {
  width: 100%;
  float: left;
  padding: 16px 0 0 0;
  max-width: 368px;
  min-height: 54px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 168.3%;
  color: #F0F7FF;
  margin: 0 0 0 0;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox p::after {
  width: 245px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #43BAFE;
  top: 0;
  left: 0;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox .bigBoxbttn {
  width: 100%;
  float: left;
  margin: 24px 0 0 0;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox .bigBoxbttn .bbttn {
  width: 118px;
  height: 40px;
  left: 77px;
  top: 438px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #051D3B;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.bigBoxsWrap .bigBoxsContainer .bigBoxsInner .bigBox .bigBoxbttn .bbttn:hover {
  background-color: #264D7E;
  color: #fff;
}

.benifitsWrapper {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benifitsWrapper .benifitsContainer {
  width: 1072px;
  float: left;
}
.benifitsWrapper .benifitsContainer .benifitsInner {
  width: 100%;
  float: left;
  margin: 130px 0 40px 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner h2 {
  max-width: 620px;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 114.8%;
  color: #FFFFFF;
}
.benifitsWrapper .benifitsContainer .benifitsInner h2 small {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 168.3%;
  color: #139EEC;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper .benBox {
  width: 313px;
  float: left;
  margin: 20px 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper .benBox .benIcon {
  float: left;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper .benBox h4 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  margin: 25px 0 0 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper .benBox ul {
  width: 100%;
  float: left;
  padding: 0px 0 0 20px;
  margin: 19px 0 0 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner .beneBoxsWrapper .benBox ul li {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #94AECE;
}
.benifitsWrapper .benifitsContainer .benifitsInner .imgBoxWrap {
  width: 100%;
  float: left;
  height: 397px;
  background: #082448;
  border: 1px solid #27456A;
  margin: 79px 0 0 0;
  background-image: url(../images/gredtablesideimg.svg);
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.benifitsWrapper .benifitsContainer .benifitsInner .imgBoxWrap article {
  width: 360px;
  float: left;
  margin: 20px 80px 0 0;
}
.benifitsWrapper .benifitsContainer .benifitsInner .imgBoxWrap article h3 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 138.3%;
  color: #FFFFFF;
}
.benifitsWrapper .benifitsContainer .benifitsInner .imgBoxWrap article h4 {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 168.3%;
  color: #FFFFFF;
}
.benifitsWrapper .benifitsContainer .benifitsInner .imgBoxWrap article h4 small {
  width: 100%;
  float: left;
  color: #94AECE;
  font-weight: 400;
  font-size: 16px;
}

.contactWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.contactWrap.productsC__wrap {
  background-color: #12335C;
  overflow: hidden;
}
.contactWrap.productsC__wrap::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(267.36deg, rgb(48, 131, 255) 18.55%, rgb(48, 193, 255) 49.24%, rgb(198, 188, 255) 87.07%) center center/89% no-repeat;
  opacity: 0.7;
  filter: blur(75px);
  top: 71%;
  left: 0px;
  border-radius: 100%;
}
.contactWrap .contactContainer {
  max-width: 700px;
  float: left;
  position: relative;
  z-index: 1;
}
.contactWrap .contactContainer .contactInner {
  width: 100%;
  float: left;
  text-align: center;
  margin: 85px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.contactWrap .contactContainer .contactInner h2 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 114.8%;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.contactWrap .contactContainer .contactInner .contactBttn {
  width: 137px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background-color: #fff;
  border-radius: 44px;
  text-decoration: none;
  margin: 44px 0 0 0;
  transition: 0.3s ease-in-out;
}
.contactWrap .contactContainer .contactInner .contactBttn:hover {
  background-color: #139EEC;
  color: #fff;
}

.productTopsection {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #12335C;
}
.productTopsection::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(267.36deg, rgb(48, 131, 255) 18.55%, rgb(48, 193, 255) 49.24%, rgb(198, 188, 255) 87.07%) center center/89% no-repeat;
  opacity: 0.7;
  filter: blur(75px);
  top: 71%;
  left: 0px;
  border-radius: 100%;
}
.productTopsection .ptopInner {
  width: 100%;
  float: left;
  margin: 224px 0 150px 0;
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.productTopsection .ptopInner h1 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  color: #FFFFFF;
}
.productTopsection .ptopInner p {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 188.3%;
  color: #94AECE;
}

.backWhiteSecWrap {
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.backWhiteSecWrap .bacWhiteSceContainer {
  width: 1216px;
  float: left;
  margin: 136px 0;
  display: flex;
  flex-flow: column;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn .bw__textSec {
  width: 500px;
  float: left;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn .bw__textSec h2 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 114.8%;
  color: #051D3B;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn .bw__textSec p {
  width: 100%;
  float: left;
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn picture {
  width: 660px;
  float: left;
}
.backWhiteSecWrap .bacWhiteSceContainer .bacWhiteSecinn picture img {
  width: 100%;
  float: left;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap {
  width: 100%;
  float: left;
  margin: 78px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox {
  float: left;
  min-height: 396px;
  padding: 38px;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox.box_01 {
  width: 384px;
  background-color: rgba(19, 158, 236, 0.05);
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox.box_02 {
  background-color: rgba(19, 158, 236, 0.1);
  width: 800px;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox h4 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #111827;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox h4 img {
  float: left;
  margin: 0 10px 0 0;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox ul {
  width: 100%;
  float: left;
  margin: 21px 0 0 0;
  padding: 0 0 0 23px;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #1D1E22;
  margin: 0 0 7px 0px;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox .dataContentBoxsWrap {
  width: 100%;
  float: left;
  margin: 21px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox .dataContentBoxsWrap .dcBox {
  width: 45%;
  float: left;
}
.backWhiteSecWrap .bacWhiteSceContainer .lightBlueBoxsWrap .blueBox .dataContentBoxsWrap .dcBox p {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #1D1E22;
}

.tereadvWrap {
  width: 100%;
  float: left;
  background-color: #12335C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tereadvWrap .adv__container {
  width: 1216px;
  float: left;
}
.tereadvWrap .adv__container .advInner {
  width: 100%;
  float: left;
  margin: 100px 0;
}
.tereadvWrap .adv__container .advInner .advHead {
  width: 100%;
  float: left;
}
.tereadvWrap .adv__container .advInner .advHead h2 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 114.8%;
  text-align: center;
  color: #FFFFFF;
}
.tereadvWrap .adv__container .advInner .advHead p {
  width: 100%;
  float: left;
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #DAE3EF;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap {
  width: 100%;
  float: left;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents {
  width: 100%;
  float: left;
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents:nth-child(even) {
  flex-flow: row-reverse;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents:nth-child(even) article p {
  font-size: 18px;
  line-height: 30px;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents:last-child {
  margin-bottom: 38px;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents picture {
  max-width: 592px;
  max-height: 418px;
  float: left;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article {
  width: 488px;
  float: left;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article p {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ABC2DE !important;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article p strong {
  width: 100%;
  float: left;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article p.sec2Txt {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ABC2DE;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article ul {
  width: 100%;
  float: left;
  margin: 22px 0 0 0;
  padding: 0 0 0 26px;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ABC2DE;
  margin: 10px 0 0 0;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article span {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}
.tereadvWrap .adv__container .advInner .advCntentsWrap .adv__contents article span:last-child {
  margin: 0;
}

.contactSectionWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 999;
  position: relative;
}
.contactSectionWrap .contactContainer {
  width: 1216px;
  float: left;
}
.contactSectionWrap .contactContainer .contactMain {
  width: 100%;
  float: left;
  padding: 10px;
  background-color: #fff;
  min-height: 512px;
  position: relative;
  top: -92px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border: 1px solid #F3F4F6;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo {
  width: 374px;
  height: 496px;
  position: relative;
  float: left;
  background-color: #051D3B;
  padding: 40px;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo h3 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo h4 {
  width: 100%;
  float: left;
  margin: 41px 0 11px 0;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo h4 img {
  margin: 0 5px 0 0;
  float: left;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo .officeAddress {
  width: 100%;
  float: left;
  margin: 24px 0 0 0;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo .officeAddress h5 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo .officeAddress p {
  width: 100%;
  float: left;
  margin: 4px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ABC2DE;
}
.contactSectionWrap .contactContainer .contactMain .officesInfo .officeAddress p strong {
  width: 100%;
  float: left;
  font-weight: 700;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo {
  width: 648px;
  float: left;
  margin: 25px 77px 0 0;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo form {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .contactInputBox {
  width: 312px;
  float: left;
  margin: 0 0 24px 0;
  position: relative;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .contactInputBox label {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .contactInputBox label b {
  color: #FA6097;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .contactInputBox .inpUser {
  width: 100%;
  float: left;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .contactInputBox select.inpUser {
  background-image: url(../images/selectIcon.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .privacyTxtWrap {
  width: 442px;
  float: left;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .privacyTxtWrap span.wpcf7-list-item label {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .privacyTxtWrap span.wpcf7-list-item label input[type=checkbox] {
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
  margin: 0 10px 0 0px;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .privacyTxtWrap span.wpcf7-list-item label a {
  position: absolute;
  bottom: 6px;
  left: 187px;
  color: #139EEC;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .privacyTxtWrap span.wpcf7-list-item label .wpcf7-not-valid-tip {
  top: 37px;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .submitBttn {
  float: left;
  margin: 0 0 0 0;
  background-color: #139EEC;
  color: #fff;
  width: 118px;
  height: 40px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 0;
  outline: none !important;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.contactSectionWrap .contactContainer .contactMain .contactFormInfo .contactFormMain .submitBttn:hover {
  background-color: #264D7E;
}

/*****************************************/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  width: 100%;
  float: left;
  text-align: center;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px !important;
  top: 68px;
  font-weight: 500 !important;
  width: 182px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  width: 100%;
  float: left;
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.privacyTxtWrap .wpcf7-not-valid-tip {
  top: 16px !important;
  left: 13px;
}

/**************************  about us [14-12-2022]  ************************/
.aboutSectionTop {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.aboutSectionTop::after {
  top: 87%;
}
.aboutSectionTop .ptopInner {
  max-width: 845px;
  float: left;
  margin: 156px 0 67px 0;
}

.aboutMainContainWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.aboutMainContainWrap .amc__Container {
  width: 800px;
  float: left;
}
.aboutMainContainWrap .amc__Container .amc_Inner {
  width: 100%;
  float: left;
  margin: 98px 0;
}
.aboutMainContainWrap .amc__Container .amc_Inner h2 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 114.8%;
  color: #051D3B;
  margin: 0 0 0 0;
}
.aboutMainContainWrap .amc__Container .amc_Inner p {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
  margin: 20px 0;
}
.aboutMainContainWrap .amc__Container .amc_Inner ul {
  width: 100%;
  float: left;
  padding: 0 0 0 27px;
  margin: 15px 0;
}
.aboutMainContainWrap .amc__Container .amc_Inner ul li {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
  margin: 1px 0;
}

.leadershipTeamContainWrap {
  width: 100%;
  float: left;
  background-color: #12335C;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.leadershipTeamContainWrap .ltc__Container {
  width: 1216px;
  float: left;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner {
  width: 100%;
  float: left;
  margin: 95px 0 60px 0;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner h2 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 114.8%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap {
  width: 100%;
  float: left;
  margin: 99px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap {
  width: 384px;
  background-color: #fff;
  float: left;
  position: relative;
  margin: 16px 0;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.leaderAnchor {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.leaderAnchor picture {
  width: 90px;
  height: 90px;
  float: left;
  background-color: #F3F4F6;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.leaderAnchor picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.leaderAnchor h4 {
  width: calc(100% - 90px - 32px);
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1D1E22;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.leaderAnchor h4 small {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5C6B7D;
  margin: 8px 0 0 0;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.linkedInIcon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.leadershipTeamContainWrap .ltc__Container .ltc__inner .leadershipBlocksWrap .lbWrap a.linkedInIcon i {
  color: #000;
  font-size: 24px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.invalid .wpcf7-not-valid-tip {
  display: block !important;
}

/****************************  blogListing (16-12-2022)  ****************************/
.knHub {
  background-color: #fff !important;
}
.knHub .contactContainer .contactInner h2 {
  color: #051222;
}

.kh__Top {
  float: left;
}
.kh__Top .ptopInner {
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
}
.kh__Top .ptopInner .searchSection {
  width: 370px;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kh__Top .ptopInner .searchSection .searchBox {
  float: left;
  width: 312px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #6B7280;
  font-family: "Noto Sans", sans-serif;
  outline: none !important;
}
.kh__Top .ptopInner .searchSection .searchBox::-moz-placeholder {
  color: #6B7280;
}
.kh__Top .ptopInner .searchSection .searchBox::placeholder {
  color: #6B7280;
}
.kh__Top .ptopInner .searchSection .submitBox {
  border: 0;
  outline: none;
  width: 42px;
  height: 42px;
  background: #139EEC;
  border-radius: 6px;
  float: left;
  font-size: 0px !important;
  background-image: url(../images/searchIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.kh__Top .ptopInner .searchSection .submitBox:hover {
  background-color: #051222;
}

.blogSectionWrap {
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogSectionWrap .blogContainer {
  width: 1216px;
  float: left;
}
.blogSectionWrap .blogContainer .blogSectionInner {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.blogSectionWrap .blogContainer .blogSectionInner .blogCategorySectionWraap {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border: 1px solid #F3F4F6;
  padding: 27px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.blogSectionWrap .blogContainer .blogSectionInner .blogCategorySectionWraap h6 {
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 0 0;
  color: #111827;
}
.blogSectionWrap .blogContainer .blogSectionInner .blogCategorySectionWraap .categories {
  float: left;
  margin: 0 0 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  color: #374151;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.blogSectionWrap .blogContainer .blogSectionInner .blogCategorySectionWraap .categories img {
  margin: 0 8px 0 0;
}

.blogsWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 0 32px;
  flex-flow: row wrap;
  background-color: #fff;
}
.blogsWrap .blogBox {
  width: 384px;
  min-height: 514px;
  float: left;
  position: relative;
  border: 1px solid #E5E7EB;
  margin: 32px 0 0 0;
}
.blogsWrap .blogBox picture {
  width: 100%;
  float: left;
}
.blogsWrap .blogBox picture img {
  width: 100%;
}
.blogsWrap .blogBox article {
  width: 100%;
  float: left;
  padding: 24px 24px 0;
}
.blogsWrap .blogBox article h4 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 600;
  max-height: 78px;
  overflow: hidden;
  font-size: 20px;
  line-height: 26px;
  color: #111827;
  margin: 0 0 0 0;
  transition: 0.3s ease-in-out;
}
.blogsWrap .blogBox article p {
  width: 100%;
  float: left;
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #5C6B7D;
  max-height: 96px;
  overflow: hidden;
}
.blogsWrap .blogBox .underSection {
  width: 100%;
  position: absolute;
  padding: 0 25px 25px 25px;
  bottom: 0;
  left: 0;
}
.blogsWrap .blogBox .underSection b {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #374151;
  display: flex;
  align-items: center;
  margin: 10px 15px 0 0;
  text-transform: capitalize;
}
.blogsWrap .blogBox .underSection b img {
  margin: 0 7px 0 0px;
}
.blogsWrap .blogBox:hover article h4 {
  color: #139EEC;
}

.blogDetailsTopHead {
  min-height: 419px;
  padding: 0 15px;
}
.blogDetailsTopHead .ptopInner {
  float: left;
  margin-top: 123px;
  max-width: 1008px;
  padding: 0 0;
}
.blogDetailsTopHead .ptopInner h1 {
  text-align: left;
  font-size: 42px;
}

.blogDetailsWrap {
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.blogDetailsWrap .borderBottom {
  width: 1216px;
  float: left;
  height: 1px;
  background-color: #E5E7EB;
}
.blogDetailsWrap .blogDetailsContainer {
  width: 800px;
  float: left;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  top: -65px;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner .bTagsWrap {
  width: 100%;
  float: left;
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner .bTagsWrap b {
  float: left;
  margin: 10px 20px 10px 0;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #374151;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner .bTagsWrap b img {
  float: left;
  margin: 0 8px 0 0;
  width: 10px;
  height: 10px;
  position: static;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner h2 {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 114.8%;
  color: #051D3B;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner h1 {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 114.8%;
  color: #051D3B;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner h3 {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 114.8%;
  color: #051D3B;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner h4 {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #139EEC;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner p {
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner p a {
  color: #139EEC;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner p img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: unset;
  float: left;
  margin: 0;
  left: 0;
  padding: 15px;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner p img.alignright {
  float: right;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner p iframe {
  width: 100% !important;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner ul {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 0 0 0 27px;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner ul li {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner span {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5C6B7D;
}
.blogDetailsWrap .blogDetailsContainer .blogDetailsInner img {
  width: 1008px;
  float: left;
  height: auto;
  position: relative;
  left: -104px;
  margin: 0 0 20px 0;
}

.pagination {
  min-width: 100%;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0 0;
  gap: 8px;
}
.pagination span, .pagination a {
  width: 32px;
  height: 32px;
  display: flex;
  float: left;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2E2A4A;
  font-family: "Noto Sans", sans-serif;
}
.pagination span.current, .pagination a.current {
  border-color: #139EEC;
  color: #139EEC;
}

.no_record_box {
  width: 100%;
  float: left;
  margin: 100px 0 0;
}
.no_record_box h2 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #1f66a7;
}

fieldset {
  width: 100%;
  float: left;
  max-width: 100% !important;
  margin: 12px 0 !important;
}
fieldset label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}
fieldset label span.hs-form-required {
  color: #FA6097;
}
fieldset .input {
  width: 100% !important;
  float: left !important;
}
fieldset .input input[type=text].hs-input {
  width: 100% !important;
  float: left !important;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
fieldset .input select.hs-input {
  width: 100% !important;
  float: left !important;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
fieldset .input input[type=email].hs-input {
  width: 100% !important;
  float: left !important;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
fieldset .input input[type=number].hs-input {
  width: 100% !important;
  float: left !important;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
fieldset .input textarea.hs-input {
  width: 100% !important;
  float: left !important;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  outline: none;
  padding: 9px 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin: 4px 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
fieldset .input .inputs-list {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
fieldset .input .inputs-list li {
  list-style: none;
  width: 100%;
  float: left;
}
fieldset .input .inputs-list li label {
  width: 100%;
  float: left;
  margin: 7px 0;
  display: flex;
  align-items: center;
}
fieldset .input .inputs-list li label input {
  margin: 0 0 0 0;
}
fieldset .input .inputs-list li label span p {
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}
fieldset.form-columns-2 .hs-form-field {
  width: 47.5% !important;
}
fieldset .hs-error-msgs {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
fieldset .hs-error-msgs li {
  width: 100%;
  float: left;
  list-style: none;
}
fieldset .hs-error-msgs li label.hs-error-msg {
  color: #f00;
  font-size: 12px;
  font-weight: 500;
}
fieldset .legal-consent-container {
  width: 100%;
  float: left;
  margin: -13px 0 0 0;
}
fieldset .legal-consent-container .hs-richtext {
  width: 100%;
  float: left;
}
fieldset .legal-consent-container .hs-richtext p {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}

.hs_error_rollup .hs-error-msgs {
  width: 100%;
  float: left;
  position: relative;
  margin: -10px 0 18px 0;
  padding: 0 0 0 0;
}
.hs_error_rollup .hs-error-msgs li {
  width: 100%;
  float: left;
  list-style: none;
}
.hs_error_rollup .hs-error-msgs li label.hs-main-font-element {
  color: #f00;
  font-size: 12px;
  font-weight: 500;
}

.hs_submit {
  width: 100%;
  float: left;
}
.hs_submit .hs-button {
  float: left;
  margin: 0 0 0 0;
  background-color: #139EEC;
  color: #fff;
  width: 118px;
  height: 40px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 0;
  outline: none !important;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.hs_submit .hs-button:hover {
  background-color: #264D7E;
}

.inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  align-items: flex-start;
}
.inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
  margin: 6px 0 0 0;
  cursor: pointer;
}
.inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span p {
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}
.inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span p a {
  width: 100%;
  float: left;
  color: #6B7280;
}

.page404wrapper::after {
  display: none;
}

.Contain404Wrap {
  width: 100%;
  float: left;
  position: relative;
  height: calc(100vh - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Contain404Wrap h1 {
  width: 100%;
  float: left;
  font-size: 140px;
  text-align: center;
  margin: 0 0;
  font-weight: 800;
  color: #139EEC;
  text-shadow: 7px 6px 0px rgb(38, 77, 126);
}
.Contain404Wrap h1 small {
  width: 100%;
  float: left;
  font-size: 15px;
  text-shadow: none;
  color: #748cab;
  font-weight: 400;
  margin: -10px 0 0 0;
  letter-spacing: 8px;
}

.cmplz-cookiebanner {
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  bottom: 0px !important;
}
.cmplz-cookiebanner .cmplz-title {
  width: 100% !important;
  float: left !important;
  text-align: center !important;
  font-size: 14px !important;
  margin: 13px 0 -10px 0 !important;
  display: block !important;
}
.cmplz-cookiebanner .cmplz-body {
  min-width: unset !important;
  width: calc(100% + 0px) !important;
  float: left !important;
}
.cmplz-cookiebanner .cmplz-body .cmplz-message {
  width: calc(100% + 0px) !important;
  float: left !important;
  text-align: center !important;
  font-size: 12px !important;
  margin: 0 0 45px 0 !important;
}
.cmplz-cookiebanner .cmplz-body .cmplz-message p {
  margin: 0 !important;
}
.cmplz-cookiebanner .newBttns {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 23px;
}
.cmplz-cookiebanner .cmplz-buttons {
  width: 100% !important;
  float: left !important;
  position: relative !important;
  grid-column-start: inherit !important;
  grid-row-start: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row !important;
}
.cmplz-cookiebanner .cmplz-buttons .moreFind {
  width: 130px !important;
  height: 35px !important;
  text-align: center;
  min-width: unset !important;
  background-color: #fff;
  border: 1px solid #139EEC;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #051222 !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 12px;
}
.cmplz-cookiebanner .cmplz-buttons button {
  width: 130px !important;
  min-width: unset !important;
  height: 35px !important;
  font-size: 12px !important;
  padding: 0 !important;
}

.topSectionInnerWrap {
  width: 100%;
  float: left;
  background-color: #12335C;
  background: url(../images/mapInnerBg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.topSectionInnerWrap .topSectionConainer {
  width: 100%;
  float: left;
  float: left;
  display: flex;
  justify-content: space-between;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner {
  width: 100%;
  float: left;
  width: 50%;
  padding: 196px 0 186px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner h1 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 103px;
  text-align: left;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner h1 b {
  font-weight: 400;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner p {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #94AECE;
  margin: 20px 0 0 0;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner .btn-sec {
  width: 100%;
  float: left;
  padding-top: 34px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner .btn-sec .btn-link {
  background: #ffffff;
  color: #12335C;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner .btn-sec a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #E5E7EB;
  text-decoration: none;
  text-transform: capitalize;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner .btn-sec a img {
  margin-left: 2px;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner picture {
  position: relative;
  float: left;
  margin: 60px 0 0 0;
  padding: 0 15px;
  width: 1006px;
  z-index: 10;
  background-image: url(../images/laptopBacBlur.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.topSectionInnerWrap .topSectionConainer .topsectionInner picture img {
  float: left;
  max-width: 100%;
}
.topSectionInnerWrap .topSectionConainer .topsectionimg {
  width: 100%;
  float: left;
  width: 50%;
  display: flex;
  gap: 169px;
  overflow: hidden;
  position: relative;
}
.topSectionInnerWrap .topSectionConainer .topsectionimg figure {
  position: absolute;
  bottom: -5px;
  margin: 0;
  right: 0;
}
.topSectionInnerWrap .topSectionConainer .topsectionimg figure img {
  width: 100%;
}

.planningWrap {
  width: 100%;
  float: left;
  padding: 60px 0 88px;
}
.planningWrap h3 {
  color: #1D1E22;
  width: 60%;
}
.planningWrap p {
  color: #5C6B7D;
  margin-top: 24px;
  margin-bottom: 0;
  width: 65%;
}
.planningWrap ul {
  margin-bottom: 0;
  margin-top: 48px;
  padding: 0;
  display: flex;
  gap: 31px;
}
.planningWrap ul li {
  list-style: none;
  padding: 20px 0px 20px 0px;
  width: 33%;
}
.planningWrap ul li h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111827;
  width: 95%;
  padding-top: 16px;
}
.planningWrap ul li p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5C6B7D;
  margin-top: 16px;
  width: 100% !important;
}
.planningWrap .btn-sec {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
.planningWrap .btn-link {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
  color: #1D1E22;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 13px 24px;
  border: none;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(95.01deg, #B3BDFF 7.97%, #72BFFF 36.9%, #37C1FF 71.8%, #30A5FF 103.72%) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}

.inventoryWrap {
  width: 100%;
  float: left;
  position: relative;
}
.inventoryWrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: #12335C;
  z-index: -1;
}
.inventoryWrap .container {
  width: 100%;
  max-width: 1008px;
  background: #082448;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.inventoryWrap .container .inventoryImg {
  width: 50%;
}
.inventoryWrap .container .inventoryImg figure {
  width: 100%;
  height: 397px;
  margin: 0;
}
.inventoryWrap .container .inventoryImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
.inventoryWrap .container .inventoryText {
  width: 50%;
}
.inventoryWrap .container .inventoryText p {
  width: 75%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 138.3%;
  color: #FFFFFF;
}
.inventoryWrap .container .inventoryText span {
  font-weight: 600;
  font-size: 16px;
  line-height: 168.3%;
  color: #FFFFFF;
  padding-top: 24px;
}
.inventoryWrap .container .inventoryText span small {
  display: block;
  font-weight: 400 !important;
  color: #94AECE;
}

.understandWrap {
  width: 100%;
  float: left;
  padding: 140px 0 169px;
  background: #12335C;
}
.understandWrap h3 {
  color: #ffffff;
  margin: 0;
}
.understandWrap ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 70px;
}
.understandWrap ul li {
  list-style: none;
  width: 33%;
}
.understandWrap ul li figure {
  background: linear-gradient(209.53deg, #22AFFE 6.34%, #1086C9 97.66%);
  width: 100%;
  height: 270px;
  border-radius: 8px;
  margin: 0;
}
.understandWrap ul li h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 26px;
}
.understandWrap ul li p {
  font-size: 16px;
  line-height: 25px;
  color: #ABC2DE;
  max-height: 145px;
  overflow: hidden;
  margin: 0;
  margin-top: 10px;
}

.assuranceWrap {
  width: 100%;
  float: left;
  padding: 128px 0 128px;
}
.assuranceWrap .container {
  display: flex;
  align-items: center;
}
.assuranceWrap .container .assuanceWrapText {
  width: 50%;
}
.assuranceWrap .container .assuanceWrapText p {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5C6B7D;
  width: 89%;
  margin-top: 24px;
}
.assuranceWrap .container .assuanceWrapText a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #12335C;
  text-decoration: none;
  margin-top: 24px;
  display: inline-block;
}
.assuranceWrap .container .assuanceWrapText a img {
  margin-left: 4px;
}
.assuranceWrap .container .assuanceWrapImg {
  width: 50%;
  position: relative;
  margin-left: 104px;
}
.assuranceWrap .container .assuanceWrapImg img {
  width: 278px;
  height: 207px;
  background: #FA5151;
  -o-object-fit: cover;
     object-fit: cover;
}
.assuranceWrap .container .assuanceWrapImg .img2 {
  position: absolute;
  left: 150px;
  top: 120px;
}/*# sourceMappingURL=main-v2.css.map */