*{
    font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; line-height: 28px; letter-spacing: 1px; color: #000000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif; text-transform: uppercase;
}
 
nav{
    background-color: #1C1B1B; padding: 20px 0px!important;
}
.nav-link{
    color: #FFFFFF; padding: 0 2px!important;  font-weight: 600; position: relative;
}
.nav-link:hover, .nav-link.active, .nav-link.active:hover {
    color: #F15F37!important;
}  
.nav-link:hover::before, .nav-link.active:hover::before, .nav-link.active::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    background: url(../images/line.png) no-repeat;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -6px;
} 
.nav-link.regularLink{
    padding: 0 24px!important;
} 
 
 
.topBtn, .topBtn:hover, .topBtn:focus{font-size: 16px;
    background-color: #EA5D3C; color: #FFFFFF; border-radius: 200px; border: 0; outline: 0; padding: 9px 35px 6px 35px;
}


.stickyHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;   
    background: #000000 !important;
  }
    
#headSection{
    height: 537px; background: url(../images/headSection_bg.png) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; display: flex; justify-content: center; align-items: center;
}
#headSection h1 {
    text-align: center; font-size: 37px; line-height: 47px; color: #FFFFFF; margin: 0; padding: 0; font-weight: 600; text-transform: uppercase;
}
#headSection h3 {
    text-align: center; font-size: 24px; line-height: 34px; color: #FFFFFF; margin: 0; padding: 0; font-weight: 500;
}
#coachSection{
    padding: 48px 0;
}
#coachSection h3{
    font-weight: 600; text-transform: uppercase;
}
#coachSection .container{
    position: relative;  z-index: 10;
}
#coachSection .container .topSquare{
    position: absolute; left: 0px; top: -45px; z-index: -1;
}
#coachSection .container .bottomSquare{
    position: absolute; right: -45px; bottom: -75px; z-index: -1;
}
.whiteDenseBorder{
    border:15px solid #FFFFFF;
}
.marLeftJessica{
    margin-left: 70px; position: relative; margin-top: -85px;
}
.jessicaContent{
    padding-left: 55px;
}

#collabrationSection{
    background-color: #1C1B1B; padding: 48px 0; position: relative; 
}
#collabrationSection h2{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 44px; line-height: 54px;
}
#collabrationSection h4{
    text-align: center; color: #EA5D3C;text-transform: uppercase; font-weight: 500; font-size: 22px; line-height: 32px;
}

#collabrationSection .rightGray{
    border-right: 1px solid #DFDFDF;
}

#collabrationSection ul{
    padding: 0 24px 0 24px; list-style-type: none;
}

#collabrationSection ul li{
    padding: 0px 0px 15px 24px; color: #FFFFFF; background: url(../images/bullet_white.png) left top 6px no-repeat;
}

 
#collabrationSection .topSquare{
    position: absolute; left: 20px; top: 20px; z-index: 0;
}
#collabrationSection   .bottomSquare{
    position: absolute; right: 20px; bottom: -40px; z-index: 0;
}

#collabrationSectionBottom{
    background-color: #1C1B1B; padding: 10px 0 24px 0;
}
#collabrationSectionBottom .container{
    border-top:1px solid #DFDFDF
}

.orangeBtn{
    background-color: #EA5D3C; border-color:#EA5D3C; outline: #EA5D3C; margin: 48px 24px 24px 24px; width: 60%; padding: 14px; font-weight: 600; text-transform: uppercase;
}
.orangeBtn:hover, .orangeBtn:focus{
    background-color: #C54C30; border-color:#C54C30; outline: #C54C30;   
}

#contentSection{
    padding: 32px 0;
}
#contentSection p{
    text-align: justify;
}
#contentSection ul{list-style-type: none; padding: 0; margin: 0;}
#contentSection ul li{
    padding: 0px 0px 15px 24px;   background: url(../images/bullet_orange.png) left top 6px no-repeat;
}

#contentSection h4{
      text-transform: uppercase; text-align: left; font-weight: 600; font-size: 24px; line-height: 34px;
}

#investmentOption{
    background-color: #1C1B1B; padding: 48px 0; position: relative; 
}

#investmentOption .topSquare{
    position: absolute; left: 20px; top: 20px; z-index: 0;
}
#investmentOption   .bottomSquare{
    position: absolute; right: 20px; bottom: -40px; z-index: 0;
}

#investmentOption h2{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 44px; line-height: 54px; margin: 24px 0px;
}
#investmentOption h4{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 28px; line-height: 38px; margin: 0px;
}

#investmentOption h5{
    color: #EA5D3C; text-transform: capitalize; text-align: center; font-weight: 600; font-size: 20px; line-height: 30px; margin: 0px;
}

.investmentOptionBottom h2{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 44px; line-height: 54px; margin: 24px 0px;
}
.investmentOptionBottom h2 span{
    color: #EA5D3C; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 44px; line-height: 54px; margin: 24px 0px; 
}

.investmentOptionBottom h2 strike{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 44px; line-height: 54px; margin: 24px 0px;
}investmentOptionBottom


.investmentOptionBottom h4{
    color: #FFFFFF; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 28px; line-height: 38px; margin: 0px;
}

.investmentOptionBottom h5{
    color: #EA5D3C; text-transform: capitalize; text-align: center; font-weight: 600; font-size: 20px; line-height: 30px; margin: 0px;
}


.investmentOptionBottom{
    background-color: #1C1B1B; padding: 48px 0; position: relative;  border-top:1px solid #DFDFDF;
}

 

.investmentOptionBottom .rightGray{
    border-right: 1px solid #DFDFDF;
}
 
.investmentOptionBottom ul{
    padding: 0 24px 0 24px; list-style-type: none;
}

.investmentOptionBottom ul li{
    padding: 0px 0px 15px 24px; color: #FFFFFF; background: url(../images/bullet_white.png) left top 6px no-repeat; text-align: left; text-transform: capitalize;
}

#footerSection{
    height: auto; background: url(../images/footerSection_bg.png) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; display: flex; justify-content: center; align-items: center; padding: 32px 0px;
}
#footerSection h1 {
    text-align: center; font-size: 37px; line-height: 47px; color: #FFFFFF; margin: 0; padding: 0; font-weight: 600; text-transform: uppercase;
}
#footerSection h3 {
    text-align: center; font-size: 24px; line-height: 34px; color: #FFFFFF; margin: 0; padding: 0; font-weight: 500;
}
.footerBottomSection{
    background-color: #090909; padding: 24px 0px;
}
.footerBottomSection a, .footerBottomSection a:hover{
    color: #EA5D3C; text-decoration: none; 
}

.navbar-toggler-icon { 
    background-image:url(../images/hamburger-menu.svg); 
}

.container{z-index:11; position: relative;}
    

.secondButton{
    border-top: 1px solid #DFDFDF;
}

@media screen and (max-width:1200px) {
    .marLeftJessica{
        margin-left: -13px; margin-top: 0px; 
    }
    .whiteDenseBorder{
        border: 0px; width:100%; margin-bottom: 24px;
    }
    #coachSection img{
        width:100%; margin-bottom: 24px; 
    }

    #coachSection .container .topSquare,  #coachSection .container .bottomSquare, #collabrationSection .topSquare, #collabrationSection .bottomSquare, #investmentOption .topSquare, #investmentOption .bottomSquare{
       display: none;
    } 
    #coachSection, #collabrationSection{
        padding: 24px 15px;
    }

    #collabrationSection .rightGray {
        border-right:0; 
    }

    .investmentOptionBottom .rightGray {
        border-right: 0; 
    }
    #collabrationSection ul{
        padding: 16px 15px;
    }
    #headSection h1{
        font-size: 24px; line-height: 34px;
    }
    #headSection h3{
        font-size: 16px; line-height: 26px;
    }
    #headSection{
        min-height: 350px; padding: 24px 0px;
    }
    #collabrationSection h2{
        font-size: 24px; line-height: 34px;
    }
    .investmentOptionBottom h2 {
        font-size: 24px; line-height: 34px;
    }
    .investmentOptionBottom h2 span {
        font-size: 24px; line-height: 34px;
    }
    .investmentOptionBottom h2 strike {
        font-size: 24px; line-height: 34px;
    }
    #collabrationSection h4{
        font-size: 16px; line-height: 26px;
    }
    #contentSection{
        padding: 24px 15px; 
    }
    #investmentOption h2{
        font-size: 24px; line-height: 34px;
    }
    #investmentOption h4{
        font-size: 16px; line-height: 26px; 
    }
    .orangeBtn{
        width:90%;
    }
    #investmentOption, .investmentOptionBottom{
        padding: 24px 0px;    
    }
    .investmentOptionBottom{
        padding: 24px 0px;   
    }
    #footerSection h1{
        font-size: 24px; line-height: 34px;
    }
    #footerSection h3{
        font-size: 16px; line-height: 16px;
    }
    #footerSection{
        height: auto;
    }
    .jessicaContent {
        padding-left: 10px;
    }
.nav-item{
    padding-bottom: 10px;
}
    .nav-link:hover::before, .nav-link.active:hover::before, .nav-link.active::before {
        content: '';
        position: absolute;
        width: 34px;
        height: 3px;
        background: url(../images/line.png) left no-repeat;   width:100%;
        text-align: left;
        left: 25px!important; 
        bottom: -6px;
    }

    .investmentOptionBottom ul {
        padding: 16px 15px;
        list-style-type: none; text-transform: capitalize;
    }
    .container{
        width: 100%; max-width: 100%;
    }
  
}

@media screen and (min-width:1201px) and (max-width:1399px) {
    .nav-link.regularLink {
        padding: 0 12px!important;
    }
    .coachSectionImage{width: 40%!important;}
    .coachSectionImage2{width: 41%!important;}
}
 