* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;

}

#header {

    height: 100vh;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/this.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

}

.hobbies h2 {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0;


}

.skills-bar h2 {
    margin-top: 60px;
    margin-bottom: 40px;
    background: ;
}

.skills-bar h2:hover {
    color: #000;
}

.hobbies ul {
    font-size: 20px;
    font-weight: 600;
    list-style-type: none;


}


.col-md-6 h3 {
    font-size: 20px;
}






.user-box img {
    width: 250px;
    border-radius: 50%;
    border: 2px solid #6caed5;
}

.user-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.user-box h1 {
    margin: 10px;
    font-weight: bold;
    color: #fff;
}

.user-box p {
    color: #fff;
}

.scroll-btn {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 20px;
    border: 2px solid #fff;
    border-radius: 30px;

}

.scroll-bar span {
    border: 2px solid #fff;
    font-size: 10px;

    border-radius: 30px;
}

.about {
    padding-top: 10px 0;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
/*    background: #f9f9f9;*/
}


.resume .row .col-md-6 {
    padding: 50px 20px;

}



.about .row .col-md-6 {
    padding: 50px 10px;
}

.about .about container {
    margin-top: 30px;
    margin-right: 0px;
}

.profile-img {
    height: 400px;
    width: 90%;
    border-radius: 15px;
    box-shadow: 15px 15px 12px 0 #000;
}

.nav-bar {
    top: 0;
    position: sticky;
    z-index: 2;
}

.navbar {
    background-color: #000;
}

.navbar-brand img {
    height: 50px;
}

.nav-bar .fa-bars {
    font-size: 40px !important;
    color: #fff;
}

.navbar-toggler {
    outline: none !important;

}

.navbar-nav {
    float: right;
    text-decoration: none;
    text-align: right;
}

.nav-link {
    color: #fff !important;
    font-size: 22px;
}

.skills-bar p {
    font-weight: 600;
    margin-bottom: 6px;

}

.progress {
    border-radius: 16px !important;
    margin-bottom: 10px;
}

.progress-bar {
    background: #000 !important;
    border-radius: 16px;
}

/*resume*/

.timeline1 {
    position: relative;
}

.timeline1:before {
    content: '';
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    z-index: 1;
/*    margin-left: -10px;*/

}

.timeline1 li:before {

    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: -9px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.timeline1 li {
    margin: 20px 20px 0px 20px;

}



.hobbies {
    padding-left: 10px;
}


#resume {
    padding-top: 50px;
    padding-left: 0;
    padding-bottom: 50px;
    background-color: #f9f9f9;
    background-position: center.
}

.resume h3 {
    margin-bottom: 30px;
}

.timeline {
    list-style-type: none;
    position: relative;
}

.timeline:before {
    content: '';
    background: #000;
/*    display: inline-block;*/
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    z-index: 1;
/*    margin-left: -10px;*/

}

.timeline li {
    margin: 20px 20px 0px 20px;
    background: #fff;
}

.timeline li h4 {
    background-color: #000;
    color: #fff;
    padding: 5px 0px 5px 20px;
    column-rule-color: #fff;
    font-size: 18px;
}

.timeline li:before {

    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: -9px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.services {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.services h1 {
    margin-bottom: 10px;
}

.services p {
    margin-bottom: 60px;
}

.service-box {
    padding: 10px;
    margin-top: 20px;
    background: #f9f9f9;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.service-box .fa {
    margin: 0 10px;
    font-size: 20px
}

.service-box span {
    font-size: 20px;
    font-weight: bold;
    margin: 3px;
}

.service-box p {
    font-size: 15px;
    margin-top: 20px;
    color: #777;
}

.service-box:hover {
    background: #000;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    transition: 2s;
}

.service-box:hover p {

    color: #fff;

}

/*contact*/
.contact {
    padding-top: 50px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(img/this.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;


}

.contact .row {
    padding: 30px 0;
    font-size: 22px;

}

.contact .col-md-4 .fa {
    padding: 10px;
    font-size: 40px;
}

.contact .btn {
    padding: 10px 25px 10px 25px;
    margin: 5px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;

}

.contact .btn:hover {
    border: 2px solid #000 !important;
    background: #000 !important;
    transition: 0.6;
}

.footer {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
    height: 30px;

}



#social-media {
    padding: 10px 0;
    background-color: #f8f9fa;
    background: transparent;

}

#social-media p {
    font-weight: 600;
    font-size: 45px;
    font-family: serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.social-icons img {
    display: inline-block;
    width: 40px;
    transition: 0.5s;
}

.social-icons a:hover img {
    transform: translateY(-10px);

}

#user-info h1:hover {
    color: #fff;
}
