.floatleft {
    float: left
}
.floatright {
    float: right
}
a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    outline: 0px solid
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%
}
.fix:after {
    content: "";
    display: table;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 15px;
}
.column {
    width: 1080px;
    margin: 0 auto;
    display: block;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    overflow: hidden
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}
header.header-area {
    background: #fff none repeat scroll 0 0;
    padding: 26px 0;
    text-align: center;
}
.icon-area {
    background: #32b44a none repeat scroll 0 0;
    border: 8px solid #5a5a5a;
    border-radius: 50%;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -o-display: flex;
    height: 192px;
    position: relative;
    text-align: center;
    width: 192px;
}
.icon-area img {
    display: block;
    margin: auto;
}
.top-phone-number-area {
    border: 7px solid #5a5a5a;
    color: #5a5a5a;
    font-size: 55px;
    font-weight: 600;
    height: 192px;
    margin-left: -88px;
    margin-right: -88px;
    padding-top: 50px;
    text-align: center;
    width: 872px;
}
.mid-phone-number-area {
    border: 7px solid #5a5a5a;
    color: #5a5a5a;
    font-size: 55px;
    font-weight: 600;
    height: 192px;
    margin-left: -8px;
    margin-right: -88px;
    padding-top: 50px;
    text-align: center;
    width: 984px;
}
.bottom-phone-number-area {
    border: 7px solid #5a5a5a;
    color: #5a5a5a;
    font-size: 47px;
    font-weight: 600;
    height: 192px;
    line-height: 60px;
    margin-left: -88px;
    margin-right: -8px;
    padding-top: 30px;
    text-align: center;
    width: 984px;
}
.margin-top-bottom {
    margin: 35px 0;
}
.footer-area {
    background: #fff;
    font-size: 35px;
    color: #474747;
    text-align: center;
    font-weight: 700;
}
.footer-top-area {
    letter-spacing: 2px;
    padding: 25px 0;
    text-transform: uppercase;
}
.footer-bottom-area ul li {
    display: inline;
}
.footer-bottom-area ul li a {
    background: rgba(0, 0, 0, 0) url("images/social-background.png") no-repeat scroll center center;
    display: inline-block;
    height: 281px;
    padding-top: 60px;
    text-align: center;
    width: 265px;
}
.main-area {
    background: #fbfbfb none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.main-area::before {
    background: rgba(0, 0, 0, 0) url("images/top-shadow.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-area::after {
    background: rgba(0, 0, 0, 0) url("images/bottom-shadow.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}