/*****************************************
            Fonts 'Montserrat'
*****************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/*****************************************  
            ## General css
*****************************************/

body,
html {
    height: 100%;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

a,
a:hover,
a:active,
active:focus {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #333;
}

a:focus {
    outline: none;
}

label {
    line-height: 1;
}

p {
    margin: 0;
}

strong {
    font-weight: 900;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn {
    background: none;
    border-style: solid;
    border-radius: 0;
    text-transform: uppercase;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.input-group-addon {
    border-radius: 0;
    border: none;
    padding: 0;
}

select {
    border: none;
    background: none;
}

select:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #3c4859;
    margin: 0;
    line-height: 1;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.section-padding {
    padding: 50px 0;
}

.intro-area {
    background: #18BC9C;
    margin: 25px 25px 0;
}

.intro-area h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 68px;
    color: #333;
    text-transform: uppercase;
}

.intro-area h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 48px;
    color: #333;
}

.intro-area img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
}

.intro-about {
    margin: 0 25px;
}

.intro-about p {
    font-size: 17px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact {
    background: #fafafa;
    margin: 0 25px;
}

.contact-info {
    text-align: center;
}

.contact-icon {
    margin: 0 auto;
}

.contact-icon i {
    font-size: 40px;
    background: #18BC9C;
    height: 68px;
    width: 68px;
    line-height: 68px;
    border-radius: 50%;
    color: #fff;
}

.contact-info h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-info-inner {
    border: 1px solid #ddd;
    padding: 30px;
}

.contact-info p {
    margin: 0;
    font-size: 24px;
}

.footer {
    background-color: #333;
    margin: 0 25px 25px;
}

.footer p {
    color: #fff;
    line-height: 40px;
}

.logo {
    width: 68px;
    margin: 0 auto;
}

.social {}

.social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social ul li {
    display: inline-block
}

.social ul li a {
    border: 2px solid #2c2c31;
    border-radius: 50%;
    color: #2c2c31;
    display: block;
    font-size: 20px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    margin: 2px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social ul li a:hover {
    background-color: #2c2c31;
    color: #fff;
}