@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Oswald", sans-serif;
  position: relative;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-color: #eee;
  background-image: url("../image/final-with-blue.png");
  background-size: cover; }
  body.custom-background {
    background-image: url("../image/gallery/8.jpg");
    position: static; }
    body.custom-background:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      background: rgba(9, 9, 9, 0.4);
      z-index: 3; }
  body .container {
    width: 80vw;
    margin: 100px auto 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    overflow: hidden; }
    body .container.color-less {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  body p {
    font-family: "Roboto Condensed", sans-serif; }
  body a {
    text-decoration: none; }
  body .copyright {
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px;
    font-size: 16px;
    color: #333; }
    body .copyright span {
      font-size: 18px;
      font-weight: 400; }

nav {
  background: #003364;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  nav:hover {
    opacity: 1 !important; }
  nav .logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 6px; }
  nav .logo-name {
    width: 120px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 90px;
    border-bottom-right-radius: 20px; }
  nav ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    nav ul li {
      display: inline-block;
      list-style: none;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    nav ul li:hover {
      background-color: #002447; }
    nav ul a {
      color: #fff;
      letter-spacing: 1px;
      padding: 20px;
      display: inline-block; }
    nav ul a.bookNow {
      background-color: #2ecc71; }

.interface {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center center; }
  .interface:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 2; }
  .interface .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center; }
    .interface .content .brand {
      width: 400px;
      height: 400px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 50px 0;
      background-color: rgba(0, 51, 100, 0.9);
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .interface .content .brand img {
        width: 70%;
        margin: auto;
        display: block;
        margin-bottom: 0; }
      .interface .content .brand button {
        padding: 10px 20px;
        border: 0;
        background-color: #003364;
        color: #fff;
        font-size: 18px;
        -webkit-transition: 0.14s;
        transition: 0.14s;
        margin: auto;
        margin-top: 30px;
        border: 1px solid #fff; }
        .interface .content .brand button:hover {
          cursor: pointer;
          background-color: #00396f; }

.back-layer {
  width: 860px;
  height: 480px;
  background-color: #003364;
  border: 5px solid #f9a041;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .back-layer div {
    width: 98%;
    height: 96%;
    margin: auto;
    background-position: center;
    background-size: cover; }
  .back-layer img.single-building {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .back-layer img.single-building:hover {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      cursor: pointer; }
    .back-layer img.single-building.main-building {
      width: 410px;
      top: 18px;
      right: 80px;
      z-index: 3; }
    .back-layer img.single-building.right-bottom-building {
      width: 222px;
      top: 225px;
      right: 125px;
      z-index: 4; }
    .back-layer img.single-building.top-left-building {
      width: 140px;
      top: 98px;
      left: 165px;
      right: auto;
      z-index: 4; }
    .back-layer img.single-building.bottom-left-building {
      width: 271px;
      top: 163px;
      left: 164px;
      right: auto;
      z-index: 5; }

.pop .dots-to-book {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .pop .dots-to-book .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #003364;
    border: 1px solid #fff;
    position: absolute;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    z-index: 3; }
    .pop .dots-to-book .dot:hover {
      -webkit-transform: scale(2) !important;
              transform: scale(2) !important; }
    .pop .dots-to-book .dot.orange {
      background-color: #d35400; }
    .pop .dots-to-book .dot.blue {
      background-color: #2980b9; }
    .pop .dots-to-book .dot.yellow {
      background-color: #f1c40f; }
    .pop .dots-to-book .dot.red {
      background-color: #e74c3c; }
    .pop .dots-to-book .dot.vai {
      background-color: #34495e; }
    .pop .dots-to-book .dot.green {
      background-color: #2ecc71; }
    .pop .dots-to-book .dot.black {
      background-color: #34495e; }
    .pop .dots-to-book .dot.has-line::after {
      content: "";
      position: absolute;
      top: 10px;
      left: 41%;
      height: 50px;
      width: 20px;
      z-index: 2;
      border-color: #003364;
      border-bottom-width: 2px;
      border-right-width: 2px;
      border-style: solid;
      border-right-color: transparent;
      border-top-color: transparent;
      display: block; }
    .pop .dots-to-book .dot.blue-line::after {
      border-color: transparent !important;
      width: 2px !important;
      background-color: #2980b9 !important;
      height: 41px;
      left: 50% !important;
      top: 109% !important;
      border: none;
      -webkit-transform: translateX(-84%);
              transform: translateX(-84%); }
    .pop .dots-to-book .dot.orange-line::after {
      border-color: transparent !important;
      width: 2px !important;
      background-color: #d35400 !important;
      height: 41px;
      left: 50% !important;
      top: 109% !important;
      border: none;
      -webkit-transform: translateX(-84%);
              transform: translateX(-84%); }
    .pop .dots-to-book .dot.yellow-line::after {
      border-color: transparent !important;
      width: 2px !important;
      background-color: #f1c40f !important;
      height: 41px;
      left: 50% !important;
      top: 109% !important;
      border: none;
      -webkit-transform: translateX(-84%);
              transform: translateX(-84%); }
    .pop .dots-to-book .dot.short-line::after {
      height: 20px; }

.main-building-popup .one {
  top: 111px;
  left: 106px; }
.main-building-popup .two {
  top: 120px;
  left: 139px; }
.main-building-popup .three {
  top: 130px;
  left: 170px; }
.main-building-popup .four {
  top: 138px;
  left: 197px; }
.main-building-popup .five {
  top: 148px;
  left: 227px; }
.main-building-popup .six {
  top: 158px;
  left: 259px; }
.main-building-popup .seven {
  top: 167px;
  left: 289px; }
.main-building-popup .seven-2 {
  top: 32px;
  left: 345px; }
.main-building-popup .seven-3 {
  top: 15px;
  left: 283px; }
.main-building-popup .seven-4 {
  display: none; }
.main-building-popup .seven-5 {
  top: 207px;
  left: 274px; }
.main-building-popup .seven-6 {
  top: 186px;
  left: 212px; }
.main-building-popup .eight {
  display: none; }
.main-building-popup .nine {
  top: 137px;
  left: 328px; }
.main-building-popup .ten {
  top: 165px;
  left: 321px;
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important; }
.main-building-popup .ten-2 {
  top: 135px;
  left: 326px; }
.main-building-popup .eleven {
  top: 223px;
  left: 334px; }
.main-building-popup .twelve {
  top: 234px;
  left: 367px; }
.main-building-popup .thirteen {
  top: 244px;
  left: 403px; }
.main-building-popup .fourteen {
  top: 256px;
  left: 438px; }
.main-building-popup .fifteen {
  top: 267px;
  left: 474px; }
.main-building-popup .sixteen {
  top: 279px;
  left: 511px; }
.main-building-popup .seventeen {
  top: 290px;
  left: 549px; }
.main-building-popup .seventeen-2 {
  top: 302px;
  left: 583px; }
.main-building-popup .eighteen {
  top: 308px;
  left: 674px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }
.main-building-popup .eighteen-2 {
  top: 135px;
  left: 672px; }
.main-building-popup .eighteen-3 {
  top: 113px;
  left: 597px; }
.main-building-popup .eighteen-4 {
  top: 94px;
  left: 527px; }
.main-building-popup .eighteen-5 {
  top: 74px;
  left: 458px; }
.main-building-popup .nineteen-1 {
  top: 184px;
  left: 209px; }
.main-building-popup .nineteen {
  top: 193px;
  left: 235px; }
.main-building-popup .twenty {
  top: 273px;
  left: 347px; }
.main-building-popup .twenty-one {
  top: 291px;
  left: 395px; }
.main-building-popup .twenty-two-1 {
  display: none; }
.main-building-popup .twenty-two {
  top: 322px;
  left: 490px; }
.main-building-popup .twenty-three {
  top: 342px;
  left: 545px; }
.main-building-popup .twenty-three-2 {
  top: 301px;
  left: 711px; }

.right-bottom-popup .one {
  top: 202px;
  left: 319px; }
.right-bottom-popup .two {
  top: 252px;
  left: 329px; }
.right-bottom-popup .three {
  top: 194px;
  left: 430px; }
.right-bottom-popup .four {
  top: 244px;
  left: 429px; }
.right-bottom-popup .five {
  top: 117px;
  left: 435px; }
.right-bottom-popup .six {
  top: 201px;
  left: 524px; }

.top-left-popup .one {
  top: 160px;
  left: 252px; }
.top-left-popup .two {
  top: 195px;
  left: 244px; }
.top-left-popup .three {
  top: 237px;
  left: 240px; }
.top-left-popup .four {
  top: 285px;
  left: 232px; }
.top-left-popup .five {
  top: 236px;
  left: 332px; }
.top-left-popup .six {
  top: 223px;
  left: 454px; }

.bottom-left-popup .one {
  top: 125px;
  left: 131px; }
.bottom-left-popup .two {
  top: 175px;
  left: 162px; }
.bottom-left-popup .three {
  top: 239px;
  left: 168px; }
.bottom-left-popup .four {
  top: 253px;
  left: 372px; }
.bottom-left-popup .five {
  top: 312px;
  left: 372px; }
.bottom-left-popup .six {
  top: 84px;
  left: 424px;
  -webkit-transform: rotate(90deg) scale(1.35) !important;
          transform: rotate(90deg) scale(1.35) !important; }

.pop.bottom-left-popup .dots-to-book .dot.six:hover:hover {
  -webkit-transform: rotate(90deg) scale(2) !important;
          transform: rotate(90deg) scale(2) !important; }

.index-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }
  .index-slider .img-slider {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center; }
  .index-slider .slick-dots, .index-slider .slick-arrow {
    display: none !important; }

.overview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: left bottom;
  cursor: pointer; }

.activites {
  margin-bottom: 20px; }
  .activites h1 {
    width: 600px;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 5px solid #2ecc71;
    color: #333; }
    .activites h1 span {
      font-size: 36px;
      color: #2ecc71; }

.activite {
  width: 100%;
  height: 250px;
  padding: 20px;
  border-bottom: 1px solid #ddd; }
  .activite .image {
    width: 28%;
    height: 100%;
    border: 2px solid #ddd;
    padding: 8px;
    margin: 0 30px 0 20px;
    display: inline-block;
    float: left;
    background-position: center center;
    background-size: cover;
    position: relative;
    cursor: pointer; }
    .activite .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #003364;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0; }
    .activite .image::after {
      content: "";
      font-family: FontAwesome;
      font-size: 32px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0; }
    .activite .image:hover::before {
      opacity: 0.8; }
    .activite .image:hover::after {
      opacity: 1; }
  .activite .info {
    width: 60%;
    display: inline-block; }
    .activite .info h1 {
      letter-spacing: 1px;
      margin: 0;
      color: #333; }
    .activite .info .smallimages {
      width: 50px;
      height: 50px;
      display: inline-block;
      border-radius: 2px;
      padding: 3px;
      margin-right: 5px;
      margin-top: 6px;
      cursor: pointer;
      border-radius: 6px;
      background-position: center center;
      background-size: cover; }

.container .projectName {
  position: relative;
  padding-top: 50px; }
  .container .projectName h1 {
    display: inline-block;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-left: 60px;
    padding: 15px 30px; }
  .container .projectName img {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px; }
.container .line {
  width: 90%;
  height: 3px;
  background-color: #eee;
  margin: 40px auto 0; }
.container .about-details {
  margin: 20px auto 80px;
  width: 90%; }

iframe {
  display: none; }

.card {
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  z-index: 4; }

form {
  width: 400px;
  margin: 80px auto 0;
  background-color: #fff;
  border: 12px solid #003364;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  form h1 {
    text-align: center;
    color: #2ecc71;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 30px; }
  form input {
    width: 80%;
    padding: 10px 15px;
    border-radius: 4px;
    border: 2px solid #eee;
    display: block;
    margin: 8px auto 0; }
  form textarea {
    width: 80%;
    padding: 12px 15px;
    margin: 10px auto;
    border: 2px solid #eee;
    display: block; }
  form .btn-contact {
    width: 50%;
    margin: 20px auto 40px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #2ecc71;
    color: #fff;
    border: none;
    cursor: pointer; }

.container .singleAlbum h1 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #2ecc71;
  border: none;
  text-align: center;
  padding: 20px;
  margin: 0; }
.container .singleAlbum .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .container .singleAlbum .images .image {
    width: 32.5%;
    height: 260px;
    margin: 4px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
    .container .singleAlbum .images .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #003364;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0; }
    .container .singleAlbum .images .image::after {
      content: "";
      font-family: FontAwesome;
      font-size: 32px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0; }
    .container .singleAlbum .images .image:hover::before {
      opacity: 0.8; }
    .container .singleAlbum .images .image:hover::after {
      opacity: 1; }

#up {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: none; }
  #up i.close {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 32px;
    cursor: pointer; }

.pop {
  width: 70%;
  height: 500px;
  position: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 99999999999;
  display: none; }
  .pop img {
    width: 100%;
    height: 100%; }

.slick-dots {
  bottom: 20px; }

.slick-next {
  right: 25px; }
  .slick-next::before {
    font-size: 30px; }

.slick-prev {
  left: 20px;
  z-index: 999; }
  .slick-prev::before {
    font-size: 30px; }

.btn-book {
  position: fixed;
  top: -35px;
  left: 1180px;
  background-color: #2ecc71;
  color: #fff;
  padding: 2px 30px;
  margin: 40px auto;
  border-radius: 3px;
  font-size: 30px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 2px;
  z-index: 999;
  cursor: pointer; }

.container .info-about-flat {
  width: 90%;
  margin: 50px auto;
  background-color: #eee;
  color: #003364;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .container .info-about-flat > img {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    margin: 15px; }
  .container .info-about-flat .details {
    margin: 20px 0; }
    .container .info-about-flat .details div {
      font-size: 21px;
      font-family: "Roboto Condensed", sans-serif;
      margin: 10px 0; }
      .container .info-about-flat .details div i {
        color: #2ecc71;
        font-size: 20px;
        margin-right: 8px;
        width: 30px;
        text-align: center; }
      .container .info-about-flat .details div span .number {
        margin-left: 10px;
        color: #888;
        font-size: 18px;
        font-style: italic;
        font-weight: 400; }
  .container .info-about-flat .provider {
    width: 44%;
    height: 100%;
    background-color: #002e5b;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 33px 0; }
    .container .info-about-flat .provider * {
      float: right; }
    .container .info-about-flat .provider img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 15px; }
    .container .info-about-flat .provider h3 {
      display: inline-block;
      font-size: 24px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1px;
      text-shadow: 4px 3px 6px #000;
      margin: 30px 0 10px; }
    .container .info-about-flat .provider div {
      color: #fff;
      font-size: 20px;
      font-family: "Roboto Condensed", sans-serif; }
      .container .info-about-flat .provider div i {
        margin-left: 8px;
        margin-top: 3px;
        color: #fff;
        font-size: 18px;
        -webkit-transform: rotateZ(-100deg);
                transform: rotateZ(-100deg); }
    .container .info-about-flat .provider .phone {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: #2ecc71;
      position: absolute;
      bottom: 20px;
      left: 20px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      .container .info-about-flat .provider .phone i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: 0;
        color: #fff;
        font-size: 20px; }
.container .headquake {
  width: 90%;
  height: 500px;
  margin: 0 auto 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .container .headquake img {
    height: 100%; }
  .container .headquake .text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a713f;
    padding: 5px 10px;
    display: none; }
    .container .headquake .text h1 {
      font-size: 24px;
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .container .headquake .text p {
      width: 36%;
      display: inline-block;
      color: #fff;
      margin: 0;
      font-size: 18px; }
.container .from-gallery {
  text-align: center;
  color: #003364;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-top: 80px; }
.container .slider {
  width: 92%;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }
  .container .slider .img-slider {
    height: 500px;
    margin: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px; }

.sidebar {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.sidebar .copyright {
  color: #fff; }

.drive-to-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 22;
  background-color: #003364;
  border-radius: 50%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .drive-to-btn i {
    margin: auto; }

.see-more {
  padding: 10px 20px;
  border: 0;
  background-color: #003364;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.14s;
  transition: 0.14s;
  margin: auto;
  margin-top: 30px;
  border: 1px solid #fff;
  display: block;
  width: 250px;
  text-align: center; }
  .see-more:hover {
    cursor: pointer;
    background-color: #00396f; }

/*# sourceMappingURL=style.css.map */