body {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow-y: scroll;
    overflow-x: hidden
}

::-moz-selection {
    color: #022741;
    background: #FFDE1D
}

::selection {
    color: #022741;
    background: #FFDE1D
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer
}

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

.bg-black {
    background-color: #0d0d0d
}

.bg-gray {
    background-color: #f9f9f9
}

.text-gray {
    color: #666
}

.text-blue {
    color: #022741
}

.text-white {
    color: #fff
}

.text-black {
    color: #012840
}

.font-16 {
    font-size: 16px;
    line-height: 1.7em
}

.heading-20 {
    font-size: 20px;
    line-height: 32px
}

.heading-24 {
    font-size: 24px;
    line-height: 36px
}

.heading-30 {
    font-size: 30px;
    line-height: 42px
}

.heading-40 {
    font-size: 40px;
    line-height: 52px
}

.heading-48 {
    font-size: 48px;
    line-height: 60px
}

.description-16 {
    font-size: 16px;
    line-height: 28px
}

.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.pt-20 {
    padding-top: 20px
}

.pt-60 {
    padding-top: 60px
}

.pt-100 {
    padding-top: 100px
}

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

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

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

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-50 {
    margin-bottom: 50px
}

.to_srl_dv {
    position: fixed;
    top: 40%;
    width: 200px;
    left: -75px;
    font-size: 11px;
    font-weight: 600;
    color: #012840;
    z-index: 99;
    cursor: pointer;
    transform: rotate(90deg);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.3s
}

.progresssss .fill {
    background-color: #022741;
    width: 100%;
    height: 20px
}

#progressTop {
    width: 3px;
    height: 60px;
    border-radius: 0;
    overflow: hidden;
    background: #B2B2B2;
    transform: rotate(-90deg)
}

.to_srl_dv:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 32.5%;
    left: 96%;
    text-align: center;
    line-height: 20px;
    color: #b2b2b2;
    transform: translate(-50%, 0%) rotate(-90deg);
}

.cursor {
    position: absolute;
    background: #022741;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 10000;
    transform: scale(1);
    user-select: none;
    pointer-events: none;
    transition: 0.3s ease-in-out transform, 0.2s ease-in-out opacity
}

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


@keyframes mymove {
    0% {
        height: 0%
    }

    75% {
        height: 100%;
        opacity: .1
    }

    100% {
        height: 100%;
        opacity: .5
    }
}

.comman_btn {
    display: inline-block
}

.comman_btn a {
    position: relative;
    align-items: center;
    display: flex;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    padding-bottom: 10px
}

.comman_btn a:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/cta_arrow_icon_white.png) no-repeat 55%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    background-size: 12px;
    transition: 0.3s all
}

.comman_btn a span {
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s all
}

.comman_btn a span:after {
    content: "";
    width: 70px;
    background: #fff;
    display: inline-block;
    height: 2px;
    margin-right: -28px;
    margin-left: 20px;
    transition: 0.3s all;
    transform: translateX(0)
}

.comman_btn a:hover span::after {
    transition: 0.3s all;
    animation: mymove 1.5s;
    -webkit-animation: mymove 1.5s;
    -moz-animation: mymove 1.5se
}

@keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.comman_btn.blue_btn a {
    color: #30CFF2
}

.comman_btn.blue_btn a:after {
    border-color: #30CFF2;
    background: url(../images/cta_arrow_icon_blue.png) no-repeat 55%;
    background-size: 12px
}

.comman_btn.blue_btn a span:after {
    background: #30CFF2
}

.comman_btn.darkblue_btn a {
    color: #022741
}

.comman_btn.darkblue_btn a::after {
    background: #fff0 url(../images/cta_arrow_icon_darkblue.png) no-repeat scroll 55% center / 12px;
    border-color: #002741
}

.comman_btn.darkblue_btn a span::after {
    background: #002741
}

@media(max-width:767px) {
    .pb-100 {
        padding-bottom: 40px
    }

    .pt-100 {
        padding-top: 40px
    }

    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .comman_btn.blue_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_blue.png) no-repeat scroll 55% center / 9px
    }

    .comman_btn a span::after {
        height: 2px;
        margin-right: -21px;
        margin-left: 20px;
        width: 60px
    }

    .comman_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_white.png) no-repeat scroll 55% center / 9px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pb-100 {
        padding-bottom: 60px
    }

    .pt-100 {
        padding-top: 60px
    }

    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .comman_btn.blue_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_blue.png) no-repeat scroll 55% center / 9px
    }

    .comman_btn a span::after {
        height: 2px;
        margin-right: -21px;
        margin-left: 20px;
        width: 60px
    }

    .comman_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_white.png) no-repeat scroll 55% center / 9px
    }

    .client_image {
        max-width: 200px !important;
        height: 200px !important;
        width: 100% !important;
        border-radius: 10px !important;
        overflow: hidden !important
    }

    .client_review_des::before {
        display: none !important
    }

    .client_review_text {
        margin-bottom: 20px !important;
        margin-top: 25px !important
    }

    .client_image img {
        padding-right: 0;
        padding-left: 0 !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-100 {
        padding-bottom: 60px
    }

    .pt-100 {
        padding-top: 60px
    }

    .client_image img {
        padding-right: 0 !important;
        padding-left: 15px !important
    }

    .client_review_des::before {
        font-size: 60px !important;
        top: -55px !important;
        left: -54px !important
    }
}

.client_review_des {
    font-style: normal !important
}

.pop-up-wrp.input>input:focus-visible {
    outline: none
}

/* complete-seo-guide-to-boost-your-website-organic-traffic (page css) and pillar page cta css */
@media (min-width:1200px) and (max-width:1399px) {
    .heading-24 {
        font-size: 20px;
        line-height: 30px
    }
}

.hubspot_solutions_img::before {
    background-image: url(../images/hubspot-consulting-services-for-business-growth.webp) !important;
}

.tf_indefault::before {
    position: absolute;
    content: "";
    width: 47%;
    height: 95%;
    display: block;
    left: 3%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center;
}

.tf_indefault.hubspot_page::before {
    min-height: 600px;
    height: 100%;
}

.tf_indefault.hubspot_page::before {
    min-height: auto !important;
}

.to_srl_dv.side_content_nb {
    height: auto;
    right: -120px;
    left: unset;
    padding: 0;
    width: auto;
    transform: rotate(-90deg);
}

.to_srl_dv {
    position: fixed;
    top: 40%;
    width: 200px;
    left: -75px;
    font-size: 11px;
    font-weight: 600;
    color: #012840;
    z-index: 99;
    cursor: pointer;
    transform: rotate(90deg);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.3s;
}

.to_srl_dv.side_content_nb a {
    display: flex;
    align-items: center;
    color: #022741;
}


.to_srl_dv.side_content_nb a {
    display: flex;
    align-items: center;
    color: #022741;
}

.bg-skyblue {
    background-color: #30CFF2;
}

.footer_links ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.font-20 {
    font-size: 20px;
}

.to_srl_dv.side_content_nb a:before,
.to_srl_dv.side_content_nb a:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #ddd;
    display: inline-block;
    margin: 0 15px;
}

.to_srl_dv.side_content_nb:after {
    content: "";
}