/*********************************
*               General          *
*********************************/
@import url('https://fonts.googleapis.com/css2?family=Varta:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&amp;display=swap');
@font-face {
    font-family: "Gotham";
    src: url("../ttf/gothammedium.ttf");
}
@font-face {
    font-family: "GothamLight";
    src: url("../ttf/gothamlight.ttf");
}


body{
    font-size: 17px ;
    font-weight: 300;
    font-family: Lato;
}

h1,h2,h3{
    font-family: Gotham;
}

h3{
    font-size: 2.8rem !important;
}

h1,h2,h3,h4{
    /*font-weight: 500;*/
}

h5{
    /*font-size: 1.4rem;
    font-weight: 400;*/
    line-height: 2.2rem;
}
.home p{
    font-family: Lato;
    font-weight: 300;
    font-size: 1.78rem;
    color: #4d4d4d;
    line-height: normal;
}
p{
    font-family: Lato;
    font-weight: 300;
    font-size: 1.2rem;
    color: #4d4d4d;
    line-height: normal;
}
a.tf-cta, .tf-cta a {
    color: white;
    font-size: 0.8rem;
    background: black;
    padding: 16px 30px !important;
    font-family: Open Sans;
    font-weight: 500;
    letter-spacing: 0.8px;
    display: inline-block;
    text-align: center;
}

a.tf-cta.white{
    color: black !important;
    background: white !important;
}

.subheading-hero{
    word-spacing: 3px;
    font-size: 1.75rem;
    color: white;
}

.hero.tf-cta{
    margin-top: 8.7rem;
    display: inline-block;
}

.page-id-2016 .hero.tf-cta{
    margin-top: 3.7rem;
}

a.lb-cta:after, li.lb-cta a.nav-link:after{
    content: "\279C";
    margin-left: 0.29rem;
}

a.lb-cta:after{
    content: "\279C";
    margin-left: 0.29rem;
    color: #fca524;
}

ul > li{
    margin-bottom: 0.58rem;
}

.tf-features{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: black;
    padding: 0 !important;
    margin: 0 !important;
}

span.tf-feature {
   /*  letter-spacing: 0.4rem; */
    font-family: 'Open Sans';
    font-size: 1.47rem;
    color: white;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tf-feature.separator{
    font-size: 1rem;
}

/*
a.lb-read-more:after{
    color: #ffc602;
    content: "\279C";
    margin-left: 5px;
    border-bottom: 6px solid white;
}
*/

}

@media screen and (max-width: 780px) {


}

/*********************************
*               Header           *
*********************************/
#header{
}
.hero-img{
    background-image:url("../jpg/header-image%403x-scaled.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: calc(100vh - 32px);
    /* background-blend-mode: multiply; */
    /* background-color: gray; */
    position: relative;
    background-attachment: fixed;
    min-height: 635px;
}

.navbar-brand img {
    width: 11.76rem;
    height: 3.6rem;
}
.hero-img:before {
    content: '';
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.53); */
    position: absolute;
    top: 0;
    left: 0;
}

.hero-img * {
    position: relative;
    z-index: 9;
}
#header{
    height: 9.5rem;
}

#navbar ul > li{
    margin-left: 50px;
}

#navbar ul > li.lb-cta > a{
    color: white;
}

.tf-hero-content h1{
    margin-top: 7.5rem;
}




/*********************************
*               Footer           *
*********************************/
.footer-content{
    background-color: black;
    color: white;
}


#footer-theme .footer_1 img{
    width: 200px;
    margin-top: 6.14rem;
}

#footer-theme h3{
    font-family: Gotham;
    font-size: 1.18rem !important;
    color: white;
    margin-top: 3.89rem;
}

#footer-theme ul{
    list-style: none;
    padding-left: 0 !important;
}

#footer-theme a{
    color: white;
    cursor: pointer;
    font-size: GothamLight;
    font-size: 1.18rem;
}

.footer_5 ul{
    margin-top: 5.69rem;
}

    /*#footer-theme .footer_3 li{
        list-style: none;
        display: inline-block;
        margin-left: 30px;
    }*/

/*#footer-theme .footer_3 li a{
    color: white;
    font-size: 1.18rem;
}*/

/*#footer-theme .footer_3 img{
    width: 57px;
}*/

/*#footer-theme .footer_3{
    display: flex;
    flex-direction: column;
}

#footer-theme .footer_3 .lb-cta,
#footer-theme .footer_3 ul,
#footer-theme #menu-footer-right{
    float: right;
}*/

/*#footer-theme .footer-widget-section{
    margin-top: 1.4rem;
}*/

#footer-theme .site-info{
    border-top: 1px solid rgba(255, 255, 255, .41);
    padding: 1.17rem 0;
    margin-top: 5.7rem;
    font-size: 0.9rem;
}

/*#footer-theme .footer-widget-section{
    width: 100%;
}



#footer-theme #menu-footer-right
{
    margin-top: 1.2rem;
}

}*/

@media screen and (max-width: 1250px) {

    .footer-content{
        top:85px
    }

}

@media screen and (max-width: 768px) {

    .footer-content{
        top:53px
    }

}

@media screen and (min-width: 768px) {

    .footer-content{
        top:53px
    }

}

@media screen and (min-width: 1360px) {

    .custom-container{
        max-width: 1777px;
    }

    .tf-d-50{
        width: 60%;
    }

}

/***CONTENT CSS***/
h2.big{
  font-size: 4.7rem;
}

.tf-arrow-point{
    font-size: 1.7rem;
    font-family: GothamLight;
    color: #242729;
    font-weight: 500;
}

.home-arrow-points ul{
    list-style: none;
}
.we-do p {
    font-size: 2rem;
    color: #000;
}
.spacing-text{
    /* color: #005dff;
    letter-spacing: 0.6rem; */
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 15px;
}
hr.black-border {
    border: 1px solid #000;
    opacity: 7;
    max-width: 120px;
}
.tf-white{
    color: white !important;
}


.white-hr {
    color: white;
    border: 1px solid white;
    width: 120px;
    margin: 1.8rem 0;
    opacity: 7;
}

#grid-image-4 .panel-grid{
    margin-bottom: 0 !important;
}

.tf-bg-color:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #2f2f2f;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.tf-bg-color .panel-grid-cell, .tf-bg-color.panel-row-style.panel-row-style-for-23-2 {
    position: relative;
}
.tampa-work-section ul {
    padding: 0;
    line-height: normal;
    font-size: 0;
    list-style: none;
}
.tampa-work-section ul li {
    font-family: lato;
    font-size: 27px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 1.17px;
    color: #fff;
    margin-bottom: 22px;
}
.tampa-work-section ul li:before {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    left: -12px;
    position: relative;
    margin-left: -10px;
}
.tf-font-white .widget-title {
    color: #fff;
    margin-bottom: 70px;
    letter-spacing: -3px;
}
.tampa-work-section ul li strong {
    font-weight: 600;
}
.number-heading p{
    opacity: 0;
}
.tf-foot-6-section p {
    font-size: 21px;
    color: #fff;
    line-height: normal;
}
.tf-foot-6-section p.tf-foot-icons:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    line-height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.tf-foot-tel:before{
    background: url(../svg/phone.svg);
}
.tf-foot-mail:before{
    background: url(../svg/mail.svg);
}
.tf-blk-section{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
}
a.hero.tf-cta:after, a.tf-cta:after, .tf-cta a:after {
    content: '';
    width: 20px;
    height: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: inline-block;
}
a.tf-down-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 30px;
}
a.white.tf-cta:after{
    background: url(../png/down-arrow.png);
}
a.tf-cta:after, .tf-cta a:after
{
    background: url(../png/down-arrow-white.png);
}
.down-arrow-floor a {
    font-size: 0;
}
.down-arrow-floor a:before {
    content: '0';
    background: url(../svg/down-arrow-blk.svg);
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
}
.tf-double-section h3 {
    /* color: #005dff; */
}
@media screen and (min-width:320px) and (max-width:780px) {
    .footer_2, .footer_3, .footer_4, .footer_5 {
        padding: 0;
    }
    #footer-theme .footer_1 img, #footer-theme h3, .footer_5 ul {
        margin-top: 40px;
    }
    body p, .we-do p {
        font-size: 1.2rem;
    }
    .spacing-text {
        font-size: 2rem !important;
    }
    body h2{
        font-size: 1.5rem;
    }
    body h3 {
        font-size: 2rem !important;
    }
    h2.big {
        font-size: 2.2rem;
    }
    .tf-arrow-point {
        font-size: 1.2rem;
    }
    .tf-features {
        padding: 30px !important;
    }
    
    .tf-blk-section {
        flex-direction: column;
    }
    
    span.tf-feature.separator {
        display: none;
    }
    .tf-hero-content h1 {
        font-size: 2.6rem;
        margin-top: 4.5rem;
    }
    .mob-order-chng .panel-grid-cell:last-child {
        order: 1 !important;
    }
    .mob-order-chng .panel-grid-cell:first-child {
        order: 2;
    }
    .tampa-work-section ul li {
        font-size: 19px;
    }
    .tf-font-white .widget-title {
        margin-bottom: 50px;
        letter-spacing: 0;
    }  
    .equal-height .text-right .textwidget{
        margin-right: 0px !important;
    } 
    .hero.tf-cta {
        margin-top: 2.7rem;
    }
    .hero-img {
        height: 670px;
    }
    body #panel-w63a09920137f2-1-0-0> .panel-widget-style,
    body #panel-w63a09920137f2-1-1-0> .panel-widget-style,
    body #panel-w63a09920137f2-2-0-0> .panel-widget-style,
    body #panel-w63a09920137f2-2-1-0> .panel-widget-style {
        padding: 50px;
    }
    body #pgc-w63a09920137f2-1-0,
    body #pgc-w63a09920137f2-2-0{
        margin: 0px;
    }
    .equal-height .panel-grid-cell .innercell {
        min-height: 250px;
    }
}
@media screen and (min-width:781px) and (max-width:1024px){
    .tf-hero-content h1 {
        font-size: 3rem;
        margin-top: 3.5rem;
    }
    span.tf-feature{
        font-size: 1rem;
    }
    h2.big {
        font-size: 3rem;
    }
    .tf-arrow-point{
        font-size: 1.5rem;
    }
    body #panel-w63a099201279a-0-0-0> .panel-widget-style {
        padding: 84px 0px 94px 24px;
    }
    body #pl-w63a099201279a #panel-w63a099201279a-0-1-0 {
        margin-top: 100px;
    }
    body #panel-w63a0992012fe7-0-0-0> .panel-widget-style {
        padding: 34px 30px 30px 24px;
    }
    p{
        font-size: 1.4rem;
    }
    body #panel-w63a0992012fe7-0-0-1> .panel-widget-style {
        padding: 0px 0px 0px 24px;
    }
    h3 {
        font-size: 1.8rem !important;
    }
    a.tf-cta, .tf-cta a{
        padding: 16px 20px !important;
    }
    .tampa-work-section ul li {
        font-size: 19px;
    }
    
    .tf-font-white .widget-title {
        margin-bottom: 40px;
    }
    h2 {
        font-size: 2.2rem;
    }
    body #panel-23-9-0-0> .panel-widget-style, body #panel-23-9-1-0> .panel-widget-style{
        padding: 30px 30px 30px 31px;

    }
}
.down-arrow-floor {
    text-align: center;
    margin-top: 20px;
}
@media screen and (min-width:1400px){
    footer .container {
        max-width: 1195px;
    }
}
@media screen and (min-width:768px){
    footer .col-12 > .container.widgets:before {
        content: '';
        width: 0px;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, .41);
        position: absolute;
        left: 44%;
        top: 90px;
        transform: translate(0%, 0%);
    }

    footer .col-12 > .container.widgets {
        position: relative;
    }
}

body h1 {
    font-size: 3.9rem;
}

@media screen and (min-width:320px) and (max-width:780px){
    body header.hero-img .container-fluid {
        padding: 0 15px !important;
    }
    body nav#header {
        padding: 0 15px;
    }
    body .tf-blk-section {
        padding: 0px 0px;
        text-align: center;
    }
    #panel-w63de3f49820ba-1-0-0> .panel-widget-style, #panel-w63de3f49820ba-1-1-0> .panel-widget-style, #panel-w63de3f49820ba-2-0-0> .panel-widget-style, #panel-w63de3f49820ba-2-1-0> .panel-widget-style {
        padding: 99px 44px 99px 44px !important;
    }
    body .bg-stress-section h3.tf-white{
        font-size: 2rem !important;
    }
    #panel-23-5-0-0> .panel-widget-style, #panel-23-7-0-0> .panel-widget-style{
        padding: 40px 30px !important;
    }
    #panel-23-9-1-0> .panel-widget-style{
        padding: 60px 30px 0px 30px;
    }
    #pgc-w63de3f49820ba-1-0, #pgc-w63de3f49820ba-2-0 {
        margin-bottom: 0px !important;
    }
    .home-arrow-points ul {
        padding-left: 15px;
    }
    body #panel-w63e3de96d2432-0-0-0> .panel-widget-style {
        padding: 20px 0px 0px 0 !important;
    }
    body #panel-w63e3de96d2432-0-0-1> .panel-widget-style {
        padding: 0px 0px 40px 0 !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
        background: #d8d8d8;
    }
    .tf-blk-section {
        padding: 0px 30px;
    }
    body .collapse:not(.show) {
        display: none !important;
    }
    div#navbar {
        position: absolute;
        top: 70px;
        background: #000;
        width: 100%;
        left: 0;
    }
    div#navbar {
        position: absolute;
        top: 70px;
        background: #000;
        width: 100%;
        left: 0;
    }
    
    div#navbar ul.navbar-nav li {
        /* flex-direction: row; */
        width: 100%;
        margin: 0;
    }
    
    .navbar-collapse .navbar-nav ul.tfa-menu-item-left {
        flex-direction: column;
    }
    
    ul.tfa-menu-item-right {
        flex-direction: column;
    }
    
    .navbar-collapse .navbar-nav {
        flex-direction: column;
    }
}
@media screen and (min-width:781px) and (max-width:1024px){
    body nav#header {
        padding: 0 0px !important;
    }
    body header.hero-img .container-fluid {
        padding: 0 38px !important;
    }
    body #panel-w63dac479d182b-0-0-0> .panel-widget-style {
        padding: 54px 0px 54px 0 !important;
    }
    body #pl-w63dac479d182b #panel-w63dac479d182b-0-1-0 {
        margin: 72px 0px 0px 0px;
    }
    body #panel-w63cff21518ea2-0-0-0> .panel-widget-style, #panel-w63cff21518ea2-0-0-1> .panel-widget-style {
        padding-left: 0 !important;
    }
    body #panel-w63cff21518ea2-0-0-1> .panel-widget-style{
        padding-bottom: 64px !important;
    }
    #panel-w63de3f49820ba-1-0-0> .panel-widget-style, #panel-w63de3f49820ba-1-1-0> .panel-widget-style, #panel-w63de3f49820ba-2-0-0> .panel-widget-style, #panel-w63de3f49820ba-2-1-0> .panel-widget-style {
        padding: 100px 44px 100px 44px;
    }
    /*body #pg-23-1> .panel-row-style {
        padding: 50px 30px 50px 40px !important;
    }*/
    body .bg-stress-section h3.tf-white{
        font-size: 2rem !important;
    }
    body #panel-w63e3de96d2432-0-0-0> .panel-widget-style {
        padding: 20px 0px 0px 0 !important;
    }
    body #panel-w63e3de96d2432-0-0-1> .panel-widget-style {
        padding: 0px 0px 40px 0 !important;
    }
    .tf-blk-section {
        padding: 0px 30px;
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
        background: #d8d8d8;
    }
    body .collapse:not(.show) {
        display: none !important;
    }
    div#navbar {
        position: absolute;
        top: 70px;
        background: #000;
        width: 100%;
        left: 0;
    }
    div#navbar {
        position: absolute;
        top: 70px;
        background: #000;
        width: 100%;
        left: 0;
    }
    
    div#navbar ul.navbar-nav li {
        /* flex-direction: row; */
        width: 100%;
        margin: 0;
    }
    
    .navbar-collapse .navbar-nav ul.tfa-menu-item-left {
        flex-direction: column;
    }
    
    ul.tfa-menu-item-right {
        flex-direction: column;
    }
    
    .navbar-collapse .navbar-nav {
        flex-direction: column;
    }
}
@media screen and (min-width:1025px) and (max-width:1200px){
    body nav#header {
        padding: 0 0px !important;
    }
    body header.hero-img .container-fluid {
        padding: 0 38px !important;
    }
    body #panel-w63dac479d182b-0-0-0> .panel-widget-style {
        padding: 54px 0px 54px 0 !important;
    }
    body #pl-w63dac479d182b #panel-w63dac479d182b-0-1-0 {
        margin: 72px 0px 0px 0px;
    }
    body #panel-w63cff21518ea2-0-0-0> .panel-widget-style, #panel-w63cff21518ea2-0-0-1> .panel-widget-style {
        padding-left: 0 !important;
    }
    body #panel-w63cff21518ea2-0-0-1> .panel-widget-style{
        padding-bottom: 64px !important;
    }
    #panel-w63de3f49820ba-1-0-0> .panel-widget-style, #panel-w63de3f49820ba-1-1-0> .panel-widget-style, #panel-w63de3f49820ba-2-0-0> .panel-widget-style, #panel-w63de3f49820ba-2-1-0> .panel-widget-style {
        padding: 100px 44px 100px 44px;
    }
    /*body #pg-23-1> .panel-row-style {
        padding: 50px 30px 50px 40px !important;
    }*/
    body .bg-stress-section h3.tf-white{
        font-size: 2rem !important;
    }
    body h2.big {
        font-size: 3rem !important;
    }
    .tf-arrow-point {
        font-size: 1.5rem;
    }
    body #panel-w63e3de96d2432-0-0-0> .panel-widget-style {
        padding: 20px 0px 0px 0 !important;
    }
    body #panel-w63e3de96d2432-0-0-1> .panel-widget-style {
        padding: 0px 0px 40px 0 !important;
    }
    .tf-blk-section {
        padding: 0px 30px;
    }
    div#navbar ul.navbar-nav li {
        margin-left: 5px !important;
    }
}
@media screen and (min-width:1200px) {
    body #panel-w63dac479d182b-0-0-0> .panel-widget-style {
        padding: 94px 90px 124px 84px !important;
    }
    body h2.big {
        font-size: 3.8rem !important;
    }
    body h2.tf-d-50 {
        font-size:3.9rem !important;
    }
    #panel-w63de3f49820ba-1-0-0> .panel-widget-style h3, #panel-w63de3f49820ba-1-1-0> .panel-widget-style h3, #panel-w63de3f49820ba-2-0-0> .panel-widget-style h3, #panel-w63de3f49820ba-2-1-0> .panel-widget-style h3 {
        font-size: 3.2rem !important;
        padding-right: 55px;
    }
    
    div#panel-23-1-0-1 p {
        color: #000;
        font-size: 1.9rem;
        line-height: normal;
    }
    body .bg-stress-section h3.tf-white {
        font-size: 2.6rem !important;
        margin-bottom: 0;
    }
    body:not(.home) #pg-23-3> .panel-row-style {
        padding: 30px 0px 30px 0px !important;
    }
    #panel-23-4-1-0> .panel-widget-style, #panel-23-5-0-0> .panel-widget-style, #panel-23-6-1-0> .panel-widget-style, #panel-23-7-0-0> .panel-widget-style {
        padding: 0px 60px 0px 60px !important;
    }
    div#panel-23-8-1-1 p {
        font-size: 2.1rem;
    }
    div#panel-23-9-0-0 h2 {
        font-size: 3.7rem !important;
    }
    div#panel-23-9-1-0 p {
        margin-bottom: 30px;
        line-height: 39px;
        color: #000;
    }
}
div#panel-23-0-0-1 {
    margin-bottom: 0px !important;
}
#pl-w63e675c8109be .so-panel {
    margin-bottom: 0px;
}
.tf-cta a:after {
    display: block;
    margin: 0 auto;
}
.tf-right-button {
    text-align: right;
}
.btn {
    background: #000 !important;
}
a.tf-down-arrow  {
    display: none;
}
/* .page-id-707 h3.title, .page-id-707  h2.title, .page-id-707  h1.title  {
    text-transform: capitalize;
} */