* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
/*  font-size: 14px; */
}

body {
  color: #000;
}
.ui-state-active:not(.ui-tabs-nav li){ border: 1px solid #1bfbfb !important; background: #1bfbfb !important; color: bLACK !important;}
/* For desktop: */
.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.same-height {display: flex;}
.common-row{align-items: center;}
@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  [class*="col-"] {
  width: 100%;
  }
}

.row.welcome {
  display: flex;
  flex-wrap: wrap;
}
.row.no-gutters [class*=col-]{
  padding-left: 0;
  padding-right: 0;
}

.box-btn {
    white-space: nowrap;
}

/**************** Header CSS *******************/

header.main-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 80px 30px 40px;
}

.nav-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo {
  line-height: 0;
  padding-right: 36px;
}

.logo img {
  max-width: 100%;
  height: auto;
  width: 250px;
}

ul.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}

ul.nav-list li {
  float: left;
  position: relative;
}
ul.nav-list li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  padding-right: 35px;
  text-align: center;
  padding: 8px 16px;
  display: block;
}

ul.nav-list a.active {
  color: #bLACK;
}

ul.nav-list::before {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #1bfbfb;
  position: absolute;
  left: 0;
  top: 0;
}

a.blue-btn {
  background-color: #1bfbfb;
  color: #fff !important;
}

.nav-mobile {
  display: none;
}

/****************************/



.side-nav i.fa {
  font-size: 25px;
}

.side-nav i.fa-search {
  color: #bLACK;
}

.side-nav i.fa-bell {
  background: #1bfbfb;
  border-radius: 50%;
  padding: 7px;
  color: #fff;
  margin-left: 20px;
}

.side-nav i.fa-user {
  background: #1bfbfb;
  border-radius: 50%;
  padding: 7px 11px;
  color: #fff;
  margin-left: 20px;
}

/************* Header Banner *******************/

.header-banner {
  background: url(https://s3.amazonaws.com/tfe-my/img/welcome/top-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: 300px;
}

.resource-header-banner div, .header-banner div {
  /*padding: 70px 40px 100px;*/
}
.header-text{ padding: 30px 40px; }
.header-search { padding-top: 20px; }
.resource-header-banner img, .header-banner img {
  width: 150px;
  position: relative;
  top: 4px;
}

.resource-header-banner h4, .header-banner h4 {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 5px;
  font-weight: 800;
  margin-left: 13px;
}

.resource-header-banner h5, .header-banner h5 {
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 20px;
}

.mastermind-header-banner h5, .team-header-banner h5, .header-banner h5 {
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 30px;
  font-size: 25px;
}
/************** Main Content ***************/

.main-content {
  background-color:white;  
}

.main-content .inner-wrapper-orig {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.main-content .inner-wrapper {
  margin: 0 auto;
  display: block;
    background-color: #fff;
    /* margin-top: 15px; */
    /* padding: 5px 30px 40px; */
    padding: 0px 30px 40px;
/*    filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,0.26)); */
    width: 100%;
    max-width: 1180px;
}
@media (max-width: 600px) {
    .main-content .inner-wrapper {
        padding:5px 5px 40px 5px;
    }
} 
.box-section-top {
  overflow: hidden;
  background-color: #fff;
  padding: 25px 20px 0px;
/*  filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,0.26)); */
  width: 100%;
}

.box-section {
  overflow: hidden;
  background-color: #fff;
/*  padding: 10px 20px 25px;*/
  padding: 0px 20px 0px;
/*  filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,0.26)); */
  width: 100%;
/*  margin-top: 40px; */
  transform: translateZ(0);
}

.box-section-open-top {
  overflow: hidden;
  padding: 25px 0px 0px;
  width: 100%;
}

.box-section-open {
  overflow: hidden;
  padding: 25px 0px 0px;
  width: 100%;
  margin-top: 40px;
}


.video-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

h2.title {
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;

}
.title:not(:last-child), .subtitle:not(:last-child){margin-bottom:0px !important}
p.desc-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

p.desc-text.first-para {
  margin-top: 30px;
}

.btn-section {
  margin-top: 40px;
}

.box-btn {
  padding: 8px 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn-outline {
  border: 2px solid #1bfbfb;
  background-color: transparent;
  color: #1bfbfb !important;
  padding: 6px 16px;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: #1bfbfb;
  color: #fff !important;
}

.blue-bg {
  background-color: #014751;
  color: #fff;
  padding: 26px 40px 26px;
  margin: 60px 0;
}

.blue-bg a.box-btn {
  background-color: #fff;
  color: #014751 !important;
  font-weight: 600;
}

.black-bg {
  background-color: #000;
  color: #fff;
  padding: 35px 40px 35px;
  margin: 0px 0 55px 0;
}

.black-bg a.box-btn {
  background-color: #fff;
  color: #000 !important;
  font-weight: 600;
}

.mastermind-section {
  padding: 0;
}

.mastermind-section-one {
  background: white !important;
  color: black !important;
  padding: 30px;
}

.mastermind-section img {
  height: auto;
  max-width: 100%;
  display: block;
}

.mastermind-section .desc-text {
  margin-bottom: 0;
  margin-top: 20px !important;
}

.mastermind-section .col-6,
.mastermind-section .col-2 {
  margin: 20px 0;
}

.mastermind-bg {
  background: url(https://s3.amazonaws.com/tfe-my/img/welcome/mastermind-img-new.jpeg) no-repeat;
  background-size: cover;
  background-position: top;
  height: 335px;
  max-height: 335px;
}

.divider-line {
  display: block;
  max-width: 100%;
  height: auto;
}
.event-section {
  background: url(https://s3.amazonaws.com/tfe-my/img/welcome/upcomin-event-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.founder-section {
    background-size: cover;
    background-position: center;
    background-image: url(https://tfe-my.s3.amazonaws.com/img/welcome/meet+the+founders-bg.jpg);
}

.how-to-use-section {
    background-size: auto;
    background-position: center;
    background-image: url(https://tfe-my.s3.amazonaws.com/img/welcome/how-to-use-bg.jpg);
}
.offer-section {
  padding: 21px 40px;
}
.fb-section {
    margin: 42px 0;
	padding: 46px 40px;
    background: url(https://tfe-my.s3.amazonaws.com/img/welcome/fb-group-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.fb-section a.box-btn {
  background-color: #fff;
  color: #014751 !important;
  font-weight: 600;
}
.fb-section h2 {
/*  filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,1)); */
}

.fb-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb-text .btn-section {
  margin-top: 0;
}

/****************** Footer ******************/
footer {
  padding: 60px 0 20px;
}

footer p {
  font-family: Gotham-Book, sans-serif;
  text-align: center;
  font-size: 14px;
}

/***************** Media Query *******************/

@media (max-width: 880px) and (min-width: 769px)
{
	.founder-section .col.col-10{ width:77%;}
	.event-section .col.col-10{width:77%;}
}
@media (max-width: 1200px) {
  header.main-header {
    padding: 20px;
  }
  .logo {
    padding-right: 16px;
  }
  ul.nav-list {
    padding-left: 8px;
  }
}
@media (max-width: 1024px) {}
@media (max-width: 992px) {
  .offer-section .col-10,
  .offer-section .col-2,
  .mastermind-section .col {
    width: 100%;
  }

  .offer-section {
      padding: 40px;
  }
  .offer-section .btn-section{
    margin-top: 20px;
  }

  .mastermind-bg {
    height: 300px;
  }
  .mastermind-section .btn-section {
    margin-top: 0;
  }
  .mastermind-section .col-6, .mastermind-section .col-2 {
    margin: 20px 20px;
  }
  .mastermind-section .col-2 {
    margin-bottom: 40px;
  }
   .col-6 {
    margin-bottom: 20px;
  }
  .nav-mobile {
    display: block;
  }
  .desktop-nav {
    display: none;
  }
  header.main-header {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  ul.nav-list::before {
    content: none;
  }
  .side-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 10px;
  }
  ul.nav-list {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
	.search-box .column.is-10-mobile {
		text-align: center;
		margin: auto;
		padding-bottom: 0;
	}
	.search-box .column.is-2 {
		text-align: center;
	}
	.header-banner {
    height: 350px;
  }
  .header-search .columns {
    justify-content: center !important;
  }
	.title:not(:last-child), .subtitle:not(:last-child) {
    margin-bottom: 1.5rem !important;
}
  .fb-section{ margin-top: 0px; margin-bottom: 30px; background-size: auto; padding: 26px 40px 45px; }
  .blue-bg {margin: 30px 0;}
  .box-section.blue-bg.box-section2 {margin-bottom: 0px; }
  .side-nav {
    flex-direction: column;
    align-items: center;
    margin: 20px 0 10px;
  }
  .side-icons {
    padding-top: 5px;
  }
  .nav-mobile li a {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
}
@media (max-width: 600px) {
	.header-banner h5 {
    font-size: 20px;
 }
  .resource-header-banner h4, .header-banner h4 {
    margin-left: 0;
    margin-top: 5px;
  }
  .resource-header-banner div{
    padding: 30px 20px 100px;
  }
  .header-banner {
    height: 400px;
  }
}

@media (max-width: 350px) {
    .resource-header-banner div {
    padding: 0px 20px 100px !important;
  }
  .resource-header-banner h4{
	  margin-top: 45px !important;
  }
}


@media (max-width: 480px) {
	.header-banner {
		height: 450px !important;
	 }
	.banner_text_img{ margin-bottom: 6%; }
	.header-banner.community-banner{background-size: 145% 75% !important;}
	.community-banner
	{ background-size: 130% 80% !important; }
	.founder-section {
    background-size: cover;
		background-image: url(https://tfe-my.s3.amazonaws.com/img/welcome/meet-founder-bg-1.jpg);
	}
	.black-bg, .blue-bg {
		padding: 25px 20px 25px;
  }
  .sponsor_btn{ font-size: 9px}
  .btn-section .box-btn {
    padding: 13px 16px;
  }
  .nav-mobile li a {
    letter-spacing: 0 !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  header.main-header {
    padding: 30px 5px 20px 5px;
  }
  .side-nav {
    margin: 20px 0 0;
  }
  .side-nav i.fa {
    font-size: 18px;
  }
  .side-nav i.fa-bell,
  .side-nav i.fa-user {
    margin-left: 10px;
  }
  .side-nav i.fa-user {
    padding: 7px 10px;
   }
   h2.title {
     font-size: 22px;
   }
  .mastermind-bg {
    height: 200px;
  }
  footer p {
    letter-spacing: 1px;
    font-size: 12px;
  }
  .divider-line {
    height: 3px;
  }
  .header-banner {
    height: auto;
  }
  .founder-section .col-2 {
    margin-bottom: 20px;
  }
  .mastermind-section .welcome .col-6, .mastermind-section .welcome .col-2 {
    margin: 20px 0;
  }
}

/*Resource Page*/
.resources-banner {
		background: url(https://tfe-members.s3.amazonaws.com/resources-pic/resources_header_bg.png) no-repeat !important;
		 background-size: cover !important;
	}
	.custom-box-section {
		text-align: center;
		padding: 40px;
	}
	.custom-resource-top-content p {
		text-align: center;
		font-size: 20px;
	}
	.main-content {
            
        }

	.businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.businesses-section {
		padding: 15px;
	}


	@media only screen and (max-width: 630px){
		.main-content{background-repeat: repeat;}
	}
	@media only screen and (min-width: 320px) and (max-width: 600px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 601px) and (max-width: 630px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 270px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 631px) and (max-width: 949px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
	section.header-banner.resources-banner div {
		padding: 40px 40px 100px !important;
	}
}

/*Event page*/
.event-banner {
		background: url(https://tfe-my.s3.amazonaws.com/img/uploads/event-banner.png) no-repeat !important;
		height: auto;
		background-size: cover !important;
	}
	.header-banner .header-banner-text {
		padding: 100px 40px !important;
	}
	.custom-resource-top-content p {
		text-align: left;
		font-size: 20px;
	}
	.event-main-content {
		background: url(https://tfe-my.s3.amazonaws.com/img/uploads/event-page-bg.png) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		padding-top:0px !important;
	}
	.event-businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.event-businesses-section {
		padding: 15px;
	}
	.innerClass-section {
		padding: 15px;
	}
	.event-businesses-section.event-master-class-section {
		text-align: center;
	}
	.event-businesses-section.event-master-class-section img {
		width: 100%;
		max-width: 500px;
	}
	.custom-freedom-2020-section p {
		text-align: left;
		font-size: 20px !important;
	}
	.event-custom-paragragh p{
		text-align: left;
		font-size: 20px !important;
	}
	.custom-freedom-2020-section img {
		width: 100%;
		max-width: 80%;
	}
	@media only screen and (max-width: 599px) {
		.event-custom-box-wrapper{max-width:unset !important;}
		.event-banner{background-size: 200% 93% !important;}
	}
	@media only screen and (min-width: 400px) and (max-width: 599px) {
		.event-video-section{height: 300px !important;}
	}
	@media only screen and (max-width: 399px) {
		.event-video-section{height: 200px !important;}
	}
	@media only screen and (min-width: 320px) and (max-width: 949px) {
		.event-custom-box-wrapper {
			width: 100%;
			max-width: 300px;
			margin: 0 auto 25px;
		}
		.event-custom-text-section h2 {
			font-size: 16px;
		}
		.custom-freedom-2020-section img {
			width: 100%;
			max-width: 100%;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.event-businesses-section h2.title {
			font-size: 25px;
		}
	}

	/*Masterclass page*/

	.desc-container {
		min-height: 150px;
	}
	.comminuty-desc-container{ min-height: 100px; }
	.masterclass-custom-box-section {
		text-align: left;
		padding: 0;
	}
	.custom-resource-top-content p {
		font-size: 20px;
	}
	.masterclass-businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.masterclass-businesses-section {
		padding: 15px 15px 35px;
	}
	.innerClass-section {
		padding: 15px;
	}
	.masterclass-businesses-section.master-class-section {
		text-align: center;
	}
	.masterclass-businesses-section.master-class-section img {
		width: 100%;
		max-width: 500px;
	}
	.custom-text-section {
		padding: 20px 30px 0;
	}
	.custom-text-section a img {
		width: 180px;
	}
	.custom-text-section h2 {
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.custom-text-section h3 {
		color: #014751;
		font-size: 16px;
		font-weight: 600;
	}
	@media only screen and (max-width: 320px) {
		.masterclass-custom-box-wrapper {
			margin: 0 auto 25px;
		}
		.masterclass-welcome{margin-bottom: 0px !important;}
    .masterclass-banner h2.title{font-size: 18px !important;}
    .mastermind-header-banner, .team-header-banner {
      margin-top: -40px !important;
    }
    /*.header-banner div {
      padding: 30px 20px 100px !important;
    }*/
    .yellow_alert font, .yellow_alert b {
      font-size: 12px !important;
    }
	}
	@media only screen and (max-width: 599px) {
		.banner_text_img{width:60% !important}
		.masterclass-banner{background-size: 200% 93% !important;}
	}
	@media only screen and (min-width: 320px) and (max-width: 949px) {
		.masterclass-custom-box-wrapper {
			/*width: 100%;
			max-width: 300px;*/
			margin: 0 auto 25px;
		}
		.custom-text-section h2 {
			font-size: 16px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.masterclass-businesses-section h2.title {
			font-size: 25px;
		}
	}


@font-face { 
  font-family: "Ocean Cabanna"; 
  src: url('./fonts/OceanCabanna.ttf') format("truetype"),
  url('./fonts/OceanCabanna.otf');
}

@font-face { 
  font-family: "Gesture"; 
  src: url('./fonts/gesture.ttf') format("truetype"),
  url('./fonts/gesture.otf');
}

@font-face { 
  font-family: "Gotham-Bold"; 
  src: url('./fonts/Gotham-Bold.ttf') format("truetype"),
  url('./fonts/Gotham-Bold.otf');
}

@font-face { 
  font-family: "Gotham-Light"; 
  src: url('./fonts/Gotham-Light.ttf') format("truetype"),
  url('./fonts/Gotham-Light.otf');
}

@font-face { 
  font-family: "Gotham-Medium"; 
  src: url('./fonts/Gotham-Medium.ttf') format("truetype"),
  url('./fonts/Gotham-Medium.otf');
}

@font-face { 
  font-family: "Gotham-Book"; 
  src: url('./fonts/Gotham-ExtraLight.otf');
}

@font-face { 
  font-family: "Gotham-Book"; 
  src: url('./fonts/Gotham-Book.ttf') format("truetype"),
  url('./fonts/Gotham-Book.otf');
}

.main-content-nbo {
  /*background: url(https://tfe-my.s3.amazonaws.com/img/welcome/DASHBOARD_BACKGROUND.png) no-repeat !important;*/
  /*background-position: center !important;*/
}

.header-banner-white {
  display: flex;
  margin-top:0px;  
  height: auto;
  min-height: 150px;
}

.header-banner-nbo {
  background: url(https://tfe-my.s3.us-east-1.amazonaws.com/img/elements/black-header-bg.jpg) no-repeat;
  background-size: cover!important;
  background-position: bottom;
  display: flex;
  margin-top:0px;  
  height: auto;
  min-height: 150px;
}

.header-text-nbo .header-banner-white{ padding: 30px 70px !important; }

.header-text-one {
  color: #AE735F;
  font-family: Gotham-Bold;
  font-size: 19.3px;
}

.header-text-two, .header-text-three, .header-text-four {
  color: #000000;
  /*font-family: Gotham-Book, sans-serif;*/
  font-family: Gesture;
  font-size: 55px;
}

.header-text-four {
  margin-top: -55px;
}

.header-text-five {
  color: rgb(219, 184, 107);;
  font-family: Ocean Cabanna;
  font-size: 110px;
}

.title-nbo-one {
  color: #737660;
  font-family: Ocean Cabanna;
  font-size: 38px;
}

.title-nbo-two {
  color: #000000;
  font-family: Gesture;
  font-size: 41px;
}

.start-here-section {
  /*background-size: cover;*/
  /*background-position: center;*/
  font-family: Gotham-Book, sans-serif;
  font-size: 13px !important;
  padding: 0px 40px 35px;
  margin: 0px 0 55px 0;
}

.start-here-title {
  font-size: 68px;
  font-family: Ocean Cabanna;
  text-align: center;
}

.title1-book-call {
  color: #AE735F;
  font-family: Gotham-Bold !important;
  font-size: 23px !important;
  letter-spacing: 0px;
}

.title2-book-call {
  color: #000000;
  font-family: Gesture !important;
  font-size: 35px !important;
  letter-spacing: 0px !important;
}

.nbo-btn {
  background-color: black;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  font-family: Gotham-Book, sans-serif;
  font-size: 18px !important;
  padding: 20px 20px 20px 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top:20px;
}

.nbo-btn:hover {
  color: #FFFFFF;
}
.nbo-btn:active {
  background-color: #333;
}

.section5 {
  color: #000000 !important;
  font-family: Gotham-Book, sans-serif;
  font-size: 13px !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding: 0 !important;
}

.section5-title {
  color: rgb(219, 184, 107);;
  font-family: Gotham-Bold !important;
  font-size: 23px !important;
}

.section5-title2 {
  color: #000000;
  font-family: Gesture !important;
  font-size: 35px !important;
}

.section6 {
  color: #000000 !important;
  font-family: Gotham-Book, sans-serif;
  font-size: 13px !important;
}

.section6-title {
  color: #737660;
  font-family: Gotham-Bold !important;
  font-size: 23px !important;
}

.section6-title2 {
  color: #000000;
  font-family: Gesture !important;
  font-size: 35px !important;
}

.section8-title {
  background-color: #AE735F;
  padding: 20px 35px 5px;
}

.section8-title1 {
  color: #ffffff;
  font-family: Gotham-Bold !important;
  font-size: 23px !important;
}

.section8-title2 {
  color: #000000;
  font-family: Gesture !important;
  font-size: 35px !important;
}

.section9-title {
  background-color: #AE735F;
  padding: 20px 35px 5px;
}

.section9-title1 {
  color: #ffffff;
  font-family: Gotham-Bold !important;
  font-size: 23px !important;
}

.section9-title2 {
  color: #000000;
  font-family: Gesture !important;
  font-size: 35px !important;
}

.section8 #section_edit_welcome-nbo-8, .section9 #section_edit_welcome-nbo-9 {
  padding: 5px 35px 5px;
}

.footer_nbo_column {
  background-color: rgb(219, 184, 107);
  line-height: 0.5rem;
}

.footer_nbo { background-color: #FFFFFF; padding-bottom: 0 !important; }

#header .navbar_nbo .navbar-item .name {
  margin: 0.75rem 8px 0 8px !important;
  font-size: 12px !important;
  font-family: Gotham-Book, sans-serif;
  font-weight: 600;
}

#header .navbar_nbo .navbar-item .navbar-dropdown a.navbar-item:hover {
  background: #1cfcfc;
  border-color: #1cfcfc;
  color: #000 !important;
}
#header .navbar_nbo .navbar-item a.navbar-item:hover {
  background: #1cfcfc; 
  border-color: #1cfcfc !important;
  color: #000 !important;
}
#header .navbar_nbo .navbar-item a.navbar-item:hover .name {
  color: #000;
}
#header .navbar_nbo .navbar-item:hover {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.tfe_logo {
  padding-top: 10px;
  font-size: 38px;
  color: #000000;
  font-family: Gesture;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.section-3 .is-5, .section-3 .inside .gravatar, .section-3 .inside hr, .section-3 .inside .styled, .section-3 .inside .embed-container {
  /*display: none !important;*/
}

.section-3 .inside .box-btn {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Gotham-Book, sans-serif;
  font-size: 17px !important;
  padding: 11px 20px;
  text-decoration: none !important;
  border-radius: 0px !important;
  text-transform: uppercase;
}

#header .navbar_nbo .navbar-item .navbar-dropdown a.navbar-item small {
  left: 25px;
  top: 40px;
}

#header .navbar_nbo .navbar-item .navbar-dropdown a.navbar-item .fa-angle-double-right {
  display: none;
}

.banner-col {
  display: flex; 
  align-items: center;
}

.banner-txt-one, .banner-txt-two {
  font-family: Gesture; font-size: 45px; text-align: center;
}

.banner-txt-three {
  text-align: center;
  text-transform: lowercase;
  font-size: 70px; 
  font-family: Ocean Cabanna;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {

  #header .navbar_nbo .navbar-item .navbar-dropdown a.navbar-item small {
    left: 38px;
    top: 40px;
  }

  .footer_nbo_column { line-height: 1.2rem; }

  .header-text-nbo {
    padding: 30px 15px !important;
  }

  .header-text-two, .header-text-three, .header-text-four {
    font-size: 35px;
  }

  .header-text-four {
    margin-top: -20px !important;
  }

  .header-text-five {
    font-size: 50px;
  }

  .start-here-section {
    padding: 26px 20px 45px;
  }

  .small_screen_section6 { display: block !important; }
  .large_screen_section6 { display: none; }

  .section5 {
    padding: 25px 10px 45px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .section6 {
    padding: 26px 10px 45px;
  }

  .section6-title2 {
    font-size: 25px !important;
  }

  .title2-book-call {
    font-size: 25px !important;
  }
  
  .section5-title2 {
    font-size: 27px !important;
  }

  .section8 #section_edit_welcome-nbo-8, .section9 #section_edit_welcome-nbo-9, .section8-title, .section9-title {
    padding: 5px 20px 5px !important;
  }

  .section8-title2, .section9-title2 { font-size: 28px !important; }

  .tfe_logo_footer { font-size: 27px !important }

  .banner-txt-one, .banner-txt-two {
    font-size: 24px !important;
  }
  .banner-txt-three {
    font-size: 30px !important;
  }
  .banner-col {
    display: none !important;
  }
  .tfe_logo {
    font-size: 30px;
  }
}

/* For mobile phones and Ipad */
@media only screen and (max-width: 1240px) {
 .navbar_nbo > .container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .banner-txt-one, .banner-txt-two {
    font-size: 28px !important;
  }
  .banner-txt-three {
    font-size: 30px !important;
  }
  .header-banner-nbo {
/*    height: 345px !important; */
  }
  .header-banner-plain {
  }
}

/* For mobile phones and Ipad */
@media only screen and (min-width: 1024px) {
  .section5_img, .section6_img { height: 100% !important; }
}

@media only screen and (max-width: 370px) {
  .header-text-two, .header-text-three, .header-text-four {
    font-size: 22px !important;
  }
  .header-text-four {
    margin-top: -30px !important;
  }
  .nbo-btn { font-size: 12px !important }
  .start-here-title { font-size: 65px !important }
}


#bmc_popup, #sc_popup{
  background-color:rgb(0 0 0 / 65%);
}
#bmc_popup .modal-card, #sc_popup .modal-card{
  border: 4px solid #8f8f8f;
  border-radius:7px;
}