/* --- Default CSS Theme to Athco System � --------*/
/* --- Designed BY : Athco Team ------*/
/* --- Web Site    : www.Athco.sa -------------*/
/* --- (C) Copyright 1999-2018 Athco Co. ----------*/
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*
 * Normalize
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img, object, embed {
	max-width: 100%;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*
 * Style
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@-webkit-viewport { width: device-width; scale: 1; }
@-moz-viewport{ width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@viewport{ width: device-width; scale: 1; }


::selection {
	color: #FFF;
	background: #16a085;
	text-shadow: none;
}

::-moz-selection {
	color: #FFF;
	background: #16a085;
	text-shadow: none;
}

html {
  box-sizing: border-box;

  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #23282D;
	word-wrap: break-word;
	letter-spacing: 0.03em;
	background-color: #fafafa;

	-webkit-overflow-scrolling: touch;
}


h1, h2, h3,
.h1, .h2, .h3{
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	margin-bottom: 5px;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small {
	font-weight: normal;
	line-height: 1;
	color: #23282D;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 62.5%;
}


h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 18px;
}


p {
	margin-bottom: 1rem;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0, 0.09);
}

.text-left   { text-align: left !important; }
.text-right  { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-lowercase  { text-transform: lowercase !important; }
.text-uppercase  { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.full { width: 100%; }
.half { width: 50%; }
.third { width: 33.333%; }
.quarter { width: 25%; }

.max { margin: 0 auto; max-width:1170px; }
.mini { margin: 0 auto; max-width:600px; }

.gold{ color: #B19057 }
.white{ color: #F9F3F4 }

#wrapper {
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding: 0;

	min-height: 100vh;
	background: url(../img/bg.png) center 160px no-repeat;
}

.container {
	position: relative;
	width:100%;
	max-width:1170px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}

.row {
	margin: 0 auto;
	padding-left: -16px;
	padding-right: -16px;
}

.logo {
	padding: 64px 0 64px 0;
	text-align: center !important;
}
.logo img {
	width:128px;
}

.welcome {
	/* margin-top: 32px; */
	padding: 64px 0;
}

.clients > h2 {
	margin-bottom: 32px;
	padding: 0 16px;
}

.clients ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}
.clients li {
	flex-grow: 0;
	width:50%;
	padding: 0 16px;
	text-align: center !important;
	opacity: .7;

	transition: all 0.3s ease;
}
.clients li:hover {
	opacity: 1;
	transform: scale(1.2);
}

/* @media (min-width: 576px) {
	.clients li {
		width:50%;
	}
} */
/* @media (min-width: 768px) {
	.clients li {
		width:33.333%;
	}
} */
@media (min-width: 992px) {
	.clients li {
		width:20%;
	}
}

.links {
	margin-top: 32px;
	padding: 32px ;
	text-align: center !important;
	/* border-top: 1px solid rgba(0,0,0, 0.09); */
}

.links a {
	opacity: .7;
}
.links a:hover {
	opacity: .9;
}
.links a:not(:last-child) {
	margin-right: 1rem;
}
.links img {
	width: 3rem;
	height: auto;
}

@media (max-width: 769px) {
	.links {
		margin-top: 16px;
	}
	.links img {
		width: 2rem;
	}
}

.v2030 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 180px;
	padding: 32px;
}
@media (max-width: 991px) {
	.v2030 {
		display: none !important;
	}
}
