.about-timeline .carousel-inner > .item, .has-search .form-control {
    margin-bottom: 0!important;
}
.banner-caption {
     background-image: url(../jpg/iitms-bg-v1.jpg);
     background-size:cover;
    
}

.tagline-section {
    background: #23bbee;
    padding: 25px;
    color: #fff;
}
.office-video {
            box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 75%);
            -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 75%);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
            border: 10px solid #111;
            border-radius: 14px;
            height: 370px;
           overflow: hidden;
          width:500px;
          margin: 50px auto 0;
        }

.cloud-video-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-image: url(../404error.html);
    border-radius:0!important;
}
.cloud-video-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102px;
    height: 65px;
    border-radius: 22%;
    background-color: #ff0000;
    color: #5cac32;
    text-align: center;
    line-height: 64px;
    margin-left: -43px;
    margin-top: -40px;
    font-size: 24px;
    opacity:0.8;
    transition: 1s all ease;
}
    .cloud-video-button:hover {
        opacity:1;
        background-color: #ff0000!important;
    }

#office-video {
    display:none;
}

.product-banner-content h1 {
    font-size: 38px;
    margin-left: 50px;
    line-height: 50px;
}

.about-cta p, .timeline-desc p {
    line-height: 1.5;
    text-align: justify;
}

.about-wrapper {
    position: relative;
    padding-top: 40px;
}


.about-heading {
    background: rgba(0,0,0,.45);
    padding: 0;
    position: absolute;
    z-index: 111;
    top: -81px;
    width: 22%;
    left: 5%;
}

    .about-heading h2 {
        color: #fff!important;
        margin: 25px;
        text-transform: capitalize;
    }

        .about-heading h2:before, .offers-section h1:before {
            background: 0 0!important;
            margin: 0;
        }

.about-right-sec {
    /*background: #e5e5e5;*/
    top: -45px;
    padding: 50px;
    z-index: 111;
    font-size: 15px;
}

.about-cta .btn, .team-green-sec .btn {
    background: #fff;
    color: #000;
}

.about-our-team img {
    border-radius: 10px;
    transition: .3s;
}

    .about-our-team img:hover {
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%),0 6px 20px 0 rgb(0 0 0 / 19%);
        transform: scale(1.1);
    }

.video-wrapper {
    width: 100%;
    overflow: hidden;
}

    .video-wrapper video {
        object-fit: cover;
        width: 100%;
        height: 480px;
    }

.has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 40px;
    box-shadow: 2px 18px 28px 0 rgb(0 0 0 / 11%);
    background: #fff;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 0;
    top: 5px;
}

.microphone-ico {
    display: block;
    position: absolute;
    line-height: 0;
    left: 87%;
    top: 18px;
    color: #999;
}

.about-cta .btn:hover, .about-right-sec .btn:hover {
    background: #77c043;
    color: #fff;
}

.team-green-sec .btn:hover {
    background: #6eb13e;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.abt-count-padd {
    padding: 25px 0 0;
}

.abt-count-sec {
    padding: 15px 0;
}

    .abt-count-sec strong, .stats-sec strong {
        font-size: 25px;
    }

    .abt-count-sec p {
        color: #696868;
    }

.abt-manag-section {
    padding: 30px 0;
    background-color:#f1f1f1;
}

.about-our-team {
    background: #efefef;
    padding: 30px 0 60px;
}

.abt-mana-grid h4 {
    position: relative;
    font-size: 21px;
    margin-top: 15px;
}

.abt-mana-grid img {
    box-shadow: 0 19px 38px rgba(0,0,0,.09),0 15px 12px rgba(0,0,0,.07);
}

.abt-mana-grid h4::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 10%;
    background: #23bbee;
    left: 0;
    top: 30px;
}

/*.about-inner {
    background: #f1f1f1;
}*/

.brdr-btm {
    border-bottom: 1px solid rgba(255,255,255,.36);
}

.brdr-lft {
    border-left: 1px solid rgba(255,255,255,.36);
}

.stats-sec-cta {
    margin-top: 30px;
    padding: 40px;
    background: rgba(0,0,0,.64);
}

.stats-sec h3 {
    font-size: 26px;
}

.stats-sec p {
    font-size: 17px;
}

.stats-sec img {
    width: 50px;
}

.count-sec {
    margin: 20px;
}

.about-cta {
    background: url(../jpg/abt-cta-bg.jpg) 0 0/cover;
    padding: 70px 0;
}

    .about-cta p {
        font-size: 15px;
    }

.about-cta-inner {
    background: rgba(0,0,0,.73);
    padding: 85px 50px;
}

    .about-cta-inner p {
        margin-bottom: 30px;
    }

.team-green-sec {
    padding: 55px 25px;
    background: #23bbee;
    height: 240px;
    border-radius: 10px;
    margin:110px auto;
}

    .team-green-sec p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

.team-white-sec {
    padding: 20px 25px;
    background: #fff;
    height: 240px;
}

    .team-white-sec h4 {
        position: relative;
        margin-bottom: 30px;
        font-size: 22px;
    }

        .team-white-sec h4::after {
            content: '';
            position: absolute;
            background: #23bbee;
            width: 10%;
            height: 3px;
            left: 45%;
            top: 33px;
        }

    .team-white-sec strong {
        font-size: 35px;
        color: #23bbee;
    }

.about-timeline {
    background: #f1f1f1;
    padding: 20px 0;
}

.timeline-icon {
    position: relative;
    background: #000;
    padding: 20px;
    width: 85px;
    height: 85px;
    margin: auto;
}

    .timeline-icon::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 40%;
        border-top: 15px solid #77c043;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

.timeline-grid strong {
    color: #63ab30;
    font-size: 23px;
}

.timeline-grid {
    text-align: center;
    width: 24.33%;
    display: inline-block;
}

.timeline-desc {
    margin-top: 13px;
    padding: 25px 15px;
    border-top: 1px solid #cfcfcf;
}

    .timeline-desc p {
        font-size: 15px;
        color: #636363;
    }

#quote-carousel .carousel-control {
    margin-top: 120px!important;
    background: 0 0;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
}

#quote-carousel {
    padding: 0 10px 30px;
}

    #quote-carousel .carousel-control.left {
        left: -12px!important;
        background: #ccc;
        height: 45px;
        width: 45px;
    }

    #quote-carousel .carousel-control.right {
        right: -12px!important;
        background: #ccc;
        height: 45px;
        width: 45px;
    }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            background: silver;
        }

        #quote-carousel .carousel-indicators .active {
            background: #77c043!important;
        }
        @media screen and (min-width:1024px) {
    .stats-sec-cta {
        margin-top: 100px;
    }
}

@media (max-width:1024px) {
    .office-video {
        width: 475px;
    }
}


@media (min-width:768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px;
    }
}

@media (max-width:768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px!important;
    }
    .office-video {
        width:100%;
    }
    .five-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
    .about-cta p {
    font-size: 15px;
    text-align: center;
}
   
        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0 5px;
                width: 20px;
                height: 20px;
            }
    
}



@media screen and (min-width:1024px) and (max-width:1030px) {
    .stats-sec-cta {
        padding: 30px;
    }

    .timeline-desc p {
        font-size: 13px;
    }

    .team-white-sec h4 {
        font-size: 17px;
        margin: 6px 0 15px;
    }

        .team-white-sec h4::after {
            top: 23px;
        }

    .team-white-sec {
        padding: 10px;
        height: 195px;
    }

    .team-green-sec {
        padding: 22px 25px;
        height: 195px;
    }

    .product-banner-content h1 {
        font-size: 31px;
        line-height: 47px;
    }

    .about-right-sec {
        padding: 33px;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    .about-right-sec {
        font-size: 14px;
        padding: 33px;
    }

    .timeline-desc p {
        font-size: 13px;
    }

    .team-green-sec, .team-white-sec {
        height: 230px;
    }

    .product-banner-content h1 {
        font-size: 26px;
        margin-left: 35px;
        line-height: 38px;
    }

    .about-heading {
        top: -77px;
    }

        .about-heading h2 {
            font-size: 26px;
        }

    .timeline-icon {
        padding: 23px;
        width: 100px;
        height: 100px;
    }

    .product-pg-banner::after {
        background: linear-gradient(45deg,rgba(0,0,0,.94),transparent)!important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
     .brdr-btm {
    border-bottom: none;
}
    .team-green-sec {
    margin:10px auto;
}
    .stats-sec-cta {
        padding: 30px;
        text-align:center;
    }

    .about-heading {
        width: 100%;
        position: inherit;
        padding: 1px;
    }

    .about-right-sec {
        position: initial;
        padding: 25px;
    }

    .about-inner, .about-wrapper {
        background: #fff;
    }

    .product-banner-content h1 {
        font-size: 26px!important;
        margin-left: 15px;
    }

    .abt-mana-grid {
        margin-bottom: 40px;
    }

    .timeline-grid {
        width: 100%;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    video {
  width: 100%;
  height: auto;
}
    .product-banner-content h1 {
        line-height: 38px;
    }

    .about-heading {
        width: 70%;
        margin: auto;
        position: initial;
        padding: 2px;
    }

    .timeline-grid {
        width: 49%;
    }

    .team-green-sec p {
        font-size: 22px;
    }
}
