@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.centered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  width: 100%;
  position: relative;
  height: auto;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header {
  padding: 0 50px;
  position: relative;
  width: 100%;
  height: auto;
}

body header a.logo {
  padding: 30px;
  display: block;
  width: 100%;
  height: auto;
}

body header a.logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

body header form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  -webkit-box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
          box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
  height: 60px;
  border-radius: 100px;
  z-index: 4;
}

body header form.search input {
  width: calc(100% - 100px);
  padding: 15px;
  border: 0;
  border-radius: 100px 0px 0px 100px;
  background-color: #fff;
  margin: 0;
  height: 60px;
  display: block;
  outline: none !important;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

body header form.search button {
  width: 100px;
  padding: 15px 0;
  border: 0;
  border-radius: 0px 100px 100px 0px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 60px;
  display: block;
}

body header .to-suggested {
  background: #F06D4A;
  color: #fff;
  border: none;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 100px;
  margin-left: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

body section.content {
  /*overflow: hidden;*/
  height: auto;
  padding: 50px;
  position: relative;
  z-index: 0;
  padding-bottom: 10%;
}

body section.content div.form {
  position: relative;
  float: left;
  z-index: 3;
  background-color: #fff;
  width: 33%;
  left: 50px;
  max-width: 470px;
  border-radius: 50px;
  padding: 40px;
  -webkit-box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
          box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
}

body section.content div.form h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: #F06D4A;
  padding: 10px 20px;
}

body section.content div.form h3 b {
  color: #02465A;
}

body section.content div.form p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  color: #696565;
}

body section.content div.form form textarea {
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
          box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
  padding: 10px;
  width: calc( 100% - 20px);
  float: left;
  margin: 10px;
  height: 80px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  border: 1px solid transparent;
  outline: none !important;
}

body section.content div.form form textarea:focus {
  border-color: #979797;
}

body section.content div.form form input {
  height: 50px;
  border: none;
  border-radius: 13px;
  -webkit-box-shadow: 0 2px 16px rgba(153, 153, 153, 0.3);
          box-shadow: 0 2px 16px rgba(153, 153, 153, 0.3);
  padding: 10px;
  width: calc( 100% - 20px);
  float: left;
  margin: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  border: 1px solid transparent;
  outline: none !important;
}

body section.content div.form form input:focus {
  border-color: #979797;
}

body section.content div.form form input:first-child {
  width: calc(50% - 20px);
}

body section.content div.form form input:nth-child(2) {
  width: calc(50% - 20px);
}

body section.content div.form form input:nth-child(3) {
  width: calc(50% - 20px);
}

body section.content div.form form input:nth-child(4) {
  width: calc(50% - 20px);
}

body section.content div.form form button {
  background-color: #02465A;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: calc( 100% - 20px);
  margin: 10px;
  margin-top: 15px;
  border-radius: 13px;
  height: 50px;
  border: none;
  float: left;
  display: block;
  outline: none !important;
}

body section.content div.goVector {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
}

body section.content div.vector {
  position: absolute;
  z-index: 1;
  right: 60px;
  bottom: 0px;
}

body section.content div.triangle {
  position: absolute;
  bottom: 20px;
  left: 5%;
  z-index: 1;
}

body section.content div.circle {
  position: absolute;
  width: 100%;
  height: 75%;
  right: 8%;
  top: 10%;
  overflow: hidden;
}

body section.content div.circle img {
  position: absolute;
  z-index: 2;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  /* -webkit-animation: rotate-center 10s linear infinite both;
  animation: rotate-center 10s linear infinite both; */
}

body section.content div.maps {
  right: 0;
  height: 75%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 10%;
}

body section.content div.maps #place1 {
  left: 45%;
  top: 26%;
}

body section.content div.maps #place2 {
  left: 65%;
  top: 37%;
}

body section.content div.maps #place3 {
  left: 51%;
  top: 38%;
}

body section.content div.maps #place4 {
  left: 53%;
  top: 49%;
}

body section.content div.maps #place5 {
  left: 57%;
  top: 60%;
}

body section.content div.maps #place6 {
  left: 71%;
  top: 54%;
}

body section.content div.maps .place-wrapper {
  position: absolute;
}

body section.content div.maps .place-wrapper .place {
  z-index: 3;
  position: relative;
  background-color: #fff;
  width: 140px;
  border-radius: 20px;
  padding: 5px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

body section.content div.maps .place-wrapper .place:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  background-color: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

body section.content div.maps .place-wrapper .place:hover {
  background-color: #DBC8B6;
  cursor: pointer;
}

body section.content div.maps .place-wrapper .place:hover::after {
  border-top: 10px solid #DBC8B6;
}

body section.content div.maps .place-wrapper .place p {
  padding: 0;
  margin: 0;
}

body section.content div.maps .place-wrapper .place p.place-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #02465A;
  padding: 10px;
}

body section.content div.maps .place-wrapper .place p.place-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 9px;
  color: #777777;
  padding: 0 10px;
  padding-bottom: 10px;
}

body section.content div.maps .place-wrapper .place button {
  position: absolute;
  background: transparent;
  border: none;
  float: right;
  right: 5px;
  bottom: 8px;
}

body section.content div.maps img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

body footer {
  position: relative;
  float: left;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
  background-color: #fff;
  padding: 0px 50px;
}

body footer .copyright {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}

body footer .copyright p {
  margin: 0;
}

body footer .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

body footer .social-media ul li {
  float: left;
  list-style: none;
}

body footer .social-media ul li:first-child {
  border-right: 1px solid #000;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
}

body footer .social-media ul li a {
  padding: 5px 15px;
  color: #000;
  text-decoration: none;
}

body .custom-modal {
  background-color: rgba(0, 0, 0, 0.5);
  /* Track */
  /* Handle */
}

body .custom-modal ::-webkit-scrollbar {
  width: 10px;
}

body .custom-modal ::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 10px;
  border: 1px solid #989393;
}

body .custom-modal ::-webkit-scrollbar-thumb {
  background: #989393;
  border-radius: 10px;
}

body .custom-modal .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

body .custom-modal .modal-wrapper .modal-dialog {
  min-width: 80%;
  max-width: 80%;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content {
  height: 95vh;
  border-radius: 30px;
  padding: 0 15px;
  padding-bottom: 50px;
  overflow-y: scroll;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-header, body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-footer {
  border: none;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .button-close {
  width: auto;
  height: auto;
  background: none;
  border: none;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-title-wrapper .modal-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: #F06D4A;
  padding: 40px 44px;
  padding-bottom: 20px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-title-wrapper .modal-title b {
  color: #02465A;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-title-wrapper p {
  font-family: 'Poppins', sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.8rem;
  padding: 0 44px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0 44px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form textarea {
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
          box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
  padding: 10px;
  width: calc( 100% - 20px);
  float: left;
  margin: 10px;
  height: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid transparent;
  outline: none !important;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form textarea:focus {
  border-color: #979797;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input {
  height: 60px;
  border: none;
  border-radius: 13px;
  -webkit-box-shadow: 0 2px 16px rgba(153, 153, 153, 0.3);
          box-shadow: 0 2px 16px rgba(153, 153, 153, 0.3);
  padding: 10px;
  width: calc( 100% - 20px);
  float: left;
  margin: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid transparent;
  outline: none !important;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input:focus {
  border-color: #979797;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input:first-child {
  width: calc(50% - 20px);
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input:nth-child(2) {
  width: calc(50% - 20px);
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input:nth-child(3) {
  width: calc(50% - 20px);
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form input:nth-child(4) {
  width: calc(50% - 20px);
}


body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body form button {
  background-color: #02465A;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  width: calc( 100% - 20px);
  margin: 10px;
  margin-top: 15px;
  border-radius: 13px;
  height: 60px;
  border: none;
  float: left;
  display: block;
  outline: none !important;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
  /* padding: 0 80px; */
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-text {
  margin-top: 5px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-text p {
  font-family: 'Poppins', sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.8rem;
  padding: 10px 80px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-text #location_images {
  font-family: 'Poppins', sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.8rem;
  padding: 10px 80px;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  width: 250px;
  -webkit-box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
          box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
  border-radius: 8px;
  overflow: hidden;
  margin: 20px;
  margin-top: -30px;
  background: #fff;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-buttons .buttons span {
  padding: 9px;
  text-align: center;
  width: 100%;
}

body .custom-modal .modal-wrapper .modal-dialog .modal-content .modal-body .place-modal-buttons .buttons .icon {
  background-color: #000;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  padding: 20px;
}

@media (max-width: 991px) {
  body {
    width: 100%;
    height: auto;
  }
  section.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header {
    padding: 0 20px !important;
  }
  header form.search {
    width: 100% !important;
    margin-bottom: 40px;
  }
  header .to-suggested {
    margin: 0 !important;
    margin-bottom: 50px !important;
    max-width: 100% !important;
  }
  header a.logo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.content {
    padding: 0 20px !important;
  }
  section.content div.form {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    top: inherit !important;
    left: inherit !important;
    margin: 50px 0 !important;
    padding: 30px 20px !important;
    border-radius: 20px !important;
  }
  section.content div.form h3 {
    font-size: 30px !important;
  }
  section.content div.form p {
    font-size: 12px !important;
  }
  section.content div.form form input:first-child, section.content div.form form input:nth-child(2) {
    width: calc(100% - 20px) !important;
  }
  div.maps {
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    position: relative !important;
    z-index: 2;
  }
  div.maps img#map {
    display: none;
  }
  div.circle {
    display: none;
  }
  .place-wrapper {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: calc(50% - 10px) !important;
    float: left !important;
    margin: 10px 5px !important;
    -webkit-box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
            box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
    border-radius: 20px;
  }
  .place-wrapper .place {
    position: relative !important;
    width: 100% !important;
  }
  .place-wrapper .place:after {
    display: none;
  }
  footer {
    padding: 0 20px !important;
  }
  footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .copyright {
    margin-bottom: 10px !important;
  }
  footer .copyright p {
    font-size: 12px !important;
  }
  footer .social-media ul li {
    font-size: 12px !important;
  }
  footer .social-media ul li a {
    padding: 5px 10px !important;
  }
  .custom-modal {
    /* Track */
    /* Handle */
  }
  .custom-modal ::-webkit-scrollbar {
    width: 5px !important;
  }
  .custom-modal ::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 5px !important;
    border: 1px solid #989393;
  }
  .custom-modal ::-webkit-scrollbar-thumb {
    background: #989393;
    border-radius: 5px !important;
  }
  .custom-modal .modal-dialog {
    max-width: 90% !important;
  }
  .custom-modal .modal-content {
    padding: 20px !important;
  }
  .custom-modal .modal-content .modal-header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .custom-modal .modal-content .modal-header .modal-title-wrapper {
    width: 100% !important;
  }
  .custom-modal .modal-content .modal-header .modal-title-wrapper h5 {
    font-size: 30px !important;
    padding: 0px 24px !important;
  }
  .custom-modal .modal-content .modal-header .modal-title-wrapper p {
    padding: 0 20px  !important;
    font-size: 14px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .custom-modal .modal-content .modal-header button.mclose {
    width: 100% !important;
    position: relative !important;
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .custom-modal .modal-content .modal-body {
    padding: 0 20px !important;
  }
  .custom-modal .modal-content .modal-body .place-modal-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-modal .modal-content .modal-body .place-modal-buttons .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    width: 100% !important;
    -webkit-box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
            box-shadow: 0 2px 10px rgba(153, 153, 153, 0.3);
    border-radius: 8px;
    overflow: hidden;
    margin: 10px !important;
    background: #fff;
  }
  .custom-modal .modal-content .modal-body .place-modal-text {
    margin-top: 20px !important;
  }
  .custom-modal .modal-content .modal-body .place-modal-text p {
    padding: 0 20px !important;
    text-align: center;
  }
  .custom-modal .modal-content .modal-body img {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .custom-modal .modal-content .modal-body form input:first-child, .custom-modal .modal-content .modal-body form input:nth-child(2) {
    width: calc(100% - 20px) !important;
  }
}

@media (max-width: 767px) {
  .place-wrapper {
    width: calc(100% - 10px) !important;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-9 11:51:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */

.height{
  height: 100vh;
 }
 

 .search{
 position: relative;
 color:#8b8786;
   
 }

 .search input{

  height: 60px;
  text-indent: 25px;
  background: white;
  border-radius: 50px;


 }


 .search input:focus{

  box-shadow: none;
  border: 2px solid #02465A;
  background:white;


 }

 .search .fa-search{

  position: absolute;
  top: 20px;
  right: 16px;

 }

 .modal-video{
  width: 100%;
  height:575px;
}

 @media (max-width: 900px){

 .modal-video{
   width: 100%;
   height:200px;
 }

}


@media (min-width: 1500px){

  body section.content div.maps img {
    width: auto;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
 
  body section.content div.circle {
    position: absolute;
    width: 100%;
    height: 95%;
    right: 8%;
    top: 5%;
    overflow: hidden;
  }
  

 }


 @media (min-width: 2100px){

  body section.content div.maps {
    right: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 10%;
  }
 
  body section.content div.circle {
    position: absolute;
    width: 100%;
    height: 130%;
    right: 8%;
    top: 5%;
    overflow: hidden;
  }
  
  body footer {
  position: fixed;
  float: left;
  bottom: 0;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
  background-color: #fff;
  padding: 0px 50px;
}

 }


 .gallery-item-image{
  width:20%;
  padding:5px !important;
}

 @media (max-width: 750px){


  .gallery-item-image{
    width:50%;
    padding:5px !important;
  }


 }




