/* ==== font - family DMSans ====  */

@font-face {
    font-family: 'DM Sans blt';
    src: url('fonts/DMSans24pt-ExtraBold.woff2') format('woff2'),
        url('DMSans24pt-ExtraBold.woff') format('woff'),
        url('DMSans24pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans threeoo';
    src: url('fonts/DMSans18pt-Light.woff2') format('woff2'),
        url('fonts/DMSans18pt-Light.woff') format('woff'),
        url('fonts/DMSans18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans exblt';
    src: url('fonts/DMSans36pt-Bold.woff2') format('woff2'),
        url('fonts/DMSans36pt-Bold.woff') format('woff'),
        url('fonts/DMSans36pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 24pt';
    src: url('DMSans24pt-Thin.woff2') format('woff2'),
        url('DMSans24pt-Thin.woff') format('woff'),
        url('DMSans24pt-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans md';
    src: url('fonts/DMSans24pt-Medium.woff2') format('woff2'),
        url('fonts/DMSans24pt-Medium.woff') format('woff'),
        url('fonts/DMSans24pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans regulr';
    src: url('fonts/DMSans24pt-Regular.woff2') format('woff2'),
        url('fonts/DMSans24pt-Regular.woff') format('woff'),
        url('fonts/DMSans24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==== font - family poppins ==== */

@font-face {
    font-family: 'Poppins exblt';
    src: url('Poppins-Black.woff2') format('woff2'),
        url('Poppins-Black.woff') format('woff'),
        url('Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins blt';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff'),
        url('fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins rguler';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins fiveooo';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Thin.woff2') format('woff2'),
        url('Poppins-Thin.woff') format('woff'),
        url('Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'DM Sans regulr';
    background-color: #fff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

/* ==== navbar demo start ==== */
.header-main {
    width: 100%;
    margin: auto;
    background-color: black;
    padding: 30px;
}

.container-fluid.header-sec-main {
    width: 100%;
    max-width: 1460px;
}

.header-sec-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos {
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    font-family: monospace;
}

.logos img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(271deg) brightness(102%) contrast(105%);
    width: 360px;
}

.nav-menu {
    margin: auto;
    margin-right: 35px;
}

.nav-menu li {
    list-style: none;
    display: inline-block;
}

.nav-menu li a {
    text-decoration: none;
    color: #ffffff9e;
    text-transform: capitalize;
    font-family: 'Poppins rguler';
    font-size: 16px;
    padding: 10px;
}

.current_page_item a {
    color: white !important;
}

.nav-menu li.active a {
    color: white;
}

/* ==== nav menu hover effect start ==== */
.nav-menu li a:hover {
    color: white;
}

.button-main a:hover {
    background-color: white;
    color: black;
    border: 1px solid white;
}

/* ==== nav menu hover effect End ==== */
.nav-menu-main {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.button-main a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 48px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    background-color: transparent;
    font-weight: 700;
}

.button-main {
    display: flex;
    gap: 20px;
}

/* ==== toggle start ==== */

@media (max-width: 767px) {

    .toggle {
        position: relative;
        width: 50px;
        height: 50px;
        background: transparent;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .toggle span {
        position: absolute;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background: white;
        transition: 0.5s;
    }

    .toggle span:nth-child(2) {
        transform: translateY(-12px);
        width: 25px;
        left: 7px;
    }

    .toggle span:nth-child(3) {
        transform: translateY(12px);
        width: 15px;
        left: 7px;
    }

    .toggle.active span:nth-child(1) {
        transform: translateX(60px);
    }

    .toggle.active span:nth-child(2) {
        width: 40px;
        transform: translateX(0) rotate(45deg);
        transition-delay: 0.2s;
    }

    .toggle.active span:nth-child(3) {
        width: 40px;
        transform: translateX(0) rotate(-45deg);
        transition-delay: 0.4s;
    }

    /* ==== header start ==== */
    .header-sec-main {
        position: relative;
    }

    .nav-menu-main {
        position: absolute;
        flex-direction: column;
        top: 80px;
        background: black;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 25px 0px;
        display: none;
        transition: 1s;
        z-index: 1;
    }

    .nav-menu-main.active {
        display: block;
        transition: 1s;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .nav-menu li {
        margin: 8px 8px;
    }

    .button-main {
        display: flex;
        justify-content: unset;
        gap: 20px;
        margin-top: 12px;
        margin-left: 15px;
    }

    /* ==== header End ==== */

}

/* ==== toggle End ==== */
/* ==== navbar demo End ==== */

/* ==== banner section start ==== */

.home-banner-main {
    width: 100%;
    margin: auto;
    background-color: black;
    display: flex;
    align-items: center;
    height: 80vh;
}

.banner-home-counte {
    padding: 0px 0 0px;
}

.banner-home-counte h1 {
    font-size: 62px;
    text-align: center;
    font-family: 'DM Sans blt';
    margin-bottom: 15px;
    /* color: white; */
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-home-counte h2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    text-transform: lowercase;
    margin-bottom: 15px;
    font-family: 'DM Sans md';
    color: white;
}

.boxes-main {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.box-card-main {
    width: 15%;
    height: 160px;
    border: 1px solid white;
    margin: 0 5px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.box-card-main:hover {
    background-color: white;
    border-color: #4993cf;
}

.box-card-img {
    width: 66px;
    height: 66px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50px;
    margin-bottom: 20px;
}

.box-card-main:hover .box-card-img {
    border-color: black;
}

.box-card-img img {
    width: 65%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(348deg) brightness(117%) contrast(101%);
}

.box-card-main:hover .box-card-img img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(7465%) hue-rotate(81deg) brightness(87%) contrast(107%);
}

.box-card-main h5 {
    font-size: 18px;
    text-align: center;
    color: white;
    width: 100%;
    font-family: 'Poppins fiveooo';
}

.box-card-main:hover h5 {
    color: black;
}

.text-repeat {
    height: 54px;
    text-align: center;
}

.text-repeat #typewriter {
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.home-banner-button {
    width: fit-content;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

.home-banner-button a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 45px;
    font-size: 18px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    background-color: transparent;
    font-weight: 700;
}

.home-banner-button a:hover {
    background-color: white;
    color: black;
    border-color: white;
}

/* ==== banner section End ==== */

/* ==== home page companies grow section start ==== */

.home-companies-grow-main {
    width: 100%;
    margin: auto;
    /* padding: 85px 0px; */
    background-color: black;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home-companies-grow-main h1 {
    text-align: center;
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 24px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-companies-grow-main p {
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 825px;
    margin: auto;
}

.companies-grow-card-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.companies-grow-card-one {
    width: 32%;
    border: 1px solid white;
    padding: 40px;
    border-radius: 6px;
    transition: all 1s;
}

.companies-grow-card-one:hover {
    border-color: white;
    background-color: white;
    transform: scale(1.06);
}

.home-compaies-grow-img {
    width: fit-content;
}

.home-compaies-grow-img img {
    width: 33.33%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(348deg) brightness(117%) contrast(101%);
}

.companies-grow-card-one:hover .home-compaies-grow-img img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7500%) hue-rotate(104deg) brightness(89%) contrast(109%);
}

.home-companies-grow-counte h5 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    margin: 24px 0;
}

.companies-grow-card-one:hover .home-companies-grow-counte h5 {
    color: black;
}

.home-companies-grow-counte p {
    text-align: left;
    font-family: 'Poppins rguler';
    font-size: 16px;
}

.companies-grow-card-one:hover .home-companies-grow-counte p {
    color: black;
}

/* ==== home page companies grow section End ==== */

/* ==== home page Our Services section start ==== */

.home-page-our-services-main {
    width: 100%;
    margin: auto;
    padding: 85px 0px;
    background-color: black;
    /* position: sticky;
    top: 0; */
}

.home-page-our-services-main .row {
    width: 100%;
    margin: auto;
    padding: 0px;
}

.home-page-our-services-main .row .col-md-4,
.home-page-our-services-main .row .col-md-8 {
    padding: 0px;
}

.home-our-srvcs-counte {
    padding-right: 75px;
    position: sticky;
    top: 100px;
}

.h-our-srvs-btn-dsble {
    text-transform: uppercase;
    color: black;
    background: white;
    padding: 6px 12px;
    width: fit-content;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Poppins rguler';
}

.home-our-srvcs-counte h5 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 14px;
    color: white;
}

.home-our-srvics-button {
    width: fit-content;
}

.home-our-srvics-button a {
    font-family: 'Poppins rguler';
    text-decoration: none;
    background-color: white;
    color: black;
    padding: 10px 34px 10px 18px;
    border-radius: 50px;
    font-size: 15px;
}

.home-our-srvics-button a:hover {
    background-color: #ffffffa3;
}

.home-our-srvics-button a i {
    transform: translateX(6px);
    transition: all 0.5s;
}

.home-our-srvics-button a:hover i {
    transform: translateX(16px);
}

.home-page-our-srvcs-cnct-button {
    width: fit-content;
    margin-top: 38px;
}

.home-page-our-srvcs-cnct-button a {
    text-decoration: none;
    color: white;
    font-family: 'Poppins rguler';
    padding: 0px 6px;
    position: relative;
}

.home-page-our-srvcs-cnct-button a::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: white;
}

.home-page-our-srvcs-cnct-button a::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #00000094;
    transition: all 0.5s;
    z-index: 1;
}

.home-page-our-srvcs-cnct-button a:hover::before {
    width: 100%;
}

.home-page-our-srvcs-cnct-button a i {
    margin-left: 14px;
    transform: translateX(0px);
    transition: all 0.5s;
}

.home-page-our-srvcs-cnct-button a:hover i {
    transform: translateX(6px);
}

.home-page-our-services-scroll-main {
    width: 100%;
    margin: auto;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.home-pg-our-srvcs-head h1 {
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 24px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-pg-our-srvcs-sroll-all-count {
    width: 100%;
    margin: auto;
}

.home-pg-our-srvcs-sroll-all-count .row {
    width: 100%;
    margin: auto;
    padding: 0px;
    position: relative;
}

.our-counte-main-one h2 {
    color: black;
    font-weight: 600;
    position: relative;
    padding: 2px 18px;
    transition: 0.5s;
    margin-bottom: 24px;
}

.our-counte-main-one h2::after {
    position: absolute;
    content: "";
    background: #4993cf;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 2px;
    transition: 0.5s;
}

.our-counte-main-one h2 a {
    text-decoration: none;
    color: black;
}

.our-counte-main-one:hover.our-counte-main-one h2::after {
    width: 8px;
}

.our-counte-main-one:hover.our-counte-main-one h2 {
    padding: 2px 26px;
}

.our-counte-main-one p {
    font-family: 'Poppins rguler';
    margin-top: 16px;
}

.our-counte-main-one {
    padding: 25px;
    border: 1px solid #4993cf;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px #4993cf;
}

.our-counte-main-one.thred {
    margin-top: 24px;
}

.h-our-srvsc-pragph {
    margin-bottom: 34px;
}

.h-our-srvsc-pragph p {
    font-family: 'Poppins rguler';
    color: white;
}

.featuredprojects-img {
    width: 100%;
    height: 100%;
    margin-bottom: 4rem;
    position: sticky;
    top: 0px;
}

.featuredprojects-img img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

.featuredprojects-img.stky-img-two {
    position: sticky;
    top: 20px;
}

.featuredprojects-img.stky-img-three {
    position: sticky;
    top: 40px;
}

.featuredprojects-img.stky-img-four {
    position: sticky;
    top: 60px;
}

.featuredprojects-img.stky-img-five {
    position: sticky;
    top: 80px;
}

.featuredprojects-img.stky-img-six {
    position: sticky;
    top: 100px;
}

.featuredprojects-img.stky-img-seven {
    position: sticky;
    top: 120px;
}

.featuredprojects-img.stky-img-eight {
    position: sticky;
    top: 140px;
}

/* ==== home page Our Services section End ==== */

/* ==== home page review section start ==== */

.home-review-main {
    width: 100%;
    margin: auto;
    padding: 120px 0px 120px 0px;
    background-color: black;
}

.review-home-head-main {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    justify-content: space-between;
}

.review-one-home {
    width: 49%;
}

.review-one-home h1 {
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-top: 24px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-badges svg {
    width: 10rem;
}

.testimonial-badge.w-embed.w-script {
    width: 12rem;
}

/* ==== home page review section End ==== */

/* ---- home page testimonial slider start ---- */

.home-page-testi-main {
    width: 100%;
    margin: auto;
}

.home-testi-slider-one {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.home-testi-counte-one {
    box-shadow: 0px 0px 5px 1px white;
    padding: 2rem;
    border-radius: 0.5rem;
    height: 500px;
}

.testimain-sldd {
    width: 25%;
    margin: 0px 10px;
}

.home-page-quote-img svg {
    width: 12%;
}

.home-testi-head-one {
    margin-bottom: 14px;
}

.home-testi-head-one h5 {
    font-weight: 500;
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-quote-img {
    margin-bottom: 0.6rem;
}

.home-page-quote-img svg path {
    fill: white;
    fill-opacity: 1;
}

.home-page-testiprgph p {
    font-family: 'Poppins rguler';
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.r-h-image {
    width: 13%;
    border-radius: 100px;
    display: none;
}

.r-h-image img {
    border-radius: 100px;
}

.review-img-name-home {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.rh-prnt .rh-name {
    font-weight: 600;
    color: white;
}

.rh-prnt .r-h-pera {
    text-transform: uppercase;
    font-family: 'Poppins rguler';
    font-size: 14px;
    color: white;
}

.home-testi-slider-one .slick-track {
    top: 3px;
}

.slick-prev,
.slick-next {
    top: unset;
    bottom: -80px;
    right: 0;
    left: 0px;
    margin: auto;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.slick-prev {
    left: -60px !important;
    background-image: url(../images/arrow-1.svg);
    background-size: 20px;
    background-position-x: center;
    background-position-y: center;
}

.slick-next {
    right: -60px !important;
    background-image: url(../images/arrow-2.svg);
    background-size: 20px;
    background-position-x: center;
    background-position-y: center;
}

/* ---- home page testimonial slider End ---- */

/* ==== home page DIGITAL MARKETING section Start ==== */

.home-degital-marketing-main {
    width: 100%;
    margin: auto;
    padding: 136px 0px;
    background-color: black;
}

.home-page-degital-marketing-main-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-page-degitl-main-two {
    width: 49%;
    padding: 0px 188px 0px 0px;
}

.dgtl-home-head h1 {
    text-transform: uppercase;
    font-size: 65px;
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dgtl-home-sprt-main {
    height: 4px;
    width: 30%;
    background: white;
    margin: 30px 0px;
}

.dgtl-home-head-prgph-one-main {}

.dgtl-home-head-prgph-one-main p {
    font-size: 18px;
    font-family: 'Poppins rguler';
    margin-bottom: 14px;
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-dgtl-home-head-button {
    margin-top: 52px;
}

.home-dgtl-home-head-button a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 45px;
    font-size: 18px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    background-color: transparent;
    font-weight: 700;
}

.home-dgtl-home-head-button a i {
    margin-left: 12px;
}

.home-dgtl-home-head-button a:hover {
    background-color: white;
    border-color: white;
    color: black;
}

.home-page-dgtl-two-main {
    width: 49%;
}

.home-page-dgtl-menu-main {
    background-color: white;
    padding: 25px;
}

.home-page-dgtl-menu-head {
    margin-bottom: 20px;
}

.home-page-dgtl-menu-head p {
    font-family: 'Poppins rguler';
    font-size: 18px;
}

.homepage-dgtl-menulistulli {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.homepage-dgtl-menulistulli ul {
    padding: 0px;
    margin: 0px;
    width: 48%;
}

.homepage-dgtl-menulistulli ul li {
    list-style: none;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    padding: 8px 5px;
    border-bottom: 1px solid black;
    font-size: 14px;
}

.homepage-dgtl-menulistulli ul li .color-blue {
    width: 20px;
    height: 20px;
    display: flex;
    background: black;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: white;
    font-size: 12px;
}

/* ==== home page DIGITAL MARKETING section End ==== */

/* ==== home page tips and advice section start ==== */

.home-page-tips-advice-main {
    width: 100%;
    margin: auto;
    padding: 100px 0px;
    background-color: black;
}

.home-page-tips-advice-heading-main {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.home-page-tips-advice-one {
    width: 60%;
}

.home-page-tips-advice-two {
    width: 40%;
    display: flex;
    justify-content: end;
}

.home-page-tips-advice-one h1 {
    font-size: 50px;
    font-family: 'DM Sans blt';
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-tips-advice-button {
    width: fit-content;
}

.home-page-tips-advice-button a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 48px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    background-color: transparent;
    font-weight: 700;
}

.home-page-tips-advice-button a:hover {
    background-color: white;
    color: black;
    border-color: white;
}

.home-page-tips-advice-sld-mn {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-page-tips-advice-sld-mn-one {
    width: 32%;
    margin: 0px 0px 14px 0px;
}

.home-tips-adive-sld-img {
    width: 100%;
    height: 272px;
}

.home-tips-adive-sld-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-tips-advice-sld-body {
    padding: 32px 0px;
}

.tips-home-advice-body-button {
    width: fit-content;
    padding: 5px 24px;
    color: white;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

.home-tips-advice-card-head h5 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-tips-advice-card-date {
    font-weight: 600;
    color: white;
}

.home-page-tips-advice-sld-mn .slick-track {
    left: unset;
    right: 42%;
}

.home-page-tips-advice-sld-mn .slick-prev {
    display: none !important;
}

.home-page-tips-advice-sld-mn .slick-next {
    top: 50%;
    bottom: unset;
    left: 80%;
    right: unset !important;
    width: 96px;
    height: 96px;
}

/* ==== home page tips and advice section End ==== */

/* ==== footer start ==== */

.footer-main {
    width: 100%;
    margin: auto;
    padding: 85px 0px;
    background: black;
}

.footer-two-part-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer-head-button {
    width: 49%;
}

.footer-head-button h1 {
    font-size: 60px;
    font-family: 'DM Sans blt';
    color: white;
    margin-bottom: 60px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-button-a a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 45px;
    font-size: 18px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    background-color: transparent;
    font-weight: 700;
}

.footer-button-a a:hover {
    background-color: white;
    border-color: white;
    color: black;
}

.footer-trusted-bt-video-sec {
    width: 49%;
}

.footer-trusted-bt-video-sec video {
    width: 100%;
}

.footer-video-head h5 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.footer-sprate-line {
    width: 100%;
    height: 2px;
    background: white;
    opacity: 0.5;
    margin-top: 60px;
    margin-bottom: 50px;
}

.footer-sec-part-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-sec-one {
    width: 49%;
    position: relative;
    height: 407px;
}

.footer-logo-and-social {
    display: flex;
    align-items: end;
    gap: 50px;
}

.footer-logo {

    img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(271deg) brightness(102%) contrast(105%);
    }
}

.footer-social-icn {

    display: flex;
    gap: 30px;
    margin-bottom: 14px;

    a {
        text-decoration: none;
        color: white;
        font-size: 22px;
    }

}

.footer-social-icn a:hover {
    transform: scale(1.3);
}

.footer-nav-menu {

    margin-top: 20px;

    ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    ul li {
        list-style: none;
        padding: 6px 0px;
    }

    ul li a {
        text-decoration: none;
        color: white;
        font-family: 'Poppins rguler';
        padding: 0px 0px 5px 0px;
        position: relative;
    }

}

.footer-nav-menu ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
}

.footer-nav-menu ul li a:hover::before {
    width: 100%;
}

.footer-copy-right-counte {
    font-family: 'Poppins rguler';
    color: white;
    padding: 6px 0px;
    position: absolute;
    bottom: 0px;
}

.footer-sec-two {
    width: 49%;
}

.send-mail-form-footer-main {
    background-color: white;
    width: 100%;
    padding: 32px 50px 39px;
    border-radius: 8px;
}

.join-mail-ftr-head {

    h5 {
        font-size: 24px;
        font-weight: 600;
    }

}

.footer-mail-itp-main {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.itp-ftr-one {
    width: 44%;
}

.itp-ftr-one input {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding: 9px 0px;
    font-size: 18px;
}

.itp-ftr-one input::placeholder {
    color: black;
}

.sbmt-ftr-btn button {
    border: none;
    background-color: transparent;
    font-size: 22px;
    transform: rotate(320deg);
    transition: 0.5s;
}

.sbmt-ftr-btn button:hover {
    transform: rotate(360deg);
}

.footer-i-agri-main {
    margin-top: 20px;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: black;
    box-shadow: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid black;
}

.form-check-input:checked[type=checkbox] {
    filter: brightness(0) saturate(100%);
    box-shadow: none !important;
}

/* ==== footer End ==== */

.header-all-logo-main {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: black;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home-banner-logos-images {
    width: 25.5%;
}

.home-banner-logos-images.logofltr-white img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(89%) saturate(2%) hue-rotate(333deg) brightness(117%) contrast(101%);
}

.img-one-ion {
    width: 15%;
    height: 169px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-one-ion img {
    width: 90%;
    height: 90%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7500%) hue-rotate(150deg) brightness(104%) contrast(102%);
}

.img-one-ion.img-shopy {
    display: flex;
    align-items: center;
}

.img-one-ion.img-shopy img {
    height: 25%;
    width: 90%;
    margin: auto;
}

/* ======= website design start ======== */

.website-design-page-main {
    width: 100%;
    margin: auto;
    padding: 45px 0px 85px 0px;
    background-color: black;
}

.wd-main-head {
    text-transform: uppercase;
    color: black;
    background: white;
    padding: 6px 12px;
    width: fit-content;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    margin: auto;
    margin-bottom: 24px;
}

.w-design-head {
    width: 100%;
    max-width: 67%;
    margin: auto;
}

.w-design-head h1 {
    font-size: 62px;
    text-align: center;
    font-family: 'DM Sans blt';
    margin-bottom: 15px;
    color: #4993cf;
    margin-bottom: 20px;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.w-design-head p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: auto;
    color: white;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.w-design-acdn-sec-main {
    width: 100%;
    margin: auto;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w-dsign-acdn-card-one-main {
    width: 32.50%;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
}

.w-design-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: white;
    padding: 0px;
}

.w-design-img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 245px;
    width: 100%;
    object-fit: unset;
}

.w-design-acdn-sec-main.brnd-bldndg .w-design-img img {
    object-fit: cover;
}

.w-design-button {
    margin-top: 24px;
}

.w-design-button a {
    font-family: 'Poppins rguler';
    text-decoration: none;
    background-color: transparent;
    color: black;
    padding: 10px 34px 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid black;
}

.w-design-button a i {
    transform: translateX(6px);
    transition: all 0.5s;
}

.w-design-button a:hover i {
    transform: translateX(16px);
}

.w-design-button a:hover {
    background-color: black;
    color: white;
}

.w-design-acdn-card-body {
    padding: 12px;
}

.acdn-head a {
    text-decoration: none;
    color: black;
}

.acdn-head h6 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 4px;
    padding-left: 0px;
    font-size: 22px;
    font-weight: 600;
}

.w-dsign-acdn-card-one-main .acdn-head p {
    font-size: 15px;
    color: black;
    font-family: 'Poppins rguler';
    line-height: 1.5;
}

.open-cncint {
    padding: 18px;
    background: white;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-button {
    background: white !important;
    /* border-bottom: 1px solid #0000003b !important; */
    box-shadow: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 136px;
}

.accordion-button.collapsed {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.accordion-body {
    padding: 0px;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.accordion-item {
    border: none;
    background-color: transparent;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(13%) hue-rotate(208deg) brightness(97%) contrast(103%);
    position: absolute;
    right: 20px;
    top: 30px;
}

.w-dsign-acdn-card-one-main.sngl-ln .accordion-button {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

/* ============= Faq ============== */

.home-pg-our-srvcs-head .mnnv {
    background-color: white;
    width: fit-content;
    padding: 6px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.home-pg-our-srvcs-head .mnnv .btn-a {
    background-color: transparent;
    border: none;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 15px;
    transition: 0.5s;
}

.home-pg-our-srvcs-head .mnnv .btn-a:hover {
    background-color: #0000009e;
    color: white;
}

.home-pg-our-srvcs-head .btn-a.active {
    background-color: #0000009e;
    color: white;
}

.wd-faq-main {
    width: 100%;
    margin: auto;
}

.wd-faq-main-one {
    width: 48%;
}

.wd-faq-main-head {
    font-size: 17px;
    color: black;
    line-height: 1.56em;
    padding: 15px;
    border-bottom: 1px solid #ffffffa8;
    cursor: pointer;
    width: 100%;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    color: white;
}

.wd-faq-main-head.wdfmh-active {
    border-bottom: 1px solid transparent;
}

.wd-faq-main-head::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/carret-down.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.5s;
    filter: brightness(0) saturate(100%) invert(84%) sepia(94%) saturate(24%) hue-rotate(32deg) brightness(108%) contrast(106%);
}

.wd-faq-main-head.wdfmh-active::before {
    transform: rotate(180deg);
}

.wd-faq-counte {
    padding: 15px;
    width: 100%;
    display: none;
    border-bottom: 1px solid #ffffff4a;
}

.wd-faq-counte p {
    margin-top: 12px;
    color: white;
}

.wd-faq-counte ol {
    padding-left: 24px;
    margin: 25px 0px;
}

.wd-faq-counte ol li {
    margin: 25px 0px;
    color: white;
}

.wd-faq-counte ol li .ollicolor,
.wd-faq-counte p .ollicolor {
    font-weight: 600;
    position: relative;
}

.wd-faq-counte ol li .ollicolor a,
.wd-faq-counte p .ollicolor a {
    color: white;
    text-decoration: none;
}

.wd-faq-main {
    display: flex;
    justify-content: space-between;
}

.clr-a {
    display: none;
}

.clr-a.active {
    display: block;
}

/* ==== web-design-contact start ==== */

.web-design-contact {
    width: 100%;
    margin: auto;
    padding: 85px 0px;
    background-color: black;
}

.web-design-contact-counte {
    padding-right: 75px;
}

.web-design-page-contact-form {
    width: 100%;
    margin: auto;
    height: auto;
}

.web-design-contact-counte .h-our-srvs-btn-dsble {
    text-transform: uppercase;
    color: black;
    background: white;
    padding: 6px 12px;
    width: fit-content;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Poppins rguler';
}

.web-design-contact-counte h5 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 14px;
    color: white;
}

.wd-button-box-main-cnct {
    background-color: white;
    padding: 32px;
    border-radius: 12px;
}

.wd-button-box-main-cnct .home-page-our-srvcs-cnct-button a {
    color: black;
}

.wd-button-box-main-cnct .home-page-our-srvcs-cnct-button a::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #00000033;
}

.wd-button-box-main-cnct .home-page-our-srvcs-cnct-button {
    margin-top: 22px;
}

.wd-button-box-main-cnct p {
    font-size: 17px;
    color: #000000c4;
}

.web-design-contact .row,
.web-design-contact .row .col-md-4,
.web-design-contact .row .col-md-8,
.web-design-page-contact-form .row .col-md-12 {
    padding: 0px;
}

.wd-page-cnct-one-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.wd-page-cnct-one-itp {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 47%;
}

.wd-page-cnct-one-itp label {
    font-size: 14px;
    color: white;
}

.wd-page-cnct-one-itp input,
.wd-page-cnct-one-itp select {
    border-radius: 15px;
    padding: 0px 15px;
    height: 40px;
    border: 1px solid #4993cf7a;
    outline: none;
}

.wd-page-cnct-one-itp textarea {
    border-radius: 15px;
    padding: 10px 15px;
    height: 40px;
    border: 1px solid #4993cf7a;
    outline: none;
    height: 65px;
}

.wd-page-cnct-one-itp.w-hndrad.inpty-file input {
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: white;
}

.wd-page-cnct-one-itp .red-start {
    color: red;
}

.wd-page-cnct-one-main .wd-page-cnct-one-itp.w-hndrad {
    width: 100%;
}

.wd-page-cnct-sbmt-button button {
    background-color: transparent;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 48px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    font-weight: 700;
    transition: 0.5s;
}

.wd-page-cnct-sbmt-button button:hover {
    background-color: white;
    color: black;
    border: 1px solid white;
}

.wd-page-cnct-sbmt-button {
    margin-top: 30px;
}

.wd-call-us-cnct-sec {
    margin-top: 30px;
    display: flex;
}

.wd-call-us-cnct-sec .wd-call-us-cnct-sec-one {
    width: 13%;
    color: white;
}

.wd-call-us-cnct-sec .wd-call-us-cnct-sec-two {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.wd-call-us-cnct-sec .wd-call-us-cnct-sec-two a {
    color: #008afc;
}

.wd-call-us-cnct-sec .wd-call-us-cnct-sec-two a:nth-child(1) {
    margin-bottom: 4px;
}

/* ==== web-design-contact End ==== */

/* ======= website design End ======== */

/* <!-- ========== investor desk page start ========== --> */

.investor-desk-page-banner-main {
    width: 100%;
    margin: auto;
    padding: 0px 0px 45px;
    background-color: black;
    height: 52vh;
    display: flex;
    align-items: center;
}

.invstr-dsk-bnr-head h1 {
    font-size: 62px;
    text-align: center;
    font-family: 'DM Sans blt';
    margin-bottom: 20px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invstr-dsk-bnr-pera {
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 30px;
}

.invstr-dsk-bnr-pera p {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    text-transform: none;
    margin-bottom: 15px;
    font-family: 'DM Sans md';
    color: white;
}

.invstr-dsk-bnr-button {
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.invstr-dsk-bnr-button .button-main {
    width: fit-content;
}

.investor-desk-banner-good-company-main {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    background-color: black;
    padding: 30px 0px 100px;
}

.investor-desk-banner-head-slid h5 {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: 'DM Sans md';
    color: white;
}

.ivstr-dsk-bnr-h-cm-slider-mn {
    margin-top: 40px;
}

.ivstr-dsk-bnr-h-cm-slider-mn img {
    width: 170px !important;
    margin: 0px 20px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(193deg) brightness(95%) contrast(93%);
}

.ivstr-dsk-bnr-h-cm-slider-mn img:nth-child(5),
.ivstr-dsk-bnr-h-cm-slider-mn img:nth-child(13),
.ivstr-dsk-bnr-h-cm-slider-mn img:nth-child(21) {
    filter: none;
}

.ivstr-dsk-bnr-h-cm-slider-mn .slick-track {
    display: flex;
    align-items: center;
}

/* <!-- ========== investor desk page End ========== --> */

/* <!-- ==== how we can help section start ==== --> */

.investor-how-we-can-help-main {
    width: 100%;
    margin: auto;
    background-color: black;
    padding: 45px 0px;
}

.ivstr-hwchlp-head h1 {
    text-align: center;
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 64px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.investor-desk-how-we-can-help-card-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.investor-desk-how-we-can-card-main {
    border: 1px solid white;
    border-radius: 6px;
    padding: 48px 20px;
    width: 23%;
    transition: 0.5s;
    margin-bottom: 30px;
}

.id-hwc-c-m-image img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(348deg) brightness(117%) contrast(101%);
    width: 86px;
    height: 64px;
    object-fit: contain;
}

.id-hwc-c-m-head {
    margin: 16px 0px;
}

.id-hwc-c-m-head h6 {
    color: white;
    font-size: 20px;
    font-family: 'DM Sans md';
    transition: 0.5s;
}

.id-hwc-c-m-pera p {
    color: white;
    transition: 0.5s;
}

.investor-desk-how-we-can-card-main:hover {
    background-color: white;
    transform: scale(1.06);
}

.investor-desk-how-we-can-card-main:hover .id-hwc-c-m-image img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(53%) saturate(2586%) hue-rotate(325deg) brightness(105%) contrast(104%);
}

.investor-desk-how-we-can-card-main:hover .id-hwc-c-m-head h6 {
    color: black;
}

.investor-desk-how-we-can-card-main:hover .id-hwc-c-m-pera p {
    color: black;
}

.ivstr-hwchlp-head-button {
    width: fit-content;
    margin: auto;
    margin-top: 50px;
}

/* <!-- ==== how we can help section starEnd ==== --> */

/* ==== investor desk case study section start ==== */

.investor-desk-case-study-main {
    width: 100%;
    margin: auto;
    padding: 45px 0px;
    background-color: black;
}

.investoe-desk-case-study-group-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invstr-grp-crd-one-main {
    position: relative;
    width: 30.75%;
    transition: 0.5s;
}

.ivtr-grp-csty-img img {
    border-radius: 10px;
    width: 100%;
}

.invstr-grp-case-study-counte {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 24px;
    background-color: transparent;
    transition: 0.5s;
}

.invstr-grp-case-study-counte h6 {
    font-size: 24px;
    line-height: 1.33;
    color: white;
    margin-bottom: 8px;
    font-family: 'DM Sans md';
}

.invstr-grp-case-study-counte p {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-family: 'Poppins rguler';
}

.invstr-grp-crd-one-main:hover {
    transform: scale(1.06);
}

.invstr-grp-crd-one-main:hover .invstr-grp-case-study-counte {
    background-color: #ffffff38;
}

/* ==== investor desk case study section End ==== */

/* - ==== investor desk page How it works section start ====  */

.investor-desk-how-it-work-section-main {
    width: 100%;
    margin: auto;
    padding: 45px 0px;
    background-color: black;
}

.investor-dsk-h-it-wrk-head-main {
    margin-bottom: 60px;
}

.investor-dsk-h-it-wrk-head-main h1 {
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 24px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.investor-dsk-h-it-wrk-head-main p {
    color: white;
    font-size: 18px;
    width: 100%;
    max-width: 825px;
}

.investor-dsk-h-it-wrk-sld-main {
    width: 91%;
}

.ivstr-dsk-slide-one {
    width: 38.90%;
    height: 490px;
    border: 1px solid white;
    border-radius: 6px;
    margin: 0px 12px;
}

.ivstr-dsk-slide-one h5 {
    font-size: 24px;
    color: white;
    font-family: 'DM Sans md';
}

.ivstr-dsk-slide-one p {
    font-size: 16px;
    color: white;
    margin: 16px 0px;
}

.ivstr-dsk-slide-one p a {
    text-decoration: none;
    color: #3a72ff;
}

.investor-dsk-h-it-wrk-sld-main .iddsk-wrk-head-main-counte {
    padding: 24px 24px 8px 24px;
}

.investor-dsk-h-it-wrk-sld-main .slick-list.draggable {
    padding: 0px 160px 0px 0px !important;
}

.investor-dsk-h-it-wrk-sld-main .slick-prev {
    top: -21%;
    margin: unset;
    right: 20%;
    left: unset !important;
}

.investor-dsk-h-it-wrk-sld-main .slick-next {
    top: -21%;
    margin: unset;
    right: unset;
    left: 81%;
}

.investor-slider-maindlx-mn {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: end;
}

/* - ==== investor desk page How it works section End ====  */

/* ==== digital marketing page banner start ==== */

.digital-marketing-banner {
    width: 100%;
    margin: auto;
    padding: 85px 0px;
    background-color: black;
}

.digital-mrkting-banner-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.digital-mrkting-banner-head h1 {
    font-size: 62px;
    text-align: center;
    font-family: 'DM Sans blt';
    margin-bottom: 15px;
    color: white;
    margin-bottom: 20px;
    text-transform: capitalize;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==== digital marketing page banner End ==== */

/* ==== digital-marketing idea section start ==== */

.degital-marketing-idea-main {
    width: 100%;
    margin: auto;
    padding: 0px 0px 85px;
    background-color: black;
}

.dgtl-mrkting-idea-head-main {}

.dgtl-mrkting-idea-head-main h1 {
    text-align: center;
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 18px;
    background: #FFFFFF;
    text-transform: capitalize;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dgtl-mrkting-idea-head-main p {
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.dgtl-mrkting-main-flx-box {
    width: 100%;
    margin: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dgtl-mrktng-box-one-mn {
    width: 32%;
    position: relative;
    border-radius: 8px;
    transition: 0.5s;
    margin-bottom: 24px;
}

.dgtl-mrktng-box-img {
    width: 100%;
    margin: auto;
}

.dgtl-mrktng-box-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 255px;
}

.dgtl-mrktng-counte {
    width: 100%;
    margin: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
    padding: 24px;
    height: 100%;
    max-height: 175px;
}

.dgtl-mrktng-counte h5 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.dgtl-mrktng-counte p {
    font-size: 15px;
    color: black;
    font-family: 'Poppins rguler';
    margin: 8px 0px;
}

.dgtl-mrktng-tag {
    position: absolute;
    background: black;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0 6px 0 12px;
    top: 0px;
    right: 0px;
    background: linear-gradient(242.78deg, #000000 4.35%, #5d5858 50.39%, #3b3b3b 82.57%);
}

.dgtl-mrkting-arrow-right {
    position: absolute;
    right: 1.5rem;
    bottom: 0.86rem;
    font-size: 22px;
    color: #000000c2;
    opacity: 0;
}

.dgtl-mrktng-box-one-mn:hover {
    box-shadow: 0px 0px 15px 8px #ffffff3b;
    transform: scale(1.03);
}

.dgtl-mrktng-box-one-mn:hover .dgtl-mrkting-arrow-right {
    opacity: 1;
    animation: move .9s linear infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* ==== digital-marketing idea section End ==== */

/* ==== pramotional-marketing-brand-partner Start ==== */

.pramotional-marketing-brand-partner {
    width: 100%;
    margin: auto;
    background-color: black;
    padding: 24px 0px;
}

.prmtion-mrkting-brand-prtnr-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prmtion-mrkting-brand-prtnr-main .prmotin-mrkting-brnd-box-one:nth-child(1) img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(0%) saturate(3826%) hue-rotate(66deg) brightness(107%) contrast(101%);
}

.prmtion-mrkting-brand-prtnr-main .prmotin-mrkting-brnd-box-one:nth-child(2) img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(0%) saturate(3826%) hue-rotate(66deg) brightness(107%) contrast(101%);
}

.prmotin-mrkting-brnd-box-one img {
    width: 180px;
}

.prmotn-mrktn-head h5 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'DM Sans md';
    color: white;
}

/* ==== pramotional-marketing-brand-partner End ==== */

/* ==== promotional-marketing-our-collection start ==== */

.promotional-marketing-our-collection-main {
    width: 100%;
    margin: auto;
    background-color: black;
    padding: 85px 0px;
}

.pm-m-our-cllctn-card-head h1 {
    text-align: center;
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    margin-bottom: 40px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pmtnl-mrktng-our-cllctin-card-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pmtnl-mrktng-our-cllctin-card-one {
    width: 24%;
    position: relative;
    overflow: hidden;
    transition: 1s;
    /* margin: 8px; */
    margin-bottom: 16px;
}

.pmc-card-hover-counte {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px;
    display: flex;
    align-items: end;
    background-color: #00000060;
    opacity: 0;
    transition: 1s;
}

.pmc-card-hover-counte h2 {
    font-size: 18px;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: 'DM Sans md';
    color: white;
}

.pmc-card-image {
    width: 100%;
}

.pmc-card-image img {
    transition: 1s;
}

.pmc-card-image img {
    width: 100%;
    height: 377px;
    object-fit: cover;
}

.pmtnl-mrktng-our-cllctin-card-one:hover .pmc-card-image img {
    transform: scale(1.1);
}

.pmtnl-mrktng-our-cllctin-card-one:hover .pmc-card-hover-counte {
    opacity: 1;
}

/* ==== promotional-marketing-our-collection End ==== */

/* <!-- ==== promotion-marketing Your Brand Matters start ==== --> */

.pmp-your-brand-matters-main {
    width: 100%;
    margin: auto;
    background-color: black;
    padding: 45px 0px;
}

.pmp-your-brand-matters-mn-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.pmp-your-brand-matters-mn-one-sec {
    background-color: white;
    width: 35.15%;
    padding: 30px 50px;
}

.pmp-your-brand-matters-mn-one-sec h1 {
    text-transform: uppercase;
    font-size: 65px;
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #000000 26%, #171717 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pmp-your-brand-matters-mn-one-sec p {
    font-size: 18px;
    font-family: 'Poppins rguler';
    margin-bottom: 14px;
    color: white;
    background: #FFFFFF;
    background: linear-gradient(to right, #000000 26%, #171717 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pmp-your-brand-matters-mn-one-button {
    margin-bottom: 16px;
}

.pmp-your-brand-matters-mn-one-button .home-page-our-srvcs-cnct-button a {
    color: black;
    text-transform: uppercase;
}

.pmp-your-brand-matters-mn-one-button .home-page-our-srvcs-cnct-button a::after {
    background: #b8b4b4;
}

.pmp-your-brand-matters-mn-two {
    width: 61%;
}

.pmp-your-brand-matters-mn-two-sec-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 360px 14%;
}

.pmp-your-brand-matters-mn-two-sec-img img {
    width: 100%;
    height: 100%;
}

/* <!-- ==== promotion-marketing Your Brand Matters End ==== --> */
.testimonial-badges img {
    width: 25%;
}

/* ==== contact form lable intigretion add changes color ==== */

.ff-default .ff-el-input--label label {
    color: white;
}

.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background-color: transparent !important;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 48px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    font-weight: 700;
    transition: 0.5s;
}

.footer-sec-two .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background-color: transparent !important;
    color: black;
    text-transform: capitalize;
    border: 1px solid #000000;
    padding: 12px 36px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    font-weight: 700;
    transition: 0.5s;
}

.footer-sec-two .ff-default .ff-el-input--label label {
    color: black;
}

.ftr-srvces-head h6 {
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 14px;
}

/* ==== contact us page start ==== */

.contact-us-page-main-contactus {
    width: 100%;
    margin: auto;
    padding: 0px 0px 80px 0px;
    background-color: black;
}

.contact-us-form-start-mn {
    width: 100%;
    margin: auto;
}

.cnct-us-cnct-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cnct-uscnct-itp-mn {
    width: 49%;
}

.start-cnct-red {
    color: red;
}

.cnct-uscnct-itp-mn label {
    width: 100%;
    color: white;
    margin-bottom: 8px;
    font-family: 'DM Sans regulr';
}

.cnct-uscnct-itp-mn input {
    width: 100%;
    padding: 9px 15px;
    border-radius: 6px;
    border: 1px solid black;
}

.cnct-uscnct-itp-mn input::placeholder {
    font-family: 'DM Sans regulr';
}

.cnct-uscnct-itp-mn select {
    width: 100%;
    padding: 9px 15px;
    border-radius: 6px;
    border: 1px solid black;
    outline: none;
    color: gray;
}

.cnct-us-cnct-one .cnct-uscnct-itp-mn.w-full {
    width: 100%;
}

.cnct-uscnct-itp-mn textarea {
    width: 100%;
    padding: 9px 15px;
    border-radius: 6px;
    border: 1px solid black;
    height: 118px;
}

.contact-us-form-start-mn .cnctpg-submit-btm {
    width: fit-content;
    margin: auto;
}

.contact-us-form-start-mn button {
    background-color: transparent !important;
    color: white;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 16px 48px;
    font-size: 14px;
    font-family: 'Poppins rguler';
    border-radius: 100px;
    font-weight: 700;
    transition: 0.5s;
}

.contact-us-form-start-mn button:hover {
    background-color: white !important;
    color: black;
}

/* == */


.contact-us-main-conte {
    width: 100%;
    margin: auto;
    padding: 40px 0px;
    background-color: black;
}

.contact-us-main-conte h6 {
    color: white;
    font-size: 18px;
    font-family: 'Poppins rguler';
    text-align: center;
}

.contact-us-main-conte h2 {
    font-size: 45px;
    color: white;
    text-align: center;
    font-family: 'DM Sans md';
    margin: 15px 0px;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-us-three-boxes {
    width: 100%;
    margin: auto;
}

.three-contact-boxes-mn {
    width: 100%;
    margin: auto;
    margin: 45px 0px;
    display: flex;
    justify-content: space-between;
}

.three-cnct-box-one {
    padding: 30px;
    text-align: center;
    border: 1px solid white;
    border-radius: 15px;
    width: 32%;
}

.cnctbox-one-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4622%) hue-rotate(87deg) brightness(100%) contrast(109%);
    width: 35%;
}

.cnctbox-one-step p {
    text-align: center;
    font-size: 18px;
    color: #7e7e7e;
    font-family: 'Poppins blt';
    padding-top: 30px;
}

.cnctbox-headfour h4 {
    font-family: 'Poppins fiveooo';
    color: white;
    font-size: 32px;
    padding: 10px 0 15px;
}

.cnctbox-headfour p {
    color: white;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins rguler';
}

.contact-heading-main-head {
    width: 100%;
    margin: auto;
    background-color: black;
}

.contact-heading-main-head h2 {
    text-align: center;
    color: white;
    font-family: 'DM Sans blt';
    font-size: 50px;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 26%, #696767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-heading-main-head p {
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 25px 0px 35px 0px;
}

.contact-us-form-start-mn .ff-default .ff-el-form-control {
    background-color: transparent;
    color: white;
}

.contact-us-form-start-mn .ff-default .ff-el-form-control::placeholder {
    color: white;
}

.contact-us-form-start-mn select.ff-el-form-control:not([size]):not([multiple]) {
    height: unset;
}

.contact-us-form-start-mn .ff-default .ff-el-form-control:focus {
    background-color: transparent;
    border-color: white;
    color: white;
    outline: none;
}

/* == */

/* ==== contact us page End ==== */

/* ==== blog page start ==== */

.home-page-tips-advice-main.blogs-pages {
    background-color: transparent;
    padding: 0px;
}

.blog-page .tips-home-advice-body-button {
    color: black;
    border: 1px solid black;
}

.blog-pagedf-section {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.blog-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.blog-page-catagory-main {
    width: 24%;
    height: fit-content;
    padding: 30px 0px;
    background-color: black;
}

.blog-page-catagory-main h4 {
    font-size: 24px;
    color: #fff;
    padding: 0 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.blog-page-catagory-main ul {
    padding: 0px;
}

.blog-page-catagory-main ul li {
    list-style: none;
    padding: 5px 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.blog-page-catagory-main ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins rguler';
}

.blog-page .home-tips-advice-card-head h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: black;
}

.blog-page .home-page-tips-advice-sld-mn-one {
    width: 32%;
    margin: 0px;
    margin-bottom: 24px;
}

.blog-page .home-page-tips-advice-sld-mn-one .w-design-button a {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.blog-page .home-page-tips-advice-sld-mn-one .w-design-button a:hover {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

.blogpagebnr {
    padding: 80px 0px;
    background-color: transparent;
}

.blogpagebnr .blog-dtls-head h1 {
    color: black !important;
    font-size: 62px;
    text-align: center;
    font-family: 'DM Sans blt';
}

/* ==== blog page end ==== */

/* ==== blog details page start ==== */

.single-blog-image {
    padding: 24px 0px;
}

.single-blog-image img {
    width: 100%;
    height: 100%;
}

.wp-block-image.size-full {
    padding: 24px 0px;
}

.wp-block-image.size-full a {
    width: 100%;
}

.wp-block-image.size-full a img {
    width: 100%;
    height: 100%;
}

.main .single-blog-description {
    margin: 24px 0px;
}

.main .single-blog-description ul {
    margin: 12px 0px;
}

.main .single-blog-description h2 {
    margin: 24px 0px 10px 0px;
}

.main .single-blog-description p {
    margin: 12px 0px;
    font-family: 'Poppins rguler';
}

.single-blog-detail-page-main-first {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single-blog-detail-page-main {
    width: 74%;
}

.single-blog-detail-page-main-second {
    width: 24%;
    padding: 24px 0px;
}

.single-blog-detail-page-main-second .blog-page-catagory-main {
    width: 100%;
}

/* ==== blog details page End ==== */

/* ==== investor desk page changes 10-12-2024 M Start ==== */


.invester-desk-site-main {
    width: 100%;
    margin: auto;
}

.investor-dsk-page-site-all-card-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.investerdesk-page-card-section-mn {
    width: 32%;
    margin-bottom: 14px;
}

.investerdesk-page-card-section-mn img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
}

.ivestor-desk-card-mordrn-tital {
    padding: 20px 0px;
}

.ivestor-desk-card-mordrn-tital h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.ivestor-desk-card-mordrn-tital a {
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    padding: 6px 16px;
}

.ivestor-desk-card-mordrn-tital a:hover {
    color: black;
    background-color: white;
}

/* ==== investor desk page changes 10-12-2024 M End ==== */