/*------Student insights Section Starts-------*/
.flex-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -10px;
    z-index: 0;
    background: url(../img/controls1.png) no-repeat !important;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../img/controls1.png) no-repeat !important;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: -10px;
    z-index: 0;
}
.video-wrp .bx-wrapper .bx-pager {
	display: none !important;
}
.bx-wrapper {
	margin: 0 !important;
    overflow: hidden;
}
.video-wrp {
	max-width: 48%;
	width: 48%;
    margin-bottom: 50px;
}
.video-wrp .std-logo {
	width: 100px;
}
.video-wrp .std-logo img {
	width: 100%;
}
.video-wrp .heading {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 10px;
}
.video-wrp .heading .title-head {
	width: calc(100% - 120px);
}
.name-para {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
    width: 100%;
    line-height: 24px;
    margin-right: 10px;
}
.date-para {
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	margin: 0;
}
.share-block {
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
} 
.std-img img {
    width: 100%;
}
section.student-insights {
	padding: 90px 0;
}
/*section.student-insights .video-wrp > .heading {
	padding: 10px 0;
}*/
section.student-insights > .block-top {
	margin-bottom: 50px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section.student-insights .heading > .title-head > h4 {
	font-size: 18px;
    color: #f14b2b;
    text-transform: uppercase;
    margin-left: 20px;
    text-align: right;
    font-weight: 600;
}
.std-img-wrp .share-wrp .views {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    min-height: 75px;
}
.video-wrp .std-img-wrp > .std-img {
	position: relative;
	line-height: 0px;
}
.video-wrp i {
	font-size: 50px;
	color: red;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
section.student-insights .bx-wrapper .bx-controls-auto, 
section.student-insights .bx-wrapper .bx-pager {
    bottom: 100px !important;
}
.bx-wrapper .bx-controls-direction a {
	top: 40%;
}
/*------Student insights Section Ends-------*/
