:root {
  --white:white;
  --black:#1F303E;
  --text:#658499;
  --aqua:#B3FCFF;
  --aquad:#18ABB1;
  --btn: #B3FCFF;
  --btn-color: #1F303E;
  --hbg: #83fbff;
  --lite:#F2F7F7; }
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/kumoco/fonts/manrope/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-display: swap;
}

.text-orange {
  color: #F45D44 !important; }

.text-red {
  color: #FB3449 !important; }

.text-green {.mt-22
  color: #62D84E !important; }

.text-blue {
  color: #3467AA !important; }

.text-black {
  color: #0D1E4F !important; }

.text-dark-1 {
  color: #6F7486 !important; }

.text-dark {
  color: #42517A !important; }

.text-text {
  color: #5A6B9B !important; }

.text-lite {
  color: #E6E8EE !important; }

.text-yellow {
  color: #FFB819 !important; }

.text-lav {
  color: #CAD6FA !important; }

.text-purple {
  color: #5B2B82 !important; }

.bg-orange {
  background-color: #F45D44 !important; }

.bg-orange-light {
  background-color: #FFBA8E !important; }

.bg-red {
  background-color: #FB3449 !important; }

.bg-red-light {
  background-color: #FFB2B8 !important; }

.bg-green {
  background-color: #62D84E !important; }

.bg-blue {
  background-color: #3467AA !important; }

.bg-black {
  background-color: #0D1E4F !important; }

.bg-dark-1 {
  background-color: #6F7486 !important; }

.bg-dark {
  background-color: #42517A !important; }

.bg-text {
  background-color: #5A6B9B !important; }

.bg-lite {
  background-color: #E6E8EE !important; }

.bg-yellow {
  background-color: #FFB819 !important; }

.bg-yellow-light {
  background-color: #FED771 !important; }

.bg-blue-light {
  background-color: #A7C5EE !important; }

.bg-green-light {
  background-color: #83C8BC !important; }

.bg-purple {
  background-color: #5B2B82 !important; }

.bg-lav {
  background-color: #CAD6FA !important; }

.text-lgray {
  color: #C6E0FF; }

.lgray {
  color: #C6E0FF; }

.lblue-100 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%); }

.bg-purple-g {
  background: -webkit-linear-gradient(355.45deg, #6D52DA -4.48%, #CA36DF 52.5%, #FF5170 111.46%);
  background: -o-linear-gradient(355.45deg, #6D52DA -4.48%, #CA36DF 52.5%, #FF5170 111.46%);
  background: linear-gradient(94.55deg, #6D52DA -4.48%, #CA36DF 52.5%, #FF5170 111.46%); }

.bg-green-g {
  background: -webkit-linear-gradient(5.21deg, #00968D 45.01%, #07A88B 68.94%, #1DC689 91.64%);
  background: -o-linear-gradient(5.21deg, #00968D 45.01%, #07A88B 68.94%, #1DC689 91.64%);
  background: linear-gradient(84.79deg, #00968D 45.01%, #07A88B 68.94%, #1DC689 91.64%); }

.bg-blue-g {
  background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%); }

.lblue-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E3F1FF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%); }

.gr-light-blue {
  background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #164298 97.22%);
  background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #164298 97.22%);
  background: linear-gradient(127.93deg, #0B2441 23.72%, #164298 97.22%); }

.gr-blue {
  background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%); }

.gr-lblue {
  position: relative;
  z-index: 1; }
  .gr-lblue:after {
    position: absolute;
    content: "";
    height: 880px;
    width: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3F1FF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }

.text-orange-g {
  background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
  background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
  background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.text-green {
  color: #62D84E; }

.text-blue-g {
  background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;padding-right: 11px; }

.text-dblue-g {
  background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.text-orange-g {
  background: -webkit-linear-gradient(355.45deg, #FF9344 -4.48%, #FF703E 52.5%, #FF5858 111.46%);
  background: -o-linear-gradient(355.45deg, #FF9344 -4.48%, #FF703E 52.5%, #FF5858 111.46%);
  background: linear-gradient(94.55deg, #FF9344 -4.48%, #FF703E 52.5%, #FF5858 111.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.text-gray-g {
  background: -webkit-linear-gradient(357.74deg, #B7C5D7 0%, #879AC0 88.27%);
  background: -o-linear-gradient(357.74deg, #B7C5D7 0%, #879AC0 88.27%);
  background: linear-gradient(92.26deg, #B7C5D7 0%, #879AC0 88.27%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.text-lblue-g {
  background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.icon-fb {
  background: url(/wp-content/uploads/images/icons/social-icons.svg) no-repeat;
  background-position-y: center;
  background-position-x: 12px;
  width: 32px;
  height: 32px;
  display: inline-block; }

.icon-twitter {
  background: url(/wp-content/uploads/images/icons/social-icons.svg) no-repeat;
  background-position-y: center;
  background-position-x: -26px;
  width: 32px;
  height: 32px;
  display: inline-block; }

.icon-insta {
  background: url(/wp-content/uploads/images/icons/social-icons.svg) no-repeat;
  background-position-y: center;
  background-position-x: -69px;
  width: 32px;
  height: 32px;
  display: inline-block; }

.icon-btn-arrow {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(/wp-content/uploads/images/icons/btn-arrow.svg) no-repeat; }

.blank {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #42517A;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px; }

.blank-blue {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #3467AA;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0; }

.null-btn {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 180ms cubic-bezier(0, 0, 0.2, 1); }
  .null-btn:hover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); }
  .null-btn.colored {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.readmore {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
  text-decoration: underline;
  color: #FB3449;
  font-weight: 600; }

.icon-btn {
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  background-color: white;
  border: 1px solid rgba(226, 230, 239, 0.34);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  -webkit-transition: all ease 220ms;
  -o-transition: all ease 220ms;
  transition: all ease 220ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  will-change: transform;
  cursor: pointer; }
  .icon-btn:hover {
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.pt-105 {
  padding-top: 105px; }

.mt-100 {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .mt-100 {
      margin-top: 70px; } }

.mt-60 {
  margin-top: 60px; }

.mt-42 {
  margin-top: 42px; }

.m22 {
  margin-bottom: 22px; }

.m28 {
  margin-bottom: 28px; }

.m34 {
  margin-bottom: 34px; }

.mr3 {
  margin-right: 3px; }

.mr4 {
  margin-right: 4px; }

.mr5 {
  margin-right: 5px; }

.mr6 {
  margin-right: 6px; }

.mr7 {
  margin-right: 7px; }

.mr8 {
  margin-right: 8px; }

.mr10 {
  margin-right: 10px; }

.mr12 {
  margin-right: 12px; }

.mr14 {
  margin-right: 14px; }

.mr16 {
  margin-right: 14px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

.fw800 {
  font-weight: 800; }

.fs10 {
  font-size: 10px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs13 {
  font-size: 13px !important; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.gap10 {
  gap: 10px; }

.va-4 {
  vertical-align: -4px; }

.va-3 {
  vertical-align: -3px; }

.va-2 {
  vertical-align: -2px; }

.va-1 {
  vertical-align: -1px; }

.va-m {
  vertical-align: middle !important; }

.va1 {
  vertical-align: 1px; }

.va2 {
  vertical-align: 2px; }

.va3 {
  vertical-align: 3px; }

.va4 {
  vertical-align: 4px; }

.lh12 {
  line-height: 1.2 !important; }

.lh13 {
  line-height: 1.3 !important; }

.lh14 {
  line-height: 1.5 !important; }

.lh15 {
  line-height: 1.5 !important; }

.lh16 {
  line-height: 1.6 !important; }

.nav-link.dropdown-toggle:after {
  background: url(/wp-content/uploads/images/caret.svg) no-repeat center;
  border: none;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: -5px; }

.nav-item.dropdown:hover .dropdown-menu.drop-custom {
  -webkit-transform: translateY(5px) !important;
  -ms-transform: translateY(5px) !important;
  transform: translateY(5px) !important;
  opacity: 1;
  visibility: visible; }

@media (min-width: 991px) {
  .dropdown-menu.drop-custom {
    border-radius: 4px;
    padding: 5px 0 2px;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    -webkit-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
    will-change: transform;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    right: auto;
    left: 0;
    top: 100% !important;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 63px 114px rgba(0, 0, 0, 0.05), 0px 80px 118px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 63px 114px rgba(0, 0, 0, 0.05), 0px 80px 118px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 10px 0px 7px 0px; }
    .dropdown-menu.drop-custom.show {
      -webkit-transform: translateY(5px) !important;
      -ms-transform: translateY(5px) !important;
      transform: translateY(5px) !important;
      opacity: 1;
      visibility: visible; }
    .dropdown-menu.drop-custom a {
      padding: 5px 20px;
      display: block;
      font-weight: 500;
      font-size: 14px;
      font-size: 14px;
      -webkit-transition: all ease 210ms;
      -o-transition: all ease 210ms;
      transition: all ease 210ms;
      color: #42517A !important;
      margin-bottom: 3px; }
      .dropdown-menu.drop-custom a.active {
        background-color: #FFB2B8;
        color: #0D1E4F !important; }
      .dropdown-menu.drop-custom a:hover {
        background-color: #FFB2B8;
        color: #0D1E4F !important; } }

.dots-btn {
  padding: 0px 5px 4px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  -webkit-transition: all ease 220ms;
  -o-transition: all ease 220ms;
  transition: all ease 220ms;
  will-change: transform;
  cursor: pointer;
  outline: none !important;
  width: 30px;
  height: 14px;
  background: url(/wp-content/uploads/images/icons/dots-icon.svg) no-repeat center;
  display: block; }
  .dots-btn img {
    display: none; }
  .dots-btn:hover {
    background-color: whitesmoke; }

.dropdown.show .action-btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

img {
  max-width: 100%; }

.btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .btn-grp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .btn-grp.mt60 {
    margin-top: 60px; }
  .btn-grp a, .btn-grp button {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .btn-grp a, .btn-grp button {
        width: auto; } }
    @media (min-width: 767px) {
      .btn-grp a, .btn-grp button {
        margin-left: 24px;
        margin-top: 0; } }
    .btn-grp a:first-child, .btn-grp button:first-child {
      margin-left: 0; }
      @media (max-width: 767px) {
        .btn-grp a:first-child, .btn-grp button:first-child {
          margin-top: 0; } }
  .btn-grp.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (max-width: 767px) {
    .btn-grp.horiz {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .btn-grp.horiz > div, .btn-grp.horiz a, .btn-grp.horiz button {
        margin-left: 10px; }
        .btn-grp.horiz > div:first-child, .btn-grp.horiz a:first-child, .btn-grp.horiz button:first-child {
          margin-left: 0;
          margin-top: 10px; } }

.slick-slider {
  position: relative; }

.learnmore {
  color: #3467AA;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 7px 12px 6px;
  margin-left: -12px;
  -webkit-transition: all cubic-bezier(0.18, 0.73, 0.67, 0.91) 200ms;
  -o-transition: all cubic-bezier(0.18, 0.73, 0.67, 0.91) 200ms;
  transition: all cubic-bezier(0.18, 0.73, 0.67, 0.91) 200ms; }
  .learnmore:hover {
    background: #F8FAFC;
    margin-left: 0px; }
    .learnmore:hover .arrow-right:after {
      border-color: #3467AA; }
    .learnmore:hover .arrow-right:before {
      width: 12px; }

.updown {
  -webkit-animation: updown 3000ms cubic-bezier(0.18, -0.03, 0.83, 1.02) 100ms infinite alternate;
  animation: updown 3000ms cubic-bezier(0.18, -0.03, 0.83, 1.02) 100ms infinite alternate;
  will-change: transform; }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); } }

@keyframes updown {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); } }

.updown-sm {
  -webkit-animation: updown-sm 2800ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  animation: updown-sm 2800ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform; }

@-webkit-keyframes updown-sm {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  50% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); } }

@keyframes updown-sm {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  50% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); } }

.updown-lg {
  -webkit-animation: updown-lg 3200ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  animation: updown-lg 3200ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform; }

@-webkit-keyframes updown-lg {
  0% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0); }
  100% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); } }

@keyframes updown-lg {
  0% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0); }
  100% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); } }

.updown-xl {
  -webkit-animation: updown-xl 4000ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  animation: updown-xl 4000ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform; }

@-webkit-keyframes updown-xl {
  0% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0); }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  100% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0); } }

@keyframes updown-xl {
  0% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0); }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  100% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0); } }

.slick-arrow {
  background-color: transparent !important; }

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

.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ml-div {
  margin-left: 0;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .ml-div {
      margin-left: auto;
      margin-top: 0px; } }

.read-more {
  display: block; }
  .read-more span:nth-child(1) {
    display: none; }
  .read-more span:nth-child(2) {
    display: inline-block; }
  .read-more.collapsed span:nth-child(1) {
    display: inline-block; }
  .read-more.collapsed span:nth-child(2) {
    display: none; }

.h300 {
  height: 300px; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], input[type="file"], input[type="date"], input[type="time"], textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-bottom: 1px solid #9DA3B6;
  color: #42517A;
  border-radius: 3px;
  padding: 14px 0px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.4px; }
  input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #5A6B9B; }
  input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #5A6B9B; }
  input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #5A6B9B; }
  input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="file"]::placeholder, input[type="date"]::placeholder, input[type="time"]::placeholder, textarea::placeholder {
    color: #5A6B9B; }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea:focus {
    outline: none; }

select {
  width: 100%;
  background: #FFFFFF url(/wp-content/uploads/images/icons/caret-down.svg) no-repeat;
  background-position: 100% center;
  border: 1px solid transparent;
  border-bottom: 1px solid #9DA3B6;
  color: #42517A;
  border-radius: 3px;
  padding: 14px 0px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-webkit-input-placeholder {
    color: #5A6B9B; }
  select:-ms-input-placeholder {
    color: #5A6B9B; }
  select::-ms-input-placeholder {
    color: #5A6B9B; }
  select::placeholder {
    color: #5A6B9B; }
  select:focus {
    outline: none; }

input[type="date"], input[type="time"] {
  padding: 11px 0px; }

textarea {
  border: 1px solid #9DA3B6;
  padding: 28px 14px 14px; }

.f-in {
  position: relative;
  padding-bottom: 18px; }
  .f-in label {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 15px;
    color: #9DA3B6;
    margin-bottom: 0;
    -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -o-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    transition: all cubic-bezier(0, 0, 0.2, 1) 200ms; }
    .f-in label.focus-label, .f-in label.input-filled, .f-in label.input-filledd {
      top: -2px;
      font-size: 12px;
      color: #42517A; }
    .f-in label.textarea-label {
      left: 14px; }
      .f-in label.textarea-label.focus-label, .f-in label.textarea-label.input-filled, .f-in label.textarea-label.input-filledd {
        top: 10px; }

.form-in {
  position: relative;
  margin-bottom: 18px; }
  .form-in .error-msg {
    font-size: 12px;
    color: #FB3449;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
  .form-in .info-msg {
    font-size: 16px;
    color: #62D84E;
    font-weight: 500;
    display: block;
    line-height: 1;
    position: relative;
    bottom: 0;
    left: 0;
    font-style: italic;
    padding-bottom: 5px; }
  .form-in.error .error-msg {
    display: block; }
  .form-in.error input, .form-in.error textarea {
    border-bottom-color: #FB3449; }
  .form-in .right-icon {
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    -webkit-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
    will-change: transform; }
    .form-in .right-icon:hover {
      -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
      transform: scale(1.12); }
  .form-in.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-in.two select {
      background: transparent; }
    .form-in.two > div:nth-child(1) {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 15px; }
    .form-in.two > div:nth-child(2) {
      width: 100%; }

.checkbox {
  position: relative;
  display: inline-block;
  padding: 15px 0 16px; }
  .checkbox label {
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #5A6B9B; }
    .checkbox label:before {
      content: "";
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      background: url(/wp-content/uploads/images/icons/check-icon.svg) no-repeat;
      background-position: 15px 0px;
      background-color: #FFFFFF;
      border: 1px solid #A6B0C2;
      border-radius: 4px;
      margin-right: 10px; }
  .checkbox input {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .checkbox input:checked + label {
      color: #0D1E4F; }
      .checkbox input:checked + label:before {
        background-color: #62D84E;
        border-color: #62D84E;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(98, 216, 78, 0.32);
        box-shadow: 0px 0px 0px 1px rgba(98, 216, 78, 0.32);
        background-position: center; }

.radio {
  position: relative;
  display: inline-block;
  padding: 15px 0 16px; }
  .radio label {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #42517A; }
    .radio label:before {
      content: "";
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      display: inline-block;
      background: url(/wp-content/uploads/images/icons/radio.svg) no-repeat;
      background-position: 20px;
      background-color: #FFFFFF;
      border: 1px solid #C8CCD7;
      border-radius: 50%;
      margin-right: 10px;
      top: 0px; }
  .radio input {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .radio input:checked + label {
      color: #42517A; }
      .radio input:checked + label:before {
        background-position: center;
        border: 1px solid #62D84E;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(98, 216, 78, 0.12);
        box-shadow: 0px 0px 0px 1px rgba(98, 216, 78, 0.12); }
  .radio.sm label {
    font-size: 14px; }

.img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.img-card {
  border-radius: 28px;
  overflow: hidden; }
  .img-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

/*padding css*/
.ptb-160 {
  padding: 160px 0; }
  @media (max-width: 1199px) {
    .ptb-160 {
      padding: 120px 0; } }
  @media (max-width: 1199px) and (max-width: 992px) {
    .ptb-160 {
      padding: 90px 0; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .ptb-160 {
      padding: 60px 0; } }

.plr-70 {
  padding-left: 70px;
  padding-right: 70px; }
  @media (max-width: 991px) {
    .plr-70 {
      padding-left: 0;
      padding-right: 0; } }

.plr-30 {
  padding: 0 30px; }
  @media (max-width: 991px) {
    .plr-30 {
      padding: 0; } }

@media (max-width: 767px) {
  .mb-5 {
    margin-bottom: 32px !important; } }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1.2;
  font-weight: normal;
  color: #0D1E4F;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-font-feature-settings: 'ss01' on;
  font-feature-settings: 'ss01' on; }

h1, .h1 {
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.2;
  font-size: 40px;
  line-height: 1.13;
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif; }
  @media (min-width: 767px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 56px;
      letter-spacing: -0.02em;
      margin-bottom: 24px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 56px;
      line-height: 59px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 1.16; } }
  h1 .fs48, h1.fs48, .h1 .fs48, .h1.fs48 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.65779px; }
    @media (min-width: 767px) {
      h1 .fs48, h1.fs48, .h1 .fs48, .h1.fs48 {
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1200px) {
      h1 .fs48, h1.fs48, .h1 .fs48, .h1.fs48 {
        font-size: 48px;
        line-height: 59px;
        letter-spacing: -1.65779px; } }
    @media (max-width: 480px) {
      h1 .fs48, h1.fs48, .h1 .fs48, .h1.fs48 {
        font-size: 36px;
        line-height: 1.16; } }
  @media (min-width: 767px) {
    h1.fs56, .h1.fs56 {
      font-size: 52px;
      line-height: 1.1; } }
  @media (min-width: 767px) {
    h1.big, .h1.big {
      font-size: 80px; } }
  @media (min-width: 767px) {
    h1.fs62, .h1.fs62 {
      font-size: 62px; } }
  h1.m4, .h1.m4 {
    margin-bottom: 4px !important; }
  h1.m8, .h1.m8 {
    margin-bottom: 8px !important; }
  h1.m10, .h1.m10 {
    margin-bottom: 10px !important; }
  h1.m12, .h1.m12 {
    margin-bottom: 12px !important; }
  h1.m14, .h1.m14 {
    margin-bottom: 14px !important; }
  h1.m16, .h1.m16 {
    margin-bottom: 16px !important; }
  h1.m18, .h1.m18 {
    margin-bottom: 18px !important; }
  h1.m20, .h1.m20 {
    margin-bottom: 20px !important; }
  h1.m24, .h1.m24 {
    margin-bottom: 24px !important; }
  h1.m28, .h1.m28 {
    margin-bottom: 28px; }
  h1.m30, .h1.m30 {
    margin-bottom: 30px !important; }
  h1.m32, .h1.m32 {
    margin-bottom: 32px; }
  h1.m36, .h1.m36 {
    margin-bottom: 36px !important; }
  h1.m48, .h1.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      h1.m48, .h1.m48 {
        margin-bottom: 48px; } }
  h1.m40, .h1.m40 {
    margin-bottom: 40px; }
  h1.m50, .h1.m50 {
    margin-bottom: 50px; }
  h1.m56, .h1.m56 {
    margin-bottom: 56px; }
  h1.m66, .h1.m66 {
    margin-bottom: 66px; }
  h1.m72, .h1.m72 {
    margin-bottom: 72px; }

h2, .h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -2.72px;
  color: #0B2441; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 42px;
      line-height: 50px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 56px;
      line-height: 72px; } }
  @media (max-width: 480px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 1.16;
      letter-spacing: -1.72px; } }

h3, .h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1.72px;
  color: #0B2441; }
  @media (min-width: 767px) {
    h3, .h3 {
      font-size: 42px;
      line-height: 50px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-weight: 800;
      font-size: 48px;
      line-height: 56px; } }
  @media (max-width: 480px) {
    h3, .h3 {
      font-size: 24px;
      line-height: 32px; } }
  h3.m4, .h3.m4 {
    margin-bottom: 4px !important; }
  h3.m8, .h3.m8 {
    margin-bottom: 8px !important; }
  h3.m10, .h3.m10 {
    margin-bottom: 10px !important; }
  h3.m12, .h3.m12 {
    margin-bottom: 12px !important; }
  h3.m14, .h3.m14 {
    margin-bottom: 14px !important; }
  h3.m16, .h3.m16 {
    margin-bottom: 16px !important; }
  h3.m18, .h3.m18 {
    margin-bottom: 18px !important; }
  h3.m20, .h3.m20 {
    margin-bottom: 20px !important; }
  h3.m24, .h3.m24 {
    margin-bottom: 24px !important; }
  h3.m28, .h3.m28 {
    margin-bottom: 28px; }
  h3.m30, .h3.m30 {
    margin-bottom: 30px !important; }
  h3.m32, .h3.m32 {
    margin-bottom: 32px; }
  h3.m36, .h3.m36 {
    margin-bottom: 36px !important; }
  h3.m48, .h3.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      h3.m48, .h3.m48 {
        margin-bottom: 48px; } }
  h3.m40, .h3.m40 {
    margin-bottom: 40px; }
  h3.m50, .h3.m50 {
    margin-bottom: 50px; }
  h3.m56, .h3.m56 {
    margin-bottom: 56px; }
  h3.m66, .h3.m66 {
    margin-bottom: 66px; }
  h3.m72, .h3.m72 {
    margin-bottom: 72px; }

h4, .h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin-bottom: 16px; }
  @media (min-width: 767px) {
    h4, .h4 {
      font-size: 28px;
      line-height: 1.25;
      letter-spacing: -0.02em; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 32px; } }
  h4.fs36, .h4.fs36 {
    font-size: 36px;
    line-height: 1.2; }
  h4.fs30, .h4.fs30 {
    font-size: 18px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      h4.fs30 br, .h4.fs30 br {
        display: none; } }
    @media (min-width: 767px) {
      h4.fs30, .h4.fs30 {
        font-size: 30px;
        line-height: 1.33; } }
  h4.m4, .h4.m4 {
    margin-bottom: 4px !important; }
  h4.m8, .h4.m8 {
    margin-bottom: 8px !important; }
  h4.m10, .h4.m10 {
    margin-bottom: 10px !important; }
  h4.m12, .h4.m12 {
    margin-bottom: 12px !important; }
  h4.m14, .h4.m14 {
    margin-bottom: 14px !important; }
  h4.m16, .h4.m16 {
    margin-bottom: 16px !important; }
  h4.m18, .h4.m18 {
    margin-bottom: 18px !important; }
  h4.m20, .h4.m20 {
    margin-bottom: 20px !important; }
  h4.m24, .h4.m24 {
    margin-bottom: 24px !important; }
  h4.m28, .h4.m28 {
    margin-bottom: 28px; }
  h4.m30, .h4.m30 {
    margin-bottom: 30px !important; }
  h4.m32, .h4.m32 {
    margin-bottom: 32px; }
  h4.m36, .h4.m36 {
    margin-bottom: 36px !important; }
  h4.m48, .h4.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      h4.m48, .h4.m48 {
        margin-bottom: 48px; } }
  h4.m40, .h4.m40 {
    margin-bottom: 40px; }
  h4.m50, .h4.m50 {
    margin-bottom: 50px; }
  h4.m56, .h4.m56 {
    margin-bottom: 56px; }
  h4.m66, .h4.m66 {
    margin-bottom: 66px; }
  h4.m72, .h4.m72 {
    margin-bottom: 72px; }

h5, .h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 22px; } }
  h5.fs24, .h5.fs24 {
    font-size: 24px;
    font-weight: 600; }
  @media (min-width: 767px) {
    h5.fs28, .h5.fs28 {
      font-size: 28px;
      line-height: 1.07; } }
  h5.m4, .h5.m4 {
    margin-bottom: 4px !important; }
  h5.m8, .h5.m8 {
    margin-bottom: 8px !important; }
  h5.m10, .h5.m10 {
    margin-bottom: 10px !important; }
  h5.m12, .h5.m12 {
    margin-bottom: 12px !important; }
  h5.m14, .h5.m14 {
    margin-bottom: 14px !important; }
  h5.m16, .h5.m16 {
    margin-bottom: 16px !important; }
  h5.m18, .h5.m18 {
    margin-bottom: 18px !important; }
  h5.m20, .h5.m20 {
    margin-bottom: 20px !important; }
  h5.m24, .h5.m24 {
    margin-bottom: 24px !important; }
  h5.m28, .h5.m28 {
    margin-bottom: 28px; }
  h5.m30, .h5.m30 {
    margin-bottom: 30px !important; }
  h5.m32, .h5.m32 {
    margin-bottom: 32px; }
  h5.m36, .h5.m36 {
    margin-bottom: 36px !important; }
  h5.m48, .h5.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      h5.m48, .h5.m48 {
        margin-bottom: 48px; } }
  h5.m40, .h5.m40 {
    margin-bottom: 40px; }
  h5.m50, .h5.m50 {
    margin-bottom: 50px; }
  h5.m56, .h5.m56 {
    margin-bottom: 56px; }
  h5.m66, .h5.m66 {
    margin-bottom: 66px; }
  h5.m72, .h5.m72 {
    margin-bottom: 72px; }

h6, .h6 {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px; }
  @media (min-width: 767px) {
    h6, .h6 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    h6, .h6 {
      font-size: 20px; } }
  h6 b, .h6 b {
    font-weight: 500; }
  @media (min-width: 767px) {
    h6.fs20, .h6.fs20 {
      font-size: 20px;
      line-height: 1.33; } }
  h6.m4, .h6.m4 {
    margin-bottom: 4px !important; }
  h6.m8, .h6.m8 {
    margin-bottom: 8px !important; }
  h6.m10, .h6.m10 {
    margin-bottom: 10px !important; }
  h6.m12, .h6.m12 {
    margin-bottom: 12px !important; }
  h6.m14, .h6.m14 {
    margin-bottom: 14px !important; }
  h6.m16, .h6.m16 {
    margin-bottom: 16px !important; }
  h6.m18, .h6.m18 {
    margin-bottom: 18px !important; }
  h6.m20, .h6.m20 {
    margin-bottom: 20px !important; }
  h6.m24, .h6.m24 {
    margin-bottom: 24px !important; }
  h6.m28, .h6.m28 {
    margin-bottom: 28px; }
  h6.m30, .h6.m30 {
    margin-bottom: 30px !important; }
  h6.m32, .h6.m32 {
    margin-bottom: 32px; }
  h6.m36, .h6.m36 {
    margin-bottom: 36px !important; }
  h6.m48, .h6.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      h6.m48, .h6.m48 {
        margin-bottom: 48px; } }
  h6.m40, .h6.m40 {
    margin-bottom: 40px; }
  h6.m50, .h6.m50 {
    margin-bottom: 50px; }
  h6.m56, .h6.m56 {
    margin-bottom: 56px; }
  h6.m66, .h6.m66 {
    margin-bottom: 66px; }
  h6.m72, .h6.m72 {
    margin-bottom: 72px; }

.subtext-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.24px;
  color: #CADAF2; }
  @media (min-width: 1200px) {
    .subtext-1 {
      font-size: 22px;
      line-height: 34px; } }

.subtext-2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.72px;
  color: #3F5671;
  font-family: "Manrope", sans-serif; }

.subtext-3 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #3F5671;
  font-family: "Manrope", sans-serif; }
  @media (max-width: 992px) {
    .subtext-3 {
      font-size: 16px;
      line-height: 24px; } }

.subtext-4 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-family: "Manrope", sans-serif; }
  @media (max-width: 992px) {
    .subtext-4 {
      font-size: 18px;
      line-height: 28px; } }

.title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  font-family: "Manrope", sans-serif;
  color: #C6E0FF;
  margin-bottom: 40px; }

.title2 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.03em;
  color: #0B2441;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title2 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 24px; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .title2 {
      font-size: 18px;
      line-height: 28px; } }

.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  color: #3F5671;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .subtitle {
      font-size: 18px;
      line-height: 28px; } }

p, .p {
  font-size: 14px;
  line-height: 1.37;
  color: #5A6B9B; }
  @media (min-width: 992px) {
    p, .p {
      font-size: 16px; } }
  p.label, .p.label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
  p.lg, .p.lg {
    font-size: 18px;
    line-height: 1.4; }
    @media (min-width: 767px) {
      p.lg, .p.lg {
        font-size: 18px; } }
  p.sm, .p.sm {
    font-size: 14px;
    line-height: 1.37; }
  p.txt, .p.txt {
    font-weight: 600;
    color: #42517A; }
  p b, .p b {
    font-weight: 600; }
  p.m4, .p.m4 {
    margin-bottom: 4px !important; }
  p.m8, .p.m8 {
    margin-bottom: 8px !important; }
  p.m10, .p.m10 {
    margin-bottom: 10px !important; }
  p.m12, .p.m12 {
    margin-bottom: 12px !important; }
  p.m14, .p.m14 {
    margin-bottom: 14px !important; }
  p.m16, .p.m16 {
    margin-bottom: 16px !important; }
  p.m18, .p.m18 {
    margin-bottom: 18px !important; }
  p.m20, .p.m20 {
    margin-bottom: 20px !important; }
  p.m24, .p.m24 {
    margin-bottom: 24px !important; }
  p.m28, .p.m28 {
    margin-bottom: 28px; }
  p.m30, .p.m30 {
    margin-bottom: 30px !important; }
  p.m32, .p.m32 {
    margin-bottom: 32px; }
  p.m36, .p.m36 {
    margin-bottom: 36px !important; }
  p.m48, .p.m48 {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      p.m48, .p.m48 {
        margin-bottom: 48px; } }
  p.m40, .p.m40 {
    margin-bottom: 40px; }
  p.m50, .p.m50 {
    margin-bottom: 50px; }
  p.m56, .p.m56 {
    margin-bottom: 56px; }
  p.m66, .p.m66 {
    margin-bottom: 66px; }
  p.m72, .p.m72 {
    margin-bottom: 72px; }

ul {
  margin-bottom: 30px; }
  ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: #C8CCD7; }
    @media (min-width: 992px) {
      ul li {
        font-size: 16px; } }

.subtext {
  font-size: 14px;
  line-height: 1.14;
  color: #C8CCD7; }

a {
  color: #0D1E4F;
  text-decoration: none;
  outline: none !important; }
  a:hover {
    color: #0D1E4F;
    text-decoration: none; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.text-btn {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative; }
  .text-btn:after {
    position: absolute;
    width: 0;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    background: #1F67BB;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .text-btn:hover {
    text-decoration: underline; }
    .text-btn:hover:after {
      width: 100%; }

.fw800 {
  font-weight: 800; }

body {
  overflow-x: hidden; }

.drape {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms; }
  .drape.active {
    opacity: 1;
    visibility: visible; }

.wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .wrapper {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .wrapper {
      max-width: 1200px; } }

.container {
  max-width: 1200px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  .container.lg {
    max-width: 1400px; }
    @media (min-width: 1200px) {
      .container.lg {
        max-width: 1400px; } }
  @media (max-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 380px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

@media (max-width: 1200px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }

@media (max-width: 767px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px; } }

@media (max-width: 380px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px; } }

.w100 {
  width: 100%; }

.btn-loader {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  -webkit-animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(719deg);
    transform: rotate(719deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(719deg);
    transform: rotate(719deg); } }

.primary-btn {
  background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
  background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
  background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-size: 200% auto;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff; }
  .primary-btn.btn-md {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    height: 44px;
    padding: 0 27px; }
  .primary-btn.btn-lg {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.12px;
    height: 56px;
    padding: 0 42px; }
    @media (max-width: 767px) {
      .primary-btn.btn-lg {
        height: 48px;
        padding: 0 36px;
        font-size: 16px;
        line-height: normal; } }
  .primary-btn.btn-xl {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.12px;
    height: 60px;
    padding: 0 48px; }
    @media (max-width: 767px) {
      .primary-btn.btn-xl {
        height: 48px;
        padding: 0 36px;
        font-size: 18px;
        line-height: normal; } }
  .primary-btn .ic-play {
    margin-right: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 575px) {
      .primary-btn .ic-play {
        width: 18px; } }

.secondary-btn {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-family: "Manrope", sans-serif;
  border-radius: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .secondary-btn:hover {
    background: rgba(255, 255, 255, 0.2); }
  .secondary-btn.btn-md {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.29); }

.outline-btn {
  background: #FFFFFF;
  border: 1px solid rgba(15, 15, 61, 0.24);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  color: #0B2441;
  cursor: pointer; }
  .outline-btn:hover {
    background: #fff;
    color: #0B2441;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
  .outline-btn.btn-lg {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.12px;
    height: 56px;
    padding: 0 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 767px) {
      .outline-btn.btn-lg {
        height: 48px;
        padding: 0 26px;
        line-height: normal;
        font-size: 16px; } }

.blue-btn {
  background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%, #1F67BB 100%);
  background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%, #1F67BB 100%);
  background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%, #1F67BB 100%);
  background-size: 180% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 57px;
  font-style: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF; }
  .blue-btn.btn-lg {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.12px;
    height: 56px;
    padding: 0 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 767px) {
      .blue-btn.btn-lg {
        height: 48px;
        padding: 0 26px;
        line-height: normal;
        font-size: 16px; } }
  .blue-btn:hover {
    color: #fff;
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 36px;
  background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
  color: white;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .btn {
      min-width: 190px; } }
  @media (max-width: 480px) {
    .btn {
      width: 100%;
      min-width: 100%;
      font-size: 14px; } }
  .btn:focus {
    outline: none;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn:active {
    outline: none;
    border-color: #3467AA;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%) !important; }
  .btn .span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px; }
  .btn.sm {
    padding: 9px 20px 7px;
    font-size: 16px;
    min-width: auto; }
  .btn.xs {
    padding: 8px 24px;
    font-size: 14px;
    min-width: auto; }
  .btn .icon {
    margin: -4px 7px -7px 0px; }
  .btn .icon-lg {
    margin: -5px 7px -7px 0px; }
  .btn .title {
    position: relative;
    bottom: 0px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    display: inline-block; }
  .btn:before {
    content: attr(data-title);
    position: absolute;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    right: 0;
    bottom: 0;
    top: 100%;
    left: 0;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
    border-radius: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none; }
  .btn:hover {
    outline: none;
    color: white;
    background-color: #6F7486;
    -webkit-box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    border-color: #6F7486; }
    .btn:hover:before {
      top: 0; }
    .btn:hover .arrow-long {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .btn.disabled {
    background-color: #9DA3B6;
    color: white;
    border-color: #9DA3B6;
    cursor: not-allowed;
    pointer-events: all !important; }
  .btn:focus {
    background-color: #6F7486 !important;
    border-color: #6F7486; }

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 36px;
  background: white;
  color: #3467AA;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .btn-white {
      min-width: 190px; } }
  @media (max-width: 480px) {
    .btn-white {
      width: 100%;
      min-width: 100%;
      font-size: 14px; } }
  .btn-white:focus {
    outline: none;
    background: white !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn-white:active {
    outline: none;
    border-color: #3467AA;
    background: white !important; }
  .btn-white .span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px; }
  .btn-white.sm {
    padding: 9px 20px 7px;
    font-size: 16px;
    min-width: auto; }
  .btn-white.xs {
    padding: 8px 24px;
    font-size: 14px;
    min-width: auto; }
  .btn-white .icon {
    margin: -4px 7px -7px 0px; }
  .btn-white .icon-lg {
    margin: -5px 7px -7px 0px; }
  .btn-white .title {
    position: relative;
    bottom: 0px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    display: inline-block; }
  .btn-white:before {
    content: attr(data-title);
    position: absolute;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    right: 0;
    bottom: 0;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 20px;
    color: #3467AA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none; }
  .btn-white:hover {
    outline: none;
    color: white;
    background-color: #3467AA;
    -webkit-box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    border-color: #cb0115; }
    .btn-white:hover:before {
      top: 0; }
    .btn-white:hover .arrow-long {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .btn-white.disabled {
    background-color: #9DA3B6;
    color: white;
    border-color: #9DA3B6;
    cursor: not-allowed;
    pointer-events: all !important; }
  .btn-white:focus {
    background-color: #3467AA !important;
    color: white; }

input[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 36px;
  background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
  background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
  color: white;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 6px rgba(64, 112, 244, 0.16);
  box-shadow: 0px 4px 6px rgba(64, 112, 244, 0.16); }
  @media (min-width: 992px) {
    input[type="button"] {
      min-width: 190px; } }
  @media (max-width: 480px) {
    input[type="button"] {
      width: 100%;
      min-width: 100%;
      font-size: 14px; } }
  input[type="button"]:focus {
    outline: none;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  input[type="button"]:active {
    outline: none;
    border-color: #3467AA;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%) !important;
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%) !important; }
  input[type="button"] .span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px; }
  input[type="button"].sm {
    padding: 9px 20px 7px;
    font-size: 16px;
    min-width: auto; }
  input[type="button"].xs {
    padding: 8px 24px;
    font-size: 14px;
    min-width: auto; }
  input[type="button"] .icon {
    margin: -4px 7px -7px 0px; }
  input[type="button"] .icon-lg {
    margin: -5px 7px -7px 0px; }
  input[type="button"] .title {
    position: relative;
    bottom: 0px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    display: inline-block; }
  input[type="button"]:before {
    content: attr(data-title);
    position: absolute;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    right: 0;
    bottom: 0;
    top: 100%;
    left: 0;
    background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
    background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
    background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
    border-radius: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none; }
  input[type="button"]:hover {
    outline: none;
    color: white;
    background-color: #cb0115;
    -webkit-box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    border-color: #cb0115; }
    input[type="button"]:hover:before {
      top: 0; }
    input[type="button"]:hover .arrow-long {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  input[type="button"].disabled {
    background-color: #9DA3B6;
    color: white;
    border-color: #9DA3B6;
    cursor: not-allowed;
    pointer-events: all !important; }

.btn-grey {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 36px;
  background: white;
  color: #0D1E4F;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .btn-grey {
      min-width: 190px; } }
  @media (max-width: 480px) {
    .btn-grey {
      width: 100%;
      min-width: 100%;
      font-size: 14px; } }
  .btn-grey:focus {
    outline: none;
    background: white !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn-grey:active {
    outline: none;
    border-color: #3467AA;
    background: white !important; }
  .btn-grey .span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px; }
  .btn-grey.sm {
    padding: 9px 20px 7px;
    font-size: 16px;
    min-width: auto; }
  .btn-grey.xs {
    padding: 8px 24px;
    font-size: 14px;
    min-width: auto; }
  .btn-grey .icon {
    margin: -4px 7px -7px 0px; }
  .btn-grey .icon-lg {
    margin: -5px 7px -7px 0px; }
  .btn-grey .title {
    position: relative;
    bottom: 0px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    display: inline-block; }
  .btn-grey:before {
    content: attr(data-title);
    position: absolute;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    right: 0;
    bottom: 0;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 20px;
    color: #0D1E4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none; }
  .btn-grey:hover {
    outline: none;
    color: #0D1E4F;
    background-color: white;
    -webkit-box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    border-color: #0D1E4F; }
    .btn-grey:hover:before {
      top: 0; }
    .btn-grey:hover .arrow-long {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .btn-grey.disabled {
    background-color: #9DA3B6;
    color: white;
    border-color: #9DA3B6;
    cursor: not-allowed;
    pointer-events: all !important; }

.btn-dark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 36px;
  background: #121D3D;
  color: white;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid white; }
  @media (min-width: 992px) {
    .btn-dark {
      min-width: 190px; } }
  @media (max-width: 480px) {
    .btn-dark {
      width: 100%;
      min-width: 100%;
      font-size: 14px; } }
  .btn-dark:focus {
    outline: none;
    background: #121D3D !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn-dark:active {
    outline: none;
    border-color: #3467AA;
    background: #121D3D !important; }
  .btn-dark .span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px; }
  .btn-dark.sm {
    padding: 9px 20px 7px;
    font-size: 16px;
    min-width: auto; }
  .btn-dark.xs {
    padding: 8px 24px;
    font-size: 14px;
    min-width: auto; }
  .btn-dark .icon {
    margin: -4px 7px -7px 0px; }
  .btn-dark .icon-lg {
    margin: -5px 7px -7px 0px; }
  .btn-dark .title {
    position: relative;
    bottom: 0px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    display: inline-block; }
  .btn-dark:before {
    content: attr(data-title);
    position: absolute;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    right: 0;
    bottom: 0;
    top: 100%;
    left: 0;
    background: #121D3D;
    border-radius: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none; }
  .btn-dark:hover {
    outline: none;
    color: white;
    background-color: #3467AA;
    -webkit-box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    box-shadow: 0px 6px 20px rgba(55, 108, 243, 0.1);
    border-color: #3467AA; }
    .btn-dark:hover:before {
      top: 0; }
    .btn-dark:hover .arrow-long {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .btn-dark.disabled {
    background-color: #9DA3B6;
    color: white;
    border-color: #9DA3B6;
    cursor: not-allowed;
    pointer-events: all !important; }

.btn-sort {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 14px;
  color: #5A6B9B;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  outline: none;
  cursor: pointer; }
  .btn-sort span {
    display: inline-block;
    margin-right: 6px; }
  .btn-sort:hover {
    border-color: #F45D44; }

.header-btn {
  margin-left: 0;
  text-align: right; }
  @media (max-width: 1200px) {
    .header-btn {
      margin-left: auto; } }
  @media (min-width: 992px) {
    .header-btn.hide-ham {
      display: none; } }
  .header-btn a, .header-btn button {
    margin-left: 15px;
    padding: 12px 28px;
    font-size: 13px;
    min-width: auto; }
  @media (max-width: 767px) {
    .header-btn a, .header-btn button {
      width: auto; }
    .header-btn .btn {
      display: none; } }
  .header-btn .dropdown {
    margin-left: 20px; }
    @media (min-width: 767px) {
      .header-btn .dropdown {
        margin-left: 52px; } }
    .header-btn .dropdown:last-child {
      margin-left: 0; }
  @media (max-width: 767px) {
    .header-btn .secondary-btn {
      display: none; }
    .header-btn .primary-btn {
      padding: 0 15px;
      margin-left: 0; } }

.btn-blank {
  color: inherit;
  font-size: inherit;
  background: none;
  border: none;
  outline: none; }

.btns a, .btns button {
  padding: 7px 23px; }

.btn-group {
  margin-bottom: 6px; }
  .btn-group a, .btn-group button {
    margin-right: 16px;
    margin-bottom: 10px; }
    .btn-group a:last-child, .btn-group button:last-child {
      margin-right: 0; }

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1040;
  padding: 30px 0;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  header.fixed ul.navbar-nav li a:hover {
    color: #1F67BB; }
    header.fixed ul.navbar-nav li a:hover > .caret {
      background-position: 0px -10px; }
  header.fixed ul.navbar-nav li a .caret {
    background-position: 0px 0px; }
  header.fixed ul.navbar-nav li.dropdown-submenu a .caret {
    background-position: -16px -13px; }
  header ul.navbar-nav li > a .caret {
    background-position: 0px -20px; }
    @media (max-width: 991px) {
      header ul.navbar-nav li > a .caret {
        background-position: 1px 0px;
        width: 18px;
        height: 10px;
        right: -7px; } }
  header.white-header, header.trans-header {
    background: #fff; }
    header.white-header .backdrop-blur, header.trans-header .backdrop-blur {
      background: white;
      -webkit-backdrop-filter: initial;
      backdrop-filter: initial; }
    header.white-header .secondary-btn, header.trans-header .secondary-btn {
      color: #0B2441;
      background: transparent; }
    header.white-header ul.navbar-nav li > a .caret, header.trans-header ul.navbar-nav li > a .caret {
      background-position: 0px 0px; }
    header.white-header ul.navbar-nav li.dropdown-submenu a .caret, header.trans-header ul.navbar-nav li.dropdown-submenu a .caret {
      background-position: -15px -13px; }
    header.white-header.fixed, header.trans-header.fixed {
      background: #fff; }
      @media (max-width: 991px) {
        header.white-header.fixed .navbar-brand, header.trans-header.fixed .navbar-brand {
          background: #fff; }
        header.white-header.fixed li a .caret, header.trans-header.fixed li a .caret {
          background-position: 0px -10px; } }
    header.white-header ul.navbar-nav li > a, header.trans-header ul.navbar-nav li > a {
      color: #0B2441; }
      header.white-header ul.navbar-nav li > a:hover, header.trans-header ul.navbar-nav li > a:hover {
        color: #1F67BB; }
        header.white-header ul.navbar-nav li > a:hover > .caret, header.trans-header ul.navbar-nav li > a:hover > .caret {
          background-position: 0px -10px; }
    header.white-header ul.navbar-nav li > .drop-custom a:hover .caret, header.trans-header ul.navbar-nav li > .drop-custom a:hover .caret {
      background-position: -15px -13px; }
    header.white-header .ham-btn span, header.trans-header .ham-btn span {
      background: #0B2441; }
    header.white-header .ham-btn.active span, header.trans-header .ham-btn.active span {
      background: #fff; }
  header.trans-header {
    background: transparent; }
    header.trans-header .backdrop-blur {
      background: transparent; }
    header.trans-header .secondary-btn {
      background: rgba(255, 255, 255, 0.12);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px); }
  @media (max-width: 992px) {
    header {
      padding: 18px 0; } }
  header.border {
    border: none !important;
    border-bottom: 1px solid #E6E8EE !important; }
  header.lite {
    background-color: white; }
  @media (max-width: 767px) {
    header {
      padding: 15px 0; } }
  header .container {
    position: relative;
    z-index: 10; }
  header .backdrop-blur {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all cubic-bezier(0.17, 0.28, 0.6, 1.04) 200ms;
    -o-transition: all cubic-bezier(0.17, 0.28, 0.6, 1.04) 200ms;
    transition: all cubic-bezier(0.17, 0.28, 0.6, 1.04) 200ms;
    background-color: white;
    -webkit-backdrop-filter: blur(70px) saturate(2.1);
    backdrop-filter: blur(70px) saturate(2.1);
    opacity: 0;
    will-change: opacity; }
  header .white-logo {
    display: block;
    width: 155px;
    height: 26px;
 }
  header .dark-logo {
    display: none; 
width: 155px;
    height: 26px;

}
  header.fixed {
    padding: 8px 0;
    -webkit-box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.08); }
    @media (min-width: 767px) {
      header.fixed {
        padding: 20px 0; } }
    @media (max-width: 992px) {
      header.fixed {
        padding: 12px 0; } }
    header.fixed .backdrop-blur {
      opacity: 1; }
    header.fixed ul.navbar-nav li a {
      color: #0B2441; }
    header.fixed .secondary-btn.btn-md {
      color: #0B2441; }
    header.fixed .white-logo {
      display: none; }
    header.fixed .dark-logo {
      display: block; }

/** common **/
nav.navbar.navbar-expand-sm {
  padding: 0; }
  @media (max-width: 767px) {
    nav.navbar.navbar-expand-sm {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 992px) {
    nav.navbar.navbar-expand-sm {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  nav.navbar.navbar-expand-sm .navbar-brand {
    padding: 0;
    margin-right: 55px;
    max-width: 140px;
    font-size: 0px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0D1E4F;
    -webkit-transition: all ease 180ms;
    -o-transition: all ease 180ms;
    transition: all ease 180ms;
    font-weight: 600;
    position: relative;
    z-index: 100; }
    @media (max-width: 767px) {
      nav.navbar.navbar-expand-sm .navbar-brand {
        margin-right: 20px; } }
    @media (min-width: 767px) {
      nav.navbar.navbar-expand-sm .navbar-brand {
        font-size: 0px; }
        nav.navbar.navbar-expand-sm .navbar-brand img {
          max-width: 100%; } }
    @media (max-width: 1200px) {
      nav.navbar.navbar-expand-sm .navbar-brand {
        margin-right: 40px; } }
    @media (max-width: 480px) {
      nav.navbar.navbar-expand-sm .navbar-brand {
        width: 110px;
        margin-right: 5px; } }
    @media (min-width: 1200px) {
      nav.navbar.navbar-expand-sm .navbar-brand {
        max-width: 170px; } }

ul.navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto; }
  ul.navbar-nav li {
    margin: 0 16px; }
    @media (max-width: 991px) {
      ul.navbar-nav li {
        margin: 0; }
        ul.navbar-nav li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
        ul.navbar-nav li.dropdown {
          width: 100%;
          display: inline-block; } }
    @media (min-width: 1200px) {
      ul.navbar-nav li {
        margin: 0 24px; } }
    ul.navbar-nav li > a {
      color: #C7DBF5;
      padding: 0;
      -webkit-transition: all ease 180ms;
      -o-transition: all ease 180ms;
      transition: all ease 180ms;
      position: relative;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 1199px) {
        ul.navbar-nav li > a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        ul.navbar-nav li > a {
          color: #0B2441; } }
      ul.navbar-nav li > a.dropdown-toggle:after {
        content: "";
        border: none;
        background: url(/wp-content/uploads/images/caret.svg) no-repeat center;
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px; }
      @media (min-width: 1200px) {
        ul.navbar-nav li > a {
          font-size: 15px; } }
      @media (min-width: 767px) {
        ul.navbar-nav li > a.nav-link {
          padding-right: 0;
          padding-left: 0; } }
      ul.navbar-nav li > a.active {
        color: #FB3449; }
        ul.navbar-nav li > a.active:before {
          opacity: 1; }
      ul.navbar-nav li > a:hover {
        color: white; }
        @media (max-width: 767px) {
          ul.navbar-nav li > a:hover {
            color: #0B2441; } }
      @media (min-width: 992px) {
        ul.navbar-nav li > a.login-btn {
          display: none; } }
      ul.navbar-nav li > a .caret {
        position: absolute;
        content: "";
        top: 50%;
        right: -15px;
        background: url(/wp-content/uploads/images/ic-caret.svg) no-repeat;
        width: 13px;
        height: 9px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    @media (min-width: 991px) {
      ul.navbar-nav li:hover > .drop-custom {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(5px) !important;
        -ms-transform: translateY(5px) !important;
        transform: translateY(5px) !important; } }
    @media (max-width: 991px) {
      ul.navbar-nav li .drop-custom {
        position: relative !important;
        top: 0;
        left: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media (min-width: 991px) {
      ul.navbar-nav li .drop-custom {
        min-width: 250px;
        padding: 12px; } }
    @media (min-width: 991px) {
      ul.navbar-nav li .drop-custom.dropdown-lg {
        min-width: 610px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    ul.navbar-nav li .drop-custom.dropdown-lg .inner-menu {
      margin-bottom: 10px; }
      @media (min-width: 991px) {
        ul.navbar-nav li .drop-custom.dropdown-lg .inner-menu {
          width: 50%;
          margin-bottom: 0; } }
      ul.navbar-nav li .drop-custom.dropdown-lg .inner-menu li a:hover {
        color: #1F67BB !important; }
    ul.navbar-nav li .drop-custom.dropdown-xs li a {
      padding: 12px; }
      ul.navbar-nav li .drop-custom.dropdown-xs li a:hover {
        color: #1F67BB !important; }
    ul.navbar-nav li .drop-custom .dropdown-submenu a:hover .caret {
      background-position: -16px -13px; }
    ul.navbar-nav li .drop-custom .caret {
      background-position: -16px -13px;
      width: 16px;
      height: 16px;
      right: 3px; }
    ul.navbar-nav li .drop-custom .level-two {
      left: 112%;
      top: 0 !important; }
    ul.navbar-nav li .drop-custom label {
      font-style: normal;
      font-weight: bold;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.02em;
      color: #0B2441;
      opacity: 0.4;
      font-weight: "Manrope", sans-serif;
      margin-bottom: 16px;
      padding-left: 15px;
      background: none !important;
      background-color: transparent !important;
      border: none !important; }
    ul.navbar-nav li .drop-custom li {
      margin: 0;
      position: relative; }
      ul.navbar-nav li .drop-custom li a {
        padding: 15px;
        border-radius: 8px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.0132em;
        color: rgba(11, 36, 65, 0.89);
        font-family: "Manrope", sans-serif; }
        @media (max-width: 991px) {
          ul.navbar-nav li .drop-custom li a {
            display: inline-block;
            width: 100%; } }
        ul.navbar-nav li .drop-custom li a .small-text {
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          line-height: 20px;
          color: rgba(63, 86, 113, 0.89);
          display: block; }
        ul.navbar-nav li .drop-custom li a:hover {
          background: rgba(31, 103, 187, 0.1); }

@media (max-width: 991px) {
  .dropdown-submenu a .caret {
    display: none; } }

@media (max-width: 992px) {
  ul.navbar-nav {
    position: fixed;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 220ms;
    -o-transition: all ease 220ms;
    transition: all ease 220ms;
    padding: 120px 25px 20px 25px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    overflow-y: auto; }
    ul.navbar-nav li a {
      font-size: 18px;
      line-height: 1.4; } }

@media (max-width: 767px) {
  ul.navbar-nav li {
    margin-bottom: 20px; }
    ul.navbar-nav li a {
      font-size: 16px;
      line-height: 1.4; } }

ul.navbar-nav.active {
  opacity: 1;
  visibility: visible; }

.fixed .ham-btn span {
  background: #0B2441; }

.fixed .ham-btn.active span {
  background: #fff; }

.ham-btn {
  font-size: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: -8px;
  outline: none !important;
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
  margin-left: 15px !important;
  padding: 7px 15px !important;
  border-radius: 4px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .ham-btn {
      padding: 5px 10px !important;
      margin-left: 5px !important; } }
  .ham-btn span {
    position: relative;
    height: 2px;
    width: 22px;
    display: block;
    background-color: white;
    margin: 5px 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease 220ms;
    -o-transition: all ease 220ms;
    transition: all ease 220ms; }
  .ham-btn.active {
    background-color: #0B2441;
    border-color: #0B2441; }
    .ham-btn.active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px; }
    .ham-btn.active span:nth-child(2) {
      opacity: 0; }
    .ham-btn.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -6px; }
  @media (min-width: 992px) {
    .ham-btn {
      display: none; } }

footer {
  position: relative;
  padding: 65px 0 40px;
  background: #FFF;
  color: white; }
  @media (min-width: 992px) {
    footer {
      padding: 65px 0 40px; } }
  @media (max-width: 767px) {
    footer {
      padding: 50px 0 20px; }
      footer .footer-nav {
        margin-bottom: 16px; } }

.f-links {
  position: relative;
  margin: 0 auto 30px; }
  .f-links .coming-soon {
    font-size: 12px;
    color: #42517A;
    display: block; }
  @media (min-width: 767px) {
    .f-links {
      margin: 0 auto 32px; } }
  .f-links .col:first-child {
    min-width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .f-links .col:first-child {
        min-width: 320px;
        margin-right: 70px;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .f-links .col:last-child {
      min-width: 270px; } }
  @media (max-width: 992px) {
    .f-links .col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-bottom: 30px;
      max-width: 30%; } }
  @media (max-width: 767px) {
    .f-links .col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-bottom: 30px;
      max-width: 100%; } }
  .f-links .col > p {
    color: #42517A;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #5A6B9B; }
    @media (min-width: 767px) {
      .f-links .col > p {
        margin-bottom: 32px; } }
  .f-links ul li {
    display: block;
    margin-bottom: 0; }
    .f-links ul li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 16px;
      letter-spacing: -0.32px;
      -webkit-transition: all ease 200ms;
      -o-transition: all ease 200ms;
      transition: all ease 200ms;
      font-family: "Poppins", sans-serif;
      color: #3F5671; }
      .f-links ul li a:hover {
        opacity: 0.7; }
      @media (max-width: 767px) {
        .f-links ul li a {
          display: inline-block;
          margin-right: 34px; } }

@media (max-width: 767px) {
  .footer-logo-sec {
    margin-bottom: 30px; } }

.footer-logo-sec figure {
  max-width: 170px;
  margin-bottom: 20px; }

.footer-logo-sec .footerlogo {
  margin-bottom: 16px; }

.footer-logo-sec p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.32px;
  max-width: 252px;
  color: rgba(11, 36, 65, 0.79);
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    .footer-logo-sec p {
      font-size: 18px;
      line-height: 26px; } }

.address-sec p, .address-sec a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  display: block;
  margin-bottom: 32px; }

.address-sec a {
  margin-bottom: 8px; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .social-links a {
    margin-right: 16px;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    background: rgba(255, 135, 71, 0.1);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px; }
    @media (max-width: 575px) {
      .social-links a {
        margin: 0 8px; } }
    .social-links a:hover {
      background: rgba(255, 135, 71, 0.16);
      -webkit-filter: brightness(1);
      filter: brightness(1);
      opacity: 1; }

.f-links h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
  color: rgba(63, 86, 113, 0.5); }
  @media (max-width: 575px) {
    .f-links h5 {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .f-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .address-ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.address-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .address-ul li a span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px; }

.address-ul li:nth-child(3) a {
  pointer-events: none; }

.fline {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #94A3B8;
  opacity: 0.32; }
  @media (max-width: 767px) {
    .fline {
      opacity: 0;
      margin: 10px 0; } }

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FB3449;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1.43;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms; }
  @media (min-width: 1200px) {
    .link {
      font-size: 14px; } }
  .link:focus {
    outline: none; }
  .link:hover {
    color: white; }
    .link:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .link:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -15px;
    bottom: -9px;
    right: -14px;
    background-color: #FB3449;
    border-radius: 6px;
    z-index: -1;
    display: inline-block;
    -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -o-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .link .icon {
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -o-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    transition: all cubic-bezier(0, 0, 0.2, 1) 200ms; }
  .link select {
    border: none;
    padding: 0;
    padding-right: 20px;
    color: #FB3449;
    background: url(/wp-content/uploads/images/icons/caret-red.svg) no-repeat;
    background-position: calc(100% - 5px) center;
    background-color: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700; }

.link-dark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #42517A;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1.43;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 10ms; }
  @media (min-width: 1200px) {
    .link-dark {
      font-size: 14px; } }
  .link-dark:focus {
    outline: none; }
  .link-dark:hover {
    color: #42517A; }
    .link-dark:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .link-dark:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -15px;
    bottom: -9px;
    right: -14px;
    background-color: #f5f6f9;
    border-radius: 6px;
    z-index: -1;
    display: inline-block;
    -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -o-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .link-dark .icon {
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    -o-transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
    transition: all cubic-bezier(0, 0, 0.2, 1) 200ms; }
  .link-dark select {
    border: none;
    padding: 0;
    padding-right: 20px;
    color: #FB3449;
    background: url(/wp-content/uploads/images/icons/caret-red.svg) no-repeat;
    background-position: calc(100% - 5px) center;
    background-color: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700; }
  .link-dark .icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.white-arr {
  width: 32px;
  height: 32px;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(8, 12, 25, 0.06), 0px 6px 12px rgba(8, 12, 25, 0.32);
  box-shadow: 0px 0px 0px 2px rgba(8, 12, 25, 0.06), 0px 6px 12px rgba(8, 12, 25, 0.32);
  background: #FFFFFF url(/wp-content/uploads/images/icons/violet-caret.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background-color: white !important;
  left: 8px;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1); }
  .white-arr.slick-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 8px;
    left: auto; }
  .white-arr:hover {
    opacity: 0.8; }
  .white-arr:focus {
    outline: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent; }
  .slick-dots li {
    height: auto;
    margin: 0 3px;
    padding: 0;
    line-height: 1;
    opacity: 0.6; }
    .slick-dots li button {
      color: transparent;
      border: none;
      background-color: white;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      padding: 0;
      cursor: pointer; }
    .slick-dots li.slick-active {
      opacity: 1; }

.z-10 {
  z-index: 10; }

@media (max-width: 767px) {
  .view-all-lg {
    display: none; } }

.phone-btn {
  padding-top: 10px; }
  @media (min-width: 767px) {
    .phone-btn {
      display: none; } }
  .phone-btn .btn {
    font-size: 13px;
    padding: 10px;
    background-color: transparent;
    color: red;
    border-color: #E6E8EE; }
    .phone-btn .btn:hover {
      color: white; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px; }
  .breadcrumbs li {
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .breadcrumbs li:after {
      content: ">";
      position: relative;
      display: inline-block;
      margin: 0 7px;
      vertical-align: -1px;
      font-weight: 700; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      font-size: 11px;
      letter-spacing: 0.05em;
      line-height: 1.65;
      color: #5A6B9B;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .breadcrumbs li a {
          max-width: 80px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: inline-block;
          vertical-align: middle;
          letter-spacing: 0px; } }
      .breadcrumbs li a.active {
        font-weight: 600; }
  .breadcrumbs.white li a {
    color: white; }

.form-btns {
  padding: 16px 0; }
  @media (max-width: 767px) {
    .form-btns .btn-grp {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .form-btns .btn-grp a {
        margin-left: 15px;
        margin-top: 0px; }
        .form-btns .btn-grp a:first-child {
          margin-left: 0px; } }
  .form-btns .btn-grp .btn, .form-btns .btn-grp .btn-white, .form-btns .btn-grp .btn-green {
    padding: 12px 32px;
    min-width: 134px;
    font-size: 13px; }

.switch {
  position: relative;
  display: inline-block;
  padding: 15px 0 16px; }
  .switch .switch-btn {
    background: #C8CCD7;
    border: 1px solid #C8CCD7;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px;
    -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
    width: 38px;
    vertical-align: middle; }
    .switch .switch-btn span {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      position: relative;
      z-index: 1;
      left: 0px;
      -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
      transition: all 200ms cubic-bezier(0, 0, 0.2, 1); }
  .switch input {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .switch input:checked + .switch-btn {
      background-color: #0DB679;
      border-color: #0DB679; }
      .switch input:checked + .switch-btn span {
        left: 16px; }
  .switch label {
    font-weight: 500;
    font-size: 14px;
    color: #42517A;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 4px; }

.heading-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .heading-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 42px; } }
  @media (max-width: 1200px) {
    .heading-sm p {
      margin-bottom: 5px; } }

table {
  width: 100%;
  border: 1px solid #E6E8EE;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px; }
  table th {
    background-color: #42517A;
    color: white;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 12px; }
  table td {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #0D1E4F; }

.fl-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px; }
  .fl-links ul li {
    margin: 0 12px 10px; }
    .fl-links ul li a {
      font-weight: 500;
      font-size: 14px;
      color: #CAD6FA; }

.footer-lower {
  position: relative;
  border-top: 1px solid #E7E9EC;
  padding-top: 22px; }
  .footer-lower .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-lower p {
    color: rgba(11, 36, 65, 0.3);
    font-style: normal;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.12px;
    font-family: "Manrope", sans-serif; }
    @media (max-width: 575px) {
      .footer-lower p {
        text-align: center;
        margin-bottom: 16px; } }
  @media (max-width: 991px) {
    .footer-lower .order-1 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: center; }
    .footer-lower .order-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

/* Loader */
#page-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  overflow: hidden; }

.dot-stretching {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #FF5858;
  color: #FF5858;
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  -webkit-animation: dotStretching 1.2s infinite ease-in;
  animation: dotStretching 1.2s infinite ease-in;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dot-stretching::before, .dot-stretching::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; }

.dot-stretching::before {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #FF5858;
  color: #FF5858;
  -webkit-animation: dotStretchingBefore 1.2s infinite ease-in;
  animation: dotStretchingBefore 1.2s infinite ease-in; }

.dot-stretching::after {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #FF5858;
  color: #FF5858;
  -webkit-animation: dotStretchingAfter 1.2s infinite ease-in;
  animation: dotStretchingAfter 1.2s infinite ease-in; }

@-webkit-keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); }
  50%,
  60% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); } }

@keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); }
  50%,
  60% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); } }

@-webkit-keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); }
  50%,
  60% {
    -webkit-transform: translate(-25px) scale(1, 1);
    transform: translate(-25px) scale(1, 1); }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); } }

@keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); }
  50%,
  60% {
    -webkit-transform: translate(-25px) scale(1, 1);
    transform: translate(-25px) scale(1, 1); }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); } }

@-webkit-keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); }
  50%,
  60% {
    -webkit-transform: translate(25px) scale(1, 1);
    transform: translate(25px) scale(1, 1); }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); } }

@keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); }
  50%,
  60% {
    -webkit-transform: translate(25px) scale(1, 1);
    transform: translate(25px) scale(1, 1); }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7); } }

/* LOader*/
/** common **/
/** home **/
.hero-wrapper {
  width: 100%;
  padding: 120px 0 80px; }
  @media (min-width: 768px) {
    .hero-wrapper {
      padding: 170px 0 135px; } }
  .hero-wrapper .hero-image {
    margin-bottom: 0;
    margin-top: -30px; }
    @media (max-width: 1300px) {
      .hero-wrapper .hero-image {
        margin-top: 0; } }
  @media (max-width: 1300px) and (max-width: 991px) {
    .hero-wrapper .hero-image {
      display: none; } }
    .hero-wrapper .hero-image img {
      max-width: 590px; }
      @media (max-width: 1400px) {
        .hero-wrapper .hero-image img {
          max-width: 530px; } }
  @media (max-width: 1400px) and (max-width: 1300px) {
    .hero-wrapper .hero-image img {
      max-width: 490px; } }
  @media (max-width: 1400px) and (max-width: 1300px) and (max-width: 1200px) {
    .hero-wrapper .hero-image img {
      max-width: 100%; } }
  .hero-wrapper .hero-banner-content h1 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-shadow: 0px 12.5413px 65.4933px rgba(0, 0, 0, 0.25); }
    @media (min-width: 991px) {
      .hero-wrapper .hero-banner-content h1 {
        font-size: 30px !important;
        line-height: 42px; } }
    @media (min-width: 1199px) {
      .hero-wrapper .hero-banner-content h1 {
        font-size: 60px;
        line-height: 42px; } }

.success-story-wrapper {
  padding: 112px 0 112px; }
  @media (max-width: 1199px) {
    .success-story-wrapper {
      padding: 90px 0; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .success-story-wrapper {
      padding: 60px 0 90px; } }
  .success-story-wrapper .subtext-1 {
    max-width: 800px;
    margin: auto;
    color: #3F5671;
    text-align: center;
    margin-bottom: 62px; }
  .success-story-wrapper h2 {
    line-height: 60px;
    font-size: 50px; }
    .success-story-wrapper h2.mb-80 {
      margin-bottom: 80px; }
    @media (max-width: 767px) {
      .success-story-wrapper h2 {
        font-size: 32px;
        line-height: 42px; }
        .success-story-wrapper h2.mb-80 {
          margin-bottom: 60px; } }
    .success-story-wrapper h2 span {
      display: block; }
  .success-story-wrapper .brands-logo-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .success-story-wrapper .brands-logo-wrapper .brands-logo {
      border-radius: 10px;
      width: 18.5%;
      height: 75px;
      margin: 6px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      background: transparent;
      -webkit-box-shadow: 0px 28px 44px rgba(0, 0, 0, 0);
      box-shadow: 0px 28px 44px rgba(0, 0, 0, 0); }
      .success-story-wrapper .brands-logo-wrapper .brands-logo:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 28px 44px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 28px 44px rgba(0, 0, 0, 0.05); }
      @media (max-width: 991px) {
        .success-story-wrapper .brands-logo-wrapper .brands-logo {
          width: 23%; } }
      @media (max-width: 767px) {
        .success-story-wrapper .brands-logo-wrapper .brands-logo {
          width: 30%;
          min-width: 28%;
          height: 76px; }
          .success-story-wrapper .brands-logo-wrapper .brands-logo img {
            max-height: 36px; } }
  @media (max-width: 767px) and (max-width: 599px) {
    .success-story-wrapper .brands-logo-wrapper .brands-logo {
      width: 45%; } }

.testimonal-slider {
  width: 100%;
  max-width: 1036px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 91px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 91px rgba(0, 0, 0, 0.05);
  border-radius: 24px; }
  .testimonal-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px; }
    .testimonal-slider .slick-dots li {
      height: auto;
      line-height: normal;
      font-size: 0; }
      .testimonal-slider .slick-dots li button {
        background: #1F67BB;
        opacity: 0.2;
        border-radius: 8px;
        width: 30px;
        height: 4px; }
        .testimonal-slider .slick-dots li button:focus {
          outline: none; }
      .testimonal-slider .slick-dots li.slick-active button {
        opacity: 1; }

.testimonal-card {
  background: -webkit-linear-gradient(322.07deg, #066ADE 23.72%, #134EC1 97.22%);
  background: -o-linear-gradient(322.07deg, #066ADE 23.72%, #134EC1 97.22%);
  background: linear-gradient(127.93deg, #066ADE 23.72%, #134EC1 97.22%);
  padding: 58px;
  border-radius: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  height: auto; }
  @media (max-width: 767px) {
    .testimonal-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px; } }
  .testimonal-card .content-blk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .testimonal-card .content-blk:before {
      position: absolute;
      content: "";
      background: url("/wp-content/uploads/images/ic-quotes.svg");
      width: 80px;
      height: 65px;
      left: -20px;
      top: -36px; }
    @media (max-width: 767px) {
      .testimonal-card .content-blk {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .testimonal-card .content-blk p {
      font-style: italic;
      font-weight: 500;
      font-size: 28px;
      line-height: 38px;
      letter-spacing: -1.32px;
      color: white;
      font-family: "Work Sans", sans-serif;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .testimonal-card .content-blk p {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 24px; } }
    .testimonal-card .content-blk .postby {
      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: 599px) {
        .testimonal-card .content-blk .postby {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .testimonal-card .content-blk .postby .right-blk {
            display: none; } }
      @media (max-width: 599px) {
        .testimonal-card .content-blk .postby .left-blk {
          margin-bottom: 16px; } }
      .testimonal-card .content-blk .postby label {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.48px;
        color: white;
        margin-bottom: 0;
        display: block; }
      .testimonal-card .content-blk .postby span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.48px;
        color: white; }
  .testimonal-card .image-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px; }
    @media (max-width: 767px) {
      .testimonal-card .image-blk {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 16px; } }
    .testimonal-card .image-blk figure {
      width: 164px;
      height: 164px;
      border-radius: 100%;
      background: -webkit-linear-gradient(287.59deg, #FFFFFF 4.4%, rgba(255, 255, 255, 0.06) 87.96%);
      background: -o-linear-gradient(287.59deg, #FFFFFF 4.4%, rgba(255, 255, 255, 0.06) 87.96%);
      background: linear-gradient(162.41deg, #FFFFFF 4.4%, rgba(255, 255, 255, 0.06) 87.96%);
      padding: 3px;
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        .testimonal-card .image-blk figure {
          width: 90px;
          height: 90px;
          margin-bottom: 0;
          margin-right: 15px; } }
    .testimonal-card .image-blk .content-ui img {
      max-height: 36px; }

.kumoco-support {
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .kumoco-support {
      padding-bottom: 70px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .kumoco-support {
      padding-bottom: 50px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .kumoco-support {
      padding-bottom: 40px; } }
  .kumoco-support h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -2.72px;
    color: #0B2441;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .kumoco-support h4 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px; } }
    @media (min-width: 991px) {
      .kumoco-support h4 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 50px; } }
    @media (min-width: 1199px) {
      .kumoco-support h4 {
        font-weight: 800;
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 62px; } }
  .kumoco-support .support-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 599px) {
      .kumoco-support .support-listing {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .kumoco-support .support-listing li {
      margin: 0 25px; }
      @media (max-width: 599px) {
        .kumoco-support .support-listing li {
          margin: 0 0px;
          width: 50%;
          padding: 0 15px;
          margin-bottom: 16px; } }

.testimonal-sec {
  z-index: 2;
  position: relative; }

.vertical-slider .slick-list {
  padding: 60px 0 !important; }

.uc-content-blk {
  padding: 130px 0 0px; }
  @media (max-width: 991px) {
    .uc-content-blk {
      padding: 90px 0 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .uc-content-blk {
      padding: 60px 0 0; } }
  .uc-content-blk .animate-inner-blk {
    padding-bottom: 95px; }
    .uc-content-blk .animate-inner-blk h3 {
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      font-size: 40px;
      line-height: 48px; }
      @media (min-width: 1199px) {
        .uc-content-blk .animate-inner-blk h3 {
          padding-left: 70px; } }
    @media (max-width: 992px) {
      .uc-content-blk .animate-inner-blk {
        padding-bottom: 40px;
        display: none; } }
    .uc-content-blk .animate-inner-blk p {
      background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      font-style: normal;
      font-weight: 800;
      font-size: 35px;
      line-height: 46px;
      letter-spacing: -2.32px;
      opacity: 0.22;
      font-family: "Manrope", sans-serif;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .uc-content-blk .animate-inner-blk p {
          font-size: 32px;
          line-height: normal;-webkit-text-fill-color:transparent !important;font-weight:800 !important;color: transparent!important;font-size:20px!important;  } }
    .uc-content-blk .animate-inner-blk .slick-active p,
    .uc-content-blk .animate-inner-blk .slick-current p {
      opacity: 1; }

.video-section {
  background: -webkit-linear-gradient(322.07deg, #1E436F 23.72%, #264786 97.22%);
  background: -o-linear-gradient(322.07deg, #1E436F 23.72%, #264786 97.22%);
  background: linear-gradient(127.93deg, #1E436F 23.72%, #264786 97.22%);
  padding: 50px 0;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26);
  box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26); }
  @media (max-width: 991px) {
    .video-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 15px;
      /* padding: 0px 0 40px; */
      /* background: transparent; */
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .video-section {
      padding-bottom: 0; } }
  .video-section .content-blk {
    padding-left: 80px;
    max-width: 350px; }
    @media (max-width: 991px) {
      .video-section .content-blk {
        max-width: 100%;
        padding-left: 0;
        padding-top: 40px; }
        .video-section .content-blk .play-btn {
          display: none; } }
    .video-section .content-blk p {
      font-style: normal;
      font-weight: 800;
      font-size: 60px;
      line-height: 62px;
      letter-spacing: -2.95px;
      color: #FFFFFF;
      font-family: "Manrope", sans-serif;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .video-section .content-blk p {
          font-size: 48px;
          color: #ffffff;
          margin-bottom: 24px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .video-section .content-blk p {
      font-size: 32px;
      letter-spacing: -1.72px;
      text-align: center;
      line-height: normal; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .video-section .content-blk p {
      font-size: 30px;
      margin-bottom: 24px; } }
  .video-section .poster-blk {
    width: calc(100% - 470px);
    height: 430px;
    margin-right: -8px;
    border-radius: 16px;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .video-section .poster-blk {
        width: 100%;
        padding: 0;
        height: 400px;
        margin: 0;
        position: relative; }
        .video-section .poster-blk .play-btn {
          top: 50%;
          -webkit-transform: translateY(-50%) scale(1);
          -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }
          .video-section .poster-blk .play-btn:hover {
            -webkit-transform: translateY(-50%) scale(1.1);
            -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1); } }
    @media (max-width: 480px) {
      .video-section .poster-blk {
        height:226px; } 
        .video-section .content-blk .play-btn{
          top:192px !important;
        }
      }
    .video-section .poster-blk img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: left 0;
      object-position: left 0; }
  .video-section .play-btn {
    width: 100px;
    height: 100px;
    background: rgba(244, 247, 250, 0.3);
    -webkit-box-shadow: 0px 20px 44px rgba(9, 33, 60, 0.32);
    box-shadow: 0px 20px 44px rgba(9, 33, 60, 0.32);
    border-radius: 100%;
    margin-top: 0px;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    @media (max-width: 991px) {
      .video-section .play-btn {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(244, 247, 250, 0.7);
        width: 70px;
        height: 70px; } }
    .video-section .play-btn:focus {
      outline: none; }
    .video-section .play-btn .icon {
      display: inline-block;
      width: 28px;
      height: 34px;
      margin-left: 8px; }
    .video-section .play-btn:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

@media (max-width: 991px) {
  .counts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 80px 0 0;
    display: none; } }

@media (max-width: 480px) {
  .counts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.counter-section {
  padding: 140px 0 95px; }
  @media (max-width: 991px) {
    .counter-section {
      padding: 90px 0; } }
  @media (max-width: 767px) {
    .counter-section {
      padding: 60px 0; }
      .counter-section .mb-5 {
        margin-bottom: 16px !important; } }
  .counter-section .desc {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.32px;
    color: #3F5671;
    margin-bottom: 80px;
    max-width: 570px; }
    @media (max-width: 991px) {
      .counter-section .desc {
        max-width: 100%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .counter-section .desc {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 480px) {
      .counter-section .desc {
        font-size: 16px; } }
  .counter-section .counts-ui {
    margin-top: 58px; }
    @media (max-width: 991px) {
      .counter-section .counts-ui {
        margin-top: 0;
        text-align: center;
        width: 33%; } }
    @media (max-width: 480px) {
      .counter-section .counts-ui {
        width: 100%;
        margin-top: 20px; } }
    .counter-section .counts-ui:first-child {
      margin-top: 0; }
    .counter-section .counts-ui .number {
      background: -webkit-gradient(linear, left top, left bottom, from(#1A2D43), to(#2053AD));
      background: -webkit-linear-gradient(top, #1A2D43 0%, #2053AD 100%);
      background: -o-linear-gradient(top, #1A2D43 0%, #2053AD 100%);
      background: linear-gradient(180deg, #1A2D43 0%, #2053AD 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      font-style: normal;
      font-weight: 800;
      font-size: 120px;
      line-height: 120px;
      letter-spacing: -4.5px;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .counter-section .counts-ui .number {
          font-size: 80px;
          line-height: 90px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .counter-section .counts-ui .number {
      font-size: 70px; } }
    .counter-section .counts-ui p {
      font-style: normal;
      font-weight: 600;
      font-size: 28px;
      line-height: 32px;
      color: #0B2441; }
      @media (max-width: 991px) {
        .counter-section .counts-ui p {
          font-size: 24px;
          line-height: 30px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .counter-section .counts-ui p {
      font-size: 20px;
      line-height: 28px; } }

.uc-content-blk.gr-lblue:after {
  top: -200px; }

/*slide card css  */
.slide-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .slide-section .col-md-6:nth-child(2) .slide-card {
    margin-bottom: 0; }

.scrolling-card {
  padding: 86px 0 56px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  @media (max-width: 991px) {
    .scrolling-card {
      padding: 60px 0 70px; } }
  @media (max-width: 767px) {
    .scrolling-card {
      padding: 40px 0  20px; } }
  .scrolling-card .heading-blk {
    margin-bottom: 62px;
    padding-left: 70px; }
    @media (max-width: 1200px) {
      .scrolling-card .heading-blk {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .scrolling-card .heading-blk {
        margin-bottom: 30px; } }
  .scrolling-card .slide-card {
    min-width: 100%;
    max-width: 100%;
    margin-right: 32px;
    position: relative;
    z-index: 1;
    padding: 30px 38px 55px;
    border-radius: 28px; }
    @media (max-width: 767px) {
      .scrolling-card .slide-card {
        margin-bottom: 30px;
        padding: 30px; } }
    @media (max-width: 480px) {
      .scrolling-card .slide-card .h2 {
        font-size: 24px; } }
    .scrolling-card .slide-card.blue-ui {
      background: -webkit-gradient(linear, left top, left bottom, from(#E8F3FF), to(#F8F8FF));
      background: -webkit-linear-gradient(top, #E8F3FF 0%, #F8F8FF 100%);
      background: -o-linear-gradient(top, #E8F3FF 0%, #F8F8FF 100%);
      background: linear-gradient(180deg, #E8F3FF 0%, #F8F8FF 100%); }
      .scrolling-card .slide-card.blue-ui .content-blk .h2 {
        background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0; }
    .scrolling-card .slide-card:nth-child(2) {
      background: #FFEFEE;
      border-radius: 28px; }
    .scrolling-card .slide-card:nth-child(3) {
      background: -webkit-gradient(linear, left top, left bottom, from(#E8F3FF), to(#F8F8FF));
      background: -webkit-linear-gradient(top, #E8F3FF 0%, #F8F8FF 100%);
      background: -o-linear-gradient(top, #E8F3FF 0%, #F8F8FF 100%);
      background: linear-gradient(180deg, #E8F3FF 0%, #F8F8FF 100%);
      border-radius: 28px; }
      .scrolling-card .slide-card:nth-child(3) .content-blk .desc {
        color: #2385FD; }
    .scrolling-card .slide-card .figure-blk {
      position: relative;
      z-index: -1;
      min-height: 440px;
      max-height: 440px; }
      @media (max-height: 650px) {
        .scrolling-card .slide-card .figure-blk {
          bottom: initial;
          top: 10px; } }
      @media (max-width: 991px) {
        .scrolling-card .slide-card .figure-blk {
          min-height: 300px; } }
    .scrolling-card .slide-card .builton-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 1199px) {
        .scrolling-card .slide-card .builton-sec {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-left: 0 !important;
          margin-bottom: 16px; } }
      .scrolling-card .slide-card .builton-sec p {
        margin-right: 10px;
        font-style: normal;
        font-weight: 800;
        font-size: 16.6667px;
        line-height: 20px;
        font-family: "Manrope", sans-serif;
        color: #0B2441;
        margin-bottom: 0; }
      .scrolling-card .slide-card .builton-sec .ic-btn {
        border-radius: 7px;
        overflow: hidden;
        width: 51px;
        height: 51px;
        margin-right: 10px; }
    .scrolling-card .slide-card .content-blk {
      padding: 16px 0 0px 0px; }
      .scrolling-card .slide-card .content-blk .h2 {
        padding-bottom: 16px; }
        @media (min-width: 991px) {
          .scrolling-card .slide-card .content-blk .h2 {
            font-size: 40px;
            line-height: 50px; } }
        @media (min-width: 1199px) {
          .scrolling-card .slide-card .content-blk .h2 {
            line-height: 66px;
            font-size: 46px;
            padding-bottom: 24px; } }
      .scrolling-card .slide-card .content-blk .desc {
        margin-bottom: 32px;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 34px;
        font-family: "Manrope", sans-serif;
        letter-spacing: -0.48px;
        color: #293F59;
        min-height: 110px; }
        @media (max-width: 767px) {
          .scrolling-card .slide-card .content-blk .desc {
            font-size: 16px;
            line-height: 28px; } }
        @media (max-width: 767px) {
          .scrolling-card .slide-card .content-blk .desc {
            font-size: 18px;
            line-height: 30px;
            min-height: auto;
            margin-bottom: 24px; } }
      @media (max-width: 1199px) {
        .scrolling-card .slide-card .content-blk .btn-group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .scrolling-card .slide-card .content-blk .outline-btn {
        color: #0B2441;
        cursor: pointer; }
        .scrolling-card .slide-card .content-blk .outline-btn:hover {
          background: #fff;
          -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .scrolling-card .slide-card.brown-ui {
      background: #FFEFEE; }
      .scrolling-card .slide-card.brown-ui .h2 {
        background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0; }

/*slide card css  */
.info-wrapper .heading-blk .h2 {
  line-height: 56px; }

.info-wrapper .heading-blk p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.32px;
  color: #0B2441;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .info-wrapper .heading-blk p {
      font-size: 18px;
      line-height: 32px; } }

.info-wrapper p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.72px;
  color: #3F5671; }
  @media (max-width: 991px) {
    .info-wrapper p {
      font-size: 20px;
      line-height: 34px;
      letter-spacing: -0.32px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .info-wrapper p {
      font-size: 18px;
      line-height: 30px; } }
  .info-wrapper p strong {
    font-weight: bold;
    color: #0B2441; }

.info-wrapper .btn-wrapper {
  margin-top: 74px; }
  @media (max-width: 991px) {
    .info-wrapper .btn-wrapper {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .info-wrapper .btn-wrapper {
      margin-top: 30px; } }

@media (max-width: 767px) {
  .info-wrapper .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .info-wrapper .order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .info-wrapper .img-card {
    margin-bottom: 16px; } }

.info-wrapper .image-sides {
  margin: 80px 0; }
  @media (max-width: 767px) {
    .info-wrapper .image-sides {
      margin: 40px 0; } }

/**/
.cloud-info-wrapper {
  margin: 56px 0 75px; }
  @media (max-width: 991px) {
    .cloud-info-wrapper {
      margin: 0; } }
  @media (max-width: 767px) {
    .cloud-info-wrapper {
      margin: 40px 0; } }
  .cloud-info-wrapper .cloud-info-card {
    padding: 70px 72px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 991px) {
      .cloud-info-wrapper .cloud-info-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 40px; } }
    @media (max-width: 767px) {
      .cloud-info-wrapper .cloud-info-card {
        padding: 30px 24px; } }
    .cloud-info-wrapper .cloud-info-card:after {
      background-image: url("/wp-content/uploads/images/discover-bg.png");
      background-repeat: no-repeat;
      background-position: right center;
      position: absolute;
      content: "";
      right: 0%;
      top: -29%;
      width: 451px;
      height: 457px;
      z-index: -1;
      display: none; }
      @media (max-width: 992px) {
        .cloud-info-wrapper .cloud-info-card:after {
          display: none; } }
    .cloud-info-wrapper .cloud-info-card p {
      max-width: 460px;
      font-weight: 800;
      font-size: 38px;
      line-height: 46px;
      letter-spacing: -2px;
      color: #FFFFFF;
      font-family: "Manrope", sans-serif; }
      @media (max-width: 991px) {
        .cloud-info-wrapper .cloud-info-card p {
          max-width: 100%;
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .cloud-info-wrapper .cloud-info-card p {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 480px) {
        .cloud-info-wrapper .cloud-info-card p {
          font-size: 24px;
          line-height: 32px; } }
      .cloud-info-wrapper .cloud-info-card p strong {
        font-weight: bold; }
    @media (max-width: 991px) {
      .cloud-info-wrapper .cloud-info-card .left-blk {
        width: 100%; } }
    .cloud-info-wrapper .cloud-info-card .right-blk {
      padding-right: 50px; }

/**/
.cloud-card figure {
  min-height: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .cloud-card figure {
      min-height: 200px; } }

.cloud-card .content-blk {
  padding: 0 0px 0px 40px;
  font-family: "Manrope", sans-serif; }
  @media (max-width: 991px) {
    .cloud-card .content-blk {
      padding: 0; } }
  .cloud-card .content-blk h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: -2px; }
    @media (max-width: 991px) {
      .cloud-card .content-blk h3 {
        font-size: 32px;
        line-height: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cloud-card .content-blk h3 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 12px; } }
  .cloud-card .content-blk p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    color: #3F5671;
    opacity: 0.87;
    min-height: 75px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .cloud-card .content-blk p {
        font-size: 18px;
        line-height: 32px; } }
  .cloud-card .content-blk .btn-group {
    margin-top: 32px; }

/*social responsibility section*/
/****  floating-Lable style start ****/
.floating-label {
  position: relative;
  margin-top: 38px; }
  @media (max-width: 767px) {
    .floating-label {
      margin-top: 24px; } }

.floating-label .floating-input,
.floating-label .floating-select {
  padding: 0px;
  display: block;
  width: 100%;
  height: 52px;
  border: none;
  border-bottom: 1px solid rgba(63, 86, 113, 0.2);
  border-radius: 0px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #FFFFFF; }

.floating-label .floating-input.filled,
.floating-label .floating-select.filled {
  background-color: #ffffff; }

.floating-label .floating-input.gray-bg-input,
.floating-label .floating-select.gray-bg-input {
  background: #F6F7FB; }

.floating-label .floating-select {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center; }

.floating-label .floating-input:focus,
.floating-label .floating-select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #CADAF2; }

.floating-label label,
.floating-label .highlight label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 12px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.12px;
  color: #5F6B7C; }

.floating-label .floating-input:focus ~ label,
.floating-label .floating-input:not(:placeholder-shown) ~ label,
.floating-label .floating-input:focus ~ .highlight label,
.floating-label .floating-input:not(:placeholder-shown) ~ .highlight label {
  top: -11px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(95, 107, 124, 0.8);
  background-color: #fff;
  padding: 0px; }

.floating-label .floating-select:focus ~ label,
.floating-label .floating-select:not([value=""]):valid ~ label,
.floating-label .floating-select:focus ~ .highlight label,
.floating-label .floating-select:not([value=""]):valid ~ .highlight label {
  top: -9px;
  font-size: 12px;
  font-weight: 600;
  color: #C7DBF5;
  background-color: #fff;
  padding: 0 6px; }

.floating-label .floating-textarea {
  min-height: 130px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  resize: none;
  padding: 16px 0 16px; }

/* contact sec*/
.contact-wrapper {
  padding: 84px 0 105px; }
  @media (max-width: 767px) {
    .contact-wrapper {
      padding: 40px 0; } }
  .contact-wrapper .contact-fields-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 24px 36px 60px rgba(0, 0, 0, 0.12);
    box-shadow: 24px 36px 60px rgba(0, 0, 0, 0.12);
    border-radius: 32px;
    padding: 56px 40px 46px; }
    @media phone {
      .contact-wrapper .contact-fields-wrap {
        padding: 40px 24px 40px; } }
    @media (max-width: 480px) {
      .contact-wrapper .contact-fields-wrap {
        padding: 40px 28px 40px; } }
    .contact-wrapper .contact-fields-wrap p {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.32px;
      color: #0B2441;
      font-family: "Manrope", sans-serif;
      margin-bottom: 0px; }
    .contact-wrapper .contact-fields-wrap .floating-label:first-child {
      margin-top: 20px; }
  .contact-wrapper .contact-detail {
    padding: 16px 0px 0 50px; }
    @media (max-width: 1199px) {
      .contact-wrapper .contact-detail {
        padding: 0px 0px 0 0px; } }
    @media (max-width: 991px) {
      .contact-wrapper .contact-detail {
        padding: 0 0 40px; } }
    .contact-wrapper .contact-detail .h2 {
      color: #fff;
      font-family: "Manrope", sans-serif;
      margin-bottom: 32px;
      max-width: 432px;
      line-height: 56px; }
      @media (max-width: 767px) {
        .contact-wrapper .contact-detail .h2 {
          line-height: normal; } }
    .contact-wrapper .contact-detail .desc {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 32px;
      color: #B5CDE7;
      font-family: "Manrope", sans-serif;
      max-width: 432px;
      margin-bottom: 72px; }
      @media (max-width: 767px) {
        .contact-wrapper .contact-detail .desc {
          margin-bottom: 24px; } }
  .contact-wrapper .contact-info-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-wrapper .contact-info-card {
    font-family: "Manrope", sans-serif;
    margin-bottom: 52px;
    position: relative; }
    .contact-wrapper .contact-info-card:last-child {
      margin-bottom: 0; }
    .contact-wrapper .contact-info-card:first-child:after {
      position: absolute;
      content: "";
      height: 40px;
      width: 1px;
      background: rgba(181, 205, 231, 0.12);
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .contact-wrapper .contact-info-card label {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 32px;
      color: #B5CDE7;
      margin-bottom: 6px; }
    .contact-wrapper .contact-info-card p {
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 32px;
      color: #FFFFFF;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .contact-wrapper .contact-info-card p {
          font-size: 18px;
          line-height: 28px; } }
    @media (max-width: 767px) {
      .contact-wrapper .contact-info-card {
        margin-bottom: 0px; }
        .contact-wrapper .contact-info-card.w-50 {
          width: 100% !important; } }

.subscribe-wrap {
  position: relative;
  width: 432px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .subscribe-wrap {
      margin: auto;
      margin-bottom: 24px; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .subscribe-wrap {
      width: 100%; } }
  .subscribe-wrap input {
    background: #fff;
    border-radius: 41px;
    border: 1px solid #E7E9EC;
    height: 63px;
    width: 100%;
    padding: 0 200px 0 60px;
    color: #C6E0FF;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #0B2441; }
    .subscribe-wrap input:focus {
      background: #fff;
      -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08); }
    .subscribe-wrap input::-webkit-input-placeholder {
      /* Edge */
      color: #6D7C8D; }
    .subscribe-wrap input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #6D7C8D; }
    .subscribe-wrap input::-ms-input-placeholder {
      color: #6D7C8D; }
    .subscribe-wrap input::placeholder {
      color: #6D7C8D; }
  .subscribe-wrap .subscribe-btn {
    background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
    background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
    background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
    border-radius: 41px;
    height: 54px;
    padding: 0 36px;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.72px;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    background-size: 200% auto; }
    .subscribe-wrap .subscribe-btn:hover {
      transition: all .4s ease-in-out;
      color: #fff;
      background-position: right center;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    .subscribe-wrap .subscribe-btn:focus {
      outline: none; }
  .subscribe-wrap .ic-email {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* floating label*/
/** About **/
.mb-40 {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mb-40 {
      margin-bottom: 20px; } }

.mb-72 {
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .mb-72 {
      margin-bottom: 40px; } }

.pt-100 {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .pt-100 {
      padding: 70px 0 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .pt-100 {
      padding: 50px 0 0; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .pt-100 {
      padding: 40px 0 0; } }

.pb-100 {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .pb-100 {
      padding-bottom: 70px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .pb-100 {
      padding-bottom: 50px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .pb-100 {
      padding-bottom: 40px; } }

.ptb-100 {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .ptb-100 {
      padding: 70px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .ptb-100 {
      padding: 50px 0; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .ptb-100 {
      padding: 40px 0; } }

.ptb-140 {
  padding: 140px 0; }
  @media (max-width: 991px) {
    .ptb-140 {
      padding: 100px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .ptb-140 {
      padding: 60px 0; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .ptb-140 {
      padding: 40px 0; } }

.ptb-175 {
  padding: 175px 0; }
  @media (max-width: 991px) {
    .ptb-175 {
      padding: 100px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .ptb-175 {
      padding: 60px 0; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .ptb-175 {
      padding: 40px 0; } }

.ptb-65 {
  padding: 65px 0; }

@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 20px !important; } }

.innerpage-wrapper {
  padding-top: 105px; }
  @media (min-width: 1200px) {
    .innerpage-wrapper h1 {
      font-size: 62px;
      line-height: 72px;
      letter-spacing: -0.03em; } }
  @media (max-width: 991px) {
    .innerpage-wrapper {
      padding-top: 80px; } }
  @media (max-width: 1240px) {
    .innerpage-wrapper .cm-hero-blk figure img {
      width: 100%; } }

.about-banner {
  padding: 142px 0; }
  @media (max-width: 767px) {
    .about-banner {
      padding: 90px 0; } }
  .about-banner h1 {
    font-weight: 800;
    font-size: 62px;
    line-height: 72px;
    letter-spacing: -0.03em; }
    @media (max-width: 767px) {
      .about-banner h1 {
        font-size: 52px;
        line-height: 62px; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .about-banner h1 {
      font-size: 42px;
      line-height: 52px; } }
  .about-banner p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: white; }
    @media (max-width: 575px) {
      .about-banner p {
        font-size: 16px;
        line-height: 28px; } }

.gallery-wrapper p {
  color: #3F5671; }

.gallery-wrapper .gallery-card img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.gallery-wrapper .text-dblue-g {
  display: inline-block; }

.grid1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid1; }

.grid2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-area: grid2; }

.grid3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-area: grid3; }

.grid4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: grid4; }

.grid5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: grid5; }

.grid6 {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-area: grid6; }

.gallery-container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'grid1 grid1 grid2 grid2 grid2 grid3 grid3'
                       'grid1 grid1 grid2 grid2 grid2 grid3 grid3'
                       'grid4 grid4 grid4 grid5 grid5 grid3 grid3'
                       'grid4 grid4 grid4 grid5 grid5 grid6 grid6';
  grid-gap: 6px;
  padding: 6px; 
}
@media (max-width: 450px) {
  .gallery-container {
    grid-template-rows: 50px 50px 70px 80px;
  }
}

@media (min-width: 768px) {
  .our-team .col-md-4:last-child .ot_card, .our-team .col-md-4:nth-last-child(2) .ot_card, .our-team .col-md-4:nth-last-child(3) .ot_card {
    margin-bottom: 0; } }

.our-mission {
  position: relative;
  overflow: hidden; }
.our-mission .title{font-size:48px;}
  .our-mission .desc {
    font-style: normal;
    font-weight: 200;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-family: "Manrope", sans-serif;
    color: #ddebff;
    margin-bottom: 86px; }
    @media (max-width: 1199px) {
      .our-mission .desc {
        font-size: 36px; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .our-mission .desc {
      font-size: 28px;
      line-height: normal;
      margin-bottom: 30px; } }

@media (max-width: 850px) {
  .text-slider {
    display: none; } }

.text-slider h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 104px;
  line-height: 110px;
  letter-spacing: -6.8239px;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif; }
  @media (max-width: 1199px) {
    .text-slider h3 {
      font-size: 90px;
      line-height: 170px; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .text-slider h3 {
      font-size: 70px;
      line-height: normal; } }

.text-slider .vertical-slider p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2px;
  opacity: 0.24;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px; }
  @media (max-width: 1199px) {
    .text-slider .vertical-slider p {
      font-size: 38px;
      line-height: 48px; } }

.text-slider .vertical-slider .slick-active p,
.text-slider .vertical-slider .slick-center p,
.text-slider .vertical-slider .slick-current p {
  color: #fff;
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
  opacity: 1; }

.ot_card {
  margin-bottom: 48px; }
  .ot_card figure {
    border-radius: 24px;
    height: 352px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .ot_card figure {
        height: 280px;
        margin-bottom: 16px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .ot_card figure {
      height: 320px; } }
    .ot_card figure:before {
      content: "";
      background: -webkit-linear-gradient(322.07deg, #2489FF 23.72%, #1649AD 97.22%);
      background: -o-linear-gradient(322.07deg, #2489FF 23.72%, #1649AD 97.22%);
      background: linear-gradient(127.93deg, #2489FF 23.72%, #1649AD 97.22%);
      opacity: 0.9;
      border-radius: 24px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      opacity: 0; }
    .ot_card figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .ot_card figure .ic-linkedin {
      width: 66px;
      height: 66px;
      background: #F7F7F7;
      border: 1.03743px solid #E6E6E6;
      border-radius: 100%;
      position: absolute;
      right: 22px;
      bottom: 22px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ot_card figure .ic-linkedin:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .ot_card figure .ic-linkedin img {
        width: auto;
        height: auto; }
    .ot_card figure:hover:before {
      opacity: 0.9; }
    .ot_card figure:hover .story-content {
      opacity: 0.9;
      -webkit-transform: translate3d(0, 42%, 0);
      transform: translate3d(0, 42%, 0); }
      @media (max-width: 991px) {
        .ot_card figure:hover .story-content {
          -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0); } }
  .ot_card .story-content,
  .ot_card .story-content p,
  .ot_card .story-content .read-story {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .ot_card .story-content {
    opacity: 0.9;
    border-radius: 24px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 24px 16px 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0; }
    .ot_card .story-content p {
      font-style: normal;
      font-weight: 600;
      font-size: 18.6738px;
      line-height: 27px;
      letter-spacing: -0.331979px;
      text-transform: capitalize;
      color: #FFFFFF;
      margin-bottom: 52px;
      font-family: "Manrope", sans-serif; }
      @media (max-width: 991px) {
        .ot_card .story-content p {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 30px; } }
    .ot_card .story-content .read-story {
      font-style: normal;
      font-weight: bold;
      font-size: 16.5989px;
      line-height: 25px;
      text-transform: capitalize;
      color: #FFFFFF;
      font-family: "Manrope", sans-serif;
      -webkit-transition: -webkit-transform 0.15s;
      transition: -webkit-transform 0.15s;
      -o-transition: transform 0.15s;
      transition: transform 0.15s;
      transition: transform 0.15s, -webkit-transform 0.15s; }
      @media (max-width: 991px) {
        .ot_card .story-content .read-story {
          font-size: 14px; } }
      .ot_card .story-content .read-story:hover {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }
  .ot_card .content-blk p {
    font-style: normal;
    font-weight: 800;
    font-size: 22.8235px;
    line-height: 27px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    color: #0B2441;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .ot_card .content-blk p {
        font-size: 20px;
        margin-bottom: 5px; } }
  .ot_card .content-blk span {
    font-style: normal;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #6D7C8D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .ot_card .content-blk span {
        font-size: 16px; } }

.growing-section h4 {
  color: #fff; }

.growing-section .description-blk h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 37.9119px;
  line-height: 53px;
  letter-spacing: -1.00429px;
  color: #FFFFFF;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .growing-section .description-blk h5 {
      font-size: 32px;
      line-height: 48px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .growing-section .description-blk h5 {
      line-height: 42px; } }
  .growing-section .description-blk h5 span {
    display: block;
    color: rgba(255, 255, 255, 0.3); }

.growing-section .description-blk p {
  margin-bottom: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.72px;
  color: #C6E0FF; }
  @media (max-width: 991px) {
    .growing-section .description-blk p {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .growing-section .description-blk p {
      font-size: 18px;
      line-height: 28px; } }

.image-sides {
  margin-bottom: 80px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .image-sides {
      margin-bottom: 40px; } }

.slides-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite; }
  .slides-track:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }
  .slides-track .slide-card {
    margin-right: 8px;
    min-width: 600px;
    max-width: 400px; }
    @media (max-width: 767px) {
      .slides-track .slide-card {
        min-width: 380px;
        max-width: 380px; } }

.cloud-manager-section {
  overflow: hidden;
  width: 100%; }
  .cloud-manager-section .cloud-manager-desc {
    padding: 100px 0 62px; }
    @media (max-width: 767px) {
      .cloud-manager-section .cloud-manager-desc {
        padding: 70px 0 20px; } }
  .cloud-manager-section .h4 {
    letter-spacing: -1.32px;
    line-height: 42px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .cloud-manager-section .h4 {
        line-height: 36px; } }
  .cloud-manager-section .cloud-desc {
    padding: 62px 15px 100px; }
    .cloud-manager-section .cloud-desc .h4 {
      color: #0B2441; }
    @media (max-width: 991px) {
      .cloud-manager-section .cloud-desc {
        padding: 50px 15px 70px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cloud-manager-section .cloud-desc {
      padding: 40px 15px 60px; } }

.line-bg {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .line-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1350px;
    left: -52%;
    top: -38%;
    background: url("/wp-content/uploads/images/line1.svg") no-repeat;
    z-index: -1; }
    @media (max-width: 1800px) {
      .line-bg:before {
        left: -66%; } }
  @media (max-width: 1800px) and (max-width: 1500px) {
    .line-bg:before {
      left: -80%;
      width: 110%; } }
  @media (max-width: 1800px) and (max-width: 1200px) {
    .line-bg:before {
      display: none; } }
  .line-bg:after {
    position: absolute;
    content: "";
    width: 1200px;
    height: 1280px;
    right: -30%;
    top: -14%;
    background: url("/wp-content/uploads/images/line2.svg") no-repeat;
    z-index: -1; }
    @media (max-width: 1800px) {
      .line-bg:after {
        right: -45%; } }
  @media (max-width: 1800px) and (max-width: 1500px) {
    .line-bg:after {
      right: -55%; } }
    @media (max-width: 991px) {
      .line-bg:after {
        display: none; } }

@-webkit-keyframes circlerotate {
  0% {
    -webkit-transform: translateX(0) rotate(0deg) scale(1);
    transform: translateX(0) rotate(0deg) scale(1); }
  25% {
    -webkit-transform: translateX(10px) rotate(-5deg) scale(1.02);
    transform: translateX(10px) rotate(-5deg) scale(1.02); }
  50% {
    -webkit-transform: translateX(10px) rotate(-15deg) scale(1.05);
    transform: translateX(10px) rotate(-15deg) scale(1.05); }
  75% {
    -webkit-transform: translateX(5px) rotate(-5deg) scale(1.02);
    transform: translateX(5px) rotate(-5deg) scale(1.02); }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(1);
    transform: translateX(0px) rotate(0deg) scale(1); } }

@-webkit-keyframes circlerotate1 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg); }
  25% {
    -webkit-transform: translateX(20px) rotate(-5deg);
    transform: translateX(20px) rotate(-5deg); }
  50% {
    -webkit-transform: translateX(50px) rotate(-15deg);
    transform: translateX(50px) rotate(-15deg); }
  75% {
    -webkit-transform: translateX(20px) rotate(-5deg);
    transform: translateX(20px) rotate(-5deg); }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

/** About **/
/** cost management **/
.cc-score:before {
  display: none; }

.cm-hero-blk figure {
  margin-bottom: 0; }
  @media (min-width: 1199px) {
    .cm-hero-blk figure img {
      max-width: 650px; } }

@media (max-width: 991px) {
  .cm-hero-blk {
    padding: 120px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cm-hero-blk {
      padding: 60px 0; } }

.resources-section .lg-img {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26);
  box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26);
  margin: 60px 0 120px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .resources-section .lg-img {
      margin: 40px 0 40px; } }

@media (min-width: 991px) {
  .resources-section .heading-blk {
    padding-left: 70px; } }

.resources-section .subtext-1 {
  color: #3F5671; }

.kt-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .kt-listing .brand_logo {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 0px 50px;
    width: 20%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    @media (max-width: 991px) {
      .kt-listing .brand_logo {
        width: 25%; } }
    .kt-listing .brand_logo img {
      max-height: 34px;
      min-height: 30px; }
    .kt-listing .brand_logo a {
      padding: 20px 20px; }
    .kt-listing .brand_logo:hover {
      -webkit-box-shadow: 0px 28px 44px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 28px 44px rgba(0, 0, 0, 0.05); }
    @media (min-width: 575px) and (max-width: 767px) {
      .kt-listing .brand_logo {
        width: 25%;
        margin-bottom: 20px; } }
    @media (min-width: 320px) and (max-width: 575px) {
      .kt-listing .brand_logo {
        width: 50%;
        margin-bottom: 20px; } }

.resouces-card {
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .resouces-card {
      padding-left: 70px; } }
  @media (max-width: 767px) {
    .resouces-card {
      margin-bottom: 60px; } }
  .resouces-card .icon {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .resouces-card .subtext-1 {
    color: #0B2441;
    font-weight: 800;
    margin-bottom: 22px;
    line-height: 30px;
    letter-spacing: -0.72px; }
    @media (max-width: 767px) {
      .resouces-card .subtext-1 {
        margin-bottom: 12px; } }
  .resouces-card .subtext-3 {
    color: #6D7C8D;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal; }

@media (min-width: 992px) {
  .resources-section .primary-btn {
    margin-left: 70px; } }

.recommendation-section {
  position: relative;
  overflow: hidden; }
  .recommendation-section .heading-blk {
    max-width: 766px; }
  .recommendation-section .h2 {
    margin-bottom: 34px; }
  .recommendation-section .subtext-4 {
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 38px; }
  .recommendation-section .recommend-card {
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .recommendation-section .recommend-card {
        margin-bottom: 40px; } }
    .recommendation-section .recommend-card .icon {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .recommendation-section p {
    margin-bottom: 0px;
    color: #C6E0FF;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px; }
    @media (max-width: 767px) {
      .recommendation-section p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0px; } }
  .recommendation-section .animate-logo {
    right: -329px;
    top: -273px;
    left: initial; }

.cost-analysis {
  background-color: #F0F7FF; }
  .cost-analysis .h2 {
    margin-bottom: 92px; }
    @media (max-width: 991px) {
      .cost-analysis .h2 {
        margin-bottom: 40px; } }

.cost-analysis-card {
  text-align: center; }
  @media (max-width: 767px) {
    .cost-analysis-card {
      margin-bottom: 50px; } }
  .cost-analysis-card .icon {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .cost-analysis-card .icon {
        margin-bottom: 24px; } }
  .cost-analysis-card h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #0B2441;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .cost-analysis-card h6 {
        font-size: 22px;
        margin-bottom: 12px; } }
  .cost-analysis-card p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #3F5671; }
    @media (max-width: 991px) {
      .cost-analysis-card p {
        font-size: 15px;
        line-height: 28px; } }

.spot-markets .h2 span {
  background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
  background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

.spot-markets .content-blk {
  max-width: 385px; }
  @media (max-width: 767px) {
    .spot-markets .content-blk {
      max-width: 100%;
      margin-top: 16px; } }
  .spot-markets .content-blk label {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #0B2441;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .spot-markets .content-blk label {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 12px; } }
  .spot-markets .content-blk p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #3F5671; }
    @media (max-width: 991px) {
      .spot-markets .content-blk p {
        font-size: 16px;
        line-height: 30px; } }

.spot-markets .sm-card .icon {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .spot-markets .sm-card .icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (max-width: 767px) {
  .spot-markets .sm-card {
    text-align: center;
    margin-bottom: 50px; } }

.spot-markets .sm-card .content label {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #0B2441;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .spot-markets .sm-card .content label {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px; } }

.spot-markets .sm-card .content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #6D7C8D; }
  @media (max-width: 991px) {
    .spot-markets .sm-card .content p {
      font-size: 15px;
      line-height: 24px; } }

.spot-lg-card .row:nth-child(2n) .col-lg-6 .content-blk {
  margin-left: 70px; }

@media (max-width: 767px) {
  .spot-lg-card .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .spot-lg-card .order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .spot-lg-card .mt-100:first-child {
    margin-top: 40px; } }

.spot-lg-card figure {
  border-radius: 30px;
  overflow: hidden;
  max-width: 470px;
  margin-bottom: 0; }

.ml-70 {
  margin-left: 70px; }
  @media (max-width: 1199px) {
    .ml-70 {
      margin-left: 0; } }

.optimize-cloud {
  background-color: #E5F2FF;
  background-image: url("/wp-content/uploads/images/optimizecloud_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .optimize-cloud .cloud-inner-blk {
    position: relative; }
    .optimize-cloud .cloud-inner-blk figure {
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 991px) {
        .optimize-cloud .cloud-inner-blk figure {
          width: 110px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .optimize-cloud .cloud-inner-blk figure {
      width: 85px; } }
      @media (max-width: 991px) {
          .optimize-cloud .cloud-inner-blk figure img {
            width: 100%; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .optimize-cloud .cloud-inner-blk figure {
      position: relative;
      margin-bottom: 24px; } }
    .optimize-cloud .cloud-inner-blk .content-blk {
      padding-left: 180px;
      max-width: 900px; }
      @media (max-width: 991px) {
        .optimize-cloud .cloud-inner-blk .content-blk {
          padding-left: 150px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .optimize-cloud .cloud-inner-blk .content-blk {
      padding-left: 0; } }
      .optimize-cloud .cloud-inner-blk .content-blk h4 {
        font-style: normal;
        font-weight: 800;
        font-size: 50px;
        line-height: 58px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #0B2441;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .optimize-cloud .cloud-inner-blk .content-blk h4 {
            font-size: 42px;
            line-height: 48px;
            margin-bottom: 20px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .optimize-cloud .cloud-inner-blk .content-blk h4 {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .optimize-cloud .cloud-inner-blk .content-blk h4 {
      font-size: 28px;
      line-height: 36px; } }
      .optimize-cloud .cloud-inner-blk .content-blk p {
        margin-bottom: 54px; }

.bg-logo {
  position: relative;
  overflow: hidden; }
  .bg-logo:before {
    position: absolute;
    content: "";
    width: 800px;
    height: 700px;
    left: -400px;
    top: -240px;
    background: url("/wp-content/uploads/images/kumoco3d.png") no-repeat;
    background-size: 100%; }

.cost-saving .heading-blk {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .cost-saving .heading-blk {
      padding: 0 30px 80px 70px;
      max-width: 890px; } }
  @media (min-width: 320px) {
    .cost-saving .heading-blk {
      padding-bottom: 30px; } }
  .cost-saving .heading-blk h2 {
    letter-spacing: -0.03em; }
    @media (max-width: 991px) {
      .cost-saving .heading-blk h2 {
        letter-spacing: -1.72px;
        line-height: initial; } }
  .cost-saving .heading-blk p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    color: #3F5671; }

.cost-saving figure {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26);
  box-shadow: 0px 72px 142px rgba(22, 69, 123, 0.26);
  margin-bottom: 30px; }
  .cost-saving figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

/** cost management **/
/** Compliance Engine **/
.reporting-section figure {
  border-radius: 14px;
  overflow: hidden;
  margin: 60px 0 60px; }
  @media (max-width: 767px) {
    .reporting-section figure {
      margin: 40px 0 40px; } }

.reporting-section .heading-blk {
  max-width: 722px;
  margin: auto;
  margin-bottom: 70px; }
  .reporting-section .heading-blk p {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -2px;
    color: #0B2441;
    font-family: "Manrope", sans-serif; }
    @media (max-width: 991px) {
      .reporting-section .heading-blk p {
        font-size: 30px;
        line-height: 38px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .reporting-section .heading-blk p {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -1px; } }

.reporting-section .btn-blk {
  text-align: center;
  width: 100%; }

.global-basis-card {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .global-basis-card {
      margin-bottom: 48px; } }
  .global-basis-card .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .global-basis-card .icon {
        margin-bottom: 0; } }
  .global-basis-card .content-ui p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #3F5671;
    font-family: "Manrope", sans-serif; }

/** Compliance Engine **/
.compliance-standards {
  background: #F4F9FF;
  padding: 100px 0 52px; }
  @media (max-width: 991px) {
    .compliance-standards {
      padding: 70px 0 48px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .compliance-standards {
      padding: 50px 0 40px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .compliance-standards {
      padding: 40px 0; } }
  .compliance-standards .h2 {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .compliance-standards .h2 {
        margin-bottom: 60px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .compliance-standards .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .compliance-standards .h2 {
      margin-bottom: 30px; } }

.cs-logo-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .cs-logo-listing {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial; } }
  .cs-logo-listing .cs-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18%;
    margin-bottom: 46px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px; }
    @media (max-width: 991px) {
      .cs-logo-listing .cs-logo {
        width: 24%; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cs-logo-listing .cs-logo {
      width: 33%;
      margin-bottom: 20px;
      padding: 5px; } }

.testimonal-section2 {
  padding-bottom: 40px;
  padding-top: 112px; }
  @media (max-width: 1199px) {
    .testimonal-section2 {
      padding-bottom: 40px;
      padding-top: 100px; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .testimonal-section2 {
      padding-bottom: 20px;
      padding-top: 80px; } }
  @media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .testimonal-section2 {
      padding-bottom: 20px;
      padding-top: 60px; } }

.testimonal-slide2 {
  margin: 0 -15px; }
  .testimonal-slide2 .slider-card {
    background: #FFFFFF;
    border: 0.904799px solid #E7E9EC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 23.198px 16.58px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 23.198px 16.58px rgba(0, 0, 0, 0.04);
    border-radius: 27.144px;
    padding: 38px;
    margin: 0 15px 139px;
    position: relative; }
    .testimonal-slide2 .slider-card .ic-quotes {
      margin-bottom: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .testimonal-slide2 .slider-card .desc {
      font-style: italic;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: -0.434303px;
      color: #3F5671;
      margin-bottom: 40px;
      min-height: 90px; }
    .testimonal-slide2 .slider-card .postby-blk {
      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: 767px) {
        .testimonal-slide2 .slider-card .postby-blk {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .testimonal-slide2 .slider-card .postby-blk .left-blk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .testimonal-slide2 .slider-card .postby-blk .left-blk {
            margin-bottom: 15px; } }
        .testimonal-slide2 .slider-card .postby-blk .left-blk figure {
          width: 54px;
          height: 54px;
          margin-bottom: 0; }
        .testimonal-slide2 .slider-card .postby-blk .left-blk .content-blk {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-left: 12px; }
          .testimonal-slide2 .slider-card .postby-blk .left-blk .content-blk label {
            font-style: normal;
            font-weight: 600;
            font-size: 18.096px;
            line-height: 33px;
            letter-spacing: -0.434303px;
            color: #0B2441;
            margin-bottom: 0; }
          .testimonal-slide2 .slider-card .postby-blk .left-blk .content-blk span {
            font-style: normal;
            font-weight: normal;
            font-size: 14.4768px;
            line-height: 22px;
            letter-spacing: -0.434303px;
            color: rgba(11, 36, 65, 0.72); }
      .testimonal-slide2 .slider-card .postby-blk .right-blk .icon {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .testimonal-slide2 .slider-card .postby-blk .right-blk .icon img {
          max-width: 100%; }
  .testimonal-slide2 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px; }
    .testimonal-slide2 .slick-dots button {
      width: 14px;
      height: 4px;
      background: #3763E1;
      opacity: 0.2;
      border-radius: 8px;
      -webkit-transition: 0.12s ease-in-out;
      -o-transition: 0.12s ease-in-out;
      transition: 0.12s ease-in-out; }
      .testimonal-slide2 .slick-dots button:focus {
        outline: none; }
    .testimonal-slide2 .slick-dots .slick-active button {
      background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
      border-radius: 8px;
      width: 46px;
      opacity: 1; }

.compliance-engine {
  position: relative;
  z-index: 1; }
  .compliance-engine:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }
  .compliance-engine .heading-blk .title2 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .compliance-engine .heading-blk .title2 {
        font-size: 20px;
        line-height: 1.16; } }
  .compliance-engine .heading-blk .subtext-4 {
    margin-bottom: 60px; }

.compliance-score-blk {
  position: relative;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.12);
  box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.12); }
  @media (max-width: 1240px) {
    .compliance-score-blk {
      padding: 0 20px; } }
  .compliance-score-blk .audit-score-wrap {
    background: #2E4465;
    border-radius: 16.3863px;
    -webkit-box-shadow: 0px 63px 113px rgba(6, 25, 53, 0.31);
    box-shadow: 0px 63px 113px rgba(6, 25, 53, 0.31);
    width: 100%;
    padding: 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 97px;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); }
    @media (max-width: 1240px) {
      .compliance-score-blk .audit-score-wrap {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        margin-left: -20px;
        padding: 40px 0;
        top: 60px; } }
  @media (max-width: 1240px) and (max-width: 991px) {
    .compliance-score-blk .audit-score-wrap {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
    @media (max-width: 599px) {
      .compliance-score-blk .audit-score-wrap {
        top: 50px;
        padding: 20px 0; } }
  @media (max-width: 599px) and (max-width: 480px) {
    .compliance-score-blk .audit-score-wrap {
      top: 30px;
      padding: 12px 0; } }
    .compliance-score-blk .audit-score-wrap .audit-card {
      text-align: center;
      border-right: 1px dashed rgba(255, 255, 255, 0.2);
      width: 33.3%; }
      .compliance-score-blk .audit-score-wrap .audit-card .number-ui {
        font-family: "Manrope", sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 82.5698px;
        line-height: 82px; }
        @media (max-width: 991px) {
          .compliance-score-blk .audit-score-wrap .audit-card .number-ui {
            font-size: 48px;
            line-height: 70px; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .compliance-score-blk .audit-score-wrap .audit-card .number-ui {
      font-size: 30px;
      line-height: 40px; } }
      .compliance-score-blk .audit-score-wrap .audit-card p {
        font-style: normal;
        font-weight: 600;
        font-size: 19.1174px;
        line-height: 19px;
        margin-top: 12px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .compliance-score-blk .audit-score-wrap .audit-card p {
            font-size: 16px; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .compliance-score-blk .audit-score-wrap .audit-card p {
      font-size: 12px;
      margin-top: 0;
      line-height: 14px; } }
    .compliance-score-blk .audit-score-wrap .total-audit .number-ui, .compliance-score-blk .audit-score-wrap .total-audit p {
      color: #fff; }
    .compliance-score-blk .audit-score-wrap .failed-audit .number-ui, .compliance-score-blk .audit-score-wrap .failed-audit p {
      color: #EF4D58; }
    .compliance-score-blk .audit-score-wrap .success-audit .number-ui, .compliance-score-blk .audit-score-wrap .success-audit p {
      color: #17E18A; }

.ce-card {
  width: 100%; }
  @media (max-width: 1240px) {
    .ce-card {
      width: 100%; } }
  @media (max-width: 1240px) and (max-width: 767px) {
    .ce-card {
      margin-bottom: 50px; } }
  .ce-card figure {
    width: 100%;
    height: 156px;
    border-radius: 22px;
    overflow: hidden;
    background: #DFECFF; }
    .ce-card figure img {
      width: 100%;
      height: 100%; }
  .ce-card h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 20px; }
  .ce-card p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #3F5671;
    font-family: "Manrope", sans-serif; }

/** Career **/
.career-hero-blk {
  position: relative; }
  .career-hero-blk:after {
    position: absolute;
    content: "";
    height: 500px;
    width: 500px;
    right: 0;
    top: 0;
    background: url("/wp-content/uploads/images/carrer-bg.png") no-repeat;
    display: none; }
  .career-hero-blk h1 {
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .career-hero-blk h1 {
        line-height: 1.3; } }
  .career-hero-blk .subtext-1 {
    color: #3F5671;
    max-width: 700px;
    letter-spacing: -0.72px;
    line-height: 38px;
    font-weight: 500; }

.quotes-wrapper {
  background-color: #E9F3FF;
  padding: 78px;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }
  .quotes-wrapper:after {
    position: absolute;
    content: "";
    height: 599px;
    width: 599px;
    border-radius: 100%;
    background: transparent;
    border: 162px solid rgba(198, 224, 255, 0.23);
    right: -250px;
    top: -220px;
    z-index: -1; }
    @media (max-width: 767px) {
      .quotes-wrapper:after {
        display: none; } }
  @media (max-width: 991px) {
    .quotes-wrapper {
      padding: 48px; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .quotes-wrapper {
      padding: 28px; } }
  @media (min-width: 992px) {
    .quotes-wrapper h3 {
      font-style: normal;
      font-weight: 800;
      font-size: 50px;
      line-height: 58px;
      letter-spacing: -0.03em;
      margin-bottom: 60px; }
      .quotes-wrapper h3 span {
        display: block; } }
  @media (max-width: 991px) {
    .quotes-wrapper h3 {
      font-size: 42px;
      line-height: 50px;
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .quotes-wrapper h3 {
      font-size: 32px;
      line-height: 40px; } }
  .quotes-wrapper .quotes-msg {
    max-width: 764px;
    padding-left: 30px;
    border-left: 3px solid #FF8747; }
    .quotes-wrapper .quotes-msg p {
      margin-bottom: 22px;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.0012em;
      font-family: "Manrope", sans-serif; }
    .quotes-wrapper .quotes-msg .icon {
      font-style: italic;
      font-weight: 600;
      font-size: 18px;
      line-height: 30px;
      text-transform: capitalize;
      color: #3F5671;
      font-family: "Work Sans", sans-serif; }

.career-page .gallery-wrapper {
  padding-top: 35px; }

.career-page + footer {
  padding-top: 30px; }

.our-value h2 {
  margin-bottom: 62px; }
  @media (max-width: 991px) {
    .our-value h2 {
      margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .our-value h2 {
      margin-bottom: 30px; } }

.our-value .value-card {
  text-align: center;
  max-width: 300px;
  margin: auto;
  margin-bottom: 62px; }
  @media (max-width: 767px) {
    .our-value .value-card {
      margin-bottom: 48px; } }
  .our-value .value-card .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .our-value .value-card .icon {
        margin-bottom: 16px; } }
  .our-value .value-card .content-ui label {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #0B2441;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .our-value .value-card .content-ui label {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px; } }
  .our-value .value-card .content-ui p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.0032em;
    color: #6D7C8D;
    font-family: "Manrope", sans-serif; }
    @media (max-width: 767px) {
      .our-value .value-card .content-ui p {
        font-size: 16px;
        line-height: 24px; } }

.life-kumoco {
  padding: 20px 0 100px;
  display: none;
}
  .life-kumoco p {
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 74px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #0B2441;
    font-family: "Manrope", sans-serif; }
    @media (max-width: 991px) {
      .life-kumoco p {
        font-size: 62px;
        line-height: 64px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .life-kumoco p {
      margin-bottom: 40px;
      font-size: 52px;
      line-height: 56px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 767px) {
    .life-kumoco p {
      font-size: 42px;
      line-height: 48px; } }
  .life-kumoco .video-wrapper video, .life-kumoco .video-wrapper img {
    height: 567px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    @media (max-width: 991px) {
      .life-kumoco .video-wrapper video, .life-kumoco .video-wrapper img {
        height: 480px; } }

.playpause-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.playpause {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
  background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
  background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  .playpause .icon {
    background: url("/wp-content/uploads/images/ic_play.svg") no-repeat;
    width: 38px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .playpause:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05); }
  .playpause:focus {
    outline: none; }

.tabs-wrapper ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none; }
  @media (max-width: 767px) {
    .tabs-wrapper ul {
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 20px; } }
  .tabs-wrapper ul li {
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tabs-wrapper ul li a {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      letter-spacing: -0.03em;
      text-transform: capitalize;
      font-family: "Manrope", sans-serif;
      padding: 10px 24px;
      border: 1px solid #E1E8F0;
      border-radius: 60px;
      color: #6E85A0; }
      .tabs-wrapper ul li a.active {
        background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
        color: #fff;
        border-color: transparent; }

.tabs-wrapper .tab-content {
  padding-top: 48px; }
  @media (max-width: 575px) {
    .tabs-wrapper .tab-content {
      padding-top: 30px; } }

.role-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 26px 58px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 26px 58px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  padding: 28px 183px 28px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 28px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media (max-width: 991px) {
    .role-card {
      padding: 28px 78px 28px 32px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .role-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 50px 20px 20px; } }
  .role-card:hover {
    -webkit-box-shadow: 0px 57px 58px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 57px 58px rgba(0, 0, 0, 0.07); }
  .role-card:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background: url("/wp-content/uploads/images/ic-rangel.svg") no-repeat;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 575px) {
      .role-card:after {
        right: 20px;
        background-size: 10px; } }
  .role-card .left-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 575px) {
      .role-card .left-blk {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%; } }
    .role-card .left-blk figure {
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .role-card .left-blk figure {
          width: 48px;
          height: 48px; 
          display:none;
        } }
    .role-card .left-blk .content-ui {
      padding-left: 28px; }
      @media (max-width: 575px) {
        .role-card .left-blk .content-ui {
          padding-left: 16px; } }
      .role-card .left-blk .content-ui label {
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.72px;
        text-transform: capitalize;
        font-family: "Manrope", sans-serif;
        color: #0B2441;
        margin-bottom: 6px; }
        @media (max-width: 767px) {
          .role-card .left-blk .content-ui label {
            font-size: 18px;
            line-height: 22px; } }
      .role-card .left-blk .content-ui p {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        font-family: "Manrope", sans-serif;
        color: #3F5671;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .role-card .left-blk .content-ui p {
            font-size: 14px;
            line-height: 24px; } }
        .role-card .left-blk .content-ui p span {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          padding-right: 20px;
          position: relative; }
          .role-card .left-blk .content-ui p span:after {
            background: #3F5671;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            position: absolute;
            content: "";
            right: 6px;
            top: 50%; }
          .role-card .left-blk .content-ui p span:last-child:after {
            display: none; }
  @media (max-width: 575px) {
    .role-card .right-blk {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-left: 0px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .role-card .right-blk .city-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #3F5671;
    font-family: "Manrope", sans-serif;
    padding: 6px 24px;
    background: #EFF3F8;
    border-radius: 30px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .role-card .right-blk .city-tag {
        margin-top: 16px;
        height: 40px; } }

.hyperlink-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px; }

.cloud-card-blk {
  padding: 35px 0 110px; }
  @media (max-width: 991px) {
    .cloud-card-blk {
      padding: 35px 0 80px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cloud-card-blk {
      padding: 35px 0 60px; } }
  .cloud-card-blk figure {
    background: #E1EEFF;
    border-radius: 32px;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .cloud-card-blk figure {
        min-height: 440px; } }
    @media (max-width: 767px) {
      .cloud-card-blk figure {
        min-height: 320px;
        margin-bottom: 20px; } }
  .cloud-card-blk .col-lg-10 .row {
    margin-bottom: 64px; }
    .cloud-card-blk .col-lg-10 .row:last-child {
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .cloud-card-blk .col-lg-10 .row:nth-child(2n+2) .col-lg-6:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .cloud-card-blk .col-lg-10 .row:nth-child(2n+2) .col-lg-6:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .cloud-card-blk .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .cloud-card-blk .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

/** career **/
/** ms provider **/
.ms-provider .our-mission:before {
  top: -60px; }

.ms-provider .cl-wrapper .card-img {
  background: #DFECFF;
  -webkit-box-shadow: 0px 208px 246px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 208px 246px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  min-height: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ft-certification .heading-blk h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2.72px;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    .ft-certification .heading-blk h2 {
      font-size: 42px;
      line-height: 52px;
      letter-spacing: -1.72px;
      margin-bottom: 24px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .ft-certification .heading-blk h2 {
      font-size: 36px;
      line-height: 42px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .ft-certification .heading-blk h2 {
      font-size: 30px;
      line-height: 36px; } }

.ft-certification .heading-blk .subtext-4 {
  color: #0B2441;
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .ft-certification .heading-blk .subtext-4 {
      margin-bottom: 40px; } }

.cl-wrapper .row {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .cl-wrapper .row {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .cl-wrapper .row {
      margin-bottom: 40px; } }
  .cl-wrapper .row:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cl-wrapper .row:nth-child(2n+2) .col-lg-6:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .cl-wrapper .row:nth-child(2n+2) .col-lg-6:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .cl-wrapper .row:nth-child(2n+2) .content-blk {
    padding-left: 0px; }

.cl-wrapper .content-blk {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .cl-wrapper .content-blk {
      padding-left: 0; }
      .cl-wrapper .content-blk .subtext-4 {
        font-size: 16px;
        line-height: 24px; } }
  .cl-wrapper .content-blk h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #0B2441;
    font-family: "Manrope", sans-serif; }
    @media (max-width: 767px) {
      .cl-wrapper .content-blk h5 {
        font-size: 24px;
        line-height: 32px; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .cl-wrapper .content-blk h5 {
      font-size: 20px;
      line-height: 28px; } }

/** ms provider **/
.ft-certification:before {
  top: -24%; }

.ft-certification:after {
  top: initial;
  bottom: 2%; }

.solution-blk {
  overflow: hidden; }
  .solution-blk .heading-blk {
    max-width: 628px;
    margin: auto;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .solution-blk .heading-blk {
        margin-bottom: 40px; } }
    .solution-blk .heading-blk .h2 {
      margin-bottom: 16px; }
  .solution-blk .subtext-4 {
    color: #0B2441;
    margin-bottom: 0; }
  .solution-blk figure {
    border-radius: 14px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .solution-blk figure {
        margin: auto;
        margin-bottom: 40px;
        width: 100%; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .solution-blk figure {
      margin-bottom: 20px; } }
  @media (min-width: 991px) {
    .solution-blk .row .col-lg-6:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .solution-blk .row .col-lg-6:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.solution-list {
  padding: 0 60px 0 60px; }
  @media (max-width: 991px) {
    .solution-list {
      padding: 20px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .solution-list {
      padding: 20px 0; } }
  .solution-list li {
    position: relative;
    padding-left: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #3F5671;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .solution-list li {
        font-size: 16px;
        line-height: 22px; } }
    .solution-list li:before {
      position: absolute;
      content: "";
      background: url("/wp-content/uploads/images/ic-bcheck.svg");
      width: 26px;
      height: 26px;
      background-size: 100%;
      left: 0;
      top: 1px; }

/** billing start **/
.billing-hero-blk {
  position: relative;
  z-index: 9;
  overflow: hidden; }
  /* @media (max-width: 767px) {
    .billing-hero-blk figure {
      display: none; } } */
  .billing-hero-blk:before {
    position: absolute;
    bottom: -150px;
    left: -170px;
    width: 40%;
    height: 120%;
    content: "";
    background: url("/wp-content/uploads/images/icons/kumocoo-bg-logo.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    z-index: -1; }
  .billing-hero-blk:after {
    position: absolute;
    top: -110px;
    right: -120px;
    width: 40%;
    height: 120%;
    content: "";
    background: url("/wp-content/uploads/images/icons/kumocoo-bg-logo.svg") center no-repeat;
    background-size: contain;
    z-index: -1; }
  .billing-hero-blk .hero-banner-content {
    padding-right: 40px; }
    @media (max-width: 767px) {
      .billing-hero-blk .hero-banner-content {
        padding-right: 0px; } }
    .billing-hero-blk .hero-banner-content h1 {
      line-height: 1.16; }
    .billing-hero-blk .hero-banner-content .fs62 {
      font-size: 62px;
      line-height: 1.16; }
      @media (max-width: 1200px) {
        .billing-hero-blk .hero-banner-content .fs62 {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .billing-hero-blk .hero-banner-content .fs62 {
          font-size: 36px; } }
    @media (max-width: 992px) {
      .billing-hero-blk .hero-banner-content {
        margin-bottom: 30px; } }

.finnacial-account-section .content-block {
  max-width: 70%;
  margin: 0 auto 60px; }
  @media (max-width: 767px) {
    .finnacial-account-section .content-block {
      max-width: 100%; } }

.finnacial-account-section .lg-img {
  -webkit-box-shadow: 0px 75.91304016113281px 149.71739196777344px 0px #16457b5c;
  box-shadow: 0px 75.91304016113281px 149.71739196777344px 0px #16457b5c; }

.finnacial-account-section .content-row {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .finnacial-account-section .content-row {
      margin-top: 40px; } }
  .finnacial-account-section .content-row .heading-blk {
    margin-bottom: 54px;
    padding-right: 100px; }
    @media (max-width: 1300px) {
      .finnacial-account-section .content-row .heading-blk {
        padding-right: 0px; } }
    .finnacial-account-section .content-row .heading-blk p {
      font-style: normal;
      font-weight: 800;
      font-size: 40px;
      line-height: 1.25;
      text-align: center;
      letter-spacing: -2px;
      color: #0B2441;
      font-family: "Manrope", sans-serif; }
      @media (max-width: 767px) {
        .finnacial-account-section .content-row .heading-blk p {
          font-size: 30px; } }
  .finnacial-account-section .content-row .cstm-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .finnacial-account-section .content-row .finnacial-card {
    background: #fff;
    border-radius: 38px;
    padding: 38px 48px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .finnacial-account-section .content-row .finnacial-card {
        padding: 15px; } }
    .finnacial-account-section .content-row .finnacial-card:hover {
      -webkit-box-shadow: 0px 133px 170px 0px #0000000A;
      box-shadow: 0px 133px 170px 0px #0000000A; }
    .finnacial-account-section .content-row .finnacial-card .icon {
      margin-bottom: 30px;
      display: block; }
    .finnacial-account-section .content-row .finnacial-card .finnacial-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.budgeting-section,
.cloud-waste-sec {
  position: relative; }
  .budgeting-section:before,
  .cloud-waste-sec:before {
    background-image: url(/wp-content/themes/kumoco/css/images/budget-bg.svg);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .budgeting-section .budgeting-content .subtext-4,
  .cloud-waste-sec .budgeting-content .subtext-4 {
    padding: 0px 110px; }
    @media (max-width: 1300px) {
      .budgeting-section .budgeting-content .subtext-4,
      .cloud-waste-sec .budgeting-content .subtext-4 {
        padding: 0px 0px; } }
  .budgeting-section .g-0 .col-xl-6,
  .cloud-waste-sec .g-0 .col-xl-6 {
    padding: 0; }
    @media (max-width: 767px) {
      .budgeting-section .g-0 .col-xl-6,
      .cloud-waste-sec .g-0 .col-xl-6 {
        padding: 0px 15px; } }
  .budgeting-section .img-wrpr,
  .cloud-waste-sec .img-wrpr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 0 22px 22px 0;
    overflow: hidden; }
    @media (max-width: 992px) {
      .budgeting-section .img-wrpr img,
      .cloud-waste-sec .img-wrpr img {
        border-radius: 30px;
        margin-bottom: 40px; } }
  .budgeting-section .budget-list,
  .cloud-waste-sec .budget-list {
    padding-left: 55px;
    max-width: 57%;
    margin-left: 80px; }
    @media (max-width: 1300px) {
      .budgeting-section .budget-list,
      .cloud-waste-sec .budget-list {
        max-width: 67%; } }
    @media (max-width: 992px) {
      .budgeting-section .budget-list,
      .cloud-waste-sec .budget-list {
        max-width: 100%;
        margin-left: 0px; } }
    .budgeting-section .budget-list .budget-item,
    .cloud-waste-sec .budget-list .budget-item {
      font-family: Manrope;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.40;
      color: #C6E0FF;
      margin-bottom: 38px;
      position: relative; }
      @media (max-width: 767px) {
        .budgeting-section .budget-list .budget-item,
        .cloud-waste-sec .budget-list .budget-item {
          font-size: 18px;
          margin-bottom: 24px; } }
      .budgeting-section .budget-list .budget-item:before,
      .cloud-waste-sec .budget-list .budget-item:before {
        position: absolute;
        top: 7px;
        left: -55px;
        width: 30px;
        height: 30px;
        content: "";
        background: url("/wp-content/uploads/images/icons/check-green.svg") center no-repeat;
        background-size: cover; }

@media (max-width: 992px) {
  .forecasting-section .row {
    text-align: center; } }

@media (min-width: 991px) {
  .forecasting-section .row .col-lg-10 .row:last-child .content-block {
    padding-left: 60px;
    padding-right: 0; } }

.forecasting-section .forecasting-content {
  max-width: 62%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .forecasting-section .forecasting-content {
      max-width: 100%; } }
  .forecasting-section .forecasting-content .subtext-4 {
    color: #0B2441; }

.forecasting-section .content-block {
  padding-right: 60px; }
  @media (max-width: 992px) {
    .forecasting-section .content-block {
      padding-right: 0px; } }
  .forecasting-section .content-block .forecasting-title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.20;
    letter-spacing: -0.32px;
    color: #0B2441;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .forecasting-section .content-block .forecasting-title {
        font-size: 26px;
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .forecasting-section .content-block .forecasting-title {
        font-size: 24px; } }
  .forecasting-section .content-block .forecasting-subtext {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.78;
    color: #3F5671; }

.forecasting-section .reserved {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .forecasting-section .reserved {
      margin-bottom: 30px; } }

.forecasting-section .content-img figure {
  background: rgba(198, 224, 255, 0.64);
  border-radius: 30px; }

@media (min-width: 992px) {
  .reserved {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 991px) {
  .reserved {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

/** billing end **/
/**    Social responsibilities start      **/
.sr-hero-blk {
  position: relative; }
  @media (max-width: 992px) {
    .sr-hero-blk {
      background: url(/wp-content/uploads/images/sr-image2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: 10; } }
  .sr-hero-blk:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(/wp-content/uploads/images/sr-image2.jpg);
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 992px) {
      .sr-hero-blk:after {
        background: #0D1E4F;
        opacity: 0.75;
        width: 100%;
        z-index: -1; } }
  .sr-hero-blk .hero-banner-content {
    padding-right: 60px; }
    @media (max-width: 992px) {
      .sr-hero-blk .hero-banner-content {
        padding-right: 0px; } }
    .sr-hero-blk .hero-banner-content h2 {
      line-height: 1.22; }
      @media (max-width: 767px) {
        .sr-hero-blk .hero-banner-content h2 {
          font-size: 36px; } }

.sr-slider .image-sides {
  margin-bottom: 0px; }
  .sr-slider .image-sides .slide-card {
    min-width: 600px;
    max-width: 600px; }
    @media (max-width: 992px) {
      .sr-slider .image-sides .slide-card {
        min-width: 500px;
        max-width: 500px; } }
    @media (max-width: 767px) {
      .sr-slider .image-sides .slide-card {
        min-width: 80vw;
        max-width: 80vw; } }

.sr-content-section .content-head {
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .sr-content-section .content-head {
      font-size: 24px;
      margin-bottom: 20px; } }

.sr-content-section .content-desc {
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: -0.32px;
  color: #3F5671;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .sr-content-section .content-desc {
      font-size: 18px;
      margin-bottom: 20px; } }

.action-plan {
  position: relative;
  overflow: hidden; }
  .action-plan:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%); }
  .action-plan .half-marathon-block {
    position: relative;
    overflow: hidden;
    border-radius: 12px; }
    @media (max-width: 767px) {
      .action-plan .half-marathon-block img {
        min-height: 240px; } }
    .action-plan .half-marathon-block:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 37, 66, 0)), color-stop(0.01%, rgba(12, 37, 66, 0)), color-stop(42.62%, rgba(12, 37, 66, 0.29)), color-stop(67.12%, rgba(12, 37, 66, 0.71)), to(#0C2542));
      background: -webkit-linear-gradient(top, rgba(12, 37, 66, 0) 0%, rgba(12, 37, 66, 0) 0.01%, rgba(12, 37, 66, 0.29) 42.62%, rgba(12, 37, 66, 0.71) 67.12%, #0C2542 100%);
      background: -o-linear-gradient(top, rgba(12, 37, 66, 0) 0%, rgba(12, 37, 66, 0) 0.01%, rgba(12, 37, 66, 0.29) 42.62%, rgba(12, 37, 66, 0.71) 67.12%, #0C2542 100%);
      background: linear-gradient(180deg, rgba(12, 37, 66, 0) 0%, rgba(12, 37, 66, 0) 0.01%, rgba(12, 37, 66, 0.29) 42.62%, rgba(12, 37, 66, 0.71) 67.12%, #0C2542 100%); }
    .action-plan .half-marathon-block .marathon-content-blk {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 55px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 992px) {
        .action-plan .half-marathon-block .marathon-content-blk {
          padding: 35px; } }
      @media (max-width: 767px) {
        .action-plan .half-marathon-block .marathon-content-blk {
          padding: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          bottom: 0;
          height: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
          .action-plan .half-marathon-block .marathon-content-blk .primary-btn.btn-lg{
            word-break: keep-all;
            white-space: pre;
          }
      .action-plan .half-marathon-block .marathon-content-blk .marathon-content {
        font-weight: 800;
        font-size: 48px;
        line-height: 1.12;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        max-width: 79%; }
        @media (max-width: 992px) {
          .action-plan .half-marathon-block .marathon-content-blk .marathon-content {
            font-size: 38px;
            max-width: 70%; } }
        @media (max-width: 767px) {
          .action-plan .half-marathon-block .marathon-content-blk .marathon-content {
            font-size: 30px;
            max-width: 85%;
            text-align: center; } }
        @media (max-width: 480px) {
          .action-plan .half-marathon-block .marathon-content-blk .marathon-content {
            font-size: 24px; } }

.review-content-blk {
  background: #E9F3FF;
  border-radius: 20px;
  padding: 82px 90px;
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .review-content-blk {
      padding: 60px; } }
  @media (max-width: 480px) {
    .review-content-blk {
      padding: 30px; } }
  .review-content-blk .review-content {
    max-width: 77%;
    border-left: 3px solid #F35944;
    padding-left: 30px; }
    @media (max-width: 992px) {
      .review-content-blk .review-content {
        max-width: 100%; } }
    .review-content-blk .review-content .review-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.67;
      letter-spacing: 0.0012em;
      color: #3F5671;
      margin-bottom: 22px; }
    .review-content-blk .review-content .review-head {
      max-width: 131px; }

/**    Social responsibilities end      **/
/**blog listing css **/
.blog-hero-blk h3 {
  margin-bottom: 62px; }
  @media (max-width: 599px) {
    .blog-hero-blk h3 {
      margin-bottom: 40px; } }

.blog-post {
  margin-bottom: 60px; }
  .blog-post figure {
    width: 100%;
    height: 248px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 16px; }
    @media (max-width: 599px) {
      .blog-post figure {
        height: 224px; } }
    .blog-post figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .blog-post .content-blk .blogtime {
    font-style: normal;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #6D7C8D;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog-post .content-blk h5 {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
    background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    min-height: 90px; }
    @media (max-width: 991px) {
      .blog-post .content-blk h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .blog-post .content-blk h5 {
      min-height: auto;
      margin-bottom: 24px; } }
  .blog-post .content-blk .postby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-post .content-blk .postby .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 32px;
      height: 32px;
      border-radius: 100%;
      overflow: hidden; }
      .blog-post .content-blk .postby .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .blog-post .content-blk .postby span {
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 22px;
      color: #0B2441;
      display: inline-block;
      padding-left: 14px; }
  @media (max-width: 599px) {
    .blog-post {
      margin-bottom: 40px; } }

@media (max-width: 767px) {
  .blog-section-more .row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
  @media (max-width: 767px) and (max-width: 480px) {
    .blog-section-more .row .col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.blog-listing-wrapper {
  padding: 60px 0 112px; }
  @media (max-width: 767px) {
    .blog-listing-wrapper .row .col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) and (max-width: 480px) {
    .blog-listing-wrapper .row .col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .blog-listing-wrapper .row .col-4:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
    .blog-listing-wrapper .row .col-4:first-child .blog-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 599px) {
        .blog-listing-wrapper .row .col-4:first-child .blog-post {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .blog-listing-wrapper .row .col-4:first-child .blog-post figure {
        width: calc(100% - 400px);
        height: 466px;
        border-radius: 22px;
        overflow: hidden;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .blog-listing-wrapper .row .col-4:first-child .blog-post figure {
            height: 350px;
            width: calc(100% - 350px); } }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post figure {
      height: 300px;
      width: calc(100% - 300px); } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post figure {
      width: 100%;
      margin-bottom: 24px; } }
        .blog-listing-wrapper .row .col-4:first-child .blog-post figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk {
        width: 400px;
        padding-left: 30px; }
        @media (max-width: 991px) {
          .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk {
            width: 350px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk {
      width: 300px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk {
      width: 100%;
      padding-left: 0; } }
        .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk h5 {
          font-size: 34px;
          line-height: 42px;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk h5 {
              font-size: 30px;
              line-height: 38px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk h5 {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .blog-listing-wrapper .row .col-4:first-child .blog-post .content-blk h5 {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 28px; } }
  .blog-listing-wrapper .review-section {
    margin: 40px 0 30px; }

.subscribe-newsletter {
  padding-bottom: 50px; }
  .subscribe-newsletter .sn-wrap {
    background: #E5F2FF;
    padding: 82px 60px 82px 100px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .subscribe-newsletter .sn-wrap .h2 {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .subscribe-newsletter .sn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .subscribe-newsletter .sn-wrap {
      padding: 40px 24px; } }
    @media (max-width: 991px) {
        .subscribe-newsletter .sn-wrap .h2 {
          margin-bottom: 24px; } }
    .subscribe-newsletter .sn-wrap .subscribe-wrap {
      width: 470px; }
      @media (max-width: 599px) {
        .subscribe-newsletter .sn-wrap .subscribe-wrap {
          width: 100%; } }
      .subscribe-newsletter .sn-wrap .subscribe-wrap input {
        padding-left: 34px;
        border: 1px solid #D6E7FE;
        height: 70px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .subscribe-newsletter .sn-wrap .subscribe-wrap input {
            height: 52px; } }
        @media (max-width: 500px) {
          .subscribe-newsletter .sn-wrap .subscribe-wrap input {
            padding: 16px; } }
      .subscribe-newsletter .sn-wrap .subscribe-wrap .blue-btn {
        border-radius: 60px;
        height: 60px;
        padding: 0 24px;
        border: none;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        letter-spacing: -0.72px;
        color: #FFFFFF;
        font-family: "Manrope", sans-serif;
        position: absolute;
        right: 5px;
        top: 5px;
        border: none;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
        background-size: 200% auto; }
        .subscribe-newsletter .sn-wrap .subscribe-wrap .blue-btn:hover {
          transition: all .4s ease-in-out;
          color: #fff;
          background-position: right center;
          -moz-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
        .subscribe-newsletter .sn-wrap .subscribe-wrap .blue-btn:focus {
          outline: none; }
        @media (max-width: 767px) {
          .subscribe-newsletter .sn-wrap .subscribe-wrap .blue-btn {
            height: 42px; } }
        @media (max-width: 500px) {
          .subscribe-newsletter .sn-wrap .subscribe-wrap .blue-btn {
            position: relative;
            top: initial;
            right: initial;
            width: 100%;
            margin-top: 16px;
            height: 52px; } }
  .subscribe-newsletter.gr-blue {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0; }
    .subscribe-newsletter.gr-blue .sn-wrap {
      background: transparent;
      padding: 100px 0px 100px 0px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .subscribe-newsletter.gr-blue .sn-wrap {
          text-align: center;
          padding: 70px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .subscribe-newsletter.gr-blue .sn-wrap {
      padding: 40px 0 20px; } }
      @media (max-width: 991px) {
          .subscribe-newsletter.gr-blue .sn-wrap .h2 {
            letter-spacing: -1.72px; } }
      .subscribe-newsletter.gr-blue .sn-wrap .left-blk {
        max-width: 490px; }
      .subscribe-newsletter.gr-blue .sn-wrap .subscribe-wrap {
        width: 550px; }
        @media (max-width: 599px) {
          .subscribe-newsletter.gr-blue .sn-wrap .subscribe-wrap {
            width: 100%; } }
      .subscribe-newsletter.gr-blue .sn-wrap .blue-btn {
        background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
        background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
        background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 51%, #FF8747 100%);
        background-size: 200% auto; }
        .subscribe-newsletter.gr-blue .sn-wrap .blue-btn:hover {
          background-position: right center;
          -moz-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          color: #fff; }

/** blog detail css start here**/
.blogpost-wrapper {
  padding-top: 0;
  background: #F9FCFF; }
  .blogpost-wrapper .postblog-sec {
    background: #10294b;
    padding: 140px 0 90px; }
  .blogpost-wrapper .post-head .blog-date {
    margin-bottom: 32px; }
    .blogpost-wrapper .post-head .blog-date p {
      font-style: normal;
      font-family: "Manrope", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.32px;
      color: #fff; }
  .blogpost-wrapper .post-head .post-title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    color: #fff !important;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /*-webkit-text-fill-color: transparent;*/
    margin-bottom: 62px; }
    @media (max-width: 767px) {
      .blogpost-wrapper .post-head .post-title {
        font-size: 28px;
        line-height: 38px; } }
  .blogpost-wrapper .post-head .blog-auth-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blogpost-wrapper .post-head .blog-auth-in .auth-img {
      /* border: 2.71px solid; */
      border-image-source: linear-gradient(162.41deg, #FFFFFF 4.4%, rgba(255, 255, 255, 0.06) 87.96%);
      width: 42px;
      height: 42px;
      border-radius: 100%;
      overflow: hidden; }
      .blogpost-wrapper .post-head .blog-auth-in .auth-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 100%; }
    .blogpost-wrapper .post-head .blog-auth-in .written-by {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #0B2441;
      font-family: "Manrope", sans-serif;
      padding-left: 16px; }

      .blogpost-wrapper .post-head .blog-auth-in .written-by a{
        color: #FFF !important;
      }

.post-body {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 90px 40px;
  margin-bottom: 117px;
  margin-top: -64px; }
  @media (max-width: 991px) {
    .post-body {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .post-body {
      padding: 40px 24px;
      margin-bottom: 60px; } }
  .post-body .inner-content-blk {
    max-width: 970px;
    margin: auto; }
  .post-body p {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.72px;
    color: #3F5671;
    max-width: 724px;
    margin: auto;
    margin-bottom: 40px; }
    .post-body h1, .post-body h2,  .post-body h3, .post-body h4{
        max-width: 724px;
        margin: auto;
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
        letter-spacing: -0.72px;
    }
    @media (max-width: 767px) {
      .post-body p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px; } }
    .post-body p strong {
      font-weight: bold;
      font-size: 24px;
      line-height: 38px;
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .post-body p strong {
          font-size: 20px;
          line-height: 32px; } }
    .post-body p a {
      color: #1F67BB; }
  .post-body ul {
    max-width: 724px;
    margin: auto;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .post-body ul {
        margin-bottom: 20px; } }
    .post-body ul li {
      font-family: "Manrope", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: -0.72px;
      color: #3F5671; }
      @media (max-width: 767px) {
        .post-body ul li {
          font-size: 16px;
          line-height: 28px; } }
  .post-body img {
    margin-bottom: 48px;
    border-radius: 18px; }
    @media (max-width: 767px) {
      .post-body img {
        margin-bottom: 20px; } }
  .post-body h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.72px;
    font-family: "Manrope", sans-serif;
    max-width: 724px;
    margin: auto;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .post-body h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; } }

.blog-section-more .nb-heading {
  margin-bottom: 64px; }
  @media (max-width: 991px) {
    .blog-section-more .nb-heading {
      margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-section-more .nb-heading {
      margin-bottom: 24px; } }
  .blog-section-more .nb-heading p {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-family: "Manrope", sans-serif;
    background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
    background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .blog-section-more .nb-heading p {
        font-size: 32px;
        line-height: 42px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-section-more .nb-heading p {
      font-size: 28px;
      line-height: 36px; } }

.job-detail-page {
  padding-top: 0;
  background: #F9FCFF; }
  @media (max-width: 767px) {
    .job-detail-page .subscribe-newsletter {
      margin-bottom: 0; } }

.jd-hero-blk {
  background: #E9F3FF;
  padding: 167px 0 130px; }
  @media (max-width: 599px) {
    .jd-hero-blk {
      padding: 120px 0 130px; } }
  .jd-hero-blk h3 {
    margin-bottom: 14px; }
  .jd-hero-blk .job-inner-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 599px) {
      .jd-hero-blk .job-inner-blk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .jd-hero-blk .job-inner-blk .left-blk {
          margin-bottom: 30px; } }

.opn-place span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 14px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #0B2441;
  font-family: "Manrope", sans-serif; }
  .opn-place span:first-child {
    padding-left: 0; }
    .opn-place span:first-child:before {
      display: none; }
  .opn-place span:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #0B2441;
    border-radius: 100%;
    display: inline-block;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.job-content-sec .white-bg {
  background: #fff;
  border-radius: 18px;
  padding: 83px 112px 70px;
  margin-top: -85px; }
  .job-content-sec .white-bg:before {
    display: none; }
  @media (max-width: 991px) {
    .job-content-sec .white-bg {
      padding: 50px 40px 50px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .job-content-sec .white-bg {
      padding: 40px 24px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .job-content-sec .white-bg {
      padding: 20px 24px 40px; } }

.job-content-sec h3, .job-content-sec h4, .job-content-sec h5, .job-content-sec h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.03em;
  font-family: "Manrope", sans-serif;
  margin-bottom: 32px;
  padding-top: 30px; }

.job-content-sec p {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.24px;
  color: #3F5671;
  font-family: "Manrope", sans-serif; }

.animate-3dlogo {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/images/mission-bg.png);
  width: 705px;
  height: 706px;
  right: 0;
  top: 0;
  background-position: 50% 0%; }
  @media (max-width: 1199px) {
    .animate-3dlogo {
      width: 460px;
      height: 450px;
      background-size: 100%; } }

.animate-logo {
  position: absolute;
  content: "";
  width: 800px;
  height: 700px;
  left: -400px;
  top: -340px;
  background: url(/wp-content/uploads/images/kumoco3d.png) no-repeat;
  background-size: 100%; }

.animate-logo2 {
  background-image: url(/wp-content/uploads/images/discover-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  content: "";
  right: 0%;
  top: -30%;
  width: 451px;
  height: 457px;
  z-index: -1; }
  @media (max-width: 991px) {
    .animate-logo2 {
      display: none; } }

.animate-logo3 {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  right: 0;
  top: 0;
  background: url(/wp-content/uploads/images/carrer-bg.png) no-repeat; }
  @media (max-width: 991px) {
    .animate-logo3 {
      display: none; } }

  @media (max-width: 991px) {
    .career-hero-blk .animate-logo3 {
      display: block;
      height: 250px;
      width: 250px;
     } }
.trust-kumoco {
  padding-bottom: 60px; }
  .trust-kumoco .kt-listing .brand_logo {
    width: 16.66%; }
    @media (max-width: 991px) {
      .trust-kumoco .kt-listing .brand_logo {
        width: 20%; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .trust-kumoco .kt-listing .brand_logo {
      width: 25%; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 550px) {
    .trust-kumoco .kt-listing .brand_logo {
      width: 33%; } }

.billing-recharge-page .optimize-cloud .cloud-inner-blk .content-blk {
  max-width: 1000px; }

/*faq page css*/
.faqpage {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FBFF), color-stop(39.78%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #F8FBFF 0%, rgba(255, 255, 255, 0) 39.78%);
  background: -o-linear-gradient(top, #F8FBFF 0%, rgba(255, 255, 255, 0) 39.78%);
  background: linear-gradient(180deg, #F8FBFF 0%, rgba(255, 255, 255, 0) 39.78%);
  position: inherit;
  overflow: initial; }
  .faqpage:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1350px;
    left: -52%;
    top: -38%;
    background: url("/wp-content/uploads/images/line1.svg") no-repeat;
    z-index: -1; }
    @media (min-width: 1200px) {
      .faqpage:before {
        left: -65%;
        width: 110%;
        top: -29%; } }
  .faqpage:after {
    position: absolute;
    content: "";
    width: 1200px;
    height: 1280px;
    right: -48%;
    top: 15%;
    background: url(/wp-content/uploads/images/line2.svg) no-repeat;
    z-index: -1; }
    @media (min-width: 1200px) {
      .faqpage:after {
        right: -48%;
        top: 15%; } }
  .faqpage .tabs-blk {
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .faqpage .tabs-blk {
        padding-bottom: 30px; } }
  .faqpage + footer {
    padding-top: 65px; }
    @media (max-width: 767px) {
      .faqpage + footer {
        padding-top: 30px; } }

.faq-hero-blk {
  padding: 70px 0 50px; }
  .faq-hero-blk h2 {
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .faq-hero-blk h2 {
        margin-bottom: 20px; } }
  .faq-hero-blk p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    font-family: "Manrope", sans-serif;
    color: #3F5671;
    max-width: 800px;
    margin: auto; }
    @media (max-width: 991px) {
      .faq-hero-blk p {
        font-size: 18px;
        line-height: 32px; } }

.main-tabs-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .main-tabs-wrapper .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 9px; }
    @media (max-width: 767px) {
      .main-tabs-wrapper .nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: auto; 
        margin: 0 -15px;
        border-radius: 14px 0 0 14px;
      } }
    .main-tabs-wrapper .nav-tabs li {
      margin: 0 7px; }
      .main-tabs-wrapper .nav-tabs li a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #6E85A0;
        font-family: "Manrope", sans-serif;
        padding: 0 25px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.24);
        border-radius: 0px;
        position: relative;
        z-index: 1; 
        white-space: nowrap;
      }
        @media (max-width: 767px) {
          .main-tabs-wrapper .nav-tabs li a {
            line-height: normal;
            font-size: 16px; } }
        .main-tabs-wrapper .nav-tabs li a:after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
          background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
          background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          border-radius: 8px;
          z-index: -1;
          opacity: 0;
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .main-tabs-wrapper .nav-tabs li a.active {
          color: #fff; }
          .main-tabs-wrapper .nav-tabs li a.active:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1; }

.tabs-blk .tab-content {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .tabs-blk .tab-content {
      padding-top: 20px; } }
  .tabs-blk .tab-content .accordion .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 16px;
    background: transparent;
    border: 1px solid #F4F4F4; }
    @media (max-width: 767px) {
      .tabs-blk .tab-content .accordion .card {
        margin-bottom: 24px; } }
    @media (max-width: 599px) {
      .tabs-blk .tab-content .accordion .card {
        margin-bottom: 16px; } }
    .tabs-blk .tab-content .accordion .card .card-header {
      border: none;
      padding: 0;
      background: none;
      position: relative;
      background: #FFFFFF; }
      .tabs-blk .tab-content .accordion .card .card-header a {
        padding: 26px 95px 26px 36px;
        display: block;
        background: transparent; }
        @media (max-width: 767px) {
          .tabs-blk .tab-content .accordion .card .card-header a {
            padding: 20px 68px 20px 20px; } }
      .tabs-blk .tab-content .accordion .card .card-header h5 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.464px;
        font-family: "Manrope", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .tabs-blk .tab-content .accordion .card .card-header h5 {
            font-size: 18px;
            line-height: 28px; } }
  @media (max-width: 767px) and (max-width: 599px) {
    .tabs-blk .tab-content .accordion .card .card-header h5 {
      font-size: 16px; } }
      .tabs-blk .tab-content .accordion .card .card-header .fa-icon {
        width: 42px;
        height: 42px;
        border: 1px solid #E7E9EC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .tabs-blk .tab-content .accordion .card .card-header .fa-icon {
            right: 15px; } }
        .tabs-blk .tab-content .accordion .card .card-header .fa-icon:after {
          position: absolute;
          content: "";
          background: url("/wp-content/uploads/images/ic-plus.svg") no-repeat;
          width: 20px;
          height: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: auto; }
      .tabs-blk .tab-content .accordion .card .card-header a[aria-expanded="true"] {
        padding-bottom: 24px; }
        .tabs-blk .tab-content .accordion .card .card-header a[aria-expanded="true"] .fa-icon {
          background: #F4F9FF;
          border-color: 1px solid #F4F9FF; }
          .tabs-blk .tab-content .accordion .card .card-header a[aria-expanded="true"] .fa-icon:after {
            background: url("/wp-content/uploads/images/ic-minus.svg") no-repeat;
            height: 2px;
            width: 18px; }
    .tabs-blk .tab-content .accordion .card .card-body {
      padding: 0px 36px 36px;
      -webkit-box-shadow: 0px 26px 58px rgba(0, 0, 0, 0.02);
      box-shadow: 0px 26px 58px rgba(0, 0, 0, 0.02);
      background: #fff; }
      .tabs-blk .tab-content .accordion .card .card-body p {
        font-family: "Manrope", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -0.206222px;
        color: #3F5671; }
      @media (min-width: 1199px) {
        .tabs-blk .tab-content .accordion .card .card-body {
          padding-right: 120px; } }
      @media (max-width: 767px) {
        .tabs-blk .tab-content .accordion .card .card-body {
          font-size: 16px;
          line-height: 28px;
          padding: 0 26px 26px; } }
  @media (max-width: 767px) and (max-width: 599px) {
    .tabs-blk .tab-content .accordion .card .card-body {
      font-size: 14px; } }

/* Event & webinars*/
.inner-navbar-wrap {
  background: #FFFFFF;
  padding: 30px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9997; }
  @media (max-width: 991px) {
    .inner-navbar-wrap {
      z-index: 99;
      padding: 20px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .inner-navbar-wrap {
      padding: 14px 0; } }
  .inner-navbar-wrap ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .inner-navbar-wrap ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 5px; } }
    .inner-navbar-wrap ul li {
      margin-bottom: 0;
      padding: 0 30px; }
      .inner-navbar-wrap ul li a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #6E85A0;
        font-family: "Manrope", sans-serif; }
        .inner-navbar-wrap ul li a.active {
          color: #1F67BB; }
        @media (max-width: 767px) {
          .inner-navbar-wrap ul li a {
            white-space: nowrap; } }

.event-webinar-page {
  background: #F9FCFF;
  padding-bottom: 62px; }
  @media (max-width: 599px) {
    .event-webinar-page {
      padding-bottom: 0; } }

.webinar-listing {
  padding-bottom: 52px; }
  @media (max-width: 767px) {
    .webinar-listing {
      padding-top: 30px; } }
  .webinar-listing h3 {
    margin-bottom: 60px;
    max-width: 800px; }
    @media (max-width: 599px) {
      .webinar-listing h3 {
        margin-bottom: 40px; } }
  .webinar-listing .text-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; }
  @media (max-width: 1023px) {
    .webinar-listing .col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .webinar-listing .col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 1023px) and (max-width: 767px) and (max-width: 480px) {
    .webinar-listing .col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .webinar-listing .col-3:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
    .webinar-listing .col-3:first-child .event-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent; }
      @media (max-width: 599px) {
        .webinar-listing .col-3:first-child .event-post {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .webinar-listing .col-3:first-child .event-post figure {
        width: calc(100% - 400px);
        height: 466px;
        border-radius: 22px;
        overflow: hidden;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .webinar-listing .col-3:first-child .event-post figure {
            height: 350px;
            width: calc(100% - 350px); } }
  @media (max-width: 991px) and (max-width: 767px) {
    .webinar-listing .col-3:first-child .event-post figure {
      height: 300px;
      width: calc(100% - 300px); } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .webinar-listing .col-3:first-child .event-post figure {
      width: 100%;
      margin-bottom: 24px; } }
        .webinar-listing .col-3:first-child .event-post figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .webinar-listing .col-3:first-child .event-post .content-blk {
        width: 400px;
        padding-left: 30px; }
        @media (max-width: 991px) {
          .webinar-listing .col-3:first-child .event-post .content-blk {
            width: 350px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .webinar-listing .col-3:first-child .event-post .content-blk {
      width: 300px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .webinar-listing .col-3:first-child .event-post .content-blk {
      width: 100%;
      padding-left: 0; } }
        .webinar-listing .col-3:first-child .event-post .content-blk h5 {
          font-size: 34px;
          line-height: 42px;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            .webinar-listing .col-3:first-child .event-post .content-blk h5 {
              font-size: 30px;
              line-height: 38px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .webinar-listing .col-3:first-child .event-post .content-blk h5 {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .webinar-listing .col-3:first-child .event-post .content-blk h5 {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 28px; } }
    .webinar-listing .col-3:first-child .text-btn {
      padding-top: 30px; }

.event-post {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.02);
  border-radius: 13.9216px;
  margin-bottom: 60px; }
  @media (max-width: 599px) {
    .event-post {
      margin-bottom: 30px; } }
  .event-post figure {
    width: 100%;
    height: 183px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    margin-bottom: 0; }
    .event-post figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .event-post a {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .event-post .content-blk {
    padding: 15px 15px 18px; }
    .event-post .content-blk .blogtime {
      font-style: normal;
      font-family: "Manrope", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.32px;
      color: #6D7C8D;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .event-post .content-blk h5 {
      font-family: "Manrope", sans-serif;
      font-weight: 800;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.02em;
      margin-bottom: 54px;
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      min-height: 45px; }
      @media (max-width: 991px) {
        .event-post .content-blk h5 {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .event-post .content-blk h5 {
      min-height: auto;
      margin-bottom: 24px; } }

.lightgray-bg {
  background: #F9FCFF;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .lightgray-bg .subscribe-newsletter {
      margin-bottom: 0; } }

.press-hero-blk {
  position: relative; }
  .press-hero-blk:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("/wp-content/uploads/images/bline-before.png") no-repeat;
    top: 0;
    left: 0; }
  .press-hero-blk:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 700px;
    background: url("/wp-content/uploads/images/bline-after.png") no-repeat;
    top: 0;
    right: 0;
    left: initial; }
  .press-hero-blk .hero-banner-content {
    max-width: 500px;
    margin: auto; }
    .press-hero-blk .hero-banner-content h1 {
      font-weight: 800;
      letter-spacing: -0.03em; }

.article-listing {
  padding: 22px 0 62px; }
  @media (max-width: 991px) {
    .article-listing {
      padding: 22px 0 42px; } }

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #E9E9E9; }
  @media (max-width: 767px) {
    .article-card {
      padding: 30px 0; } }
  @media (max-width: 599px) {
    .article-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 24px 0; } }
  .article-card:last-child {
    border-bottom: 0; }
  .article-card .content-blk {
    width: calc(100% - 200px);
    font-family: "Manrope", sans-serif;
    padding-right: 30px; }
    @media (max-width: 599px) {
      .article-card .content-blk {
        width: 100%;
        padding-right: 0;
        padding-top: 16px; } }
    .article-card .content-blk .time-ui {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.32px;
      color: #6D7C8D;
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .article-card .content-blk h5, .article-card .content-blk h5 a {
      font-style: normal;
      font-weight: 800;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
      margin-bottom: 32px;
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1200px) {
        .article-card .content-blk h5, .article-card .content-blk h5 a {
          font-size: 36px;
          line-height: 42px; } }
  @media (max-width: 1200px) and (max-width: 991px) {
    .article-card .content-blk h5, .article-card .content-blk h5 a {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 1200px) and (max-width: 991px) and (max-width: 767px) {
    .article-card .content-blk h5, .article-card .content-blk h5 a {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 1200px) and (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .article-card .content-blk h5, .article-card .content-blk h5 a {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px; } }
  @media (max-width: 1200px) and (max-width: 991px) and (max-width: 767px) and (max-width: 480px) {
    .article-card .content-blk h5, .article-card .content-blk h5 a {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 10px; } }
    .article-card .content-blk .read-btn {
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #1F67BB;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      @media (max-width: 480px) {
        .article-card .content-blk .read-btn {
          font-size: 18px;
          line-height: 28px; } }
      .article-card .content-blk .read-btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 6px;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
      .article-card .content-blk .read-btn:hover i {
        margin-left: 12px; }
  .article-card .image-blk {
    width: 200px;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 599px) {
      .article-card .image-blk {
        width: 100%; } }
    .article-card .image-blk img {
      width: 100%;
      height: 100%; }

.casestudy-listing {
  padding-bottom: 0;
  padding-top: 60px; }
  .casestudy-listing .col-md-6:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .casestudy-listing .col-md-6:first-child .casestudy-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media (max-width: 650px) {
        .casestudy-listing .col-md-6:first-child .casestudy-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .casestudy-listing .col-md-6:first-child .casestudy-wrapper figure, .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk {
        width: 50%; }
        @media (max-width: 650px) {
          .casestudy-listing .col-md-6:first-child .casestudy-wrapper figure, .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk {
            width: 100%; } }
      .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk {
        padding-left: 40px; }
        @media (max-width: 650px) {
          .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk {
            padding-left: 0; } }
      .casestudy-listing .col-md-6:first-child .casestudy-wrapper h5 {
        font-style: normal;
        font-weight: 800;
        font-size: 34px;
        line-height: 44px; }
        @media (max-width: 767px) {
          .casestudy-listing .col-md-6:first-child .casestudy-wrapper h5 {
            font-size: 20px;
            line-height: 28px; } }

.casestudy-wrapper {
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .casestudy-wrapper {
      margin-bottom: 40px; } }
  .casestudy-wrapper figure {
    border-radius: 22px;
    height: 368px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .casestudy-wrapper figure {
        height: 320px;
        margin-bottom: 20px; } }
    .casestudy-wrapper figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .casestudy-wrapper .content-blk {
    font-family: "Manrope", sans-serif; }
    .casestudy-wrapper .content-blk .casestudy-tag {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      letter-spacing: -0.32px;
      color: #15B46F;
      background: rgba(144, 160, 153, 0.1);
      border-radius: 23px;
      padding: 4px 11px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .casestudy-wrapper .content-blk .casestudy-tag {
          margin-bottom: 10px; } }
    .casestudy-wrapper .content-blk h5 {
      font-style: normal;
      font-weight: 800;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: -0.02em;
      margin-bottom: 32px;
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .casestudy-wrapper .content-blk h5 {
          margin-bottom: 20px;
          font-size: 20px; } }
    .casestudy-wrapper .content-blk .read-btn {
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #1F67BB;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto; }
      @media (max-width: 767px) {
        .casestudy-wrapper .content-blk .read-btn {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .casestudy-wrapper .content-blk .read-btn {
          font-size: 18px;
          line-height: 28px; } }
      .casestudy-wrapper .content-blk .read-btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 6px;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
      .casestudy-wrapper .content-blk .read-btn:hover i {
        margin-left: 12px; }
      .casestudy-wrapper .content-blk .read-btn.blue-btn {
        color: #fff;
        height: 45px;
        padding: 0 30px;
        min-width: 195px; }

/*casestudy-detail*/
.casestudy-detail {
  padding-top: 0; }
  .casestudy-detail .casestudy-hero-blk {
    background: #E9F3FF;
    padding-top: 134px;
    padding-bottom: 94px; }
  .casestudy-detail .hero-banner-content {
    max-width: 815px;
    margin: auto; }
    .casestudy-detail .hero-banner-content h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 62px;
      letter-spacing: -0.03em; }
      @media (max-width: 767px) {
        .casestudy-detail .hero-banner-content h1 {
          font-size: 28px;
          line-height: 38px; } }
    .casestudy-detail .hero-banner-content .subtext-4 {
      color: #3F5671;
      margin-bottom: 32px; }
    .casestudy-detail .hero-banner-content .subtext-1 {
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 0; }
  .casestudy-detail .casestudy-listing {
    padding-top: 80px; }
    @media (max-width: 767px) {
      .casestudy-detail .casestudy-listing {
        padding-top: 60px; } }
    .casestudy-detail .casestudy-listing .col-md-6:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 575px) {
        .casestudy-detail .casestudy-listing .col-md-6:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper figure, .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk {
          width: 100%;
          padding-left: 0; }
          .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper figure h5, .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk h5 {
            font-style: normal;
            font-weight: 800;
            font-size: 22px;
            line-height: 30px;
            letter-spacing: -0.02em; }
            @media (max-width: 767px) {
              .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper figure h5, .casestudy-detail .casestudy-listing .col-md-6:first-child .casestudy-wrapper .content-blk h5 {
                font-size: 20px;
                line-height: 28px; } }
    .casestudy-detail .casestudy-listing .nb-heading p {
      font-style: normal;
      font-weight: 800;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -0.03em;
      font-family: "Manrope", sans-serif;
      margin-bottom: 64px; }
      @media (max-width: 991px) {
        .casestudy-detail .casestudy-listing .nb-heading p {
          font-size: 32px;
          line-height: 42px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .casestudy-detail .casestudy-listing .nb-heading p {
      font-size: 28px;
      line-height: 36px; } }

.benefits-delivered {
  background: rgba(21, 180, 111, 0.03);
  padding: 64px 0; }
  @media (max-width: 767px) {
    .benefits-delivered {
      padding: 32px 0; } }
  .benefits-delivered h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    font-family: "Manrope", sans-serif;
    color: #0B2441;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .benefits-delivered h3 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .benefits-delivered h3 {
      font-size: 32px;
      margin-bottom: 24px;
      line-height: 40px; } }
    .benefits-delivered h3 span {
      color: #15B46F; }
  .benefits-delivered ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.72px;
    color: #3F5671;
    font-family: "Manrope", sans-serif;
    margin-bottom: 32px;
    position: relative;
    padding-left: 65px; }
    @media (max-width: 767px) {
      .benefits-delivered ul li {
        padding-left: 42px;
        font-size: 18px;
        line-height: 32px; } }
    .benefits-delivered ul li:before {
      position: absolute;
      content: "";
      background: url("/wp-content/uploads/images/icons/check-green.svg") no-repeat;
      background-size: 100%;
      width: 34px;
      height: 34px;
      top: 3px;
      left: 0; }
      @media (max-width: 767px) {
        .benefits-delivered ul li:before {
          width: 26px;
          height: 26px; } }

.post-casestudy {
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .post-casestudy {
      padding-bottom: 30px;
      padding-top: 30px; } }
  .post-casestudy .post-content {
    max-width: 900px;
    margin: auto; }
    .post-casestudy .post-content img {
      margin-bottom: 48px;
      border-radius: 18px; }
    .post-casestudy .post-content h1, .post-casestudy .post-content h2, .post-casestudy .post-content h3, .post-casestudy .post-content h4, .post-casestudy .post-content h5, .post-casestudy .post-content h6, .post-casestudy .post-content p, .post-casestudy .post-content ul {
      max-width: 740px;
      margin: auto; }
    .post-casestudy .post-content h3, .post-casestudy .post-content h4 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -0.03em;
      background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
      background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        .post-casestudy .post-content h3, .post-casestudy .post-content h4 {
          font-size: 40px;
          line-height: 48px;
          margin-bottom: 24px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .post-casestudy .post-content h3, .post-casestudy .post-content h4 {
      font-size: 32px;
      margin-bottom: 16px;
      line-height: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .post-casestudy .post-content h3, .post-casestudy .post-content h4 {
      font-size: 26px;
      line-height: 34px; } }
    .post-casestudy .post-content h5, .post-casestudy .post-content h6 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: -0.03em;
      color: #0B2441;
      margin-bottom: 32px;
      padding-top: 16px; }
      @media (max-width: 991px) {
        .post-casestudy .post-content h5, .post-casestudy .post-content h6 {
          font-size: 40px;
          line-height: 48px;
          margin-bottom: 24px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .post-casestudy .post-content h5, .post-casestudy .post-content h6 {
      font-size: 32px;
      margin-bottom: 16px;
      line-height: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .post-casestudy .post-content h5, .post-casestudy .post-content h6 {
      font-size: 26px;
      line-height: 34px; } }
      .post-casestudy .post-content h5 span, .post-casestudy .post-content h6 span {
        background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
        background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent; }
    .post-casestudy .post-content p {
      font-family: "Manrope", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 38px;
      letter-spacing: -0.72px;
      color: #3F5671;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .post-casestudy .post-content p {
          font-size: 16px;
          line-height: 28px;
          margin-bottom: 20px; } }
      .post-casestudy .post-content p strong {
        background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-style: normal;
        font-weight: 800;
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.03em;
        font-family: "Manrope", sans-serif; }
        @media (max-width: 767px) {
          .post-casestudy .post-content p strong {
            font-size: 20px;
            line-height: 32px; } }

.whitepaper-page {
  padding-bottom: 0; }

.whitepaper-listing {
  padding: 64px 0 64px; }
  @media (max-width: 991px) {
    .whitepaper-listing {
      padding: 40px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .whitepaper-listing {
      padding: 30px 0; } }
  .whitepaper-listing .whitepaper-tag {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #2488FD;
    background: rgba(36, 136, 253, 0.1);
    border-radius: 23px;
    padding: 4px 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .whitepaper-listing .whitepaper-tag {
        margin-bottom: 10px; } }
  .whitepaper-listing .casestudy-wrapper h5 {
    font-style: normal;
    font-weight: 800; }
    @media (min-width: 768px) {
      .whitepaper-listing .casestudy-wrapper h5 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 1199px) {
      .whitepaper-listing .casestudy-wrapper h5 {
        font-size: 34px;
        line-height: 42px; } }
  .whitepaper-listing .optimize-cloud .cloud-inner-blk .content-blk h4 br {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

/*whitepaper detail */
.whitepaper-detail-page {
  padding-top: 0;
  background: #F9FCFF; }
  .whitepaper-detail-page .whitepaper-hero-blk {
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), color-stop(66.02%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    padding: 120px 0 100px; }
    @media (max-width: 991px) {
      .whitepaper-detail-page .whitepaper-hero-blk {
        padding: 100px 0 60px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .whitepaper-detail-page .whitepaper-hero-blk {
      padding-top: 80px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 599px) {
    .whitepaper-detail-page .whitepaper-hero-blk {
      padding-top: 60px; } }
    .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content {
      font-family: "Manrope", sans-serif;
      max-width: 630px;
      padding-left: 40px;
      padding-top: 36px; }
      @media (max-width: 991px) {
        .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content {
          padding-left: 0; } }
      .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content h4 {
        font-style: normal;
        font-weight: 800;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: -0.02em;
        background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        margin-bottom: 45px; }
        @media (max-width: 991px) {
          .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content h4 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 30px; } }
      .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content p {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: -0.72px;
        color: #3F5671;
        margin-bottom: 40px; }
        @media (max-width: 991px) {
          .whitepaper-detail-page .whitepaper-hero-blk .hero-banner-content p {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 16px; } }
    .whitepaper-detail-page .whitepaper-hero-blk .form-blk {
      background: #FFFFFF;
      padding: 36px; }
      @media (max-width: 991px) {
        .whitepaper-detail-page .whitepaper-hero-blk .form-blk {
          padding: 24px; } }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label {
        margin-bottom: 22px;
        margin-top: 0; }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk h5 {
        font-style: normal;
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.02em;
        font-family: "Manrope", sans-serif;
        background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
        background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        margin-bottom: 32px; }
        @media (max-width: 991px) {
          .whitepaper-detail-page .whitepaper-hero-blk .form-blk h5 {
            font-size: 24px;
            margin-bottom: 24px; } }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-input {
        border: 1px solid #ECECEC;
        height: 52px;
        padding: 0 25px;
        border-radius: 8px; }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label label {
        left: 25px;
        color: rgba(63, 86, 113, 0.56); }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label .floating-input:focus ~ label,
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label .floating-input:not(:placeholder-shown) ~ label,
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label .floating-input:focus ~ .highlight label,
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .floating-label .floating-input:not(:placeholder-shown) ~ .highlight label {
        left: 12px;
        top: -12px; }
      .whitepaper-detail-page .whitepaper-hero-blk .form-blk .blue-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        margin-top: 25px; }
  .whitepaper-detail-page .whitepaper-listing {
    padding: 0; }
    .whitepaper-detail-page .whitepaper-listing .nb-heading p {
      font-style: normal;
      font-weight: 800;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -0.03em;
      font-family: "Manrope", sans-serif;
      margin-bottom: 64px; }
      @media (max-width: 991px) {
        .whitepaper-detail-page .whitepaper-listing .nb-heading p {
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .whitepaper-detail-page .whitepaper-listing .nb-heading p {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; } }

/*SME Pricing*/
.cloud-pricing-page {
  padding-bottom: 0; }
  @media (max-width: 991) {
    .cloud-pricing-page .trust-kumoco {
      padding-bottom: 80px; } }
  .cloud-pricing-page .trust-kumoco .subtext-1 {
    max-width: 800px;
    margin: auto;
    color: #3F5671;
    text-align: center;
    margin-bottom: 62px; }
  .cloud-pricing-page .trust-kumoco h2 {
    margin-bottom: 32px; }
    @media (min-width: 1199px) {
      .cloud-pricing-page .trust-kumoco h2 {
        line-height: 70px; } }
    @media (max-width: 767px) {
      .cloud-pricing-page .trust-kumoco h2 {
        margin-bottom: 24px; }
        .cloud-pricing-page .trust-kumoco h2 .d-block {
          display: inline !important; } }

.sme-price-sec {
  padding: 92px 0 105px; }
  @media (max-width: 991px) {
    .sme-price-sec {
      padding: 70px 0 80px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .sme-price-sec {
      padding: 50px 0 50px; } }
  .sme-price-sec h2 {
    line-height: 70px; }
    @media (max-width: 991px) {
      .sme-price-sec h2 {
        line-height: 45px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .sme-price-sec h2 {
      margin-bottom: 16px; } }

.select-currency label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.32px;
  color: #3F5671;
  opacity: 0.9; }

.select-currency .cstm-select {
  background-color: #FFFFFF;
  background-image: url("/wp-content/uploads/images/ic-darrow.png");
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  height: 52px;
  padding: 0 22px;
  background-position: 96% 50%; }

.pricing-card-wrap {
  padding-top: 50px; }
  @media (max-width: 1199px) {
    .pricing-card-wrap {
      padding-top: 40px; } }

.pricing-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 60px 36px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  min-height: 390px; }
  @media (max-width: 767px) {
    .pricing-card {
      margin: auto;
      margin-bottom: 30px;
      max-width: 450px; } }
  @media (max-width: 1199px) {
    .pricing-card {
      padding: 48px 24px; } }
  .pricing-card.active {
    -webkit-box-shadow: 0px 5px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 160px rgba(0, 0, 0, 0.08); }
    @media (max-width: 767px) {
      .pricing-card.active {
        margin-top: 0; } }
    .pricing-card.active h5 {
      background: -webkit-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
      background: -o-linear-gradient(357.74deg, #1F67BB 0%, #1649AD 88.27%);
      background: linear-gradient(92.26deg, #1F67BB 0%, #1649AD 88.27%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
    .pricing-card.active .outline-btn {
      background: -webkit-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: -o-linear-gradient(322.07deg, #1F67BB 23.72%, #1649AD 97.22%);
      background: linear-gradient(127.93deg, #1F67BB 23.72%, #1649AD 97.22%);
      color: #fff; }
  .pricing-card h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
    letter-spacing: -3.1198px; }
    @media (max-width: 991px) {
      .pricing-card h5 {
        font-size: 40px;
        line-height: 48px; } }
  .pricing-card .membership-time {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.32px;
    color: rgba(63, 86, 113, 0.6);
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pricing-card .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.72px;
    color: #3F5671;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .pricing-card .desc {
        font-size: 18px;
        line-height: 26px; } }
  .pricing-card ul {
    margin: 48px 0;
    text-align: left; }
    @media (max-width: 767px) {
      .pricing-card ul {
        max-width: 270px;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        margin-top: 48px;
        margin-bottom: 48px; } }
    .pricing-card ul li {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: -0.72px;
      color: rgba(63, 86, 113, 0.6);
      margin-bottom: 26px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 991px) {
        .pricing-card ul li {
          margin-bottom: 20px;
          font-size: 16px; } }
      .pricing-card ul li:last-child {
        margin-bottom: 0; }
      .pricing-card ul li i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 16px; }
  .pricing-card .outline-btn {
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 35px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.72px;
    width: 100%;
    height: 54px;
    color: #1F66BB; }
    @media (max-width: 767px) {
      .pricing-card .outline-btn {
        max-width: 250px; } }
  .pricing-card .inner-content {
    min-height: 112px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }

@media (max-width: 991px) {
  /*.tab-hide {
    display: none; 
  }*/ 
}

/* Cloud manager SME*/
.sme-hero-blk figure {
  margin: 0 -50px 0 0px; }

.gray-700 {
  color: #3F5671; }

.sme-player-sec h2 {
  margin-bottom: 32px; }

.sme-player-sec .subtext-1 {
  max-width: 765px; }

.sme-player-sec .title2 {
  margin-bottom: 62px; }
  @media (max-width: 991px) {
    .sme-player-sec .title2 {
      margin-bottom: 40px; } }

.sme-player-sec .video-section {
  margin: 50px 0 72px; }
  @media (max-width: 767px) {
    .sme-player-sec .video-section {
      margin: 20px 0 40px; } }
  .sme-player-sec .video-section .content-blk {
    max-width: 390px; }
    .sme-player-sec .video-section .content-blk label {
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      font-family: "Manrope", sans-serif;
      margin-bottom: 22px; }
    .sme-player-sec .video-section .content-blk p {
      margin-bottom: 32px; }
    .sme-player-sec .video-section .content-blk .play-btn {
      margin-top: 0; }

.cloud-challenges .h2 {
  margin-bottom: 40px; }

.cloud-challenges .title {
  margin-bottom: 32px; }

.cloud-challenges .desc {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 36px; }
  @media (max-width: 991px) {
    .cloud-challenges .desc {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .cloud-challenges .desc {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .cloud-challenges .desc {
      font-size: 24px;
      line-height: 32px; } }

.cloud-challenges .title2 {
  color: #C6E0FF;
  font-weight: 500;
  margin-bottom: 0; }
  .cloud-challenges .title2 span {
    color: #fff; }

.cloud-challenges .inner-content {
  max-width: 870px; }

.sme-cloud-challenges .h2 {
  margin-bottom: 64px; }

.sme-cloud-challenges .card-img {
  background: #DFECFF;
  -webkit-box-shadow: 0px 208px 246px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 208px 246px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sme-cloud-challenges.line-bg:before {
  left: -88%;
  width: 133%;
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
  top: 0; }

.sme-cloud-challenges.line-bg::after {
  right: -55%;
  top: 0%; }

.cloud-waste-sec {
  overflow: hidden; }
  .cloud-waste-sec .h2 {
    margin-bottom: 62px; }
    @media (max-width: 991px) {
      .cloud-waste-sec .h2 {
        margin-bottom: 50px; } }
  .cloud-waste-sec .g-0.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cloud-waste-sec .img-wrpr {
    border-radius: 22px 0 0 22px;
    overflow: hidden; }
    @media (min-width: 1199px) {
      .cloud-waste-sec .img-wrpr {
        width: 700px; } }
  .cloud-waste-sec .budget-list {
    max-width: 80%; }
    @media (max-width: 767px) {
      .cloud-waste-sec .budget-list {
        max-width: 100%; } }
  @media (max-width: 991px) {
    .cloud-waste-sec .container {
      padding: 0 30px; } }
  .cloud-waste-sec:before {
    background: url("/wp-content/uploads/images/cloud-line-bg.png") no-repeat;
    width: 1082px;
    left: initial;
    right: -100px; }

.read-our-blog {
  padding-bottom: 40px; }
  .read-our-blog h3 {
    margin-bottom: 80px; }
    @media (max-width: 1199px) {
      .read-our-blog h3 {
        margin-bottom: 60px; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .read-our-blog h3 {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .read-our-blog h3 {
      margin-bottom: 24px; } }

.white-bg {
  position: relative;
  z-index: 1; }
  .white-bg::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF7F3), color-stop(45.88%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #FFF7F3 0%, rgba(255, 255, 255, 0) 45.88%);
    background: -o-linear-gradient(top, #FFF7F3 0%, rgba(255, 255, 255, 0) 45.88%);
    background: linear-gradient(180deg, #FFF7F3 0%, rgba(255, 255, 255, 0) 45.88%);
    z-index: -1; }

.sme-business .heading-blk {
  max-width: 770px; }
  .sme-business .heading-blk .subtext-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    color: #3F5671;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .sme-business .heading-blk .subtext-4 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 24px; } }
    .sme-business .heading-blk .subtext-4 strong {
      color: #0B2441; }

.sme-business .title2 {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .sme-business .compliance-score-blk {
    margin-bottom: 60px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .sme-business .compliance-score-blk {
      margin-bottom: 40px; } }

.blue-hero-blk figure {
  margin-bottom: 0;
  max-width: 650px;
  margin-right: -30px; }
  @media (max-width: 1199px) {
    .blue-hero-blk figure {
      margin-right: -20px; } }

@media (min-width: 1199px) {
  .blue-hero-blk .tab-hide {
    margin-right: -80px; } }

@media (max-width: 767px) {
  .blue-hero-blk {
    padding: 60px 0; }
    .blue-hero-blk h2 br {
      display: none; } }

/* cloud visibility*/
.cloud-platform {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%); }
  .cloud-platform .heading-blk {
    padding-left: 70px;
    max-width: 790px; }
  .cloud-platform .h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em; }
    @media (max-width: 767px) {
      .cloud-platform .h4 {
        font-size: 32px;
        line-height: 42px; } }
  .cloud-platform .subtext-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #3F5671;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .cloud-platform .subtext-4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px; } }
    .cloud-platform .subtext-4 strong {
      color: #0B2441; }
  .cloud-platform .title2 {
    margin-bottom: 0; }
  .cloud-platform .cloud-dashboard {
    margin: 30px 0 60px;
    -webkit-box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.25);
    box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.25);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.read-full-block {
  background: #F2F7FF; }
  @media (max-width: 767px) {
    .read-full-block h3 {
      margin-bottom: 40px; } }
  @media (min-width: 767px) {
    .read-full-block h3 {
      margin-bottom: 40px; } }
  @media (min-width: 991px) {
    .read-full-block h3 {
      margin-bottom: 60px; } }
  @media (min-width: 1199px) {
    .read-full-block h3 {
      margin-bottom: 80px; } }
  .read-full-block .blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .read-full-block .blog-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .read-full-block .blog-post figure {
      width: calc(100% - 350px);
      height: 455px; }
      @media (max-width: 1199px) {
        .read-full-block .blog-post figure {
          height: 400px; } }
      @media (max-width: 991px) {
        .read-full-block .blog-post figure {
          height: 350px; } }
      .read-full-block .blog-post figure img {
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .read-full-block .blog-post figure {
          width: 100%; } }
    .read-full-block .blog-post .content-blk {
      width: 350px;
      padding-left: 42px; }
      @media (max-width: 767px) {
        .read-full-block .blog-post .content-blk {
          width: 100%;
          padding-left: 0; } }
      .read-full-block .blog-post .content-blk h5 {
        font-style: normal;
        font-weight: 800;
        font-size: 38px;
        line-height: 46px;
        letter-spacing: -0.02em;
        margin-bottom: 42px;
        min-height: auto; }
    .read-full-block .blog-post .outline-btn {
      min-width: 180px; }

/*cloud security*/
.cloud-security .white-bg:before {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%); }

.cloud-security-info .heading-blk {
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .cloud-security-info .heading-blk {
      margin-bottom: 60px; } }
  @media (min-width: 991px) {
    .cloud-security-info .heading-blk {
      margin-bottom: 80px; } }
  .cloud-security-info .heading-blk h4 {
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.03em; }
    @media (min-width: 767px) {
      .cloud-security-info .heading-blk h4 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 991px) {
      .cloud-security-info .heading-blk h4 {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 48px; } }

.cloud-security-info .title2 {
  max-width: 760px; }
  @media (max-width: 767px) {
    .cloud-security-info .title2 {
      font-size: 22px;
      line-height: 32px; } }

.cloud-security-info .quotes-wrapper {
  padding: 28px;
  margin-bottom: 40px; }
  @media (min-width: 599px) {
    .cloud-security-info .quotes-wrapper {
      padding: 48px;
      margin-bottom: 70px; } }
  @media (min-width: 991px) {
    .cloud-security-info .quotes-wrapper {
      padding: 62px 97px;
      margin-bottom: 100px; } }
  .cloud-security-info .quotes-wrapper h3 span {
    color: #F35944;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.cloud-security-info.line-bg:before {
  left: -70%;
  top: -19%; }

.cloud-security-info.line-bg:after {
  right: -38%;
  top: 22%; }

.compliance-solution {
  position: relative;
  z-index: 1; }
  .compliance-solution:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    z-index: -1; }
  .compliance-solution .content-blk {
    padding: 0 0px; }
    @media (min-width: 767px) {
      .compliance-solution .content-blk {
        padding: 0 50px; } }
    @media (min-width: 991px) {
      .compliance-solution .content-blk {
        padding: 0 70px; } }
    .compliance-solution .content-blk h4 {
      font-style: normal;
      font-weight: 800;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.03em;
      margin-bottom: 24px; }
      @media (min-width: 767px) {
        .compliance-solution .content-blk h4 {
          font-size: 32px;
          line-height: 40px; } }
      @media (min-width: 991px) {
        .compliance-solution .content-blk h4 {
          margin-bottom: 32px;
          font-size: 40px;
          line-height: 48px; } }
    .compliance-solution .content-blk p {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #3F5671;
      margin-bottom: 32px; }
      @media (min-width: 767px) {
        .compliance-solution .content-blk p {
          font-size: 20px;
          line-height: 32px; } }
      @media (min-width: 991px) {
        .compliance-solution .content-blk p {
          margin-bottom: 62px;
          font-size: 24px;
          line-height: 38px; } }
  .compliance-solution figure {
    margin-top: 62px; }

@media (min-width: 575px) {
  .service-store {
    padding: 0 0 40px; } }

@media (min-width: 767px) {
  .service-store {
    padding: 0 0 70px; } }

@media (min-width: 991px) {
  .service-store {
    padding: 0 0 100px; } }

.service-store h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.03em;
  max-width: 900px;
  margin: auto;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .service-store h4 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .service-store h4 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; } }

/*faq css*/
.sidebar-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 35px; }
  @media (max-width: 991px) {
    .sidebar-tabs {
      display: none; } }
  .sidebar-tabs:before {
    width: 100%;
    height: 100%;
    border-right: 1px dashed rgba(0, 0, 0, 0.05);
    content: "";
    position: absolute;
    right: 5px;
    top: 0; }
  .sidebar-tabs li {
    margin-bottom: 32px; }
    .sidebar-tabs li a {
      font-family: "Manrope", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: -0.02em;
      text-transform: capitalize;
      color: #3F5671;
      opacity: 0.7;
      position: relative;
      padding: 0; }
      .sidebar-tabs li a:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
        left: 0;
        bottom: -8px;
        opacity: 0; }
      .sidebar-tabs li a.active {
        background: -webkit-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: -o-linear-gradient(354.06deg, #FF8747 7.44%, #F35944 85.97%);
        background: linear-gradient(95.94deg, #FF8747 7.44%, #F35944 85.97%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent; }
        .sidebar-tabs li a.active:after {
          opacity: 1; }

.acc-wrapper {
  position: relative; }
  .acc-wrapper .item-heading {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .acc-wrapper .item-heading {
        padding-left: 22px; } }

@media (max-width: 1199px) {
  .blue-hero-blk {
    padding: 40px 0;
    overflow: hidden; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .blue-hero-blk {
      padding: 80px 0; } }

@media (min-width: 991px) {
  .tagging-cloud-sec .heading-blk, .tagging-cloud-sec .desc-blk {
    padding-left: 70px; } }

.tagging-cloud-sec h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1.32px; }
  @media (min-width: 992px) {
    .tagging-cloud-sec h5 {
      font-size: 28px;
      line-height: 38px; } }

.tagging-cloud-sec h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2.72px;
  margin-bottom: 32px; }
  @media (max-width: 480px) {
    .tagging-cloud-sec h3 {
      font-size: 30px;
      line-height: 1.16;
      letter-spacing: -1.72px; } }
  @media (min-width: 992px) {
    .tagging-cloud-sec h3 {
      font-size: 50px;
      line-height: 60px; } }

.tagging-cloud-sec .subtext-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #3F5671;
  max-width: 829px; }
  @media (min-width: 992px) {
    .tagging-cloud-sec .subtext-1 {
      font-size: 22px;
      line-height: 38px; } }

.tagging-cloud-sec .lg-img {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 93.6198px 184.639px rgba(22, 69, 123, 0.25);
  box-shadow: 0px 93.6198px 184.639px rgba(22, 69, 123, 0.25);
  margin: 60px 0 60px; }

.practical-tags .heading-blk {
  text-align: center;
  padding-bottom: 40px; }
  @media (min-width: 767px) {
    .practical-tags .heading-blk {
      padding-bottom: 60px; } }
  @media (min-width: 991px) {
    .practical-tags .heading-blk {
      padding-bottom: 80px; } }
  @media (min-width: 1199px) {
    .practical-tags .heading-blk {
      padding-bottom: 100px; } }
  .practical-tags .heading-blk .h2 {
    margin-bottom: 32px; }
  .practical-tags .heading-blk .subtext-1 {
    color: #3F5671;
    font-weight: 500;
    margin: 0; }

.practical-tags .tags-card .icon {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px; }

.practical-tags .tags-card h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: #0B2441;
  margin-bottom: 10px; }
  @media (min-width: 991px) {
    .practical-tags .tags-card h6 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 16px; } }

.practical-tags .tags-card p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #3F5671; }
  @media (min-width: 991px) {
    .practical-tags .tags-card p {
      font-size: 18px;
      line-height: 32px; } }

.read-our-blog h3 {
  line-height: 40px; }
  @media (min-width: 767px) {
    .read-our-blog h3 {
      line-height: 53px; } }
  @media (min-width: 992px) {
    .read-our-blog h3 {
      line-height: 60px; } }

.blogpage {
  background: #F9FCFF; }

.cloud-manager-sme .read-our-blog {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FBFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #F8FBFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #F8FBFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #F8FBFF 0%, rgba(255, 255, 255, 0) 100%); }

.cloud-manager-sme .cost-analysis {
  background: #fff; }

.cloud-manager-sme.lightgray-bg {
  padding-bottom: 0; }

.servicenow-page .hero-banner-content {
  width: 100%;
  max-width: 700px; }
  .servicenow-page .hero-banner-content h1 {
    margin-bottom: 64px; }

@media (min-width: 991px) {
  .servicenow-page .blue-hero-blk .tab-hide {
    margin-left: -80px; } }

.servicenow-page .our-mission .desc span {
  color: #58A5FF; }

.servicenow-detail {
  background: -webkit-gradient(linear, left top, left bottom, from(#E3F1FF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E3F1FF 0%, rgba(255, 255, 255, 0) 100%); }
  .servicenow-detail h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .servicenow-detail h4 {
        font-size: 28px;
        line-height: 36px; } }
  .servicenow-detail .title2 {
    margin-bottom: 32px; }
  .servicenow-detail .subtext-1 {
    color: #3F5671; }
  .servicenow-detail .video-section {
    max-width: 1090px;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 64px; }
    .servicenow-detail .video-section .content-blk {
      max-width: 500px;
      padding: 0 40px 0 60px; }
      @media (max-width: 767px; height: 100%) {
        .servicenow-detail .video-section .content-blk {
          padding: 10px;
          padding-bottom: 50px;} 
        }
      .servicenow-detail .video-section .content-blk p {
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #C6E0FF; }
        /* @media (max-width: 767px) {
          .servicenow-detail .video-section .content-blk p {
            color: #0B2441; } } */
      .servicenow-detail .video-section .content-blk .brand-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .servicenow-detail .video-section .content-blk .brand-list .brand-ui {
          width: 25%;
	  height: 40px;
          position: relative; }
        .servicenow-detail .video-section .content-blk .brand-list .brand-ui2 {
          width: 25%;
	  height: 40px;
          position: relative; }
          .servicenow-detail .video-section .content-blk .brand-list .brand-ui:first-child:after {
            background: rgba(255, 255, 255, 0.11);
            position: absolute;
            content: "";
            height: 38px;
            width: 1px;
            right: -10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .servicenow-detail .video-section .content-blk .brand-list .brand-ui:last-child {
            text-align: right; }
            @media (max-width: 767px; height: 100%) {
              .servicenow-detail .video-section .content-blk .brand-list{
                flex-direction: column;
             } }
          @media (max-width: 767px; height: 100%) {
            .servicenow-detail .video-section .content-blk .brand-list .brand-ui {
               width: 100%;
	       height: 38px;
               text-align: center !important;
           } }
  .servicenow-detail .bottom-content .subtext-1 {
    margin: 0; }
  .servicenow-detail .bottom-content .title2 {
    padding: 32px 0 80px;
    margin: 0; }

.cloud-capabilities h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #0B2441;
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .cloud-capabilities h4 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 40px; } }

.cloud-capabilities .tags-card .icon {
  max-height: 105px;
  margin-bottom: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.cloud-capabilities .tags-card .content-blk h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: #0B2441;
  margin-bottom: 22px; }

@media (max-width: 767px) {
  .cloud-capabilities .tags-card .content-blk ul {
    padding-left: 20px; } }

.cloud-capabilities .tags-card .content-blk ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #3F5671;
  list-style-type: disc;
  margin-bottom: 20px; }

/*timeline steps*/
.timeline-wrappper {
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 767px; height: 100%) {
    .timeline-wrappper {
      margin-top: 30px; } }
  .timeline-wrappper .timeline-divider {
    background: url("/wp-content/uploads/images/border_line.svg");
    width: 100%;
    height: 2px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px; height: 100%) {
      .timeline-wrappper .timeline-divider {
        background: url("/wp-content/uploads/images/vertical_bottom_line.svg");
        top: 0;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: 28px;
        width: 2px;
        height: 93%;
        background-repeat: no-repeat;
        background-size: cover; } }
  .timeline-wrappper .timeline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 550px;
    padding: 0 100px; }
    @media (max-width: 767px) {
      .timeline-wrappper .timeline-items {
        padding: 0 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .timeline-wrappper .timeline-item {
    position: relative;
    width: 40%;
    min-height: 80px;
    min-width: 20%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .timeline-wrappper .timeline-item {
        min-width: 32%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .timeline-wrappper .timeline-item {
        min-width: 44%; } }
    @media (max-width: 767px) {
      .timeline-wrappper .timeline-item {
        min-width: 100%;
        width: 100%;
        padding-left: 32px;
        margin-bottom: 40px;
        padding-top: 8px; } }
    .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner {
      -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
      transform: translateY(-150px);
      position: relative; }
      @media (max-width: 767px) {
        .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner {
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
      .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner:after {
        position: absolute;
        content: "";
        width: 3px;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
        background: url("/wp-content/uploads/images/vertical_line.svg"); }
        @media (max-width: 767px) {
          .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner:after {
            display: none; } }
      .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner .timeline_heading {
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #1F67BB;
        font-family: "Manrope", sans-serif;
        position: absolute;
        top: 226px;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 767px) {
          .timeline-wrappper .timeline-item:nth-child(odd) .timeline_item_inner .timeline_heading {
            bottom: initial;
            position: relative;
            top: initial;
            right: initial;
            text-align: left;
            margin-bottom: 16px; } }
    .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner {
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      position: relative; }
      @media (max-width: 767px) {
        .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner {
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
      .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner:after {
        position: absolute;
        content: "";
        width: 3px;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100%;
        background: url("/wp-content/uploads/images/vertical_line2.svg"); }
        @media (max-width: 767px) {
          .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner:after {
            display: none; } }
      .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner .timeline_heading {
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #1F67BB;
        font-family: "Manrope", sans-serif;
        position: absolute;
        bottom: 226px;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 767px) {
          .timeline-wrappper .timeline-item:nth-child(even) .timeline_item_inner .timeline_heading {
            bottom: initial;
            position: relative;
            top: initial;
            right: initial;
            text-align: left;
            margin-bottom: 16px; } }
    .timeline-wrappper .timeline-item:after {
      background-color: #1F67BB;
      border: 10px solid #E3F1FF;
      border-radius: 50%;
      content: '';
      height: 34px;
      position: absolute;
      right: -10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      width: 34px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      @media (max-width: 767px) {
        .timeline-wrappper .timeline-item:after {
          left: -29px;
          right: initial;
          margin: initial;
          top: 0;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
    .timeline-wrappper .timeline-item:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: #fff;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9; }
      @media (max-width: 767px) {
        .timeline-wrappper .timeline-item:before {
          top: 15px;
          left: -14px;
          right: initial;
          margin: initial;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
    .timeline-wrappper .timeline-item .timeline__content {
      background: #F7FAFF;
      border: 1px solid rgba(31, 103, 187, 0.09);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      max-width: 310px;
      margin: auto;
      border-radius: 6px;
      padding: 18px 22px 18px 30px;
      min-height: 90px; }
      .timeline-wrappper .timeline-item .timeline__content ul {
        list-style-type: disc; }
        .timeline-wrappper .timeline-item .timeline__content ul li {
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          color: #0B2441;
          font-family: "Manrope", sans-serif;
          margin-bottom: 6px; }
      .timeline-wrappper .timeline-item .timeline__content p {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0B2441;
        font-family: "Manrope", sans-serif;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .timeline-wrappper .timeline-item .timeline__content p {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-align: left; } }

.about_slider_wrapper .container {
  max-width: 1600px; }

.about_slider_wrapper .slick-list {
  padding-bottom: 100px !important;
  padding-top: 80px !important; }
  @media (max-width: 1100px) {
    .about_slider_wrapper .slick-list {
      padding-top: 40px !important; } }
  @media (max-width: 1100px) and (max-width: 767px) {
    .about_slider_wrapper .slick-list {
      padding-top: 40px !important;
      padding-bottom: 50px !important; } }

.about_slider_wrapper .about_card {
  padding: 19px;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media (max-width: 1100px) {
    .about_slider_wrapper .about_card {
      width: 600px; } }
  @media (max-width: 1100px) and (max-width: 767px) {
    .about_slider_wrapper .about_card {
      padding: 10px; } }
  .about_slider_wrapper .about_card img {
    opacity: 0.8;
    border-radius: 2px; }
  .about_slider_wrapper .about_card.slick-center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .about_slider_wrapper .about_card.slick-center img {
      opacity: 1;
      -webkit-box-shadow: 0px 72px 152px 16px rgba(22, 69, 123, 0.26);
      box-shadow: 0px 72px 152px 16px rgba(22, 69, 123, 0.26); }

.modal-dialog.modal-md {
  max-width: 600px; }

.modal-dialog .modal-header {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 24px 0; }
  .modal-dialog .modal-header .close {
    padding: 0;
    font-size: 35px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    height: 32px;
    width: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f1f8ff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: none;
    color: #000;
    border-radius: 4px;
    opacity: 0.7; }
    .modal-dialog .modal-header .close:hover {
      opacity: 1; }
    .modal-dialog .modal-header .close:focus {
      outline: none; }
  .modal-dialog .modal-header .modal-title {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -2.72px;
    color: #0B2441; }
    @media (max-width: 767px) {
      .modal-dialog .modal-header .modal-title {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.72px; } }

.modal-dialog .contact-fields-wrap {
  padding: 16px 16px 24px; }

@media (min-width: 768px) {
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); } }

@media (max-width: 767px) {
  #book_demo_modal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #fff; }
    #book_demo_modal .modal-dialog .modal-content {
      height: 100%;
      border: none; } }

.modal-dialog.video_modal {
  max-width: 900px; }
  .modal-dialog.video_modal .modal-content {
    border: none; }
  .modal-dialog.video_modal .modal-header {
    position: absolute;
    z-index: 9;
    right: -24px;
    top: -24px; }
  .modal-dialog.video_modal .modal-body {
    padding: 5px; }
    .modal-dialog.video_modal .modal-body .video-wrapper {
      height: 585px; }
      .modal-dialog.video_modal .modal-body .video-wrapper video, .modal-dialog.video_modal .modal-body .video-wrapper iframe {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
  .modal-dialog.video_modal .playpause {
    width: 90px;
    height: 90px; }

@media (max-width: 767px) {
  .static-hero-blk .hero-banner-content h1 br {
    display: none; } }

.page-section-content {
  padding: 60px 0;
  background: #fff; }
  @media (max-width: 767px) {
    .page-section-content {
      padding: 30px 0 30px; } }
  .page-section-content:nth-child(2n+2) {
    background: #F9FCFF; }
  .page-section-content h3 {
    margin-bottom: 16px; }
  .page-section-content h4 {
    margin: 0px 0 20px;
    padding-top: 20px;
    font-size: 28px;
    line-height: normal; }
    @media (max-width: 767px) {
      .page-section-content h4 {
        font-size: 24px; } }
  .page-section-content .subtitle-4 {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: rgba(11, 36, 65, 0.79);
    margin-bottom: 32px; }
  .page-section-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    font-family: "Manrope", sans-serif;
    color: #3F5671;
    opacity: 0.87;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .page-section-content p {
        font-size: 16px;
        line-height: 30px; } }
  .page-section-content ul {
    padding-left: 20px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .page-section-content ul {
        margin-bottom: 20px; } }
    .page-section-content ul ul {
      margin-bottom: 10px; }
    .page-section-content ul li {
      list-style-type: disc;
      list-style-position: outside;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      font-family: "Manrope", sans-serif;
      color: #3F5671;
      opacity: 0.87;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .page-section-content ul li {
          font-size: 16px;
          line-height: 30px; } }
      .page-section-content ul li ul {
        padding: 10px 0 10px 20px; }

.acceptable-wrapper {
  background: #F9FCFF; }

.staticpage-wrapper {
  padding: 0px 0 50px;
  background: #F9FCFF; }
  .staticpage-wrapper .tabs-blk ul {
    padding: 0;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .staticpage-wrapper .tabs-blk ul {
        padding-bottom: 10px; } }
  .staticpage-wrapper .tabs-blk li {
    list-style: none;
    margin-right: 0px; }
    @media (max-width: 767px) {
      .staticpage-wrapper .tabs-blk li {
        padding: 0 18px; } }
  @media (max-width: 767px) {
    .staticpage-wrapper .tab-content {
      margin-top: 20px; } }
  .staticpage-wrapper .tab-content .tab-content-ui {
    padding: 40px;
    background: #fff;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .staticpage-wrapper .tab-content .tab-content-ui {
        padding: 20px;
        margin-top: 0; } }
    .staticpage-wrapper .tab-content .tab-content-ui p {
      padding-left: 0px;
      color: rgba(13, 30, 79, 0.8); }
    .staticpage-wrapper .tab-content .tab-content-ui ul {
      padding-left: 30px; }
      .staticpage-wrapper .tab-content .tab-content-ui ul li {
        font-size: 16px;
        line-height: 1.37;
        color: rgba(13, 30, 79, 0.8);
        list-style-type: disc;
        margin-bottom: 16px; }
    .staticpage-wrapper .tab-content .tab-content-ui ol li {
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 1.37;
      color: rgba(13, 30, 79, 0.8); }
  .staticpage-wrapper .tab-content h4, .staticpage-wrapper .tab-content h5, .staticpage-wrapper .tab-content h6, .staticpage-wrapper .tab-content h3 {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .staticpage-wrapper .tab-content h4, .staticpage-wrapper .tab-content h5, .staticpage-wrapper .tab-content h6, .staticpage-wrapper .tab-content h3 {
        padding-top: 20px;
        font-size: 20px; } }

/*marthon css*/
.marathan-detail-page {
  background: #fff;
  position: relative;
  z-index: 1; }
  .marathan-detail-page:after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F2FF), color-stop(66.02%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    background: -o-linear-gradient(top, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    background: linear-gradient(180deg, #E8F2FF 0%, rgba(255, 255, 255, 0) 66.02%);
    top: 0;
    left: 0;
    width: 100%;
    height: 970px;
    z-index: -1; }

.marathon-content-blk .heading-ui {
  text-align: center; }
  .marathon-content-blk .heading-ui h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1.72px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .marathon-content-blk .heading-ui h2 {
        font-size: 36px;
        line-height: 50px; } }
  .marathon-content-blk .heading-ui p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #3F5671;
    padding-bottom: 32px; }
    @media (max-width: 991px) {
      .marathon-content-blk .heading-ui p {
        font-size: 22px;
        line-height: 36px; } }

.marathon-content-blk figure {
  width: 100%;
  margin: 32px 0 60px; }
  .marathon-content-blk figure img {
    border-radius: 12px;
    width: 100%; }

.marathon-content-blk h4, .marathon-content-blk h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  padding-bottom: 32px;
  background: -webkit-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: -o-linear-gradient(322.07deg, #0B2441 23.72%, #21407C 97.22%);
  background: linear-gradient(127.93deg, #0B2441 23.72%, #21407C 97.22%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 991px) {
    .marathon-content-blk h4, .marathon-content-blk h3 {
      font-size: 36px;
      line-height: 46px; } }

.marathon-content-blk p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #3F5671;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    .marathon-content-blk p {
      font-size: 20px;
      line-height: 32px; } }
  .marathon-content-blk p strong {
    font-weight: 700; }

.marthon-slider-wrapper {
  padding: 88px 0 93px;
  overflow: hidden; }
  .marthon-slider-wrapper p {
    max-width: 1030px;
    margin: auto;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    color: #C6E0FF;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .marthon-slider-wrapper p {
        font-size: 36px;
        line-height: 46px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .marthon-slider-wrapper p {
      font-size: 30px;
      line-height: 40px; } }

.marthon-slider .slick-list {
  overflow: visible; }
  @media (max-width: 1100px) {
    .marthon-slider .slick-list {
      overflow: hidden; } }

.marthon-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 34px;
  height: 34px;
  font-size: 0;
  border: none; }
  .marthon-slider .slick-arrow:focus {
    outline: none; }
  .marthon-slider .slick-arrow.slick-prev {
    left: 30px;
    background: url("/wp-content/uploads/images/icon-prev.svg") no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .marthon-slider .slick-arrow.slick-prev {
        left: -15px; } }
  .marthon-slider .slick-arrow.slick-next {
    right: 30px;
    background: url("/wp-content/uploads/images/icon-next.svg") no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .marthon-slider .slick-arrow.slick-next {
        right: -15px; } }

.marthon-slider .slide-card {
  padding: 0 35px;
  max-width: 1070px; }
  @media (max-width: 1100px) {
    .marthon-slider .slide-card {
      max-width: 1000px; } }
  @media (max-width: 1100px) and (max-width: 767px) {
    .marthon-slider .slide-card {
      max-width: 100%;
      padding: 0 20px; } }
  .marthon-slider .slide-card img {
    width: 100%; }

.halfmaraton-sec {
  padding: 74px 0; }
  .halfmaraton-sec figure {
    -webkit-box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.09);
    box-shadow: 0px 75.913px 149.717px rgba(22, 69, 123, 0.09);
    border-radius: 12px; }

.full-video-wrapper {
  width: 100%;
  height: 778px;
  position: relative; }
  @media (max-width: 767px) {
    .full-video-wrapper {
      height: 600px; } }
  .full-video-wrapper video[poster] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0; }
  .full-video-wrapper:hover .video-control.playing {
    opacity: 1; }

.video-control {
  background: #FF8747;
  -webkit-box-shadow: 0px 27.6px 60.72px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 27.6px 60.72px rgba(0, 0, 0, 0.13);
  border-radius: 100%;
  border: none;
  width: 138px;
  height: 138px;
  position: absolute;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .video-control:hover {
    -webkit-transform: translateY(-50%) scale(1.02);
    -ms-transform: translateY(-50%) scale(1.02);
    transform: translateY(-50%) scale(1.02); }
  @media (max-width: 767px) {
    .video-control {
      height: 110px;
      width: 110px; } 
      .about_slider_wrapper .about_card { 
        transform: scale(1);
      }
      .video-section .content_container{
        flex-direction: column;
      }
      .video-section{
        max-height: 100% !important;
        min-height: 320px !important;
      }
	.rass-section .text-btn-section {
    		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.cloud-waste-sec.hire-me-section .right-blk {
    		padding-left: 0 !important;
	}
.pl-70 {
    padding-left: 0 !important;
}
.agile-academy-section .tabs-blk .tab-content .accordion .card .card-header h5 {
    font-size: 18px !important;
}

    }
  .video-control:focus {
    outline: none; }
  .video-control:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/images/play_icon.svg) no-repeat;
    width: 40px;
    height: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    right: 0;
    margin: auto; }
  .video-control.playing {
    opacity: 0; }
    .video-control.playing:after {
      background: url(/wp-content/uploads/images/pause_icon.svg) no-repeat;
      height: 40px; }

      
      #book_demo_modal .modal-body {
        overflow: auto;
    }
.devops-visibility-section .resouces-card{
padding-left: 0;
margin-bottom: 0;
}
.devops-visibility-section .resouces-card .subtext-1{
margin-bottom: 12px;
background: linear-gradient(127.93deg,#0b2441 23.72%,#21407c 97.22%);
    background-clip: text;
    color: transparent;
-webkit-background-clip: text;
}
.reporting-section .hd-visibility{
max-width:fit-content;
}
.reporting-section .hd-visibility p{
background: linear-gradient(127.93deg,#0b2441 23.72%,#21407c 97.22%);
    background-clip: text;
-webkit-background-clip: text;
    color: transparent;

}
.devops-change-section .budgeting-section .budget-list{margin-top: 32px;max-width: initial;}
.devops-change-section .budgeting-section .budget-list .budget-item{font-family: "Manrope",sans-serif;background: linear-gradient(127.93deg,#0b2441 23.72%,#21407c 97.22%);
    background-clip: text;
-webkit-background-clip: text;
    color: transparent;
}
.devops-change-section .budgeting-section .budget-list .budget-item:before{top:0;}
.data-centralisation-section .resouces-card .subtext-3{color: #3f5671;}
.data-centralisation-section .resouces-card .subtext-1{color: #0b2441;font-weight: 800;}
.devops-change-section .data-centralisation-section .heading-blk h4{font-weight: 800;}
.devops-change-section .budgeting-section.inner-bullet-section .budget-list{padding-left:66px;}
.inner-bullet-section .resouces-card {
    margin-bottom: 40px;
}
.text-gradient{background: linear-gradient(127.93deg,#0b2441 23.72%,#21407c 97.22%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;}
.fw-800{font-weight:800;}
.pl-70{padding-left:70px;}
.agile-academy-section .tabs-blk .tab-content .accordion .card .card-header .fa-icon:after{top: 56%;left: 30%;}
.agile-academy-section .acc-wrapper .card-body ul{padding-left: 20px;}
.agile-academy-section .acc-wrapper .card-body ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-transform: inherit;
    color: #3f5671;
    list-style-type: disc;
    margin-bottom: 7px;
}
.agile-academy-section .tabs-blk .tab-content .accordion .card .card-body p{font-size: 16px;}
.agile-academy-section .tabs-blk .tab-content .accordion .card .card-body p.t1{
background: linear-gradient(92.26deg,#1f67bb 0%,#1649ad 88.27%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
font-weight: 800;
}
.agile-academy-section .tabs-blk .tab-content .accordion .card .card-header h5{
    font-weight: 800;
font-size: 20px;
}
.about-this-question-block .quotes-wrapper{padding:40px;}
.read-link{font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1f67bb;
}
.cloud-waste-sec.hire-me-section .budget-list .budget-item{font-family: Manrope,sans-serif;}
.cloud-waste-sec.hire-me-section .right-blk{padding-left: 75px;}
.rass-section .primary-btn{margin-left:0;}
.rass-section .text-btn-section{padding-left:70px;}
.w-40{width: 40%;}
.consult-team .cloud-capabilities .tags-card .icon{
max-height:fit-content;
}
.devops-change-section .resouces-card{padding-left:0;}
.leadership-training .quotes-wrapper .quotes-msg p{font-weight: 800;
    font-size: 22px;}
.dropdown-submenu a .fa.fa-angle-down{display:none;}
 @media (max-width: 991px) {
.custom-html-widget .dropdown-menu.drop-custom.solution-menu-lg{overflow: scroll !important;
    height: calc(58vh + 30px) !important;}
.dropdown-submenu a .fa.fa-angle-down{display:block;transform: rotate(0deg) !important;position: absolute;
    right: 0;cloud-line-bg
    top: 18px;}
.dropdown-menu.drop-custom.level-two{margin-top: -14px;}

}

.fin-ops-offering-bg{background: linear-gradient(127.93deg,#1e436f 23.72%,#264786 97.22%);padding: 80px 30px;}
.fin-ops-list ul{padding-left: 20px;}
.cloud-waste-sec.fin-ops-sec:before {
    background: url(/wp-content/uploads/images/fin-ops-pattern.svg) no-repeat;
    width: 1082px;
    left: initial;
    right: -100px;
}
.cloud-waste-sec.fin-ops-sec .budget-list .budget-item:before{
background: url(/wp-content/uploads/images/icons/check-gree-in-white.svg) center no-repeat;top: 0px;
}
.cloud-waste-sec.fin-ops-sec .budget-list .budget-item{color: #3F5671;font-weight: 800;font-size: 28px;}
.key-features-fin-ops .card-img{    background: #dfecff;
    border-radius: 30px;
    padding: 10px;}
.key-features-fin-ops .ops-bullets{padding-left:22px;}
.key-features-fin-ops .ops-bullets li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #3f5671;
    list-style-type: disc;
    margin-bottom: 20px;
}
.fin-ops-tabs{display:flex !important;flex-flow: column;}
.fin-ops-sec-tab .tab-content>.active.fade:not(.show){opacity:1;}
.nav-pills.fin-ops-tabs li a{color:#6D7C8D;font-size:18px;padding:15px;display: flex;align-items: center;border-radius:10px;}
.nav-pills.fin-ops-tabs li a.active{background:#F2F6FB;color:#1F67BB;font-weight:800;}
.fin-ops-sec-tab .tab-content{border-radius:28px;padding:30px;border:1px solid #E7E9EC;min-height: 60%;box-shadow: 0px 188.198px 222.58px rgba(0, 0, 0, 0.04);background: #FFFFFF;}
.fin-ops-tabs.nav-tabs{border-bottom: 0px solid #dee2e6;}
.fin-ops-sec-tab .tab-content .tab-pane h3{font-size:28px;padding-bottom:20px;}
.fin-ops-sec-tab .tab-content .tab-pane p{font-size:18px;color:#3F5671;}
.fin-ops-offering-sec .text-dblue-g{margin-bottom:32px;}
.fin-ops-offering-sec .sub-p{font-size:22px;}
.fin-ops-offering-sec .tags-card{display:flex;}
.fin-ops-offering-sec .tags-card .icon{margin-right: 20px;position:relative;}
.fin-ops-offering-sec .tags-card .content-blk{width: 230px;}
.fin-ops-offering-sec .tags-card .content-blk h6{}
.fin-ops-offering-sec .tags-card .content-blk p{font-size:18px;}
.fin-ops-offering-sec .point-row-one{position:relative;}
.fin-ops-offering-sec .point-row-one::before{content:'';position:absolute;background: url(/wp-content/uploads/images/dot-line-offering.svg) center no-repeat;bottom: -39px;
    width: 120%;
    height: 2px;
    left: -100px;}
.pt-200{padding-top: 200px;}
.pb-35{padding-bottom: 35px;}
.fin-ops-offering-sec .point-row-one .tags-card .icon::before{content:'';position:absolute;background: url(/wp-content/uploads/images/icons/verticle-line-up.svg) center no-repeat;width: 44px;
    height: 170px;
    z-index: 567;
    bottom: -182px;
    left: 32px;}
.fin-ops-offering-sec .point-row-two .tags-card .icon::before{content:'';position:absolute;background: url(/wp-content/uploads/images/icons/verticle-line-down.svg) center no-repeat;width: 44px;
    height: 170px;
    z-index: 567;
    top: -182px;
    left: 32px;}
.pl-200{padding-left:200px;}
.pb-i{padding-bottom:100px !important;}
.fin-ops-service-now .quotes-wrapper{padding: 38px 0;padding-bottom:50px;}
.fin-ops-service-now .quotes-wrapper .quotes-msg{max-width:100%;}
.fin-ops-service-now .quotes-wrapper::after{display:none;}
.servicenow-page.premium-partner .hero-banner-content h1{display: flex;flex-flow: column;}
.servicenow-page.premium-partner .hero-banner-content h1 .t1{font-size:32px;}
.servicenow-page.premium-partner .sme-player-sec .subtext-1{max-width:100%;}
.servicenow-page.premium-partner .brand-list{display: flex;align-items: center;}
.servicenow-page.premium-partner .brand-list .brand-ui{position:relative;margin-right: 40px}
.servicenow-page.premium-partner .brand-list .brand-ui:first-child:after {
    background: rgba(0,0,0,.11);
    position: absolute;
    content: "";
    height: 68px;
    width: 1px;
    right: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.servicenow-page.premium-partner .servicenow-detail{background:transparent;}
.servicenow-page.premium-partner .solution-blk .row .col-lg-6:first-child {    order: 1;
}
.servicenow-page.premium-partner .solution-blk.lblue-bg{background:#E8F2FF;}
.servicenow-page.premium-partner .solution-blk .heading-blk{max-width:100%;}
.servicenow-page.premium-partner .fin-ops-sec-tab .tab-content{background: #E8F2FF;}
.servicenow-page.premium-partner .fin-ops-sec-tab .tab-content .tab-pane h3{
    letter-spacing: 0.28px;
}
.servicenow-page.premium-partner .brand-ui img{width:70%;}
.servicenow-page.premium-partner .fin-ops-tabs li{margin-bottom:0;}
.servicenow-page.premium-partner .fin-ops-sec-tab .tab-content {
    min-height: 440px;
}
.post-space{max-width: 724px;
    margin: auto;
    margin-bottom: 40px}
.post-img-br-none{border-radius:0 !important;}
.finnacial-card.bill-recharge .finnacial-link{display:none;}
.finnacial-card.bill-recharge a{color: #1a58b4;}
.link-color{color: #1a58b4 !important;}
.wpmm_mobile_menu_btn.active i:before {
    content: "\f00d";
}
.page-id-5655 .wpmm-mobile-menu .wpmm-main-wrap-primary_menu.activev .wp-megamenu{display:block !important;height: 100% !important;padding-top:10px !important;}
.page-id-5889 .wpmm-mobile-menu .wpmm-main-wrap-primary_menu.activev .wp-megamenu{display:block !important;height: 100% !important;padding-top:10px !important;}
.hm-service-now-text{background:transparent !important;}
.service-nw-img{width:200px;height:100%;}
.service-nw-img2{width:200px;height:100%;}
.gr-line{position: relative;
    width: 3px;
    background: #81b5a1;
    margin: 0 30px;}
.sno-p{font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope",sans-serif;
}
.download-wrap-email from{position: relative;}
.download-wrap-email .wpcf7-form-control-wrap input{
    padding-right: 173px;}
.download-wrap-email .sub-down {position: absolute;
    top: 0;
    right: 0;}
.download-wrap-email .sub-down .wpcf7-submit{display: flex;
    align-items: center;
    justify-content: center;}
.subscribe-wrap.download-wrap-email input{border-radius: 41px;}
.uc-content-blk .animate-inner-blk .vt-slider .item slick-slide p{font-size:22px;}
.page-template-nisCompliance .ft-certification .heading-blk .text-blue-g{font-size:36px;}
.page-template-nisCompliance .uc-content-blk.pb-100{padding-top: 70px;
    padding-bottom: 70px;}
.page-template-nisCompliance .uc-content-blk .animate-inner-blk{padding-bottom: 0;}
.page-template-nisCompliance .slick-list.draggable{padding:40px 0 !important;}
.page-template-nisCompliance .ft-certification .card-img img{border-radius: 30px;}
@media (min-width: 1480px) {
.pl-200{padding-left:230px;}
}
@media (max-width: 1480px) {
.pl-200{padding-left:200px;}
.fin-ops-offering-sec .point-row-one::before{width:100%;left:0;}
.cloud-waste-sec .img-wrpr {
    width: 100%;
}
}
@media (max-width: 1200px) {
.fin-ops-offering-sec .flex-nowrap{
flex-wrap:wrap !important;
}
.fin-ops-offering-sec .cloud-capabilities{margin-left: 8.333333%;padding-left:150px;margin-bottom: 60px;}
.fin-ops-offering-sec .point-row-two .tags-card .icon:before{
    z-index: -1;
    height: 45px;
    z-index: -1;
    top: 22px;
    left: -85px;
    width: 77px;
}
.fin-ops-offering-sec .point-row-one .tags-card .icon:before{width: 87px;
    height: 44px;
    z-index: -1;
    bottom: 28px;
    left: -85px;}
.fin-ops-offering-sec .tags-card .content-blk {
    width: 100%;
}
.fin-ops-offering-sec .point-row-one:before {
   display:none;}
.fin-ops-offering-sec .point-row-one .tags-card .icon::before{background: url(/wp-content/uploads/images/icons/d-line-m.svg) center no-repeat;}
.fin-ops-offering-sec .point-row-two .tags-card .icon::before{background: url(/wp-content/uploads/images/icons/d-line-m.svg) center no-repeat;}
.fin-ops-offering-sec .container{position:relative;}
.fin-ops-offering-sec .container::before{ width: 3px;
    left: 186px;
    height: 100%;background: url(/wp-content/uploads/images/icons/h-line-dash.svg) center no-repeat;
content:'';position:absolute;
}
.pt-200 {
    padding-top: 0;
}
.fin-ops-offering-sec .tags-card {
    display: flex;
    align-items: self-start;
}
}
@media (max-width: 768px) {
.fin-ops-offering-sec .container:before {
    left: 31px;
  }
.fin-ops-offering-sec .cloud-capabilities {
    margin-left: 0;
    padding-left: 95px;
}
.fin-ops-offering-sec .text-dblue-g{font-size: 36px;
    line-height: 42px;}
.fin-ops-tabs {
    flex-flow: wrap;
}
.home .header-wrapper .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu{dispaly:block;}
}
.pt-50{padding-top:50px;}
@media (min-width: 992px){
.page-template-home .hero-wrapper .hero-banner-content .text-orange-g {
    margin-bottom: 16px;
    display: block;
    line-height: 108px;
    font-size: 82px !important;
}
.home .our-mission .desc{
font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}
}
.budgeting-section.tower-co h2{font-size: 48px;
    line-height: 60px;}
.budgeting-section.tower-co .img-wrpr{border-radius:0 !important;height:100%;}
.budgeting-section.tower-co .img-wrpr img{object-position:88%;}
.budgeting-section.tower-co .g-0 .col-xl-8, .budgeting-section.tower-co .g-0 .col-xl-4{
    padding: 0;
}
.budgeting-section.tower-co .g-0 .col-xl-8{height:100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;}
.budgeting-section.tower-co .subtext-4{color:#FD8D52;padding:0 !important;}
.fs-3{font-size: 1.2rem;!important;}
.budgeting-section.tower-co .partner-img-wrpr{background-color:#fff;padding: 0 50px;display: flex;
    flex-flow: column;
    justify-content: center;}
.budgeting-section.tower-co .partner-img-wrpr img{object-position:center;object-fit:contain;height:auto;}
.fs-4{font-size: 1.6rem;
    font-weight: 600;}
    .fw-6{font-weight: 600 !important;}
.itsm-title{background-color:#132842;}
.budgeting-section.tower-co.itsm-toc .partner-img-wrpr{background-color:transparent;padding: 0 50px;display: flex;
    flex-flow: column;
    justify-content: center;}
.itsm-toc-img{position: absolute;
    bottom: 0;
    right: 63px;
    width: 46%;
    z-index: -1;}
.lpm-area .budget-img{height:auto;object-fit: contain;}
.realtime-billing .budget-img{height:auto;object-fit: contain;}
.lpm-area .pb-100 {
  padding-bottom: 100px !important; }
.r-item-wrapper b{display:flex;align-items: flex-start;}
.r-item-wrapper .icon-img{width:65px;}
.realtime-billing .r-item-wrapper .fs-3{font-size: 1rem;font-weight: 300;}
.budgeting-section.tower-co.realtime-billing .g-0 .col-xl-8{height:auto;}
.r-img-ptr{    position: absolute;
    top: 0;
    right: 0;}
.non-rms-list{list-style:disc;padding-left:50px;}
.non-rms-list li{color: #fff;margin-bottom: 6px;font-weight: 300;}
.budgeting-section.tower-co.rms-tower .g-0 .col-xl-8{height:auto;}
.budgeting-section.tower-co.rms-tower .img-wrpr {
    border-radius: 0 !important;
    height: 100%;
    background-color: #fff;
    padding: 0 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.list-st ul{list-style:disc;padding-left:50px;padding-right:30px;}
.sensors-rms .r-item-wrapper .icon-img{width:45px;margin-right: 10px;}
.sensors-rms .r-item-wrapper p{font-weight: 400;font-size: 1rem;}
.budgeting-section.sensors-rms .g-0 .col-xl-6{padding-right: 0;
    padding-left: 15px;}
.standards-img{position: absolute;
    width: 260px;
    object-fit: contain;
    bottom: 20px;
    height: auto;
    left: -40px;}
.mt-22{margin-top: 26px;}
.pt-30{padding-top: 30px;}
.img-hand-key{    position: absolute;
    right: 0;
    height: 57%;}
.fw-700{font-weight: 900 !important;}
.budgeting-section.tower-co.rms-tower.flm-section .img-wrpr{padding: 0;
    display: inline;}
.flm-section .rms-key-features-list{position: absolute;
    bottom: 110px;
    width: 58vw;
    background-color: #132842;
    z-index: 3;
    padding: 40px 10px;}
.flm-section.col-xl-7.col-lg-7{height: 85vh;}
.flm-section .budget-img{height: 100vh;object-position: 95%;}
.flm-section .text-orange {
    color: #FD8D52 !important;
}
.bpm-img{position: absolute;
    top: 190px;
    left: -130px;width: 110%;}
.bg-left::before{background-image:url(/wp-content/themes/kumoco/images/bpm-bg.png);
content:'';position:absolute;width: 100%;
    height: 100%;
    left: -390px;
}
.hv-8{height:80vh;}
.data-integration-section img{object-fit: contain;height: auto;}
.mt--20{margin-top: 42px;}
.data-integration-section{padding-bottom: 100px;}
.pb-50{padding-bottom:50px;}
.agnostic-section .bg-left::before{left: 0px;}
.budgeting-section.agnostic-section .g-0 .col-xl-6{padding-right: 0;
    padding-left: 15px;}
.agnostic-section .bpm-img {
    left: 140px;top: 240px;
}
.pd-ft{padding-top: 280px;
    padding-left: 110px;}
.analytic-list ul{list-style: none;padding-left: 170px;}
.analytic-list ul li.p{color: #FD8D52;font-weight: 900}
.asset-img{object-fit: contain;}
@media(max-width:1200px){
.bpm-img{position:relative;width: 100%;    top: inherit;
    left: inherit;}
.flm-section.col-xl-7.col-lg-7{height: 100%;}
.flm-section .budget-img{height: 100%;object-position: 95%;}
.flm-section .rms-key-features-list{position: relative;}
.img-hand-key{    position: relative;}
.hv-8{height:100%;}
.agnostic-section .bpm-img {
    left: inherit;
    top: inherit;
}
.flm-section .rms-key-features-list {
    position: relative;
    bottom: inherit;
    width: 100%;}
.img-hand-key {
    position: relative;
    right: inherit;
    height: auto;
    width: 100%;
}
.standards-img {
    position: relative;
    width: 260px;
    object-fit: contain;
    bottom: 0;
    height: auto;
    left: inherit;
    top: -230px;
    margin: 0 auto;
}
.sensors-rms .r-item-wrapper{justify-content: center;}
.sensors-rms.budgeting-section.tower-co h2{tex-align:center}
.budgeting-section.tower-co .g-0 .col-xl-8, .budgeting-section.tower-co .g-0 .col-xl-4 {
    padding-right: 15px;
    padding-left: 15px;
}
.page-template-towerco .budgeting-section h2 {
    font-size: 2.2rem;
    line-height: 2.9rem;
}
.itsm-toc .col-xl-6.col-lg-6.pr-4 .ptb-100{padding-bottom:0px;margin-bottom: 0 !important;}
.itsm-toc-img {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    z-index: 0;
}
.bpm-area .col-xl-7.col-lg-7{flex-flow: column;}
.data-integration-section .budget-img{margin-bottom: 10px;
    margin-top: 20px!important;}
.pd-ft {
    padding-top: 40px;
    padding-left: 0;
}
.analytic-list ul {
    list-style: none;
    padding-left: 0;
}
}

/* Fix: Make dropdown container transparent and remove padding */
.dropdown-menu.drop-custom {
    background: transparent !important;
    padding-top: 0 !important;
}

/* Give white background to the actual menu content */
.dropdown-menu.drop-custom .inner-menu {
    background: #FFFFFF !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
    box-shadow: 0px 63px 114px rgba(0, 0, 0, 0.05), 0px 80px 118px rgba(0, 0, 0, 0.05) !important;
}
