*{
    font-family: 'Ubuntu', sans-serif;
}
a{
    color: #136CB2;
}
header{
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}
.navbar{
    padding: 20px 0px;
}
.nepaliFilmDBBtn{
    background: #FFA400;
    color: #fff;
    position: relative;
    padding-left: 32px !important;
    padding-right: 15px !important;
}
.nepaliFilmDBBtn i{
    position: absolute;
    left: 10px;
    font-size: 18px;
}

.topBlackNavigation{
    background: #000;
    width: 100%;
    height: 40px;
}
.topBlackNavigation ul {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.topBlackNavigation ul li{
    height: 40px;
    display: inline-block;
    margin-right: 5px;
}
.topBlackNavigation ul li a{
    display: block;
    height: 100%;
    padding: 10px 10px;
    color: #fff;
}
.topBlackNavigation ul li a:hover{
    color: #ededed;
    text-decoration: none;
}
.navbar-nav{
    margin-top: 15px;
}
.navbar-nav .nav-link{
    font-size: 14px;
}
.navbar-nav .nav-item{
   margin: 0px 12px;
    font-weight: 500;
}
.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: #000;
}
.sliderOverlay{
    background: #0000008a;
    position: absolute;
    left:0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
}
.sliderContainer{
    top: 80px;
    left: 0px;
    font-size: 14px;
}
.sliderContainer .moviePosterImage{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    width: 100%;
}
 .movieShortDetails{
    text-align: left;
    margin-left: -10px;
    margin-top: 0px;
}
.movieShortDetails p{
    color: #B6B6B6;
    margin-top: 10px;
}
.movieShortDetails a:hover{
    text-decoration: none;
}
.genreList{
    margin: 0px 0px 20px;
    padding: 0px;
    list-style: none;
}
.genreList li{
    font-size: 12px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}
.movieShortDetails h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.carousel-item{
    position: relative;
}
.sectionHeader{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-login {
    width: 320px;
}
.modal-login .modal-content {
    border-radius: 1px;
    border: none;
}
.modal-login .modal-header {
    position: relative;
    justify-content: center;
    background: #f2f2f2;
}
.modal-login .modal-body {
    padding: 30px;
}
.modal-login .modal-footer {
    background: #f2f2f2;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
}
.modal-login label {
    font-weight: normal;
    font-size: 13px;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 38px;
    border-radius: 2px;
}
.modal-login .hint-text {
    text-align: center;
}
.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-login .checkbox-inline {
    margin-top: 12px;
}
.modal-login input[type="checkbox"]{
    margin-top: 2px;
}
.modal-login .btn {
    min-width: 100px;
    background: #3498db;
    border: none;
    line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #248bd0;
}
.modal-login .hint-text a {
    color: #999;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
.signInBtn{
    color: #fff;
    background: none;
    border: none;
    outline: none;
    padding-top: 10px;
}

.recentlyAdded{
    margin: 40px 0px 60px;
}

.recentlyAdded .owl-nav{
    position: absolute;
    top: -40px;
    right: 0px;
}
.recentlyAdded .owl-nav button{
    margin: 0px 5px;
    background: #eee !important;
    width: 30px;
    border-radius: 50%;
    height: 30px;
}
.recentlyAdded .owl-nav button:hover{
    background: #eaeaea !important;
}
.recentlyAdded .owl-nav span{
    font-size: 22px;
    line-height: 1em;
}

.sectionHeader{
    margin-bottom: 20px;
}
footer{
    background: #000;
    width: 100%;
    min-height: 150px;
    padding: 40px 0px;
}
.copyright{
    color: #A4A4A4;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

/*--------movie card---------*/
.movieCard{

}
.movieCard a{
    color: inherit;
}
.movieCard a:hover{
    text-decoration: none;
}
.movieCard strong{
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.movieCard span{
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

/*----profile list ---*/
.profileList{
    margin-bottom: 40px;
    min-height: 200px;
}
.profileList .profileContainer{
    background: #eee;
    border-radius: 50%;
    width: 200px;
    height:200px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px auto;
}
.profileList a{
    text-decoration: none;
}
.profileList strong {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    width: 100%;
    color: #000000;
}

.profileList .owl-nav{
    position: absolute;
    top: -40px;
    right: 0px;
}
.profileList .owl-nav button{
    margin: 0px 5px;
    background: #eee !important;
    width: 30px;
    border-radius: 50%;
    height: 30px;
}
.profileList .owl-nav button:hover{
    background: #eaeaea !important;
}
.profileList .owl-nav span{
    font-size: 22px;
    line-height: 1em;
}
.profileList span{
    color: #AFAFAF;
    font-size: 12px;
    text-align: center;
    display: block;
}
.profileContainerInside{
    min-height: 500px;
    width: 100%;
}
.profileContainerInside h3{
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
}
.profileContainerInside .profileCategory{
    list-style-type: none;
    margin: 0px 0px 20px;
    padding: 0px;
}
.profileContainerInside .profileCategory li {
    color: #ACB1B5;
    font-size: 13px;
    display: inline-block;
    border-right: 1px solid #ACB1B5;
    padding-right: 5px;
    padding-left: 5px;
}
.profileCategory li a{
    text-decoration: none;
}
.profileCategory li:first-child{
    padding-left: 0px;
}
.profileCategory li:last-child{
    border-right: none;
}
.profileContainerInside .profileImage{
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.profileContainerInside p{
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
}
.profileContainerInside .dobList{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    list-style-type: none;
}

button:focus {outline:0;}
