﻿#some_facts, #magical_feature {
    padding: 60px 0px;
    background: #F4F7F7 none repeat scroll 0% 0%;
}
.bolder {
    font-weight: 400;
}
#circle1 strong, #circle2 strong, #circle3 strong, #circle4 strong {
    font-size: 35px;
    left: 0px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 47px;
    width: 100%;
    z-index: 2;
}
.circle-txt {
    font-size: 11px;
    font-weight: 400;
    left: 0px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 100%;
    opacity: 1;
    text-transform: uppercase;



    /*background: #ED1651 none repeat scroll 0% 0%;
    border-radius: 25px;
   display: inline-block;
    padding: 0px 15px;
    line-height: 35px;
     height: 35px;
    margin-top: 20px;*/
}
.circle-user {
    border: 3px solid #F36;
    border-radius: 50%;
    padding-top: 30px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    margin: 0px auto;
    color: #F36;
    z-index: 5;
    position: relative;
    display: block;
}
.circle-user i {
    position: relative;
    bottom: -90px;
    border-radius: 30px;
    background: #F36 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 8px 0px;
    height: 40px;
    width: 40px;
}

.team-desc {
    background: #FFF none repeat scroll 0% 0%;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.team-name {
    padding: 10px 0px;
}
.team-socials {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
}
ul {
    list-style-type: none;
}
.team-socials li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.mb50 {
    margin-bottom: 50px;
}

.icon-color {
    color: #F36;
}

#feature-desc i {
    margin-bottom: 20px;
}
.icon-block i {
    font-size: 4rem;
}

.self-name {
    font-weight: 400;
    color: #1ab394;
    margin-right: 10px;
}

    .self-name::after {
        content: '\00A9';
        position: absolute;
        font-size: 12px;
    }