body {
    color: #6a6a6a;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}


a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    /* background: #F77B6F; */
    color: rgb(93, 144, 238);
}

::-moz-selection {
    /* background: #F77B6F; */
    color: rgb(93, 144, 238);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}
h1{
    font-size: 32px;
}
a {
    color: #444e67;
}

a:hover {
    /* color: #F77B6F; */
}

li {
    list-style: none;
}

p {
    line-height: 26px
}

.gray-bg {
    background: #f8f8fa;
}

.property {
    padding: 40px 0;
    font-size: 15px;
}

.pt8 {
    padding-top: 80px;
}

.pb8 {
    padding-bottom: 80px;
}

.pt4 {
    padding-top: 40px;
}

.pb4 {
    padding-bottom: 40px;
}