body {
    
}

.sec-1 {
    background: url(../images/top_bg.jpg) top center;
}
.head {
    border-bottom: 1px solid #070707;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.text-orange {
    color: #F0542C !important;
}

.text-yellow {
    color: #FFA620 !important;
}

.name {
    font-weight: 700;
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.divider2 {
    width: 60px;
    height: 1px;
    background-color: #FFA620;
    display: block;
    margin: auto;
}

h2 {
    font-weight: 700 !important;
}

.divider {
    border-bottom: 1px solid #070707;
    height: 1px;
    width: 75px;
}

.content {
    border-radius: 30px;
    background: rgba(255,255,255,.65);
}

.footer {
    background: #000;
    color: #fff;
}