
/* ==============================================
2. TESTIMONIALS
===============================================*/

#testimonials {
    border-top: 1px solid #F8F9FB;
    border-bottom: 1px solid #F8F9FB;
    min-height: auto;
    margin-top: 82px;
}

.title-block{
    margin-top: 50px;
}

.title-block h1{
    font-family:"Nunito Sans",sans-serif;
    font-weight: 600;
    text-align: center;
}

.title-block p{
    font-family:"Nunito Sans",sans-serif;
    text-align: center;
}

.testimonial-box {
    background-color: #ffffff;
    box-shadow: rgba(19, 75, 112, 0.5) 0px 30px 90px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    color: black;  
}

.testimonial-box h6 {
    font-family:"Nunito Sans",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    /*margin-top: 5px;
    margin-bottom: 0px;*/
    text-align: center;
}

.testimonial-box p {
    font-family:"Nunito Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 1.8;
    padding: 0px;
    text-align: justify;
}

.testimonial-box i {
    color: #ffffff;
}

.testimonial-box small {
    color: #8da2b5;
    display: inline-block;
}

.testimonial-box span {
    font-size: 14px;
    color: #ffffff;
}

.rating {
    background-color: #0095f7;
    padding: 2px 12px;
    border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  text-wrap: nowrap;
}

.profile-picture h6{
    margin-top: 20px;
    margin-left: 20px;
}

.review-two {
    background-image: url('about/binocular.png');
}

.review-three {
    background-image: url('about/flag.png');
}

.personal-info {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #edf1f2;
}


/* ==============================================
2. TIMELINE CSS
===============================================*/
.heading{
    font-family:"Nunito Sans",sans-serif;
    font-size: 30px;
    color: black;
    text-align: center;
    margin: 5rem 0;
}

.timeline{
    padding: 100px 15px;
    background: white;
}

.timeline h2{
    font-family:"Nunito Sans",sans-serif;
    font-weight: 600;
    margin-bottom: 5rem;
}

.timeline-items{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.timeline-items::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #247777;
    left: calc(50% - 1px);
}

.timeline-item{
    margin-bottom:40px ;
    width: 100%;
    position: relative;
}

.timeline-item:last-child{
    margin-bottom: 0;
}

.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
    text-align: right;
}

.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}

.timeline-dot{
    height: 21px;
    width: 21px;
    background-color: #247777;
    box-shadow: 0 0 25px #247777,
                0 0 50px #247777;
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 50%;
    top: 10px;
}

.timeline-date{
    font-size: 20px;
    font-weight: 800;
    color: black;
    margin: 6px 0 15px;
}

.timeline-content{
    font-family:"Nunito Sans",sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid var(--main-color);
    padding: 30px 50px;
    border-radius: 4rem;
    box-shadow: 0 0 1px var(--main-color);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.timeline-content:hover{
    transform: scale(1.05);
    box-shadow: 0 0 25px var(--main-color);
}

.timeline-content h3{
    font-family:"Nunito Sans",sans-serif;
    font-size: 20px;
    color: white;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: left;
}

.timeline-content ul li{
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.timeline-content li span{
    font-weight: 800;
}

@media(max-width:1285px){
    html{
        font-size: 55%;
    }
}

@media(max-width:991px){
    html{
        font-size: 55%;
    }
    .timeline-items:before{
        left: 7px;
    }
    .timeline-item:nth-child(odd){
        padding-right: 0 ;
        text-align: left;
    }
    .timeline-item:nth-child(odd),.timeline-item:nth-child(even){
        padding-left: 37px;
    }
    .timeline-dot{
        left: 0;
    }
}

.map{
    margin-top: 20px;
}

.map img{
    height: 200px;
}
