div.tit h2::after{
    content: '';
    position: absolute;
    display: block;
    width: 15%;
    height: 5px;
    left: 43%;
    background-color: #b31919;
}
/*-----name-----*/
.about h1 span {
    font-size: 0.6em;
}
.about .name1 {
    display: flex;
    flex-direction: row;
}
.about .name1 p {
    display: block;
    /* font-size: 1.2em; */
    padding: 2px;
    margin-right: 80px;
    text-align: justify;
}
.about .name1 .img {
   /* padding: 1.4rem;*/
    position: relative;
    height: fit-content;
}
.about .name1 img {
    width: 350px;
    transition: all linear 0.7s;
}
.andnow-2 img{
    width: 300px;
    height: 250px;
}
.timeline .tit {
    text-align: center;
}
.tit {
    margin-bottom: 20px;
}
/*-----timeline-----*/
.wrapper {
    margin: 20px auto;
    padding: 0 16.66% 50px;
    width: 100%;
}
.wrapper img {
    float: right;
    margin: auto;
}
.time_title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 3px;
}
.timeline__nav {
    position: absolute;
    z-index: 99;
    top: 0;
    transition: top 0.3s ease-out;
}
.timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0;
}
.timeline__nav ul li {
    margin: 15px 0;
    padding-left: 0;
    list-style-type: none;
    color: #bfc1c3;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
    font-weight: bold;
    color: #f94125;
    border-bottom: 1px dotted transparent;
    transform: scale(1.2);
}
.timeline__nav ul li:hover {
    color: #000;
}
/*-----services------*/
.row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.row .services-img img {
    width: 100%;
    height: 400px;
}
 
.services-wrapper {
    padding: 30px;
    background: #fff;
    transition: .4s;
}
.services-wrapper:hover {
    box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
}
.services-img {
    text-align: center;
}
.services-content h3 {
    text-align: center;
    margin: 15px 0;
    color: #262626;
    font-size: 16px;
}
.services-content p {
    color: #888;
}
.services-content a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: rgb(105, 101, 101);
}
.andnow h2 {
    text-align: left;
    color: #343434;
    margin-left: 5%;
}
div.andnow h2::after{
    content: '';
    position: absolute;
    display: block;
    width: 8%;
    height: 5px;
    background-color: #b31919;
}
.andnow-1 p {
    color: #343434;
    word-spacing: 3px;
    margin-left: 5%;
    position: relative;
    margin-right: 100px;
    text-align:justify;
}
.andnow-1 {
    display: flex;
}
.andnow-2 {
    display: flex;
    flex-direction: column;
    padding: 1.4rem;
}