@import 'fontello.css';
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
      url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stretch Pro';
  src: url('../fonts/StretchProRegular.woff2') format('woff2'),
      url('../fonts/StretchProRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*{
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Century Gothic', sans-serif;
  color: #191b1d;
  font-size: 0.85vw;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Stretch Pro', sans-serif;
  margin: 0;
}
h1,
.h1 {
  font-size: 3vw;
}
h2,
.h2 {
  font-size: 2.5vw;
}
h3,
.h3 {
  font-size: 2vw;
}
h4,
.h4 {
  font-size: 0.85vw;
}
h5,
.h5 {
  font-size: 0.75vw;
}
h6,
.h6 {
  font-size: 0.65vw;
  font-weight: 600;
}
a {
  color: #191b1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #ba007c;
  text-decoration: none;
}
a:focus {
  color: #ba007c;
  text-decoration: none;
}
p {
  color: #6d747c;
  margin: 0;
  line-height: 1.5;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 0.75vw 1.5vw;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-color: #f2f2f2;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-select {
  border: 1px solid #f2f2f2;
  position: relative;
}
.form-select:after {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}
section {
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title {
  margin: 0 0 1.5vw 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title.medium{
  width: 100%;
  max-width: 30vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2.5vw;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 2vw;
}
.title h4 {
  font-size: 0.95vw;
  margin: 0 0 0.85vw 0;
}
.title p {
  font-size: 0.85vw;
  margin: 1.25vw 0 0 0;
}
.title hr{
  width: 4vw;
  height: 2px;
  background-color: #191b1d;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #191b1d;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img{
  width: 10vw;
}
.loader-1 {
	margin-top: 40px;
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
0% {
	-webkit-transform: rotate(0deg);
	}
100% {
	-webkit-transform: rotate(220deg);
	}
}
@keyframes loader-1-2 {
0% {
	transform: rotate(0deg);
	}
100% {
	transform: rotate(220deg);
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
0% {
	-webkit-transform: rotate(-140deg);
	}
	50% {
	-webkit-transform: rotate(-160deg);
	}
	100% {
	-webkit-transform: rotate(140deg);
	}
}
@keyframes loader-1-3 {
	0% {
	transform: rotate(-140deg);
	}
	50% {
	transform: rotate(-160deg);
	}
	100% {
	transform: rotate(140deg);
	}
}
@-webkit-keyframes loader-1-1 {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	}
	}
	@keyframes loader-1-1 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 200;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#topnav.scroll{
  padding: 0;
}
#topnav .inner{
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#topnav .menu-extras {
  position: absolute;
  right: 0;
  display: flex;
  width: auto;
  padding: 0.75vw 1.5vw;
  align-items: center;
  justify-content: center;
  z-index: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .menu-extras{
  top: 0;
  background-color: #191b1d;
}
#topnav .menu-extras span{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Stretch Pro', sans-serif;
  margin-right: 1vw;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 2vw;
  height: 1.5vw;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 8px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  right: -100%;
  opacity: 0;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -6px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#topnav .navbar-toggle.open span:first-child{
  width: 100%;
}
#topnav .navbar-toggle:hover span{
  opacity: 0.7;
}
#topnav .navbar-toggle span {
  opacity: 1;
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:first-child {
  width: 100%;
}
#topnav .navbar-toggle span:last-child {
  width: 100%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  width: 100%;
}
#topnav .logo {
  opacity: 1;
  padding: 1vw;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo:hover{
  opacity: 0.7;
}
#topnav.scroll .logo{
  background-color: #191b1d;
}
#topnav .logo a{
  display: flex;
}
#topnav .logo img {
  height: 2vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .logo img{
  height: 1.5vw;
}
#topnav.scroll .logo{
  padding: 0.75vw;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#navigation{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -20;
  background-image: url(../images/bg/nav.jpg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#navigation.active{
  opacity: 1;
  pointer-events: visible;
  z-index: 20;
}
.navigation-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, black 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.navigation-inner {
  position: relative;
  width: 100%;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.navigation-grid{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.navigation-grid a {
  opacity: 0;
  position: relative;
  color: #fff;
  font-size: 2vw;
  font-family: 'Stretch Pro', sans-serif;
  margin: 0.75vw 0;
  display: inline-flex;
  align-items: center;
  z-index: 10;
  bottom: -10vw;
  letter-spacing: 0;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
.navigation-grid a:hover{
  letter-spacing: 1px;
  opacity: 0.6 !important;
}
#navigation.active .navigation-grid a{
  opacity: 1;
  bottom: 0;
}
#navigation.active .navigation-grid a:nth-child(1){
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#navigation.active .navigation-grid a:nth-child(2){
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

#navigation.active .navigation-grid a:nth-child(3){
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#navigation.active .navigation-grid a:nth-child(4){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#navigation.active .navigation-grid a:nth-child(5){
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.bg-header{
  opacity: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
.bg-header.active{
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.navigation-bottom {
  opacity: 0;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0.75vw 0 0 0;
  width: 100%;
  bottom: -5vw;
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
#navigation.active .navigation-bottom{
  opacity: 1;
  bottom: 0;
}
.navigation-bottom span{
  font-size: 1.2vw;
  color: #fff;
  margin-right: 1vw;
  font-family: 'Stretch Pro', sans-serif;
}
.nav-follow{
  display: flex;
  position: relative;
  bottom: -5vw;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#navigation.active .nav-follow{
  opacity: 1;
  bottom: 0;
}
.nav-follow a{
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  height: 2.5vw;
  width: 2.5vw;
  margin-right: 0.5vw;
  background-color: #fff;
  color: #191b1d !important;
}
.nav-follow a:hover{
  opacity: 0.7;
  color: #fff;
}
.nav-follow a:last-child{
  margin-right: 0;
}
.navigation-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home.bordered {
  border: 0.85vw solid #fff!important;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#home-slider .flex-direction-nav > li i{
  line-height: 1;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  line-height: 1;
  color: #fff;
  z-index: 10;
  opacity: 1;
  font-size: 1.5vw;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  opacity: 0.6;
}
.home-logo{
  position: relative;
  width: 15vw;
  margin: 0 auto;
  margin-bottom: 2vw;
  z-index: 10;
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.flexslider .cover-bg{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
}
.flex-active-slide .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.slide-content h1 {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 2.5vw;
  margin: 0;
  font-family: 'Century Gothic', sans-serif;
}
.slide-content span {
  display: block;
  font-family: 'Stretch Pro';
}
.slide-content .btn-mid{
  border-color: #fff;
}
.slide-content .btn-mid span{
  color: #fff;
}
.slide-content .btn-mid:hover span{
  color: #191b1d;
}
.slide-content .btn-mid:after{
  background-color: #fff;
}
.slide-social{
  position: absolute;
  z-index: 15;
  bottom: 4vw;
  right: 10vw;
  display: flex;
}
.slide-social a{
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #191b1d;
  width: 2.5vw;
  height: 2.5vw;
  font-size: 0.85vw;
  margin-right: 0.5vw;
}
.slide-social a:last-child{
  margin-right: 0;
}
.slide-social a:hover{
  opacity: 0.7;
}
.flex-control-nav {
  display: flex;
  position: absolute;
  left: 10vw;
  bottom: 4vw;
  margin: auto;
  text-align: center;
  z-index: 100;
  padding: 0 0.75vw;
}
.flex-control-nav>li {
  width: auto;
  text-align: center;
  margin-right: 0.5vw;
  display: inline-block;
}
.flex-control-nav>li:last-child {
  margin-right: 0px;
}
.flex-control-paging>li>a {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging>li>a.flex-active {
  opacity: 1;
}
.flex-direction-nav{
  display: none;
}
.alert {
  border-radius: 0;
  font-size: 0.75vw;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #f2f2f2;
}
.border-right {
  border-right: 1px solid #f2f2f2;
}
.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}
.border-left {
  border-left: 1px solid #f2f2f2;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 0.75vw!important;
}
.mr-15 {
  margin-right: 0.75vw!important;
}
.ml-15 {
  margin-left: 0.75vw!important;
}
.mt-15 {
  margin-top: 0.75vw!important;
}
.mb-25 {
  margin-bottom: 1.25vw!important;
}
.mr-25 {
  margin-right: 1.25vw!important;
}
.ml-25 {
  margin-left: 1.25vw!important;
}
.mt-25 {
  margin-top: 1.25vw!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 0.75vw;
}
.pr-15 {
  padding-right: 0.75vw;
}
.pl-15 {
  padding-left: 0.75vw;
}
.pt-15 {
  padding-top: 0.75vw;
}
.pb-25 {
  padding-bottom: 1.25vw;
}
.pr-25 {
  padding-right: 1.25vw;
}
.pl-25 {
  padding-left: 1.25vw;
}
.pt-25 {
  padding-top: 1.25vw;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.white{
  color: #fff;
}
.bg-dark{
  background-color: #191b1d;
}
.p-events{
  pointer-events: none;
}
.btn-mid {
  outline: none;
  padding: 0.75vw 1.5vw;
  background-color: transparent;
  border: 1px solid #ba007c;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;  
  color: #ba007c;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid span{
  font-size: 0.75vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Century Gothic', sans-serif;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover{
  color: #fff;
}
.btn-mid:after {
  content: '';
  width: 100%;
  height: 0;
  background-color: #ba007c;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:after{
  height: 100%;
}
.cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
  margin-top: 4vw;
}
.about-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 20vw;
}
.about-box h3{
  color: #fff;
  position: relative;
  z-index: 20;
  text-align: center;
}
.about-text h3{
  margin: 0 0 1vw 0;
}
.about-text p{
  margin: 0 0 1vw 0;
}
.about-text p:last-child{
  margin-bottom: 0;
}
.about-box:hover .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.about-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1vw;
}
.about-list p{
  font-family: 'Stretch Pro', sans-serif;
  display: inline-flex;
  color: #fff;
  background-color: #ba007c;
  border-radius: 0.4vw;
  padding: 0.65vw 1vw;
}
.list-left{
  justify-content: flex-end;
}
.about-align{
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 4vw;
}
.services-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 2vw;
  height: 35vw;
}
.services-box h3{
  text-align: center;
  font-size: 1.5vw;
  color: #fff;
  position: relative;
  z-index: 15;
  text-transform: uppercase;
}
.services-box:hover .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.services-box:hover .overlay{
  opacity: 0;
}
#top{
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, black 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.top-info{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -20;
  position: relative;
  background-image: url(../images/bg/nav.jpg);
}
.top-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-text{
  display: block;
  width: 100%;
  max-width: 30vw;
  padding: 0 1vw;
}
.top-slider{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.top-slider .flex-control-nav{
  left: 4vw;
}
.top-specs{
  display: block;
  margin-top: 1.5vw;
}
.top-specs span{
  font-size: 1vw;
  font-family: 'Stretch Pro', sans-serif;
  margin: 0.2vw;
  color: #fff;
  display: block;
}
.top-specs p,
.top-specs a{
  color: #fff;
}
.top-list p{
  display: flex;
  align-items: center;
  padding-left: 1vw;
  position: relative;
  font-size: 1vw;
  font-family: 'Stretch Pro', sans-serif;
}
.top-list p:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0.25vw;
  height: 0.25vw;
  background-color: #fff;
  border-radius: 100%;
}
.top-specs .nav-follow{
  bottom: 0;
  opacity: 1;
  margin-top: 0.75vw;
}
.top-info ul{
  padding: 0 0 0 1vw;
  margin: 0;
}
.top-info li{
  font-size: 1vw;
  color: #fff;
}
.top-price{
  display: block;
  margin-top: 1.5vw;
  color: #fff;
  font-size: 1.5vw;
  font-family: 'Stretch Pro', sans-serif;
}
footer{
  background-color: #191b1d;
  padding: 1.5vw 0;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
  align-items: center;
}
.footer-social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #191b1d;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.5vw;
  font-size: 0.85vw;
}
.footer-social a:last-child{
  margin-right: 0;
}
.footer-social a:hover{
  opacity: 0.7;
}
.footer-grid p{
  color: #fff;
  font-family: 'Stretch Pro', sans-serif;
  font-size: 0.65vw;
}