/* Colors */
/* Functions */
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.svg') format('embedded-opentype'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-placeholder-1:before {
  content: "\e90e";
}
.icon-envelope-1:before {
  content: "\e90f";
}
.icon-telephone:before {
  content: "\e910";
}
.icon-Path:before {
  content: "\e90d";
}
.icon-next:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
  color: #fff;
}
.icon-down-arrow .path1:before {
  content: "\e903";
  color: #ffc107;
}
.icon-down-arrow .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #000000;
}
.icon-down-arrow .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #000000;
}
.icon-facebook-logo:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-left-arrow1:before {
  content: "\e908";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-square:before {
  content: "\e90a";
  color: #4246e1;
}
.icon-youtube:before {
  content: "\e90b";
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
body {
  overflow-x: hidden;
}
body .bg {
  height: 100%;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .bg .link-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .bg .link-buttons .link-button {
  display: block;
  margin-bottom: 25px;
}
body .bg .link-buttons .link-button:hover img {
  transform: scale(1.05);
}
body .bg .link-buttons .link-button:last-child {
  margin: 0;
}
body .bg .link-buttons .link-button img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  body .bg .link-buttons .link-button {
    width: 350px;
  }
}
@media (max-width: 575px) {
  body .bg .link-buttons .link-button {
    width: 300px;
  }
}
