@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Fonts
 *   2 Components
 *     2.1 Icons
 *     2.2 Links
 *     2.3 Buttons
 *     2.4 Boxes
 *     2.5 Blurb
 *     2.6 Forms
 *     2.7 Dividers
 *     2.8 Tables
 *     2.9 Lists
 *     2.10 Logo
 *     2.11 Thumbnails
 *     2.12 Quotes
 *     2.13 Tooltip
 *     2.14 Snackbars
 *     2.15 Breadcrumbs
 *     2.16 Panel Custom
 *     2.17 Comments
 *     2.18 Layouts
 *     2.19 Posts
 *     2.20 Product
 *     2.21 Pricing tables
 *     2.22 Timeline
 *     2.23 Parallax Header
 *     2.24 Profile
 *     2.25 Events
 *     2.26 Custom modal
 *     2.27 Pagination Classic
 *     2.28 Layout Panel
 *     2.29 Menu
 *   3 Helpers
 *     3.1 Backgrounds
 *     3.2 Text Alignments
 *     3.3 Text Styling
 *     3.4 Groups
 *     3.5 Sections
 *     3.6 Offsets
 *     3.7 Utilities Custom
 *     3.8 Wrappers
 *   4 Modules
 *     4.1 Flex Grid System
 *     4.2 Responsive Unit
 *   5 Plugins
 *     5.1 Animate
 *     5.2 Isotope
 *     5.3 Owl Carousel
 *     5.4 RD Navbar
 *     5.5 Material Parallax
 *     5.6 RD Search
 *     5.7 To Top
 *     5.8 Progress Bars
 *     5.9 Time Circles
 *     5.10 Swiper
 *     5.11 Countdown
 *     5.12 Tabs
 *     5.13 RD Calendar
 *     5.14 Bootstrap Material Datetimepicker
 *     5.15 RD Audio
 *     5.16 Slick Carousel
 *     5.17 Select 2
 *     5.18 Page Loaders
 *     5.19 Lightgallery
 */

/** @section 1 Fonts */

/** @section 1.1 Typography */

h1, h2, h3, h4, h5, h6 {
    color: #19395F !important;
}

h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 29px;
}


/** @section 2 Components */

/** @section 2.3 Buttons */

.btn-green {
    background-color: #3D962B;
    color: white !important;
    border: 1px solid #3D962B;
    font-weight: 300;
    font-size: 16px;
}

.btn-outline-white,
.btn-outline-clean,
.btn-outline-clean-archive {
    background-color: white;
    color: #748493;
    border: 1px solid #748493;
    font-weight: 300;
    font-size: 16px;
}

/* Credit calculator */

/* Credit calculator */
.credit-calc {
    background-color: #F0F3F3;
    height: 100%;
}