 
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700,900&display=swap&subset=arabic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Mirza:400,700&display=swap&subset=arabic');
 
html {
	font-family: 'Cairo', sans-serif;
}
::-webkit-scrollbar {
 width: 12px;
}
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
 background-color: #897199;
 outline: 1px solid slategrey;
}
.lazy-hidden {
	background: url(loading.gif) 50% 50% no-repeat #eee
}
::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #CC0066;
}
::selection {
	color: #fff;
	background: #CC0066;
}
* {

}
a, a:hover {
	text-decoration: none;
}
body {
	font-family: 'cairo', mirza;
	background-color: #F8F8F8;
}
p {
	font-family: mirza;
}
.btn {
	transition: 0.3s;
}
aside{
	margin-top: 20px;
}
aside .row{
	margin-right: 0;
}
/*--------------sidenav------------*/

.sidenav {
height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #274f47;
    box-shadow: -6px -2px 20px 0px #00000082;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
	margin-right: 15px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    text-align: center;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*--------------top-header------------*/

.lg-outer {
    direction: ltr;
}
header .top-nav, .bg-copyright {
	background-color: #0083b3;
	height: 50px;
}
header .top-nav .social {
	margin: 8px 0;
}
header .top-nav .social a {
	display: inline-block;
	color: #fff;
	background-color: #0083b3;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	text-align: center;
	opacity: 0.8;
	transition: 0.3s;
}
header .top-nav .social a:hover {
	transform: translate(0, -2px);
	opacity: 1;
}
header .top-nav .social a i {
	font-size: 16pt;
	padding: 5px 0;
}
header .top-nav .tags {
	margin: 13px 0;
	display: inline-block;
	float: left;
}
header .top-nav .tags a {
	height: 35px;
	color: #0083b3;
	float: left;
	padding: 0 5px;
	transition: 0.3s;
}
header .top-nav .tags a:hover {
	color: #CBCBCB;
	transform: translate(0, -2px);
}
header .mini-calandar {
	color: #fff;
	font-weight: 500;
	width: 125px;
	float: left;
	margin: 5px 7px 0 0;
}
header .mini-calandar .day {
	font-weight: 700;
	font-size: 40px;
	margin: 0;
	float: right;
	line-height: 40px;
	border-right: 2px solid #43887A;
	padding: 0 10px 0 0;
	box-shadow: 1px 0 0 0 #000000;
}
/*--------------end-top-header-----------*/
/*---------------middle-header-----------*/
header .middle-header {
	background-color: #fff;
	min-height: 120px;
}
header .middle-header .logo {
	max-height: 120px;
}
header .middle-header .search {
	margin: 43px 0;
	float: left;
}
header .middle-header .search a {
	color: #CBCBCB;
	transition: 0.3s;
}
header .middle-header .search a:hover {
	color: #C00000;
}
header .middle-header .search a i {
	font-size: 25pt;
}
/*-------------end-middle-header---------*/
/*-------------middle-header-navbar---------*/
.menubar .navbar {
	margin-bottom: 0px;
}
.menubar .navbar-default {
	background-color: transparent;
	border: 0;
	border-color: #e7e7e7;
	margin: 35px 0;
}
.menubar .navbar-default .navbar-nav>.active>a, .menubar .navbar-default .navbar-nav>.active>a:focus, .menubar .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #f3f2f2;
	border-radius: 10px;
}
.menubar .navbar-default .navbar-nav>li>a {
	color: #555;
	font-size: 11pt;
	font-weight: 400;
}
.menubar .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	background-color: transparent;
}
.menubar .caret {
	display: block;
	margin: 10px auto 0;
}
.menubar .navbar-nav>li>.dropdown-menu {
	margin-top: -10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	right: -25px;
	border-radius: 10px;
	border: 0;
}
.menubar .dropdown-menu>li>a {
	padding: 10px 15px;
}
/*-----------end-middle-header-navbar--------*/
/*-----------middle-header-search--------*/

.search-wrapper {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 70%;
	margin: 22px 0;
}
.search-wrapper.active {
}
.search-wrapper .input-holder {
	height: 50px;
	width: 50px;
	overflow: hidden;
	background: rgba(255,255,255,0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
	width: 220px;
	border-radius: 50px;
	background: rgb(243, 242, 242);
	transition: 0.5s;
}
.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 30px;
	padding: 0px 55px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
	color: #282828;
}
.search-wrapper .input-holder .search-icon {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 30px;
}
.search-wrapper.active .input-holder .search-icon span {
	font-size: 18pt;
	color: #0083b3;
}
.search-wrapper.active .input-holder .search-icon i {
	font-size: 16pt;
	color: #0083b3;
}
.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}
.search-wrapper.active .close {
	right: -35px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #FE5F55;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}
.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}
/*-----------end-middle-header-search--------*/
main {
}
main section {
	margin-top: 20px;
}
.ads {
	background-size: cover;
	background-repeat: no-repeat;
	height: 120px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 #00000014;
	transition: 0.5s;
	background-position: center center;
}
.ads:hover {
	transform: translate(0, -5px);
	box-shadow: 0px 4px 3px 2px #0000001f;
}
/*--------------slider---------------*/
main .carousel-inner {
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0 #00000024;
}
.carousel-control-prev {
	left: 0;
	right: auto;
}


main .carousel-control {
    left: auto;
    right: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: 45%;
	margin: 0 20px;
}

main .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: auto;
    right: 10px;
    top: 20px;
    margin-left: initial;
    margin-right: -10px;
	width: 50px;
}
main .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: auto;
    left: 36%;
    top: 21px;
    margin-right: initial;
    margin-left: -10px;
}
main .carousel-control.left,main .carousel-control.right {

    background: black;
}








main .carousel-caption {
	position: absolute;
	left: auto;
	bottom: 0;
	right: auto;
	z-index: 10;
	padding: 20px;
	color: #fff;
	text-align: right;
	background: #0000006b;
	width: 100%;
	border-top: 2px solid #f4a10c;
}
main .carousel-caption h2 {
	color: #f4a10c;
	margin: 0;
	font-size: 16pt;
	font-weight: 700;
}
main .carousel-caption p {
	color: #fff;
	font-size: 20px;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
main .carousel-caption span {
	color: #f4a10c;
	font-size: 1em;
	margin-left: 10px;
}
main .carousel-caption span i {
	font-size: 1.1em;
}
.item {
	height: 365px !important;
	width: 100% !important;
}
.carousel-item img {
	height: 100% !important;
	width: 100% !important;
}
/*--------------side-banners---------------*/
main .side-banner-top {
	width: 100%;
	background-size: cover;
	height: 285px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 #00000014;
}
main .side-banner-bottom-right {
	margin-left: 15px;
}
main .side-banner-bottom-right, main .side-banner-bottom-left {
	width: 100%;
	margin-top: 15px;
	background-size: cover;
	height: 175px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 #00000014;
	float: right;
}
/*--------------section-header---------------*/
.section-header {
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	border-bottom: 1px dotted #0083b3;
}
.section-header h2 {
	background-color: #0083b3;
	display: inline-block;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	font-size: 11pt;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
/*--------------section-body---------------*/

.section-body {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 3px 3px 5px 0 #00000014;
	padding: 10px;
}
.section-body .card-vip {
	background-color: #fff;
	box-shadow: 3px 3px 5px 0 #00000014;
	border-radius: 10px;
	margin-bottom: 15px;
}
.section-body .card-vip img {
	border-radius: 10px 10px 0 0;
	min-width: 100%;
	transition: 0.3s;
}
.section-body .card-vip a:hover img {
	opacity: 0.8;
}
.section-body .card-vip h3, .section-body .card-tile h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12pt;
	color: #282828;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	transition: 0.3s;
}
.section-body .card-area {
	padding: 10px;
}
.section-body .col-md-3 {
	padding-left: 0;
}
.section-body .row {
	margin-left: 0;
}
.demo-gallery .section-body{
	border-radius: 10px;
	padding: 10px;
}
.section-body .card-vip .card-area i,.gallery-category .gallery-img i {
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #EBEBEB;
	color: #9E9E9E;
	text-align: center;
	font-size: 14pt;
	border-radius: 50px;
	margin: 5px 0 0 5px;
}
.section-body .card-vip .card-area span,.gallery-category .gallery-img span {
	font-size: 11pt;
}
.section-body .card-vip .card-area p, .section-body .card-tile p {
	text-align: justify;
	overflow: hidden;
	height: 73px;
	margin: 0;
	line-height: 22px;
	font-size: 18px;
	color: #6e6e6e;
}
.section-body .card-vip .btn {
	border-radius: 0 0 10px 10px;
	padding: 12px 0;
}
/*-----------tile-card--------*/
.section-body .big-tile-area .card-tile {
    height: 300px;

}
.section-body .big-tile-area .card-tile p {
    height: 200px;
    line-height: 27px;
}
.section-body .card-tile {
	background-color: #fff;
	box-shadow: 3px 3px 5px 0 #00000014;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 160px;
	position: relative;
}
.section-body .card-tile .card-area {
	padding: 10px;
	display: inline-block;
	width: 55%;
}
.section-body .card-tile .button-card-area {
	display: inline-block;
	width: 55%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-body .card-tile .button-card-area .btn {
	border-radius: 0 0 0 10px;
	bottom: 0;
	position: absolute;
}
.section-body .card-tile img {
	width: 45%;
	border-radius: 0 10px 10px 0;
	float: right;
	height: 100%;
}
.section-body .card-tile p {
	text-align: justify;
	padding-top: 5px;
	overflow: hidden;
	height: 49px;
	margin: 0;
	line-height: 22px;
}
.section-body .col-md-6, .section-body .col-md-4 {
	padding-left: 0;
}
.section-body .card-tile .card-area i {
	width: 24px;
	height: 24px;
	padding: 5px;
	background: #EBEBEB;
	color: #9E9E9E;
	text-align: center;
	font-size: 11pt;
	border-radius: 50px;
	margin: 5px 0 0 2px;
}
.section-body .list-group .list-group-item {
	padding: 8px 15px 10px;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
}
.section-body .list-group .list-group-item .title {
	font-size: 15px;
	line-height: 33px;
	font-weight: 600;
}
.section-body .list-group .list-group-item .badge {
	padding: 10px 6px;
	font-size: 14px;
	width: 35px;
	height: 35px;
}
.bg-color-1 {
	background-color: #907F42
}
.bg-color-2 {
	background-color: #0083b3
}
.bg-color-3 {
	background-color: #CE5620
}
.bg-color-4 {
	background-color: #2F2933
}
.bg-color-5 {
	background-color: #F4A10C
}
.bg-color-6 {
	background-color: #0083b3
}
.bg-color-7 {
	background-color: #C00000
}
.bg-color-8 {
	background-color: #CC0066
}
.bg-color-9 {
	background-color: #E46C0A
}
.text-tile-big {
	height: 80px !important;
	line-height: 25px !important;
}
.video-player {
}
.video-player .section-body {
	background-color: #2F2933;
	border-radius: 10px;
}
.video-player .col-md-8 {
	padding-left: 0;
}
.video-player .video-prev {
}
.video-player .video-prev video {
	width: 100%;
	border-radius: 10px;
}
.video-player .video-tiles {
}
.video-player .video-tiles h3 {
	color: #fff;
	display: inline-block;
	float: right;
	margin: 10px 0;
}
.video-player .video-tiles .nav-tabs {
	border-bottom: none;
	float: left;
}
.video-player .video-tiles .nav-tabs>li>a {
	margin-left: 2px;
	color: #9d9d9d;
	font-size: 17px;
}
.video-player .video-tiles .nav-tabs>li.active>a, .video-player .video-tiles .nav-tabs>li.active>a:focus, .video-player .video-tiles .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	font-size: 17px;
}
.video-player .video-tiles .nav>li>a:focus, .video-player .video-tiles .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent;
	color: #e7e7e7 !important;
	font-size: 17px;
}
 .video-player .video-tiles .tab-content ul::-webkit-scrollbar {
 width: 5px;
}
.video-player .video-tiles .tab-content ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 .video-player .video-tiles .tab-content ul::-webkit-scrollbar-thumb {
 background-color: #897199;
 outline: 1px solid slategrey;
}
.video-player .video-tiles .tab-content ul {
	margin: 10px 0 0 0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 362px;
}
.video-player .video-tiles .tab-content ul li {
	margin-left: 10px;
	border-radius: 10px;
	height: 100px;
	margin-bottom: 5px;
}
.video-player .video-tiles .tab-content ul li:nth-child(odd) {
	background-color: #71617B;
}
.video-player .video-tiles .tab-content ul li a span {
	position: relative;
	width: 100px;
	height: 100px;
	float: right;
	margin: 0 0 0 10px;
	background-size: cover;
	border-radius: 0 10px 10px 0;
}
.video-player .video-tiles .tab-content ul li a span i {
	position: absolute;
	text-align: center;
	width: 100px;
	padding: 27px;
	height: 100px;
	font-size: 45px;
	color: #fff9;
	background: #00000040;
	border-radius: 0 10px 10px 0;
}
.video-player .video-tiles .tab-content ul li a img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 10px 10px 0;
}
.video-player .video-tiles .tab-content ul li a h3 {
	color: #fff;
	display: inline-block;
	float: right;
	margin: 10px 0 3px 0;
	width: 225px;
	font-size: 15px;
	line-height: 24px;
}
.video-player .video-tiles .tab-content .video-det i {
	width: 24px;
	height: 24px;
	padding: 5px;
	background: #EBEBEB;
	color: #9E9E9E;
	text-align: center;
	font-size: 11pt;
	border-radius: 50px;
	margin: 5px 0 0 2px;
}
.video-player .video-tiles .tab-content .video-det span {
	color: #f8f8f8;
	font-size: 11pt;
	margin: 0 2px 0 10px;
}
main .gallery{}
main .gallery img{
	width: 24%;
	border-radius: 10px;
	margin: 0 0 8px 4px;
	transition: 0.3s;
}
main .gallery a:hover img {
    transform: translate(0,-3px);
    box-shadow: 0px 3px 5px 0 #00000075;
}



/*-----------side hot posts--------*/
.side-hot-posts{}
.side-hot-posts .nav-pills>li.active>a,.main-tab .nav-pills>li.active>a {
    color: #fff;
    background-color: #0083b3;

	border-radius: 0;
}
.side-hot-posts .nav>li>a:focus,.side-hot-posts .nav>li>a:hover ,.main-tab .nav>li>a:focus,.main-tab .nav>li>a:hover {
	background-color: #0083b3;
    border-radius: 0;
}
.side-hot-posts .nav-justified>li>a,.main-tab .nav-justified>li>a {
    font-size: 11pt;
    font-weight: bold;
	background-color: #0083b3;
    color: #fff;
	border-radius: 0;
}
.side-hot-posts .nav-pills>li:first-child a,.side-hot-posts .nav-pills>li:first-child a:hover,.main-tab .nav-pills>li:first-child a,.main-tab .nav-pills>li:first-child a:hover{
	border-radius: 0 10px 0 0;
}
.side-hot-posts .nav-pills>li:last-child a,.main-tab .nav-pills>li:last-child a{
	border-radius: 10px 0 0 0;
}
.side-hot-posts .nav>li>a ,.main-tab .nav>li>a {
    padding:10px;
}
.side-hot-posts .nav-justified>li {
    width: 32.95%;
}
.side-hot-posts .nav-justified>li,.side-hot-posts .nav-stacked>li {
    float: right;

}
.side-hot-posts .section-body .card-tile, .new-comments .section-body .card-tile {
    height: 120px;
}
.side-hot-posts .section-body .card-tile:nth-child(odd) {
    background-color: #f2f2f2;
}
.new-comments .section-body .card-tile{
	border-bottom: 1px dashed #ccc;
	border-radius: 0;
	margin: 0;

}
.new-comments .section-body .card-tile {

    box-shadow: 0 0 0 0 transparent;

}
.new-comments .section-body .card-tile:last-child{
	border-bottom: 0;
}
.side-hot-posts .section-body .card-tile img, .new-comments .section-body .card-tile img {
    width: 34%;
}
.new-comments .section-body .card-tile img{
	border-radius: 50%;
	padding: 15px;
}
.side-hot-posts .section-body .card-tile p, .new-comments .section-body .card-tile p {
    height: 50px !important;
	padding: 0;
}
.side-hot-posts .section-body .card-tile h3 ,.new-comments.section-body .card-tile h3 {
    margin: 0;
}
.side-hot-posts .section-body .card-tile .card-area, .new-comments .section-body .card-tile .card-area {
    padding: 10px 10px 5px;
 	width: 65%;
}
/*-----------single--------*/
.posttitlearea{

    background-size: 100% 130%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	border-radius: 10px;
    box-shadow: 3px 3px 5px 0 #00000014;
}
.darkbg{
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.4);
	border-radius: 10px;
	position: relative;
}
.posttitlearea .darkbg .tilearea{
	position: absolute;
	bottom: 0;
    right: 40px;
}
.posttitlearea .darkbg .breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: transparent;
}
.posttitlearea .darkbg .breadcrumb a{
	color:#fff;
}
.breadcrumb>.active {
    color: #969696;
}
.posttitlearea .darkbg .tilearea h3{
	color:#fff;
}
.posttitlearea .darkbg .tilearea i{
	color: #a2a2a2;
    font-size: 20px;
	margin-left: 5px;
}
.posttitlearea .darkbg .tilearea span{
	color: #a2a2a2;
    font-size: 17px;
    margin-left: 10px;
}
.blogtext .section-body{
	border-radius: 10px;
}

.commentsarea .section-header {
    border-bottom: none;
}
.commentsarea .section-header h2 {
    background-color: #ffffff;
    color: #5a5a5a;
    font-size: 13pt;

}
.otherposts{}
.otherposts .nextpost{


}
.otherposts .nextpost i,.otherposts .pervpost i{
	position: absolute;
    right: 0;
    transform: translate(-20px, -34px);
    font-size: 25px;
    color: #fff;
    transition: 0.3s;
}
.otherposts .pervpost i{
	left: 0;
	right: auto;
    transform: translate(20px, -34px);
}
.otherposts .nextpost a:hover i{
	transform: translate(-15px, -34px);
    color: #ccc;

}
.otherposts .pervpost a:hover i{
	transform: translate(15px, -34px);
    color: #ccc;

}
.otherposts .posttext{
	padding: 49px 0px;
}
.otherposts .nextpost h3,.otherposts .pervpost h3{
	margin: 0;
    color: #f4a10c;
	font-size: 20px;
}
.otherposts .nextpost span,.otherposts .pervpost span{
	color:#fff;
}
.otherposts .pervpost{

}
.otherposts .nextpost, .otherposts .pervpost {
    height: 140px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    box-shadow: 3px 3px 5px 0 #00000014;
	text-align: center;
}
.download .downloadfild{
	margin: 0 15px 5px 0;
}
.download span{
	font-size: 14px;
    color: #888;
    margin-right: 10px;
}
.download a{
	color: #0083b3;
    font-size: 15px;
    font-weight: bold;
}
.download h4{
	font-size: 15px;
    background-color: #0083b3;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.download i{
	font-size: 17px;
    width: 25px;
    height: 25px;
    color: #797979;
    border-radius: 5px;
    padding: 4px;
}
.commentresp .media {
    margin-top: 0;
}
.commentresp p{
	    font-size: 17px;
    margin: 0 14px;
	color: #808080;
}
.commentresp .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
	color: #404040;
}
.commentresp .media-left img{
	width: 60px;
    border-radius: 50%;
}
.commentresp .commentfild {
	margin-top: 5px;

}
.commentresp .commentfild i{
	font-size: 16px;

}
.commentresp .commentfild span,.commentresp .commentfild a{
	color: #3e3e3e;
	margin-left: 10px;
}
.commentresp  hr {
    margin-top: 10px;
    border-top: 1px solid #eeeeeec2;
}
/*-----------footer--------*/
/*-----------footer--------*/
.primary-footer {
	background-color: #E8E8E8;
	padding: 20px 0 0 0;
	margin-top: 30px;
}
.primary-footer .footer-menu {
	display: block;
	text-align: center;
	border-bottom: 1px dashed #c6c6c6;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 60%;
	margin: 0 auto;
}
.primary-footer .footer-menu a {
	margin-left: 10px;
	font-weight: 600;
	color: #0083b3;
}
.primary-footer .footer-menu a::after {
	content: "/";
	margin-right: 6px;
}
.primary-footer .footer-menu a:last-child::after {
	content: "";
	margin-right: 6px;
}
.primary-footer .bg-copyright span {
	margin: 15px 0px;
	float: right;
	color: #0083b3;
}
.primary-footer .about-us {
}
.primary-footer .about-us h3, .primary-footer .footer-tags h3, .primary-footer .footer-lastnews h3, .primary-footer .footer-newsletter h3 {
	font-size: 13pt;
	font-weight: 600;
	color: #545454;
	margin-bottom: 11px;
}
.primary-footer .about-us p {
	color: #5f5f5f;
	line-height: 22px;
	font-size: 13pt;
	text-align: justify;
}
.primary-footer .about-us i {
	font-size: 15pt;
	color: #848484;
	margin: 0 10px;
}
.primary-footer .about-us span {
	font-size: 13pt;
	color: #848484;
}
.primary-footer .bg-copyright {
	margin-top: 15px;
}
.primary-footer .label {
	padding: 8px 10px;
	font-weight: 400;
	border-radius: 7px;
	display: inline-block;
	margin: 0 0 3px 0;
}
.primary-footer .label-tags {
	background-color: #52435C;
	transition: 0.3s;
}
.primary-footer .label-tags:hover {
	background-color: #6b5b76;
}
.primary-footer .footer-lastnews ul {
	list-style: square;
	list-style-position: inside;
}
.primary-footer .footer-lastnews ul li {
	padding: 5px 0;
	border-radius: 7px;
	transition: 0.3s;
}
.primary-footer .footer-lastnews ul li:nth-child(even) {
	background: #DDDDDD;
}
.primary-footer .footer-lastnews ul li:hover {
	background: #ccc;
}
.primary-footer .footer-lastnews ul li a {
	color: #5f5f5f;
	font-size: 13px;
}
.primary-footer .footer-newsletter {
}
.primary-footer .footer-newsletter form input[type="email"] {
	direction: ltr;
	border: 0;
	border-radius: 0 10px 10px 0;
	padding: 11px 10px;
	width: 73%;
	float: right;
	font-size: 13pt;
}
 .primary-footer .footer-newsletter form input[type="email"]::placeholder {
 direction: rtl;
 font-size: 10pt;
}
.primary-footer .footer-newsletter .btn {
	border-radius: 10px 0 0 10px;
	padding: 12px 12px;
}


/*-----------gallery--------*/

.gallery-category .btn{
	border-radius: 0 0 10px 10px;
    padding: 12px 0;
}
.gallery-category .gallery-img p{
	font-size: 17px;
    text-align: justify;
    color: #616161;
    padding: 0 10px;
}
.gallery-category .gallery-img h3{
	text-align: center;
    font-size: 20px;
	margin: 15px 0;
}
.gallery-category .gallery-img{
	box-shadow: 3px 3px 5px 0 #00000029;
	padding-top: 1px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.gallery-category .gallery-img span {
	margin-left: 2px;
}
.gallery-category .gallery-img i {
	margin-right: 10px;
}
/*-----------search--------*/
.searchformbody .form-group{
	width: 83%;
}
.searchformbody .form-group input[type="search"]{
	width: 100%;
}
.searchformbody form{}
.searchformbody form{}

.searchformbody hr{
	margin-top: 13px;
    margin-bottom: 8px;
}
.searchformbody .search-result{
	    font-size: 18px;
}
.searchformbody .search-result strong{
	    font-size: 15px;
}
.searchformbody{}
/*-----------end-footer--------*/

/*-----------start-RTL--------*/

/*-----------end-RTL--------*/
@media screen and (max-width:767px){
	.container>.row{
		margin: 0 !important;
	}
	.item {
	height: auto !important;
}
	#sticker-sticky-wrapper {
    display: none;
}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 120px;
    max-height: 400px;
    height: auto;
}
	main .carousel-caption h2 {
    font-size: 11pt;
    font-weight: 600;
}
	main .carousel-caption p {
    font-size: 17px;
    margin: 0 0 3px;
}
	.carousel {
    margin-bottom: 15px;
}
main .carousel-control.left, main .carousel-control.right {
    display: none;
}
	main .gallery img {
    width: 47%;
}
	main .gallery{text-align: center;}

main .gallery a:nth-child(4) img,main .gallery a:nth-child(8) img{
	margin: 0 0 8px 7px;
}
.side-hot-posts .nav-pills > li:first-child a, .side-hot-posts .nav-pills > li:first-child a:hover, .main-tab .nav-pills > li:first-child a, .main-tab .nav-pills > li:first-child a:hover {
    border-radius: 10px 10px 0 0;

}
.side-hot-posts .nav-pills > li:last-child a, .main-tab .nav-pills > li:last-child a {
    border-radius: 0;
}
.side-hot-posts .nav-justified > li {
    width: 100%;
    display: block;
}
.section-body .card-tile .card-area i, .video-player .video-tiles .tab-content .video-det i {
    width: 20px;
    height: 21px;
    padding: 4px;
    font-size: 9pt;
	margin: 0;}
	.video-player .video-tiles .tab-content ul li a span i {

    max-width: 100%;
    max-height: 100%;
    padding: 23px;

}
.section-body .card-tile .card-area span,.video-player .video-tiles .tab-content .video-det span {
    font-size: 8pt;
    font-weight: bold;
    color: #939393;
}
.video-player .video-tiles .tab-content ul li a h3 {
    margin: 5px 0 3px 0;
        max-width: 63%;
    font-size: 12px;
    height: 54px;
    overflow: hidden;
}
	.video-player .video-tiles .tab-content ul li a span {
    width: 90px;
    height: 100%;

}
.video-player .video-tiles .tab-content ul li {

    height: 95px;

}
.video-player .video-tiles .tab-content .video-det span {

    margin: 0 2px 0 2px;
}
	main .side-banner-bottom-right, main .side-banner-bottom-left {
    width: 100%;
    height: 285px;
}
	.section-body .card-tile {

    height: auto;

}
	.side-hot-posts .section-body .card-tile .card-area, .new-comments .section-body .card-tile .card-area {
    padding: 10px 10px 5px;
    width: 64%;
}
	.section-body .card-tile .card-area {
    padding: 5px;
    display: inline-block;
    width: 55%;
}
	.side-hot-posts .section-body .card-tile p, .new-comments .section-body .card-tile p {
    height: 42px !important;
    padding: 0;
    line-height: 19px !important;
}
	.side-hot-posts .section-body .card-tile, .new-comments .section-body .card-tile {
    height: 100px;
}
	.logo .img-responsive{
	width: 75%;

		margin: 0;
	}
	.side-hot-posts .section-body .card-tile img, .new-comments .section-body .card-tile img {
    width: 100px;
    height: 100px;
}
}
@media screen and (max-width: 991px) and (min-width:768px) {

	main .side-banner-top {

    height: 300px;

}
	main .side-banner-bottom-right, main .side-banner-bottom-left {
    width: 48%;
    height: 300px;
}
}

@media screen and (max-width:650px){
	.logo .img-responsive{
	width: 100%;

		margin: 0;
	}
	.section-body .card-tile img {
    width: 35%;
    border-radius: 0 10px 10px 0;
    float: right;
    height: 100%;
}
	.section-body .card-tile .card-area {
    padding: 5px;
    display: inline-block;
    width: 65%;
}
	.section-body .card-vip h3, .section-body .card-tile h3 {

    padding: 0 0 12px 0;

}
	.section-body .card-tile p {
    display: none;
}
	#sticker-sticky-wrapper {
    display: none;
}
	.section-body .card-tile .button-card-area {

    width: 65%;

}
	.side-hot-posts .section-body .card-tile .card-area, .new-comments .section-body .card-tile .card-area {
    padding: 17px 4px;
    width: 70%;
}
	.side-hot-posts .section-body .card-tile img, .new-comments .section-body .card-tile img {
    width: 30%;
    height: 100%;
}
	.side-hot-posts .section-body .card-tile, .new-comments .section-body .card-tile {
    height: 80px;
}
	.col-md-4{
		padding-right: 0;
	}
	.video-player .video-tiles {
    padding-right: 15px;
}
	.video-player .video-tiles .tab-content ul li {
    height: 75px;
}
	.video-player .video-tiles .tab-content ul li a h3 {

    height: 37px;
	line-height: 17px;
}
	.video-player .video-tiles .tab-content ul li a span {
    width: 70px;
    height: 100%;
}
		.item {
	height: 300px;
}
}
