@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

a,
button {
    transition: .3s ease-in-out
}

section.thankyou_page {
    padding: 150px 0 50px 0;
    text-align: center;
}

.themebtn,
ul.header-main__nav li a.header_link {
    font-weight: 500;
    text-transform: capitalize;
    position: relative
}

header.sticky a.header__logo img {
    width: 120px;
}

a.header__logo img {
    transition: all .6s ease;
}

.banner_cont,
.banner_cont h3,
.banner_cont ul li,
.best_peckage,
.box-card ul li,
.bttns_div .themebtn span img,
.card h3,
.card ul li,
.case_img,
.experience_image_div ul li.red_month,
.experience_image_div ul li.yellow_month,
.footer_img_div,
.home_banner,
.lernmore a,
.pricing_conact_form form,
.reliable_item,
.review_section,
.right,
.section_title h6,
.services_tab,
.stats-section,
.sub_service_tab,
.themebtn,
.video,
img.center_img {
    position: relative
}

.footer_img_div span,
a.video_btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.themebtn:hover span img {
    /* filter: contrast(0) brightness(20.5); */
    mix-blend-mode: luminosity;
}

.history_img,
.seo_img,
.sub_service_seo_img.alt {
    /* mask-image: url(../images/about/history_img_mask.webp); */
}

.dropdown,
.popup_form,
.sidenav,
.sub_services_drp {
    opacity: 0
}

.about_sub_img,
.history_img,
.seo_img,
.sub_service_seo_img.alt {
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat
}

.dropdown,
.dropdown_menu,
.popup_form,
.sidenav,
.sub_services_drp {
    visibility: hidden
}

@font-face {
    font-family: boxicons;
    src: url(../fonts/boxicons/boxicons.ttf)
}

@font-face {
    font-family: Relieo;
    src: url(../fonts/Relieo/relieo-display-regular.otf)
}

:root {
    --c1: #3A2D7D;
    --c2: linear-gradient(90deg, #3A2D7D 0%, #1FB6A6 50%, #F59E0B 100%);
    --c3: #1FB6A6;
    --c4: #F59E0B;
    --c5: #fd3b62;
    --f1: 'poppins';
    --f2: 'Montserrat';
    --f3: 'Relieo'
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--f1);
    color: #000
}

.about_banner_img img,
.believe_img img,
.card_icon img,
.case-study_banner img,
.choose_advertyzed_img img,
.custom_icon img,
.faqs_img img,
.form_aviators1 img,
.form_aviators2 img,
.icon img,
.img__contain,
.services_icon img,
.social_media_banner_img img,
.step_img img,
.v_card_icon img,
ul.dropdown_list li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.banner_img img,
.bannser_sl_item img,
.better_image img,
.better_img.img4 img,
.case_img img,
.footer_img_div span img,
.footer_logo img,
.img__cover,
.pr_user img,
.reliable_img img,
.review_user_img img,
.service_img img,
.video img,
.work_item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: Roboto, sans-serif
}

::selection {
    background-color: var(--c1);
    color: #fff
}

.about_banner_main .banner_cont h3,
.case_banner .banner_cont h3,
.color_2 .service_header h3,
.social_media_banner .banner_tr p,
.sub_service_tab ul li button:hover,
.themebtn,
a,
a:hover {
    color: #000
}

.ticker__move p,
.video,
.video_btn,
a {
    display: inline-block
}

dl,
ol,
ul {
    margin-bottom: 0;
    padding: 0
}

a,
button,
input,
input::placeholder,
li,
p,
span {
    font-family: var(--f1)
}

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

button {
    cursor: pointer;
    outline: 0
}

i.bx {
    font-family: boxicons;
    vertical-align: middle
}

.themebtn {
    padding: 10px 50px 10px 35px;
    background: #fff;
    font-size: 13px;
    border-radius: 50px;
    overflow: hidden;
    z-index: 99;
    border: none
}

.themebtn:hover {
    color: #000
}

.banner_cont ul li::before,
.themebtn::after {
    background: var(--c2);
    position: absolute;
    content: ''
}

.themebtn::after {
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    z-index: -1
}

.themebtn:hover::after {
    left: 0;
    width: 100%
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #3a2d7d;
    /* border: 1px solid #3a2d7d; */
}

ul.header-main__nav li a {
    text-transform: capitalize;
    font-weight: 400;
}


a.header__logo img {
    width: 130px;
    height: auto;
    object-fit: contain
}

ul.header-main__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.header-main__nav li a.header_link {
    font-size: 15px;
    font-family: var(--f1)
}

ul.header-main__nav li a.header_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--c1);
    transition: .5s
}

.pricing_packages:hover a.themebtn::after,
.services_package:hover .package_details .themebtn::after,
ul.header-main__nav li a.active::after,
ul.header-main__nav li a.header_link:hover::after {
    width: 100%;
    left: 0
}

.policy_links li a:hover,
.posts_card ul li::before,
.side_menu .accordion-button:not(.collapsed) a,
.sub_services_banner_cont h3 span,
ul.dropdown_list li a:hover,
ul.dropdown_list li a:hover h6,
ul.header-main__nav li a.active,
ul.header-main__nav li a.header_link:hover {
    color: var(--c1)
}

.home_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 8rem;
    min-height: 96vh;
    background: #d1f4fe;
    padding-bottom: 60px
}

.banner_img {
    width: 100%;
    height: 540px
}

.banner_cont h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--f1)
}

.accordion-button,
.advertyze__cont h4,
.banner_cont h3,
.banner_tr p,
.case-detail_cont h3,
.case_ab_cont h2,
.chat_form h6,
.contact_link a,
.contact_link_re a,
.dropdown h6,
.experience_image_div ul h5,
.experience_image_div ul li,
.founder h4,
.history_cont h3,
.history_cont ul li,
.menu_img a,
.nav-tabs .nav-link,
.our__services__item a,
.our__services__item h3,
.pricing_content h3,
.pricing_packages small,
.privacy_cont h4,
.process__cont h3,
.process_tabs .nav-tabs .nav-link,
.review_details h5,
.section_title h3,
.services_tab_list li,
.side_menu li a,
.sub_service_exper_user_det h5,
.sub_service_rev_user_det h5,
span.best_selling,
ul.dropdown_list h6,
ul.dropdown_list li a {
    text-transform: capitalize
}

.banner_cont h3 {
    font-size: 47px;
    font-family: var(--f1);
    line-height: 1;
    font-weight: 700;
    word-spacing: 4px;
    margin-bottom: 18px;
    z-index: 1
}

.banner_cont p {
    font-weight: 500;
    font-size: 15px;
    margin: 14px 0
}

.navbar {
    justify-content: space-between;
    position: unset;
    width: 100%;
}

.banner_cont ul {
    display: flex;
    align-items: center;
    padding-left: 17px;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap
}

.banner_cont ul li {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    width: 48%
}

.banner_cont ul li::before {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 4px;
    transform: rotate(-45deg);
    LEFT: -18px;
    opacity: .7
}

.header_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 14px
}

.banner_tr p {
    display: flex;
    gap: 9px;
    font-size: 14px
}

.banner_tr p span {
    color: #474747;
    font-size: 13px
}

section.logo_section {
    background: #060a13;
    padding: 24px 0
}

.sub_services_trust h3,
.trust h3 {
    color: #fff;
    font-size: 36px;
    font-family: var(--f1);
    font-weight: 400;
    margin-bottom: 3px
}

.section_title h6,
.services_tab_list li {
    font-weight: 500;
    font-family: var(--f1);
    border-radius: 50px
}

.sub_services_trust p,
.trust p {
    color: #fff;
    font-size: 13px;
    margin: 0
}

.logo_item {
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin: 0 45px
}

.logo_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: 1s;
    transform: translateY(-3px);
}

.about_banner_img,
.believe_img {
    transform-style: preserve-3d;
    overflow: hidden
}

.services_tab {
    overflow-x: hidden;
    white-space: nowrap;
    width: 100%;
    background: 0 0;
    padding: 15px 0;
    cursor: grab;
    user-select: none
}

.services_tab:active {
    cursor: grabbing
}

.services_tab_list {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform .4s
}

.services_tab_list li {
    color: #000;
    padding: 13px 37px;
    text-align: center;
    background: var(--c4);
    transition: .3s;
    font-size: 15px;
    flex-shrink: 0;
    margin: 0 7px;
    cursor: pointer
}

.services_tab_list li.active,
ul.sub_service_services_tab_list li.active {
    color: #fff;
    background: var(--c1);
}

.case_icon,
.case_img.procera::before,
.experience_row .col-md-4:nth-child(12) .step_card::before,
.experience_row .col-md-4:nth-child(3) .step_card::before,
.experience_row .col-md-4:nth-child(6) .step_card::before,
.experience_row .col-md-4:nth-child(9) .step_card::before,
.responsive_menu,
.services_item,
.slick-dots li button::before,
.sub_service_services_item,
.success_story.alt::before,
a.close_btn.m_btn {
    display: none
}

.services,
section.all_services pt-0 {
    padding: 70px 0 0;
    overflow: hidden
}

.section_title h6 {
    font-size: 16px;
    width: fit-content;
    padding: 9px 30px 9px 40px;
    background: #fff;
    box-shadow: 0 0 10px 0 #d5d5d5;
    margin: 0 auto 23px;
    text-transform: uppercase
}

.section_title h6::before,
.sub_service_section_title h6::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 17px;
    top: 51%;
    transform: translateY(-50%);
    left: 13px;
}

.section_title h3,
.sub_service_section_title h3 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    margin: 9px 0 14px;
    line-height: 1.1
}

.section_title p {
    font-size: 16px;
    margin: 0;
    font-weight: 500
}

.service_img,
.sub_service_service_img {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 50px
}

.service_cont h3 {
    font-size: 50px;
    font-family: var(--f1);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #000
}

.service_cont p {
    font-size: 16px;
    margin: 12px 0 24px;
    font-weight: 500;
    width: 86%
}

.lernmore a {
    margin: 0 auto;
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.banner_cont h5,
.case_cont h5,
.experience_image_div h3,
.founder h4,
.package_details h5,
.privacy_cont h3,
.privacy_cont h4,
.sub_service_exper_user_det h5,
.sub_service_experience_box h5,
.sub_service_experience_box p,
.sub_service_tab ul li button {
    font-weight: 600;
    font-family: var(--f1)
}

.lernmore a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--c2);
    top: 52%;
    border-radius: 50px;
    transform: translateY(-50%);
    left: -11px
}

.icon {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px
}

.lernmore,
.pricing_content,
.step_cont {
    text-align: center
}

.case_item {
    display: flex !important;
    align-items: center;
    gap: 40px;
    border-radius: 37px;
    overflow: hidden;
    box-shadow: -3px 10px 20px 0 #dfdfdf;
    background: #eeffc8;
    margin: 33px 15px
}

.case_cont {
    padding: 30px;
    width: 70%
}

.case_img {
    width: 24%;
    height: 100%;
    overflow: hidden;
    transition: 1.5s
}

.sub_service,
.success_story {
    padding: 70px 0;
    position: relative
}

.case_cont h5 {
    font-size: 30px;
    margin-bottom: 80px;
    width: 88%
}

.case_detail,
.case_pro_img,
.end_foot_part,
.sub_service_tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user_details {
    display: flex;
    align-items: center;
    gap: 25px
}

.founder h4 {
    font-size: 20px;
    margin: 0;
    line-height: 1
}

.founder p {
    font-size: 13px;
    margin: 0;
    font-weight: 500
}

.case_icon img {
    width: 90px;
    height: auto
}

span.line {
    width: 1px;
    height: 40px;
    background: #c5c5c5
}

.about_section_2.anim_active .about_sub_img img,
.popup_form.active .chat_form_main,
.slick-active .case_img {
    transform: none;
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots li button {
    width: 9px;
    height: 9px;
    background: #b1b1b1;
    border-radius: 100%;
    padding: 0
}

.slick-active button {
    background: #000 !important
}

.slick-dots {
    bottom: -18px
}

.review_details,
.sub_service_review_details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.review_details h5,
.sub_service_rev_user_det h5 {
    margin: 0;
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 600
}

.review_details p,
.sub_service_rev_user_det p {
    font-size: 12px;
    margin: 0;
    font-weight: 500
}

.review_user_img,
.sub_service_review_user_img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%
}

.review_item {
    padding: 39px 47px;
    border-radius: 16px;
    margin-bottom: 28px
}

.sub_service_exper_user_det p,
p.review_text {
    font-size: 14px;
    margin: 0;
    font-weight: 500
}

.color_blue {
    background: #bdfffe !important
}

.color_yellow {
    background: #fff6b7 !important
}

.color_red {
    background: #ffb1c3 !important
}

.success_story::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    background: url(../images/reviews_bg.webp) center/cover no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1
}

.review_section {
    padding-top: 20px
}

.review_item.color_red .review_user_img,
.sub_service_review_item.color_red .sub_service_review_user_img {
    background: #fb416c
}

.review_item.color_blue .review_user_img,
.sub_service_review_item.color_blue .sub_service_review_user_img {
    background: #00fffb
}

.review_item.color_yellow .review_user_img,
.sub_service_review_item.color_yellow .sub_service_review_user_img {
    background: #ffdf00
}

.better_ways,
.choose_advertyzed,
.contact_form_section_re,
.hiring_people,
.sub_service_reviews,
.video_section {
    padding: 70px 0
}

.video {
    width: 100%;
    height: 610px;
    border-radius: 40px
}

a.video_btn {
    position: absolute;
    border-radius: 10px;
    padding: 0;
    overflow: hidden
}

a.video_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform: scale(1.2)
}

.video_card {
    padding: 38px 40px;
    border-radius: 23px
}

.v_card_icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    margin-bottom: 23px
}

.video_card h3 {
    font-size: 26px;
    font-family: var(--f1);
    margin-bottom: 3px;
    font-weight: 600
}

.video_card p {
    font-size: 17px;
    width: 82%;
    margin-bottom: 24px;
    font-weight: 500
}

.video_card .themebtn {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding: 17px;
    box-shadow: none
}

.reliable_item {
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    margin: 10px 22px
}

.reliable_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.case_pro_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 7px;
    border-radius: 11px
}

.case_pro_main,
.reliable_cont h6 {
    background: #fff;
    width: fit-content
}

.history_cont .nav-tabs .nav-link,
.reliable_cont h6 {
    border-radius: 50px;
    font-family: var(--f1);
    text-transform: capitalize
}

.reliable_cont h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 11px 20px
}

.case_pro_main p {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 400
}

.case_pro_main {
    padding: 15px;
    border-radius: 15px;
    margin: 16px 0
}

.first_card {
    position: absolute;
    bottom: 40px
}

.progress_update {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px
}

.pr_user {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #ff0;
    overflow: hidden
}

.mid_footer .location-map {
    width: 20% !important;
    height: 278px;
    padding: 0 20px 0 180px;
}

.footer,
.footer_img_div span {
    background: #000;
    overflow: hidden
}

.pr_cont h5 {
    margin: 0;
    font-size: 17px;
    font-family: var(--f1);
    font-weight: 600
}

.pr_cont p {
    font-size: 14px;
    margin: 0
}

.pr_cont span {
    font-size: 15px;
    color: var(--c1)
}

.reliable_slider .slick-list.draggable {
    padding: 0 479px !important
}

.better_image {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end
}

.better_image.img1 img {
    object-position: 100% 20%
}

.better_img .img4 {
    width: 100%;
    height: 179px;
    overflow: hidden;
    border-radius: 12px
}

.better_img.img3,
.better_img.img4 {
    height: 570px;
    border-radius: 40px;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden
}

.better_img.img4 {
    justify-content: center;
    align-items: end
}

.better_img.img3 {
    text-align: center;
    background: #8dada9;
    justify-content: center;
    align-items: center
}

.better_img.img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.better_image .themebtn {
    position: absolute;
    bottom: 50px;
    width: 55% !important;
    text-align: center
}

.better_img.img4 .themebtn {
    width: 48% !important;
    position: absolute;
    bottom: 40px;
    text-align: center
}

.img_cont {
    padding: 40px 30px 0;
    position: relative;
    z-index: 99
}

.img_cont h3 {
    color: #fff;
    font-weight: 500;
    font-family: var(--f1);
    font-size: 33px;
    margin: 0 0 25px;
    text-align: left;
    line-height: 1.1
}

.bttns_div {
    display: grid;
    align-items: center;
    text-align: center;
    line-height: 1.7;
    width: 100%
}

.white_border {
    border: 1px solid #fff;
    border-radius: 16px;
    margin-bottom: 18px;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.footer_links {
    line-height: 1.65
}

.footer {
    padding: 50px 0 35px
}

.footer_links li a {
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px
}

.footer_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 5px
}

.footer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 30%;
    filter: brightness(.9)
}

.mid_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0
}

.footer_logo {
    width: 570px;
    height: auto;
    overflow: hidden
}

.top_footer {
    padding: 0 0 40px;
    border-bottom: 2px solid gray
}

.end_footer p {
    font-size: 15px;
    color: #fff;
    font-family: var(--f1);
    font-weight: 400;
    margin: 0 0 17px;
    line-height: 1.6
}

.footer_icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 15px 0 !important
}

.footer_icons li a {
    color: #fff;
    font-size: 20px
}

.policy_links,
a.close_btn,
ul.dropdown_list h6 span {
    display: flex;
    justify-content: center;
    align-items: center
}

.policy_links li a {
    color: #fff;
    font-size: 12px;
    width: 118px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer_img_div span {
    position: absolute;
    z-index: 999;
    width: 55px;
    height: 55px;
    padding: 15px;
    border-radius: 50%
}

.history_img img,
.seo_img img {
    transition: 1.5s;
    transform: scale(1.9);
    object-fit: cover
}

.end_foot_part p {
    font-size: 12px;
    margin: 0;
}

.services_package:hover .lernmore a,
.white_border:hover {
    color: #fff
}

.footer_icons li a:hover {
    transform: translateY(-6px);
    color: var(--c1)
}

.footer_links li a:hover {
    transform: translateX(8px);
    color: var(--c1)
}

.about_banner_main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56vh
}

.about_banner_img {
    position: absolute;
    bottom: -120px;
    right: 50px;
    z-index: -1;
    width: 440px;
    height: 500px;
    display: none;
}

@keyframes tilt3D {

    0%,
    100% {
        transform: perspective(1000px) rotateX(0) rotateY(0)
    }

    25% {
        transform: perspective(1000px) rotateX(5deg) rotateY(7deg)
    }

    50% {
        transform: perspective(1000px) rotateX(-5deg) rotateY(-7deg)
    }

    75% {
        transform: perspective(1000px) rotateX(7deg) rotateY(-5deg)
    }
}

.about_banner_main .banner_cont p {
    width: 75%
}

.bannser_sl_item {
    width: 350px;
    height: auto;
    border-radius: 17px;
    overflow: hidden;
    transition: .5s;
    filter: grayscale(1)
}

.bannser_sl_item.width_1,
.bannser_sl_item.width_4 {
    width: 340px
}

.bannser_sl_item.width_2 {
    width: 300px
}

.bannser_sl_item.width_3 {
    width: 270px
}

.about_banner_slider.slider_2,
.about_banner_slider.slider_2 .bannser_sl_item,
.chat_form_btn button::after,
.dropdown_link:hover::before,
.work_slider.work_sld2,
.work_slider.work_sld2 .work_item {
    transform: rotate(180deg)
}

.about_banner_slider {
    margin: 17px 0
}

.about_banner {
    padding-top: 8rem;
    padding-bottom: 70px;
    overflow: hidden
}

.experience {
    padding: 0 0 70px;
    position: relative;
    margin-top: -140px
}

.experience::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 68%;
    background: #d1f4fe;
    bottom: 140px;
    left: 0;
    z-index: -1
}

p.expr_title {
    width: 80%;
    margin: 50px auto 0;
    text-align: center;
    font-weight: 400
}

.expr_item {
    width: 23%;
    text-align: center;
    padding: 35px 20px;
    border-radius: 40px;
    background: var(--c1);
    color: #fff
}

.expr_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
    z-index: 1
}

.expr_item h3 {
    font-size: 56px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0;
    color: #fff
}

.expr_item p {
    font-size: 17px;
    margin: 0;
    color: #fff
}

.expr_main .expr_item:nth-child(2) {
    background: #00c8c6
}

.expr_main .expr_item:nth-child(3) {
    background: #ffe000;
    color: #000
}

.expr_main .expr_item:nth-child(4),
.pricing_packages.active {
    background: #000
}

.about_section_2,
.seo_section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 95vh
}

.seo_img {
    width: 46%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden
}

.history,
.history_img img,
.seo_img img {
    width: 100%;
    height: 100%
}

.seo_img img {
    object-position: 22% 100%
}

.seo_cont h3 {
    font-size: 50px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 30px
}

.seo_cont p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6
}

.anim_active .seo_img img,
.video:hover a.video_btn img {
    transform: scale(1.2)
}

.history {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 17vh
}

.history_cont h3 {
    font-size: 70px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center
}

.history_cont .nav-tabs {
    border: none;
    margin-bottom: 34px;
    gap: 17px;
    position: relative;
    z-index: 1
}

.history_cont .nav-tabs .nav-link {
    padding: 6px 34px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    box-shadow: 3px 2px 10px 0 #cbcbcb;
    border: none !important
}

.history_cont .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background: var(--c1)
}

.history_cont .nav-tabs .nav-link img {
    width: 14px;
    margin-left: -14px;
    margin-right: 4px
}

.history_cont p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.8
}

.history_img {
    width: 49%;
    position: absolute;
    top: -70px;
    left: 0;
    height: 102vh;
    overflow: hidden
}

.anim_active .history_img img {
    transform: scale(1.1)
}

.history_cont .tab-content {
    height: 300px;
    overflow-y: auto
}

.history_cont .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

.history_cont .tab-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.history_cont .tab-content::-webkit-scrollbar-thumb {
    background-color: var(--c1)
}

.believe_section {
    padding: 0 0 70px
}

.believe_img {
    width: 73%;
    height: 290px;
    position: relative;
    margin: 0 auto -57px;
    animation: 3s ease-in-out infinite alternate tilt3D;
    transition: .5s;
    z-index: 1
}

.case_ab_mg,
.case_pot_img {
    width: 100%;
    height: 380px;
    overflow: hidden
}

.believe_cont {
    padding: 74px 52px 37px;
    background: #bdfffe;
    border-radius: 10px;
    transition: .5s
}

.believe_cont p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6
}

.believe_item:hover .believe_cont {
    background: var(--c1);
    color: #fff;
    transform: translateY(20px)
}

.footer_img .themebtn {
    position: absolute;
    z-index: 99999;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.case_banner {
    padding-top: 8rem;
    padding-bottom: 70px
}

.case_portfolio_item {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #cdcdcd;
    margin: 10px 18px
}

.case_pot_img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.case_ab_mg img,
.case_pot_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.port_name {
    display: flex;
    align-items: center;
    gap: 7px
}

.port_name h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--f1);
    margin: 0
}

.port_name img {
    height: auto;
    width: 20px
}

.port_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px
}

.port_logo span {
    font-size: 13px;
    font-weight: 500;
    color: dimgray
}

.case_port_cont p {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.case_port_cont {
    padding: 20px 30px
}

.case_banner .banner_cont h6 {
    padding: 10px 20px;
    margin: 0 auto 12px;
    border-radius: 50px;
    width: fit-content;
    font-size: 13px;
    box-shadow: 0 0 5px 0 #d1d1d1
}

.case_banner .banner_cont h6 img {
    width: 15px;
    margin-right: 6px
}

.case_portfolio {
    padding: 30px 0 1px;
    background: #f7f8f9
}

.case_port_slider .slick-list.draggable {
    padding: 0 450px !important
}

.case_port_slider .slick-dots li button {
    background: #efa0a0
}

.case_port_slider .slick-active button {
    background: var(--c1) !important
}

.case_port_slider .slick-dots {
    bottom: -51px
}

.case_ab_mg {
    border-radius: 20px;
    box-shadow: 0 0 11px 0 #e9e9e9
}

.case_ab_cont h2 {
    font-size: 60px;
    font-family: var(--f1);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.case_ab_cont p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 12px 0
}

.case_ab_cont {
    width: 77%;
    padding-left: 50px
}

.case_about_main {
    padding: 28px 50px;
    background: #eeffc8;
    border-radius: 20px;
    margin-bottom: 26px
}

.faqs_section {
    padding: 60px 0 70px
}

.accordion-button {
    background: 0 0;
    padding: 22px 0;
    color: #000;
    font-family: var(--f1);
    font-weight: 500;
    font-size: 16px;
    border: none !important;
    box-shadow: none !important
}

.accordion-item {
    border: none;
    border-bottom: 1px dashed #d5d5d5;
    border-image: repeating-linear-gradient(to right, #d5d5d5 0, #d5d5d5 10px, transparent 10px, transparent 20px) 1
}

.accordion-body {
    padding: 13px 0
}

.accordion-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #8b8b8b
}

.accordion-button:not(.collapsed) {
    color: #000;
    background: 0 0
}

.accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: contain
}

.accordion-button:not(.collapsed)::after,
.pricing_packages:hover a.themebtn span,
.services_package:hover .themebtn span {
    filter: brightness(0)
}

.case_about {
    position: relative;
    padding-bottom: 70px
}

.case_about::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 51%;
    background: url(../images/reviews_bg.webp) center/cover no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1
}

.social_media_banner {
    padding: 8rem 0 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 103vh;
    background: #fff;
    position: relative;
    overflow: hidden
}

.social_media_banner_img {
    position: absolute;
    right: 0;
    width: 820px;
    height: auto;
    bottom: 85px
}

h6.add_bg {
    width: fit-content;
    padding: 11px 27px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 10px 0 #e1e1e1
}

h6.add_bg img {
    width: 19px;
    margin-right: 7px
}

.social_media_banner .banner_cont h3 {
    line-height: 1.2;
    color: #000;
    font-size: 52px
}

.social_media_banner .banner_cont ul li {
    color: #000;
    width: 100%
}

.social_media_banner .banner_cont ul {
    display: block;
    margin-bottom: 33px
}

@keyframes floatZoom {

    0%,
    100% {
        transform: scale(1) translateY(0)
    }

    25% {
        transform: scale(1.05) translateY(-10px)
    }

    50% {
        transform: scale(1.1) translateY(0)
    }

    75% {
        transform: scale(1.05) translateY(10px)
    }
}

.autopilot_cards,
.our_work,
section.sub_service_show_strength {
    padding: 70px 0 0
}

.our_process,
.pb-70,
.sm_bestseller {
    padding-bottom: 70px
}

.work_item {
    width: 100%;
    margin: 12px 20px;
    border-radius: 13px;
    overflow: hidden;
    height: 510px
}

.process_tabs .nav-tabs {
    border: none;
    justify-content: space-around;
    width: 91%;
    margin: 0 auto
}

.process_tabs .nav-tabs .nav-link {
    border-radius: 24px 24px 0 0;
    color: #000;
    font-family: var(--f1);
    font-weight: 500;
    font-size: 18px;
    padding: 13px 30px;
    background: #ffccd7;
    border: none
}

.process_tabs .tab-content {
    padding: 48px 42px;
    background: #eeffc8;
    border-radius: 30px;
    z-index: 99;
    position: relative
}

.process__img {
    width: 90%;
    height: 330px;
    overflow: hidden;
    border-radius: 30px
}

.ab_sub_img img,
.banner_images img,
.contact_banner img,
.custom_img img,
.experience_img img,
.form_img img,
.hero_img img,
.lets_derive_img img,
.object_img img,
.process__img img,
.sub_service_review_user_img img,
.sub_service_seo_img img,
.sub_service_service_img img,
.sub_services_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.process__cont h3 {
    font-size: 60px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1
}

.process__cont p {
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

.process__cont {
    width: 78%
}

.process_tabs .nav-tabs .nav-item.show .nav-link,
.process_tabs .nav-tabs .nav-link.active {
    background: #eeffc8;
    color: #000
}

.our_process {
    position: relative;
    padding-top: 70px
}

.our_process::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    background: url(../images/reviews_bg.webp) center/cover no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1
}

.after_before_advertzed {
    padding: 110px 0;
    background: #392c7ca8;
    position: relative;
    overflow: hidden
}

.advertyzes_main,
.after_before_advertzed::after,
.after_before_advertzed::before {
    background-repeat: no-repeat;
    background-position: center
}

.advertyze__cont h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 50px;
    font-family: var(--f1);
    font-weight: 700;
    font-size: 37px;
    color: #000
}

.advertyze__cont ul li::before,
.serv_detail ul li::before {
    background: 0 0;
    display: flex;
    justify-content: center;
    font-family: boxicons !important
}

.advertyze__cont ul li,
.serv_detail h4,
.service_header h3 {
    font-weight: 600;
    line-height: 1;
    font-family: var(--f1)
}

.advertyze__cont h4 img {
    width: 50px
}

.advertyze__cont ul li {
    font-size: 17px;
    margin-bottom: 23px;
    position: relative
}

.advertyze__cont ul {
    padding-left: 27px
}

.advertyze__cont ul li::before {
    position: absolute;
    content: "\ec8e";
    top: -2px;
    left: -32px;
    width: 21px;
    height: 21px;
    font-size: 24px;
    align-items: center
}

.advertyzes_main {
    padding: 40px 50px;
    border-radius: 30px;
    background-color: #fff;
    position: relative
}

.after_before_advertzed::before {
    position: absolute;
    /* content: ''; */
    width: 423px;
    height: 480px;
    bottom: 0;
    left: -110px;
    background-image: url(../images/advertyzed_aviater.webp);
    background-size: contain
}

.after_before_advertzed::after {
    position: absolute;
    /* content: ''; */
    width: 276px;
    height: 360px;
    bottom: 0;
    right: 38px;
    background-image: url(../images/mascot.webp);
    background-size: contain
}

.adv_users {
    position: absolute;
    top: 0;
    right: 0
}

.adv_users img {
    position: relative;
    animation: 6s ease-in-out infinite float
}

.themebtn span,
.themebtn span::before {
    position: absolute;
    border-radius: 100%;
    transition: .5s
}

img.adv_img1 {
    top: -53px;
    right: -140px;
    animation: none
}

img.adv_img2 {
    top: -50px;
    right: -130px;
    width: 77px;
    height: auto;
    animation-delay: 2s
}

img.adv_img3 {
    right: -90px;
    width: 102px;
    height: auto;
    animation-delay: 4s
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    25% {
        transform: translateY(-10px) translateX(5px) rotate(2deg)
    }

    50% {
        transform: translateY(5px) translateX(-5px) rotate(-2deg)
    }

    75% {
        transform: translateY(-7px) translateX(3px) rotate(1deg)
    }
}

.services_item.active {
    display: block;
    transform: none
}

.themebtn span {
    width: 39px;
    height: 39px;
    padding: 10px;
    background: 0 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-5px)
}

.menu_img a,
.services_btn {
    left: 50%;
    transform: translateX(-50%)
}

.themebtn span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1
}

.themebtn:hover span {
    padding: 9px;
    transform: translate(0, -50%)
}

.themebtn span::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1
}

.themebtn:hover span::before,
a.close_btn:hover::after {
    transform: translate(-50%, -50%) scale(1)
}

.serv_detail {
    padding: 10px 18px;
    height: 412px;
    position: relative
}

.service_header {
    background: var(--c3);
    padding: 24px 10px;
    position: relative;
    margin-bottom: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.service_header h3 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff
}

.all_service_item {
    border-radius: 10px;
    box-shadow: 0 0 0 2px var(--c3)
}

.service_header::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: var(--c3);
    bottom: -9px;
    z-index: -1
}

.serv_detail h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.custom-select.open .options,
.serv_detail h4 span,
.sub_service_services_item.active {
    display: block
}

.serv_detail p {
    font-size: 12px;
    text-align: center;
    line-height: 1.7
}

.serv_detail h3 {
    margin: 9px 0;
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 500
}

.serv_detail ul {
    margin: 12px 0;
    height: 130px;
    padding-left: 20px;
    overflow-y: auto
}

.all_plan ul li:last-child,
.banner_cont h5,
.service_title .row .col-md-4:last-child .service_item {
    margin-bottom: 0
}

.serv_detail ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400
}

.serv_detail ul li::before {
    position: absolute;
    content: "\ea41";
    width: 15px;
    height: 15px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    align-items: center;
    font-size: 25px;
    color: var(--c3)
}

.dropdown_link::before,
.services_btn {
    position: absolute;
    display: flex;
    justify-content: center
}

.serv_detail ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

.serv_detail ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.serv_detail ul::-webkit-scrollbar-thumb {
    background-color: var(--c3)
}

.services_btn {
    bottom: -24px
}

.services_btn .themebtn {
    background: var(--c3);
    padding: 12px 42px;
    font-size: 16px;
    color: #fff
}

.color_2 .service_header,
.color_2 .service_header::before {
    background: var(--c4)
}

.all_service_item.color_2 {
    box-shadow: 0 0 0 2px var(--c4)
}

.color_2 .serv_detail ul li::before,
.emails_card ul li::before {
    color: var(--c4)
}

.color_2 .services_btn .themebtn {
    background: var(--c4);
    color: #000
}

.color_2 .serv_detail ul::-webkit-scrollbar-thumb {
    background-color: var(--c4)
}

.color_3 .service_header,
.color_3 .service_header::before,
.color_3 .services_btn .themebtn {
    background: var(--c5)
}

.all_service_item.color_3 {
    box-shadow: 0 0 0 2px var(--c5)
}

.color_3 .serv_detail ul li::before {
    color: var(--c5)
}

.color_3 .serv_detail ul::-webkit-scrollbar-thumb {
    background-color: var(--c5)
}

p.s_focus {
    line-height: 1.5
}

.themebtn.login_btn {
    padding: 10px 40px
}

.services_item_box {
    padding: 60px 50px;
    background: #dce8f3;
    border-radius: 40px;
    transition: .5s;
    transform: translateY(20px);
    margin-bottom: 80px;
    box-shadow: 5px 5px 5px 0 #cdcdcd
}

.img_cont .themebtn {
    text-align: center;
    width: 100%
}

ul.header-main__nav li:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 30px);
}

.dropdown {
    position: absolute;
    top: 153%;
    left: -110px;
    width: 801px;
    transition: .2s;
    transform: translateY(20px);
    background: #fff;
    box-shadow: 0 0 15px 0 #00000030;
    border-radius: 16px;
    padding: 20px 28px 68px;
    z-index: 999
}

.dropdown_link::before {
    content: "\ea4a";
    width: 13px;
    height: 12px;
    right: -17px;
    background: 0 0;
    top: 6px;
    font-family: boxicons !important;
    transition: .5s;
    font-size: 23px;
    align-items: center
}

.card_icon,
.chat_form_main,
.package_header,
.package_icon,
.popup_form,
.stats-wrapper {
    justify-content: center;
    display: flex
}

.dropdown_link:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: none
}

.believe_cont h4 {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 19px
}

.banner_cont h5 {
    font-size: 16px
}

.services_package {
    padding: 34px 39px;
    background: #54c8c052;
    border-radius: 40px;
    transition: .5s;
    position: relative;
    cursor: pointer
}

.package_header {
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.package_icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #000;
    border-radius: 50px;
    align-items: center
}

.package_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s
}

.package_details h5 {
    font-size: 26px
}

.marquee__item,
.package_details p {
    font-size: 16px;
    font-family: var(--f1)
}

.package_details p {
    line-height: 1.4;
    font-weight: 500;
    margin: 0
}

.package_price h3,
.price_box h1 {
    line-height: 1;
    font-family: var(--f1)
}

.package_price h3 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.custom_cont h4,
.lets_drive_content h3,
.services_col h3,
.sub_services_banner_cont h3 {
    text-transform: capitalize;
    font-family: var(--f1)
}

a.package_videos {
    display: block;
    width: 100%;
    padding: 10px 11px;
    background: 0 0;
    box-shadow: 0 0 0 1px #000;
    border-radius: 9px;
    margin-bottom: 10px
}

.package_details .themebtn {
    text-align: center;
    border-radius: 50px;
    padding: 11px
}

.package_price {
    margin: 28px 0 14px
}

.package_header .themebtn {
    background: var(--c1);
    padding: 9px 36px;
    border-radius: 50px;
    font-weight: 500;
    color: red;
    pointer-events: none
}

.package_details .themebtn {
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #000
}

.card_box_price,
.service_top_header {
    display: flex;
    justify-content: space-between
}

.services_package:hover::before {
    height: 100%
}

.package_details {
    position: relative;
    z-index: 1;
    transition: .5s
}

a.package_videos:hover {
    background: #fff;
    box-shadow: 0 0 0 1px #fff
}

.services_main_box {
    padding: 52px;
    background: var(--c2);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.service_top_header {
    align-items: center;
    margin-bottom: 20px
}

.services_icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 10px;
    background: #000
}

.services_col h3 {
    font-size: 30px;
    font-weight: 600
}

.services_col ul li {
    font-size: 15px;
    margin-bottom: 6px;
    font-family: var(--f1);
    font-weight: 500
}

.services_col_btn {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 7px;
    flex-direction: column
}

.services_col_btn a {
    width: 100%;
    text-align: center
}

.serices_details_cont h4 {
    font-size: 21px;
    font-family: var(--f1);
    font-weight: 600
}

.serices_details_cont p {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 600
}

.service_top_header .themebtn {
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600
}

.services_col_btn .themebtn {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500
}

a.learnmore {
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

a.learnmore::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: var(--c2);
    border-radius: 50px;
    top: 4px;
    right: -16px
}

.marquee {
    position: absolute;
    overflow: hidden;
    width: 66%;
    bottom: 0;
    height: 18vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom_img,
.custom_package_main {
    height: 368px;
    box-shadow: 10px 10px 20px 0 #e2e2e2
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: 35s linear infinite marquee-scroll;
    gap: 53px
}

.form_aviators1,
.form_aviators2 {
    animation: 2s ease-in-out infinite alternate tilt3D
}

.marquee__group {
    display: inline-flex;
    gap: 58px;
    flex: 0 0 auto
}

.marquee__item {
    white-space: nowrap;
    font-weight: 500;
    position: relative
}

.marquee:hover .marquee__track {
    animation-play-state: paused
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.marquee__item::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #000;
    top: 50%;
    left: -43px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/marquee_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.logo_bg_red {
    background: #ff5d53 !important
}

.package_details h6 {
    font-size: 19px;
    font-family: var(--f1);
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.price_box h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0
}

.price_box span {
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 500
}

.card_box_price {
    align-items: center;
    margin: 14px 0
}

.custom_btn,
.custom_head {
    justify-content: space-between;
    display: flex
}

.price_box p {
    width: 50%;
    text-align: right
}

.card_box_price p {
    width: 68%;
    text-align: right;
    font-size: 14px
}

.custom_package_main {
    padding: 33px 40px;
    border-radius: 40px;
    border: 1px solid var(--c1);
    position: relative;
}

.custom_package {
    margin-top: 40px
}

.custom_img {
    width: 100%;
    overflow: hidden;
    border-radius: 40px
}

.custom_head {
    align-items: center;
    margin-bottom: 30px
}

.custom_icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border-radius: 100%;
    overflow: hidden;
    background: #000
}

.custom_head .themebtn {
    background: var(--c2);
    font-weight: 600;
    pointer-events: none;
    padding: 10px 35px;
    background: var(--c1);
    color: #fff
}

.custom_cont h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px
}

.custom_cont p {
    font-size: 16px;
    font-weight: 600
}

.custom_btn {
    align-items: center;
    margin-top: 52px;
    position: absolute;
    width: 90%;
    bottom: 21px;
}

.custom_btn .themebtn {
    background: var(--c2);
    font-weight: 600
}

a.learnmore:hover {
    color: var(--c1);
    letter-spacing: 1px
}

.lets_drive {
    position: relative;
    padding: 70px 0
}

.lets_derive_img {
    width: 47%;
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 466px
}

.lets_drive_content h3 {
    font-size: 47px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px
}

.lets_drive_content h3 span {
    position: relative;
    color: #fff;
    display: inline-block
}

.lets_drive_content h3 span::before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    background: var(--c1);
    width: 111%;
    height: 104%;
    z-index: -1;
    border-radius: 11px;
    transform: rotate(-1deg)
}

.lets_drive_content p {
    font-size: 15px;
    font-weight: 600
}

.lets_drive_content form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px
}

.lets_drive_content form input {
    width: 76%;
    height: 58px;
    padding: 16px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    outline: 0
}

.lets_drive_content form input::placeholder {
    color: #000;
    text-transform: capitalize
}

.lets_drive_content form button {
    border-radius: 10px;
    background: var(--c2);
    height: 58px;
    margin-left: -34px;
    font-weight: 600;
    font-size: 14px;
    width: 41%
}

.mid_footer .themebtn {
    text-align: center;
    padding: 10px 70px
}

.mid_footer .themebtn span::before {
    background: #fff
}

.sub_services_banner_cont h6 {
    width: fit-content;
    padding: 11px 27px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 #cecece;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    font-family: var(--f1);
    margin-bottom: 13px
}

.sub_services_banner_cont h3 {
    font-size: 48px;
    z-index: 1;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    word-spacing: 4px;
    position: relative
}

.sub_services_banner_cont ul {
    margin: 20px 0
}

.sub_services_banner_cont ul li {
    font-size: 12px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600
}

.sub_services_banner_cont ul li::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: var(--c2);
    border-radius: 100%;
    top: 3px;
    transform: rotate(-45deg);
    LEFT: -17px;
    opacity: .7
}

section.sub_services_banner {
    padding: 8rem 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 96vh;
    position: relative;
    overflow: hidden
}

.sub_services_banner_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.sub_services_banner_cont .banner_tr p {
    justify-content: center;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    justify-content: flex-start;
    align-items: center
}

.step_img,
section.sub_service_seo_section {
    display: flex;
    justify-content: center;
    overflow: hidden
}

section.sub_services_logo_section {
    background: #fd5453;
    padding: 25px 0
}

section.sub_service_seo_section {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-top: 110px
}

.sub_service_seo_cont h3 {
    font-size: 70px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 30px
}

.sub_service_seo_cont p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7
}

.sub_service_seo_img.alt {
    width: 37%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden
}

.sub_service_seo_img.alt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s;
    object-position: top
}

.sub_service_review_item {
    padding: 35px 44px;
    border-radius: 16px;
    margin-bottom: 28px
}

p.sub_service_review_text {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    height: 86px;
    overflow-y: auto
}

.coin,
.coins-wrap,
.package_outlin,
.package_outlin span,
.sub_services_banner_cont h3::before,
span.best_selling {
    position: absolute
}

.sub_service_section_title h6 {
    font-size: 16px;
    width: fit-content;
    padding: 9px 30px 9px 40px;
    background: #fff;
    box-shadow: 0 0 10px 0 #d5d5d5;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--f1);
    font-weight: 500;
    margin: 0 auto 23px
}

.sub_service_experience_cont h4 {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 18px;
    color: #000
}

.sub_service_experience_cont p {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 16px
}

.sub_service_experience_cont {
    width: 91%;
    margin: 0 0 28px
}

.sub_service_experience_img {
    width: 58px;
    height: 61px;
    overflow: hidden;
    border-radius: 100%
}

.experience_image_div,
.sub_service_experience_box {
    box-shadow: 0 0 3px 2px #f9ccd6;
    border-radius: 10px
}

.sub_service_experience_details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px
}

.sub_service_exper_user_det h5 {
    margin: 0;
    font-size: 20px
}

.sub_service_experience_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8376a
}

.sub_service_experience_box {
    padding: 18px 14px 6px
}

.sub_service_experience_box p {
    margin: 0;
    font-size: 14px
}

.sub_service_experience_box h5 {
    font-size: 22px;
    position: relative;
    padding-left: 16px;
    margin: 0
}

.sub_service_experience_box h5::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: var(--c2);
    border-radius: 100%;
    top: 5px;
    transform: rotate(-45deg);
    LEFT: 0;
    opacity: .7
}

.experience_image_div {
    padding: 26px 10px 16px;
    width: 93%
}

.experience_image_div ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin: 5px 0 12px
}

.experience_img {
    width: 95%;
    height: 128px;
    overflow: hidden
}

.experience_image_div h3 {
    font-size: 24px
}

.experience_image_div p {
    font-weight: 500;
    font-size: 13px;
    margin: 0
}

.experience_image_div ul h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0
}

.experience_image_div ul li {
    font-family: var(--f1);
    font-size: 13px;
    font-weight: 500;
    color: #c3c3c3
}

.experience_image_div ul li.red_month::before {
    background: #fc3066;
    top: 5px;
    position: absolute;
    content: '';
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.experience_image_div ul li.yellow_month::before {
    background: #ffdb28;
    top: 5px;
    position: absolute;
    content: '';
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.sub_service_section_title.alt h6 {
    margin: 0 0 20px
}

.step_img {
    width: 65px;
    height: 65px;
    border: 2px solid #fec9d5;
    align-items: center;
    border-radius: 100%;
    padding: 16px;
    margin: 0 auto 10px
}

.step_cont h3 {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 28px
}

.step_cont p {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 17px
}

.step_card {
    width: 86%;
    margin: 0 auto;
    position: relative
}

.choose_advertyzed_img,
.faqs_img {
    width: 100%;
    height: 480px;
    overflow: hidden
}

.sub_services_banner_cont h3 small {
    font-size: 52px;
    font-family: var(--f1);
    position: relative;
    color: #fff;
    display: inline-block
}

.sub_services_banner_cont h3 small::before {
    position: absolute;
    content: '';
    background: var(--c1);
    width: 105%;
    height: 96%;
    top: 2px;
    left: -10px;
    z-index: -1;
    border-radius: 10px
}

.step_card::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, transparent, #00000026, #0000005c, #00000026, transparent);
    border-radius: 70px;
    top: 50%;
    transform: translateY(-50%);
    right: -29px
}

.service_cont {
    width: 94%
}

ul.sub_service_services_tab_list {
    display: flex;
    gap: 17px;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-bottom: 40px;
    transition: transform .5s;
    flex-wrap: wrap
}

ul.sub_service_services_tab_list li {
    padding: 10px 40px;
    text-align: center;
    background: #cbddec;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 500
}

.sub_service_service_cont {
    width: 85%
}

.sub_service_service_cont h3 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px
}

.sub_service_service_cont p {
    font-size: 16px;
    margin: 24px 0;
    font-weight: 500
}

.sub_service_seo_img.alt.left {
    left: 0;
    width: 37%;
    height: 100%
}

.sub_service_tab ul li .nav-link.active {
    background: #fc3066;
    box-shadow: none !important
}

.sub_service_tab ul li button {
    color: #000;
    font-size: 14px;
    padding: 10px 28px;
    border-radius: 50px !important;
    box-shadow: 0 0 1px 1px #444;
    margin: 0 0 25px;
    width: 100%
}

.sub_service_cont h3 {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #000;
    margin: 0 0 26px;
    width: 94%
}

.sub_service_cont p {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 18px
}

.sub_service_cont {
    width: 92%
}

.main_sub_nav_tabs {
    box-shadow: 0 0 1px 1px #b9afb2;
    padding: 95px 30px;
    border-radius: 40px;
    position: relative;
    overflow: hidden
}

.dropdown::before,
.dropdown_bar {
    border-bottom-right-radius: 14px
}

.main_sub_nav_tabs::before {
    position: absolute;
    content: '';
    background: url(../images/sub-services/sub_service_tab_img.webp) center/cover no-repeat;
    width: 420px;
    height: 335px;
    bottom: 0;
    right: -32px;
    z-index: -1
}

p.review_text {
    overflow-y: auto;
    height: 86px !important
}

p.review_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

p.review_text::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

p.review_text::-webkit-scrollbar-thumb {
    background-color: var(--c1)
}

p.sub_service_review_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

p.sub_service_review_text::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

p.sub_service_review_text::-webkit-scrollbar-thumb {
    background-color: var(--c1)
}

.full_width p.review_text {
    height: auto !important;
    overflow-y: auto
}

.sub_service_review_item.full_width p.sub_service_review_text {
    height: auto !important
}

.sub_service_seo_cont ul {
    margin: 10px 0 23px;
    padding-left: 23px
}

.dropdown h6,
ul.footer_links.alt li a {
    margin-bottom: 17px
}

.sub_service_seo_cont ul li {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 7px;
    position: relative
}

ul.dropdown_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}
ul.dropdown_list ul {
    padding-left: 30px;
}

ul.dropdown_list li a {
       display: flex;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0px 13px;
}

.dropdown_bar {
    padding: 16px 31px;
    background: var(--c2);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 14px
}

.dropdown_bar a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 0 12px;
    border-right: 1px solid #000;
    line-height: 1
}

.dropdown_bar a:hover {
    color: #fff;
    text-decoration: underline !important
}

.dropdown h6 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600;
    padding-left: 13px
}

.btn_flex .themebtn,
.menu_img a,
.side_menu li a {
    font-size: 15px
}

.dropdown_link_mian {
    display: flex;
    align-items: center;
    gap: 15px
}

.menu_img {
    width: 100%;
    height: 388px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #f3f3f3
}

.menu_logo,
.side_menu,
.sub_services_drp {
    background: #fff;
    left: 0
}

.menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: center
}

img.menu_user,
img.mobile {
    height: auto;
    position: absolute
}

.dropdown_link_mian ul.dropdown_list,
.sub_services_banner form.services-signup-form {
    width: 89%;
    background: #fff0
}

.menu_img a {
    position: absolute;
    bottom: 50px;
    font-weight: 500;
    color: #000;
    width: max-content
}

.menu_img a:hover {
    letter-spacing: 1px;
    color: var(--c1)
}

ul.dropdown_list li a p {
    margin: 0;
    width: 90%;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.dropdown_link_mian ul.dropdown_list li,
.sub_service_tab ul li {
    width: 49%
}

ul.dropdown_list li a:hover span {
    border-radius: 100%
}

.dropdown::before {
    position: absolute;
    content: '';
    width: 35%;
    right: 0;
    height: 100%;
    background: #f3f3f3;
    top: 0;
    border-top-right-radius: 14px
}

ul.dropdown_list li a p i {
    font-size: 22px;
    line-height: 1;
    width: 10px;
    display: flex;
    justify-content: center;
    transition: .3s;
    align-items: center
}

.sub_services_drp {
    position: absolute;
    top: 100%;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0 0 13px 0 #c8c8c8eb;
    transition: .3s;
    transform: translateX(-15px)
}

.sub_services_drp a {
    margin: 0 !important;
    padding: 14px 19px !important;
    width: 100%;
    border-bottom: 1px solid #f2f2f2
}

.sub_services_drp li {
    width: 100% !important
}

.sub_services_drp a:hover {
    background: var(--c1);
    color: #fff !important
}

.dropdown_link_mian ul.dropdown_list li:hover .sub_services_drp {
    transform: none;
    opacity: 1;
    visibility: visible
}

ul.dropdown_list li a:hover i,
ul.header-main__nav li:hover a.header_link i {
    transform: rotate(-180deg)
}

.dropdown_menu {
    border: 1px solid #3a2d7d;
    transition: .3s;
    /* border-radius: 40px; */
}

ul.dropdown_list h6 {
}

.menu_img p {
    font-size: 13px;
    font-weight: 500
}

img.mobile {
    width: 200px;
    bottom: 0;
    right: 0
}

img.menu_user {
    width: 160px;
    top: 10%;
    right: -13%
}

.menu_logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    top: 0;
    z-index: 999;
    transition: .5s
}

.responsive_overly,
.side_menu,
.sidenav {
    position: fixed;
    transition: .2s;
    top: 0
}

.side_menu {
    width: 90%;
    height: 100vh;
    padding: 10px 16px;
    z-index: 99999;
    transform: translateX(-100%)
}

.show {
    transform: translateX(0)
}

.responsive_logo img {
    width: 100px
}

.open_menu {
    font-size: 30px;
    color: var(--c2)
}

.side_menu li a {
    width: 100%;
    color: #373737;
    margin-bottom: 13px
}

.close_menu {
    width: 50px;
    text-align: end;
    padding: 8px 12px !important;
    float: inline-end;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu_sticky {
    position: fixed
}

.responsive_overly {
    width: 100%;
    height: 100vh;
    background: #000000a3;
    left: -100%;
    z-index: 9999
}

.responsive_overly.show,
.year_img .themebtn span {
    left: 0
}

.side_menu li.accordion-button {
    background: 0 0;
    padding: 0
}

.side_menu .accordion-item {
    background: 0 0;
    border: none
}

.side_menu .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: boxicons !important;
    background-image: none;
    content: "\ebc0";
    color: #000;
    font-size: 19px
}

.about_client.cs_detail p,
.link_colom,
.side_form,
.white_border:hover::before {
    width: 100%
}

.side_menu .accordion-body {
    padding: 0;
    overflow-x: auto
}

.side_menu .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
    background-image: none;
    content: "\eb8b";
    color: var(--c1)
}

.side_menu .accordion-button:not(.collapsed) {
    background: 0 0;
    box-shadow: none;
    outline: 0;
    border-color: #fff0
}

.close_menu i {
    font-size: 23px
}

.side_form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px 12px;
    gap: 10px;
    box-shadow: 0 1px 0 0 #ebebeb;
    margin-bottom: 14px;
    margin-top: 0
}

.side_form input {
    background: 0 0;
    border: none;
    outline: 0;
    color: gray;
    font-size: 13px;
    width: 100%
}

.side_form button {
    background: 0 0;
    border: none;
    font-size: 17px;
    color: gray;
    outline: 0
}

.social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important
}

.social a {
    font-size: 24px !important;
    color: var(--c2) !important
}

.link_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 12px 14px;
    justify-content: space-between
}

.sidenav {
    height: 100%;
    z-index: 1;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transform: translateX(100%);
    width: 500px;
    border-left: 1px solid;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    padding: 20px 17px
}

.custom-select {
    position: relative;
    width: 180px;
    cursor: pointer
}

.custom-select .selected {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--f1);
    font-size: 13px
}

.custom-select img {
    width: 20px;
    height: 14px
}

.package_details select,
.seo-dropdown-btn {
    width: 100%;
    box-shadow: 0 0 1px 1px #dfdfdf;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    padding: 10px
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    z-index: 99
}

.custom-select .options li {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px
}

.side_menu ul {
    height: 63vh;
    overflow-y: auto
}

.process_tabs.web_tab .nav-tabs .nav-link {
    font-size: 14px
}

.header_btn .themebtn {
    padding: 9px 35px 9px 34px;
    font-size: 15px;
    background: var(--c1);
    color: #fff;
    box-shadow: none
}

ul.header-main__nav li a.header_link i {
    font-size: 19px;
    transition: .5s
}

.chat_form_field input,
.chat_form_field textarea {
    font-family: var(--f1)
}

.ab_sub_img,
.about_sub_img,
.all_plan_main,
.banner_images,
.chat_form_main,
.form_img,
.hiring_people,
.object_img,
.pricing_section,
.top-tickerr,
.video,
.video_item,
a.close_btn {
    overflow: hidden
}

.chat_form h6 span {
    padding: 3px 10px;
    background: var(--c1);
    border-radius: 7px;
    color: #fff;
    transform: rotate(-1deg);
    display: inline-block
}

.thankyou h3 {
    font-size: 80px;
    margin-bottom: 30px
}

.thankyou h3 small {
    font-size: 67px
}

.package_details select {
    border: none;
    border-radius: 8px;
    margin-bottom: 9px;
    font-family: var(--f1);
    font-size: 14px
}

.end_foot_part a {
    color: #fff;
    font-size: 14px;
    width: auto
}

.end_foot_part a b {
    margin-right: 7px
}

.seo-dropdown {
    position: relative;
    font-family: Arial, sans-serif;
    max-width: 350px;
    margin: 0 auto
}

.seo-dropdown-btn {
    border: none;
    border-radius: 8px;
    margin-bottom: 9px;
    font-family: var(--f1);
    font-size: 14px;
    background: #fff
}

.seo-dropdown-btn .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s
}

.seo-dropdown-list {
    background: 0 0;
    border-radius: 8px;
    margin-top: 6px;
    overflow-y: auto;
    height: 177px;
    margin-bottom: 16px
}

.seo-dropdown-list ul {
    list-style: none;
    margin: 0
}

.seo-dropdown-list li {
    padding: 10px 14px 10px 28px;
    font-size: 14px;
    color: #0f172a;
    font-family: var(--f1);
    font-weight: 500;
    position: relative
}

.seo-dropdown.open .arrow {
    transform: rotate(-135deg)
}

.seo-dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #fff
}

.seo-dropdown-list::-webkit-scrollbar {
    width: 3px;
    background-color: #fff
}

.chat_form_main::after,
.chat_form_main::before {
    width: 170px;
    height: 170px;
    filter: blur(50px);
    content: ''
}

.seo-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #000
}

.chat_form_main {
    width: 71%;
    position: relative;
    padding: 57px 50px;
    background: 0 0/cover no-repeat #ededed;
    transition: .3s;
    transform: scale(0);
    align-items: center;
    border-radius: 40px;
    border: 1px solid #3a2d7d;
    box-shadow: inset 0 0 50px #3a2d7d96;
}

.popup_form {
    width: 100%;
    height: 100vh;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #00000063;
    backdrop-filter: blur(11px)
}

a.close_btn {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    z-index: 99
}

.chat_form {
    padding: 20px 10px
}

.chat_form h6 {
    font-family: var(--f1);
    font-size: 29px;
    font-family: var(--f3);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1
}

.chat_form_field input,
.chat_form_field textarea {
    width: 100%;
    border: none;
    height: 43px;
    box-shadow: 0 0 0 1px #0000006e;
    border-radius: 10px;
    background: #e9e8e1;
    outline: 0;
    padding: 14px;
    color: #000;
    font-size: 13px;
    font-family: var(--f1)
}

.chat_form_field {
    margin-bottom: 21px
}

.chat_form_field textarea {
    height: 110px
}

.chat_form_field input::placeholder,
.chat_form_field textarea::placeholder {
    font-size: 13px;
    color: #000
}

.chat_form_btn button {
    width: 100%;
    background: var(--c2);
    height: 45px;
    font-size: 15px;
    margin-bottom: 11px
}

.chat_form_btn p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 500
}

.chat_form_btn button:hover,
.services_package:hover .seo-dropdown-list li::before {
    background: var(--c2)
}

.form_img {
    width: 100%;
    height: 510px;
    position: relative;
    z-index: 9;
    border-radius: 19px
}

.popup_form.active {
    opacity: 1;
    visibility: visible
}

.form_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid gray
}

.chat_form_main::before {
    position: absolute;
    background: #ff3b683d;
    top: -26px;
    left: -50px
}

.chat_form_main::after {
    position: absolute;
    background: #ff3b6857;
    bottom: -26px;
    right: -50px
}

.case_img::before,
.history_cont ul li::after {
    background: url(../images/btn_icon.webp) center/contain no-repeat
}

.form_aviators1 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -24px;
    left: -20px
}

.form_aviators2 {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -26px;
    right: -34px
}

.menu_img video {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover
}

.package_header .themebtn small {
    font-weight: 500;
    font-family: var(--f1);
    font-size: 13px;
    color: #fff
}

.custom_head .themebtn small {
    font-weight: 600;
    font-family: var(--f1);
    font-size: 13px
}

section.review_section {
    padding: 70px 0 30px;
    position: relative
}

.sub_services_banner::before,
section.review_section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/reviews_bg.webp) center/cover no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1
}

.history_cont ul li::after,
.history_cont ul li::before,
.history_cont ul::before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

.sub_service_step_process {
    padding-top: 60px;
    margin-bottom: 40px
}

.bttns_div input {
    width: 100%;
    height: 42px;
    padding: 11px;
    background: 0 0;
    border: none;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 8px;
    color: #fff;
    outline: 0;
    font-size: 14px;
    margin-bottom: 22px
}

.ab_sub_cont h3,
.ab_sub_cont h4 {
    color: #000;
    text-transform: capitalize;
    font-family: var(--f1)
}

.bttns_div input::placeholder {
    color: #fff
}

.bttns_div button.themebtn {
    padding: 11px 10px
}

.bttns_div form button {
    margin-top: 8.35rem
}

.better_img button.themebtn span img {
    width: 25px;
    height: 23px;
    position: relative;
    top: -3px
}

.history_cont ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
    position: relative
}

.history_cont ul li {
    position: relative;
    font-size: 19px;
    font-family: var(--f1);
    font-weight: 500;
    line-height: 1
}

.history_cont ul li::before {
    width: 2px;
    height: 18px;
    top: 100%
}

.history_cont ul::before {
    width: 82%;
    height: 2px;
    background: #000;
    bottom: -19px
}

.history_cont ul li::after {
    width: 21px;
    height: 22px;
    bottom: -28px
}

.history_cont {
    padding: 0 40px
}

.contact_link_re a,
.package_details .themebtn i {
    font-size: 18px
}

.about_sub_section {
    padding: 20px 0
}

.ab_sub_img {
    width: 100%;
    height: 380px;
    transform: scale(1.2)
}

.ab_sub_cont h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

.ab_sub_cont p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 19px
}

.ab_sub_cont {
    padding-left: 60px
}

.about_sub_img {
    width: 46%;
    position: absolute;
    top: -50px;
    left: 0;
    height: 100%;
    /* mask-image: url(../images/about/sub_img_mask.webp); */
}

.about_sub_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.9);
    object-position: 22% 100%;
    transition: 1.5s;
    object-position: 100% -23%
}

.video_section .section_title h3 {
    font-size: 70px
}

.about_section_2 .seo_cont {
    margin-top: -110px
}

.bannser_sl_item:hover,
.package_details .themebtn:hover span {
    filter: none
}

.ab_sub_cont h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    margin: 16px 0
}

.seo-dropdown-list li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50px;
    left: 10px;
    top: 17px
}

.services_package:hover .seo-dropdown-list::-webkit-scrollbar {
    width: 3px;
    background-color: #414141
}

.video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: .4s;
    border-radius: 50%
}

.video:hover .video_btn {
    animation: 1.5s ease-in-out infinite pulseShadow
}

@keyframes pulseShadow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2)
    }
}

.top-tickerr {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    padding: 13px 0 8px;
    background: var(--c1)
}

.ticker__wrap {
    display: flex;
    align-items: center;
    width: 100%
}

.ticker__move {
    display: inline-flex;
    gap: 7px;
    animation: 30s linear infinite tickerMove
}

.ticker__move p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.ticker__move a {
    color: #ffca00;
    text-decoration: none;
    font-weight: 700
}

.contact_link a,
.contact_link_re a {
    text-decoration: underline !important
}

@keyframes tickerMove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.ticker__move p a {
    text-transform: uppercase;
    font-size: 13px;
    font-style: italic;
    padding: 2px 14px;
    position: relative
}

.ticker__move p a::before {
    position: absolute;
    left: 0
}

.ticker__move p a::after {
    position: absolute;
    right: 0
}

.believe_item:hover .believe_cont h4,
.pricing_packages.active h3,
.pricing_packages.active p,
.pricing_packages.active small,
.ticker__move a:hover {
    color: #fff
}

.top-tickerr:hover .ticker__move {
    animation-play-state: paused
}

.dropdown_sub_list.alt ul:nth-child(2) {
}

.advertyze__cont.alt ul li:before {
    content: "\ea46"
}

.case_img::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 50px
}

.hero_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.social_media_banner .banner_tr p span {
    color: #000000b3
}

header.sticky {
    position: fixed;
    left: 0;
    transform: translateY(0px);
    margin: 0 0px;
}

.header_btn .themebtn span {
    padding: 11px;
    width: 41px;
    height: 41px
}

.header_btn .themebtn span img {
    position: relative;
    top: -2px
}

.case-study-detail-banner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 9rem;
    min-height: 80vh;
    background: #d1f4fe
}

.case-detail_cont h3 {
    font-size: 60px;
    font-family: var(--f1);
    line-height: 1;
    font-weight: 700;
    color: #000;
    word-spacing: 4px;
    margin-bottom: 18px
}

.case-detail_cont p {
    font-weight: 500;
    font-size: 23px;
    color: #616161;
    margin: 14px 0
}

.case-study_banner {
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 740px;
    height: 640px
}

.header_btn .themebtn.alt {
    padding-right: 34px
}

.rlb_alt img {
    object-position: 100% 10%
}

.reliable_item .themebtn {
    position: absolute;
    bottom: 41px
}

.bttns_div .themebtn {
    width: 99%;
    padding-right: 58px;
    margin-top: 4.5rem
}

.custom_package .container {
    padding: 0 24px
}

.pricing_section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background: #d1f4fe;
    padding-top: 5rem;
    min-height: 89vh;
    padding-bottom: 20px
}

.pricing_content h3 {
    font-size: 51px;
    font-family: var(--f1);
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    width: 76%;
    margin: 0 auto 18px
}

.video_item,
.video_item img {
    width: 100%;
    position: relative
}

.pricing_content p {
    font-size: 24px;
    font-weight: 500;
    color: #4f4f4f;
    margin-bottom: 20px
}

.pricing_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.pricing_btn .themebtn.alt {
    background: var(--c1);
    color: #fff
}

.video_item {
    height: 643px;
    border-radius: 40px
}

.video_item img {
    height: 100%;
    object-fit: cover
}

.video_item a {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 50px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pricing_packages {
    text-align: center;
    padding: 40px 36px;
    background: #eeffc8;
    border-radius: 40px;
    transition: .5s;
    position: relative;
    cursor: pointer
}

.pricing_packages .plan {
    padding: 7px 50px;
    border-radius: 50px;
    font-family: var(--f1);
    font-weight: 500;
    margin-bottom: 26px;
    font-size: 15px;
    display: inline-block;
    background: var(--c1);
    color: #fff
}

.pricing_packages h3 {
    font-size: 41px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0;
    color: #000
}

.pricing_packages small {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 14px
}

.pricing_packages p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 22px
}

.best_peckage:hover .pricing_packages,
.services_package:hover {
    transform: translateY(-21px)
}

.pricing_packages.active .plan,
.pricing_packages:hover .plan {
    color: #fff;
    border-color: #fff
}

.pricing_packages a.themebtn {
    box-shadow: none
}

.pricing_tab .nav-tabs {
    border-bottom: 0;
    gap: 0;
    width: 40%;
    margin: 0 auto 80px;
    background: #000;
    padding: 7px 8px;
    justify-content: space-between;
    border-radius: 50px
}

.all_plan_main,
.hiring_people_item.alt {
    background: #eeffc8
}

.all_plan_main {
    padding: 0 30px;
    border-radius: 40px
}

.all_plan_img img {
    width: 100%;
    height: 220px;
    position: relative;
    object-fit: contain;
    bottom: 0
}

.all_plan_img {
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 16px
}

.all_plan ul li {
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 400;
    margin-bottom: 36px;
    position: relative
}

.all_plan_img h3 {
    font-family: var(--f1);
    font-weight: 600;
    margin: 0
}

.all_plan ul {
    padding-left: 10px
}

.all_plan ul li::before {
    position: absolute;
    content: "\ea46";
    width: 13px;
    height: 13px;
    background: 0 0;
    top: 5px;
    left: -26px;
    font-family: boxicons !important;
    font-size: 19px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-tabs .nav-link {
    border-radius: 50px;
    color: #fff;
    border: none;
    width: 100%
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    box-shadow: none;
    outline: 0
}

.gradient-btn,
.loc-btn,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--c2);
    color: #000
}

.pricing_tab .nav-tabs .nav-item {
    width: 32%
}

section.logo_section.pricing_logo {
    background: #313030
}

.pricing_conact_form form::after,
.pricing_conact_form form::before {
    width: 1px;
    background: #0000007a;
    top: 50%;
    position: absolute;
    content: '';
    transform: translateY(-50%)
}

.hiring_people_item {
    padding: 60px;
    border-radius: 40px;
    background: #fff6b7;
    margin: 10px;
    height: 342px
}

.hiring_people_item h3 {
    font-size: 42px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: uppercase
}

.hiring_people_item p {
    font-size: 18px;
    margin: 0
}

.hiring_people_slider .slick-list.draggable {
    padding: 0 471px !important
}

.lets_drive_content form .input1 {
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.lets_drive_content form .input2 {
    border-left: none;
    border-radius: 0;
    border-right: none
}

.lets_drive_content form .input3 {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pricing_conact_form form::before {
    height: 46%;
    left: 28%
}

.pricing_conact_form form::after {
    height: 45%;
    left: 56%
}

.pricing_conact_form .lets_drive_content h3 span::before {
    transform: rotate(0)
}

.custom_img.alt_prm img {
    object-position: 100% 100%
}

.inner_banner_images_main {
    position: absolute;
    width: 50%;
    padding: initial;
    top: 0;
    right: 0;
    height: 100%
}

.banner_images {
    width: 300px;
    height: 440px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.banner_images.bnner_img2 {
    top: 34%;
    left: 53%;
    transform: rotate(5deg)
}

.banner_images.bnner_img1 {
    top: 19%;
    left: 31%;
    transform: rotate(-13deg)
}

.banner_images.bnner_img3 {
    top: 56%;
    left: 20%;
    width: 210px;
    height: 210px
}

.banner_images.bnner_img4 {
    top: 60%;
    right: 13%;
    left: auto
}

.main_object {
    border: 1px solid var(--c4)
}

.object_cont h3 {
    font-family: var(--f1);
    margin-bottom: 33px
}

.years_sect::before {
    content: '';
    transform: translateY(-50%) translateX(-50%)
}

.study-detail_img {
    width: 41% !important;
    height: auto
}

.section_title.detail h3 span::before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    background: var(--c1);
    width: 111%;
    height: 98%;
    z-index: -1;
    border-radius: 11px;
    transform: rotate(-1deg)
}

.section_title.detail h3 span {
    position: relative;
    color: #fff;
    margin-left: 10px
}

.success_story.alt.study_case .container {
    padding: 0
}

.object_cont.alt h3 {
    line-height: 1.1
}

form.footer_form input {
    width: 100%;
    height: auto;
    padding: 12px 10px;
    font-size: 13px;
    margin-bottom: 12px
}

.lets_drive_content .footer_form button {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 12px 10px
}

form.footer_form {
    width: 70%;
    margin-top: 31px
}

.contact_form .chat_form_main {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    height: 100vh
}

.coin,
.cta-btn:hover {
    opacity: .9
}

.contact_form a.close_btn {
    display: none !important
}

.contact_form .form_aviators1 {
    width: 280px;
    height: 260px
}

.privacy-policy,
.pt-70 {
    padding-top: 70px
}

a.close_btn::after {
    position: absolute;
    content: '';
    width: 106%;
    height: 106%;
    background: var(--c2);
    transition: .5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100%;
    z-index: -1
}

a.close_btn i,
ul.dropdown_list li a h6 {
    transition: .5s
}

a.close_btn:hover i {
    transform: rotate(90deg);
    color: #000
}

.pricing_mascots {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0
}

.pricing_mascots img {
    width: 340px;
    height: 370px;
    object-fit: contain;
    position: relative
}

img.mas2 {
    bottom: -21px;
    height: 350px;
    right: -190px
}

.coins-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    top: 0;
    left: 0
}

.coin {
    width: 60px;
    animation-timing-function: ease-in-out
}

.coin-1 {
    top: 28%;
    left: 50%;
    animation: 5s linear infinite tada
}

.coin-2 {
    top: 67%;
    left: 68%;
    animation: 6s linear infinite tada
}

.coin-3 {
    top: 53%;
    left: 7%;
    animation: 4s linear infinite tada
}

.coin-4 {
    top: 23%;
    left: 50%;
    animation: 5s linear infinite tada
}

.coin-5 {
    top: 49%;
    left: 32%;
    animation: 5.5s linear infinite tada
}

.coin-6 {
    top: 80%;
    left: 66%;
    animation: 5s linear infinite tada
}

.package_outlin {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

span.best_selling {
    width: 100%;
    height: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 41px;
    transition: .5s;
    transform: translateY(-32px);
    color: #fff;
    z-index: -1
}

.best_peckage:hover span.best_selling {
    transform: translateY(-54px)
}

.social_media_banner .banner_cont h3 span {
    position: relative;
    display: inline-block;
    z-index: 11;
    color: #fff
}

.social_media_banner .banner_cont h3 span::after {
    position: absolute;
    content: '';
    width: 105%;
    height: 103%;
    background: var(--c1);
    top: -3px;
    left: -7px;
    z-index: -1;
    border-radius: 12px;
    transform: rotate(-1deg)
}

form.services_banner_form input {
    width: 100%;
    height: 44px;
    padding: 16px;
    border: 1px solid #d3d3d3;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    outline: 0;
    margin-bottom: 7px;
    border-radius: 12px
}

.contact_cont,
.contact_form {
    border-radius: 40px;
    background: #f0ffb7cf
}

form.services_banner_form {
    width: 69%;
    position: relative;
    left: 11%
}

.services_banner_form .themebtn {
    background: var(--c2);
    border-radius: 12px;
    padding: 12px;
    width: 100%
}

form.services_banner_form input::placeholder {
    text-transform: capitalize
}

.sub_service_seo_cont .themebtn {
    box-shadow: 0 0 10px 0 #c9c9c9
}

.sub_service_cont .themebtn {
    box-shadow: 0 0 10px 0 #d7d7d7
}

.about_banner_main .banner_cont .themebtn {
    box-shadow: 0 0 10px 0 #cdcdcd
}

small.font-size-small {
    font-size: 37px !important
}

.sub_services_banner_cont .banner_tr p span {
    color: #363636
}

.contact_section {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 93vh;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 90px
}

.contact_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.contact_cont {
    padding: 40px 60px;
    width: 92%;
    margin-top: 60px
}

.contact_cont h3,
.contact_cont_re h3 {
    font-size: 80px;
    font-family: var(--f1);
    font-weight: 700;
    margin-bottom: 20px
}

.contact_info a {
    display: block;
    font-size: 16px;
    margin-bottom: 2px
}

.contact_info {
    margin-bottom: 10px;
    margin-top: 61px
}

.contact_link a {
    font-weight: 500;
    font-size: 18px
}

.contact_cont p {
    width: 62%;
    font-size: 16px;
    margin: 0
}

.contact_form {
    padding: 53px 50px;
    width: 80%;
    margin: 0 auto -70px
}

.contact_form h3 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0
}

.contact_form p {
    font-size: 16px;
    margin-bottom: 31px;
    font-weight: 500
}

.contact_input input,
.contact_input textarea {
    width: 100%;
    height: 45px;
    padding: 14px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    background: 0 0;
    box-shadow: 0 0 0 1px #9b9b9b;
    outline: 0
}

.contact_input {
    margin-bottom: 12px;
    text-align: center
}

.contact_input input::placeholder,
.contact_input textarea::placeholder {
    text-transform: capitalize;
    font-size: 14px;
    color: #9b9b9b
}

.contact_input textarea {
    height: 130px;
    border-radius: 19px
}

.contact_input button {
    width: 100%;
    font-weight: 600;
    background: var(--c2)
}

.contact_input p {
    font-size: 14px;
    text-align: center;
    padding: 0 38px;
    display: block;
    margin-top: 13px;
    margin-bottom: 0;
    color: #717171;
    line-height: 1.3
}

.contact_link_re a,
.privacy_cont p a {
    color: var(--c1);
    font-weight: 500
}

.privacy_cont h3 {
    font-size: 60px;
    margin-bottom: 50px
}

.privacy_cont h4 {
    font-size: 26px;
    margin: 14px 0
}

.privacy_cont p {
    font-size: 15px;
    margin: 13px 0;
    text-align: justify
}

.privacy_cont ul li {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 12px
}

.privacy_cont ul {
    padding-left: 20px
}

.contact_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff57;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px)
}

.contact_cont_re p {
    width: 68%;
    font-size: 16px;
    margin: 0;
    font-weight: 500
}

.contact_info_re {
    display: flex;
    align-items: center;
    gap: 29px
}

.contact_info_re a {
    display: block;
    font-size: 17px;
    margin-bottom: 2px
}

.contact_images img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 -7px
}

.contact_images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

img.center_img {
    z-index: 1
}

.contact_form_re h3 {
    font-size: 32px;
    font-family: var(--f1);
    text-align: center;
    font-weight: 700;
    margin: 17px 0 28px
}

.contact_input-re {
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid #8f8f8f;
    padding: 0 13px;
    border-radius: 14px;
    margin-bottom: 13px
}

.contact_input-re input,
.contact_input-re textarea {
    width: 100%;
    height: auto;
    outline: 0;
    background: 0 0;
    border: none;
    font-size: 15px;
    padding: 15px 0
}

.contact_input-re textarea {
    height: 159px
}

.contact_input-btn button {
    width: 100%;
    background: var(--c2);
    font-weight: 500;
    border: 1px solid #fff0
}

.form_para p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400
}

.form_para {
    margin-top: 30px
}

.contact_form_re {
    padding-right: 60px
}

.contact_form_cont {
    padding-left: 26px
}

.contact_form_cont p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 28px
}

.contact_form_cont h3 {
    font-size: 44px;
    font-family: var(--f1);
    font-weight: 800;
    color: #000;
    margin-bottom: 0
}

.contact_form_cont h4 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 21px;
    margin: 18px 0
}

.contact_form_cont h6 {
    font-family: var(--f1);
    font-weight: 600;
    padding-left: 21px;
    position: relative
}

.contact_form_cont h6::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: var(--c2);
    border-radius: 100%;
    left: 2px;
    top: 4px
}

section.contact_section.alt_re {
    min-height: 82vh
}

.stats-section {
    background: #fff8ca;
    padding: 50px 0;
    text-align: center;
    overflow-x: clip
}

.stats-wrapper {
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 50px
}

.stat-box h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ff9c1e;
    margin: 0;
    line-height: 1
}

.stat-box p {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 600
}

.signup-form {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 66%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid gray;
    align-items: center;
    border-radius: 8px;
    padding: 4px 5px
}

.signup-form input {
    padding: 4px 15px;
    border: none;
    font-size: 14px;
    outline: 0;
    background: 0 0;
    text-align: center
}

.stats-section::after,
.stats-section::before {
    border-radius: 12px;
    position: absolute;
    content: '';
    overflow: hidden
}

input.input_border {
    border-left: 1px solid #b5b5b5 !important;
    border-right: 1px solid #b5b5b5 !important
}

.box-card ul li::before,
.slick-arrow::before {
    content: "\e9b4";
    font-family: boxicons !important
}

.signup-form .themebtn {
    padding: 10px 43px;
    border-radius: 7px;
    min-width: max-content
}

.card-section,
.location-section {
    padding: 60px 0
}

.location-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    background: #fff3ee;
    border-radius: 30px
}

.location-info {
    padding: 35px;
    flex: 1;
    width: 50%
}

.loc-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #6d6d6d
}

.location-info h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0 4px;
    color: #000
}

.loc-address {
    margin-bottom: 25px;
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.loc-phone {
    font-size: 26px;
    margin: 0;
    font-weight: 600
}

.loc-time {
    margin-top: 4px;
    margin-bottom: 25px;
    color: #000;
    font-size: 16px
}

.location-map {
    flex: 1;
    width: 50%;
    height: 358px;
    border-radius: 40px
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover
}

.contact_input-btn button:hover,
.main_form form .themebtn:hover {
    border-color: var(--c1)
}

.box-card {
    border-radius: 15px;
    padding: 27px 29px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .08);
    transition: transform .3s;
    width: 90%;
    margin: 0 auto;
    height: 335px
}

.box-card:hover {
    transform: translateY(-5px)
}

.card_icon {
    font-size: 30px;
    background: #fff;
    width: 55px;
    height: 55px;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 3px 5px rgb(0 0 0 / .1);
    padding: 15px
}

.box-card h3 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    margin: 13px 0 8px
}

.box-card p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-weight: 500
}

.box-card ul {
    list-style: none;
    padding: 0
}

.box-card ul li {
    font-size: 14px;
    color: #000;
    margin: 8px 0;
    padding-left: 28px;
    font-family: var(--f1);
    font-weight: 500
}

.box-card ul li::before {
    position: absolute;
    left: 2px;
    color: inherit;
    font-size: 18px;
    transform: rotate(180deg);
    top: 5px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.videos_card {
    background: #b8f4f4
}

.posts_card {
    background: #ff829d
}

.emails_card {
    background: #fbe9a7
}

.videos_card ul li::before {
    color: var(--c3)
}

.mail_box_main {
    padding: 40px 60px;
    background: #80808012;
    border-radius: 40px
}

.mail_box_main .expr_main,
ul.dropdown_list li:last-child .last_link {
    margin: 0
}

.main_form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: 0 0;
    border: 1px solid #afafaf;
    width: 60%;
    border-radius: 50px;
    margin: 40px auto 0;
    padding: 0 5px
}

.main_form form input {
    width: 62%;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0 16px;
    font-size: 15px;
    height: 50px;
    color: #000
}

.card {
    background: linear-gradient(90deg, #3A2D7D 0%, #1FB6A6 50%, #F59E0B 100%);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    margin: 0 0 50px;
    width: 90%
}

.card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 30px
}

.card ul li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 0;
    list-style-type: disc
}

@media (max-width: 768px) {
    .ticker__move {
        animation-duration: 45s
    }

    .location-wrapper {
        flex-direction: column
    }

    .location-info,
    .location-map iframe {
        width: 100%
    }

    .container {
        grid-template-columns: 1fr
    }
}

.card ul li::marker {
    font-size: 16px
}

.card ul {
    padding-left: 40px
}

.card h3::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: var(--c2);
    border-radius: 100%;
    left: 8px;
    top: 5px
}

.imagine-section {
    background: #ffecec;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 60px 100px;
    overflow: hidden
}

.character {
    width: 340px !important;
    height: auto;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%)
}

.character.left {
    left: -86px
}

.character.right {
    width: 430px !important;
    right: -120px;
    top: 410px
}

.content {
    max-width: 750px;
    z-index: 2
}

.content h2 {
    color: #ff3d6d;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 20px
}

.content p {
    color: #222;
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 12px;
    font-weight: 500
}

.second-line {
    margin-top: 10px
}

@media (max-width: 900px) {
    .imagine-section {
        flex-direction: column;
        padding: 30px 20px
    }

    .character {
        position: static;
        transform: none;
        width: 180px;
        margin: 20px 0
    }
}

.advertzyed-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 8%;
    background-color: #ffe4d9;
    overflow: hidden
}

.left {
    max-width: 64%
}

.left h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3
}

.left h1 .highlight {
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    position: relative;
    z-index: 999
}

.left p {
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.cta-btn {
    margin-top: 20px;
    padding: 12px 24px;
    background: linear-gradient(to right, #00c853, #ff3d00);
    border: none;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer
}

.small {
    margin-top: 10px;
    font-size: 13px;
    color: #444
}

.rating-card,
.rating-card p {
    color: #fff;
    position: relative
}

.rating-card {
    background-color: #fe9a39;
    padding: 31px;
    border-radius: 14px;
    width: 87%;
    font-weight: 500;
    top: -68px;
    left: 110px
}

.banner_center,
.card__text,
.slick-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.rating-card p {
    font-size: 16px;
    z-index: 99
}

.card__text img,
.white_border::before,
span.highlight::before {
    position: absolute;
    left: 0;
    z-index: -1
}

.rating-card h2 {
    font-size: 94px;
    margin: 0;
    font-weight: 700;
    color: var(--c4)
}

.rating-card span {
    font-size: 15px;
    color: #fff;
    margin-top: -15px;
    display: block;
    padding-left: 25px
}

.person-img {
    position: absolute;
    right: -208px;
    bottom: -122px;
    width: 510px
}

.btn_flex p {
    font-size: 13px;
    width: 31%;
    font-weight: 500;
    color: #474747
}

.btn_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px
}

span.highlight::before {
    content: '';
    width: 425px;
    height: 59px;
    top: 7px;
    background: var(--c1);
    border-radius: 15px;
    transform: rotate(-2deg)
}

.main_form form .themebtn {
    border: 1px solid #fff0
}

.choose_advertyzed_cont h3 {
    font-size: 60px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    margin: 9px 0 14px;
    text-transform: capitalize;
    line-height: 1.1
}

.choose_advertyzed_cont p {
    font-size: 17px;
    font-weight: 500
}

.choose_advertyzed_cont {
    padding: 0 51px
}

.choose_advertyzed_cont .themebtn {
    box-shadow: 0 0 10px 0 #d5d5d5
}

.our__services__item {
    margin: 0 10px;
    padding: 21px 30px;
    background: #e3e3e3;
    border-radius: 25px;
    height: 360px;
    width: 23%
}

.our__services__item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 8px
}

.services__icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    padding: 15px;
    background: #fff
}

.services__icon img,
.year_img img,
ul.dropdown_list h6 span img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.our__services__item p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    height: 131px;
    overflow-y: auto;
    margin: 0
}

.our__services__item a {
    position: absolute;
    bottom: 16px;
    padding: 9px 22px
}

.our_all__services {
    padding: 50px 0;
    background: #f5f5f5
}

.case-detail_cont h5,
.slick-arrow,
.slick-arrow:hover {
    background: var(--c1)
}

.our__services__item p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

.our__services__item p::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.our__services__item p::-webkit-scrollbar-thumb {
    background-color: #000
}

.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -13px;
    z-index: 9
}

button.slick-prev.slick-arrow {
    left: -13px
}

button.slick-next.slick-arrow {
    right: -13px;
    transform: translateY(-50%) rotate(180deg)
}

.service_cont .themebtn {
    padding: 13px 61px 13px 37px;
    font-size: 15px;
    font-weight: 500
}

.service_cont .themebtn span {
    width: 45px;
    height: 45px;
    padding: 11px
}

.logo_bg_gray {
    padding: 16px 0 !important
}

.logo_bg_gray .logo_item {
    height: 33px !important;
    margin: 10px 54px
}

.banner_cont h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px
}

form.services-signup-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 4px 5px;
    background: #fff;
    margin: 21px 0;
    position: relative;
    z-index: 9
}

form.services-signup-form input {
    width: 100%;
    border: none;
    background: 0 0;
    outline: 0;
    text-align: center;
    font-size: 12px
}

form.services-signup-form .themebtn {
    width: max-content;
    max-width: max-content;
    min-width: max-content;
    border-radius: 10px;
    padding: 10px 23px;
    font-size: 12px
}

.banner_star img {
    width: 290px;
    margin-top: 7px
}

.alt_banner_img {
    width: 730px
}

.banner_center {
    bottom: auto
}

.footer_social h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 11px;
    text-align: center
}

.footer_social ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.footer_social ul li {
    width: 32%;
    margin-bottom: 13px;
    text-align: -webkit-center
}

.footer_social ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #fff;
    border-radius: 100%
}

.footer_social ul li a:hover {
    animation: .7s tada
}

.card__text {
    position: absolute;
    right: 0;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card__text h3 {
    font-size: 73px;
    font-family: var(--f3);
    font-weight: 200;
    text-transform: uppercase;
    color: #fff
}

.card__text img {
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(1.3)
}

.trust_signals_slider .logo_item {
    margin: 0 34px;
    height: 52px
}

a.video_btn span {
    display: inline-block;
    overflow: hidden;
    border-radius: 14px;
    font-size: 130px;
    color: red
}

.ab_sub_cont.alt h3 {
    line-height: 1.2
}

.dropdown_menu {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 29%;
    z-index: 99;
    background: #fff;
    padding: 20px 26px;
    border-top: 0;
    opacity: 0;
    transform: translateX(-50%) translateY(20px)
}

ul.dropdown_list h6 {
       font-size: 15px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0px 0px 0px -40px;
    line-height: 1.2;
}

ul.dropdown_list h6 span {
    width: 27px;
    height: 27px;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px
}

.menu_img h3 {
    font-size: 25px;
    font-family: var(--f1);
    font-weight: 600
}

.case_cont h3,
.object_cont h3 {
    font-weight: 700;
    color: #000;
    font-family: var(--f1)
}

.white_border::before {
    content: '';
    width: 0;
    height: 100%;
    background: var(--c2);
    top: 0;
    transition: .5s
}

.all_services pt-0_slider,
.hiring_people_slider,
.reliable_slider {
    cursor: grab
}

.our__services__item a i {
    font-size: 16px;
    margin-left: 4px;
    transition: .5s
}

.our__services__item a:hover i {
    transform: translateX(4px) rotate(145deg)
}

.social ul li {
    width: 24%;
    margin-bottom: 6px
}

h5.success_para {
    font-size: 22px;
    margin: 0 0 22px
}

.case_img.car::before {
    left: 20px;
    top: 88%
}

.case_cont h3 {
    font-size: 50px
}

section.about_client {
    padding: 90px 0 50px
}

.section_title.detail h3 {
    font-size: 45px
}

.section_title.detail h5 {
    color: var(--c1);
    font-family: var(--f1);
    margin: -14px 0 40px;
    font-size: 20px
}

.section_title.detail p {
    font-size: 19px;
    font-weight: 400
}

.main_object {
    border: 1px solid var(--c4);
    padding: 22px 0 22px 50px;
    border-radius: 70px;
    margin: 15px 0 0
}

.object_img {
    width: 75%;
    height: 486px;
    margin: 0 auto 0 135px;
    position: relative
}

.object_cont h3 {
    font-size: 71px;
    line-height: 1.1
}

.object_cont p {
    font-family: var(--f1);
    font-size: 16px;
    width: 85%
}

.object_cont {
    width: 98%
}

section.about_client.problem {
    padding: 0 0 35px
}

.about_client.problem .object_img {
    transform: scale(1.1);
    margin: 0 180px 0 auto;
    height: 485px;
    width: 80%
}

section.about_client.problem .main_object {
    padding: 18px 18px 5px 25px
}

.year_img {
    width: 100%;
    height: 505px;
    overflow: hidden
}

.years_sect {
    padding: 125px 0 50px;
    position: relative
}

.year_img .themebtn {
    position: relative;
    top: -75px;
    left: 50px;
    box-shadow: 0 0;
    font-weight: 600;
    padding-right: 20px;
    font-size: 15px;
    padding-left: 40px
}

.years_sect.mcdonald::after,
.years_sect::before {
    top: 50%;
    background: url(../images/btn_icon.webp) center/contain no-repeat;
    position: absolute;
    content: ''
}

.years_sect::before {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translate(-50%, 0)
}

.sub_service_seo_img {
    position: absolute;
    right: 0;
    width: 48%;
    top: 0;
    height: 620px;
    align-items: center;
    overflow: hidden
}

.sub_service_seo_img.left {
    left: 0;
    top: 10%
}

.case-study_banner.detail {
    width: 440px;
    height: 455px;
    bottom: 0;
    right: 15%
}

.counter_c.fruit .expr_main,
.counter_cs_detail .expr_main,
section.counter_cs.procera .expr_main {
    justify-content: space-evenly
}

.counter_cs_detail .expr_main .expr_item:nth-child(3) {
    padding: 68px 0
}

.about_client.cs_detail .object_img {
    height: 497px;
    width: 76%
}

section.about_client.cs_detail .main_object {
    padding: 20px 15px 20px 25px
}

.sub_service.cs_detail .sub_service_seo_img {
    height: 680px;
    width: 42%
}

.case-detail_cont h5 {
    font-family: var(--f1);
    font-weight: 500;
    color: #fff;
    width: fit-content;
    padding: 7px 13px;
    border-radius: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0
}

.case-study_banner.luxury {
    width: 865px;
    height: 360px;
    bottom: 0
}

.sub_service.luxury .sub_service_seo_img {
    height: 525px;
    width: 37%
}

.years_sect.mcdonald::before {
    left: 35%
}

.years_sect.mcdonald::after {
    width: 100px;
    height: 100px;
    right: 35%;
    transform: translate(50%, 10%);
    z-index: 999
}

.case-study_banner.mcdonald {
    width: 700px;
    height: 585px;
    bottom: -80px
}

.main_object.mcdonald .object_cont h3 {
    font-size: 57px
}

img.mac_bef {
    width: 220px;
    position: absolute;
    height: 450px;
    z-index: 999;
    left: -93px;
    top: 312px;
    border-radius: 20px
}

.sub_service_seo_img.mcdonald {
    height: 500px;
    width: 32%;
    top: 80px
}

section.sub_service.mcdonald {
    padding: 225px 0 200px
}

.case-study_banner.procera {
    bottom: 0;
    width: 450px;
    height: 540px
}

.case_cont.procera {
    width: 78%;
    padding: 30px 15px
}

.case_cont.procera h5 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3
}

.case_img.procera {
    width: 62%;
    left: 20px
}

.main_object.procera .object_img {
    height: 376px;
    width: 80%;
    right: 8px
}

.main_object.procera .object_img.alt {
    width: 72%;
    height: 400px
}

.case-detail_cont img {
    width: 250px;
    height: auto
}

section.counter_cs.weebly {
    padding: 20px 0 170px
}

.case-study_banner.weebly {
    bottom: -35px;
    height: 585px;
    width: 700px
}

.main_object.weebly .object_img {
    height: 466px
}

.case-study_banner.fruit {
    width: 550px;
    bottom: -75px;
    height: 600px
}

.main_object.fruit .object_img {
    height: 445px;
    width: 76%
}

.main_object.fruit .object_img.alt {
    height: 470px;
    width: 70%
}

.pricing_packages .themebtn:hover span {
    filter: none !important
}

small.best_sl {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    top: -2px;
    left: 0;
    background: #000;
    border-radius: 41px;
    transition: .5s;
    transform: translateY(-32px);
    color: #fff;
    z-index: -1
}

.services_package::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #54c8c02e;
    border-radius: 40px
}

.footer_social ul li a img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    padding: 10px
}

form.footer_form .col-md-4,
form.footer_form .col-md-6,
form.footer_form .col-md-8 {
    padding: 0 4px
}

.custom_btn.alt_mergin {
    margin-top: 50px
}

.all_services pt-0_slider_box {
    display: flex;
    justify-content: center
}

.content.alt {
    text-align: left;
    max-width: 86%
}

.sub_service_seo_section .choose_advertyzed_img {
    margin-top: -80px
}

input.right_border {
    border-right: 1px solid #b3b3b3 !important
}

.mail_btn {
    text-align: -webkit-center;
    margin-top: 30px
}

.mail_btn a {
    margin: 0 10px;
    background: var(--c2)
}

li.dropdown_sub_list {
    width: 100%;
}

section.all_services {
    overflow: hidden
}

.responsive_menu {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 #e1e1e1
}

.sub_services_banner_cont h4 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 19px
}


.social a img {
    width: 20px;
}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.side_menu li a {
    position: relative;
}

.side_menu li a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #b7b7b7;
    left: -24px;
    top: 10px;
}

.link_colom li:nth-child(1) a {
    font-weight: 600;
}

.hero_cont {
    color: #fff;
}

.hero_cont h3 {
    color: #fff;
}

.hero_cont h1 {
    font-size: 119px;
    color: #fff;
    font-family: var(--f1);
    font-weight: 600;
    position: relative;
    line-height: 1.1;
    text-transform: capitalize;
}

.hero_cont h1 span {
    font-size: 28px;
    font-weight: 300;
    padding: 10px 40px;
    border-radius: 50px;
    background: var(--c1);
    display: inline-block;
    position: relative;
    top: -24px;
    line-height: 1;
}

.hero_cont .banner_tr p span {
    color: #ffffffb8;
}

.our_blogs {
    padding: 70px 0px;
}

.blog_img {
    width: 100%;
    height: 210px;
    border-radius: 40px;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blog_date p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.blog_cont h3 {
    font-size: 21px;
    font-weight: 600;
    font-family: var(--f1);
    margin: 0;
}

a.blog_item {
    width: 100%;
    padding: 10px 10px;
    border-radius: 40px;
    transition: 500ms;
}

a.blog_item:hover {
    background: #dce8f3;
}

.blog_cont {
    padding: 15px 13px;
}

ul.per_drp li a {
    margin-bottom: 20px;
}

.social_media_banner .hero_img {z-index: 1;}

.seo__banner__cont {position: relative;z-index: 1;}

.seo__banner__cont h3 {
    color: #fff !important;
}

.seo__banner__cont li {
    color: #fff !important;
}

.seo__banner__cont h4 {
    color: #fff;
}

.seo__banner__cont .banner_tr p {
    color: #fff;
}

.seo__banner__cont .banner_tr p span {
    color: #fff;
}

.dmca {
    position: relative;
    bottom: -10px;
}

.banner_cont.home_cont h3 {
    color: #fff;
}

.banner_cont.home_cont p {
    color: #fff;
}

.banner_cont.home_cont ul li {
    color: #fff;
}
section.custom_package {
    display: none;
}
.choose_Author img {
    width: 100%;
}