:root {
    color: #9C0FE1;
    color: #172F5A;
    color: #A2A2A2;
    color: #848484;
    color: #EBEBF0;
}

body {
    margin: 0;
	padding: 0;
    color: #A2A2A2;
    font-weight: 500;
    font-style: normal;
    font-family: "Outfit", sans-serif;
}

img {
	width: 100%;
	height: auto;
}

hr {
    margin: 5% auto 0 auto;
    color: inherit;
    border: 0;
    border-top: 0;
    border-bottom: 5px solid #EBEBF0;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight:500;
}

h1, .h1 {
    font-size: 50px;
    color: #172F5A;
    font-weight: 800;
}

h2, .h2 {
    font-size: 40px;
    font-weight: 800;
}

.blu-text {
    color: #172F5A;
}
.grey-txt {
    color: #b8b8bd!important;
}
.wht-border{
    border: 3px solid #fff;
    border-radius: 5px;
}

h3, .h3 {
    font-weight: 700;
    color: #172F5A;
    position: relative;
    padding-top: 30px;
}

h3:before, .h3:before {
    border-top: 10px solid #EBEBF0;
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0 auto;
    width: 120px;
    border-radius: 10px;
}

.home-about h3:before, .home-about .h3:before {
    border-top: 10px solid #EBEBF0;
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 120px;
    border-radius: 10px;
}

.second h3:before, .second .h3:before {
    left: 0!important;
    right: auto!important;
    border-radius: 10px;
}

p, li, a {
	font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    line-height: 30px;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.red-txt {
    color: #F13933;
}

.purple-txt {
    color: #9C0FE1!important;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    min-width: 150px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: initial!important;
    border: initial;
    box-shadow: none!important;
    background-color: transparent;
}

.mobi-hidden {
    display: flex;
}

.mobi-hidden .col-md-3 {
    margin-bottom: 20px;
}

.mobi-only {
    display: none;
}

/* Header */
.header {
    padding: 10px 0;
} 

.logo img {
    width: 60%;
    height: auto;
    float: left;
}

.home-header {
    background-image: url('/images/header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;
}

.home-header p {
    color: #172F5A;
    margin-bottom: 0;
    font-size: 18px;
}

.home-header p>img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.home-about {
    padding: 3% 0;
}

.youtube-video {
    margin-bottom: 3%;
}

.dashboard-body {
    padding-bottom: 3%;
}

.dashboard-body h3, .home-about h3 {
    margin-bottom: 30px;
}

.dashboard-body p {
    margin-bottom: 0;
}

/* Pricing */
.pricing {
    padding-bottom: 5%;
}
.pricing h3 {
    padding-top: 0!important;
}

.pricing h3:before {
    border-top: 0!important;
}

.pricing .card {
    border: 0;
    border-radius: 30px;
    padding: 30px 20px;
    background-color: #ebebf0;
    text-align: center;
}
.pricing .card h4 {
    font-size: 25px;
    color: #172f5a;
    min-height: 60px;
    font-weight: 500;
}
.pricing .card .price {
    font-size: 30px;
    color: #9C0FE1;
}

.pricing .active-card .price {
    font-size: 30px;
    color: #172f5a;
}

.pricing .active-card {
    background-color: #9C0FE1!important;
    color: #fff;
}
.pricing .active-card h4 {
    color: #fff;
}
.pricing .active-card p {
    color: #fff!important;
}
.badge {
    padding: 10px 25px;
    font-size: 20px;
    color: #172F5A;
}
.text-bg-light {
    color: #172f5a !important;
}
.pricing .card p {
    margin-bottom: 0;
    color: #172F5A;
}

.pricing .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
/* Footer */
.footer {
    background-color: #EBEBF0;
    padding: 2% 0;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 0;
}

.footer p, .footer a {
    color: #A2A2A2;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer h4 {
    font-size: 30px;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5%;
}

.footer h4:after {
    border-bottom: 10px solid #A2A2A2;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    border-radius: 10px;
}

.footer img {
    width: 30px;
    height: auto;
    margin-right: 15px;
}