/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    background: url("../img/geol_symbol.png") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
  }
  
  #hero:before {
    content: "";
    background: rgba(45, 124, 194, 0.9);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero h2 {
    padding-top: 100px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
  }
  
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #f6b024;
  }
  
  #hero .btn-get-started:hover {
    background: #f6b024;
    color: #fff;
    text-decoration: none;
  }
  
  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: 100vh;
      margin-bottom: 60px;
    }
    #hero h2 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 500px) {
  .hero .icon-boxes .container .col-xl-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .footer-app h3{
    font-size: 35px;
    font-weight: 600;
  }
  #lang{
    display: none !important;
  }
  
  #mail{
    display: none !important;
  }
  
  #fb{
    display: none;
  }
  
  #phone{
    margin-right: 130px;
  }
  
  #icon{
    margin-right: 80px;
  }
  
  #ios{
    margin-right: -350px !important;
  }
  
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
  }
  table{
    align-items: center;
  }
  table, th, td {
      height: 50px;
      border: 1px solid black;
      border-collapse: collapse;
      text-align: center;
  }
  table .Title{
      background-color: #054a85;
      color: white;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  table .sub_title{
      background-color: #054a85;
      color: white;
      size: 10px;
  }
  .pricing h2{
    padding-top: 100px;
  }
  .pricing .table{
    padding-left: 225px;
  }
  .pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #05579e;
    background: #f8f8f8;
  }
  
  .pricing h4 {
    font-size: 36px;
    color: #0880e8;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  
  .pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }
  
  .pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  
  .pricing ul li {
    padding-bottom: 16px;
  }
  
  .pricing ul i {
    color: #0880e8;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
  }
  
  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
  .pricing .btn-buy {
    background: #0880e8;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .pricing .btn-buy:hover {
    background: #2b99f8;
  }
  
  .pricing .featured h3 {
    color: #fff;
    background: #0880e8;
  }
  
  .pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0880e8;
    color: #fff;
  }
  #ad-banner-price{
    padding-left: 425px;
    margin-top: -50px;
    padding-top: 0px;
    padding-bottom: 120px;
  }

  #hero h2{
    padding-top: 100px;
}
.pricing h2{
padding-top: 100px;
}
.pricing .table{
padding-left: 225px;
}