.videos-wrapper{
	
}
.video-hero-area {
	background: #12284C none repeat scroll 0 0;
	text-align: center;
	padding: 30px 0 145px 0;
}
.video-hero-area .video-hero-area-txt p{
	padding: 25px;
	color: #fff;
	font-family: "Gotham-Book";
}
.video-box .video-play {
	max-width: 820px;
	margin: 0 auto;
	margin-top: -140px; 
	border: 25px solid #f2f2f2;
	border-radius: 12px;
    background: #f2f2f2;
}
.video-play-txt {
	display: flex;
    padding: 30px 50px;
    background: #f2f2f2 none repeat scroll 0 0;
    justify-content: flex-start;
}
.video-play-txt h6,span {
	font-family: "Gotham-Book";
}
.video-play-txt h6 {
	font-size: 15px;
	line-height: 18px;
    position: relative;
    border-bottom: 2px solid #0070BA;
    padding-bottom: 5px;
    display: inline-block;
    max-width: 92px;
    text-transform: uppercase;

}
.video-play-txt span {
	font-size: 14px;
	text-transform: capitalize;
}
.v_title {
    margin-right: 60px;
}
.video-play-txt .v-content p {
	font-family: "GothamMedium";
}
.upcoming_videos {
	max-width: 850px;
    text-align: center;
    margin: 0 auto;
}
.upcoming_videos h3 {
	text-align: center;
    position: relative;
    font-family: "Sentinel-SemiBold";
}
.more_vedios {
	margin: 80px 0 30px;
}
.more_vedios .upcoming_videos h3::before {
	content: "";
    position: absolute;
    background: #0070BA;
    width: 10%;
    height: 3px;
    top: 35px;
    left: 45%;
}
.videos_list {
	max-width: 700px;
	margin:0 auto;
	margin-top: 40px; 
	margin-bottom: 40px
}
.v_sec1 {
    color: #12284C;
}
.v_sec1 h6{
	font-family: "Gotham-Book";
	text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #0070BA;
    padding-bottom: 5px;
    display: inline-block;
    max-width: 70px;
}
.v_sec1 p{
	font-family: "GothamMedium";
	text-transform: capitalize;
	margin: 0 0 2px;
}
.v_sec1 span{
	font-family: "Gotham-Book";
	font-size: 13px;
	text-transform: capitalize;
}
.video_gallery {
	background: #f2f2f2;
	padding: 50px 0 90px;
	margin-bottom: -25px;
}
.v_img img{
	height: 110px;
    margin-top: -10px
}
.recent_vedios {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	max-width: 230px;
}
.recent_vedios h3 {
	font-weight: 600;
}
.recent_vedios span {
	text-decoration: underline;
}
.carousel_single_item .slider_content {
    color: #12284c;
}
.carousel_single_item .slider_content h6 {
	font-family: "Gotham-Book";
	padding: 15px 0 0;
    position: relative;
    color: #12284c;
    border-bottom: 2px solid #0070BA;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.carousel_single_item .slider_content h5 {
	font-family: "GothamMedium";
	padding: 0px;
	margin: 0px;
}
.carousel_single_item .slider_content p {
	font-family: "Gotham-Book";
	margin-top: 5px; 
	font-size: 12px;
}
.carousel_single_item .watch_now {
	margin-top: 30px; 
}
.carousel_single_item .watch_now span{
	font-family: "GothamMedium";
	font-size: 14px; 
	text-decoration: underline;
}


.inside_package_hero_carousel .owl-nav button {
    margin-top: -15px;
    position: absolute;
    top: 21%;
}
.inside_package_hero_carousel .owl-nav button.owl-prev {
    left: -50px;
}
.inside_package_hero_carousel .owl-nav button.owl-next {
    right: -50px;
}

.inside_package_hero_carousel .owl-dots {
    margin-top: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.inside_package_hero_carousel .owl-dots .owl-dot {
    border: 2px solid #12284c;
    border-radius: 50%;
    height: 14px;
    margin: 0 4px;
    width: 14px;
}
.inside_package_hero_carousel .owl-dots .owl-dot.active {
    background: #12284c none repeat scroll 0 0;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.v_img img{
	height: 100px;
	margin-top: -25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-play-txt {padding: 30px 20px;}
	
    .v_img img{
	height: 100px;
	margin-top: -25px;
    }
    .carousel_single_item {
	margin: 0 20px 0 20px;
}
.inside_package_hero_carousel .owl-nav button {
    margin-top: -15px;
    position: absolute;
    top: 40%;
}
.inside_package_hero_carousel .owl-nav button.owl-prev {
    left: -15px;
}
.inside_package_hero_carousel .owl-nav button.owl-next {
    right: -15px;
}
    
}

@media only screen and (max-width: 767px) {
	.rwd-line {display: none;}
	.video-hero-area {
		padding-top: 135px;
	}
	.video-hero-area img{
		height: 200px;
	}
	.video-play-txt {
    padding: 30px 20px;
    flex-direction: column;
	}

	.v_sec1 h6{
		max-width: none;
	}
	

.v_img img{
	height: 85px;
	margin-top: -16px;
}
.recent_vedios {
	margin-left: 34px;
}
.more_vedios {
    margin: 80px 0 0;
}
.carousel_single_item {
	margin: 0 30px 0 30px;
}
.inside_package_hero_carousel .owl-nav button {
    margin-top: -15px;
    position: absolute;
    top: 40%;
}
.inside_package_hero_carousel .owl-nav button.owl-prev {
    left: 0px;
}
.inside_package_hero_carousel .owl-nav button.owl-next {
    right: 0px;
}
.video-play-txt h6 {
	max-width: 100%;
}

}