.hero{
    background: url(image/contact-page.jpg);
    background-size: cover;
    width: 100%;
    height: 55vh;
}
.profile p{
    font-size: 15px;
    margin-top: 9%;
}
.container1{
    padding-left: 90px;
    padding-right: 90px;
}

.img-text{
    width: 100%;
    height: 300px;
    display: block;
    text-align: center;
    padding: 10% 4%;
    border-radius: 30px;
}
.img-text h3{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.img-text p{
    font-size: 19px;
}
.single-box{
    position: relative;
    margin-bottom: 30px;
}
.img-area{
    position: relative;
    width: 70%;
    height: 30vh;
    overflow: hidden;
    top: 15px;
    left: 90px;
}
.timeline{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
.container5{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 1s linear forwards;
    opacity: 0;
}
@keyframes movedown {
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
.container5:nth-child(1){
    animation-delay: 0s;
}
.container5:nth-child(2){
    animation-delay: 2s;
}
.container5:nth-child(3){
    animation-delay: 3s;
}
.container5:nth-child(4){
    animation-delay: 4s;
}
.text-box{
    padding: 20px 30px;
    background: #0325ca;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
}
.text-box h2{
    font-size: 20px;
}
.left-container{
    left: 0;
}
.right-container{
    left: 50%;
}
.container5 img{
    position: absolute;
    width: 70px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 10;
}
.right-container img{
    left: -20px;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #0700d3d2;
    top: 0;
    left: 49%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 7s linear forwards;
}
@keyframes moveline {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
.text-box h2{
    font-weight: 600;
}
.text-box small{
    display: inline-block;
    margin-bottom: 15px;
}
.left-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #4947c1;
    right: -20px;
}
.right-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #4947c1;
    left: -20px;
}
@media (max-width: 786px) {
   #students{
    margin-left: 68px;
   }
    .timeline{
        margin: 50px auto;
    } 
    .timeline::after{
        left: 31px;
    }
    .container5{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }  
    .text-box{
        font-size: 13px;
    } 
    .text-box small{
        margin-bottom: 10px;
    }
    .right-container{
        left: 0;
    }
    .left-container img, .right-container img{
        left: 10px;
    }
    .left-container-arrow, .right-container-arrow{
        border-right: 15px solid #4947c1;
        border-left: 0;
        left: -15px;
    }
    section{
        width: 150%;
    }
    #para h3{
        margin-left: 20px;
        font-size: 30px;
    }
    .contact{
        padding: 37px;
        margin-bottom: 20px;
    }
   .contaier2{
     flex-direction: column;   
    }
    .contaier2 .contactForm{
        width: 120%;
    }
   /* .slider-wrapper {
        margin-top: -10%;
        width: 86vh;
        margin-left: -17px;
    }
    .slider-wrapper .image-list {
        margin: 26px 29px 38px 34px;
    }
    .tineline-info h3 {
        font-size: 24px;
        margin-left: -39px;
    }
    .tineline-info p {
        font-size: 18px;
        margin-left: 29px;
        margin-right: 90px;
    }
    .container1 h1{
        margin-top: 35px;
        font-size: 27px;
    }
    /*.container, .container-fluid, .container1, .contact, .container {
        width: 150%;
    }*/
    
}
@media (max-width: 786px) {
    footer {
        margin-top: 145vh;
        min-height: auto;
        max-width: 638px;
    }
}

