* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Changa', sans-serif;
	transition: 0.5s;
}

body {
	direction: rtl;
	text-align: right;
}

/*------------------------------------*/
.header-pic-top {
	overflow: hidden;
	height: 150px;
	background-image: url(../img/header-pic-top.jpeg);
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}

.header-pic-top .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(to right, rgba(52, 152, 219, 0.62), rgba(255, 121, 121, 0.8784313725490196));
}

.header-pic-top .overlay .box {
	position: relative;
}

.header-pic-top .overlay .box h2 {
	font-size: 58px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}

.header-pic-top .overlay .box .icon {
	position: absolute;
	left: 0;
	top: 40px;
}

.header-pic-top .overlay .box .icon a {
	color: #fff;
	text-decoration: none;
}

.header-pic-top .overlay .box .icon i {
	margin: 0px 5px;
	font-size: 18px;
	cursor: pointer;
}

.header-pic-top .overlay .box .icon input {
	width: 100px;
	border-radius: 15px;
	border: 1px solid transparent;
	position: absolute;
	top: 25px;
	left: 8px;
	transform: scale(0);
	outline: inherit;
	background-color: rgba(255, 255, 255, 0.51);
	padding-right: 5px;
	color: #fff;
}

.header-pic-top .overlay .box .icon input.opend-searchh {
	transform: scale(1);
}

/*------------------------------------*/
.slid-header .carousel-inner {
	height: 100%;
}

.slid-header .carousel-inner .carousel-item {
	height: 100%;

}

.slid-header .carousel-inner .carousel-item img {
	height: 100%;
}

.slid-header .carousel-inner .carousel-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
}

.slid-header .carousel-inner .carousel-item .text-logo {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	background-color: #ff7979;
	padding: 2px 14px;
}

.slid-header .carousel-inner .carousel-item .text-box {
	position: absolute;
	right: 15px;
	color: #fff;
	padding: 2px 14px;
	bottom: 60px;
	width: 95%;
	word-break: break-word;
	cursor: pointer;
}

.slid-header .carousel-indicators li {
	height: 10px;
}

.slid-header .carousel-inner .carousel-item:hover .text-box {
	bottom: 70px;
}

/*------------------------------------*/

nav.bg-light {
	background-color: #3498db !important;
	padding: 0;
	border-top: 5px solid #ff7979;
}

.navbar-light .navbar-brand {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 15px;
	margin: 0;
	background-color: #2980b9;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	padding: 21px;
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background-color: #ff7979;
	color: #fff;
}

.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: #fff;
}

.navbar-light .dropdown-menu {
	margin: 0;
	padding: 0;
	background-color: #3498db;
	border: 1px solid #2980b9;
	border-radius: 0;
	border-top: 4px solid #ff7979;
}

.navbar-light .dropdown-menu .dropdown-item {
    color: #fff;
    text-align: right;
    padding: 10px 20px;
}

.navbar-light .dropdown-menu .dropdown-item:focus,
.navbar-light .dropdown-menu .dropdown-item:hover {
	background-color: #ff7979;
}
.navbar-light .dropdown-menu .dropdown-item:hover{
	padding: 10px 30px;
}
.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.navbar.static-top {
	position: fixed;
	z-index: 55555;
	top: 0;
	width: 100%;
}

/*------------------------------------*/

.body-box {
	padding: 50px 0;
	overflow: hidden;
}

.body-box .box-news .slid-header {
	height: 300px;
	margin-bottom: 20px;
}

.body-box .box-news .slid-header .carousel-inner .carousel-item .text-box {
	bottom: 30px;
}

.body-box .box-news .slid-header .carousel-inner .carousel-item:hover .text-box {
	bottom: 40px;
}

.body-box .box-news .slid-header .carousel-indicators {
	margin: 0;
}

.body-box .box-news .slid-header .carousel-indicators li {
	height: 5px;
	width: 20px;
}

.box-allnews {
	height: 250px;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.box-allnews .img-box {
	width: 100%;
	height: 100%;
}

.box-allnews .img-box img {
	width: 100%;
	height: 100%;
}

.box-allnews .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
}

.box-allnews .text-box {
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
}

.box-allnews .text-box span {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	background-color: #ff7979;
	padding: 2px 14px;
}

.box-allnews .text-box h6 {
	position: absolute;
	color: #fff;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
}

.box-allnews .text-box:hover h6 {
	bottom: 25px;
}

.body-box .box-slider .top {
	background-color: #3498db;
	color: #fff;
	padding: 15px 10px 15px 0;
}

.body-box .box-slider .text-box {
	padding-top: 8px;
	padding-right: 10px;
}

.body-box .box-slider .text-box .item-box {
	margin-bottom: 9px;
}

.body-box .box-slider .text-box .item-box .row {
	width: 100%;
}

.body-box .box-slider .text-box .item-box .box-img {
	overflow: hidden;
	height: 120px;
}

.body-box .box-slider .text-box .item-box .box-img img {
	height: 100%;
	width: 100%;
}

.body-box .box-slider .text-box .item-box .text {
	word-break: break-word;
	border-bottom: 1px solid #e9ecef;

}

/*------------------------------------*/
.ad-800 {
	overflow: hidden;
	margin: 50px auto;
}

.ad-800 .ad {
	width: 800px;
	height: 200px;
	background-color: #e9ecef;
	text-align: center;
	line-height: 200px;
	color: #3498db;
}

.ad-300 {
	height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 250px;
	background-color: #e9ecef;
	color: #3498db;
}

/*------------------------------------*/
.body-box .box-slider.two .top,
.body-box .box-slider.four .top {
	background-color: #ff7979;
}

.three-box .box-slider.two .top,
.five-box .box-slider.three .top,
.seven-box .box-slider.four .top {
	position: relative;
}

.three-box .box-slider.two .top a,
.five-box .box-slider.three .top a,
.seven-box .box-slider.four .top a {
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 4px;
	color: #3498db;
	padding: 5px 10px;
}

.three-box .box-slider.two .top a:nth-of-type(1),
.five-box .box-slider.three .top a:nth-of-type(1),
.seven-box .box-slider.four .top a:nth-of-type(1) {
	left: 80px;
}

.three-box .box-slider.two .top a:nth-of-type(2),
.five-box .box-slider.three .top a:nth-of-type(2),
.seven-box .box-slider.four .top a:nth-of-type(2) {
	left: 15px;
}

.seven-box {}

.seven-box .box-slider.four {
	width: 100%;
}

.seven-box .text-box {}

.seven-box .text-box .big {
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;

}

.seven-box .text-box .big .one {
	width: 100%;
	height: 100%;
}

.seven-box .text-box .big .one img {
	width: 100%;
	height: 100%;
}

.seven-box .text-box .big .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
}

.seven-box .text-box .big .two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.seven-box .text-box .big .two span {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	background-color: #3498db;
	padding: 2px 14px;
}

.seven-box .text-box .big .two h6 {
	position: absolute;
	color: #fff;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
}

.seven-box .text-box .big .two:hover h6 {
	bottom: 25px;
}

.e9-box {
	margin-top: 25px;
}

.footer {
	background: #34495e;
	padding: 50px 0;
}

.footer .box-logo .navbar-brand {
	color: #fff;
	font-size: 40px;
	padding: 8px 10px;
	background-color: #2c3e50;
	margin: 0;
}

.footer .link-box {
	margin: 8px 0;
}

.footer .link-box a {
	color: #fff;
	text-decoration: none;
}