@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/* --------------------------------------------------------------------------------------
+
+   AUTHOR: Libyan Spider
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* Borders */
/* hover opacity */
/* hover color */
/* TRIANGLES */
/* LINE-HIGH */
/* BOX SIZING */
/* HIDE TEXT*/
             /* SPRITES
$icon-spacing: 10px;
$icon-layout: horizontal; //vertical is default, smart(third option)
@import "icon/*.png";
@include all-icon-sprites(true);
 */
.i1:before, .i2:before, .i3:before, .i4:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/services/icons-se17cccf811.png') no-repeat;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.i1:before {
  background-position: 0 -215px;
  height: 75px;
  width: 74px;
  margin-top: -37.5px;
  margin-left: -37px;
}

.i2:before {
  background-position: 0 -140px;
  height: 75px;
  width: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
}

.i3:before {
  background-position: 0 -67px;
  height: 73px;
  width: 73px;
  margin-top: -36.5px;
  margin-left: -36.5px;
}

.i4:before {
  background-position: 0 0;
  height: 67px;
  width: 82px;
  margin-top: -33.5px;
  margin-left: -41px;
}

.fb:before, .tw:before, .gg:before, .in:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/social-s8d81c4874f.png') no-repeat;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fb:before {
  background-position: 0 -34px;
  height: 18px;
  width: 8px;
  margin-top: -9px;
  margin-left: -4px;
}

.tw:before {
  background-position: 0 0;
  height: 16px;
  width: 18px;
  margin-top: -8px;
  margin-left: -9px;
}

.gg:before {
  background-position: 0 -16px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  margin-left: -9px;
}

.in:before {
  background-position: 0 -52px;
  height: 19px;
  width: 20px;
  margin-top: -9.5px;
  margin-left: -10px;
}

body {
  color: #00304c;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-width: 960px;
  font-weight: 400;
}
body #preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: url("../images/preloader.gif") 50% 50% no-repeat white;
}
body * {
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: "Raleway", sans-serif;
  color: #00304c;
  margin-bottom: 30px;
}

h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 80px;
  position: relative;
  font-weight: 800;
  display: none;
}
.home h1 {
  display: block;
}
h1.white {
  color: #fff;
}
h1:before {
  width: 102px;
  height: 2px;
  background-color: #df373d;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -51px;
}

h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 80px;
}
.subheader h2 {
  text-transform: uppercase;
}
h2:before {
  width: 102px;
  height: 2px;
  background-color: #c7cdd1;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
h2:after {
  width: 102px;
  height: 2px;
  background-color: #c7cdd1;
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  visibility: visible;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.home h2:before, .accord h2:before {
  left: 50%;
  margin-left: -51px;
}
.home h2:after, .accord h2:after {
  left: auto;
  right: 50%;
  margin-right: -51px;
}

h3 {
  font-size: 20px;
  margin-bottom: 40px;
}
h3.note {
  border-left: 3px solid #e0373d;
  padding-left: 22px;
  line-height: 1.5;
}
h3.bb {
  border-bottom: 3px solid #e0373d;
  line-height: 1.5;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: white;
}

p {
  margin-bottom: 30px;
  clear: both;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table, th{
font-family: sans-serif;

}
strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.center {
  text-align: center;
}

.line {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #c7cdd1;
}

.border {
  background-color: #fff;
}

ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  background: url('../images/red_bullet.png') no-repeat 0 0;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -136px;
}
.layout .layout_footer {
  height: 136px;
}

footer {
  clear: both;
  position: relative;
  height: 136px;
}

.container {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
}
.container.illus1, .container.illus2, .container.illus3, .container.illus4 {
  padding-left: 192px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.illus1 {
  background: url('../images/services/illus/img1.png') no-repeat 0 0;
}
.container.illus2 {
  background: url('../images/services/illus/img2.png') no-repeat 0 0;
}
.container.illus3 {
  background: url('../images/services/illus/img3.png') no-repeat 0 0;
}
.container.illus4 {
  background: url('../images/services/illus/img4.png') no-repeat 0 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  text-align: center;
  padding: 0 22px;
  color: white;
  background: #df373d;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
}
.btn:hover {
  background: #ce262c;
}
.btn i {
  display: none;
}
.btn b {
  display: block;
}
.btn.gray_btn {
  background-color: #c7cdd1;
}
.btn.gray_btn i {
  display: block;
}
.btn.gray_btn b {
  display: none;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
input[type="text"], textarea {
  vertical-align: middle;
  border: none;
  color: white;
  background-color: white;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  -webkit-appearance: none;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  background-color: #fff;
}

textarea {
  padding: 5px 10px;
  line-height: 1.5;
  resize: none;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  height: 91px;
  position: relative;
  z-index: 10;
}
header .container {
  height: 100%;
}
header .logo {
  padding-top: 22px;
}
header ul {
  font-size: 0;
}
header li {
  font-size: 14px;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  position: static;
}
header li:after {
  display: none;
}
header li + li {
  margin-left: 20px;
}
header li a {
  color: #00304c;
  height: 91px;
  line-height: 91px;
  display: block;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
header li a:hover, header li a.menu_active {
  color: #11415d;
  border-bottom: 2px solid #e0373d;
}

.lang-ar {
  font-family: "Droid Arabic Kufi", serif;
  display: block;
  color: #e0373d;
}
.lang-ar:hover {
  color: #ff6a70;
}

.lang-en {
  display: none;
  color: #e0373d;
}
.lang-en:hover {
  color: #ff6a70;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  background: #00304c url('../images/footer_bgr.png') no-repeat 50% 0;
  height: 136px;
}
footer small {
  color: #005f96;
  font-size: 14px;
  padding-top: 58px;
  display: block;
  float: left;
}
footer small a {
  color: #3d94c6;
}
footer small a:hover {
  color: #fff;
}
footer .social {
  padding-top: 53px;
}
footer .social li {
  float: left;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: block;
  behavior: url("../PIE.htc");
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #005f96;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 0;
  margin-bottom: 0;
  position: static;
}
footer .social li:after {
  display: none;
}
footer .social li:hover {
  background-color: #fff;
}
footer .social li + li {
  margin-left: 10px;
}
footer .social li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
footer .social li.facebook {
  background-color: #405d9a;
}
footer .social li.facebook:hover {
  background-color: #5575b8;
}
footer .social li.twitter {
  background-color: #55acee;
}
footer .social li.twitter:hover {
  background-color: #83c3f3;
}
footer .social li.google {
  background-color: #d54135;
}
footer .social li.google:hover {
  background-color: #de695f;
}
footer .social li.linkedin {
  background-color: #006599;
}
footer .social li.linkedin:hover {
  background-color: #0087cc;
}

/* --------------------------------------------------------------------------------------
+
+ Animations
+
-------------------------------------------------------------------------------------- */
@-moz-keyframes move1 {
  50% {
    -webkit-transform: translate(1300px, 800px) rotate(500deg);
    -moz-transform: translate(1300px, 800px) rotate(500deg);
    -ms-transform: translate(1300px, 800px) rotate(500deg);
    -o-transform: translate(1300px, 800px) rotate(500deg);
    transform: translate(1300px, 800px) rotate(500deg);
  }
}

@-webkit-keyframes move1 {
  50% {
    -webkit-transform: translate(1300px, 800px) rotate(500deg);
    -moz-transform: translate(1300px, 800px) rotate(500deg);
    -ms-transform: translate(1300px, 800px) rotate(500deg);
    -o-transform: translate(1300px, 800px) rotate(500deg);
    transform: translate(1300px, 800px) rotate(500deg);
  }
}

@-o-keyframes move1 {
  50% {
    -webkit-transform: translate(1300px, 800px) rotate(500deg);
    -moz-transform: translate(1300px, 800px) rotate(500deg);
    -ms-transform: translate(1300px, 800px) rotate(500deg);
    -o-transform: translate(1300px, 800px) rotate(500deg);
    transform: translate(1300px, 800px) rotate(500deg);
  }
}

@keyframes move1 {
  50% {
    -webkit-transform: translate(1300px, 800px) rotate(500deg);
    -moz-transform: translate(1300px, 800px) rotate(500deg);
    -ms-transform: translate(1300px, 800px) rotate(500deg);
    -o-transform: translate(1300px, 800px) rotate(500deg);
    transform: translate(1300px, 800px) rotate(500deg);
  }
}

@-moz-keyframes move2 {
  50% {
    -webkit-transform: translate(-1000px, 500px) rotate(-500deg);
    -moz-transform: translate(-1000px, 500px) rotate(-500deg);
    -ms-transform: translate(-1000px, 500px) rotate(-500deg);
    -o-transform: translate(-1000px, 500px) rotate(-500deg);
    transform: translate(-1000px, 500px) rotate(-500deg);
  }
}

@-webkit-keyframes move2 {
  50% {
    -webkit-transform: translate(-1000px, 500px) rotate(-500deg);
    -moz-transform: translate(-1000px, 500px) rotate(-500deg);
    -ms-transform: translate(-1000px, 500px) rotate(-500deg);
    -o-transform: translate(-1000px, 500px) rotate(-500deg);
    transform: translate(-1000px, 500px) rotate(-500deg);
  }
}

@-o-keyframes move2 {
  50% {
    -webkit-transform: translate(-1000px, 500px) rotate(-500deg);
    -moz-transform: translate(-1000px, 500px) rotate(-500deg);
    -ms-transform: translate(-1000px, 500px) rotate(-500deg);
    -o-transform: translate(-1000px, 500px) rotate(-500deg);
    transform: translate(-1000px, 500px) rotate(-500deg);
  }
}

@keyframes move2 {
  50% {
    -webkit-transform: translate(-1000px, 500px) rotate(-500deg);
    -moz-transform: translate(-1000px, 500px) rotate(-500deg);
    -ms-transform: translate(-1000px, 500px) rotate(-500deg);
    -o-transform: translate(-1000px, 500px) rotate(-500deg);
    transform: translate(-1000px, 500px) rotate(-500deg);
  }
}

@-moz-keyframes move3 {
  50% {
    -webkit-transform: translate(100px, 1200px) rotate(600deg);
    -moz-transform: translate(100px, 1200px) rotate(600deg);
    -ms-transform: translate(100px, 1200px) rotate(600deg);
    -o-transform: translate(100px, 1200px) rotate(600deg);
    transform: translate(100px, 1200px) rotate(600deg);
  }
}

@-webkit-keyframes move3 {
  50% {
    -webkit-transform: translate(100px, 1200px) rotate(600deg);
    -moz-transform: translate(100px, 1200px) rotate(600deg);
    -ms-transform: translate(100px, 1200px) rotate(600deg);
    -o-transform: translate(100px, 1200px) rotate(600deg);
    transform: translate(100px, 1200px) rotate(600deg);
  }
}

@-o-keyframes move3 {
  50% {
    -webkit-transform: translate(100px, 1200px) rotate(600deg);
    -moz-transform: translate(100px, 1200px) rotate(600deg);
    -ms-transform: translate(100px, 1200px) rotate(600deg);
    -o-transform: translate(100px, 1200px) rotate(600deg);
    transform: translate(100px, 1200px) rotate(600deg);
  }
}

@keyframes move3 {
  50% {
    -webkit-transform: translate(100px, 1200px) rotate(600deg);
    -moz-transform: translate(100px, 1200px) rotate(600deg);
    -ms-transform: translate(100px, 1200px) rotate(600deg);
    -o-transform: translate(100px, 1200px) rotate(600deg);
    transform: translate(100px, 1200px) rotate(600deg);
  }
}

@-moz-keyframes move4 {
  50% {
    -webkit-transform: translate(-100px, -1200px) rotate(-600deg);
    -moz-transform: translate(-100px, -1200px) rotate(-600deg);
    -ms-transform: translate(-100px, -1200px) rotate(-600deg);
    -o-transform: translate(-100px, -1200px) rotate(-600deg);
    transform: translate(-100px, -1200px) rotate(-600deg);
  }
}

@-webkit-keyframes move4 {
  50% {
    -webkit-transform: translate(-100px, -1200px) rotate(-600deg);
    -moz-transform: translate(-100px, -1200px) rotate(-600deg);
    -ms-transform: translate(-100px, -1200px) rotate(-600deg);
    -o-transform: translate(-100px, -1200px) rotate(-600deg);
    transform: translate(-100px, -1200px) rotate(-600deg);
  }
}

@-o-keyframes move4 {
  50% {
    -webkit-transform: translate(-100px, -1200px) rotate(-600deg);
    -moz-transform: translate(-100px, -1200px) rotate(-600deg);
    -ms-transform: translate(-100px, -1200px) rotate(-600deg);
    -o-transform: translate(-100px, -1200px) rotate(-600deg);
    transform: translate(-100px, -1200px) rotate(-600deg);
  }
}

@keyframes move4 {
  50% {
    -webkit-transform: translate(-100px, -1200px) rotate(-600deg);
    -moz-transform: translate(-100px, -1200px) rotate(-600deg);
    -ms-transform: translate(-100px, -1200px) rotate(-600deg);
    -o-transform: translate(-100px, -1200px) rotate(-600deg);
    transform: translate(-100px, -1200px) rotate(-600deg);
  }
}

/* --------------------------------------------------------------------------------------
+
+ TABLE
+
-------------------------------------------------------------------------------------- */
.tables {
  overflow: hidden;
}

table {
  width: 100%;
  border-bottom: 3px solid #c7cdd1;
  background-color: #e3e8eb;
}
table * {
  -webkit-backface-visibility: visible;
}

th, td {
  vertical-align: middle;
  padding-left: 20px;
}
th:first-child, td:first-child {
  width: 70px;
  text-align: center;
  padding-left: 0;
}

th {
  height: 80px;
  background-color: #00304c;
  color: #fff;
  border-bottom: 3px solid #e0373d;
}

td {
  height: 50px;
}
td:first-child {
  border-right: 1px solid #c7cdd1;
}

tr:nth-child(odd) td {
  background-color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.services .content section:last-child .hidden {
  margin-bottom: 50px;
}

section {
  padding: 90px 0;
}
section.gray {
  background-color: #edf0f2;
}
section.active {
  padding: 90px 0 0;
}

#intro_home {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
  position: relative;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 1;
  top: 0;
  height: 1200px;
  overflow: hidden;
}
.touch #intro_home {
  background-attachment: scroll;
}
#intro_home .cycle-slideshow {
  height: 100%;
  position: relative;
}
#intro_home .slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
#intro_home .slide .slide_wrap {
  display: table;
  width: 100%;
  height: 100%;
}
#intro_home .slide .text {
  z-index: 20;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-width: 100%;
  position: relative;
  height: inherit;
  min-height: inherit;
}
#intro_home .slide b {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 1.25;
}
#intro_home .slide p {
  color: #fff;
}
#intro_home .slider_nav {
  width: 20px;
  height: 39px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: url('../images/slider/navigation.png?1391094369') no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  left: 50px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
#intro_home .slider_nav.cycle-next {
  left: auto;
  right: 50px;
  background-position: 0 -39px;
}
#intro_home .slider_nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#intro_home .animated_images {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
#intro_home .animated_images > div {
  position: absolute;
}
#intro_home .animated_images .img1 {
  left: 20%;
  top: 0%;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 150s;
  -webkit-animation-name: move1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 150s;
  -moz-animation-name: move1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 150s;
  -o-animation-name: move1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 150s;
  animation-name: move1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
#intro_home .animated_images .img2 {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 200s;
  -webkit-animation-name: move2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 200s;
  -moz-animation-name: move2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 200s;
  -o-animation-name: move2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 200s;
  animation-name: move2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  right: 25%;
  top: 15%;
}
#intro_home .animated_images .img3 {
  left: 55%;
  top: -350px;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 200s;
  -webkit-animation-name: move3;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 200s;
  -moz-animation-name: move3;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 200s;
  -o-animation-name: move3;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 200s;
  animation-name: move3;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
}
#intro_home .animated_images .img4 {
  right: 70%;
  bottom: -380px;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 200s;
  -webkit-animation-name: move4;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 200s;
  -moz-animation-name: move4;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 200s;
  -o-animation-name: move4;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 200s;
  animation-name: move4;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

#services .container {
  font-size: 0;
}
#services .container h2 {
  margin-bottom: 80px;
}
#services .container > span {
  width: 180px;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
#services .container > span + span {
  margin-left: 80px;
}
#services .container > span .img_wrap {
  margin-bottom: 30px;
  behavior: url("../PIE.htc");
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#services .container > span img {
  behavior: url("../PIE.htc");
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#services .container > span p {
  color: #00304c;
}
#services .container > span p:last-of-type {
  margin-bottom: 0;
}
#services .container a:hover .img_wrap {
  background-color: #00304c;
}
#services .container a:hover .img_wrap img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.touch {
  background: url('../images/get_touch.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
}
.touch .container p:last-of-type {
  margin-bottom: 45px;
}

.subheader {
  width: 100%;
}
.about .subheader, .clients .subheader {
  background: url('../images/contact_subhead.jpg') no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
}
.about .subheader .wrap, .clients .subheader .wrap {
  padding: 90px 0;
  margin-bottom: -90px;
  background-color: #00304c;
  background-color: rgba(0, 48, 76, 0.9);
}
.about .subheader .wrap *, .clients .subheader .wrap * {
  color: #fff;
}
.about .subheader .wrap *:last-child, .clients .subheader .wrap *:last-child {
  margin-bottom: 0;
}
.about .subheader .wrap h2, .clients .subheader .wrap h2 {
  float: left;
  font-size: 48px;
  font-weight: 800;
}
.about .subheader .wrap h2:before, .clients .subheader .wrap h2:before {
  left: 0;
  margin-left: 0;
  background-color: #e0373d;
}
.about .subheader .wrap .container, .clients .subheader .wrap .container {
  padding-left: 334px;
  background: url('../images/about_ilus.png') no-repeat 42px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services .subheader {
  padding: 0;
  background: url('../images/services-subhead.jpg') no-repeat 50% 70%;
  height: 510px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
}
.services .subheader h1 {
  display: block;
}
.services .subheader p:last-of-type {
  margin-bottom: 0;
}
.services .subheader .white_bgr {
  padding: 80px 0 50px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.services .subheader .blue_bgr {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  height: 112px;
  line-height: 112px;
  text-transform: uppercase;
  color: #e0373d;
font-size: 20px;
 
}
.clients .subheader {
  background: url('../images/clients_subhead.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
}
.clients .subheader .wrap {
  padding-top: 0;
}
.clients .subheader .wrap .container {
  padding-top: 90px;
  background: url('../images/clients_illus.png') no-repeat 42px 65px;
}
.contact .subheader {
  position: relative;
  overflow: hidden;
  height: 656px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/contact_subhead.jpg') no-repeat 50% 70%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
}
.contact .subheader h1 {
  padding-top: 65px;
  display: block;
  text-align: center;
  color: #fff;
}

.accord {
  padding-bottom: 0;
  margin-bottom: 80px;
  background-color: #edf0f2;
}
.accord * {
  text-align: center;
}
.accord h2 {
  margin-bottom: 0;
  padding-top: 35px;
  cursor: pointer;
  text-transform: none;
}
.accord h2 span {
  position: relative;
}
.accord h2 span:before, .accord h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  width: 21px;
  height: 25px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  left: -40px;
}
.accord h2 span:after {
  left: auto;
  right: -40px;
}
.accord .container {
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #c7cdd1;
  border-right: 3px solid #c7cdd1;
}
.accord .border .container {
  padding-left: 0;
  padding-right: 0;
}
.accord #acc1.accordion-close h2 span:before, .accord #acc1.accordion-close h2 span:after {
  background: url('../images/down.png') no-repeat 0 0;
}
.accord #acc1 + .accord_box .container {
  padding-bottom: 50px;
}
.accord #acc1 .container {
  border-top: 3px solid #c7cdd1;
}
.accord #acc2.accordion-close h2 span:before, .accord #acc2.accordion-close h2 span:after {
  background: url('../images/up.png') no-repeat 0 0;
}
.accord #acc2, .accord #acc2 + .accord_box {
  background-color: #fff;
}
.accord .accordion-close h2 span:after, .accord .accordion-close h2 span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
.accord .accordion-close .container {
  padding-bottom: 35px;
}
.accord #acc2.accordion-open + .accord_box .container {
  padding-bottom: 35px;
}
.accord .accord_box {
  -webkit-backface-visibility: visible;
}
.accord .accord_box .container {
  padding-top: 50px;
}
.accord .accord_box .container p:last-of-type {
  margin-bottom: 0;
}
.accord .accordion h2:before, .accord .accordion h2:after {
  background-color: #e0373d;
}
.accord .accordion-close h2:before, .accord .accordion-close h2:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
  width: 100%;
  background-color: #00304c;
  margin-top: 50px;
  padding: 45px 0;
  font-size: 0;
  position: relative;
}
.hidden:before {
  position: absolute;
  content: '';
  background: url('../images/arrow_up.png') no-repeat 0 0;
  width: 33px;
  height: 16px;
  display: block;
  bottom: 100%;
  left: 50%;
  margin-left: -200px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hidden.active *, .hidden.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.hidden.manpower:before {
  margin-left: -247px;
}
.hidden * {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.hidden *:last-child {
  margin-bottom: 0;
}
.hidden ul {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  font-size: 16px;
}
.hidden ul + ul {
  margin-left: 30px;
}
.hidden h3 {
  font-size: 20px;
}
.hidden .left_part {
  width: 300px;
  margin-right: 30px;
  float: left;
  margin-bottom: 40px;
}
.hidden .right_part {
  width: 630px;
  float: left;
  margin-bottom: 40px;
}
.hidden p {
  color: #fff;
  font-size: 16px;
}

article.half {
  width: 465px;
}
article.half h2 {
  text-transform: none;
  margin-bottom: 50px;
}
article.half li {
  padding-left: 0;
  margin-bottom: 0;
}
article.half li:after {
  display: none;
}

.map_wrap {
  width: 960px;
  height: 566px;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  bottom: 0;
  -webkit-transform: translate(0, 290px);
  -moz-transform: translate(0, 290px);
  -ms-transform: translate(0, 290px);
  -o-transform: translate(0, 290px);
  transform: translate(0, 290px);
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 2s;
  -moz-transition: all 0.5s ease 2s;
  -o-transition: all 0.5s ease 2s;
  transition: all 0.5s ease 2s;
  background-color: #fff;
}
.map_wrap.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.map_wrap #map1, .map_wrap #map2 {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map_wrap #map1.active, .map_wrap #map2.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 2;
}

.map_nav {
  overflow: hidden;
  background-color: #00304c;
  padding: 0;
}
.map_nav .left, .map_nav .right {
  width: 50%;
  padding: 30px 20px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map_nav .left span, .map_nav .right span {
  color: #fff;
}

.location_btn {
  padding-left: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
}
.location_btn.non-active:before {
  font-size: 0;
  background: #e0373d url('../images/map_location.png') no-repeat 50% 50%;
}
.location_btn.first:before {
  content: '1';
}
.location_btn:before {
  position: absolute;
  content: '2';
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  background-color: #e0373d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.more_info {
  background: #edf0f2 url('../images/letter.png') no-repeat 50% 50px;
}
.more_info h2 {
  display: none;
}
.more_info h3 {
  text-align: center;
  padding-top: 65px;
}

.contact_box {
  text-align: center;
  border: 3px solid #c7cdd1;
  padding: 27px 0;
}
.contact_box span, .contact_box a {
  display: block;
  margin: 0 auto;
  color: #00304c;
}
.contact_box a:hover {
  color: #e0373d;
}

.phone {

font-family: Arial, Helvetica, sans-serif;

}