﻿body {
	color: #565759;
}

a:hover {
	text-decoration: none;
	color: #00aeef;
	-webkit-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	transition: 200ms all ease;
}

ul {
	margin: 0;
	padding: 0;
}

	ul li {
		list-style-type: none;
	}

.header-left {
	float: left;
	padding: 20px 10px 10px 10px;
}

.brand {
	padding: 10px 5px 10px 10px;
}

ul.navbar-nav {
	padding-top: 23px;
}

.header-top {
	background-color: #f3f4f4;
	padding: 5px;
	color: #565759;
}

.nav-header {
	list-style: none;
	padding-top: 5px;
}

	.nav-header > li {
		float: left;
		padding: 2px 15px 2px 0;
		color: #565759;
	}

		.nav-header > li > i {
			color: #00aeef;
		}

		.nav-header > li > a {
			color: #565759;
			margin-right: 2px;
		}

			.nav-header > li > a:hover {
				color: #0068a0;
			}
/* Menu */
.navbar-menu {
	background-color: #0068a0;
	border-color: none;
	border-radius: 0;
}

	.navbar-menu .navbar-brand:focus,
	.navbar-menu .navbar-brand:hover {
		color: #5e5e5e;
		background-color: transparent;
	}

	.navbar-menu .navbar-text {
		color: #fff;
	}

	.navbar-menu .navbar-nav > li > a {
		color: #fff;
	}

		.navbar-menu .navbar-nav > li > a:focus,
		.navbar-menu .navbar-nav > li > a:hover {
			color: #00aeef;
			background-color: transparent;
		}

	.navbar-menu .navbar-nav > .active > a,
	.navbar-menu .navbar-nav > .active > a:focus,
	.navbar-menu .navbar-nav > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-menu .navbar-nav > .disabled > a,
	.navbar-menu .navbar-nav > .disabled > a:focus,
	.navbar-menu .navbar-nav > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-menu .navbar-toggle {
		border: 2px solid #ddd;
	}

		.navbar-menu .navbar-toggle:focus,
		.navbar-menu .navbar-toggle:hover {
			background-color: #00aeef;
		}

		.navbar-menu .navbar-toggle .icon-bar {
			background-color: #fff;
		}

	.navbar-menu .navbar-collapse,
	.navbar-menu .navbar-form {
		border-color: #0068a0;
	}

	.navbar-menu .navbar-nav > .open > a,
	.navbar-menu .navbar-nav > .open > a:focus,
	.navbar-menu .navbar-nav > .open > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}

@media (max-width: 767px) {
	.navbar-menu .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

		.navbar-menu .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-menu .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #333;
			background-color: transparent;
		}

	.navbar-menu .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-menu .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-menu .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-menu .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-menu .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-menu .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-menu .navbar-link {
	color: #777;
}

	.navbar-menu .navbar-link:hover {
		color: #333;
	}

.navbar-menu .btn-link {
	color: #777;
}

	.navbar-menu .btn-link:focus,
	.navbar-menu .btn-link:hover {
		color: #333;
	}

	.navbar-menu .btn-link[disabled]:focus,
	.navbar-menu .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-menu .btn-link:focus,
	fieldset[disabled] .navbar-menu .btn-link:hover {
		color: #ccc;
	}
/* End */
.pride {
	/*background-image: url(../images/bg_pride.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
	color: #fff;
	text-align: center;
	padding: 30px 10px 30px 10px;
	background: transparent url(../images/bg-pride.jpg) no-repeat fixed 50% 50% / cover;
	padding-bottom: 0;
	z-index: 174;
}

	.pride .footer {
		color: #fff;
		background: none;
		padding: 5px 5px 20px 5px;
	}

.about h1 {
	text-align: center;
	color: #0068a0;
}

.about p {
	text-align: justify;
}

.row-customers {
	background-color: #ffffff;
	padding-bottom: 35px;
}

	.row-customers img {
		height: 75px;
	}

.section-title {
	font-size: 22px;
	margin-top: 10px;
}

.article {
	padding-top: 20px;
}

section header {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

	section header:before {
		content: '';
		display: inline-block;
		border: 1px solid #0068a0;
		width: 100%;
		top: 13px;
		right: 0;
		position: absolute;
	}

	section header h2 {
		font-size: 20px;
		z-index: 2;
		position: relative;
		padding-left: 10px;
		padding-top: 1px;
		font-weight: bold;
		display: inline-block;
		margin: 0;
	}

		section header h2 a {
			color: #0068a0;
			text-decoration: none;
		}
/* Project */
.project {
	padding-top: 20px;
}

.stripeouter {
	border-top: 2px solid #1e1e1e;
}

.project-item {
	margin-bottom: 30px;
}

.project a {
	color: #0068a0;
	font-weight: bold;
}

	.project a:hover {
		color: #0094ff;
	}

.project-icon {
	border: solid 1px #cccccc;
	border-radius: 50px;
	padding: 15px;
	transition: 0.3s;
	background-color: #f6f6f6;
}

.project .fa-paint-brush:hover {
	color: #ffffff;
}

.project-icon:hover {
	background-color: #036690;
	cursor: pointer;
}

.project .panel:hover {
	-webkit-box-shadow: 0px 0px 40px 4px rgba(3, 102, 144, 0.2);
	-moz-box-shadow: 0px 0px 40px 4px rgba(3, 102, 144, 0.2);
	box-shadow: 0px 0px 40px 4px rgba(3, 102, 144, 0.2);
}

.project .icon-link img {
	width: 128px;
	display: inline-block;
	margin-bottom: 10px;
}

.project h4 {
	font-size: 16px;
}

.project p {
	text-align: justify;
}

.more-detial {
	color: #005eb8;
	font-size: 14px;
}

.project .panel-body {
	text-align: center;
}

.h-100 {
	height: 100%;
}
/* End */
/* Footer */
.footer {
	background: #2980b9;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2c3e50, #2980b9);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*background: #066c82; 036690*/
	padding-top: 45px;
	/*margin-top: 20px*/
}

.main-footer {
	margin-bottom: 40px;
}

.list-footer {
	display: table;
	width: 100%;
}

	.list-footer .list {
		display: inline-block;
		padding-left: 100px;
	}

		.list-footer .list:last-child {
			padding-left: 0;
		}

		.list-footer .list .title-list {
			color: #ff9933;
			font-size: 18px;
			font-weight: bold;
			display: block;
			margin-bottom: 20px;
		}

		.list-footer .list ul {
			display: table;
			width: 100%;
			padding: 0;
			margin: 0;
			list-style: none;
		}

			.list-footer .list ul li {
				position: relative;
			}

				.list-footer .list ul li:before {
					content: "";
					background: #ff9933;
					display: inline-block;
					width: 5px;
					height: 5px;
					border-radius: 100%;
					margin-left: 10px;
				}

			.list-footer .list ul a {
				color: #fff;
				font-size: 13px;
				display: inline-block;
				margin-bottom: 5px;
			}

				.list-footer .list ul a:hover {
					color: #ff9933;
				}

			.list-footer .list ul li:hover:before {
				background: #fff;
			}

.c-footer {
	background: #f3f4f4;
	/*0094ff*/
	display: table;
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-image: url(../images/card_bg.png);
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.l-footer {
	margin-bottom: 20px;
	float: left;
}

	.l-footer img {
		text-align: left;
		width: 240px;
		margin-bottom: 5px;
	}

.c-c {
	float: right;
}

	.c-c .des-logo .text-bold {
		color: #0068a0;
	}

	.c-c .des-logo .text-light {
		color: #b0c0cf;
	}

.c-footer .c-c .item {
	color: #b0c0cf;
	font-size: 12px;
	padding: 2px;
}

	.c-footer .c-c .item .title {
		float: right;
		margin-left: 5px;
		color: #0068a0;
	}

.c-footer .c-c .text {
	color: #565759;
}

	.c-footer .c-c .text.numbers {
		padding-right: 85px;
	}

	.c-footer .c-c .text .num {
		display: block;
	}

.social-footer {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.social-footer li {
		float: right;
		margin: 0 5px;
	}

		.social-footer li a {
			display: block;
			width: 18px;
			height: 18px;
			text-align: center;
			border: 1px solid transparent;
			border-radius: 100%;
		}

			.social-footer li a:hover i {
				color: #00aeef;
			}

			.social-footer li a i {
				color: #0068a0;
				font-size: 13px;
				line-height: 18px;
			}

		.social-footer li .aparat img {
			margin-top: 5px;
		}

.footer .cr {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

	.footer .cr .text-cr {
		float: right;
		margin-bottom: 0;
		color: #b0c0cf;
		font-size: 11px;
	}

	.footer .cr .link-de {
		float: left;
		font-size: 11px;
		color: #b0c0cf;
	}

		.footer .cr .link-de img {
			width: 20px;
			margin-right: 5px;
		}

		.footer .cr .link-de span {
			opacity: 0;
			display: inline-block;
			-webkit-transition: all ease 400ms;
			-o-transition: all ease 400ms;
			transition: all ease 400ms;
		}

.footer:hover .cr .link-de span {
	opacity: 1;
}

.bg1 {
	background-color: #f8f9fa;
}

.bg2 {
	background-color: #f9fdfe;
}

.bg3 {
	background-color: #f6f8fb;
}
/* End Footer */
.media img {
	border-radius: 3px;
}

.owl-comment {
	padding-top: 20px;
	padding-bottom: 20px;
}

	.owl-comment .owl-item img,
	.owl-customer .owl-item img {
		width: 70px;
		margin: 0 auto;
	}

	.owl-comment .owl-nav {
		position: absolute;
		top: 15px;
		left: 0;
		margin-top: -45px;
		width: 50px;
		text-align: left;
	}

		.owl-comment .owl-nav button.owl-next,
		.owl-carousel .owl-nav button.owl-prev,
		.owl-carousel button.owl-dot {
			font-size: 36px;
			color: #565759;
			border: none;
		}

.comment-item {
	height: 310px;
}

.owl-comment.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: #0068a0;
	text-decoration: none;
}

.comment-item .panel-title {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 5px;
}

.comment-item hr {
	margin-top: 0;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	width: 95%;
}

.comment-item .icon {
	height: 75px;
}

.comment-item h4 samll,
.comment-item .panel-title > small {
	text-align: center;
	font-size: 11px;
	color: #565759;
	line-height: 24px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.comment-item p {
	text-align: justify;
	font-size: 13px;
}

.owl-comment .owl-item.center .comment-item {
	border: solid 2px #cccccc;
}

.news-list {
	padding-bottom: 10px;
}

	.news-list li {
		padding: 3px;
	}

		.news-list li a {
			color: #565759;
			padding-right: 5px;
		}

			.news-list li a:hover {
				color: #00aeef;
			}

		.news-list li .fas {
			color: #ff9933;
		}

.article-item {
	margin-bottom: 12px;
}

	.article-item a {
		display: block;
	}

		.article-item a img {
			width: 100px;
			height: 66px;
			float: right;
			margin-left: 20px;
			-o-transition: all 0.1s linear;
			transition: all 0.1s linear;
		}

		.article-item a h4 {
			margin-top: 5px;
			font-size: 14px;
			line-height: 20px;
			min-height: 40px;
		}

	.article-item .date {
		color: #b0c0cf;
		font-size: 11px;
		line-height: 10px;
		margin: 5px 0 10px;
	}

		.article-item .date i {
			display: inline-block;
			margin-left: 5px;
			font-size: 14px;
		}

	.article-item .text-summary {
		color: #61829f;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
		text-align: justify;
	}

.event-list a img {
	width: 120px;
	height: 120px;
	float: right;
	border-radius: 50%;
	margin-left: 20px;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.article-item img {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

	.article-item img:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
/*#region Inner */
.page-title {
	display: block;
	box-shadow: inset 0 -2px 0 0 #e3e3e3;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

	.page-title h1 {
		display: inline-block;
		padding-bottom: 12px;
		border-bottom: 2px solid #0068a0;
		color: #565759;
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 0px;
	}

.page-subtitle {
	display: block;
	box-shadow: inset 0 -2px 0 0 #e3e3e3;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

	.page-subtitle h3 {
		display: inline-block;
		padding-bottom: 12px;
		color: #565759;
		font-weight: 600;
		font-size: 16px;
		line-height: 110%;
		margin-bottom: 0px;
	}

.contact-form {
	padding: 10px;
}

	.contact-form input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="phone"],
	input[type="text"],
	select,
	.quantity-plus,
	.quantity-minus,
	textarea {
		display: block;
		width: 100%;
		height: 41px;
		padding: 5px 12px;
		color: #777777;
		vertical-align: middle;
		background-color: #fbfbfb;
		background-image: none;
		border: 1px solid #d6d4d4;
		box-shadow: none;
		border-radius: 0px;
	}

	.contact-form textarea {
		height: 200px;
	}

.main-content {
	min-height: 300px;
	overflow: hidden;
	padding: 0;
	direction: rtl;
}

.story {
	padding-bottom: 20px;
}
.story-body
{
	height:100%;

}

.story-body-news {
	text-align: justify;
	white-space: break-spaces;
}
.story-body-article {
	text-align: justify;
}
.story-body .image-wrapper {
	float: left;
	text-align: left;
	clear: left;
	margin: 0 0 10px 0;
}

	.story-body .image-wrapper img {
		/*border: 1px solid #CCCCCC;
		padding: 2px;
		width: 350px;*/
		display: block;
	}

.story-social-date {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
}

.story-date {
	float: right;
}

	.story-date ul li {
		display: inline-block;
		margin-left: 8px;
		color: #565759;
	}

		.story-date ul li i {
			margin-left: 3px;
		}

		.story-date ul li a {
			color: #565759;
		}

			.story-date ul li a:hover {
				color: #00aeef;
			}
/* share story social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
	float: left;
}

	ul.social-network li {
		display: inline;
		margin: 0 2px;
	}
/*#region Footer Social Icon */
.social-network a.icoRss {
	background-color: #f26522;
}

.social-network a.icoFacebook {
	background-color: #3b5998;
}

.social-network a.icoTwitter {
	background-color: #1da1f2;
}

.social-network a.icoGoogle {
	background-color: #dd4b39;
}

.social-network a.icoLinkedin {
	background-color: #0077b5;
}

.social-network a.icoTelegram {
	background-color: #0088cc;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
	color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	/*font-size: 20px;*/
}

.social-circle li i {
	margin: 0;
	line-height: 30px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/*#endregion */
.sidebar {
	margin-top: 20px;
}

.sidebar-content {
	margin: 10px 0 10px 0;
}

.news-container .panel-heading {
	color: #0068a0;
	font-size: 16px;
}

.content-list {
	padding-bottom: 10px;
}

	.content-list li {
		padding: 3px;
	}

		.content-list li a {
			color: #0068a0;
			padding-right: 5px;
			font-size: 12px;
		}

			.content-list li a:hover {
				color: #00aeef;
			}

	.content-list .fas {
		color: #ff9933;
	}

.image-list li {
	margin: 4px 0 4px 0;
	text-align: center;
}

	.image-list li img {
		width: 98%;
		border: 1px solid #cccccc;
		border-radius: 3px;
	}

.custom-search-form .form-control {
	height: 30px;
}

.custom-search-form .btn {
	padding: 4px 12px;
}

.custom-captcha-form {
	margin-bottom: 10px;
}

	.custom-captcha-form .form-control {
		height: 30px;
	}

	.custom-captcha-form .btn {
		padding: 4px 12px;
	}

.map-canvas {
	background: #f9fdfe url(../images/ajax-loader-map.gif) no-repeat center center;
	min-height: 300px;
}

.row-customers .owl-carousel.owl-drag .owl-item {
	filter: grayscale(33%);
}

	.row-customers .owl-carousel.owl-drag .owl-item:hover {
		filter: grayscale(0);
	}

.hr-line-dashed {
	border-top: 1px dashed #e7e7e7;
	/* e7eaec */
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 10px 0 20px 0;
}

.text-redtheme {
	color: #ED1A3B;
}

.text-bluetheme {
	color: #009CA9;
}

.text-greentheme {
	color: #97BE3D;
}

.text-yellotheme {
	color: #F08220;
}

.panel-customer {
	overflow: auto;
	height: 410px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 5px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

	.panel-customer .row {
		margin-top: 10px;
		margin-bottom: 10px;
	}

		.panel-customer .row img {
			padding-top: 10px;
			padding-bottom: 10px;
			filter: grayscale(50%);
		}

.counter-layout .counter-count {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: brown;
	padding: 5px 5px 0 5px;
}

.counter-layout .counter-desc {
	display: inline-block;
}

.confirm-layout {
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 10px 0;
}

.fa.bullet:before, .fas.bullet:before {
	margin-left: 3px;
}


@media screen and (min-width: 500px) {
	.story-body .image-wrapper {
		margin: 3px 15px 3px 0;
	}
}


@media screen and (max-width: 500px) {
	.story-body .image-wrapper {
		display: block;
		float: none;
	}
}


.feature-list li {
	padding: 1px 0;
}

	.feature-list li i.bullet {
		vertical-align: middle;
	}
