*
{
    margin: 0;
    padding: 0;
}
/*---------Navigation-----------*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand img
{
    height: 40px;
    padding-left: 30px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    float: right;
    text-align: left;
}
#nav-bar ul li a:hover
{
    color: #007bff !important;    
}
.navbar
{
    background: #fff;
}
.navbar-toggler
{
    border: none !important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
/*-----Slider-----*/
#slider
{
    width: 100%;
}

/*-----About-------*/
#about
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
    color: black
}
.about-content
{
    padding-top: 20px;
}
.profile-pic
{
    margin-top: 25px;
}
.profile-pic .img-box 
{
    opacity: 1;
    display: block;
    position: relative;
}
.profile-pic .img-box img
{
    width:100%;
    height:100%;
    object-fit: contain;
}
.profile-pic .img-box img
{
    filter: grayscale(1);
}
.profile-pic .img-box img:hover
{
    filter: grayscale(0);
    cursor: pointer;
}
/*------Resume-------*/
.resume{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f9f9f9;
    }
.resume h3
{
    margin-bottom: 50px;
}
.timeline
{
    list-style-type: none;
    position: relative;
}
.timeline:before
{
    content: '';
    background-color: #555;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 2px;
    height: 100%;
    z-index: 1;
}
.timeline li
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #fff;
}
.timeline li h4
{
    background-color: #000;
    padding: 5px 0 5px 20px;
    color: #fff;
    font-size: 15px;
}
.timeline li h4 span
{
    font-weight: bold;
    color: #ccc;
}
.timeline li:before
{
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: -10px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
/*------Services------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img/pexels-jessica-lewis-593322.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#services h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h1::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.services
{
    margin-top: 40px;
}
.icon
{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%
}
.services p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-3:hover{
    background-color: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/*------Portfolio------*/
#portfolio {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
#portfolio h1{
    width: 100%;
    padding top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#portfolio h1::after
{
    content: '';
    background: black;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}

.thumb{
    width: 32%;
    min-width: 300px;
    height: 400px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.thumb img{
    width: 100%;
    height: 300px;
    display: block;
    object-position: top;
    object-fit: contain;
}
.thumb h4{
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 80px;
}
.thumb:hover{
    background-color: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/*------Get in Touch------*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form
{
    padding: 15px;
}
.form-control
{
    border-radius: 0 !important;
    border: none !importatant;
}
::placeholder
{
    color: #999 !important;
}
.follow
{
    background: #fff;
    padding: 10px;
    margin: 15px;
}
.contact-info .fa
{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}
/*-----Footer------*/
#footer
{
    background:#333;
    color: #fff;
    padding: 12px;
}
.fa-heart-o
{
    margin: 3px;
    color: red;
}












