@import url("https://www.manageengine.com/css/fonts.css");
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
* {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.row {
  width: 100%;
  font-size: 0;
  text-align: center;
  line-height: 0;
}
.row > * {
  font-size: initial;
  text-align: initial;
  line-height: initial;
}
.row .col-12 {
  width: calc(100% - 25px);
}
.row .col-11 {
  width: calc(91.66666667% - 25px);
}
.row .col-10 {
  width: calc(83.33333333% - 25px);
}
.row .col-9 {
  width: calc(75% - 25px);
}
.row .col-8 {
  width: calc(66.66666667% - 25px);
}
.row .col-7 {
  width: calc(58.33333333% - 25px);
}
.row .col-6 {
  width: calc(50% - 25px);
}
.row .col-5 {
  width: calc(41.66666667% - 25px);
}
.row .col-4 {
  width: calc(33.33333% - 25px);
}
.row .col-3 {
  width: calc(25% - 25px);
}
.row .col-2 {
  width: calc(16.66666% - 25px);
}
.row .col-1 {
  width: calc(8.33333% - 25px);
}
.row [class*="col-"] {
  display: inline-block;
  vertical-align: top;
  margin-left: 12.5px;
  margin-right: 12.5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.align-left {
  text-align: left;
}
.row.align-right {
  text-align: right;
}
.row.align-center {
  text-align: center;
}
.row.justify-start:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.row.justify-start [class*="col-"] {
  vertical-align: top;
}
.row.justify-center:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.row.justify-center [class*="col-"] {
  vertical-align: middle;
}
.row.justify-end:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}
.row.justify-end [class*="col-"] {
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .row .col-pad-12 {
    width: calc(100% - 25px);
  }
  .row .col-pad-11 {
    width: calc(91.66666667% - 25px);
  }
  .row .col-pad-10 {
    width: calc(83.33333333% - 25px);
  }
  .row .col-pad-9 {
    width: calc(75% - 25px);
  }
  .row .col-pad-8 {
    width: calc(66.66666667% - 25px);
  }
  .row .col-pad-7 {
    width: calc(58.33333333% - 25px);
  }
  .row .col-pad-6 {
    width: calc(50% - 25px);
  }
  .row .col-pad-5 {
    width: calc(41.66666667% - 25px);
  }
  .row .col-pad-4 {
    width: calc(33.33333% - 25px);
  }
  .row .col-pad-3 {
    width: calc(25% - 25px);
  }
  .row .col-pad-2 {
    width: calc(16.66666% - 25px);
  }
  .row .col-pad-1 {
    width: calc(8.33333% - 25px);
  }
}
@media (max-width: 767px) {
  .row .col-mob-12 {
    width: calc(100% - 25px);
  }
  .row .col-mob-11 {
    width: calc(91.66666667% - 25px);
  }
  .row .col-mob-10 {
    width: calc(83.33333333% - 25px);
  }
  .row .col-mob-9 {
    width: calc(75% - 25px);
  }
  .row .col-mob-8 {
    width: calc(66.66666667% - 25px);
  }
  .row .col-mob-7 {
    width: calc(58.33333333% - 25px);
  }
  .row .col-mob-6 {
    width: calc(50% - 25px);
  }
  .row .col-mob-5 {
    width: calc(41.66666667% - 25px);
  }
  .row .col-mob-4 {
    width: calc(33.33333% - 25px);
  }
  .row .col-mob-3 {
    width: calc(25% - 25px);
  }
  .row .col-mob-2 {
    width: calc(16.66666% - 25px);
  }
  .row .col-mob-1 {
    width: calc(8.33333% - 25px);
  }
}
.vm-card {
  width: 100%;
  padding: 40px 27px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  .vm-card {
    padding: 25px 20px;
  }
}
.vm-card .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .vm-card .card-title {
    font-size: 18px;
  }
}
.vm-card .card-content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .vm-card .card-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .vm-card .card-content h4 {
    padding-left: 0;
  }
}
.vm-card p {
  font-family: "Zoho_Puvi_Regular" !important;
  font-size: 16px;
  line-height: 27.5px;
  margin-top: 10px;
}
.vm-card-img {
  width: 100%;
  min-height: 166px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-repeat: no-repeat;
}
.vm-m-0 {
  margin: 0px !important;
}
.vm-m-1 {
  margin: 1px !important;
}
.vm-m-2 {
  margin: 2px !important;
}
.vm-m-3 {
  margin: 3px !important;
}
.vm-m-4 {
  margin: 4px !important;
}
.vm-m-5 {
  margin: 5px !important;
}
.vm-lh-0 {
  line-height: 0px !important;
}
.vm-lh-1 {
  line-height: 1px !important;
}
.vm-lh-2 {
  line-height: 2px !important;
}
.vm-lh-3 {
  line-height: 3px !important;
}
.vm-lh-4 {
  line-height: 4px !important;
}
.vm-lh-5 {
  line-height: 5px !important;
}
.vm-mr-0 {
  margin-right: 0px !important;
}
.vm-mr-1 {
  margin-right: 1px !important;
}
.vm-mr-2 {
  margin-right: 2px !important;
}
.vm-mr-3 {
  margin-right: 3px !important;
}
.vm-mr-4 {
  margin-right: 4px !important;
}
.vm-mr-5 {
  margin-right: 5px !important;
}
.vm-mr-6 {
  margin-right: 6px !important;
}
.vm-mr-7 {
  margin-right: 7px !important;
}
.vm-mr-8 {
  margin-right: 8px !important;
}
.vm-mr-9 {
  margin-right: 9px !important;
}
.vm-mr-10 {
  margin-right: 10px !important;
}
.vm-mr-11 {
  margin-right: 11px !important;
}
.vm-mr-12 {
  margin-right: 12px !important;
}
.vm-mr-13 {
  margin-right: 13px !important;
}
.vm-mr-14 {
  margin-right: 14px !important;
}
.vm-mr-15 {
  margin-right: 15px !important;
}
.vm-mr-16 {
  margin-right: 16px !important;
}
.vm-mr-17 {
  margin-right: 17px !important;
}
.vm-mr-18 {
  margin-right: 18px !important;
}
.vm-mr-19 {
  margin-right: 19px !important;
}
.vm-mr-20 {
  margin-right: 20px !important;
}
.vm-ml-0 {
  margin-left: 0px !important;
}
.vm-ml-1 {
  margin-left: 1px !important;
}
.vm-ml-2 {
  margin-left: 2px !important;
}
.vm-ml-3 {
  margin-left: 3px !important;
}
.vm-ml-4 {
  margin-left: 4px !important;
}
.vm-ml-5 {
  margin-left: 5px !important;
}
.vm-ml-6 {
  margin-left: 6px !important;
}
.vm-ml-7 {
  margin-left: 7px !important;
}
.vm-ml-8 {
  margin-left: 8px !important;
}
.vm-ml-9 {
  margin-left: 9px !important;
}
.vm-ml-10 {
  margin-left: 10px !important;
}
.vm-ml-11 {
  margin-left: 11px !important;
}
.vm-ml-12 {
  margin-left: 12px !important;
}
.vm-ml-13 {
  margin-left: 13px !important;
}
.vm-ml-14 {
  margin-left: 14px !important;
}
.vm-ml-15 {
  margin-left: 15px !important;
}
.vm-mt-0 {
  margin-top: 0px !important;
}
.vm-mt-1 {
  margin-top: 1px !important;
}
.vm-mt-2 {
  margin-top: 2px !important;
}
.vm-mt-3 {
  margin-top: 3px !important;
}
.vm-mt-4 {
  margin-top: 4px !important;
}
.vm-mt-5 {
  margin-top: 5px !important;
}
.vm-mt-6 {
  margin-top: 6px !important;
}
.vm-mt-7 {
  margin-top: 7px !important;
}
.vm-mt-8 {
  margin-top: 8px !important;
}
.vm-mt-9 {
  margin-top: 9px !important;
}
.vm-mt-10 {
  margin-top: 10px !important;
}
.vm-mt-11 {
  margin-top: 11px !important;
}
.vm-mt-12 {
  margin-top: 12px !important;
}
.vm-mt-13 {
  margin-top: 13px !important;
}
.vm-mt-14 {
  margin-top: 14px !important;
}
.vm-mt-15 {
  margin-top: 15px !important;
}
.vm-mt-16 {
  margin-top: 16px !important;
}
.vm-mt-17 {
  margin-top: 17px !important;
}
.vm-mt-18 {
  margin-top: 18px !important;
}
.vm-mt-19 {
  margin-top: 19px !important;
}
.vm-mt-20 {
  margin-top: 20px !important;
}
.vm-mt-21 {
  margin-top: 21px !important;
}
.vm-mt-22 {
  margin-top: 22px !important;
}
.vm-mt-23 {
  margin-top: 23px !important;
}
.vm-mt-24 {
  margin-top: 24px !important;
}
.vm-mt-25 {
  margin-top: 25px !important;
}
.vm-mt-26 {
  margin-top: 26px !important;
}
.vm-mt-27 {
  margin-top: 27px !important;
}
.vm-mt-28 {
  margin-top: 28px !important;
}
.vm-mt-29 {
  margin-top: 29px !important;
}
.vm-mt-30 {
  margin-top: 30px !important;
}
.vm-mt-31 {
  margin-top: 31px !important;
}
.vm-mt-32 {
  margin-top: 32px !important;
}
.vm-mt-33 {
  margin-top: 33px !important;
}
.vm-mt-34 {
  margin-top: 34px !important;
}
.vm-mt-35 {
  margin-top: 35px !important;
}
.vm-pt-0 {
  padding-top: 0px !important;
}
.vm-pt-1 {
  padding-top: 1px !important;
}
.vm-pt-2 {
  padding-top: 2px !important;
}
.vm-pt-3 {
  padding-top: 3px !important;
}
.vm-pt-4 {
  padding-top: 4px !important;
}
.vm-pt-5 {
  padding-top: 5px !important;
}
.vm-pt-6 {
  padding-top: 6px !important;
}
.vm-pt-7 {
  padding-top: 7px !important;
}
.vm-pt-8 {
  padding-top: 8px !important;
}
.vm-pt-9 {
  padding-top: 9px !important;
}
.vm-pt-10 {
  padding-top: 10px !important;
}
.vm-pt-11 {
  padding-top: 11px !important;
}
.vm-pt-12 {
  padding-top: 12px !important;
}
.vm-pt-13 {
  padding-top: 13px !important;
}
.vm-pt-14 {
  padding-top: 14px !important;
}
.vm-pt-15 {
  padding-top: 15px !important;
}
.vm-pt-16 {
  padding-top: 16px !important;
}
.vm-pt-17 {
  padding-top: 17px !important;
}
.vm-pt-18 {
  padding-top: 18px !important;
}
.vm-pt-19 {
  padding-top: 19px !important;
}
.vm-pt-20 {
  padding-top: 20px !important;
}
.vm-pr-0 {
  padding-right: 0px !important;
}
.vm-pr-1 {
  padding-right: 1px !important;
}
.vm-pr-2 {
  padding-right: 2px !important;
}
.vm-pr-3 {
  padding-right: 3px !important;
}
.vm-pr-4 {
  padding-right: 4px !important;
}
.vm-pr-5 {
  padding-right: 5px !important;
}
.vm-pr-6 {
  padding-right: 6px !important;
}
.vm-pr-7 {
  padding-right: 7px !important;
}
.vm-pr-8 {
  padding-right: 8px !important;
}
.vm-pr-9 {
  padding-right: 9px !important;
}
.vm-pr-10 {
  padding-right: 10px !important;
}
.vm-pr-11 {
  padding-right: 11px !important;
}
.vm-pr-12 {
  padding-right: 12px !important;
}
.vm-pr-13 {
  padding-right: 13px !important;
}
.vm-pr-14 {
  padding-right: 14px !important;
}
.vm-pr-15 {
  padding-right: 15px !important;
}
.vm-pr-16 {
  padding-right: 16px !important;
}
.vm-pr-17 {
  padding-right: 17px !important;
}
.vm-pr-18 {
  padding-right: 18px !important;
}
.vm-pr-19 {
  padding-right: 19px !important;
}
.vm-pr-20 {
  padding-right: 20px !important;
}
.vm-mb-0 {
  margin-bottom: 0px !important;
}
.vm-mb-2 {
  margin-bottom: 2px !important;
}
.vm-mb-4 {
  margin-bottom: 4px !important;
}
.vm-mb-6 {
  margin-bottom: 6px !important;
}
.vm-mb-8 {
  margin-bottom: 8px !important;
}
.vm-mb-10 {
  margin-bottom: 10px !important;
}
.vm-mb-12 {
  margin-bottom: 12px !important;
}
.vm-mb-14 {
  margin-bottom: 14px !important;
}
.vm-mb-16 {
  margin-bottom: 16px !important;
}
.vm-mb-18 {
  margin-bottom: 18px !important;
}
.vm-mb-20 {
  margin-bottom: 20px !important;
}
.vm-mb-22 {
  margin-bottom: 22px !important;
}
.vm-mb-24 {
  margin-bottom: 24px !important;
}
.vm-mb-26 {
  margin-bottom: 26px !important;
}
.vm-mb-28 {
  margin-bottom: 28px !important;
}
.vm-mb-30 {
  margin-bottom: 30px !important;
}
.vm-mb-32 {
  margin-bottom: 32px !important;
}
.vm-mb-34 {
  margin-bottom: 34px !important;
}
.vm-mb-36 {
  margin-bottom: 36px !important;
}
.vm-mb-38 {
  margin-bottom: 38px !important;
}
.vm-mb-40 {
  margin-bottom: 40px !important;
}
.vm-mb-42 {
  margin-bottom: 42px !important;
}
.vm-mb-44 {
  margin-bottom: 44px !important;
}
.vm-mb-46 {
  margin-bottom: 46px !important;
}
.vm-mb-48 {
  margin-bottom: 48px !important;
}
.vm-mb-50 {
  margin-bottom: 50px !important;
}
.vm-br-0 {
  border-radius: 0px !important;
}
.vm-br-1 {
  border-radius: 1px !important;
}
.vm-br-2 {
  border-radius: 2px !important;
}
.vm-br-3 {
  border-radius: 3px !important;
}
.vm-br-4 {
  border-radius: 4px !important;
}
.vm-br-5 {
  border-radius: 5px !important;
}
.vm-br-6 {
  border-radius: 6px !important;
}
.vm-br-7 {
  border-radius: 7px !important;
}
.vm-br-8 {
  border-radius: 8px !important;
}
.vm-w-10 {
  width: 10px !important;
}
.vm-w-15 {
  width: 15px !important;
}
.vm-w-20 {
  width: 20px !important;
}
.vm-w-25 {
  width: 25px !important;
}
.vm-w-30 {
  width: 30px !important;
}
.vm-w-35 {
  width: 35px !important;
}
.vm-w-40 {
  width: 40px !important;
}
.vm-w-45 {
  width: 45px !important;
}
.vm-w-50 {
  width: 50px !important;
}
.vm-w-55 {
  width: 55px !important;
}
.vm-w-60 {
  width: 60px !important;
}
.vm-w-65 {
  width: 65px !important;
}
.vm-w-70 {
  width: 70px !important;
}
.vm-w-75 {
  width: 75px !important;
}
.vm-w-80 {
  width: 80px !important;
}
.vm-w-85 {
  width: 85px !important;
}
.vm-w-90 {
  width: 90px !important;
}
.vm-w-95 {
  width: 95px !important;
}
.vm-w-100 {
  width: 100px !important;
}
.vm-w-105 {
  width: 105px !important;
}
.vm-w-110 {
  width: 110px !important;
}
.vm-w-115 {
  width: 115px !important;
}
.vm-w-120 {
  width: 120px !important;
}
.vm-w-150 {
  width: 150px !important;
}
.vm-w-200 {
  width: 200px !important;
}
.vm-w-250 {
  width: 250px !important;
}
.vm-h-10 {
  height: 10px !important;
}
.vm-h-20 {
  height: 20px !important;
}
.vm-h-30 {
  height: 30px !important;
}
.vm-h-40 {
  height: 40px !important;
}
.vm-h-50 {
  height: 50px !important;
}
.vm-h-60 {
  height: 60px !important;
}
.vm-h-70 {
  height: 70px !important;
}
.vm-h-80 {
  height: 80px !important;
}
.vm-h-90 {
  height: 90px !important;
}
.vm-h-100 {
  height: 100px !important;
}
.vm-w-304 {
  width: 304px !important;
}
.vm-w-245 {
  width: 245px !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left;
}
.zoho-puvi-semibold {
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.zoho-puvi-bold {
  font-family: 'Zoho_Puvi_Bold' !important;
}
.zoho-puvi-regular {
  font-family: "Zoho_Puvi_Regular" !important;
}
.vm-align-center {
  text-align: center;
}
.vm-align-left {
  text-align: left;
}
.vm-align-right {
  text-align: right;
}
.vm-text-normal {
  font-weight: normal;
}
.vm-no-border {
  border: none !important;
}
.vm-blw-0 {
  border-left-width: 0 !important;
}
.mob-show {
  display: none !important;
}
@media (max-width: 767px) {
  .mob-show {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
.desk-show {
  display: block !important;
}
@media (max-width: 767px) {
  .desk-show {
    display: none !important;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  line-height: 18px;
  color: #000;
  background: transparent;
  padding: 16px 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  transition: all 0.3s linear;
  font-weight: 600;
}
.btn.btn-icon {
  padding-right: 30px;
}
.btn.btn-outline {
  border: 1px solid #000;
  color: #000;
  background: #fff;
  transition: all 0.3s linear;
}
.btn.btn-outline:hover {
  background: #000;
  color: #fff;
}
.btn.btn-sm {
  padding: 10px 25px;
}
.btn.disabled {
  background: rgba(36, 36, 36, 0);
}
.btn-download-sm {
  background: #d1362c;
  font-size: 16px;
  color: white;
  padding: 10.5px 20px;
  border-radius: 4px;
}
.btn-download-sm.btn-icon {
  padding-right: 30px;
}
.btn-download-sm:hover {
  background: #c73f3f;
}
.btn-download-sm.disabled {
  background: #df6d66;
}
.btn-download-md {
  background: #e44242;
  min-width: 211px;
  font-size: 16.5px;
  color: white;
  padding: 17px 20px;
  border-radius: 3px;
}
.btn-download-md.btn-icon {
  padding-right: 30px;
}
.btn-download-md:hover {
  background: #c73f3f;
}
.btn-download-md.disabled {
  background: #ed8080;
}
.nav-bar {
  list-style-type: none;
}
.nav-bar > li {
  float: left;
}
.nav-bar.nav-tabs > li > a {
  display: inline-block;
  padding: 0 10px;
}
.full-width {
  width: 100%;
  max-width: 100%;
}
.container-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1365px) {
  .container-width {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .container-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-width.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.vm-body-pane > div,
.vm-body-pane .container-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1365px) {
  .vm-body-pane > div,
  .vm-body-pane .container-width {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .vm-body-pane > div,
  .vm-body-pane .container-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .vm-body-pane > div,
  .vm-body-pane .container-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vm-body-pane > div.full-width,
.vm-body-pane .container-width.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.bsa-pane {
  background: -moz-linear-gradient(top, rgba(118, 193, 255, 0.5) 0%, rgba(134, 200, 255, 0.5) 12%, rgba(168, 216, 255, 0.4) 37%, rgba(212, 236, 255, 0.21) 69%, rgba(237, 247, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(118, 193, 255, 0.5) 0%, rgba(134, 200, 255, 0.5) 12%, rgba(168, 216, 255, 0.4) 37%, rgba(212, 236, 255, 0.21) 69%, rgba(237, 247, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(118, 193, 255, 0.5) 0%, rgba(134, 200, 255, 0.5) 12%, rgba(168, 216, 255, 0.4) 37%, rgba(212, 236, 255, 0.21) 69%, rgba(237, 247, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8076c1ff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  padding-bottom: 70px;
}
.bsa-pane:before,
.bsa-pane:after {
  content: " ";
  display: table;
}
.bsa-pane:after {
  clear: both;
}
@media (max-width: 1023px) {
  .bsa-pane {
    padding-bottom: 50px;
  }
}
.bsa-pane h1 {
  font-size: 50px;
}
@media (max-width: 1250px) {
  .bsa-pane h1 {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .bsa-pane h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .bsa-pane h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
.bsa-pane h3 {
  font-size: 26px;
  line-height: 50px;
}
@media (max-width: 1250px) {
  .bsa-pane h3 {
    font-size: 24px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .bsa-pane h3 {
    font-size: 22px;
    line-height: 40px;
  }
}
.bsa-pane .bsa-content {
  padding-top: 90px;
  display: inline-block;
  width: 51%;
}
@media (max-width: 1250px) {
  .bsa-pane .bsa-content {
    padding-top: 65px;
  }
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-content {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-content {
    padding-top: 25px;
    width: 100%;
    text-align: center;
  }
}
.bsa-pane .bsa-img {
  width: 45%;
  margin-top: 30px;
  float: right;
  position: relative;
}
.bsa-pane .bsa-img .bsa-point {
  display: block;
  font-family: 'Open Sans';
  font-size: 14.5px;
  line-height: 20px;
  color: #0f63ab;
  font-weight: 600;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1365px) {
  .bsa-pane .bsa-img .bsa-point {
    font-size: 12.5px;
    line-height: 15px;
  }
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img .bsa-point {
    font-size: 10.5px;
  }
}
.bsa-pane .bsa-img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.vm-header-pane {
  min-height: 90px;
}
.vm-header-pane.sticky {
  position: fixed;
  top: -90px;
  width: 100%;
  background: white;
  z-index: 999;
  box-shadow: 0 14px 22px -16px rgba(23, 45, 60, 0.19);
  transition: all 0.5s ease;
  min-height: 90px;
}
.vm-header-pane.sticky .header-top-list {
  display: none;
}
@media (max-width: 767px) {
  .vm-header-pane.sticky .header-top-list {
    display: block;
    margin-bottom: 15px;
  }
}
.vm-header-pane.sticky .vm-logo {
  min-height: 90px;
  line-height: 90px;
}
.vm-header-pane.sticky .header-r-flow {
  min-height: 90px;
  line-height: 90px;
}
.vm-header-pane.sticky .header-r-flow .header-r-sec {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .vm-header-pane.sticky .header-r-flow .header-r-sec + .header-r-sec {
    margin-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .vm-header-pane.sticky .header-r-flow {
    min-height: auto;
    line-height: inherit;
  }
}
.vm-header-pane.sticky.sticky-anim {
  top: 0;
}
.vm-header-pane.sticky + .bsa-pane {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .vm-header-pane {
    min-height: 90px;
  }
}
.vm-header-pane .vm-logo {
  min-height: 90px;
  display: inline-block;
  line-height: 90px;
}
@media (max-width: 767px) {
  .vm-header-pane .vm-logo {
    min-height: 90px;
    line-height: 90px;
  }
}
.vm-header-pane .vm-logo a {
  width: 174px;
  height: 53px;
  background-image: url("../images/adap-logo.png");
  background-repeat: no-repeat;
  background-size: 174px 53px;
  vertical-align: middle;
  display: inline-block;
}
.vm-header-pane .mob-menu-icn {
  display: none;
  width: 30px;
  position: absolute;
  right: 25px;
  top: 30px;
}
.vm-header-pane .mob-menu-icn:after,
.vm-header-pane .mob-menu-icn:before,
.vm-header-pane .mob-menu-icn div {
  background-color: #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
}
.vm-header-pane .mob-menu-icn.active:before {
  transform: translateY(9px) rotate(135deg);
}
.vm-header-pane .mob-menu-icn.active:after {
  transform: translateY(-9px) rotate(-135deg);
}
.vm-header-pane .mob-menu-icn.active div {
  transform: scale(0);
}
@media (max-width: 767px) {
  .vm-header-pane .mob-menu-icn {
    display: inline-block;
  }
}
.vm-header-pane .header-top-list {
  list-style-type: none;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 17px;
}
.vm-header-pane .header-top-list li {
  display: inline-block;
  padding: 0px 18px;
  border-right: 1px solid #e5e5e5;
}
.vm-header-pane .header-top-list li a {
  color: #333;
  text-decoration: none;
}
.vm-header-pane .header-top-list li:last-child {
  border-right-width: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .vm-header-pane .header-top-list {
    width: 100%;
    text-align: center;
  }
}
.vm-header-pane .header-r-flow {
  float: right;
  min-height: 90px;
  display: inline-block;
  line-height: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .vm-header-pane .header-r-flow {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 999;
    top: 90px;
    left: 0;
    background: white;
    display: none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    min-height: auto;
    line-height: inherit;
  }
  .vm-header-pane .header-r-flow .btn-download-sm {
    margin-top: 15px;
  }
}
.vm-header-pane .header-r-flow .header-r-sec {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .vm-header-pane .header-r-flow .header-r-sec {
    padding-bottom: 15px;
    width: 100%;
  }
}
.vm-header-pane .header-r-flow .nav-bar {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .vm-header-pane .header-r-flow .nav-bar {
    width: 100%;
  }
}
.vm-header-pane .header-r-flow .nav-bar > li > a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 1023px) {
  .vm-header-pane .header-r-flow .nav-bar > li > a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .vm-header-pane .header-r-flow .nav-bar > li > a {
    font-size: 13px;
  }
}
.vm-header-pane .header-r-flow .nav-bar > li > a i {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .vm-header-pane .header-r-flow .nav-bar > li > a i {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .vm-header-pane .header-r-flow .nav-bar > li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.vm-icon {
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("../images/common-sprite.png");
  background-repeat: no-repeat;
  float: left;
  background-size: 500px 250px;
}
.icn-live {
  background-position: 0 0;
}
.icn-quote {
  background-position: -21px 0;
}
.icn-support {
  background-position: -42px 0;
}
.icn-calendar {
  background-position: 0 -24px;
  width: 19px;
  height: 19px;
}
.icn-video-play {
  background-position: -316px -60px;
  width: 181px;
  height: 181px;
}
.icn-arrow-right {
  background-position: -113px 5px;
}
.icn-download-w-sm {
  background-position: -63px 0;
}
.icn-phone-w-md {
  background-position: -86px 0;
  width: 20px;
  height: 20px;
}
.icn-tick-green-md {
  background-position: -136px 0;
  width: 21px;
  height: 21px;
}
.form-container {
  width: 100%;
  margin: 0 auto;
}
.form-container label {
  font-size: 13px;
  color: white;
  line-height: 22px;
  display: block;
  padding-bottom: 8px;
}
.form-container label .red {
  color: #f34a4a;
}
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="number"],
.form-container input[type="phone"] {
  min-height: 40px;
  width: 320px;
  outline: none;
  border: 1px solid #d8d8d8;
  padding: 4px 12px;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 20px;
  background: white;
  color: black;
}
.form-container input[type="text"]::placeholder,
.form-container input[type="email"]::placeholder,
.form-container input[type="number"]::placeholder,
.form-container input[type="phone"]::placeholder,
.form-container input[type="text"]:-ms-input-placeholder,
.form-container input[type="email"]:-ms-input-placeholder,
.form-container input[type="number"]:-ms-input-placeholder,
.form-container input[type="phone"]:-ms-input-placeholder,
.form-container input[type="text"]::-ms-input-placeholder,
.form-container input[type="email"]::-ms-input-placeholder,
.form-container input[type="number"]::-ms-input-placeholder,
.form-container input[type="phone"]::-ms-input-placeholder {
  color: grey;
}
@media (max-width: 767px) {
  .form-container input[type="text"],
  .form-container input[type="email"],
  .form-container input[type="number"],
  .form-container input[type="phone"] {
    max-width: 100%;
  }
}
.form-container select {
  min-height: 38px;
  height: 38px;
  width: 320px;
  outline: none;
  padding: 4px 5px;
  line-height: 22px;
  font-size: 13px;
  background: white;
  color: black;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .form-container select {
    max-width: 100%;
  }
}
.form-container .form-select {
  width: 320px;
  border: 1px solid #d8d8d8;
  background: white;
  min-height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
.form-container .form-select select {
  width: 100%;
}
@media (max-width: 767px) {
  .form-container .form-select {
    max-width: 100%;
  }
}
.form-container textarea {
  width: 320px;
  padding: 12px;
  margin-bottom: 20px;
  float: left;
}
.form-container textarea::placeholder,
.form-container textarea:-ms-input-placeholder,
.form-container textarea::-ms-input-placeholder {
  color: grey;
}
@media (max-width: 767px) {
  .form-container textarea {
    max-width: 100%;
  }
}
.form-container .errMsg {
  color: white;
  background: #f34a4a;
  padding-left: 5px;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 10px;
  display: none;
}
.form-container .date {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form-container .date:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("../images/common-sprite.png");
  background-repeat: no-repeat;
  float: left;
  background-size: 500px 250px;
  background-position: 0 -24px;
  width: 19px;
  height: 19px;
  display: block;
  right: 9px;
  top: 10px;
}
.tnk-msg {
  display: none;
  color: white;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.anim-shadow {
  transition: all 0.3s linear;
}
.anim-shadow:hover {
  box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.45);
}
.anim-shadow-tilt-up {
  transition: all 0.5s ease;
}
.anim-shadow-tilt-up:hover {
  box-shadow: 0 33px 37px -35px rgba(23, 45, 60, 0.48);
  transform: translateY(-3px);
}
#backToTop {
  display: none !important;
}
h4 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.double-line-header {
  margin: 0;
  position: relative;
  display: inline-block;
}
.double-line-header:before,
.double-line-header:after {
  content: "";
  width: 205px;
  height: 1px;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
  top: 10px;
}
@media (max-width: 1023px) {
  .double-line-header:before,
  .double-line-header:after {
    display: none;
  }
}
.double-line-header:before {
  left: -245px;
}
.double-line-header:after {
  right: -245px;
  transform: rotate(180deg);
}
.logo-sec {
  text-align: center;
  overflow: hidden;
}
.logo-sec ul {
  margin-bottom: 20px;
  margin-top: 10px;
}
.logo-sec ul li {
  margin: 10px 14px;
  vertical-align: middle;
}
.logo-sec h3 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .logo-sec h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .logo-sec h3 {
    padding: 0 15px;
  }
}
.logo-sec h3 span {
  color: #2a2983;
  font-weight: bold;
}
.form-sec {
  background: #053862;
  padding-top: 73px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .form-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.form-sec h4 {
  color: white;
  font-weight: bold;
  font-size: 33px;
  line-height: 31px;
  margin-bottom: 44px;
}
.form-sec .form-container {
  max-width: 1200px;
}
.form-sec .btn-download-md {
  padding: 14px 20px;
}
.icn-list {
  list-style-type: none;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 1023px) {
  .icn-list {
    font-size: 14px;
  }
}
.icn-list li {
  padding: 11px 0;
  padding-left: 33px;
  position: relative;
}
.icn-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("../images/common-sprite.png");
  background-repeat: no-repeat;
  float: left;
  background-size: 500px 250px;
}
@media (max-width: 767px) {
  .icn-list li:before {
    top: 14px;
  }
}
.horizontal-tabs .tab-header {
  text-align: center;
  margin-bottom: 65px;
}
.horizontal-tabs .tab-header ul {
  list-style-type: none;
  font-size: 23px;
  line-height: 60px;
  display: inline-block;
  padding: 0 90px;
  border-bottom: 1px solid #dee5fa;
  position: relative;
  font-family: "Zoho_Puvi_Regular" !important;
}
@media (max-width: 1023px) {
  .horizontal-tabs .tab-header ul {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .horizontal-tabs .tab-header ul {
    padding: 0 10px;
    font-size: 18px;
    width: 100%;
  }
}
.horizontal-tabs .tab-header ul li {
  display: inline-block;
  text-align: center;
  min-width: 190px;
  padding: 0 18px;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .horizontal-tabs .tab-header ul li {
    min-width: inherit;
    padding: 0 15px;
  }
}
.horizontal-tabs .tab-header ul li.active,
.horizontal-tabs .tab-header ul li:hover {
  font-family: "Zoho_Puvi_SemiBold" !important;
  font-weight: 500;
}
.horizontal-tabs .tab-header ul li.higlighter {
  position: absolute;
  width: 100px;
  height: 4px;
  background: #0e63d8;
  transition: all 0.3s linear;
  bottom: -1px;
  left: 0;
}
.horizontal-tabs .tab-content .tab-inner {
  display: none;
}
.horizontal-tabs .tab-content .tab-inner.active {
  display: block;
}
.vertical-tabs {
  zoom: 1;
  position: relative;
  height: auto;
}
.vertical-tabs:before,
.vertical-tabs:after {
  content: "";
  display: table;
}
.vertical-tabs:after {
  clear: both;
}
@media (max-width: 1023px) {
  .vertical-tabs {
    height: auto !important;
  }
}
.vertical-tabs .tab-header {
  cursor: pointer;
  width: 28%;
  height: 70px;
  border: 1px solid #efefef;
  border-top-width: 0px;
  background: #f9f9f9;
  color: #888888;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .vertical-tabs .tab-header {
    font-size: 12px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .vertical-tabs .tab-header {
    font-size: 13px;
    width: 100%;
  }
}
.vertical-tabs .tab-header .tab-header-inner {
  width: 100%;
  height: 100%;
  border-left: 0px solid transparent;
  padding-left: 17px;
  transition: all 0.4s linear;
}
.vertical-tabs .tab-header.active,
.vertical-tabs .tab-header:hover {
  color: #000;
  border-right-color: transparent;
  background: white;
}
.vertical-tabs .tab-header.active .tab-header-inner,
.vertical-tabs .tab-header:hover .tab-header-inner {
  border-color: #58acff;
  border-left-width: 3.5px;
}
@media (max-width: 1023px) {
  .vertical-tabs .tab-header.active,
  .vertical-tabs .tab-header:hover {
    border-right-color: #efefef;
  }
}
.vertical-tabs .tab-header.active + .tab-content {
  display: block;
}
.vertical-tabs .tab-header:first-child {
  border-top-width: 1px;
}
.vertical-tabs .tab-content {
  zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  padding: 0 25px;
  padding-bottom: 41px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
  width: 68%;
  margin-left: 2%;
  margin-right: 2%;
}
.vertical-tabs .tab-content:before,
.vertical-tabs .tab-content:after {
  content: "";
  display: table;
}
.vertical-tabs .tab-content:after {
  clear: both;
}
@media (max-width: 1023px) {
  .vertical-tabs .tab-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.vertical-tabs .tab-content h4 {
  font-size: 22px;
  text-align: left;
  line-height: 16.5px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .vertical-tabs .tab-content h4 {
    font-size: 19px;
    padding-left: 0;
    line-height: 28.5px;
  }
}
.vertical-tabs .tab-content p {
  color: #464646;
  line-height: 30px;
  font-size: 16.5px;
}
.vertical-tabs .tab-content ul {
  font-size: 15px;
  line-height: 25px;
  padding-left: 50px;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vertical-tabs .tab-content ul {
    padding-left: 15px;
    font-size: 14px;
  }
}
.vertical-tabs .tab-content ul li {
  color: #464646;
  position: relative;
  margin-bottom: 20px;
}
.vertical-tabs .tab-content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -23px;
  top: 10px;
  background: #20b9d5;
}
.video-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  z-index: 999999;
  text-align: center;
  display: none;
}
.video-popup .video {
  width: 55%;
  margin: auto;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 27px 0 0;
  border-radius: 3px;
  right: 0;
  bottom: 0;
}
span.close {
  color: #fff;
  padding: 7px 8px;
  position: absolute;
  line-height: 1;
  right: -9%;
  top: -6%;
  display: block;
  font-size: 36px;
  cursor: pointer;
}
iframe {
  width: 100%;
  height: 100%;
}
.adap-icon {
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("../images/common-sprite.png");
  background-repeat: no-repeat;
  float: left;
  background-size: 500px 250px;
  background-image: url("../images/adap-finance-sprite.png");
  background-size: 1000px 2024px;
  float: none;
  display: inline-block;
}
.icn-fin1 {
  background-position: 0 0;
  width: 62px;
  height: 62px;
}
.icn-fin2 {
  background-position: -74px 0;
  width: 163px;
  height: 91px;
}
.icn-fin3 {
  background-position: -250px 0;
  width: 177px;
  height: 46px;
}
.icn-fin4 {
  background-position: -250px -60px;
  width: 243px;
  height: 57px;
}
.icn-org1 {
  background-position: -2px -111px;
  width: 60px;
  height: 49px;
}
.icn-org2 {
  background-position: -74px -111px;
  width: 51px;
  height: 44px;
}
.icn-org3 {
  background-position: -137px -115px;
  width: 54px;
  height: 41px;
}
.icn-org4 {
  background-position: -10px -171px;
  width: 44px;
  height: 47px;
}
.icn-org5 {
  background-position: -74px -172px;
  width: 48px;
  height: 46px;
}
.icn-org6 {
  background-position: -137px -171px;
  width: 52px;
  height: 49px;
}
.icn-card1 {
  background-position: -25px -237px;
}
.icn-card2 {
  background-position: 0px -651px;
}
.icn-card3 {
  background-position: -50px -430px;
}
.icn-central-bnk {
  background-position: -230px -117px;
  width: 263px;
  height: 85px;
  zoom: 0.7;
  transition: height 0.3s linear;
}
.icn-erst-bnk {
  background-position: -353px -684px;
  width: 263px;
  height: 85px;
  zoom: 0.7;
}
.icn-quote-lg {
  background-position: -458px -416px;
  width: 91px;
  height: 79px;
}
.bsa-pane .bsa-content {
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-content {
    text-align: center;
  }
}
.bsa-pane .bsa-img {
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img {
    padding-right: 0;
  }
}
.bsa-pane .bsa-img .point-1 {
  top: -4px;
  left: 4.5%;
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img .point-1 {
    top: -12px;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-img .point-1 {
    top: -15px;
  }
}
.bsa-pane .bsa-img .point-2 {
  top: 40%;
  left: 0;
}
@media (max-width: 1365px) {
  .bsa-pane .bsa-img .point-2 {
    left: -20px;
    top: 39%;
  }
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img .point-2 {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-img .point-2 {
    left: -30px;
    top: 32%;
  }
}
.bsa-pane .bsa-img .point-3 {
  bottom: 3px;
  right: 37%;
  text-align: center;
}
@media (max-width: 1365px) {
  .bsa-pane .bsa-img .point-3 {
    right: 39%;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-img .point-3 {
    bottom: -5px;
    right: 36%;
  }
}
.bsa-pane .bsa-img .point-4 {
  top: -4px;
  right: 4%;
}
@media (max-width: 1365px) {
  .bsa-pane .bsa-img .point-4 {
    right: 2%;
  }
}
@media (max-width: 1023px) {
  .bsa-pane .bsa-img .point-4 {
    right: -6%;
  }
}
@media (max-width: 767px) {
  .bsa-pane .bsa-img .point-4 {
    right: -13%;
  }
}
.logo-sec ul li {
  margin: 10px 45px;
}
@media (max-width: 767px) {
  .card-sec .row .col-mob-12 {
    margin-top: 25px;
  }
  .card-sec .row .col-mob-12:first-child {
    margin-top: 0;
  }
}
.card-sec .vm-card {
  margin-top: 25px;
}
.card-sec .vm-card:first-child {
  margin-top: 0;
}
.card-sec .vm-card .card-title {
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.card-sec .vm-card .card-content {
  font-family: "Zoho_Puvi_Regular" !important;
}
.case-study-sec {
  margin-top: 70px;
  margin-bottom: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .case-study-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.case-study-sec .bx-controls .bx-pager {
  margin-top: 30px;
}
.case-study-sec .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
.case-study-sec .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background: #c6e0f5;
  color: #c6e0f5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 5px;
}
.case-study-sec .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #053862;
  color: #053862;
}
.case-study-sec .row {
  background: #edf7ff;
  display: table;
}
.case-study-sec .row .con-1,
.case-study-sec .row .con-2 {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .case-study-sec .row .con-1,
  .case-study-sec .row .con-2 {
    display: inline-block;
    width: 100%;
  }
}
.case-study-sec .row .con-1 {
  background-color: #053862;
  background-image: url("../images/adap-finance-sprite.png");
  background-size: 1000px 2024px;
  background-position: 0 -940px;
  max-width: 500px;
  width: 500px;
}
@media (max-width: 1365px) {
  .case-study-sec .row .con-1 {
    width: 430px;
  }
}
@media (max-width: 1023px) {
  .case-study-sec .row .con-1 {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .case-study-sec .row .con-1 {
    width: 100%;
    max-width: 100%;
  }
}
.case-study-sec .row .con-1 .vm-card .card-content {
  text-align: center;
  padding-left: 70px;
  margin-top: 55px;
  margin-bottom: 85px;
  position: relative;
}
@media (max-width: 1023px) {
  .case-study-sec .row .con-1 .vm-card .card-content {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .case-study-sec .row .con-1 .vm-card .card-content {
    max-width: 400px;
    margin: 20px auto;
  }
}
.case-study-sec .row .con-2 {
  width: calc(100% - 500px);
}
@media (max-width: 1365px) {
  .case-study-sec .row .con-2 {
    width: calc(100% - 430px);
  }
}
@media (max-width: 1023px) {
  .case-study-sec .row .con-2 {
    width: calc(100% - 350px);
  }
}
@media (max-width: 767px) {
  .case-study-sec .row .con-2 {
    width: 100%;
  }
}
.case-study-sec .row .con-2 .vm-card {
  padding-top: 46px;
}
.case-study-sec .row .con-2 .vm-card .card-content {
  padding-left: 20px;
  width: 80%;
  position: relative;
}
@media (max-width: 1365px) {
  .case-study-sec .row .con-2 .vm-card .card-content {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .case-study-sec .row .con-2 .vm-card .card-content {
    margin-top: 5px;
  }
}
.case-study-sec .row .con-2 .vm-card .card-content:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 60px;
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("../images/common-sprite.png");
  background-repeat: no-repeat;
  float: left;
  background-size: 500px 250px;
  background-image: url("../images/adap-finance-sprite.png");
  background-size: 1000px 2024px;
  float: none;
  display: inline-block;
  background-position: -458px -416px;
  width: 91px;
  height: 79px;
}
.case-study-sec .row .con-2 .vm-card .card-content p {
  margin-top: 60px;
  font-size: 19px;
  line-height: 29px;
}
@media (max-width: 1023px) {
  .case-study-sec .row .con-2 .vm-card .card-content p {
    margin-top: 25px;
    font-size: 17px;
    line-height: 24px;
  }
}
.case-study-sec .row .con-2 .vm-card .card-content .author {
  font-size: 13px;
  font-weight: bold;
  margin-left: -8px;
  line-height: 20px;
}
.case-study-sec .row .con-2 .vm-card .card-content .author-role {
  font-size: 11px;
  line-height: 18px;
}
.card-sec-2 {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .card-sec-2 .row .col-pad-6:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .card-sec-2 .row .col-mob-12 {
    margin-top: 25px;
  }
  .card-sec-2 .row .col-mob-12:first-child {
    margin-top: 0;
  }
}
.card-sec-2 .row .col-4 {
  max-width: 345px;
}
.card-sec-2 .vm-card {
  border-color: #e5e5e5;
  border-top-width: 0;
  padding: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .card-sec-2 .vm-card {
    padding: 20px;
  }
}
.card-sec-2 .vm-card a {
  text-decoration: none;
  color: #1a53c7;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .card-sec-2 .vm-card a {
    font-size: 14px;
  }
}
.card-sec-2 .vm-card .card-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27.5px;
  margin-top: 0;
  font-family: 'Zoho_Puvi_Bold' !important;
}
@media (max-width: 1023px) {
  .card-sec-2 .vm-card .card-title {
    font-size: 16px;
  }
}
.card-sec-2 .vm-card .card-content {
  margin-top: 40px;
  text-align: right;
}
.card-sec-2 .vm-card-img {
  background-image: url("../images/adap-finance-sprite.png");
  background-size: 1000px 2024px;
}
.form-sec .form-container .row {
  width: 100%;
  font-size: 0;
  text-align: center;
  line-height: 0;
}
.form-sec .form-container .row > * {
  font-size: initial;
  text-align: initial;
  line-height: initial;
}
.form-sec .form-container .row .col-12 {
  width: calc(100% - 40px);
}
.form-sec .form-container .row .col-11 {
  width: calc(91.66666667% - 40px);
}
.form-sec .form-container .row .col-10 {
  width: calc(83.33333333% - 40px);
}
.form-sec .form-container .row .col-9 {
  width: calc(75% - 40px);
}
.form-sec .form-container .row .col-8 {
  width: calc(66.66666667% - 40px);
}
.form-sec .form-container .row .col-7 {
  width: calc(58.33333333% - 40px);
}
.form-sec .form-container .row .col-6 {
  width: calc(50% - 40px);
}
.form-sec .form-container .row .col-5 {
  width: calc(41.66666667% - 40px);
}
.form-sec .form-container .row .col-4 {
  width: calc(33.33333% - 40px);
}
.form-sec .form-container .row .col-3 {
  width: calc(25% - 40px);
}
.form-sec .form-container .row .col-2 {
  width: calc(16.66666% - 40px);
}
.form-sec .form-container .row .col-1 {
  width: calc(8.33333% - 40px);
}
.form-sec .form-container .row [class*="col-"] {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
}
.form-sec .form-container .row:before,
.form-sec .form-container .row:after {
  content: " ";
  display: table;
}
.form-sec .form-container .row:after {
  clear: both;
}
.form-sec .form-container .row.align-left {
  text-align: left;
}
.form-sec .form-container .row.align-right {
  text-align: right;
}
.form-sec .form-container .row.align-center {
  text-align: center;
}
.form-sec .form-container .row.justify-start:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.form-sec .form-container .row.justify-start [class*="col-"] {
  vertical-align: top;
}
.form-sec .form-container .row.justify-center:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.form-sec .form-container .row.justify-center [class*="col-"] {
  vertical-align: middle;
}
.form-sec .form-container .row.justify-end:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}
.form-sec .form-container .row.justify-end [class*="col-"] {
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .form-sec .form-container .row .col-pad-12 {
    width: calc(100% - 40px);
  }
  .form-sec .form-container .row .col-pad-11 {
    width: calc(91.66666667% - 40px);
  }
  .form-sec .form-container .row .col-pad-10 {
    width: calc(83.33333333% - 40px);
  }
  .form-sec .form-container .row .col-pad-9 {
    width: calc(75% - 40px);
  }
  .form-sec .form-container .row .col-pad-8 {
    width: calc(66.66666667% - 40px);
  }
  .form-sec .form-container .row .col-pad-7 {
    width: calc(58.33333333% - 40px);
  }
  .form-sec .form-container .row .col-pad-6 {
    width: calc(50% - 40px);
  }
  .form-sec .form-container .row .col-pad-5 {
    width: calc(41.66666667% - 40px);
  }
  .form-sec .form-container .row .col-pad-4 {
    width: calc(33.33333% - 40px);
  }
  .form-sec .form-container .row .col-pad-3 {
    width: calc(25% - 40px);
  }
  .form-sec .form-container .row .col-pad-2 {
    width: calc(16.66666% - 40px);
  }
  .form-sec .form-container .row .col-pad-1 {
    width: calc(8.33333% - 40px);
  }
}
@media (max-width: 767px) {
  .form-sec .form-container .row .col-mob-12 {
    width: calc(100% - 40px);
  }
  .form-sec .form-container .row .col-mob-11 {
    width: calc(91.66666667% - 40px);
  }
  .form-sec .form-container .row .col-mob-10 {
    width: calc(83.33333333% - 40px);
  }
  .form-sec .form-container .row .col-mob-9 {
    width: calc(75% - 40px);
  }
  .form-sec .form-container .row .col-mob-8 {
    width: calc(66.66666667% - 40px);
  }
  .form-sec .form-container .row .col-mob-7 {
    width: calc(58.33333333% - 40px);
  }
  .form-sec .form-container .row .col-mob-6 {
    width: calc(50% - 40px);
  }
  .form-sec .form-container .row .col-mob-5 {
    width: calc(41.66666667% - 40px);
  }
  .form-sec .form-container .row .col-mob-4 {
    width: calc(33.33333% - 40px);
  }
  .form-sec .form-container .row .col-mob-3 {
    width: calc(25% - 40px);
  }
  .form-sec .form-container .row .col-mob-2 {
    width: calc(16.66666% - 40px);
  }
  .form-sec .form-container .row .col-mob-1 {
    width: calc(8.33333% - 40px);
  }
}
.form-sec .form-container .col-6 {
  max-width: 320px;
}
.form-sec .form-container a {
  color: #21d8e8;
  text-decoration: none;
}
.form-sec .form-container .privacy-row {
  margin-top: 0;
  max-width: 715px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-sec .form-container .privacy-row .col-12 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .form-sec .phn-num {
    width: calc(100% - 50px - 20px) !important;
  }
}
.btn-central-bnk {
  background: #054070;
  box-shadow: 0px 0px 45.39px 5.61px rgba(0, 0, 0, 0.16);
}
.btn-blue {
  border: 1px solid #1564a5;
  color: #1564a5;
  background: #fff;
  transition: all 0.3s linear;
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.btn-blue:hover {
  background: #1564a5;
  color: #fff;
}
.btn-neon {
  margin-top: 40px;
  border: 1px solid #00f6ff;
  color: #00f6ff;
  background: #053862;
  transition: all 0.3s linear;
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.btn-neon:hover {
  background: #00f6ff;
  color: #053862;
}
/*# sourceMappingURL=adap-finance.css.map */