/* Industry-point HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One
5. Main Slider
6. Call To Action Section / Style Two
7. Services Section
8. Industry Section
9. Work Process Section
10. Projects Section
11. Subscribe Section
12. Contact Info Section
13. Map process-boxed
14. Main Footer / Style Two
15. Projects FullWidth Section
16. Accordian Section
17. Counter Section
18. Team Section
19. News Section
20. Clients Section
21. Page Title
22. About Section
23. Login Section
24. Shop Item
25. Shop Single
26. Contact Form
27. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Almarai:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Almarai', sans-serif;
font-family: 'Almarai', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Almarai', sans-serif;
	direction:rtl;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #f11720;
}

	a:hover, a:focus, a:visited {
		text-decoration: none;
		outline: none;
	}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 700;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Almarai', sans-serif;
}

input, button, select, textarea {
	font-family: 'Almarai', sans-serif;
}

#mask {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9000;
	background-color: #26262c;
	display: none;
}

#boxes .window {
	position: absolute;
	right: 0;
	top: 0;
	width: 440px;
	height: 850px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

#boxes #dialog {
	width: 625px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 15pt;
}

.agree:hover {
	background-color: #D1D1D1;
}

.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}

.popupoption2:hover {
	color: red;
}

textarea {
	overflow: hidden;
}

p {
	position: relative;
	line-height: 1.8em;
}

.text-center {
	text-align: center !important;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Almarai', sans-serif;
}

.grey-bg {
	background-color: #f6f6f6;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

	.list-style-one li {
		position: relative;
		font-size: 16px;
		font-weight: 400;
		padding-right: 20px;
		margin-bottom: 10px;
		color: #777777;
		font-family: 'Almarai', sans-serif;
	}

		.list-style-one li:before {
			position: absolute;
			content: '\f105';
			right: 0px;
			top: 0px;
			color: #f11720;
			font-size: 16px;
			font-family: 'FontAwesome';
		}

/*List Style Two*/

.list-style-two {
	position: relative;
}

	.list-style-two li {
		position: relative;
		font-size: 16px;
		font-weight: 400;
		padding-right: 70px;
		margin-bottom: 20px;
		color: #777777;
	}

		.list-style-two li .icon {
			position: absolute;
			right: 0px;
			top: 3px;
			width: 40px;
			color: #f11720;
			font-size: 42px;
			line-height: 1em;
			text-align: center;
		}

		.list-style-two li strong {
			font-size: 20px;
			color: #333333;
			font-weight: 700;
			display: block;
		}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 6px 20px;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #f11720;
	border-radius: 5px;
	border: 2px solid #f11720;
	text-transform: capitalize;
}

	.btn-style-one:hover {
		color: #fff !important;
		/*background:none;*/
		border-color: #f11720;
		background-color: #f11720;
	}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 6px 20px;
	line-height: 24px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	/*background:none;*/
	border-radius: 5px;
	border: 2px solid #f11720;
	text-transform: capitalize;
	background-color: #f11720;
}

	.btn-style-two:hover {
		color: #fff;
		background: #f11720;
		border-color: #f11720;
	}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 6px 21px;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #990b0f;
	border-radius: 5px;
	border: 2px solid #990b0f;
	text-transform: capitalize;
}

	.btn-style-three:hover {
		color: #ffffff;
		background: #333333;
		border-color: #333333;
	}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	line-height: 24px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 16px;
	background: #f11720;
	border-radius: 4px;
	font-family: 'Almarai', sans-serif;
}

	.btn-style-four:hover {
		background: #333333;
		color: #ffffff;
		border-color: #333333;
	}

.theme_color {
	color: #f11720;
}

img {
	display: inline-block;
	max-width: 100%;
}

.img_width {
	width: 70px !important;
}

.img_history {
	display: inline-block;
	max-width: 100%;
	width: 45px;
	padding-right: 15px;
	padding-top: 15px;
	filter: brightness(0) invert(1);
}

.preloader {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/loader1.gif);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #353535;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.scroll-to-top:hover {
		color: #ffffff;
		background: #f11720;
	}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	right: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 0;
	border-bottom: 1px solid #d9d9d9;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	.sticky-header .logo {
		padding: 5px 0px 2px;
	}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	background-color: #ffffff;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-upper {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	.main-header .header-upper .logo img {
		position: relative;
		display: inline-block;
		max-width: 100%;
	}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 21px 0px;
}

	.main-header .logo-outer .logo img {
		position: relative;
		display: inline-block;
		max-width: 100%;
		padding-right: 30px;
	}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 34px;
}

.main-header .info-box {
	position: relative;
	float: right;
	min-height: 56px;
	margin-right: 55px;
	font-size: 13px;
	color: #777777;
	padding: 0px 54px 20px 0px;
}

	.main-header .info-box:last-child {
		padding-right: 0px;
		padding-top: 0px;
	}


	.main-header .info-box .icon-box {
		position: absolute;
		right: 0px;
		top: 5px;
		color: #fa3d44b8;
		font-size: 32px;
		line-height: 1em;
		text-align: center;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.main-header .info-box li {
		position: relative;
		line-height: 20px;
		color: #777777;
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 400;
		text-transform: lowercase;
	}

	.main-header .info-box strong {
		position: relative;
		font-weight: 600;
		color: #333333;
		font-size: 16px;
		font-family: 'Almarai', sans-serif;
	}

.max {
	max-width: 743px;
}

.main-header .info-box .order-btn {
	position: relative;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 16px;
	background: #f11720;
	border-radius: 3px;
	font-family: 'Almarai', sans-serif;
}

	.main-header .info-box .order-btn:hover {
		opacity: 0.70;
	}

.main-header .header-lower {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 5;
	background-color: #910404;
}

.main-header .nav-outer {
	position: relative;
}

.main-menu {
	position: relative;
	float: right;
}

	.main-menu .navbar-collapse {
		padding: 0px;
	}

	.main-menu .navigation {
		position: relative;
		margin: 0px;
	}

		.main-menu .navigation > li {
			position: relative;
			float: right;
			margin-left: 45px;
		}

			.main-menu .navigation > li:last-child {
				margin-left: 0px;
			}

.main-header .sticky-header .main-menu .navigation > li {
	margin: 0px;
	border: 0px;
}

.main-menu .navigation > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #e8e8e3;
	line-height: 30px;
	font-weight: 700;
	opacity: 1;
	text-transform: uppercase;
	padding: 12px 0px;
	padding-right: 54px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Almarai', sans-serif;
}

	.main-menu .navigation > li > a:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 50%;
		width: 2px;
		height: 12px;
		margin-top: -7px;
		background-color: #4d4d4d;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		border-right: 1.5px solid #fff;
	}

.main-menu .navigation > li:hover a::before,
.main-menu .navigation > li.current a:before {
	background-color: #f11720;
}

.main-header .sticky-header .main-menu .navigation > li > a {
	color: #181818;
	padding: 15px 15px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	min-height: 0px;
	background: none;
	border: 0px;
	margin-left: 0px;
	text-transform: capitalize;
}

.sticky-header .main-menu .navigation > li > a:before {
	display: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
	opacity: 1;
	color: #f11720;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
	background: #f11720;
	color: #ffffff;
	opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}

.main-menu .navigation > li > ul {
	position: absolute;
	right: 0px;
	top: 100%;
	width: 250px;
	padding: 0px 0px;
	z-index: 100;
	display: none;
	background: #2b2b2b;
	border-top: 2px solid #f11720;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

	.main-menu .navigation > li > ul.from-right {
		right: auto;
		left: 0px;
	}

	.main-menu .navigation > li > ul > li {
		position: relative;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.10);
	}

		.main-menu .navigation > li > ul > li:last-child {
			border-bottom: none;
		}

		.main-menu .navigation > li > ul > li > a {
			position: relative;
			display: block;
			padding: 10px 20px;
			line-height: 24px;
			font-weight: 500;
			font-size: 15px;
			color: #ffffff;
			text-align: right;
			text-transform: capitalize;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

		.main-menu .navigation > li > ul > li:hover > a {
			color: #ffffff;
			background: #f11720;
		}

		.main-menu .navigation > li > ul > li.dropdown > a:after {
			font-family: 'FontAwesome';
			content: "\f105";
			position: absolute;
			left: 15px;
			top: 11px;
			width: 10px;
			height: 20px;
			display: block;
			line-height: 20px;
			font-size: 16px;
			font-weight: normal;
			text-align: center;
			z-index: 5;
		}

		.main-menu .navigation > li > ul > li > ul {
			position: absolute;
			right: 100%;
			top: 0px;
			width: 250px;
			padding: 0px;
			z-index: 100;
			display: none;
			background: #2b2b2b;
			border-top: 2px solid #f11720;
			-webkit-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
			-ms-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
			-o-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
			-moz-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
			box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		}

			.main-menu .navigation > li > ul > li > ul > li {
				position: relative;
				width: 100%;
				border-bottom: 1px solid rgba(255,255,255,0.10);
			}

				.main-menu .navigation > li > ul > li > ul > li:last-child {
					border-bottom: none;
				}

				.main-menu .navigation > li > ul > li > ul > li > a {
					position: relative;
					display: block;
					padding: 10px 20px;
					line-height: 24px;
					font-weight: 500;
					font-size: 15px;
					color: #ffffff;
					text-align: right;
					text-transform: capitalize;
					transition: all 500ms ease;
					-moz-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

					.main-menu .navigation > li > ul > li > ul > li > a:hover {
						color: #ffffff;
						background: #f11720;
					}

.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	z-index: 12;
	float: left;
}

.header-style-two .outer-box {
	margin-right: 45px;
	margin-top: 10px;
}

.header-style-two .nav-outer .dropdown-outer {
	display: inline-block;
	margin-left: 45px;
}

	.header-style-two .nav-outer .dropdown-outer .search-box-btn {
		color: #333333;
	}

.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu {
	top: 89px;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer {
	position: relative;
	font-size: 14px;
	right: 0px;
	top: 0px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
}

	.main-header .nav-outer .dropdown-outer .search-box-btn {
		position: relative;
		font-size: 16px;
		left: 0px;
		top: 0px;
		line-height: 20px;
		cursor: pointer;
		background: none;
	}

	.main-header .nav-outer .dropdown-outer .dropdown-menu {
		top: 58px;
		padding: 0px;
		width: 270px;
		border-radius: 0px;
		border-top: 2px solid #f11720;
	}

.main-header .search-panel .form-container {
	padding: 20px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	color: #000000;
	line-height: 24px;
	padding: 9px 15px 9px 50px;
	height: 44px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	.main-header .search-panel input:focus,
	.main-header .search-panel select:focus {
		border-color: #f11720;
	}

.main-header .search-panel .search-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #2b2b2b;
	font-size: 14px;
	background: none;
	cursor: pointer;
	line-height: 44px;
}

/*Header Type One*/

.header-style-two,
.header-style-two .header-top {
	/*background-color: rgb(20, 23, 115) !important;*/
	/*background-color: rgba(1, 2, 30,1) !important;*/
	background-color: rgba(2, 3, 44,1) !important;
}

	.header-style-two .header-top .top-left ul li {
		margin-left: 30px !important;
	}

	.header-style-two .header-top .top-right .social-icon-two li a {
		color: #ffffff;
	}

	.header-style-two .logo-outer {
		padding: 20px 0px;
	}

	.header-style-two .nav-outer {
		padding-right: 0px;
		float: left;
		background: none !important;
	}

	.header-style-two .main-menu .navigation > li {
		padding: 43px 0px 33px;
		margin-right: 26px;
		margin-left: 0px;
	}

	.header-style-two .nav-outer .main-menu .navigation > li > a {
		padding: 5px 10px 5px 10px;
		color: #333333;
		font-size: 16px;
		margin-left: 0px;
		font-weight: 700;
		text-transform: capitalize;
		border-bottom: 1px solid transparent;
		/*padding-right:40px;*/
	}

	.header-style-two .main-menu .navigation > li > a:before {
		display: none;
	}

	.header-style-two .main-menu .navigation > li.dropdown a {
	}

	.header-style-two .main-menu .navigation > li.current > a,
	.header-style-two .main-menu .navigation > li:hover > a {
		color: #f11720;
		border-color: #333333;
	}

	.header-style-two .sticky-header .main-menu .navigation > li {
		padding: 0px;
	}

	.header-style-two .header-top .donation-btn a {
		border-radius: 0px;
		padding: 12px 38px;
	}

	.header-style-two .header-top .inner-container {
		position: relative;
	}

	.header-style-two .header-upper {
		background: inherit;
	}

		.header-style-two .header-upper .inner-container {
			border-radius: 10px;
			background-color: #eaeaea;
			padding: 0px 10px;
		}

.main-header .header-top {
	position: relative;
	background-color: rgba(2, 3, 44,1) !important;
}

	.main-header .header-top .top-left {
		position: relative;
		float: right;
	}

		.main-header .header-top .top-left ul li {
			position: relative;
			margin-left: 70px;
			font-size: 14px;
			color: #ffffff;
			padding: 12px 0px;
			font-weight: 500;
			display: inline-block;
		}

			.main-header .header-top .top-left ul li:last-child {
				margin-left: 0px;
			}

			.main-header .header-top .top-left ul li a {
				color: #ffffff;
				font-weight: 500;
				-webkit-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				transition: all 300ms ease;
			}

			.main-header .header-top .top-left ul li .icon {
				margin-left: 10px;
				color: #f11720;
			}

			.main-header .header-top .top-left ul li a:hover {
				color: #fff !important;
			}

	.main-header .header-top .top-right {
		position: relative;
		float: left;
		padding: 12px 0px;
	}

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

	.social-icon-one li {
		position: relative;
		margin-right: 12px;
		display: inline-block;
	}

		.social-icon-one li.share {
			color: #ffffff;
			margin-right: 0px;
		}

		.social-icon-one li a {
			position: relative;
			font-size: 16px;
			display: inline-block;
			color: #fff;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.social-icon-one li a:hover {
				color: #f11720;
			}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

	.social-icon-two li.follow {
		position: relative;
		color: #052f93;
		font-size: 21px;
		font-weight: 700;
		margin-left: 0px;
	}

	.social-icon-two li {
		position: relative;
		margin-right: 15px;
		display: inline-block;
		font-weight: 600;
		font-family: 'Almarai', sans-serif;
	}

		.social-icon-two li a {
			position: relative;
			font-size: 16px;
			margin-bottom: 10px;
			color: #fff;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.social-icon-two li a:hover {
				color: #fff;
			}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
	text-align: center;
	padding: 15px 14px 20px;
	background-color: #070607;
	display: inline-block;
	border-radius: 0px 0px 50px 50px;
}

	.social-icon-three li {
		position: relative;
		margin-bottom: 12px;
	}

		.social-icon-three li:last-child {
			margin-bottom: 0px;
		}

		.social-icon-three li a {
			position: relative;
			font-size: 16px;
			color: #ffffff;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.social-icon-three li a:hover {
				color: #f11720;
			}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

	.sec-title h2 {
		position: relative;
		color: #333333;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2em;
		padding-bottom: 15px;
	}

	.sec-title .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		margin-top: 22px;
	}

	.sec-title h2:before {
		position: absolute;
		content: '';
		right: 0px;
		bottom: 0px;
		width: 177px;
		border-bottom: 2px solid #e4e4e4;
	}

	.sec-title h2:after {
		position: absolute;
		content: '';
		right: 0px;
		bottom: 0px;
		width: 70px;
		border-bottom: 5px solid #f11720;
	}

	.sec-title.light h2 {
		color: #ffffff;
	}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

	.main-slider .tp-caption {
		z-index: 5;
	}

	.main-slider h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 500;
		line-height: 1.1em;
	}

		.main-slider h2 span {
			font-weight: 600;
			color: #2185b4 !important;
		}

	.main-slider .text {
		font-weight: 400;
		line-height: 1.6em;
		color: #ffffff;
		font-size: 20px;
	}

	.main-slider .theme-btn {
		margin-left: 25px;
		/*color: white !important;
    background-color:#f11720;*/
	}

.main-silder .whitecolor {
	color: white !important;
	background-color: #f11720;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: none !important;
	overflow: hidden;
	height: 90px;
}

.main-slider.alternate .tparrows.preview3 {
	margin-top: 30px !important;
	height: 50px;
}

.main-slider .tparrows.preview3::after {
	top: 0px;
	color: #101010;
	font-size: 26px;
	padding: 0px;
	background: rgba(255,255,255,0.70);
	font-weight: 400;
	width: 36px;
	height: 90px;
	line-height: 90px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after {
	background: rgba(255,255,255,1);
}

.main-slider .tparrows.preview3.tp-leftarrow {
	right: 0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
	left: -36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

	.fancybox-next span:before,
	.fancybox-prev span:before {
		content: '';
		position: absolute;
		font-family: 'FontAwesome';
		right: 0px;
		top: 0px;
		font-size: 12px;
		width: 44px !important;
		height: 44px !important;
		line-height: 44px !important;
		background-color: rgba(28,28,28,0.40) !important;
		color: #ffffff;
		visibility: visible;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
	}

	.fancybox-next span:before {
		content: '\f178';
	}

	.fancybox-prev span:before {
		content: '\f177';
	}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	left: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17,17,17,0.50) !important;
}

	.fancybox-type-image .fancybox-close:hover {
		background-color: #000000 !important;
	}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
	position: relative;
	padding: 30px 0px;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

	.call-to-action:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(255,255,255,0.50);
	}

	.call-to-action h2 {
		position: relative;
		color: #333333;
		font-size: 22px;
		font-weight: 600;
		margin-top: 3px;
	}

	.call-to-action .btn-column {
		text-align: left;
	}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 95px 0px 60px;
}

.services-block {
	position: relative;
	margin-bottom: 70px;
}

	.services-block > img {
		border-bottom: 1px solid #e4e4e4;
	}

	.services-block .inner-box {
		position: relative;
		display: block;
	}

		.services-block .inner-box .image {
			position: relative;
		}

			.services-block .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
				border: 1px solid #e4e4e4;
			}

			.services-block .inner-box .image .overlay-box {
				position: absolute;
				right: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				opacity: 0;
				display: block;
				padding: 30px 30px;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				background-color: rgb(167 148 148 / 40%);
			}

		.services-block .inner-box:hover .image .overlay-box {
			opacity: 1;
		}

		.services-block .inner-box .image .icon-box {
			position: absolute;
			right: 0px;
			width: 40px;
			height: 40px;
			bottom: 0px;
			color: #333333;
			font-size: 18px;
			z-index: 1;
			line-height: 40px;
			text-align: center;
			background-color: #fa3d44b8;
		}

		.services-block .inner-box .image .overlay-box .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			line-height: 1.8em;
			margin-bottom: 20px;
		}

		.services-block .inner-box .image .overlay-box .read-more {
			position: relative;
			float: left;
			font-size: 16px;
			font-weight: 600;
			font-family: 'Almarai', sans-serif;
		}

			.services-block .inner-box .image .overlay-box .read-more:hover {
				color: #f11720;
			}

		.services-block .inner-box .lower-box {
			position: relative;
			padding: 24px 0px;
			border-bottom: 1px solid #e4e4e4;
		}

			.services-block .inner-box .lower-box h3 {
				position: relative;
				color: #333333;
				font-size: 22px;
				font-weight: 700;
				line-height: 1.2em;
			}

			.services-block .inner-box .lower-box a {
				color: #333333;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

				.services-block .inner-box .lower-box a:hover {
					color: #f11720;
				}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 63px 0px 9px;
}

	.about-section .sec-title {
		margin-bottom: 25px;
	}

	.about-section .content-column {
		position: relative;
		margin-bottom: 40px;
	}

		.about-section .content-column .text {
			position: relative;
			color: #777777;
			font-size: 16px;
			font-weight: 400;
			line-height: 1.8em;
			margin-bottom: 30px;
		}

		.about-section .content-column .image {
			position: relative;
		}

			.about-section .content-column .image img {
				position: relative;
				width: 100%;
				display: block;
			}

.about-block {
	position: relative;
	margin-bottom: 30px;
}

	.about-block .inner-box {
		position: relative;
		display: block;
	}

		.about-block .inner-box .image {
			position: relative;
		}

			.about-block .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
			}

		.about-block .inner-box .lower-box {
			position: relative;
			padding-top: 14px;
		}

			.about-block .inner-box .lower-box h3 {
				position: relative;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.2em;
				margin-bottom: 15px;
			}

				.about-block .inner-box .lower-box h3 a {
					color: #333333;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.about-block .inner-box .lower-box h3 a:hover {
						color: #f11720;
					}

			.about-block .inner-box .lower-box .text {
				position: relative;
				color: #777777;
				font-size: 14px;
				line-height: 1.8em;
			}

/*** 

====================================================================
	Work Section
====================================================================

***/

.work-section {
	position: relative;
	padding: 95px 0px 60px;
}

.process-block {
	position: relative;
	margin-bottom: 40px;
}

	.process-block .inner-box {
		position: relative;
		display: block;
		text-align: center;
	}

		.process-block .inner-box .upper-box {
			position: relative;
		}

			.process-block .inner-box .upper-box:after {
				position: absolute;
				content: '\f178';
				right: 100%;
				top: 50%;
				color: #e4e4e4;
				font-size: 45px;
				margin-top: -10px;
				font-family: 'FontAwesome';
			}

	.process-block:last-child .inner-box .upper-box:after {
		display: none;
	}

	.process-block .inner-box .upper-box .icon-box .block-number {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 60px;
		height: 60px;
		color: #a90b0b;
		font-size: 18px;
		text-align: center;
		border-radius: 50%;
		font-weight: 700;
		line-height: 52px;
		background-color: #ffffff;
		border: 2px solid #2d2d2d;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		font-family: 'Almarai', sans-serif;
	}

	.process-block .inner-box:hover .upper-box .icon-box .block-number {
		background-color: #2d2d2d;
		color: #ffffff;
	}

	.process-block .inner-box .upper-box .icon-box {
		position: relative;
		width: 160px;
		height: 160px;
		margin: 0 auto;
		color: #fa3d44b8;
		font-size: 60px;
		line-height: 154px;
		border-radius: 50%;
		margin-bottom: 5px;
		border: 2px solid #0f1129;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		/*background-color: #7bc954;*/
	}

	.process-block .inner-box:hover .upper-box .icon-box {
		color: #333333;
		border-color: #fa3d44b8;
		background-color: #fa3d44b8;
	}

	.process-block .inner-box .lower-box {
		position: relative;
	}

		.process-block .inner-box .lower-box h3 {
			position: relative;
			font-size: 20px;
			font-weight: 700;
			color: #333333;
			margin-bottom: 10px;
			text-transform: uppercase;
		}

			.process-block .inner-box .lower-box h3 a {
				position: relative;
				color: #052f93;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

				.process-block .inner-box .lower-box h3 a:hover {
					color: #f11720;
					/*/*background-color:#7bc954 !important;*/ */
				}

		.process-block .inner-box .lower-box .text {
			position: relative;
			color: #777777;
			font-size: 14px;
			line-height: 1.8em;
			/*max-width:210px;*/
			margin: 0 auto;
			height: 140px;
		}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 100px 0px 100px;
	background-color: #2a2a33;
}

	.project-section:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(51,51,51,0.95);
	}

.project-tab {
	position: relative;
}

	.project-tab .sec-title {
		margin-bottom: 70px;
	}

	.project-tab .project-carousel .owl-nav,
	.project-tab .project-carousel .owl-dots {
		display: flex;
		float: left;
		margin: 0 50%;
	}

	.project-tab .tabs-header {
		position: relative;
	}

	.project-tab .product-tab-btns {
		position: relative;
		padding-top: 20px;
	}

		.project-tab .product-tab-btns .p-tab-btn {
			position: relative;
			line-height: 24px;
			padding: 0px 0px;
			cursor: pointer;
			color: #ffffff;
			font-weight: 300;
			font-size: 16px;
			display: inline-block;
			margin-bottom: 10px;
			margin-right: 12px;
			padding-left: 22px;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

			.project-tab .product-tab-btns .p-tab-btn:after {
				position: absolute;
				content: '/';
				left: 0px;
				top: 0px;
				color: #777777;
			}

			.project-tab .product-tab-btns .p-tab-btn:last-child {
				padding-left: 0px;
			}

				.project-tab .product-tab-btns .p-tab-btn:last-child::after {
					display: none;
				}

			.project-tab .product-tab-btns .p-tab-btn:hover,
			.project-tab .product-tab-btns .p-tab-btn.active-btn {
				color: #f11720;
			}

	.project-tab .p-tabs-content {
		position: relative;
		display: block;
	}

	.project-tab .p-tab {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100%;
		height: auto;
		visibility: hidden;
	}

		.project-tab .p-tab .gallery-item {
			-webkit-transform: scaleX(0.25);
			-ms-transform: scaleX(0.25);
			-o-transform: scaleX(0.25);
			-moz-transform: scaleX(0.25);
			transform: scaleX(0.25);
		}

		.project-tab .p-tab.active-tab .gallery-item {
			-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
			-o-transform: scaleX(1);
			-moz-transform: scaleX(1);
			transform: scaleX(1);
			transition: all 0.7s ease;
			-moz-transition: all 0.7s ease;
			-webkit-transition: all 0.7s ease;
			-ms-transition: all 0.7s ease;
			-o-transition: all 0.7s ease;
		}

		.project-tab .p-tab.active-tab {
			position: relative;
			visibility: visible;
			z-index: 5;
		}

.gallery-item {
	position: relative;
	margin-bottom: 30px;
	/*border: 1px solid grey;*/
}

	.gallery-item .inner-box {
		position: relative;
		display: block;
	}

		.gallery-item .inner-box .image-box {
			position: relative;
		}

			.gallery-item .inner-box .image-box img {
				position: relative;
				width: 100%;
				display: block;
			}

			.gallery-item .inner-box .image-box .overlay-box {
				position: absolute;
				right: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				display: block;
				opacity: 0;
				padding: 15px 20px;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				/*background-color:rgba(255,178,0,0.90);*/
			}

		.gallery-item .inner-box:hover .image-box .overlay-box {
			opacity: 0.5;
			/*background-color:#f11720;*/
		}

		.gallery-item .inner-box .image-box .overlay-box .overlay-inner {
			position: relative;
			right: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			display: block;
		}

			.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content {
				position: absolute;
				right: 0px;
				bottom: 0px;
			}

			.gallery-item .inner-box .image-box .overlay-box .overlay-inner .image-link {
				position: absolute;
				left: 0px;
				top: 0px;
				color: #333333;
				font-size: 20px;
			}

			.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3 {
				position: relative;
				font-size: 20px;
				font-weight: 600;
				line-height: 1.2em;
			}

				.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3 a {
					color: #fff;
				}

			.gallery-item .inner-box .image-box .overlay-box .overlay-inner .category {
				position: relative;
				color: #fff;
				font-size: 16px;
				font-style: italic;
			}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section {
	position: relative;
	padding: 50px 0px;
	overflow: hidden;
}

	.subscribe-section:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		display: block;
		background-color: #333333;
	}

	.subscribe-section:after {
		position: absolute;
		content: '';
		right: 50%;
		top: 0px;
		width: 70%;
		height: 100%;
		display: block;
		margin-right: -200px;
		background: url(../images/background/3.jpg) repeat-x;
	}

	.subscribe-section .title-column:after {
		position: absolute;
		left: 40px;
		top: -50px;
		height: 100%;
		content: '';
		z-index: 1;
		border-top: 164px solid #333333;
		border-left: 130px solid transparent;
		border-right: 75px solid #333333;
	}

	.subscribe-section h2 {
		position: relative;
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2em;
		text-transform: uppercase;
	}

	.subscribe-section .text {
		position: relative;
		color: #ffffff;
		z-index: 9;
	}



.subscribe-form .form-group {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	z-index: 1;
	margin-top: 8px;
}

	.subscribe-form .form-group input[type="text"],
	.subscribe-form .form-group input[type="tel"],
	.subscribe-form .form-group input[type="email"],
	.subscribe-form .form-group textarea {
		position: relative;
		display: block;
		width: 100%;
		line-height: 28px;
		height: 50px;
		font-size: 14px;
		color: #777777;
		padding: 10px 20px 10px 50px;
		background: #ffffff;
		border: 1px solid #777777;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		border-radius: 5px 5px;
	}

	.subscribe-form .form-group input[type="submit"],
	.subscribe-form button {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 50px;
		line-height: 40px;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		font-weight: 700;
		padding: 0px 28px;
		border-radius: 5px 0px 0px 5px;
		background: #333333;
	}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
	position: relative;
	padding: 70px 0px 40px;
}

.info-block {
	position: relative;
	margin-bottom: 30px;
}

	.info-block .inner {
		position: relative;
		padding-right: 65px;
		padding-left: 40px;
	}

		.info-block .inner .icon-box {
			position: absolute;
			right: 0px;
			top: 2px;
			color: #fa3d44b8;
			font-size: 44px;
			line-height: 1em;
		}

		.info-block .inner .text {
			position: relative;
			font-size: 16px;
			color: #777777;
			line-height: 1.6em;
		}

			.info-block .inner .text span {
				display: block;
				color: #333333;
				font-size: 20px;
				font-weight: 700;
			}

/*** 

====================================================================
	Contact map Section
====================================================================

***/

.contact-map-section {
	position: relative;
	overflow: hidden;
}

	.contact-map-section .map-canvas {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}

	.contact-map-section .form-outer {
		position: relative;
		max-width: 470px;
		float: left;
		width: 100%;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
		box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
	}

		.contact-map-section .form-outer .inner-box {
			position: relative;
			display: block;
			padding: 50px 40px 30px;
		}

			.contact-map-section .form-outer .inner-box h2 {
				position: relative;
				color: #333333;
				line-height: 1.2em;
				font-weight: 700;
			}

			.contact-map-section .form-outer .inner-box .text {
				position: relative;
				color: #777777;
				font-size: 16px;
				margin-bottom: 25px;
			}

/*Default Form*/

.default-form .form-group {
	margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #848484;
	line-height: 16px;
	padding: 10px 18px;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #cccccc;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Almarai', sans-serif;
}

	.default-form input:focus,
	.default-form select:focus,
	.default-form textarea:focus {
		border-color: #f11720;
	}

.default-form textarea {
	height: 190px;
	resize: none;
	padding: 15px 18px;
}

.default-form button {
	margin-top: 10px;
	border-radius: 0px;
	font-weight: 700;
	font-size: 16px;
	padding: 6px 19px;
}

/*** 

====================================================================
	Main Footer Section
====================================================================

***/

.main-footer {
	position: relative;
	background-repeat: repeat;
	background: #e5e5e5 !important;
}

	.main-footer:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
	
	}

	.main-footer.style-two {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.main-footer .widgets-section {
		position: relative;
		padding: 30px 0px 18px;
	}

	.main-footer .footer-column {
		position: relative;
		margin-bottom: 30px;
	}

	.main-footer .logo-widget .logo {
		position: relative;
		margin-top: -10px;
		margin-bottom: 20px;
	}

	.main-footer .logo-widget .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		line-height: 1.8em;
	}

	.main-footer h2 {
		position: relative;
		color: #052f93;
		font-size: 28px;
		font-weight: 800;
		margin-bottom: 20px;
		text-transform: capitalize;
	}

	.main-footer .links-widget {
		position: relative;
	}

		.main-footer .links-widget .social-icon-two {
			position: relative;
			margin-top: 20px;
		}

.lisks {
	position: relative;
}

	.lisks li {
		position: relative;
		margin-bottom: 6px;
	}

		.lisks li a {
			position: relative;
			color: #777777;
			font-size: 16px;
			padding-right: 8px;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

			.lisks li a:before {
				position: absolute;
/*				content: '\f0da';
*/				right: 0px;
				top: 2px;
				color: #f11720;
				font-size: 16px;
				line-height: 1em;
				font-family: 'FontAwesome';
			}

	.lisks.style-two li a:before {
		content: '\f101';
	}

/*News Widget*/

.news-widget .post {
	position: relative;
	padding-right: 70px;
	min-height: 86px;
	margin-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}

	.news-widget .post .post-thumb {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}

	.news-widget .post .text {
		position: relative;
		line-height: 1.4em;
	}

		.news-widget .post .text a {
			position: relative;
			color: #333333;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.1em;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

			.news-widget .post .text a:hover {
				color: #f11720;
			}

	.news-widget .post .post-info {
		position: relative;
		color: #777777;
		font-size: 14px;
		line-height: 1em;
		margin-top: 8px;
	}

	.news-widget .post:last-child {
		border: 0px;
		margin-bottom: 0px;
		min-height: auto;
	}

.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px;
	/*background-color: rgba(1, 2, 30,1) !important;*/
	background-color: rgba(2, 3, 44,1) !important;
	/*background-color: rgba(3, 4,49,1) !important;*/
	/*background-color: rgba(4, 6,61,1) !important;*/
	/*background-color: rgb(20, 23, 115) !important;*/
}

	.main-footer .footer-bottom .copyright {
		position: relative;
		color: #ffffff;
		text-align: center;
	}

.main-footer.style-two:before {
	background-color: rgba(0,0,0,0.50);
}

.main-footer.style-two .social-icon-two li a,
.main-footer.style-two .social-icon-two li.follow,
.main-footer.style-two .lisks li a,
.main-footer.style-two .logo-widget .text {
	color: #ffffff;
}

.main-footer.style-two .news-widget .post .text a {
	color: #ffffff;
	font-weight: 500;
}

.main-footer.style-two h2,
.main-footer.style-two .news-widget .post .post-info {
	color: #f11720;
}

.services-block-two {
	position: relative;
	margin-bottom: 40px;
}

	.services-block-two .inner-box {
		position: relative;
		display: block;
	}

		.services-block-two .inner-box .image {
			position: relative;
		}

			.services-block-two .inner-box .image img {
				position: relative;
				width: 100%;
			}

		.services-block-two .inner-box .lower-content {
			position: relative;
			padding-top: 30px;
		}

			.services-block-two .inner-box .lower-content h3 {
				position: relative;
				font-size: 20px;
				font-weight: 700;
				margin-bottom: 10px;
			}

				.services-block-two .inner-box .lower-content h3 a {
					color: #333333;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.services-block-two .inner-box .lower-content h3 a:hover {
						color: #f11720;
					}

			.services-block-two .inner-box .lower-content .text {
				position: relative;
				color: #777777;
				font-size: 16px;
				font-weight: 400;
				margin-bottom: 10px;
			}

			.services-block-two .inner-box .lower-content .read-more {
				position: relative;
				color: #f11720;
				font-size: 16px;
				font-weight: 700;
			}

.services-block-three {
	position: relative;
	margin-bottom: 30px;
}

	.services-block-three .inner-box {
		position: relative;
		display: block;
		padding-right: 130px;
		min-height: 86px;
	}

		.services-block-three .inner-box .image {
			position: absolute;
			width: 110px;
			right: 0px;
			top: 0px;
		}

			.services-block-three .inner-box .image img {
				width: 100%;
				display: block;
			}

			.services-block-three .inner-box .image .overlay-box {
				position: absolute;
				content: '';
				right: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				display: block;
				color: #333333;
				font-size: 18px;
				opacity: 0;
				text-align: center;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				background-color: rgba(255,178,0,0.70);
			}

				.services-block-three .inner-box .image .overlay-box .icon {
					position: relative;
					top: 50%;
					margin-top: -12px;
					display: block;
				}

		.services-block-three .inner-box:hover .image .overlay-box {
			opacity: 1;
		}

		.services-block-three .inner-box h3 {
			position: relative;
			font-size: 20px;
			font-weight: 700;
			line-height: 1.2em;
			margin-bottom: 10px;
		}

			.services-block-three .inner-box h3 a {
				color: #333333;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

		.services-block-three .inner-box .text {
			position: relative;
			color: #777777;
			font-size: 15px;
		}

		.services-block-three .inner-box:hover h3 a {
			color: #f11720;
		}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-two {
	position: relative;
	padding: 115px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

	.call-to-action-two:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0,0,0,0.50);
	}

	.call-to-action-two .text {
		position: relative;
		font-size: 36px;
		color: #ffffff;
		line-height: 1.4em;
		text-align: center;
		font-family: 'Almarai', sans-serif;
	}

	.call-to-action-two span {
		font-weight: 700;
	}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two {
	position: relative;
	padding: 100px 0px;
}

	.project-section-two .owl-dots {
		display: none;
	}

	.project-section-two .owl-nav {
		position: absolute;
		top: -80px;
		width: 1200px;
		right: 50%;
		text-align: left;
		margin-right: -600px;
	}

		.project-section-two .owl-nav .owl-prev,
		.project-section-two .owl-nav .owl-next {
			position: relative;
			margin-right: 18px;
			color: #333333;
			font-size: 30px;
			display: inline-block;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

			.project-section-two .owl-nav .owl-prev:hover,
			.project-section-two .owl-nav .owl-next:hover {
				color: #f11720;
			}

/*Gallery Item Two*/

.gallery-item-two {
	position: relative;
}

	.gallery-item-two .inner-box {
		position: relative;
		overflow: hidden;
		display: block;
	}

		.gallery-item-two .inner-box .image {
			position: relative;
		}

			.gallery-item-two .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
			}

			.gallery-item-two .inner-box .image .caption-box {
				position: absolute;
				right: 0px;
				bottom: -80px;
				width: 100%;
				padding: 15px 18px;
				background-color: #333333;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

		.gallery-item-two .inner-box:hover .image .caption-box {
			bottom: 0px;
		}

		.gallery-item-two .inner-box .image .caption-box h3 {
			position: relative;
			font-weight: 600;
			font-size: 20px;
			line-height: 1.2em;
		}

			.gallery-item-two .inner-box .image .caption-box h3 a {
				position: relative;
				color: #ffffff;
			}

		.gallery-item-two .inner-box .image .caption-box .category {
			position: relative;
			font-size: 16px;
			color: #f11720;
			line-height: 1.4em;
			font-style: italic;
		}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
}

	.fluid-section-one .outer-container {
		position: relative;
		min-height: 250px;
		background-color: #f8f8f8;
	}

	.fluid-section-one .image-column {
		position: absolute;
		float: right;
		right: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

		.fluid-section-one .image-column .image-box {
			position: relative;
			display: none;
		}

			.fluid-section-one .image-column .image-box img {
				position: relative;
				display: block;
				width: 100%;
			}

	.fluid-section-one .content-column {
		position: relative;
		float: left;
		width: 50%;
	}

		.fluid-section-one .content-column .inner-box {
			position: relative;
			max-width: 570px;
			padding: 85px 60px 70px 15px;
		}

			.fluid-section-one .content-column .inner-box .sec-title {
				margin-bottom: 30px;
			}

			.fluid-section-one .content-column .inner-box .text {
				position: relative;
				margin-bottom: 35px;
			}

				.fluid-section-one .content-column .inner-box .text p {
					position: relative;
					color: #777777;
					font-size: 16px;
					line-height: 1.7em;
					margin-bottom: 20px;
				}

					.fluid-section-one .content-column .inner-box .text p:last-child {
						margin-bottom: 0px;
					}

			.fluid-section-one .content-column .inner-box .choose-info {
				position: relative;
			}

				.fluid-section-one .content-column .inner-box .choose-info li {
					position: relative;
					font-size: 15px;
					font-weight: 700;
					color: #333333;
					padding-right: 58px;
					line-height: 1.4em;
					margin-left: 30px;
					margin-bottom: 20px;
					display: inline-block;
					text-transform: uppercase;
				}

					.fluid-section-one .content-column .inner-box .choose-info li:last-child {
						margin-left: 0px;
					}

					.fluid-section-one .content-column .inner-box .choose-info li:nth-child(2) .icon {
						color: #333333;
					}

					.fluid-section-one .content-column .inner-box .choose-info li .icon {
						position: absolute;
						right: 0px;
						top: 0px;
						color: #ffb60f;
						line-height: 1em;
						font-size: 45px;
						font-weight: 400;
					}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 95px 0px 60px;
}

	.default-section .testimonial-column {
		position: relative;
		margin-bottom: 40px;
	}

		.default-section .testimonial-column .owl-nav {
			display: none;
		}

		.default-section .testimonial-column .owl-dots {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}

			.default-section .testimonial-column .owl-dots .owl-dot {
				position: relative;
				width: 50px;
				height: 4px;
				margin-right: 12px;
				display: inline-block;
				background-color: #777777;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

				.default-section .testimonial-column .owl-dots .owl-dot.active,
				.default-section .testimonial-column .owl-dots .owl-dot:hover {
					background-color: #f11720;
				}

.testimonial-block {
	position: relative;
}

	.testimonial-block .inner-box {
		position: relative;
		display: block;
	}

		.testimonial-block .inner-box .upper-box {
			position: relative;
			border-radius: 4px;
			padding: 30px 26px;
			border: 2px solid #d7d7d7;
		}

			.testimonial-block .inner-box .upper-box:after {
				position: absolute;
				content: '';
				right: 60px;
				bottom: -43px;
				width: 50px;
				height: 46px;
				background: url(../images/icons/curve.jpg) no-repeat;
			}

			.testimonial-block .inner-box .upper-box .text {
				position: relative;
				color: #777777;
				font-size: 18px;
				line-height: 1.8em;
			}

			.testimonial-block .inner-box .upper-box .quote-icon {
				position: absolute;
				width: 55px;
				height: 55px;
				left: 42px;
				color: #dedede;
				bottom: -28px;
				font-size: 26px;
				line-height: 55px;
				text-align: center;
				border-radius: 50%;
				background-color: #ffffff;
				border: 2px solid #f11720;
			}

		.testimonial-block .inner-box .lower-box {
			position: relative;
			margin-top: 70px;
		}

			.testimonial-block .inner-box .lower-box .inner {
				position: relative;
				padding-right: 142px;
				padding-top: 18px;
				min-height: 100px;
			}

				.testimonial-block .inner-box .lower-box .inner .image {
					position: absolute;
					right: 0px;
					top: 0px;
					width: 100px;
					height: 100px;
					overflow: hidden;
					border-radius: 50%;
				}

				.testimonial-block .inner-box .lower-box .inner h3 {
					position: relative;
					color: #333333;
					font-size: 24px;
					font-weight: 700;
				}

				.testimonial-block .inner-box .lower-box .inner .designation {
					position: relative;
					color: #777777;
					font-size: 18px;
				}

.default-section .facts-column {
	position: relative;
}

	.default-section .facts-column .inner-column {
		position: relative;
		padding-right: 70px;
	}

	.default-section .facts-column .sec-title {
		margin-bottom: 40px;
	}

	.default-section .facts-column .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		margin-bottom: 35px;
	}

/*Fact Counter*/

.fact-counter {
	position: relative;
}

	.fact-counter:before {
		position: absolute;
		content: '';
		right: 50%;
		top: 0px;
		width: 2px;
		height: 100%;
		margin-right: -20px;
		background-color: #e4e4e4;
	}

	.fact-counter:after {
		position: absolute;
		content: '';
		right: 0px;
		top: 50%;
		width: 100%;
		height: 2px;
		background-color: #e4e4e4;
	}

	.fact-counter .column {
		position: relative;
		z-index: 5;
		margin-bottom: 30px;
		padding-top: 30px;
	}

		.fact-counter .column .inner {
			position: relative;
			top: 0;
			padding: 0px 30px 0px 0px;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

	.fact-counter .count-outer {
		position: relative;
		font-size: 36px;
		line-height: 1em;
		font-weight: 500;
		margin: 0px 0px;
	}

		.fact-counter .count-outer .icon {
			position: relative;
			color: #333333;
			display: block;
			font-size: 36px;
			margin-bottom: 28px;
		}

		.fact-counter .count-outer .plus-icon {
			position: relative;
			font-weight: 700;
			color: #333333;
			font-size: 48px;
			font-family: 'Almarai', sans-serif;
		}

		.fact-counter .count-outer .count-text {
			position: relative;
			font-weight: 700;
			color: #333333;
			font-size: 48px;
			font-family: 'Almarai', sans-serif;
		}

	.fact-counter .column .counter-title {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		color: #777777;
		padding-bottom: 15px;
		margin-bottom: 18px;
		display: inline-block;
	}

		.fact-counter .column .counter-title:after {
			position: absolute;
			content: '';
			right: 0px;
			bottom: 0px;
			width: 64px;
			height: 2px;
			background-color: #f11720;
		}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 90px 0px 60px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.team-section:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(51,51,51,0.50);
	}

.team-block {
	position: relative;
	margin-bottom: 40px;
}

	.team-block .inner-box {
		position: relative;
		overflow: hidden;
		display: block;
		border: 2px solid #777777;
	}

		.team-block .inner-box .social-icon-three {
			position: absolute;
			right: 30px;
			z-index: 1;
			top: -100%;
			transition: all 0.6s ease;
			-moz-transition: all 0.6s ease;
			-webkit-transition: all 0.6s ease;
			-ms-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
		}

		.team-block .inner-box:hover .social-icon-three {
			top: 0%;
		}

		.team-block .inner-box .image {
			position: relative;
		}

			.team-block .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
			}

		.team-block .inner-box .lower-box {
			position: relative;
			padding: 14px 18px;
			background-color: #303032;
		}

			.team-block .inner-box .lower-box h3 {
				position: relative;
				color: #e3e4e6;
				font-size: 20px;
				line-height: 1.4em;
				font-family: 'Almarai', sans-serif;
			}

				.team-block .inner-box .lower-box h3 a {
					color: #f11720;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.team-block .inner-box .lower-box h3 a:hover {
						color: #e3e4e6;
					}

			.team-block .inner-box .lower-box .designation {
				position: relative;
				color: #777777;
				font-size: 14px;
			}

/*** 

====================================================================
	News Block Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 100px 0px 60px;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

	.news-block .inner-box {
		position: relative;
		display: block;
	}

		.news-block .inner-box .image {
			position: relative;
		}

			.news-block .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
			}

			.news-block .inner-box .image .overlay-box {
				position: absolute;
				content: '';
				right: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				display: block;
				color: #f11720;
				font-size: 26px;
				opacity: 0;
				text-align: center;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				background-color: rgba(51,51,51,0.60);
			}

				.news-block .inner-box .image .overlay-box .fa {
					position: relative;
					top: 50%;
					margin-top: -8px;
					display: block;
				}

		.news-block .inner-box:hover .image .overlay-box {
			opacity: 1;
		}

		.news-block .inner-box .lower-box {
			position: relative;
			padding-top: 20px;
		}

			.news-block .inner-box .lower-box .post-meta {
				position: relative;
				margin-bottom: 10px;
			}

				.news-block .inner-box .lower-box .post-meta li {
					position: relative;
					color: #777777;
					font-size: 14px;
					line-height: 1.2em;
					padding-right: 24px;
					display: inline-block;
					margin-left: 20px;
				}

					.news-block .inner-box .lower-box .post-meta li a {
						color: #777777;
						transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-webkit-transition: all 0.3s ease;
						-ms-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
					}

						.news-block .inner-box .lower-box .post-meta li a:hover {
							color: #ffc744;
						}

					.news-block .inner-box .lower-box .post-meta li:last-child {
						margin-left: 0px;
					}

					.news-block .inner-box .lower-box .post-meta li .icon {
						position: absolute;
						right: 0px;
						top: 0px;
						color: #ffc744;
						line-height: 1em;
					}

			.news-block .inner-box .lower-box h3 {
				position: relative;
				font-size: 20px;
				font-weight: 700;
				line-height: 27px;
				min-height: 54px;
			}

				.news-block .inner-box .lower-box h3 a {
					position: relative;
					color: #333333;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.news-block .inner-box .lower-box h3 a:hover {
						color: #ffc744;
					}

	.news-block.style-two .inner-box .lower-box h3 {
		font-size: 30px;
		font-weight: 700;
	}

	.news-block.style-two .inner-box .lower-box .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		line-height: 1.7em;
		margin-top: 12px;
	}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	padding: 50px 0px 50px;
	background-color: #f5f5f5;
}

	.clients-section .sponsors-outer {
		position: relative;
	}

		.clients-section .sponsors-outer .owl-dots,
		.clients-section .sponsors-outer .owl-nav {
			position: relative;
			display: none;
		}

		.clients-section .sponsors-outer .image-box {
			position: relative;
			text-align: center;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.clients-section .sponsors-outer .image-box img {
				max-width: 100%;
				width: auto;
				-webkit-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				filter: grayscale(100%);
				display: inline-block;
				-webkit-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				transition: all 300ms ease;
			}

				.clients-section .sponsors-outer .image-box img:hover {
					-webkit-filter: grayscale(0%);
					-o-filter: grayscale(0%);
					-ms-filter: grayscale(0%);
					filter: grayscale(0%);
				}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 90px 0px 130px 0px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

	.page-title:before {
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(39,39,39,0.65);
	}

	.page-title .auto-container {
		position: relative;
		z-index: 1;
	}

	.page-title h1 {
		position: relative;
		font-size: 32px;
		font-weight: 700;
		color: #ffffff;
		line-height: 1.2em;
		letter-spacing: 1px;
		margin-bottom: 10px;
		text-transform: capitalize;
	}

	.page-title .text {
		position: relative;
		color: #ffffff;
		font-size: 14px;
	}

.page-info {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	padding: 15px 0px;
	color: #272727;
	border-top: 1px solid #666666;
}

	.page-info h2 {
		font-size: 16px;
		color: #272727;
		line-height: 24px;
		font-weight: 700;
	}

	.page-info .bread-crumb {
		position: relative;
		font-size: 15px;
	}

		.page-info .bread-crumb li {
			position: relative;
			display: inline-block;
			font-size: 16px;
			margin-left: 30px;
			color: #f11720;
			font-weight: 700;
			line-height: 24px;
		}

			.page-info .bread-crumb li:last-child {
				margin-left: 0px;
			}

			.page-info .bread-crumb li:after {
				content: '\f101';
				font-family: 'FontAwesome';
				position: absolute;
				left: -22px;
				width: 10px;
				line-height: 26px;
				font-size: 14px;
				color: #f11720;
			}

			.page-info .bread-crumb li:last-child:after {
				display: none;
			}

			.page-info .bread-crumb li a {
				color: #ffffff;
				font-weight: 400;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

				.page-info .bread-crumb li a:hover {
					color: #f11720;
				}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
	position: relative;
	padding: 95px 0px 50px;
}

	.about-section-two .sec-title {
		margin-bottom: 30px;
	}

	.about-section-two .content-column {
		position: relative;
		margin-bottom: 40px;
	}

		.about-section-two .content-column .text {
			position: relative;
			margin-bottom: 35px;
		}

			.about-section-two .content-column .text p {
				position: relative;
				color: #777777;
				font-size: 16px;
				line-height: 1.6em;
				margin-bottom: 20px;
			}

				.about-section-two .content-column .text p:last-child {
					margin-bottom: 0px;
				}

	.about-section-two .image-column {
		position: relative;
		margin-bottom: 40px;
	}

		.about-section-two .image-column .image {
			position: relative;
		}

			.about-section-two .image-column .image img {
				position: relative;
				width: 100%;
				display: block;
			}

.about-block-two {
	position: relative;
	margin-bottom: 20px;
}

	.about-block-two .inner-box {
		position: relative;
		display: block;
	}

		.about-block-two .inner-box .image-column {
			position: relative;
		}

			.about-block-two .inner-box .image-column .image {
				position: relative;
			}

				.about-block-two .inner-box .image-column .image img {
					position: relative;
					width: 100%;
					display: block;
				}

		.about-block-two .inner-box .content-column {
			position: relative;
		}

			.about-block-two .inner-box .content-column h3 {
				position: relative;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.2em;
				margin-bottom: 10px;
				margin-top: 4px;
			}

				.about-block-two .inner-box .content-column h3 a {
					position: relative;
					color: #333333;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.about-block-two .inner-box .content-column h3 a:hover {
						color: #f11720;
					}

			.about-block-two .inner-box .content-column .text {
				position: relative;
				color: #777777;
				font-size: 16px;
				line-height: 1.7em;
				margin-bottom: 0px;
			}

.services-page-section {
	padding: 100px 0px;
}

	.services-page-section .styled-pagination {
		margin-top: 30px;
	}

.styled-pagination {
	position: relative;
}

	.styled-pagination .inner-container {
		position: relative;
		padding: 0px 15px;
		text-align: center;
		height: 51px;
		border: 1px solid #bbbbbb;
	}

		.styled-pagination .inner-container .prev-post,
		.styled-pagination .inner-container .next-post {
			position: relative;
			color: #333333;
			font-size: 16px;
			font-weight: 700;
			padding: 11px 0px;
			display: inline-block;
		}

		.styled-pagination .inner-container ul {
			position: relative;
			text-align: center;
			display: inline-block;
		}

			.styled-pagination .inner-container ul li {
				position: relative;
				float: right;
			}

				.styled-pagination .inner-container ul li a {
					position: relative;
					color: #333333;
					font-size: 16px;
					display: inline-block;
					border-right: 1px solid #bbbbbb;
					padding: 11px 22px;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

				.styled-pagination .inner-container ul li:last-child {
					border-left: 1px solid #bbbbbb;
				}

				.styled-pagination .inner-container ul li a:hover,
				.styled-pagination .inner-container ul li.active a {
					background-color: #f11720;
				}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 60px;
}

	.sidebar-page-container .content-side,
	.sidebar-page-container .sidebar-side {
		margin-bottom: 40px;
	}

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

/*Blog Category*/

.blog-cat {
	position: relative;
	border: 1px solid #e1e1e1;
}

	.blog-cat li {
		position: relative;
	}

		.blog-cat li:after {
			position: absolute;
			content: '';
			right: 0px;
			bottom: 0px;
			width: 100%;
			border-bottom: 4px solid transparent;
		}

		.blog-cat li a {
			position: relative;
			color: #333333;
			font-size: 15px;
			font-weight: 700;
			padding: 14px 38px 14px 15px;
			display: block;
			border-bottom: 1px solid #e1e1e1;
			background-color: #f6f6f6;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			font-family: 'Almarai', sans-serif;
		}

			.blog-cat li a:before {
				position: absolute;
				content: '\f105';
				right: 22px;
				top: 12px;
				color: #bbbbbb;
				font-family: 'FontAwesome';
			}

		.blog-cat li:hover::after,
		.blog-cat li.active::after {
			border-bottom: 3px solid #f11720;
		}

		.blog-cat li a:hover::before,
		.blog-cat li.active a::before {
			color: #f11720;
		}

		.blog-cat li.active a,
		.blog-cat li a:hover {
			color: #ffffff;
			background-color: #333333;
		}

/*Brochure Box*/

.brochure-box {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 30px 15px 15px;
	border: 2px solid #cccccc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

	.brochure-box .inner {
		position: relative;
		padding-right: 30px;
	}

	.brochure-box .overlay-link {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}

	.brochure-box .inner .icon {
		position: absolute;
		right: 0px;
		top: 0px;
		color: #333333;
		font-size: 16px;
		font-weight: 300;
	}

	.brochure-box .inner .text {
		position: relative;
		font-size: 16px;
		font-weight: 700;
		color: #333333;
		font-family: 'Almarai', sans-serif;
	}

	.brochure-box:hover {
		border-color: #f11720;
		background-color: #f11720;
	}

/*Help Box*/

.help-box {
	position: relative;
	background-size: cover;
}

	.help-box:before {
		position: absolute;
		content: '';
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0,0,0,0.30);
	}

	.help-box .inner {
		position: relative;
		padding: 35px 22px;
	}

		.help-box .inner h2 {
			position: relative;
			color: #ffffff;
			font-size: 30px;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 25px;
		}

		.help-box .inner .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			line-height: 1.7em;
			margin-bottom: 20px;
		}

		.help-box .inner .contact {
			position: relative;
			font-weight: 700;
			font-size: 16px;
			font-family: 'Almarai', sans-serif;
		}

.solution-single {
	position: relative;
}

	.solution-single .inner-box {
		position: relative;
		display: block;
	}

		.solution-single .inner-box .image {
			position: relative;
			margin-bottom: 30px;
		}

			.solution-single .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
			}

		.solution-single .inner-box h2 {
			position: relative;
			color: #333333;
			font-size: 30px;
			font-weight: 700;
			line-height: 1.4em;
			margin-bottom: 15px;
		}

		.solution-single .inner-box .text {
			position: relative;
		}

			.solution-single .inner-box .text .two-column {
				margin-top: 40px;
				margin-bottom: 30px;
			}

			.solution-single .inner-box .text p {
				position: relative;
				color: #777777;
				font-size: 16px;
				line-height: 1.7em;
				margin-bottom: 20px;
			}

			.solution-single .inner-box .text h3 {
				position: relative;
				color: #333333;
				font-size: 30px;
				font-weight: 700;
				line-height: 1.4em;
				margin-bottom: 12px;
			}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

	.accordion-box .block {
		position: relative;
		margin-bottom: 10px;
		border: 2px solid #eeeeee;
		background-color: #eeeeee;
	}


		.accordion-box .block img {
			filter: brightness(0) invert(0);
		}

		.accordion-box .block.active-block .acc-btn {
			color: #fff !important;
			border-color: #f11720;
			background-color: #333333;
		}

			.accordion-box .block.active-block .acc-btn img {
				color: #fff !important;
				border-color: #f11720;
				filter: brightness(0) invert(1);
			}



		.accordion-box .block .acc-btn {
			position: relative;
			font-size: 20px;
			cursor: pointer;
			line-height: 30px;
			color: #333333;
			font-weight: 700;
			padding: 15px 28px;
			transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			font-family: 'Almarai', sans-serif;
		}


			/*.accordion-box .block .acc-btn img {
      
      
        line-height: 30px;
        color: #333333;
        background-color:#333;
      
    }*/

			.accordion-box .block .acc-btn.active,
			.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
				color: #f11720;
			}

		.accordion-box .block .icon-outer {
			position: absolute;
			left: 35px;
			top: 15px;
			font-size: 20px;
			color: #333333;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

			.accordion-box .block .icon-outer .icon {
				position: absolute;
				font-weight: 300;
			}

			.accordion-box .block .icon-outer .icon-plus {
				opacity: 1;
			}

			.accordion-box .block .icon-outer .icon-minus {
				opacity: 0;
				color: #d9d9d9;
				font-weight: 300;
			}

		.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
			opacity: 1;
		}

		.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
			opacity: 0;
		}

		.accordion-box .block .acc-btn.active .icon-outer {
			border-color: #f11720;
			color: #f11720;
		}

		.accordion-box .block .acc-content {
			position: relative;
			display: none;
			background-color: #ffffff;
		}

			.accordion-box .block .acc-content .content-text {
				padding-bottom: 6px;
			}

			.accordion-box .block .acc-content.current {
				display: block;
			}

		.accordion-box .block .content {
			position: relative;
			font-size: 14px;
			padding: 18px 25px 10px 25px;
		}

			.accordion-box .block .content .text {
				margin-bottom: 10px;
				line-height: 1.7em;
				font-size: 16px;
				color: #777777;
			}

			.accordion-box .block .content p:last-child {
				margin-bottom: 0px;
			}

.process-boxed {
	position: relative;
	
	margin-bottom: 40px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.solution-single .prod-tabs {
	position: relative;
	margin-bottom: 60px;
}

	.solution-single .prod-tabs .tab-btns {
		position: relative;
		z-index: 1;
		border-bottom: 2px solid #dddddd;
	}

		.solution-single .prod-tabs .tab-btns .tab-btn {
			position: relative;
			top: 1px;
			display: block;
			float: right;
			margin-left: 5px;
			font-size: 16px;
			background: #ebebeb;
			color: #333333;
			text-transform: capitalize;
			font-weight: 700;
			line-height: 24px;
			cursor: pointer;
			border: 2px solid transparent;
			padding: 11px 22px 9px;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			font-family: 'Almarai', sans-serif;
		}

			.solution-single .prod-tabs .tab-btns .tab-btn:hover:after,
			.solution-single .prod-tabs .tab-btns .tab-btn.active-btn:after {
				position: absolute;
				content: '';
				right: 0px;
				bottom: -3px;
				width: 100%;
				height: 5px;
				background-color: #ffffff;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

			.solution-single .prod-tabs .tab-btns .tab-btn:hover,
			.solution-single .prod-tabs .tab-btns .tab-btn.active-btn {
				color: #f11720;
				border-color: #e2e2e2;
				background: #ffffff;
			}

	.solution-single .prod-tabs .tabs-content {
		position: relative;
		padding: 22px 22px 22px;
		border: 2px solid #dddddd;
		border-top: 0px;
	}

		.solution-single .prod-tabs .tabs-content .tab {
			position: relative;
			display: none;
			border-top: 0px;
		}

			.solution-single .prod-tabs .tabs-content .tab.active-tab {
				display: block;
			}

			.solution-single .prod-tabs .tabs-content .tab .content {
				position: relative;
			}

				.solution-single .prod-tabs .tabs-content .tab .content p {
					position: relative;
					font-size: 16px;
					line-height: 1.7em;
					color: #777777;
					margin-bottom: 0px;
				}

/*** 

====================================================================
	Project Page Section
====================================================================

***/

.project-page-section {
	position: relative;
	padding: 14px 0px 100px;
}

	.project-page-section .filters {
		position: relative;
	}

		.project-page-section .filters .filter-tabs {
			position: relative;
			margin-bottom: 40px;
			text-align: center;
		}

			.project-page-section .filters .filter-tabs .filter {
				position: relative;
				color: #333333;
				font-size: 16px;
				cursor: pointer;
				margin-bottom: 15px;
				font-weight: 500;
				padding-left: 25px;
				margin-left: 12px;
				display: inline-block;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				font-family: 'Almarai', sans-serif;
			}

				.project-page-section .filters .filter-tabs .filter:last-child {
					padding-left: 0px;
					margin-left: 0px;
				}

					.project-page-section .filters .filter-tabs .filter:last-child::after {
						display: none;
					}

				.project-page-section .filters .filter-tabs .filter:after {
					position: absolute;
					content: '/';
					left: 0px;
					top: 0px;
					color: #333333;
				}

				.project-page-section .filters .filter-tabs .filter.active,
				.project-page-section .filters .filter-tabs .filter:hover {
					color: #f11720;
				}

	.project-page-section .styled-pagination {
		margin-top: 60px;
	}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section {
	position: relative;
	padding: 95px 0px 0px;
}

	.project-single-section .inner-box {
		position: relative;
		max-width: 970px;
		margin: 0 auto;
	}

		.project-single-section .inner-box .upper-box {
			position: relative;
			margin-bottom: 45px;
		}

			.project-single-section .inner-box .upper-box .image {
				position: relative;
			}

				.project-single-section .inner-box .upper-box .image img {
					position: relative;
					width: 100%;
					display: block;
					    object-fit: cover;

				}

			.project-single-section .inner-box .upper-box .owl-dots {
				display: none;
			}

			.project-single-section .inner-box .upper-box .owl-nav {
				position: absolute;
				content: '';
				right: 0px;
				top: 40%;
				width: 100%;
				display: block;
				margin-top: -20px;
			}

				.project-single-section .inner-box .upper-box .owl-nav .owl-prev,
				.project-single-section .inner-box .upper-box .owl-nav .owl-next {
					position: absolute;
					color: #333333;
					font-size: 60px;
					line-height: 1em;
					display: inline-block;
					transform: scale(-1);
				}

				.project-single-section .inner-box .upper-box .owl-nav .owl-prev {
					right: -80px;
				}

				.project-single-section .inner-box .upper-box .owl-nav .owl-next {
					left: -80px;
				}

		.project-single-section .inner-box .lower-content {
			position: relative;
		}

			.project-single-section .inner-box .lower-content h2 {
				position: relative;
				color: #333333;
				font-size: 36px;
				font-weight: 700;
				line-height: 1.2em;
				margin-bottom: 15px;
			}

			.project-single-section .inner-box .lower-content .bold-text {
				position: relative;
				color: #777777;
				font-weight: 700;
				font-size: 20px;
				margin-bottom: 20px;
				font-family: 'Almarai', sans-serif;
			}

			.project-single-section .inner-box .lower-content h3 {
				position: relative;
				color: #333333;
				font-size: 24px;
				font-weight: 700;
				margin-bottom: 10px;
			}

			.project-single-section .inner-box .lower-content .text {
				position: relative;
				color: #777777;
				font-size: 16px;
				line-height: 1.7em;
				margin-bottom: 25px;
			}

.project-list {
	position: relative;
	margin-top: 110px;
}

	.project-list li {
		position: relative;
		color: #777777;
		font-size: 16px;
		margin-bottom: 20px;
		border: 1px solid #bbbbbb;
		padding: 11px 75px 11px 12px;
	}

		.project-list li .icon {
			position: absolute;
			right: -1px;
			top: -1px;
			width: 50px;
			height: 51px;
			color: #333333;
			bottom: -1px;
			font-size: 20px;
			line-height: 50px;
			text-align: center;
			background-color: #f11720;
		}

		.project-list li strong {
			color: #333333;
			font-weight: 700;
			margin-left: 15px;
			font-family: 'Almarai', sans-serif;
		}

		.project-list li.social-icons {
			border: 0px;
			padding: 0px;
			margin-top: 32px;
		}

			.project-list li.social-icons .follow {
				position: relative;
				font-size: 20px;
				font-weight: 700;
				color: #333333;
			}

			.project-list li.social-icons a {
				color: #777777;
				font-size: 20px;
				margin-right: 15px;
			}

.news-page-section {
	padding-bottom: 80px;
}

	.news-page-section .news-block {
		margin-bottom: 60px;
	}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

	.sidebar .search-box .form-group input[type="text"],
	.sidebar .search-box .form-group input[type="search"] {
		position: relative;
		line-height: 30px;
		padding: 10px 20px 10px 50px;
		border: 2px solid #cccccc;
		background: none;
		display: block;
		font-size: 16px;
		width: 100%;
		height: 50px;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.sidebar .search-box .form-group button {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 50px;
		width: 50px;
		display: block;
		font-size: 20px;
		color: #333333;
		line-height: 100%;
		font-weight: normal;
		background: #f11720;
	}



.sidebar-title {
	position: relative;
	margin-bottom: 50px;
}

	.sidebar-title h2 {
		position: relative;
		color: #333333;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2em;
		padding-bottom: 15px;
	}

		.sidebar-title h2:before {
			position: absolute;
			content: '';
			right: 0px;
			bottom: 0px;
			width: 150px;
			border-bottom: 2px solid #e4e4e4;
		}

		.sidebar-title h2:after {
			position: absolute;
			content: '';
			right: 0px;
			bottom: 0px;
			width: 40px;
			border-bottom: 5px solid #f11720;
		}

.cat-list {
	position: relative;
}

	.cat-list li {
		position: relative;
		margin-bottom: 10px;
	}

		.cat-list li a {
			position: relative;
			padding: 15px 28px;
			display: block;
			font-size: 16px;
			font-weight: 700;
			color: #777777;
			padding-right: 50px;
			background-color: #eeeeee;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

			.cat-list li a:before {
				position: absolute;
				content: '\f0da';
				right: 30px;
				top: 15px;
				font-family: 'FontAwesome';
			}

			.cat-list li a span {
				float: left;
			}

			.cat-list li.active a,
			.cat-list li a:hover {
				color: #f11720;
				background-color: #333333;
			}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-right: 100px;
	min-height: 70px;
	margin-bottom: 20px;
}

	.sidebar .popular-posts .post:last-child {
		margin-bottom: 0px;
	}

	.sidebar .popular-posts .post .post-thumb {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 80px;
	}

		.sidebar .popular-posts .post .post-thumb .overlay-box {
			position: absolute;
			content: '';
			right: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			display: block;
			color: #f11720;
			font-size: 18px;
			opacity: 0;
			text-align: center;
			line-height: 70px;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			background-color: rgba(51,51,51,0.70);
		}

	.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
		opacity: 1;
	}

	.sidebar .popular-posts .post .post-thumb img {
		display: block;
		width: 100%;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.sidebar .popular-posts .post .text {
		position: relative;
		top: -4px;
		font-size: 16px;
		margin: 0px 0px 0px;
		font-weight: 700;
		color: #333333;
		line-height: 1.4em;
		text-transform: capitalize;
	}

		.sidebar .popular-posts .post .text a {
			color: #333333;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

	.sidebar .popular-posts .post a:hover {
		color: #f11720;
	}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	padding-right: 24px;
}

	.sidebar .popular-posts .post-info:before {
		position: absolute;
		content: '\f06e';
		right: 0px;
		top: 0px;
		font-size: 14px;
		font-family: 'FontAwesome';
	}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 13px 24px 13px;
	margin: 0px 0px 10px 6px;
	color: #777777;
	text-align: center;
	font-size: 16px;
	background: #f5f5f5;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

	.sidebar .popular-tags a:hover {
		background-color: #f11720;
		color: #ffffff;
	}

.archive-list {
	position: relative;
}

	.archive-list li {
		position: relative;
	}

		.archive-list li a {
			position: relative;
			color: #777777;
			font-size: 16px;
			display: block;
			margin-bottom: 15px;
			padding: 0px 38px 10px 15px;
			border-bottom: 1px solid #cccccc;
			font-family: 'Almarai', sans-serif;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

			.archive-list li a:before {
				position: absolute;
				content: '\f0e7';
				right: 15px;
				color: #333333;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				font-family: 'FontAwesome';
			}

			.archive-list li a span {
				float: left;
			}

		.archive-list li:last-child a {
			border: 0px;
		}

		.archive-list li a:hover::before,
		.archive-list li a:hover {
			color: #f11720;
		}

/*Blog Single*/

.blog-single {
	position: relative;
}

	.blog-single .inner-box {
		position: relative;
		display: block;
	}

		.blog-single .inner-box .image {
			position: relative;
			margin-bottom: 15px;
		}

			.blog-single .inner-box .image img {
				position: relative;
				display: block;
			}

	.blog-single .inner-box {
		position: relative;
		display: block;
	}



		.blog-single .inner-box .post-meta {
			position: relative;
			margin-bottom: 10px;
		}

			.blog-single .inner-box .post-meta li {
				position: relative;
				color: #777777;
				font-size: 14px;
				line-height: 1.2em;
				padding-right: 24px;
				display: inline-block;
				margin-left: 20px;
			}

				.blog-single .inner-box .post-meta li a {
					color: #777777;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.blog-single .inner-box .post-meta li a:hover {
						color: #ffc744;
					}

				.blog-single .inner-box .post-meta li:last-child {
					margin-left: 0px;
				}

				.blog-single .inner-box .post-meta li .icon {
					position: absolute;
					right: 0px;
					top: 0px;
					color: #ffc744;
					line-height: 1em;
				}

		.blog-single .inner-box .lower-content {
			position: relative;
		}

			.blog-single .inner-box .lower-content h2 {
				position: relative;
				color: #333333;
				font-size: 30px;
				font-weight: 700;
				line-height: 1.2em;
				margin-bottom: 20px;
			}

			.blog-single .inner-box .lower-content .text {
				position: relative;
				margin-bottom: 50px;
			}

				.blog-single .inner-box .lower-content .text p {
					position: relative;
					color: #777777;
					font-size: 16px;
					margin-bottom: 25px;
				}

				.blog-single .inner-box .lower-content .text blockquote {
					position: relative;
					border: 0px;
					font-weight: 700;
					font-style: italic;
					padding: 0px;
					padding-right: 70px;
					margin-bottom: 25px;
				}


.post-share-options {
	position: relative;
}

	.post-share-options .inner-container {
		position: relative;
		padding: 0px 15px;
		text-align: center;
		height: 51px;
		border: 1px solid #bbbbbb;
	}

		.post-share-options .inner-container .prev-post,
		.post-share-options .inner-container .next-post {
			position: relative;
			color: #333333;
			font-size: 16px;
			font-weight: 700;
			margin-top: 10px;
			display: inline-block;
		}

		.post-share-options .inner-container .social-icons {
			position: relative;
			text-align: center;
			display: inline-block;
		}

			.post-share-options .inner-container .social-icons li {
				position: relative;
				float: right;
			}

				.post-share-options .inner-container .social-icons li a {
					position: relative;
					color: #333333;
					font-size: 16px;
					display: inline-block;
					border-right: 1px solid #bbbbbb;
					padding: 11px 22px;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

				.post-share-options .inner-container .social-icons li:last-child {
					border-left: 1px solid #bbbbbb;
				}

				.post-share-options .inner-container .social-icons li a:hover,
				.post-share-options .inner-container .social-icons li.active a {
					background-color: #f11720;
				}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 20px;
	margin-top: 70px;
}

	.sidebar-page-container .comments-area .comment-box {
		position: relative;
		/*padding:20px 20px 20px;
	border:1px solid #dddddd;*/
		margin-bottom: 50px;
		padding-bottom: 45px;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		border-bottom: 1px solid #dddddd;
	}

		.sidebar-page-container .comments-area .comment-box.reply-comment {
			margin-right: 100px;
		}

		.sidebar-page-container .comments-area .comment-box:hover {
			border-color: #f11720;
		}

		.sidebar-page-container .comments-area .comment-box:last-child {
			border: 0px;
			padding-bottom: 0px;
		}

	.sidebar-page-container .comments-area .comment {
		position: relative;
		font-size: 14px;
		padding: 0px 100px 0px 0px;
	}

		.sidebar-page-container .comments-area .comment .comment-inner {
			position: relative;
		}

		.sidebar-page-container .comments-area .comment .comment-reply {
			position: relative;
			color: #333333;
			font-size: 12px;
			font-weight: 700;
			text-align: center;
			display: inline-block;
			padding: 1px 10px;
			margin-top: 16px;
			text-transform: uppercase;
			background-color: #f11720;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.sidebar-page-container .comments-area .comment .comment-reply .icon {
				font-size: 13px;
				margin-left: 2px;
			}

	.sidebar-page-container .comments-area .comment-box .author-thumb {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 70px;
		overflow: hidden;
		margin-bottom: 20px;
	}

		.sidebar-page-container .comments-area .comment-box .author-thumb img {
			display: block;
		}

	.sidebar-page-container .comments-area .comment-info {
		color: #333333;
		line-height: 24px;
		font-size: 16px;
		font-weight: 700;
		font-family: 'Almarai', sans-serif;
	}

		.sidebar-page-container .comments-area .comment-info span {
			font-weight: 400;
			font-size: 16px;
			color: #777777;
			margin-right: 22px;
			font-family: 'Almarai', sans-serif;
		}

	.sidebar-page-container .comments-area .comment .comment-inner .rating {
		position: relative;
		font-size: 18px;
		color: #f11720;
	}

	.sidebar-page-container .comments-area .comment-box .text {
		color: #777777;
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 0px;
		line-height: 1.6em;
	}

	.sidebar-page-container .comments-area .comment-info .comment-time {
		position: relative;
		font-size: 14px;
		color: #f11720;
		margin-right: 38px;
		font-weight: 400;
		text-transform: uppercase;
		display: inline-block;
	}

	.sidebar-page-container .comments-area .comment-box .theme-btn {
		padding: 5px 30px;
		font-size: 12px;
		border: 1px solid #fbca00;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.sidebar-page-container .comments-area.style-two {
		margin-top: 20px;
	}

		.sidebar-page-container .comments-area.style-two .comment-box {
			padding: 15px;
			margin-bottom: 20px;
			border: 1px solid #dddddd;
		}

			.sidebar-page-container .comments-area.style-two .comment-box .text {
				font-size: 14px;
			}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
}

	.comment-form .form-group {
		position: relative;
		margin-bottom: 20px;
	}

		.comment-form .form-group input[type="text"],
		.comment-form .form-group input[type="password"],
		.comment-form .form-group input[type="tel"],
		.comment-form .form-group input[type="email"],
		.comment-form .form-group select {
			position: relative;
			display: block;
			width: 100%;
			line-height: 28px;
			padding: 10px 20px;
			height: 50px;
			font-size: 14px;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.comment-form .form-group input[type="text"]:focus,
			.comment-form .form-group input[type="password"]:focus,
			.comment-form .form-group input[type="tel"]:focus,
			.comment-form .form-group input[type="email"]:focus,
			.comment-form .form-group select:focus,
			.comment-form .form-group textarea:focus {
				border-color: #f11720;
			}

		.comment-form .form-group textarea {
			position: relative;
			display: block;
			width: 100%;
			line-height: 24px;
			padding: 10px 20px;
			color: #a5a5a5;
			height: 170px;
			font-size: 14px;
			resize: none;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

	.comment-form button {
		margin-top: 12px;
		font-size: 16px;
		font-weight: 700;
		border-radius: 0px;
		padding: 11px 18px;
		text-transform: capitalize;
	}

.news-classic .styled-pagination,
.news-list .styled-pagination {
	margin-top: 80px;
}

/*News Block Two*/

.news-block-two {
	position: relative;
	margin-bottom: 60px;
}

	.news-block-two .inner-box {
		position: relative;
		display: block;
	}

		.news-block-two .inner-box .image-column {
			position: relative;
		}

			.news-block-two .inner-box .image-column .image {
				position: relative;
			}

				.news-block-two .inner-box .image-column .image img {
					position: relative;
					width: 100%;
					display: block;
				}

				.news-block-two .inner-box .image-column .image .overlay-box {
					position: absolute;
					content: '';
					right: 0px;
					top: 0px;
					width: 100%;
					height: 100%;
					display: block;
					color: #f11720;
					font-size: 26px;
					opacity: 0;
					text-align: center;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					background-color: rgba(51,51,51,0.60);
				}

					.news-block-two .inner-box .image-column .image .overlay-box .fa {
						position: relative;
						top: 50%;
						margin-top: -8px;
						display: block;
					}

		.news-block-two .inner-box:hover .image .overlay-box {
			opacity: 1;
		}

		.news-block-two .inner-box .content-column {
			position: relative;
		}

			.news-block-two .inner-box .content-column .inner-column {
				position: relative;
				padding-top: 10px;
			}

			.news-block-two .inner-box .content-column .post-meta {
				position: relative;
				margin-bottom: 10px;
			}

				.news-block-two .inner-box .content-column .post-meta li {
					position: relative;
					color: #777777;
					font-size: 14px;
					line-height: 1.2em;
					padding-right: 24px;
					display: inline-block;
					margin-left: 20px;
				}

					.news-block-two .inner-box .content-column .post-meta li a {
						color: #777777;
						transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-webkit-transition: all 0.3s ease;
						-ms-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
					}

						.news-block-two .inner-box .content-column .post-meta li a:hover {
							color: #ffc744;
						}

					.news-block-two .inner-box .content-column .post-meta li:last-child {
						margin-left: 0px;
					}

					.news-block-two .inner-box .content-column .post-meta li .icon {
						position: absolute;
						right: 0px;
						top: 0px;
						color: #ffc744;
						line-height: 1em;
					}

			.news-block-two .inner-box .content-column h3 {
				position: relative;
				font-size: 20px;
				font-weight: 700;
				line-height: 1.5em;
				margin-bottom: 15px;
			}

				.news-block-two .inner-box .content-column h3 a {
					position: relative;
					color: #333333;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.news-block-two .inner-box .content-column h3 a:hover {
						color: #ffc744;
					}

			.news-block-two .inner-box .content-column .text {
				position: relative;
				color: #777777;
				font-size: 16px;
				line-height: 1.7em;
			}

/*** 

====================================================================
	Contact Form Section
====================================================================

 ***/

.contact-section {
	position: relative;
	padding: 90px 0px 60px;
}

	.contact-section h2 {
		position: relative;
		color: #333333;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2em;
	}

	.contact-section .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		margin-bottom: 25px;
	}

	.contact-section .social-icon-two {
		padding-top: 10px;
	}

		.contact-section .social-icon-two li {
			margin-left: 20px;
			margin-right: 0px;
		}

			.contact-section .social-icon-two li a {
				color: #bbbbbb;
				font-size: 22px;
			}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
	position: relative;
	padding-left: 15px;
}

	.contact-form .form-group {
		position: relative;
		margin-bottom: 30px;
	}

		.contact-form .form-group input[type="text"],
		.contact-form .form-group input[type="password"],
		.contact-form .form-group input[type="tel"],
		.contact-form .form-group input[type="email"],
		.contact-form .form-group select {
			position: relative;
			display: block;
			width: 100%;
			line-height: 28px;
			padding: 10px 20px;
			height: 50px;
			font-size: 14px;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.contact-form .form-group input[type="text"]:focus,
			.contact-form .form-group input[type="password"]:focus,
			.contact-form .form-group input[type="tel"]:focus,
			.contact-form .form-group input[type="email"]:focus,
			.contact-form .form-group select:focus,
			.contact-form .form-group textarea:focus {
				border-color: #f11720;
			}

		.contact-form .form-group textarea {
			position: relative;
			display: block;
			width: 100%;
			line-height: 24px;
			padding: 10px 20px;
			color: #a5a5a5;
			height: 170px;
			font-size: 14px;
			resize: none;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

	.contact-form button {
		margin-top: 0px;
		font-size: 16px;
		font-weight: 700;
		border-radius: 0px;
		padding: 6px 19px;
		text-transform: capitalize;
	}

	.contact-form input.error,
	.contact-form select.error,
	.contact-form textarea.error {
		border-color: #ff0000 !important;
	}

	.contact-form label.error {
		display: block;
		line-height: 24px;
		padding: 5px 0px 0px;
		margin: 0px;
		text-transform: uppercase;
		font-size: 11px;
		color: #ff0000;
		font-weight: 500;
	}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
	position: relative;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

	.map-data h6 {
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 5px;
		color: #121212;
	}

.map-canvas {
	height: 470px;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section {
	position: relative;
	padding: 90px 0px 100px;
}

	.login-section h2 {
		position: relative;
		color: #333333;
		font-size: 36px;
		font-weight: 700;
		line-height: 1.2em;
		margin-bottom: 25px;
		text-transform: uppercase;
	}

	.login-section .inner-container {
		position: relative;
		padding: 25px 28px 15px;
		background-color: #f5f5f5;
	}

	.login-section.login-page .inner-container {
		max-width: 600px;
		margin: 0 auto;
	}

	.login-section.login-page h2 {
		text-align: center;
	}

	.login-section.style-two {
		padding: 0px;
		margin-bottom: 30px;
	}

.login-form {
	position: relative;
}

	.login-form .form-group {
		position: relative;
		margin-bottom: 12px;
	}

		.login-form .form-group.check-box {
			padding-top: 7px;
		}

		.login-form .form-group:nth-child(2) {
			margin-bottom: 30px;
		}

.login-section.style-two .login-form .form-group:nth-child(2) {
	margin-bottom: 15px;
}

.login-form .form-group label {
	position: relative;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
}

.login-form .form-group.no-margin {
	margin-bottom: 0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #cccccc;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.login-form .form-group input[type="text"]:focus,
	.login-form .form-group input[type="password"]:focus,
	.login-form .form-group input[type="tel"]:focus,
	.login-form .form-group input[type="email"]:focus,
	.login-form .form-group select:focus,
	.login-form .form-group textarea:focus {
		border-color: #f11720;
	}

.login-form button {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0px;
	line-height: 30px;
	padding: 5px 32px;
	text-transform: capitalize;
}

.login-form .psw {
	position: relative;
	color: #333333;
	font-size: 16px;
}

	.login-form .psw:hover {
		text-decoration: underline;
	}

/*Shop Item*/

.shop-item {
	position: relative;
	margin-bottom: 70px;
}

	.shop-item .inner-box {
		position: relative;
		display: block;
		outline: 15px solid #ffffff;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

		.shop-item .inner-box:hover .image .overlay-box {
			opacity: 1;
		}

		.shop-item .inner-box .image {
			position: relative;
			z-index: 11;
			text-align: center;
			background-color: #f8f8f8;
		}

			.shop-item .inner-box .image .overlay-box {
				position: absolute;
				content: '';
				right: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				opacity: 0;
				text-align: center;
				background-color: rgba(51,51,51,0.70);
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}

				.shop-item .inner-box .image .overlay-box .cart-option {
					position: relative;
					top: 50%;
					margin-top: -25px;
				}

					.shop-item .inner-box .image .overlay-box .cart-option li {
						position: relative;
						margin: 0px 3px;
						color: #f11720;
						display: inline-block;
					}

						.shop-item .inner-box .image .overlay-box .cart-option li a {
							position: relative;
							color: #f11720;
							font-size: 18px;
							display: block;
							transition: all 0.3s ease;
							-moz-transition: all 0.3s ease;
							-webkit-transition: all 0.3s ease;
							-ms-transition: all 0.3s ease;
							-o-transition: all 0.3s ease;
						}

							.shop-item .inner-box .image .overlay-box .cart-option li a .fa {
								display: block;
								font-size: 24px;
								margin-bottom: 8px;
							}

							.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
								color: #ffffff;
							}

			.shop-item .inner-box .image img {
				width: 100%;
				display: inline-block;
			}

		.shop-item .inner-box .lower-content {
			position: relative;
			z-index: 11;
			padding: 20px 0px 0px;
		}

			.shop-item .inner-box .lower-content h3 {
				position: relative;
				font-size: 18px;
				font-weight: 700;
				margin-bottom: 6px;
			}

				.shop-item .inner-box .lower-content h3 a {
					color: #000000;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}

					.shop-item .inner-box .lower-content h3 a:hover {
						color: #f11720;
					}

			.shop-item .inner-box .lower-content .price {
				position: relative;
				color: #f11720;
				font-size: 18px;
				font-weight: 700;
			}

				.shop-item .inner-box .lower-content .price .discount {
					position: relative;
					color: #777777;
					margin-left: 8px;
					text-decoration: line-through;
				}

			.shop-item .inner-box .lower-content .rating .fa {
				position: relative;
				display: inline-block;
				font-size: 16px;
				color: #f11720;
			}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
	position: relative;
	padding: 0px 0px;
	padding-right: 90px;
	min-height: 95px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

	.sidebar .related-posts .post:last-child {
		margin-bottom: 0px;
		border: 0px;
		min-height: inherit;
	}

	.sidebar .related-posts .post .post-thumb {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 70px;
	}

		.sidebar .related-posts .post .post-thumb img {
			display: block;
			width: 100%;
		}

	.sidebar .related-posts .post h4 {
		top: -2px;
		font-size: 16px;
		font-weight: 700;
		color: #333333;
		text-transform: capitalize;
	}

		.sidebar .related-posts .post h4 a {
			color: #333333;
			transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
		}

	.sidebar .related-posts .post a,
	.sidebar .related-posts .post a:hover {
		color: #fbb200;
	}

	.sidebar .related-posts .post .price {
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: 400;
		color: #777777;
	}

	.sidebar .related-posts .post .rating {
		margin-bottom: 1px;
		line-height: 1em;
	}

		.sidebar .related-posts .post .rating .fa {
			position: relative;
			display: inline-block;
			font-size: 16px;
			line-height: 26px;
			color: #f11720;
		}

		.sidebar .related-posts .post .rating .fa-star.light {
		}

/*Sidebar Range slider */

.range-slider-one {
	position: relative;
	min-height: 48px;
	padding-top: 10px;
	overflow: hidden;
	margin-top: -20px;
}

	.range-slider-one .title {
		position: relative;
		float: right;
		color: #848484;
		font-size: 16px;
		font-weight: 300;
		margin-top: 8px;
	}

		.range-slider-one .title:before {
			position: absolute;
			content: '$';
			left: -14px;
			top: 0px;
			color: #848484;
			font-size: 16px;
			font-weight: 300;
		}

	.range-slider-one .input {
		float: left;
		right: 8px;
		max-width: 75px;
		padding-right: 8px;
		margin-top: 8px;
		position: relative;
	}

		.range-slider-one .input input {
			background: none;
			color: #777777;
			font-size: 16px;
			font-weight: 300;
			width: auto;
			text-align: right;
		}

	.range-slider-one .ui-widget.ui-widget-content {
		height: 3px;
		border: none;
		margin-bottom: 35px;
		background: #e5e5e5;
	}

	.range-slider-one .ui-slider .ui-slider-range {
		top: 0px;
		height: 3px;
		background: #333333;
	}

	.range-slider-one .ui-state-default,
	.range-slider-one .ui-widget-content .ui-state-default {
		top: -3px;
		width: 10px;
		height: 10px;
		background: #fbb200;
		cursor: pointer;
		border-color: #fbb200;
	}

	.range-slider-one .theme-btn {
		padding: 8px 24px;
		border-radius: 0px;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
	}




.product-details .basic-details {
	position: relative;
	margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

	.product-details .image-column .image-box img {
		position: relative;
		display: block;
		width: 100%;
		background-color: #f7f7f7;
	}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 16px;
}

	.product-details .basic-details .details-header h4 {
		font-size: 24px;
		font-weight: 700;
		margin: 5px 0px 20px;
		line-height: 1.4em;
		color: #333333;
	}

		.product-details .basic-details .details-header h4 a {
			color: #333333;
		}

	.product-details .basic-details .details-header .rating {
		font-size: 18px;
		color: #f11720;
		margin-bottom: 15px;
		display: inline-block;
	}

	.product-details .basic-details .details-header .reviews {
		position: relative;
		display: inline-block;
		color: #777777;
		font-weight: 700;
		margin-right: 15px;
	}

	.product-details .basic-details .details-header .rating .fa {
		display: inline-block;
	}

	.product-details .basic-details .details-header .rating .txt {
		font-size: 14px;
		padding-right: 10px;
		color: #777777;
	}

	.product-details .basic-details .details-header .item-price {
		font-size: 22px;
		font-weight: 700;
		color: #f11720;
		line-height: 24px;
	}

.product-details .basic-details .prod-info {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 13px;
}

	.product-details .basic-details .prod-info strong {
		font-weight: 700;
		color: #111111;
	}

.product-details .basic-details .text {
	margin-bottom: 25px;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
	float: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-left: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 46px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 11px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: right;
	width: 85px;
	margin-bottom: 25px;
	margin-left: 20px;
}

	.product-details .basic-details .item-quantity .field-label {
		float: right;
		font-weight: 700;
		font-size: 14px;
		line-height: 32px;
		display: inline-block;
		padding-left: 20px;
	}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 12px 10px;
	background: #f4f5f6;
	border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	top: 8px;
}

.product-details .basic-details .add-to-cart {
	padding: 11px 20px;
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 80px;
	border-bottom: 1px solid #cccccc;
}

	.shop-single .product-details .prod-tabs .tab-btns {
		position: relative;
		z-index: 1;
		margin-bottom: 50px;
	}

		.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
			position: relative;
			top: 1px;
			display: block;
			float: right;
			margin-left: 10px;
			font-size: 16px;
			background: #eeeeee;
			color: #000000;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 24px;
			cursor: pointer;
			padding: 13px 43px 13px;
			transition: all 500ms ease;
		}

			.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
			.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
				color: #000000;
				background: #f11720;
			}

	.shop-single .product-details .prod-tabs .tabs-content {
		position: relative;
	}

		.shop-single .product-details .prod-tabs .tabs-content .tab {
			position: relative;
			display: none;
			border-top: 0px;
		}

			.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
				display: block;
			}

			.shop-single .product-details .prod-tabs .tabs-content .tab .content {
				position: relative;
			}

				.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
					position: relative;
					font-size: 16px;
					line-height: 1.7em;
					margin-bottom: 25px;
					color: #797979;
				}

					.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
						margin-bottom: 0px;
					}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
	font-family: 'Almarai', sans-serif;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
	margin-top: 50px;
}

	.shop-comment-form h2 {
		position: relative;
		color: #333333;
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.shop-comment-form .mail-text {
		position: relative;
		color: #777777;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.shop-comment-form .group-title {
		margin-bottom: 20px;
	}

	.shop-comment-form .rating-box {
		position: relative;
		margin-bottom: 20px;
	}

		.shop-comment-form .rating-box .text {
			position: relative;
			font-size: 16px;
			color: #333333;
			margin-bottom: 15px;
		}

		.shop-comment-form .rating-box .rating {
			position: relative;
			display: inline-block;
		}

			.shop-comment-form .rating-box .rating .fa {
				position: relative;
				display: inline-block;
			}

			.shop-comment-form .rating-box .rating a {
				position: relative;
				color: #333333;
				font-size: 14px;
				display: inline-block;
			}

				.shop-comment-form .rating-box .rating a:hover {
					color: #f11720;
				}

	.shop-comment-form .form-group {
		position: relative;
		margin-bottom: 20px;
	}

		.shop-comment-form .form-group label {
			position: relative;
			color: #333333;
			font-size: 16px;
			font-weight: 400;
		}

		.shop-comment-form .form-group:last-child {
			margin-bottom: 0px;
		}

		.shop-comment-form .form-group input[type="text"],
		.shop-comment-form .form-group input[type="password"],
		.shop-comment-form .form-group input[type="tel"],
		.shop-comment-form .form-group input[type="email"],
		.shop-comment-form .form-group select {
			position: relative;
			display: block;
			width: 100%;
			line-height: 28px;
			padding: 10px 15px;
			border: 1px solid #dddddd;
			height: 50px;
			color: #848484;
			font-weight: 300;
			background: #ffffff;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.shop-comment-form .form-group input[type="text"]:focus,
			.shop-comment-form .form-group input[type="password"]:focus,
			.shop-comment-form .form-group input[type="tel"]:focus,
			.shop-comment-form .form-group input[type="email"]:focus,
			.shop-comment-form .form-group select:focus,
			.shop-comment-form .form-group textarea:focus {
				border-color: #f11720;
			}

		.shop-comment-form .form-group textarea {
			position: relative;
			display: block;
			width: 100%;
			line-height: 26px;
			padding: 10px 15px;
			color: #848484;
			border: 1px solid #dddddd;
			height: 120px;
			font-weight: 300;
			background: #ffffff;
			resize: none;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

	.shop-comment-form button {
		position: relative;
		font-weight: 700;
		border-radius: 0px;
		font-size: 16px;
		padding: 7px 28px;
		text-transform: uppercase;
	}

	.shop-comment-form input:focus,
	.shop-comment-form select:focus,
	.shop-comment-form textarea:focus {
		border-color: #f06529;
	}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 100px 0px 60px;
}

.cart-outer {
	position: relative;
}

.checkout-page .cart-outer {
	margin-bottom: 40px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	background: #333333;
	color: #ffffff;
	border: 1px solid #ebebeb;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 13px 25px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #cccccc;
	font-family: 'Almarai', sans-serif;
}

	.cart-table thead tr th .fa {
		font-size: 18px;
	}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 25px 25px 20px;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-left: 80px;
}

	.cart-table tbody tr .qty .quantity-spinner {
		background: #ffffff;
	}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 110px;
}

	.cart-table tbody tr .prod-column .column-box .prod-thumb {
		position: relative;
		width: 100px;
	}

		.cart-table tbody tr .prod-column .column-box .prod-thumb img {
			display: block;
			max-width: 100%;
		}

	.cart-table tbody tr .prod-column .column-box h4 {
		font-size: 14px;
		color: #444444;
		font-weight: 400;
		line-height: 90px;
	}

.cart-table tbody tr .prod-column .author {
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #797979;
	font-size: 17px;
}

	.cart-table tbody tr .sub-total.price {
	}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #1c1c1c;
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

	.cart-table tbody tr .remove-btn .fa {
		position: relative;
		font-size: 18px;
		line-height: 30px;
	}

	.cart-table tbody tr .remove-btn:hover {
		color: #fbb200;
	}

.cart-table tbody tr {
	border-bottom: 1px solid #cccccc;
}

	.cart-table tbody tr td {
		vertical-align: middle;
		color: #797979;
		font-size: 17px;
		text-align: center;
		border-right: 1px solid #cccccc;
	}

		.cart-table tbody tr td.prod-column {
			padding-right: 48px;
		}

		.cart-table tbody tr td.total {
			font-size: 18px;
			color: #333333;
		}

		.cart-table tbody tr td:last-child {
			border-left: 1px solid #ebebeb;
			text-align: center;
		}

		.cart-table tbody tr td .prod-title {
			position: relative;
			font-size: 16px;
			color: #333333;
			font-weight: 400;
		}

		.cart-table tbody tr td .quantity-spinner {
			padding: 5px 20px 5px 0px;
			line-height: 24px;
			height: 34px;
			display: block;
			width: 100%;
			position: relative;
		}

.cart-table tbody .available-info {
	position: relative;
	padding-right: 50px;
}

	.cart-table tbody .available-info .icon {
		position: absolute;
		right: 0px;
		top: 5px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 18px;
		color: #ffffff;
		background: #223555;
		border-radius: 50%;
	}

.cart-section .cart-options {
	position: relative;
	padding: 20px 0px 10px;
	margin-bottom: 30px;
	border-top: 0px;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .cart-options .cart-btn {
	padding: 10px 39px 10px;
	line-height: 24px;
	font-size: 13px;
	color: #333333;
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
	background-color: #fbb200;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: right;
	margin-left: 30px;
}

	.cart-section .apply-coupon .form-group input[type="text"] {
		display: block;
		line-height: 15px;
		padding: 8px 20px;
		border: 1px solid #cccccc;
		width: 225px;
		height: 44px;
		background: #ffffff;
	}

.cart-section .coupon-btn {
	padding: 10px 39px 10px;
	line-height: 24px;
	font-size: 13px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fbb200;
}

.cart-section .cart-options .btn-style-one {
	top: -7px;
	padding-right: 32px;
	padding-left: 32px;
}

.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}

	.cart-section .totals-table li {
		line-height: 24px;
		padding: 14px 30px;
		border-bottom: 1px solid #cccccc;
	}

		.cart-section .totals-table li:first-child {
		}

		.cart-section .totals-table li h3 {
			position: relative;
			font-weight: 700;
			color: #333333;
			font-size: 18px;
		}

		.cart-section .totals-table li:last-child {
			border-bottom: none;
			padding: 50px 30px;
		}

	.cart-section .totals-table .col {
		position: relative;
		display: block;
		float: right;
		line-height: 24px;
		width: 50%;
		color: #333333;
		font-size: 16px;
		font-weight: 700;
		text-transform: capitalize;
	}

	.cart-section .totals-table li .col:last-child {
		text-align: left;
	}

	.cart-section .totals-table .total .price {
		color: #f11720;
		font-weight: 700;
	}

	.cart-section .totals-table .proceed-btn {
		padding: 13px 34px 13px;
		line-height: 24px;
		font-size: 14px;
		color: #333333;
		font-weight: 700;
		border-radius: 0px;
		text-transform: uppercase;
		background-color: #fbb200;
		font-family: 'Almarai', sans-serif;
	}


.shipping-block {
	position: relative;
	margin-bottom: 40px;
}

	.shipping-block .inner-box {
		position: relative;
		display: block;
		padding: 16px 20px 6px;
		border: 1px solid #cccccc;
	}

		.shipping-block .inner-box h3 {
			position: relative;
			color: #333333;
			font-size: 15px;
			font-weight: 700;
			margin-bottom: 10px;
			text-transform: capitalize;
		}

		.shipping-block .inner-box h4 {
			position: relative;
			color: #fbb200;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 15px;
			text-transform: capitalize;
		}

.shipping-form {
	position: relative;
}

	.shipping-form .form-group {
		position: relative;
		margin-bottom: 15px;
	}

		.shipping-form .form-group input[type="text"],
		.shipping-form .form-group input[type="password"],
		.shipping-form .form-group input[type="tel"],
		.shipping-form .form-group input[type="email"] {
			position: relative;
			display: block;
			width: 100%;
			line-height: 18px;
			padding: 10px 20px;
			height: 40px;
			font-size: 14px;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.shipping-form .form-group input[type="text"]:focus,
			.shipping-form .form-group input[type="password"]:focus,
			.shipping-form .form-group input[type="tel"]:focus,
			.shipping-form .form-group input[type="email"]:focus,
			.shipping-form .form-group select:focus,
			.shipping-form .form-group textarea:focus {
				border-color: #f11720;
			}

	.shipping-form button {
		margin-top: 0px;
		font-size: 15px;
		font-weight: 700;
		border-radius: 0px;
		padding: 6px 26px;
		text-transform: capitalize;
	}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 100px 0px 100px;
}

	.checkout-page .default-links {
		position: relative;
		margin-bottom: 0px;
	}

		.checkout-page .default-links li {
			line-height: 24px;
			padding: 14px 30px 18px;
			background: #333333;
			color: #ffffff;
			font-size: 16px;
		}

			.checkout-page .default-links li .fa {
				position: relative;
				top: 2px;
				margin-left: 20px;
				font-size: 24px;
				color: #f11720;
			}

			.checkout-page .default-links li a {
				color: #fa9928;
			}

.checkout-form {
	position: relative;
}

	.checkout-form .checkout-title {
		position: relative;
	}

		.checkout-form .checkout-title h2 {
			position: relative;
			color: #222222;
			font-size: 30px;
			margin-bottom: 15px;
		}

	.checkout-form .form-group {
		position: relative;
		margin-bottom: 5px;
	}

		.checkout-form .form-group .field-label {
			display: block;
			line-height: 24px;
			margin-bottom: 6px;
			text-transform: capitalize;
			color: #222222;
			font-size: 16px;
			font-weight: 400;
		}

			.checkout-form .form-group .field-label sup {
				top: -1px;
				font-size: 16px;
			}

		.checkout-form .form-group .text {
			position: relative;
			color: #777777;
			font-size: 15px;
			margin-bottom: 5px;
		}

	.checkout-form input[type="text"],
	.checkout-form input[type="email"],
	.checkout-form input[type="password"],
	.checkout-form input[type="tel"],
	.checkout-form input[type="number"],
	.checkout-form input[type="url"],
	.checkout-form select,
	.checkout-form textarea {
		position: relative;
		display: block;
		width: 100%;
		background: #ffffff;
		line-height: 22px;
		padding: 12px 15px;
		height: 48px;
		margin-bottom: 10px;
		border: 1px solid #e0e0e0;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
	}

	.checkout-form select {
		cursor: pointer;
		-webkit-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		-moz-appearance: none;
		background: #ffffff url(../images/icons/icon-select.png) left center no-repeat;
	}

	.checkout-form textarea {
		resize: none;
		height: 60px !important;
	}

		.checkout-form input:focus,
		.checkout-form select:focus,
		.checkout-form textarea:focus {
			border-color: #fa9928;
		}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

	.checkout-page .check-box label {
		position: relative;
		top: -1px;
		font-weight: normal;
		padding: 0px;
		font-size: 16px;
		cursor: pointer;
		color: #333333;
	}

.checkout-page .lower-content {
	margin-top: 30px;
}

	.checkout-page .lower-content .order-column {
		margin-bottom: 40px;
	}

	.checkout-page .lower-content .column h2 {
		position: relative;
		color: #222222;
		font-size: 24px;
		margin-bottom: 30px;
		padding-bottom: 12px;
	}

		.checkout-page .lower-content .column h2:after {
			position: absolute;
			content: '';
			right: 0px;
			bottom: 0px;
			width: 40px;
			height: 2px;
			background-color: #fa9928;
		}

/*Coupon Box*/

.coupon-box {
	position: relative;
	padding: 25px 25px;
	margin-bottom: 25px;
	background-color: #f5f5f5;
}

.coupon-form {
	position: relative;
}

	.coupon-form .form-group {
		position: relative;
		margin-bottom: 0px;
	}

		.coupon-form .form-group input[type="text"] {
			position: relative;
			display: block;
			width: 100%;
			line-height: 28px;
			padding: 10px 20px;
			height: 44px;
			font-size: 14px;
			border: 1px solid #cccccc;
			-webkit-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.coupon-form .form-group input[type="text"]:focus {
				border-color: #f11720;
			}

	.coupon-form button {
		margin-top: 0px;
		font-size: 16px;
		font-weight: 700;
		border-radius: 0px;
		padding: 8px 26px;
		text-transform: capitalize;
	}

.order-box {
	position: relative;
	margin-top: 15px;
}

	.order-box h2 {
		position: relative;
		color: #333333;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.order-box .title-box {
		position: relative;
		padding: 13px 30px;
		background-color: #333333;
	}

		.order-box .title-box .col {
			position: relative;
			width: 50%;
			float: right;
			color: #ffffff;
			font-size: 16px;
			font-weight: 700;
		}

	.order-box ul {
		position: relative;
	}

		.order-box ul li {
			position: relative;
			padding: 25px 30px;
			border-bottom: 1px solid #cccccc;
		}

			.order-box ul li strong {
				color: #333333;
				font-weight: 700;
				font-size: 16px;
			}

			.order-box ul li span {
				width: 50%;
				float: left;
				color: #f11720;
				font-size: 16px;
				font-weight: 700;
			}

				.order-box ul li span.free {
					color: #777777;
					font-size: 16px;
				}

			.order-box ul li:last-child {
				border-bottom: none;
			}

.payment-box {
	position: relative;
	margin-top: 20px;
	background-color: #f5f5f5;
}

	.payment-box .upper-box {
		position: relative;
		padding: 15px 35px;
		border-bottom: 1px solid #b7b7b7;
	}


.payment-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.payment-box .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

	.payment-box .payment-options li .radio-option {
		position: relative;
	}

		.payment-box .payment-options li .radio-option label {
			position: relative;
			display: block;
			padding-right: 30px;
			font-weight: 700 !important;
			text-transform: capitalize;
			letter-spacing: 1px;
			color: #333333;
			cursor: pointer;
			font-size: 18px;
		}

			.payment-box .payment-options li .radio-option label strong {
			}

		.payment-box .payment-options li .radio-option input[type="radio"] {
			position: absolute;
			right: 0px;
			top: 3px;
		}

		.payment-box .payment-options li .radio-option label .small-text {
			position: relative;
			display: none;
			letter-spacing: 0px;
			text-transform: none;
			font-weight: normal;
			font-size: 14px;
			color: #777777;
			line-height: 1.8em;
			padding: 15px 20px;
			margin-top: 20px;
			background-color: #ededed;
		}

		.payment-box .payment-options li .radio-option input:checked + label .small-text {
			display: block;
		}

		.payment-box .payment-options li .radio-option label .small-text:before {
			position: absolute;
			content: '';
			right: 30px;
			top: -11px;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			border-bottom: 15px solid #ededed;
		}

		.payment-box .payment-options li .radio-option label img {
			position: relative;
			display: block;
			max-width: 100%;
			padding-right: 30px;
			margin-top: 20px;
		}

		.payment-box .payment-options li .radio-option .what-paypall {
			position: relative;
			display: block;
			color: #777777;
			font-size: 16px;
			font-weight: 700;
			margin-right: 120px;
			margin-top: 10px;
		}

.payment-box .lower-box {
	position: relative;
	padding: 15px 15px;
}

	.payment-box .lower-box .btn-style-one {
		font-size: 18px;
		font-weight: 700;
		border-radius: 0px;
		padding: 8px 19px;
		text-transform: capitalize;
	}

.center {
	text-align: center;
	padding: 15px;
	font-weight: bold;
}

.center-index {
	text-align: center;
	padding: 15px;
	color: white !important;
}
/*timeline*/
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.project-name {
	text-align: center;
	padding: 10px 0;
}

.success {
	background: #f11720 !important;
}

.timeline-container {
	max-width: 1000px;
	margin: 0 auto;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

#timeline {
	width: 100%;
	margin: 30px auto;
	position: relative;
	padding: 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	#timeline:before {
		content: "";
		width: 3px;
		height: 100%;
		background: #f11720;
		right: 50%;
		top: 0;
		position: absolute;
	}

	#timeline:after {
		content: "";
		clear: both;
		display: table;
		width: 100%;
	}

	#timeline .timeline-item {
		margin-bottom: 50px;
		position: relative;
	}

		#timeline .timeline-item .timeline-icon {
			background: #f11720;
			width: 60px;
			height: 60px;
			position: absolute;
			top: 0;
			right: 50%;
			overflow: hidden;
			margin-right: -23px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			border-radius: 50%;
		}

			#timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
				position: relative;
				top: 13px;
				right: 14px;
				font-size: 24px;
				color: #fff;
			}

		#timeline .timeline-item .timeline-content {
			width: 45%;
			background: #fff;
			padding: 20px;
			-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
			-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			#timeline .timeline-item .timeline-content h2 {
				padding: 15px;
				background: #f11720;
				color: #fff;
				margin: -20px -20px 0 -20px;
				font-weight: 600;
				-webkit-border-radius: 3px 3px 0 0;
				-moz-border-radius: 3px 3px 0 0;
				-ms-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
				font-size: 22px;
				text-align: center;
			}

			#timeline .timeline-item .timeline-content p {
				padding-top: 10px;
				padding-bottom: 10px;
			}

			#timeline .timeline-item .timeline-content:before {
				content: '';
				position: absolute;
				right: 45%;
				top: 20px;
				width: 0;
				height: 0;
				border-top: 7px solid transparent;
				border-bottom: 7px solid transparent;
				border-right: 7px solid #f11720;
			}

			#timeline .timeline-item .timeline-content.right {
				float: left;
			}

				#timeline .timeline-item .timeline-content.right:before {
					content: '';
					left: 45%;
					right: inherit;
					border-right: 0;
					border-left: 7px solid #f11720;
				}


@media screen and (max-width: 768px) {
	#timeline {
		margin: 30px;
		padding: 0px;
		width: 90%;
	}

		#timeline:before {
			right: 0;
		}

		#timeline .timeline-item .timeline-content {
			width: 90%;
			float: left;
		}

			#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
				right: 10%;
				margin-right: -6px;
				border-right: 0;
				border-left: 7px solid #f11720;
			}

		#timeline .timeline-item .timeline-icon {
			right: 0;
		}
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
	visibility: hidden;
}

.timeline-icon.animate-it {
	visibility: visible;
	-webkit-animation: bounce-1 0.6s;
	-moz-animation: bounce-1 0.6s;
	animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
	visibility: hidden;
}

.timeline-content.animate-it {
	visibility: visible;
	-webkit-animation: bounce-2 0.6s;
	-moz-animation: bounce-2 0.6s;
	animation: bounce-2 0.6s;
}

@media only screen and (min-width: 769px) {
	/* Inverse bounce effect on even content blocks */
	.timeline-content.right.animate-it {
		-webkit-animation: bounce-2-inverse 0.6s;
		-moz-animation: bounce-2-inverse 0.6s;
		animation: bounce-2-inverse 0.6s;
	}
}

@media only screen and (max-width: 768px) {
	/* Inverse bounce effect on all content blocks */
	.timeline-content.animate-it, .timeline-content.right.animate-it {
		-webkit-animation: bounce-2-inverse 0.6s;
		-moz-animation: bounce-2-inverse 0.6s;
		animation: bounce-2-inverse 0.6s;
	}
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.back_green {
	background-color: rgb(0, 89, 157) !important;
	border: 1px solid rgb(0, 89, 157) !important;
}

.text_green {
	color: rgb(0, 89, 157) !important;
}



.gallery-item .inner-box .image-box .overlay-box:hover {
	background-color: #2185b4;
	opacity: 0.5;
}

.text_whitee {
	color: white !important;
}

.fl {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	font-weight: 300;
	margin: 50px auto;
}

	.fl li {
		padding: 10px 20px;
		margin: 5px;
		cursor: pointer;
		border-bottom: 2px solid #c6b29803;
		transition: 0.5s linear;
		color: #63648f;
	}

.product.active {
	font-weight: 600;
	color: #090d6e;
	border-bottom: 2px solid #910404;
}

.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: 60px auto;
	position: relative;
}


.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

	.dotCircle .itemDot {
		display: block;
		width: 80px;
		height: 80px;
		position: absolute;
		background: #ffffff;
		color: #1a164f;
		border-radius: 20px;
		text-align: center;
		line-height: 80px;
		font-size: 30px;
		z-index: 3;
		cursor: pointer;
		border: 2px solid #e6e6e6;
	}

		.dotCircle .itemDot .forActive {
			width: 56px;
			height: 56px;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			display: none;
		}

			.dotCircle .itemDot .forActive::after {
				content: '';
				width: 5px;
				height: 5px;
				border: 3px solid #1a164f;
				bottom: -31px;
				right: -14px;
				filter: blur(1px);
				position: absolute;
				border-radius: 100%;
			}

			.dotCircle .itemDot .forActive::before {
				content: '';
				width: 6px;
				height: 6px;
				filter: blur(5px);
				top: -15px;
				position: absolute;
				transform: rotate(-45deg);
				border: 6px solid #1a164f;
				left: -39px;
			}

		.dotCircle .itemDot.active .forActive {
			display: block;
		}

.round {
	position: absolute;
	right: 40px;
	top: 45px;
	width: 410px;
	height: 410px;
	border: 2px dotted #a83d41;
	border-radius: 100%;
	-webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
	color: #ffffff;
	transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a164f+0,1a164f+100 */
	background: #000059; /* Old browsers */
	background: -moz-linear-gradient(right, #000059 100%, #CD0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #000059 100%, #CD0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #000059 100%, #CD0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000059', endColorstr='#CD0000', GradientType=1); /* IE6-9 */
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	-moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
	font-size: 40px;
}

.contentCircle {
	width: 250px;
	border-radius: 100%;
	color: #222222;
	position: relative;
	top: 150px;
	right: 50%;
	transform: translate(50%, -50%);
}

	.contentCircle .CirItem {
		border-radius: 100%;
		color: #222222;
		position: absolute;
		text-align: center;
		bottom: 0;
		right: 0;
		opacity: 0;
		transform: scale(0);
		transition: 0.5s;
		font-size: 15px;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: auto;
		line-height: 250px;
	}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}

.contentCircle .CirItem i {
	font-size: 180px;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -90px;
	color: #000000;
	opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle {
		width: 300px;
		height: 300px;
		margin: 110px auto;
	}

		.holderCircle::after {
			width: 100%;
			height: 100%;
		}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:992px) and (max-width:1199px) {
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
}

.title-box .title {
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	z-index: -1;
}

.title-box span {
	text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
	font-weight: 800;
	color: #000468;
}

.title-box p {
	font-size: 17px;
	line-height: 2em;
}

@media (max-width:600px) {
	.hiddee {
		display: none;
	}
}

@media (min-width:601px) {
	.containerr {
		display: none;
	}
}

@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.containerr {
	max-width: 1200px !important;
	font-family: "Open Sans";
}

.containerr {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half {
	width: 49%;
}

.col_third {
	width: 32%;
}

.col_fourth {
	width: 23.5%;
}

.col_fifth {
	width: 18.4%;
}

.col_sixth {
	width: 15%;
}

.col_three_fourth {
	width: 74.5%;
}

.col_twothird {
	width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
	position: relative;
	display: inline;
	margin-right: 2%;
	margin-bottom: 20px;
}

.end {
	margin-right: 0 !important;
}

.text-center {
	text-align: center !important;
}



/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
	position: relative;
	padding: 37px 20px;
}

	.at-icon-box .at-icon-box-icon {
		color: #002e5b;
		margin: 0 0 8px;
		vertical-align: bottom;
	}

	.at-icon-box.at-icon-left .at-icon-box-icon {
		float: left;
	}

	.at-icon-box.at-icon-right .at-icon-box-icon {
		float: right;
	}

	.at-icon-box.at-icon-right {
		text-align: right;
	}

		.at-icon-box.at-icon-left .at-icon-text, .at-icon-box.at-icon-right .at-icon-text {
			overflow: hidden;
		}

		.at-icon-box.at-icon-left h5, .at-icon-box.at-icon-right h5 {
			color: #002e5b;
			font-size: 25px;
			font-weight: 700;
			font-family: Poppins;
			padding-top: 0;
			margin-top: 0;
			line-height: 22px;
			letter-spacing: -1px;
		}

		.at-icon-box.at-icon-left p, .at-icon-box.at-icon-right p {
			color: black;
			font-weight: 600;
			font-size: 16px;
			line-height: 18px;
		}

	.at-icon-box .at-icon-box-icon i {
		background: #002e5b none repeat scroll 0 0;
		border-radius: 50%;
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		vertical-align: middle;
		width: 50px;
	}

	.at-icon-box .at-icon-box-icon::after {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.at-icon-box:hover {
		background: #f6f6f6 none repeat scroll 0 0;
	}

		.at-icon-box:hover .at-icon-box-icon {
			padding: 20px 0;
		}

			.at-icon-box:hover .at-icon-box-icon::before {
				height: 15px;
			}

			.at-icon-box:hover .at-icon-box-icon::after {
				height: 15px;
			}

	.at-icon-box h5 {
		margin-bottom: 11px;
	}

	.at-icon-box .at-icon-text p:last-child {
		margin: 0;
	}

	.at-icon-box .at-icon-box-icon {
		transition: all 0.3s ease 0s;
	}

		.at-icon-box .at-icon-box-icon i {
			position: relative;
		}

		.at-icon-box .at-icon-box-icon::before {
			background: #f11720 none repeat scroll 0 0;
			content: "";
			display: block;
			height: 0;
			left: 29px;
			position: absolute;
			top: -3px;
			transition: all 0.3s ease 0s;
			width: 6px;
		}

		.at-icon-box .at-icon-box-icon::after {
			background: #f11720 none repeat scroll 0 0;
			bottom: -3px;
			content: "";
			display: block;
			height: 0;
			left: 29px;
			position: absolute;
			transition: all 0.3s ease 0s;
			width: 6px;
		}

	.at-icon-box .at-icon-box-icon {
		position: relative;
	}

		.at-icon-box .at-icon-box-icon i {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: #002e5b;
			height: 55px;
			line-height: 55px;
			width: 64px;
		}

			.at-icon-box .at-icon-box-icon i::after {
				content: "";
				font-family: "FontAwesome";
				font-size: 55px;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				left: 12px;
				line-height: 1;
				position: absolute;
				text-transform: none;
				top: 3px;
			}

.ind-image {
	border-color: white !important;
	border: solid !important;
	border-radius: 20px !important;
	position: relative;
	z-index: 11;
	text-align: center;
	background-color: #f8f8f8;
}

.lang {
	border-radius: 23px;
	padding:15px;
}
/*
.containerr {
	width: 100%;
	height: 100%;
	padding: 0px 8%;
}

	.containerr h1 {
		text-align: center;
		padding-top: 10%;
		margin-bottom: 60px;
		font-weight: 600;
		position: relative;
	}

		.containerr h1::after {
			content: '';
			background: #303ef7;
			width: 100px;
			height: 5px;
			position: absolute;
			bottom: -5px;
			left: 50%;
			transform: translateX(-50%);
		}

.roww {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.servicee {
	text-align: center;
	padding: 25px 10px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
	transition: transform 0.5s, background 0.5s;
}

	.servicee i {
		font-size: 40px;
		margin-bottom: 10px;
		color: #303ef7;
	}

	.servicee h2 {
		font-weight: 600;
		margin-bottom: 8px;
	}

	.servicee:hover {
		background: #597dab;
		color: #fff;
		transform: scale(1.05);
	}

		.servicee:hover i {
			color: #fff;
		}


.color {
	color:#0f112a ;
}
.colorr {
	color: #232020;
}*/
.back {
	background: #f39c9c7d;
}

.border {
	border: 2px solid #090d6e;
	border-radius: 7px;
	padding: 7px;
	width: 100%;
	margin-bottom: 33px;
}

.radius {
	border-radius: 27px;
}

.issues {
	border: 5px solid #090d6e;
	border-radius: 24px;
	margin-top: 35px;
}

.new {
	padding: 0px;
}

.video_icon {
	position: absolute;
	top: 50%;
	right: 45%;
	margin-right: -35px;
	margin-top: -35px;
	width: 100px;
	height: 100px;
}

.pad {
	padding: 95px 0px 0px !important;
}





.contenerr {
	width: 80%;
	margin: auto;
	margin-top: 50px;
}

.about-content {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.about-item {
	width: 30%;
	float: left;
	text-align: center;
	border: 1px solid #888;
	border-radius: 10px;
	padding: 50px 25px;
	font-size: 16px;
	font-weight: bold;
}

	.about-item.mg {
		margin: 0 5%;
	}

.about-item-titel {
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about-item-desc {
	line-height: 1.5;
	margin-bottom: 10px;
	color: black;
}

.about-item-link {
	text-transform: capitalize;
	color: #ec1f28;
}

/*effict l to r */

.ltr-effict {
	position: relative;
}

	.ltr-effict:after {
		position: absolute;
		content: "";
		width: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000a53ba;
		transition: width 0.7s;
		z-index: -1;
	}

	.ltr-effict:hover:after {
		width: 100%;
		color: #fff;
		border-radius: 10px;
	}

.about-item:hover .about-item-titel {
	color: #fff;
	transition: color 0.5s
}

.im {
	width: 90px;
	height: 60px;
}

.bottom {
	padding-bottom: 50px;
}
@media(max-width:700px) {
	#boxes #dialog {
		width: 100% !important;
		rightS: -2px !important;
	}
	.video_icon {
		top: 25% !important;
		left: 35% !important;
	}
	}












@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Roboto:wght@300;500&display=swap');



.wrapper {
	position: relative;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

	.wrapper i {
		height: 50px;
		width: 50px;
		text-align: center;
		cursor: pointer;
		font-size: 1.3rem;
		line-height: 46px;
		border-radius: 50%;
		color: #fff;
		background: linear-gradient(to bottom,#f11720, #f1172099);
		box-shadow: 0 8px 20px rgba(0,0,0,0.5), inset 0px 4px 4px rgba(255,255,255,0.2);
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.1s ease-in-out;
	}

		.wrapper i:active {
			transform: scale(1.03);
		}

.arrows {
	position: absolute;
	display: flex;
	gap: 20px;
	transform: translateY(50%);
	bottom: -20%;
}

.wrapper .carousel {
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
	scroll-behavior: smooth;
}

.carousel.dragging {
	cursor: grab;
	scroll-behavior: auto;
}

	.carousel.dragging img {
		pointer-events: none;
	}

.carousel img {
	height: 340px;
	width: calc(100% / 2);
	object-fit: cover;
	margin-left: 14px;
}

	.carousel img:first-child {
		margin-left: 0;
	}

@media screen and (max-width: 900px) {
	.carousel img {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 550px) {
	.carousel img {
		width: 100%;
	}
}




@media screen and (min-width: 990px)and (max-width: 1175px) {
	.column {
		margin-left: 1px;
	}
}



.padd {
	padding-right: 280px;
}

@media screen and (max-width: 798px) {
	.padd {
		padding-right: 0px !important;
	}
}



.center-sec {
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	background: none !important;
}

.nav-tabs {
	margin: 0 auto;
}

	.nav-tabs > li {
		z-index: 2;
		float: none;
		display: inline-block;
	}

		.nav-tabs > li > a {
			padding: 16px 25px 12px;
			font-size: 14px;
			font-weight: 700;
			font-style: normal;
			text-transform: uppercase;
			color: #737c85;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border: none !important;
			border-bottom: 4px solid transparent !important;
		}

		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:hover,
		.nav-tabs > li.active > a:focus {
			background-color: #ec1f28;
			border-bottom: 4px solid #090d6e !important;
		}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #fff;
}

.d-flex {
	display: flex;
}

.margin-text {
	margin: auto;
}

.padding-text {
	padding: 15px 0px 0px 0px;
}
.nav-tabs > li > a {
	font-family: 'Almarai', sans-serif !important;
	font-size: 20px;
	font-weight: 700;
}

.shop-item .inner-box .image img {
	width: 100%;
	display: inline-block;
	height: 270px;
	object-fit: fill;
}