@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*!
Pure v2.0.5
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/


/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* ========================================================== */


/* 			               01. GENERAL LAYOUT                 */


/* ========================================================== */

html {
    overflow-x: hidden;
    font-family: 'Jost', sans-serif !important;
}

body {
    overflow-x: hidden;
}

ul {
    padding: 0;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: #61708b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

ul li,
ol li {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Jost', Jost, sans-serif;
    list-style-type: none;
}

ul li i {
    vertical-align: middle;
    padding-right: 5px;
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #7f8f9e !important;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #017df7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1B2B59;
    font-weight: 400;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.text-first {
    color: #1B2B59
}

.text-second {
    color: #048FBA
}


/* BUTTON START */


/*! CSS Used from: https://linethemes.com/nanotext/wp-content/themes/nanotext/assets/css/components.css?ver=1.0.0 ; media=all */

@media all {
    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }
    a:active,
    a:hover {
        outline-width: 0;
    }
}


/*! CSS Used from: https://linethemes.com/nanotext/wp-content/themes/nanotext/assets/css/style.css?ver=1.0.0 ; media=all */

@media all {
    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-rendering: optimizeLegibility;
        outline: 0;
    }
    *:focus,
    *:after:focus,
    *:before:focus {
        outline: 0;
    }
    *:after,
    *:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
     ::selection {
        color: #ffffff;
    }
     ::-moz-selection {
        color: #ffffff;
    }
    a,
    .button,
    .button:before {
        transition: all 0.2s ease-in-out 0s;
    }
    a {
        text-decoration: none;
    }
     ::-webkit-input-placeholder {
        color: rgba(107, 124, 147, 0.5);
    }
     ::-moz-placeholder {
        color: rgba(107, 124, 147, 0.5);
    }
     :-ms-input-placeholder {
        color: rgba(107, 124, 147, 0.5);
    }
     :-moz-placeholder {
        color: rgba(107, 124, 147, 0.5);
    }
    .button {
        background-image: none;
        cursor: pointer;
        line-height: 100%;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-family: 'Jost', serif;
    }
    .button:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 30px 50px rgba(107, 124, 147, 0.15);
    }
    .button:disabled {
        background: #c2cfde!important;
        color: #809bba!important;
        cursor: no-drop;
        box-shadow: none;
    }
    .button {
        position: relative;
        overflow: hidden;
        box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    }
    .button:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3a416f 100%);
        border-radius: 3px;
        opacity: 0.2;
    }
    .ctaBox .button {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    @media only screen and (min-width: 769px) {
        .ctaBox .button {
            width: auto;
            padding: 15px 30%;
        }
    }
     ::selection {
        background: #1252f5;
    }
     ::-moz-selection {
        background: #1252f5;
    }
}


/*! CSS Used from: Embedded */

a {
    color: #1B2B59;
}

a:hover {
    color: #54c8ef;
}

.button {
    background: #048FBA;
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 3px;
}

 ::selection {
    background: #1252f5;
}

 ::-moz-selection {
    background: #1252f5;
}

.button2 {
    background-image: none;
    cursor: pointer;
    line-height: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: 'Jost', serif;
}

.button2:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 30px 50px rgba(107, 124, 147, 0.15);
}

.button2:disabled {
    background: #c2cfde!important;
    color: #809bba!important;
    cursor: no-drop;
    box-shadow: none;
}

.button2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
}

.button2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3a416f 100%);
    border-radius: 32px;
    opacity: 0.2;
}

.button2 {
    background: #048FBA;
    color: #ffffff;
    line-height: 26px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 32px;
}


/* BUTTON END */


/* CONTENT BOXES */

.content-box1 {
    content: "";
    position: inherit;
    display: block;
    box-shadow: rgb(107 124 147 / 15%) 0px 30px 50px;
    border-radius: 0px 0px 3px 3px;
}

.content-box {
    background-color: #fafafb;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(107 124 147 / 30%);
    transition: all .3s ease-in-out;
    padding: 45px;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 10px;
    height: 100%;
}

.content-box .finbyz-icon {
    height: 70px;
    width: 70px;
    display: inline;
}

.content-box-sub {
    font-size: 14px;
}

.content-box-title {
    font-family: Jost, serif;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px
}


/* HERO END */


/* STYLE START */

.title-2 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    letter-spacing: 5px;
}


/* SECTIONS */

.section-white {
    background: #fff;
    padding: 90px 0 70px 0;
}

.section-pc {
    padding: 80px 0px 80px;
    background-color: #fff;
    background-image: url(../img/section-image-01.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    ;
}

.section-list {
    padding: 80px 0px 80px;
    display: block;
    position: inherit;
    z-index: -1;
    left: 0;
    right: 0;
    height: 80%;
    bottom: 0;
    background: linear-gradient( 180deg, #ffffff 0%, #eaeef3 100%);
}

.section-process {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    background-image: url(../img/bg-2-scaled.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section-form {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    background-image: url(../img/bg-2-scaled.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* FOOTER */

.footer-widgets {
    padding: 30px 0 0 0;
    background: #058bb6 !important;
}


/* FORM */

.form-field {
    padding: 20px;
    font-size: 16px;
    width: 100%;
    position: relative;
    background-image: none;
    background: #fff !important;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
}

#messages {
    background: #fff !important;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    padding: 20px;
    font-size: 16px;
    width: 100%;
}

.navbar-t {
    color: #1b2b59 !important;
}

.nav-item {
    padding: 0 15px 0 15px !important;
}

.section-end {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
    background-image: url(../img/bf-t.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}