*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2b7df9;
  text-decoration: none;
  background-color: transparent;
}

  a:hover {
    color: #1e69da;
    text-decoration: underline;
  }

  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }

    a:not([href]):not([class]):hover {
      color: inherit;
      text-decoration: none;
    }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

  button:focus:not(:focus-visible) {
    outline: 0;
  }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }

  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #282828;
  font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
  font-size: 2.34375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.640625rem;
}

h4,
.h4 {
  font-size: 1.3rem !important;
}

h5,
.h5 {
  font-size: 1.171875rem;
}

h6,
.h6 {
  font-size: 1.003125rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

  .blockquote-footer::before {
    content: "— ";
  }

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f0f1f5;
  border: 1px solid #b6bdca;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 100%;
  color: #2b7df9;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 100%;
  color: #ffffff;
  background-color: #2f2f2f;
  border-radius: 0.2rem;
}

  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }

pre {
  display: block;
  font-size: 100%;
  color: #2f2f2f;
}

  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

h2.page-subheading {
  font-size: 24px;
}

.nav-item {
  position: relative;
}

.navigation {
  webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#masthead {
  padding: 0;
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navigation.fixed-top.fixed {
  position: fixed;
}

.site-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
}

  .site-header .header_full {
    padding-left: 100px;
    padding-right: 100px;
  }

#masthead .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


@media(min-width: 982px) {
  .navigation.fixed-top .navbar {
    padding: 10px 0px;
  }
}

.nav-item .btn-primary {
  font-size: 16px;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  padding: 6px 16px !important;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar-nav .nav-item {
  margin-left: 12px;
}

.navigation.fixed-top.fixed {
  background: #0a2540;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.banner-slide {
  width: 100%;
  height: 100vh;
}

.title-small-text {
  padding: 15px 0;
  font-weight: 500;
}

.container {
  max-width: 1280px;
}

.f-44 {
  font-size: 44px;
  font-weight: 700;
}

#sync1 .item {
  background: url('../images/main-slider-1-1.jpg') top center no-repeat;
  padding: 80px 0px;
  color: #FFF;
  background-size: cover;
  height: 100vh;
  background-size: cover;
}

  #sync1 .item.sec {
    background: url('../images/bannerbg2-new1.jpg') top center no-repeat;
    background-size: cover;
  }

#sync2 .item {
  background: transparent;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  background-size: cover;
  font-size: 18px;
}

  #sync2 .item h1 {
    font-size: 18px;
  }

#sync2 .current .item {
}

@media(min-width: 1280px) {

  .banner-slide,
  #sync1 .item {
    height: 85vh;
  }

  .sub-banner-items {
    position: relative !important;
    bottom: 90px !important;
  }
}

.owl-theme .owl-nav {
}

  .owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
  }

    .owl-theme .owl-nav [class*=owl-].disabled:hover {
      background-color: #D6D6D6;
    }

#sync1.owl-theme {
  position: relative;
}

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 45px;
    height: 45px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 11px !important;
  }

    #sync1.owl-theme .owl-next svg path,
    #sync1.owl-theme .owl-prev svg path {
      stroke: #fff !important;
      font-size:;
    }

  #sync1.owl-theme .owl-prev {
    left: 10px;
  }

  #sync1.owl-theme .owl-next {
    right: 10px;
  }

.sub-banner-items .owl-nav,
.sub-banner-items .owl-dots {
  display: none;
}

.sub-banner-items {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  border-top: 1px solid #ffffff2e;
  z-index: 1;
}

#sync1 .item .container {
  height: 100%;
}

#sync1 .item .row {
  height: 100%;
}

.banner-slide h2 {
  font-size: 50px;
  color: #fff
}

.banner-slide #sync1 .item p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.btn-primary {
  background: linear-gradient(to right, #3b9314, #1a9579);
  border: 1px solid transparent !important;
  padding: 10px 21px;
  font-size: 17px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  transition: .2s ease;
}

  .btn-primary:hover {
    border: 1px solid transparent !important;
    opacity: .8;
  }

.tp-tab-num {
  display: inline-block;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 23px;
  font-size: 14px;
}

.tp-tab-desc {
  display: inline-block;
}

.owl-carousel .owl-item.active.current {
  border-top: 2px solid #fff;
}

.splitting .char {
  animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(20ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}

.pd-70 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-30 {
  padding-bottom: 45px;
}

.service-box {
  background: #fff;
  padding: 60px 15px 65px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFEF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 5%);
  text-align: center;
  height: 100%;
}

#service {
  background: #fff;
}

@media(min-width: 1025px) {
  .p-30 {
    padding: 0 30px;
  }
}

.service-inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mb-30 {
  margin-bottom: 30px
}

.nav-tabs .nav-link img {
  display: block;
  margin: 0px 10px 0px 0px;
  float: left;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 6px;
  border: 1px solid #ebebeb;
}

.nav-tabs .nav-item {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

.more-feature {
  background: #fff;
}

.nav-tabs .nav-item:hover,
.nav-tabs .nav-item.active {
  border-top: none;
  border-left: none;
  border-right: none;
  color: #2575fc;
}

.crm-bx {
  background: url(../images/gesture-trust.jpg) top center no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

  .crm-bx::before {
    content: "";
    background: rgba(33, 85, 142, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
  }

/* CSS 23-08-2022*/
.footer-info p,
#footer .copyright {
  font-weight: normal;
}

.pd-top40 {
  padding-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.header-info-swapper,
.header-link-swapper {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: transparent;
}

  .header-info-swapper > p i {
    margin-right: 5px;
  }

.text-wrapper {
  padding: 0px 15px 0px 35px;
}

.sc_heading .title {
  font-weight: normal;
  color: #fff;
}

.sc_heading .line {
  display: inline-block;
  width: 23px;
  height: 3px;
  background-color: #E0E0E0;
}

.header-info-swapper > p {
  margin-left: 40px;
  font-size: 14px;
}

  .header-info-swapper > p,
  .header-info-swapper > p a,
  .header-info-swapper > p i {
    color: #fff;
  }

.header-info-swapper .space-left {
  margin-left: 40px;
}

.header-info-swapper .sc_heading {
  margin: 0 0 20px 40px;
  padding: 0px 0 0 0;
}

.list-link {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: normal;
  line-height: 3;
}

  .list-link li {
    width: 50%;
  }

    .list-link li a {
      color: #fff !important;
      transition: .3s;
    }

      .list-link li a:hover {
        color: #f0c30f !important;
        text-decoration: none;
      }

#footer {
  background: #0A2540;
}

.footer-info,
.footer-info p {
  color: #fff;
}

#footer .copyright {
  border-top: 1px solid transparent;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 12px;
}

.bottom-footbar {
  background: #081e34;
}

/*Footer Social media*/
.icon-link {
  min-width: 30px;
}

.social-media-set .fa {
  padding: 6px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5px;
  width: 25px;
}

  .social-media-set .fa:hover {
    opacity: 0.7;
  }

.social-media-set .fa-facebook {
  background: #3B5998;
  color: white;
}

.social-media-set .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social-media-set .fa-google {
  background: #dd4b39;
  color: white;
}

.social-media-set .fa-linkedin {
  background: #007bb5;
  color: white;
}

.social-media-set .fa-youtube {
  background: #bb0000;
  color: white;
}

.social-media-set .fa-instagram {
  color: white;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

/*Footer Social media*/

/*top scroll*/
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background: linear-gradient(to right, #3b9314, #1a9579);
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
}

  #myBtn .fa.fa-arrow-up {
    font-size: 16px;
  }

  #myBtn:hover {
    background-color: linear-gradient(to right, #1a9579, #3b9314);
  }

@media(min-width: 1025px) {

  .header-info-swapper,
  .header-link-swapper {
    min-height: 290px;
  }
}

/*Testimonial slider*/
.testimonial-slider .carousel-item img {
  max-width: 100px !important;
  text-align: center;
  margin: auto;
  float: none;
  border-radius: 50%;
}

.testimonial-slider .carousel-caption {
  position: relative;
  text-align: center;
  inset: 0;
  width: 89%;
  margin: auto;
}

.testimonial-slider .carousel-indicators {
  bottom: -40px;
}

.quote {
  text-align: center;
  font-size: 45px;
  color: #82cd61;
}

.testimonial-slider .carousel-caption p {
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #000;
}

.testimonial-slider .carousel-control-prev-icon, .testimonial-slider .carousel-control-next-icon {
  position: relative;
}

  .testimonial-slider .carousel-control-prev-icon::before, .testimonial-slider .carousel-control-next-icon::before {
    position: absolute;
    content: "";
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    top: -10px;
  }

.testimonial-slider .carousel-caption h5 {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

.testimonial-slider .carousel-indicators li {
  background-color: #a7a7a7;
}

.carousel-item {
  padding: 0px 120px;
}

/*CRM Morefeatures*/
.crm-more-features,
.pad-btm-70 {
  padding-bottom: 70px;
}

  .crm-more-features .nav {
    flex-wrap: nowrap;
  }

  .crm-more-features .tab-content p {
    font-weight: normal;
  }

/*About Us Page */
.banner-static-bg {
  color: rgb(255, 255, 255);
  background-image: url("../../assets/images/topheading-blog.jpg");
  padding-top: 70px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: rgba(45, 51, 57, .95);
  min-height: 100px;
}

  .banner-static-bg .head-tile {
    padding: 90px 0;
    text-align: center;
  }

  .banner-static-bg .overlay-top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
  }

  .banner-static-bg .overlay-top-header {
    opacity: .9;
  }

  .banner-static-bg .overlay-top-header {
    background: linear-gradient(-90deg, #0a2540 -7.52%, #101020 108.41%);
  }

  .banner-static-bg .container {
    z-index: 2;
    position: relative;
  }

  .banner-static-bg .page-title {
    font-size: 48px;
    color: #fff;
    line-height: 1.3em;
    font-weight: bold;
  }

.banner-description {
  font-size: 1.05rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 15px;
}

.breadcrumbs-wrapper #breadcrumbs {
  padding: 13px 0;
  margin: 0;
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
}

  .breadcrumbs-wrapper #breadcrumbs li {
    line-height: 25px;
    display: inline-block;
    color: inherit;
    list-style: none;
  }

    .breadcrumbs-wrapper #breadcrumbs li span {
      color: #fff;
    }

  .breadcrumbs-wrapper #breadcrumbs a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    line-height: 25px;
    margin: 0 12px;
  }

  .breadcrumbs-wrapper #breadcrumbs li a::after {
    content: "/";
    background: 0 0;
    color: #fff;
  }

  .breadcrumbs-wrapper #breadcrumbs li a:hover {
    text-decoration: none;
  }

    .breadcrumbs-wrapper #breadcrumbs li a:hover span {
      color: #2b7df9;
    }

    .breadcrumbs-wrapper #breadcrumbs li a,
    .breadcrumbs-wrapper #breadcrumbs li a:hover span {
      transition: .3s;
    }

/*FAQ's */
.inner-points {
  list-style: circle !important;
  padding-left: 20px !important;
}

  .inner-points li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

#faq .inner-points li {
  padding: 5px !important;
  margin-top: 5px !important;
}

#faq .btn {
  display: block;
  width: 100%;
  text-align: left;
  color: #007bff;
}

  #faq .btn.collapsed {
    color: #000 !important;
  }

  #faq .btn.btn-link.collapsed:hover,
  #faq .btn {
    text-decoration: none;
  }

    #faq .btn:focus {
      box-shadow: none;
    }

#faq .card:not(:last-child) {
  margin-bottom: 10px;
}

#faq .accordion > .card > .card-header {
  background: #fff;
}

.image-container {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

  .image-container img {
    max-width: 136px;
    max-height: 37.7px;
    transition: all .2s ease-in-out 0s;
  }

  .image-container.set-img-logo img {
    width: 200px;
    height: auto;
    max-width: 200px;
    max-height: 100px;
  }

@media(min-width: 1025px) {
  .banner-static-bg {
    max-height: 398px;
  }
}

@media(max-width: 992px) {
  .image-container {
    flex-wrap: wrap;
  }
}

/*Contact Us*/
.bg-contact {
  background-image: url("../../assets/images/contact-us-support.jpg");
}

.box-card .fa {
  font-size: 54px;
  text-align: center;
  margin-top: 20px;
}

.box-card {
  padding: 15px;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #0352E600;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 220px;
  margin: 10px 0;
}

  .box-card h3 {
    font-size: 20px !important;
    margin: 10px 0;
  }

  .box-card .fa.fa-map-marker {
    color: #82cd61;
  }

  .box-card .fa.fa-envelope {
    color: #82CD61;
  }

  .box-card .fa.fa-phone {
    color: #82cd61;
  }

  .box-card .fa.fa-map-marker,
  .box-card .fa.fa-envelope,
  .box-card .fa.fa-phone {
    background: linear-gradient(to right, #3b9314, #2962cb);
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box-card:hover {
    border-bottom-color: #82cd61;
    border-radius: 6px;
  }

  .box-card a:hover {
    text-decoration: none;
    color: #007bff !important;
  }

.featurespage {
  padding: 70px 0;
}

.bg-grey {
  background: #F0F4FA;
}

.featurespage.twofeatures {
  background: #2A76A7;
  padding: 0;
}

.leftsidebx,
.leftsidebx-box-2,
.leftsidebx-box-3,
.rightsidebx,
.rightsidebx-box-2,
.rightsidebx-box-4 {
  padding: 70px;
  height: 100%;
}

.rightsidebx,
.rightsidebx-box-2,
.rightsidebx-box-4 {
  background: #82cd61;
}

.rightsidebx-box-4 {
  background: url(../images/CheckLiskEvalutional.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

  .rightsidebx-box-4::before {
    position: absolute;
    background: #82cd61e3;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
  }

.rightsidebx {
  background: url(../images/loan-Documents.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.rightsidebx-box-2 {
  background: url(../images/SFTP-Integration.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.rightsidebx::before {
  position: absolute;
  background: #82cd61e3;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.rightsidebx-box-2::before {
  position: absolute;
  background: #82cd61e3;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.leftsidebx-box-3 {
  background: url(../images/Mobile-Application.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

  .leftsidebx-box-3::before {
    position: absolute;
    background: #2A76A7E6;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
  }

.leftsidebx-box-2 {
  background: url(../images/Automated-Loan.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.leftsidebx {
  background: url(../images/banker-login.jpg) top center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.leftsidebx-box-2::before {
  position: absolute;
  background: #2A76A7E6;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.leftsidebx::before {
  position: absolute;
  background: #2A76A7E6;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.content-icon {
  margin-right: 25px;
  margin-top: 13px;
}

  .content-icon img {
    width: 103px;
  }

.featurespage .img-fluid {
  box-shadow: 2px 2px 35px 2px rgba(179, 179, 179, 0.18);
  border: 1px solid #cccccc69;
  padding: 5px;
  background: #fff;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #FDFDFD;
  height: calc(2.1em + .75rem + 2px);
}

.tab-content .img-fluid {
  padding: 40px 40px 0px 0px;
}

.terms-service h3 {
  margin-bottom: 15px;
}

.terms-service h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.terms-service h5 {
  margin-bottom: 11px;
}

.breadcrumbs-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: .2s;
}

.service-inner > p {
  font-weight: normal;
}

/*Days Counter*/
.timer {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  padding: 90px 15px 90px 15px
}

.count-down {
  background-image: url("../../assets/images/bg-register.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .count-down .wrapper {
    position: relative;
    height: 12em;
  }

  .count-down .countdown-container {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .count-down .countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: 8rem;
    width: 34em;
  }

    .count-down .countdown.remove {
      animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
      overflow: hidden;
    }

  .count-down .number,
  .count-down .separator {
    display: block;
    color: #fff;
    height: 9rem;
    font-size: 4rem;
    position: relative;
    line-height: 12rem;
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
  }

  .count-down .separator {
    margin: 0;
    width: 2rem;
  }

  .count-down .new,
  .count-down .old,
  .count-down .current {
    color: #fff;
    position: absolute;
    border-radius: 1rem;
    height: 9rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .count-down .new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
  }

  .count-down .old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  }

  .count-down .countdown section {
    position: relative;
  }

#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -87px;
  font-size: 12px;
}

#js-hours:after {
  content: "HOURS";
}

#js-minutes:after {
  content: "MINUTES";
}

#js-seconds:after {
  content: "SECONDS";
}

@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}

@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}

.font-light {
  font-weight: normal !important;
}

.font-big {
  font-size: 3rem;
  font-weight: bold !important;
}

.roboto-font {
  font-family: 'Roboto', sans-serif;
}

.top-text,
.form-outter {
  padding: 0 30px;
}

  .form-outter .form-control {
    font-size: .8rem;
  }

    .form-outter .form-control,
    .form-outter .form-control:focus {
      color: #fff;
      background-color: #FFFFFF2E;
      border: none;
      box-shadow: none;
    }

      .form-outter .form-control::placeholder {
        color: #ccc !important;
        opacity: 1;
      }

/*--------Blogs---------*/
.bg-instructor {
  background: #f9f9f9;
  clear: both;
  position: relative;
}

.social-card1 {
  max-width: 100%;
  padding: 0;
  margin: auto;
}

.social-card-outter {
  width: 100%;
  background: #fff;
  margin: 0 0px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 1px 9px rgb(79 111 174 / 7%);
}

.tk-img {
  position: relative;
}

  .tk-img:before {
    position:;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: #0000006e;
    transition: all 0.3s;
  }

.author-name {
  margin: 20px 0 0px 0;
}

.decription-txt p,
.decription-txt .read-more-link {
  display: none;
}

.decription-txt.solutiondes p,
.decription-txt.solutiondes .read-more-link {
  display: block;
}

.decription-txt,
.px-10 {
  padding: 0 10px;
}

h2 .highlight {
  background: linear-gradient(to right, #3b9314, #2962cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

h2.heading {
  font-size: 44px;
  font-weight: 700;
}

.more-feature .tab-content {
  background: #26a95d;
  background: url('../images/tab.png') left bottom no-repeat;
  padding: 44px;
  border-radius: 0px;
  background-size: 100%;
}

  .more-feature .tab-content.tab2 {
    background: url('../images/tab2.png') left bottom no-repeat;
  }

  .more-feature .tab-content .btn-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: #27AE60 !important;
  }

  .more-feature .tab-content.tab2 .btn-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: #081e34 !important;
  }

.more-feature .nav-tabs {
  border-bottom: none;
}

.decription-txt {
  margin-top: 10px;
}

.line-btm {
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
  margin: auto;
  padding: 0 10px;
}

.tk-img img {
  width: 100%;
  height: auto;
}

.author-name h4,
.decription-txt {
  color: #000;
  text-align: left;
}

.read-more-link {
  color: #282828;
  font-weight: normal;
}

#instructor .social-card-outter {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ececec;
}

#instructor .author-name h4 {
  color: #000;
  padding-left: 10px;
}

#instructor .decription-txt {
  padding-left: 0;
}

#solution .author-name h4 {
  line-height: 1.7em;
}

/*--------Blogs---------*/

/*--------responsive---------*/
@media(max-width: 992px) {
  .navigation.fixed-top #navigation {
    background: #0a2540;
    padding-bottom: 15px;
  }

  h2.heading br {
    display: none;
  }
}

@media(max-width: 767px) {
  .navigation.fixed-top {
    background: #3c3c3cde;
  }

    .navigation.fixed-top #navigation {
      padding: 10px 0px 20px 0px;
    }

    .navigation.fixed-top.fixed #navigation {
      padding: 10px 0px 20px 0px;
      background: transparent;
    }

  .navbar-nav {
    margin: auto !important;
    justify-content: center;
    align-items: center;
  }

    .navbar-nav .nav-item {
      margin-left: 0;
      width: 100%;
    }

  .nav-link:hover {
    background: #0069d9;
  }

  .social-card-outter {
    width: 100%;
  }

  .nav-tabs .nav-link img {
    margin-top: 20px;
  }

  .crm-more-features .nav {
    flex-wrap: wrap;
  }

  .count-down .number,
  .count-down .separator {
    height: 8rem !important;
    font-size: 3rem !important;
  }

  .count-down .countdown {
    width: 100% !important;
  }

  .tab-content .img-fluid {
    padding: 40px;
  }

  #nav-tabContent {
    padding: 20px !important;
  }

  .space-top-mob {
    margin-top: 1.5rem !important;
  }

  .space-btm-mob {
    margin-bottom: 1.5rem !important;
  }

  .testimonial-slider .carousel-caption p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .pd-70.pt-0-mob {
    padding-top: 0;
  }
}

@media(min-width: 767px) and (max-width: 1024px) {

  .count-down .number,
  .count-down .separator {
    height: 8rem !important;
    font-size: 3rem !important;
  }

  .count-down .countdown {
    width: 100% !important;
  }

  .social-card-outter {
    text-align: center;
  }
}


/*--------responsive---------*/

/*--------Home Banner---------*/
.watch-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to right, #F1C40F, #CC9F0B) !important;
  border: 1px solid transparent !important;
  transition: .2s ease all;
}

  .watch-btn:hover {
    opacity: .8;
    border: 1px solid transparent !important;
  }

.triangle-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 7px solid transparent;
  margin-right: 5px;
}

@media(min-width: 982px) {
  .space-right10 {
    margin-right: 10px;
  }
}

.work-analysis .card {
  background: #fff;
  padding: 40px 15px 35px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFEF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 30px 40px -20px rgba(63, 129, 252, 0.18);
  height: 100%;
}

  .work-analysis .card p {
    font-weight: normal;
    margin-top: 10px;
  }

  .work-analysis .card h2 {
    font-size: 24px;
    margin: 10px 0;
  }

  .work-analysis .card a,
  .read-more-link {
    font-weight: normal;
    color: #046cd5;
    transition: .15s ease;
  }

    .work-analysis .card a:hover,
    .read-more-link:hover {
      text-decoration: none;
      color: #282828;
    }

.work-analysis .card {
  border-top: 2px solid #fafafa;
}

  .work-analysis .card:hover {
    border-top: 2px solid green;
  }

#service.bg-grey {
  background: #F0F4FA;
}

.ok-box {
  position: relative;
  padding-left: 40px;
  background: url(../../assets/images/check-green.png) no-repeat 0 2px/29px auto;
}

.text-w700 {
  font-weight: 700;
}

.text-20 {
  font-size: 18px;
  line-height: 30px;
}

.body-btn .triangle-right {
  border-left: 14px solid #fff;
}

.body-btn .watch-btn:hover > .triangle-right {
  border-left: 14px solid #fff;
}

.body-btn .watch-btn > .triangle-right {
  transition: .15s ease-in-out;
}

.body-btn .watch-btn {
  background-color: #D35400;
  color: #fff !important;
}

  .body-btn .watch-btn:hover {
    color: rgb(130, 205, 97);
  }

#service h2.main-heading {
  font-size: 44px;
  font-weight: 700;
}

.space-top-cstm {
  margin-top: 1rem;
}

/*--------Home Banner---------*/

.testimonial-slider {
  background: #fff;
}

  .testimonial-slider h2.main-heading {
    font-size: 46px;
    text-align: center;
    font-weight: 600;
  }

.Guides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.Guides__container {
  display: grid;
  grid: 1fr/repeat(var(--columnCountMax), 1fr);
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.Guides__guide:first-of-type,
.Guides__guide:last-of-type {
  background: rgba(66, 71, 112, 0.3);
}

.Guides__guide {
  width: 1px;
  background: linear-gradient(180deg, #4247704d, #4247704d 50%, transparent 0, transparent);
  background-size: 1px 8px;
}

.nav-tabs.nav-fill .nav-link {
  margin-bottom: 0px !important;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.nav-tabs.nav-fill .nav-link {
  border-radius: 0px;
}

.nav-tabs.nav-fill .nav-item.nav-link {
  border-top: 5px solid transparent !important;
  color: #000;
  background: #f9f9f9;
  border: 2px solid #fff;
}

.nav-tabs.nav-fill .nav-item:hover,
.nav-tabs.nav-fill .nav-item.active {
  border-top: 5px solid #26a95d !important;
  background: #f9f9f9;
}

#solution {
  background: linear-gradient(to right, #0a2540, #01172f);
  position: relative;
  overflow: hidden;
}

  #solution h2.heading,
  #solution p {
    color: #fff;
  }

  #solution .social-card-outter p {
    color: #000;
  }

.vertical-ghost-text {
  font-size: 189px;
  color: transparent;
  line-height: 1;
  position: absolute;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  overflow: hidden;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-text-stroke: 2px #2962cb;
  -webkit-text-stroke-color: #2962cb;
  top: 0;
  -webkit-text-stroke-color: #2962cb;
  right: 10px;
  display: block;
}

.vertical-ghost-text2 {
  font-size: 189px;
  color: transparent;
  line-height: 1;
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-text-stroke: 2px #bcbcbc;
  -webkit-text-stroke-color: #bcbcbc;
  top: 0;
  -webkit-text-stroke-color: #bcbcbc;
  left: 10px;
  display: block;
}

#instructor {
  position: relative;
  overflow: hidden;
}

.mb-more {
  margin-bottom: 5rem;
}

.integrated-box-left {
  width: 30%;
  background: linear-gradient(to right, #3b9314, #1a9579);
  padding: 60px 40px 40px 40px;
  max-height: 300px !important;
}

.integrated-box-right {
  background: #fff;
  margin-left: -50px;
  width: 70%;
  margin-top: 50px;
}

  .integrated-box-right .col-sm-12.col-md-6 {
    background: #fff;
    padding: 0;
  }

.boxed-set {
  padding: 40px;
  border: 1px solid #f6f6f6;
}

  .boxed-set img {
    max-width: 150px;
  }

.heading-main {
  color: #fff;
  max-width: 70%;
}

.boxed-set h4 {
  margin: 20px 0;
  font-size: 18px;
}

.boxed-set p {
  margin: 20px 0;
}

.heading-main.top-space {
  font-size: 44px;
}

.bg-sink {
  position: relative;
  overflow: hidden;
}

.small-text {
  font-size: 18px;
}


/*---------Modal--------*/
.noscroll {
  overflow: hidden;
}

main {
  font-size: 0;
}

  main .column.left,
  main .column.right {
    background: #fcfcfc;
    display: block;
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-height: 0;
    vertical-align: top;
  }

@media (min-width: 641px) {

  main .column.left,
  main .column.right {
    display: inline-block;
    width: 50%;
    min-height: 100vh;
  }

  main .column.left {
    position: fixed;
  }

  main .column.right {
    margin-left: 50%;
  }
}

.video-banner {
  display: block;
}

@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.0em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
  transform: translateX(-50%) translateY(-50%) scale(1.0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}

.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  backgound: #330099;
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

.text-width {
  max-width: 100% !important;
}

@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}

.content h1,
.content h2,
.content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}

.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1.0em;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}

.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 3em;
}

.content .video-thumb-grid {
  position: relative;
  font-size: 0;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc(((100% - 4rem) / 2) * 0.5625);
  margin: 1rem 1rem;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

  .content .video-thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
  }

  .content .video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%;
    background: #2b2b2b;
  }

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

  .video-modal .overlay {
    z-index: 0;
    background: rgba(13, 1, 61, 0.95);
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
  }

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
}

@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
  }
}

@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

  .show-video-modal .video-modal .overlay {
    opacity: 1.0;
  }

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.set-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*---------commercial lending page--------*/
.banner-lending {
  background: linear-gradient(-90deg, #0a2540 -7.52%, #101020 108.41%);
  padding-top: 196px;
  padding-bottom: 142px;
  height: 650px;
}

  .banner-lending h1 {
    color: #fff;
    font-size: 4.3rem;
    position: relative;
    z-index: 9;
    line-height: 70px;
  }

  .banner-lending p {
    font-size: 20px;
    color: #fff;
    max-width: 512px;
    margin-top: 15px;
    z-index: 1;
    position: relative;
  }

  .banner-lending .container {
    position: relative;
  }

  .banner-lending .circle {
    border-radius: 50%;
    overflow: hidden;
    width: 680px;
    height: 680px;
    position: absolute;
    right: -3px;
    top: -101px;
  }

.max-detail {
  max-width: 600px;
  margin-bottom: 50px;
}

.featurespage-journey {
  background: #0a2540;
  overflow: hidden;
  position: relative;
}

  .featurespage-journey p {
    color: #ccc;
  }

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.featurespage .circle {
  border-radius: 50%;
  overflow: hidden;
  width: 500px;
}

img.iconimg {
  width: 55px;
  margin: 13px 0;
}

.featurespage-wrap h3.heading {
  font-size: 2.4rem;
}

.featurespage-lending h4 {
  margin-bottom: 6px;
}

.featurespage .circle img {
  width: 100%;
  height: 100%;
  object-fit: initial;
  padding: 0;
  box-shadow: none;
}

.featurespage .container-sml {
  max-width: 1170px;
}

.gradientbx {
  padding: 30px 30px 30px 30px;
  background: #0d3154;
  margin: 55px 20px 0;
  min-height: 400px;
  position: relative;
}

  .gradientbx::before {
    content: "";
    position: absolute;
    background: url(../images/dotted-background.png) bottom center no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 126%;
  }

  .gradientbx * {
    position: relative;
  }

.font-18 {
  font-size: 18px;
}

.listing-custom {
  margin: 0;
  padding: 0;
  list-stype-type: none
}

  .listing-custom li {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 18px;
  }

    .listing-custom li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0%;
      border-left: 7px solid #1c9572;
      border-right: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-top: 7px solid transparent;
    }

.gradientbx h2 {
  margin-bottom: 10px;
}

.gradientbx p {
  font-size: 18px;
}

.buttons-wrap {
  display: flex;
  align-items: center;
}

  .buttons-wrap .text-link {
    color: #fff;
    text-decoration: underline;
    margin-left: 18px;
  }

.webinar .category {
  color: #39931b;
  padding: 4px 0px;
  font-weight: 600;
}

.webinar h4 {
  margin-bottom: 11px;
}

  .webinar h4 a {
    color: #333
  }

.webinar img {
  margin-bottom: 7px;
}

.ebookimg {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}

.ebookdes {
  flex: 1;
  padding-left: 15px;
}

.mb-15 {
  margin-bottom: 36px;
}

.ebookdes .category {
  color: #39931b;
  font-weight: 600;
}

.ebookdes h4 {
  font-size: 21px;
}

  .ebookdes h4 a {
    color: #333
  }

.greybx {
  background-color: #F1F1F2;
  padding: 35px;
}

.whitepaper {
  margin-bottom: 19px;
}

  .whitepaper .category {
    color: #39931b;
    font-weight: 600;
  }

  .whitepaper h4 {
    font-size: 21px;
  }

    .whitepaper h4 a {
      color: #333
    }

@media (min-width:992px) and (max-width:1199px) {
  .banner-lending h1 {
    font-size: 3.9rem;
    position: relative;
  }

  .banner-lending p {
    font-size: 20px;
    max-width: 423px;
    margin-top: 15px;
  }

  .banner-lending .circle {
    width: 534px;
    height: 516px;
    right: 23px;
    top: -23px;
  }

  h2.heading br {
    display: none;
  }
}


@media (min-width:768px) and (max-width:991px) {
  .banner-lending .circle {
    right: 0;
    top: 0;
    display: inline-block;
  }
}

#myVideo {
  width: 100%;
  position: absolute;
  top: -150px;
  opacity: .6;
}

.dimmer {
  position: relative;
}

.loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dimmer.active .loader {
  display: block;
}

.dimmer-content {
  opacity: .04;
  pointer-events: none;
}

.loader {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 67px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

  .loader app-loader-white {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.loader-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5)
}

.loader-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dimmer {
  position: relative;
}

.loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dimmer.active .loader {
  display: block;
}

.dimmer-content {
  opacity: .04;
  pointer-events: none;
}

.ui-progress-spinner-circle {
  stroke: #1c5e9a !important;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  background-color: #3d88fb;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.over-lay {
  background: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center
}

.dimmer {
  position: relative;
}

.spin-loader {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  background-color: #3d88fb;
}

.modal-dialog {
  text-align: left;
  vertical-align: middle;
  min-width: 800px;
}

.content-slider {
  display: block;
  width: 100%;
  max-width: 40%;
}

@media only screen and (max-width: 1600px) {
  #myVideo {
    top: 0;
    opacity: .6;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1366px) {
  .content-slider {
    max-width: 60%;
    padding: 0 40px;
  }

  .vertical-ghost-text {
    opacity: .1;
  }

  .vertical-ghost-text2 {
    opacity: .1;
  }
}

@media only screen and (max-width: 1080px) {
  .content-slider {
    max-width: 100%;
  }

  .banner-lending {
    padding-top: 136px;
    padding-bottom: 80px;
    height: auto;
  }

    .banner-lending h1 {
      font-size: 40px;
      line-height: 50px;
    }

    .banner-lending .circle {
      width: 450px;
      height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-lending .circle {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 992px) {

  .navbar-nav .nav-item {
    text-align: left;
  }
  h2.heading {
    font-size: 35px;
  }

  .featurespage .circle {
    width: 100%;
  }

  .navbar {
    padding: .5rem 0rem !important;
  }
}

.image-container {
  justify-content: center;
}

  .image-container img {
    margin: 10px;
  }

.content-slider .btn {
  margin-bottom: 10px;
}

#footer .text-wrapper {
  padding: 15px 0;
}

#footer .header-info-swapper .sc_heading {
  margin: 0 0 20px 0px;
}

#footer .header-info-swapper > p {
  margin-left: 0px;
}

#footer .header-info-swapper .space-left {
  margin-left: 0px;
}

.banner-lending .circle {
  display: block;
}

.space-right10 {
  margin-right: 10px;
}

.paymentmethodtitle .tooltip {
  background-color: #333333e6;
  color: white;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  margin-top: 10px;
  opacity: 1;
  top: -211px;
  max-width: 168px;
  right: -29px;
}

@media only screen and (max-width: 992px) {
  .banner-slide {
    width: 100%;
    height: 100%;
  }

  #sync1 .item {
    height: 100% !important;
  }

  .carousel-item {
    padding: 0px 60px;
  }
  .banner-lending .circle {
  display: none;
}
.banner-lending .col-md-8 {
  max-width: 100%;
  flex: 0 0 100%;
}
 

}


@media only screen and (max-width: 420px) {
  .carousel-item {
    padding: 0px 30px;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 10% !important;
  }

  .ordpro-img[_ngcontent-ng-cli-universal-c8] {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ordpro-quant[_ngcontent-ng-cli-universal-c8] {
    position: relative !important;
  }

  .ordpro-img[_ngcontent-ng-cli-universal-c8] img[_ngcontent-ng-cli-universal-c8] {
    width: 100% !important;
    height: auto !important;
  }

  .ordpro-detai[_ngcontent-ng-cli-universal-c8] {
    padding: 0 0px !important;
  }

  .ordpro-totl[_ngcontent-ng-cli-universal-c8] {
    left: 15px !important;
    text-align: left !important;
  }
}

@media (max-width:1024px){

  .text-right.text-leftmb {
    text-align: left !important
  }
  .paymentmethodtitle .tooltip {
     right: 63px;
  }
}

@media (max-width:991px){

  .image-container.set-img-logo img {
    width: 142px;
    height: auto;
    max-width: 192px;
    max-height: 91px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
  }
  .carousel-item {
    padding: 0px 24px;
  }
  .testimonial-slider .carousel-caption p {
    font-size: 20px;
    text-align: left;
    color: #000;
  }
  .d-flex.social-media-set {
    margin-bottom: 20px;
  }
  .paymentmethodtitle .tooltip {
    right: -24px;
  }

}

@media (max-width: 480px) {
  .content-slider {
    padding: 0 24px;
  }
}

  @media (max-width: 480px) {
    .banner-static-bg .head-tile {
      padding: 30px 0;
    }

    .banner-slide h2 {
      font-size: 34px;
    }
  }


  /*----------------------*/

  #solution-carousel  .owl-nav {
    position: absolute;
    top: -161px;
    right: 0;
}

#solution-carousel.owl-carousel .owl-nav .owl-prev, #solution-carousel.owl-carousel .owl-nav .owl-next {
    background: #fff;
    width: 55px;
    height: 55px;
    margin-left: 5px;
    border-radius: 50%;
}

#solution-carousel.owl-carousel .owl-nav .owl-prev span, #solution-carousel.owl-carousel .owl-nav .owl-next span {
    font-size: 32px;
    line-height: 14px;
    height: 23px;
    display: inline-block;
}
#solution-carousel.owl-carousel .owl-nav .owl-prev:hover, #solution-carousel.owl-carousel .owl-nav .owl-next:hover{
	background:rgba(255,255,255,0.5)
}
.product-info .btn.btn-link {
    padding: 0;
    color: green;
}

.aboutvision img {
  width: 68px;
  margin-bottom: 8px;
}
.faq .ui-accordion .ui-accordion-header:not(.ui-state-disabled).ui-state-active a {
  background: #0a2540;
  border-color: #0a2540;
  text-decoration: none;
}

.faq .ui-accordion .ui-accordion-header a {
  padding: 12px 18px;
  text-decoration: none;
}

.faq .ui-accordion .ui-accordion-content {
  padding: 13px;
}

.faq .ui-accordion .ui-accordion-header:not(.ui-state-disabled).ui-state-active:hover a {
  background: #0a2540;
  border-color: #0a2540;
}
