body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFf;
    background-color: #000;
    overflow-x: hidden;
}

.header-sec {
    width: 100%;
    float: left;
}



.header-top {
    width: 100%;
    float: left;
    background-color: #161616;
    padding: 20px 0;
}

.header-top-left ul {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
}

.header-top-left ul li {
    display: inline-block;
}

.header-top-left ul li a {
    list-style: none;
    color: #6d6d6d;
    margin-right: 20px;
    font-size: 20px;
}

.header-top-left ul li a:hover {
    color: #fff;
}

.header-top-right ul {
    float: right;
    margin-bottom: 0;
}

.header-top-right ul li {
    display: inline-block;
	position:relative;
}


.header-top-right ul li p{
	color: #B6B2B2;
	float: left;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 15px;
	text-transform: uppercase;
}

button, input, optgroup, select, textarea, input[type=text] {
    background: #c2c0c0;
    border: none;
    border-radius: 4px;
    padding: 2px;
}

.header-top-right ul li a {
    list-style:none;
    color:#6d6d6d;
    margin-left:11px;
    font-size:16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

// scrollTop Styles
ul li.scrollTop {
	float: right;
}

.header-top-right ul li form select {
    color: #fff;
    background-color: #6d6d6d;
    border: none;
    padding: 5px;
    margin-left: 15px;
    cursor: pointer;
}

.header-top-right ul li a:hover {
	text-decoration: none;
    color: #fff;
}

.logo-menu-sec {
    width: 100%;
    float: left;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.6);
}

#logo img {
    width: 76%;
    float: left;
}

.topHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}



.banner {
    position: relative;
    text-align: center;
}
.banner img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}

.overcontent {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    z-index: 11;
}


.search-container input{
	padding: 10px;
	background: #FFF;
	border: none;
	width: 30%;
	margin-right: -5px;
}
.search-container button {
  padding: 9px 12px;
  margin-right: 16px;
  background-color: #ff8c24;
  font-size: 16px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.search-container button:hover {
	background-color: #f67a0a;
}



.overcontent h1 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 36px;
	margin-bottom: 26px;
}

.overcontent p {
    color:#dfdede;
}

/*------- css menu on ------- */
* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

/* #cssmenu {
    font-family: sans-serif;
    background: none;
} */
#cssmenu {
    font-family: sans-serif;
    background: none;
    padding-top: 8px;
}
#cssmenu > ul > li {
    float: left
}

/* #cssmenu > ul > li > a {
    padding: 16px 13px;
	font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight:500;
} */
#cssmenu > ul > li > a {
    padding: 9px 16px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 500;
    text-align: center;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #ff8c24!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 40px;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto;
    padding-left: 0;
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}
/*------- css menu off ------*/

/* .join-area a {
    background-color: #ff8c24;
    padding: 15px 22px;
    color: #fff;
    border-radius: 40PX;
    text-decoration: none;
    text-transform: uppercase;
	float: right;
} */
.join-area a {
    background-color: #ff8c24;
    padding: 8px 22px;
    color: #fff;
    border-radius: 40PX;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin-top:5px;
}
.join-area a:hover {
	background-color: #fb5c06;
}




/*------- css latest-sec on ------- */
.latest-sec{
	width: 100%;
	float: left;
	text-align: center;
	padding: 100px 0 30px 0;

}
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans');

.weltilte{
    text-transform: uppercase;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 700;
    margin-bottom: 20px;
}
.analsex{
    text-align: left;
}
.title-video{
    text-align: center;
}
.latest-sec h2, .title-video h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.latest-sec h2:after, .title-video h2:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 324px;
	height: 40px;
	background: url(../images/bottmer-img.png) no-repeat;
}

.sofia-area{
	position:relative;
	margin-top:25px;
}

.sofia-area a img{
	width:100%;
	transition:0.5s;
	background:center;
	height:180px;
}
.sofia-area ul{
	float:left;
}
.sofia-area ul li{
	display:inline-block;
	padding:3px;
}
.sofia-area img:hover{
	opacity: 0.8;
	transform:0.5s;
	filter: grayscale(100%);
}
.sofia-area ul{
	position:absolute;
	float:left;
	background:rgba(0,0,0, 0.7);
	padding: 8px 7px;
	margin-top: -43px;
}
.sofia-area ul li{
	float:left;
	display:inline-block;
	padding: 3px;
}
.sofia-area ul li img{
	width:100%;
}
.sofia-area a h5{
	font-size: 14px;
	float: left;
	margin-top: 20px;
	color:#FFF;
}
.sofia-area a h5:hover{
	color: #ff8c24;	
}

.bottomAdvertisement{
    text-align: center;
    width: 100%;
}
.Categories-area{
	background-color: #1c1c1c;
	width: 100%;
	float: left;
	padding:0 15px;
	min-height:725px;
}
.Categories-area h4{
	font-size: 26px;
	color: #000;
	background-color: #ff8c24;
	padding: 10px 0;
	text-align: center;
}
.Categories-area ul{
	float: left;
	text-align: none;
}
.Categories-area ul li{
	list-style: none;
	margin-top: 12px;
	text-align: start;
}
.Categories-area ul li a{
	font-size: 15px;
	color:#fff;
	text-decoration: none;
}
.Categories-area ul li a:hover{
	color: #ff8c24;
}
.Categories-area ul li i{
	color: #ff8c24;
	margin-right: 10px;
}

.Categories-img{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.Categories-img a img {
	width: 100%;
	background-size: cover;
}
.Categories-img a img:hover {
	opacity: 0.8;
}



.video-area{
	margin: 30px 0 20px;
	position:relative;
}
.video-area .video-area-img img{
	width:100%;
	height:270px;
	object-fit: cover;
}
.video-area .video-icon{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	text-align:center;
	z-index:11;
	top:0;
	left:0;
	padding-top:25%;
}
.video-area .video-icon img{
	width:9%;
}


.scrollcont {
	overflow-y: scroll;
	margin-right: -16px;
	height:310px;
}
.conten-area{
	width:100%;
	text-align:start;
	/*text-align:none;*/
}
.conten-area h6{
	color:#cecece;
	font-size:16px;
	font-weight:400;
	margin-bottom:14px;
}
.conten-area h6 .linke-area a{
	color:#ff8c24;
	font-style:italic;
	cursor:pointer;
}
.conten-area h6 .linke-area a:hover{
	color:#f8a052;
}
.conten-area P{
	color:#e2e1e1;
}







/*-------------- show-video-section on ----------------*/
.play_video_cont{
	margin-top:0;
}
.plyr--video .plyr__controls {
    padding: 11px 10px 10px;
    background-color: #de6e00;
}
.plyr__control--overlaid {
    background:#ff8c24 !important;
}
.plyr--full-ui input[type="range"] {
    color:#ff8c24 !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
    background:#ff8c24 !important;
}
.btn:not(:disabled):not(.disabled) {
    background:#1c1c1c;
}

.btn{
    border-radius: 3px;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 0.5;
}
.btn:not(:disabled):not(.disabled) i{
	color:#FFF !important;
}
.btn:not(:disabled):not(.disabled) {
	margin-top:0;
}
.actions{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:18px;
}

.actions ul{
	margin-bottom:0;
}
.actions ul li{
	color:#FFF;
	display:inline-block;
	position:relative;
}

.actions .rate p{
	color:#FFF !important;
	background:#1c1c1c !important;
	padding:6px;
    margin-bottom:0;
	border:0 !important;
}
.btnrtshow{
	background: #302e2e;
	color: #fff;
	border-radius:4px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	padding: 13px 15px;
	font-size:13px;
}
#customTool {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	transform: translateY(-2em);
	z-index: 99;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	text-align: center;
	margin-left:-111px;
}
.actions li.giveRatting{
	float:right;
}
.actions li.giveRatting:focus #customTool, .actions li.giveRatting:hover #customTool {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}






/*--------------- comment on--------------*/
.comment-arae{
	width:100%;
	background:#1c1c1c;
	padding:15px 10px;
	float:left;
	margin-top:15px;
}

.comment-arae h6{
	color:#ff8c24;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.comment-arae form textarea{
	width:100%;
	padding:9px 11px;
	width:100%;
	border-radius:40px;
	height:40px;
	resize:none;
}
.comment-arae .commentTextShow{
	float: left;
	width: 100%;
}

.commentTextShow .textComment, .comment-reply{
	background: #c2c0c0;
	border-radius:40px;
	padding:9px 11px;
	text-align:left;
	color:#333;
	margin-top:10px;
}

.commentTextShow h3, .comment-reply h3 {
	display: inline-block;
	font-size: 14px;
	color: #803f05;
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 6px;
}
.commentTextShow .replyBox li{
	display:inline-block;
}
.commentTextShow .replyBox li.replyBtn{
	cursor:pointer;
	color:#fff;
}
.commentFeildReply{
	float:left;
	width:100%;
	display:none;
	text-align: left;
}
.commentFeildReply h4{
	color:#fff;
	font-size:13px;
	font-weight:600;
}
.repContent{
	padding-left: 15px;
}
/*--------------- comment off--------------*/





.modal-header{
	/*background:#F2F2F2;*/
}
.modal-header h5{
	color:#000;
}
.btn:not(:disabled):not(.disabled) {
    background:#ff8c24;
    border: none;
}
#click_rating{
	color:#ff8c24;
	background-color: #ededed;
	padding: 10px 0;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "raty";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}
.star-off-png::before {
	content: "\f006";
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color:#F60 !important;
    border-color:none !important;
	color:#FFF !important;
}
#click_rating {
    color: #fc8603;
    font-size:10px !important;
	background-color: #ededed99;
	box-shadow: 0px 2px 4px #4e4c4c;
}
.modal-content {
    width: 79%;
    background-color: rgba(243, 172, 105);
}
/*-------------- show-video-section off ----------------*/












/*--///movi-online-on///--*/

.movi-bx{
	width:100%;
	float:left;
	margin-top:30px;
}

.movi-area{
	width:100%;
	position:relative;
	margin-top:1px;
	float:left;
}

.movi-area a img{
	width: 100%;
	height:130px;
	transition:0.5s;
}
.movi-area a img:hover{
	opacity:0.8;
	transition:0.5s;
	filter: grayscale(100%);
}
.movi-area ul{
	position:absolute;
	float:left;
	background:rgba(0,0,0, 0.7);
	padding: 8px 7px;
	margin-top: -43px;
}
.movi-area ul li{
	float:left;
	display:inline-block;
	padding: 3px;
}
.movi-area ul li img{
	width:10px;
	width:100%;
}
.movi-area a h5{
	font-size:15px;
	float: left;
	margin-top:12px;
	color:#FFF;
	margin-bottom:0;
}
.movi-area a h5:hover{
	color: #ff8c24;
}

/*--///movi-online-off///--*/






/*-------- member-area on ---------*/
.member-area{
	width:100%;
	height:auto;
	float:left;
	padding:108px 67px;
	background:#0F0F0F;
	margin-top:30px;
}
.member-color-pg{
	width:100%;
	float:left;
	padding:100px 60px;
	background: #03010F;
}
.member-area h4{
	color:#ff8c24;
	font-size:26px;
	text-transform:uppercase;
    text-align:center;
}
.member-area form{
	margin-top:20px;
}

.member-area form p{
	color:#666;
	font-size:15px;
	float:left;
	margin-top:40px;
	text-transform:capitalize;
	background:#000;
    padding: 18px;
}
/* .member-area form input{
	width:100%;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #838383;
	padding:20px;
	font-size:14px;
	background:none;
	color:#838383;
	text-transform:capitalize;	
} */
.member-area form input {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #838383;
    padding: 10px;
    font-size: 14px;
    background: none;
    color: #838383;
    
    margin-bottom: 10px;
}
.member-area form input[type="submit"]{
	width:100%;
	background:#F60;
	font-size:16px;
	font-weight:500;
	border:none;
	margin-top:54px;
	color:#FFF;
	border-radius:40px;	
}
.member-area form input[type="submit"]:hover{
	background:#fb5c06;
	cursor:pointer;
}
/*---------- member-area off ----------*/






/*--------jobs-area on-------*/
.jobs-area{
	width:100%;
	min-height:710px;
	float:left;
	padding:30px;
	background:#0F0F0F;
	margin-top:30px;
}
.jobs-area h4{
	color:#ff8c24;
	font-size:26px;
	margin-bottom:30px;
	text-transform:uppercase;
    text-align:center;
	background: url(../images/bottmer-img.png) no-repeat bottom center;
	padding-bottom: 49px;
}

.jobs-area p{
	color:#CCC;
}
/*--------jobs-area off-------*/




/*--------- about-arae on ---------*/
.about-arae{
	width:100%;
	height:710px;
	float:left;
	padding:30px;
	background:#0F0F0F;
	margin-top:30px;
}

.about-arae h4{
	color:#ff8c24;
	font-size:26px;
	margin-bottom:30px;
	text-transform:uppercase;
    text-align:center;
	background: url(../images/bottmer-img.png) no-repeat bottom center;
	padding-bottom:49px;
}
.scroll-bx{
	overflow:hidden;
}
.scroll-area{
	overflow-y:scroll;
	margin-right:-18px;
	height:309px;
}

.about-arae p{
	color:#CCC;
	
}
/*--------- about-arae off ---------*/





.add-area{
	background-color: #1c1c1c;
	width: 100%;
	float: left;
}
.anal-box a img{
	position: relative;
	width:100%;
}
.anal-box .text{
	padding:40px 0;
	text-align: center;
}
.anal-box .text p{
    margin-bottom: 0;
}
.anal-box .text strong{
    font-style: italic;
}
.anal-box .text h4{
	color:#ffea00;
	font-size: 26px;
}
.anal-box .text h6{
	color:#ffea00;
	font-size:19px;
}
.anal-box .text a{
	color:#CF6;
	text-decoration:none;	
}


.anal-box-bottom a img{
	position: relative;
	width:100%;
}

/*.Categories-img-right{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.Categories-img-right a img {
	width: 100%;
	background-size: cover;
}
.Categories-img-right a img:hover {
	opacity: 0.8;
}*/
/*------- css latest-sec off ------- */











/*--------------- dashboard-area on -------------*/
.dashboard-bx{
	margin-top:30px;
}
.dashboard-area{
	position:relative;
	margin-top:30px;
}

.dashboard-area a img{
	width:100%;
	transition:0.5s;
	/*overflow:hidden;*/
}
.dashboard-area ul{
	float:left;
}
.dashboard-area ul li{
	display:inline-block;
	padding:3px;
}
.dashboard-area img:hover{
	opacity: 0.8;
	transform:0.5s;
	/*transform: scale(1.1);*/
	filter: grayscale(100%);
}
.dashboard-area ul{
	position:absolute;
	float:left;
	background:rgba(0,0,0, 0.7);
	padding:2px 2px;
	margin-top:-31px;
}
.dashboard-area ul li{
	float:left;
	display:inline-block;
}
.dashboard-area ul li img{
	width:75%;
}
.dashboard-area a h5{
	font-size:14px;
	float:left;
	margin-top:6px;
	color:#FFF;
	text-align:start;
}
.dashboard-area a h5:hover{
	color: #ff8c24;	
}



.pagination-area{
	width:100%;
	float:left;
	margin-top:40px;
	text-align: center;
}
.pagination-area ul{
	float:left;
}
.pagination-area ul li{
	display:inline-block;
	margin-right: 0.5px;
}
.pagination-area ul li a{
	background:#121212;
	padding:19px 20px;
	text-decoration:none;
	border-radius:4px;
	color:#898989;
}
.pagination-area ul li a:hover{
	color:#ff8c24;
}
/*--------------- dashboard-area on -------------*/




.nomartop{
    margin-top: 0;
}

/*------- css login-sec on ------- */
.login-sec{
	width: 100%;
	float: left;
	background-color:#0c0c0c;
	padding-bottom: 20px;
    margin-bottom: 30px;
	text-align: center;
}
.login-sec h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 50px;
    font-size: 20px;
}
.login-sec h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    background: url(../images/bottmer-img.png) no-repeat;
    background-size: 100%;
}
.login-sec form input {
    width: 100%;
    padding: 15px;
    background-color: #898989;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}
.login-sec form input[type="submit"]{
	background-color: #ff8c24;
	padding: 15px 10px;
	border:none;
	text-transform: uppercase;
}
.login-sec form input[type="submit"]:hover{
	background-color:#fb5c06;
	cursor:pointer;
}
.mr-0{
	margin-right: 0 important;
}

/*------- css login-sec off ------- */







/*------- css footer-sec on ------- */
.footer-sec{
	width: 100%;
	float: left;
	border-top: 1px solid #111111;
	text-align: center;
	padding: 20px 0;
	margin-top: 50px;
    background: #272626;
}
.footer-sec p{
	color:#5d5c5c;
	margin-bottom: 0;
}
/*------- css footer-sec off ------- */


/*--logout-area on--*/
.openlogin{
	display:none;
	right:0;
	margin-top:12px;
	background:#F60;
	position:absolute;
	padding:18px 20px;
	border-radius:4px;
}
.openlogin a{
	color:#EEE !important;
	margin-left:0 !important;
}
.openlogin a:hover{
	color:#fff !important;
}
/*--logout-area off--*/

/*============== Sup ================*/

.button::after {
    right: 16px;
    height: 8px;
}
.button::before {
    right: 16px;
}
.for-mobile
{
    display:none;
}
.for-browser
{
    display:block;
}
/* fot mobile */
@media screen and (min-device-width:320px) and (max-device-width:767px)
{
.bottomAdvertisement img
{
    width: 100%;
}
.overcontent h1 {
    font-size: 30px;
}
html
{
    overflow-x: hidden;
}
#logo img {
    width: 50%;
    float: inherit;
    margin-left: 25%;
}
#cssmenu .button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    z-index: 12399994;
    background: #ff8c24;
    left: 0;
}
/* #cssmenu .button {
    width: 51px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    z-index: 12399994;
    background: #ff8c24;
    left: 50%;
    transform: translateX(-50%);
} */
/* .join-area a {
    background-color: #ff8c24;
    padding: 8px 22px;
    color: #fff;
    border-radius: 40PX;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin-top: 5px;
    width: 100%;
    text-align: center;
} */
.join-area a {
    background-color: #ff8c24;
    padding: 5px 1px;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin-top: 15px;
    width: 47%;
    text-align: center;
    font-size: 11px;
    margin-right: 3px;
}
/* .join-area a:last-child {
    margin-right: 0;
} */
.header-top-right ul {

    float: inherit;
    margin-bottom: 0;
    text-align: center;

}
.header-top-left ul {

    float: inherit;
    padding-left: 0;
    margin-bottom: 5px;
    text-align: center;

}
.scroll-area {

    overflow-y: scroll;
    margin-right: 0;
    height: auto;
    padding: 15px;

}
/*.button::after {
    right: 16px;
    height: 8px;
}
 .button::before {
    right: 16px;
} */
#cssmenu ul li {
    width: 100%;
    border-top: none;
}
.button:after {
    position: absolute;
    top: 19px;
    right: 10px !important;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
.button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}
.overcontent {
    padding: 15px;
    top: 0;
}
.latest-sec {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 30px 0;
}

.sofia-area ul, .movi-area ul {
    margin-top: -70px;
}

.for-mobile p img{
    margin: auto;
}
.member-area {
    padding: 0;
    margin-top: 30px;
}
.Categories-area {
    min-height: auto;
}
.member-color-pg {
    width: 100%;
    float: left;
    padding: 0 15px;
    background: #03010F;
}
.member-area form input[type="submit"] {
    width: 100%;
    background: #F60;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-top: 30px;
    color: #FFF;
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 10px;
}
.topHeader {
    position: relative;
}
.scroll-bx {
    overflow: auto;
    height: 150px;
}
.banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.about-arae {
    height: auto;
}
.footer-sec {
    margin-top: 0;
}

.openlogin {
    display: none;
    right: 0;
    margin-top: 12px;
    background: #F60;
    position: absolute;
    padding: 7px 20px;
    border-radius: 4px;
    z-index: 999;
}
.login-sec {
    width: 100%;
    float: left;
    background-color: #0c0c0c;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.jobs-area {
    width: 100%;
    height: auto;
}
.for-mobile
    {
        display:block;
    }
    .for-browser
    {
        display:none;
    }
    .login-sec h3
    {
        font-size: 18px;
    }



}


/* For tab */
@media screen and (min-device-width:768px) and (max-device-width:1024px)
{
    .for-mobile
    {
        display:none;
    }
    .for-browser
{
    display:block;
}

    .join-area a {
        background-color: #ff8c24;
        padding: 8px 10px;
        color: #fff;
        border-radius: 40PX;
        text-decoration: none;
        text-transform: uppercase;
        float: right;
        margin-top: 5px;
        font-size: 12px;
    }
    .topHeader {
        position: relative;
    }

    .bottomAdvertisement img
    {
        width: 100%;
    }

    .scroll-area {
    
        overflow-y: scroll;
        margin-right: 0;
        height: auto;
        padding: 15px;
    
    }
 
    .overcontent {
        padding: 15px;
    }
    .latest-sec {
    
        width: 100%;
        float: left;
        text-align: center;
        padding: 30px 0;
    
    }
    .member-area {
        padding: 0;
        margin-top: 30px;
    }
    .Categories-area {
        min-height: auto;
    }
    .member-color-pg {
        width: 100%;
        float: left;
        padding: 0 15px;
        background: #03010F;
    }
    .member-area form input[type="submit"] {
        width: 100%;
        background: #F60;
        font-size: 16px;
        font-weight: 500;
        border: none;
        margin-top: 30px;
        color: #FFF;
        border-radius: 40px;
        margin-bottom: 30px;
        padding: 10px;
    }

    .Categories-area h4 {
        font-size: 20px;
    }











}



/* Responsive  */
@media screen and (min-device-width:768px) and (max-device-width:1024px)
{
    .actions ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .actions ul li {
    color: #FFF;
    display: inline-block;
    position: relative;
    margin: 4px 7px;
    }
    .login-sec h3
    {
    font-size: 14px;
    }
    .login-sec p img
    {
    width: 100%;
    }
    .Categories-area ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    }
    .Categories-area ul li {
    list-style: none;
    margin-top: 0;
    text-align: start;
    }
    .movi-area ul img 
    {
    height: 10px !important;
    width: 10px !important;
    }
    .login-sec p
    {
    font-size: 12px;
    }
    .movi-area a h5 {
        font-size: 11px;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:767px)
{
    .conten-area h6 {
        padding: 0 !important;
    }
    .movi-area a img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }
    .movi-area a h5 {
        font-size: 15px;
        float: left;
        margin-top: 10px;
        color: #FFF;
        margin-bottom: 20px;
    }
    .Categories-area ul li {
        list-style: none;
        margin-top: 12px;
        text-align: start;
        width: 50%;
        float: left;
    }
    .Categories-area ul li a {
        font-size: 11px;
        color: #fff;
        text-decoration: none;
    }
    .actions ul {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .actions ul li {
        color: #FFF;
        display: inline-block;
        position: relative;
        margin: 5px 0;
    }
    .pagination-area {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 30px;
        }
        .pagination-area a {
        padding: 5px 10px;
        background: #fff;
        color: #000;
        text-decoration: none;
        margin-right: 14px;
        border-radius: 3px;
        margin: 5px 0;
        clear: both;
        display: inline-block;
        }
}






