@font-face {
    font-family: CenturyGothStd-Bold;
    src : url("./../fonts/custom-fonts/CenturyGothicStd-Bold.otf");
}

@font-face {
    font-family: CenturyGothStd-BoldItalic;
    src : url("./../fonts/custom-fonts/CenturyGothicStd-BoldItalic.otf");
}

@font-face {
    font-family: CenturyGothStd-Italic;
    src : url("./../fonts/custom-fonts/CenturyGothicStd-Italic.otf");
}

@font-face {
    font-family: CenturyGothStd-Regular;
    src : url("./../fonts/custom-fonts/CenturyGothicStd-Regular.otf");
}

@font-face {
    font-family: Rage-Regular;
    src : url("./../fonts/custom-fonts/RAGE.TTF");
}

@font-face {
    font-family: Rage-Italic;
    src : url("./../fonts/custom-fonts/RageItalicStd.otf");
}

.box-icon .icon {
    display: block;
    font-size: 48px;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    cursor: default;
}
.box-number .number {
    display: block;
    font-size: 48px;
    color: #222;
    width: 80px;
    height: 80px;
    padding: 0;
    text-align: center;
    border-radius: 60px;
    position: absolute;
}
.box-number .text {
    margin-left: 120px;
}
.bg-color {
    background-color: #fcbb2a;
}
.id-color {
    color: #fcbb2a;
}
.box-number p {
    font-size: 14px;
}
ul {
	list-style: none;
	padding: 0;
}

li {
    padding-left: 1.3em;
    font-size: 13px;
    margin-bottom: 1em;
}

li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #FAB702;
}
.text {
    margin-left: 80px;
}
html, body {
    font-family: CenturyGothStd-Regular;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: CenturyGothStd-Bold;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: initial;
}

p {
    font-size: 1.15rem;
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1)
}

.pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.menu-items {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,1);
    color: #fff;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -moz-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    -webkit-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    z-index: 999;
}

.menu-items.show {
    bottom: 0;
}

.menu-items.hide {
    bottom: 100%;
}

.menu-items .menu-item {
    padding: 0px;
}


.menu-item > h1
{
font-size: 1.8rem !important;
line-height: 1.5 !important;
}

.menu-items .menu-item h1 {
    transition: all 0.2s ease-in-out;
    position: relative;
}

.menu-items .menu-item h1 a {
    text-decoration: none;
    color: #212529;
}

.menu-items .menu-item h1:before, .menu-items .menu-item h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 5px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 0;
}
.menu-items .menu-item h1:before {
    left: 0;
    background-color: #febc2c;
}
.menu-items .menu-item h1:after {
    right: 0;
    background-color: #febc2c;
}
.menu-items .menu-item:hover {
    cursor: pointer;
}
.menu-items .menu-item:hover h1:before, .menu-items .menu-item:hover h1:after {
    width: 100%;
    opacity: 1;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster {
    width: 100%;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.video-container .poster .poster-inner {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
    height: auto;
    z-index: 100;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(145, 107, 107, 0.2);
    width: 100%;
    height: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    top: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

.menu-option {
    cursor: pointer;
}

.menu-option .bar1, .menu-option .bar2, .menu-option .bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.navbar-light .menu-option .bar1, .navbar-light .menu-option .bar2, .navbar-light .menu-option .bar3,
.navbar-about .menu-option .bar1, .navbar-about .menu-option .bar2, .navbar-about .menu-option .bar3{
    background-color: #000;
}

.menu-option.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.menu-option.change .bar2 {opacity: 0;}

.menu-option.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.border-3 {
    border-style: solid;
    border-width: 3px;
}

.button-hover {
    background: linear-gradient(to right, #FBB822 50%, rgba(255,255,255,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    cursor: pointer;
}

.button-hover:hover {
    background-position: left bottom;
    color: #fff;
}

.button-hover-white {
    background: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    cursor: pointer;
}

.button-hover-white:hover {
    background-position: left bottom;
    color: #343a40 !important;
}

.project-section {
    padding-bottom: 400px;
    background: #fff url("./../images/project-bg.png") bottom center no-repeat;
    background-size: contain;
}

.strategy-section {
    padding-bottom: 200px;
    padding-top: 100px;
    background: #fff url("./../images/strategy.png") bottom center no-repeat;
    background-size: contain;
    border-bottom: 50px solid #fff;
}

.creative-section {
    min-height: 500px;
    background-color: #ffbb15;
    padding: 0;
}

.creative-section-image {
    height: 100%;
    width: 100%;
    /*background: url("./../images/creative.png") center center no-repeat;*/
    background-size: contain;
}

.digital-section {
    min-height: 500px;
    background-color: #f1c66f;
    padding: 0;
    overflow: hidden;
}

.digital-section-image {
    height: 100%;
    width: 100%;
    /*background: url("./../images/digital.png") center center no-repeat;*/
    background-size: contain;
}

/*.creative-section:hover .creative-section-image, .digital-section:hover .digital-section-image {
    transform: scale(1.2);
    transition: all .5s;
}*/

.discuss-section {
    background: #494718;
}

.reason-image {
    max-width: 100px;
    max-height: 75px;

}

.text-olive {
    color: #494718;
}

.reason-section {
    color: #494718;
}

.brand-strategy-section {
    background: #494718 url("./../images/brand-strategy.png") bottom center no-repeat;
    background-size: contain;
    padding-bottom: 50px;
    border-bottom: 30px solid #494718;
}

.brand-strategy-items div{
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
}

.text-rage-italic {
    font-family: Rage-Italic;
    font-size: 40px;
    letter-spacing: 1px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.contact-section {
    background-color: #e6e7e8 !important;
    padding: 30px 0;
}

.contact-bg {
    position:absolute;
    z-index:0;
    display:block;
}

.contact-text {
    font-size: 70px;
    color: #fff;
}

.contact-content {
    padding: 50px 0;
}

mark {
    background-color: #febc2c;
    padding: .2em .2em 0;
}

.social-icons a {
    text-decoration: none;
}

.social-icons a i{
    color: #212529;
}

.social-icons a i.fa-facebook:hover, .social-icons a i.text-facebook {
    color: #3b5998;
}

.social-icons a i.fa-instagram:hover, .social-icons a i.text-instagram {
    color: #e1306c;
}

.social-icons a i.fa-linkedin:hover, .social-icons a i.text-linkedIn {
    color: #0077b5;
}

.social-icons a span.facebook i.fa-circle {
    color: #3b5998;
}

.social-icons a span.linkedin i.fa-circle {
    color: #0077b5;
}

.social-icons a span.facebook i.fa-facebook, .social-icons a span.linkedin i.fa-linkedin {
    color: #fff;
}

.about-hero {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    background: #fff url("./../images/about-us/ttc banner 5-02.jpg") top center no-repeat;
    background-size: cover;
    min-height: 450px;
}

.heads-up-hero {
    margin-top: 0;
}

.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.5);*/
}

.hero-outer-outer {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-outer {
    width: 100%;
    bottom: 0;
    top: 0;
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.hero-inner {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
    height: auto;
    z-index: 100;
    text-align: center;
    color: #fff;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.form-section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,1);
    color: #fff;
    overflow: hidden;
    width: 100%;
    -moz-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    -webkit-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    z-index: 1050;
}

.form-section.hide {
    bottom: 100%;
}

.form-section.show {
    bottom: 0;
    overflow: scroll;
}

.form-close .bar1, .form-close .bar2, .form-close .bar3 {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px 0 5px auto;
    transition: 0.4s;
}

.form-close .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.form-close .bar2 {opacity: 0;}

.form-close .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.reveal-text,
.reveal-text::after {
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
    position: relative;
    display: block;
    user-select: none;
    animation-name: reveal-text;
    color: #212529;
    cursor: default;
}

.reveal-text::after {
     content: "";
     position: absolute;
     z-index: 999;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #febc2c;
     transform: scaleX(0);
     transform-origin: 0 50%;
     pointer-events: none;
     animation-name: revealer-text;
}

.error {
    margin: 0 15px;
    color: #ff0000;
}

.alert {
    z-index: 1051;
    position: fixed;
    margin: 0 auto;
    text-align: center;
    width: 25%;
    right: 0;
    left: 0;
    top: 10px;
    border-radius: 0;
}

.alert-warning {
    color: #212529;
    background-color: #febc2c;
    border-color: #febc2c;
}

.blockquote {
    font-style: italic;
}

.blockquote-footer::before {
    content: none;
}

.privacy-content {
    padding-top: 100px;
}

.know-your-trainer {
    background: #fff url("./../images/heads-up/know_your_trainer.png") top center no-repeat;
    background-size: contain;
    padding-top: 400px;
}

.bg-testimonial {
    background: #fff url("./../images/heads-up/testimonial_section.png") bottom center no-repeat;
    background-size: contain;
}

@keyframes reveal-text {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes revealer-text {
    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }

    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@media screen and (max-width: 768px) {
    .project-section, .strategy-section {
        background-size: contain;
        padding-bottom: 100px;
    }

    .brand-strategy-section {
        padding-bottom: 200px;
    }

    .heads-up-hero {
        margin-top: 70px;
    }

    .know-your-trainer {
        padding-top: 200px;
    }
}


.bg-ttc {
    background-color: #fcbb2a!important;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fcbb2a!important;
    color: #000;

}

@media (min-width:320px) {
    .icons-row{
        text-align: center;
    }
}
@media (min-width:640px) {
    .icons-row{
        text-align: left;
    }
}

.bg-gray {
    background-color: #f9f9f9;
}
.strike {
    text-decoration: line-through;
    height: 50px;
    width: 200px;
    position: relative;
    margin-top: 50px;
}
.strike:after {
	content: '2500';
    position: absolute;
    top: -1em;
    right: 2em;
}

.how-heading {
    font-family: Caveat;
    font-size: 36px;
    font-weight: bold;
    color: #574319;

    
}

.mark-heading {
    background-color: #FBB822;
   
}

.mark2 {
    background-image: linear-gradient(0, transparent 0.2em, #FBB822 0.2em, #FBB822 0.8em, transparent 0.8em);
    background-size: 1px 1.4em;
    background-position: 1px center;
    background-repeat: repeat;
    padding-right: 0.7em;

  }

  .how-contact-section {
    background-color: #e6e7e8 !important;
    padding: 30px 0;
}

@font-face {
    font-family: NeueMachina-Light;
    src: url("/assets/how/NeueMachina-Light.otf") format("opentype");
}

.how-text {
    font-family: NeueMachina-Light;
}

@media (max-width:640px) {


    .wow-banner
    {
        margin-top: 75px !important;
    }

  
}

@media only screen and (min-width : 992px) {
    .social
    {
        margin-right: 60px !important;
    }

}


