/*======================= GENERAL =======================*/

body {
  background: rgb(170, 167, 167);
  background: linear-gradient(
    90deg,
    rgba(170, 167, 167, 1) 0%,
    rgba(255, 255, 255, 1) 8%,
    rgba(250, 253, 255, 1) 92%,
    rgba(170, 167, 167, 1) 100%
  );
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, sans-serif;
  font-weight: 600;
}

img {
  max-width: 100%;
}

h1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1e1e1e;
  text-transform: uppercase;
}
@media screen and (max-width: 961px) {
  h1 {
    font-size: 1.2rem;

  }
  
  .nbText{
    padding-left: 8%;
  }
}


/*=====HR LINE======*/

.line-title {
  font-size: 35px;
  margin-bottom: 1px;
  padding-top: 1px; /* Allows for hr margin to start at top of h2 */
}

/* clearfix for floats */
.line-title:after {
  content: "";
  display: table;
  clear: both;
}

.line-title span {
  padding-right: 10px;
  float: left;
}

.line-title hr {
  border: 1px solid rgb(0, 0, 0);
  border-width: 3px 0 0 0;
  margin-top: 5px;
}

h2 {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #272626;
  font-size: 17px;
  line-height: 1.4rem;
}

a {
  font-size: small;
  color: #1e1e1e;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar-collapse li:hover > .dropdown-menu {
  display: block;
}

/*=========SLIDER=============*/
.owl-carousel .owl-item {
  transition: all 5s ease-in-out;
}

.owl-carousel .owl-item .card {
  border: transparent;
  background: transparent;
  padding: 5px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 20px;
}

.owl-carousel .owl-item img {
  height: 100%;
  width: 500px;
  object-fit: cover;
  border-radius: 5px;
}

.owl-carousel .owl-item .card .name {
  position: relative;
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  background-color: rgb(0, 0, 0);
  padding: 0.3rem 0.4rem;
  border-radius: 30px;
  box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
  opacity: 0.4;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 30px;
  background: #2a6ba3 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 15px;
  width: 15px;
  opacity: 1;
  transform: translateY(2px);
  background: #83b8e7 !important;
}

@media (min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media (max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}

/*=========SLIDER=============*/

.website-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1e1e1e;
  margin: 0.75rem 0;
  padding: 0.5rem 1rem;
}

.extra {
  padding-right: 30%;
  padding-left: 30%;
}

#more {
  display: none;
}

#moreOne {
  display: none;
}

#moreTwo {
  display: none;
}

#moreThree {
  display: none;
}

.title-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0;
  color: white;
}

.tricolor {
  background: rgb(0, 1, 241);
  background: -webkit-linear-gradient(
    5deg,
    rgba(10, 11, 212, 1) 0%,
    rgba(213, 222, 3, 1) 56%,
    rgba(255, 0, 0, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.england{
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(
      5deg,
      rgba(255, 255, 255) 0%,
      rgba(200, 16, 46) 75%,
      rgb(21, 53, 128) 10%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}

.middle-section {
  background: url(/images/header-img/spycover.png);
  margin: 0;
  margin-bottom: 1rem;
  padding: 6rem 0;
}

@media screen and (max-width: 700px) {
  .middle-section-spy {
    padding: 2.5rem 0;
  }
  .extra {
    padding-left: 10%;
    padding-right: 10%;
  }
  .title-text {
    font-size: 1rem;
    padding-bottom: 5px;
  }
}

.mss-title {
  color: #ffffff;
  line-height: 3.5rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 700px) {
  .mss-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.icon-blue {
  background: blue;
}




/*======================= SCROLL TO TOP =======================*/
.backTop {
  bottom: 90px;
  position: fixed;
  right: 15px;
  z-index: 99;
  display: none;
}
.backTop a {
  background: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  font: 38px/46px FontAwesome;
  height: 51px;
  text-align: center;
  width: 51px;
  border: 2px solid #fff;
  box-shadow: 1px 2px 3px -1px #888888;
  color: #000;
}
.backTop a > span:before {
  content: "\f106";
}
.backTop a:hover {
  background: #fff;
  /*box-shadow: 2px 5px 8px -1px #888888;*/
  color: #000;
}

/*======================= Menu =======================*/

.nav-link {
  padding: 5px 6px;
  color: rgb(255, 255, 255);
}

ul.MainMenu {
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Open Sans";
}
ul.MainMenu li {
  display: block;
}
ul.MainMenu li a {
  transition: 0.01s;
  background: transparent;
  display: block;
  font-size: 15px;
}
ul.MainMenu li a:hover {
  transition: 0.3s;
  text-decoration: none;
  background: rgb(0, 0, 0);
  color: white;
  border-radius: 20px;
}

.hamburger {
  display: none;
}

.gmap_canvas {
  padding-left: 5%;
  overflow:hidden;
  background:none!important;
  height:500px;
  width:550px;
}


@media only screen and (max-width: 1050px) {
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
  }

  .nav-menu {
    z-index: 99;
    position: fixed;
    top: 3rem;
    left: -110%;
    width: 100%;
    flex-direction: row;
    background-color: black;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(255, 255, 255, 0.05);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .gmap_canvas{
    padding-left: 0%;
    margin-top: 20%;
    margin-bottom: 10%;
    overflow:hidden;
    background:none!important;
    height: 400px;
    width: 300px;
  }
  
}



/*========GDPR=======*/
#gdpr-cookie-message {
  z-index: 999999999999;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: rgba(20, 20, 20, 0.97);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.32);
  margin-left: 30px;
  font-family: system-ui;
}
#gdpr-cookie-message h4 {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
  border: none;
  background: var(--red);
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: #000;
  color: var(--red);
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: rgb(1, 68, 147);
  color: var(--red);
}
#gdpr-cookie-message label {
  color: #ffffff;
  display: inline-block;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
.text-long ul {
  padding-left: 10px;
}

.footer-links a {
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  text-decoration: none;
}
.footer-links a:hover {
  color: #f00e12;
}
.datatable_bordered {
  margin: 15px 0;
  line-height: normal;
  border-bottom: 0 none #ccc;
  border-right: solid 1px #ccc;
  color: #000;
  border-top: solid 1px #ccc;
  border-left: 0 none #ccc;
  text-align: left;
}

.datatable_bordered th,
.datatable_bordered tr td {
  border-top: 0 none #ccc;
  border-left: 0 none #ccc;
  padding: 2px 3px;
  border-right: 0 none #ccc;
  font-weight: 400;
}
.datatable_bordered tr td {
  color: #000;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

/*===========Intrebari frecvente=========*/

.faq-content {
  font-family: "Segoe Ui", sans-serif;
  font-size: large;
}
