@charset "utf-8";


body{
     font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    background-color: #f6f6f6;
    color: #333333;
}

/* -----------------------------------------------------------------
  TYPOGRAPHY
-------------------------------------------------------------------*/
a, a:hover, a:focus, a:active {
  text-decoration:none !important;
  color: #333;
}
a:focus {
  outline:0px solid
}
input:focus {
  outline: none !important;
}
a{
  font-size: 1em;
  font-weight: 700;
}
img {
  max-width:100%;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  margin:0 0 15px;
}
h1{
  text-transform: uppercase;
  font-size: 4.000em;
}
h2{
  text-transform: uppercase;
  font-size: 4.000em;
}
h3{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.250em;
}
small{
    font-size: 0.8em;
    font-weight: 300;
    font-style: italic;
}
p {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
canvas {
  width: 100%;
  height: 100%;
}
input{
    -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

.single-mg-overley{
  background: rgba(246, 142, 153, 0.8) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  left: 0;
  z-index: 2;
  top: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.mg-single-heading {
  margin-bottom: 80px;
  padding-top: 60px;
  position: relative;
  text-align: center;
}
.mg-single-heading h2 {
  display: inline-block;
  position: relative;
}
.mg-single-heading h2::before {
  background-color: #ffbf00;
  content: "";
  display: block;
  height: 1px;
  left: -95px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
}
.mg-single-heading h2::after {
  background-color: #ffbf00;
  content: "";
  display: block;
  height: 1px;
  right: -95px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
}
.mg-single-heading .heading-bg {
  font-size: 14.625em;
  font-weight: 900;
  left: 50%;
  line-height: 0.7;
  opacity: 0.15;
  position: absolute;
  top: 60px;
  transform: translateY(-30%) translateX(-50%);
  -webkit-transform: translateY(-30%) translateX(-50%);
}
.mg-single-heading p {
  margin: 45px auto auto;
  width: 40%;
}
.mg-single-full {
  width: 100%;
}


/* -----------------------------------------------------------------
  MountainGoat - HERO HEADER CSS
------------------------------------------------------------------*/
.mg-hero-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
.mg-hero-content .container {
  position: relative;
}
.mg-hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.mg-hero-heading h1 {
  margin: 60px 0;
  color: #fff;
}
.mg-hero-heading p {
  font-size: 25px;
  margin-top: 23px;
  text-transform: none;
  margin-bottom: 0;
  line-height: 30px;
  color: #fff;
}
.start_browsing {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@keyframes scroll-down-infinit {
  0% {
      bottom: 10px;
  }
  50% {
      bottom: 18px;
  }
  100% {
      bottom: 10px;
  }
}
@-webkit-keyframes scroll-down-infinit {
  0% {
      bottom: 10px;
  }
  50% {
      bottom: 18px;
  }
  100% {
      bottom: 10px;
  }
}
.start_browsing i {
  bottom: 4px;
  font-size: 2.2em;
  left: 50%;
  margin-left: -12px;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: 1s ease 0s normal none infinite running scroll-down-infinit;
  webkit-animation: 1s ease 0s normal none infinite running scroll-down-infinit;
}
.mg-hero-overley {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* -----------------------------------------------------------------
  ONCLICK - BACKGROUND SLIDER STYLE
------------------------------------------------------------------*/
body.mg_onclick.mg_onclick_slider .mg-hero-content {
  z-index: 9;
}
/* -----------------------------------------------------------------
  ONSCROLL - DIFFERENT STYLE
------------------------------------------------------------------*/
#mg_scroll_particles,
.mg-large-canvas {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#mg-bg-canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

body.mg_onclick .mg-large-canvas {
  height: 101% !important;
  position: fixed;
}

.ms-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
}

.ms-loading span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation: msBounce 0.8s infinite ease-in-out;
}

.ms-loading span:nth-child(1) { animation-delay: 0s; }
.ms-loading span:nth-child(2) { animation-delay: 0.15s; }
.ms-loading span:nth-child(3) { animation-delay: 0.3s; }
.ms-loading span:nth-child(4) { animation-delay: 0.45s; }

@keyframes msBounce {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.mg-logo {
  width: 350px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .mg-logo {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .mg-logo {
    width: 340px;
  }
}

@media (max-width: 480px) {
  .mg-logo {
    width: 200px;
  }
}