/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #0d0d0d;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
}

.above-nav {
  width:100%;
}

.clearfix {
  overflow: auto;
}

header {
  background:#0087c9;
  border-bottom:3px solid #a3b4c2;
}

.nav-link a {
  overflow: hidden;

    display: block;
    position: relative;
    padding: 0.2em 0;

}

.nav-link  a::after {
  opacity 1;
  transform: translate3d(-100%, 0, 0);
}

.nav-link  a:hover::after,
.nav-link  a:focus::after{
  transform: translate3d(0, 0, 0);
}

.home-heading {
  font-size: 2em;
  font-weight: 800;
}

.bg-blue {
  background-color: #cde0f8;
}

.bg-video {
  background-color: #bbd2fb;
}

.bg-basenet{
  color: white;
  background:#0e2542;
}

.bg-basenet a {
  color: #3578d0;
}

.bg-basenet a:hover {
  color: #71abf8;
}
.ctactions{
  text-align: right;
  width:100%;
}

.caption {
  background-color: #0087c9;
  color: #f7f7f7;
}

.brand-green {
  color: #aebf2a;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-collapse {
  flex-grow: 0;
  font-weight: 600;
  text-transform: ;
  letter-spacing: 0.5px;
}

.navbar-text {
  padding-left:10px;
}

.video {
  width:100%;
  height:800px;
}
  
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 469px) {
.video {
  height:300px;
}
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu li {
  padding:10px;
}

.dropdown-menu li:hover {
  background-color: #0087c9;
  color:#fff;
}

.dropdown-menu li a:hover {
  background-color: #0087c9;
  color:#fff;
}

  /* Card Styles */

  .card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 1em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff;
    background: #E26D5C;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 1.4em;
    font-weight: bold;
    background: #fff;
    padding: 25px 25px 5px 25px;
}

.card-text {
    padding: 15px 25px;
    background: #fff;
    font-size: 1em;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1F487E;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.card-button:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: #fff;
}

.card-features {
  background-color: #0087c9;

}

.btn-feature {
  fill:#0087c9;
}

.btn-feature:hover {
  fill:#000;
}

.ico-badge {
  width:50%;
  margin-bottom:20px;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.bg-basenet ul {
  padding-inline-start: 0px;
}

.bg-basenet li {
  list-style-type: none;
}

.bg-basenet li::before {
  content: '';
  display: inline-block;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(186deg) brightness(106%) contrast(96%);
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  background-image: url(../img/angle-right-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

.bg-basenet-footer {
  background-color: #071425;
}


.icon {
  filter: invert(42%) sepia(26%) saturate(2256%) hue-rotate(183deg) brightness(92%) contrast(85%);
  padding-right: 10px;
  width: 40px;
  height: 40px;
}
/* Testimonials */

.home-testimonial{background-color: #0087c9;height: 380px}
.home-testimonial-bottom{background-color: #f8f8f8;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 0px;position: relative;height: 130px;top: 190px}
.home-testimonial h3{color: var(--orange);font-size: 14px;font-weight: 500;text-transform: uppercase}
.home-testimonial h2{color: white;font-size: 28px;font-weight: 700}
.testimonial-inner{position: relative;top: -174px}
.testimonial-pos{position: relative;top: 24px}
.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}
.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}
.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}
.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}
.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60vh;
}
.carousel-item:after {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}


.carousel-item img {
  object-fit:cover;
  object-position: center;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;

}

.slide1{
  background-image: url(../img/slide1.jpg);
}

.services-loans {
  background-color: #0087c9;
  padding-bottom: 40px;
}

.loans-calc {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.loans-calc input {
  width: 100%;
  padding:10px;
}
.loans-calc-header {
  background-color: #033b87;
  color:#EFF2F6;
  font-weight: 800;
}

.btn-loan-calc {
  background-color: #0087c9;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: 500;
  width:100%;
  padding: 20px;
  text-align: center;
  transition: all .5s;
  text-decoration: none;
}

.btn-loan-calc:hover {
  background-color: #000;
  box-shadow: rgba(63, 121, 215, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

.btn-loan-calc-header {
  background-color: #0087c9;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: 500;
  width:100%;
  padding: 5px 20px;
  text-align: center;
  transition: all .5s;
  text-decoration: none;
}

.btn-loan-calc-header:hover {
  background-color: #3a85e8;
  box-shadow: rgba(63, 121, 215, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

@media (min-width: 768px) {
  .btn-loan-calc {

  }
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 600;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette{
  margin: 0 auto;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.banner-debt{
 background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/debt.jpg');
 background-size: cover;
 background-repeat: no-repeat;
}

.bannercontent-debt{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgb(255, 255, 255)), url('../img/debtbanner.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

.banner-mortgage{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/mortgage.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-mortgage{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/mortgage.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .banner-loan{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/loan.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-loan{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/loan.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-aboutus{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/aboutus.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .banner-baddebt{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.60)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-baddebt{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgb(255, 255, 255)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .business{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/business.jpg');
  background-size: cover;
  background-repeat: no-repeat;
 }

 /* PAGES CSS
-------------------------------------------------- */
.baddebt-bg{
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    
  }
}
