:root {
    --primary-font-family: "Inter", "sans-serif";
    --secondary-font-family: "SFProDisplay", "sans-serif";
    --gredient-color1: linear-gradient(300deg, #02A14D 0%, #3779A9 100%);
    --gredient-color2: linear-gradient(300deg, #D49E00 0%, #3779A9 100%);
    --gredient-color3: linear-gradient(300deg, #114E7A 0%, #02A14D 100%);
    --gredient-color4: linear-gradient(300deg, #133751 0%, #133751 100%);
    --gredient-color5: linear-gradient(50deg, rgba(2, 161, 77, 1) 0%, rgba(0, 101, 48, 1) 100%);
    --gredient-color6: linear-gradient(50deg, rgba(55, 121, 169, 1) 0%, rgba(17, 78, 122, 1) 100%);
    --gredient-color7: linear-gradient(50deg, rgba(243, 188, 24, 1) 0%, rgba(212, 158, 0, 1) 100%);
    --gredient-color8: linear-gradient(50deg, rgba(55, 121, 169, 1) 0%, rgba(17, 78, 122, 1) 100%);
    ;
    --white-color: #ffffff;
    --black-color: #000000;
    --green-color: #02A14D;
    --blue-color: #3779A9;
    --yellow-color: #F3BC18;
}

html,
body {
    font-family: var(--primary-font-family);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font-family);
    font-weight: 700;
    margin: 0;
    color: var(--black-color);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: inherit;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
span,
li,
textarea {
    letter-spacing: -.5px;
}

:focus-visible {
    outline: inherit;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(236, 233, 233);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--gredient-color1);
}

/* Width */
.__serviceList.__green::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.__serviceList.__green::-webkit-scrollbar-track {
    background: rgb(236, 233, 233);
    border-radius: 20px;
}

/* Handle */
.__serviceList.__green::-webkit-scrollbar-thumb {
    background: var(--green-color);
}

/* Width */
.__serviceList.__blue::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.__serviceList.__blue::-webkit-scrollbar-track {
    background: rgb(236, 233, 233);
    border-radius: 20px;
}

/* Handle */
.__serviceList.__blue::-webkit-scrollbar-thumb {
    background: var(--blue-color);
}

/* Width */
.__serviceList.__yellow::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.__serviceList.__yellow::-webkit-scrollbar-track {
    background: rgb(236, 233, 233);
    border-radius: 20px;
}

/* Handle */
.__serviceList.__yellow::-webkit-scrollbar-thumb {
    background: var(--yellow-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.__primaryBtn {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black-color);
    width: max-content;
    display: block;
    text-align: center;
    margin: 10px 0 0;
    padding: 0 1rem;
    border-radius: 10px;
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    transition: all 0.5s linear;
    letter-spacing: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.__primaryBtn:hover {
    background: var(--white-color);
    color: var(--black-color);
    border-color: var(--black-color);
}

.__secondaryBtn {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white-color);
    width: max-content;
    display: block;
    text-align: center;
    margin: 10px 0 0;
    padding: 6px 2.5rem;
    border-radius: 10px;
    background: var(--green-color);
    border: 1px solid var(--green-color);
    transition: all 0.5s linear;
    letter-spacing: -1px;
}

.__secondaryBtn:hover {
    background: var(--black-color);
    border-color: var(--black-color);
}

header#header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0;
    z-index: 100;
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
}

header#header .menu>ul>li>a {
    color: var(--black-color);
    font-weight: 400;
}

header#header .wrapper .header-item-left span {
    font-size: 12px;
}

header#header .wrapper .header-item-left .__counterHead span {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 5px;
}

header#header .header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 28%;
    align-items: center;
}

header#header .header-item-right a.cta {
    background-color: var(--yellow-color);
    border: 2px solid var(--white-color);
}

header#header .header-item-right a.cta:hover {
    border: 2px solid var(--green-color);
}

header#header .wrapper .__borderBlack {
    background: rgb(0, 0, 0);
    background: linear-gradient(50deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    margin: 5px auto 0;
    height: 2px;
    padding: 0;
}

header#header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: 0;
    opacity: 1;
    border-radius: .25rem;
    background: #000;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.__hero {
    position: relative;
    z-index: 10;
    padding: 150px 0 80px;
    background-color: #EFEFEF;
}

.__hero .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.__hero .__content .__border {
    width: 35%;
    margin: 0 auto;
    height: 2px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 0;
}

.__hero .__content span:not(h1 span) {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--primart-font-family);
    color: var(--black-color);
    padding: 0 0 8px;
}

.__hero .__content h1 {
    font-size: 50px;
    line-height: 1;
    padding: 0;
    margin: 15px 0;
}

.__hero .__content h1 span {
    position: relative;
    font-size: 55px;
    line-height: 1.4;
}

.__hero .__content h1 span::before {
    content: url('https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/f8eba1c9-87e1-4781-5d17-7aec881c4700/public');
    position: absolute;
    top: 25px;
    right: 0;
}

.__hero .__content p,
.__domination .__content p,
.__results .__content p {
    color: var(--black-color);
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 0 0;
}

.__hero .__form form input {
    background-color: transparent;
    border: 2px solid var(--blue-color);
    padding: 8px 10px 8px 15px;
    border-radius: 8px;
    width: 100%;
}

.__hero .__form form .__primaryBtn {
    width: 80%;
    margin: 0 auto;
}

.__domination {
    padding: 80px 0;
}

.__domination .__content h2 {
    margin: 0 0 10px;
}

.__domination .border-end,
.__domination .border-bottom {
    border-color: #c8c8c8 !important;
}

.__domination .__content h2,
.__results .__content h2 {
    font-size: 50px;
    line-height: 1.1;
    padding: 0;
}

.__domination .__content h2 span {
    position: relative;
}

.__domination .__content h2 span::before {
    content: url('../media/yellowPathTwo.png');
    position: absolute;
    top: 20px;
    right: 0;
}

.__domination .__counters h3 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 800;
    background: var(--gredient-color1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.__domination .__counters span {
    font-size: 14px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 400;
}


.__domination .__dominationEmbla {
    overflow: hidden;
}

.__domination .__embla__container {
    display: flex;
}

.__domination .__counterViews {
    flex: 0 0 50%;
    min-width: 0;
}

.__domination .__embla__dots {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 20px 0 0;
}

.__domination .__embla__dot {
    width: 0px;
    height: 10px;
    border-radius: 50%;
    background-color: #AAAAAA;
    margin: 0 5px;
    cursor: pointer;
    border: inherit;
}

.__domination .__embla__dot.is-selected {
    width: 70px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
}

.__results {
    background-color: #F3F3F3;
    padding: 80px 0;
}

.__results .__content h2 {
    margin: 0 0 10px;
}

.__results .__content h2 span {
    position: relative;
}

.__results .__content h2 span::before {
    content: url(../media/yellowPathThree.png);
    position: absolute;
    top: 38px;
    right: -20px;
}

.__results .__resultsEmbla {
    overflow: hidden;
}

.__results .__embla__container {
    display: flex;
}

.__results .__siteOverViews {
    flex: 0 0 100%;
    min-width: 0;
}

.__results .__embla__dots {
    display: flex;
    justify-content: end;
    padding: 10px;
}

.__results .__embla__dot {
    width: 0px;
    height: 10px;
    border-radius: 50%;
    background-color: #AAAAAA;
    margin: 0 5px;
    cursor: pointer;
    border: inherit;
}

.__results .__embla__dot.is-selected {
    width: 70px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
}

.__results .__content h5 {
    color: var(--green-color);
    font-size: 30px;
    line-height: 1.5;
}

.__results .__content h3 {
    font-size: 35px;
    line-height: 1.3;
    margin: 15px 0 0;
}

.__results .__content h3 span {
    position: relative;
}

.__results .__content h3 span::before {
    content: inherit;
}

.__results .__content .__primaryBtn {
    margin: 20px 0 0;
}
.__results .__siteOverViews .__content p {
    min-height: 140px;
}
.__businessFacing {
    padding: 80px 0;
    position: relative;
    background: rgb(19, 55, 81);
    background: linear-gradient(45deg, rgba(19, 55, 81, 1) 0%, rgba(24, 144, 115, 1) 60%, rgba(2, 161, 77, 1) 100%);
}

.__businessFacing .__content {
    color: var(--white-color);
}

.__businessFacing .__content h2,
.__businessFacing .__content h3 {
    color: var(--white-color);
    font-size: 45px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}

.__businessFacing .__content span:not(.__seoAudit .__content h3 span) {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    min-height: 65px;
}

.__businessFacing .__content .__borderWhiteBtm {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    margin: 15px auto 0;
    height: 2px;
    padding: 0;
}

.__businessFacing .__seoAudit .__content h3 span {
    position: relative;
}

.__businessFacing .__seoAudit .__content h3 span::before {
    content: url('../media/yellowPathTwo.png');
    position: absolute;
    top: 15px;
    right: 0;
}

.__businessFacing .__seoAudit .__form form input {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    padding: 10px 10px 10px 15px;
    border-radius: 8px;
    width: 100%;
}

.__businessFacing .__seoAudit .__form form input::placeholder {
    color: var(--white-color);
}

.__businessFacing .__seoAudit .__form form .__primaryBtn {
    padding: 8px 0rem;
    width: 80%;
}

.__testimonials {
    padding: 80px 0;
}

.__testimonials .__content h2,
.__pricing .__content h2 {
    position: relative;
    font-size: 50px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}

.__testimonials .__content h2::before {
    content: url('../media/yellowPath.png');
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
}

.__testimonials .__content p {
    font-size: 28px;
    line-height: 1.5;
    padding: 0 0 220px;
}

.__testimonials .__testimonialsEmbla {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.__testimonials .__embla__viewport {
    height: 100%;
}

.__testimonials .__embla__container {
    backface-visibility: hidden;
    display: flex;
    touch-action: pan-y pinch-zoom;
    flex-direction: column;
    height: 100%;
}

.__testimonials .__embla__slide {
    flex: 0 0 50%;
    height: 100%;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.5;
    width: 80%;
    cursor: grab;
}

.__testimonials .__embla__slide.is-active {
    opacity: 1;
}

.__testimonials .__embla__slide .__title {
    box-shadow: 0 0 30px #00000028;
    width: max-content;
    margin: 20px auto 0;
    padding: 10px 20px 10px 0;
    border-radius: 15px;
}

.__testimonials .__embla__slide .__title img {
    transform: translateX(-25px);
}

.__testimonials .__embla__slide .__title h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.__testimonials .__embla__slide .__title span,
.__testimonials .__embla__slide .__description p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

.__testimonials .__embla__slide .__description span {
    font-size: 12px;
    line-height: 1.3;
}

.__testimonials .__embla__slide .__description {
    box-shadow: 0 20px 20px #0000000c;
    padding: 30px 20px;
    border-radius: 20px;
}

.__testimonials .__embla__prev,
.__testimonials .__embla__next {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 14px 10px;
    cursor: pointer;
}

.__testimonials .__embla__prev {
    right: 10px;
    border: 2px solid var(--green-color);
    border-radius: 100%;
    width: max-content;
}

.__testimonials .__embla__next {
    right: 10px;
    bottom: 13%;
    transform: translateY(-50%);
    border: 2px solid var(--green-color);
    border-radius: 100%;
    width: max-content;
}

.__testimonials .__embla__prev.is-disabled,
.__testimonials .__embla__next.is-disabled {
    background-color: #0dd66b;
    cursor: not-allowed;
}

.__testimonials .__testimonialContent {
    width: 85%;
    margin: 0 auto;
}

.__testimonials .__testimonialContent p {
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

.__testimonials .__testimonialContent p::before {
    content: url(../media/semiColB.png);
    position: absolute;
    left: -40px;
    top: -15px;
}

.__testimonials .__testimonialContent p::after {
    content: url(../media/semiColT.png);
    position: absolute;
    right: -30px;
    bottom: -15px;
}

.__testimonials .__testimonialContent .__title {
    padding: 0 0 90px;
}

.__testimonials .__testimonialContent .__title h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.__testimonials .__testimonialContent .__title span,
.__testimonials .__testimonialContent .__description p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

.__getsBetter {
    position: relative;
    z-index: 10;
    padding: 100px 0 80px;
    background-color: var(--blue-color);
}

.__getsBetter .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.__getsBetter .__content h2 {
    font-size: 50px;
    line-height: 1.3;
    color: var(--white-color);
}

.__getsBetter .__content h2 span {
    position: relative;
}

.__getsBetter .__content h2 span::before {
    content: url(../media/yellowPathThree.png);
    position: absolute;
    top: 30px;
    right: 15px;
}

.__getsBetter .__graphContent {
    padding: 40px 0 0;
}

.__getsBetter .__graphContent,
.__getsBetter .__graphContent h4 {
    color: var(--white-color);
}

.__getsBetter .__graphContent h4 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.__getsBetter .__graphContent span {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.__getsBetter img:not(.__bannerImg) {
    margin-top: -40px;
}

.__pricing {
    padding: 80px 0;
}

.__pricing .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.__pricing .__content h2 span {
    position: relative;
}

.__pricing .__content h2 span::before {
    content: url('../media/yellowPath.png');
    position: absolute;
    bottom: -35px;
    right: -20px;
}

.__pricing .__nav-tabs {
    background-color: var(--white-color);
    box-shadow: 0 0 20px #0000002a;
    padding: 15px 10px;
    border-radius: 15px;
    margin: 60px 0 0;
}

.__pricing .__nav-tabs .nav-item .nav-link {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 15px;
}

.__pricing .__nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    font-weight: 400;
}

.__pricing .__nav-tabs .nav-item .nav-link.active {
    color: var(--white-color);
    background-color: #C80000;
    padding: 10px 30px;
}

.__pricing .tab-content .tab-pane .__priceCardTop h3,
.__pricing .tab-content .tab-pane .__priceCardTop h4,
.__pricing .tab-content .tab-pane .__priceCardTop {
    color: var(--white-color);
}

.__pricing .tab-content .tab-pane .__priceCardTop.__green {
    background: var(--gredient-color5);
    padding: 30px 20px;
    border-radius: 15px 15px 0 0;
}

.__pricing .tab-content .tab-pane .__priceCardTop.__blue {
    background: var(--gredient-color6);
    padding: 30px 20px;
    border-radius: 15px 15px 0 0;
}

.__pricing .tab-content .tab-pane .__priceCardTop.__yellow {
    background: var(--gredient-color7);
    padding: 30px 20px;
    border-radius: 15px 15px 0 0;
}

.__pricing .tab-content .tab-pane .__priceCardTop h3,
.__pricing .tab-content .tab-pane .__priceCardTop h4 {
    padding: 0 0 5px;
    margin: 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.__pricing .tab-content .tab-pane .__priceCardTop p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.__pricing .tab-content .tab-pane .__priceCardContent {
    padding: 30px 20px;
    border: 1px solid var(--black-color);
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 30px #00000025;
}

.__pricing .tab-content .tab-pane .__priceCardContent .__serviceList {
    height: 310px;
    overflow-y: scroll;
}

.__pricing .tab-content .tab-pane .__priceCardContent .__serviceList h5 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 2px;
    margin: 0 0 10px;
    border-bottom: 2px solid var(--green-color);
}

.__pricing .tab-content .tab-pane .__priceCardContent .__serviceList ul li span {
    font-size: 14px;
}

.__pricing .tab-content .tab-pane .__priceCardContent .__priceCardCta.__green .__primaryBtn {
    padding: 5px 12px;
    background: var(--gredient-color5);
    color: var(--white-color);
    border: 1px solid var(--gredient-color5);
}

.__pricing .tab-content .tab-pane .__priceCardContent .__priceCardCta.__blue .__primaryBtn {
    padding: 5px 12px;
    background: var(--gredient-color6);
    color: var(--white-color);
    border: 1px solid var(--gredient-color6);
}

.__pricing .tab-content .tab-pane .__priceCardContent .__priceCardCta.__yellow .__primaryBtn {
    padding: 5px 12px;
    background: var(--gredient-color7);
    color: var(--white-color);
    border: 1px solid var(--gredient-color7);
}

.__pricing .tab-content .tab-pane .__priceCardContent .__priceCardCta a span {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 700;
    margin: 10px 0 0;
}

.__completePackage {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    background-color: #EFEFEF;
}

.__completePackage .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.__completePackage .__content h2 {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
}

.__completePackage .__content h2 span {
    position: relative;
}

.__completePackage .__content h2 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -42px;
    right: 0px;
}

.__completePackage .__completeList {
    background-color: var(--white-color);
    padding: 10px 15px;
    border-radius: 10px;
}

.__completePackage .__completeList h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}

.__completePackage .__completeList ul {
    list-style: disc;
    padding-left: 20px;
}

.__completePackage .__completeList ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.__completePackage .__completeList ul li::marker {
    color: var(--green-color);
    font-size: 20px;
}

.__completePackage .__features {
    background-color: var(--yellow-color);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 50px 0 0;
}

.__completePackage .__features .__borderBlack {
    background: rgb(0, 0, 0);
    background: linear-gradient(50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    margin: 0 auto 15px;
    height: 2px;
    padding: 0;
}

.__completePackage .__features h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.__completePackage .__features ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.__completePackage .__features ul li,
.__completePackage .__features span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

.__completePackage .__features ul li::marker {
    color: var(--black-color);
    font-size: 20px;
}

.__completePackage .__features a span {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--black-color);
}

.__completePackage .__features .__secondaryBtn {
    background-color: #3779A9;
    padding: 6px 1.5rem;
    border-radius: 10px;
}

.__completePackage .__features .__secondaryBtn:hover {
    background-color: transparent;
    color: var(--black-color);
}

.__ourSeoServices {
    padding: 80px 0;
}

.__ourSeoServices .__content h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--black-color);
    margin: 0 0 20px;
}

.__ourSeoServices .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

.__ourSeoServices .__content h2 span {
    position: relative;
}

.__ourSeoServices .__content h2 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -30px;
    right: -10px;
}

.__ourSeoServices .__serviceCard {
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    padding: 40px 30px;
    transition: all 0.3s ease-in-out;
}

.__ourSeoServices .__serviceCard img {
    padding: 0 0 15px;
}

.__ourSeoServices .__serviceCard h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 600;
    min-height: 80px;
}

.__ourSeoServices .__serviceCard p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--black-color);
    min-height: 90px;
}

.__ourSeoServices .__serviceCard .__primaryBtn {
    margin: 15px 0 0;
}

.__ourSeoServices .__serviceCard:hover {
    background: var(--gredient-color8);
    transition: all 0.3s ease-in-out;
}

.__ourSeoServices .__serviceCard:hover img {
    filter: brightness(0) invert(1);
}

.__ourSeoServices .__serviceCard:hover h3 {
    color: var(--white-color);
}

.__ourSeoServices .__serviceCard:hover p {
    color: var(--white-color);
}

.__ourSeoServices .__seoServicesEmbla {
    overflow: hidden;
}

.__ourSeoServices .__embla__container {
    display: flex;
}

.__ourSeoServices .__serviceCardSlide {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 0 0 20px;
}

.__ourSeoServices .__embla__dots {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 20px 0 0;
}

.__ourSeoServices .__embla__dot {
    width: 0px;
    height: 10px;
    border-radius: 50%;
    background-color: #AAAAAA;
    margin: 0 5px;
    cursor: pointer;
    border: inherit;
}

.__ourSeoServices .__embla__dot.is-selected {
    width: 70px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
}
.__getStarted {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    background: var(--gredient-color1);
}

.__getStarted .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.__getStarted .__content h2 {
    color: var(--white-color);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px;
}

.__getStarted .__content h2 span {
    position: relative;
}

.__getStarted .__content h2 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -35px;
    right: -10px;
}

.__getStarted .__content {
    color: var(--white-color);
}

.__getStarted .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
}

.__seoProcess {
    height: 610px;
    overflow-y: scroll;
    padding: 80px 0;
}

.__seoProcess .__content h3 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 40px;
}

.__seoProcess .__content h3 span {
    position: relative;
}

.__seoProcess .__content h3 span::before {
    content: url(../media/yellowPathTwo.png);
    position: absolute;
    bottom: -25px;
    right: 10px;
}

.__seoProcess .__steps .__verticalBorder {
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(243, 243, 243, 1) 100%);
    width: 3px;
    height: 70px;
    margin: 10px auto 0;
}

.__seoProcess .__steps .__number {
    color: #707070;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    background-color: #F3F3F3;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 10px;
}

.__seoProcess .__steps h5,
.__seoProcess .__steps p {
    color: #707070;
}

.__seoProcess .__steps h5 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.__seoProcess .__steps p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.__seoProcess .__steps .__box {
    cursor: alias;
    transition: all 0.5s ease-in-out;
}

.__seoProcess .__steps .__box:hover .__number {
    background-color: #3779A9;
    color: var(--white-color);
}

.__seoProcess .__steps .__box:hover h5 {
    color: #3779A9;
}

.__seoProcess .__steps .__box:hover .__verticalBorder {
    background: rgb(55, 121, 169);
    background: linear-gradient(0deg, rgba(55, 121, 169, 1) 0%, rgba(55, 121, 169, 1) 50%, rgba(55, 121, 169, 1) 100%);
}

.__whyChoose {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    background: var(--gredient-color1);
}

.__whyChoose .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.__whyChoose .__content h2,
.__whyChoose .__content h3,
.__whyChoose .__content {
    color: var(--white-color);
}

.__whyChoose .__content h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
}

.__whyChoose .__content h2 span {
    position: relative;
}

.__whyChoose .__content h2 span::before {
    content: url('../media/yellowPathTwo.png');
    position: absolute;
    bottom: -25px;
    right: 0px;
}

.__whyChoose .__content h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}

.__whyChoose .__content p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 20px;
}

.__whyChoose .__content .__primaryBtn {
    padding: 6px 1rem;
}

.__resultsTwo {
    padding: 80px 0;
}

.__resultsTwo .__content h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
}

.__resultsTwo .__content h2 span {
    position: relative;
}

.__resultsTwo .__content h2 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.__resultsTwo .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

.__industriesWeServe {
    padding: 80px 0;
    background-color: #F3F3F3;
}

.__industriesWeServe .__content h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
}

.__industriesWeServe .__content h2 span {
    position: relative;
}

.__industriesWeServe .__content h2 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.__industriesWeServe .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

.__industriesWeServeEmbla {
    position: relative;
    overflow: hidden;
}

.__industriesWeServeEmbla .__embla__container {
    display: flex;
    align-items: center;
}

.__industriesWeServeEmbla .__embla__slide {
    flex: 0 0 20%;
    min-width: 0;
    padding: 0 0 0 1rem;
}

.__industriesWeServeEmbla .__embla__slide .__servingCard {
    background-color: var(--white-color);
    padding: 30px 20px;
    border-radius: 20px;
}

.__industriesWeServeEmbla .__embla__slide .__servingCard span {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--black-color);
    margin: 20px 0 10px;
}

.__industriesWeServeEmbla .__embla__slide .__servingCard p {
    font-size: 13px;
    display: none;
    min-height: 80px;
}

.__industriesWeServe .__servingCTA .__primaryBtn {
    margin: 0 auto;
}

.__industriesWeServeEmbla .__embla__slide.is-snapped .__servingCard {
    background: rgb(19, 55, 81);
    background: linear-gradient(45deg, rgba(19, 55, 81, 1) 0%, rgba(24, 144, 115, 1) 70%, rgba(2, 161, 77, 1) 100%);
}

.__industriesWeServeEmbla .__embla__slide.is-snapped .__servingCard img {
    filter: brightness(0) invert(1);
}

.__industriesWeServeEmbla .__embla__slide.is-snapped .__servingCard span {
    color: var(--white-color);
}

.__industriesWeServeEmbla .__embla__slide.is-snapped .__servingCard p {
    display: block;
    color: var(--white-color);
}

.__strategySession {
    padding: 80px 0;
}

.__strategySession .__content span {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}

.__strategySession .__content h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.__strategySession .__content h3 span {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}

.__strategySession .__content h3 .__yellow {
    color: var(--yellow-color);
}

.__strategySession .__content h3 span:not(.__yellow) {
    position: relative;
}

.__strategySession .__content h3 span:not(.__yellow)::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -35px;
    right: 10px;
}

.__strategySession .__form form input,
.__strategySession .__form form textarea {
    background-color: transparent;
    color: var(--black-color);
    border: inherit;
    border-bottom: 2px solid #BFBFBF;
    padding: 10px 10px 10px 0;
    width: 100%;
    resize: inherit;
}

.__strategySession .__form form input::placeholder,
.__strategySession .__form form textarea::placeholder {
    color: var(--black-color);
}

.__strategySession .__form form textarea {
    height: 120px;
}

.__strategySession .__form form label {
    display: inline-block;
    width: 100%;
}

.__strategySession .__form form input[type='checkbox'] {
    width: 20px;
    accent-color: var(--yellow-color);
}

.__strategySession .__form form .__primaryBtn {
    padding: 8px 3rem;
    width: max-content;
}

.__faqs {
    padding: 80px 0;
}

.__faqs .__content h3 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 50px;
}

.__faqs .__content h3 span {
    position: relative;
}

.__faqs .__content h3 span::before {
    content: url('../media/yellowPathThree.png');
    position: absolute;
    bottom: -35px;
    right: 10px;
}

.__faqs .accordion-header {
    border: 0;
    border-radius: 20px;
}

.__faqs .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: transparent;
    box-shadow: inherit;
}

.__faqs .accordion-button.collapsed {
    background-color: var(--white-color);
    border: 1px solid #2B2B2B;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.__faqs .accordion-button {
    border: inherit;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--black-color);
}

.__faqs .accordion-item {
    margin: 0 0 20px;
}

.__faqs .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.__faqs .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.__faqs .accordion-item:not(.collapsed) {
    border: inherit;
    background-color: var(--white-color);
    box-shadow: 0 0 20px #00000023;
    border-radius: 20px;
}

.__faqs .accordion-button::after {
    background-image: url(../media/downIconBlack.png);
}

.__faqs .accordion-button:not(.collapsed)::after {
    background-image: url(../media/upIconGreen.png);
    transform: rotate(0);
}

.__faqs .accordion-button:focus {
    z-index: inherit;
    border-color: inherit;
    outline: inherit;
    box-shadow: inherit;
}

.__faqs .accordion-body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
}

div#site-footer .footer-main form input {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

div#site-footer .footer-main form button {
    width: 110px;
    background-color: var(--yellow-color);
    border: inherit;
    height: 80%;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 0;
    margin: auto;
}

div#site-footer .footer-main a.map::before {
    background-image: url(../media/location.png);
    width: 12px;
}

div#site-footer .footer-main a.call::before {
    background-image: url(../media/callYellow.png);
    width: 12px;
    height: 16px;
}

div#site-footer .footer-main a.phone::before {
    background-image: url(../media/mail.png);
}

div#site-footer .footer-main .locations ul:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #d6d6d6;
}

div#site-footer footer.footer .footer-main {
    border: inherit;
}

div#site-footer .__footerBottom {
    background-color: #2B2B2B;
    color: var(--white-color);
    font-size: 14px;
    padding: 8px 25px;
}

div#site-footer .__footerBottom a {
    color: var(--white-color);
}

div#site-footer .__footerBottom a:hover {
    color: var(--yellow-color) !important;
}