* {
    margin: 0px;
    padding: 0px;
    font-family: 'indie';
	
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\pred-defin-classes\\\\\\\\\\\\\\\\\\ */
.no-padding {
    padding: 0px;
}
.mobile-search-bar{
    display: none;
}
.desktop-search-bar{
    display: block;
}

.navbar-toggler {
    padding: 4px;
}

.noat-cookie-consent-banner__allow{
    font-size:13px!important;
       border-radius: 7px!important;
       font-weight:500!important;
}

.noat-cookie-consent-banner__allow:hover {
   background: rgb(199 21 23)!important;
}

.noat-cookie-consent-banner__text{
    font-size:12px!important;
}

.watch_free{
        position: absolute;
    font-size: 65px;
    margin-top: 185px;
    z-index: 33;
    color: white;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    
}

.logged-user{
    color:white;     
    margin-right: 10px; 
    font-size: 12px; 
    margin-top: 3px; 
    font-weight:500; 
    text-align:right;
}

.logged-user:hover{
color: #e50914!important;;
text-decoration:none!important;
    
}

.logout{
     color:#7d7d7d;   
    margin-right: 10px; 
    font-size: 11px;
    margin-top:1px;
    font-weight:400; 
    text-align:right;
    
}

.logout:hover{
     
  color:#585858;   
}




.g-recaptcha{
    
   border-radius: 4px;

overflow: hidden;
}





.dropdown-toggle::after {
    color: #424040 !important;
}

.replying-to{
       border: 2px solid #e50914!important;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}

.pick-country{
    width: 100%;
    height: 41px;
    background-color: #292828;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 12px;
    color: #757575;
    padding: 10px;
    
}



.pick-title2{
width: 100%;

    background-color: #090909;
    border: 0px;
    border-radius: 8px;
    color: #757575;
    font-size: 12px;
    padding: 14px;
    
}


.pick-category, .pick-title{
width: 100%;

    background-color: #090909;
    border: 0px;
    border-radius: 10px;
    color: #757575;
    font-size: 12px;
    padding: 20px;
    
}

 input {
   font-size:12px;
   color:white; 
   line-height:1.6;
}



.thread-post-reply{
    width:100%;
    min-height:100px;
    background-color: #090909;;
    border: 0px;
        border-radius: 10px;
        color:#757575;
        font-size:12px;
        padding:20px;
}

.form-post-title{
    color:white;
   text-align:right;
    margin:0px;
    padding:0px;
    font-size:11px;
    margin-top:-20px;
    font-weight: 500;
    margin-right:-10px;
}


.post-reply{
    margin-left:25px;
}

.less-padding {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.job-post-container{
   // cursor: pointer;
    
}


.pagination {
  display: inline-block;
  margin-top:20px;
 
}

.pagination a {
  color: #ffffff!important;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  font-size:12px;
}

.pagination a.active {
  background-color: #e50914;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #cd0b14;
  border-radius: 5px;
}

.my-container {
    /* max-width: 1200px; */
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggler-icon {
    background-image: url(../images/burger.svg) !important;
    background-size: 18px;

}

.no-margin {
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 12px;
    background: #141313;
    
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #141313;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #E50914;
  //  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.my-swiper-container1 {
    overflow: visible !important;
}

.my-swiper-container2 {
    overflow: visible !important;
}

.drop-down-parent{
    position: relative;
}
.drop-down-parent:hover .dropdown-box-container{
    opacity: 1;
    pointer-events: all;
    top: 100%;
}



.noat-cookie-consent-banner__text{
    font-size: 14px;
    margin-right: 20px;
}


.dropdown-box-container{
    width: 190px;
    border: 1px solid #000000;
    background:#181818;
    border-radius: 8px;
    left: -36%;
    position: absolute;
    top: 100%;
    z-index: 9999 !important;
    opacity: 0;
    pointer-events: none;
    top: 150%;
    transition: 0.2s;
    float: left;
}
.drop-down-box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    float: left;
    padding-top:16px;
}
.drop-down-box::before{
    width: 20px;
    height: 10px;
    content: '';
    background-image: url("../images/arrow.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -9px;
}
.drop-down-box ul{
    margin: 0px;
}
.drop-down-box ul li{
    list-style: none;
}
.drop-down-box ul li ul li{
    list-style: none;
    display: inline-block;
}
.drop-down-box ul li ul{
border-bottom: 1px solid #090909;
    margin-bottom: 7px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.drop-down-box ul li ul:nth-child(3){
    border-bottom: 1px solid transparent;
}

.drop-down-box2 ul li ul:nth-child(2){
    border-bottom: 1px solid transparent;
}



.drop-down-box ul li a{
    color: white;
    transition: 0.3s;
    font-size: 11px;
    font-weight: 400;
}
.drop-down-box ul li ul li a:hover{
    color: #E50914;
    text-decoration: none;

}
.drop-down-box ul li ul li img{
    float: left;
     height: 12px;
    margin-right: 6px;
    margin-bottom: -2px;
}
.mobile-drop-down{
    display: none;
}
.desktop-dropdown{
    display: block;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\pred-defin-classes-end\\\\\\\\\\\\\\\\\\ */




@font-face {
    font-family: 'indie';
    src: url("fonts/font400.woff2");
    font-weight: 400;
}  

@font-face {
    font-family: 'indie';
    src: url("fonts/font500.woff2");
    font-weight: 500;
}  




body {
    /* background: #191818; */
    background: rgb(25, 24, 24);
    background: linear-gradient(4deg, rgba(25, 24, 24, 1) 0%, rgba(29, 28, 28, 1) 35%, rgba(23, 22, 22, 1) 100%);
    font-family: 'indie';
   

    /* font-style: italic; */
    letter-spacing: .007rem;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nav-bar-start///////////////////////////////// */

.main-header {
    background: #101010;
    padding: 15px 0;
    border-bottom: 1px solid black;
}

.my-dropdown-menu {
    background: none;
    background-image: url(../images/dropdown-bg2.png);
    background-size: cover;
    border: none;
    outline: none;
    width: 191px !important;
    padding-top: 10px;
    left: -30px;
    border-radius: 8px;
    background-position: bottom;
}

.my-dropdown-menu a img {
    margin-right: 8px;
}

.my-dropdown-menu:hover a {
    background: none;


}

.my-dropdown-menu a {
    color: white;
    transition: 0.2s;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 20px 0px;
    position: relative;
}

.my-dropdown-menu a::before {
    position: absolute;
    bottom: 0;
    width: 69%;
    height: 0px;
    background: #000000;
    content: '';
}

.my-dropdown-menu a:nth-child(5)::before {
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 0px;
    background: none;
    content: '';
}

.navbar-brand {
padding-bottom: 0rem!important;
}

.my-dropdown-menu a:hover {
    color: #E50914;
}

.logo {
    max-width: 135px;
    width: 100%;
    float: left;
    margin-top: -8px;
    margin-left: -8px;
}

.logo img {
    width: 135px;
}

.header-search-bar {
    max-width: 270px;
    width: 100%;
    position: relative;
    margin-left: 25px;
}

.header-search-bar i {
    position: absolute;
    top: 0.42em;
    color: white;
    left: 2%;
    font-size: 12px;
}

.header-search-bar input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding-left: 28px;
    border-bottom: 0px solid transparent;
    transition: 0.3s;
    color: white;
	font-size: 14px;
	font-weight:500;
}

.header-search-bar input:focus {
    border-bottom: 0px solid #E50914;
}

.header-search-bar input::placeholder {
    color: #4e4e4e;
   
}

.navbar-nav .nav-item .nav-link {
    color: white !important;
    font-size: 13px !important;
    margin-left: 20px;
    font-weight: bolder;
    position: relative;
    text-align: center;
	font-weight:500;
}






ul.navbar-nav.header-btn {
    padding-left: 6%;
}

.header-login-btn {
    width: 104px;
    height: 40px;
    border: 2px solid #E50914;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.2s;
}

.header-login-btn:hover {
    width: 104px;
    height: 40px;
    border: 2px solid #e50914;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background-color:#232121;
	
}

.header-login-btn button {
    background: none;
    border: none;
    outline: none;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

.header-join-btn {
    width: 104px;
    height: 40px;
    background: #E50914;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.2s;
}

.header-join-btn:hover {
    width: 104px;
    height: 40px;
    background: #cf0d17;
    border: 2px solid #E50914;
}

.header-join-btn button {
    background: none;
    border: none;
    outline: none;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

ul.navbar-nav.header-links {
    width: 60%;
    padding-left: 17%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
       color: #e50914!important; 
}


.active .nav-link::before {
 content: '';
    position: absolute;
    bottom: -19px;
    border-radius: 25px;
    width: 100%;
    margin-left: -15%;
    height: 4px;
    background: #E50914;

}

.navbar-nav .nav-item .nav-link:hover{
   color: #e50914!important;
}



.header-btn {
    margin-left: 43px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nav-bar-end///////////////////////////////// */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\home-body-start\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.home-top {
    margin-top: 30px;
}

.before-slider {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.feature-films-left {
    float: left;
}

.feature-films-left ul {
    margin: 0px;
}

.feature-films-left ul li {
    list-style: none;
    display: inline-block;
}

.feature-films-left ul li ul li {
    list-style: none;
    display: inline-block;
}

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

h2.featured-text {
    color: white;
    font-size: 14px;
    margin-left: -8px;
}

h2.featured-text span {
    color: #E50914;
}

.home-slider-prev {
    max-width: 17px;
    width: 100%;
    cursor: pointer;
}

.home-slider-prev img {
    width: 100%;
}

.home-slider-next {
    max-width: 17px;
    width: 100%;
    cursor: pointer;
}

.home-slider-next img {
    width: 100%;
}

.feature-films-right {
    float: right;
    margin-right: -13px;
}

.feature-films-right ul {
    margin: 0px;
}

.feature-films-right ul li {
    list-style: none;
    display: inline-block;
}

.feature-films-right ul li i {
    color: white;
    font-size: 15px;
    margin-right: 7px;
    transition: 0.2s;
}

.feature-films-right ul li i:hover {
    color: #E50914;
}

.feature-films-right ul li:nth-child(4) i {
    margin-right: 0px;
}

.home-video-box-container {
    width: 100%;
    height: 614px;
    margin-bottom: 15px;
    padding-right: 8px;
}

.home-video-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.home-video-box-overlay {
    width: 100%;
    height: 100%;
    background: #e5091462;
    position: absolute;
    top: 0;
    z-index: 1;
}

.home-video-box-overlay:hover{
     background: #e5091452;
}




.home-video-box video {
    width: 100%;
    object-fit: fill;
    border-radius: 7px;
    height: 100%;
}

.home-video-box-description {
    position: absolute;
    width: 97%;
    bottom: 1.6%;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.685);
    border-radius: 7px;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    padding: 15px;
    padding-bottom: 15px;
    z-index: 9999 !important;
}

.home-video-box-description p {
    font-size: 11px;
    color: white;
    margin: 0px !important;
    font-weight: 500;
	line-height: 1.7;
}

.home-video-box-bottom-text {
    width: 100%;
}

.home-video-box-bottom-left {
    float: left;
}

.home-video-box-bottom-left h2 {
    font-size: 14px;
    color: white;
}

.home-video-box-bottom-left h2 span {
    font-size: 10px;
    color: #3E3E3E;
}

.home-video-box-bottom-right {
    float: right;
    padding-right: 8px;
}


.featured-film{
	border:1px solid #e50914;
}



.home-video-box-bottom-right ul li {
    list-style: none;
    display: inline-block;
}

.home-video-box-bottom-right ul li h2 {
    font-size: 14px;
    color: #E50914;
}

.home-video-box-bottom-right ul li img {
    width: 13px;
    margin-left: 5px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\video-card-start\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.video-card-container {
    width: 100%;
    position: relative;
}

.video-card {
    width: 100%;
    height: 266px;
}

.video-card-image {
    width: 100%;
  //  height: 100%;
}

.video-card-image img {
    width: 100%;
    height: 100%;
	border-radius: 8px;
}

.video-card-title-left {
    float: left;
    display: flex;
    width: 100%;
    align-items: center;
}

.video-card-title-left img {
 width: 13px;
    /* float: left; */
    /* margin-top: 0px; */
    margin-left: 5px;

}


.video-card-title-left h2 {
    color: white;
    font-size: 14px;
    float: left;
    max-width: 180px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card-title {
    margin-top: 18px;
}

.video-card-title-left h2 span {
    color: #3E3E3E;
    font-size: 10px;
}

.video-card-title-right {
    width: 13px;
    float: right;
    margin-top: -7px;
}

.video-card-title-right img {
    width: 100%;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\vedio-card-hover-start\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.video-card-hover-box-container {
    /* max-width: 170px; */
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 8px;
    float: left;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    position: absolute;
    top: 5%;
}

.video-card-container:hover .video-card-hover-box-container {
    opacity: 1;
    pointer-events: all;
    top: 0;
    transform: scale(1.2);
    z-index: 9999 !important;
}

.video-card-hover-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-card-hover-heading {
    width: 100%;
}

.video-card-hover-heading h6 {
    color: #191818;
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 10px;
}

.video-card-hover-gif-box-container {
    width: 100%;
    position: relative;
    height: 200px;
}

.video-card-hover-gif-box-container img {
    width:100%;
}


.film-preview{
	height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.video-card-hover-gif-box-container-overlay {
    background: rgba(0, 0, 0, 0.438);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 8px;
}

.video-card-hover-gif-box {
    width: 100%;
    height: 100%;
    border-radius: 8px;
	overflow: hidden;
}

.video-card-hover-gif-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 3px;
    border-radius: 8px;
}

.video-card-hover-gif-box-play-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-card-hover-gif-box-play-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #E50914;
    border-radius: 50%;
}

.video-card-hover-gif-box-play-icon i {
    color: white;
    text-align: center;
    font-size: 14px;
}

.video-card-hover-gif-box-baddge {
    position: absolute;
    top: 5%;
    left: 6%;
    background: #E50914;
    color: white;
    border-radius: 3px;
    padding: 4px 7px;
    padding-top:5px;
    
}

.video-card-hover-gif-box-baddge h2 {
    font-size: 8px;
    margin: 0px;
}

.video-card-hover-gif-box-title {
    width: 100%;
    position: absolute;
    bottom: 6%;
    left: 6%;
}

.video-card-hover-gif-box-title h2 {
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin: 0px;
}

.video-card-hover-gif-box-title h3 {
    font-size: 8px;
    font-weight: 400;
    color: white;
    margin: 0px;
    margin-top:1px;
}

.video-card-hover-gif-box-title h3 span {
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-right: 3px;
}

.video-card-status {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.video-card-status-left {
    max-width: 70%;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card-status-left h1 {
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.video-card-status-left h2 {
    font-size: 8px;
    font-weight: 400;
    
    margin: 0px;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card-status-right {
    float: right;
}

.video-card-status-right ul li {
    list-style: none;
    display: inline-block;
}

.video-card-status-right ul li a i {
    color: #191818;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 5px;
}

.video-card-status-right ul {
    margin: 0px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\{support-independent}\\\\\\\\\\\\\\\\\\\\\\\ */
.support-independent {
    width: 100%;
    background: #090909;
    padding: 30px 0;
    margin: 30px 0;
    float: left;
    border: 1px solid #000000;
}

.support-left {
    float: left;
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    margin-left: -8px;
}

.support-left::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    border-radius: 2px;
    height: 100%;
    background: #E50914;
}

.support-left h1 {
    font-size: 22px;
    font-weight: 500;
    color: white;
    line-height:1.4;
}

.support-left h2 {
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height:1.6;
}

.support-left h2 span {
    font-size: 12px;
    font-weight: 500;
    color: #E50914;
}

.support-right {
    float: right;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-right ul {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-right ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.support-right ul li h1 span {
    color: #E50914;
    
    font-size: 12px;
	font-weight:500;
}

.support-right ul li h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 6px;
}


.support-right ul li h2 span {
    color: #E50914;
    
    font-size: 12px;
	margin-top: 6px;
}

.support-right ul li h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
}

.support-btn {
    width: 190px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #E50914;
    border-radius: 8px;
    padding: 15px 0;
	font-size:14px;
    border: 2px solid transparent;
    transition: 0.2s;
    margin-right: -8px;
}

.support-btn:hover {
     background: #cf0d17;
    border: 2px solid #E50914;

}

.support-btn:hover button {
    color: white;
}

.support-btn button {
    width: 100%;
    height: 100%;
    color: white;
    background: none;
    outline: none;
    border: none;
    text-align: center;
    font-weight: 500;
}

.watch-free-indie-left {
    float: left;
    margin-left: -8px;
}

.watch-free-indie-left h1 {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.watch-free-indie-left h1 span {
    color: #E50914;
}

.watch-free-indie-right {
    float: right;
    margin-top: -6px;
    margin-right: -8px;
}

.watch-free-indie-right a {
    text-decoration: none;
}

.watch-free-indie-right ul {
    margin: 0px;
}

.watch-free-indie-right ul li {
    list-style: none;
    display: inline-block;
}

.watch-free-indie-right ul li h1 {
    font-size: 14px;
    font-weight: 500;
    color: #E50914;
    margin-right: 5px;
}

.watch-free-indie-right ul li h1:hover{
    color:#cb0d17;
    
}


.watch-free-indie-right ul li img {
    width: 17px;
}

.whatch-free-indie-videocard-container {
    float: left;
    width: 100%;
    margin-top: -14px;
    padding-bottom: 20px;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\{support-independent end}\\\\\\\\\\\\\\\\\\\\\\\ */


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\{join-our-growing}\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.join-ower-growing {
    width: 100%;
    background: #101010;
    float: left;
    padding-bottom: 70px;
    margin-top: 20px;
    border: 1px solid #000000;
}

.growing-community-heading {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    padding-bottom:30px;
}

.watch-free-indie{
    
    padding-top:15px;
    
}

.growing-community-heading h1 {
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
}

.growing-community-heading h2 {
    color: #E50914;
    font-weight: 500;
    font-size: 22px;
    margin: 0px;
	margin-top:10px;
}

.post-box-container {
    width: 100%;
    float: left;
    border-radius: 9px;
    border: 1px solid #000000;
    padding: 15px 0;
   // cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
	    background-color: #131313;
	    
}

.post-box-container:hover, .job-post-container:hover{
        background-color: #1b1b1b;
    
}




.post-box-left {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.post-box-left img {
    width: 54px;
    border-radius: 6px;
    margin-right: 12px;
    float: left;
}

.post-box-left h1 {
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-box-left h2 {
    font-size: 10px;
    color: #4c4c4c;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-box-right {
    float: right;
    width: 140px;
}

.post-box-right h3 {
    color: #3E3E3E;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
}

.forum-menu{
    list-style-type: none;
    color:white;
    font-size:12px;
    padding:4px;
    padding-left:10px;
}



.forum-active{

color:#e50914!important;
}

.forum-item{
color:white!important;
}

.res-log:hover{
    opacity:0.9;
}


.forum-details{
    background:none!important;
     font-size: 10px!important;
}

.post-title {
   background: #000000; 
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 5px;
     padding-left: 8px; 
     padding-right: 8px; 
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.post-title h3 {
    color: white;
    font-size: 10px;
   // text-align: left;
    font-weight: 400;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-job-post {
    width: 100%;
    float: left;
    background: #000000;
    padding-top: 50px;
    padding-bottom: 65px;
    
}

.job-post-container {
    width: 100%;
    float: left;
    background: #131313;
    padding: 18px;
    border-radius: 9px;
    margin-top: 12px;
    border: 1px solid #000000;
}





.job-post-center {
    width: 100%;
    padding-left: 67px;
    margin-top: 12px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}

.job-post-center p {
    font-size: 11px;
    font-weight: 400;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  //  -webkit-box-orient: vertical;
    line-height: 1.7;
}

.job-post-center img {
    width: 13px;
    position: absolute;
    left: 21px;
    top: 3px;
}

.job-post-bottom {
    width: 100%;
    float: left;
    padding-left: 67px;
    
}

.job-post-bottom-left {
    float: left;
}

.job-post-bottom-left ul {
    margin: 0px;
}

.job-post-bottom-left ul li {
    list-style: none;
    display: inline-block;
}

.job-post-bottom-right {
    float: right;
    margin-top: 14px;
}

.job-post-bottom-right ul {
    margin: 0px;
}

.job-post-bottom-right ul li {
    list-style: none;
    display: inline-block;
}

.job-post-bottom-right ul li h1 {
    font-size: 11px;
    color: #E50914;
    font-weight: 400;
    margin-right: 8px;
}

.job-apply-btn {
    width: 104px !important;
    background: #E50914;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    transition: 0.2s;
}

.job-apply-btn:hover {
    border: 2px solid #E50914;
   background: #cf0d17;;
}

.job-apply-btn:hover button {
    color: #ffffff;
}

.job-apply-btn button {
    width: 100%;
    padding: 8px;
    background: none;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
}


.empty_space{
    height:20px;
    
}


a {
  color: #e50914;  
}

a:hover {
  color: #d20c16;  
  text-decoration:none;
}

a:active {
  color: #d20c16;  
}

a:visited {
  color: #e50914;  
  text-decoration:none;
}




.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.475rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    /* color: red; */
    color: #495057;
    background-color: #313131;
    background-clip: padding-box;
    border: 1px solid #090909;
    border-radius: 9px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




/* {footer} */
.footer {
    padding: 35px 0;
   // border: 1px solid #000000;
}

.footer-logo {
    max-width: 135px;
    width: 100%;
}

.footer-logo img {
    width: 100%;
}

.footer-left p {
    font-size: 11px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
   line-height:1.7;
    width: 100%;
}

.footer-left ul {
    margin: 0px;
}

.footer-left ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-left ul li a {
    color: #E50914;
}

.footer-left ul li a i {
    font-size: 14px;
}

.footer-left h3 {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 10px;
    margin-top: 8px;
}

.footer-center h1 {
    color: #E50914;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer-center ul {
    margin: 0px;
    margin-top: 10px;
	    margin-bottom: 30px;
}

.footer-center ul li {
    list-style: none;
    margin-bottom: 0px;
}

.footer-center ul li a {
    color: white;
    font-weight: 400;
    font-size: 11px;
}


.footer-center ul li a:hover {
    color: #e50914;
    text-decoration:none;
 
}

