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
}

.font-medium {
    font-weight: 500;
}

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

.text-blue {
    color: #022741;
}

.d-block {
    display: block !important;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.font-bold {
    font-weight: 700;
}

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

.text-blue {
    color: #022741;
}

.comman_btn.banner_cta a {
    color: rgb(2, 39, 65);
}

.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.banner_cta a span {
    padding-bottom: 8px;
}

.text-gray {
    color: #666
}

.text-blue {
    color: #022741
}

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

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

.heading-22 {
    font-size: 22px;
    line-height: 34px
}

.heading-26 {
    font-size: 26px;
    line-height: 38px
}

.font-regular {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

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

.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.side_content_nb:after {
    content: none;
}

.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
}


@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.banner_cta a:after {
    background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_dblue.png) no-repeat 55%;
    width: 15px;
    height: 20px;
    border: 0;
    margin-left: 20px;
    margin-bottom: -30px;
    background-size: 12px;
}

.comman_btn.banner_cta a span:after {
    position: absolute;
    bottom: 0;
    right: 3px;
    background: rgb(2, 39, 65);
    width: 88%;
}

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

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

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

.text-white {
    color: #fff;
}

.font-bold {
    font-weight: 700;
}

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

.text-blue {
    color: #022741;
}

.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.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) {
    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .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
    }

    .hs_submit .actions::after {
        width: 34px !important;
        height: 34px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .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
    }
}

.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 */
.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;
}

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

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

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

.pt-50 {
    padding-top: 50px;
}

.footer_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.fixed-text-visible:after {
    color: #fff;
}

/* End */