
/* =========================================================
   TITLE LEFT LINE
========================================================= */

.tb-loc-title,
.tb-loc-subtitle {
    position: relative;
    padding-left: 18px;
}

.tb-loc-title::before,
.tb-loc-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 2px;
}

.tb-loc-no-line::before {
    display: none !important;
}



/* Section titles */
.tb-loc-why-section .tb-loc-subtitle,
.tb-loc-services-section .tb-loc-subtitle {
    width: fit-content;
}


/* CTA title */
.tb-loc-cta-section .tb-loc-subtitle {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tb-loc-cta-section .tb-loc-subtitle::before {
    background: #fff;
}



/* =========================================================
   ADVERTISING AGENCIES - LOCATION PAGE
   All class names start with tb-loc
========================================================= */

/* Main text */
.tb-loc-page {
    width: 100%;
    color: #fff;
   
    overflow: hidden;
}

.tb-loc-page .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   HERO SECTION
========================================================= */

.tb-loc-hero-section {
    position: relative;
    padding: 50px 30px 0px !important;
    margin: 0 auto;
    /*max-width: 1320px;*/
    overflow: hidden;
 
}

.tb-loc-title {
    position: relative;
    margin-bottom: 22px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.tb-loc-hero-text {
 
    margin: 0 auto 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.tb-loc-hero-text b {
    color: #fff;
    font-weight: 700;
}


/* =========================================================
   HERO DECORATIVE SHAPES
========================================================= */

.tb-loc-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tb-loc-hero-shape-1 {
    top: -90px;
    left: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.tb-loc-hero-shape-2 {
    right: -100px;
    top: 30px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.tb-loc-hero-shape-3 {
    right: 15%;
    bottom: -150px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}


/* =========================================================
   WHY / COMPREHENSIVE SERVICES SECTION
========================================================= */

.tb-loc-why-section {
    position: relative;
    /*max-width: 1320px;*/
    margin: 0 auto;
    padding: 10px 30px 0px;

}

.tb-loc-subtitle {
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.tb-loc-about-text {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.tb-loc-list {
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
}

.tb-loc-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.tb-loc-list li i {
    flex-shrink: 0;
    /*margin-top: 4px;*/
    color: #fff;
    font-size: 17px;
}


/* =========================================================
   SERVICES / PURPOSE SECTION
========================================================= */

.tb-loc-services-section {
    position: relative;
    /*max-width: 1320px;*/
    margin: 0 auto;
   padding: 10px 30px 0px;

}

.tb-loc-services-section p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.tb-loc-services-section p b {
    color: #fff;
    font-weight: 700;
}

.tb-loc-services-section .tb-loc-list {
    margin-bottom: 20px;
}


/* =========================================================
   CTA SECTION
========================================================= */

.tb-loc-cta-section {
    position: relative;
    max-width: 1320px;
    margin: 20px auto 0;
    padding: 40px 30px !important;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 44px;
}

.tb-loc-cta-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.tb-loc-cta-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.tb-loc-cta-section .tb-loc-subtitle {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-size: 25px;
}

.tb-loc-cta-section .tb-loc-about-text {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   TABLET - 992px
========================================================= */

@media (max-width: 991px) {

    .tb-loc-hero-section {
        padding: 55px 25px !important;
    }

    .tb-loc-title {
        font-size: 36px;
    }

    .tb-loc-hero-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .tb-loc-why-section,
    .tb-loc-services-section {
        padding: 40px 25px;
    }

    .tb-loc-subtitle {
        font-size: 25px;
    }

    .tb-loc-about-text,
    .tb-loc-services-section p,
    .tb-loc-list li {
        font-size: 15.5px;
    }

    .tb-loc-cta-section {
        margin-left: 20px;
        margin-right: 20px;
        padding: 35px 25px !important;
    }
}


/* =========================================================
   TABLET / MOBILE - 768px
========================================================= */

@media (max-width: 767px) {

    .tb-loc-hero-section {
        padding: 45px 20px !important;
    }

    .tb-loc-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .tb-loc-hero-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .tb-loc-why-section,
    .tb-loc-services-section {
        padding: 35px 20px;
    }

    .tb-loc-subtitle {
        font-size: 23px;
        line-height: 1.35;
    }

    .tb-loc-about-text,
    .tb-loc-services-section p {
        font-size: 15px;
        line-height: 1.75;
    }

    .tb-loc-list {
        margin-top: 15px;
    }

    .tb-loc-list li {
        gap: 8px;
        margin-bottom: 11px;
        font-size: 15px;
        line-height: 1.55;
    }

    .tb-loc-list li i {
        font-size: 16px;
    }

    .tb-loc-cta-section {
        margin: 15px 15px 0;
        padding: 32px 20px !important;
        border-radius: 6px;
    }

    .tb-loc-cta-section .tb-loc-subtitle {
        font-size: 22px;
    }

    .tb-loc-cta-section .tb-loc-about-text {
        font-size: 15px;
    }

    .tb-loc-hero-shape-1 {
        width: 150px;
        height: 150px;
    }

    .tb-loc-hero-shape-2 {
        width: 160px;
        height: 160px;
    }

    .tb-loc-hero-shape-3 {
        width: 200px;
        height: 200px;
    }
}
 .mah{
        margin-bottom : 30px !important;
    }

/* =========================================================
   SMALL MOBILE - 576px
========================================================= */

@media (max-width: 576px) {
    .mah{
        margin-bottom : 20px;
    }

    .tb-loc-hero-section {
        padding: 35px 15px 0px !important;
    }
    

    .tb-loc-title {
        margin-bottom: 18px;
        font-size: 26px;
        letter-spacing: 0;
    }

    .tb-loc-hero-text {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .tb-loc-why-section,
    .tb-loc-services-section {
        padding: 0px 15px 0px;
    }
    .tb-loc-services-section .tb-loc-list {
  margin-bottom: 25px;
}
.tb-loc-cta-section {
 
  margin-bottom: 25px !important;
}

    .tb-loc-subtitle {
        margin-bottom: 12px;
        font-size: 21px;
    }

    .tb-loc-about-text,
    .tb-loc-services-section p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tb-loc-list {
        margin: 15px 0 22px;
    }

    .tb-loc-list li {
        align-items: flex-start;
        gap: 7px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.55;
    }

     .tb-loc-list li i {
    font-size: 15px;
    margin-right: 2px;
  }
    .tb-loc-cta-section {
        margin: 10px 10px 0;
        padding: 28px 15px !important;
    }

    .tb-loc-cta-section .tb-loc-subtitle {
        font-size: 20px;
    }

    .tb-loc-cta-section .tb-loc-about-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .tb-loc-hero-shape {
        opacity: 0.5;
    }
    
            #sub-1{
  font-size : 20px !important;  
}
#sub-2{
     font-size : 19px !important;  
}
#sub-3{
    font-size : 18px !important;  
}
#sub-4{
    font-size : 18px !important;
}
#sub-5{
    font-size : 18px !important;
}
  .tb-loc-list li {
  display: block;
  }
    

}


/* =========================================================
   EXTRA SMALL DEVICES - 400px
========================================================= */

@media (max-width: 400px) {

    .tb-loc-title {
        font-size: 23px;
    }

    .tb-loc-hero-text {
        font-size: 13.5px;
    }

    .tb-loc-subtitle {
        font-size: 19px;
    }

    .tb-loc-about-text,
    .tb-loc-services-section p,
    .tb-loc-list li {
        font-size: 13.5px;
    }

    .tb-loc-cta-section .tb-loc-subtitle {
        font-size: 18px;
    }

}


body.light .tb-loc-title{
    color : #000;
}
body.light .tb-loc-title::before{
    background : #000 !important;
}

body.light .tb-loc-hero-text b{
     color : #000;
}

body.light .tb-loc-subtitle{
    color : #000;
}
body.light .tb-loc-subtitle::before{
    background : #000;
}

body.light .tb-loc-list li{
    color : #000;
}
body.light .tb-loc-list li i{
    color : #000;
}
body.light .tb-loc-services-section p b{
     color : #000;
}


 @media screen and (min-width: 1800px) and (max-width: 1900px) {
.tb-loc-cta-section {
  position: relative;
  max-width: 1580px;
  
}


}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {

.tb-loc-cta-section {

  max-width: 1080px;
  
  
}


.h-520px {
  height: 400px;
  width: 100%;
}
.tb-loc-title {

  font-size: 35px;
}
.tb-loc-hero-text {

  font-size: 15px;
}
.tb-loc-subtitle {

  font-size: 26px;
}
.tb-loc-about-text {
  margin-bottom: 15px;
}
.tb-loc-list li{
   font-size: 15px; 
}
.tb-loc-list li i {

  margin-top: 0px;

  font-size: 15px;
}
.tb-loc-about-text {

  font-size: 15px;
}
.tb-loc-services-section p {
  color: #fff;
  font-size: 15px;
}
tb-loc-cta-section .tb-loc-about-text {
 
  font-size: 15px;
}
.tb-loc-hero-section {
  position: relative;
  padding: 40px 30px 0px !important;
}
.tb-loc-why-section {

  padding: 5px 30px 0px;
}
.tb-loc-services-section {

  padding: 10px 30px 0px;
}
.tb-loc-services-section .tb-loc-list {
  margin-bottom: 25px;
}
}




#sub-1{
  font-size : 34px;  
}
#sub-2{
     font-size : 30px;  
}
#sub-3{
    font-size : 26px;  
}
#sub-4{
    font-size : 24px;
}
#sub-5{
    font-size : 22px;
}
#ul-mg{
    margin-bottom : 16px;
}
