/* Scss Document */
/*
1         general
1.1       header
1.2       footer
2.1     index
2.1.1     about
2.1.2     contact
2.1.3     news
2.1.4     portfolio
2.1.5     team
2.2       formation
2.2.1     country-pages
3.1     media-xs
3.2     media-sm
3.3     media-md
3.4     media-lg
3.5     media-xl
*/
/*1        general*/
@font-face {
  font-family: "futura-light";
  src: url("../fonts/FuturaLT-Light.otf");
}
body {
  font-family: "futura-light";
  background: antiquewhite;
}
body .card {
  border-radius: 0;
  border: none;
}
body .card .card-img-top {
  border-radius: 0;
}
body .cookie-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(#ff3333, #cc0000);
  color: white;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  transition: 0.8s;
  animation: slideIn 0.8s;
  animation-delay: 0.8s;
  z-index: 10000;
}
body .cookie-bar .message {
  white-space: nowrap;
  text-shadow: 0 1px 0 #cc0000;
}
@media (max-width: 767px) {
  body .cookie-bar .message {
    display: none;
  }
}
body .cookie-bar .mobile {
  display: none;
}
@media (max-width: 767px) {
  body .cookie-bar .mobile {
    display: inline-block;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
body .close-cb {
  border: none;
  color: white;
  background: #990000;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: bold;
}
body .close-cb:hover {
  background: #cc0000;
}
body .checkbox-cb {
  display: none;
}
body .checkbox-cb:checked + .cookie-bar {
  transform: translateY(50px);
}

/*1.1      header*/
header .contact-details {
  text-align: right;
}
header .contact-details .email-col h6 {
  font-size: 15px;
}
header .contact-details h6 {
  font-size: 10px;
}
header .target-navbar {
  padding-left: 10px;
}
header .top-nav {
  font-size: 15px;
}
header .top-nav .dropdown-menu {
  background: antiquewhite;
  border: none;
  font-size: 12px;
}
header .bottom-nav {
  font-size: 20px;
}
header .bottom-nav .nav-item {
  padding-left: 6px;
  padding-right: 6px;
}
header .navbar-toggler span {
  font-size: 10px;
}

/*1.2     footer*/
footer {
  color: #ffffff;
  background: #2d3643;
  padding-top: 50px;
  padding-bottom: 50px;
}

.legl-button {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
  display: inline-block !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*2.1   index*/
.index-page .first-row {
  display: block;
  position: relative;
  text-align: center;
}
.index-page .first-row .top-text {
  padding-top: 50px;
  padding-bottom: 100px;
  opacity: 0;
}
.index-page .first-row .bot-text {
  padding-top: 100px;
  padding-bottom: 50px;
  opacity: 0;
}
.index-page .first-row::after {
  content: "";
  background-image: url(../image/first-row.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.index-page .second-row {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-page .second-row .card {
  text-align: center;
}
.index-page .second-row .card a {
  font-size: 15px;
}
.index-page .second-row .card i {
  font-size: 20px;
}
.index-page .third-row {
  text-align: center;
  color: #ffffff;
  background: #2d3643;
  padding-top: 150px;
  padding-bottom: 150px;
}
.index-page .third-row .col {
  opacity: 0;
}
.index-page .fourth-row {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.index-page .fourth-row .card {
  background: antiquewhite;
  text-align: center;
}
.index-page .fourth-row .card a {
  font-size: 15px;
}
.index-page .fourth-row .card i {
  font-size: 20px;
}
.index-page .fourth-row .fourth-text {
  padding-top: 50px;
}
.index-page .fifth-row {
  display: block;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.index-page .fifth-row h4 {
  font-weight: bolder;
  text-align: center;
  padding: 20px;
  color: white;
  background: black;
  border-radius: 20px;
}
.index-page .fifth-row .spacing-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-page .fifth-row::after {
  content: "";
  background-image: url(../image/fifth-row.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.index-page .sixth-row {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/*2.1.1   about*/
.about-page .first-row {
  background-image: url(../image/about-first-row.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .first-row h3 {
  font-weight: bolder;
}

/*2.1.2   contact*/
.contact-page .first-row {
  background-image: url(../image/contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-page .first-row h3 {
  font-weight: bolder;
}

/*2.1.3   news*/
/*2.1.4   portfolio*/
/*2.1.5   team*/
/*2.2     formation*/
.formation-page .first-row {
  display: block;
  position: relative;
}
.formation-page .first-row::after {
  content: "";
  background-image: url(../image/formation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.formation-page .card-row {
  margin-bottom: 150px;
}
.formation-page .card-row .cont {
  position: relative;
  text-align: center;
}
.formation-page .card-row .cont .card-img-top {
  opacity: 0.5;
}
.formation-page .card-row .card-div {
  margin-top: 30px;
  opacity: 0;
  align-items: center;
  border: none;
  transition-timing-function: ease-out;
  transition: 1s;
  background: antiquewhite;
}
.formation-page .card-row .card-img-top {
  border-radius: 5px;
  cursor: pointer;
}
.formation-page .card-row .card-div:hover {
  transform: scale(1.2);
  transition-timing-function: ease-in;
  transition: 1s;
}
.formation-page .card-row .card-div:hover .card-body {
  display: block;
  transition-timing-function: ease-in;
  transition: 1s;
}
.formation-page .card-row .card-div .target:hover {
  transform: scale(1.1);
  transition-timing-function: ease-in;
  transition: 0.2s;
}
.formation-page .card-row .card-body {
  text-align: center;
  display: none;
  transition-timing-function: ease-out;
  transition: 1s;
  padding-bottom: 50px;
  font-weight: bolder;
}
.formation-page .centered {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.formation-page .centered h4 {
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 50px;
  color: white;
}
.formation-page .centered::after {
  content: "";
  opacity: 0.4;
  background: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/*2.2.1   country-pages*/
.country-pages .third-row {
  color: #ffffff;
  background: #2d3643;
}
.country-pages .fourth-row ul h6 {
  color: gray;
}
.country-pages .first-row {
  display: block;
  position: relative;
}
.country-pages .first-row h3, .country-pages .first-row h5 {
  font-weight: bolder;
}
.country-pages .bvi .first-row::after {
  background-image: url("../image/bvi(1).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .seychelles .first-row::after {
  background-image: url("../image/seychelles(1).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .cayman .first-row::after {
  background-image: url("../image/cayman.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .bahamas .first-row::after {
  background-image: url("../image/bahamas.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .cyprus .first-row::after {
  background-image: url("../image/cyprus(2).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .dubai .first-row::after {
  background-image: url("../image/dubai(3).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .guernsey .first-row::after {
  background-image: url("../image/guernsey(3).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .panama .first-row::after {
  background-image: url("../image/panama(3).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .hongkong .first-row::after {
  background-image: url("../image/hongkong(4).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .isleofman .first-row::after {
  background-image: url("../image/isleofman(4).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .malta .first-row::after {
  background-image: url("../image/malta(4).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .belize .first-row::after {
  background-image: url("../image/belize(5).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .nevis .first-row::after {
  background-image: url("../image/nevis(5).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.country-pages .anguila .first-row::after {
  background-image: url("../image/anguila(5).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/*3.1     media-xs*/
@media (max-width: 575px) {
  header .container-fluid {
    position: fixed;
    background: antiquewhite;
    z-index: 1000000;
  }
  section {
    padding-top: 50px;
  }
  .index-page .second-row {
    padding-bottom: 0;
  }
  .index-page .second-row .card {
    margin-bottom: 20px;
  }
  footer form {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer form .form-group {
    margin-bottom: 0;
  }
  footer form .form-control {
    margin-bottom: 10px;
  }
  footer form .btn-primary {
    margin-top: 10px;
  }
}
/*3.2     media-sm*/
/*3.3     media-md*/
@media (min-width: 768px) and (max-width: 991px) {
  .index-page .first-row {
    transform: skew(0deg, 2deg);
    margin-top: 50px;
    z-index: -1;
  }
  .index-page .first-row .content {
    transform: skew(0deg, -2deg);
  }
  .index-page .third-row {
    margin-top: -40px;
    z-index: 100;
  }
  .formation-page .centered h4 {
    font-size: 8px;
    line-height: 25px;
  }
}
/*3.4     media-lg*/
@media (min-width: 992px) and (max-width: 1199px) {
  .index-page .first-row {
    transform: skew(0deg, -2deg);
    margin-top: 50px;
    z-index: -1;
  }
  .index-page .first-row .content {
    transform: skew(0deg, 2deg);
  }
  .index-page .third-row {
    margin-top: -40px;
    z-index: 100;
  }
  .formation-page .centered h4 {
    font-size: 12px;
    line-height: 25px;
  }
}
/*3.5     media-xl*/
@media (min-width: 1200px) and (max-width: 4000px) {
  .index-page .first-row {
    transform: skew(0deg, -2deg);
    margin-top: 50px;
    z-index: -1;
  }
  .index-page .first-row .content {
    transform: skew(0deg, 2deg);
  }
  .index-page .third-row {
    margin-top: -40px;
    z-index: 100;
  }
  .formation-page .centered h4 {
    font-size: 18px;
    line-height: 35px;
  }
}/*# sourceMappingURL=style.css.map */