@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body {
	/*font-family: 'Droid Arabic Kufi', serif;*/

	font-family: 'Roboto Slab', serif;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
 @keyframes fadein {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
.clearfix:after, .boxs:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	width: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* Start preloader */

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10000;
}
#preloader-orbit-loading {
	position: relative;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}
#preloader-orbit-loading .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#preloader-orbit-loading .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 6px solid #b8282f;
}
#preloader-orbit-loading .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 6px solid #99cc33;
}
#preloader-orbit-loading .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 6px solid #000;
}
 @keyframes cssload-rotate-one {
 0% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-one {
 0% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-one {
 0% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-one {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-one {
 0% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-two {
 0% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-two {
 0% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-two {
 0% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-two {
 0% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-two {
 0% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-three {
 0% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-three {
 0% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-three {
 0% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-three {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-three {
 0% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
/* End preloader */
img.side {
	width: 250px;
	height: auto;
	float: right;
	margin: 0 0 15px 20px;
	border: 2px solid #fff;
	box-shadow: 0 0 13px -3px #000;
}
a.side {
	float: right;
}
.full-width {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto !important;
	height: 40px !important;
	margin: auto !important;
	border: none !important;
	box-shadow: none !important;
}
.header {
	margin-bottom: 30px;
}
body.home .header {
	margin: 0;
}
.place5, .user, body.home .main_content {
	display: none;
}
body.home .place5, body.home .user, body.home .boxs {
	display: block;
}
.top_header {
	display: block;
	padding: 8px 0;
	background: #333;
}
.place1 ul {
	padding: 0;
	margin: 0;
}
.place1 ul li {
	display: inline-block;
	color: #fff;
	padding-right: 20px;
	font-size: 14px;
	line-height: 28px;
}
i.fa.fa-mobile, i.fa.fa-envelope {
	color: #fff;
	margin-right: 4px;
}
i.fa.fa-mobile {
	font-size: 24px;
	position: relative;
	top: 4px;
}
i.fa.fa-envelope {
	font-size: 16px;
}
.place2 {
	text-align: right;
}
.place2 h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	position: relative;
	top: 2px;
}
.place2 h1, .place2 p {
	display: inline-block;
	margin-bottom: 0;
}
.place2 a {
	display: inline-block;
}
.logo_menu {
	display: block;
	padding: 0;
	background: #bcbdc1;
	box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
	position: relative;
	z-index: 100;
}
.place3 p {
	margin-bottom: 0;
}
.place3 img {
	height: 70px;
	width: auto;
	margin-top: 7px;
}
/*menu*/

.place4 .navbar-collapse.collapse {
	padding: 0;
}
.place4 ul li ul {
	background: #fff;
	width: 200px;
	display: block;
	opacity: 0;
	border-radius: 3px;
	position: absolute;
	visibility: hidden;
	border-bottom: 3px solid #b8282f;
	top: 85px;
	left: 0;
	margin: 0 2px 0 0;
	padding: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.place4 ul li ul:before {
	color: #fff;
	background: url(../images/menu_li_bg.png) 0 0 no-repeat;
	content: "";
	height: 12px;
	width: 17px;
	position: absolute;
	top: -8px;
	left: 15px;
}
.place4 ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.place4 ul li ul ul {
	top: 5px;
	left: 202px;
}
.place4 ul li ul ul:before {
	background: none;
}
.place4 ul li ul li {
	list-style: none;
	float: none;
	border-bottom: 1px dotted #ccc;
}
.place4 ul li ul li a {
	display: block;
	background: none;
	font-size: 14px;
	text-decoration: none;
	color: #333 !important;
	padding: 6px 13px;
	border: none !important;
}
.place4 ul li ul li a:hover, .place4 ul li ul li.active > a {
	color: #b8282f !important;
}
.place5 {
	margin-bottom: 30px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
}
.place6 h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6699ff;
	letter-spacing: 0px;
	margin: 0 0 20px 0;
	padding: 12px 0 0;
}
.place6 a, #send, .boxs .well a {
	background: #f9f9f9;
	display: inline-block;
	padding: 6px 20px;
	text-transform: capitalize;
	font-size: 14px;
	color: #99cc33;
	border: none;
	border-radius: 0;
	border-left: 3px solid #99cc33;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.place6 a:hover, #send:hover, .boxs .well a:hover {
	border-left: 10px solid #99cc33;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.well._news {
	font-size: 14px;
	line-height: 26px;
	border-bottom: 3px solid #dcdcdc !important;
	border-radius: 0 0 5px 5px;
	border: 1px solid #dcdcdc;
	padding: 5px 5px 14px;
	display: inline-block;
}
.place7 h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background: #333;
	letter-spacing: 0px;
	margin: 0;
	padding: 12px 20px;
}
.place7 a {
	color: #99cc33;
	font-size: 16px;
	text-transform: capitalize;
	padding-bottom: 5px;
}
.place7 img {
	float: left;
	margin: 6px 10px 0 6px !important;
	padding: 3px;
	width: 160px;
	height: auto;
	box-shadow: 0 0 10px -2px rgba(0,0,0,0.5);
}
.place7 .news-content {
	float: right;
	width: 67%;
}
.place8 {
	display: block;
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;
}
.place8 ul {
	padding: 0;
	float: none;
}
.place8 ul ul a {
	padding-left: 25px !important;
}
.place8 h3 {
	background: #333;
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 18px;
	text-align: center;
	padding: 12px;
}
.place8 .accordion-menu {
	background: none !important;
}
ul.accordion-menu, ul.accordion-menu li {
	border: none !important;
}
.place8 li {
	display: block;
}
.place8 li a {
	display: block !important;
	padding: 10px;
	margin: 0;
	color: #111 !important;
	font-size: 12px;
	border-bottom: 1px dotted #ccc !important;
}
ul.accordion-menu li > .ul-wrapper {
	width: 100%;
}
ul.accordion-menu li > .item-wrapper > .menu-link {
	overflow-y: inherit !important;
}
#accordion_menu_96 .item-wrapper:hover a, #accordion_menu_96 li.current > .item-wrapper a {
	background: #fff;
}
a.pdf_file {
	padding: 12px 15px 12px 50px;
	line-height: 28px;
	background: url(../images/pdf_icon.png) 10px 7px no-repeat #f8f8f8;
	text-transform: capitalize;
	color: #262626;
	font-size: 14px;
	display: block;
	border-radius: 6px 0;
	clear: both;
}
#accordion_menu_96 li.open, #accordion_menu_96 li:hover {
	background: transparent !important;
}
.side_left {
	padding-left: 0;
}
body.contact-us .side_left {
	display: none;
}
body.contact-us .place9 {
	width: 100%;
	padding: 0;
}
.place9 ul {
	list-style: none;
	padding: 0;
}
.place9 ul li {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	background: url(../images/li_bg_content.png) 0 10px no-repeat;
	padding-left: 16px;
}
.place9 strong {
	color: #6699ff;
	font-weight: normal;
}
.boxs {
	display: none;
	margin: 30px 0 0;
	padding: 30px 0;
	position: relative;
}
.boxs .container {
	position: relative;
	min-height: 334px;
}
.boxs .container:before {
	content: "";
	position: absolute;
	width: 1140px;
	height: 1px;
	background: #dcdcdc;
	left: 30px;
	top: -30px;
}
.boxs .well {
	border: 1px solid #dcdcdc;
}
.boxs .well img {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #99cc33;
}
.boxs .well h1 {
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 36px;
	color: #6699ff;
	font-size: 18px;
}
.boxs .well h2 {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-transform: none;
	margin: 4px 0 14px 0;
	border: none;
}
.boxs .well a {
	margin: 0 10px;
}
.copyright {
	text-align: center;
	margin: 30px 0 20px;
	padding-top: 30px;
}
body.home .copyright {
	margin: 0 0 20px;
	padding-top: 0;
}
.copyright .container {
	position: relative;
}
.copyright .container:before {
	content: "";
	position: absolute;
	width: 1140px;
	height: 1px;
	background: #dcdcdc;
	left: 30px;
	top: -30px;
}
.copyright strong {
	font-weight: normal;
	color: #99cc33;
}
.copyright a {
	color: #99cc33;
}
table.table_style {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}
table.table_style td {
	padding: 5px 8px;
	border-bottom: 3px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
/* gototop */

#gototop {
	background: url(../images/go-to-top.png) no-repeat scroll center center #e7281b;
	border-radius: 4px 4px 0 0;
	bottom: 53px !important;
	height: 32px;
	padding: 0 !important;
	right: 30px !important;
	width: 42px;
	border: none !important;
}
#gototop:hover {
	background: url(../images/go-to-top.png) no-repeat scroll center center #e7281b;
	opacity: 0.7 !important;
}
/* media*/
 @media (max-width:767px) {
.top_header, .place2, .place3 {
	text-align: center;
}
.place3 img {
    padding: 0 0 5px;
}
.nav {
	float: none;
}
.nav>li {
	display: block;
}
.nav>li a {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.boxs .container:before, .copyright .container:before {
    width: 88%;
    left: 6%;
    right: 6%;
}
.place6, .boxs .col-md-3 {
    margin-bottom: 30px;
}
.place7 img {
    margin: 0 !important;
}
.place7 .news-content {
    float: none;
    width: 96%;
    margin: 0 2%;
}
.side_left {
    margin-bottom: 20px;
    padding: 0
}
a.side {
    float: none;
    width: 100%;
}
img.side {
    width: 100%;
    float: none;
    margin: 0 0 10px;
}
}