body {
    margin: 0;
    padding: 0;
}

header {
    color: #fff;
    margin-bottom: -2rem;
    padding: 10px 0;
}

header .navbar {
    display: flex;
    box-shadow: 0px 4px 26px 0px rgba(210, 210, 210, 0.25);
    border-radius: 9px;
    background: #FFF;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .brand-logo {
    font-size: 24px;
}

header .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

header .navbar li {
    margin-right: 20px;
    padding: 14px 0;
}

header .navbar a {
    cursor: pointer;
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

header .navbar a:hover {
    color: #ffc72c;
}

header .nav-hover {
    color: #ffc72c !important;
}

header .dropdown {
    position: unset !important;
}

header .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 3;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(23, 15, 73, 0.03), 0px 10px 14px 0px rgba(74, 58, 255, 0.01);
    left: 0px;
    top: 58px;
    width: 100%;
}

.toggle-block {
    display: block !important;
}

header .menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

header .nav-inner-item-div {
    display: flex;
    justify-content: space-between;
}

header .nav-inner-items2 {
    background-color: #f5f5f9;
    width: 35%;
    position: relative;
    padding: 9rem 0px 0 32px;
}

header .nav-inner-items1 {
    padding: 51px 10px 47px 67px;
    display: flex;
    width: 65%;
    gap: 80px;
}

header .nav-row1 {
    display: flex;
    flex-direction: column;
}

header .nav-inner-item {
    display: flex;
    gap: 27px;
    align-items: center;
    margin-bottom: 33px;
}

header .nav-inner-item2img {
    position: absolute;
    right: 0;
    bottom: 0;
}

header .nav-item-disc {
    color: #363535;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.5px;
    padding-bottom: 20px;
}

header .nav-item-head {
    color: #363535;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 22px;
}

.request-call-btn,
.quote a {
    /* color: #FFF !important; */
    /* font-size: 13px; */
    /* font-weight: 500; */
    /* line-height: normal; */
    /* border-radius: 28.048px; */
    /* background: #ffc72c; */
    /* padding: 5px 18px; */
}

header .quote a {
    /* padding: 10px 18px; */
}

header .sticky-nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 9999999;
}

@media screen and (min-width:1000px) {
    header .dropdown:hover .dropdown-content {
        display: block;
    }
    .service-drop-head {
        position: relative;
    }
    .service-drop-head:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        right: 0%;
        background: transparent;
        bottom: -16px;
    }
}

@media screen and (max-width: 999px) {
    header .navbar ul {
        /* display: none; */
        flex-direction: column;
    }
    header .navbar li {
        border-bottom: 1.2px solid rgba(0, 0, 0, .1);
        padding: 14px 3px 14px 6px;
    }
    .quote {
        border: none !important;
        margin-top: 18px;
    }
    header .menu-toggle {
        display: block;
        position: fixed;
        right: 18px;
        top: 18px;
        z-index: 9999999;
    }
    header .menu-toggle i {
        color: #000;
    }
    header .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .navbar {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    header .nav-inner-items2 {
        display: none;
    }
    header .nav-inner-items1 {
        padding: 10px;
        width: 100%;
        gap: 0;
        flex-direction: column;
        overflow: scroll;
        height: 100vh;
    }
    header .dropdown-content {
        position: relative;
        top: 4px;
        box-shadow: none;
    }
    header .navbar {
        justify-content: unset;
        box-shadow: none;
    }
    header .navbar ul {
        height: 93vh;
        overflow: scroll;
        position: absolute;
        background: #ffffff;
        z-index: 999;
        width: 103%;
        left: 0;
        padding-left: 20px;
        transition: all 1s ease;
        transform: translate(1000px, 46px);
        gap: 0;
    }
    .transform-nav {
        transform: translate(0px, 46px) !important;
    }
    header *::-webkit-scrollbar {
        display: none !important;
    }
}

@media screen and (max-width: 999px) and (min-width:700px) {
    header .navbar ul {
        height: 489px;
        overflow: scroll;
    }
    header .menu-toggle {
        right: 101px;
    }
    header .nav-inner-items1 {
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
    header .dropdown:hover .dropdown-content {
        width: 100%;
        box-shadow: none;
    }
    header .navbar ul {
        width: 100%;
        border-radius: 10px;
    }
}

.mobile-screen-nav {
    display: none;
}

@media screen and (max-width: 700px) {
    .get-a-qoute,
    .mobile-get-in-touch,
    .side-get-in-touch {
        display: none !important;
    }
    .mobile-screen-nav {
        display: block;
        border: none !important;
        padding-top: 3rem !important;
    }
    li.quote {
        display: none;
    }
    header .nav-item-head {
        color: #363535;
        font-size: 26px;
        font-weight: 600;
        line-height: 35px;
        padding-bottom: 6px;
    }
}

.float-hs-calender {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 50px;
    opacity: 1;
    border-radius: 50px;
    text-align: center;
    z-index: 9;
    background: #ffc72c;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none !important;
}

.float-hs-embed-cta {
    position: fixed;
    bottom: 74px;
    right: 70px;
    z-index: 9;
    border-radius: 10px;
    /* border:2px solid #ffc72c; */
    overflow: hidden;
    display: none !important;
}

.float-hs-calender img {
    margin: 0;
}

@keyframes blinkCTa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.banner {
    background-image: url(/images/mobile/banner-bg.webp);
    background-size: cover;
}

.portfolio-area {
    width: fit-content;
}

.our-portfolio {
    height: auto;
    width: 214px;
    margin-bottom: 01rem;
}

.banner-img {
    /* background-image: url(/'/assets/images/banner-color.webp'); */
    background-size: 124%;
    background-position: 27%;
    position: relative;
}

.banner-img:before {
    background: radial-gradient(64.88% 50% at 50% 50%, #D0CEF5 0%, rgba(249, 239, 233, 0) 87.8%);
    content: '';
    position: absolute;
    /* background: radial-gradient(64.88% 50% at 50% 50%, #D0CEF5 0%, rgba(249, 239, 233, 0) 87.8%); */
    height: 500px;
    z-index: -1;
    width: 245px;
    right: -8px;
    bottom: -35px;
    display: none;
}

.banner-img img {
    max-width: 770.01px;
    position: relative;
}

.banner {
    overflow: hidden;
}

.banner-img:after {
    display: none;
    background: radial-gradient(64.88% 50% at 50% 50%, #EEBDDB 0%, rgba(249, 239, 233, 0) 87.8%);
    content: '';
    position: absolute;
    /* background: radial-gradient(64.88% 50% at 50% 50%, #D0CEF5 0%, rgba(249, 239, 233, 0) 87.8%); */
    height: 500px;
    z-index: -1;
    width: 520px;
    left: 27px;
    top: 105px;
}

.hiddenss {
    opacity: 0;
    transition: opacity 0.3s;
}

/* spaces remove */

@media screen and (min-width: 1300px) {
    .section {
        padding: 25px 0;
    }
    .section1 {
        padding: 17px 0 0;
    }
    .key-element-h2 h2 {
        margin-bottom: 0px;
    }
    .contact-section {
        padding: 0px 0 340px;
    }
}

.visible-md {
    display: none;
}

.hidden-md {
    display: block;
}

#topnav {
    z-index: 9999999;
}

/* spaces removed */

@media (max-width: 999px) {
    .visible-md {
        display: block;
    }
    .hidden-md {
        display: none;
    }
    .portfolio-area {
        width: 51%;
    }
    .banner {
        background-image: url(/images/mobile/banner-bg-m.webp);
        background-size: cover;
    }
}



#toTopBtn {
    display: none !important;
}

@media (min-width:700px) and (max-width:999px) {
    .free-consultation-btn {
        font-size: 12px !important;
    }
    .agile-client .owl-carousel .owl-stage {
        margin-left: 82px;
    }
    .Expertise.Realize-business {
        padding-left: 0rem !important;
        padding-top: 15px;
    }
    .feature-box-image {
        margin-left: 0%;
        display: block;
    }
    .review-slide p {
        font-size: 16px;
        line-height: 30px;
    }
    .Expertise>p {
        width: 100%;
    }
}

@media (max-width:700px) {
    .serv-desktop {
        display: none;
    }
    .heading-text h2 {
        margin-top: 15px;
    }
    .see-all-blog {
        display: none;
    }
    .faq-desktop {
        display: none;
    }
    .agile-client .owl-dots {
        display: none;
    }
    .free-consultation-btn {
        font-size: 16px !important;
        padding: 12px 8px !important;
    }
    .hidden-xs {
        display: none;
    }
    .section {
        padding: 25px 0;
    }
    .section.index-brand-slider.pb-05 {
        padding: 0 0;
    }
    .section1.mobile-section .mb-5 {
        margin-bottom: 0rem !important;
    }
    .section1 {
        padding: 0px 0 0;
    }
    .contact-section {
        padding: 0px 0 0;
    }
    .faq-slider-m .owl-stage {
        margin-left: 42rem;
    }
    .blog-detail img:not(.read-more img) {
        width: 100% !important;
        height: auto;
    }
    .blog-detail {
        background: #ffffff;
        box-shadow: 0px 8.32063px 16.6413px rgba(221, 226, 255, 0.35);
        border-radius: 20px;
        height: auto;
        padding-bottom: 1rem;
    }
    .show-all-mobile {
        background: #ffc72c;
        border-radius: 6px;
        font-weight: 450;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        padding: 14px;
        position: relative;
        margin: auto;
        display: block;
        top: 45px;
        width: fit-content;
    }
    .read-more {
        position: relative;
    }
    .read-more:after {
        content: url(/images/blue-arrow.webp);
        position: absolute;
    }
    p.read-more {
        color: #ffcd43;
    }
    .blog-detail h5 {
        font-size: 18px;
        line-height: 28px;
        padding-inline: 15px;
    }
    .blog-detail p {
        font-size: 15px;
        line-height: 28px;
        padding-inline: 8px;
    }
}

@media screen and (max-width:390px) {
    .service-sa {
        padding: 8px !important;
    }
    .faq-slider-m .owl-stage {
        margin-left: 38rem;
    }
}

@media (max-width:380px) {
    .free-consultation-btn {
        font-size: 14px !important;
    }
    .service-sa {
        padding: 2px !important;
    }
}

@media (max-width:320px) {
    .free-consultation-btn {
        font-size: 12px !important;
    }
}

/* New section CSS */

@font-face {
    font-family: CircularStdBold;
    font-display: swap;
    src: url(../assets/fonts/CircularStdBold.ttf);
}

@font-face {
    font-family: CircularStdRegular;
    font-display: swap;
    src: url(../assets/fonts/circularstd-book.otf);
}

@font-face {
    font-family: CircularStdMedium;
    font-display: swap;
    src: url(../assets/fonts/circularstd-medium.otf);
}

@font-face {
    font-family: CircularStdLight;
    font-display: swap;
    src: url(../assets/fonts/CircularStd-Light.woff);
}

.text-highlight {
    color: #ffc72c !important;
}

.section-four .container {
    background-image: url(/images/mobile/banner-bg.webp);
    height: auto;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-position: 25% 10px;
    position: relative;
}

.section-four .service-discription {
    padding-top: 2rem;
    position: relative;
    left: 19%;
}

.section-four .service-discription h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #070910;
}

.section-four .service-discription p {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    font-family: CircularStdLight !important;
    color: #a7ad82;
    width: 397px;
}

.circle-link {
    position: relative;
}

.main-circle-box {
    position: absolute;
    right: 1rem;
    top: 0rem;
}

.circle {
    border-radius: 50%;
    background-color: #ffc72c;
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    top: 141px;
    right: 120px;
    animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.circle-btn .text-highlight {
    color: #ffcd43 !important;
    font-family: CircularStdMedium !important;
}

.service-boxs p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #070910;
}

.circle-btn {
    position: absolute;
    right: 0rem;
    width: 11rem;
    top: 11rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    z-index: 99;
    font-family: CircularStdLight !important;
}

@keyframes scaleIn {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

.section-four .col-lg-3 {
    max-width: 20%;
}

.section-four .row {
    width: 80%;
    margin: auto;
}

.service-boxs {
    margin-bottom: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(221, 226, 255, 0.39);
    border-radius: 20px;
}

.service-boxs img {
    width: 70px;
    margin-bottom: 1rem;
}

.section-four {
    overflow-x: hidden;
}

.service-boxs:hover {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.service-boxs {
    cursor: pointer;
}

.service-boxs:hover p {
    color: #ffffff !important;
}

.hover-1:hover {
    background-color: #f5808b;
    color: #ffffff;
}

.hover-01:hover {
    background-color: #46d39a;
}

.hover-2:hover {
    background-color: #61dafb;
}

.hover-3:hover {
    background-color: #c6237f;
}

.hover-4:hover {
    background-color: #44d1fd;
}

.hover-5:hover {
    background-color: #f4d978;
}

.hover-6:hover {
    background-color: #7398e1;
}

.hover-7:hover {
    background-color: #50defd;
}

.hover-8:hover {
    background-color: #f37228;
}

.hover-9:hover {
    background-color: #a64cf9;
}

.hover-10:hover {
    background-color: #5dd6d8;
}

.hover-11:hover {
    background-color: #47bb78;
}

.hover-12:hover {
    background-color: #4757e4;
}

.hover-13:hover {
    background-color: #f0529e;
}

.section-four {
    padding-bottom: 5rem;
}

.service-boxs p {
    font-size: 14px;
}

.recognized {
    margin-top: 76px;
}

.award-left {
    background-image: url("/images/award-bg.webp");
    background-repeat: no-repeat;
    position: relative;
    height: 480px;
    width: 520px;
}

.awards div {
    position: relative;
}

.awards div p {
    position: absolute;
    bottom: 74px;
    left: 48px;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    color: #a7ad82;
    font-family: CircularStdLight !important;
}

.awards {
    position: absolute;
}

.awwwards {
    left: -8rem;
    top: 3rem;
}

.german-design {
    right: 0rem;
    top: 5rem;
}

.startup-peru {
    bottom: -9rem;
    left: 2rem;
}

.awards-sec {
    display: flex;
    justify-content: left;
}

.award-right {
    position: relative;
    width: 23%;
}

.css-desgin {
    bottom: -4rem;
}

.undefiend {
    right: -15rem;
}

.industry-slider-d {
    margin: auto;
    transform: translate(6rem);
}

.nominated {
    height: 1080px;
}

.industry-disc h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #070910;
    font-family: CircularStdRegular !important;
}

.industry-disc p {
    font-weight: 450;
    font-size: 24px;
    line-height: 36px;
    color: #a7ad82;
    width: 80%;
    margin: 25px 0px 30px 0px;
    font-family: "CircularStdRegular" !important;
}

.industry-slider-d {
    display: block;
}

.industry-slider-m {
    display: none;
}

.review h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #070910;
    margin-bottom: 60px;
    font-family: CircularStdRegular !important;
    padding-bottom: 94px;
}

.blog-head {
    display: flex;
    justify-content: space-between;
}

.blog-disc p {
    width: 70%;
    color: #a7ad82;
    margin: 24px 0px 70px 0px;
    font-weight: 450;
    font-size: 20px;
    line-height: 34px;
}

.blog1,
.blog2 {
    padding-top: 0px;
}

.faq-slider-m-container {
    display: none;
}

.blog-detail h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #070910;
    margin: 30px 0px 22px 0px;
}

.blog-detail img:not(.read-more img) {
    width: 100%;
    height: 283px;
    object-fit: cover;
    border-radius: 20px;
}

.post-desc1 {
    font-weight: 450;
    font-size: 18px;
    line-height: 27px;
    color: #a7ad82;
    margin-bottom: 18px;
}

.blog-link:hover {
    color: initial;
    text-decoration: none;
}

.read-more {
    line-height: 34px;
    color: #ffcd43 !important;
}

.blog-section {
    background-color: #f3f0ff;
    /* Adjust the background color for better contrast */
    padding: 120px 0px 63px 0px;
}

.user-info p {
    font-weight: 450;
    font-size: 12px;
    line-height: 14px;
    color: #a7ad82;
    font-family: CircularStdMedium !important;
}

.review-slide h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #070910;
    margin-bottom: 28px;
    position: relative;
    font-family: CircularStdRegular !important;
}

.user {
    display: flex;
    height: auto;
    padding: 30px 0px 35px 0px;
}

.user i {
    color: #fdd058;
}

.review-slide .user-img {
    height: 72px;
    width: 72px !important;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
    margin-right: 1rem;
}

.review-slide p {
    font-weight: 450;
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    color: #a7ad82;
}

#review-slicks-m .owl-nav,
#review-slicks-m .owl-dots {
    display: none;
}

.review-slide {
    background: #ffffff;
    box-shadow: 0px 10px 50px rgba(221, 226, 255, 0.33);
    border-radius: 20px;
    padding: 33px 35px 0px 35px;
    height: 369px;
}

.review {
    background-image: url(/images/review-bg.webp);
    height: auto;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-position: 50% 222px;
}

.owl-item.active.center .review-slide {
    height: 410px;
    transform: translate(0px, -21px);
}

#review-slicks-m .owl-stage {
    padding: 27px 0px;
    transition: all 2s ease !important;
}

.user h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
    margin: 0;
    font-family: CircularStdRegular !important;
}

.review-slick::after {
    content: "";
    background: white;
    height: 100%;
    width: 13%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.review-slick::before {
    content: "";
    background: white;
    height: 100%;
    width: 13%;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    opacity: 0.5;
}

.banner-content {
    padding-left: 237px;
}

.review-slide h3::after {
    position: absolute;
    content: url(/images/quotes.svg);
    top: 0.7rem;
    margin-left: 0.3rem;
}

h1 {
    font-family: CircularStdBold !important;
    font-weight: 900;
    color: #070910;
    font-size: 50px;
    line-height: 65px;
}

.banner-disc {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    font-family: CircularStdMedium !important;
    color: #a7ad82;
}

.google-review {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #070910;
    margin-bottom: 0rem;
    font-family: CircularStdMedium !important;
}

.portfolio-btn {
    background: #070910;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 16px;
    margin-right: 0.5rem;
    color: #ffffff;
    font-size: 18px;
    font-family: CircularStdMedium !important;
}

.book-btn {
    background: #ffc72c;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 16px;
    color: #ffffff;
    font-size: 18px;
    font-family: CircularStdMedium !important;
}

.review {
    padding-top: 100px;
    padding-bottom: 76px;
}

.banner {
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner .row {
    align-items: center;
}

.banner-disc {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.google-review {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #070910;
    margin-bottom: 0rem;
}

.google-disc {
    font-family: CircularStdLight !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #7f85a7;
}

.google-box {
    display: flex;
    align-items: center;
}

.portfolio-btn {
    background: #070910;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 16px;
    margin-right: 0.5rem;
    color: #ffffff;
}

.book-btn {
    background: #ffc72c;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 16px;
    color: #ffffff;
}

.banner a:hover {
    color: #ffffff;
    text-decoration: none;
}

.service-bg {
    margin-top: 5rem;
    background-image: url("/images/index-bg1.webp");
    padding: 5rem 0; 
    background-repeat: no-repeat;
}

.service-bg h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
}

.service-bg p {
    font-weight: 450;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
}

.section-four .container {
    background-image: url(/images/bg.webp) !important;
    height: auto;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-position: 25% 10px;
    position: relative;
}

.achieve-box {
    color: #333333;
    /* Change text color to a darker shade for better contrast */
    text-align: center;
    background: #89e4f3;
    /* Adjust the background color to a lighter or darker shade */
    border: 1px solid #acf0ff;
    box-shadow: 0px 10px 40px rgba(80, 222, 253, 0.2);
    border-radius: 20px;
    height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.number {
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #ffffff;
}

.number-disc {
    font-weight: 450;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.section-three .row {
    width: 50%;
    margin: auto;
    margin-top: 8rem;
}

.blog-head h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    font-family: "CircularStdBold" !important;
}

.blog-head p {
    font-weight: 450;
    font-size: 20px;
    line-height: 34px;
    color: #a7ad82;
}

.blog-head a {
    color: #ffc72c;
}

.owl-item.active.center .review-slide h3 {
    font-size: 26px;
    line-height: 31px;
}

.owl-item.active.center .user-info p {
    font-size: 18px;
    line-height: 32px;
}

.owl-item.active.center .user h4 {
    font-size: 18px;
    line-height: 22px;
}

.owl-item.active.center .review-slide p {
    font-size: 18px;
    line-height: 32px;
}

@media screen and (min-width:1500px) {
    .industry-slider-d {
        margin-right: 6rem;
    }
}

@media screen and (min-width: 1600px) {
    .industry-slider-d {
        margin-right: 6rem;
        margin: auto;
        transform: translate(6rem);
    }
    .service-boxs p {
        font-size: 18px;
    }
    .section-four .row {
        width: 93%;
    }
    .section-four .row::placeholder {
        width: 100%;
    }
}

@media screen and (max-width:2000px) {
    .banner-img img {
        max-width: 90% !important;
    }
}

@media screen and (max-width:1680px) {
    .banner-content {
        padding-left: 110px;
    }
}

@media screen and (max-width:1540px) {
    .review-slide {
        height: 398px;
    }
    .owl-item.active.center .review-slide {
        height: 440px;
    }
    .banner-img img {
        max-width: 667.01px;
    }
    .section-three .row {
        width: 60%;
    }
}

@media screen and (max-width:1440px) {
    .banner-img img {
        max-width: 816px;
    }
    .banner-img:before {
        right: -37px;
        bottom: -105px;
    }
    .banner-img:after {
        top: 35px;
    }
    h1 {
        font-size: 47px;
        line-height: 60px;
    }
    .section-three .row {
        width: 66%;
    }
    .review-slide {
        height: 427px;
    }
    .owl-item.active.center .review-slide {
        height: 470px;
    }
}

@media screen and (max-width:1370px) {
    h1 {
        font-size: 42px;
        line-height: 51px;
    }
    .review-slide {
        height: 408px;
    }
    .owl-item.active.center .review-slide {
        height: 504px;
    }
}

@media screen and (max-width:1030px) {
    h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .review-slide p {
        font-size: 11px;
        line-height: 26px;
    }
    .owl-item.active.center .review-slide p {
        font-size: 14px;
        line-height: 30px;
    }
    .portfolio-btn,
    .book-btn {
        font-size: 12px;
    }
    .banner-content {
        padding-left: 42px;
    }
    .banner-img img {
        max-width: 427px;
    }
    .owl-item.active.center .client-img {
        width: 100px;
        height: auto;
    }
    .index-brand-slider {
        padding: 30px 0;
    }
    .service-bg h3 {
        font-size: 32px;
        line-height: 51px;
    }
    .service-bg p {
        font-size: 16px;
        line-height: 28px;
    }
    .section-three .row {
        width: 85%;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media screen and (max-width: 999px) and (min-width:700px) {
    body::-webkit-scrollbar {
        display: none;
    }
    .banner-img img {
        width: 100%;
        max-width: 100%;
    }
    .banner {
        height: 117vh;
        align-items: center;
    }
    .section-four .row {
        width: 96%;
    }
    .section-four .service-discription p br {
        display: none;
    }
    .section-four .service-discription p {
        width: 44%;
    }
    .main-circle-box {
        top: -1.3rem;
    }
    .contact-section {
        padding: 100px 0 340px;
        position: relative;
    }
    .contactus-lower-imgaes {
        position: absolute !important;
    }
    .service-boxs {
        height: 188px;
        width: 127px;
    }
    .service-boxs p {
        font-size: 12px;
        line-height: 19px;
    }
    .nominated {
        height: 1351px;
    }
    .undefiend {
        right: -4rem;
    }
    .industry-slider-d {
        transform: none;
    }
    .awwwards {
        left: -3rem;
    }
    .css-desgin {
        bottom: -9rem;
        left: -8rem;
    }
}

@media screen and (max-width: 999px) {
    .our-servie-m-slider {
        display: none;
    }
    .visible-md.service-sa {
        display: none;
    }
    .number {
        font-size: 48px;
    }
    .section-three .row {
        width: 98%;
    }
    .service-bg h3 br,
    .service-bg p br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .section-four .container {
        max-width: 100% !important;
    }
    .review-slide p {
        font-size: 15px;
        line-height: 26px;
    }
    .review-slide h3 {
        font-size: 18.1493px;
        line-height: 22px;
    }
    .user h4 {
        font-size: 14px;
        line-height: 15px;
    }
    .user p {
        font-size: 12px;
        line-height: 15px;
        padding: 4px 0px 6px 0px;
    }
    .banner-img img {
        max-width: 100% !important;
    }
    .service-slider-desktop {
        display: none;
    }
    .service-sa {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 21px;
        padding: 24px;
        margin-top: 5rem;
    }
    .banner-content {
        padding-left: 0px;
    }
    .achieve-box p {
        font-size: 15px;
        line-height: 21px;
    }
    .blog-disc p {
        width: 100%;
        margin: 12px 0px 30px 0px;
        font-size: 15px;
        line-height: 30px;
    }
    .blog-head h2 {
        font-size: 30px !important;
        line-height: 45px !important;
    }
    .service-bg p {
        font-size: 15px;
        line-height: 28px;
        font-family: "CircularStdLight" !important;
    }
    .service-bg {
        margin-top: 1rem;
    }
    .service-bg h3 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 40px;
    }
    .faq-slider-m-container {
        display: block;
    }
    .achieve-box {
        width: 100%;
        height: 160px;
        padding: 27px 23px;
    }
    .number {
        font-size: 42px;
        line-height: 49px;
    }
    .banner {
        height: auto;
        display: block;
        padding-bottom: 4rem;
    }
    #review-slicks-m .owl-dots {
        display: block;
    }
    .review-slide {
        height: 391px;
    }
    .review {
        background-size: 92% 23%;
    }
    .review h2 {
        padding-bottom: 40px;
    }
    .review-slick::after,
    .review-slick::before {
        position: relative;
    }
    .industry-slider-d {
        display: none;
    }
    .industry-slider-m {
        display: block;
    }
    body::-webkit-scrollbar {
        display: none;
    }
    .section-four .row {
        width: auto;
        margin-left: 30px;
    }
    .section-four .service-discription p {
        width: 100%;
    }
    .main-circle-box {
        display: none;
    }
    .section-four .service-discription {
        left: 0;
        padding-inline: 20px;
        padding-top: 0rem;
    }
    .section-four .service-discription p br {
        display: none;
    }
    .section-four .service-discription p {
        font-size: 15px;
        line-height: 30px;
    }
    .section-four .service-discription h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .section-four .owl-theme .owl-nav {
        display: none;
    }
    .section-four .owl-theme .owl-dots {
        display: block;
    }
    .section-four {
        padding-bottom: 3rem;
    }
    .industry-disc h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .container:not(.benefits .container) {
        max-width: 100%;
    }
    .industry {
        margin-top: 53px;
        padding: 0;
    }
    .industry-disc h2 br,
    .industry-disc p br {
        display: none;
    }
    .awards {
        position: initial;
    }
    .awards-sec .owl-carousel .owl-item img {
        width: 248px !important;
    }
    .awards div p {
        bottom: 57px;
    }
    .award-left {
        background-image: url(file:///E:/d3t43dynlnxdoh.cloudfront.netassets/images/award-bg.webp);
        background-repeat: no-repeat;
        position: relative;
        height: 175px;
        width: 520px;
        border-radius: 11px;
    }
    .awards-sec .owl-dots {
        display: block;
        position: absolute;
        left: 32%;
    }
    .industry-slider-m {
        height: 329px;
    }
    .industry-disc p {
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
    .industry-slider-m .owl-stage {
        margin-left: -77px;
    }
    .industry-slider-m .item {
        position: relative;
    }
    .industry-slider-m .owl-item img {
        width: 100% !important;
    }
    .industry-slider-m p {
        position: absolute;
        bottom: 81px;
        left: 53px;
    }
    .industry-slider-m .owl-nav {
        display: none;
    }
    .industry-slider-m .owl-dots {
        display: block;
    }
    button.owl-dot.active {
        border-radius: 50%;
        width: 23px;
        height: 22px;
        background: rgba(254, 225, 61, 0.2);
    }
    button.owl-dot.active span {
        background-color: #ffcd43 !important;
    }
    .nominated {
        height: 850px;
    }
}

@media only screen and (max-width: 400px) {
    .review-slide {
        height: 436px;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-btn a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 375px) {
    .service-sa {
        grid-gap: 12px;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 370px) {
    .service-boxs {
        height: 193px;
    }
    .industry-slider-m p {
        bottom: 62px;
        left: 46px;
    }
    .review-slide {
        height: 486px;
    }
    .faq-slider-m .owl-stage {
        margin-left: 35rem;
    }
    .review-slide p {
        font-weight: 450;
        font-size: 14px;
        line-height: 27px;
    }
    .number {
        font-size: 33px;
    }
}

@media only screen and (max-width: 320px) {
    .portfolio-btn,
    .book-btn {
        font-size: 11px;
        margin-right: 0;
    }
    .faq-slider-m .owl-stage {
        margin-left: 31rem;
    }
    .banner-img img {
        max-width: 100%;
    }
    .review-slide {
        height: 542px;
    }
    .industry-slider-m .owl-stage {
        margin-left: -54px;
    }
}

.Realize-business {
    padding-bottom: 20px;
}

/* My styles start from here */

a {
    color: #ffcd43;
    /* Change to a darker color for better contrast */
    text-decoration: none;
    /* Add underlines to indicate links */
    background-color: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
    /* Remove underlines on hover and focus for better readability */
    color: #ffcd43;
    /* Change color back to the original on hover/focus */
}

.achivebgone {
    background-color: #0088a0;
    /* Example of a darker turquoise shade for better contrast */
    color: #fff;
    /* Set text color to white for higher contrast */
}

.achivebgtwo {
    background-color: #FD9E59;
    /* Background color remains the same */
    color: #FFF;
    /* Change the text color to white for better contrast */
}

.achivebgthree {
    background-color: #48D39B;
    /* Background color remains the same */
    color: #ffffff;
    /* Change the text color to white for better contrast */
}

.achivebgfour {
    background-color: #F5808B;
    color: #FFF;
    /* For example, change the text to a lighter color for better contrast */
}

.achivebgfive {
    background-color: #50DEFD;
}

.achivebgsix {
    background-color: #FD9E59;
}

.achivebgseven {
    background-color: #48D39B;
}

.achivebgeight {
    background-color: #F5808B;
}

.bg-white {
    background-color: #fff;
}

.bg-offwhite {
    background-color: #ffffff;
    /* A slightly off-white background color that might improve contrast with text */
}

.bg-section-one {
    background-image: url(/images/wsps-bg.png);
    background-size: cover;
}

/* .bg-section-two{
background-image: url(/images/slider-1.webp);

} */

.bg-section-three {
    background-image: url(/images/slider-1.png);
}

.bg-section-four {
    background-image: url(/images/alpha-bg.png);
    background-size: cover;
}

.bg-section-five {
    background-image: url(/images/game-bg.png);
    background-size: cover;
}

.bg-section-six {
    background-image: url(/images/game-bg.png);
    background-size: cover;
}

.bg-section-seven {
    background-image: url(/images/Powering-bg.png);
    background-size: auto;
}

.bg-section-eight {
    background-image: url(/images/game-bg.png);
    background-size: cover;
}

.bg-section-nine {
    background-image: url(/images/maxsold-bg.png);
    background-size: cover;
}

.bg-section-ten {
    background-image: url(/images/Dyna-bg.png);
    background-size: cover;
}

@media screen and (max-width:600px) {
    section {
        margin-bottom: 30px !important;
    }
    .hidden-md-sm,
    .client-section-image,
    .client-section-image1,
    .client-section-image2,
    .client-section-image4,
    .client-section-image5,
    .client-section-image6,
    .client-section-image7,
    .client-section-image8 {
        display: none !important;
        margin-bottom: 20px;
    }
}

.cta_flex {
    display: flex;
    gap: 10px;
}

.lazyloadbg {
    background: #f3f3f3 !important;
    width: 100%;
    height: 300px;
    display: block;
}
