/*google font*/

.clear {
	clear: both
}

::-moz-selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none;
}

.no-mar {
	margin: 0 !important;
}

.no-pad {
	padding: 0 !important;
}

.no-top-pad {
	padding-top: 0 !important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.bg-theme {
	background-color: #e12526e0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #888;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/*    font-family: "Al Mohanad";*/
	font-family: 'Amiri', serif;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input,
textarea {
	letter-spacing: 1px;
}

p {
	font-family: 'Mirza', cursive;

}

/*font use*/
/*

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

/*===========================
  2.1 Header Area
  ===========================*/

.header-area {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.3s ease 0s;
}

.header-area.header_fix {
	background: #e12526;
	color: #000;
	font-weight: 500;
	z-index: 9;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu-area {}

.logo {
	margin-top: -4px;
	float: right;
}

.logo a {
	display: inline-block;
}

.logo a img {
	max-width: 94px;
}

.main-menu {
	text-align: left;
}

.main-menu nav ul {}

.main-menu nav ul li {
	display: inline-block;
}

.main-menu nav ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: block;
	padding: 33px 12px 12px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li.active a {
	color: #fff;
	border-bottom: 4px solid #fff;
}

/*mobile menu*/

.slicknav_menu .slicknav_menutxt {
	display: none;
}

.slicknav_menu {
	background: transparent;
}

.slicknav_btn {
	background-color: transparent;
	position: relative;
	margin-top: -54px;
	float: left !important;
}

.slicknav_menu .slicknav_icon-bar {
	width: 28px;
	height: 2px;
	margin-bottom: 5px;
	transition: all 0.3s ease 0s;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg)translate(-6px, 0px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg)translate(-10px, -3px);
}

.slicknav_nav a:hover {
	border-radius: 0;
}

/*===========================
  END Header Area
  ===========================*/


/*===========================
  2.2 Slider Area
  ===========================*/

.slider-area {
	height: 800px;
	width: 100%;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0) linear-gradient(130deg, #ff8443, #fe5e17) repeat scroll 0 0;
}

.slider-content {
	position: relative;
	z-index: 2;
}

.slider-content h2 {
	font-size: 44px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
}

.slider-content p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	line-height: 30px;
	margin: 28px 0px 39px;
}

.btn-area a {
	height: 55px;
	width: 195px;
	border: 2px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0;
	background: #fff;
	color: #e32219;
}

.btn-area a i {
	padding-left: 10px;
}

.btn-area a:hover {
	background-color: #e32219;
	color: #fff;
	border: 1px solid #e32219;
}

.slider-m-img {
	text-align: center;
}

.slider-m-img img {
	max-width: 268px;
}

.d-flex {
	display: flex;
}

.flex-center {
	align-items: center;
}

/*===========================
  END Slider Area
===========================*/

/*===========================
3.2 background-image
===========================*/

.background-image {
	background: url(../img/bg/img-background.png) center center/cover no-repeat;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #00000059;
	width: 100%;
	height: 800px;
}

/*===========================
2.2.3 bg-gradiant
===========================*/
/*===========================
2.2.5 Slider
===========================*/
.slider-screen-two {
	max-width: 200px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.slider-screen-two:before {
	content: '';
	position: absolute;
	left: -27px;
	top: -54px;
	height: 460px;
	width: 254px;
	background-image: url(../img/mobile/slider-screen2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-screen-two img {
	width: 100%;
}

/*===========================
  2.3 about-area
  ===========================*/

.about-area {}

.about-left-thumb {}

.about-left-thumb img {
	max-width: 100%;
}

.about-content {}

.about-content span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #696969;
}

.about-content h2 {
	font-size: 40px;
	font-weight: 500;
	color: #e12526;
	letter-spacing: 0;
	margin: 19px 0px 22px;
}

.about-content p {
	color: #737272;
	font-size: 19px;
	font-family: 'Cairo', sans-serif;
}

.about-ft {}

.ft-single {
	overflow: hidden;
	margin-top: 34px;
}

.ft-single .icon {
	float: right;
	margin-left: 23px;
	height: 70px;
	width: 70px;
	border: 1px solid #e12526;
	color: #e12526;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	font-size: 22px;
}

.ft-single .ft-info {
	overflow: hidden;
}

.ft-single .ft-info h4 {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
	letter-spacing: 0;
	margin-bottom: 10px;
}

/*===========================
  END about-area
  ===========================*/

/*===========================
  2.4 Feature Area
  ===========================*/

.section-title {
	margin-bottom: 50px;
	text-align: center;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
}

.section-title.text-black h2 {
	color: #e12526;
}

.section-title p {
	color: #fff;
	font-size: 19px;
}

.section-title.text-black p {
	color: #565656;
	font-size: 21px;
	font-weight: 500;
}

.feature-area {}

.feature-content {}

.feature-list {
	margin-top: 82px;
}

.feature-item {
	position: relative;
	padding-top: 40px;
	z-index: 7;
	margin-top: 27px;
	text-align: center;
}

.feature-item::before {
	content: '';
	position: absolute;
	left: 49.5%;
	top: 0;
	height: 40px;
	width: 2px;
	background-color: #fff;
}

.feature-list-right .feature-item::before {
	right: auto;
	left: 49.5%;
}

.feature-item::after {
	content: '';
	position: absolute;
	left: -55px;
	top: 0;
	height: 2px;
	width: 233px;
	background-color: #fff;
}

.feature-list-right .feature-item::after {
	left: 178px;
	right: auto;
}

.feature-item .icon {
	height: 70px;
	width: 70px;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	font-size: 19px;
	color: #e12526;
	margin-bottom: 11px;
	position: relative;
}

.feature-item .icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	height: 11px;
	width: 11px;
	background: #fff;
	border: 1px solid #444;
	border-radius: 50%;
	transform: translateX(-50%);
}

.feature-item h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
}

.feature-item p {
	color: #fff;
	font-size: 18px;
}

.feature-mscreen {
	text-align: center;
}

.feature-mscreen img {
	max-width: 100%;
}

/*===========================
  END Feature Area
  ===========================*/

/*===========================
  2.5 Screen Slider
  ===========================*/

.screen-slider {}

.screen-slider h2 {
	color: #e12526;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-bottom: 11px;
}

.screen-slider .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.screen-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px;
	border: 1px solid #e12526;
	display: inline-block;
	border-radius: 50%;
	margin: 0px 4px;
	transition: all 0.3s ease 0s;
}

.screen-slider .owl-dots .active {
	background-color: #e12526;
}

/*===========================
  END Screen Slider
  ===========================*/

/*===========================
  2.6 Download Area
  ===========================*/

.download-area {}

.download-btns {}

.download-btns a {
	margin: 0px 32px;
	line-height: 50px;
}

.download-btns a:hover {
	background: #fff;
	color: #e12526;
}

.download-btns a i {
	font-size: 19px;
	margin-right: 6px;
	vertical-align: middle;
}

/*===========================
END. Download Area
===========================*/

/*===========================
2.8 Subscribe Area
===========================*/

.subscribe-area {}

.subscribe_form {
	overflow: hidden;
	text-align: center;
}

.subscribe_form .input {}

.subscribe_form .input input {
	width: 100%;
	height: 50px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	padding-right: 15px;
	border-radius: 20px;
	font-size: 20px;
}

.subscribe_form .input input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}

.subscribe_form .input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.subscribe_form .input input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}

.subscribe_form .input input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.subscribe_form .input i {}

.subscribe_form input[type='submit'] {
	width: 100%;
	height: 50px;
	border: 2px solid #fff;
	background: #fff;
	color: #e12526;
	text-align: center;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	transition: all 0.3s ease 0s;
}

.subscribe_form input[type='submit']:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*===========================
END Subscribe Area
===========================*/

/*===========================
2.9 Team Area
===========================*/

.team-area {}

.member-area {}

.team-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.team-item img {
	max-width: 100%;
}

.tmember-info {
	position: absolute;
	left: 0;
	bottom: -100%;
	background: #ff6818;
	padding: 13px 20px 22px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.team-item:hover .tmember-info {
	opacity: 1;
	bottom: 0;
}

.tmember-info h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
}

.tmember-info span {
	display: block;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0;
	text-transform: capitalize;
	line-height: 16px;
}

.tmember-info p {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin: 14px 0px 16px;
}

.social-btns {}

.social-btns a {
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	margin-right: 3px;
}

/*===========================
END Team Area
===========================*/

/*===========================
2.10 Achivement Area
===========================*/

.achivement-area {}

.achive-single {}

.achive-single .icon {
	font-size: 57px;
	color: #e12526;
	margin-bottom: 12px;
}

.achive-single h2 {
	font-size: 60px;
	font-weight: 500;
	color: #e12526;
	line-height: 50px;
}

.achive-single span {
	display: block;
	font-size: 18px;
	color: #e12526;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 9px;
}


/*===========================
END Achivement Area
===========================*/

/*===========================
2.11 Testimonial Area
===========================*/

.testimonial-area {}

.testimonial-list {}

.testimonial-item {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 22px;
}

.tauthor-meta {
	overflow: hidden;
	margin-bottom: 16px;
}

.author-thumb {
	border-radius: 50%;
	float: right;
	border: 2px solid #e12526;
	padding: 2px;
	margin-left: 30px;
}

.author-thumb img {
	max-width: 90px;
	border-radius: 50%;
}

.author-info {
	overflow: hidden;
}

.author-info h4 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	letter-spacing: 0;
}

.author-info span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #272727;
	letter-spacing: 0;
	margin: 5px 0px 2px;
}

.review-stasr i {
	color: #e12526;
}

.tauthor-text {}

.tauthor-text p {
	color: #696969;
}

.testimonial-list .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.testimonial-list .owl-dots .owl-dot {
	height: 15px;
	width: 15px;
	border: 1px solid #e12526;
	display: inline-block;
	border-radius: 50%;
	margin: 0px 4px;
	transition: all 0.3s ease 0s;
}

.testimonial-list .owl-dots .active {
	background-color: #e12526;
}

/*===========================
END Testimonial Area
===========================*/


/*===========================
2.13 Map Area
===========================*/

#map {
	height: 700px;
}

/*===========================
END Map Area
===========================*/

/*===========================
2.14 Contact Area
===========================*/

.contact-area {}

.contact-inner {
	background: #fff;
	padding: 65px 0px 85px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: -290px;
}

.contact-flex-container {
	display: flex;
	padding: 0px 90px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-flex-container > div {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-address {
	flex-basis: calc(100% * (4/12));
	padding-right: 30px;
}

h4.contact-title {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	letter-spacing: 0;
	margin-bottom: 11px;
}

.contact-address p {
	color: #696969;
	margin-bottom: 18px;
}

.contact-address ul {}

.contact-address ul li {
	display: flex;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	align-items: center;
	letter-spacing: 0.01em;
}

.contact-address ul li.h-addres {
	font-weight: 400;
	line-height: 25px;
}

.contact-address ul li i {
	height: 30px;
	width: 30px;
	border: 1px solid #e12526;
	color: #272727;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	margin-left: 10px;
}

.contact-form {
	flex-basis: calc(100% * (8/12) - 30px);
	padding-left: 70px;
	padding-right: 70px;
}

.contact-form form {}

.contact-form form .input {
	height: 33px;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #b4b4b4;
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.contact-form form textarea#msg {
	height: 74px;
}

.contact-form form #send {
	width: 130px;
	height: 40px;
	background: #e12526;
	border-radius: 20px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: none;
	letter-spacing: 0.01em;
	transition: all 0.3s ease 0s;
}

.contact-form form #send:hover {
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}

/*===========================
END Contact Area
===========================*/

/*===========================
2.15 Footer Area
===========================*/

.footer-area {
	padding-top: 30px;
}

.footer-inner {
	text-align: center;
}

.footer-inner .fsocial {
	margin-bottom: 22px;
}

.footer-inner .fsocial li {
	display: inline-block;
}

.footer-inner .fsocial li a {
	display: block;
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	margin: 0px 7px;
}

.footer-inner .fsocial li a:hover {
	background-color: #fff;
	color: #444;
}

.footer-inner p.copy-right {
	color: #fff;
}

/*===========================
END Footer Area
===========================*/
/*========================================================Login-page================================================*/
.page-bg {
	background-image: url(../img/bg/img-background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 0;
	padding-top: 200px;
	padding-bottom: 66px;
}

.page-bg .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 343px;
	background-color: #202020ab;
	z-index: -1;
}

.page-bg .page-heading {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	z-index: 9;
	font-family: 'Amiri', serif;
	margin-bottom: 15px;
}

.page-bg .sub-title,
.page-bg .sub-title a {
	font-size: 16px;
	color: #c7c7c7;
}

.page-bg .sub-title i {
	width: 2px;
	height: 20px;
	position: relative;
	margin: 0 5px;
	display: inline-block;
	color: #fff;
}

.sub-title i:after {
	position: absolute;
	right: 0;
	background: #c7c7c7;
	bottom: -2px;
	height: 12px;
	width: 2px;
	content: ""
}

/*============================================================register===================================================*/
.register {
	padding: 70px 0;
	/*    background: #eeeeee29;*/
	background: #fff;
}

.register .regist {
	border: 1px solid #eee;
	box-shadow: 0 2px 2px 0px #eee;
	padding: 40px 20px;
	border-radius: 8px;
	background: #fff;
}

.register .regist h3 {
	font-size: 30px;
	text-align: center;
	font-family: 'Amiri', serif;
	margin-bottom: 80px;
	color: #ca8d95;

}

.regist .form-control {
	padding: 16px 20px;
	border: 1px solid #cccdce;
	font-size: 18px;
	height: 45px;
	color: #000;
	margin-bottom: 30px;
	box-shadow: none;
}

.regist .form-group ::placeholder {
	color: #a2a2a2;
	font-size: 15px;
}

.register .regist label {
	font-size: 18px;
	font-weight: 500;
}

.regist .submit {
	width: 300px;
	margin: 30px auto;
	background: #ca8d95;
	color: #fff;
	padding: 0;
	border-radius: 10px;
	font-size: 22px;
	height: 57px;
	float: left;
}

.log .submit {
	width: 210px;
	margin: 10px auto;
	background: #ca8d95;
	color: #fff;
	border-radius: 10px;
	padding: 0;
	font-size: 20px;
	height: 50px;
	float: none;
}

.regist p {
	margin-right: 30px;
	font-size: 19px;
}

.regist p a {
	font-size: 19px;
	margin-right: 33%;
	color: #ca8d95;
}

.regist .map {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}



.form-container {
	background: #fff;
	border: 4px solid #f2f5f8;
	margin: 50px 15px;
	box-shadow: 0px 0px 25px #eee;
}
.form-container .nav-tabs li a {
	padding: 15px;
	border-bottom-color: #fff !important;
	opacity: 0.7;
	background: #fff;
	color: #000;
	box-shadow: -2px -3px 5px #ccc;
	border-width: 0px !important;
	border-radius: 0px !important;
	font-family: 'Amiri', serif;
	font-size: 21px;
}
.form-container .nav-tabs li.active a {
	background: #e12526;
	color: #fff;
	padding: 10px;
	border-radius: 0px !important;
	border: 1px solid #eee !important;
	border-color: transparent !important;
	opacity: 1;
	transition: all 0.1s ease-in-out;
	font-size: 21px;
	font-family: 'Amiri', serif;
}
.form-container .nav-tabs li.active:last-child a {
	box-shadow: 2px -3px 5px #ccc;
}

.form-container .form-body {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.form-body .form-group {
	margin: 3px 10px;
	margin-bottom: 15px;
}

.form-body .form-control {
    background: #f9f9f9;
    color: #00030a;
    font-size: 14px;
    height: 49px;
    border-radius: 4px !important;
    outline: none !important;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}


.form-body .form-control::placeholder{
	color: #888;
}
.form-body .form-control:focus,
.form-body .form-control:active,
.form-body .form-control.active {
	border: 1px solid #e12526 !important;
	outline: none !important;
}

.form-body select.form-control {
	padding: 0px 5px 0px 10px;
	margin: 18px 0px 5px 0px;
	border: 0px !important;
	box-shadow: none !important;
}

.form-body .form-input-info {
	color: #cb64af;
	position: absolute;
	font-size: 18px;
	margin: 10px;
}

.form-body .control-label {
	color: #adadad;
    position: relative;
    font-size: 15px;
    margin: 0px 10px;
    transition: font-size 0.1s ease-in-out;
    margin-bottom: 5px;
}

.form-body .form-group.active .control-label {
	font-size: 11px !important;
	margin: 0px 10px !important;
}

.form-body .form-group.disabled .control-label {
	color: #929090;
}

.form-container.has-icon .form-control {
	padding-left: 50px !important;
}

.form-body .input-group .btn,
.form-body .btn-form-input {
	margin: 0px;
	padding: 0px 15px;
	height: 55px;
	border: 0px;
	background: transparent
		/*#f7f9fb*/
	;
	border: 1px solid #253362;
	border-width: 0px;
	border-radius: 0px !important;
	color: #213562;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: none !important;
	float: left;
	position: absolute;
	left: 55px;
	font-size: 22px;
	margin-top: 1px;
}

.form-body .input-group .btn:hover,
.form-body .input-group .btn:active,
.form-body .input-group .btn:focus,
.form-body .btn-form-input:hover,
.form-body .btn-form-input:active,
.form-body .btn-form-input:focus {
	background: transparent;
}

.form-body .input-group .btn i,
.form-body .btn-form-input i {
	font-size: 20px;
	margin-top: 5px;
}

.form-body .form-footer {
	margin: 15px 0px 0px 0px;
	background: transparent;
}

.form-body .form-footer .form-footer-note {
	padding: 3px 0px;
    line-height: 1.75em;
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 500;
    letter-spacing: 0;
}

.form-body .form-footer .btn {
	padding: 5px 20px 6px;
    background: #e12526;
    border: 1px solid #e12526;
    font-size: 17px;
    font-weight: 600;
	font-family: "Amiri",serif;
    float: left;
}


.form-body .form-control.valid {
	border-right-color: #45c776 !important;
	border-right-width: 2px !important;
}

.form-body .form-control.pending {
	border-right-color: #c7c445 !important;
	border-right-width: 2px !important;
}

.form-container input.form-control:focus,
.form-container input.form-control:active {
	border-right-color: #c7c7c1 !important;
	border-right-width: 2px !important;
}

.form-body .form-section-title {
	font-family: Cairo;
	margin: 0px;
	padding: 10px;
	color: #253362;
	/*background: #FAC613;*/
	border-bottom: 1px solid #e125268c;
	border-top: 1px solid #e125268c;
	text-align: center;
	margin-bottom: 20px;
}
.form-register .tab-pane:not(.in) {
	display: none;
}

.panel {
	background: #fff;
	border: 2px solid #f2f5f8;
	color: #4d6f93;
	font-size: 16px;
	margin: 25px 0px;
	margin-top: 4px;
	padding: 0px;
	box-shadow: 0px 2px 5px #4d6f93;
}

.panel .panel-heading {
	color: #fff;
	background: #253362;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Cairo';
	border-bottom: 2px solid #3ab8b8;
	box-shadow: 0px 1px 1px #4d6f93;
}

.panel .panel-body {
	color: #4d6f93;
	font-size: 16px;
	/*border-bottom: 1px solid #fac612;*/
}

.panel-default > .panel-heading .badge {
	background: #FAC611;
	color: #253362;
}
#map-detail{
	height: 300px !important;
	margin-bottom: 30px;
}
/*=======================================================  Profile =======================================================*/
#content {
    position: relative;
	padding: 80px 0;
}

.sidebar-box {
    background: #fafafa;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.sidebar-box .user {
    float: right;
    width: 100%;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 10px;
    background: #e12526;
}

.sidebar-box .user figure {
    margin: 0;
    float: right;
    position: relative;
    margin-top: 10px;
}

.sidebar-box .user figure img {
    border-radius: 50%;
}

.sidebar-box .user .usercontent {
    overflow: hidden;
    padding: 19px 15px 0px 0px;
}

.sidebar-box .user .detail {
    text-align: center;
    color: #fff;
}

.sidebar-box .user .detail h4 {
    color: #efecec;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
}

.sidebar-box .user .usercontent h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 6px;
}

.sidebar-box .user .usercontent h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
}

.sidebar-box .navdashboard {
    border-top: 1px solid #495067;
}

.sidebar-box .navdashboard ul {
    width: 100%;
}

.sidebar-box .navdashboard ul li {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    line-height: 48px;
}

.sidebar-box .navdashboard ul li a {
    color: #484848;
    width: 100%;
    float: left;
    line-height: inherit;
    margin-bottom: 3px;
    border-right: 3px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a i {
    width: 58px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a span {
    text-align: right;
    font-size: 18px;
    letter-spacing: 0;
	font-family: 'Mirza';
}

.sidebar-box .navdashboard ul li,
.sidebar-box .navdashboard ul li a.active {
    background-color: #fafafa;

}
.sidebar-box .navdashboard ul li a.active span{
	font-family: "Amiri",serif;
	font-weight: 600;
}

.page-sidebar .widget {
    background-color: #fafafa;
    margin-bottom: 30px;
}

.inner-box {
    background: #fafafa;
}

.dashboard-box {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #eaedef;
}

.dashboard-box .dashbord-title {
    margin: 0;
    text-align: center;
    color: #e12526;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    padding: 25px 0px;
	font-family: "Amiri",serif;
}
#content .nav-pills>li.active>a,
#content .nav-pills>li.active>a:hover,
#content .nav-pills>li.active>a:focus{
	color: #e12526 !important;
    background-color: #fafafa !important;
	border-right: 3px solid #e12526;
	font-weight: 600;
	font-family: "Amiri",serif;

}
.dashboard-wrapper {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #eee;
}

.dashboard-wrapper .detail {
    padding: 20px 15px;
}

.dashboard-wrapper .detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 20px;
    margin-bottom: 30px;
}

.dashboard-wrapper .detail h4 i {
    font-size: 18px;
    margin-left: 10px;
    color: #e12526;
    font-weight: 700;
}

.dashboard-wrapper .form-control {
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    text-transform: capitalize;
    background: #fff;
    padding: 7px 19px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-weight: 400;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	height: 40px;
}

.tg-inputwithicon .tg-select {
    color: #666;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.tg-inputwithicon .tg-select select {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    background: #fff;
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.tg-inputwithicon .tg-select:after {
    top: 10px;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: '\e93a';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 40px;
    font-family: lineicons;
}

.dashboard-wrapper .tg-inputwithicon .tg-select:after {
    top: 2px;
}
/*===================================================== My ads============================================================*/
.nav-table {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px;
}

.nav-table ul li {
    float: right;
    margin-left: 15px;
    position: relative;
}

.nav-table ul li a {
    color: #e12526;
    padding: 7px 16px;
    display: inline-block;
    border: 1px solid #eaedef;
    border-radius: 4px;
}

.nav-table ul li a:hover,
.nav-table ul li.active a {
    background: #e12526;
    color: #fff;
}

.dashboardtable thead tr th {
    color: #484848;
    font-size: 14px;
    font-weight: 700;
    line-height: 5px;
    text-align: center;
    padding: 15px 10px;
    background: 0 0;
    vertical-align: middle;
    border-bottom: none;
    border-top: 1px solid #dee2e6;
}

.dashboardtable tbody tr td,
.dashboardtable tbody tr td h3 {
    color: #484848;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    text-align: center;

}

.dashboardtable tbody tr td img {
    width: 100px;
    height: 80px;
}

.dashboardtable tbody tr td h3 + span {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.adcategories {
    min-width: 110px;
    display: block;
}

.adstatus {
    width: 80px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    background: #e12526;
}

.btns-actions {
    min-width: 150px;
    width: 100%;
    float: left;
    margin: -5px 0;
}

.btns-actions .btn-action {
    margin: 5px;
    width: 40px;
    height: 40px;
    float: left;
    color: #363b4d;
    line-height: 40px;
    border-radius: 50px;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btns-actions .btn-action i {
    display: block;
    line-height: 40px;
}

.dashboardtable tbody tr:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.dashboardtable tbody tr:hover .btn-delete {
    background: #f91942;
    color: #fff;
}

.dashboardtable tbody tr:hover .btn-edit {
    background: #363b4d;
    color: #fff;
}

.dashboard-wrapper .save button {
    background: #e12526;
    padding: 6px 20px;
    border: 1px solid #e12526;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px;
    margin: auto;
    width: 20%;
    margin: 0px 30%;
    margin-bottom: 37px;
}

/*=================================================notify=================================================================*/
.notify {
    background: #fafafa;
    padding: 20px;
}

.noty {
    border: 1px solid #eee;
    box-shadow: 0 1px 0px 0px #eee;
    background: #fff;
    padding: 15px;
    height: auto;
    overflow: hidden;
    margin: 30px 0 0;
}

.noty .order {
    border: 1px solid #e12526;
    border-radius: 50%;
    font-size: 40px;
    padding: 8px 20px;
    margin-right: 11px;
    float: right;
    margin-top: 11px;
    position: relative;
    margin-left: 25px;
}

.noty .order i {
    color: #e12526;
}

.noty .check {
    background: #e12526;
    color: #fff;
    font-size: 9px;
    padding: 6px 8px;
    position: absolute;
    top: 2px;
    right: 52px;
    border: 1px solid #e12526;
    border-radius: 50%;
}

.noty .check i {
    color: #fff;
}

.noty p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: #565656;
}

.noty .buttons {
    margin-bottom: 10px;
    margin-top: 20px;
}

.noty .buttons a {
    border: 1px solid #e12526;
    color: #e12526;
    padding: 6px 15px;
    margin-left: 15px;
    border-radius: 8px;
    text-decoration: none;
}

.noty .buttons a:hover {
    background: #e12526;
    color: #fff;
}

.notify a {
    text-decoration: none;
}

.notify .date {
    border: 1px solid #eee;
    width: 40%;
    margin: auto;
    border-radius: 4px 4px 35px 35px;
    padding: 6px;
    margin-top: -1px;
    overflow: hidden;
}

.notify .date h6 {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #888585;
}

.notify .noty ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
/*=============================================================wizerd====================================================*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
	width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 16px;
    top: 12px;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #e12526;

}
.wizard li.active span.round-tab i{
    color: #e12526;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #e12526;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 8px solid transparent;
    border-bottom-color: #e12526;
}

.wizard .nav-tabs > li a {
    width: 45px;
    height: 45px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
    top: -11px;
    left: -12px;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.wizard .next-step , .wizard .prev-step{
	 border: 1px solid #e12526;
    font-size: 20px;
    padding: 7px 40px;
    font-weight: 500;
	margin-bottom: 30px;
	margin-top: 30px;
}
.wizard .next-step{
	background: #e12526;
    color: #fff;
}
.wizard .prev-step{
    background: #fff;
    color: #e12526;
}
.calender{
	position: absolute;
    top: 35px;
    left: 15px;
    background: #f2f2f2;
    width: 44px;
    height: 40px;
    border-radius: 5px;
}
.calender i{
	font-size: 17px;
    text-align: center;
    margin-right: 11px;
    margin-top: 10px;
}
.wizard .timer{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f2f2f2;
    width: 44px;
    height: 40px;
    border-radius: 4px;
    z-index: 3;
}
.wizard .timer i{
	font-size: 17px;
    text-align: center;
    margin-right: 11px;
    margin-top: 8px;
}
.radio label{
	font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #525252;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*=======================================================================================================================*/
.product-item {
    background:#fafafa;
}

.product-item .carousel-thumb {
    display: block;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item .carousel-thumb .overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 5;
    bottom: -1px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bg-yellow a {
    background: #ffc107;
    color: #fff !important;
}

.bg-red a {
    background: #ff6670;
    color: #fff !important;
}

.product-item .carousel-thumb .btn-product a {
    padding: 5px 18px;
    border-radius: 20px;
    left: 14px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    z-index:5;
}

.product-item .carousel-thumb img {
    width: 100%;
    height: 190px;
}

.product-item .product-content {
    padding: 0px 5px 0;
    position: relative;
}

.product-item .product-title {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}

.product-item .product-title a {
    color: #484848;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

.product-item p {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: open sans, sans-serif;
    font-size: 15px;
}

.product-item .card-text {
	width: 100%;
    display: inline-block;
    margin-top: 0px;
    padding: 5px 0;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0;
    text-align: center;
}

.product-item .product-content a {
    color: #555;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
	letter-spacing: 0;
	text-align: center;
}

.product-item .product-content a i {
    margin-left: 5px;
    float: right;
    line-height: 20px;
}

.product-item .card-text .icon {
    color: #136a83;
    font-size: 15px;
    margin-left: 5px;
    float: left;
}

.product-item .icon i {
    color: #136a83;
}
table .thead-dark {
	color: #e12526;
    font-size: 20px;
    font-weight: 600;
}
table tbody td{
	font-size: 18px;
    color: #505050;
    font-weight: 500;
    letter-spacing: 0;
}
table .total, table .total-price{
	font-weight: 600;
	color: #000;
	font-size: 22px;
}
.account{
	margin: 20px 0;
	float: left;
}
.account a{
    background: #e12526;
    color: #fff;
    border: 1px solid #e12526;
    font-size: 18px;
    text-align: center;
    padding: 5px 13px;
    border-radius: 8px;
}
.modal-header .close{
	margin-top: -18px;
}
.modal-body{
	padding: 0;
}
.modal-body .form-control{
	box-shadow: none;
}
.modal .exit{
	background: #fff;
	color: #e12526;
	border: 1px solid #e12526;
	padding: 6px 16px;
	font-size: 20px;
}
.modal .save{
	background: #e12526;
	color: #fff;
	border: 1px solid #e12526;
	padding: 6px 16px;
	font-size: 20px;
}
.search{
	background: #e12526 !important;
	color: #fff!important;
	border: 1px solid #e12526!important;
	padding: 6px 16px!important;
	font-size: 20px!important;
}
.condition{
	font-weight: 600;
	font-size: 15px;
	color: #000;
}
#myTable td,#myTable th{
	text-align: center;
}
#myTable th{
	color: #e12526;
	font-size: 18px;
}
#myTable td{
	color: #000;
	font-size: 17px;
}
#myTable a{
	font-size: 20px;
    color: #e12526;
}
#myTable_length,#myTable_filter{
	display: none;
}
.detail-table {
	margin: 10px 13px;
    width: 95%;
}

.select2-container--default .select2-selection--single{
	border-color:#ddd;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:40px;
}
.form-control.error, select.form-control.error,
.code_id_field.error .select2-container--default .select2-selection--single{
	border-color:red;
}
.field-error{
	color:red;
	font-size:12px;
	display:block;
	line-height: 14px;
  margin-top: 5px;
}
label sup{
	color:red;
}
.icon-checkradios-circle:before {
    content: "";
    border-radius: 10px;
    width: 10px;
    height: 10px;
    border: solid thin;
    display: block;
    background: #E12526;
    position: absolute;
    left: 7px;
    top: 6px;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: transparent;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#screenOverlay{
	position:fixed;
	height:100vh;
	width:100vw;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#screenOverlay.active{
	display: flex;
}
