* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --white: #fff;
    --white2: #F7F9F6;
    --white3: #FAFAFA;
    --white4: #F2F2F2;
    --sky: #1C9FB5;
    --lightsky: #E0F5F8;
    --lightblue: #2DA3B6;
    --headertopblue: #4ABCBA;
    --blue: #26335D;
    --hoverBlue: #0B70E1;
    --headingColor: #053154;
    --black15: #151515;
    --yellow: #FFB300;
    --orange: #FC7B0A;
    --orange2: #E98C26;
    --plusIcon: #EAB152;
    --green: #117D3E;
    --footerblack: #020F26;
    --footerblue: #03173D;
    --purple: #16021A;
    --black0B: #0B0B0B;
    --grey: #959595;
    --grey2: #8E8B8B;
    --grey3: #dedede;
    --grey4: #A7A3A3;
    --gradient: linear-gradient(274.93deg, #54C5D1 0.08%, #26335D 98.22%);
    --TenorSans: "Tenor Sans", sans-serif;
    --poppins: "Poppins", sans-serif;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--TenorSans);
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h1,
.h1-title {
    font-family: var(--poppins);
    font-weight: 400;
    font-size: 65px;
    line-height: 1.05em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--white);
}

h1 span,
.h1-title span {
    font-weight: 700;
}

h2 {
    font-weight: 400;
    font-size: 47px;
    line-height: 1.05em;
    color: var(--headingColor);
}

p {
    padding: 0;
    line-height: 1em;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    color: inherit;
    transition: all .3s ease-in-out;
}

.p-70 {
    padding: 70px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.btn {
    transition: 0.5s;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
}

.btn-primary {
    background: var(--orange);
    border: none;
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 14px;
    color: var(--white);
    border: 1px solid #E2E2E2;
    box-shadow: 0px 4px 44px 0px #0000001A;
    transition: all .3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0px 4px 44px 0px #0000001A;
    background-color: var(--white);
    color: var(--grey);
    border: 1px solid #E2E2E2;
    transition: all .3s ease-in-out;
}

.btn-primary span i {
    transform: rotate(330deg);
    margin-left: 5px;
}


.btn-white {
    background-color: var(--white);
    color: var(--grey);
}

.btn-white:hover,
.btn-white:focus {
    box-shadow: 0px 4px 44px 0px #0000001A;
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid #E2E2E2;
    transition: all .3s ease-in-out;
}

.btn-view {
    border: 1px solid #D9AF7F;
    color: #ffffff;
    position: relative;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
    z-index: 1;
}

.btn-view:hover {
    background-color: #D9AF7F;
}

.btn-view::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #D9AF7F;
    z-index: -1;
    transition: 0.5s;
}

.btn-view:hover::after {
    opacity: 0;
}

.secondary-button {
    font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--white);
    padding: 17px 23px;
    background-color: var(--orange);
    text-transform: uppercase;
    display: inline-block;
}

.secondary-button:hover,
.black-button {
    background-color: var(--buttonBlack);
}

.secondary-button i {
    padding-left: 17px;
}

.black-button:hover {
    background-color: var(--orange);
}

.headertext {
    margin-bottom: 35px;
}

.headertext h4 {
    color: #000;
    font-size: 48px;
    font-weight: bold;
}

.headertext h3 {
    position: relative;
    font-size: 48px;
    color: #000;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
}

.text-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.primary-btn {
    background: var(--purple);
    border: 1px solid #FFFFFF12;
    box-shadow: 0px 4px 44px 0px #0000001A;
    padding: 17px 60px;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.primary-btn:hover {
    background: var(--buttonYellow);
}

.primary-btn.button-yellow {
    background-color: var(--buttonYellow);

    &:hover {
        background-color: var(--purple);
    }
}

.sub-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--orange2);
}

.container {
    max-width: 100%;
    padding: 0 20px;
    position: relative;
}

/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-right: 10px;
    padding: 5px 0px;
    border-radius: 50px;
}

.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu ul li {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
}

.menu ul li.active {
    position: relative;
}

.menu ul li.active::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    max-width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/menu-active-shape.svg);
}

.menu ul li span {
    position: absolute;
    top: 14px;
    right: 0;
    display: none;
}

.menu ul li span::after {
    content: '\f107';
    color: #000000;
    font-family: FontAwesome;
    font-size: 10px;
}

.menu ul li:hover span::after {
    color: #f7c624;
}

.headarea.innerheader .menu ul li a {
    color: #000;
}

.menu ul li a {
    color: var(--white);
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    padding: 4px 0px;
    margin: 0 15px;
    position: relative;

    &:hover {
        color: var(--plusIcon);
    }
}

.menu ul li.active a::after,
.menu ul li:hover a::after {
    width: 100%;
}

.menu ul li.active a::after {
    width: 100%;
}

.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}

.menu ul li a .arrow-icon {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
}

.menu ul li ul {
    width: max-content;
    min-width: 200px;
    position: absolute;
    top: calc(100% + 30px);
    left: -1em;
    z-index: 2;
    background-color: var(--white);
    padding: 8px 16px;
    border: 2px solid var(--black);
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.menu ul ul li:first-child:before {
    display: none;
}

.menu ul ul li:after {
    display: none;
}

.menu ul li:last-child ul {
    width: 220px;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 2%);
    text-align: left;
}

.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 2px 0;
    color: var(--bodycolor);
    line-height: 1.3em;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
    border-radius: 0;
}

.menu ul li ul li ul {
    top: 10px;
    left: 149px;
}

.menu ul li ul li span {
    right: 7px;
    top: 12px;
}

.menu ul li a:hover.menu ul li ul {
    display: block;
}

.menu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: solid 1px rgb(255 255 255 / 7%);
    border-right: none;
}

.menu ul li ul li:last-child {
    border: none;
}

.sub-menu li a::after {
    height: 0 !important;
}

.menuButton {
    width: 37px;
    height: 30px;
    padding: 5px;
    float: right;
    display: none;
}

.menuButton span {
    width: 100%;
    height: 2px;
    background: var(--white);
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}

.menuButton span:last-child {
    margin-bottom: 0;
}

@media (min-width:1199.98px) {
    .menu ul {
        display: block !important;
    }

    .menu ul li:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

@media (max-width:1199.98px) {
    .menuButton {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }

    .menu ul li span {
        background: url(../images/menu_arrow.png) center center no-repeat;
        cursor: pointer;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99;
    }

    .menu ul li:hover span {
        background: url(../images/menu_arrow_hover.png) center center no-repeat;
    }

    .arrow_change span:nth-child(2) {
        display: none;
    }

    .arrow_change span:first-child {
        position: relative;
        top: 9px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .arrow_change span:last-child {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .menuBar {
        padding: 15px 0;
    }

    .menu {
        padding: 5px 0;
    }

    .menu ul {
        display: none;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .menu ul li a {
        color: #071731;
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .menu ul li ul {
        display: none;
        background-color: #e1e1e1;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 0;
        visibility: initial;
        opacity: 1;
    }

    .menu ul li:last-child ul {
        display: none;
        background-color: #e1e1e1;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .menu ul li {
        display: block;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #cccccc54;
        text-align: left;
        position: relative;
    }

    .menu ul li span {
        position: absolute;
        right: 30px;
        z-index: 99;
        cursor: pointer;
        top: 12px;
        text-align: center;
    }

    .menu ul li ul li ul {
        top: 0;
        left: 0;
    }

    .menu ul li ul li a {
        font-size: 12px;
        text-transform: none;
        background-color: #e1e1e1;
        padding: 8px 12px;
        color: #000;
    }
}

/*-- menu stop --*/


/* header-top-start----------------------------- */
.top-header {
    box-shadow: 0px 4px 44px 0px #0000001A;
    background-color: var(--white);
    padding: 15px 0;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

select {
    appearance: none;
}

.custom-select {
    width: 70px;
    height: auto;
    outline: none;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: var(--black0B);
    position: relative;
    cursor: pointer;
}

.custom-select option {
    color: var(--black);
}

.header-select-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: transparent;
}

.header-select-box i {
    position: absolute;
    right: 0;
    pointer-events: none;
    color: var(--grey);
    font-size: 14px;
}

.custom-select:hover,
.header-select-box:hover i {
    color: var(--headertopblue);
}

.header-info-icon-icon.header-wp-icon i {
    font-size: 25px;
    background: linear-gradient(180deg, #4AC14B 0%, #06853A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-info-icon-box,
.header-follow-us-box ul li a {
    width: 21px;
    height: 21px;
    border: 2px solid var(--grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-info-icon-box i,
.header-follow-us-box ul li a i {
    color: var(--grey);
    font-size: 10px;
}

.header-info-box span,
.header-follow-us-box span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black0B);
    transition: all .3s ease-in-out;
}

.header-info-box span:hover,
.header-info-icon-box:hover i,
.header-info-icon-icon:hover i,
.header-follow-us-box ul li a:hover i {
    color: var(--headertopblue);
}

.header-info-icon-box:hover,
.header-follow-us-box ul li a:hover {
    border: 2px solid var(--headertopblue);
}

.header-info-icon-icon i {
    font-size: 19px;
    color: var(--grey);
}

.header-follow-us-box,
.header-follow-us-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-follow-us-box ul li a i {
    transition: all 0.3s ease-in-out;
}

/* header-top-end------------------------- */


/*-- header area start --*/
.header-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
    padding: 10px 0px;
    background-color: var(--black);
}

.header-body {
    padding: 5px 0;
}

.header-body .logo {
    width: 100%;
    max-width: max-content;
}

.header-body .logo img {
    width: 100%;
    object-fit: cover;
}

.header-menu {
    width: 100%;
    gap: 45px;
    justify-content: end;
    margin-left: auto;
}

.header-contact-info {
    color: var(--white);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header-contact-info p {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.header-contact-info a {
    font-size: 35px;
    line-height: 1em;

    &:hover {
        color: var(--plusIcon);
    }
}

.header-contact-info span {
    display: inline-block;
    min-width: 214px;
    background-color: var(--orange2);
    font-size: 12px;
    text-align: center;
    padding: 3px 4px;
    border-radius: 3px;
    margin-top: 10px;
}

.call-icon {
    display: none;
}

.call-icon a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: var(--orange2);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* menu-trigger-start */
.menu li.has-children .menu-trigger i {
    font-size: 13px;
    color: var(--plusIcon);
}

/* menu-trigger-end */

.banner-cont-sec{position: absolute;
  top: 0px;
  z-index: 9;}


/*-- header area stop --*/
/* What to say our client about us start */
.what-to-say-sec {
    padding: 90px 0 140px;
}

.what-to-say-sec h2 {
    padding-bottom: 35px;
}

.rateing-star {
    color: #FFC107;
}

.what-to-say-box {
    height: 100%;
    background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
    border: 1px solid #F7F7F7;
    box-shadow: 0px 4px 44px 0px #0000000D;
    padding: 66px 48px;
}

.what-to-say-box h3 {
    margin-bottom: 10px;
}

.what-to-say-box p {
    font-size: 18px;
    margin: 15px 0 18px;
}

.what-to-say-slider-outer-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.testimonials-title-img {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.testimonials-title {
    margin-left: 17px;
}

.testimonials-title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
    display: inline;
}

.owl-carousel .owl-item .testimonials-title span img {
    display: inline;
    width: max-content;
}

.testimonials-title p {
    font-size: 14px;
    color: #2E2D2D;
}

.verified {
    color: #2196F3;
}

.testimonials-para-review p {
    text-align: justify;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* nav-buttons-start */

.testimonial-slider-button .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.testimonial-slider-button .owl-nav .owl-prev span,
.testimonial-slider-button .owl-nav .owl-next span {
    font-size: 0px;
}

.testimonial-slider-button .owl-nav .owl-prev,
.testimonial-slider-button .owl-nav .owl-next,
.testimonial-slider-button .owl-nav .owl-next:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    box-sizing: border-box;
    position: relative;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--white) !important;
    border: 1px solid #070707 !important;
    border-radius: 0px;
    box-shadow: none;
}

.testimonial-slider-button .owl-nav .owl-next,
.testimonial-slider-button .owl-nav .owl-prev:hover {
    background: var(--gradient) !important;
    border: 1px solid transparent !important;
    margin-right: 0px;
    right: 0px;
    position: relative;
}

.testimonial-slider-button .owl-nav .owl-prev,
.testimonial-slider-button .owl-nav .owl-prev {
    margin-right: 0px;
    left: 0px;
    position: relative;
}

.testimonial-slider-button .owl-nav .owl-prev::after,
.testimonial-slider-button .owl-nav .owl-next::after {
    content: "\f104";
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    font-size: 16px;
    color: #2C2A2A;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.testimonial-slider-button .owl-nav .owl-prev:hover::after {
    color: var(--white);
}

.testimonial-slider-button .owl-nav .owl-next:hover::after {
    color: #2C2A2A;
}

.testimonial-slider-button .owl-nav .owl-next::after {
    content: '\f105';
    color: var(--white);
}

/* nav-buttons-end */

/* What to say our client about us end */

/* FOOTER START---------------------------------- */

.footer {
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 52px 0 32px;
    color: var(--white);
    margin-top: 90px;
}

.footer-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #FFFFFF17;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
}

.footer-col:first-child {
    width: 353px;
}

.footer-col:nth-child(2) {
    width: 130px;
}

.footer-col:nth-child(3) {
    width: 302px;
}

.footer-col:last-child {
    width: 358px;
}

.logo-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625rem;
    padding-bottom: 26px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 12px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-social a:hover {
    background-color: var(--hoverBlue);
}

.footer-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.563rem;
    text-transform: capitalize;
    padding: 32px 0px 24px;
}

.footer-col:nth-child(2) ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 19px;
}

.footer-col:nth-child(2) ul li:first-child {
    padding: 0;
}

.footer-col:nth-child(2) ul li a {
    text-transform: capitalize;
    color: var(--white);
    padding-left: 13px;
}

.footer-box ul li i {
    color: var(--sky)
}

.footer-col:nth-child(2) ul li a:hover {
    color: var(--hoverBlue)
}

.footer-col:nth-child(3) ul li {
    display: flex;
    align-items: start;
    padding-top: 25px;
}

.footer-col:nth-child(3) ul li:first-child {
    padding: 0;
}

.footer-col:nth-child(3) ul li img {
    padding-top: 5px;
}

.footer-contact-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 11px;
}

.footer-contact-cont span {
    line-height: 1.375rem;
    font-size: 16px;
}

.footer-contact-cont a {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.375rem;
    color: var(--white);
}

.footer-col:nth-child(3) ul li:nth-child(2) a {
    text-decoration: underline;
}

.footer-contact-cont a:hover {
    color: var(--yellow);
}

.subscribe-box {
    padding: 46px 22px 42px 17px;
    background-color: #01010173;
    border: 1px solid #FFFFFF36;
    border-radius: 17px;
}

.subscribe-heading {
    font-weight: 500;
    font-size: 30px;
    line-height: 2.125rem;
}

.footer-form {
    padding-top: 26px;
}

.footer-email {
    position: relative;
}

.footer-email input {
    width: 100%;
    background: #01010173;
    border: 1px solid #FFFFFF36;
    border-radius: 10px;
    font-size: 16px;
    line-height: 2.125rem;
    color: var(--white);
    padding: 15px 25px 15px 51px;
    margin: 0 0 14px;
}

.footer-email input::placeholder {
    color: var(--white);
}

.footer-email i {
    position: absolute;
    top: 24px;
    left: 24px;
    color: var(--orange2);
}

.footer-form button {
    background-color: var(--orange2);
    border: 1px solid #FFFFFF36;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.125rem;
    color: var(--white);
    padding: 13px 106px;
}

.footer-form button:hover {
    background-color: #d87c17;
}

.footer-bottom {
    padding-top: 28px;
}

.footer-bottom-text p {
    font-size: 15px;
    line-height: 1.563rem;
    color: var(--white);
    text-align: center;
}

.footer-bottom-text p span {
    padding: 0 5px;
}

.copyright-c {
    color: #2c2c2c;
    padding: 0 !important;
}

/* footer end */

/* Digital marketing services aligned with your goals start*/

.digital-marketing-services-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/digital-marketing-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
     padding-top: 101px;
}


.digital-marketing-services-left-img,
.digital-marketing-services-left-img img {
    height: 100%;
    object-fit: contain;
}

.digital-marketing-services-row {
    --bs-gutter-x: 50px;
}


.our-company p {
    position: relative;
    font-family: 'Creato Display';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--orange2);
    padding-left: 100px;
}

.our-company p::after {
    content: "";
    position: absolute;
    top: 47%;
    left: 1px;
    width: 95px;
    height: 2px;
    background: #117D3E;
    transform: translateY(50%);
}

.digital-marketing-services-title h2 {
    max-width: 646px;
    padding: 35px 0;
}

.digital-marketing-services-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75rem;
    padding-bottom: 15px;
}

.digital-marketing-btn {
    margin-top: 60px;
}

.start-btn-sec {
    width: fit-content;
}

.get-btn {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 21px;
    transition: all .3s ease-in-out;
}

.get-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 132%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 0;
    top: -10px;
    right: -13px;
    border-bottom-color: transparent;
    border-right-color: var(--blue);
    border-top-color: var(--blue);
    border-left-color: transparent;
}

.get-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 113%;
    right: -33px;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    transition: all 0.3s ease;
    transform: scale(0.85);
}

.digital-marketing-btn a {
    color: #2A2929;
    border: 2px solid var(--blue);
}

.digital-marketing-btn a::before {
    top: -10px;
    right: -13px;
    border-right-color: var(--blue);
    border-top-color: var(--blue);
}

.get-btn span {
    margin-right: 33px;
}

/* Digital marketing services aligned with your goals end */

/* We provide the following services start */
.we-provide {
    width: 100%;
    height: 100%;
    background-image: url(../images/blue-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 222px;
    margin-top: 123px;
}

.we-provide-the-services-title h2 {
    max-width: 575px;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    padding: 31px 0 22px;
}

.we-provide-the-services-title p {
    max-width: 878px;
    text-align: center;
    color: var(--white);
    padding-bottom: 56px;
}

.we-provide-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(274.93deg, rgba(84, 197, 209, 0.21) 0.08%, rgba(38, 51, 93, 0.21) 98.22%);
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 55px 48px;
}

.provide-box-title h4 {
    max-width: 224px;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    padding: 36px 0 20px;
}

.provide-box-title p {
    line-height: 23px;
    color: var(--white);
    text-align: center;
}

.provide-row {
    --bs-gutter-y: 32px;
}

/* We provide the following services end */

/* Frequently Asked Questions start */
.faq-sec-title p {
    padding: 41px 0 25px;
}

.faq-sec-title span {
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
}

.help-center {
    max-width: 945px;
    margin: 40px auto 50px;
}

.help-box {
    width: 100%;
    height: 100%;
    box-shadow: 10px 0px 44px 0px rgba(0, 0, 0, 0.07);
    border-radius: 17px;
    padding: 16px 21px;
    display: flex;
    align-items: center;
}

.mic-icon {
    width: 52px;
    height: 52px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.help-text {
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    margin-left: 15px;
}

.q-box {
    width: 18px;
    height: 18px;
    background-color: #117D3E;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.q-box i {
    font-size: 12px;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #EAEAEA;
    padding: 24px 0;
}


.accordion-item-header .accordion-box-left {
    display: flex;
    gap: 16px;
}

.accordion-item-body-content {
    max-width: 1042px;
    padding: 30px 0 20px 20px;
}

.accordion-item-body {
    overflow: hidden;
    max-height: 0;
}

/* Frequently Asked Questions end */


/* 27-12-25 */
/* Our Latest Blog start */
.faq-sec {
    margin-top: 85px;
}

.latest-blog {
    background-color: #F9F9F9;
    padding: 65px 0;
    margin-top: 84px;
}

.latest-blog h2 {
    text-align: center;
    padding-bottom: 60px;
}

.latest-blog-box {
    width: 100%;
    height: 100%;
}

.latest-blog-img {
    display: flex;
    justify-content: center;
}

.latest-blog-img img {
    width: 366px;
    height: 251px;
    object-fit: cover;
    border-radius: 17px;
}

.latest-blog-content {
    background-color: var(--white);
    padding: 130px 38px 106px;
    border-radius: 17px;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.latest-blog-content ul {
    display: flex;
    align-items: center;
    padding-bottom: 27px;
}

.latest-blog-content h4 {
    font-weight: 400;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 27px;
}

.latest-blog-content p {
    text-align: center;
}

/* Our Latest Blog end */
/* Industry we services start */
.industry-sec {
    width: 100%;
    height: 100%;
    background-image: url(../images/industry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 222px 0 100px;
}

.industry-sec h2 {
    color: var(--white);
    text-align: center;
    padding-bottom: 44px;
}

.industry-service-row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 23px;
}

.industry-service-box {
    height: 100%;
    padding: 43px 22px;
    background-color: var(--white);
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    box-shadow: 0px 4px 44px 0px #0000000D;
}

.industry-service-box-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 22px;
}

.industry-service-box-header h4 {
    padding: 0 0 8px 18px;
    font-size: 20px;
    color: #13124D;
}

.industry-service-img {
    width: 40px;
    height: 40px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Industry we services end */
/* banner start */
.banner-sec {
    width: 100%;
   
    position: relative;
}
.banner-img-box{ height: 820px;}
.banner-img-box img{ width: 100%; height: 100%; object-fit: cover;}
.banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background: linear-gradient(274.93deg, rgba(84, 197, 209, 0.78) 0.08%, rgba(38, 51, 93, 0.78) 98.22%);
    backdrop-filter: blur(4px);
    z-index: 9;
}

.banner-left {
    width: 735px;
}

.banner-info .banner-top {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}

.banner-info .banner-top img {
    margin-right: 9px;
}

.banner-info h1 {
    font-size: 65px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-info h1 span {
    font-weight: 700;
}

.banner-info p {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 34px;
}

.banner-info .get-btn::before {
    border-bottom-color: transparent;
    border-right-color: var(--white);
    border-top-color: var(--white);
    border-left-color: transparent;
}

.banner-info .get-btn::after {
    background-color: var(--white);
}

.banner-right {
    width: 418px;
}

.get-form-sec {
    width: 100%;
    padding: 52px 29px;
    position: relative;
    z-index: 9;
}

.get-form-box-wrapper label {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 6px;
    color: var(--white);
}

.get-input-box {
    position: relative;
    margin-bottom: 14px;
}

.get-input-box input {
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    color: var(--black);
    border-radius: 5px;
    padding: 10px 20px;
    padding-right: 46px;
    border: 0;
}

.get-input-box img {
    max-width: 18px;
    position: absolute;
    right: 23px;
    top: 19px;
}

.get-select-box select {
    width: 100%;
    height: 51px;
    color: var(--black);
    border-radius: 5px;
    padding: 7px 20px;
    padding-right: 46px;
    border: 0;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.get-select-box {
    margin-bottom: 14px;
}

.get-mesage-box textarea {
    width: 100%;
    height: 98px;
    background: var(--white);
    color: var(--black);
    border-radius: 5px;
    border: 0;
    resize: none;
    padding: 20px;
}

.send-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: 0;
    color: var(--white);
    background: var(--black);
    text-align: center;
    padding: 13px 35px;
    transition: all .3s ease-in-out;
}

.checkbox-sec {
    margin-top: 20px;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 26px;
    cursor: pointer;
    font-size: 14px;
    color: var(--white);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-down-btn {
    width: 182px;
    height: 182px;
    background: #0000007A;
    border: 0;
    border-radius: 50%;
    padding: 33px;
    position: absolute;
    right: 37%;
    bottom: 44px;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 3;
}

.down-inner {
    display: inline-block;
    width: 116px;
    height: 116px;
    background: #0000004F;
    border-radius: 50px;
    padding: 16px;
}

.down-inner2 {
    width: 84px;
    height: 84px;
    background: #FFFFFF4F;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}

.scroll-text {
    display: inline-block;
    font-size: 9px;
    color: #fff;
    margin-bottom: 5px;
}

.down-inner2 img {
    height: 26px;
    object-fit: contain;
}

.banner-bottom-img {
    width: 100%;
    position: relative;
}

.banner-form-img {
    position: absolute;
    right: -252px;
    bottom: 0;
}

.social-media-sec {
    display: flex;
    align-items: center;
    gap: 45px;
    position: absolute;
    left: -135px;
    top: 50%;
    transform: rotate(90deg);
    z-index: 99999;
}

.social-media-sec li a {
    font-size: 17px;
    font-weight: 400;
    color: #EAB152;
}

/* banner end */
/* half-img half-text start */
.img-cont-sec {
    width: 100%;
    padding: 68px 0;
}

.cont-info h2 {
    max-width: 646px;
    padding: 35px 0;
}

.cont-info p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75rem;
    padding-bottom: 32px;
}

.cont-info ul li {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-right: 88px;
}

.list-icon {
    width: 5%;
}

.cont-info ul li span {
    width: 95%;
    padding-left: 10px;
}

.img-cont {
    position: relative;
}

.img-cont img {
    position: relative;
    max-width: 883px;
    height: 965px;
    left: -144px;
    top: 0;
}

.cont-info {
    position: relative;
}

.cont-divert {
    flex-direction: row-reverse;
}

.tablate-mockup-img {
    max-width: 642px !important;
    height: 635px !important;
    left: -34px !important;
}

.img-cont-first {
    margin-bottom: 48px;
}

/* half-img half-text end */

/* partners-sec-start */
.partners {
    background-color: #F9F9F9;
    padding: 28px 0;
}

.partners-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.partners-img {
    max-width: 12%;
}

/* partner-sec-end */
/* objective-sec-start */
.objective-sec {
    padding: 118px 0 110px;
    position: relative;
    overflow: hidden;
}

.objective-sec>img {
    position: absolute;
    left: 0;
    top: 0;
}

.objective-right-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.objective-text-box {
    background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
    border: 1px solid #F7F7F7;
    box-shadow: 0px 4px 44px 0px #0000000D;
    padding: 45px 60px 50px 25px;
    display: flex;
    gap: 25px;
}

.objective-text-content-box h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1em;
    color: #151515;
    padding-bottom: 10px;
}

.objective-text-content-box p {
    font-size: 17px;
}

/* objective-sec-end */
/* query-sec-inner-start */

.have-any-query-sec {
    position: relative;
}

.have-any-query-sec>img {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 2;
}

.query-sec-inner {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #FBFBFB;
    padding: 47px 40px 70px;
}

.query-sec-inner>p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.688rem;
    color: #242424;
    padding-top: 22px;
}

.quary-input-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.quary-input-box label {
    font-size: 16px;
    color: #282828;
    padding: 0 4px 9px;
}

.quary-input-box input,
.quary-input-box select,
.quary-input-box textarea {
    height: 60px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 44px 0px #0000000F;
    padding: 9px 21px;
    border-radius: 0;
}

.quary-input-box textarea {
    height: 119px;
}

.quary-input-box input::placeholder,
.quary-input-box select::placeholder,
.quary-input-box textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #B0ACAC;
}

.query-form-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 18px;
}

.number-box {
    position: absolute;
    top: 51px;
    left: 22px;
}

.number-box-inner {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    color: #B0ACAC;
    padding-right: 12px;
}

.number-box-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #E0DCDC;
}

.number-box img {
    margin-right: 5px;
}

.quary-phn-box input {
    padding-left: 104px;
}

.quary-input-box select {
    background-image: url(../images/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: 95% 53%;
}

.quary-from-btn-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.query-form {
    padding-top: 30px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

/* query-sec-inner-end */


/* 29-12-25 */
/* about-us-banner-start---------------- */
.text-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-content-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-video {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.inner-page-outer {
    height: 100%;
    padding: 0;
}

.about-us-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-banner-link {
    text-align: center;
    color: var(--white);
    text-transform: capitalize;
    margin-top: 10px;
}

.about-banner-link i {
    font-size: 13px;
    margin: 0 5px;
}

.h1_title {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.05em;
    text-align: center;
    color: var(--white);
}

.about-banner-link a {
    font-size: 17px;
    text-align: center;

    &:hover {
        color: var(--yellow);
    }
}

/* about-us-banner-end------------------- */

/* contact us form start */

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    background: #FFFFFF;
    outline: none;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    transition: 0.2s ease all;
}

textarea {
    width: 100%;
    background: #fff;
    transition: 0.2s ease all;
    resize: none;
    padding: 9px 14px;
    font-size: 17px;
    font-weight: 400;
    color: #6c6b6b;
}

.tertiary-button {
    font-size: 18px;
    color: var(--white);
    background-color: var(--lightblue);
    text-transform: uppercase;
    padding: 13px 70px;
    position: relative;
}

.tertiary-button span {
    position: relative;
    z-index: 2;
}

.tertiary-button::after {
    content: " ";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background-color: #1288a2;
    color: #fff;
    transition: all 0.3s ease;
}

.tertiary-button:hover {
    color: var(--white);
}

.tertiary-button:hover.tertiary-button::after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
}

.contact-form-inner {
    background-color: var(--white2);
    padding: 44px 38px;
}

.contact-form-inner h3 {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 35px;
}

.contact-form {
    padding-top: 80px;
}

.contact-cont-box {
    margin-left: 30px;
}

.contact-cont-box a {
    font-size: 18px;
    line-height: 1.75rem;
    color: #16021A;
}

.contact-cont-box span {
    color: #16021A;
    display: block;
}

.contact-icon-inner {
    width: 73px;
    height: 68px;
    background: linear-gradient(99.33deg, #54C5D1 14.67%, #465D89 82.31%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon-inner i {
    color: var(--white);
}

.contact-details-inner {
    background-color: var(--white3);
    border: 1px solid var(--white3);
    padding: 33px 20px;
    display: flex;
    transition: all .4s ease-in-out;
}

.contact-details-inner:hover {
    background-color: var(--white);
    border: 1px solid var(--white4);
    box-shadow: 0px 4px 44px 0px #00000026;
}

.contact-details-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact-us-form {
    background-color: var(--white);
    padding: 39px 30px 54px 31px;
}

.contact-us-form-row {
    --bs-gutter-x: 33px;
    --bs-gutter-y: 60px;
}

.contact-us-form-input input,
.contact-us-form-input textarea {
    border: 0;
    border-bottom: 1px solid #9CA5B1;
    border-radius: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8em;
    color: var(--black);
    padding: 0 10px 20px 0;
}

.contact-us-form-input input::placeholder,
.contact-us-form-input textarea::placeholder {
    font-size: 17px;
    color: var(--black);
}

.contact-us-form-send-btn {
    display: flex;
    justify-content: end;
}

.contact-us-form-send-btn button {
    border: 0;
    padding-left: 93px;
    padding-right: 93px;
}

.p-relative {
    position: relative;
}

.color-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.color-bg img {
    max-width: 540px;
}

/* contact us form end */

/* contact us map start */
.map {
    margin: 60px 0;
}

.map-sec {
    height: 397px;
}

.map-sec iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* contact us map end */

/* about-us start---- */
p.bold-para {
    font-size: 22px;
    color: #181818;
}

.our-company p {
    font-family: var(--TenorSans);
}

.we-deal-title h2 {
    max-width: 634px;
}

.about-cont-info ul li {
    font-size: 17px;
}

.team-member-sec {
    padding: 85px 0 0;
}

.team-member-sec h2 {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 45px;
}

.team-member-box {
    height: 100%;
}

.team-member-overley {
    margin: -160px 20px 90px;
    padding: 36px 15px;
    transition: all .2s ease-in-out;
    bottom: -100px;
    position: relative;
    background: var(--white);
    box-shadow: 0px 4px 44px 0px #0000001A;
}

.team-member-cont h5 a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.team-member-cont>a {
    color: var(--lightblue);
    text-transform: capitalize;
    text-align: center;
}

.team-member-box:hover .team-member-overley {
    bottom: -20px;
}

.team-member-slide-adjuster {
    margin-bottom: 200px;
}

.team-member-sec.service-package-sec {
    padding-bottom: 0;
}

/* about-us-end----- */

/* local-seo-start--- */
.local-seo-img img {
    width: 100%;
    max-width: 829px;
    max-height: 371px;
}

.local-seo {
    padding: 80px 0;
    position: relative;
}

.what-to-say-box h3 {
    font-size: calc(1.3rem + .6vw);
}

h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

h3 span {
    color: var(--lightblue);
}

.local-seo h3 {
    max-width: 779px;
    margin: 0 auto;
    padding: 30px 0 25px;
}

.local-seo p {
    max-width: 1156px;
    margin: 0 auto;
}

/* Tell Us About Your Project start */

.tell-project-form {
    max-width: 726px;
    margin: 50px auto 0;
}

.tell-project-form-row {
    --bs-gutter-x: 38px;
    --bs-gutter-y: 25px;
}

.tell-project-form-input input,
.tell-project-form-input textarea {
    border: 0;
    border-bottom: 1px solid #EBE9E7;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.563rem;
    color: #5E5D5C;
    padding: 0 10px 18px 0;
}

.tell-project-form-input input::placeholder,
.tell-project-form-input textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.563rem;
}

.tell-project-form-input textarea {
    height: 50px;
}

.tell-project-form .send-btn {
    justify-content: center;
    margin-top: 49px;
}

.tell-project-form .send-btn button {
    padding: 20px 34px;
}

.tell-us-project-img-box {
    max-width: 585px;
    margin: 20px auto 0;
}

.tell-project-sec .start-btn-sec {
    margin: 0 auto;
    margin-top: 27px;
}

/* Tell Us About Your Project end */

/* local-seo end  */

/* halfimg-halftext start */

.halfimg-halftext::before {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/white-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    opacity: 0.9;
}

.halfimg-halftext {
    width: 100%;
    height: 100%;
    background-color: #afd79c7a;
    margin-top: 40px;
    position: relative;
}

.service-right-text h2 {
    max-width: 537px;
    text-transform: uppercase;
    font-size: 32px;
    text-align: start;
}

.service-right-text p {
    max-width: 552px;
    padding: 36px 0 0px;
    line-height: 27px;
}

.service-left-img,
.service-left-img img {
    height: 100%;
    object-fit: contain;
}

.halfimg-halftext .row {
    padding: 30px 0;
}

.local-seo-title h2 span {
    color: var(--lightblue);
    display: contents;
}

/* halfimg-halftext end */

/* Quality Skills start */

.quality-skills-title h2 {
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--black);
}

.quality-skills-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px;
    border-right: 1px solid #989795;
}

.quality-skills-box:last-child {
    border: 0;
}

.quality-skills-flex {
    display: flex;
    border-bottom: 1px solid #989795;
    border-top: 1px solid #989795;
}

.quality-skills-box h4 {
    font-weight: 400;
    font-size: 48px;
    color: var(--lightblue);
}

.quality-skills {
    padding: 50px 0 80px;
}

.quality-skills-title p {
    max-width: 853px;
    padding: 30px 0;
}

/* Quality Skills end */

/* your-business start */

.your-business {
    background-color: var(--lightsky);
    padding: 25px 0 55px;
}

.business-box {
    background-color: var(--white);
    padding: 23px 37px 32px;
}

.business-box img {
    width: 70px;
    height: 70px;
}

.business-box h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
    padding: 25px 0;
}

.your-business-title p {
    padding: 10px 0 55px;
}

.your-business-title h2 {
    max-width: 634px;
    font-size: 32px;
    padding-top: 30px;
    text-transform: uppercase;
}

.business-box p {
    max-width: 426px;
    line-height: 1.5em;
}

/* your-business end */
/* local-seo-end----- */

/* 30-12-25 */
h2 span {
    display: block;
    font-weight: 800;
    color: var(--lightblue);
}

.section-heading {
    max-width: 610px;
    margin: 0 auto;
    gap: 22px;
}

.latest-blog-slide, .clients-about-us-slide {
    padding: 29px 0 0;
}

.service-package-sec {
    padding: 80px 0;
}

.black-btn {
    background-color: var(--black);
}

/* Happy Clients About Us start  */

.clients-about-us {
    background: var(--lightsky);
    padding: 50px 0 60px;
}

.clients-about-us-slider-box-inner {
    height: 100%;
    background-color: var(--white);
    border: 1px solid var(--grey4);
    padding: 46px 32px 40px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.clients-about-us-slider-box,
.latest-blog-slider-box {
    height: 100%;
    padding: 12px;
}

.clients-about-us-slider .slick-list,
.latest-blog-slider .slick-list {
    margin: 0 -12px;
}

.about-icon-text i {
    font-size: 20px;
    color: var(--yellow);
}

.about-icon-text p {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    padding: 35px 0;
}

.clients-about-us-info h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--sky);
}

.clients-about-us-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;

}

/* Happy Clients About Us end */

/* help-companies-tab-sec start */

.help-companies-sec {
    padding: 91px 0 76px;
}

.section-heading h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05em;
    text-transform: uppercase;
}


.help-companies-tab-row {
    padding-top: 32px;
    --bs-gutter-y: 53px;
}

.help-companies-tab-top .nav {
    border: 0px;
}

.help-companies-tab-top .nav button {
    border: 1px solid #c3c3c3;
}

.help-companies-tab-top .nav button {
    padding: 13px 32px;
    border-radius: 0;
    margin-right: 20px;
}

.help-companies-tab-top .nav button:last-child {
    margin-right: 0;
}

.help-companies-tab-top .nav button span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
}

.help-companies-tab-top .nav button.active,
.help-companies-tab-top .nav button:hover {
    background: linear-gradient(98.37deg, #54C5D1 14.87%, #26335D 91.59%);
    border: 1px solid var(--white);
}

.help-companies-tab-top .nav button.active span {
    font-weight: 700;
}

.help-companies-tab-top .nav button.active span,
.help-companies-tab-top .nav button:hover span {
    color: var(--white);
}

.help-companies-tab-body-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 32px;
}

.help-companies-tab-body-box {
    padding: 71px 11px 27px;
    background-color: #F7F9F6;
}

.help-companies-tab-text-box {
    padding: 30px 15px 35px;
    background-color: var(--white);
    margin: 45px 13px 0;
}

.help-companies-tab-text-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 9px;
}

.help-companies-tab-text-box a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--black);
    text-align: center;
    text-decoration: underline;
}

.help-companies-tab-text-box a:hover {
    color: var(--yellow);
}

.help-companies-tab-text-box-links {
    gap: 3px;
}

.pagination-sec {
    width: 100%;
    margin-top: 55px;
}

.pagination-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-sec ul li {
    margin: 0 4px;
}

.pagination-sec ul li a {
    display: flex;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
}

.pegination-left-arrow {
    background-color: #241B02;
    color: #fff !important;
    border-color: #241B02;
}

.pegination-right-arrow {
    background-color: #747677;
    color: #fff !important;
    border: 1px solid #DFE3E8;
}

.pagination-sec ul li a.active {
    border: 1px solid #241B02;
}

/* help-companies-tab-sec end */

/* email marketing start */

.email-marketimg-inner {
    max-width: 930px;
    margin: 0 auto;
}

.email-marketimg-left-img img {
    max-width: 300px;
}

.email-marketimg-right-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: start;
    padding-bottom: 24px;
}

.email-marketimg-right-text p {
    padding-bottom: 20px;
}

.email-marketimg-right-text ul li {
    display: flex;
    gap: 16px;
    padding-bottom: 18px;
}

.down-right-arrow-box,
.investigationes-box .list-icon {
    width: 22px;
    height: 22px;
    background-color: #175CFB;
    color: var(--white);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down-right-arrow-box-text {
    width: 549px;
}

.email-marketimg-bottom-text p {
    max-width: 1150px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 48px;
}

/* email marketing end */

/* your project start */

.your-project {
    width: 100%;
    height: 100%;
    background-image: url(../images/inner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0;
}

.your-project-left h3 {
    max-width: 495px;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 25px;
}

.your-project-left p {
    color: var(--white);
}

.your-project-getbtn {
    display: flex;
    justify-content: end;
}

.your-project .row {
    align-items: center;
}

.your-project {
    margin-top: 80px;
}

/* your project end */

/* Unrivalled Levels of Service start  */

.unrivalled-service {
    margin: 80px 0 100px;
}

.unrivalled-service-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.unrivalled-service-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom: 24px;
}

.unrivalled-service-title p {
    max-width: 803px;
    padding-bottom: 41px;
}

.unrivalled-service-box {
    height: 100%;
    background-color: #F7F9F6;
    border: 1px solid #EDEDED;
    padding: 50px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.unrivalled-service-box-text h4 {
    max-width: 260px;
    font-weight: 600;
    font-size: 19px;
    line-height: 21px;
    padding-bottom: 16px;
}

.unrivalled-service-box-text p {
    padding-bottom: 25px;
}

.read-more-btn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: var(--lightblue);
}

.read-more-btn a:hover {
    color: var(--yellow);
}

.unrivalled-service .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/* Unrivalled Levels of Service end */

/* pricing section start*/

.pricing-section h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.pricing-section {
    padding: 60px 20px;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.price-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    transition: 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-card:hover {
    transform: translateY(-8px);
}

.price-header {
    background: var(--sky);
    color: #fff;
    padding: 25px 15px;
}

.price-header h3 {
    margin: 10px 0 5px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.price-header .price {
    font-size: 2rem;
    font-weight: 700;
}

.price-header .price span {
    font-size: 1rem;
    font-weight: 400;
}

.price-body {
    padding: 25px;
}

.price-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.price-body li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.price-body li:last-child {
    border-bottom: none;
}

.price-body li i {
    color: #28a745;
    margin-right: 8px;
}

.price-body li.off i {
    color: #dc3545;
}

.price-footer {
    padding: 20px;
}

.price-footer a {
    display: inline-block;
    background: var(--sky);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.price-footer a:hover {
    background: var(--yellow);
}

/* priceing sec end */

/* counter sec start */

.counter {
    width: 100%;
    height: 100%;
    background-image: url(../images/inner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}

.count-box-inner {
    display: flex;
    font-weight: 700;
    font-size: 60px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 18px;
}

/* counter sec end */

/* socila-media-services-start */

.h1-title {
    text-transform: none;
}

.socila-media-services {
    padding-top: 70px;
    position: relative;
}

.socila-media-services-row {
    --bs-gutter-x: 94px;
    align-items: center;
}

.section-heading.thin-heading h3 {
    font-weight: 600;
}

.socila-media-services .section-heading {
    max-width: 100%;
}

.section-heading.social-section-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.563rem;
}

.social-media-text-box .section-heading.social-section-heading p {
    text-align: start;
    font-weight: 600;
    padding-top: 20px;
}

.social-media-text-box-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 48px;
    gap: 20px;
}

.social-media-text-box-ul li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.social-media-text-box-ul li .list-icon {
    width: 22px;
    height: 22px;
    background-color: var(--lightblue);
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-text-box-ul li .list-icon i {
    color: var(--white);
    rotate: 45deg;
    font-size: 13px;
}

.social-media-button {
    margin-bottom: 90px;
}

/* socila-media-services-end */

/* professionals-tools-sec start */

.professionals-tools-sec {
    background-color: #F7F9F6;
    padding: 75px 0;
}

.professionals-tools-sec .section-heading {
    max-width: 100%;
}

.professionals-tools-sec .section-heading p {
    padding-top: 15px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.card {
    background-color: transparent;
    border: 1px solid #EDEDED;
    padding: 60px 31px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

/* Circular progress container */
.progress-wrap {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    display: flex;
    align-items: center;
    justify-content: center
}

.progress-svg {
    width: 130px;
    height: 130px;
    transform: rotate(-90deg);
}

svg circle {
    border: 1px solid #FFB300;
}

svg circle.track {
    fill: none;
    stroke: #f1f5f9;
    stroke-width: 4px;
}

svg circle.outer,
svg circle.inner {
    fill: none;
    stroke: #FFB300;
    stroke-width: 3px;
    opacity: 1;
}

svg circle.inner {
    stroke-width: 2px;
}

svg circle.track {
    fill: none;
    stroke-width: 4px;
}

svg circle.fill {
    fill: none;
    stroke-width: 4px;
    /* stroke-linecap: round; */
    transition: stroke-dashoffset 1.25s cubic-bezier(.2, .8, .2, 1);
}

.content h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.188rem;
}

.content p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313rem;
    color: var(--black);
}

.content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313rem;
    color: var(--lightblue);

    &:hover {
        color: var(--yellow);
    }
}

/* colors */
.c-amber .fill {
    stroke: #FFB300;
}

.c-amber circle.track {
    stroke: #FFF2D3;
}

.c-teal .fill {
    stroke: var(--lightblue);
}

.c-teal circle.track {
    stroke: #E3FBFF;
}

.c-teal circle.outer,
.c-teal circle.inner {
    stroke: var(--lightblue);
}

.c-green .fill {
    stroke: #43A047;
}

.c-green circle.track {
    stroke: #F0FFF1;
}

.c-green circle.outer,
.c-green circle.inner {
    stroke: #43A047;
}

.c-red .fill {
    stroke: #C40602;
}

.c-red circle.track {
    stroke: #FFF1F0;
}

.c-red circle.outer,
.c-red circle.inner {
    stroke: #C40602;
}

/* percentage center */
.percent {
    position: absolute;
    font-weight: 700;
    font-size: 22px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/* professionals-tools-sec end */


/* -- See How Well Your Page is Optimized start -- */

.page-optimized-sec {
    padding: 76px 0 0px;
}

.page-optimized-sec .section-heading {
    max-width: 100%;
    text-align: center;
}

.page-optimized-sec .section-heading p {
    padding-top: 15px;
}

.social-section-heading p.strong {
    font-weight: 600;
}

.page-optimized-form {
    box-shadow: 0px 4px 44px 0px #0000001A;
    margin-top: 39px;
}

.contact-us-form-input input::placeholder,
.contact-us-form-input textarea::placeholder {
    color: var(--black)
}

/* -- See How Well Your Page is Optimized end -- */


/* investigationes section start */

.investigationes-text {
    display: flex;
    justify-content: center;
    padding-bottom: 33px;
}

.investigationes-box .list-icon {
    background: var(--lightblue);
}

.investigationes-box {
    display: flex;
    gap: 16px;
    background-color: #F7F9F6;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 36px 33px;
}

/* investigationes section end */

/* -- Investigationes demonstraverunt lectores legere me lius quod saepius. start -- */

.Investigationes-sec {
    padding: 90px 0;
}

.Investigationes-sec .social-media-text-box .section-heading.social-section-heading p {
    text-align: start;
    font-weight: 400;
    padding: 24px 0;
}

.Investigationes-sec .social-media-text-box .social-media-button {
    margin-bottom: 0;
}

.down-right-arrow-box-text:hover {
    color: var(--yellow);
}

/* -- Investigationes demonstraverunt lectores legere me lius quod saepius. end -- */

.our-case-studies-slide {
    margin-top: 40px;
}


/* Website-Analysis start */

.Website-Analysis-row {
    --bs-gutter-x: 60px;
}

.Website-Analysis-row .help-companies-tab-body-box {
    padding: 41px 20px 45px;
}

/* Website-Analysis end */

.investigationes {
    padding: 22px 0 90px;
}

/* -- Our Search Engine Optimization Core Services Include: start -- */

.search-engine-service-row {
    --bs-gutter-x: 30px;
    padding-top: 34px;
}

.search-engine-service-row .unrivalled-service-box {
    background-color: var(--white);
    flex-direction: column;
    align-items: start;
    padding: 27px 38px 23px 32px;
    border-radius: 5px;
    gap: 21px;
}

.search-engine-service-row .unrivalled-service-box .unrivalled-service-box-img {
    width: 54px;
    height: 54px;
}

.search-engine-service-button {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 42px;
}

.search-engine-service-button .tertiary-button {
    padding: 16px 38px;
}

/* -- Our Search Engine Optimization Core Services Include: end -- */

/* -- Full Services of Our Digital Agency start -- */

.digital-agency-sec {
    position: relative;
}

.digital-agency-box-img {
    width: 134px;
    height: 135px;
    border: 1px solid #EDEDED;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-agency-box-img img {
    width: 100%;
    max-width: 96px;
}

.digital-agency-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    justify-content: center;
}

.digital-agency-row .unrivalled-service-box-text {
    width: 72%;
}

.digital-agency-row .unrivalled-service-box {
    padding: 30px 70px 35px 26px;
}

.digital-agency-sec .unrivalled-service-title h2 {
    max-width: 500px;
}

.digital-agency-sec .unrivalled-service-title p {
    max-width: 640px;
    font-weight: 500;
}

/* -- Full Services of Our Digital Agency end -- */

/* -- consultation links start -- */

.consultation-links-sec {
    padding: 55px 0 59px;
}

.consultation-links-row {
    --bs-gutter-y: 30px;
    padding-top: 0;
}

.consultation-links-row .unrivalled-service-box {
    align-items: center;
    padding: 36px 32px 30px 33px;
}

.consultation-links-row .unrivalled-service-box-text {
    text-align: center;
}

.consultation-links-row .unrivalled-service-box-text h4 {
    margin: 0 auto;
}

.consultation-links-row .unrivalled-service-box .unrivalled-service-box-img {
    width: 70px;
    height: auto;
}

.consultation-links-row .unrivalled-service-box-text h4 {
    transition: all 0.3s ease-in-out;

    &:hover {
        color: var(--yellow);
    }
}

/* -- consultation links end -- */

/* -- Our Product Based Services start -- */
.our-product-based-services-sec .section-heading {
    max-width: 690px;
}

.our-product-based-services-sec .section-heading h3 {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.our-product-based-services-sec .section-heading p {
    font-weight: 500;
    padding: 26px 0 35px;
}


/* -- Our Product Based Services end -- */



.service-package-sec .unrivalled-service-box-img img {
    max-width: 100px;
}

/* ppc section */

.ppc-right-para li {
    display: flex;
    gap: 16px;
    padding-bottom: 15px;
}

.ppc-right-para {
    padding: 35px 0 15px;
}

.ppc-right-icon {
    background-color: var(--lightblue);
}

.ppc-advertising {
    background-color: #F7F9F6;
    padding: 55px 0;
    margin-top: 86px;
}

.ppc-advertising .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.ppc-counter .count-box p {
    max-width: 200px;
}

.ppc-our-case-studies,
.our-valuable-clients {
    margin: 85px 0;
}

.our-valuable-clients-title {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.our-valuable-clients .our-valuable-clients-title {
    max-width: 100%;
}

.our-valuable-clients-title p {
    max-width: 875px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 41px;
}

.our-valuable-clients .row {
    --bs-gutter-x: 110px;
}

/* our-client-page start=================== */

/* customers-worldwide-sec start */

.customers-worldwide-sec {
    position: relative;
    padding-bottom: 120px;
}

.customers-worldwide-title {
    max-width: 100%;
}

.customers-worldwide-title h3 {
    max-width: 610px;
}

.customers-worldwide-title p {
    max-width: 100%;
}

.thin-para p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.435rem;
}

.customers-worldwide-tab-top .nav button span {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
    text-align: center;
    color: var(--black);
}

.customers-worldwide-tab-top .nav button,
.customers-worldwide-tab-top .nav button.active,
.customers-worldwide-tab-top .nav button:hover {
    background: #F7F9F6;
    border: 1px solid var(--white);
}

.customers-worldwide-tab-top .nav button.active,
.customers-worldwide-tab-top .nav button:hover {
    border: 1px solid #DFDFDF;
}

.customers-worldwide-tab-top .nav button.active span {
    font-weight: 400;
}

.customers-worldwide-tab-top .nav button.active span,
.customers-worldwide-tab-top .nav button:hover span {
    color: var(--black);
}

.customers-worldwide-tab-top .nav button {
    padding: 12px 35px;
    margin-right: 11px;
}

.customers-worldwide-tab-body-row {
    --bs-gutter-y: 41px;
}

.help-companies-tab-body-box {
    height: 100%;
}

.customers-worldwide-tab-body-row .help-companies-tab-img-box {
    display: flex;
    justify-content: center;
    text-align: center;
}

.customers-worldwide-tab-body-row .help-companies-tab-body-box p {
    text-align: center;
}

.customers-worldwide-tab-body-row .help-companies-tab-text-box {
    padding: 30px 15px;
    margin: 35px 0 29px;
}

.help-companies-button-box {
    text-align: center;
}

.help-companies-button-box .tertiary-button {
    padding: 16px 26px;
}

.customers-worldwide-tab-body-row .help-companies-tab-body-box {
    padding: 53px 11px 44px;
}

/* customers-worldwide-sec end */

/* our-client-page end================ */

/* Free Website SEO Analysis start */

.seo-analysis-sec {
    position: relative;
}

.seo-analysis-form {
    box-shadow: 0px 4px 44px 0px #0000001A;
    margin: 51px 0 11px;
}

.seo-analysis-form .send-btn {
    justify-content: start;
}

/* Free Website SEO Analysis end */

/* valuable-clients start */

.seo-valuable-clients {
    margin: 0 0 114px !important;
}

/* valuable-clients end */

/* pricing-sec-start */

.pricing-sec {
    margin: 9px 0;
    position: relative;
}

.pricing-img-box {
    width: 148px;
    height: 148px;
    border: 1px solid #D5D5D5;
    background-color: var(--white);
    border-radius: 50%;
    align-items: center;
}

.pricing-row .help-companies-tab-body-box.text-flex {
    justify-content: start;
}

.pricing-row .help-companies-tab-text-box {
    width: 100%;
    border-radius: 12px;
    padding-bottom: 50px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-row .help-companies-tab-text-box ul li p {
    display: inline;
    position: relative;
}

.pricing-row .help-companies-tab-text-box ul li p::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    left: -14px;
    top: 6px;
}

.pricing-row .help-companies-tab-text-box p span {
    font-weight: 700;
}

.pricing-row .help-companies-button-box {
    margin-top: -57px;
}

.pricing-row.customers-worldwide-tab-body-row .help-companies-tab-body-box {
    padding-top: 42px;
}

/* pricing-sec-end */

.clients-about-us-slider-box-inner {
    border: 1px dotted var(--grey4);
}

.testimonials-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Foundation of the Company start */

.foundation-company {
    background-color: #F0FDFF;
    padding: 49px 20px 73px;
    margin-top: 60px;
}

.foundation-company-inner {
    max-width: 902px;
    margin: 0 auto;
}

.foundation-company-title p {
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: var(--sky);
    padding-bottom: 20px;
}

.foundation-company-title h2 {
    max-width: 400px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 16px;
}

.foundation-company-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-agency-right p {
    padding-bottom: 20px;
}

.our-agency-right p:last-child {
    padding: 0;
}

.foundation-company-inner .row {
    --bs-gutter-x: 75px;
    align-items: center;
}

/* Foundation of the Company end */

/* We Work for Your Profit start */

.we-work {
    padding: 80px;
}

.up-down-slider-img {
    width: 478px;
    margin: 0 auto;
    padding: 46px 0 35px;
}

.our-agency-read-btn a {
    padding: 20px 32px;
}

/* container sizing and vertical behaviour */
.up-down-slider {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.swiper-container {
    height: 350px;
}

/* pagination dots on right, vertically centered */
.swiper-pagination {
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: auto !important;
    width: 10px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e6eef0;
    opacity: 1;
    margin: 6px 0 !important;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #16989a;
}

/* up/down circular nav buttons on right */
.swiper-button-next,
.swiper-button-prev {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #ffffff;
    background-color: var(--sky);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
    position: absolute;
    right: 18px;
    left: auto;
}

/* position them: prev (up) above next (down) */
.swiper-button-prev {
    top: 44%;
    transform: translateY(-147%);
}

.swiper-button-next {
    top: 61%;
    transform: translateY(-57%);
}

/* change default arrow icons size */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 9px;
    font-weight: 700;
    color: var(--white);
    transform: rotate(90deg);
}



.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    border: 1px solid var(--black);
    background-color: var(--white);
    opacity: 1;
}

.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
    font-weight: 700;
    color: var(--black);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 23px;
    top: 41%;
    transform: translate3d(0px, -41%, 0);
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #3F3D3D;
    opacity: 1;
    margin: 6px 0 !important;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    height: 15px;
    background-color: #252525;
    border-radius: 24px;
}

/* We Work for Your Profit end */

/* Meet with Our Best Experts start */
.our-best-experts-title {
    max-width: 100%;
}

.our-best-experts-title h2 {
    max-width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}

.our-best-experts-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
}

.our-best-experts-box-inner {
    border: 1px solid #A6F3FF;
    background-color: #E5F9FD;
    box-shadow: none;
    padding: 42px 20px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-best-experts-img img {
    width: 80px;
}

.our-best-experts-img {
    width: 148px;
    height: 148px;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-best-experts-box-inner h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 27px 0 13px;
    text-shadow: 0 0 4px rgba(0, 255, 255, 0.6);
}

.our-best-experts-box-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 255, 255, 0.6);
}

.our-best-experts-icons ul li a {
    border: 1px solid var(--sky);
}

.our-best-experts-icons ul li a i {
    color: var(--sky);
}

.our-best-experts-icons {
    margin-top: 19px;
}

.our-best-experts-box-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0;
    border: none;
    width: 27px;
    height: 27px;
    background-color: var(--sky);
    border-radius: 50%;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.our-best-experts-box-slider .slick-prev {
    left: 45%;
    bottom: -8px;
    transform: translate(-45%, 0);
}

.our-best-experts-box-slider .slick-next {
    left: 55%;
    bottom: -8px;
    transform: translate(-55%, 0);
}

.our-best-experts-box-slider .slick-prev i,
.our-best-experts-box-slider .slick-next i {
    color: var(--white);
    font-size: 12px;
}

.our-best-experts-box-slider .slick-prev:hover,
.our-best-experts-box-slider .slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent !important;
    border: 1px solid #353434 !important;
    color: #292F36;
}

.our-best-experts-box-slider .slick-prev:hover i,
.our-best-experts-box-slider .slick-next:hover i {
    color: var(--black);
}

.our-best-experts-box-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.our-best-experts-box-slider .slick-dots li button {
    border: none;
    outline: none;
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #353434;
    border-radius: 50%;
    transition: 0.2s;
    padding: 0;
    margin: 0 3px;
}

.slick-dots li.slick-active button {
    width: 15px;
    height: 4px;
    background-color: #252525;
    border-radius: 24px;
}


/* Meet with Our Best Experts end */

/* our-vision-start---- */

.our-vision-wrapper {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

.our-vision-row {
    --bs-gutter-x: 80px;
    align-items: center;
}

.our-vision-text-box h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

/* our-vision-end----- */

/* web development start */

.request-btn {
    margin-top: 30px;
}

.hire-a-web-dev {
    padding: 90px 0 0;
}

.web-dev-service-inner,
.dev-techno-sec .social-section-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.web-dev-service {
    padding: 50px 0;
}

.web-dev-service-inner h2 {
    max-width: 676px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--white);
}

.web-dev-service-inner span {
    font-weight: 700;
    font-size: 29px;
    line-height: 33px;
    color: var(--yellow);
    display: block;
    padding: 22px 0;
}

.dev-techno-sec .social-section-heading h3 {
    max-width: 822px;
}

.dev-techno-sec-row {
    --bs-gutter-y: 30px;
}

.we-provide-inner .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 22px;
}

.we-provide .section-heading {
    max-width: 922px;
}

.we-provide-inner {
    padding-top: 55px;
}

.why-with-us {
    padding: 100px 0;
}

.why-with-us-left p {
    max-width: 563px;
    padding: 37px 0;
}

.why-with-us-icon {
    width: 18px;
    height: 18px;
    background-color: var(--lightblue);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-with-us-icon i {
    font-size: 12px;
    margin: 0;
}

.why-with-us-text h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.why-with-us-text p {
    padding: 10px 0 0;
}

.why-with-us-left ul li {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.why-with-us-left ul li:last-child {
    margin: 0;
}

.why-with-us-text {
    max-width: 91%;
}

.why-with-us-inner .row {
    align-items: center;
}

.web-dev-free-btn {
    margin-top: 50px;
}

.why-hire-us {
    background-color: #F7F9F6;
    padding: 82px 0 62px;
}

.why-hire-us-title h2 {
    max-width: 925px;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 27px;
}

.why-hire-us-title p {
    max-width: 766px;
    padding-bottom: 36px;
}

.why-hire-us-text p {
    max-width: 100%;
}

.we-provide {
    margin-top: 90px;
}


/* web development end */

/* content-marketing-tab start */
.content-marketing-tab-sec {
    padding: 119px 0 79px;
}

.content-marketing-faq-row {
    --bs-gutter-x: 30px;
}

.seo-faq-left {
    border-radius: 21px;
    overflow: hidden;
}

.seo-faq-left .nav {
    background: #FAFAFF;
}

.seo-faq-left .nav .nav-link {
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.125rem;
    color: #0655BE;
    border-bottom: 1px solid #E2E2FF;
    border-radius: 0px;
    padding: 15px 5px 16px 25px;
    text-align: left;
}

.seo-faq-left .nav .nav-link:last-child {
    border: none;
}

.seo-faq-left .nav .nav-link:last-child.active {
    border-bottom: 1px solid #E2E2FF;
}

.seo-faq-left .nav .nav-link.active {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 0;
    margin: 0;
}

.content-marketing-tab-inner h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: left;
}

.content-marketing-tab-inner p {
    line-height: 1.313rem;
    padding-top: 20px;
}

.content-marketing-tab-btn a {
    font-size: 15px;
    padding: 12px 30px;
    margin-top: 50px;
}

.full-width {
    max-width: 100%;
}

.content-marketing-solution-sec {
    margin-bottom: 13px;
}

.content-marketing-solution-sec .section-heading {
    margin-bottom: 50px;
}

.content-marketing-tab-inner h3 {
    font-weight: 700;
    text-transform: none;
}

/* content-marketing-tab end */

/* hire-content-marketing-sec start */
.hire-content-marketing-sec {
    position: relative;
}

.hire-content-marketing-sec .section-heading {
    max-width: 534px;
}

.hire-content-marketing-inner {
    max-width: 745px;
    margin: 0 auto;
    padding: 30px 0;
    gap: 20px;
}

.hire-content-marketing-inner p {
    font-size: 17px;
}

/* hire-content-marketing-sec end */

/* we-generated-sec start */
.we-generated-sec {
    margin: 0 !important;
    color: var(--white);
}

.we-generated-inner {
    max-width: 721px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 0 4px;
}

.We-have-generated-content {
    width: max-content;
    gap: 18px;
}

.We-have-generated-content p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

/* we-generated-sec end */

/* our-approach-start */

.our-approach-row .unrivalled-service-box .unrivalled-service-box-img {
    width: auto;
    height: auto;
}

.our-approach-row .unrivalled-service-box {
    gap: 25px;
}

/* our-approach-end */
/* Content Marketing Services start */
.content-marketing-service-box {
    height: 100%;
    box-shadow: 0px 4px 44px 0px #0000000D;
    border: 1px solid #f7f7f7;
    background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
    padding: 40px 20px 70px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
}

.content-marketing-service-box-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 45px;
}

.content-marketing-service-box-icon span {
    font-size: 60px;
    font-weight: 500;
    line-height: 22px;
    color: #f6f6f6;
}

.content-marketing-service-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #000E10;
    padding-bottom: 20px;
}

.content-marketing-service-box p {
    font-size: 15px;
    line-height: 1.4rem;
}

.content-marketing-service-box h4:hover {
    color: var(--blue);
}

.content-marketing-service-row {
    --bs-gutter-x: 30px;
    margin-top: 39px;
}

/* Content Marketing Services end */



.lackluster-content {
    background: var(--gradient);
    padding: 30px 0;
}

.align-items-center {
    align-items: center !important;
}

.lackluster-content-content h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 35px;
    text-align: start;
}

.services-search-engines {
    background: linear-gradient(261.3deg, #54C5D1 7.5%, #26335D 93.53%);
}

.services-search-engines-box-content {
    padding: 77px 0 79px 0;
}

.services-search-engines-box-content h2 {
    font-weight: 600;
    font-size: 32px;
    color: var(--white);
    padding-bottom: 28px;
    text-align: start;
}

.services-search-engines-box-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.services-search-engines-box-img img {
    max-width: 836px;
    height: 558px;
    position: absolute;
    /* object-fit: contain; */
    bottom: 0;
    left: -120px;
}

.services-search-engines-box-content p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
}

.request-btn {
    justify-content: start;
}

.service-search-engine-list ul li {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 20px;
}

.service-search-engine-list ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 9px;
    left: 5px;
}


/* let-us-turn start */
.let-us-turn-inner {
    padding: 60px 20px 40px;
    border-radius: 22px;
    background-color: #F7F9F6;
}

.let-us-turn-heading h3 span,
.let-us-turn-heading.section-heading.thin-heading h3 span {
    font-size: 36px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.let-us-turn-para {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 0;
    gap: 12px;
}

.let-us-btn a {
    padding: 14px 36px !important;
    margin: 0 !important;
}

/* let-us-turn end */

/* content-marketing-process start */
.content-marketing-process-heading {
    max-width: 876px;
}

.section-heading.social-section-heading.content-marketing-process-heading p {
    font-size: 16px;
}

.blue-heading-para {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1em !important;
    text-align: center;
    color: var(--lightblue);
}

.content-marketing-process-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    margin-top: 20px;
}

.content-marketing-process-box {
    height: 100%;
    background: #F7F9F6;
    border-radius: 12px;
    padding: 60px 30px 65px 60px;
}

.content-marketing-process-box h3 {
    font-weight: 700;
    padding-bottom: 10px;
}

.content-marketing-process-box ul li {
    font-size: 17px;
    font-weight: 500;
    color: #1B1B1B;
    margin: 5px 0 0 18px;
    list-style-type: disc;
}

/* content-marketing-process end */

/* social-media-optimization start */

.Increase-Brand-Awareness-text h4 {
    max-width: 273px;
}

.Increase-Brand-Awareness .social-section-heading h3 {
    max-width: 643px;
}

.freelancer-hireing-text .section-heading {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.freelancer-hireing-text .section-heading p {
    text-align: start;
}

.freelancer-hireing-row {
    --bs-gutter-x: 40px;
    align-items: center;
}

.freelancer-hireing-text ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 32px;
}

.freelancer-hireing-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefit-hiring-sec .section-heading h3 {
    max-width: 696px;
}

.benefit-hiring-sec .section-heading p {
    max-width: 1115px;
}

.bold-para {
    font-weight: 700;
    line-height: 1.563rem;
    text-align: center;
    padding-top: 35px;
}

.benefit-hiring-row .unrivalled-service-box {
    padding: 45px 12px 60px 13px;
    box-shadow: 0px 4px 44px 0px #0000000D;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    align-items: center;
    gap: 38px;
}

.benefit-hiring-row {
    justify-content: center;
}

.benefit-hiring-row .unrivalled-service-box h4 {
    max-width: 100% !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.563rem;
    text-align: center;
}

.benefit-hiring-row .unrivalled-service-box p {
    padding-bottom: 0;
    text-align: center;
}

/* social-media-optimization end */

/* app development start */

.Mobile-App-Development .social-section-heading h3 {
    max-width: 812px;
}

.Mobile-App-Development {
    background-color: transparent;
}

.hire-freelance {
    background-color: #F7F9F6;
    padding: 57px 15px;
}

.hire-freelance-title {
    max-width: 824px;
}

.hire-freelance-title h3 {
    padding-bottom: 38px;
}

.hire-freelance-text p {
    margin-bottom: 20px;
}

.hire-freelance-inner .row {
    --bs-gutter-x: 28px;
}

.our-partner-title h2 {
    max-width: 696px;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
}

.our-partner-title p {
    max-width: 660px;
}

.contact-developer {
    background: var(--gradient);
    padding: 51px 0 63px;
}

.contact-developer-inner h5 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: var(--white);
}

.contact-developer-inner h5 a {
    display: block;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: var(--yellow);
}



.contact-developer-inner p {
    max-width: 1066px;
    color: var(--white);
    text-align: center;
    margin: 20px 0 0;
}

.our-partner {
    padding: 100px 0 0 !important;
}

.our-partner-inner .row {
    align-items: end;
}

.our-partner-inner-title {
    padding: 0 0 100px;
}


.benefits-of-mob-dev .social-media-text-box .section-heading.social-section-heading p {
    padding: 20px 0 0;
}


/* app development end */

/* link-building-page-start */
/* link-building-service-sec start */
.link-icon-bg {
    width: 30px;
    height: 30px;
}

.link-icon-bg i {
    font-size: 15px;
}

.link-building-service-row {
    --bs-gutter-x: 30px;
    align-items: center;
    padding-top: 35px;
}

.link-building-service-text-box ul {
    margin: 0;
}

.link-building-service-text-box ul li {
    align-items: start;
}

.link-building-service-text-box ul li p,
.link-building-service-text-box ul li p a,
.link-building-service-text-box>p,
.link-building-service-text-box>p a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.563rem;
    color: #171717;
    padding: 0;
}

.link-building-service-text-box ul li p a {
    font-weight: 500;
    color: #0655BE;
    text-decoration: underline;

    &:hover {
        color: var(--yellow);
    }
}

.link-building-service-text-box>p {
    font-size: 22px;
    color: var(--black);
    margin-top: 35px;
}

.link-building-service-text-box>p a {
    color: var(--black);

    &:hover {
        color: var(--yellow);
    }
}

/* link-building-service-sec end */
/* Our Link Building Services start */
.our-link-building-sec .section-heading {
    gap: 15px;
}

.our-link-building-sec .section-heading p {
    padding: 0 !important;
}

/* Our Link Building Services end */

/* Our Backlink Services Process start */

.backline-title h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.backline-title p {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.benefits-of-local-seo {
    margin: 80px 0 67px;
}

.backline-bottom {
    padding: 54px 0 0;
}

.backline-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.backline-box {
    width: 20%;
    height: auto;
    padding: 0 10px;
}

.backline-box-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0px 4px 44px 0px #0000000D;
    padding: 0 15px 37px 15px;
}

.backline-box:first-child .backline-box-inner {
    border-bottom: 7px solid #F4436B;
}

.ribbon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ribbon {
    position: relative;
    background: #f54267;
    color: white;
    padding: 10px 18px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 133px;
    /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px)); */
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 52% 100%, 1% 72%);
}

.ribbon-outer {
    width: 107px;
    height: 133px;
    position: relative;
    top: -16px;
}

.ribbon-outer::before,
.ribbon-outer::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 20px;
    height: 15px;
    background: #d33454;
    /* Slightly darker shade */
}

.ribbon-outer::before {
    left: -20px;
    clip-path: polygon(73% 14%, 41% 55%, 32% 119%, 107% 100%, 100% 0);
}

.ribbon-outer::after {
    right: -19px;
    clip-path: polygon(33% 24%, 57% 58%, 63% 100%, 0 100%, 0 0);
}

.backline-box:nth-child(2) .backline-box-inner .ribbon {
    background-color: #F4811D;
}

.backline-box:nth-child(2) .backline-box-inner {
    border-bottom: 7px solid #F4811D;
}

.backline-box:nth-child(2) .ribbon-outer::before {
    background-color: hsl(27.47deg 76.85% 42.35%);
}

.backline-box:nth-child(2) .ribbon-outer::after {
    background-color: hsl(27.47deg 76.85% 42.35%);
}

.backline-box:nth-child(3) .backline-box-inner .ribbon {
    background-color: #3DB87A;
}

.backline-box:nth-child(3) .backline-box-inner {
    border-bottom: 7px solid #3DB87A;
}

.backline-box:nth-child(3) .ribbon-outer::before {
    background-color: hsl(148.45deg 46.41% 40.98%);
}

.backline-box:nth-child(3) .ribbon-outer::after {
    background-color: hsl(148.45deg 46.41% 40.98%);
}

.backline-box:nth-child(4) .backline-box-inner .ribbon {
    background-color: #3078F2;
}

.backline-box:nth-child(4) .backline-box-inner {
    border-bottom: 7px solid #3078F2;
}

.backline-box:nth-child(4) .ribbon-outer::before {
    background-color: hsl(213.87deg 74.43% 42.94%);
}

.backline-box:nth-child(4) .ribbon-outer::after {
    background-color: hsl(213.87deg 74.43% 42.94%);
}

.backline-box:last-child .backline-box-inner .ribbon {
    background-color: #6517C0;
}

.backline-box:last-child .backline-box-inner {
    border-bottom: 7px solid #6517C0;
}

.backline-box:last-child .ribbon-outer::before {
    background-color: hsl(266.14deg 80.46% 34.12%);
}

.backline-box:last-child .ribbon-outer::after {
    background-color: hsl(266.14deg 80.46% 34.12%);
}

.backline-box-inner h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.backline-box-inner p {
    font-size: 15px;
    color: #0A0A0A;
}


/* Our Backlink Services Process end */
/* What should I look for when choosing a link building company? start */

.common-heading {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: start;
}

.choose-link-left {
    padding-right: 60px;
}

.choose-link-listing {
    column-count: 2;
}

.choose-link-area-icon {
    width: 30px;
    height: 30px;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
}

.choose-link-listing li {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    gap: 7px;
}

.choose-link-area {
    padding: 75px 0;
}

/* What should I look for when choosing a link building company? end  */

/* detail-number-cards start */

.detail-number-cards {
    padding-top: 70px;
}

.detail-number-cards-inner {
    position: relative;
    border-left: 1px solid #E5E5E5;
    padding: 12px 0 25px 45px;
    margin-left: 23px;
}

.detail-number-cards-inner span {
    position: absolute;
    top: 0;
    left: -23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--gradient);
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}

.detail-number-cards-inner h5 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 25px;
}

/* detail-number-cards end */

.imp-link-building-title h2 {
    max-width: 396px;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 33px;
}

.imp-link-building-title p {
    max-width: 1108px;
    margin-bottom: 20px;
}

.imp-link-building-bg {
    background-color: #F7F9F6;
    border-radius: 34px;
    padding: 72px 76px 54px 96px;
    margin-top: 44px;
}

.imp-link-building-bg-title h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 67px;
}

.imp-link-building-sub-title h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 24px;
}

.imp-link-building-sub-title {
    padding-bottom: 34px;
}

/*  How Can A UK Link Building Agency Help Grow Your Business? start */
.Backlink-Service-Agency-gap {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.Backlink-Service-Agency h3 {
    font-weight: 700;
}

.Backlink-Service-Agency p {
    color: #181818;
    padding: 20px 0 25px;
}

.Backlink-Service-Agency>a {
    font-size: 17px;
    color: #0655BE;

    &:hover {
        color: var(--yellow);
    }
}

/*  How Can A UK Link Building Agency Help Grow Your Business? end */
/* link-business-tab-sec star */
.link-business-tab-sec {
    padding-top: 0 !important;
}

.seo-faq-left .nav {
    background: #F9F9F9;
}

.seo-faq-left .nav .nav-link {
    color: var(--black);
}

/* link-business-tab-sec end */
/* service-include-tab-sec start */
.service-include-tab-sec .section-heading {
    max-width: 100%;
    text-align: center;
}

.service-include-tab-row {
    --bs-gutter-x: 60px;
    align-items: center;
    padding-top: 41px;
}

.service-include-tab-row .seo-faq-left .nav .nav-link {
    padding: 25px 5px 25px 30px;
}

/* service-include-tab-sec end */
/* philippines-based-sec start */
.philippines-based-sec {
    background: var(--gradient);
    padding: 55px 0;
    color: var(--white);
}

.philippines-based-sec .section-heading {
    max-width: 676px;
}

.philippines-based-sec .section-heading h3 {
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
}

.link-building-company-box {
    padding: 55px 0;
}

.link-building-company-box-row {
    --bs-gutter-x: 68px;
    align-items: center;
}

.link-building-company-title {
    padding-bottom: 28px;
}

.link-building-company-title:last-child {
    padding-bottom: 0;
}

.link-building-company-title h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 18px;
}

.link-building-company-title p {
    font-size: 17px;
    line-height: 1.563rem;
}

.link-building-company-title ul {
    padding-left: 25px;
}

.link-building-company-title ul li {
    list-style-type: disc;
}

.our-customers h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.563rem;
    text-transform: capitalize;
    padding-bottom: 40px;
    text-align: center;
}

.our-customers ul li {
    font-size: 60px;
    margin-bottom: 52px;
    font-weight: 700;
    line-height: 1em;
    color: var(--yellow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-customers ul li span {
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
}

.link-building-company-para {
    max-width: 900px;
    margin: 0 auto;
}

/* philippines-based-sec end */
/* link-building-page-end */

/* Contact the team today for advice on your digital marketing campaign start */

.link-buliding-form__wrap {
    background: var(--gradient);
    border-radius: 18px;
    padding: 55px 90px;
}

.link-buliding-form-left h2 {
    color: var(--white);
    font-weight: 700;
    font-size: 36px;
    text-align: start;
}

.link-buliding-form-left p {
    color: var(--white);
    margin: 20px 0;
}

.call-us-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.link-buliding-form__flex {
    align-items: center;
}

.link-buliding-form-left {
    padding-right: 40px;
}

.call-us-wrapper figure {
    display: block;
    max-width: 90px;
    margin: 0;
}

.call-us-detl-text {
    width: calc(100% - 90px);
    padding-left: 30px;
}

.call-us-detl-text span {
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.call-us-detl-text a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #FFFFFF;
    border-radius: 2px;
    font-weight: 700;
    font-size: clamp(15px, 1.181vw, 17px);
    line-height: 1;
    color: #000000;
    padding: 15px 22px;
}

.Link-Building-Services-form {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF3B;
    border-radius: 9px;
    padding: 17px 28px;
}

.Link-Building-Services-form h4 {
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 20px;
}

.Link-Building-Services-form input,
.Link-Building-Services-text {
    margin-bottom: 15px;
}

.Link-Building-Services-form input::placeholder,
.Link-Building-Services-text::placeholder {
    font-size: 14px;
    color: var(--black);
}

.Link-Building-Services-btn {
    width: 100%;
    background-color: #0655be;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.call-us-detl-text a i {
    color: rgba(6, 40, 133, 1);
}


/* Contact the team today for advice on your digital marketing campaign end */
/* Why Partner with a Professional Link Building Agency? start */

.link-bulding-agency__right {
    margin-top: 25px;
}

.link-bulding-agency__right p {
    margin: 0 0 20px;
}

.link-bulding-agency__right ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.link-bulding-agency-right-text {
    width: 100%;
}

.link-bulding-agency__right-icon i {
    font-size: 13px;
}

/* Why Partner with a Professional Link Building Agency? end */
/* How Does Professional Link Building Drive SEO Rankings and Traffic? start */

.professional-link-cards {
    background: #F7F9F6;
    padding: 70px 0;
}

.professional-link-title {
    padding: 0 0 clamp(30px, 3.125vw, 45px);
}

.professional-link-title h2 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.prof-link-cards-flex {
    gap: 25px 0;
}

.prof-link-inner {
    height: 100%;
    background: #FEFEFF;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    padding: 30px;
}

.prof-link-inner span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.09090908em;
    color: #000000;
    margin: 0 0 16px;
}



/* How Does Professional Link Building Drive SEO Rankings and Traffic? end */


/* Our Niche Edits -Link Building Services start */

.pakage-section {
    margin-top: 80px;
}

.pakage-wrapper {
    gap: 25px 0;
}

.pakage-detl-list-icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: var(--white);
}

.primary-btn {
    background: var(--gradient);
    color: #FFFFFF;
    align-items: center;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 13px 36px;
    border: 0;
    border-radius: 0;
}

.pakage-cards {
    background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
    border: 1px solid #F7F7F7;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    padding: 44px 24px;
}

.pakage-cards:hover {
    background: var(--gradient);
    border: 1px solid #F7F7F7;
}



.pakage-cards-top {
    text-align: center;
    border-bottom: 1px solid #F7F7F7;
    padding: 0 0 15px;
    margin: 0 -24px;
}

.pakage-cards-top p {
    font-size: 20px;
    line-height: 1;
    color: #13124D;
    margin: 0 0 12px;
}

.pakage-cards-top h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    color: #13124D;
}

.pakage-cards:hover .pakage-cards-top p,
.pakage-cards:hover .pakage-cards-top h4 {
    color: var(--white);
}

.pakage-detl-list {
    min-height: 244px;
    padding-left: 6px;
    margin: 24px 0 35px 0;
}

.pakage-detl-list li {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #13124D;
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
}

.pakage-cards:hover .pakage-detl-list li {
    color: var(--white);
}



.pakage-cards:hover .pakage-detl-list li .pakage-detl-list-icon {
    background: var(--yellow);
}

.pakage-detl-list li:last-child {
    margin-bottom: 0;
}

.pakage-cards-bot a {
    display: block;
    text-align: center;
    cursor: pointer;
}

.pakage-cards-bot a:hover {
    border-color: var(--yellow);
}

.pakage-cards:hover .pakage-cards-bot a {
    background: var(--yellow);
}

/* Our Niche Edits -Link Building Services end */






/* Targeted Keyword Research for Every Stage of Your Website’s Funnel start */
.Targeted-Keyword-Research-sec .section-heading {
    max-width: 814px;
    text-align: center;
    padding-bottom: 15px;
}

.Targeted-Keyword-Research p {
    color: #181818;
    max-width: 900px;
    text-align: center;
    margin: 20px auto 0;
}

.keyword-websites-funnel {
    margin-top: 30px;
}

/* Targeted Keyword Research for Every Stage of Your Website’s Funnel end */
/* Keywords That Drive Your Business Upward start */
.sub-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 1em;
    color: var(--lightblue);
    margin: 0 0 10px;
}

.max-hundred {
    max-width: 100%;
    text-align: center;
}

.keyword-drive-text {
    max-width: 956px;
    margin: 0 auto 41px;
}

.sub-txt {
    padding: 25px 0 21px;
}



.icon-txt-wrrp .card-innr {
    height: 100%;
    padding: 46px 30px;
    background: #FEFEFF;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    text-align: left;
}

.icon-txt-wrrp .card-innr h5 {
    font-weight: 700;
    font-size: 22px;
    color: var(--black);
    margin: 0 0 15px;
}

.icon-txt-wrrp .card-innr p {
    margin: 0 0 20px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li:not(:last-child) {
    margin: 0 0 15px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li .icon {
    flex-shrink: 0;
    margin-top: 5px;
}

.icon-txt {
    max-width: 90%;
}

/* Keywords That Drive Your Business Upward end */

/* -- Rankings for Results—Not Vanity start -- */
.ranking-for-result-sec {
    padding-top: 0 !important;
}

.ranking-for-result-sec .sub-txt {
    max-width: 856px;
    margin: 0 auto;
    padding: 15px 0 35px;
}

.ranking-result-list {
    column-count: 2;
    max-width: 931px;
    margin: 0 auto;
}

.ranking-result-list li {
    margin-bottom: 30px;
}

.ranking-result-list li h6 {
    font-size: 22px;
    line-height: 1.1365em;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: left;
}

.ranking-result-list li p {
    font-size: 17px;
    line-height: 1.563rem;
    color: #191919;
    text-align: left;
}

/* -- Rankings for Results—Not Vanity end -- */

/* Your Keyword Strategy Starts Here start */
.keyword-strategy-sec {
    background-position: center;
    padding: 60px 0;
}

.keyword-strategy-row {
    color: var(--white);
}

.keyword-strategy-row .left-item h2 {
    max-width: 492px;
    font-weight: 700;
    font-size: 36px;
    line-height: 2.313rem;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 33px;
}

.keyword-strategy-row .left-item p:not(:last-child) {
    margin: 0 0 16px;
}

.keyword-strategy-row .left-item h3 {
    font-weight: 700;
    text-transform: none;
}

.keyword-strategy-row .rgt-frm label {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.563rem;
}

.keyword-strategy-row .rgt-frm input {
    border-radius: 9px;
    padding: 9px 28px;
}

.keyword-strategy-row .rgt-frm textarea {
    border-radius: 9px;
    padding: 14px 28px;
    height: 89px;
}

.keyword-strategy-row .rgt-frm input::placeholder,
.keyword-strategy-row .rgt-frm textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.563rem;
    color: #949292;
}

.keyword-strategy-row .rgt-frm .btn-submit {
    background: var(--yellow);
    color: var(--white);
    border: none;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 45px;
    transition: 0.45s ease;

    &:hover {
        background-color: var(--white);
        color: #949292;
    }
}

/* Your Keyword Strategy Starts Here end */

/* KEYWORD RESEARCH METHODS start */
.keywords-research-sec .section-heading {
    max-width: 746px;
}

.keywords-research-sec .sub-txt {
    max-width: 959px;
    margin: 0 auto;
    padding: 28px 0 47px;
}

.keywords-research-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.icon-text-cards__inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F7F9F6;
    border-radius: 16px;
    padding: 24px 26px;
}

.icon-text-cards__inner figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    margin: 0;
}

.icon-text-cont-_box {
    width: calc(100% - 76px);
    padding-left: 24px;
}

.icon-text-cont-_box h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    color: #000000;
    margin: 0 0 10px;
    text-align: left;
}

.icon-text-cont-_box p {
    text-align: left;
}

/* KEYWORD RESEARCH METHODS end */

/* OUR KEYWORD RESEARCH PROCESS start */
.keyword-process-sec .section-heading p {
    text-transform: lowercase;
    padding-bottom: 35px;
}

.section-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px;
}

.section-box-inner {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 35px 25px 30px 25px;
    background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
    border: 1px solid #F7F7F7;
    box-shadow: 0px 4px 44px 0px #0000000D;
}

.section-box-icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 30px;
}

.section-box-icon img {
    margin: 30px 0 0;
}

.section-box-icon span {
    font-size: 60px;
    font-weight: 500;
    line-height: 45px;
    color: #F6F6F6;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #91F0FF;
}

.content-heading h3 {
    padding: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.content-heading p {
    font-size: 15px;
    color: #323131;
}

/* OUR KEYWORD RESEARCH PROCESS end */


/* NOT SURE WHERE TO START? start */

.where-to-start {
    margin-top: 80px;
}

.where-to-start-flex {
    align-items: end;
    gap: 25px 0;
}

.where-to-start-left img {
    margin: 0 auto;
}

.where-to-start-right h2 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 5px;
    text-align: start;
}

.where-to-start-right h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 30px;
}

.where-to-start-right p {
    margin: 0 0 15px;
}

.where-to-start-right p,
.where-to-start-right p a {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.where-to-start-right p a:hover {
    color: var(--sky);
}

.where-to-start-right .btns {
    margin: 30px 0 0;
}

.where-to-start-right {
    padding-bottom: 60px;
}

/* NOT SURE WHERE TO START? end */

/* keyword counter start */

.keyword-counter {
    background: var(--gradient);
    padding: 65px 55px;
}

.keyword-counter h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: var(--white);
    padding-bottom: 50px;
}

.keyword-width {
    max-width: 20%;
}

.keyword-box-inner {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    text-transform: lowercase;

}

.keyword-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.keyword-box p {
    font-size: 22px;
}

/* keyword counter end */


.seo-investment-title {
    text-align: center;
    max-width: 1033px;
    margin: 0 auto;
    padding: 0 0 clamp(30px, 3.125vw, 45px);
}

.questions-about-working-info {
    max-width: 1054px;
    margin: 0 auto;
}

.our-rocket-seo-right {
    border-radius: 21px;
    overflow: hidden;
}

.our-rocket-seo-right .accordion-item {
    border: 0;
    border-bottom: 1px solid #E2E2FF;
    background-color: #F6F8F5;
}

.seo-faq-sec {
    padding-top: 80px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.our-rocket-seo-right .accordion-button {
    box-shadow: none;
    background: transparent;
    padding: 25px 20px 25px 27px;
    justify-content: space-between;
}

.icon-info-sec p {
    font-size: 21px;
    color: var(--black);
    margin-left: 11px;
    font-weight: 500;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.seo-faq-right .accordion-body {
    padding-left: 40px;
}

.seo-faq-right .accordion-body p {
    padding-bottom: 15px;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(115%);
}

.seo-investment-title h2 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

/* plans-pricing-sec-start */
.transparent-content-marketing-box {
    padding: 0 65px;
}

.ppc-business-goals .section-heading h3 {
    max-width: 955px;
    text-align: left;
}

.ppc-business-goals .sub-txt {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.563rem;
    color: #212121;
    text-align: left;
    padding: 30px 0 50px;
}

.ppc-business-goals .sub-txt a {
    text-decoration: underline;
}

.transparent-content-marketing-content {
    max-width: 1062px;
    margin: auto;
    background-color: #F7F9F6;
    border-radius: 19px;
}

.transparent-content-marketing-content-outer-box {
    width: 100%;
    border-right: 1px solid var(--lightblue);
}

.transparent-content-marketing-content-box {
    background-color: var(--lightblue);
    padding: 49px 38px;
    text-align: center;
    border-radius: 19px 0 0 19px;
}

.transparent-content-marketing-content-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.563rem;
}

.transparent-content-marketing-content-box p,
.transparent-content-marketing-content-box span,
.transparent-content-marketing-para h4 {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    line-height: 25px;
    padding: 15px 0;
}

.transparent-content-marketing-content-box p {
    padding: 6px 0;
}

.transparent-content-marketing-content-box span {
    padding: 0;
}

.transparent-content-marketing-content-box span {
    color: var(--yellow);
}

.transparent-content-marketing-para {
    padding: 45px 45px 24px;
}

.transparent-content-marketing-para h4 {
    font-weight: 700;
    color: var(--black);
    padding-top: 0;
    padding-bottom: 27px;
}

.transparent-content-marketing-para ul li {
    margin-bottom: 30px;
}

.transparent-content-marketing-para ul li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.transparent-content-marketing-para ul li p {
    font-size: 15px;
    color: #13124D;
}

.all-plan-sec {
    padding: 75px 30px 60px;
}

.all-plan-sec h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 36px;
    text-align: left;
}

.all-plan-sec ul li {
    font-size: 15px;
    margin-bottom: 20px;
    list-style-type: disc;
}

.all-plan-sec .content-marketing-tab-btn a {
    margin-top: 10px;
}

.all-plan-sec ul {
    margin-left: 25px;
}

/* plans-pricing-sec-end */

/* seo-audit-services-sec start */
.sub-txt {
    color: #181818;
    text-align: center;
    margin: 0 auto;
}

.seo-audit-services-sec .sub-txt {
    max-width: 980px;
}

.seo-audit-services-sec .seo-faq-inner {
    padding-top: 25px;
}

.seo-audit-services-faq-left .nav .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
}

.on-page-factors-tab-right .content-marketing-tab-btn a {
    margin-top: 37px;
}

.transparent-seo-audit-sec .section-heading h3 {
    max-width: 750px;
}

.all-plan-sec .content-marketing-tab-btn a {
    text-transform: none;
}

.search-seo-audit-row .unrivalled-service-box-text h4 {
    max-width: 100%;
}


.Your-Business-Needs .section-heading p {
    font-size: 15px;
    padding: 0 0 15px 0px;
}

.Your-Business-Needs .section-heading h3 {
    padding-bottom: 44px;
}

.Your-Business-Needs .section-heading {
    padding-bottom: 55px;
}

.Website-SEO-Audit-Services-sec {
    background-color: var(--white);
}

.website-seo-services-row .unrivalled-service-box {
    box-shadow: 0px 4px 44px 0px #0000000D;
}

/* seo-audit-services-sec end */

/* implimentation-sec-start */
.seo-audit-half-content h3 {
    padding-bottom: 25px;
}

.seo-audit-half-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.563rem;
    color: #141414;
    text-align: left;
    padding-bottom: 20px;
}

.seo-audit-half-content p:last-child {
    padding-bottom: 0;
}

.seo-audit-text-flex {
    align-items: center;
    --bs-gutter-x: 37px;
}

.managed-PPC {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.managed-PPC>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.seo-audit-half-media-col {
    display: flex;
    justify-content: center;
}

.seo-audit-half-content.section-heading {
    max-width: 100%;
    margin: 0;
}

/* implimentation-sec-end */

/* need-seo-audit-start */

.need-seo-audit-bg {
    background-color: #F7F9F6;
    border-radius: 28px;
    padding: 66px 143px 60px 116px;
}

.need-seo-audit-right-para span {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}

.need-seo-audit-gap {
    margin-top: 53px;
}

.need-seo-audit-right-para ul {
    padding: 25px 0;
}

.need-seo-audit-right-para ul li,
.deling-with-website-left-para ul li {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.need-seo-audit-right-para ul li:last-child,
.deling-with-website-left-para ul li:last-child {
    margin: 0;
}

.need-seo-audit-right-para ul li::before,
.deling-with-website-left-para ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #13124D;
    border-radius: 50%;
}

.need-seo-audit-right-img,
.need-seo-audit-right-img img {
    height: 100%;
    object-fit: contain;
}

.need-seo-audit-row {
    --bs-gutter-x: 60px;
}

.need-seo-audit-right-para p:first-child {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 33px;
}

/* need-seo-audit-end */

/* Common issues reviewed start */
.half-text-content p:not(:last-child) {
    margin: 0 0 15px;
}

.half-text-content ul {
    list-style: disc;
    padding-left: 25px;
    column-count: 2;
}

.half-text-content ul li {
    margin-bottom: 5px;
}

.common-issues-row {
    padding-top: 50px;
    align-items: center;
}

/* Common issues reviewed end */

.deling-with-website-width {
    max-width: 1081px;
    margin: 42px auto 0;

}

.deling-with-website h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.deling-with-website-left-para ul {
    padding: 24px 0 35px;
}

.deling-with-website-left-para p {
    padding-bottom: 18px;
}

.deling-with-website-left-para p a {
    display: inline;
    text-decoration: underline;
}

.deling-with-website-left-para p:first-child {
    padding-bottom: 0;
}

.deling-with-website-row {
    --bs-gutter-x: 61px;
    align-items: center;
}

.deling-with-website-left-para ul li {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.deling-with-website-left-para ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--black);
    border-radius: 50%;
}

.number-text-cards {
    margin-top: 100px;
}

.number-text-cards__flex {
    gap: 25px 0;
}

.number-text-cards-item {
    background: var(--white);
    text-align: center;
    transition: 0.3s;
    border-radius: 7px;
    min-height: 209px;
    padding: 30px 33px 25px 33px;
    border: 1px solid #EFEFEF;
}

.number-text-cards-item:hover {
    background: var(--sky);
}

.number-text-cards-item span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.number-text-cards-item h2 {
    font-weight: 500;
    font-size: 50px;
}

.number-text-cards-item:hover span,
.number-text-cards-item:hover h2,
.number-text-cards-item:hover p {
    color: var(--white);
}

.audt-process-wrapper {
    background: #F7F9F6;
    border-radius: 28px;
    padding: 65px 30px 70px 30px;
}

.audt-process-flex {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    padding-top: 55px;
}

.audt-process-item {
    display: flex;
    align-items: flex-start;
}

.audt-process-item .step-no {
    display: block;
    min-width: 84px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    border-right: 6px solid var(--lightblue);
    padding: 8px 20px 8px 0;
}

.audt-process-detl {
    width: calc(100% - 84px);
    padding-left: 25px;
}

.audt-process-detl h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    text-align: left;
}

.seo-audit-package-sec .sub-txt {
    max-width: 1049px;
}

.seo-audit-packages-width {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 10px;
}

.seo-audit-packages-row {
    --bs-gutter-x: 38px;
}

.seo-audit-packages-left-text p {
    padding-bottom: 20px;
}

.seo-audit-packages-left-text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.563rem;
    text-transform: none;
    padding: 10px 0 15px;
}

.seo-audit-packages-left-text p a {
    text-decoration: underline;
}


.seo-audit-text-flex {
    align-items: start;
}

.seo-audit-half-content h2 {
    max-width: 453px;
}

.seo-audit-half-media-col {
    display: flex;
    justify-content: center;
}

.seo-audit-search-result-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.seo-audit-search-result {
    width: 100%;
    height: 100%;
    background-image: url(../images/inner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 96px 40px 105px;
}

.seo-audit-search-result-title span {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white);
}

.seo-audit-search-result-title h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--white);
}

.seo-audit-search-result-title p {
    max-width: 707px;
    color: var(--white);
}

.seo-audit-process-title p a {
    text-decoration: underline;
    color: #13124D;
}


.seo-audit-process-title p a:hover {
    color: #FFC107;
}

.seo-audit-process-title h2,
.seo-audit-process-title p,
.seo-audit-process-title p a {
    color: var(--black);

}

.seo-audit-process-title p {
    padding: 35px 0 28px
}

.seo-audit-process-sub-title {
    padding-bottom: 20px;
}

.seo-audit-process-sub-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: var(--black);
    padding-bottom: 15px;
}

.seo-audit-process-title h2 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: start;
}

.margin-top-none {
    margin-top: 0 !important;
}

/* international-seo-start */

.int-seo-question .content-marketing-tab-btn a {
    margin: 15px 0 20px;
}

.int-seo-question .icon-info-sec p {
    font-weight: 600;
}

.int-seo-question .seo-faq-right .accordion-body p {
    font-size: 17px;
}

.different-international-seo-right .section-heading,
.Multilingual-SEO-left .section-heading {
    max-width: 525px;
    margin: 0;
    text-align: left;
    padding-bottom: 35px;
}

.different-international-seo-right span {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 10px;
}

.different-international-seo-right p:not(:last-child) {
    padding-bottom: 21px;
}

.different-international-seo-row {
    --bs-gutter-x: 82px;
}

.Multilingual-SEO-sec {
    padding: 110px 0;
    background-color: #F7F9F6;
}

.Multilingual-SEO-left .section-heading {
    max-width: 492px;
}

.Multilingual-SEO-left ul {
    padding: 19px 0 29px;
}

.Multilingual-SEO-left ul li {
    padding-left: 15px;
    position: relative;
}

.Multilingual-SEO-left ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #13124D;
    border-radius: 50%;
}

.implement-seo-sec {
    padding: 70px 0;
}

/* international-seo-end */

.international-clients-box.content-marketing-process-box {
    border-radius: 16px;
    padding: 43px 38px 46px 32px;
}

.international-clients-box h3 {
    text-transform: capitalize;
    padding-bottom: 22px;
}

.international-clients-box p a {
    text-decoration: underline;
}

.international-clients-row {
    margin-top: 60px;
}

.international-seo-service-bg {
    padding: 57px 37px 60px 37px;
    border-radius: 20px;
}

.intseo-service-unique-content .section-heading {
    max-width: 633px;
    padding-bottom: 25px;
}

.intseo-service-unique-content span {
    font-size: 22px;
    padding-bottom: 18px;
}

.international-seo-services-span span {
    font-weight: 600;
    font-size: 64px;
    line-height: 4.125rem;
    color: #151515;
}

.intseo-service-unique-button a {
    margin: 0 !important;
    text-transform: capitalize;
    padding: 12px 46px;
}

.intseo-service-unique-button span {
    padding: 0 !important;
    font-size: 15px !important;
}

/* local seo start */
.local-seo-reviews-content {
    margin-top: 80px;
}

.local-seo-reviews-content-row {
    --bs-gutter-x: 46px;
}

.local-seo-reviews-content-box h2,
.local-seo-business-heading h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 14px;
    text-align: start;
}

.local-seo-reviews-content-box p {
    padding-bottom: 21px;
}

.local-seo-reviews-para p {
    padding: 15px 0 27px;
}

.local-seo-reviews-content-box .local-seo-reviews-content-box-para {
    padding: 0;
}

.local-seo-reviews-para a {
    padding: 0;
    text-decoration: underline;
}

.local-seo-reviews-para a:hover {
    color: var(--sky);
}

.local-seo-ranking-box {
    height: 100%;
    background-color: #F7F9F6;
    border-radius: 8px;
    padding: 21px 34px 37px;
}

.local-seo-ranking-box h3 {
    font-size: 20px;
    padding: 23px 0 10px;
}

.local-seo-ranking-box p,
.local-seo-ranking-box ul li {
    padding-bottom: 20px;
}

.local-seo-ranking-box ul {
    padding: 0 0 0 10px;
}

.local-seo-reviews-left-img,
.local-seo-reviews-left-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.local-seo-ranking-box ul li {
    position: relative;
    padding-left: 15px;
}

.local-seo-ranking-box ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--black);
    border-radius: 50%;
}

.local-seo-reviews-bottom-para {
    padding: 38px 0 58px;
}


.local-seo-business-inner {
    background: var(--gradient);
    border-radius: 7px;
    padding: 58px 0 15px;
    margin-top: 76px;
}

.local-seo-business-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.local-seo-business-heading h2 {
    color: #fff;
    padding-bottom: 18px;
}

.local-seo-business-heading p {
    max-width: 81%;
    color: #fff;
    padding: 23px 0 31px;
}

.local-seo-business-heading span {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.local-seo-business-inner-box-row {
    --bs-gutter-x: 46px;
}

.local-seo-business-inner-box-img {
    display: flex;
    justify-content: end;
}

.local-seo-business-para p {
    color: #fff;
    padding: 0 49px 21px 0;
}

.local-seo-business-heading h2 {
    text-align: center;
}

.Local-SEO-Services-Drive-Lead {
    background-color: #F7F9F6;
    padding: 75px 0;
}

.Local-SEO-Services-Drive-Lead-heading h2,
.local-seo-tips-title h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.Local-SEO-Services-Drive-Lead-heading span {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4em;
    color: var(--black);
    text-align: center;
    display: block;
}

.Local-SEO-Services-Drive-Lead-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    max-width: 1110px;
    margin: 0 auto;
    padding: 24px 0;
}

.Local-SEO-Services-Drive-Lead-content h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
    padding-bottom: 35px;
}

.Local-SEO-Services-Drive-Lead-content ul {
    padding: 0 0 0 10px;
}

.Local-SEO-Services-Drive-Lead-content ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    padding: 0 0 18px 15px;
    position: relative;
}

.Local-SEO-Services-Drive-Lead-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--black);
    border-radius: 50%;
}

.local-seo-service-bottom-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 50px;
}

.local-seo-tips {
    margin: 80px 0 0;
}

.local-seo-tips-title {
    text-align: center;
    margin: 0 0 30px;
}

.local-seo-tips-title h2 {
    padding: 0 0 18px;
}

.seo-tips-cards .local-seo-ranking-box {
    padding: 34px;
}

.seo-tips-cards .local-seo-ranking-box ul li:last-child {
    padding-bottom: 0;
}

.seo-tips-bot-text {
    text-align: center;
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.seo-tips-bot-text p:not(:last-child) {
    padding-bottom: 15px;
}

.Increase-Brand-Awareness .local-seo-service-title h3 {
    max-width: 810px;
}


/* swarnali */

.benefits-local-seo-row .international-clients-box.content-marketing-process-box {
    border-radius: 12px;
    padding: 50px 68px;
}

@media(max-width: 1199px) {
    .benefits-local-seo-row .international-clients-box.content-marketing-process-box {
        padding: 40px 42px;
    }
}

@media(max-width: 992px) {
    .benefits-local-seo-row .international-clients-box.content-marketing-process-box {
        padding: 32px 30px;
    }
}

@media(max-width: 575px) {
    .benefits-local-seo-row .international-clients-box.content-marketing-process-box {
        padding: 25px 30px;
    }
}

@media(max-width: 480px) {
    .benefits-local-seo-row .international-clients-box.content-marketing-process-box {
        padding: 25px 25px;
    }
}


/* local seo end */