/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

html,
body {
	height: 100%;
	/*font-family: 'Barlow Semi Condensed', sans-serif;*/
	font-family: 'Cairo', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
div.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
	/*font-family: 'Barlow Semi Condensed', sans-serif;*/
	font-family: 'Cairo', sans-serif;
}

.section-title-banner{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.popular-post img {
	height: 235px !important;
}
.card-title {
	font-size: 1.1rem !important;
}
.card-title span{
	color: #005AA8 !important;
}

/*img {
	max-width: 100%;
}*/

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title h2 {
	font-size: 40px;
	color: #353535;
	font-weight: 700;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.spad {
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 25px 12px;
	color: #ffffff;
	background: #005AA8;
	border-radius: 5px;
}

.primary-btn.white-btn {
	background: #ffffff;
	margin-right: 6px;
	color: #232323;
}

.site-btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	background: #005AA8;
	display: inline-block;
	padding: 9px 26px 8px;
	border-radius: 50px;
	border: none;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -13px;
	margin-right: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #d11f28;
		border-right-color: transparent;
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		border: 4px solid #1a37da;
		border-right-color: transparent;
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		border: 4px solid #d11f28;
		border-right-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #d11f28;
		border-right-color: transparent;
	}

	50% {
		-webkit-transform: rotate(-180deg);
		border: 4px solid #1a37da;
		border-right-color: transparent;
	}

	100% {
		-webkit-transform: rotate(-360deg);
		border: 4px solid #d11f28;
		border-right-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

/***********Search*****************/
.search {
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {
	height: 60px;
	text-indent: 25px;
	border: 2px solid #d6d4d4;
}
.search input:focus {
	box-shadow: none;
	border: 2px solid #005AA8;
}

.search .fa-search {

	position: absolute;
	top: 20px;
	right: 16px;
}

.search button {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 50px;
	width: 110px;
	background: #005AA8;
}

/*------------------------------------*/

.header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 45%;
	background-image: url(../img/bg.jpg);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.header--normal {
	position: relative;
	background: #0c099b;
}

.header__logo {

	display: inline-block;
	margin-left: 20px;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	display: inline-block;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 82px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-left: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	right: 0;
	top: 110px;
	width: 150px;
	background: #111111;
	text-align: right;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-left: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}
.header__menu ul li .dropdown li a:hover {
	color: #8d8d8d;
}
.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	padding: 26px 0 28px;
	position: relative;
	text-decoration: none;
}

.header__menu ul li a:hover {
	color: #d11f28;
}

.header__menu ul li a:after {
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #005AA8;
	content: "";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.header__right {
	padding: 25px 0;
	text-align: left;
}

.header__right__search {
	display: inline-block;
	margin-left: 70px;
}

.header__right__search form {
	width: 180px;
	position: relative;
}

.header__right__search form input {
	width: 100%;
	height: 30px;
	font-size: 15px;
	color: #ffffff;
	opacity: 0.8;
	background: transparent;
	border: none;
}

.header__right__search form input::-webkit-input-placeholder {
	color: #ffffff;
}

.header__right__search form input::-moz-placeholder {
	color: #ffffff;
}

.header__right__search form input:-ms-input-placeholder {
	color: #ffffff;
}

.header__right__search form input::-ms-input-placeholder {
	color: #ffffff;
}

.header__right__search form input::placeholder {
	color: #ffffff;
}

.header__right__search form button {
	font-size: 16px;
	color: #ffffff;
	border: none;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.header__right__social {
	display: inline-block;
}

.header__right__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-left: 18px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__right__social a:hover {
	color: #005AA8;
}

.header__right__social a:last-child {
	margin-left: 0;
}

.header__right__lang {
	margin-right: 20px;
	display: inline-block;
}

.header__right__lang a {
	color: #ccc;
	text-decoration: none;
	height: 20px;
	display: inline-block;
	margin-left: 8px;
	transition: all 0.5s ease;
	filter: grayscale(100%);
}
.header__right__lang a img{
	height: 100%;
}

.header__right__lang a:hover {
	filter: grayscale(0);
}
.header__right__lang a:last-child {
	margin-left: 0;
}

.canvas__open {
	display: none;
}

.offcanvas-menu-wrapper {
	display: none;
}

/*---------------------
  Hero
-----------------------*/



.hero {
	padding-top: 240px;
	padding-bottom: 260px;
	position: relative;
}

.hero .container {
	padding: 0;
}

.hero__text {
	padding-top: 48px;
}

.hero__text h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.hero__text h5 span {
	color: #005AA8;
	margin-left: 5px;
}

.hero__text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 35px;
}

.hero__pic {
	height: 391px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single__track {
	background: rgba(104, 99, 253, 0.2);
	padding: 35px 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.single__track__item__pic {
	float: right;
	margin-left: 20px;
}

.single__track__item__pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.single__track__item__text {
	overflow: hidden;
	padding-top: 6px;
}

.single__track__item__text h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.single__track__item__text span {
	color: #ffffff;
	font-size: 15px;
	display: block;
}

.single__track__option {
	padding-top: 12px;
}

.jp-play {
	position: relative;
	height: 36px;
	width: 36px;
	background: transparent;
	border: none;
	background: #005AA8;
	border-radius: 50%;
}

.jp-play:after {
	position: absolute;
	display: block;
	right: 3px;
	top: -4px;
	content: "E";
	font-family: "ElegantIcons";
	font-size: 30px;
	color: #ffffff;
}

.jp-state-playing .jp-play:after {
	content: "`" !important;
	font-family: "ElegantIcons";
	font-size: 32px;
	right: 2px;
	top: -6px;
	color: #151433;
}

.jp-audio .jp-play:focus:after {
	content: "E";
	font-family: "ElegantIcons";
}

.jp-seek-bar>div {
	height: 5px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	width: 320px;
}

.player_bars {
	width: 420px;
	display: table;
	padding-right: 50px;
	position: relative;
	padding-top: 18px;
	float: right;
	margin-left: 18px;
}

.jp-play-bar {
	position: relative;
	height: 100%;
	background: #005AA8;
	overflow: visible !important;
}

.jp-current-time {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	right: -50px;
	top: -10px;
}

.jp-duration {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 9px;
}

.player_controls_box {
	width: 36px;
	float: right;
	margin-left: 15px;
}

.jp-mute {
	font-size: 14px;
	border: none;
	background: none;
	color: #ffffff;
	position: absolute;
	right: -5px;
	top: 10px;
}

.jp-volume-bar {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.jp-volume-bar-value {
	background: #005AA8;
	height: 100%;
}

.jp-mute {
	font-size: 14px;
	color: #ffffff;
}

.jp-volume-controls {
	position: relative;
	width: 80px;
	float: right;
	padding-right: 30px;
	padding-top: 18px;
	margin-left: 30px;
}

.jp-btns {
	padding-top: 8px;
	float: right;
}

.jp-btns a {
	font-size: 15px;
	color: #ffffff;
	margin-left: 15px;
}

.jp-btns a:last-child {
	margin-left: 0;
}

/*---------------------
  Podcast
-----------------------*/

.podcast {
	padding-bottom: 70px;
}

.podcast .container {
	padding: 0;
}

.podcast__top {
	margin-bottom: 45px;
}

.podcast__top h2 {
	color: #353535;
	font-size: 40px;
	font-weight: 700;
}

.podcast__top ul {
	text-align: left;
}

.podcast__top ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 700;
	color: #b7b7b7;
	display: inline-block;
	margin-left: 40px;
	position: relative;
	padding: 2px 0;
	cursor: pointer;
}

.podcast__top ul li.active {
	color: #005AA8;
}

.podcast__top ul li.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.podcast__top ul li:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #005AA8;
	content: "";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.podcast__top ul li:last-child {
	margin-left: 0;
}

.mix {
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: all 0.5s ease;
}

.mix:hover {
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.podcast__item__pic {
	height: 220px;
}
.podcast__item__pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	
}
.podcast__item__pic_youtube img {
	height: 100%;
	width: 100%;
}

.podcast__item__text  {
	/*border: 1px solid #ebebeb;*/
	height: 210px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	position: relative;
}
.podcast__item__text_pod {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	position: relative;
}

.podcast__item__text .heart-icon {
	display: inline-block;
	height: 36px;
	width: 36px;
	color: #005AA8;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	background: rgba(104, 99, 253, 0.1);
	position: absolute;
	left: 40px;
	top: 30px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.podcast__item__text .heart-icon:hover {
	background: #005AA8;
	color: #ffffff;
}

.podcast__item__text ul {
	margin-bottom: 20px;
}

.podcast__item__text ul li {
	color: #b7b7b7;
	font-size: 15px;
	display: inline-block;
	margin-left: 45px;
	position: relative;
	list-style: none;
}

.podcast__item__text ul li:after {
	position: absolute;
	left: -26px;
	top: -2px;
	content: "|";
}

.podcast__item__text ul li span {
	color: #005AA8;
	margin-left: 3px;
}

.podcast__item__text ul li:last-child {
	margin-left: 0;
}

.podcast__item__text ul li:last-child:after {
	display: none;
}

.podcast__item__text h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 15px;
}

.podcast__item__text p {
	/*margin-bottom: 38px;*/
}

.track__option .jp-seek-bar>div {
	background: rgba(104, 99, 253, 0.1);
}

.track__option .jp-current-time {
	color: #353535;
}

.track__option .jp-duration {
	color: #353535;
}

.track__option .jp-mute {
	color: #353535;
}

.track__option .jp-volume-bar {
	background: rgba(103, 99, 125, 0.1);
}

.track__option .jp-btns a {
	color: #b7b7b7;
}

.video_img {
	position: relative;
}

.playBtn {
	background-image: url("../img/playbutton.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -32px;
	margin-top: -32px;
	height: 64px;
	width: 64px;
}

/*---------------------
  Call To Action
-----------------------*/

.callto {
	padding-top: 110px;
	padding-bottom: 120px;
}

.callto__text {
	text-align: center;
}

.callto__text h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

.callto__text p {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 45px;
}

/*---------------------
  Episodes
-----------------------*/

.episodes {
	padding-bottom: 165px;
}

.episodes__item {
	height: 370px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.episodes__item:hover .play-btn {
	opacity: 1;
	z-index: 9;
}

.episodes__item:hover .episodes__text {
	bottom: 25px;
}

.episodes__item:hover .episodes__text h4 {
	margin-bottom: 10px;
}

.episodes__item .play-btn {
	opacity: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.episodes__item .tags {
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px 15px 6px;
	border-radius: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.episodes__item .tags span {
	margin-left: 2px;
}

.episodes__item .time {
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px 15px 6px;
	border-radius: 50px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.episodes__item .time span {
	margin-left: 5px;
}

.episodes__text {
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.episodes__text h4 {
	color: #ffffff;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 50px;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	transition: all, 0.2s;
}

.episodes__text p {
	color: #ffffff;
	margin-bottom: 0;
}

.episodes__text p span {
	color: #005AA8;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	padding-bottom: 60px;
}

.footer .row {
	padding-top: 60px;
	justify-content: center;
}

.footer__logo {
	float: right;
	margin-left: 15px;
}

.footer__copyright__text {
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 31px;
}

.footer__copyright__text i {
	color: #005AA8;
}

.footer__copyright__text a {
	color: #005AA8;
}

.footer__social {
	text-align: left;
}

.footer__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-left: 18px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.footer__social a:hover {
	color: #005AA8;
}

.footer__social a:last-child {
	margin-left: 0;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 200px;
	padding-bottom: 240px;
	position: relative;
	overflow: hidden;
}

.breadcrumb-option.normal-breadcrumb {
	padding-bottom: 100px;
}

.breadcrumb-option .container {
	padding-right: 0;
	padding-left: 0;
}

.breadcrumb__text {
	text-align: center;
}

.breadcrumb__text.episodes__breadcrumb__text ul li span {
	color: #005AA8;
	margin-left: 3px;
}

.breadcrumb__text.episodes__breadcrumb__text ul li:last-child {
	margin-left: 0;
}

.breadcrumb__text.episodes__breadcrumb__text ul li:last-child:after {
	display: none;
}

.breadcrumb__text.episodes__breadcrumb__text h2 {
	margin-bottom: 0;
}

.breadcrumb__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 6px;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #ffffff;
	margin-left: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	left: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-left: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	color: #b7b7b7;
	display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about__text {
	margin-bottom: 30px;
}

.about__text span {
	color: #005AA8;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.about__text h2 {
	color: #353535;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 14px;
}

.about__text p {
	margin-bottom: 35px;
}

.about__item {
	margin-bottom: 30px;
}

.about__item h6 {
	color: #353535;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 15px;
}

.about__item p {
	margin-bottom: 0;
}

.about__pic {
	padding-top: 25px;
}

.about__pic img {
	min-width: 100%;
}

/*---------------------
  Team
-----------------------*/

.team {
	padding-bottom: 135px;
}

.team .section-title h2 {
	font-size: 44px;
}

.team__item {
	text-align: center;
	margin-bottom: 30px;
}

.team__item img {
	min-width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}

.team__item h4 {
	color: #353535;
	font-size: 22px;
	font-weight: 700;
}

.team__item span {
	font-size: 14px;
	color: #005AA8;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*---------------------
  Episodes
-----------------------*/

.podcast.podcast--page {
	padding-bottom: 165px;
}

.load__more {
	padding-top: 30px;
}


.cta {
	position: relative;
	margin: auto;
	padding: 19px 22px;
	transition: all 0.2s ease;
	text-decoration: none;
}

.cta:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-radius: 28px;
	background: rgba(209, 31, 40, 0.6);
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
}

.cta span {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	vertical-align: middle;
}

.cta svg {
	position: relative;
	top: 0;
	margin-right: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(5px);
	transition: all 0.3s ease;
}

.cta:hover:before {
	width: 100%;
	background: #005AA8;
}

.cta:hover svg {
	transform: translateX(0);
}

.cta:active {
	transform: scale(0.96);
}

/*---------------------
  Episodes Deatils
-----------------------*/

.episodes-details {
	padding-bottom: 165px;
}

.episodes__details__text {
	margin-bottom: 45px;
}

.episodes__details__text p {
	font-size: 17px;
	line-height: 30px;
}

.episodes__details__text h4 {
	color: #353535;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.episodes__details__text ul li {
	list-style: none;
	font-size: 17px;
	line-height: 36px;
	color: #353535;
	position: relative;
	padding-right: 18px;
}

.episodes__details__text ul li:before {
	position: absolute;
	right: 0;
	top: 13px;
	height: 8px;
	width: 8px;
	background: #8d8d8d;
	border-radius: 50%;
	content: "";
}

.episodes__details__pic {
	margin-bottom: 30px;
}

.episodes__details__pic img {
	min-width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}

.episodes__details__desc {
	margin-bottom: 70px;
}

.episodes__details__desc p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 0;
}

.episodes__details__btns {
	padding: 25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 75px;
	position: relative;
}

.episodes__details__btns:after {
	position: absolute;
	right: 0;
	left: 0;
	top: 20px;
	height: 60px;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	margin: 0 auto;
}

.episodes__details__btns__item.episodes__details__btns__item--next {
	text-align: left;
}

.episodes__details__btns__item p {
	font-weight: 700;
	color: #005AA8;
	margin-bottom: 5px;
}

.episodes__details__btns__item p span {
	color: #005AA8;
	font-weight: 700;
	font-size: 17px;
	position: relative;
	top: 2px;
}

.episodes__details__btns__item h5 {
	color: #353535;
	font-weight: 700;
	font-size: 20px;
}

.episodes__details__form h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 45px;
}

.episodes__details__form form input {
	height: 50px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.episodes__details__form form input::-webkit-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form input::-moz-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form input:-ms-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form input::-ms-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form input::placeholder {
	color: #8d8d8d;
}

.episodes__details__form form textarea {
	height: 220px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 34px;
	padding-top: 14px;
	resize: none;
}

.episodes__details__form form textarea::-webkit-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form textarea::-moz-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form textarea:-ms-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form textarea::-ms-input-placeholder {
	color: #8d8d8d;
}

.episodes__details__form form textarea::placeholder {
	color: #8d8d8d;
}

.episodes__details__form form button {
	border-radius: 0;
	padding: 14px 38px 12px;
}

.sidebar__search {
	margin-bottom: 45px;
}

.sidebar__search form {
	position: relative;
}

.sidebar__search form input {
	color: #a6a6a6;
	font-size: 14px;
	font-style: italic;
	padding-right: 20px;
	height: 46px;
	width: 100%;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
}

.sidebar__search form input::-webkit-input-placeholder {
	color: #a6a6a6;
}

.sidebar__search form input::-moz-placeholder {
	color: #a6a6a6;
}

.sidebar__search form input:-ms-input-placeholder {
	color: #a6a6a6;
}

.sidebar__search form input::-ms-input-placeholder {
	color: #a6a6a6;
}

.sidebar__search form input::placeholder {
	color: #a6a6a6;
}

.sidebar__search form button {
	color: #ffffff;
	font-size: 16px;
	width: 46px;
	height: 46px;
	background: #005AA8;
	border: none;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

.sidebar__categories {
	margin-bottom: 24px;
}

.sidebar__categories h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar__categories ul li {
	list-style: none;
}

.sidebar__categories ul li a {
	font-size: 18px;
	color: #353535;
	font-weight: 600;
	line-height: 48px;
}

.sidebar__categories ul li a i {
	font-size: 14px;
	color: #005AA8;
	margin-left: 12px;
}

.sidebar__recent {
	margin-bottom: 60px;
}

.sidebar__recent h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar__recent__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.sidebar__recent__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar__recent__item h6 {
	color: #353535;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 5px;
}

.sidebar__recent__item p {
	font-size: 14px;
	margin-bottom: 0;
}

.sidebar__recent__item p span {
	color: #005AA8;
	margin-left: 5px;
}

.sidebar__banner {
	text-align: center;
	border-radius: 10px;
	padding: 100px 0;
	margin-bottom: 45px;
}

.sidebar__banner span {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 8px;
}

.sidebar__banner h2 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar__tags h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar__tags a {
	font-size: 13px;
	color: #353535;
	font-weight: 700;
	display: inline-block;
	padding: 8px 25px 6px;
	border: 1px solid rgba(53, 53, 53, 0.1);
	margin-left: 6px;
	margin-bottom: 10px;
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-bottom: 165px;
}

.blog__item {
	margin-bottom: 30px;
}

.blog__item__pic {
	height: 360px;
	width: 370px;
	position: relative;
	float: right;
	border-radius: 0 20px 20px 0;
}

.blog__item__pic .label {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	border-radius: 50px;
	padding: 4px 20px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog__item__text {
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 42px 40px 35px 15px;
	border-radius: 20px 0 0 20px;
}

.blog__item__text .blog__date {
	font-size: 15px;
	color: #8d8d8d;
	margin-bottom: 16px;
}

.blog__item__text .blog__date span {
	color: #005AA8;
}

.blog__item__text h4 {
	color: #353535;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 16px;
}

.blog__item__text ul {
	margin-bottom: 20px;
}

.blog__item__text ul li {
	color: #8d8d8d;
	font-size: 15px;
	display: inline-block;
	margin-left: 25px;
	list-style: none;
}

.blog__item__text ul li span {
	color: #005AA8;
	margin-left: 3px;
}

.blog__item__text ul li:last-child {
	margin-left: 0;
}

.blog__item__text p {
	margin-bottom: 20px;
}

.blog__item__text a {
	color: #353535;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
}

.blog__item__text a span {
	color: #005AA8;
	margin-right: 5px;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	top: 1px;
}

.blog__pagination {
	padding-top: 20px;
}

.blog__pagination a {
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	background: #f2f2f2;
	border-radius: 4px;
	display: inline-block;
	padding: 14px 25px;
	text-transform: uppercase;
	margin-left: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__pagination a:hover {
	background: #005AA8;
	color: #ffffff;
}

.blog__pagination a:last-child {
	margin-left: 0;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
	padding-top: 250px;
	padding-bottom: 180px;
}

.blog__hero__text ul {
	margin-bottom: 15px;
}

.blog__hero__text ul li {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	margin-left: 45px;
	position: relative;
	list-style: none;
}

.blog__hero__text ul li:after {
	position: absolute;
	left: -26px;
	top: -2px;
	content: "|";
	color: #404040;
}

.blog__hero__text ul li span {
	color: #005AA8;
	margin-left: 3px;
}

.blog__hero__text ul li:last-child {
	margin-left: 0;
}

.blog__hero__text ul li:last-child:after {
	display: none;
}

.blog__hero__text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 700;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-bottom: 165px;
}

.blog__details__text .top-text {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 36px;
}

.blog__details__text .top-text .letter-cap {
	color: #353535;
	font-size: 100px;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	padding-left: 25px;
	line-height: 84px;
}

.blog__details__text__item {
	margin-bottom: 30px;
}

.blog__details__text__item:last-child {
	margin-bottom: 0;
}

.blog__details__text__item h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 22px;
}

.blog__details__text__item p {
	font-size: 17px;
	line-height: 30px;
}

.blog__details__text__item ul {
	padding-right: 35px;
}

.blog__details__text__item ul li {
	font-size: 17px;
	color: #8d8d8d;
	line-height: 30px;
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	padding-right: 28px;
}

.blog__details__text__item ul li:after {
	position: absolute;
	right: 0;
	top: 10px;
	height: 8px;
	width: 8px;
	background: #8d8d8d;
	content: "";
	border-radius: 50%;
}

.blog__details__text__item ul li:last-child {
	margin-bottom: 0;
}

.blog__details__pic {
	padding-top: 15px;
	margin-bottom: 35px;
}

.blog__details__pic img {
	min-width: 100%;
	border-radius: 20px;
}

.blog__details__quote {
	text-align: center;
	margin-bottom: 45px;
}

.blog__details__quote .icon span {
	font-size: 80px;
	color: #005AA8;
}

.blog__details__quote p {
	color: #353535;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 25px;
}

.blog__details__quote h6 {
	color: #8d8d8d;
	font-size: 17px;
}

.blog__details__pic__list img {
	min-width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}

.blog__details__desc {
	margin-bottom: 60px;
}

.blog__details__desc p {
	font-size: 17px;
	line-height: 30px;
}

.blog__details__tags {
	text-align: center;
	margin-bottom: 80px;
}

.blog__details__tags span {
	color: #353535;
	font-size: 18px;
	font-weight: 700;
	margin-left: 18px;
}

.blog__details__tags a {
	display: inline-block;
	font-size: 13px;
	height: 34px;
	color: #8d8d8d;
	width: 34px;
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-left: 6px;
}

.blog__details__tags a:last-child {
	margin-left: 0;
}

.blog__details__tags a:hover {
	color: #005AA8;
}

.blog__details__btns {
	padding: 25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 75px;
}

.blog__details__btns:after {
	position: absolute;
	right: 0;
	left: 0;
	top: 20px;
	height: 60px;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	margin: 0 auto;
}

.blog__details__btns__item.blog__details__btns__item--next {
	text-align: left;
}

.blog__details__btns__item p {
	font-weight: 700;
	color: #005AA8;
	margin-bottom: 5px;
}

.blog__details__btns__item p span {
	color: #005AA8;
	font-weight: 700;
	font-size: 17px;
	position: relative;
	top: 2px;
}

.blog__details__btns__item h5 {
	color: #353535;
	font-weight: 700;
	font-size: 20px;
}

.blog__details__comment {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 80px;
	margin-bottom: 75px;
}

.blog__details__comment h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog__details__comment__item {
	margin-bottom: 30px;
	overflow: hidden;
}

.blog__details__comment__item.blog__details__comment__item--reply {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 100px;
	padding-top: 30px;
}

.blog__details__comment__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.blog__details__comment__item__pic {
	float: right;
	margin-left: 30px;
}

.blog__details__comment__item__pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.blog__details__comment__item__text {
	overflow: hidden;
	position: relative;
}

.blog__details__comment__item__text .comment__date {
	display: inline;
	font-size: 15px;
	color: #005AA8;
	position: absolute;
	left: 0;
	top: 0;
}

.blog__details__comment__item__text h5 {
	color: #191919;
	font-weight: 700;
	margin-bottom: 12px;
}

.blog__details__comment__item__text p {
	color: #6e6e6e;
	margin-bottom: 20px;
}

.blog__details__comment__item__text a {
	font-size: 15px;
	color: #353535;
	font-weight: 700;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 20px 4px;
	margin-left: 6px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	border-radius: 4px;
}

.blog__details__comment__item__text a:hover {
	background: #005AA8;
	color: #ffffff;
	border-color: #005AA8;
}

.blog__details__comment__form h4 {
	color: #353535;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog__details__comment__form form input {
	height: 50px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.blog__details__comment__form form input::-webkit-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form input::-moz-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form input:-ms-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form input::-ms-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form input::placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form textarea {
	height: 220px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 34px;
	padding-top: 14px;
	resize: none;
}

.blog__details__comment__form form textarea::-webkit-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form textarea::-moz-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form textarea:-ms-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form textarea::-ms-input-placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form textarea::placeholder {
	color: #8d8d8d;
}

.blog__details__comment__form form button {
	border-radius: 5px;
	padding: 14px 38px 12px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-bottom: 165px;
}

.contact__map {
	height: 500px;
	margin-bottom: 30px;
}

.contact__map iframe {
	width: 100%;
}

.contact__widget__item {
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 55px 40px 40px;
	margin-bottom: 30px;
}

.contact__widget__item h4 {
	color: #353535;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}

.contact__widget__item p {
	margin-bottom: 0;
}

.contact__widget__item p span {
	display: block;
}

.contact__form {
	padding-top: 60px;
}

.contact__form h2 {
	color: #353535;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}

.contact__form form input {
	height: 50px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #8d8d8d;
}

.contact__form form input::-moz-placeholder {
	color: #8d8d8d;
}

.contact__form form input:-ms-input-placeholder {
	color: #8d8d8d;
}

.contact__form form input::-ms-input-placeholder {
	color: #8d8d8d;
}

.contact__form form input::placeholder {
	color: #8d8d8d;
}

.contact__form form textarea {
	height: 150px;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border-radius: 5px;
	margin-bottom: 34px;
	padding-top: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #8d8d8d;
}

.contact__form form textarea::-moz-placeholder {
	color: #8d8d8d;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #8d8d8d;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #8d8d8d;
}

.contact__form form textarea::placeholder {
	color: #8d8d8d;
}

.contact__form form button {
	border-radius: 5px;
	padding: 14px 38px 12px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1629px) {
	.header__logo {
		margin-left: 20px;
	}

	.header__right__search form {
		width: 170px;
	}

	.header__right__search {
		margin-left: 10px;
	}

	.header__right__social a {
		margin-left: 8px;
	}
	.card-home .card-img-top{
		height: 180px;
	}
	.card-home .card-body{
		height: 130px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	.card-home .card-img-top{
		height: 180px;
	}
	.card-home .card-body{
		height: 130px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.big-news img {
		height: 350px !important;
	}

	.header__logo {
		margin-left: 35px;
	}

	.header__menu {
		margin-left: 30px;
	}

	.header__right__search {
		margin-left: 5px;
	}

	.header__right__search form {
		width: 185px;
	}

	.header__right__social a {
		margin-left: 5px;
	}

	.header__menu ul li {
		margin-left: 8px;
	}

	.player_bars {
		width: 280px;
	}

	.jp-seek-bar>div {
		width: 180px;
	}

	.track__option .player_bars {
		width: 230px;
	}

	.track__option .jp-seek-bar>div {
		width: 130px;
	}

	.blog__item__pic {
		width: 280px;
	}

	.blog__item__text {
		padding: 25px 30px 27px 30px;
	}
	.card-home .card-img-top{
		height: 180px;
	}
	.card-home .card-body{
		height: 130px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .carousel-caption {
        right: 5% !important;
        left: 5% !important;
    }
	.carousel-caption h3 {	
		font-size: 0.8rem !important;
	}
	.right-side .news-caption h4 {
	    font-size: 0.8rem !important;
	}
	.banner .carousel-inner {
		height: 300px !important;
	}
	
	.banner .carousel-item {
		height: 300px !important;
	}
	
	.banner .carousel-item img {
		min-height: 300px !important;
	}

	.big-news img {
		height: 350px !important;
	}

	.podcast__top ul li {
		margin-left: 10px;
	}

	.track__option .player_bars {
		width: 292px;
	}

	.track__option .jp-seek-bar>div {
		width: 192px;
	}

	.footer__subscriber__text {
		margin-bottom: 30px;
	}

	.footer__social a {
		margin-left: 15px;
	}

	.hero__text {
		margin-bottom: 40px;
	}

	.player_bars {
		width: 375px;
	}

	.jp-seek-bar>div {
		width: 274px;
	}

	.single__track__item {
		margin-bottom: 15px;
	}

	.sidebar {
		padding-top: 50px;
	}

	.blog__item__pic {
		width: 100%;
		float: none;
		border-radius: 20px 20px 0 0;
	}

	.blog__item__text {
		border-radius: 0 0 20px 20px;
	}

	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #ffffff;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		left: 15px;
		top: 22px;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		right: -300px;
		width: 300px;
		height: 100%;
		background: #222;
		padding: 50px 30px 30px 20px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}

	.offcanvas-menu-wrapper.active {
		opacity: 1;
		right: 0;
	}

	.offcanvas__menu {
		display: none;
	}

	.slicknav_btn {
		display: none;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.slicknav_nav ul {
		margin: 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}

	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #353535;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #353535;
	}

	.slicknav_nav {
		display: block !important;
	}

	.offcanvas__logo {
		margin-bottom: 30px;
	}

	.offcanvas__social a {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-left: 18px;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}

	.offcanvas__social a:hover {
		color: #005AA8;
	}

	.offcanvas__social a:last-child {
		margin-left: 0;
	}

	.offcanvas__search {
		margin-bottom: 30px;
	}

	.offcanvas__search form {
		position: relative;
	}

	.offcanvas__search form input {
		width: 100%;
		height: 30px;
		font-size: 16px;
		color: #ffffff;
		background: transparent;
		border: none;
	}

	.offcanvas__search form input::-webkit-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::-moz-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input:-ms-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::-ms-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::placeholder {
		color: #ffffff;
	}

	.offcanvas__search form button {
		font-size: 16px;
		color: #ffffff;
		border: none;
		background: transparent;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.header__logo {
		margin-left: 0;
	}

	.header__menu {
		display: none;
	}

	.header__right {
		display: none;
	}

	.blog__item__list {
		margin-left: -30px;
		overflow: hidden;
	}

	.blog__item {
		margin-bottom: 30px;
		width: calc(50% - 30px);
		float: right;
		margin-left: 30px;
	}
	.card-home .card-img-top{
		height: 180px;
	}
	.card-home .card-body{
		height: 130px;
	}
}

/* Wide Mobile = 480px */

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

    .carousel-caption {
        right: 5% !important;
        left: 5% !important;
    }
	.carousel-caption h3 {	
		font-size: 0.8rem !important;
	}
	.right-side .news-caption h4 {
	    font-size: 0.8rem !important;
	}
	.banner .carousel-inner {
		height: 300px !important;
	}
	
	.banner .carousel-item {
		height: 300px !important;
	}
	
	.banner .carousel-item img {
		min-height: 300px !important;
	}

	.big-news img {
		height: 200px !important;
	}

	.podcast__item__text {
		height: auto;
	}

	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #ffffff;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		left: 15px;
		top: 22px;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		right: -300px;
		width: 300px;
		height: 100%;
		background: #222;
		padding: 50px 30px 30px 20px;
		display: block;
		z-index: 9999;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}

	.offcanvas-menu-wrapper.active {
		opacity: 1;
		right: 0;
	}

	.offcanvas__menu {
		display: none;
	}

	.slicknav_btn {
		display: none;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.slicknav_nav ul {
		margin: 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}

	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #353535;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #353535;
	}

	.slicknav_nav {
		display: block !important;
	}

	.offcanvas__logo {
		margin-bottom: 30px;
	}

	.offcanvas__social a {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-left: 18px;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}

	.offcanvas__social a:hover {
		color: #005AA8;
	}

	.offcanvas__social a:last-child {
		margin-left: 0;
	}

	.offcanvas__search {
		margin-bottom: 30px;
	}

	.offcanvas__search form {
		position: relative;
	}

	.offcanvas__search form input {
		width: 100%;
		height: 30px;
		font-size: 16px;
		color: #ffffff;
		background: transparent;
		border: none;
	}

	.offcanvas__search form input::-webkit-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::-moz-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input:-ms-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::-ms-input-placeholder {
		color: #ffffff;
	}

	.offcanvas__search form input::placeholder {
		color: #ffffff;
	}

	.offcanvas__search form button {
		font-size: 16px;
		color: #ffffff;
		border: none;
		background: transparent;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.header__logo {
		margin-left: 0;
	}

	.header__menu {
		display: none;
	}

	.header__right {
		display: none;
	}

	.hero__text {
		padding-top: 0;
		margin-bottom: 40px;
	}

	.hero .container {
		padding: 0 15px;
	}

	.hero__pic {
		margin-bottom: 50px;
	}

	.player_bars {
		width: 200px;
		margin-left: 12px;
	}

	.jp-seek-bar>div {
		width: 100px;
	}

	.jp-volume-controls {
		position: relative;
		width: 50px;
		float: right;
		padding-right: 30px;
		padding-top: 18px;
		margin-left: 30px;
	}

	.jp-volume-bar {
		width: 20px;
	}

	.jp-volume-controls {
		margin-left: 15px;
	}

	.podcast .container {
		padding: 0 15px;
	}

	.podcast__top h2 {
		margin-bottom: 30px;
	}

	.podcast__top ul {
		text-align: right;
	}

	.podcast__top ul li {
		margin-left: 20px;
	}

	.single__track__item {
		margin-bottom: 15px;
	}

	.footer__widget {
		margin-bottom: 30px;
	}

	.footer__logo {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.footer__social {
		text-align: right;
	}

	.footer__subscriber__text {
		margin-bottom: 30px;
	}

	.breadcrumb-option .container {
		padding: 0 15px;
	}

	.episodes__details__btns:after {
		display: none;
	}

	.episodes__details__btns__item {
		display: block;
		margin-bottom: 20px;
	}

	.sidebar {
		padding-top: 50px;
	}

	.blog__item__pic {
		width: 100%;
		float: none;
		border-radius: 20px 20px 0 0;
	}

	.blog__item__text {
		border-radius: 0 0 20px 20px;
	}

	.blog__details__btns__item {
		display: block;
		margin-bottom: 15px;
	}

	.blog__details__btns:after {
		display: none;
	}

	.blog__hero__text ul li {
		margin-left: 20px;
	}

	.blog__hero__text ul li:after {
		display: none;
	}

	.breadcrumb__text.episodes__breadcrumb__text ul li {
		margin-left: 25px;
	}

	.breadcrumb__text.episodes__breadcrumb__text ul li:after {
		display: none;
	}

	.jp-volume-controls {
		display: none;
	}

	.player_bars {
		width: calc(100% - 70px);
	}

	.jp-seek-bar>div {
		width: calc(100% - 50px);
	}

	.jp-btns {
		float: none;
		padding-top: 60px;
	}
	.card-home .card-img-top{
		height: auto;
	}
	.card-home .card-body{
		height: auto;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    
    .carousel-caption {
        right: 5% !important;
        left: 5% !important;
    }
	.carousel-caption h3 {	
		font-size: 0.8rem !important;
	}
	.right-side .news-caption h4 {
	    font-size: 0.8rem !important;
	}
	.banner .carousel-inner {
		height: 300px !important;
	}
	
	.banner .carousel-item {
		height: 300px !important;
	}
	
	.banner .carousel-item img {
		min-height: 300px !important;
	}
	
	.card-home .card-img-top{
		height: auto;
	}
	.card-home .card-body{
		height: auto;
	}

	.big-news img {
		height: 150px !important;
	}

	.hero__text h2 {
		font-size: 35px;
		line-height: 42px;
	}

	.hero__text .primary-btn {
		margin-bottom: 10px;
	}

	.player_bars {
		width: 100%;
	}

	.jp-seek-bar>div {
		width: 100%;
	}

	.jp-btns {
		float: none;
		padding-top: 60px;
	}

	.track__option .player_bars {
		width: 100%;
	}

	.track__option .jp-seek-bar>div {
		width: calc(100% - 50px);
	}

	.track__option .jp-btns {
		padding-top: 90px;
		display: block;
	}

	.jp-btns {
		padding-top: 90px;
		display: block;
	}

	.footer__subscriber {
		padding: 25px;
	}

	.footer__subscriber .site-btn {
		padding: 9px 15px 8px;
	}

	.blog__pagination a {
		margin-bottom: 15px;
	}

	.blog__hero__text h2 {
		font-size: 36px;
	}

	.blog__hero__text ul li {
		margin-left: 15px;
	}

	.breadcrumb__text.episodes__breadcrumb__text ul li {
		margin-left: 35px;
	}

	.blog__details__comment__item.blog__details__comment__item--reply {
		margin-right: 0;
	}

	.blog__details__comment__item__text .comment__date {
		display: block;
		position: relative;
		margin-bottom: 10px;
	}

	.blog__details__comment__item__pic {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.callto__text h2 {
		font-size: 30px;
	}
}

.banner .container-fluid {
	padding: 0;
	margin: 0;
}
.banner .carousel-inner {
	height: 540px;
	position: relative;
	background-color: #232323;
}
.banner .carousel-item{
	position: relative;
	height: 540px;
	background-color: #232323;
}
.banner .carousel-item img {
    position: absolute;
    object-fit: fill;
	width: 100%;
    top: 0;
    right: 0;
    min-height: 540px;
	filter: brightness(90%);
}

.big-news {
	padding: 0;
	margin: 0;
}

.right-side img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	filter: brightness(90%);
}

.big-news .left-side {
	padding: 0;
	margin: 0;
	height: 100%;
}

.nopadding {
	padding: 0;
}

.cote-left {
	box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5);
}

.blue_color {
	color: #005AA8;
}

.red_color {
	color: #d11f28;
}

.right-side {
	overflow: hidden;
	position: relative;
	height: 100%;
	

}
.img-effect {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.img-effect:hover {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}
.right-side .row>div {
	position: relative;
	margin: 0;
	height: 100%;
	transition: all 0.5s ease;
	cursor: pointer;
	user-select: none;
	overflow: hidden;
}
.right-side .row>div:hover {
	transform: scale(1.025);
}
.right-side .news-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
	color: white;
	z-index: 999 !important;
}
.right-side .news-caption h4 {
	display: inline;
	background: #005AA890;
	width: 100%;
	line-height: 2.2em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.1em 0.3em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-transition: .25s;
	font-size: 1.0rem;
}

.carousel-caption h3 {
	display: inline;
	background: #005AA890;
	width: 100%;
	line-height: 2.2em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.1em 0.3em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-transition: .25s;
	z-index: 9999;
	font-size: 1.4rem;
}

.section-header,
.section-header-red {
	position: relative;
	margin-bottom: 30px;
}

.section-header-inner {
	display: inline-block;
	width: auto;
	background: #fff;
	padding-left: 20px;
}

.section-header:after {
	content: '';
	position: absolute;
	background: #005AA8;
	width: 100%;
	height: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}

.section-header-red::after {
	content: '';
	position: absolute;
	background: #d11f28;
	width: 100%;
	height: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}

.section-header h2,
.section-header-red h2 {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 700;
	color: #5e5a5a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	position: relative;
}

.ligue-card img{
	width: 120px;
}
.ligue {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.ligue .ligue-title {
	margin-right: 10px;
}

.ligue .ligue-title p {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	margin: 0;
}
.ligue .ligue-title p.subcat{
	font-size: 16px;
}
.ligue .ligue-title p.cat{
	font-size: 14px;
	color: #005AA8;
}

.card {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: all 0.5s ease;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	overflow: hidden
}

.card:hover {
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.top_article {
	position: relative;
	margin-bottom: 20px;
}

.title_article {
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

.title_article h2 {
	font-size: 1.6rem !important;
	display: inline-block;
	background: #005AA8;
	width: 100%;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.1em 0.3em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-transition: .25s;
	color: white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.top_article img {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px
}

.cat_article {
	/*position: absolute;
	right: 0px;
	bottom: 0px;*/
	display: inline-block;
	color:  #d11f28;
	margin-left: 10px;	
	font-weight: 700;
}

.corp_article {
	font-size: 18px !important;
	font-weight: 400;
	/*font-family: 'Barlow Semi Condensed', sans-serif;*/
	font-family: 'Cairo', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.corp_article h1{
    font-size : 2rem !important;
}
.corp_article h2{
    font-size : 1.8rem !important;
}
.corp_article h3{
    font-size : 1.6rem !important;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.content-media--video {
	background-color: #ddd;
	display: block;
	position: relative;
	padding: 0 0 56.25% 0;
}

.content-media--video iframe {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#featured-video {
	transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}

/** Use .sticky */
#featured-video.is-sticky {
	position: fixed;
	top: 15px;
	right: auto;
	max-width: 280px;
	max-height: 158px;
	width: 280px;
	height: 158px;
}

@media screen and (min-width: 1120px) {
	#featured-video.is-sticky {
		transform: translateX(80%);
	}
}

@media screen and (min-width: 1300px) {
	#featured-video.is-sticky {
		transform: translateX(115%);
	}
}

.category-pagination {
	text-align: center;
	margin: 30px 30px 60px;
	user-select: none;
}

.category-pagination li {
	display: inline-block;
	margin: 5px;
	box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.category-pagination li a {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 45px;

}

.category-pagination .previous-page,
.category-pagination .next-page {
	background: #005AA8;
	width: 80px;
	border-radius: 45px;
	cursor: pointer;
	transition: 0.3s ease;
}

.category-pagination .current-page,
.category-pagination .dots {
	background: #ccc;
	width: 45px;
	border-radius: 50%;
	cursor: pointer;
}

.category-pagination .previous-page:hover {
	transform: translateX(5px);
}

.category-pagination .next-page:hover {
	transform: translateX(-5px);
}

.category-pagination .activated {
	background: #005AA8;
}

.category-pagination .disabled {
	background: #ccc;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.widget-body {
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-list li {
    display: inline-block;
}
.widget-list li a {
    background-color: rgba(19, 19, 19, 0.05);
    color: black;
    text-transform: capitalize;
    padding: 6px 16px;
    margin-bottom: 9px;
    margin-left: 9px;
    display: block;
    font-size: 14px;
    border-radius: 0;
	text-decoration: none;
}