body, html {
    width:100%;
    font-family: 'Roboto', sans-serif;
    background-color: #ececec;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

header h2, .cta-section h2 {
    color: #09D3F9
}

h3 {
    font-size: 35px;
    font-weight: 700;
    color: #142d4c;}

h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1E2D5D;
}

p {
    font-size:15px;
}

.navbar, .bg-black {
    background-color: black;
    
}

.header,
.footer, 
.testimonials-section,
.cta-section,
.bg-dark {
    background: linear-gradient(180deg, #2C1E4A 0%, #1E2D5D 100%);
    /* min-height: 300px; */
    color: #142d4c;
    /* padding-bottom:20px; */
}

.bg-dark h3 {
    color: #09D3F9;
}

.card {
    border-radius: 10px;
}

.card:hover {
    transform: scale(1.03);
    transition: transform .2s;
}

.feat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #df8fd2 0%, #D73CBE 100%);
}

section {
    margin:50px 0;
}
blockquote {
    quotes: none;
}

blockquote::before,
blockquote::after {
    content: "\"";
    color: #142d4c;
}


.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.testimonial {
    align-items: center;
}

.testimonial img {
    max-width: 100px;
    /* adjust as needed */
    margin-right: 20px;
}

.testimonial-content {
    flex-grow: 1;
}

.cta-section {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    text-align: center;
}

.bg-teal {
    background-color: #1E2D5D;
}

.bg-orange {
    background-color: #385170;
}

.highlight-btn {
    background: linear-gradient(180deg, #09D3F9 0%, #92edff 100%);
    border-radius: 5px;
}

.highlight-btn,
.highlight-btn a {
    color: black !important;
}
.feature-item i {
    color: white;
}

.testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.footer {
    padding: 20px 0;
    background-color: #142d4c;
    color: white;
}

.btn {
    color:white;
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #09D3F9;    
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #D73CBE;
}

.footer .fas {
    margin-bottom: 10px;
}

.footer .row>div {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer .row>div {
        margin-bottom: 0;
    }
}