/*-- Use For Custom Styling --*/
/* ===================================
            quote sec css
====================================== */
.quote-sec{
    /* background-color: #6479bf; */
    overflow: visible;
}

.quote-sec .quote-detail-area{
    background-color: #215b8b;
    /* padding-left: 50px;
    padding-right: 50px; */
    position: relative;
}
.quote-sec .quote-detail-area .quote-icon{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 50px;
}
.quote-sec .quote-writer{
    color: #FFFFFF;
    font-size: 20px;
}
.quote-sec .quote-text{
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

/* .quote-sec .quote-video-content .quote-inner-content{
    position: relative;
    z-index: 1;
}
.quote-sec .quote-video-content .quote-inner-content i.la-play{
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #6479bf;
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(100, 121, 191);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px auto;
    cursor: pointer;
} */
.quote-sec .quote-video-content{
    min-height: 85vh;
}
/* .quote-sec .quote-video-content .quote-inner-content span{
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
} */
@media screen and (max-width:991px){
	.quote-sec .quote-text {
        font-size: 40px;
    }
    .quote-sec .quote-writer {
        font-size: 18px;
    }
}
@media screen and (max-width:767px){
	.quote-sec .quote-text {
        font-size: 36px;
    }
    .quote-sec .quote-writer {
        font-size: 16px;
    }
}
