/*
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================

--------------------------
- Default Typography
--------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #222A3C;
    letter-spacing: 1.5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 20px;
    line-height: 27px;
}
h5 {
    font-size: 16px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
}
p {
    margin: 0 0 20px 0;
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
    line-height: 27px;
}
p img {
    margin: 0;
}
span {
    font-family: "Poppins", sans-serif;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-size: 11px;
    line-height: inherit;
}

/*	blockquotes */

blockquote {
    margin: 10px 0px;
    padding-left: 40px;
    position: relative;
    border-left: 0px;
}
blockquote:before {
    content: "\201C";
    opacity: 0.5;
    font-size: 80px;
    line-height: 0px;
    margin: 0;
    font-family: arial, sans-serif;
    position: absolute;
    top: 30px;
    left: 0;
}
blockquote p {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #444;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222A3C;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover,
a:active,
a:focus {
    /* color: #22B14C !important; */
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* list */

ul,
ol {
    margin-bottom: 24px;
    margin-top: 12px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 6px 0 6px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}


/* definition list */

dl {
    margin: 12px 0;
}
dt {
    margin: 0;
    color: #11ABB0;
}
dd {
    margin: 0 0 0 20px;
}

/*
--------------------------
- Custom Typography
--------------------------
*/

.section-title-1 {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}
.section-title-1 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4e4e4e;
    margin-bottom: 0px;
}
.section-title-1 h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 0px;
}
.section-title-1 p {
    width: 700px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: #333333;
    margin: 10px auto;
}
.section-title-2 {
    width: 100%;
}
.section-title-2 h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    color: #4e4e4e;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.section-title-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}
.section-title-3 h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    color: #4e4e4e;
    margin-bottom: 0px;
}
.section-title-3 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #4e4e4e;
    margin-bottom: 0px;
}
.section-title-3 p {
    width: 700px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    margin: 10px auto;
}
.section-title-4 {
    width: 100%;
    height: auto;
    text-align: center;
}
.section-title-4 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    margin: auto;
    position: relative;
}
.section-title-4 h2:before {
    content: "";
    padding: 0px 30px;
    background-image: url('../img/title-divider.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}
.section-title-4 h2:after {
    content: "";
    padding: 0px 30px;
    background-image: url('../img/title-divider.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}
.section-title-4 p {
    width: 700px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    margin: 5px auto;
}
.section-title-5 {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}
.section-title-5 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    color: #4e4e4e;
    margin-bottom: 0px;
}
.section-title-5 p {
    width: 700px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    margin: 10px auto;
}


/*Financial Education Details*/
.course-student-count{
    color: #EFC43D;
    font-family: "Segoe UI";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 120% */
    text-transform: capitalize;
}
.financial-management{
    color: #2E3A54;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 150% */
    text-transform: capitalize;
}
.financial-management-title{
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 111.111% */
    text-transform: capitalize;
}
.financial-management-subtitle{
    color: #2E3A54;
    font-family: "Segoe UI";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 114.286% */
    text-transform: capitalize;
}
.financial-management-description{
    color: #2E3A54;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;

}
.fin-course-price{
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 111.111% */
    text-transform: capitalize;
}
.fin-course-features-text-icons{
    color: #E99035;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}
.course-title{
    color: #2E3A54;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: capitalize;
}
.course-link{
    color: #E99035;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
}

.instructor-title{
    padding: 48px;
    color: #2E3A54;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
    text-transform: capitalize;
}
/*End Financial Education Details*/
