.fbox-content h3, .heading-block h2 {
    margin-bottom: 0;
    text-transform: uppercase
}

.feature-box, .featured-item, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative
}

.text-white {
    color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-2 {
    border-width: 2px !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.p-5 {
    padding: 3rem !important
}

.bg-white {
    background-color: #fff !important
}

.ptb-120 {
    padding: 120px 0
}

@media (min-width:320px) and (max-width:991px) {
    .ptb-120 {
        padding: 60px 0
    }
}

.border-light {
    border-color: rgba(101, 101, 101, .1) !important
}

.rounded-custom {
    border-radius: 1rem !important
}

.bg-white h3 {
    color: initial
}

.bg-white p {
    color: var(--body-color)
}

.feature-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.feature-card.border:hover {
    border-color: var(--bs-primary) !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: 0 0
}

@media (min-width:767px) and (max-width:992px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:320px) and (max-width:768px) {
    .feature-grid {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:575px) {
    .feature-box, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
        position: relative
    }

    .fbox-content h3, .heading-block h2 {
        margin-bottom: 0;
        text-transform: uppercase
    }

    .topmargin-lg {
        margin-top: 5rem !important
    }

    .center {
        text-align: center !important
    }

    .mx-auto {
        float: none !important
    }

    [class*=col-mb-] {
        margin-bottom: calc(var(--col-mb)/ -1)
    }

    [class*=col-mb-]>[class*=col-] {
        padding-bottom: var(--col-mb)
    }

    .col-mb-50 {
        --col-mb: 50px
    }

    .feature-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .feature-box:first-child {
        margin-top: 0
    }

    .fbox-icon {
        width: 5.5rem;
        height: 4rem;
        padding: 0 .75rem
    }

    .fbox-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
        padding: 0 .75rem
    }

    .fbox-content h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #333
    }

    .fbox-content p {
        margin-top: .5rem;
        margin-bottom: 0;
        color: #999
    }

    .heading-block {
        margin-bottom: 50px
    }

    .heading-block h2 {
        font-weight: 700;
        letter-spacing: 1px;
        color: #333;
        font-size: 30px
    }

    .heading-block>span:not(.before-heading) {
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #777
    }

    .heading-block.center>span {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }

    .heading-block h2+span {
        font-size: 1.25rem
    }

    .heading-block::after {
        content: '';
        display: block;
        margin-top: 30px;
        width: 40px;
        border-top: 2px solid #444
    }

    .heading-block.center::after {
        margin: 30px auto 0
    }

    @media (max-width:767.98px) {
        .heading-block h2 {
            font-size: 26px
        }

        .heading-block h2+span {
            font-size: 18px
        }
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    @media print, (prefers-reduced-motion:reduce) {
        .animated {
            -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
            -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
            -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    @media screen and (max-width:575px) {
        .feature-box, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
            position: relative
        }

        .fbox-content h3, .heading-block h2 {
            margin-bottom: 0;
            text-transform: uppercase
        }

        .topmargin-lg {
            margin-top: 5rem !important
        }

        .center {
            text-align: center !important
        }

        .mx-auto {
            float: none !important
        }

        [class*=col-mb-] {
            margin-bottom: calc(var(--col-mb)/ -1)
        }

        [class*=col-mb-]>[class*=col-] {
            padding-bottom: var(--col-mb)
        }

        .col-mb-50 {
            --col-mb: 50px
        }

        .feature-box {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-left: -.75rem;
            margin-right: -.75rem
        }

        .feature-box:first-child {
            margin-top: 0
        }

        .fbox-icon {
            width: 5.5rem;
            height: 4rem;
            padding: 0 .75rem
        }

        .fbox-content {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            padding: 0 .75rem
        }

        .fbox-content h3 {
            font-size: 1rem;
            font-weight: 600;
            color: #333
        }

        .fbox-content p {
            margin-top: .5rem;
            margin-bottom: 0;
            color: #999
        }

        .heading-block {
            margin-bottom: 50px
        }

        .heading-block h2 {
            font-weight: 700;
            letter-spacing: 1px;
            color: #333;
            font-size: 30px
        }

        .heading-block>span:not(.before-heading) {
            display: block;
            margin-top: 10px;
            font-weight: 300;
            color: #777
        }

        .heading-block.center>span {
            max-width: 700px;
            margin-left: auto;
            margin-right: auto
        }

        .heading-block h2+span {
            font-size: 1.25rem
        }

        .heading-block::after {
            content: '';
            display: block;
            margin-top: 30px;
            width: 40px;
            border-top: 2px solid #444
        }

        .heading-block.center::after {
            margin: 30px auto 0
        }

        @media (max-width:767.98px) {
            .heading-block h2 {
                font-size: 26px
            }

            .heading-block h2+span {
                font-size: 18px
            }
        }

        @media (max-width:767px) {
            body .container {
                padding-right: var(--bs-gutter-x, 15px);
                padding-left: var(--bs-gutter-x, 15px)
            }
        }
    }
}

/*! CSS Used from: /assets/unminified-css/reputation-management.css */
/*! CSS Used from: /services/political/political-catalysis.css */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.topmargin-lg {
    margin-top: 5rem !important
}

.center, .text-center {
    text-align: center !important
}

.mx-auto {
    float: none !important
}

[class*=col-mb-] {
    margin-bottom: calc(var(--col-mb)/ -1)
}

[class*=col-mb-]>[class*=col-] {
    padding-bottom: var(--col-mb)
}

.col-mb-50 {
    --col-mb: 50px
}

.feature-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.feature-box:first-child {
    margin-top: 0
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 .75rem
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 .75rem
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #333
}

.fbox-content p {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #999
}

.heading-block {
    margin-bottom: 50px
}

.heading-block h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    font-size: 30px
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777
}

.heading-block.center>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.heading-block h2+span {
    font-size: 1.25rem
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444
}

.heading-block.center::after {
    margin: 30px auto 0
}

/*! CSS Used from: /services/political/political-catalysis.css */
@media (max-width:768px) {
    .container {
        max-width: 100%
    }
}

@media only screen and (max-width:480px) {
    h2 {
        font-size: 23px;
        line-height: 33px
    }
}

@media all {
    :focus {
        outline: 0
    }

    section {
        display: block
    }

    .container:after, .container:before, .row:after, .row:before {
        content: " ";
        display: table
    }

    .container:after, .row:after {
        clear: both
    }

   
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 30px
    }

    p {
        font-size: 14px
    }
}

@media only screen and (max-width:599px) {
    h2 {
        font-size: 24px
    }
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (max-width:1199px) {
    section {
        padding: 90px 0
    }
}

::-moz-selection {
    color: #000;
    background: rgba(245, 47, 110, .22)
}

::-webkit-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis
}

::-moz-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1
}

.section-title {
    max-width: 575px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media all {
    *, :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .section-title {
        max-width: 575px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px
    }

    @media only screen and (max-width:767px) {
        .section-title h2 {
            font-size: 25px;
            margin-bottom: 10px
        }

        .section-title h2:before {
            -webkit-animation: none;
            animation: none
        }
    }

    .section-title h2 {
        position: relative;
        line-height: 1.4;
        font-size: 44px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #111
    }

    @media only screen and (max-width:991px) {
        .section-title {
            margin-bottom: 30px
        }

        .section-title h2 {
            font-size: 30px;
            margin-bottom: 15px
        }
    }

    @media only screen and (max-width:767px) {
        .section-title h2 {
            font-size: 25px;
            margin-bottom: 10px
        }
    }
}

.section-title span {
    display: block;
    margin-bottom: 12px;
    color: #ff0000e6;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .section-title {
        margin-bottom: 30px;
        text-align: center !important
    }

    .section-title span {
        font-size: 14px
    }

    .section-title h2 {
        font-size: 25px
    }
}

@media screen {
    .mb-2 {
        margin-bottom: .5rem !important
    }

    .mb-3 {
        margin-bottom: 1rem !important
    }
}

@media (max-width:1199.98px) {
    .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media print {
    span {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

    .mb-5 {
        margin-bottom: 1.5rem !important
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    @media print {
        [class*=col-] {
            width: 100%
        }
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0
}

.row:after, .row:before {
    content: " "
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.approach-img, .single-approach {
    margin-bottom: 30px
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.featured-item, span {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.grey-bg {
    background: #fdfdfd
}

.featured-item {
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2);
    -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 50px 30px
}

.featured-item .featured-icon {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 50px;
    color: red;
    overflow: hidden;
    display: inline-block
}

.featured-item:hover {
    background: #ff0000e6;
    color: #fff;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px)
}

.featured-item:hover .featured-icon, .featured-item:hover h4 {
    color: #fff
}

.featured-item p, .section-title h2:last-child {
    margin-bottom: 0
}

.featured-item span {
    bottom: 0;
    color: rgba(0, 0, 0, .03);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 0
}

.featured-item:hover span {
    color: rgba(255, 255, 255, .2)
}

@media (max-width:992px) {
    .section-title {
        margin-bottom: 30px
    }
}

.approach-content {
    margin-left: 30px
}

.approach-content h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 40px
}

.single-approach {
    background-color: #fff;
    border-left: 2px solid #ff0000e6;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    position: relative
}

.single-approach h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.single-approach p {
    -webkit-transition: .5s;
    transition: .5s
}

.single-approach:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media only screen and (max-width:767px) {
    .approach-content {
        margin-left: 0
    }

    .approach-content h3 {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6
    }

    .approach-content .single-approach h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title {
        margin-bottom: 30px;
        text-align: center !important
    }

    .section-title span {
        font-size: 14px
    }

    .approach-content {
        margin-left: 0
    }

    .approach-content h3 {
        font-size: 25px;
        margin-bottom: 30px
    }

    .approach-content .single-approach h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .approach-img img {
        width: 100%
    }

  

@media only screen and (min-width:992px) and (max-width:1199px) {
    .approach-content {
        margin-left: 0
    }

    .single-approach {
        padding: 15px
    }

    .single-approach h3 {
        font-size: 18px
    }

    .our-approach-area .row {
        -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
        align-items: normal !important
    }

    .approach-img {
        background-image: url(/template/img/approach-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: relative
    }

    .approach-img::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #fff
    }

    .approach-img img {
        display: none
    }
}

.section-title {
    margin-bottom: 53px;
    position: relative
}

.section-title h2 {
    color: #000;
    font-weight: 700
}

@media only screen and (min-width:576px) and (max-width:767px) {
 
}

@media only screen and (min-width:480px) and (max-width:575px) {
    
}

@media only screen and (max-width:480px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 40px
    }
}

@media only screen and (max-width:414px) {
    .section-title h2 {
        font-size: 26px;
        line-height: 38px
    }
}

@media only screen and (max-width:350px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 36px
    }
}

@media all {
    .pb-70 {
        padding-bottom: 70px
    }

    .section-title h2 {
        font-size: 44px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #111
    }

    @media only screen and (max-width:991px) {
        .pb-70 {
            padding-bottom: 20px
        }

        .section-title {
            margin-bottom: 30px
        }

        .section-title h2 {
            font-size: 30px;
            margin-bottom: 15px
        }
    }

    @media only screen and (max-width:767px) {
        .section-title h2 {
            font-size: 25px;
            margin-bottom: 10px
        }
    }

    .container:after, .container:before, .row:after, .row:before {
        content: " ";
        display: table
    }

    .container:after, .row:after {
        clear: both
    }
}

.pb-70 {
    padding-bottom: 70px
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    .pb-70 {
        padding-bottom: 20px
    }

    h3 {
        font-size: 17px;
        line-height: 1.4
    }

    .section-title {
        margin-bottom: 30px;
        text-align: center !important
    }

    .section-title h2 {
        font-size: 25px
    }
}

@media print {
    .mb-5 {
        margin-bottom: 1.5rem !important
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

section {
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 4.8rem
}

@media (max-width:767.98px) {
    .heading-block h2 {
        font-size: 26px
    }

    .heading-block h2+span {
        font-size: 18px
    }

    .row:not(:last-child) {
        margin-bottom: 1.5rem
    }

    section {
        padding-top: 4rem;
        padding-bottom: 3rem
    }
}

.container:after, .row:after {
    clear: both
}

@media all {
    .approach-img, .single-approach {
        margin-bottom: 30px
    }

    .section-title, .section-title h2, .single-approach, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
        position: relative
    }

    .approach-content {
        margin-left: 30px
    }

    .approach-content h3 {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 40px
    }

    .single-approach {
        background-color: #fff;
        border-left: 2px solid #ff0000e6;
        padding: 20px;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
    }

    .single-approach h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 700;
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-approach p {
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-approach:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    @media only screen and (max-width:767px) {
        .pb-70 {
            padding-bottom: 20px
        }

        .section-title {
            margin-bottom: 30px;
            text-align: center !important
        }

        .section-title h2 {
            font-size: 25px
        }

        .approach-content {
            margin-left: 0
        }

        .approach-content h3 {
            font-size: 17px;
            margin-bottom: 30px;
            line-height: 1.6
        }

        .approach-content .single-approach h3 {
            font-size: 17px;
            margin-bottom: 10px
        }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .approach-content {
            margin-left: 0
        }

        .single-approach {
            padding: 15px
        }

        .single-approach h3 {
            font-size: 18px
        }

        .our-approach-area .row {
            -webkit-box-align: normal !important;
            -ms-flex-align: normal !important;
            align-items: normal !important
        }

        .approach-img {
            background-image: url(/template/img/approach-img.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
            position: relative
        }

        .approach-img::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background-color: #fff
        }

        .approach-img img {
            display: none
        }
    }

    .container:after, .container:before, .row:after, .row:before {
        content: " ";
        display: table
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .pb-70 {
            padding-bottom: 20px
        }

        .section-title {
            margin-bottom: 30px;
            text-align: center !important
        }

        .section-title h2 {
            font-size: 30px
        }

        .approach-content {
            margin-left: 0
        }

        .approach-content h3 {
            font-size: 25px;
            margin-bottom: 30px
        }

        .approach-content .single-approach h3 {
            font-size: 20px;
            margin-bottom: 10px
        }

        .approach-img img {
            width: 100%
        }
    }

    @media all {
        .pb-70 {
            padding-bottom: 70px
        }

        .section-title h2 {
            font-size: 44px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #111
        }

        @media only screen and (max-width:991px) {
            .pb-70 {
                padding-bottom: 20px
            }

            .section-title {
                margin-bottom: 30px
            }

            .section-title h2 {
                font-size: 30px;
                margin-bottom: 15px
            }
        }

        @media only screen and (max-width:767px) {
            .section-title h2 {
                font-size: 25px;
                margin-bottom: 10px
            }
        }

        section {
            display: block
        }

        .container:after, .container:before, .row:after, .row:before {
            content: " ";
            display: table
        }

        .container:after, .row:after {
            clear: both
        }

        h2 {
            font-family: BebasNeue, Helvetica, Arial, sans-serif;
            font-size: 38px;
            line-height: 48px;
            font-weight: 600;
            font-style: normal
        }
    }

    .pb-70 {
        padding-bottom: 70px
    }

    .section-title h2:last-child {
        margin-bottom: 0
    }

    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    section {
        padding-top: 6rem;
        padding-bottom: 4.8rem
    }

    @media (max-width:767.98px) {
        section {
            padding-top: 4rem;
            padding-bottom: 3rem
        }
    }

    @media only screen and (max-width:767px) {
        .pb-70 {
            padding-bottom: 20px
        }

        h3 {
            font-size: 17px;
            line-height: 1.4
        }

        .section-title {
            margin-bottom: 30px;
            text-align: center !important
        }

        .section-title h2 {
            font-size: 25px
        }

        h2 {
            font-size: 30px
        }

        p {
            font-size: 14px
        }
    }

    @media only screen and (max-width:599px) {
        h2 {
            font-size: 24px
        }
    }

    *, ::after, ::before {
        box-sizing: border-box
    }

    @media (max-width:1199px) {
        section {
            padding: 90px 0
        }
    }

    ::-moz-selection {
        color: #000;
        background: rgba(245, 47, 110, .22)
    }

    ::-webkit-input-placeholder {
        color: #6f6f6f;
        text-overflow: ellipsis
    }

    ::-moz-placeholder {
        color: #6f6f6f;
        text-overflow: ellipsis;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #6f6f6f;
        text-overflow: ellipsis;
        opacity: 1
    }

    .section-title {
        max-width: 575px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    @media all {
        *, :after, :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .section-title {
            max-width: 575px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 60px
        }

        .section-title h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #160f30;
            position: relative;
            line-height: 1.4
        }

        @media only screen and (max-width:991px) {
            .section-title {
                margin-bottom: 30px
            }

            .section-title h2 {
                font-size: 30px;
                margin-bottom: 15px
            }
        }

        @media only screen and (max-width:767px) {
            .section-title h2 {
                font-size: 25px;
                margin-bottom: 10px
            }

            .section-title h2:before {
                -webkit-animation: none;
                animation: none
            }
        }

        .container:after, .container:before, .row:after, .row:before {
            content: " ";
            display: table
        }

        .container:after, .row:after {
            clear: both
        }
    }

    .section-title h2 {
        color: #000;
        font-weight: 700
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .section-title h2 {
            font-size: 32px;
            line-height: 50px
        }
    }

    @media only screen and (min-width:576px) and (max-width:767px) {
        .section-title h2 {
            font-size: 32px;
            line-height: 50px
        }
    }

    @media only screen and (min-width:480px) and (max-width:575px) {
        .section-title h2 {
            font-size: 28px;
            line-height: 40px
        }
    }

    @media only screen and (max-width:480px) {
        .section-title h2 {
            font-size: 28px;
            line-height: 40px
        }
    }

    @media only screen and (max-width:414px) {
        .section-title h2 {
            font-size: 26px;
            line-height: 38px
        }
    }

    @media only screen and (max-width:350px) {
        .section-title h2 {
            font-size: 24px;
            line-height: 36px
        }
    }

    @media all {
        .section-title h2 {
            font-size: 44px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #111
        }

        @media only screen and (max-width:991px) {
            .section-title {
                margin-bottom: 30px
            }

            .section-title h2 {
                font-size: 30px;
                margin-bottom: 15px
            }
        }

        @media only screen and (max-width:767px) {
            .section-title h2 {
                font-size: 25px;
                margin-bottom: 10px
            }
        }

        .row:after, .row:before {
            content: " "
        }

        [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
            position: relative
        }

        @media print {
            @media print {
                [class*=col-] {
                    width: 100%
                }
            }
        }

        .container:after, .container:before, .row:after, .row:before {
            content: " ";
            display: table
        }

        .container:after, .row:after {
            clear: both
        }
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.4
    }

    @media only screen and (max-width:767px) {
        .section-title {
            margin-bottom: 30px;
            text-align: center !important
        }

        .section-title h2 {
            font-size: 25px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .section-title {
            margin-bottom: 30px;
            text-align: center !important
        }

        .section-title h2 {
            font-size: 30px
        }
    }

    *, :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    * {
        padding: 0;
        margin: 0
    }

    .section-title {
        margin-bottom: 50px
    }

    @media (max-width:992px) {
        .section-title {
            margin-bottom: 30px
        }
    }

    .mb-5 {
        margin-bottom: 1.5rem !important
    }

    @media (min-width:768px) {
        section {
            padding: 100px 0;
            position: relative
        }
    }

    @media print {
        .mb-5 {
            margin-bottom: 1.5rem !important
        }

        *, :after, :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        @media print {
            [class*=col-] {
                width: 100%
            }
        }
    }

    .container:after, .row:after {
        clear: both
    }

    @media all {
        .zn_section, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
            position: relative
        }

        .clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before {
            content: " "
        }

        *, ::after, ::before {
            box-sizing: border-box
        }

        @media (max-width:1199px) {
            section {
                padding: 90px 0
            }
        }

        .pb-70 {
            padding-bottom: 70px !important
        }

        .text-center {
            text-align: center !important
        }

        .zn_section {
            padding-top: 35px;
            padding-bottom: 35px
        }

        .clearfix::after {
            display: block;
            clear: both;
            content: ""
        }

        ::-moz-selection {
            background: rgba(245, 47, 110, .22)
        }

        .clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before {
            content: " ";
            display: table
        }

        .clearfix:after, .container:after, .row:after {
            clear: both
        }

        .znColumnElement-innerContent, .znColumnElement-innerWrapper {
            width: 100%
        }

        section {
            padding-top: 6rem;
            padding-bottom: 4.8rem
        }

        @media (max-width:767.98px) {
            section {
                padding-top: 4rem;
                padding-bottom: 3rem
            }
        }

        @media all {
            section {
                display: block
            }

            .container:after, .container:before, .row:after, .row:before {
                content: " ";
                display: table
            }

            .container:after, .row:after {
                clear: both
            }

            .znColumnElement-innerContent, .znColumnElement-innerWrapper {
                width: 100%
            }

            @media all {
                .clearfix:after, .clearfix:before, .row:after, .row:before {
                    content: " "
                }

                .zn_section {
                    padding-top: 35px;
                    padding-bottom: 35px;
                    position: relative
                }

                .kl-font-alt {
                    font-family: montserrat, Helvetica, Arial, sans-serif
                }

                .clearfix::after {
                    display: block;
                    clear: both;
                    content: ""
                }

                .bg-light {
                    background-color: #f7f8f9 !important
                }

                section {
                    padding-top: 6rem;
                    padding-bottom: 4.8rem
                }

                @media (max-width:767.98px) {
                    section {
                        padding-top: 4rem;
                        padding-bottom: 3rem
                    }
                }

                .clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before {
                    content: " ";
                    display: table
                }

                .clearfix:after, .container:after, .row:after {
                    clear: both
                }

                .u-trans-all-2s {
                    transition: .2s ease-out
                }

                .znColumnElement-innerContent, .znColumnElement-innerWrapper {
                    width: 100%
                }

                .element-scheme--light {
                    color: #535353
                }

                @media all {
                    @media all {
                        .znColumnElement-innerContent, .znColumnElement-innerWrapper {
                            width: 100%
                        }

                        .element-scheme--light {
                            color: #535353
                        }

                        .kl-font-alt {
                            font-family: montserrat, Helvetica, Arial, sans-serif
                        }
                    }

                    .clearfix::after {
                        display: block;
                        clear: both;
                        content: ""
                    }

                    .u-trans-all-2s {
                        transition: .2s ease-out
                    }

                    .stepbox3-box {
                        position: relative;
                        padding: 0;
                        margin-bottom: 80px;
                        box-shadow: none
                    }

                    .stepbox3-box:after {
                        border-color: #eee transparent transparent;
                        border-width: 10px;
                        margin-left: -10px;
                        left: 10%
                    }

                    .stepbox3-box:before {
                        border-color: #ccc transparent transparent;
                        border-width: 13px;
                        margin-left: -13px;
                        left: 10%
                    }

                    .stepbox3-box[data-align=right]:after, .stepbox3-box[data-align=right]:before {
                        right: 10%;
                        left: auto;
                        margin-left: 0
                    }

                    .stepbox3-box[data-align=right]:before {
                        margin-right: -13px
                    }

                    .stepbox3-number {
                        padding: 0;
                        height: 100%;
                        position: relative;
                        width: 100%;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        text-align: center;
                        float: left
                    }

                    .stepbox3-number-sp {
                        font-size: 100px;
                        font-weight: 900;
                        color: #333;
                        vertical-align: middle;
                        position: relative;
                        top: 50%;
                        line-height: 1;
                        display: block
                    }

                    .stepbox3-box[data-align=right] .stepbox3-content, .stepbox3-content {
                        padding: 25px 35px 20px;
                        color: #929292;
                        line-height: 30px;
                        font-size: 14px
                    }

                    .stepbox3-content {
                        float: left;
                        background-color: #fff
                    }

                    .stepbox3-title {
                        font-size: 14px;
                        text-transform: uppercase;
                        font-weight: 700;
                        color: #333
                    }

                    .stepbox3-box[data-align=right] .stepbox3-number {
                        left: auto;
                        right: 0;
                        border-right: 0
                    }

                    .stepbox3-box[data-align=right] .stepbox3-content {
                        margin-left: auto
                    }

                    @media (min-width:992px) {
                        .stepbox3-number {
                            width: 240px;
                            position: absolute
                        }

                        .stepbox3-number-sp {
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%)
                        }

                        .stepbox3-content {
                            margin-left: 240px
                        }

                        .stepbox3-content:after, .stepbox3-content:before {
                            -webkit-transition: .25s ease-in-out;
                            transition: .25s ease-in-out
                        }

                        .stepbox3-content:before {
                            position: absolute;
                            content: '';
                            top: 0;
                            width: 2px;
                            height: 100%;
                            background-color: #cd2122
                        }

                        .stepbox3-box:hover .stepbox3-content:before {
                            width: 5px
                        }

                        .stepbox3-box[data-align=right] .stepbox3-content {
                            text-align: right;
                            margin-left: auto;
                            margin-right: 240px
                        }

                        .stepbox3-box[data-align=left] .stepbox3-content:before {
                            left: 240px
                        }

                        .stepbox3-box[data-align=right] .stepbox3-content:before {
                            right: 240px
                        }

                        .stepbox3-content:after {
                            position: absolute;
                            content: '';
                            border: 14px solid transparent;
                            top: 50%;
                            margin-top: -14px
                        }

                        .stepbox3-box[data-align=left] .stepbox3-content:after {
                            left: 242px;
                            border-left-color: #cd2122
                        }

                        .stepbox3-box[data-align=right] .stepbox3-content:after {
                            right: 242px;
                            border-right-color: #cd2122
                        }

                        .stepbox3-box[data-align=left]:hover .stepbox3-content:after {
                            left: 245px
                        }

                        .stepbox3-box[data-align=right]:hover .stepbox3-content:after {
                            right: 245px
                        }

                        .stepbox3-box:after, .stepbox3-number:after, .stepbox3-number:before {
                            background-color: #f1f1f1 !important
                        }

                        .stepbox3-box:after {
                            position: absolute;
                            content: '';
                            width: calc(100% - 234px);
                            height: 6px;
                            bottom: -43px
                        }

                        .stepbox3-box[data-align=left]:after {
                            left: 130px
                        }

                        .stepbox3-box[data-align=right]:after {
                            right: 114px
                        }

                        .stepbox3-number:after, .stepbox3-number:before {
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 50px
                        }

                        .stepbox3-number:before {
                            top: -37px
                        }

                        .stepbox3-number:after {
                            bottom: -37px
                        }

                        .stepbox3-box.last .stepbox3-number:after, .stepbox3-box.last:after, .stepbox3-box:first-child .stepbox3-number:before {
                            content: none
                        }

                        .stepbox3-box.last {
                            margin-bottom: 0
                        }
                    }

                    .work_process, [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
                        position: relative
                    }

                    .eluid99ad224f {
                        padding-top: 35px;
                        padding-bottom: 75px
                    }

                    .element-scheme--light {
                        color: #535353
                    }

                    .stepbox3-content:before {
                        background-color: #cd2122
                    }

                    .stepbox3-box[data-align=right] .stepbox3-content:after {
                        border-right-color: #cd2122
                    }

                    .stepbox3-box[data-align=left] .stepbox3-content:after {
                        border-left-color: #cd2122
                    }

                    .kl-font-alt {
                        font-family: Montserrat, Helvetica, Arial, sans-serif
                    }

                    .clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before {
                        content: " ";
                        display: table
                    }

                    .clearfix:after, .container:after, .row:after {
                        clear: both
                    }

                    .znColumnElement-innerContent, .znColumnElement-innerWrapper {
                        width: 100%
                    }

                    /*! CSS Used from: /services/political/demography-derivation/demography-derivation.css */
                    .section_title_border .f-border {
                        width: 4px;
                        display: inline-block;
                        height: 3px;
                        background-color: #000
                    }

                    .section_title_border .s-border {
                        width: 25px;
                        display: inline-block;
                        height: 3px;
                        background-color: #000
                    }

                    .work_process {
                        padding: 10px 0;
                        margin-top: 35px
                    }

                    .work_process::after {
                        content: "";
                        height: 95%;
                        left: 0;
                        margin: auto;
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 1px;
                        background-color: #e6e6e6
                    }

                    .work_box {
                        margin-bottom: 50px
                    }

                    .work_number h5 {
                        font-size: 26px !important;
                        color: red;
                        background-color: #ffcbcbe6;
                        display: inline-block;
                        text-align: center;
                        width: 48px;
                        height: 48px;
                        border-radius: 50%;
                        line-height: 48px
                    }

                    .work_left img, .work_right img {
                        max-width: 300px
                    }

                    .work_process .work_box .work_left {
                        margin-right: 20px
                    }

                    .work_process .work_box .work_left::after, .work_process .work_box .work_right::after {
                        border: 4px solid #fff;
                        border-radius: 50%;
                        content: "";
                        height: 20px;
                        box-shadow: 0 0 0 1px #e6e6e6;
                        position: absolute;
                        top: 20px;
                        width: 20px;
                        z-index: 1
                    }

                    .work_process .work_box .work_left::after {
                        right: -45px;
                        background-color: red
                    }

                    .work_process .work_box .work_right::after {
                        left: -45px;
                        background-color: red
                    }

                    .work_process .work_box .work_detail_right {
                        text-align: center;
                        margin-left: 15px;
                        float: left;
                        padding: 20px;
                        border: 1px solid #f3efef
                    }

                    .work_process .work_box .work_right {
                        margin-left: 20px
                    }

                    .work_process .work_box .work_left, .work_process .work_box .work_right {
                        text-align: center;
                        padding: 20px 0;
                        position: relative
                    }

                    .work_process .work_box .work_detail_left {
                        text-align: center;
                        margin-right: 15px;
                        float: right;
                        border-radius: 0;
                        padding: 20px;
                        border: 1px solid #f3efef
                    }

                    @media (max-width:768px) {
                        .work_process::after {
                            margin: 0
                        }

                        .work_left img, .work_right img {
                            max-width: 250px
                        }

                        .work_box .timeline_icon {
                            float: left !important;
                            margin: 0 0 30px 15px !important;
                            text-align: left !important;
                            position: relative
                        }

                        .work_box .timeline_icon::after {
                            left: -24px !important
                        }

                        .work_box .work_detail {
                            text-align: left !important;
                            margin-left: 15px
                        }
                    }

                    .img-fluid {
                        height: auto;
                        max-width: 100%
                    }

                    .mb-0 {
                        margin-bottom: 0 !important
                    }

                    .text-muted {
                        color: #869ab8 !important
                    }

                    .row:after, .row:before {
                        content: " "
                    }

                    ::-moz-selection {
                        background: rgba(245, 47, 110, .22)
                    }

                    section {
                        padding-top: 6rem;
                        padding-bottom: 4.8rem
                    }

                    @media (max-width:767.98px) {
                        section {
                            padding-top: 4rem;
                            padding-bottom: 3rem
                        }
                    }

                    @media print {
                        @media print {
                            [class*=col-] {
                                width: 100%
                            }
                        }
                    }

                    *, ::after, ::before {
                        box-sizing: border-box
                    }

                    .text-center {
                        text-align: center !important
                    }

                    @media (max-width:1199px) {
                        section {
                            padding: 90px 0
                        }
                    }

                    @media all {
                        section {
                            display: block
                        }

                        .container:after, .container:before, .row:after, .row:before {
                            content: " ";
                            display: table
                        }

                        .container:after, .row:after {
                            clear: both
                        }

                        *, :after, :before {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box
                        }
                    }
                }
            }
        }
    }
}
