/*
Template Name: 
Template URL: 
Author: 
Author URI : 
Version: 1.0
Description: Hotel HTML5 Responsive Template.
Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 



==================================================

/* ==========================================================================
    Global
========================================================================== */

html,
body {
    color: #fff;
    background-color: #0C1019;
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
}

a{
    color: #CBCBCB;
}

a, 
a:hover,
a:focus,
input:focus {
    text-decoration:none;
    outline: none;
}

a:hover {
    color: var(--primary-color);
}

.global-list{
    margin:0;
    padding:0;
    list-style:none;
}

:root {
    --primary-color:#df1b1b;
    --primary-font: 'Source Sans Pro', sans-serif;
}

a:active,
a:focus, button, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, 
.form-control, .form-control:focus,
.btn.active.focus, .btn.active:focus, 
.btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.btn.btn-primary {
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.btn.btn-primary:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.btn span {
    margin-right: 5px;
}

.btn.btn-transparent {
    color: #fff;
    padding: 10px 25px;  
    border-radius: 0;  
    font-size: 20px;
    border: 1px solid var(--primary-color);
}

.btn.btn-transparent:hover {
    background-color: var(--primary-color);
}

.form-control {
    height: 45px;
    border-radius: 4px;
    padding: 6px 20px;
    margin-bottom: 30px;
    border: 1px solid #E2DFDF;
}

.form-control:focus {
    border-color: var(--primary-color);
}

textarea,
textarea.form-control {
    height: 150px;
    resize: none;
}

section {
    padding: 50px 0;
}

.sg-page-content {
    padding-top: 20px;
}

.title {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.title .left-content,
.title .right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title .left-content h2 a {
    display: none;
}

.title h2 {
    color: #adb6d5;
    font-size: 24px;
    font-weight: normal;
    align-self: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title h2 a {
    color: var(--primary-color);
}

.title h2 a:hover {
    color: #adb6d5;
}

.page-title {
    margin-bottom: 50px;
}

.page-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
}

.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;    
}

.grid-2>li,
.grid-3>li,
.grid-4>li,
.grid-5>li,
.grid-6>li {
    padding-left: 10px;
    padding-right: 10px;  
}

.grid-3>li {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;      
}

.grid-4>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;      
}

.grid-5>li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;      
}

.grid-6>li {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* sg-header */

.sg-header {
    z-index: 999;
    background-color: rgb(21 20 25 / 55%);
}

.sg-header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-nav li {
    margin-right: 5px;
}

.navbar-nav li a {
    padding: 10px 15px;
    font-size: 18px;
    color: #cbcbcb;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.navbar-nav li.active>span,
.navbar-nav li:hover span,
.navbar-nav li.active>a,
.navbar-nav li:hover>a,
.navbar-nav li a:hover {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.navbar-nav li .icon {
    cursor: pointer;
}

.user-option>ul {
    display: flex;
}

.user-option>ul>li {
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    align-self: center;
}

.user-option>ul>li:last-child {
    margin-right: 0;
}

.user-option .badge {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 12px;
    border-radius: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-left: 0;
    background-color: #E11000;
}

.open-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 999999999999;
    background: rgb(0 0 0 / 70%);
}

.close-search {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    line-height: 33px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.search-form form {
    position: relative;
    width: 700px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
}

.search-form .search-icon {
    cursor: pointer;
    color: #fff;
}

.search-form .search-icon:hover,
.close-search:hover,
.search-form button:hover {
    color: var(--primary-color);
}

.search-form input {
    margin: 0;
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 80px;
    font-size: 26px;
    padding-right: 35px;
    font-weight: 300;
}

.search-form input::-webkit-input-placeholder {
  color: #fff;
}

.search-form input::-moz-placeholder {
  color: #fff;
}

.search-form input:-ms-input-placeholder {
  color: #fff;
}

.search-form input:-moz-placeholder {
  color: #fff;
}

.search-form input:focus {
    border-color: var(--primary-color);
    border-radius: 0;
    background-color: transparent;
}

.search-form button {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    background: none;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
}

.user-option .sg-dropdown-menu {
    left: initial;
    right: 0;
    padding: 0 15px;
    min-width: 220px;
}

.user-option .sg-dropdown .icon {
    display: none;
}

.user-option .sg-dropdown li {
    font-size: 18px;
}

.user-option .sg-dropdown li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #333131;
}

.user-option .sg-dropdown li:first-child a {
    border-top: 0;
}

.user-option .sg-dropdown li a span {
    margin-right: 10px;
}

.user-option .user-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.user-option>ul>li .dropdown-menu-content {
    padding: 5px 0;
}

.user-option>ul>li .dropdown-menu-content a.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.user-option>ul>li .dropdown-menu-content a.btn:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.user-option>ul>li .fa-angle-down.icon {
    display: none;
}

.user-option>ul>li .sg-dropdown-menu span {
    font-size: 16px;
    font-weight: 600;
}

.user-option>ul>li .sg-dropdown-menu .title {
    background-color: #2B323B;
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 15px;
}

.user-option .user {
    margin-left: -15px;
    margin-right: -15px; 
    padding: 15px;   
    font-size: 14px;
    color: #cbcbcb;
    background-color: #2B323B;
}

.user-option .profile-picture {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 100%;
}

.user-option h3 {
    font-size: 18px;
    margin-bottom: 0;
}

/*Dropdown CSS*/

.sg-dropdown {
    position: relative;   
}

.sg-dropdown-menu {
    position: absolute;
    top: 100%; 
    min-width: 280px;
    left: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 999;
    padding:20px;
    visibility: hidden;
    background-color: #2A2927;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -moz-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -ms-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -o-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;    
}

.sg-dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-dropdown-menu a {
    border-bottom: 0;
}

.sg-dropdown-menu .sg-dropdown-menu {
    left: 100%;
    top: 15px;
}

.sg-dropdown:hover>.sg-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.navbar-nav .sg-dropdown-menu li {
    margin-right: 0;
}

.navbar-nav .sg-dropdown-menu li a {
    padding: 10px 20px;
    border: 0;
}

.navbar-nav .sg-dropdown-menu li a:hover,
.navbar-nav .sg-dropdown-menu li.active a {
    color: var(--primary-color);
}

.sg-dropdown i.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    line-height: 0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 15px 6px; 
}

.navbar-nav {
    position: relative;
}

.mega-dropdown {
    position: initial;
}

.mega-dropdown .sg-dropdown-menu {
    width: 100%;
}

/* hero-section */

.hero-section {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero-section .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;    
    padding: 200px 0 150px;
}

.hero-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(18 19 32 / 92%) , rgb(21 20 25 / 41%));
}

.hero-text {
    font-size: 18px;
    color: #8d8d8d;
    max-width: 770px;
}

.hero-text h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 25px;
    color: #fff;
}

.hero-text h2 {
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.hero-text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;  
}

.hero-text .category{
    margin-bottom: 25px;  
}

.hero-text .category li {
    margin-right: 15px;
    margin-bottom: 2px;
}

.hero-text .category li a {
    padding: 3px 10px;
    display: block;
    border: 1px solid var(--primary-color);
}

.hero-text .category li:last-child {
    margin-right: 0;
}

.hero-text .meta {
    margin-bottom: 10px;
}

.hero-text .meta li {
    margin-right: 20px;
    position: relative;
    padding-right: 20px;
}

.hero-text .meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.hero-text .meta li:last-child:after {
    display: none;
}

.hero-text .meta li:after {
    content: "";
    right: 0;
    top: 7px;
    width: 1px;
    height: 14px;
    position: absolute;
    background-color: #8d8d8d;
}

.hero-text p {
    font-size: 20px;
}

.hero-text .buttons {
    margin-top: 30px;
}

.hero-text .buttons .btn {
    margin-right: 25px;
    margin-bottom: 5px;
}

.hero-text .buttons .btn:last-child {
    margin-right: 0;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators li {
    width: 60px;
    opacity: 1;
    height: 2px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFFFFF;
}

.carousel-indicators li.active {
    background-color: var(--primary-color);
}

.hero-section.style-1 {
    padding: 250px 0;
}

.hero-section.style-1:before {
    display: none;
}

.style-1 .hero-text {
    max-width: 100%;
}

.style-1 .hero-text .btn.btn-primary {
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

/* tv-slider */

.tv-slider {
    margin-left: 0;
    margin-right: 0;
}

.tv-slider .sg-tv {
    border-radius: 6px;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    cursor: pointer;
    font-size: 30px;
    margin-top: -22px;
    color: var(--primary-color);
}

.slick-arrow.mdi-chevron-left {
    left: 0;
}

.slick-arrow.mdi-chevron-right {
    right: 0;
}

/* actors-slider */

.actors-slider .slick-arrow {
    margin-top: -50px;
}

.sg-actors {
    text-align: center;
}

.sg-actors a {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 100%;
}

.sg-actors h3 {
    font-size: 24px;
    margin-top: 10px;
    color: #cbcbcb;
    font-weight: normal;
}

/* sg-video */

.sg-video {
    position: relative;
    margin-bottom: 20px;
}

.sg-video:hover .thumb{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

.sg-video:hover .overlay {
    bottom: -2px;
    -webkit-transform:scale(1.07);
    -moz-transform:scale(1.07);
    -ms-transform:scale(1.07);
    -o-transform:scale(1.07);
    transform:scale(1.07);
}

.sg-video h4 {
    font-size: 22px;
    font-weight: 600;
    color: #9e9e9e;
    margin-top: 10px;
}

source,
video {
    width: 100%;
    height: 190px;
}

source:focus,
video:focus {
    border: 0;
    outline: none;
}

.sg-video .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    background-image: linear-gradient(to top, rgb(18 19 32 / 92%) , rgb(21 20 25 / 2%));
}

.sg-video:hover .overlay {
    opacity: 1;
}

.sg-video .overlay h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.sg-video .overlay p {
    margin-bottom: 10px;
}

.sg-video .overlay .btn.btn-primary {
    padding: 5px 15px;
    font-size: 14px;
}

.title .nav-tabs {
    border-bottom: 0;
}

.title .nav-tabs .nav-link {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px;
    border-bottom: 1px solid transparent;
}

.title.border-bottom {
    border-bottom: 1px solid #474747 !important;
}

.title .nav-tabs li {
    margin-right: 15px;
    font-size: 20px;
}

.title .nav-tabs li:last-child {
    margin-right: 0;
}

.title .nav-tabs .nav-link:focus, 
.title .nav-tabs .nav-link:hover,
.title .nav-tabs .nav-item.show .nav-link, 
.title .nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    border-bottom-color: var(--primary-color);
}

.title .left-content .nav-tabs {
    margin-left: 100px;
}

.title .right-content .nav-tabs {
    margin-right: 100px;
}

.video-meta {
    margin: 30px 0;
    justify-content: space-between;
}

.video-meta ul,
.video-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.video-meta ul {
    align-self: center;
    margin-bottom: 10px;
}

.video-meta ul li {
    margin-right: 10px;
}

.video-meta ul li:last-child {
    margin-right: 0;
}

.video-meta ul li a {
    padding: 5px 15px;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #323840;
}

.video-meta ul li.active>a,
.video-meta ul li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.movie-details .top-cpntent ul li.active> a {
    color: var(--primary-color);
}

.buttons .sg-dropdown .icon {
    display: none;
}

.buttons .sg-dropdown-menu {
    min-width: 220px;
    display: block;
}

.buttons .sg-dropdown-menu li a {
    padding: 5px 0;
    display: block;
    background-color: transparent;
}

.buttons .sg-dropdown-menu li.active> a,
.buttons .sg-dropdown-menu li a:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.video {
    height: 580px;
}

.video iframe {
    height: 100%;
}

.video-meta .btn.btn-primary {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
}

.video-meta .btn.btn-primary:last-child {
    margin-right: 0;
}

.movie-details {
    padding: 40px;
    color: #9e9e9e;
    border: 1px solid #333131;
}

.movie-details .top-cpntent {
    display: flex;
    justify-content: space-between;
}

.movie-details .top-cpntent ul,
.movie-details .description ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;      
}

.movie-details .top-cpntent,
.movie-details .description {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333131;
}

.movie-details .top-cpntent h2 {
    font-size: 45px;
    font-weight: normal;
}

.movie-details .top-cpntent ul li {
    font-size: 40px;
    margin-right: 20px;
}

.movie-details .top-cpntent ul li:last-child {
    margin-right: 0;
}

.movie-details .top-cpntent ul li a {
    color: #707070;
}

.movie-details .top-cpntent ul li a:hover {
    color: var(--primary-color);
}

.movie-details .description {
    font-size: 24px;
}

.movie-details .description span {
    display: block;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.movie-details .description ul li,
.movie-details .description ul li a {
    color: #1C6CF2;
}

.movie-details .description ul {
    margin-top: 30px;
}

.movie-details .description ul li {
    position: relative;
    margin-right: 15px;
}

.movie-details .description ul li:last-child {
    margin-right: 0;
}

.movie-details .description ul li:after{
    content: ",";
    margin-left: 2px;
}

.movie-details .description ul li a:hover,
.movie-details .description ul li:hover {
    color: var(--primary-color);
}

.movie-details .short-list {
    font-size: 24px;
}

.movie-details .short-list li {
    display: flex;
    margin-bottom: 15px;
}

.movie-details .short-list li:last-child {
    margin-bottom: 0;
}

.movie-details .short-list span {
    color: var(--primary-color);
    min-width: 130px;
}

.sg-video .sg-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.sg-video .progress {
    height: 4px;
    background-color: #333333;
}

.sg-video .progress-bar {
    background-color: var(--primary-color);
}

.movie-details.style-1 .top-cpntent {
    display: block;
}

/* sg-sidbar */

.sg-sidbar {
    border: 1px solid #333131;
    padding: 40px;
    margin-left: 50px;
}

.widget-title {
    color: #9e9e9e;
    font-size: 34px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333131;
}

.sg-widget .sg-post {
    display: flex;
    font-size: 18px;
    color: #9e9e9e;
}

.sg-widget .sg-post h4 {
    font-size: 26px;
}

.sg-widget li {
    margin-bottom: 30px;
}

.sg-widget li:last-child {
    margin-bottom: 0;
}

.sg-widget .sg-post .entry-header {
    min-width: 325px;
    max-width: 325px;
    margin-right: 30px;
}

.sg-widget .sg-post .entry-content {
    align-self: center;
}


/* ragister-account */

.ragister-account {
    padding: 150px 0;
}

.ragister-account .account-content {
    width: 500px;
    overflow: hidden;
    display: inline-block;
    background-color: #0B0C11;
    -webkit-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -moz-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -ms-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    -o-box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);
    box-shadow: 0 6px 12px hsl(0deg 0% 0% / 5%);    
}

.ragister-account .account-content h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #181A20;
}

.ragister-account .form-footer {
    display: flex;
    justify-content: space-between;
    background-color: #181A20;
    padding: 15px 30px;
}

.ragister-account .middle-content {
    display: flex;
    justify-content: space-between;    
}

.middle-content .form-group {
    margin-bottom: 0;
}

.middle-content .form-group label {
    cursor: pointer;
    margin-left: 5px;
}

.ragister-form .form-control {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}

.ragister-form .btn.btn-primary {
    border-radius: 4px;
    text-transform: uppercase;
}

.ragister-account .account-content .ragister-form {
    padding: 25px;
}

.ragister-account .ragister-form .form-control:focus {
    border-color: var(--primary-color);
}

.ragister-account .ragister-form button {
    width: 100%;
    margin-bottom: 20px;
}

.ragister-account .ragister-form .form-group a{
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.ragister-account .ragister-form .middle-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #A19E9E;
    position: relative;
    text-transform: uppercase;
}

.ragister-account .ragister-form .middle-content p a {
    font-weight: 600;
    color: var(--primary-color);
}

.ragister-account .ragister-form .middle-content p a:hover {
    text-decoration: underline;
}

.ragister-account .ragister-form .middle-content span:before,
.ragister-account .ragister-form .middle-content span:after {
    position: absolute;
    content: "";
    top: 10px;
    width: 35px;
    height: 1px;
    background-color: #A19E9E;
}

.ragister-account .ragister-form .middle-content span:before {
    left: -50px;    
}

.ragister-account .ragister-form .middle-content span:after {
    right: -50px;
}

.ragister-account .ragister-form .buttons {
    margin-top: 30px;
}

.ragister-account .ragister-form .buttons a {
    display: block;
    text-align: left;
    padding: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #4267B2;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #4267B2;
    border-radius: 4px;
}

.ragister-account .account-content .buttons .google-plus {
    background-color: #4285F4;
    border-color: #4285F4;
}

.ragister-account .ragister-form .buttons span {
    color: #fff;
    width: 50px;
    height: 45px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius: 4px 0px 0px 4px;
}

.ragister-account .ragister-form .buttons .facebook span {
    color: #fff;
    border: 4px solid #4267B2;
    background-color: #313131;
}

.ragister-account .account-content .buttons .google-plus span {
    color: #fff;
    border: 4px solid #4285F4;
    background-color: #313131;
}

.ragister-account .ragister-account .thumb {

}

.ragister-account .sg-thumb {
    width: 480px;
    display: none;
}

.form-group {
    position: relative;
}

.input-group-prepend {
    position: absolute;
    top: 15px;
    left: 20px;
}

.ragister-account .form-control {
    padding-left: 45px;
}

/* profile-content */

.profile-content .title {
    text-align: center;
    display: block;
}

.profile-tabs {
    display: flex;
    background-color: #141414;
}

.profile-tabs .nav-tabs {
    display: block;
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;    
    border: 1px solid #333131;
    padding-bottom: 30px;
}

.profile-tabs .tab-content {
    -ms-flex: 0 0 80.333333%;
    flex: 0 0 80.333333%;
    max-width: 80.333333%;    
    border: 1px solid #333131;
    margin-left: -1px;
}

.profile-tabs .nav-tabs li

.profile-content .nav-tabs .nav-link {
    border-color: transparent;
}

.profile-content .nav-tabs .nav-link:focus, 
.profile-content .nav-tabs .nav-link:hover,
.profile-content .nav-tabs .nav-item.show .nav-link, 
.profile-content .nav-tabs .nav-link.active {
    border-color: transparent;
}

.profile-content .nav-tabs .nav-item.show .nav-link, 
.profile-content .nav-tabs .nav-link.active,
.profile-tabs .nav-tabs li a.nav-link:hover {
    background-color: #181A20;
}

.profile-tabs .nav-tabs li a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.profile-tabs .nav-tabs li a {
    font-size: 15px;
    color: #84868A;
}

.profile-tabs .nav-tabs li .user-info {
    text-align: center;
    margin-bottom: 20px;
}

.profile-tabs .nav-tabs li .user-info .profile-picture {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px auto ;
}

.profile-tabs .nav-tabs li .user-info .profile-picture img {
    border-radius: 50%;
}

.profile-tabs .nav-tabs li .user-info .user-name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-header,
.help-us-hader {
    padding: 30px;
    text-align: center;
    color: #fff;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-header h2,
.help-us-hader h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-header p,
.help-us-hader p {
    font-size: 16px;
    margin: 0;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-body,
.help-us-body {
    border-top: 1px solid #333131;
    border-bottom: 1px solid #333131;
    padding: 30px;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-body .form-group label,
.help-us-body .form-group label {
    color: #AFB3B7;
    margin: 0 0 15px;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-body .form-group .form-control,
.help-us .form-group .form-control {
    background-color: #181A20;
    border: 1px solid #333131;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-footer,
.help-us-footer {
    padding: 30px;
}

.profile-tabs .tab-content .tab-pane .profile-section .tab-footer .btn,
.help-us-footer .btn {
    width: 185px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.profile-section ul {
    margin-bottom: 30px;
}

.profile-section ul li {
    margin-bottom: 15px;
}

.help-us {
    border: 1px solid #333131;
    max-width: 1075px;
    margin: 0 auto;
}

.add-photo {
    display: inline-block;
    margin-bottom: 7px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    color: #179bee;
    max-width: 120px;
    height: 120px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 1px dashed;
    text-align: center;
    width: 120px;
    padding: 27px 20px 20px;
    border-radius: 3px;
    margin: 0;
}

.inputfile + label span.mdi {
    font-size: 36px;
    height: 1em;
    vertical-align: middle;
    width: 100%;
    fill: #f1e5e6;
    margin-top: 0;
}

.inputfile + label span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 14px 0 0;
}

.profile-section .pagination {
    margin-bottom: 0 !important;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a, 
.pagination li>span {
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #636775;
    border-radius: 4px;
    background-color: #060911;
    border: 1px solid #292929;
}

.pagination li a.current,
.pagination li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.sg-table  {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;    
}

.table {
    font-weight: normal;
    margin-top: 30px;
}

.table tbody{
   border: 1px solid #373737; 
}

.table thead th {
    border: 0;
}

.table td, .table th {
    color: #cbcbcb;
    border-top: 1px solid #373737;
}

.tab-body .left-contant {
    max-width: 470px;
    margin-right: 15px;
}

.tab-body .right-contant {
    min-width: 233px;
}

.tab-body .sg-video {
    display: flex;
    color: #cbcbcb;
    position: relative;
    border: 1px solid #333131;
    background-color: #181A20;
}

.tab-body .sg-video .thumb {
    min-width: 235px;
}

.tab-body .sg-video:hover .thumb {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}

.tab-body .sg-video .text {
    padding: 15px;
    align-self: center;
}

.tab-body .sg-video h3 {
    font-size: 24px;
    font-weight: 500;
}

.tab-body .sg-video .text p{
    margin-bottom: 0;
}

.remove-icon {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    z-index: 999;
}

/* pricing-content */

.pricing-section .title {
    display: block;
}

.pricing-content {
    background-color: #141414;
    border: 1px solid #333131;
}

.pricing-header {
    padding: 30px 15px;
    text-align: center;
    color: #fff;    
    margin-bottom: 50px;
    border-bottom: 1px solid #333131;
}

.pricing-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.pricing-header p{
    margin-bottom: 0;
}

.pricing-content .row {
    margin-left: 50px;
    margin-right: 50px;
}

.pricing input:checked+ label h3 {
    background-color: var(--primary-color);
}

.pricing h3 {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 24px;
    color: #cbcbcb;
    padding: 15px;
    background-color: #25282E;
}

.pricing input {
    display: none;
}

.pricing label {
    padding:0 15px 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #333131;
    background-color: #181A20;    
}

.pricing input:checked+ label {
    border: 1px solid var(--primary-color);
}

.pricing span {
    display: block;
    color: #cbcbcb;
    margin-bottom: 20px;
}

.pricing-footer {
    padding: 30px 15px;
    border-top: 1px solid #333131;
}

.pricing-footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: center;      
}

.pricing-footer ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.pricing-footer input {
    display: none;
}

.pricing-footer label {
    cursor: pointer;
}

.pricing-footer input:checked+ label {
    opacity: .5;
}

/* sg-post */

.sg-post {
    font-size: 18px;
    color: #9e9e9e;
    margin-bottom: 30px;
    border: 1px solid #474747;
}

.entry-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.entry-meta ul li {
    margin-right: 15px;
    margin-bottom: 5px;
}

.entry-meta ul li:last-child {
    margin-right: 0;
}

.entry-content {
    padding: 15px;
}

.entry-content p {
    margin-bottom: 0;
}

.entry-content p a {
    text-transform: capitalize;
    text-decoration: underline;
}

.entry-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.entry-title a {
    color: var(--primary-color);
}

.sg-sidbar.blog-sidbar {
    border: 0;
    padding: 0;
    margin-left: 0;
}

.blog-sidbar .sg-widget .sg-post {
    border: 0;
}

.blog-sidbar .sg-widget .sg-post .entry-header {
    min-width: 170px;
    max-width: 170px;
    margin-right: 15px;
}

.blog-sidbar .widget-title {
    font-size: 24px;
    text-transform: uppercase;
}

.blog-sidbar .sg-widget {
    margin-bottom: 30px;
}

.blog-sidbar .sg-widget .sg-post .d-flex {
    justify-content: space-between;
}

.blog-sidbar .entry-content {
    padding: 0;
}

.blog-sidbar .entry-title {
    margin-bottom: 0;
}

.blog-sidbar .sg-widget .sg-post .entry-title {
    margin-right: 15px;
}   


.blog-sidbar .entry-title h3 {
    font-size: 22px;
}

.blog-sidbar .entry-title a {
    color: #ADB6D5;
}

.blog-sidbar .entry-title a:hover {
    color: var(--primary-color);
}

.blog-details .sg-post {
    border: 0;
}

.blog-details .sg-post .d-flex {
    justify-content: space-between;
}

.blog-details .social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;     
}

.blog-details .entry-content {
    padding: 0;
    margin-top: 20px;
}

.blog-details .entry-content p {
    margin-bottom: 30px;
}

.sg-comments-area {
    color: #9e9e9e;
}

.commenter-avatar {
    width: 60px;
    height: 60px;
    border-radius: 0;
}

.sg-comments-area .media {
    display: block;
}

.comment-meta .sg-date {
   display: block;
}

.comment-list li {
    margin-top: 30px;
}

.comment-box {
    overflow: hidden;
    line-height: 28px;
    border-bottom: 1px solid #333131;
    padding-bottom: 20px;
}

.comment-meta .url {
    font-size: 24px;
    color: #9e9e9e;
}

.comment-meta .url:hover {
    color: var(--primary-color);
}

.comment-box .sg-reply {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
}

.blog-details .comment-box p,
.comment-box p {
    margin-bottom: 10px;
}

.comment-meta .title {
    display: block;
    margin-bottom: 10px;
}

.review-action a {
    font-size: 20px;
    margin-right: 10px;
}

.review-action a:last-child {
    margin-right: 0;
}

.review-form {
    margin-top: 50px;
}

.review-form .form-control {
    border: 1px solid #333131;
    background-color: transparent;
}

.review-form textarea.form-control {
    padding-top: 15px;
    height: 300px;
}

/* footer */

.footer-section {
    padding: 60px 0 50px;
    background-color: #060911;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footer-social ul li {
    margin-right: 15px;
    font-size: 24px;
    margin-bottom: 5px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-widget .btn {
    color: #999999;
    font-weight: 600;
    margin: 20px 0;
    padding: 5px 15px;
    border: 1px solid #D8D8D8; 
}

.footer-widget .btn:hover {
    color: #fff;
    background-color: var(--primary-color);
}




/* Extra CSS */
a, button, input, .slick-arrow, .carousel-indicators li, 
.overlay, .user-option>ul>li span, .search-form, 
.sg-video .thumb {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;

}

.modal-content {
    border-radius: 0;
    background-color: #141414;
    border: 1px solid rgb(178 180 185 / 26%);
}

.modal-header {
    border-radius: 0;
    border: 0;
    font-size: 20px;
    padding: 10px 30px;
    background-color: #25282E;
}

.modal-title {
    font-size: 20px;
}

.modal-content .form-control {
    margin-bottom: 20px;
    border-color: rgb(178 180 185 / 26%);
    background-color: #181A20;
}

.modal-body textarea.form-control {
    height: 100px;
}

.close {
    color: #fff;
    text-shadow: none;
}

.close:hover {
    color: var(--primary-color);
}

.modal-body {
    padding: 30px;
}

.modal-body .btn.btn-primary {
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 16px;
}