body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
}
a {
  transition: color 200ms linear 0s;
}

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

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  font-size: 16px;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
  background-color: #E01133;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.nav-turqoise {
  color: #1e96a8;
}

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse {
  background-color: #FFF;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: auto;
  float: right;
}

.nav-collapse li {
  text-align: left;
  width: auto;
}

.arabic .nav-collapse li {
  text-align: right;
  direction:rtl;
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #E01133;
  padding: 20px 50px;
  color: #FFF;
  width: 100%;
  float: left;
}

.nav-collapse li:first-child a {
  padding-top: 30px;
}

.nav-collapse li:last-child a {
  padding-bottom: 30px;
}

.nav-collapse a:hover,
.nav-collapse li.active a {
  background: #FFF;
  color: #E01133;
}

.nav-collapse li.active a,
.nav-collapse .active a {
   
}

.nav-collapse ul ul a {
  background: ;
  padding-left: 2em;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../fonts/responsivenav.eot");
  src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/responsivenav.ttf") format("truetype"),
    url("../fonts/responsivenav.woff") format("woff"),
    url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 55px;
  margin-left: 20px;
  float: right;
}

@media screen and (min-width: 768px) {
  .nav-toggle {
    
  }
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* ------------------------------------------
  GLOBAL STYLES
--------------------------------------------- */

body.arabic {
  text-align: right;
  direction:rtl;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #fff;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
}



/*
http://www.minimit.com/demos/parallax-backgrounds-with-centered-content
.fullscreen = .fullscreen
.wrap       = .content-a
.inner      = .content-b 
*/

section { 
  width: 100%;
  height: 100%; 
  text-align: center;
}

.fullscreen {
  width: 100%;
  height: auto;
}

.wrap {
  width: 100%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  font-size: 12px;
  display: table;
}

.wrap-home {
  max-width: 1480px;
  padding: 20px;
  margin: 0 auto;
}

.not-fullscreen {
  height: auto;
}

.inner {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.content,
.content-start,
.content-home {
  max-width: 900px;
  padding: 20px 20px;
  margin: 25px auto 60px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .fullscreen,
  .wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
  }
  .content,
  .content-start,
  .content-home {
    max-width: 900px;
    padding: 30px 40px;
    margin: 25px auto 40px;
  }
}

@media screen and (min-width: 1024px) {
  .wrap { font-size: 15px}
  .content {
    max-width: 900px;
    padding: 50px 70px;
    margin: 25px auto 50px;
  }
}

@media screen and (min-width: 1200px) {
  .content,
  .content-start,
  .content-home {
    max-width: 900px;
    padding: 70px 95px;
    margin: 25px auto 50px;
  }
}

@media screen and (min-width: 1400px) {
  .content,
  .content-start,
  .content-home {
    max-width: 900px;
    padding: 70px 115px;
    margin: 25px auto 50px;
  }
}

.gap-close-top { margin-top: -1px; }
.gap-close-bottom { margin-bottom: -1px; }

.text,
.text-start,
.text-home {
  padding: 10px;
  text-align: left;
}

.arabic .text,
.arabic .text-start,
.arabic .text-home {
  text-align: right;
  direction:rtl;
}

@media screen and (min-width: 768px) {
  .text,
  .text-start,
  .text-home {
    padding: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .text,
  .text-start,
  .text-home {
    padding: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .text,
  .text-start,
  .text-home {
    padding: 30px;
  }
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  padding: 40px 0 0 0;
  margin: 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

h3 {
  font-size: 14px;
  color: #E01133; 
  margin-bottom: 1.5em;
}

p {
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 17px;
    margin-bottom: 1.5em;
  }
  p {
    margin: 0 auto 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  p {
    margin: 0 auto 1.5em;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 46px;    
  }
  h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  p {
    margin: 0 auto 1.5em;
  }
}

.highlighted {
  font-style: italic;
  color: #E01133;
}

.button,
.button-home {        
  border: none;       
  text-align: center;    
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;  
  margin-bottom: 10px;
}

.button-red { background-color: #E01133; }
.button-white { background-color: #FFF; }
.button-turqoise { background-color: #2796A6;}

.button a,
.button-home a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: block;
  color: #FFF; 
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .button,
  .button-home {
    display: inline-block;
    margin: 20px;
  }
  .button a,
  .button-home a {
    width: 170px;
    height: 100%;
    padding: 20px 30px;
  }
}

.button-red:hover,
.button-red a:hover { background-color: #FFF; color: #E01133;}
.button-white:hover,
.button-white a:hover { background-color: #E01133; color: #FFF; }
.button-turqoise:hover,
.button-turqoise a:hover { background-color: #FFF; color: #2796A6 ;}

.button-white a {
   color: #E01133;
}

.line-short,
.line-short-box {
  display: inline-block;
  width: 45px;
  height: 3px;
  margin-bottom: 20px;
}

.line-short-red { background-color: #E01133; }
.line-short-white { background-color: #FFF; }
.line-short-black { background-color: #000; }

section.our-services ul {
  list-style-type: none;
  padding-left: 10px;
}

section.our-services ul li {
  background: url('../img/v-small.png') no-repeat left center;
  padding-left: 28px;
}

.arabic section.our-services ul li {
  background: url('../img/v-small.png') no-repeat right center;
  padding-right: 28px;
}

section.our-services ol {list-style: none; counter-reset: li; margin-bottom: 30px; padding-left: 30px;}
section.our-services ol li {counter-increment: li}
section.our-services ol li::before {
  content: counter(li); color: red;
  display: inline-block; margin-left: -1.5em;
  margin-right: 0.5em; text-align: right; direction: rtl;
  font-size: 14px; font-weight: bold;
}

.arabic section.our-services ol {padding-right: 30px;}
.arabic section.our-services ol li::before {
  margin-right: -1.5em;
  margin-left: 0.5em; text-align: right; direction: rtl;
}

h3.safeguard {
  font-weight: normal;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.75);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
  header .wrap-home {
    padding: 0 15px 10px 15px;
  }
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
  float: left;
  max-width: 30px;
  margin-top: 10px
}

.logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  header {
    height: 100px;
    background-color: rgba(0,0,0,0);
  }
  .logo {
    margin-top: 0;
    padding: 0 20px;
    max-width: 60px;
  }
}

.language {
  font-family: 'Montserrat', sans-serif;
  float: right;
  padding: 16px 0;
  font-size: 13px;  
}

@media screen and (min-width: 768px) {
  .language {
    padding: 16px 18px;
  }
}

.language a {
  color: #FFF;
  text-decoration: none;
}

.language a:hover {
  color: #E01133;
}

.language.hidde {
  display: none;
}

/* ------------------------------------------
  SECTIONS STYLES
--------------------------------------------- */

.arrow {
  margin: 20px 20px 20px 20px;
}

.content-white {
  background-color: #ebf7f4;
  color: #545756;
}

.content-dark {
  background-color: #313236;
  color: #FFF;
}

.content-grey {
  background-color: #cecdc9;
  color: #545756;
}

.content-red {
  background-color: #e01133;
  color: #FFF;
}

.content-turqoise {
  background-color: #2796a6;
  color: #FFF;
}

.content-sand {
  background-color: #b6b3a0;
  color: #FFF;
}

/* Start Section */

section.start .content-start {
  margin-top: 80px;
}

.start .flags {
  border-top: 3px solid #72E0BE;
  text-align: center;
  padding-top: 25px;
}

.start h1 {
  font-size: 16px;
  padding-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .start h1 {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  .start .text-start {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .start h1 {
    font-size: 23px;
    padding-bottom: 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  .start h1 {
    font-size: 26px;
    padding-bottom: 0.5em;
  }
}

.flags img {
  width: 60px;
  margin: 0 10px;
}

/* Home Section */

section.home2 {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  overflow: hidden;
}

video#bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-image: /* our video */;
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index: -120;
}

section.home .content-home {
  margin-top: 80px;
}

.home .text-home {
  border-top: 3px solid #72E0BE;
  text-align: left;
  padding-top: 25px;
}

.home h1 {
  font-size: 16px;
  padding-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home h1 {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  .home .text-home {
    text-align: center;
    padding: 20px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .home h1 {
    font-size: 23px;
    padding-bottom: 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  .home h1 {
    font-size: 26px;
    padding-bottom: 0.5em;
  }
}


/* Section About Us */

.about-us h1 {
  color: #FFF;
}

.content-red h2 {
  color: #FFF;
}

.content-white h2,
.content-grey h2 {
  color: #E01133;
}

/* Section Our Services */

section.our-services {
  background-image: url('../img/bg-vv.png'),url('../img/bg-our-services.jpg');
  background-size: auto, cover;
  background-position: center 175px, top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .our-services .content-white h2 { max-width: 56%; }
  .our-services .content-red h2 { max-width: 63%; }
}

/* Section IT Security Screenings */

section.it-security-screenings  {
  background-image: url('../img/bg-vv.png');
  background-size: auto;
  background-position: center 175px;
  background-repeat: no-repeat;
}

section.it-security-screenings h1 {
  color: #E01133;
}

section.it-security-screenings .content.gap-close-bottom {
  padding-bottom: 35px;
}

section.it-security-screenings .content.gap-close-top {
  padding-top: 35px;
}

section.it-security-screenings ul {
  padding-left: 20px
}

@media screen and (min-width: 480px) {
  #box-nav {
    padding-left: 20px
  }
  .arabic #box-nav {
    padding-left: 0;
    padding-right: 20px;
  }
}

#box-menu {
  padding-top: 70px;
}

.arabic #box-menu {
  padding-top: 70px;
  padding-left: 80px;
  margin-right: -80px;
}


#box-icons-bg {
  height: 2px;
  background-color: #FFF;
  width: 100%;
  max-width: 630px;
  position: absolute;
  margin: -20px 0 0 0;
  z-index: 1
}

#box-menu .outer {
  width: 10%;
  position: relative;
  display: inline-block;
  margin: 0 2% 0 0;
}

.arabic #box-menu .outer {
  margin: 0 0 0 2%;
}

#box-menu .outer:last-child {
  margin-right: 0;
}

#box-menu .inner {
  font-size: 14px;
  font-color: #999;
  font-weight: 700;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-align: left;
}

@media screen and (min-width: 480px) {
  #box-menu .inner {
    font-size: 16px;
  }
}

#box-menu .rotate {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  line-height: 15px;
  height: 15px;
  width: 15px;
  overflow: visible;
  white-space: nowrap;
}

#box-icons {
  line-height: 1;
  margin-top: 15px;
  padding-bottom: 5px;
  position: relative;
  z-index: 2;
  background-image: url('../img/bg-line-box.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 3px;
}

.arabic #box-icons {
  background-image: url('../img/bg-line-box2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 3px;
}

.box-icon {
  width: 10%;
  margin-left: -2%;
  margin-right: 4%;
  display: inline-block;
  cursor: pointer;
}

.arabic .box-icon {
  margin-left: 4%;
  margin-right: -2%;
}

.box-icon:last-child {
  margin-right: 0;
}

.arabic .box-icon:last-child {
  margin-left: 0;
  margin-right: -2%;
}

.box-icon img {
  width: 32px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media screen and (min-width: 480px) {
  .box-icon img {
    width: 45px;
  }
}

.box-icon img:hover {
  transform: scale(1.2); 
}

.box-icon img.show {
  display: block;
}

.box-icon.clicked img.show,
.box-icon.active img.show {
  display: none;
}

.box-icon img.hide {
  display: none;
}

.box-icon.clicked img.hide,
.box-icon.active img.hide {
  display: block;
}

.box-type {
  display: none;
}

.box-type.active {
  display: block;
}

.box-tab {
  display: none;
}

.box-tab.active {
  display: block;
}

.box-type p,
.box-tab p {
  margin-bottom: 0
}

.box-tab h3 {
  margin-top: 1.5em;
}

#box-tab-menu {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  margin: 1.5em 0;
}

#box-tab-menu a {
  color: #545756;
  cursor: pointer;
}

#box-tab-menu a.active {
  color: #e01133;
}

/* Section our approach */

section.our-approach {
  background-image: url('../img/bg-vv2.png');
  background-size: auto;
  background-position: center 175px;
  background-repeat: no-repeat;
}

section.our-approach .content.gap-close-bottom {
  padding-bottom: 35px;
}

section.our-approach .content.gap-close-top {
  padding-top: 35px;
}

section.our-approach h1 {
  color: #E01133;
}

section.our-approach ul {
  padding-left: 20px
}

.arabic section.our-approach ul {
  padding-right: 20px
}

#approach-nav {
  padding-left: 20px;
}

.arabic #approach-nav {
  padding-right: 20px;
}

#approach-menu {
  padding-top: 30px;
  text-align: left;
}

.arabic #approach-menu {
  text-align: right;
  margin-right: -80px;
  padding-left: 80px;
}

#approach-icons-bg {
  height: 2px;
  background-color: #000;
  width: 100%;
  max-width: 320px;
  position: absolute;
  margin: -20px 0 0 0;
  z-index: 1;
  display: none;
}

#approach-menu .outer {
  width: 10%;
  position: relative;
  display: inline-block;
  margin: 0 2% 0 0;
}

.arabic #approach-menu .outer {
  margin: 0 2% 0 0;
  display: inline-block;
  direction: rtl;
}

#approach-menu .outer:last-child {
  margin-right: 0;
}

#approach-menu .inner {
  font-size: 16px;
  font-color: #999;
  font-weight: 700;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

#approach-menu .rotate {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  line-height: 15px;
  height: 15px;
  width: 15px;
  overflow: visible;
  white-space: nowrap;
}

.russian #approach-menu .outer:first-child {
  margin-left: -30px;
  margin-top: -20px;
}

#approach-icons {
  line-height: 1;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  background-image: url('../img/bg-line-wit.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 3px;
 }

.arabic #approach-icons {
  background-image: url('../img/bg-line-wit2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 3px;
 }

.approach-icon {
  width: 10%;
  margin-left: -2%;
  margin-right: 4%;
  display: inline-block;
  cursor: pointer;
}

.arabic .approach-icon {
  margin-left: 4%;
  margin-right: -2%;
}

.approach-icon:last-child {
  margin-right: 0;
}

.arabic .approach-icon:last-child {
  margin-left: 0;
  margin-right: -2%;
}

.approach-icon img {
  margin: 8px 5px;
  width: 30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.approach-icon img:hover,
.approach-icon.clicked img {
  margin: 0;
  width: 40px;
}

.approach-step {
  display: none;
}

.approach-step.active {
  display: block;
}

.our-approach .arrow {
  margin-bottom: 210px;
}

/* Section Contact */

section.contact .wrap {
  position: relative;
  z-index: ;
}

video#bgvid2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-image: /* our video */;
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index: -100;
}

.contact h2 {
  max-width: 100%;
}

.contact p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact p {
    text-align: right;
  }
}

.contact a {
  color: #FFF;
  text-decoration: none;
}

.contact a:hover {
  color: #e01133;
}

.contact-details-left {
  width: 100px;
  float: left;
  font-weight: 700;
}

.arabic .contact-details-left {
  width: auto;
  font-weight: normal;
  float: none;
  direction: ltr;
}

.arabic .contact-details-right {
  width: 100px;
  font-weight: 700;
  float: right;
}


/* Section Footer */

section.footer {
  padding-top: 0;
  background-image: url('../img/bg-footer.gif');
  background-size: cover;
  background-position: top left;
}

.footer .content {
  max-width: 1130px;
  padding: 0;
  margin: 0 auto;
}

.footer-links {
  text-align: right;
  margin-bottom: 100px;
  color: #e01133;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  color: #2796a6;
}

.hidden {
  opacity:0;
}

.visible {
  opacity:1;
}