/* 1. Theme default css */
@font-face {
	font-family: 'GESSTwo';
	src: url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'),
		 url('../fonts/GESSTwoBold-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GESSTwo';
	src: url('../fonts/GESSTwoLight-Light.woff2') format('woff2'),
		 url('../fonts/GESSTwoLight-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'GESSTwo';
    src: url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/GESSTwoMedium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


html {
    overflow-x: hidden;
}
body {
	font-family: 'GESSTwo', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #888888;
	overflow-x: hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer menu li a:hover {
	color: #e8b022;
	text-decoration: none;
}
a,
button {
	color: #ffffff;
	outline: medium none;
	text-decoration: none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'GESSTwo';
	color: #373737;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {

	line-height: 1.8;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #ffffff;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #ffffff;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
#LoadMore {
	border: solid 2px #e8b022;
	background: #fff;
	transition: all ease-in-out 0.5s;
}
#LoadMore:hover {
	background: #e8b022;
}
/* .owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #ffffff;
}

*/
.owl-dots div {
	background: #fbfafc;
	width: 12px;
	height: 12px;
	margin: 10px;
	border-radius: 50%;
	display: inline-block;
 }
 .owl-dots {
	text-align: center;
	margin-top: 35px;
 }

/* Header Area CSS START */
.header-area {
	min-height: 100px;
	display: flex;
	align-items: center;
    z-index: 10;
}
.toggle-menu span {
	color: #e8b022;
	font-size: 30px;
	cursor: pointer;
}

.header-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-items .logo {
	font-size: 20px;
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
}

/* Header Area CSS END */

/* Slider Area CSS START */
.single-slide-item {
	height: 90vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}	
.slide-text h2 {
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
}
.slide-text h2 span {
	color: #e8b022;
}
.slide-text h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
}
.slider-area .owl-nav div {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 10%;
	transform: translateY(-50%);
	font-size: 70px;
}
.slider-area .owl-nav .owl-next {
	left: auto;
	right: 10%;
}
/* Slider Area CSS END */

/* Department Area CSS START */
.section-title h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
	margin-bottom: 50px;
}
 .section-title h2:before {
	position: absolute;
	height: 5px;
	width: 100px;
	background: #e8b022;
	content: "";
	top: 100%;
	right: 0;
}

.department-area {
	background: #f3f2f2;
}

.single-department-box {
	background: #140824;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	transition: .3s;
	flex-grow: 1;
    flex-basis: 0;
	cursor: pointer;
}
.single-department-box:hover {
	background: #e8b022;
}
.single-department-box h4 {
	color: #fff;
	margin: 0;
	font-size: 25px;
	text-shadow: 2.007px 2.229px 2px rgba(0, 0, 0, 0.36);
}
.single-department-box h4 span {
	display: block;
	font-size: 16px;
	margin-top: 20px;

}
/* Department Area CSS END */

/* Quote Area CSS START */
.quote-area {
	background-size: cover;
	background-position: center;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-text h2 span {
	color: #e8b022;
 }
 .quote-text h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1.7;
	text-shadow: 4.015px 4.459px 6px rgba(0, 0, 0, 0.36);
}
.quote-text p {
	color: #fff;
	font-size: 25px;
	font-family: 'GESSTwo';
	font-weight: 700;
	margin: 0;
}
.quote-icon i {
	color: #fff;
	font-size: 40px;
	margin-top: 40px;
	text-shadow: 4.015px 4.459px 6px rgba(0, 0, 0, 0.36);
}
/* Quote Area CSS END */

 /* Testimonial Area START */
 .testimonial-area {
	background-size: cover;
	background-position: center;
}
.single-testimonial-item {
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
	color: #000;
	font-family: 'Zilla Slab', serif;
	min-height: 337px;
}
.quote {
	font-size: 40px;
	color: #0bbbc1;
}
.single-testimonial-item p {
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	line-height: 1.7;
}
.single-testimonial-item h4 span {
	display: block;
	font-weight: 400;
	font-size: 16px;
}
/* Testimonial Area END */

/* Subscribe Area CSS START */
.subscribe-area {
	background-size: cover;
	background-position: center;
	min-height: 560px;
}
.subscribe-area {
	background-size: cover;
	background-position: center;
	min-height: 560px;
	display: flex;
	align-items: center; 
	justify-content: center;
	text-align: center;
}
.subscribe-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.subscribe-content h2 {
	color: #fff;
	margin-bottom: 34px;
}
.subscribe-box input {
	border-radius: 30px;
	outline: noe;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.302);
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 700;
	text-shadow: 2.007px 2.229px 2px rgba(0, 0, 0, 0.36);
	font-size: 19px;
	color: #fff;
}
.subscribe-box .Subscribe_Name {
	width: 250px;
	height: 55px;
	margin-left: 10px;
}
.subscribe-box .Subscribe_Email {
	width: 650px;
	height: 55px;
	padding-left: 170px;
}
.subscribe-box input:focus {
	outline: none;
}

.subscribe-box input::placeholder {
	font-weight: 700;
	text-shadow: 2.007px 2.229px 2px rgba(0, 0, 0, 0.36);
	font-size: 19px;
}
.subscribe-box button {
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: #e8b022;
	color: #fff;
	border: none;
	border-radius: 26px;
	padding: 8px 44px;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 2.007px 2.229px 2px rgba(0, 0, 0, 0.36);
}
/* Subscribe Area CSS END */

/* Footer Area CSS START */
.social-icons {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	direction: ltr;
}
.social-icons li a { 
	margin: 0 10px;
	background: red;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icons li:nth-child(1) a{
	background-color: #2d4386;
}
.social-icons li:nth-child(2) a{
	background-color: #54acee;
}
.social-icons li:nth-child(3) a{
	background-color: #df2f2f;
}
.social-icons li:nth-child(4) a{
	background-color: #007bb5;
}
.social-icons li:nth-child(5) a{
	background-color: #be0019;
}
.copyright-text {
	color: #000;
	font-size: 20px;
	font-family: 'GESSTwo';
	font-weight: 700;
}
.credits-text, .credits-text a {
	color: rgb(46, 46, 46);
	font-size: 14px;
	font-family: 'GESSTwo';
	font-weight: 500;
}
/* Footer Area CSS END */



/* update_css */
.header_top {
	height: 47px;
	background: #140923;
	display: flex;
	align-items: center;
}

.header_top_social a {
	font-size: 15px;
	margin-right: 15px;
}

.header_top_social a:hover{
	color: #E8B022;
}
.header_right {
	flex: 0 0 55%;
	justify-content: flex-end;
}

.input_saearch input {
	height: 38px;
	border: 1px solid #A5A5A5;
	width: 650px;
	border-radius: 40px;
	padding-right: 125px;
	font-family: "GESSTwo";
}
.search_img {
	position: absolute;
	left: 16px;
	top: 46%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
}
.input_saearch {
	margin-left: 30px;
}
.input_saearch input::placeholder{
	font-size: 15px;
	color: #ADADAD;
	font-family: "GESSTwo";
}
.input_saearch input:focus{
	outline: none;
}

.nice_select_area {
	position: absolute;
	right: 0px;
	top: 0;
}
.nice_select_area .nice-select {
	border: none;
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	background: transparent;
	width: 108px;
	text-align: right !important;
	color: #363636;
	font-family: "GESSTwo";
}

.nice_select_area .nice-select:after{
	display: none;
}

.nice_select_area .nice-select::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-image: url('../img/anmgel_down.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 12px;
	width: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


.section-title.left_bar h2::before {
	right: inherit;
	left: 0;
}
.books_content_right {
	flex: 0 0 78%;
	display: grid;
	grid-template-columns: repeat(4,auto);
	justify-content: space-between;
}


.books_content_left {
	flex: 0 0 18%;
}

.books_content_full {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(5,auto);
	justify-content: space-between;
}
.books_content_right_area {
	flex: 0 0 78%;
}
.single_small_book {
	text-align: center;
	width: 210px;
	margin-bottom: 50px;
	border-radius: 15px;
	transition: .3s;
	background: #fdfdfd;
	box-shadow: 0 0 10px rgba(227,227,231, .5);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.sm_books_content {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 15px;
}

.single_small_book:hover {
	box-shadow: 5px 5px 10px rgb(227 227 231);
	margin-bottom: 50px;
	border-radius: 8px;
	transform: translateY(-10px);
}

.books_big_content p {
	font-size: 14px;
	font-weight: 400;
	color: #140923;
	text-align: justify;
	text-align: center;
}
.books_big_content {
	text-align: center;
	margin-top: 14px;
}
.books_social a {
	margin: 0px 3px;
}
.sm_books_content a {
	color: #140923;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	transition: .3s;
}

.sm_books_content {
	text-align: center;
}
.inner_books_wrapper{
	width: 100%;
}
.section-title.books_inner_title h2 {
	margin-bottom: 32px;
}


.single_audio_area{
	flex: 0 0 23%;
	height: 124px;
	background: #000;

}
.inner_books_wrap {
	display: grid;
	grid-template-columns: repeat(5,auto);
	justify-content: space-between;
}
.single_audio_wrap {
	width: 203px;
	height: 127px;
	text-align: center;
}
.single_audio_area {
	height: 100%;
	background: #000;
	width: 100%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inner_books_wrap_audio {
	display: grid;
	grid-template-columns: repeat(5, auto);
	justify-content: space-between;
}
.single_audio_area a {
	font-size: 55px;
	color: #fff;
	display: inline-block;
}
.single_audio_wrap a.blg_link{
	color: #140923;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}

.sm_books_content a:hover {
	color: #000;
	font-weight: bold;
}
#scrollUp {
	background: #140923;
	height: 35px;
	width: 35px;
	right: 60px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	/* font-size: 20px; */
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#scrollUp:hover {
	background: #444;
}
.feature_item_wrapper {
	/* margin-left: -15px !important;
	margin-right: -15px !important; */
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.boo_sm_img {
	max-width: 210px;
	border-radius: 8px;
	overflow: hidden;
}
.boo_sm_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* offcanvas menu */
.offcanvas_menu_wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	background: #fff;
	z-index: 111;
	left: 0;
	text-align: center;
	transition: .5s;
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	-o-transform: translateX(-120%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.offcanvas_menu_wrapper.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.offcanvas_overlay{
	position: fixed;
	width: 0%;
	height: 100%;
	background: transparent;
	z-index: 10;
}
.offcanvas_overlay.active{
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 11;
}
.offcan_menu ul li a {
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	font-family: "GESSTwo";
}
.offcan_menu ul li a:hover{
	color: #E8B022;
}
.cross {
	position: absolute;
	left: 100%;
	width: 35px;
	height: 35px;
	background: #E8B022;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.offcan_menu {
	padding-top: 100px;
}
.cross i {
	position: absolute;
	top: 49%;
	left: 49%;
	transform: translate(-50%,-50%);
	line-height: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

/* offcanvas menu-end */

/* update_css-end */

/* sticky_js */
.sticky-wrapper.is-sticky {
	z-index: 11;
	min-height: 95px;

}
.sticky-wrapper.is-sticky .header-area{
	background: #fff;
	min-height: 95px;
	box-shadow: 0 3px 5px rgba(227,227,231, .9);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}


/* sticky_js */




/* article_page */
.banner_content h2 {
	font-size: 30px;
	color: #fff;
}
.banner_content h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}


.article_content_wrapper {
	padding: 100px 0px;
}
.article_content {
	color: #333;
	font-size: 18px;
}
.social_share a {
	margin-right: 25px;
}


.content_text p {
	font-size: 16px;
	color: #140923;
	
}


.article_img_area.f-right {
	margin: 10px 0px 10px 10px;
}
.article_img_area.f-left {
	margin: 10px 10px 10px 0px;
}

.blog_writter {
	background: #150A24;
	padding: 30px 0px;
}

.bloger_thumb {
	height: 125px;
	width: 125px;
	margin-left: 30px;
	border-radius: 50%;
}
.bloger_thumb img {
    border-radius: 50%;
}
.blogrt_info h5 {
	font-size: 25px;
	color: #ffc430;
}

.blogrt_info p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}
.social_share_area a {
	font-size: 25px;
	color: #fff;
	margin-right: 16px;
}
.banner_area {
	height: 220px;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.book_thumb {
	text-align: left;
}

.book_summery p {
	font-size: 17px;
	color: #140923;
	text-align: justify	;
}

.single_book_list ul li {
	position: relative;
	padding-right: 15px;
	font-weight: 500;
	color: #000;
	font-size: 17px;
	margin-bottom: 11px;
}
.single_book_list ul li::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #E8B022;
	content: "";
}
.book_summery {
	min-height: 260px;
}





.video_thumb_img{
	width: 100%;
}
.video_contents {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video_area {
	margin-bottom: 35px;
}
.video_text_content p {
	color: #140923;
	font-size: 20px;
}
.suge_video_thumb img {
	width: 100%;
}

.single_video_sugg {
	text-align: center;
	margin-bottom: 30px;
}
.suge_video_thumb {
	margin-bottom: 15px;
}
.video_text_sug a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.video_text_sug {
	padding: 0px 15px 15px 15px;
}

.single_video_sugg {
	text-align: center;
	margin-bottom: 25px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.single_video_sugg:hover{
	box-shadow: 0 3px 5px rgba(227,227,231, .9);
}

.suge_audeo_thumb {
	padding: 35px 0px;
}
.video_thumb_img{
	width: 100%;
}





/* article_page_ned */

/* Flipping book */
.book-area{
	padding-top: 100px;
	padding-bottom: 100px;
}
.book-container {
   height: 80vh;
}
.book-tabs {
	position: relative;
	z-index: 1;
}
.book-tab{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition: .3s ease;
}
.book-tab.active{
	position: relative;
	opacity: 1;
	pointer-events: all;
}
.book-links{
	margin-bottom: 40px;
}
.book-link {
	font-weight: 700;
	color: #140923;
	background: #F8E7BC;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	transition: .3s ease;
	cursor: pointer;
 }
 .book-links {
	border-bottom: 3px solid #E8B022;
 }
 .book-link:hover,.book-link.active {
	background: #E8B022;
 }
/* Flipping book end */






.social-icons li a:hover {
	transform: translateY(-5px);
}

.share_icon_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 444;
	background: rgba(255,255,255, 1);
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}
.share_icon_popup.active{
	visibility: visible;
	opacity: 1;
}


.share_popup_conent p {
	font-size: 20px;
}

.social_popup_sharea_icons .social-icons li a {
	margin: 0 10px;
	background: red;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 15px rgba(0,0,0,.1);
}

.social_popup_sharea_icons .social-icons li a {
	background: red;
}

.social_popup_sharea_icons .social-icons li:nth-child(1) a{
	background-color: #2d4386;
}
.social_popup_sharea_icons .social-icons li:nth-child(2) a{
	background-color: #54acee;
}
.social_popup_sharea_icons .social-icons li:nth-child(3) a{
	background-color: #df2f2f;
}
.social_popup_sharea_icons .social-icons li:nth-child(4) a{
	background-color: #007bb5;
}
.social_popup_sharea_icons .social-icons li:nth-child(5) a{
	background-color: #be0019;
}
.cross_bar_popup {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #FF4A52;
	display: inline-block;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 8px 15px rgba(0,0,0,.1);
	transition: .3s;
}

.cross_bar_popup:hover {
	background: #FB000B;
}

.subscribe-box button:hover{
	background: #ffb700;
}

.single_audio_area:hover {
	background: #E8B022;
}

.dropbtn {
	border: none;
    background: unset;
	min-width: 60px;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
.dropdown:hover .dropdown-content {
	display: block;
}
.results-item {
	  background: #f2f2f2;
	  border-radius: 15px;
	  margin-bottom:15px;
	  padding: 3px;
}
.Articles_Section {
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 30px;
}
.Authors_Section {
    background: #fff url('../img/banner/bg-3.jpg') center center;
	background-size: cover;
    padding-top: 70px;
    padding-bottom: 30px;
}
.Audio_Section {
	background: #f2f2f2;
	height: 200px;
	border-radius: 30px;
	overflow: hidden;
}
.Audio_Section .right {
	float: right;
	text-align:right;
    padding: 20px;
	width: 70%;
}
.Audio_Section .center {
	float: left;
	text-align:center;
	width: 40px;
	padding-top:35px;
	margin-left: 5px;
}
.Audio_Section .center button {
	width: 40px;
	border: 0px;
	background: transparent;
	padding:0px;
	margin: 0px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.Audio_Section .center button:hover {
	background: white;
}
.Audio_Section .center button img {
	width: 20px;
	height: auto;
	padding: 7px 0px;
	opacity: 0.4;
}
.Audio_Section .left {
	float: left;
	width:277px;
    height: 200px;
    padding:10px 10px;
    border-radius: 30px;
    background: #f2f2f2;
    background-size: cover;
}
.mediPlayer {
	text-align: center;
    padding-top: 15px;
}
.mediPlayer .control {
    opacity        : 0; /* transition: opacity .2s linear; */
    pointer-events : none;
    cursor         : pointer;
}

.mediPlayer .not-started .play, .mediPlayer .paused .play {
    opacity : 1;

}

.mediPlayer .playing .pause {
    opacity : 1;

}

.mediPlayer .playing .play {
    opacity : 0;
}

.mediPlayer .ended .stop {
    opacity        : 1;
    pointer-events : none;
}

.mediPlayer .precache-bar .done {
    opacity : 0;
}

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
    display : none;
}

.mediPlayer .ended .progress-track {
    stroke-opacity : 1;
}

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
    transition        : stroke-dashoffset 500ms;

    stroke-dasharray  : 298.1371428256714;
    stroke-dashoffset : 298.1371428256714;
}

.heartz {
	animation: .8s infinite beatHeart;
  }
  
@keyframes beatHeart {
	0% {
	  transform: scale(1);
	}
	25% {
	  transform: scale(1.1);
	}
	40% {
	  transform: scale(1);
	}
	60% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1);
	}
  }