/* About US Page Css Start*/
.title-sec h3 {
    color: #F2F2FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
}
.title-sec h1 {
	margin-bottom: 30px;
}
.two-column-one-member {
	padding: 55px 0;
}
.small-container .container {
	max-width: 1030px;
	margin: auto;
}
.two-column-one-member .image-wraper {
	width: calc(100% + 150px);
	margin-top: 150px;
}
.two-column-one-member .title-sec {
	padding-left: 60px;
}
.two-column-one-member .title-sec p {
	font-size: 18px;
	line-height: 24px;
}
.image-wraper {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.image-wraper:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.25;
	background: linear-gradient(
		90deg,
		rgba(4, 4, 4, 0) 0%,
		rgba(4, 4, 4, 0.75) 100%,
		rgba(4, 4, 4, 0.75) 100%
	);
	z-index: 1;
	position: absolute;
	pointer-events: none;
}
.team-bio {
	margin-top: 15px;
}
.team-bio h4 {
	color: #FFF;
	margin-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
}
.team-bio ul {
	margin-bottom: 10px;
}

/* About US Page Css End*/

/*All programming Page Css Start*/
.searchandfilter:not(.visible) {
	display: none;
}
.search-movies .example {
	position: relative;
	max-width: 350px;
	width: 100%;
	margin: 0 0 0 auto;
}
.search-movies .example label {
	width: 100%;
}
.search-movies input[type="text"],
.search-movies input[type="search"] {
	border-radius: 3px;
	background-color: #222036;
	border: none;
	outline: none;
	width: 100%;
	padding: 9px 15px 9px 54px;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}
.search-movies input[type="text"]::placeholder,
.search-movies input[type="search"]::placeholder {
	color: #ffffff;
	opacity: 0.5;
}
.search-movies button {
	background: none;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	cursor: pointer;
}
.search-movies button img {
	filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg)
		brightness(106%) contrast(106%);
}
.programming_top {
	margin-bottom: 25px;
}
.programming_top .title-sec h1 {
	margin: 0;
	text-transform: capitalize;
}
.program_checkbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12.5px -25px;
}
.program_checkbox ul li {
	position: relative;
	overflow: hidden;
	margin: 0 12px 25px;
	padding: 0 !important;
    background-color: #333145;
}
.program_checkbox ul label {
	color: #ffffff;
	padding: 7px 16px 7px !important;
    border-radius: 3px;
    border: 1px solid #4C4B59;
    
    background-color: #222036;
	margin: 0;
	transition: all 0.4s;
	text-align: center;
	cursor: pointer;
    font-family: "Sora", sans-serif;
	width: 100%;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.program_checkbox ul li input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	outline: 0;
}
.program_checkbox ul li:hover label{
    background-color: #333145;
    color: #FFF;
    border: 1px solid #4C4B59;
}
.program_checkbox ul li input:checked ~ label {
    background-color: #FFF;
    border-color: #FFF;
    color: #080A8C;
}
.programming_list {
	padding-top: 75px;
}
.programming_list-box .title-sec {
	margin-top: 20px;
}
.programming_list-box .title-sec h3 {
	color: #fff;
	margin-bottom: 10px;
}
.programming-img {
	position: relative;
	padding-bottom: 65%;
	border-radius: 3px;
	overflow: hidden;
}
.programming-img:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180deg,
		rgba(4, 4, 4, 0) 0%,
		rgba(4, 4, 4, 0.25) 100%
	);
	z-index: 1;
	transition: 0.5s;
}
.programming_list-box:hover .programming-img:before {
	background: linear-gradient(
		180deg,
		rgba(4, 4, 4, 0.25) 0%,
		rgba(4, 4, 4, 0.75) 100%
	);
}
.programming-img img {
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	object-fit: cover;
	object-position: 50% 0%;
}
.programming_list-box:hover .programming-img img {
	transform: scale(1.03);
}
.programming_list-box .programming-img .info-btn img {
	object-fit: contain;
	position: static;
	margin-top: 0;
}

.info-btn .btn_style {
	display: flex;
	align-items: center;
	padding: 7px 15px 7px;
}
.info-btn .btn_style img {
    margin-right: 7px;
    max-width: 20px;
    position: relative;
    top: 0;
    width: 20px;
    height: 20px;
    transform: unset !important;
}
.info-btn {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 30px;
	left: 15px;
	right: 15px;
	transition: all 0.6s;
	opacity: 0;
	z-index: 2;
	visibility: hidden;
}
.programming_list-box .info-btn {
	bottom: -100px;
}

.programming_list-box .programming-img:hover .info-btn {
	bottom: 30px;
}
.info-btn .btn_style.btn_style_2 {
	margin-right: 12px;
}
.programming-img:hover .info-btn {
	opacity: 1;
	visibility: visible;
}

.programming-img .info-btn .btn_style {
    font-size: 12px;
}

.programming_list .row > div {
	margin-bottom: 75px;
}
.load-more-btn {
	text-align: center;
}
.load-more-btn .btn_style.btn_style_2 {
	color: #fff;
	justify-content: center;
}
/*All programming Page Css End*/

/*Blank Page Css Start */
.blank-page-sec {
	margin-bottom: 0;
}
.blank-page-content h1,
.blank-page-content h2,
.blank-page-content h3,
.blank-page-content h4 {
	margin-bottom: 25px;
}
.blank-page-content h5 a {
	color: #B6B5BD;
	font-weight: 600;
	text-decoration: underline;
	transition: 0.5s;
}
.blank-page-content h5 a:hover {
	color: #ffffff;
}
.blank-page-content .text-block {
	margin-bottom: 50px;
}
.blank-page-content .text-block h5,
.blank-page-content .text-block h6 {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.75);
}
.btn-sec .btn_style {
	margin-right: 45px;
}
.btn-sec .btn_style:last-child {
	margin: 0;
}
.one-img-sec .image-wraper,
.text-img-sec .image-wraper {
	position: relative;
	padding-bottom: 58.25%;
}
.two-img-sec .image-wraper {
	position: relative;
	padding-bottom: 58.25%;
}
.one-img-sec .image-wraper img,
.two-img-sec .image-wraper img,
.text-img-sec .image-wraper img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.haff-img-and-text .title-sec p,
.text-img-sec .title-sec p {
	font-size: 16px;
	line-height: 24px;
}
.swipe {
	display: flex;
	flex-direction: row-reverse;
}
.text-img-sec .title-sec h2 {
	margin-bottom: 25px;
}
/*accorfian css*/
.single-accordion {
	padding: 13px 15px 13px 15px;
	background: #1a1c21;
	margin-bottom: 15px;
	border-radius: 6px;
}
.accordion-box {
	background-image: url(./images/eva:arrow-ios-downward-fill-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 65px;
	background-size: 32px;
	cursor: pointer;
}
.single-accordion.active .accordion-box {
	background-image: url(./images/eva:arrow-ios-up-fill-blue.svg);
}

.accordion-content {
	margin-top: 13px;
	border-top: 1px solid #272c33;
	padding-top: 23px;
	display: none;
}
.accordion-content p {
	font-size: 16px;
	line-height: 24px;
}
.accordion-box h4 {
	margin: 0;
	font-weight: 500;
}
.single-accordion:last-child {
	margin: 0;
}
/*Welcome Back Page css*/
.welcome-back-sec .title-sec,
.one-Column-text-and-cta .title-sec {
	text-align: center;
	margin-bottom: 35px;
}
.our-programming {
	padding: 50px 25px;
	text-align: center;
	border-radius: 12px;
	background-color: #1a1c21;
}
.our-programming-title h2 {
	margin-bottom: 25px;
}
/* .one-Column-text-and-cta,
.welcome-back-sec {
	height: calc(100vh - 260px);
} */
.welcome-back-sec {
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 600px; */
}
.welcome-back-sec p {
	opacity: 1;
}
.welcome-back-sec .title-sec h1 {
	margin-bottom: 40px;
}
.mfp-iframe-holder {
	padding-top: 60px;
	padding-bottom: 60px;
}
.mfp-iframe-holder .mfp-content {
	max-width: 1100px;
}
.mfp-wrap-title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mfp-iframe-scaler button.mfp-close {
	position: static;
	width: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #ffffff;
	padding-right: 36px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	width: calc(100% - 30px);
}
.mfp-iframe-holder .mfp-close {
	width: 30px;
	position: static;
	background-image: url(images/close-grey.svg);
	background-size: 36px;
	opacity: 1;
	font-size: 0;
	background-repeat: no-repeat;
}

.mfp-title h5 {
	color: #B6B5BD;
	opacity: 0.75;
}

.mfp-title h2 {
	margin-bottom: 10px;
	margin-right: 10px;
}
.mfp-iframe-scaler {
	position: relative;
}
.programming_list > .search-filter-scroll-loading {
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*border: 5px solid #ff0000 !important;*/
	/*border-right-color: #ff0000 !important;*/
	clear: both;
	/*border: 5px solid rgba(255, 255, 255, 0.15);*/
	/*border-right-color: rgba(255, 255, 255, 0.6);*/
	border: 5px solid rgba(3, 216, 211, 0.15);
	border-right-color: rgba(3, 216, 211, 0.6);
	margin: 40px auto;
}

@media only screen and (min-width: 1299px) {
	/* About US Page Start*/
	.three-column-team-members .row {
		margin: 0 -40px -80px;
	}
	.three-column-team-members .row > div {
		padding: 0 40px;
		margin-bottom: 80px;
	}
	/* About US Page End*/
}
@media only screen and (max-width: 1299px) {
	.small-container .container {
		max-width: 830px;
	}
	.three-column-team-members .row {
		margin-bottom: -50px;
	}
	.three-column-team-members .row > div {
		margin-bottom: 50px;
	}
	.info-btn .btn_style.btn_style_2 {
		margin-right: 15px;
	}
	.two-column-one-member {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
	.info-btn .btn_style.btn_style_2 {
		font-size: 14px;
	}
	.info-btn .btn_style img {
		margin-right: 5px;
	}
}
@media only screen and (max-width: 991px) {
	.small-container .container {
		max-width: 680px;
	}
	/* About US Page Start*/
	.three-column-team-members .title-sec h2 {
		margin-bottom: 30px;
	}
	.three-column-team-members {
		padding-bottom: 25px;
	}
	/* About US Page End*/

	/*All programming Page Css Start*/
	.programming_list {
		padding-top: 45px;
	}

	.programming_list .row > div {
		margin-bottom: 25px;
	}
	.load-more-btn {
		padding-top: 20px;
	}

	.programming_list-box .programming-img .info-btn a {
		width: auto;
		margin: 5px 10px;
	}
	.programming_list-box .programming-img .info-btn {
		flex-wrap: wrap;
	}
	.program_checkbox ul li {
		width: calc(20% - 16px);
		margin: 0 8px 16px;
		padding: 0;
	}
	.program_checkbox ul li {
		position: relative;
		overflow: hidden;
	}
	.program_checkbox ul label {
		padding: 6px 15px 3px !important;
	}
	/*All programming Page Css End*/

	/*blank page css*/
	.blank-page-content .text-block {
		margin-bottom: 50px;
	}
	.one-img-sec {
		padding: 15px 0;
	}
	.haff-img-and-text {
		padding: 15px 0;
	}

	.mfp-title h2 {
		width: 100%;
		margin-bottom: 5px;
	}
	.blank-page-content .text-block p {
		font-size: 16px;
		line-height: 24px;
	}
	.blank-page-content .text-block h5,
	.blank-page-content .text-block h6 {
		font-size: 14px;
		line-height: 22px;
	}
	.haff-img-and-text .title-sec p,
	.text-img-sec .title-sec p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 767px) {
	/* About US Page Start*/
	.title-sec h1 {
		margin-bottom: 15px;
	}

	.small-container .container {
		max-width: 480px;
	}

	.two-column-one-member .image-wraper {
		width: 100%;
		margin-bottom: 30px;
	}
	/* About US Page Css End*/

	/*All programming Page Css Start*/

	.page-id-2882 .site-content .programming-all {
		padding-top: 50px;
	}
	.search-movies .example {
		max-width: 100%;
	}
	.program_checkbox ul {
		margin: 0 -8px -15px;
	}
	.program_checkbox ul label {
		padding: 4px 0px !important;
	}
	.program_checkbox ul li {
		margin: 0 8px 15px;
		width: calc(33.333% - 16px);
        display: flex;
        align-items: center;
        background-color: transparent;
	}
	.programming_top .title-sec h1 {
		margin-bottom: 30px;
	}
	.programming_top {
		margin-bottom: 20px;
	}
	.programming_list-box {
		position: relative;
	}
	.programming-img img {
		position: static;
	}
	.programming-img:before {
		z-index: 1;
		pointer-events: none;
	}
	.programming-img a {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
	}
	.programming_list-box .title-sec {
		margin-top: 0;
		position: absolute;
		bottom: 15px;
		left: 15px;
		right: 15px;
		z-index: 1;
		transition: 0.5s;
	}
	.programming_list-box:hover .title-sec {
		bottom: 15px;
	}
	.programming_list-box .title-sec h3 {
		color: #fff;
		margin-bottom: 5px;
	}
	.load-more-btn .btn_style.btn_style_2 {
		min-width: 290px;
		width: 100%;
	}
	.info-btn {
		bottom: -60px;
		left: 0;
		justify-content: left;
	}
	.programming-img:hover .info-btn {
		bottom: 15px;
	}
	.programming_list-box .programming-img .info-btn {
		display: none;
	}
	.mfp-iframe-holder .mfp-close {
		background-size: 30px;
	}

	/*All programming Page Css End*/

	/*blank page css*/
	.one-img-sec {
		padding: 35px 0;
	}

	.btn-sec .btn_style {
		margin-right: 45px;
		display: table;
		margin: 0 auto 25px;
	}
	.btn-sec .btn_style:last-child {
		margin: 0 auto;
	}
	.two-img-sec .row .row > div:first-child {
		margin-bottom: 25px;
	}
	.haff-img-and-text .image-wraper {
		margin-bottom: 45px;
	}
	.swipe {
		display: flex;
		flex-direction: column-reverse;
	}
	.haff-img-and-text .swipe .image-wraper {
		margin-top: 45px;
		margin-bottom: 0;
	}

	.text-img-sec .image-wraper {
		margin-bottom: 45px;
	}
	.text-img-sec .swipe .image-wraper {
		margin-top: 45px;
		margin-bottom: 0;
	}
	.text-img-sec {
		padding-bottom: 25px;
	}
	.accordion-box {
		padding-right: 35px;
		background-size: 24px;
	}
	.accordion-box h4 {
		font-size: 16px;
		line-height: 19px;
		font-weight: 500;
	}
	.accordion-content p {
		font-size: 14px;
		line-height: 22px;
	}

	/* welcome back page css */

	.our-programming {
		padding: 25px 15px;
	}
	.welcome-back-sec .title-sec h1,
	.page-template-login h1 {
		margin-bottom: 34px;
	}
	.fields:has(.fieldset:empty) {
		display: none;
	}

	.two-column-one-member .image-wraper {
		width: 100%;
		margin-top: 0;
	}
	.two-column-one-member .title-sec {
		padding-left: 0;
	}
	.two-column-one-member .title-sec p {
		font-size: 14px;
		line-height: 22px;
	}
	.mfp-wrap-title {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 575px) {
	/*blank Page css*/
	.btn-sec .btn_style {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.programming_list-box .programming-img .info-btn a {
		font-size: 0;
	}
	.programming_list-box .programming-img .info-btn a img {
		margin: 0;
	}
}

@media only screen and (max-width: 374px) {
}
