/*    GLOBAL STYLES
===================================================================*/
/*=== CONTENT OF CSS FILE =========================================
	#CSS RESET
	#IMAGES
	#HEADER
  #FEATURES 4
  #ADS 1 & 2
  #CONTACT INFO SECTION 1
  #PAGE TITLE
  #FOOTER 1
  #FOOTER 2
		#INDENT MAIN CONTAINER	( responsive in "media query" section)
		#STICKY ICON BUTTON ANIMATION
  #HEADER FIX
  #LOGO
  #BREADCRUMB 
  #PAGE TITLE
  #ELEMENTS
  #FOOTER
  #TYPOGRAPHY
  #BUTTONS
  #MARGINS #PADDINGS
  #BACK TO TOP BUTTON
  #CLEARFIX
  #THANKS BANNER
  #TOP BAR NEW

*/
/* #CSS RESET
 ===================================================================*/
@import url('https://fonts.googleapis.com/css2?family=REM:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&family=REM&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

body {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-size: 19px;
  line-height: 28px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #4b4e53;
  background-color: #fff;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
}

/* #IMAGES
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* #FEATURES 4 #NEW
=====================================================*/
.fes4-cont {
  padding-top: 130px;
  padding-bottom: 80px;
}

.fes4-box {
  margin-bottom: 50px;
  text-align: center;
}

.fes4-title-cont {
  position: relative;
}

.fes4-title-cont h3 {
  font-family: 'REM', sans-serif;
  color: #4b4e53;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px;
  text-transform: uppercase;
  text-align: center;
}

/* #PORTFOLIO 1 #NEW 
=====================================================*/
.port-main-img {
  width:100%;
}
.lightbox-item {
  position: relative;
}

.lightbox-item .port-btn-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.lightbox-item:hover .port-btn-cont {
  margin-top: -12px;
}

.lightbox-item .port-btn-cont {
  font-size: 26px;
  color: #fff;
}

.lightbox-item .port-btn-cont.lightbox-video {
  margin-left: -18px;
  margin-top: -32px;
}

.lightbox-item:hover .port-btn-cont.lightbox-video {
  margin-top: -17px;
}

.lightbox-item .port-btn-cont.lightbox-video {
  font-size: 34px;
}

.port-view-more-cont-dark {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  box-shadow: 6px 0 6px rgba(0, 0, 0, .4);
}

.port-view-more-dark {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.port-view-more-dark a {
  font-family: 'REM', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 4px;
  padding: 0 25px;
  border-right: solid 2px #fff;
}

.port-view-more-dark a:last-child {
  border-right: none;
}

.port-view-more-dark:hover {
  background: #101010;
  color: #fff;
}

/* #ADS 1 & 2 #NEW
=====================================================*/
.ads-img-cont {
  padding-top: 20px;
  padding-bottom: 30px;
}

/* #CONTACT INFO SECTION 1 #NEW
=====================================================*/
.cis-cont {
  position: relative;
  padding-left: 65px;
}

.cis-icon {
  position: absolute;
  top: 25px;
  left: 0;
  color: #4b4e53;
  font-size: 35px;
}

.cis-text {
  padding: 16px 0px 18px 27px;
  border-left: 1px solid #dedede;
}

.grey-light-bg .cis-text {
  border-left: 1px solid #bdbdbd;
}

.cis-text h3 {
  color: #4b4e53;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.cis-text p {
  margin: 0;
  font-size: 14px;
  padding-top: 10px;
  color: #4b4e53;
}

/* #PAGE TITLE #NEW
=====================================================*/
.page-title-cont {
  padding-bottom: 65px;
}

.page-title {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-title-font-big {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-sub-title {
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.breadcrumbs {
  margin-top: 53px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 13px;
}

.breadcrumbs a {
  color: #4b4e53;
}

.breadcrumbs a:hover, .bread-current {
  color: #101010;
}

.grey-dark-bg .page-title, .grey-dark-bg .page-title-big {
  color: #fff;
}

.grey-dark-bg .page-sub-title {
  color: rgba(255, 255, 255, .7);
}

.page-title-cont.grey-dark-bg a {
  color: rgba(255, 255, 255, .8);
}

.page-title-cont.grey-dark-bg a:hover {
  color: rgba(255, 255, 255, 1);
}

.page-title-cont.grey-dark-bg .bread-current {
  color: #fff;
}

.page-title-small {
  padding-bottom: 10px;
}

.page-title-small .page-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-title-small .breadcrumbs {
  margin-top: 20px;
}

.blog-single-fullwidth-img {
  padding-top: 550px;
}

/* #CONTACT FORM #NEW
=====================================================*/
.contact-form-cont {
  position: relative;
  max-width: 800px;
  padding-left: 80px;
  color: #fff;
}

.contact-form-container-left {
  position: relative;
  margin: 0 0 0 40px;
  padding-top: 70px;
  padding-bottom: 40px;
}
.contact-form-cont h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 40px 0 10px;
}
.contact-form-cont ul li h3 {
  font-weight: 600;
}

.bg-image-column {
  background-image: url('../images/main/holistic-health-and-happiness.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 750px;
  /* Fallback height */
}

/* #FOOTER 1 NEW
=====================================================*/
.footer-copy {
  margin-top: 5px;
}

.footer-copy a {
  font-size: 11px;
  color: #4b4e53;
}

.footer-soc-a a {
  font-size: 16px;
  padding: 0 15px 0 0;
}

/* #FOOTER 2 NEW
=====================================================*/
.footer-2-copy-cont {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #4b4e53;
}

.widget {
  margin-bottom: 40px;
}

.footer-2-copy {
  font-size: 12px;
  color: #4b4e53;
}

.footer-2-copy:hover {
  color: #101010;
}

.footer-2-soc-a a {
  font-size: 12px !important;
  padding: 7px 5px !important;
  color: #4b4e53;
}

.footer-2-soc-a a:hover {
  color: #101010;
}

.footer-2-text-cont {
  margin-bottom: 15px;
  color: #4b4e53;
  font-size: 14px;
}

/***********************************************************/
/* #HEADER FIX #NEW
=====================================================*/
.header {
  left: 0;
  -webkit-transition: background .3s ease, height .4s ease;
  -o-transition: background .3s ease, height .4s ease;
  transition: background .3s ease, height .4s ease;
  width: 100%;
  z-index: 29;
}

.affix.header {
  position: fixed;
  height: 60px;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

.header-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: height .3s ease 0s, background .3s ease 0s;
  -o-transition: height .3s ease 0s, background .3s ease 0s;
  transition: height .3s ease 0s, background .3s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 29;
}

.header.no-transparent .header-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .05);
  ;
}

.affix .header-wrapper {
  /* position:fixed; */
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: height .3s ease 0s, background .3s ease 0s;
  -o-transition: height .3s ease 0s, background .3s ease 0s;
  transition: height .3s ease 0s, background .3s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.is-sticky .header {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.header .container-m-30 {
  position: relative;
}

.container-m-30 {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

/* #LOGO
================================================== */
.logo-container {
  width: 120px;
  background-color: #414146;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header .logo {
  display: block;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-top: 81px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

footer .logo {
  display: block;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-top: 81px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  height: 120px;
}

header.affix .logo {
  padding-top: 20px;
  padding-bottom: 16px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.logo-img {
  height: 42px;
}

header .logo .logo-img {
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

header.affix .logo .logo-img {
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.logo-header {
  height: 80px;
  margin: 8px 0;
}

/* #BREADCRUMB 
================================================== */
.breadcrumb {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 0;
  margin-bottom: 0;
}

/* #PAGE TITLE
================================================== */
.page-title-bg {
  background: rgba(255, 234, 0, .5);
}

/* #FOOTER
================================================== */
/*****	#CONTACT FOOTER	*****/
.contact-text-container {
  padding-left: 50px;
  padding-top: 12px;
  min-height: 46px;
  opacity: .8;
}

.right-1024 {
  float: right;
}

.right {
  float: right;
}

.left {
  float: left;
}

.right-text {
  text-align: right;
}

.center-text {
  text-align: center;
}

/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3 {
  font-family: 'REM', sans-serif;
  font-weight: normal;
  color: #4b4e53;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #4b4e53;
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 40px 0 32px 0;
}

h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 38px;
  line-height: 44px;
  margin: 27px 0 18px 0;
}

h3 {
  font-size: 24px;
  letter-spacing: normal;
  line-height: 33px;
  margin: 26px 0 16px 0;
}

h4 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 25px;
  margin: 21px 0 19px 0;
}

h5 {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 25px;
  margin: 18px 0 13px 0;
}

h6 {
  font-size: 12px;
  letter-spacing: normal;
  line-height: 18px;
  margin: 18px 0 13px 0;
}

/*****	#DIVIDERS	*****/
.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #ddd;
  width: 100%;
}

.divider i {
  position: relative;
  line-height: 1;
  font-size: 14px !important;
  text-align: center;
}

.divider:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 12px;
  left: 25px;
  height: 0;
  border-top: 2px solid #ddd;
}

.divider.divider-center {
  text-align: center;
}

.divider.divider-center i {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 1;
}

.divider.divider-center:after {
  left: 0;
}

.divider-line {
  height: 2px;
  width: 100%;
  background: #ddd;
}

.divider-dashed {
  height: 0px;
  width: 100%;
  margin: 20px 0 20px 0;
  border-top: 2px dashed #ddd;
}

hr {
  border-top: 1px solid #ddd;
  margin: 22px 0 22px 0;
}

hr.gradient {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, .2)), to(transparent));
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .2), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, .2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .2), transparent);
}

hr.invisible {
  background: none;
}

/***** #ICONS LIST *****/
.icon-list {
  padding-left: 0;
  margin-left: 24px;
  list-style-type: none;
}

.icon-list li {
  position: relative;
  padding: 5px 0;
}

.icon-list>li [class*=" fa-"] {
  position: absolute;
  left: -21px;
  text-align: center;
  top: 10px;
  width: 14px;
}

/***** #CODE *****/
pre {
  border-radius: 0;
}

/*****	#BUTTONS	*****/
button {
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.button {
  color: #4b4e53;
  border: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  /****	add in anim	*******/
  outline: none;
  position: relative;
}

.button:hover {
  background-color: #101010;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.button.medium {
  padding: 10px 37px 10px 37px;
  display: inline-block;
  width: 100%;
}

.button.medium-compare {
  font-size: 14px;
  line-height: 36px;
  padding: 0px 16px 0px 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
}

.button.medium-border {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0px 16px 0px 16px;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}

.button.large {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  padding: 20px 40px;
  display: inline-block;
}

.button.large-border {
  font-size: 20px;
  line-height: 20px;
  padding: 15px 39px 15px 39px;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}

.button.small {
  font-size: 11px;
  line-height: 16px;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.button.small-border {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}

.button-icon-right {
  margin-left: 6px;
}

.button-icon-left {
  margin-right: 6px;
}

.button.color-black {
  color: #4b4e53 !important;
}

/*****  #BUTTONS COLORS  *****/
.button.blue {
  color: #fff;
}

.button.blue:hover {
  background-color: #101010;
}

.button.gray {
  color: #fff;
}

.button.gray:hover {
  background-color: #101010;
}

/****************************************/
.button i {
  margin: 0 5px 0 -1px;
}

.button.medium i, .button.medium-border i {
  margin: 0 6px 0 -4px;
}

.button.large i, .button.large-border i {
  margin: 0 10px 0 -15px;
}

.button.black {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-style: normal;
  background-color: #4d4d4d;
}

.button.black:hover {
  background-color: #575757;
}

a {
  color: #4b4e53;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a:hover {
  color: #97999c;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

a:focus {
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #97999c;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.button.get-theme {
  font-size: 14px;
  padding: 10px 17px 10px 40px;
  background-color: #ffea00;
  background: url(../images/icon-get-theme.png) no-repeat scroll 14px center, #ffea00;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}

.button.get-theme:hover {
  background-color: #5a5a5a;
}

.button-full-center {
  font-style: normal;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.container-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container-buttons li {
  margin-bottom: 10px;
}

/*	#CLEARFIX
============================================================*/
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/************************************************************
*	#Magnific Popup CSS 
************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* #TOP BAR NEW ***************************************************/
.top-bar {
  font-size: 19px;
  font-weight: 500;
  color: #4b4e53;
  background-color: #fff;
}

.top-bar .left {
  padding: 5px 0 0;
}

.top-bar-section {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar-section li {
  float: none;
  display: block;
  line-height: 23px;
  padding: 0 13px;
}

.top-bar-section li .fa {
  position: relative;
  top: 1px;
}

.affix .top-bar-section li {
  display: block;
  line-height: 32px;
  padding: 0 13px;
}

.top-bar-section li a {
  display: block;
  color: #4b4e53;
}

/* #INTRO
=====================================================*/
.nl-cont {
  padding: 30px 0px 45px;
}

.nl-cont h2 {
  color: #fff;
  font-size: 44px;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.nl-cont h3 {
  color: #fff;
  padding-bottom: 20px;
}

/* #1.25
***************************************************/
.consultation-box {
  border: 14px solid grey;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  margin-top: 45px;
  padding: 20px;
}

.consultation-box h1 {
  font-size: 64px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.consultation-box h3 {
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

.consultation-box li {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  list-style-type: none;
}

.consultation-box p {
  text-align: center;
  color: #fff;
}

/* #THANKS BANNER
=====================================================*/
.thanks-banner {
  padding: 100px 0;
}

.thanks-banner-h1 {
  font-size: 72px;
  line-height: 72px;
}

.quote-wrapper {
  width: 170px;
  height: 170px;
  position: relative;
  float: right;
}

.text {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 128, 172, 1) 0%, rgba(0, 128, 172, 1) 70%, rgba(0, 128, 172, 0) 70.3%);
  position: relative;
  margin: 0;
  color: white;
}

.text p {
  top: 20%;
  height: 100%;
  font-size: 25px;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.text::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);
  shape-margin: 7%;
}

.text p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);
  shape-margin: 7%;
}