@charset "utf-8";
/* Fresco Vimeo Iframe */
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.parallax-section .parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #000!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 5px;
  text-transform: unset;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 75px;
  border-radius: 10px;
  border: 1px solid #F5F2E7;
  background: #FFF;
  padding: 0 32px;
  color: #333;
  font-size: 18px!important;
  border-radius: 5px;
  box-shadow: inset 0 0px 3px rgb(11 23 82 / 35%);
}
textarea {
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  background: #A5293C;
  border: solid 1px #A5293C;
  border-radius: 700px;
  padding: 18px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
  background-color: #6a1a26;
  border-color: #6a1a26;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  background: #A5293C;
  border: solid 1px #A5293C;
  border-radius: 700px;
  padding: 18px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #fff;
  background-color: #6a1a26;
  border-color: #6a1a26;
  text-decoration: none;
}
.white-btn-layout {
  color: #A5293C;
  background-color: #fff;
  border: solid 1px #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #A5293C;
  background-color: #eeeeee;
  border-color: #eeeeee;
  text-decoration: none;
}
.hollow-btn-layout {
  color: #A5293C;
  background-color: transparent;
  border: solid 1px #A5293C;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #6a1a26;
  background-color: transparent;
  border-color: #6a1a26;
  text-decoration: none;
}
.white-hollow-btn-layout {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.white-hollow-btn-layout:hover,
.white-hollow-btn-layout:focus {
  color: #eeeeee;
  background-color: transparent;
  border-color: #eeeeee;
  text-decoration: none;
}

/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
  padding: 0 0;
}
.services-section .container-fluid {
  opacity: 0;
}
.services-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-section .cta {
  display: block;
  position: relative;
  padding-bottom: 68%;
  background: #000;
	transition: all .3s ease;
}
.services-section .cta:hover {
  background: #530000;
}
.services-section .cta picture {
  display: block;
}
.services-section .cta picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
	opacity: .5;
}
.services-section .cta:hover picture img {
  opacity: .5;
}
.services-section .cta .name {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1em;
	text-align: center;
}
.services-section .cta .name span {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
}

@media (min-width: 992px) {
	.services-section:not(.top) .row > div {
		width: 20%;
	}
	.services-section.top .row > div:nth-child(1),
	.services-section.top .row > div:nth-child(2),
	.services-section.top .row > div:nth-child(3) {
		width: 33.3333%
	}
	.services-section.top .row > div:nth-child(1) .cta,
	.services-section.top .row > div:nth-child(2) .cta,
	.services-section.top .row > div:nth-child(3) .cta {
		padding-bottom: 78%;
	}
	.services-section.top .cta {
		padding-bottom: 48%;
	}
}

@media (max-width: 768px) {}

/*=========================================== COMPANY SECTION ==============================================*/
.company-section {
  padding: 0 0 0;
}
.company-section .container {
  opacity: 0;
}
.company-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.company-section h2:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #A5293C;
  margin: 29px 0 32px;
}
.company-section .row {
  align-items: center;
}

@media (max-width: 991px) {
	.company-section {
	  padding: 80px 0 0;
	}
}

/*=========================================== JOIN SECTION ==============================================*/
.join-section {
  text-align: center;
  padding: 220px 0;
  color: #fff;
  background: #000;
}
.join-section .parallax {
  background-image: url(../img/bnn-join.jpg);
  opacity: .5;
}
.join-section .container {
  opacity: 0;
}
.join-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.join-section h2 {
  color: #fff;
  margin: 0 0 41px;
}
.join-section p {
  color: #fff;
  padding: 0 4vw;
  margin: 0 0 60px;
}

@media (max-width: 768px) {}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 110px 0 25px;
  border-top: solid 1px #fff;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 2;
  background-image: url(../img/bnn-footer.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer .container {
  opacity: 0;
}
.footer.ready .container {
  position: relative;
  z-index: 2;
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .menu-top .logo-nav { margin: 0 0 30px;}
.footer .footer-nav {
  margin: 0 0 50px;
  text-align: center;
}
.footer .footer-nav li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.footer .footer-nav li:not(:last-child) { margin-right: 2vw; }
.footer .social-nav {
  margin: 0 0 30px;
}
.footer .copy {
	text-align: center;
	color: #696969;
	font-size: 16px;
	margin: 40px 0;
}
.footer .footer-info {
	margin: 50px 0 0;
	display: flex;
	column-gap: 30px;
	justify-content: center;
}
.footer .fa-ul { text-align: left }
.footer .fa-ul li {
	line-height: 1.2em;
	margin-bottom: 16px;
}
.footer .fa-ul .fa-li {color: #A5293C;}
.footer h2 {
	color: #fff;
	margin: 34px 0;
}
.footer .row li,
.footer .row li a { color: #fff }
.footer .row li a:hover { color: #A5293C }

.fa-ul li { 
	margin-bottom: 10px;
	line-height: 1.2em;
}
.social-nav {
	margin: 0;
}
.social-nav li {}
.social-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  transition: all .3s ease;
  color: #A5293C;
}
.social-nav li a:hover {
  color: #000;
  background: #A5293C;
}

@media (max-width: 1400px) {}
@media (max-width: 991px) {}
@media screen and (max-width: 768px) {
  h1, .h1-style {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p, li, td, th, label {
    font-size: 16px;
	line-height: 1.6em;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
}