.bg-img {
  background-image: url("../img/bg.jpg");
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bg-img {
    height: 100vh;
    overflow: hidden;
  }
}

.bg-img .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-1 {
  margin-top: 30px !important;
  padding: 40px;
  border: 1px solid #2F150F;
  border-radius: 50px;
  position: relative;
  height: 400px;
  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;
          transition: box-shadow 300ms;
}

.box-1:hover {
  -webkit-box-shadow: 1px 2px 4px 0px;
          box-shadow: 1px 2px 4px 0px;
}

@media (max-width: 767px) {
  .box-1 {
    width: 100%;
    height: auto;
    margin: 50px 0px !important;
  }
}

.box-1 img {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 767px) {
  .box-1 img {
    max-width: 200px !important;
  }
}

@media (max-width: 376px) {
  .box-1 img {
    max-width: 150px !important;
  }
}

.box-1 .under-logo {
  position: absolute;
  width: 150px;
  bottom: -71px;
  right: -17px;
}

@media (max-width: 767px) {
  .box-1 .under-logo {
    right: 0;
    bottom: -60px;
    width: 129px;
  }
}

.box-1 .under-logo img {
  max-width: 100%;
}

.box-2 {
  margin-top: 30px !important;
  padding: 40px;
  border: 1px solid #2F150F;
  border-radius: 50px;
  height: 400px;
  position: relative;
  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;
          transition: box-shadow 300ms;
}

.box-2:hover {
  -webkit-box-shadow: 1px 2px 4px 0px;
          box-shadow: 1px 2px 4px 0px;
}

@media (max-width: 767px) {
  .box-2 {
    width: 100%;
    height: auto;
  }
}

.box-2 img {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 767px) {
  .box-2 img {
    max-width: 200px !important;
  }
}

@media (max-width: 376px) {
  .box-2 img {
    max-width: 150px !important;
  }
}

.box-2 .under-logo {
  position: absolute;
  width: 170px;
  bottom: -60px;
  right: -17px;
}

@media (max-width: 767px) {
  .box-2 .under-logo {
    right: 0;
    bottom: -40px;
    width: 129px;
  }
}

.box-2 .under-logo img {
  max-width: 100%;
}

.compass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .compass {
    display: none;
  }
}

@media (max-width: 1024px) {
  .compass {
    margin-top: 50px;
  }
}

.compass div {
  position: relative;
  width: 200px;
}

.compass picture:nth-child(1) img {
  max-width: 100%;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 10;
}

.compass {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.compass-needle {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  width: 8%;
  position: absolute;
  top: 11%;
  left: 46%;
  text-align: center;
}

.hover-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hover-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .box-1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .box-2 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
}

@media (max-width: 1024px) {
  .compass {
    margin-top: 120px;
  }
}

@media (max-width: 1366px) and (min-width: 800px) {
  .box-2 img {
    width: 100%;
    max-width: 247px !important;
  }
  .box-1 img {
    width: 100%;
    max-width: 247px !important;
  }
  .box-1 {
    height: 286px !important;
  }
  .box-2 {
    height: 286px !important;
  }
}
/*# sourceMappingURL=custom.css.map */