.whereLeaderstitle sup,
.heading_section sup {
    font-size: 16px;
    top: -1.8em !important;
    left: 3px;
    font-weight: 400 !important;
}

.heading_section sup {
    top: -1.2em !important;
}

.corporate_video_section {
    margin-top: 100px;
}

.intro_text p {
    z-index: 99;
}

.rightvideo .intro_video_block {
    order: 2;
}

.home_introduction_video_section {
    margin-bottom: 80px;
    margin-top: 80px;
    position: relative;
}

.home_videopopup_section {
    width: 100%;
    height: calc(100vh - 250px);
    background: url(../jpg/home-full.jpg) no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home_videopopup_section::before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.home_videopopup_section .container {
    z-index: 99;
}

.home_videopopup_section sup {
    font-size: 20px;
    top: -1em;
}

.intro_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.intro_video::after {
    position: absolute;
    background: rgba(0,0,0,0.55);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    content: "";
}


.home_popup_video {
    display: flex;
    margin: 20px auto 40px;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 100%;
    background-position: 0 0px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 9995;
}

.home_popup_video a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 2px;
}

.play_btn {
    font-size: 65px;
    color:#ffffff;
}

.play_btn_hover {
    opacity: 0;
    color: #ffffff;
    z-index: 999;
    font-size: 0px;
    margin-top: -1px;
    margin-left: 3px;
    transition: all 0.3s ease-in-out;
}

.home_popup_video a .play_btn {
    color:#ffffff;
}

.home_popup_video a .play_btn,
.home_popup_video a .play_btn_hover,
.home_popup_video a:hover .play_btn,
.home_popup_video a:hover .play_btn_hover {
    text-decoration: none;
    position: absolute;
}

.home_popup_video a:hover .play_btn_hover {
    opacity: 1;
    color:#FFD700;
    font-size: 35px;
}

.home_testimonial_slider {
    padding: 80px 0;
}

.home_testimonial_slider h2{
    margin-bottom: 50px;
}

.home_videopopup_section h2 {
    font-weight: 300;
    margin: 60px 0 40px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}

.home_videopopup_section h3 {
    font-weight: 600;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
    margin-bottom: 0;
}

div#home_testimonials .testimonial_block {
    border: 4px solid #216A95;
    border-radius: 15px;
    width: 75%;
    margin: 30px auto 100px;
    position: relative;
    padding: 5% 6% 0;
}

.testimonial_quote {
    font-size: 75px;
    color: #216A95;
    position: absolute;
    top: -65px;
    left: 40px;
    padding: 10px;
    background: white;
}

div#home_testimonials .testimonial_block p {
    color: #000000;
    margin: 0;
    font-weight: 500;
}

.testimonee_pic_info {
    position: relative;
    bottom: -45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonee_pic_info img {
    width: 240px;
    height: auto;
    padding: 0px;
    background: #ffffff;
    position: relative;
    top: 30px;
}

.testimonee_info {
    position: relative;
    top: 10px;
    margin-left: 30px;
}

.testimonee_info span {
    display: block;
}

.testimonee_info span.testimonee_name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.testimonial_block .video_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_block::before {
    content: "";
    background: rgba(0,0,0,0.5);
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
}

span.testimonee_desig {
    color:#989a99;
}

div#home_testimonials .carousel-control-next,
div#home_testimonials .carousel-control-prev {
    position: absolute;
    top: calc(50% - 25px);
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    background: #216A95;
    transition: all 0.2s ease-in;
}

div#home_testimonials .carousel-control-next:hover,
div#home_testimonials .carousel-control-prev:hover {
    background: #434345;
}

div#home_testimonials .carousel-control-next i.far,
div#home_testimonials .carousel-control-prev i.far {
    margin-bottom: -2px;
}

.testimonial_block iframe {
    width:98%;
    margin:0 auto;
}

@media only screen and (min-width: 1240px) and (max-width: 1320px) {
    .home_videopopup_section {
        height: 100vh;
    }
}

@media only screen and (max-width: 1440px) {
    .home_videopopup_section sup {
        font-size: 20px;
        top: -0.5em;
    }
}

@media only screen and (max-width: 1201px) {
    .testimonial_quote {
        font-size: 50px;
        top: -49px;
        left: 30px;
    }

    .testimonee_pic_info img {
        width: 200px;
    }
    .testimonee_pic_info {
        bottom: -40px;
    }
}


@media only screen and (max-width: 993px) {
    .border-style::after {
        content: none;
    }

    .intro_text {
        width: 100%;
        margin-top: 15px;
    }

    .rightvideo .intro_video_block {
        order: inherit;
    }

    .corporate_video_section {
        margin-top: 75px;
    }

    .corporate_video_section {
        margin-top: 50px;
    }

    .intro_video {
        margin-bottom: 40px;
    }

    .line {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .intro_text h4::before {
        content: "";
        height: 65px;
        width: 25px;
        background: transparent;
        position: absolute;
        top: -50px;
        right: 30px;
        border-right: 2px solid #989a99;
        border-bottom: 2px solid #989a99;
    }

    .rightvideo .intro_text h4::before {
        right: inherit;
        left: 30px;
        border-left: 2px solid #989a99;
        border-right: 0px solid transparent;
    }

    .home_videopopup_section {
        width: 100%;
        height: 70vh;
    }

    div#home_testimonials .testimonial_block {
        padding: 5% 8% 0;
    }
    .testimonee_info {
        margin-left: 15px;
    }

    .testimonee_info span.testimonee_name {
        font-size: 18px;
    }

    .testimonee_pic_info img {
        width: 130px;
    }

    .testimonee_pic_info {
        bottom: -10px;
    }

}

@media only screen and (max-width: 768px) {
    .whereLeaderstitle sup,
    .heading_section sup {
        font-size: 8px;
        left: 2px;
        top: -0.5em !important;
    }

    .heading_section sup {
        top: -1.2em !important;
    }

    .home_videopopup_section sup {
        top: -1em;
        font-size: 8px;
    }

    .home_videopopup_section h2 span {
        display: block;
        font-size: 0;
        overflow: hidden;
        height: 0;
        width: 0;
    }

    .home_videopopup_section h3 {
        font-size: 14px;
    }

    .home_videopopup_section {
        height: 90vh;
    }

    div#home_testimonials .testimonial_block {
        width: 80%;
        padding: 7% 6% 0;
        margin: 30px auto 33px;
    }

    .testimonial_quote {
        font-size: 40px;
        top: -40px;
        left: 20px;
        padding: 5px;
    }

    .testimonee_pic_info {
        bottom: -20px;
    }

    .testimonee_pic_info img {
        width: 100px;
        top: 15px;
        padding: 3px;
    }

    .testimonee_info {
        top: 0;
        margin-left: 15px;
    }

    .testimonee_info span.testimonee_name {
        font-size: 14px;
        line-height: 16px;
    }
    .testimonee_info span.testimonee_desig {
        font-size: 12px;
    }


}

@media only screen and (max-width: 577px) {
    .intro_text h4::before {
        right: 10px;
        width: 20px;
        z-index: -1;
    }

    .rightvideo .intro_text h4::before {
        left: 10px;
    }

    .intro_video {
        margin-bottom: 15px;
    }

    .home_videopopup_section {
        height: 65vh;
    }

    div#home_testimonials .carousel-control-next,
    div#home_testimonials .carousel-control-prev {
        position: relative;
        top: inherit;
        bottom: inherit;
        display: inline-flex;
        width: 40px;
        height: 40px;
    }
    div#home_testimonials .carousel-control-prev {
        margin-left: calc(50% - 45px);
    }

    div#home_testimonials .testimonial_block {
        width: 100%;
        padding: 8% 10% 0;
    }

    .home_testimonial_slider h2 {
        margin-bottom: 20px;
    }

    .testimonial_quote {
        font-size: 35px;
        top: -35px;
        left: 15px;
        padding: 5px;
    }

    .testimonee_pic_info img {
        width: 80px;
        padding: 3px;
        top: 5px;
    }

    .testimonee_info {
        position: relative;
        top: -10px;
        margin-left: 5px;
    }
    .testimonee_info span.testimonee_name {
        font-size: 13px;
    }
    .testimonee_info span.testimonee_desig {
        font-size: 11px;
    }
    .home_introduction_video_section {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}


