.about-content{
    width: 100%;
    padding-top: 40px;
    z-index:3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url("../Images/about.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px 150px;
    background-attachment:fixed;
    }

.about-content h3{
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    text-align:center;
    margin-top: 10px;
    color: #4e4e4e;
    z-index: 5;
    font-weight: bold;
}

.about-content h5{
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    text-align:center;
    margin-top: -10px;
    color: #4e4e4e;
    z-index: 5;
    font-weight: bold;
}

.about-content p{
    font-family: Sakkal Majalla;
    font-size: 20px;
    text-align:justify;
    margin-top: 80px;
    color: #4e4e4e;
    z-index: 5;
    padding-bottom:50px; 
}

.about-content .container{    
    padding-left: 220px;
    padding-right: 220px;
}

.forte{
    margin-left: -12px;
    padding-top: 30px;
}
.forte li{
    display: inline;
    padding-right:30px;   
}

.forte-item{    
    position: relative;
    display: inline;
    overflow: hidden;    
}

.title{    
    position: absolute;   
    top: 50%;
    left: 1%;
    margin-top: 63px;
    background: #4e4e4e;
    background: rgba(0,0,0,0.75);
    color: white;
    width: 97%;
    z-index: 999;
    font-size: 14px;
    padding: 5px 10px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
}

.forte-item:hover .title {
  opacity: 1;
  top: 0;
}

.rows .col-md-6{
    margin-top: 50px;
    font-weight: bold;
    text-align:center;
    color: #4e4e4e;   
    
}

.work-ex{
    margin-top: -30px;    
    text-align:justify;
    color: #4e4e4e;
    font-weight: normal;
    border: solid;
    border-color: #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
}

.work-ex h3{
    margin-top: 50px;
    font-family: Sakkal Majalla;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    color: #4e4e4e;
}

.work-ex p{
    margin-top: 20px;
    font-family: Sakkal Majalla;
    font-size: 20px;
    text-align:center;
    color: #4e4e4e;
}

.education{
    margin-top: -40px;
    text-align:justify;
    color: #4e4e4e;
    font-weight: normal;
    border: solid;
    border-color: #d8d8d8;
    padding-left: 10px;
    padding-right: 10px;
}

.education h3{
    margin-top: 50px;
    font-family: Sakkal Majalla;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    color: #4e4e4e;
}

.education p{
    margin-top: 20px;
    font-family: Sakkal Majalla;
    font-size: 20px;
    text-align:center;
    color: #4e4e4e;
}

.expertise{
    margin-top: -20px;     
    text-align:justify;
    color: #4e4e4e;
    font-weight: normal;
    border: solid;
    border-color: #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.expertise h3{
    margin-top: 60px;
    font-family: Sakkal Majalla;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    color: #4e4e4e;
}

.expertise p{
    margin-top: 20px;
    font-family: Sakkal Majalla;
    font-size: 20px;
    text-align:center;
    color: #4e4e4e;
}

.skills{
    margin-top: -30px;     
    text-align:justify;
    color: #4e4e4e;
    font-weight: normal;
    border: solid;
    border-color: #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.skills h3{
    margin-top: 60px;
    font-family: Sakkal Majalla;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    color: #4e4e4e;
    
}

.skills p{
    margin-top: 20px;
    font-family: Sakkal Majalla;
    font-size: 20px;
    text-align:center;
    color: #4e4e4e;
}