@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.a-noline:hover{
  text-decoration: none;
  color: white;
}
section {
  display: block;
}

.Oswald{
  font-family: 'Oswald', sans-serif;
}

.Open-Sans{
  font-family: 'Open Sans', sans-serif;
}

.header-font{
  font-family:impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
}

.header-font-size{
  font-size: 63px;
}
.section-relative {
  position: relative;
  margin: 0 auto;
}

.f-100{
  font-weight: 100;
}

.f-200{
  font-weight: 200;
}
.f-300{
  font-weight: 300;
}
.f-400{
  font-weight: 400;
}
.f-500{
  font-weight: 500;
}
.f-600{
  font-weight: 600;
}
.f-700{
  font-weight: 700;
}
.f-800{
  font-weight: 800;
}
.f-900{
  font-weight: 900;
}

.outline{
  border-radius: 0px;
  border: 1px solid
}
.outline:hover, .outline:focus, .outline:active{
  background: #47ae62;
  /*border: 1px solid black;*/
  color: white !important;
}

.navbar-brand{
  letter-spacing:0.4em;
  font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000a8;
  font-weight: 100;
}

.header-bg{
  background: url('../images/header.jpg?v=1.0') repeat 50% 25% / cover;
}
.custom-btn{
  border-radius: 0px;
  background: #47ae62;
  color: white;
}
.custom-btn:hover, .custom-btn:focus, .custom-btn:active{
  background: black;
  color: white;
}
.dark-bg{
  background: black;
  margin-top: -2px;
}
.black-btn{
  border-radius: 0px;
  background: #000;
  color: white;
}
.black-btn:hover, .black-btn:focus, .black-btn:active{
  background: #47ae62;
  color: white;
}
.black-hr{
  color: #000;
  width: 3rem;
  border: 1px solid;
  float: left;
}
.jt-green-tie{
  background: url('../images/jt-green-tie.jpg') repeat 10% 10% / cover;
  height: 100%;
  width: 100%;
  margin-left: 15px;
}
.gray-bg{
  background: #ebf1ec;
}
.img-height{
  height: 20rem;
}
.m1{
  background: url('../images/m1.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.m2{
  background: url('../images/m2.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.m3{
  background: url('../images/m3.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.m4{
  background: url('../images/m4.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.count-size{
  font-size: 114px;
  color: #758EBA;
}
.step-h{
  position: absolute;
  top: 4rem;
  left: 8.3rem;
}
.p-font{
  font-family: system-ui;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 300;
}
.f-17{
  line-height:1.5em;
  font-size:17px;
  font-weight: 300;
  font-family: system-ui;
}
.step-img{
  position: absolute;
  top: 4.4rem;
  left: 19rem;
}
.step-img-c{
  position: absolute;
  top: 14rem;
  left: 8rem;
}
.light-gray{
  background: #fafafa;
}
.list-bg{
  background: url('../images/list-bg.jpg') repeat 50% 10% / cover;
}
.ul {
  position: relative;
  list-style: none;
  font-size: 17px; 
  line-height: 1.9em;
}

.ul li::before {
  content: '▶';
  position: absolute;
  left: 10px;
  color: #47ae62;
  font-weight: 300;
  font-family: system-ui;
}
.team-img-h{
  height: 24rem;
  /*width: 13.5rem;*/
  width: 100%;
  margin-bottom: 1rem;
}
.team-jt{
  background: url('../images/team-jt.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.baldwin{
  background: url('../images/baldwin.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.ross{
  background: url('../images/ross.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.mandell{
  background: url('../images/mandell.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.charlie{
  background: url('../images/charlie.jpg') repeat 50% 50% / cover;
  height: 100%;
}
.center-div{
  display: none;
  position: absolute;
  top: 2rem;
  min-height: 19rem;
  color: #000;
  background: #47ae62;
  margin: 2rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
.team-img-h:hover > .center-div {
  display: block !important;
}
.center-div .p{
  font-size: 14px;
  font-family: system-ui;
  font-weight: 300;
}
.img-p{
  font-size: 12px;
  font-family: system-ui;
  font-weight: 300;
  letter-spacing:0.03em
}
.img-hr{
  width: 2.5rem;
  border-top: 3px solid #000;
}
.img-sm-p{
  color: #A0A09F;
}
footer{
  background: #47ae62;
}
footer a, footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.asseen{
  font-weight: 100;
  letter-spacing:0.4em;
  font-size:12px;
  color: rgb(96,94,94);
  font-family: system-ui;
}
.text-black{
  color: #000;
}
/*/About page style start here/*/


.about-header-bg{
  background: url('../images/about-header.jpg') repeat 50% 10% / cover;
  background-attachment: fixed;
}
.darker-bg{
  background: #00000063;
}
.about-head-font{
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: 1.1em; 
  letter-spacing:0.05em;
}
.celeb-box {
    height: 17rem;
}

.celeb-box1{
  background: url(../images/woz.jpg) repeat 50% 50% / cover;
}

.celeb-box2{
  background: url(../images/vince.jpg) repeat 50% 50% / cover;
}

.celeb-box3{
  background: url(../images/stedman.jpeg) repeat 50% 50% / cover;
}

.celeb-box4{
  background: url(../images/arnold.jpg) repeat 50% 50% / cover;
}

.celeb-box5{
  background: url(../images/bruce.jpg) repeat 50% 50% / cover;
}

.celeb-box6{
  background: url(../images/pacino.jpg) repeat 50% 50% / cover;
}

.celeb-box7{
  background: url(../images/50cent.jpg) repeat 50% 50% / cover;
}

.celeb-box8{
  background: url(../images/fredrik.jpg) repeat 50% 50% / cover;
}
.play{
    position: absolute;
    z-index: 1;
    left: 45%;
    top: 40%;
    height: 4rem;
}
.celeb-title {
    position: absolute;
    top: 75%;
    background: #ffffff9c;
    width: 88%;
    height: 20%;
    font: 400 1.23rem "Oswald", sans-serif;
}
.media-img-h{
  height: 16rem;
  margin-bottom: 1rem;
  width: 12rem;
}
.media-1{
  background: url(../images/media/m-1.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-2{
  background: url(../images/media/m-2.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-3{
  background: url(../images/media/m-3.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-4{
  background: url(../images/media/m-4.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-5{
  background: url(../images/media/m-5.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-6{
  background: url(../images/media/m-6.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-7{
  background: url(../images/media/m-7.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-8{
  background: url(../images/media/m-8.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-9{
  background: url(../images/media/m-9.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.media-10{
  background: url(../images/media/m-10.jpg) repeat 0% 0% / cover;
  height: 100%;
}
.celeb:hover, .media-img:hover {
    opacity: 0.3;
    transition: .5s ease;
    cursor: pointer;
}
.celeb{
  height: 14rem;
  width: 100%;
}
.g1{
  background: url(../images/celebrities/Julia-Roberts.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}

.g2{
  background: url(../images/celebrities/50-Cent.jpeg) repeat 20% 20% / cover !important;
  height: 100%;
}

.g3{
  background: url(../images/celebrities/brooke_shields.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g4{
  background: url(../images/celebrities/Vince_Vaughn.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g5{
  background: url(../images/celebrities/Dr-phil.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g6{
  background: url(../images/celebrities/Charlie-Sheen.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g7{
  background: url(../images/celebrities/Jessica-Simpson.jpg) repeat 50% 50% / cover !important;
  height: 100%;
}
.g8{
  background: url(../images/celebrities/Mel-Gibson.jpg) repeat 50% 50% / cover !important;
  height: 100%;
}
.g9{
  background: url(../images/celebrities/bethenny.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g10{
  background: url(../images/celebrities/mark.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g11{
  background: url(../images/celebrities/jewel.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g12{
  background: url(../images/celebrities/John-Travolta.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g13{
  background: url(../images/celebrities/randi.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g14{
  background: url(../images/celebrities/Michael-Douglas.png) repeat 20% 20% / cover !important;
  height: 100%;
}
.g15{
  background: url(../images/celebrities/Al-Pacino.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g16{
  background: url(../images/celebrities/Jay-Abraham.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g17{
  background: url(../images/celebrities/Jason-Alexander.jpg) repeat 50% 50% / cover !important;
  height: 100%;
}
.g18{
  background: url(../images/celebrities/Calvin-Klein.jpeg) repeat 20% 50% / cover !important;
  height: 100%;
}
.g19{
  background: url(../images/celebrities/bret.jpg) repeat 50% 50% / cover !important;
  height: 100%;
}
.g20{
  background: url(../images/celebrities/Vanilla-Ice.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g21{
  background: url(../images/celebrities/christie.jpg) repeat 40% 40% / cover !important;
  height: 100%;
}
.g22{
  background: url(../images/celebrities/Sylverster-Stallone.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g23{
  background: url(../images/celebrities/Michael-Buffer.jpg) repeat 20% 20% / cover !important;
  height: 100%;
}
.g24{
  background: url(../images/celebrities/Jack-Welch.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g25{
  background: url(../images/celebrities/Michael-Eisner.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g26{
  background: url(../images/celebrities/Steve-Wozniak.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g27{
  background: url(../images/celebrities/Kathy-Ireland.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.g28{
  background: url(../images/celebrities/George-Ross.jpg) repeat 50% 20% / cover !important;
  height: 100%;
}
.white-bg{
  background: #fff;
}
.lh-17{
  line-height: 1.7em;
}
.font-45{
  font-size: 45px;
  color: #fff;
}
.black-bg{
  background: #000;
  color: #fff;
}
.modal-input {
    padding: 1.8rem 1rem;
    color: #ffffff;
    font-style: italic;
    background-color: #fff;
    border: 2px solid #1e7e34;
    border-radius: 0px; 
    background-color: #0d0d0d !important;
    margin-bottom: 1rem;
}

.modal-input::placeholder {
  color: #fff;
  font-style: italic;
}

.form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-group input {
  padding: 0;
  height: 2rem;
  width: 2rem;
  margin-left: 0.2rem;
  margin-bottom: 0;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #009221, inset 0px -15px 10px -12px #47ae6200;
}

.form-group input:checked {
  color: #41B883;
  position: absolute;
  padding: 0;
  height: 2rem;
  width: 2rem;
  margin-left: 0rem;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #009221, inset 0px -15px 10px -12px #47ae6200;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

/*.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #28a745;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #28a745;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/

.btn-modal{
  border-radius: 0px;
  background: #47ae62;
  border: none;
  padding: 1rem;
  color: #fff;
}

.btn-modal:focus, .btn-modal:hover {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    background: #47ae6285;
}

.p-20{
  padding: 20px;
}

.hide-1, .hide-2{
  display: none !important;
}

@media (max-width: 575.98px) {
  .step-img, .step-img-c{
    display: none;
  }
  .step-h {
    position: initial;
  }
  #order_5{
   order:2;
 }

 #order_4{
   order:1;
 }
 .header-font-size {
  font-size: 40px;
}
.green-tie-h{
  height: 20.5rem;
  margin-left: -1rem;
  margin-bottom: 1.2rem;
}
.celeb-title {
    width: 100%;
}
.media-img-h{
  height: 20rem;
  width: 100%;
}
}

@media (min-width: 576px) and (max-width: 767.98px) { 
  #order_5{
   order:2;
 }
 .step-h {
  position: initial;
}
#order_4{
 order:1;
}
.step-img, .step-img-c{
  display: none;
}
.green-tie-h{
  height: 30.5rem;
  margin-left: -1rem;
  margin-bottom: 1.2rem;
}
.celeb-title {
    width: 100%;
}
.media-img-h{
  height: 20rem;
  width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .green-tie-h{
    height: 34.5rem;
    margin-left: -1rem;
    margin-bottom: 1.2rem;
  }
  .step-img {
    position: absolute;
    top: 4.5rem;
    left: 12rem;
    width: 5rem;
  }
  .step-img-c {
    position: absolute;
    top: 19rem;
    left: 6rem;
    width: 4rem;
  }
  .step-h {
    position: absolute;
    top: 4rem;
    left: 3.3rem;
  }
  .celeb-title {
    width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
  .step-h {
    position: absolute;
    top: 4rem;
    left: 6.3rem;
  }
  .step-img-c {
    position: absolute;
    top: 16rem;
    left: 6rem;
  }
  .step-img {
    position: absolute;
    top: 4.4rem;
    left: 15.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) { 
  .step-h {
    position: absolute;
    top: 4rem;
    left: 6.3rem;
  }
}
