/**
 * 2007-2019 Apollotheme
 *
 * NOTICE OF LICENSE
 *
 *  @Module Name: apmarketplace
 *  @author    apollotheme <apollotheme@gmail.com>
 *  @copyright 2007-2017 Apollotheme
 *  @license   http://apollotheme.com - prestashop template provider
 */
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
.title-h1 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: -2px 2px 0px #163e70;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 1199px) {
    .title-h1 {
      font-size: 45px; } }
  @media (max-width: 991px) {
    .title-h1 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .title-h1 {
      text-align: center;
      margin-bottom: 35px; }
      .title-h1 br {
        display: none; } }
  .title-h1:after {
    content: '';
    width: 280px;
    height: 217px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    background: url(../img/arrow-slide.png) no-repeat; }
    @media (max-width: 767px) {
      .title-h1:after {
        display: none; } }

.title-caption {
  color: #084565;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif; }

section {
  padding: 30px 0; }

.features {
  padding: 50px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }
  .features:nth-child(2n) {
    background: #f7f8fa; }

p.lead {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px; }

#contact h2 {
  font-weight: bold; }

#contact-map h2 {
  font-weight: bold; }
#contact-map .form-contact {
  background: rgba(7, 32, 63, 0.82); }
  @media (min-width: 768px) {
    #contact-map .form-contact {
      position: absolute;
      top: 50%;
      right: 5%;
      z-index: 9;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    #contact-map .form-contact {
      margin-top: 50px;
      margin-bottom: 50px; } }
#contact-map.contact-1.toggle-active .map-holder:before {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
#contact-map.contact-1 .map-holder:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 80, 103, 0.85);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.contact {
  position: relative;
  padding: 300px 0px; }

.form-contact {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 25px;
  width: 100%;
  max-width: 360px;
  float: right;
  -moz-box-shadow: 0px 3px 15.3px 2.7px black;
  -webkit-box-shadow: 0px 3px 15.3px 2.7px black;
  -o-box-shadow: 0px 3px 15.3px 2.7px black;
  -ms-box-shadow: 0px 3px 15.3px 2.7px black;
  box-shadow: 0px 3px 15.3px 2.7px black; }
  @media (max-width: 767px) {
    .form-contact {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  #contact .form-contact {
    float: none;
    margin-left: auto;
    margin-right: auto;
    background: #074565; }
  .form-contact form label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.67); }
  .form-contact form textarea {
    width: 100%;
    border-radius: 3px; }
  .form-contact form input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding: 6px 12px;
    line-height: normal; }
  .form-contact form button {
    outline: 0px;
    color: #FFFFFF;
    width: 100%;
    font-size: 18px;
    display: block;
    border: none;
    margin-top: 15px;
    border-radius: 3px;
    background: #8fbe00;
    font-weight: bold;
    padding: 14px 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form-contact form button:hover {
      background: #11b7c5; }

#brands-list {
  z-index: 1;
  position: relative;
  padding: 20px 5px 15px;
  box-shadow: 0px 0px 16.74px 1.26px rgba(0, 0, 0, 0.28); }
  #brands-list h4 {
    color: #084565;
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif; }
  #brands-list .brands {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  @media (max-width: 479px) {
    #brands-list .brand {
      width: 100%; } }
  #brands-list .brand-img {
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle; }

#faq {
  padding: 80px 0px 30px; }
  #faq h4 {
    font-size: 40px;
    font-weight: bold; }

#about {
  padding: 50px 0;
  background: #FFFFFF; }
  #about h4 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px; }
  #about .left-block {
    padding-left: 5%; }

#why-us {
  padding: 25px 0px;
  background: #084565; }
  #why-us h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px; }
  #why-us .clients {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  #why-us .client {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      #why-us .client {
        width: 20%; } }
    #why-us .client img {
      margin-bottom: 15px; }
    #why-us .client h5 {
      color: #FFFFFF;
      line-height: 1;
      font-size: 20px; }
    #why-us .client p {
      font-size: 14px; }

#contact-informations {
  padding: 25px 0px;
  background: #084565; }
  #contact-informations h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px; }
  #contact-informations .clients {
    word-break: break-all;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    #contact-informations .clients:before, #contact-informations .clients:after {
      display: none; }
  #contact-informations .client {
    padding-top: 15px;
    padding-bottom: 15px; }
    #contact-informations .client img {
      margin-bottom: 15px; }
    #contact-informations .client h5 {
      color: #FFFFFF;
      line-height: 1;
      font-size: 20px; }
    #contact-informations .client p {
      font-size: 14px; }

.main-container {
  position: relative; }

@media (min-width: 768px) {
  .navbar {
    position: static !important; } }
.navbar.is_fixed {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  margin: 0 auto;
  max-width: 1600px;
  position: fixed;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.top-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  margin: 0 auto;
  max-width: 1600px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media (max-width: 767px) {
    .top-nav {
      display: none; } }
  .top-nav.is_fixed {
    position: fixed; }
  .top-nav ul {
    margin: 0 -12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .top-nav ul li {
      float: left; }
      .rtl .top-nav ul li {
        float: right; }
      .top-nav ul li a {
        font-size: 15px;
        display: block;
        padding: 10px 10px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.69); }
        .top-nav ul li a:hover {
          color: #FFFFFF;
          -webkit-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }

.phone {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .phone .wrapper-phone {
      padding: 12px 25px;
      background: #3ca9d0;
      border-radius: 99999px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .phone .content-phone {
    padding-left: 12px; }
    @media (max-width: 767px) {
      .phone .content-phone {
        display: none; } }
  .phone .title-mobile {
    margin-top: 5px; }
    @media (min-width: 768px) {
      .phone .title-mobile {
        display: none; } }
  .phone .icon-phone {
    width: 35px;
    height: 35px;
    background: url(../img/telephone-white.png) center no-repeat/cover; }
    @media (max-width: 767px) {
      .phone .icon-phone {
        margin: auto;
        width: 30px;
        height: 30px;
        background-image: url(../img/telephone.png); } }
  .phone h4 {
    color: #FFFFFF;
    line-height: 1.2;
    font-size: 16px; }
  .phone p {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif; }

.email {
  display: block;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 767px) {
    .email {
      display: none; } }

.header-leader {
  font-weight: normal;
  text-align: center;
  padding: 100px 0;
  background: #2c475a; }
  .header-leader h2 {
    font-weight: bold; }

.box-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .box-header:before, .box-header:after {
    display: none; }
  .box-header .right-header {
    text-align: right; }
  .box-header .contact-header {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle; }
  .box-header .logo {
    max-width: 100%;
    max-height: 85px; }
  @media (max-width: 575px) {
    .box-header .icon-phone {
      max-width: 40px; } }

.super-action {
  border-radius: 3px;
  font-size: 24px;
  font-weight: 300;
  border: none; }
  @media (max-width: 767px) {
    .super-action {
      font-size: 18px;
      font-weight: normal; } }
  .super-action.btn-filled {
    background: #8fbd02;
    color: #fff;
    border: none; }
    .super-action.btn-filled:hover {
      background: #7ea703; }

.box-footer {
  padding: 80px 0px; }

.footer-link li {
  margin-bottom: 8px; }

/*# sourceMappingURL=custom.css.map */
