@charset "UTF-8";

/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Core
Version:     1.3.6

------------------------------------------------------------------
[Custom Styles]
*/

* {
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
}

body {
    font-size: 18px;
    color: #777;
}

.header {
    border-bottom: 0px solid rgba(220, 220, 220, .2);
}

.extra-nav,
.inner-header {
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
}

.inner-nav > ul > li > a, .extra-nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    letter-spacing: .7px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
}

.bg-dark-60:before {
    background: rgba(50, 85, 127, .8);
    content: "";
    left: 0;
    top: 0;
}

.flexslider h1.h1, .module-header h1.h1, .module-slides h1.h1 {
    font-size: 50px;
}

.dropcap.dropcap-big {
    min-width: 50px;
    padding-top: 4px;
    margin: 5px 7px 0 0;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
}

.dropcap {
    float: left;
	text-align: center;
    background-color: #e0e0e0;
    color: #313131;
}

.font-serif-h {
    font-family: "Lora", "Libre Baskerville", serif;
    font-style: regular;
}

.module-title h2 {
    margin: 0 -4px 10px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #406da4;
}

.module {
    padding: 80px 0;
}

.module-title {
    margin: 0 0 40px;
}

.accordion .card-header a {
    position: relative;
    display: block;
    color: #313131;
}

.accordion .card-header {
    font-family: Poppins,Arial,serif;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    background-color: #f7f7f7;
    border-color: #eaeaea;
    padding: 12px 18px;
}

ul { 
	list-style-type: square; 
    text-indent: 0px; /* key property */
    margin-left: 20px; /* key property */
    
}
li { margin-bottom: 10px; }


.testimonials-card {
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    position: relative;
    margin: 20px 15px 20px;
    padding: 0 40px 40px;
    color: #999;
}

.testimonials-card-content {
    padding: 40px 0 10px;
}

.client img {
    max-width: 70%;
    height: auto;
}

.client {
    text-align: left;
    padding: 0px;
    opacity: .7;
}

.inline-img {
    float: left;
    margin: 0 15px 15px 0;
    width: 50%;
}

