/* Start Main Rules */
@font-face {
	font-family: "GELight";
	src: url("../fonts/GE_SS_Two_Light.otf");
}

@font-face {
	font-family: "GEMedium";
	src: url("../fonts/GE_SS_Two_Medium.otf");
}

@font-face {
	font-family: "GEBold";
	src: url("../fonts/GE_SS_Two_Bold.otf");
	/*font-weight: bold;*/
}

body{
	font-family: GELight !important;
}

.input-container {
	position: relative;
}

.asterisk {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #D20707;
}

.main-form .asterisk {
	font-size: 30px;
	position: absolute;
	right: 30px;
	top: 8px;
	color: #D20707;
}

.nice-message {
	padding: 10px;
	background-color: #FFF;
	margin: 10px 0;
	border-left: 5px solid #080;
}

.h2NewSize{
	font-size: 2.5rem;
	color: #1983a2;
	line-height: 1.6;
}

a{
	color: #1983a2;
}
a:hover{
	color: #337AB7;
}
/*a:visited{*/
/*color: #ffdc12;*/
/*}*/

.row h1, h2, h3, h4, h5, h6{
	line-height: 1.9;
}
/* End Main Rules */


/* Start Bootstrap Edits */
.navbar-nav{
	padding-right: 0px;
}

.dropdown-toggle::after {
	margin-right: .255em;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(4, 77, 88);
}
.nav-link {
    font-size: 0.95rem;
}

.dropdown-item {
    font-size: 0.95rem;
}

/* .navbar>.container {
    margin-left: 25px;
    margin-right: 25px;
} */

.navbar-brand {
    font-size: 1.1rem;
}

@media (max-width: 991.98px) {
	.dropdown-menu {
		margin: 3rem 0 0;
	}
}

/* End Bootstrap Edits */

.custom-file {
	height: calc(2.25rem + 4px);
	border-radius: .25rem;
	border: 1px solid #1983a2;
}

.custom-file-label {
	padding: 0.375rem 6.5rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #ffffff;
	content: "استعراض";
	background-color: #1983a2;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}
/* Start Header */

.upper-bar {
	padding: 10px;
	background-color: #FFF
}

.my-image {
	width: 32px;
	height: 32px;
}

/* End Header */

/* Start Login Page */

.login-page form,
.the-errors {
	max-width: 450px;
	margin: -25px auto 30px;
}

.login-page form input {
	margin-bottom: 10px;
}

.login-page [data-class="login"].selected {
	color: #17a2b8;
}

.login-page [data-class="signup"].selected {
	color: #5cb85c;
}

.login-page h1 {
	color: #C0C0C0;
}

.login-page h1 span {
	cursor: pointer;
}
.login-page .submit-login {
	background-color: #17a2b8;
	border-color: #0b8092;
}

.login-page .signup {
	display: none;
}

.the-errors .msg {
	padding: 10px;
	text-align: left;
	background-color: #fff;
	margin-bottom: 8px;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #919191;
}

.the-errors .error {
	border-left: 5px solid #cd6858
}

/* End Login Page */

/* Start Categories Page */

.item-box {
	position: relative;
}

.item-box .price-tag {
	background-color: #B4B4B4;
	padding: 2px 10px;
	position: absolute;
	left: 0;
	top: 10px;
	/*font-weight: bold;*/
	color: #FFF;
}

.item-box .approve-status {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #b85a5a;
	color: #FFF;
	padding: 3px 5px;
}

.item-box .caption p {
	height: 44px;
	max-height: 44px;
}

/* End Categories Page */

/* Start Profile Page */

.information {
	margin-top: 20px
}

.information ul {
	padding: 0;
	margin: 0;
}

.information ul li {
	padding: 10px;
}

.information ul li:nth-child(odd) {
	background-color: rgb(247, 247, 247);
	border-radius: 4px;
	line-height: 1.8;
}

.information ul li span {
	display: inline-block;
	width: 120px;
}

.thumbnail .date {
	text-align: right;
	font-size: 13px;
	color: #AAA;
	/*font-weight: bold;*/
}

.information .btn {
	margin-top: 10px;
}

/* End Profile Page */

/* Start Show Item Page */

.item-info h2 {
	padding: 10px;
	margin: 0;
}

.item-info p {
	padding: 10px;
}

.item-info ul li {
	padding: 10px;
}

.item-info ul li:nth-child(odd) {
	background-color: #e8e8e8;
}

.item-info ul li span {
	display: inline-block;
	width: 120px;
}

.tags-items a {
	display: inline-block;
	background-color: #e2e2e2;
	padding: 2px 10px;
	border-radius: 5px;
	color: #666;
	margin-right: 5px;
}
/*.comment-text {*/
/*width: 500px;*/
/*height: 120px;*/
/*}*/

.comment-box img {
	max-width: 100px;
	margin-bottom: 10px;
}

.comment-box .lead {
	background-color: #e0e0e0;
	position: relative;
	padding: 10px 20px;
	margin-top: 25px;
}
.comment-box .content {
	background-color: #e9f1f3;
	font-size: 1.1rem;
	line-height: 1.7;
	border: 1px solid #bee5eb;
	border-radius: .5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}

.comment-box .lead:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent transparent #e0e0e0;
	position: absolute;
	right: -29px;
	top: 10px;
}

/* End Show Item Page */

/* Start Our Custom */

.custom-hr {
	border-top: 1px solid #c9c9c9;
}

/* End Our Custom */

.section {
	padding: 35px 0;
}
#statistics, #partners, #googleMap, #site-visitors{
	background-color: #eef1f5;
}

#media h5{
	color: #000 ;
}

#media h5:hover{
	color: #337AB7;
}
#media img:hover{
	border-color: #fff;
	background-color: #d6f4fc;
}

/* Start Partners Section */

#partners .partners-inner {
	padding: 4px;
	margin: 10px;
	background-color: #eef1f5;
	border-radius: 4px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#partners .partners-inner:hover {
	border-color: #337AB7;
}

#partners .owl-pagination {
	margin-top: 30px;
}
#partners .owl-pagination .owl-page span {
	border-radius: 4px;
	width: 8px;
	height: 8px;
	background: none;
	opacity: 0.5;
}
#partners .owl-pagination .owl-page.active span {
	opacity: 1.0;
}

/* End Partners Section */


/* ScrollToTop */
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 30px;
	z-index: 999;
}
.back-to-top i {
	display: block;
	font-size: 50px;
	width: 70px;
	height: 70px;
	line-height: 36px;
	color: #337AB7;
	border-radius: 5px;
	padding-top: 14px;
	text-align: center;
	background-color: #fee799;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}

.news_card .card i{
	color: #337AB7;
}

.numbers{
	font-family: Tahoma;
}
.visitorNumbers{
	font-family: Tahoma;
	font-size: 3em;
}
.visitorText{
	font-size: 1.5em;
}

.card .card-body p, .row p{
	line-height: 1.9;
}

/* Footer Start */

.myFooter .row1{
	color: #fff;
}
.myFooter .row1 h4{
	color: #fefe00;
	line-height: 1.7;
	font-size: 22px;
}
.myFooter .row1 h5{
	color: #00ff00;
	line-height: 1.7;
	margin-top: -5px;
}
.myFooter .row1 .dawa{
	color: #cefff9;
	line-height: 2.3;
}
.myFooter .list-group{
	color: #000;
}
.myFooter .list-group i{
	color: #1983a2;
	font-size: 1.5rem;
}
.myFooter .list-group span{
	font-family: Tahoma;
}

.myFooter .row2{
	color: #000;
	background: rgb(0,255,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(0,255,0) 0%, rgb(161,213,79) 50%, rgb(128,194,23) 51%, rgb(254,254,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(0,255,0) 0%,rgb(161,213,79) 50%,rgb(128,194,23) 51%,rgb(254,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(0,255,0) 0%,rgb(161,213,79) 50%,rgb(128,194,23) 51%,rgb(254,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00', endColorstr='#fefe00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.myFooter .row3{
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(246,248,249) 0%, rgb(137,203,237) 10%, rgb(229,235,238) 28%, rgb(137,203,237) 48%, rgb(229,235,238) 63%, rgb(137,203,237) 90%, rgb(245,247,249) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(246,248,249) 0%,rgb(137,203,237) 10%,rgb(229,235,238) 28%,rgb(137,203,237) 48%,rgb(229,235,238) 63%,rgb(137,203,237) 90%,rgb(245,247,249) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(246,248,249) 0%,rgb(137,203,237) 10%,rgb(229,235,238) 28%,rgb(137,203,237) 48%,rgb(229,235,238) 63%,rgb(137,203,237) 90%,rgb(245,247,249) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.list-group-item.groupTextHeader {
	z-index: 2;
	color: #000;
	font-size: 1.1rem;
	background: rgb(0,255,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(0,255,0) 0%, rgb(161,213,79) 50%, rgb(128,194,23) 51%, rgb(254,254,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(0,255,0) 0%,rgb(161,213,79) 50%,rgb(128,194,23) 51%,rgb(254,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(0,255,0) 0%,rgb(161,213,79) 50%,rgb(128,194,23) 51%,rgb(254,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00', endColorstr='#fefe00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #008844;
}
.list-group-item.rajhiBank {
	z-index: 2;
	color: #fff;
	background: rgb(20,64,152); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(12, 71, 207) 0%, rgb(20, 64, 152) 100%, rgb(251,223,147) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(12, 71, 207) 0%, rgb(20, 64, 152) 100%,rgb(251,223,147) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(12, 71, 207) 0%, rgb(20, 64, 152) 100%,rgb(251,223,147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144098', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #0B265B;
}
.list-group-item.ahliBank {
	z-index: 2;
	color: #fff;
	background: rgb(105,169,47); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(105,169,47) 0%, rgb(22,79,36) 100%, rgb(251,223,147) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(105,169,47) 0%,rgb(22,79,36) 100%,rgb(251,223,147) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(105,169,47) 0%,rgb(22,79,36) 100%,rgb(251,223,147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a92f', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #083513;
}
.list-group-item.biladBank {
	z-index: 2;
	color: #fff;
	background: rgb(252,176,52); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(252,176,52) 0%, rgb(152,1,46) 100%, rgb(251,223,147) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(252,176,52) 0%,rgb(152,1,46) 100%,rgb(251,223,147) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(252,176,52) 0%,rgb(152,1,46) 100%,rgb(251,223,147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb034', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #4F011D;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

/* Footer End */

.row h1::after {
	display: block;
	content: "";
	width: 250px;
	height: 3px;
	background-color: #ffdc12;
	margin: 0.5em auto 2em;
}
.default {
	display: block;
	content: "";
	width: 250px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.2em;
	vertical-align: .255em;
	border: .07em solid;
	color: #ffdc12;
}
.hrr {
	display: block;
	float: right;
	width: 100%;
	margin-top: 1.6em;
	vertical-align: .255em;
	border: .04em solid;
	color: #ffdc12;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: #1983a2;
	font-size: 22px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #8ec1cd;
	font-size: 22px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #8ec1cd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1983a2;
}
.googleMap .row{
	background-color: #f3f2f2;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #1983a2;
	border-right-width: .25rem;
	border-radius: .25rem;
}

/*Testimonials Start*/
#testimonials{
	/*width: 70%;*/
	margin: 0 auto;
	padding-bottom: 50px;
	/*background-color: #eef1f5;*/
}
#testimonials2{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-color: #f4f4f4;
	border: 2px solid #cccccc;
	padding: 3px;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
	color: #4c4c4c;
	line-height: 1.9;
	font-size: 1.1rem;
}
.carousel .overview {
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #1983a2;
	font-size: 1.1rem;
}
.carousel .overview strong {
	color: #4c4c4c;
	font-size: 1.1rem;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #337AB7;
	text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}
.ourCarousel .carousel-indicators {
	bottom: 25px;
	margin-right: 10.5%;
}
.testimonialsCarousel .carousel-indicators {
	bottom: -15px;
	margin-right: 10.5%;
}

.carousel-indicators li, .carousel-indicators li.active {
	/*width: 11px;*/
	/*height: 11px;*/
	/*margin: 1px 5px;*/
	/*border-radius: 50%;*/
	width: 30px;
	height: 4px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.carousel-indicators li {
	background: #b0b75f;
	border-color: transparent;
}
.carousel-indicators li.active {
	border: none;
	background: #337AB7;
}

/*Testimonials End*/

/* Start All posts Page */

.page-item:last-child .page-link {
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.page-item:first-child .page-link {
	margin-right: 0;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-link{
	color: #1983a2;
}
.page-item.active .page-link {
	background-color: #1983a2;
	border-color: #337AB7;
}
/* End All posts Page */



#nav2{
	margin-top:0px;
	margin-left:50px;
}
#drop2{
	width:20%;
	margin-top:20px;
	border-radius:4px;
	box-shadow:none;
}
.thumb-dropdown .dropdown-menu > li {
	position: relative;
}
.thumb-dropdown .dropdown-menu > li > a .thumbnail {
	position: absolute;
	left: 100%;
	top: -10px;
	display: none;
	width: 350px;
	height: auto;
	margin-left: 5px;
}
.thumb-dropdown .dropdown-menu > li > a:hover .thumbnail  {
	display: block;
}
.timeline__content{
	padding:unset;
}

/* *******************************************/
/* Contact Us
/*********************************************/
.office-site i.icon-box {
	border-radius: 4px;
	background-color: #337AB7;
	color: #fff;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.office-site i.icon-round {
	border-radius: 100%;
	color: #fff;
	background-color: #337AB7;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 13px;
	margin-right: 13px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.office-site i.icon-xs {
	font-size: 16px!important;
	height: 30px!important;
	line-height: 30px!important;
	margin-bottom: 7px!important;
	margin-right: 7px!important;
	width: 30px!important;
}
.office-site i:hover {
	opacity: .8;
	transition: all .3s ease-in-out;
}
.btn-common {
	color: #fff!important;
	background-color: #337AB7;
	border: transparent;
	z-index: 1;
}

/*  Start Chosen Select Plugin   */

.chosen-container-single .chosen-single{
	height: 38px;
	/*border: 1px solid #1983a2;*/
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	line-height: 33px;
}
.chosen-container-single .chosen-single span {
	color: #6c757d;
}

.chosen-container {
	font-size: inherit;
	/*font-weight: bold;*/
	/*color: #1983a2;*/
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 8px 5px 8px 20px;
}

.chosen-container-single .chosen-search input[type=text] {
	font-size: 1em;
	/*font-weight: bold;*/
	font-family: sans-serif;
	border: 1px solid #1983a2;
}

.chosen-container .chosen-results li {
	padding: 10px 6px;
	line-height: 15px;
}

.chosen-container .chosen-results li.highlighted{
	background-color: #1983a2;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%, #1983a2),color-stop(90%,#16738e));
	background-image:linear-gradient(#1983a2 20%,#16738e 90%);color:#fff;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 9px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
	background-position:-12px 9px
}
/*  End Chosen Select Plugin   */

.my-animation{
	visibility: visible;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.login-container{
	background-color: #f8f8f8;
	/*border: 1px solid #1983a2;*/
}
.user-img-thumbnail {
	padding: 0.15rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 25px;
	height: auto;
	margin-left: 5px;
}

/* Start Marquee */

/* End Marquee */