@font-face {
    font-family: 'gloss_and_bloomregular';
    src: url('../fonts/gloss_and_bloom-webfont.woff2') format('woff2'),
         url('../fonts/gloss_and_bloom-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  /* padding-top: 54px; */
}
img{
	max-width: 100%;
}
.font1{
	font-family: "gloss_and_bloomregular";
	line-height: 1.6;
}
.font2{
	font-family: "Montserrat";
}
.font-medium{
	font-weight: 500;
}
.font-semibold{
	font-weight: 600;
}
.font-black{
	font-weight: 900;
}
.color1{
	color: #ffffff !important;
}
.color2{
	color: #f99f38;
}
.color3{
	color: #000000 !important;
}
.color4{
	color: #dc7907 !important;
}
.bg-color{
	background-color: #f99f38;
	border-color: #f99f38;
	border-radius: 0;
}
.bg-color:hover{
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0;
	color: #000 !important;
}
a.h2{
	font-size: 2rem;
}
a.h3{
	font-size: 1.75rem;
}
a.h4{
	font-size: 1.50rem;
}
a.h5{
	font-size: 1.25rem;
}
.business-header {
  min-height: 120vh;
  background: url('../images/header-bg.png') center top no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header .box{
	background: rgba(255,255,255,.8);
	padding: 20px 50px;
	position: relative;
}
.business-header .box .bg{
	position: absolute;
	background: #f99f38;
	left: 16vw;
	padding: 0 10px;
}
.card {
  height: 100%;
}

.navbar {
    height: 100px;
}
.navbar.bg-dark{
	background-color: #1a1a1a !important;
}
.navbar-brand{
	position: absolute;
	top: 0;
	padding: 0;
}
.navbar-brand .grey{
	color: #7e7e7e;
}
.navbar-light .navbar-nav .nav-link{
	color: #ffffff;
}
.nav-item{
	margin-right: .4rem;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: #f99f38;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #f99f38;
}
section.social{
	background: #ebebeb;
	padding: 15px 0;
}
section.social i{
	font-size: 30px;
	color: #464646;
}
.business-header{
	font-family: 'Montserrat', sans-serif;
	
}
.business-header h2{
	font-weight: 600;
}
.watch{
	background: #f4efe9;
	padding: 50px 0;
}
.watch .h2{
	color: #354b62;
}
.step{
	padding: 24rem 0 5rem;
	 background: url('../images/b2.png') top center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.step .t1 span{
	background: #f99f38;
}
.step .box{
	background: #f99f38;
	padding: 15px;
}
.step .t2 {
	background: #dc7907;
}
.step .t3 {
	color: #825118;
}
.first{
	padding: 10rem 0;
	background: url('../images/b3.png') top center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.first hr{
	width: 500px;
	max-width: 100%;
	text-align: center;
	height: 3px;
	background-color: #f99f38;
	margin-bottom: 0;
}
.first .box{
	background: #23221e;
	padding: 15px;
}
.first .box .inner-box{
	padding-top: 15vh;
	min-height: 300px;
	border: 1px solid #f99f38;
}
.first .box img.abs{
	position: absolute;
	top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #f99f38;
  margin: 0 auto;
  margin-bottom: 15rem;
}
.summit{
	padding: 6rem 0;
	background: #191919;
}
.summit .border-top{
	border-color: #f99f38 !important;
	border-width: 2px !important;
}
.summit .border-right{
	border-color: #f99f38 !important;
	border-width: 2px !important;
}
.listen{
	background: #ffffff;
    background-image: url(../images/b3.png);
    padding: 6rem 0;
    background-position: bottom;
    background-repeat: no-repeat;
}
.listen .box{
	background: #fff1e0;
	padding: 20px 50px;
	position: relative;
	box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.2);
}
ul.social {
    list-style: none;
}
ul.social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 50px;
    text-align: center;
}
ul.social li a{
	color: #000;
}
ul.social li a:hover{
	color: #999;
}
footer{
	background: #191919;
}
footer.border-bottom{
	border-color: #f99f38 !important;
	border-width: 10px !important;
}
@media (max-width: 767px) {
  a.btn{
	  white-space: normal;
	  width: 100%;
  }
  .display-3{
	  font-size: 2.5rem;
  }
  .h1{
	  font-size: 1.7rem;
  }
  .h2{
	  font-size: 1.5rem;
  }
  .h3{
	  font-size: 1.3rem;
  }
  .h4{
	  font-size: 1.1rem;
  }
  .h5{
	  font-size: 1rem;
  }
	a.h2{
		font-size: .9rem;
	}
	a.h3{
		font-size: .8rem;
	}
	a.h4{
		font-size: .7rem;
	}
	a.h5{
		font-size: .6rem;
	}
	.business-header {
	  background-image: url('../images/header-bg-mob.png');
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  background-attachment: scroll;
	      padding-bottom: 5rem;
	}
	.navbar{
		min-height: 100px;
		height: auto;
	}
	.business-header .box{
		margin-top: 20rem;
	}
	.business-header .box .h2{
		font-size: .7rem;
	}
	.business-header .box .h3{
		font-size: 1rem;
	}
	.step{
		padding: 1rem 0 25rem;
		 background-image: url('../images/b2-mob.png');
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  background-attachment: scroll;
	}
	.first .box{
		margin-top: 100px;
	}
	.first .box img.abs{
		top: 40px;
	}
	.summit .t1{
		font-size: 1.2rem;
	}
	.summit .h3{
		font-size: 1.3rem;
	}
	.sm-center{
		text-align: center;
	}
}