section {
    background-color: #FFF;
}
@media (min-width:1400px) {
 .container {
  max-width:1240px
 }
}
@media (min-width:1600px) {
 .container {
  max-width:1440px;
 }
}
@media (min-width:1900px) {
 .container {
  max-width:1640px;
 }
}
body {
  font-style: normal;
  line-height: 1.5; 
  font-family: 'Roboto', sans-serif;
}
img{
	max-width:100%;
	height: auto;
}
hr{
	clear:both;
	margin: 30px 0;
}
.full-width {
    width: 100%;
}
.mbr-section{
	background: #FFF;
}
.mbr-section-full {
    display: table;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    table-layout: fixed;
    width: 100%;
}
.mbr-section-full > .mbr-table-cell {
    width: 100%; 
}
.mbr-table {
  position: relative;
  display: table;
  width: 100%; }

.mbr-table-full {
  position: relative;
  width: 100%;
  height: 100%; }

.mbr-table-cell {
  position: relative;
  display: table-cell;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }

.mbr-table-md-up {
  width: 100%; }
  .mbr-table-md-up .mbr-table-cell {
    display: block; }
  .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding-top: 40px; }

@media (min-width: 769px) {
  .mbr-table-md-up {
    display: table; }
    .mbr-table-md-up .mbr-table-cell {
      display: table-cell; }
    .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
      padding-top: 0; } }
.max-width img{
	max-width: 100%;
}
.max-width ul, .max-width ol{
	list-style: inside;
	padding-left: 1em;
 	text-indent: -1em;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.7rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-6 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.1rem;
  font-weight:700;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
}
.display-7 > .iconfont {
  font-size: 1.6rem;
}
.display-8 {
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
}
h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 991px) {
  .display-1 {
    font-size: 40px;
    line-height: 45px;
	}
}
@media (max-width: 768px) {
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media only screen and (max-width: 450px) {
  .display-1 {
    font-size: 30px;
    line-height: 40px;
	}
}
@supports (-ms-ime-align:auto) {

}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
	text-transform: uppercase;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 0;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 0;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000 !important;
}
.bg-lte-grey {
  background-color: #EEEEEE !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.bg-image{
	background-image: url(../../images/white-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size:cover;
}
.btn-primary,
.btn-primary:active {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #de5427;
  border-color: #de5427;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a03a18;
  border-color: #a03a18;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a03a18 !important;
  border-color: #a03a18 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #de5427;
  border-color: #de5427;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de5427 !important;
  border-color: #de5427 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #de5427;
  border-color: #de5427;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #de5427 !important;
  border-color: #de5427 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #de5427 !important;
}
.text-secondary {
  color: #de5427 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #de5427;
  border-color: #de5427;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #de5427;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .50;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mbr-overlay-primary {
  background-color: #de5427;
  bottom: 0;
  left: 0;
  opacity: .85;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mbr-overlay-dark {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .65;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mbr-overlay-light {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .15;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #de5427;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #de5427;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #de5427;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #de5427;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #de5427;
}
.soc-item img{
	max-width:150px;
	margin:10px 10px;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
@media (max-width: 1099px) {
	.menu .soc-item{
		display:none;
	}
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.features h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.features  .card p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.features .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.features .card, .features .card a{
	border-radius: 0rem;
	overflow: hidden;
}
.features .card-img {
  position: relative;
  border-radius: 0rem;
  height: 420px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.features .card-img:hover {
   -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.features .card-content{
	bottom: 0;
    padding: 0 50px 65px;
    position: absolute;
    left: 0;
    right: 0;
	text-align:center;
	z-index: 99;
}
@media (max-width: 992px) {
	.features .card-content{
    padding: 0 30px 35px;
}
}
.features .card-img:after {
    content: "";
    position: absolute;
    -webkit-box-shadow: inset 0 -216px 250px -12px rgba(0,0,0,.6);
    box-shadow: inset 0 -216px 250px -12px rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qDPc0F5pJs .modal-body .close {
  background: #1b1b1b;
}
.cid-qDPc0F5pJs .modal-body .close span {
  font-style: normal;
}
.cid-qDPc0F5pJs .carousel-inner > .active,
.cid-qDPc0F5pJs .carousel-inner > .next,
.cid-qDPc0F5pJs .carousel-inner > .prev {
  display: table;
}
.cid-qDPc0F5pJs .carousel-control .icon-next,
.cid-qDPc0F5pJs .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qDPc0F5pJs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDPc0F5pJs .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDPc0F5pJs .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qDPc0F5pJs .boxed-slider > div {
  position: relative;
}
.cid-qDPc0F5pJs .container img {
  width: 100%;
}
.cid-qDPc0F5pJs .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qDPc0F5pJs .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDPc0F5pJs .mbr-table-cell {
  padding: 0;
}
.cid-qDPc0F5pJs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qDPc0F5pJs .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDPc0F5pJs .mbr-overlay {
  z-index: 1;
}
.cid-qDPc0F5pJs .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDPc0F5pJs .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qDPc0F5pJs .carousel-item .container {
    width: 100%;
  }
}
.cid-qDPc0F5pJs .carousel-item-next.carousel-item-left,
.cid-qDPc0F5pJs .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qDPc0F5pJs .active.carousel-item-right,
.cid-qDPc0F5pJs .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qDPc0F5pJs .active.carousel-item-left,
.cid-qDPc0F5pJs .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qDPc0F5pJs .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-control .iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qDPc0F5pJs .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators li.active,
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators li::after,
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qDPc0F5pJs .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qDPc0F5pJs .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qDPc0F5pJs .mbr-slider > .container img {
  width: 100%;
}
.cid-qDPc0F5pJs .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDPc0F5pJs .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qDPc0F5pJs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDPc0F5pJs .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDPc0F5pJs .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qDPc0F5pJs .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qDPc0F5pJs .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qDPc0F5pJs .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qDPc0F5pJs .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qDPc0F5pJs .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDPc0F5pJs .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qDPc0F5pJs .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qDPc0F5pJs .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.main-menu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.main-menu .navbar-dropdown.bg-color.transparent.opened {
   background: #ffffff;
}
.main-menu a {
  font-style: normal;
}
.main-menu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.main-menu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  text-transform: uppercase;
  font-weight: 400!important;
  letter-spacing: 2px;
  color: #000;
}
.main-menu .nav-item:focus,
.main-menu .nav-link:focus {
  outline: none;
}
.main-menu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.main-menu .btn .iconfont {
  font-size: 1.6rem;
}
.main-menu .menu-logo {
  margin-right: auto;
}
.main-menu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.main-menu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.main-menu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.main-menu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.main-menu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  height: 4.5rem;
  max-width:300px;
}
.main-menu .menu-logo .navbar-brand .navbar-logo .iconfont {
  transition: font-size 0.25s;
}
.main-menu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1000px){
	.main-menu .navbar-toggleable-sm .navbar-collapse {
	  padding-right: 2rem;
	}
	.main-menu .menu-logo .navbar-brand {
	  margin-left: 2rem;
	}
}
.main-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.main-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.main-menu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.main-menu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  font-size: .8rem;
}
.main-menu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.main-menu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.main-menu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.main-menu .dropdown.open > .dropdown-menu {
  display: block;
}
.main-menu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.main-menu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.main-menu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.main-menu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.main-menu .navbar.navbar-short .navbar-logo a .iconfont {
  font-size: 2.5rem !important;
}
.main-menu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.main-menu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.main-menu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.main-menu button.navbar-toggler:focus {
  outline: none;
}
.main-menu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000;
}
.main-menu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.main-menu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.main-menu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.main-menu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.main-menu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.main-menu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.main-menu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.main-menu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.main-menu .collapsed.navbar-expand {
  flex-direction: column;
}
.main-menu .collapsed .btn {
  display: flex;
}
.main-menu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.main-menu .collapsed .navbar-collapse.collapsing,
.main-menu .collapsed .navbar-collapse.show {
  display: block !important;
}
.main-menu .collapsed .navbar-collapse.collapsing .navbar-nav,
.main-menu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.main-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.main-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.main-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.main-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.main-menu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.main-menu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.main-menu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.main-menu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.main-menu .collapsed button.navbar-toggler {
  display: block;
}
.main-menu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.main-menu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-menu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.main-menu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.main-menu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.main-menu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .main-menu .navbar-expand {
    flex-direction: column;
  }
  .main-menu img {
    height: 3.8rem !important;
  }
  .main-menu .btn {
    display: flex;
  }
  .main-menu button.navbar-toggler {
    display: block;
  }
  .main-menu .navbar-brand {
    margin-left: 1rem !important;
  }
  .main-menu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main-menu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .main-menu .navbar-collapse.collapsing,
  .main-menu .navbar-collapse.show {
    display: block !important;
	width: 95%;
  }
  .main-menu .navbar-collapse.collapsing .navbar-nav,
  .main-menu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .main-menu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .main-menu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .main-menu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .main-menu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .main-menu .navbar-collapse.collapsing .navbar-buttons,
  .main-menu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .main-menu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .main-menu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .main-menu .dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .main-menu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .main-menu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .main-menu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .main-menu .menu-logo {
    flex-shrink: 0;
  }
}
.main-menu .navbar-collapse {
  flex-basis: auto;
}
.main-menu .nav-link:hover,
.main-menu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qDVdHhL7CE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333;
}
.cid-qDVdHhL7CE .mbr-text {
  color: #FFF;
}
.cid-qDVdHhL7CE h4 {
  text-align: center;
  font-weight: 300;
  color: #FFF;
}
.cid-qDVdHhL7CE p {
  text-align: center;
}
.cid-qDVdHhL7CE .card-img span {
  font-size: 96px;
  color: #de5427;
}
.cid-qDPd4yybRs h1 {
  color: #616161;
}
.cid-qDPd4yybRs .mbr-section-subtitle {
  font-style: italic;
}
.cid-qDPd4yybRs H1 {
  color: #FFF;
}
.cid-qDPd4yybRs H2 {
  color: #FFF;
}
.cid-qDPd4yybRs H1, .cid-qDPd4yybRs label {
  color: #FFF;
}
.cid-qDPd4yybRs P {
  color: #FFF;
}
.cid-qDPd4yybRs .fullpad{
	padding:0 100px;
}
@media (max-width: 767px) {
	.cid-qDPd4yybRs .fullpad{
	padding:0 50px;
}
}
.cid-qDPcJHBf7B {
  padding-top: 40px;
  /*padding-bottom: 90px;
  background-color: #f9f9f9;*/
}
.cid-qDPcJHBf7B h4 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}
.cid-qDPcJHBf7B p {
  color: #000;
  text-align: left;
}
.cid-qDPcJHBf7B .card-box {
  padding-top: 2rem;
	display: block;
clear: both;
}
.cid-qDPcJHBf7B a .card-box h4{
  color: #232323;
}
.cid-qDPcJHBf7B .card-wrapper {
  height: 100%;
  display: block;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}
.footer .row-links {
  width: 100%;
  justify-content: center;
}
.footer .social-row {
  width: 100%;
  justify-content: center;
}
.footer .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.footer .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.footer .media-container-row .foot-menu li p {
  margin: 0;
}
.footer .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.footer .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.footer .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.footer .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.footer .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .footer .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.footer .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.footer .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qDVhBgVcKF {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #000;
  background: url('../../images/header-overlay.png') right top / cover no-repeat, linear-gradient(45deg, #8f8f8f, #545454);
}
.cid-qDVhBgVcKF a{
	color:#FFF;
}
@media (min-width: 992px) {
  .cid-qDVhBgVcKF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDVhBgVcKF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qDVhBgVcKF .mbr-text {
    text-align: center;
  }
}

.cid-qDVgyNAXJs {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #232323;
}

@media (min-width: 1100px) and (max-width: 1300px){
.main-menu img {
    height: 3.8rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px){
.main-menu img {
    height: 3.3rem !important;
  }
}
@media screen and (max-width: 991px) {
.main-menu .nav-item a {
    padding: 1rem 0 !important;
}
}
.cid-qEb0lojtLu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #886586;
}
.cid-qEb0wpIfd4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qEb0wpIfd4 .mbr-text {
  color: #000;
}
.cid-qEb0wpIfd4 h4 {
  text-align: center;
}
.cid-qEb0wpIfd4 p {
  text-align: center;
}
.cid-qEb0wpIfd4 .card-img span {
  font-size: 96px;
  color: #de5427;
}
.cid-qEb0DzYQOb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qEb0DzYQOb .title {
  margin-bottom: 2rem;
}
.cid-qEb0DzYQOb .mbr-section-subtitle {
  color: #000;
}
.cid-qEb0DzYQOb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qEb0DzYQOb a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qEb0DzYQOb .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qEb0DzYQOb .input-group-btn {
  display: block;
  text-align: center;
}
.google-map {
  height: 17rem;
  position: relative;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}
.google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.google-map[data-state] {
  background: #e9e5dc;
}
.google-map[data-state="loading"] [data-state-details] {
  display: none;
}
/* Top Padding */
.top-pad-0 {
	padding-top: 0px;
}
.top-pad-10 {
	padding-top: 10px;
}
.top-pad-20 {
	padding-top: 20px;
}
.top-pad-30 {
	padding-top: 30px;
}
.top-pad-40 {
	padding-top: 40px;
}
.top-pad-50 {
	padding-top: 50px;
}
.top-pad-60 {
	padding-top: 60px;
}
.top-pad-70 {
	padding-top: 70px;
}
.top-pad-80 {
	padding-top: 80px;
}
.top-pad-160 {
	padding-top: 160px;
}
/* Top Margin */
.top-margin-0 {
	margin-top: 0px !important;
}
.top-margin-10 {
	margin-top: 10px;
}
.top-margin-20 {
	margin-top: 20px;
}
.top-margin-30 {
	margin-top: 30px;
}
.top-margin-40 {
	margin-top: 40px;
}
.top-margin-50 {
	margin-top: 50px;
}
.top-margin-60 {
	margin-top: 60px;
}
.top-margin-70 {
	margin-top: 70px;
}
.top-margin-80 {
	margin-top: 80px;
}
.top-margin-110 {
	margin-top: 110px;
}
/* Bottom Padding */
.bottom-pad-0 {
	padding-bottom: 0px !important;
}
.bottom-pad-10 {
	padding-bottom: 10px !important;
}
.bottom-pad-20 {
	padding-bottom: 20px;
}
.bottom-pad-30 {
	padding-bottom: 30px;
}
.bottom-pad-40 {
	padding-bottom: 40px;
}
.bottom-pad-50 {
	padding-bottom: 50px;
}
.bottom-pad-60 {
	padding-bottom: 60px;
}
.bottom-pad-70 {
	padding-bottom: 70px;
}
.bottom-pad-80 {
	padding-bottom: 80px;
}
.bottom-pad-120 {
	padding-bottom: 120px;
}
/* Bottom Margin */
.bottom-margin-0 {
	margin-bottom: 0px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom-margin-20 {
	margin-bottom: 20px;
}
.bottom-margin-30 {
	margin-bottom: 30px;
}
.bottom-margin-40 {
	margin-bottom: 40px;
}
.bottom-margin-50 {
	margin-bottom: 50px;
}
.bottom-margin-60 {
	margin-bottom: 60px;
}
.bottom-margin-70 {
	margin-bottom: 70px;
}
.bottom-margin-80 {
	margin-bottom: 80px;
}
/* Top & Bottom Padding */

.tb-pad-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tb-pad-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tb-pad-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tb-pad-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tb-pad-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tb-pad-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.tb-pad-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.tb-pad-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.tb-pad-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
/* Top & Bottom Margin */
.tb-margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tb-margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tb-margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tb-margin-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tb-margin-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.tb-margin-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.tb-margin-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.tb-margin-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
.gallery-cell a{
	width: 100%;
	height: 100%;
	display: block;
}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
/* Overlays */
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}

.thumb-box-overlay {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 0;
	height: 100%;
	z-index: 1;
}
.thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.thumb-box-overlay span, .thumb-box-overlay span a{
	color: #FFF;
}
.thumb-box-overlay, .thumb-box-overlay span {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
}
.thumb-box:hover .thumb-box-overlay , .thumb-box:hover .thumb-box-overlay span{
	opacity: 1;
}
@media screen and (max-width: 991px){
	.thumb-box {
		height: 180px;
	}
	.thumb-box-overlay span {
		top: 35px;
	}
}
/* */
.mbr-map {
	height: 25rem;
	position: relative;
}
.mbr-map iframe {
	height: 100%;
	width: 100%;
}
.mbr-map [data-state-details] {
	color: #6b6763;
	font-family: Montserrat;
	height: 1.5em;
	margin-top: -0.75em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.mbr-map[data-state] {
	background: #e9e5dc;
}
.mbr-map[data-state="loading"] [data-state-details] {
	display: none;
}
.mbr-map[data-state="loading"]::after {
	content: "";
	-webkit-animation: btnCircleLoading .6s infinite linear;
	animation: btnCircleLoading .6s infinite linear;
	border-radius: 50%;
	border: 6px rgba(255, 255, 255, 0.35) solid;
	border-top-color: #fff;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
/* */
.cid-qNCZ8Gaeb5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qNCZ8Gaeb5 .carousel-item {
  justify-content: center;
}
.cid-qNCZ8Gaeb5 .carousel-item.active,
.cid-qNCZ8Gaeb5 .carousel-item-next,
.cid-qNCZ8Gaeb5 .carousel-item-prev {
  display: flex;
}
.cid-qNCZ8Gaeb5 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qNCZ8Gaeb5 .carousel-controls a span {
  position: absolute;
  padding: 0 15px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qNCZ8Gaeb5 .carousel-controls a:hover span {
  opacity: 1;
}
.mbri-arrow-prev:before{
	content: "\003C";
	font-family: 'Rubik', sans-serif;
}
.mbri-arrow-next:before{
	content: "\003E";
	font-family: 'Rubik', sans-serif;
}
/* Blog */
.date{
	margin-bottom:10px;
}
.widgets h5{
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	font-weight:300;
}
.widgets ul{
	list-style: none;
	padding-left:0;
}
.widgets ul.categories{
	text-transform: uppercase;
}
.widgets ul.categories li{
	border-bottom: 1px solid #DFDFDF;
	padding: 5px 0;
}
.widgets ul.categories li:last-of-type{
	border-bottom: 0;
}
.btn .fa{
	margin-right:10px;
}
/* products */
.partnerships {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-flow:center;
}

.flex-item {
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.flex-item img{
  max-width:200px;
  max-height:150px;
}
/* */
.checkboxes input {
	float: left;
	padding: 0 5px;
	text-indent: 0px;
	margin: 0px 10px 0 0;
}
.checkboxes label {
	display: block;
	float: none;
	padding: 0px;
	line-height: 100%;
	width: auto;
	margin: 0px 0px 10px;
}
.mbr-arrow-up {
    bottom: 15px;
	right: 15px;
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    bottom: 15px;
	right: 15px;
	left: auto;
    } }
/* */
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
/* */