/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

.uae{
  direction: rtl;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #01485c;
}

a, a:hover {
  text-decoration: none !important;
  color: #dca90e;
  cursor: pointer;
  font-weight: 500;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.black_overlay, .blackpop {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(1, 71, 92);
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

.white_content, .linkspop {
  display: none;
  position: relative;
  top: 25%;
  margin: 0 auto;
  height: auto;
  padding: 6pt;
  padding-bottom: 5rem;
  /* border: 6pt solid #fff; */
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1002;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: auto;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
  width: 30%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.linkspop {
  display: none;
  position: fixed;
  width: 90%;
  text-align: center;
  left: 5%;
  top: 10%;
  margin: auto;
  overflow: auto;
  height: 80%;
  background: #fff;
  padding-bottom: 37px;
  border: 3px solid rgba(0, 0, 0, 0.63);
}

.blackpop {
  position: fixed;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  margin: auto;
  padding: 12px 0;
  font-size: 4em;
  width: 70%;
  color: #fff;
  font-weight: 700;
  /* background-color: rgba(255, 255, 255, 0.7); */
}

h2 {
  font-weight: bold;
}

/* Custom Button Styles */
.btn-dark {
  border-radius: 0;
  color: #01485c;
  /* background: rgba(92, 45, 143, .9); */
  background: #ffc200;
  /* text-transform: uppercase; */
  font-weight: bold;
  /* border: 3px solid rgba(255, 255, 255, 0.7); */
  border-radius: 60px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #01485c;
  background: #ffd550;
}

.btn-light {
  color: #01485c;
  border-radius: 40px;
  background-color: #ffc200;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #01485c;
  background: #ffd550;
}

/* Custom Horizontal Rule */
hr.small {
  max-width: 100px;
}

/* Side Menu */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #012e3c;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
  color: #fff;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Header */
.header {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: top;
}

/* About */
.about {
  /* background-color: #A6BFA9; */
  padding: 50px 0;
}

.lang_btn {
  position: absolute;
  color: #ffff;
  margin: 8px;
  margin-left: 35px;
  padding: 6px;
}

/* Services */
.services {
  padding: 50px 0;
}

.service-item {
  margin-bottom: 30px;
}

.country {
  max-width: 178px;
}

/* Callout */
#lang {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.logo {
  max-width: 250px;
  margin-top: 8px;
  display: none;
}

.country_text {
  color: #fff;
  font-size: 17px;
  padding: 10px 0;
  width: 78%;
  margin: auto;
  font-weight: bold;
  background: #1a191b;
  text-transform: uppercase;
  font-weight: bold;
  /* border: 3px solid rgba(255, 255, 255, 0.7); */
  border-radius: 60px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.country_text:hover {
  background: rgba(0, 0, 0, 0.70);
}

.wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}

/* Portfolio */
.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.img-portfolio {
  margin: 0 auto;
}

.img-portfolio:hover {
  opacity: 0.8;
}

/* FAQ */
#faq{
  background-color: #dddeed;
}
.devices_section{
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#devices img{
  width: 60%;
  max-width: 650px;
}
#devices p{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 5px;
  text-align: center;
}
.devices_img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: scroll;

}

/* Call to Action */
.call-to-action {
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */
.map {
  height: 500px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.contact__section{
  height: 100vh;
}

.footer {
  background-color: #012e3c;
  color: #fff;
  padding: 100px 0;
}

.iconcolor {
  color: #2d114e;
}

.fa-times-circle-o {
  font-size: 3em !important;
  text-align: right !important;
  padding-right: 10px !important;
  padding-top: 10px;
  color: #565456 !important;
  cursor: pointer;
}

.kopje {
  font-weight: bold;
}

@media(max-width:768px) {
  .lang_btn{
    position: absolute;
    color: #ffff;
    font-size: 0.8em;
    margin: 8px;
    padding: 6px;
  }
  .map {
    height: 75%;
  }

  .wrapper {
    display: block;
  }

  .white_content {
    width: 99%;
    height: auto;
    margin-bottom: 1px
  }

  body {
    height: 50%;
  }

  .header {
    background: url(../images/bg-wap.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top;
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 768px;
  }

  .text-vertical-center h1 {
    font-size: 3em;
  }

  .devices_section{
    flex-direction: column;
  }
  #devices img{
    width: 70%;
  }

  #devices p{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 30px 5px;
  }
}
