.colorlib-nav .top-menu {
    padding: 4px 0;
}

#colorlib-hero {
    margin-bottom: 0;
    /* height: 600px; */
}

#colorlib-subscribe {
    background: #F6991D;
    position: relative;
    padding: 32px 0 16px;
}

.colorlib-social-icons li a {
    color: #F6991D;
}

.image-cont img {
    width: 100%;
}

#colorlib-footer {
    padding: 50px 0 30px;
}

.new-heder-2 {
    background: #eee;
}

.name {
    text-align: center;
}

.name ul {
    padding: 10px 0;
    margin: 0;
}

.name ul li {
    padding: 0 25px;
    list-style: none;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
}

.name ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.name ul li a:hover {
    font-size: 16px;
    color: #F6991D;
    font-weight: 600;
}

.mine-sec {
    padding: 50px 0;
}

.left-bar {
    border: 1px solid #ccc;
    padding: 15px;
}

.left-bar ul {
    padding: 0;
}

.left-bar ul li {
    list-style: none;
    padding: 5px 0;
    margin-left: 10px;
}

.left-bar ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.left-bar ul li a:hover {
    padding-left: 10px;
    color: #F6991D;
}

.left-bar ul li:nth-child(1) {
    border-top: none;
}

.name-fild {
    background: #eee;
    margin-bottom: 20px;
}

.name-fild h4 {
    margin: 0;
    height: 40px;
    padding: 10px 15px;
}

.name-fild h4 span b {
    position: absolute;
    padding-top: 3px;
    left: 36px;
    color: #F6991D;
}

.name-fild h4 b {
    background: #fff;
    padding: 10px 40px 10px 40px;
    /* border-bottom: 1px solid #ccc; */
    /* margin-left: -15px; */
    color: #F6991D;
}

.name-fild h4 b:before {
    content: "";
    position: absolute;
    background: #eee;
    padding: 8px 30px;
    margin-top: -10px;
    margin-left: -75px;
    transform: skewX(130deg);
    height: 40px;
}

.name-fild h4 b:after {
    content: "";
    position: absolute;
    background: #eee;
    padding: 8px 30px;
    margin-top: -10px;
    margin-left: 15px;
    transform: skewX(130deg);
    height: 40px;
}


/*# sourceMappingURL=custom.css.map */