@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing:1px;
    font-family: 'Poppins', sans-serif;
    color: #222;
}
ul, ul li {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    color: #666;
}
a {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      font-size: 15px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        color: #212529; 
}
  a, a:hover {
    text-decoration: none !important;
    -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
    outline: 0;
}



/** Header **/
.logo img {
    width: 150px;
}


/** Banner **/
.carousel.slide .container {
    width: 100%;
    position: initial;
}

.carousel.slide .carousel-indicators {
    right: unset;
    bottom: 0;
    left: unset;
    margin-right: 0;
    margin-left: 0;
}
.slide-text {
    width: 95%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.slide-text > h2 {
    padding: 0;
    color: #fff;
    font-weight: bold;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    font-size: 32px;
    font-weight: 900;
}
.slide-text > h3 {
    padding: 0;
    color: #fff;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    font-size:24px;
    font-weight: 700;
}
.carousel.slide {
    overflow: hidden;
    position: relative;
}
.carousel.slide .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.carousel.slide img {
    width: 100%;
}


/** Utilities **/
.title, .title2{
    position: relative;
    margin-bottom: 20px;
}
.title{
    text-align: center;
}
.title2{
    text-align: left;
}
.title h2, .title2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 900;
}
.grey-bg{
    background: #f1f1f1;
}
.white-bg{
    background: #fff;
}
img{
    max-width: 100%;
}



/* Must include Font Awesome (here: https://fortawesome.github.io/Font-Awesome/get-started/) for icons to show up */
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    bottom: 0;
    color: #222;
    border: 0;
    background: none;
    z-index: 1;
    transform: translateY(135%);
}

.slick-prev {
    left: 0;
}

.slick-prev:after {
      content: "\f104";
    font: 40px/1 'FontAwesome';
}

.slick-next {
    left: 3%;
}

.slick-next:after {
       content: "\f105";
     font: 40px/1 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}
.slick-arrow:after {
    font-size: 18px;
}
button.slick-arrow {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    height: 35px;
    width: 35px;
    text-align: center;
}


.business-planning .planning-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.business-planning .planning-body {
    display: flex;
    position: relative;
    z-index: 1;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: flex-end;
    background: 0 0;
    transition: all .25s linear;
        padding: 20px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    height: 100%;
}
.business-planning .planning-content {
    font-family: Poppins,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    max-height: 0;
    opacity: 0;
    transition: opacity .25s linear,max-height .5s;
}

.business-planning .slick-slide:focus .planning-body, .business-planning .slick-slide:hover .planning-body {
    background: rgba(9,5,239,.85);
    transform: translateY(0);
    transition: all .25s linear;
}
.business-planning .slick-slide:focus .planning-content, .business-planning .slick-slide:hover .planning-content {
    max-height: 400px;
    opacity: 1;
}
.business-planning .planning-body img {
    width: max-content;
    margin-bottom: 15px;
}
.slick-slide{
    position: relative;
}
.business-planning .planning-body h4,.business-planning .planning-body p{
    color: #fff;
}
.business-planning .planning-body h4{
    font-size: 18px;
}
.business-planning .planning-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}
.slick-slide {
    position: relative;
}



/** Bank **/
.bank-box {
    padding: 20px;
    transition: .5s;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    text-align: center;
    position: relative;
    height: 100%;
    transition: all .25s linear;
}
.bank-box:hover{
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    transition: all .25s linear;
}
.bank-box h5 {
    font-size: 16px;
}
a.view-all {
    padding: 10px 25px;
    background: #0905ef;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    margin: 15px 0 20px;
}
a.view-all:hover{
    background: #000;
}


/** Private Funding **/
.private-funding h4, .private-funding h5{
    text-align: center;
}
.private-funding .title h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
/** Benefits RPM **/
.private-box {
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 30px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor: pointer;
    overflow: hidden;
}
.private-box:before {
    content: '';
    background: #0905ef;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -ms-transform: skew(-45deg) scale(3) translateX(100%);
    transform: skew(
-45deg) scale(3) translateX(100%);
}
.private-box:hover:before, .private-box:focus:before {
    opacity: 1;
    -ms-transform: skew(-45deg) scale(3) translateX(0);
    transform: skew(
-45deg) scale(3) translateX(0);
}
.private-box li{
    list-style: none;
}
.private-box:hover li{
    transition: .5s;
    color: #fff;
}
.private-box:hover li img {
    transition: .5s;
    filter: brightness(0) invert(1);
}
.private-box li:last-child{
    margin-bottom: 0;
}
.letter a {
    color: #0056b3;
}


/** Footer **/
footer{
    padding: 50px 0 20px;
}
footer li {
    list-style: none;
}
footer hr {
    margin: 40px 0;
}
footer a {
    color: #0056b3;
}
footer img.ft-logo {
    width: 150px;
}
footer ul.ft-social li {
    display: inline-block;
    padding-right: 10px;
}
footer ul.ft-social li {
    display: inline-block;
}


/** Copyright **/
.copyright {
    background: #222;
}
.copyright p {
    margin-bottom: 0;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #0056b3;
}
.copyright .d-flex{
    justify-content: space-between;
}



/** Innerbanner **/
.innerbanner {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/slider.jpg);
    width: 100%;
    padding: 120px 0;
    text-align: center;
    position: relative;
    background-size: cover;
}
.innerbanner p {
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    padding: 16px 20px;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}
.innersec a, .summary a {
    color: #0056b3;
}
.innersec a:hover, footer a:hover, .summary a:hover {
   text-decoration: underline !important;
}

.innersec h5, .summary h5{
    margin-top: 15px;
}
.innersec img {
    float: right;
    max-width: 360px;
    margin-left: 20px;
}

.team-box {
    overflow: hidden;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    height: 100%;
    padding: 20px 0 0;
}

.team-box img {
    max-width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 50%;
}
p.red {
    color: red;
}


/** Contact **/
.innercontact input[type="text"], .innercontact input[type="email"] {
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
}
.innercontact textarea {
    height: 100px;
    border-radius: 0;
    margin-bottom: 15px;
}
.innercontact input[type=submit] {
    height: 50px;
    background-color: #0905ef;
    color: #fff;
    padding: 0 20px;
    border: 0;
}
.innercontact input[type=submit]:hover {
    background-color: #000;
}
.business-fact {
    padding-bottom: 80px;
}
img.global-pfg-img {
    width: 200px;
    display: inline-block;
    margin: 10px 5px 10px 0;
}