@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
:root {
  --primary: #563d7c;
  --secondary: #563d7c;
  --third: #563d7c;
}
html {
  height: 100%;
}
body {
  font: normal normal 14px 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  background: #000;
  color: #fff;
  height: 100%;
}
h1, h2, h3 {
  color: var(--primary);
  line-height: 1.3;
}
h4, h5, h6 {
  line-height: 1.5;
}
h4 ~ h4, h5 ~ h5, h6 ~ h6 {
  margin-top: 30px;
}
p, li {
  line-height: 1.5em;
  margin: 1.2em 0;
}
section ul {
  padding: 0;
  margin: 10px 0;
}
section ul li {
  list-style: none;
  padding-left: 1em;
  margin: 0;
  position: relative;
}
section ul li:before {
  content: '\00B7';
  left: -2px;
  position: absolute;
  display: block;
  color: var(--primary);
  font-size: 30px;
}
.list-unstyled li, .pagination li {
  padding-left: 0;
}
.list-unstyled li:before, .pagination li:before {
  display: none;
}
div, h1, h2, h3, h4, h5, h6, p, li, img, a, button, span, hr, :before, :after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.py-7 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.my-7 {
  margin-top: 5em;
  margin-bottom: 5em;
}
svg {
  fill: white;
}
/* ---------------------------------------------
					Button
---------------------------------------------- */
a {
  color: var(--primary);
}
a:hover, a:focus, button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
a .thumbs {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
}
a .thumbs:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 1.78) * 100%);
}
a:hover .thumbs img {
  transition: transform 250ms linear 0s;
  transform: scale(1.05, 1.05);
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.btn {
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 25px;
  margin: 10px auto;
}
.btn.center-block {
  display: table;
}
.btn-custom {
  background: var(--primary);
  color: var(--white) !important;
}
/* ---------------------------------------------
					Nav
---------------------------------------------- */
.navbar {
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 99;
}
.navbar.affix {
  position: fixed;
  top: 0;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: move-in-up;
  animation-name: move-in-up;
  box-shadow: none;
}
.navbar-brand {
  max-width: 125px;
  padding: 15px 20px;
  margin: 0;
}
/* ---------------------------------------------
					Banner
---------------------------------------------- */
#banner.banner {
  height: calc(100% - 81px);
}
#banner.banner > div, #banner.banner > div > div {
  height: 100%;
}
.banner {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  height: 100vh;
}
.banner-fixed {
  background-attachment: fixed !important;
}
#banner.banner:before {
  content: '';
  background: rgba(0, 0, 0, .45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box {
  margin: 1.5em 0;
  padding: 2em 3em;
  background: rgba(0, 0, 0, .65);
  border-radius: 5px;
}
/*section:nth-child(3).banner:before {
	background:rgba(245,172,39,.9);
}
section:nth-child(4).banner:before {
	background:rgba(90,198,202,.9);
}
section:nth-child(5).banner:before {
	background:rgba(183,213,75,.9);
}
section:nth-child(6).banner:before {
	background:rgba(238,52,150,.9);
}*/
/* ---------------------------------------------
					Custom
---------------------------------------------- */
.container-fluid {
  padding-left: 3em;
  padding-right: 3em;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: top;
  filter: brightness(10);
}
.contact h6 {
  display: inline-block;
}
.contact .row > div:before {
  content: '';
  width: 1px;
  height: 40px;
  background: #666;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
.contact .row > div:last-child:before {
  display: none;
}
/* ---------------------------------------------
					Footer
---------------------------------------------- */
footer p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 12px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #eee;
}
/* ---------------------------------------------
					Media Queries
---------------------------------------------- */
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn {
    font-size: 18px;
  }
  #banner.banner {
    height: calc(100% - 71px)
  }
    .banner {
    min-height: 100vh;
}
  .navbar-brand {
    max-width: 110px;
  }
  .contact {
    text-align: center;
  }
}
/*--------  Lock Screen --------  */
@media only screen and (max-height: 420px) and (orientation:landscape) {
  .alert {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 999;
    margin: -75px 15% 0;
    padding: 3% 10%;
    text-align: center;
  }
  .alert h4 {
    line-height: 24px;
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------
					IE 10
---------------------------------------------- */
@media all and (-ms-high-contrast:none) {}
/* ---------------------------------------------
					Firefox
---------------------------------------------- */
@-moz-document url-prefix() {}