/*

  Theme Name: Popco - Online Movie and Video Production Template.
  Author: ThemeDraft
  Author Profile Link: https://www.templatemonster.com/authors/themedraft/
  Version: 1.0

*/

/* CSS Index
==================================
1. Theme default css
2. Header
3. Mobile-menu
4. Search
5. Breadcrumb
6. Slider
7. Coming Movie
8. Tv Show & Drama
9. Latest-movie
10. Continue-watch
11. Counter
12. Action-Movie
13. Tv-channel
14. Pricing
15. Movie Details
16. Episode
17. Blog
18. Login & Registration
19. Movie-upload
20. Movie Search
21. Contact
22. Newsletter
23. 404
24. Footer
25. Preloader
==================================
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-style: normal;
}
img,
.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;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #ebd90b;
	text-decoration: none;
}
a,
button {
	color: #ebd90b;
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}
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 {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #001d23;
	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: #ebd90b;
	color: #1b1d1f;
	text-shadow: none;
}
::-moz-selection {
	background: #ebd90b;
	color: #1b1d1f;
	text-shadow: none;
}
::selection {
	background: #ebd90b;
	color: #1b1d1f;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #ebd90b none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: #ebd90b none repeat scroll 0 0;
	border: none;
	border-radius: 50px;
	color: #1b1d1f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover {
	background: #fff;
	color: #1b1d1f;
}
.breadcrumb > .active {
	color: #ebd90b;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #1b1d1f;
	text-align: center;
	cursor: pointer;
	background: #ebd90b;
	transition: 1s ease;
	border: none;
	opacity: 0;
}
.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: #fff;
}


/* 2. Header */
.custom-container {
    max-width: 1500px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
    padding: 18px 0;
}
.menu-area.menu-style-two {
	background: #2a2a2c;
	box-shadow: 0px 5px 13px 0px rgba(18, 18, 17, 0.36);
	padding: 12px 0;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-cat-select {
	margin-left: 85px;
}
.header-cat-select .dropdown button {
    padding: 12px 15px 12px 17px;
    border: .5px solid #ebd90b;
    background: #ebd90b;
    border-radius: 3px;
    color: #4e4802;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.header-cat-select .dropdown button > span {
    display: block;
    position: relative;
    line-height: 1.45;
    padding-right: 20px;
}
.header-cat-select .dropdown button > span::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: #bdae01;
    opacity: 1;
}
.header-cat-select .dropdown button::after {
    content: "\f107";
    border: none !important;
    top: 0;
    vertical-align: middle;
    margin-left: 13px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    line-height: 1;
    display: inline-block;
	font-size: 14px;
}
.header-cat-select .dropdown .dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.header-cat-select .dropdown .dropdown-item:hover,
.header-cat-select .dropdown .dropdown-item:active,
.header-cat-select .dropdown .dropdown-item:focus {
	background: #ebd90b;
	color: #4e4802;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: 25px;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 35px 16px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: #ebd90b;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul li {
	position: relative;
	margin-left: 20px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #fff;
	font-size: 14px;
}
.header-action .header-mail {
	position: relative;
}
.header-action .header-mail::after,
.header-action .header-search-form::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 29px;
    border: 1px solid #ebd90b;
    border-radius: 30px;
    opacity: .35;
}
.header-action .header-mail i,
.header-action .header-search-form > i {
    color: #ebd90b;
    margin-right: 35px;
}
.header-action .header-mail a {
    font-weight: 500;
}
.header-action .header-mail a:hover {
	color: #ebd90b;
}
.header-action > ul li.header-search {
	margin-left: 10px;
}
.header-action .header-hamburger > a,
.header-action .header-search > a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 19px;
    color: #4e4802;
}
.header-action .header-hamburger > a:hover,
.header-action .header-search > a:hover {
	background: #ebd90b;
}
.header-action .header-btn .btn {
    color: #4e4802;
    font-size: 14px;
    padding: 9px 15px 9px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
.header-action .header-btn .btn i {
    font-size: 26px;
    margin-left: 10px;
}
.header-action .header-btn .btn:hover {
	background: #fff;
}
.navbar-wrap ul li .submenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid #28292e;
	background: #191a1e;
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 30px 70px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
	padding: 10px;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .submenu li a {
    padding: 9px 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d0d0d0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li:hover > a {
	background: #ebd90b;
	color: #1b1d1f;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #191a1e;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.menu-area.sticky-menu {
    padding: 2px 0;
    border-bottom: 1px solid #292a30;
}
.menu-style-two .navbar-wrap ul li .submenu {
	border: 1px solid #303033;
	background: #2a2a2c;
}

/* Header-style-three */
.header-top {
	background: #11120f;
	padding: 7px 0;
}
.header-top-left p {
	font-size: 12px;
	margin-bottom: 0;
	color: #cdcbcb;
}
.header-top-left p span {
	color: #fefefe;
	font-weight: 500;
}
.header-top-right ul {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-top-right ul li {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: 600;
}
.header-top-right ul li::before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	background: #555454;
	width: 2px;
	height: 11px;
}
.header-top-right ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.header-top-right ul li:first-child::before {
	display: none;
}
.header-top-right ul li.header-lang {
	display: flex;
	align-items: center;
	padding-left: 0;
	margin-left: 18px;
}
.header-top-right ul li.header-lang::before {
	display: none;
}
.header-top-right ul li.header-lang > span {
	margin-left: 10px;
}
.header-top-right ul li a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e7e7e7;
}
.header-top-right ul li a:hover {
	color: #ebd90b;
}
.menu-style-three.transparent-header {
	top: 42px;
}
.menu-style-three.menu-area {
	padding: 0 0;
}
.menu-style-three .navbar-wrap ul {
	margin-left: 70px;
}
.menu-style-three .navbar-wrap ul li a {
	padding: 35px 22px;
}
.menu-style-three .navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%) skewX(-20deg);
	width: 41%;
	height: 4px;
	background: #ebd90b;
	transition: .3s linear;
	opacity: 0;
}
.menu-style-three .navbar-wrap ul li.active a::before,
.menu-style-three .navbar-wrap ul li a:hover::before {
	opacity: 1;
}
.menu-style-three .navbar-wrap ul li .submenu li a::before {
	display: none;
}
.menu-style-three .header-search-form {
	display: flex;
	align-items: center;
}
.menu-style-three .header-search-form form {
	position: relative;
	width: 175px;
}
.menu-style-three .header-search-form form::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: transparent;
	border: 0.5px solid #5e5e5d;
}
.menu-style-three .header-search-form form input {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: 500;
	color: #c6c3c3;
	padding: 13px 30px 13px 5px;
	font-style: italic;
	position: relative;
}
.menu-style-three .header-search-form form input::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #c6c3c3;
	font-style: italic;
}
.menu-style-three .header-search-form form button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 14px;
	color: #fefefe;
}
.header-action .header-search-form::after {
	height: 39px;
}
.menu-style-three.transparent-header.sticky-menu {
	top: 0;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	max-width: 87px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.mobile-menu .navigation li.active > a {
	color: #ebd90b;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #191a1e;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #22232a;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #ebd90b;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: uppercase;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #2e2f3b;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #32333c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: #ebd90b;
	background: #ebd90b;
	color: #222;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 3px;
}


/* 4. Search */
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(25, 26, 30, .95);
	height: 100%;
	width: 100%;
	z-index: 99;
	padding: 100px 0;
	display: none;
}
.search-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.search-wrap .title {
	font-size: 47px;
	margin: 0 0 70px 0;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
}
.search-form {
	position: relative;
}
.search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ebd90b;
	padding: 10px 50px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	background: transparent;
	color: #fff;
}
.search-form input::placeholder {
	font-size: 30px;
	color: #fff;
	opacity: .5;
}
.search-btn {
	position: absolute;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 25px;
	color: #ebd90b;
	top: 50%;
	transform: translateY(-50%);
}
.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: #ebd90b;
	cursor: pointer;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 140px 0 140px;
	position: relative;
	z-index: 1;
}
.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1c1e1e;
	opacity: .18;
	z-index: -1;
}
.breadcrumb-content {
	word-break: break-word;
}
.breadcrumb-content .title {
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.breadcrumb-content .breadcrumb {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #cdcdcd;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
	content: "\f101";
	float: left;
	font-weight: 700;
	padding-right: 10px;
	color: #ebd90b;
	font-family: "Font Awesome 6 Free";
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
	padding-left: 10px;
}

/* 6. Slider */
.slider-area {
	position: relative;
	overflow: hidden;
}
.slider-item {
	padding: 195px 0 115px;
	position: relative;
}
.slider-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 30s cubic-bezier(0, 0, 0.2, 1);
	mix-blend-mode: multiply;
	z-index: -1;
}
.slider-active .swiper-slide-active .slider-bg {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.slider-content {
	padding: 80px 0 0;
}
.slider-sub-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 17px;
}
.slider-title {
    font-size: 80px;
    line-height: 1;
    margin: 0 0 34px;
}
.slider-title .fw-light {
    font-size: 70px;
}
.slider-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 29px;
}
.slider-category li {
    position: relative;
    margin: 0 15px 10px 0;
    padding-right: 15px;
}
.slider-category li::after {
    content: "";
    display: block;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.5px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
}
.slider-category li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.slider-category li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.slider-category li:last-child::after {
	display: none;
}
.slider-category li a:hover {
	color: #ebd90b;
}
.slider-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.slider-meta ul li {
	margin: 0 25px 0 0;
}
.slider-meta ul li:last-child {
	margin-right: 0;
}
.banner-content-meta ul li a,
.slider-meta ul li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.banner-content-meta ul li span,
.slider-meta ul li span {
    display: block;
}
.slider-meta ul li a.play-btn {
    background: #ebd90b;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1d1f;
    padding: 14px 25px;
    min-width: 125px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-meta ul li a.play-btn:hover {
	background: #fff;
	color: #1b1d1f;
}
.slider-meta ul li a.play-btn i {
    font-size: 22px;
    margin-right: 15px;
}
.banner-content-meta ul li.my-list a span,
.slider-meta ul li.slider-my-list a span {
    font-size: 30px;
    line-height: .6;
    margin: 0 0 10px;
}
.banner-content-meta ul li.meta-info span,
.slider-meta ul li.slider-meta-info span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
	-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;
}
.banner-content-meta ul li a:hover,
.slider-meta ul li a:hover {
	color: #ebd90b;
}
.banner-content-meta ul li.meta-info a:hover span,
.slider-meta ul li.slider-meta-info a:hover span {
	border-color: #ebd90b;
}
.slider-img-wrap {
    position: relative;
	padding: 0 0 90px;
	margin: 0 15px;
	z-index: 1;
}
.slider-img-wrap img {
	box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.43);
}
.slider-img-wrap img:not(:first-child) {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.slider-img-wrap img:nth-child(2) {
	bottom: 50px;
	right: 60px;
	left: auto;
	max-width: 337px;
	max-height: 445px;
}
.slider-img-wrap img:nth-child(3) {
	right: 0;
	bottom: 0;
	left: auto;
	z-index: -2;
	max-width: 275px;
	max-height: 336px;
}
.slider-pagination {
	position: absolute;
	left: 0;
	right: 0;
	width: 1270px;
	bottom: 95px;
	z-index: 2;
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 10px;
	display: block;
	border-radius: 5px;
	background: #ffffff;
	opacity: .72;
	transition: .2s ease-in;
	margin: 0 8px 0 0;
}
.slider-pagination .swiper-pagination-bullet-active {
	width: 20px;
	background: #ebd90b;
}

/* Banner 02 */
.banner-bg {
	background-image: url(../img/slider/home_two_banner_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0 70px;
}
.banner-content .title {
	font-size: 50px;
	margin-bottom: 20px;
}
.banner-content .title span {
	color: #f6d331;
}
.banner-content-meta ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.banner-content-meta ul .see-what {
	font-size: 38px;
	font-weight: 800;
	color: #1d1e1e;
	text-transform: uppercase;
	position: relative;
	background: #ebd90b;
	line-height: 1;
	padding: 11px 23px;
	margin: 0 40px;
}
.banner-content-meta ul .see-what span {
	display: inline-block;
	color: #fff;
}
.banner-content-meta ul .see-what::after,
.banner-content-meta ul .see-what::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ebd90b;
}
.banner-content-meta ul .see-what::after {
	left: auto;
	right: -8px;
}
.banner-content .nav-tabs {
	border-bottom: none;
	justify-content: center;
	margin-bottom: 30px;
}
.banner-content .nav-tabs .nav-item {
	margin: 0 0 10px;
}
.banner-content .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	color: #e8e8e6;
	position: relative;
	margin: 0 22px;
	transition: .3s;
}
.banner-content .nav-tabs .nav-item.show .nav-link,
.banner-content .nav-tabs .nav-link.active {
	color: #ebd90b;
	background-color: transparent;
	border-bottom: 1px solid #ebd90b;
}
.banner-content .nav-tabs .nav-item .nav-link::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: transparent;
	border: 2px solid #a1a1a1;
	border-radius: 50%;
	transition: .3s;
}
.banner-content .nav-tabs .nav-item .nav-link.active::before {
	border-color: #ebd90b;
}
.banner-content .nav-tabs .nav-item:first-child .nav-link::before {
	display: none;
}
.banner-movie-item {
	position: relative;
}
.banner-movie-item .popup-video {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 5px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 2;
	text-align: center;
	transform: translateY(-15px);
	transition: all 0.3s linear 0s;
	opacity: 0;
}
.banner-movie-item .popup-video i {
	font-size: 18px;
	color: #fff;
	margin: 0 0 0 10px;
}
.banner-movie-active .banner-movie-item.slick-active .popup-video {
	opacity: 1;
	transform: translateY(0);
}
.banner-area {
	position: relative;
	overflow: hidden;
}
.banner-movie-active .slick-list {
	overflow: visible;
}
.banner-movie-active .slick-slide {
	margin-top: 20px;
	transition: .4s linear;
	padding: 0 15px;
}
.banner-movie-active .slick-active.slick-center {
	margin-top: 0;
}
.banner-movie-item {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.banner-movie-item  img {
	display: inline-block;
	box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.43);
}

/* Home 03 Slider */
.slider-area-two {
	position: relative;
}
.slider-area-two .slider-bg-two {
	background-position: center;
	background-size: cover;
	min-height: 895px;
	padding: 100px 0;
}
.slider-area-two .slider-content {
	padding: 0 0 0;
}
.action-movie-content .sub-title,
.slider-area-two .slider-content .sub-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	background: linear-gradient(94deg, rgba(235, 217, 11, 1) 0%, rgba(235, 217, 11, 0) 100%);
	padding: 11px 46px 11px 24px;
	position: relative;
	margin-bottom: 20px;
}
.action-movie-content .sub-title::before,
.slider-area-two .slider-content .sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 100%;
	background: #ebd90b;
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.52);
}
.slider-area-two .slider-content .title {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 17px;
}
.slider-area-two .slider-content .title span {
	color: #ebd90b;
}
.movie-information ul {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	flex-wrap: wrap;
}
.movie-information ul li {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ebd90b;
	margin: 0 20px 5px 0;
}
.movie-information ul li:last-child {
	margin-right: 0;
}
.movie-information ul li i {
	font-size: 18px;
	margin-right: 5px;
}
.latest-movie-area-two .latest-movie-bottom ul li.quality,
.movie-information ul li.quality {
	display: flex;
	align-items: center;
	color: #fff;
}
.movie-details-meat ul li.quality p,
.latest-movie-area-two .latest-movie-bottom ul li.quality p,
.movie-information ul li.quality p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border: 1.5px solid #fff;
	padding: 3px 0 3px 7px;
	line-height: 1;
	margin-left: 15px;
}
.movie-details-meat ul li.quality p span,
.latest-movie-area-two .latest-movie-bottom ul li.quality p span,
.movie-information ul li.quality p span {
	background: #fff;
	color: #1a1b1b;
	padding: 1.5px 9px;
	margin-left: 7px;
	height: 20px;
}
.slider-area-two .slider-content p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 38px;
	width: 83%;
}
.slider-two-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.slider-area-two .slider-nav {
	position: relative;
	background: #11120f;
	padding: 10px 10px;
	max-width: 161px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 45px;
}
.slider-area-two .slider-nav::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #ebd90b;
	opacity: .20;
}
.slider-area-two .slider-nav .slick-arrow {
	border: none;
	background: transparent;
	font-size: 31px;
	margin: 0 0;
	padding: 0 0;
	color: #b1b1b0;
	transition: .3s ease-in;
	display: block;
	line-height: 1;
}
.slider-area-two .slider-nav .slick-prev {
	transform: rotate(180deg);
}
.slider-area-two .slider-nav .slick-arrow:hover {
	color: #ebd90b;
}

/* 7. Coming Movie */
.area-bg-wrap {
	background-position: center;
	background-size: cover;
}
.coming-movie-area {
	padding: 90px 0 82px;
}
.latest-movie-title-wrap,
.coming-movie-title-wrap {
	margin: 0 0 50px;
}
.section-title .title {
    font-size: 40px;
    margin: 0 0;
    position: relative;
    display: flex;
    align-items: center;
}
.section-title .title .line {
    display: block;
    height: 29px;
    width: 6px;
    border: 1px solid #ebd90b;
    border-radius: 30px;
    margin-left: 18px;
    opacity: .54;
}
.coming-movie-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.coming-movie-nav .nav-tabs {
	border: none;
}
.coming-movie-nav .nav-item .nav-link {
    border-radius: 50px;
    margin: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #dedede;
    line-height: 1;
    padding: 13px 27px;
	position: relative;
}
.coming-movie-nav .nav-item .nav-link::after {
	content: "";
	display: block;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
	-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;
    text-decoration: none;
}
.coming-movie-nav .nav-item .nav-link.active::after {
	opacity: 0;
}
.coming-movie-nav .nav-tabs .nav-item.show .nav-link,
.coming-movie-nav .nav-tabs .nav-link.active {
	background: #ebd90b;
	color: #1a1c1e;
}
.coming-movie-nav .nav-item:last-child .nav-link::after {
	display: none;
}
.coming-movie-filter {
    margin-left: 10px;
}
.coming-movie-filter > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ebd90b;
    font-size: 20px;
    border-radius: 50%;
    color: #4e4802;
}
.coming-movie-item {
    position: relative;
    margin: 0 0 40px;
}
.coming-movie-thumb {
    position: relative;
	box-shadow: 10px 7px 13px 0px rgba(0, 0, 0, 0.74);
}
.coming-movie-thumb img {
	width: 100%;
}
.coming-movie-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #141414;
	opacity: 0;
	transition: .3s linear;
}
.coming-movie-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    border-bottom: 6px solid #1e1e1e;
    z-index: 2;
    transition: .3s linear;
    opacity: 0;
    transform: translateY(-5px);
}
.coming-movie-item.active .coming-movie-content,
.coming-movie-item:hover .coming-movie-content {
	opacity: 1;
	transform: translateY(0);
}
.coming-movie-item.active .coming-movie-thumb::before,
.coming-movie-item:hover .coming-movie-thumb::before {
	opacity: .35;
}
.coming-movie-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0c0c0c;
	opacity: .91;
	z-index: -1;
}
.cw-movie-content .category,
.latest-movie-content .category,
.coming-movie-content .category {
    display: flex;
    align-items: center;
    margin: 0 0 7px;
}
.cw-movie-content .category a,
.latest-movie-content .category a,
.coming-movie-content .category a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    line-height: 1;
    margin: 0 5px 5px 0;
}
.cw-movie-content .title,
.latest-movie-content .title,
.coming-movie-content .title {
    display: flex;
    align-items: baseline;
    margin: 0 0 11px;
    font-size: 16px;
}
.cw-movie-content .title .quality,
.latest-movie-content .title .quality,
.coming-movie-content .title .quality {
    font-size: 13px;
    text-transform: uppercase;
    background: #ebd90b;
    color: #1a1c1e;
    padding: 4px 8px;
    display: block;
    line-height: 1;
    margin: 0 11px 0 0;
}
.cw-movie-bottom ul,
.latest-movie-bottom ul,
.coming-movie-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cw-movie-bottom ul li.release-date,
.latest-movie-bottom ul li.release-date,
.coming-movie-bottom ul li.release-date {
    font-size: 13px;
    font-weight: 700;
    color: #ebd90b;
	margin: 0 20px 0 0;
}
.cw-movie-bottom ul li,
.latest-movie-bottom ul li,
.coming-movie-bottom ul li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #dedede;
}
.cw-movie-bottom ul li .rating,
.latest-movie-bottom ul li .rating,
.coming-movie-bottom ul li .rating {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.cw-movie-bottom ul li .rating::before,
.latest-movie-bottom ul li .rating::before,
.coming-movie-bottom ul li .rating::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 2px;
    background: #444343;
}
.cw-movie-bottom ul li .rating > i,
.latest-movie-bottom ul li .rating > i,
.coming-movie-bottom ul li .rating > i {
    font-size: 12px;
	margin-left: 6px;
    color: #ebd90b;
}
.coming-movie-watch {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -40px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    text-align: center;
    transform: translateY(10px);
    transition: all 0.3s linear 0s;
    opacity: 0;
}
.coming-movie-watch .popup-video {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 5px;
}
.coming-movie-watch .popup-video i {
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 10px;
}
.coming-movie-item.active .coming-movie-watch,
.coming-movie-item:hover .coming-movie-watch {
	opacity: 1;
	transform: translateY(0);
}
#movieTabContent .tab-pane.active,
#bannerTabContent .tab-pane.active,
#dramaTabContent .tab-pane.active {
    animation: slide-down .3s ease-out;
    -webkit-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
	}
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	}
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
	}
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	}
}

/* 8. Tv Show & Drama */
.tv-show-drama-area {
    padding: 0 0 90px;
}
.tv-show-drama-title-wrap {
	margin: 0 0 40px;
}
.view-all {
    display: flex;
    justify-content: flex-end;
}
.view-all a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #dedede;
}
.view-all a i {
    color: #ebd90b;
    margin-left: 7px;
    font-size: 13px;
}
.tsd-slider-wrap {
	background: #282828;
}
.tsd-slider-wrap .row [class*="col"]:first-child {
	flex: 0 0 auto;
	width: 68.1%;
}
.tsd-slider-wrap .row [class*="col"]:last-child {
	flex: 0 0 auto;
	width: 31.9%;
}
.tsd-poster-active,
.tsd-poster-active div {
	display: block;
	width: 100%;
	height: 100%;
}
.tsd-poster-item {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.tsd-nav-active {
	padding: 30px 20px;
}
.tsd-nav-item {
	display: flex !important;
	background: #1a1919;
	align-items: center;
	position: relative;
	margin: 10px 0;
}
.tsd-nav-thumb {
	width: 166px;
	flex: 0 0 166px;
}
.tsd-nav-thumb img {
	display: block;
	object-fit: cover;
}
.tsd-nav-content {
	flex-grow: 1;
	padding: 20px 18px;
}
.tsd-nav-content .category {
	display: flex;
	align-items: center;
	margin: 0 0 7px;
}
.tsd-nav-content .category a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #bebebe;
	line-height: 1;
	margin: 0 5px 5px 0;
}
.tsd-nav-content .title {
	display: flex;
	align-items: baseline;
	margin: 0 0 11px;
	font-size: 16px;
}
.tsd-nav-content .title .quality {
	font-size: 13px;
	text-transform: uppercase;
	background: #ebd90b;
	color: #1a1c1e;
	padding: 4px 8px;
	display: block;
	line-height: 1;
	margin: 0 11px 0 0;
}
.tsd-nav-content .coming-movie-bottom ul li .rating {
	margin-left: 0;
}
.tsd-nav-active .slick-arrow {
	position: absolute;
	left: 80px;
	top: 8px;
	background: transparent;
	color: #dedede;
	border: none;
	font-size: 16px;
	z-index: 2;
}
.tsd-nav-active .slick-arrow.slick-next {
	bottom: 8px;
	top: auto;
}
.tsd-nav-active .slick-arrow:hover {
	color: #ebd90b;
}

/* drama-tv-show-area */
.coming-movie-area.drama-tv-show-area {
	background-image: url(../img/bg/tv_show_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 90px 0;
}
.drama-tv-show-area .coming-movie-nav .nav-item .nav-link {
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	color: #dedede;
	line-height: 1;
	padding: 0;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item {
	margin-right: 18px;
	padding-right: 22px;
	position: relative;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item:last-child {
	margin-right: 0;
	padding-right: 0;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item.show .nav-link,
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-link.active {
	background: transparent;
	color: #ebd90b;
}
.drama-tv-show-area .coming-movie-nav .nav-item .nav-link::after {
	display: none;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item::before {
	content: "/";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	color: #716f6f;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item:last-child::before {
	display: none;
}

/* 9. Latest-movie */
.latest-movie-bg {
	background-image: url(../img/bg/latest_movie_bg.jpg);
	background-size: cover;
	background-position: center;
}
.section-title .sub-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #ebd90b;
	margin-bottom: 5px;
}
.latest-movie-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
}
.latest-movie-nav button {
	border: none;
	background: transparent;
	border-radius: 50px;
	margin: 0;
	border: none;
	font-size: 15px;
	font-weight: 500;
	color: #dedede;
	line-height: 1;
	padding: 13px 27px;
	position: relative;
}
.latest-movie-nav button.active {
	color: #1a1c1e;
	background: #ebd90b;
}
.latest-movie-nav button::after {
	content: "";
	display: block;
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	opacity: .5;
	-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;
	text-decoration: none;
}
.latest-movie-nav button.active::after {
	opacity: 0;
}
.latest-movie-nav button:last-child:after {
	display: none;
}
.latest-movie-thumb {
	margin-bottom: 25px;
}

.latest-movie-area-two {
	background: #121313;
}
.latest-movie-area-two .latest-movie-item {
	position: relative;
}
.latest-movie-area-two .latest-movie-thumb {
	margin-bottom: 0;
	position: relative;
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.6);
}
.latest-movie-area-two .latest-movie-thumb img {
	border-radius: 3px;
}
.latest-movie-area-two .latest-movie-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #000);
	opacity: .9;
}
.latest-movie-area-two .latest-movie-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 25px 20px;
}
.latest-movie-area-two .latest-movie-content .title {
	font-size: 18px;
	margin-bottom: 0;
}
.latest-movie-area-two .latest-movie-bottom ul {
	justify-content: normal;
	flex-wrap: wrap;
}
.latest-movie-area-two .latest-movie-bottom ul li {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ebd90b;
	display: flex;
	align-items: center;
	margin: 10px 20px 0 0;
}
.latest-movie-area-two .latest-movie-bottom ul li:last-child {
	margin-right: 0;
}
.latest-movie-area-two .latest-movie-bottom ul li i {
	font-size: 18px;
	margin-right: 5px;
}
.inner-movie-area {
	background-image: -moz-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}

/* 10. Continue-watch */
.continue-watch-bg {
	background-image: url(../img/bg/continue_watch_bg.jpg);
	background-size: cover;
	background-position: center;
}
.section-title.title-style-two .title {
	font-size: 36px;
}
.section-title.text-center .title {
	justify-content: center;
}
.continue-watch-movie-item {
	position: relative;
}
.cw-movie-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px 20px 26px 20px;
	background: #282828;
	opacity: .97;
}
.continue-watch-movie-item .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	height: 6px;
	background-color: #353535;
	border-radius: 0;
}
.continue-watch-movie-item .progress-bar {
	background-color: #ebd90b;
}
.cw-movie-watch {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 2;
	text-align: center;
}
.cw-movie-watch .popup-video {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 5px;
}
.cw-movie-watch .popup-video i {
	font-size: 18px;
	color: #fff;
	margin: 0 0 0 10px;
}

/* 11. Counter */
.counter-bg {
	background-image: url(../img/bg/counter_bg.jpg);
	background-size: cover;
	background-position: center;
}
.counter-content-wrap {
	background: #f5f3f4;
	padding: 65px 45px 65px 40px;
	margin-right: 79px;
}
.counter-content {
	background: #fff;
	box-shadow: 0px 7px 13px 0px rgba(237, 237, 232, 0.79);
	padding: 45px 35px 50px 30px;
}
.counter-content .section-title .title {
	color: #1e1b29;
}
.counter-content .live-counter ul {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.counter-content .live-counter ul li {
	margin-right: 30px;
}
.counter-content .live-counter ul li:last-child {
	margin-right: 0;
}
.counter-content .live-counter ul li h4 {
	color: #1e1b29;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 1;
}
.counter-content .live-counter ul li p {
	font-size: 14px;
	color: #454646;
	margin-bottom: 0;
}
.counter-content p {
	font-size: 14px;
	margin-bottom: 25px;
	color: #454646;
}
.counter-content .resolution {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 35px;
	color: #fa4848;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fa4848;
}
.counter-content .content-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.counter-content .content-bottom .btn i {
	margin-right: 10px;
}
.counter-content .content-bottom .btn:hover {
	background: #1b1d1f;
	color: #fff;
}
.counter-content .content-bottom .social {
	display: flex;
	align-items: center;
	margin-left: auto;
	flex-wrap: wrap;
}
.counter-content .content-bottom .social li {
	margin-right: 10px;
}
.counter-content .content-bottom .social li:last-child {
	margin-right: 0;
}
.counter-content .content-bottom .social li a {
	font-size: 12px;
	color: #1a1c1e;
	width: 45px;
	height: 32px;
	border: 1px solid #b0b0b0;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter-content .content-bottom .social li a:hover {
	background: #ebd90b;
	color: #1a1c1e;
	border-color: #ebd90b;
}

/* 12. Action-Movie */
.area-bg-two {
	background-position: bottom center;
	background-size: cover;
}
.action-movie-img img {
	border-radius: 6px;
}
.action-movie-content {
	background: linear-gradient(283deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
	padding: 40px 30px 50px;
	margin-right: -25px;
	position: relative;
	height: 100%;
}
.action-movie-content::before {
	content: "";
	position: absolute;
	left: -14px;
	bottom: 14px;
	width: 17px;
	height: 123px;
	background: #ebd90b;
}
.action-movie-content .title {
	font-size: 60px;
	margin-bottom: 20px;
}
.action-movie-content .title span {
	color: #ebd90b;
}
.action-movie-content p {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px;
}
.action-movie-content .movie-information ul {
	margin-bottom: 32px;
}

/* 13. Tv-channel */
.tv-channel-bg {
	background-image: url(../img/bg/tv_chanel_bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.tv-channel-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6c289f;
	opacity: .93;
	z-index: -1;
}
.tv-channel-wrap {
	overflow-x: scroll;
	margin-bottom: 40px;
}
.tv-channel-wrap ul {
	display: flex;
	align-items: center;
	min-width: 1700px;
	flex-wrap: wrap;
	margin-bottom: 25px;
	gap: 20px;
}
.tv-channel-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tv-channel-content .section-title p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}
.tv-channel-wrap ul li a img {
	border-radius: 2px;
}

/* 14. Pricing */
.pricing-bg {
	background-image: url(../img/bg/pricing_bg.jpg);
	background-size: cover;
	background-position: center;
}
.pricing-area .section-title .title {
	text-transform: uppercase;
}
.pricing-box {
	background: #212121;
	border-radius: 5px;
	padding: 45px 45px 40px;
	border: 1px solid transparent;
	transition: .3s linear;
}
.pricing-box.active,
.pricing-box:hover {
	border-color: #ebd90b;
}
.pricing-head span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ebd90b;
	display: block;
	margin-bottom: 5px;
}
.pricing-head .title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.pricing-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 53px;
}
.pricing-price .discount-price {
	font-size: 16px;
	font-weight: 600;
	color: #e3e3e3;
	margin-right: 10px;
}
.pricing-price .price {
	font-size: 50px;
	color: #fefefe;
	margin-bottom: 0;
	line-height: .8;
	display: flex;
	align-items: flex-start;
}
.pricing-price .price span {
	font-size: 30px;
}
.pricing-price .time {
	font-size: 14px;
	font-weight: 600;
	color: #e4e4e4;
	margin-left: 10px;
}
.pricing-list {
	margin-bottom: 40px;
}
.pricing-list ul li {
	color: #a3a2a2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #454545;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.pricing-list ul li i {
	color: #ebd90b;
}
.pricing-bottom .btn {
	margin-bottom: 12px;
}
.pricing-bottom p {
	font-size: 13px;
	margin-bottom: 0;
	color: #a3a2a2;
}
.pricing-bottom p span {
	color: #cccccc;
	font-weight: 500;
}
.inner-pricing-bg {
	background-image: -moz-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}

/* 15. Movie Details */
.movie-details-bg {
	background-image: url(../img/bg/movie_details_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.movie-details-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1c1e1e;
	opacity: .55;
	z-index: -1;
}
.movie-details-content .sub-title {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.movie-details-content .title {
	font-size: 70px;
	font-weight: 600;
	color: #fefefe;
	margin-bottom: 24px;
	line-height: 1;
	letter-spacing: -1px;
}
.movie-details-content .title span {
	color: #ebd90b;
	font-weight: 300;
}
.movie-details-meat ul {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.movie-details-meat ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #fefefe;
	margin-right: 10px;
}
.movie-details-meat ul li:last-child {
	margin-right: 0;
}
.movie-details-meat ul li.score {
	color: #2a2a2c;
	background: #ebd90b;
	border-radius: 0;
	padding: 5px 11px;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}
.movie-details-meat ul li.tv-series {
	color: #c8c8c8;
}
.movie-details-content p {
	font-size: 14px;
	margin-bottom: 12px;
	color: #c8c8c8;
	font-weight: 500;
}
.movie-details-content .movie-info {
	margin-bottom: 38px;
}
.movie-details-content .movie-info ul li {
	font-weight: 500;
	margin-bottom: 10px;
}
.movie-details-content .movie-info ul li:last-child {
	margin-bottom: 0;
}
.movie-details-content .movie-info ul li a {
	color: #c8c8c8;
	margin-left: 10px;
}
.movie-details-content .movie-info ul li a:hover {
	color: #ebd90b;
}
.movie-details-content .play-btn {
	font-weight: 700;
	color: #fefefe;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}
.movie-details-content .play-btn i {
	width: 55px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebd90b;
	font-size: 18px;
	color: #1a1c1e;
	border-radius: 50%;
	margin-right: 10px;
}
.movie-details-content .play-btn:hover {
	color: #ebd90b;
}
.movie-trailer {
	position: relative;
	margin-right: -99px;
	margin-left: 123px;
}
.movie-trailer-img {
	position: relative;
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.26);
}
.movie-trailer-img img {
	border-radius: 4px;
}
.movie-trailer-img::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #000);
	opacity: .9;
}
.movie-trailer-img .play-btn {
	position: absolute;
	left: 17px;
	top: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e6e5e2;
	border-radius: 50%;
	font-size: 18px;
	color: #1a1c1e;
}
.movie-trailer .trailer-content {
	position: absolute;
	left: 23px;
	right: 23px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.movie-trailer .trailer-content .title {
	font-size: 14px;
	font-weight: 500;
	color: #ebd90b;
	margin-bottom: 0;
}
.movie-trailer .trailer-content span {
	font-weight: 500;
}
.movie-details-breadcrumb {
	background: #18181a;
	padding: 0 0;
	min-height: auto;
}
.movie-details-breadcrumb .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
}
.movie-details-breadcrumb .breadcrumb .breadcrumb-item {
	text-transform: capitalize;
}
.movie-details-breadcrumb .breadcrumb-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movie-details-breadcrumb .breadcrumb-content .download-btn a {
	background: #ebd90b;
	width: 110px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px 4px 0px 0px;
	color: #121001;
	font-size: 24px;
}

/* 16. Episode */
.episode-bg {
	background-image: -moz-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}
.episode-watch-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.episode-watch-wrap .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.episode-watch-wrap .accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.episode-watch-wrap .accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button {
	border: none;
	background: #242425;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #dfdfdc;
	padding: 27px 30px;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button .season {
	font-size: 16px;
	font-weight: 600;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button .video-count {
	font-size: 13px;
	font-weight: 600;
	color: #ebd90b;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.episode-watch-wrap .accordion-header .accordion-button:focus {
	border-color: none;
	box-shadow: none;
}
.episode-watch-wrap .accordion-header .accordion-button:not(.collapsed) {
	box-shadow: none;
}
.episode-watch-wrap .accordion-item {
	background-color: #141414;
	border: 1px solid #2c2c2c;
	margin-bottom: 40px;
}
.episode-watch-wrap .accordion-item:last-child {
	margin-bottom: 0;
}
.episode-watch-wrap .accordion-body {
	padding: 35px 30px;
}
.episode-watch-wrap .accordion-body ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #29292a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.episode-watch-wrap .accordion-body ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.accordion-body ul li .episode-item {
	display: flex;
	align-items: center;
}
.accordion-body ul li .episode-item .img {
	margin-right: 20px;
}
.accordion-body ul li .episode-item .img img {
	border-radius: 50%;
}
.accordion-body ul li .episode-item .content a {
	font-size: 16px;
	font-weight: 600;
	color: #dfdfdc;
	display: block;
}
.accordion-body ul li .episode-item .content a:hover {
	color: #ebd90b;
}
.accordion-body ul li .episode-item .content span {
	font-size: 13px;
	font-weight: 600;
	color: #ebd90b;
}
.accordion-body ul li .duration {
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
	color: #ebd90b;
}
.movie-description {
	display: flex;
	align-items: flex-start;
}
.description-title {
	width: 22%;
	flex: 0 0 22%;
	padding-right: 30px;
}
.description-title .title {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.4;
}
.description-title .title span {
	display: block;
	color: #ebd90b;
}
.description-content span {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: block;
	line-height: 1;
	border-left: 2px solid #ebd90b;
	margin-bottom: 10px;
	padding-left: 10px;
}
.description-content p {
	font-size: 14px;
	font-weight: 500;
	color: #c8c8c8;
	margin-bottom: 0;
}
.episode-watch-wrap {
	margin-bottom: 60px;
}
.more-like-wrap {
	border: 1px solid #2c2c2c;
	background: #141414;
}
.more-like-top {
	background: #232325;
	padding: 25.5px 30px;
	min-height: 73px;
}
.more-like-top .title {
	font-size: 18px;
	margin-bottom: 0;
}
.more-like-bottom {
	padding: 25px 25px 45px;
}
.more-like-bottom ul li {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.more-like-bottom ul li:last-child {
	margin-bottom: 0;
}
.more-like-bottom ul li .thumb {
	width: 67px;
	flex: 0 0 67px;
	margin-right: 18px;
}
.more-like-bottom ul li .thumb img {
	border-radius: 6px;
}
.more-like-bottom ul li .content .title {
	font-size: 14px;
	font-weight: 700;
	color: #dfdfdc;
	margin-bottom: 9px;
	width: 80%;
	line-height: 1.5;
}
.more-like-bottom ul li .content p {
	color: #fefefe;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	line-height: 1;
}
.more-like-bottom ul li .content p span {
	font-size: 12px;
	font-weight: 700;
	color: #2a2a2c;
	background: #ebd90b;
	border-radius: 4px;
	padding: 4px 9px;
	margin-right: 10px;
	line-height: 1;
}

/* 17. Blog */
.blog-area {
	background: #141414;
}
.blog-area .row .col-9 {
	flex: 0 0 71%;
	width: 71%;
}
.blog-thumb img {
	border-radius: 6px 6px 0 0;
}
.blog-content {
	background: #272728;
	border-radius: 0 0 6px 6px;
	padding: 45px 40px 40px;
}
.blog-content .blog-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog-content .blog-meta ul li {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 15px;
	position: relative;
	color: #cdcdcd;
	margin-bottom: 10px;
}
.blog-content .blog-meta ul li:last-child {
	margin-right: 0;
	padding-left: 15px;
}
.blog-content .blog-meta ul li:last-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 14px;
	background: #7c7c7c;
}
.blog-content .blog-meta ul li a {
	color: #cdcdcd;
}
.blog-content .blog-meta ul li a:hover {
	color: #ebd90b;
}
.blog-content .blog-meta ul li.tag a {
	color: #141414;
	background: #ebd90b;
	padding: 6px 16px;
	display: block;
	position: relative;
	margin-right: 12px;
}
.blog-content .blog-meta ul li.tag a::before {
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
	width: 12px;
	height: 100%;
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
	background: #ebd90b;
	z-index: 1;
	transform: rotate(180deg);
}
.blog-content .title {
	font-size: 28px;
	font-weight: 600;
	color: #fefefe;
	margin-bottom: 24px;
}
.blog-content p {
	color: #b9b9b9;
	margin-bottom: 0;
}
.blog-content-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-top: 18px;
	margin-top: 35px;
}
.blog-content-bottom::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: rgb(53, 53, 55);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.55);
}
.blog-content-bottom .left-side,
.blog-content-bottom .right-side {
	margin-top: 10px;
}
.blog-content-bottom .left-side a {
	color: #a3a2a2;
	font-size: 14px;
	font-weight: 600;
}
.blog-content-bottom .left-side a i {
	color: #ebd90b;
	margin-left: 5px;
}
.blog-content-bottom .left-side a:hover {
	color: #ebd90b;
}
.blog-content-bottom .right-side {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.blog-content-bottom .right-side .social ul {
	display: flex;
	align-items: center;
}
.blog-content-bottom .right-side .social ul li {
	margin-right: 12px;
}
.blog-content-bottom .right-side .social ul li:last-child {
	margin-right: 0;
}
.blog-content-bottom .right-side .social ul li a {
	color: #a3a2a2;
	font-size: 16px;
}
.blog-content-bottom .right-side .social ul li a:hover {
	color: #ebd90b;
}
.blog-content-bottom .right-side .comment a {
	font-size: 16px;
	color: #a3a2a2;
	margin-left: 20px;
}
.blog-content-bottom .right-side .comment a i {
	color: #eeeeed;
	margin-right: 10px;
}
.pagination-wrap .page-item .page-link {
	padding: 0;
	min-width: 45px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #272728;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	color: #a3a2a2;
	padding: 10px 17px;
}
.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
	background: #ebd90b;
	color: #141414;
}
.pagination-wrap .pagination .page-link:focus {
	outline: 0;
	box-shadow: none;
}
.pagination-wrap .page-item:not(:first-child) .page-link {
	margin-left: 0;
}
.pagination-wrap .pagination .page-item {
	margin-right: 5px;
	margin-top: 5px;
}
.pagination-wrap .pagination .page-item:last-child {
	margin-right: 0;
}
.blog-area .row .col-3 {
	flex: 0 0 29%;
	width: 29%;
}
.blog-sidebar {
	margin-left: 20px;
}
.widget-title .title {
	font-size: 26px;
	font-weight: 600;
	color: #fefefe;
	margin-bottom: 0;
}
.widget-title .title {
	border-bottom: 1px solid #464646;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.widget.sidebar-search form {
	position: relative;
}
.widget.sidebar-search form input {
	width: 100%;
	font-size: 14px;
	color: #a3a2a2;
	background: #272728;
	border: none;
	border-radius: 3px;
	padding: 25px 80px 25px 25px;
	height: 70px;
}
.widget.sidebar-search form input::placeholder {
	font-size: 14px;
	color: #a3a2a2;
}
.widget.sidebar-search form button {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 16px;
	color: #141414;
	line-height: 1;
	background: #ebd90b;
}
.sidebar-cat-list ul li {
	margin-bottom: 15px;
}
.sidebar-cat-list ul li:last-child {
	margin-bottom: 0;
}
.sidebar-cat-list ul li a {
	color: #f0f0f0;
	font-weight: 500;
	position: relative;
	transition: all .3s linear;
}
.sidebar-cat-list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 3px;
	background: #ebd90b;
	opacity: 0;
	transition: all .3s linear;
}
.sidebar-cat-list ul li a:hover::before {
	opacity: 1;
}
.sidebar-cat-list ul li a:hover {
	padding-left: 20px;
	color: #ebd90b;
}
.rc-post-list .rc-post-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.rc-post-list .rc-post-item:last-child {
	margin-bottom: 0;
}
.rc-post-list .rc-post-item .thumb {
	width: 109px;
	flex: 0 0 109px;
	margin-right: 20px;
}
.rc-post-list .rc-post-item .content .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.35;
}
.rc-post-list .rc-post-item .content span {
	font-size: 14px;
	font-weight: 500;
	color: #a3a2a2;
	display: block;
	text-transform: uppercase;
}
.sidebar-tag-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -10px -5px 0 -5px;
}
.sidebar-tag-list ul li {
	padding: 10px 5px 0 5px;
}
.sidebar-tag-list ul li a {
	color: #141414;
	text-transform: uppercase;
	font-weight: 600;
	background: #ebd90b;
	display: block;
	padding: 9px 23px;
}
.sidebar-tag-list ul li a:hover {
	background: #fff;
}
.blog-post-thumb {
	overflow: hidden;
}
.blog-post-item .blog-post-thumb img {
	transform: scale(1);
	transition: 0.5s;
}
.blog-post-item:hover .blog-post-thumb img {
	transform: scale(1.1);
}
.blog-post-content {
	position: relative;
	padding-top: 50px;
}
.blog-post-content .wishlist {
	position: absolute;
	left: 27px;
	top: -42px;
}
.blog-post-content .wishlist a {
	width: 68px;
	height: 68px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-direction: column;
}
.blog-post-content .wishlist a i {
	font-size: 20px;
	color: #999898;
}
.blog-post-content .wishlist a span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #0d0d0d;
}
.blog-post-content .tag {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
}
.blog-post-content .title {
	font-size: 22px;
	margin-bottom: 17px;
	line-height: 1.3;
}
.blog-post-content p {
	font-size: 15px;
	color: #9f9f9f;
	margin-bottom: 27px;
}
.blog-post-content .blog-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog-post-content .blog-meta span {
	font-size: 13px;
	color: #9f9f9f;
	font-weight: 600;
	text-transform: uppercase;
}
.blog-post-content .blog-meta .social {
	display: flex;
	align-items: center;
}
.blog-post-content .blog-meta .social li {
	margin-right: 15px;
}
.blog-post-content .blog-meta .social li:last-child {
	margin-right: 0;
}
.blog-post-content .blog-meta .social li a {
	font-size: 14px;
	color: #9f9f9f;
}
.blog-post-content .blog-meta .social li a:hover {
	color: #ebd90b;
}

/* Blog-details */
.blog-details-area .blog-content p {
	margin-bottom: 20px;
}
.blog-details-area .blog-content blockquote {
	background: #141414;
	border-radius: 6px;
	padding: 40px 45px 45px 155px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 10px;
}
.blog-details-area .blog-content blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #ebd90b;
	border-radius: 2px 0 0 2px;
}
.blog-details-area .blog-content blockquote::after {
	content: "\f10e";
	position: absolute;
	left: 55px;
	top: 40px;
	font-size: 60px;
	color: #b9b9b9;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	line-height: 1;
}
.blog-details-area .blog-content blockquote p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	font-style: italic;
	line-height: 1.6;
	font-weight: 600;
}
.blog-details-area .blog-content blockquote cite {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #ebd90b;
	font-weight: 600;
}
.blog-details-area .blog-content>.small-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-details-area .blog-content-bottom .left-side ul {
	display: flex;
	align-items: center;
}
.blog-details-area .blog-content-bottom .left-side ul li.title {
	color: #ebd90b;
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 10px;
}
.blog-details-area .blog-content-bottom .left-side ul li {
	font-size: 14px;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 5px;
}
.blog-details-area .blog-content-bottom {
	padding-top: 30px;
	margin-top: 50px;
}
.blog-details-area .avatar-post {
	background: #272728;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 25px 40px 30px 25px;
}
.avatar-post .post-avatar-img {
	width: 148px;
	flex: 0 0 148px;
	margin-right: 30px;
}
.avatar-post .post-avatar-img img {
	border-radius: 50%;
}
.post-avatar-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.post-avatar-content .title span {
	font-size: 14px;
	color: #ebd90b;
	margin-left: 10px;
}
.post-avatar-content p {
	color: #b9b9b9;
	margin-bottom: 20px;
}
.post-avatar-content .social ul {
	display: flex;
	align-items: center;
}
.post-avatar-content .social ul li {
	margin-right: 10px;
}
.post-avatar-content .social ul li a {
	font-size: 16px;
	color: #a3a2a2;
}
.post-avatar-content .social ul li a:hover {
	color: #ebd90b;
}
.comment-box-wrap .title {
	font-size: 26px;
	font-weight: 600;
	color: #fefefe;
	margin-bottom: 30px;
}
.comment-box-wrap .comment-box {
	background: #272728;
	border-radius: 6px;
	padding: 40px 30px 50px;
}
.comment-box-wrap .comment-box input,
.comment-box-wrap .comment-box textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #626262;
	border-radius: 6px;
	padding: 13px 20px;
	font-size: 14px;
	color: #b9b9b9;
	margin-bottom: 20px;
}
.comment-box-wrap .comment-box input::placeholder,
.comment-box-wrap .comment-box textarea::placeholder {
	font-size: 14px;
	color: #b9b9b9;
}
.comment-box-wrap .comment-box textarea {
	min-height: 180px;
	max-height: 180px;
}
.comment-box-wrap .comment-box .checkbox-grp {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	margin-top: 10px;
}
.comment-box-wrap .comment-box .checkbox-grp input {
	width: 15px;
	height: 17px;
	background: transparent;
	border-radius: 2px;
	margin-top: 3px;
	margin-right: 10px;
	flex: 0 0 15px;
}
.comment-box-wrap .comment-box .checkbox-grp label {
	color: #b9b9b9;
}
.comment-box-wrap .comment-box button {
	border: none;
	background: #ebd90b;
	color: #141414;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 6px;
	padding: 14px 25px;
}

/* 18. Login & Registration */
.login-bg {
	background-image: -moz-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}
.movie-search-wrap,
.login-wrap {
	border: 1px solid #2b2b2b;
	background: #141518;
}
.movie-search-wrap > .title,
.login-wrap .title {
	background: #232426;
	padding: 26px 20px 26px 25px;
	min-height: 73px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.movie-upload-top .title .dot,
.movie-search-wrap .title .dot,
.login-wrap .title .dot {
	width: 22px;
	height: 22px;
	background: transparent;
	border: 3px solid #ebd90b;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
}
.movie-upload-top .title .dot::after,
.movie-search-wrap .title .dot::after,
.login-wrap .title .dot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 8px;
	height: 8px;
	background: #ebd90b;
	border-radius: 50%;
}
.login-form-box {
	padding: 40px 30px 55px;
}
.login-form-box .row {
	margin: 0 -10px;
}
.login-form-box .row [class*="col-"] {
	padding: 0 10px;
}
.login-form-box .login-social {
	margin-bottom: 30px;
}
.login-form-box .login-social a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #376cc2;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 30px;
	border-radius: 5px;
}
.login-form-box .login-social a i {
	font-size: 28px;
}
.login-form-box .row [class*="col-"]:nth-child(2) .login-social a {
	background: #db4a39;
}
.login-form-box form input {
	width: 100%;
	background: #212224;
	border: 2px solid #323232;
	border-radius: 5px;
	padding: 17px 25px;
	height: 60px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #e0e0e0;
	display: block;
}
.login-form-box form input::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #8e8e8e;
}
.login-form-box form .form-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.login-form-box form .account,
.login-form-box form .form-bottom .login {
	font-size: 14px;
	font-weight: 700;
	color: #131517;
	text-transform: uppercase;
	border: none;
	background: #ebd90b;
	padding: 18px 30px;
	border-radius: 5px;
	min-width: 140px;
}
.login-form-box form .account:hover,
.login-form-box form .form-bottom .login:hover {
	background: #fff;
}
.login-form-box form .form-bottom .forgot {
	background: none;
	border: none;
	font-size: 16px;
}
.login-form-box form .account {
	margin-top: 10px;
}

/* 19. Movie-upload */
.movie-upload-bg {
	background-image: -moz-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}
.movie-upload-wrap {
	border: 1px solid #2b2b2b;
	background: #131417;
	margin-right: 15px;
}
.movie-upload-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #232426;
	padding: 25px 30px;
}
.movie-upload-top .title {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #dfdfdc;
	margin-bottom: 0;
}
.movie-upload-bottom {
	padding: 25px 30px 60px;
}
.movie-upload-bottom .file-upload {
	background: #202124;
	border: 2px dashed #303131;
	border-radius: 12px;
	text-align: center;
	padding: 35px 40px;
	margin-bottom: 25px;
	position: relative;
}
.movie-upload-bottom .file-upload input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.movie-upload-bottom .file-upload i {
	font-size: 50px;
	color: #48494b;
	display: block;
	margin-bottom: 14px;
}
.movie-upload-bottom .file-upload p {
	font-size: 18px;
	font-weight: 500;
	color: #8e8e8e;
	margin-bottom: 0;
}
.movie-upload-bottom .file-upload p > span {
	color: #ebd90b;
}
.movie-upload-bottom .file-upload > span {
	font-size: 13px;
	font-weight: 500;
	color: #dfdfdc;
	opacity: .52;
}
.movie-upload-bottom .form-grp label,
.movie-upload-bottom .uploading-file .title,
.movie-upload-bottom .preview-file .title {
	font-size: 16px;
	font-weight: 600;
	color: #dfdfdc;
	margin-bottom: 12px;
}
.movie-upload-bottom .preview-file-box {
	background: #212224;
	border: 2px solid #323232;
	border-radius: 12px;
	padding: 19px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.movie-upload-bottom .preview-file-box span {
	display: flex;
	align-items: center;
	color: #8e8e8e;
	font-size: 14px;
	font-weight: 500;
}
.movie-upload-bottom .preview-file-box span i {
	color: #7c7d7e;
	font-size: 38px;
	margin-right: 20px;
}
.movie-upload-bottom .preview-file-box a {
	font-size: 16px;
	color: #8e8e8e;
}
.movie-upload-bottom .preview-file-box a:hover {
	color: #ebd90b;
}
.movie-upload-bottom .progress-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.movie-upload-bottom .uploading-progress {
	background: #212224;
	padding: 28px 25px;
	border-radius: 12px;
	border: 2px solid #323232;
}
.movie-upload-bottom .progress-content span {
	font-size: 14px;
	color: #8e8e8e;
	font-weight: 500;
	margin-bottom: 10px;
}
.movie-upload-bottom .progress-content ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.movie-upload-bottom .progress-content ul li {
	margin-right: 12px;
}
.movie-upload-bottom .progress-content ul li:last-child {
	margin-right: 0;
}
.movie-upload-bottom .progress-content ul li a {
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #585857;
	border-radius: 50%;
	font-size: 14px;
	color: #f5f5f5;
}
.movie-upload-bottom .progress-content ul li:last-child a {
	color: #ebd90b;
}
.movie-upload-bottom .uploading-progress .progress {
	height: 5px;
	background-color: #585857;
	border-radius: 0;
}
.movie-upload-bottom .uploading-progress .progress-bar {
	background-color: #ebd90b;
}
.movie-upload-bottom .form-grp textarea,
.movie-upload-bottom .form-grp input {
	width: 100%;
	display: block;
	background: #212224;
	border: 2px solid #323232;
	border-radius: 10px;
	padding: 21px 25px;
	font-weight: 500;
	color: #efefef;
}
.movie-upload-bottom .form-grp textarea::placeholder,
.movie-upload-bottom .form-grp input::placeholder {
	font-weight: 500;
	color: #8e8e8e;
}
.movie-upload-bottom .form-grp textarea {
	min-height: 158px;
	max-height: 158px;
}
.movie-upload-bottom form button {
	border: none;
	font-size: 16px;
	color: #131313;
	font-weight: 700;
	text-transform: uppercase;
	background: #ebd90b;
	border-radius: 7px;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	max-width: 160px;
	min-width: 160px;
	justify-content: center;
}
.movie-upload-bottom form button i {
	margin-right: 10px;
	font-size: 24px;
	display: block;
	line-height: 0;
}
.movie-upload-bottom form button:hover {
	background: #fff;
}


/* 20. Movie Search */
.movie-search-area {
	background: #141414;
}
.movie-search-form {
	padding: 60px 50px 40px;
}
.movie-search-form form {
	position: relative;
	margin-bottom: 45px;
}
.movie-search-form form input {
	width: 100%;
	border: 2px solid #323232;
	background: #212224;
	border-radius: 12px;
	padding: 27px 100px 27px 30px;
	font-size: 14px;
	font-weight: 500;
	color: #c4c4c4;
}
.movie-search-form form input::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #8e8e8e;
}
.movie-search-form form button {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	font-size: 16px;
	color: #141414;
	background: #ebd90b;
}
.movie-search-cat .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.movie-search-cat ul li a {
	display: flex;
	align-items: center;
}
.movie-search-cat ul li a .icon {
	width: 95px;
	flex: 0 0 95px;
	height: 110px;
	display: flex;
	align-items: center;
	background: #303032;
	border-right: 1px solid #1f1e21;
	justify-content: center;
	font-size: 38px;
	color: #ebd90b;
	border-radius: 6px 0 0 6px;
}
.movie-search-cat .cat-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 6px;
	z-index: 1;
}
.movie-search-cat .cat-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2a2a2c;
	border-radius: 6px;
	z-index: -1;
	transition: .4s linear;
}
.movie-search-cat .cat-item:hover .cat-bg::before {
	opacity: .81;
}
.movie-search-cat .content {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #dfdfdc;
	margin-left: 18px;
	display: block;
}
.movie-search-cat ul {
	margin: 0 -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.movie-search-cat ul .cat-item {
	width: 25%;
	flex: 0 0 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* 21. Contact */
.area-bg-three {
	background-image: url(../img/bg/area_bg04.jpg);
	background-position: center;
	background-size: cover;
}
.contact-area .section-title .title {
	text-transform: uppercase;
}
.contact-info-wrap p {
	color: #a3a2a2;
	font-size: 14px;
	margin-bottom: 45px;
}
.contact-info-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list ul li:hover .icon {
	color: #ebd90b;
	border-color: #ebd90b;
}
.contact-info-list ul li .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #212223;
	border-radius: 6px;
	border: 2px solid #313131;
	font-size: 24px;
	margin-right: 20px;
	transition: .3s linear;
	color: #8e8e8e;
}
.contact-info-list ul li p,
.contact-info-list ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #cdcdcd;
}
.contact-info-list ul li a:hover {
	color: #ebd90b;
}
.contact-info-list ul li p {
	margin-bottom: 0;
}
.contact-form {
	background: #131417;
	border: 1px solid #2b2b2b;
	padding: 45px 40px 50px;
}
.contact-form form textarea,
.contact-form form input {
	width: 100%;
	background: #212224;
	border: 2px solid #323232;
	border-radius: 5px;
	padding: 15px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	margin-bottom: 20px;
	display: block;
}
.contact-form form textarea::placeholder,
.contact-form form input::placeholder {
	color: #8e8e8e;
	font-size: 14px;
	font-weight: 500;
}
.contact-form form textarea {
	min-height: 128px;
	max-height: 128px;
}
.contact-form form [type="submit"] {
	border: none;
	background: #ebd90b;
	font-size: 16px;
	color: #131313;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	display: block;
	margin: 25px auto 0;
	padding: 15px 34px;
	transition: .3s ease-in-out;
}
.contact-form form [type="submit"]:hover {
	background: #fff;
}
.contact-form {
	position: relative;
	z-index: 1;
}
.contact-form .form-grp {
	position: relative;
}
.contact-form [class*="line-"] {
	position: absolute;
	width: 95px;
	height: 95px;
	z-index: -1;
}
.contact-form .line-left {
	left: -1px;
	top: -1px;
	border-left: 1px solid #ebd90b;
	border-top: 1px solid #ebd90b;
}
.contact-form .line-top {
	right: -1px;
	top: -1px;
	border-right: 1px solid #ebd90b;
	border-top: 1px solid #ebd90b;
}
.contact-form .line-right {
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #ebd90b;
	border-bottom: 1px solid #ebd90b;
}
.contact-form .line-bottom {
	left: -1px;
	bottom: -1px;
	border-left: 1px solid #ebd90b;
	border-bottom: 1px solid #ebd90b;
}
#contact-form .help-block {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 0 12px;
    border-radius: 0;
    background: #dc3545;
    box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
#contact-form .messages .alert {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: .75rem 1.25rem;
}
.alert-dismissible .btn-close {
    padding: .97rem 1.25rem;
}
.alert-dismissible .btn-close:focus-visible {
    outline: none;
}
.alert-dismissible .btn-close:focus {
    box-shadow: none;
}
.contact-form .btn.disabled,
.contact-form .btn:disabled {
    pointer-events: unset;
    opacity: 1;
}

/* 22. Newsletter */
.newsletter-wrap {
	background-image: url(../img/bg/newsletter_bg.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	padding: 60px 45px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.newsletter-content-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 46.8%;
	flex: 0 0 46.8%;
}
.newsletter-content-wrap .icon {
	width: 83px;
	height: 83px;
	background: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #cdcdcd;
	font-size: 30px;
	margin-right: 30px;
}
.newsletter-content-wrap .content .title {
	font-size: 30px;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 0;
}
.newsletter-content-wrap .content p {
	margin-bottom: 0;
	font-weight: 600;
	color: #121212;
}
.newsletter-form {
	width: 53.2%;
	flex: 0 0 53.2%;
}
.newsletter-form form {
	display: flex;
	align-items: center;
}
.newsletter-form form input {
	border: none;
	flex-grow: 1;
	background: #fff;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #121212;
	border-radius: 4px;
	height: 60px;
}
.newsletter-form form input::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #c7c7c7;
}
.newsletter-form form button {
	font-size: 16px;
	font-weight: 700;
	border: none;
	color: #ebd90b;
	text-transform: uppercase;
	background: #212121;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 18px 42px;
	height: 60px;
	margin-left: 10px;
}
.newsletter-form form button i {
	margin-left: 10px;
}

/* 23. 404 */
.error-bg {
	background-image: url(../img/bg/404_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 165px 0 210px;
}
.error-content img {
	display: block;
	margin: 0 auto 75px;
}
.error-content .back-btn a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2a2a2c;
	background: #ebd90b;
	border-radius: 8px;
	padding: 19px 60px;
	display: inline-block;
}
.error-content .back-btn a:hover {
	background: #fff;
}

/* 24. Footer */
.footer-top {
	background: #212121;
	padding: 80px 0 25px;
}
.footer-menu-wrap {
	background: #171717;
	padding: 28px 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.footer-menu .navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-menu .navigation li {
	position: relative;
	padding-right: 33px;
	margin-right: 33px;
}
.footer-menu .navigation li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.footer-menu .navigation li::before {
	content: "/";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #606060;
	font-weight: 600;
}
.footer-menu .navigation li:last-child::before {
	display: none;
}
.footer-menu .navigation li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}
.footer-menu .navigation li a:hover,
.footer-menu .navigation li.active a {
	color: #ebd90b;
}
.footer-search {
	width: 425px;
	margin-left: auto;
}
.footer-search form {
	position: relative;
}
.footer-search form input {
	width: 100%;
	background: #212121;
	font-size: 13px;
	color: #fff;
	padding: 15px 75px 15px 28px;
	border: 1px solid #303030;
	border-radius: 22.5px;
	height: 45px;
}
.footer-search form input::placeholder {
	font-size: 13px;
	color: #5d5c5c;
}
.footer-search form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #ebd90b;
	color: #4f4902;
	font-size: 18px;
	padding: 9px 18px;
	border-radius: 22.5px;
}
.footer-widget .fw-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
.footer-widget .fw-ling li {
	margin-bottom: 7px;
}
.footer-widget .fw-ling li a {
	font-size: 13px;
	color: #9f9f9f;
	transition: .3s linear;
}
.footer-widget .fw-ling li a:hover {
	color: #fff;
	margin-left: 5px;
}
.footer-bottom {
	background: #171717;
	padding: 40px 0 30px;
}
.footer-bottom .copyright-text p {
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 0;
}
.footer-bottom .copyright-text p span {
	color: #f6d331;
}
/* 25. Preloader */
#preloader{
	background-color: #191a1e;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loading-center-absolute img {
	max-width: 85px;
}