.blinker-thin {
	font-family: "Blinker", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.blinker-extralight {
	font-family: "Blinker", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.blinker-light {
	font-family: "Blinker", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.blinker-regular {
	font-family: "Blinker", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.blinker-semibold {
	font-family: "Blinker", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.blinker-bold {
	font-family: "Blinker", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.blinker-extrabold {
	font-family: "Blinker", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.blinker-black {
	font-family: "Blinker", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.menu-icon-cl {
	font-size: 20px !important;
}
.mYbtn1 {
	border: none !important;
	border-radius: 15px !important;
}
.mYbtn1:hover {
	border-radius: 5px !important;
}
.linkType1 {
	color: #f58345 !important;
}
.linkType1:hover {
	color: #fff !important;
}
.cl1 {
	background-color: #39bf88 !important;
}
.logo {
	height: 50px;
}
.ImgCno1 {
	padding: 0px !important;
	background-image: url('assets/img/live.jpg');
	background-position: center;
	background-size: cover;
	min-height: 300px;
}
.ImgCno2 {
	padding: 0px !important;
	background-image: url('assets/img/live.jpg');
	background-position: center;
	background-size: cover;
	min-height: 300px;
}
.ImgCno1 img {
	width: 100%
}
.ornj1 {
	color: #fcba63 !important;
}
.green1 {
	color: #40ba8d !important;
}
.ornj2 {
	color: #f58345 !important;
}
.gray3 {

	color: #6d6d6d !important;
}
.gray1 {
	color: #f2f3f7 !important;
}
.BGgray1 {
	background: #f2f3f7 !important;
}
.BGblack1 {
	background: #1d1f25 !important;
}

.gray2 {
	color: #a8a8a8 !important;
}
.gray3 {
	color: #6d6d6d !important;
}
.txtP-1 {
	color: #1c1f24 !important;
	font-size: 18px;
	text-align: justify;
}
.txtP-2 {
	color: #fff !important;
	font-size: 18px;
	text-align: justify;
}
.boxH-1 {
	font-size: 40px !important;
	font-family: "Blinker", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}
.boxH-2 {
	font-size: 30px;
	font-family: "Blinker", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 30px;
	padding-top: 30px;
}
.itemHeaderWI {
	display: flex;
	align-items: center !important;
}
.mySpliter1 {
	width: 100%;
	height: 40px;
	display: flex;
}
.headerIcon {
	width: 40px;
	margin-right: 10px;
}
.myInput1 {
	background: rgba(255,255,255,0.7);
	border-radius: 25px;
	border: none;
	box-shadow: 0px 5px 25px 0px rgba(var(--default-color-rgb), 0.8);
	height: 40px;
	padding-left: 20px;
}
.myInput2 {
	background: rgba(255,255,255,0.7);
	border-radius: 25px;
	border: none;
	/*box-shadow: 0 0 0 .25rem rgba(64,186,181,.25);*/
	border-color: #40ba8d;
	outline: 0;
	padding-left: 20px;
}

.text-justify {
	text-align: justify !important;
}
.myBtnOrnj a {
	color: #fff;
}
.myBtnOrnj a:hover {
	color: #fff;
}
/* sss Section - Home Page
 ------------------------------*/
.rowNo1 {
	padding: 0;
}
.sss {
	background: #1d1f25;
	margin: 0;
	padding: 20px;
	font-size: 20px;
	color: #fff;
}
.sss span {
	font-size: 30px
}
.myBtnBlack {
	background: #1d1f25;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
}
.myBtnBlack:hover {
	background: #fff;
	color: #1d1f25;
}
.myBtnWithe {
	background: #fff;
	color: #1d1f25;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
}
.myBtnWithe:hover {
	background: #f58345;
	color: fff;
}
.myBtnOrnj {
	background: #f58345;
	color: #fff;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
}
.myBtnOrnj:hover {
	background: #1d1f25;
	color: fff;
}

.play-btn {
	width: 94px;
	height: 94px;
	background: rgba(255, 255, 255,20%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
	font-size: 64px;
	text-align: center;
	color: #fff;
	z-index: 100;
}
.play-btn:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation: pulsate-btn 4s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.play-btn:hover {
	transform: translateX(-40%) translateY(-50%);
	border-left: 15px solid var(--color-primary);
	transform: scale(1.1);
}

@keyframes pulsate-btn {
0% {
transform: scale(0.6, 0.6);
opacity: 1;
}

100% {
transform: scale(1, 1);
opacity: 0;
}
}
.ddd {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
	font-size: 64px;
	text-align: center;
	color: #fff;
	z-index: 99;
}
.videoPlayerH-1 {
	padding: 10px;
}
.videoPlayerH-1 video {
	padding: 0px;
	border-radius: 15px;
	overflow: hidden;
}
.videoPlayerH-1 span {
	padding-top: 10px;
	text-align: center;
}
.bookSample {
	/* border: 1px solid #40ba8d; */
	border-radius: 10px;
	padding-left: 10px;
	margin: 1px;
	width: 100%;
	display: block;
	align-items: center !important;
	padding-right: 10px;
	background: #fff;
	box-shadow: 0px 5px 25px 0px rgba(var(--default-color-rgb), 0.3);
	margin-top: 15px;
	cursor: pointer;
}
.bookSample:hover {
	background: #39bf88;
	color: #fff;
}
.bookSample a {
	color: #21252a;
}
.bookSample:hover a {
	color: #fff;
}
.bookSample {
	transition: all 0.2s ease-out;
}
.bookSample:hover .bookSampleIcon {
	color: #fff;
}
.bookSample .bookSampleIcon {
	color: #40ba8d
}
.bookSampleText {
	padding: 8px;
	display: inline-block;
}
.bookSampleIcon {
	font-size: 20px;
	cursor: pointer;
	padding: 5px;
	direction: rtl;
	display: inline-block;
	float: right;
}

/*..............*/
.faq-content {
	display: none !important;
	opacity: 0 !important;
}
.faq-active .faq-content {
	display: block !important;
	opacity: 1 !important;
	transition: 0.3s ease-in-out;
}
.faq-active {
	background: #f58345;
}
.faqInlineItem {
	background: #fff;
	display: block;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	font-family: "Blinker", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 5px;
	transition: all 0.1s ease-out;
	color: #212529;
}
.faqInlineItem:hover {
	transform: scale(1.1);
}
.faqInlineItem span {
	font-family: "Blinker", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.watchForMoreBTN {
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 2px 5px #000;
	display: flex;
	transition: all 0.4s ease-out;
}
.watchForMoreBTN:hover {
	color: #39bf88;
	transform: scale(1.03);
}
.watchForMoreBTN i {
	font-size: 70px;
}
/*================*/
.sheader {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

.sheader video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.sheader .container {
	position: relative;
	z-index: 2;
}

.sheader .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
	header {
		background: url('1.mp4') black no-repeat center center scroll;
	}

	header video {
		display: none;
	}
}
/*----------------------------------*/
/*.liveReItemH h4:hover, .liveReItemH p:hover {
 color: #fff !important;
 background: rgba(57,191,136,0.8) !important;
 cursor: pointer;
 transform: scale(1.02,1.02);
 }*/
.liveReItemH h4, .liveReItemH p {
	border-radius: 5px;
	padding: 5px;
	transition: all 0.1s ease-in-out 0.1s !important;
}

.myTable {
	text-align: center
}
.myTable th {
	font-size: 1.5 rem !important
}
/*----------------------*/

.navmenu .dropdown ul {

	border-radius: 10px !important;
}
.has-dropdown a:hover {
	color: #40ba8d !important;
}
.footer .copyright {
	border-radius: 10px;
}
.table-footer-cap {
	background: var(--accent-color);
	color: #fff !important;
	padding: 10px;
	border-radius: 15px;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.bg-dark2 {
	background: #000a03 !important
}
/*--------------------------------*/
.buy-holder {
	background: rgba(0,0,0,0.7);
	display: block;
	padding: 15px;
	border-radius: 15px;
	font-size: 15px;
	color: #fff;
}
.form-control.myInput2.voucherInput {
	width: 200px;
	display: inline;
}
.qbankHmenuHolder a{
    text-decoration: none;
}
@media screen and (max-width: 989px) {
    #hero .container .blinker-bold {
        background: rgba(255,255,255,0.5)
    }
    #hero .container .blinker-light {
        background: rgba(255,255,255,0.5)
    }

}
