
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    color: #333333;
}





/*-----------------------------------------------------------------------------------*/
/*  3. Content
/*-----------------------------------------------------------------------------------*/

.wrapper {
    padding: 100px 0;
}

.bg-color {
    background-color: #f6f6f6;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
	margin-left: 0px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    background-color: #0B60A9;
    width: 100px;
    height: 4px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}

.with-bg .section-title h2 {
    color: #ffffff;
}

.with-bg .section-title h2:after {
    background-color: #ffffff;
}

h3.title {
    text-transform: uppercase;
}

h3.title:after {
    content: '';
    background-color: #0B60A9;
    width: 75px;
    height: 2px;
    margin-top: 15px;
    display: block;
}

h4.title {
    text-transform: uppercase;
}

/* Features */

.features.wrapper {
    padding: 100px 0 60px 0;
}

.features-item {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 20px 150px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

.features-item .icon-wrap {
    background-color: #0B60A9;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 35px;
}

.features-item .icon-wrap i {
    font-size: 60px;
    color: #ffffff;
    line-height: 165px;
}

