﻿.heading-title {
    margin-bottom: 30px;
}

.heading-titlev .h1 {
    font-size: 36px;
}

.main-timeline {
    position: relative;
    transition: all 0.4s ease 0s;
}

.main-timeline .timeline {
    position: relative;
}

.main-timeline .timeline-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e34120;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.main-timeline .timeline-content {
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    text-align: right;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.main-timeline .date {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 12px 33px;
    background: #e34120;
    border-radius: 30px;
}

.main-timeline .title {
    font-size: 18px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}

.main-timeline .description {
    font-size: 11px;
    color: #606060;
    line-height: 2;
}

.main-timeline .description .p {
    margin: 0 0 10px;
}

.main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-content.right {
    float: right;
    text-align: left;
}
.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}

.timeline p {
    margin-top: 1%;
    text-transform: uppercase;
    /* font-family: 'Open Sans', sans-serif; */
    color: #55b155;
    font-size: 18px;
}

.t1 p {
   text-align:justify;
}

.presentation {
    border-top: solid 1px #dadada;
    padding-top: 2%;
    background: url(images/tl.png);
    text-align: center;
    border-bottom: solid 1px #dadada;
    
}

.row1 {
    display: block;
    overflow: hidden;
    clear: both;
}

p.partners {
border-bottom: solid 1px #7ecc7e;
padding-bottom: 5px;
margin-left: 42%;
margin-right: 42%;
}

*[class*="col-"].omega {
    margin-right: 0;
}

*[class*="col-"].alpha {
    margin-left: 0;
}

.presentation li {
    display:inline;
}

.presentation ul{
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: disc;    
}

.mc img {
    margin-right: 10px;
}
.mc img {
    border-radius: 1px;
}
.mc p {
    text-align: justify;
    text-justify: inter-word;
}

.single_description {
    color: #414a5a;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}

.single_title {
    /* font-family: 'Arial'; */
    font-size: 14px;
    font-weight: bold;
    color: #414a5a;
}