* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

nav.navbar a img {
    width: 208px;
}

.transparent-bg {
    background-color: transparent;
}

[class*="flaticon"] {
    display: inline-flex;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.text-btn {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9rem;
    padding: 0.75rem 1.87rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

a:focus {
    outline: none;
}

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

.owl-next,
.owl-prev {
    opacity: 1;
    transition: all 0.3;
}

.owl-next:hover {
    opacity: 0.6;
    transition: all 0.3;
}

.owl-prev:hover {
    opacity: 0.6;
    transition: all 0.3;
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    transition: all 0.3s ease;
    padding: 25px 0 25px;
    background: #222325;
}

.header.sticky {
    position: fixed;
    top: 0;
    padding: 25px 0 25px;
}

.header.header-style-one.sticky {
    background: #222325;
}

.header .main-menu ul {
    display: none;
}

@media screen and (min-width: 1200px) {
    .header .main-menu ul {
        display: inline-block;
    }
}

.header .main-menu li {
    display: inline-block;
    position: relative;
}

.header .main-menu li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 300;
    position: relative;
    margin-right: 65px;
}

.header.header-style-one .main-menu li a {
    color: #ffffff;
}

.header .button {
    display: none;
}

@media screen and (min-width: 992px) {
    .header .button {
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .header .button {
        margin-right: 0;
    }
}

@media screen and (min-width: 576px) {
    .header .button {
        display: inline-block;
    }
}

.header .button a {
    border: 1.5px solid #ffffff;
}

@media screen and (min-width: 576px) {
    .header .button a {
        padding: 0;
        font-size: 16px;
        width: 158px;
        height: 50px;
    }
}

.header .toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
}

@media screen and (min-width: 1200px) {
    .header .toggler-menu {
        display: none;
    }
}

.header .toggler-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
}

/*--------------------------------------------------------------
    [ ## Menu ]
--------------------------------------------------------------*/
.header .mobile-menu {
    position: fixed;
    top: 0;
    left: -380px;
    background-color: #f6f6f6;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 375px;
    z-index: 1024;
    transition: ease all 0.35s;
    overflow-y: auto;
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.05);
}

.header .mobile-menu .menu-header {
    padding: 22.5px 15px;
}

.header .mobile-menu .close-menu {
    position: absolute;
    right: 3px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: ease all 0.35s;
}

.header .mobile-menu.is-menu-open {
    left: 0;
}

.header .mobile-menu.is-menu-open .close-menu {
    opacity: 1;
    visibility: visible;
}

.header .mobile-menu .menu ul {
    display: block;
    padding: 0 1rem;
}

.header .mobile-menu .menu ul li {
    padding: 0;
}

.header .mobile-menu .menu ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0.5rem 0.8rem 0;
    color: #222325;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(41, 41, 41, 0.15);
    position: relative;
}

.header .mobile-menu .buttons {
    text-align: center;
    padding: 0.5rem 0 1.5rem;
}

.header .mobile-menu .buttons button {
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0.5rem 1.87rem;
    border: 2px solid #000000;
}

.header .mobile-menu .menu-footer {
    padding: 2.2rem 0;
}

.header .mobile-menu .menu-footer .social-media a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ececec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #292929;
    font-size: 0.9rem;
    transition: all 0.3s;
}

@media screen and (min-width: 1200px) {
    .header .mobile-menu {
        display: none;
    }
}

.header.header-style-one .menu-header {
    background: #222325;
}

i.flaticon-right-arrow-2 {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
}

a:hover {
    color: #fbf6f6;
}

/* custom css start */
.font-70 {
    font-size: 70px;
}

.font-60 {
    font-size: 60px;
}

.font-52 {
    font-size: 52px;
}

.font-50 {
    font-size: 50px;
}

.font-22 {
    font-size: 22px;
}

.font--22 {
    font-size: 22px;
}

.font-30 {
    font-size: 30px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.btn-round-25 {
    border-radius: 25px;
}

.text-light-gray {
    color: #9c9797;
}

.white-text {
    color: #fbf6f6;
}

.dark-text {
    color: #222325;
}

.dark-text-80 {
    color: rgba(34, 35, 37, 80%);
}

.dark-text-70 {
    color: rgba(34, 35, 37, 70%);
}

.dark-text-60 {
    color: rgba(34, 35, 37, 60%);
}

.dark-text-50 {
    color: rgba(29, 38, 58, 50%);
}

.side-padd {
    padding: 0 100px;
}

.dark-bg {
    background: #222325;
}

.section-padd {
    padding: 130px 0;
}

.section-second-padd {
    padding: 168px 0;
}

/* section build css start */
.section-build {
    background: #222325;
    padding: 222px 0 130px;
    border-bottom: 1px solid rgba(255, 255, 255, 10%);
}

.build-right img {
    width: 100%;
    mix-blend-mode: lighten;
}

.build-left>h1 {
    margin-bottom: 30px;
}

.section-build-bottom {
    padding: 65px 0;
    background: #222325;
}

.build-bottom-logo {
    padding: 0 100px;
}

/* section build css end */

/* section who css start */
.section-who {
    padding: 229px 0;
    background: #dbdbdb;
}

.section_packages {
    padding: 130px 0;
}

.who-content>span {
    margin-bottom: 50px;
    display: block;
    font-size: 22px;
}

.who-content>h2 {
    width: 100%;
    margin: 0 auto;
}

.who-content>h2>span {
    font-size: 60px;
}

/* section who css end */

/* section expertise css start */

.section-expertise>.container> :nth-child(-n + 1) {
    margin-bottom: 100px;
}

.section-expertise>.container> :nth-child(-n + 1)> :nth-last-child(-n + 1)>p {
    width: 70%;
    margin-left: auto;
}

.expertise-box {
    border-radius: 10px;
    padding: 29px 28px 29px 31px;
    background: #dbdbdb;
    height: 100%;
}

.expertise-box:hover {
    background: rgba(219, 219, 219, 50%);
}

.expertise-box>div>img {
    margin-right: 28px;
}

.section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 8) {
    margin-top: 40px;
}

.expertise-content>h4 {
    margin-bottom: 15px;
}

/* section expertise css end */

/* section chain css start */
.section-chain {
    background: #dbdbdb;
}

.section-chain>.container>h3 {
    margin-bottom: 40px;
    width: 50%;
}

.section-chain>.container>p {
    margin-bottom: 50px !important;
    width: 90%;
}

.chain-left-content h4 {
    margin-bottom: 25px;
}

.chain-left> :nth-last-child(-n + 1) {
    margin-top: 66px;
}

.chain-right {
    padding: 45px;
    background: #ffffff;
    border-radius: 10px;
}

.chain-right h4 {
    margin-bottom: 25px;
}

.chain-right p {
    margin-bottom: 41px;
}

.chain-right> :nth-last-child(-n + 1)>p {
    margin-right: 16.5px;
}

.chain-left>div>img {
    margin-right: 30px;
}

.chain-right> :nth-last-child(-n + 1)>p {
    font-size: 18px;
}

/* section chain css end */

/* section chain copy css start */
.section-chain-copy {
    background: #ffffff;
}

.section-chain-copy>.container> :nth-child(-n + 1) {
    margin-bottom: 41px;
}

.chain--box {
    padding: 10px 10px 0px;
}

.chain--box>div>p:not(:last-child) {
    margin-right: 48px;
}

.chain--box>div:not(:last-child) {
    margin: 30px 0;
}

.chain-border {
    border-top: 1px solid rgba(34, 35, 37, 10%);
    margin: 15px 0;
    position: relative;
}

.chain-border::before {
    content: "";
    background: #3f3f3f;
    width: 60px;
    position: absolute;
    height: 1px;
    left: 0;
    top: -1px;
    transition: all 1s ease;
}

.chain--box:hover .chain-border::before {
    width: 100%;
    transition: all 1s ease;
}

.chain--box>p {
    margin-bottom: 20px;
}

.chain--box> :nth-last-child(-n + 1)>p {
    margin-right: 16.5px;
    font-size: 18px;
}

.chain--box--two {
    margin-top: 100px;
}

.chain--box> :nth-child(2)>p {
    font-size: 18px;
}

/* section chain copy css end */

/* section story start */
.section-story {
    background: #dbdbdb;
}

.story-part h3 {
    margin-bottom: 31px;
}

.story-part p {
    width: 65%;
    margin: 0 auto 51px;
}

.story-image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.story-img-content {
    width: 780px;
    padding: 44px 37px;
    background: #ffffff;
    border-radius: 0 40px 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-story>.container> :nth-last-child(2) {
    margin: 0px 0 128px;
}

.story-inner-part img {
    margin-right: 32px;
}

.story-inner-part p {
    margin-right: 60px;
}

.bg-stoty-count {
    background-image: url("../images/story/bg-count.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.story-count-part {
    padding: 64px 48px 66px 60px;
    border-radius: 10px;
}

.count-content p {
    font-size: 70px;
    margin-right: 20px;
}

.count-content span {
    font-size: 22px;
    display: inline-block;
    width: 50%;
}

/* section story end */

/* section faster css start */

.faster-head h3 {
    margin-bottom: 21px;
}

.faster-head p {
    width: 50%;
    margin: 0 auto 71px;
}

.faster-box {
    background: #dbdbdb;
    border-radius: 10px;
    padding: 70px 34px 36px;
    height: 100%;
}

.faster-box>img {
    margin-bottom: 31px;
    width: 41.33px;
}

.faster-box h4 {
    margin-bottom: 30px;
}

.faster-box> :nth-last-child(-n + 1)>p {
    margin-right: 15px;
}

.faster-box .arrow-effect,
.chain--box .arrow-effect,
.chain-right .arrow-effect {
    transition: all 0.5s ease;
}

.faster-box:hover .arrow-effect,
.chain--box:hover .arrow-effect,
.chain-right:hover .arrow-effect {
    margin-left: 8px;
    transition: all 0.5s ease;
}

.section-faster>.container> :nth-child(-n + 2) {
    margin-bottom: 70px;
}

.section-faster>.container> :nth-last-child(-n + 1)>a {
    border: 1.5px solid #222325;
    width: 239px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}

.section-faster>.container> :nth-last-child(-n + 1)>a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

.faster-box> :nth-last-child(-n + 1)>p {
    font-size: 18px;
}

/* section faster css end */

/* section support css start */
.bg-support {
    background: #dbdbdb;
}

.support-head>h3 {
    margin-bottom: 100px;
}

.support-card {
    padding: 30px 20px 10px;
    background: #ffffff;
    border-radius: 10px;
    height: 187px;
}

.card-top>img {
    width: 42px !important;
    height: 42px;
    margin-right: 20px;
}

.card-top>h4 {
    font-size: 22px;
}

.support-card-border {
    border-top: 1px solid rgba(112, 112, 112, 30%);
    margin: 25px 0 10px;
}

.card-bottom>p {
    font-size: 18px;
    line-height: 23px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 58px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #222325;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: rgba(34, 35, 37, 20%);
}

.section-support .owl-prev {
    position: absolute;
    top: 30px;
    left: -90px;
}

.section-support .owl-next {
    position: absolute;
    top: 30px;
    right: -90px;
}

.section-support .owl-dots {
    margin-top: 58px;
}

/* section support css end */

/* section process css start */
.section-process {
    padding: 130px 0;
}

.section-process>.container> :nth-child(-n + 1)>div>span {
    margin-bottom: 43px;
}

.section-process>.container> :nth-child(-n + 1)>div>h3 {
    margin-bottom: 17px;
}

.section-process>.container> :nth-child(-n + 1)>div>p {
    margin-bottom: 31px;
    width: 60%;
}

.process-btn a {
    width: 158px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1.5px solid #222325;
    border-radius: 25px;
}

.process-btn a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

.project-call h4 {
    margin-bottom: 11.9px;
}

.project-call p {
    width: 98%;
}

.project-call span {
    font-size: 204px;
    color: #dbdbdb;
    position: absolute;
    top: -140px;
    right: 0;
    z-index: -1;
    font-family: "gilroy";
    font-weight: 900;
}

.call-two {
    top: -210px;
}

.call-three {
    top: -360px;
}

.process-part {
    padding-top: 390px;
}

.section-process>img {
    position: absolute;
    top: 200px;
    left: 150px;
    z-index: -1;
    transform: rotate(-2deg);
}

.call-one img {
    position: absolute;
    top: -115px;
}

.call-two img {
    position: absolute;
    top: -130px;
}

.call-three img {
    position: absolute;
    top: -130px;
}

/* section process css end */

/* section location css start */

.location-head h3 {
    margin-bottom: 20px;
}

.location-head p {
    margin-bottom: 73px;
}

.location-head img {
    margin-bottom: 70px;
}

.location-box {
    height: 100%;
    background: #dbdbdb;
    border-radius: 10px;
    padding: 32px 30px 20px;
}

.location-box h4 {
    margin-bottom: 21px;
}

.location-box p {
    margin-bottom: 31px;
    width: 75%;
}

.location-box>span {
    width: 65px;
    height: 2px;
    background: #3f3f3f;
    display: inline-block;
    transition: all 1s ease;
}

.location-box:hover span {
    width: 100%;
    transition: all 1s ease;
}

.section-location>.container> :nth-last-child(-n + 1) {
    margin-top: 35px;
}

/* section location css end */

/* section together css start */

.together-content>span {
    margin-bottom: 50px;
    display: inline-block;
}

.together-content>h2 {
    margin-bottom: 60px;
}

.together-content>.together-btn>a {
    width: 158px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1.5px solid #222325;
    display: inline-block;
}

.together-content>.together-btn>a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

/* section together css end */

/* section footer css start */
.sectio-footer>.row> :nth-child(1) {
    background: #dbdbdb;
}

/* section footer css end */

/* section industry css start */
.section-industry {
    background: #dbdbdb;
}

.industry-head h2 {
    width: 45%;
    margin: 0 auto 69px;
}

/* section industry css end */

/* footer start css  */
footer.sectio-footer {
    border-top: 2px solid rgba(34, 35, 37, 20%);
}

.footer-logo-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

footer {
    overflow: hidden;
}

.footer-space {
    padding: 126px 130px;
}

.footer_li>ul {
    margin: 34px 0 0;
}

.footer_li>span {
    color: #ffffff;
}

.footer_li>ul>li {
    color: #ffffff50 !important;
    margin-bottom: 19px;
}

.bg-blue {
    background-color: #082456;
}

.white-50 {
    color: #ffffff50;
}

/* footer end css   */
.meetimg {
    width: 100%;
    height: 100%;
}

.mary_main p {
    font-size: 15px;
    color: #1d263a;
    margin-bottom: 0px;
}

.mary_main>.meet_marry {
    font-size: 13px;
    color: rgba(29, 38, 58, 70%);
    margin-bottom: 15px;
}

.mary_main> :nth-last-child(-n + 1)>a:not(:last-child) {
    margin-right: 15px;
}

.mary_main {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 20px 30px;
    height: 100%;
}

.overla_main {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(249, 250, 251, 0) 60%, rgba(249, 250, 251, 1) 95%);
    z-index: 2;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.overla_main:hover {
    opacity: 1;
}

.main_img_meet:hover .overla_main {
    display: block;
    transition: all 0.5s ease;
}

.section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
    margin-top: 27px;
}

.who-content>button {
    margin-top: 37px;
    padding: 8px 38px;
    border: 1.5px solid #082456;
}

.who-content>button:focus-within {
    background-color: #082456;
    color: #ffffff;
}

/* section testimonial css start */
.section-testimonial {
    background: #dbdbdb;
    padding: 163px 0 130px;
}

.testimonial-head span {
    margin-bottom: 43px;
    display: inline-block;
}

.testimonial-head h3 {
    margin-bottom: 20px;
    font-size: 50px;
    width: 90%;
}

.testimonial-head p {
    width: 80%;
}

.section-testimonial>.testi-top {
    position: absolute;
    top: -60px;
    left: 331.5px;
}

/* section testimonial css end */

/*slaider css*/
.owl-nav {
    display: block;
}

.slider_card.card {
    background-color: #fff;
    border-radius: 14px;
}

.card-body {
    background-color: #222325;
    border-top: 5px solid #dbdbdb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

p.card-text {
    color: #fff;
}

.div_border {
    border: 1px solid #ffffff20;
    width: 52px;
    margin-top: 10px;
}

.quote_img {
    width: 33px !important;
    height: 33px;
    position: absolute;
    top: -20px;
    left: 30px;
}

.card-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
}

.custom_container {
    width: 1580px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    overflow: hidden;
}

.card_span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff50;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin-top: 40px !important;
    background: transparent !important;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
    text-align: start !important;
}

.main-menu> :nth-last-child(1)>button:hover {
    background: #fff;
    color: #222325 !important;
    transition: all 0.5s ease;
}

.overlay-mobile {
    display: none;
}

.card-body {
    padding: 30px;
}

.card-body p {
    margin-bottom: 33.5px;
    width: 100%;
    font-size: 14px;
}

.footer-logo-div> :nth-last-child(1)>a:hover {
    color: #222325;
}

.footer_li>ul>li>a {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 50%);
}

.footer-space> :nth-child(1) {
    margin-bottom: 118px;
}

/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
/* Service Page Css Start */
/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.section-service {
    padding: 220px 0 132px;
}

.bg-service {
    background: #dbdbdb;
}

.service-head>h2 {
    margin-bottom: 20px;
}

.service-head>p {
    width: 48%;
    margin: 0 auto 120px;
}

.service-left>img {
    width: 100%;
}

.service-right {
    margin-left: 76px;
}

.service-right>h4 {
    margin-bottom: 30px;
}

.bg-working {
    background: rgba(255, 255, 255, 50%);
}

.working-head>h3 {
    margin-bottom: 100px;
}

.working-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.working-content p {
    font-size: 18px;
}

.bg-strategy {
    background: #dbdbdb;
}

.content-inner-part> :nth-child(1) {
    margin-right: 40px;
}

.content-inner-part> :nth-last-child(-n + 1)>h4 {
    margin-bottom: 30px;
}

.image-part>img {
    width: 100%;
}

.content-part> :nth-last-child(-n + 1) {
    margin-top: 54px;
}

.section-strategy>.container> :nth-child(-n + 1)> :nth-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
    width: 75%;
}

.section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part {
    margin-left: 80px;
}

.section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
    width: 86%;
}

.section-strategy>.container> :nth-last-child(1) {
    margin-top: 120px;
}

.section-get {
    padding: 188px 0;
}

.get-left>h3 {
    margin-bottom: 30px;
}

.get-left>p {
    width: 70%;
}

.get-right a {
    width: 265px;
    height: 50px;
    line-height: 50px;
    border: 1.5px solid #222325;
    border-radius: 25px;
}

.get-right a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

.working-border {
    border-top: 2px dashed rgba(1, 82, 204, 40%);
    padding-top: 60px;
    width: calc(75% + 30px);
}

.working-step-one::before {
    content: "";
    background-image: url("../images/working/working-step-01.svg");
}

.working-step-two::before {
    content: "";
    background-image: url("../images/working/working-step-02.svg");
}

.working-step-three::before {
    content: "";
    background-image: url("../images/working/working-step-03.svg");
}

.working-step-four::before {
    content: "";
    background-image: url("../images/working/working-step-04.svg");
}

.working-step::before {
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    top: -90px;
}

/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
/* Service Page Css End */
/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */

/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
/* career Page Css Start */
/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.section-career {
    padding: 220px 0 120px;
    background: #222325;
}

.career-head>h2 {
    margin-bottom: 20px;
}

.career-head>p {
    width: 48%;
    margin: 0 auto 0;
}

.community-left>h2 {
    margin-bottom: 30px;
    font-size: 70px;
}

.community-left>p {
    margin-bottom: 50px;
    width: 95%;
}

.community-right>img {
    width: 100%;
}

.community-left>a {
    width: 179px;
    height: 50px;
    line-height: 50px;
    border: 1.5px solid #222325;
    border-radius: 25px;
}

.community-left>a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

.community-bottom-border {
    border-top: 2px dashed rgba(34, 35, 37, 40%);
    margin: 130px 0;
}

.comm-round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
}

.comm-right>h4 {
    margin-bottom: 30px;
}

.comm-right>p {
    width: 90%;
}

.comm-left>span {
    margin-right: 40px;
}

.section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 3) {
    margin-top: 80px;
}

.bg-vacancies {
    background: #dbdbdb;
}

.vacancies-head>h3 {
    margin-bottom: 20px;
}

.vacancies-head>p {
    margin-bottom: 70px;
}

.vacancies-card {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
}

.vacancies-card>h4 {
    margin-bottom: 20px;
}

.vacancies-card>p {
    margin-bottom: 69px;
}

.vcs-left-inner>p {
    font-size: 16px;
    margin-left: 10.5px;
}

.vcs-left> :nth-child(1) {
    margin-bottom: 10px;
}

.vcs-right>a {
    width: 161px;
    height: 50px;
    line-height: 50px;
    border: 1.5px solid #222325;
    font-size: 16px;
    border-radius: 25px;
}

.vcs-right>a:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

.vacancies-head+.row> :nth-last-child(-n + 3) {
    margin-top: 35px;
}

/* section touch css start */
.section-touch {
    padding: 242px 0 200px;
}

.touch-head h2 {
    margin-bottom: 20px;
}

.touch-head>p {
    font-size: 22px;
    margin-bottom: 70px;
}

.touch-input-group>input {
    display: block;
    width: 100%;
    border: 1.5px solid rgba(34, 35, 37, 20%);
    border-radius: 10px;
    /* height: 50px; */
    padding: 16px 0 16px 66px;
    color: #222325;
}

.touch-input-group>textarea {
    display: block;
    width: 100%;
    border: 1.5px solid rgba(34, 35, 37, 20%);
    border-radius: 10px;
    /* height: 50px; */
    padding: 16px 0 16px 16px;
    color: #222325;
}

.touch-input-group>input:focus-visible,
.touch-input-group>textarea:focus-visible {
    outline: 1.5px solid #222325;
}

.touch-input-group>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    border-right: 1.5px solid rgba(34, 35, 37, 20%);
    padding-right: 18px;
}

.touch-form>label {
    font-size: 18px;
    font-weight: 300;
    color: #222325;
    margin-bottom: 10px;
}

.touch-textarea>input {
    padding: 16px;
    height: 150px;
    resize: none;
}

.mt--30 {
    margin-top: 30px;
}

.touch-form ::placeholder {
    color: rgba(34, 35, 37, 30%);
}

.touch-btn>button {
    margin-top: 40px;
    width: 158px;
    height: 50px;
    border: 1.5px solid #222325;
    font-size: 16px;
    font-weight: 300;
    display: block;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
}

.touch-btn>button:hover {
    background: #222325;
    color: #fff;
    transition: all 0.5s ease;
}

/* section touch css end */

.section-error {
    background-image: url("/assets/images/error/error.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 100px;
}

.error-head {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.error-head h4 {
    font-size: 35px;
    margin-bottom: 30px;
}

.same-btn {
    border: 1.5px solid #ffffff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: transparent;
}

.same-btn:hover {
    background-color: #fff;
    color: #222325 !important;
}

.expertise-box>div>img {
    width: 74px;
}

/* section hero css  start */

.Offering-padd {
    padding: 128px 0 60px;
}

.Offering_img img {
    width: 100% !important;
}

.Offering_desp {
    padding: 65px 0px 36px;
}

.entire p {
    margin-bottom: 32px;
}

.Own_Initial p {
    margin-bottom: 60px;
}

.promo_step {
    padding: 10px 0px 0px 30px;
}

.stage_02,
.stage_03,
.stage_04,
.stage_05,
.stage_06,
.stage_07,
.stage_08 {
    padding-top: 30px;
}

/* blog list start */

.section_blog_list {
    background-color: #eeeeee;
    height: 50vh;
    padding: 25vh 0 20px;
    overflow: hidden;
}

.blog_list ul li:not(:last-child) {
    margin-right: 20px;
}

.blog_list ul li a {
    font-size: 20px;
}

.blog_list ul li a:hover {
    color: #222325;
}

.blog_list ul li.active a {
    border-bottom: 2px solid #0000ff;
    padding-bottom: 20px;
}

.blog_hero h2 {
    font-size: 60px;
}

/* current blog start */

.section_cblog {
    padding: 100px 0;
}

.current_blog {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    padding: 20px 0;
}

.cb_head span {
    color: #22232550;
    font-size: 20px;
}

.current_blog>p {
    font-size: 20px;
    color: #22232550;
}

.b_border {
    border-top: 2px solid #eeeeee;
    margin: 20px 0;
}

.blog_card span {
    font-size: 20px;
    color: #22232550;
}

.section_bcard {
    padding: 0px 0 100px;
}

.blog_card h4 {
    /* font-size: 24px; */
    margin: 20px 0;
}

.mt--100 {
    margin-top: 100px;
}

#blank_div {
    background-color: #222325;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999999;
    left: 0;
    top: 0;
}

/* section hero css  end  */

.bg-dark {
    background-color: #222325 !important;
}

.bg_offwhite {
    background-color: #E4E4E4;
}

.Packag_card {
    background-color: #000000;
    height: 10px;
    border-radius: 10px 10px 0 0;
}

.mainpakag_card {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.Packag_body {
    padding: 30px;
}

.Packag_body hr {
    background-color: #22232530;
}

.pakg_list li {
    list-style-type: none;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.touch_select select {
    display: block;
    width: 100%;
    border: 1.5px solid rgba(34, 35, 37, 20%);
    border-radius: 10px;
    height: 58px;
    padding: 16px 0 16px 66px;
    color: #222325;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%),
        linear-gradient(to right, #87ceeb03, #87ceeb00);
    background-position:
        calc(100% - 20px) calc(1.5em + 2px),
        calc(100% - 15px) calc(1.5em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}

.touch_select {
    position: relative;
}

.touch_select img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    border-right: 1.5px solid rgba(34, 35, 37, 20%);
    padding-right: 18px;
}

/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
/* career Page Css End */
/* <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------> */
/* responsive start */

@media (max-width: 1600px) {
    .section-process>img {
        left: 0;
    }

    .section-testimonial>.testi-top {
        left: 12px;
    }

    .testimonial-head h3 {
        width: 100%;
    }

    .testimonial-head h3 {
        font-size: 39px;
    }
}

@media (max-width: 1500px) {
    .section-process>img {
        left: -23px;
    }

    .call-one img {
        top: -110px;
    }

    .process-part {
        padding-top: 360px;
    }

    .call-two {
        top: -180px;
    }

    .call-three {
        top: -330px;
    }

    .custom_container {
        width: 1500px;
    }
}

@media (max-width: 1440px) {
    .section-who {
        padding: 200px 0;
    }

    .section-process>img {
        top: 200px;
        left: 80px;
    }

    .call-one img {
        top: -80px;
    }

    .call-three img {
        top: -120px;
    }

    .font-70 {
        font-size: 60px;
    }

    .community-left>h2 {
        font-size: 60px;
    }

    .section-testimonial {
        padding: 130px 0 100px;
    }

    .section-support .owl-prev {
        position: unset;
    }

    .section-support .owl-next {
        position: unset;
    }

    .section-support .owl-dots {
        margin-top: 50px;
    }

    .call-three {
        top: -370px;
    }

    .call-two {
        top: -190px;
    }

    .call-two img {
        top: -120px;
    }

    .side-paddtwo {
        padding: 0 100px;
    }

    body {
        zoom: 80%;
    }
}

@media (max-width: 1366px) {
    .call-two img {
        top: -124px;
    }

    .call-one img {
        top: -80px;
    }

    .font-52 {
        font-size: 45px;
    }

    .who-content>h2>span {
        font-size: 55px;
    }

    .font-70 {
        font-size: 55px;
    }

    .section-process>img {
        top: 200px;
        left: 30px;
        transform: rotate(-2deg);
    }

    .custom_container {
        width: 1480px;
    }
}

@media (max-width: 1280px) {
    .section-process>img {
        top: 210px;
        left: -20px;
        transform: rotate(1deg);
    }

    .call-one img {
        top: -90px;
    }

    .call-three img {
        top: -100px;
    }

    .industry-head h2 {
        width: 50%;
    }

    .call-two img {
        top: -135px;
    }

    .testimonial-head p {
        width: 100%;
    }

    .call-three {
        top: -340px;
    }

    .slider_card.card {
        height: 440px;
    }

    .get-left>p {
        width: 80%;
    }

    .call-two {
        top: -170px;
    }

    .font-70 {
        font-size: 50px;
    }

    .custom_container {
        width: 1440px;
    }
}

@media (max-width: 1200px) {
    .side-padd {
        padding: 0 50px;
    }

    .side-paddtwo {
        padding: 0 50px;
    }

    .build-bottom-logo {
        padding: 0 50px;
    }

    .count-content span {
        font-size: 20px;
    }

    .count-content p {
        font-size: 60px;
    }

    .section-process>img {
        top: 160px;
        left: -20px;
    }

    .call-two img {
        top: -115px;
    }

    .call-three img {
        top: -100px;
    }

    .call-one img {
        top: -160px;
    }

    .call-two {
        top: -210px;
    }

    .call-three {
        top: -370px;
    }
}

@media (max-width: 1199.98px) {
    .header {
        padding: 1.5rem 0;
    }

    .header.sticky {
        padding: 1.5rem 0;
    }

    .vacancies-head+.row> :nth-last-child(-n + 4) {
        margin-top: 35px;
    }

    .call-two {
        top: -210px;
    }

    .call-three {
        top: -380px;
    }

    .call-two img {
        top: -130px;
    }

    .call-one img {
        top: -170px;
    }

    .call-three img {
        top: -100px;
    }

    .section-process>img {
        top: 150px;
    }
}

@media only screen and (max-width: 1080px) {
    .footer_li>ul {
        margin: 19px 0 0;
    }

    .footer-logo-div {
        padding: 100px 0;
    }

    .footer-logo-div>a>img {
        margin-bottom: 40px;
    }

    .section-process>img {
        left: -40px;
        top: 200px;
        transform: rotate(-3deg);
    }

    .call-one img {
        top: -150px;
    }

    .call-two img {
        top: -110px;
    }

    .call-three img {
        top: -160px;
    }

    .custom_container {
        width: 1320px;
    }
}

@media (max-width: 1024px) {
    .font-70 {
        font-size: 50px;
    }

    .community-left>h2 {
        font-size: 50px;
    }

    .chain--box>div>p:not(:last-child) {
        margin-right: 25px;
    }

    .story-inner-part p {
        margin-right: 0px;
    }

    .story-count-part {
        padding: 64px 18px 66px 18px;
    }

    .count-content p {
        font-size: 50px;
    }

    .count-content span {
        font-size: 16px;
    }

    .project-call p {
        width: 100%;
    }

    .section-process>img {
        left: -40px;
        top: 180px;
        transform: rotate(-1deg);
    }

    .call-one img {
        top: -195px;
    }

    .call-three {
        top: -340px;
    }

    .call-two img {
        top: -120px;
    }

    .call-three img {
        top: -195px;
    }

    .location-box p {
        width: 100%;
    }

    .font-60 {
        font-size: 50px;
    }

    .section-chain>.container>h3 {
        width: 80%;
    }

    .section-expertise>.container> :nth-child(-n + 1)> :nth-last-child(-n + 1)>p {
        width: 80%;
    }

    .font--22 {
        font-size: 18px;
    }

    .story-img-content {
        width: 650px;
        padding: 30px 30px;
    }

    .side-padd {
        padding: 0 12px;
    }

    .side-paddtwo {
        padding: 0 12px;
    }

    .build-bottom-logo {
        padding: 0 12px;
    }

    .faster-head p {
        width: 70%;
    }

    .industry-head h2 {
        width: 50%;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
        margin-top: 0px;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
        margin-top: 27px;
    }

    .testimonial-head h3 {
        font-size: 32px;
    }

    .section-testimonial {
        padding: 100px 0 60px;
    }

    .custom_container {
        padding: 0 0 15px 12px;
    }

    .section-testimonial>.testi-top {
        left: 12px;
        width: 100px;
        top: -50px;
    }

    .section-process {
        padding: 100px 0 0;
    }

    .mary_main p {
        font-size: 13px;
    }

    .section-second-padd {
        padding: 130px 0;
    }

    .section-padd {
        padding: 100px 0;
    }

    .section-who {
        padding: 150px 0;
    }

    .font-52 {
        font-size: 42px;
    }

    .who-content>h2>span {
        font-size: 50px;
    }

    .section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part {
        margin-left: 50px;
    }

    .section-strategy>.container> :nth-last-child(1) {
        margin-top: 100px;
    }

    .service-right {
        margin-left: 50px;
    }

    .comm-right>h4 {
        margin-bottom: 20px;
    }

    .custom_container {
        width: 100%;
    }

    .section-error {
        height: calc(100vh - 97.97px);
        margin-top: 97.97px;
    }
}

@media (max-width: 991.98px) {
    .build-bottom-logo img {
        width: 100px;
    }

    .font-60 {
        font-size: 40px;
    }

    .font-52 {
        font-size: 40px;
    }

    .section-expertise>.container> :nth-child(-n + 1)> :nth-last-child(-n + 1)>p {
        width: 100%;
        margin-left: auto;
    }

    .font-50 {
        font-size: 40px;
    }

    .section-chain>.container>h3 {
        width: 80%;
    }

    .section-chain-copy>.container> :nth-last-child(1)> :nth-last-child(-n + 3) {
        margin-top: 50px;
    }

    .chain--box--two {
        margin-top: 0px;
    }

    .font-70 {
        font-size: 42px;
    }

    .community-left>h2 {
        font-size: 40px;
    }

    .section-chain-copy>.container> :nth-child(1)> :nth-child(1)>h3 {
        margin-bottom: 20px !important;
    }

    .story-part p {
        width: 100%;
    }

    .story-img-content {
        width: 530px;
    }

    .font--22 {
        font-size: 16px;
    }

    .section-story>.container> :nth-child(2)> :nth-child(1) {
        margin-bottom: 40px;
    }

    .count-content span {
        font-size: 14px;
    }

    .count-content p {
        font-size: 40px;
    }

    .faster-head p {
        width: 80%;
    }

    .section-faster>.container> :nth-child(2)> :nth-last-child(-n + 2) {
        margin-top: 20px;
    }

    .section-process>img {
        left: -20px;
        top: 170px;
        transform: rotate(-4deg);
    }

    .call-one img {
        top: -165px;
    }

    .call-two img {
        top: -100px;
    }

    .call-three img {
        top: -200px;
    }

    .section-story>.container> :nth-last-child(2) {
        margin: 0 0 70px;
    }

    .section-process>.container> :nth-child(-n + 1)>div>span {
        margin-bottom: 23px;
    }

    .industry-head h2 {
        width: 60%;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 0px;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 27px;
    }

    .footer-logo-div {
        padding: 146px 0;
    }

    .testimonial-head p {
        margin-bottom: 20px !important;
    }

    .expertise-box>div>img {
        margin: 0 0 20px;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 3) {
        margin-top: 0px;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
        margin-top: 80px;
    }

    .get-left {
        text-align: center;
    }

    .get-left>p {
        width: 70%;
        margin: 0 auto;
    }

    .get-right {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .section-process>img {
        left: -30px;
        top: 200px;
        transform: rotate(-8deg);
    }

    .call-one img {
        top: -160px;
    }

    .call-two img {
        top: -95px;
    }

    .call-three {
        top: -400px;
    }

    .call-three img {
        top: -133px;
    }

    .section-faster>.container> :nth-child(2)> :nth-last-child(-n + 1) {
        margin-top: 0px;
    }

    .section-faster>.container> :nth-child(2)> :nth-last-child(-n + 2) {
        margin-top: 20px;
    }

    .mobile-one {
        color: #f0f2f5;
        font-size: 134px;
        text-align: center;
    }

    .process-mobile-part {
        margin-top: 60px;
    }

    .process-mobile-part>img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .process-mobile-part>.row> :nth-child(2)>div {
        margin: 30px 0 0 20px;
    }

    .chain--box> :nth-child(2)>p {
        font-size: 16px;
    }

    .process-mobile-part>.row> :nth-child(3)>div {
        margin: 30px 20px 0 0px;
    }

    .process-mobile-part>.row> :nth-child(6)>div {
        margin: 30px 0 0 20px;
    }

    .chain--box>img {
        width: 100%;
    }

    .section-process>.container> :nth-child(-n + 1)>div>p {
        width: 100%;
    }

    .chain-right> :nth-last-child(-n + 1)>p {
        font-size: 16px;
    }

    .chain--box> :nth-last-child(-n + 1)>p {
        font-size: 16px;
    }

    .faster-box> :nth-last-child(-n + 1)>p {
        font-size: 16px;
    }

    .section-testimonial {
        padding: 100px 0 50px;
    }

    .section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part {
        margin-left: 0;
    }

    .service-head>p {
        width: 70%;
        margin: 0 auto 60px;
    }

    .service-right {
        margin-left: 0;
    }

    .working-content p {
        font-size: 16px;
    }

    .expertise-box>div>img {
        width: 50px;
    }

    .section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 8) {
        margin-top: 20px;
    }

    .section-touch {
        padding: 200px 0 100px;
    }

    .section-service {
        padding: 143px 8px 60px;
    }

    .font-22 {
        font-size: 20px;
    }

    .service-right>h4 {
        margin-bottom: 20px;
    }

    .section-padd {
        padding: 70px 0;
    }

    .working-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .working-content {
        position: relative;
    }

    .working-step-one::before {
        left: 0px;
    }

    .working-step-two::before {
        left: 0px;
    }

    .working-step-three::before {
        left: 0px;
    }

    .working-step-four::before {
        left: 0px;
    }

    .content-inner-part> :nth-child(1) {
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }

    .content-inner-part> :nth-last-child(-n + 1)>h4 {
        margin-bottom: 15px;
    }

    .section-strategy>.container> :nth-child(-n + 1)> :nth-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
        width: 100%;
    }

    .content-part> :nth-last-child(-n + 1) {
        margin-top: 20px;
    }

    .section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
        width: 100%;
    }

    .section-strategy>.container> :nth-last-child(1) {
        margin-top: 70px;
    }

    .font-50 {
        font-size: 30px;
    }

    .section-get {
        padding: 90px 0;
    }

    .section-career {
        padding: 150px 0 70px;
    }

    .career-head>p {
        width: 72%;
    }

    .community-left>h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .community-left>p {
        margin-bottom: 40px;
        width: 100%;
    }

    .community-bottom-border {
        margin: 70px 0;
    }

    .comm-right>h4 {
        margin-bottom: 10px;
    }

    .comm-left>span {
        margin-right: 20px;
    }

    .vacancies-head>p {
        margin-bottom: 45px;
    }

    .vacancies-head {
        text-align: center;
    }

    .vacancies-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767.98px) {
    .community-left {
        margin-bottom: 80px;
    }

    .section-process>img {
        transform: rotate(2deg);
    }

    .call-two {
        top: -140px;
    }

    .call-three {
        top: -200px;
    }

    .call-two img {
        top: -115px;
    }

    .call-three img {
        top: -183px;
    }

    .section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 8) {
        margin-top: 0px;
    }

    .section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 9) {
        margin-top: 20px;
    }

    .section-location>.container> :nth-last-child(1)> :not(:last-child) {
        margin-bottom: 20px;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
        margin-top: 0px;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 80px;
    }

    .current_blog {
        margin-top: 20px;
    }

    .mt--100 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .section-touch {
        padding: 130px 8px 50px;
    }

    .touch-head>p {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .font-70 {
        font-size: 39px;
    }

    .section-process>img {
        top: 250px;
    }
}

@media (max-width: 576px) {
    .build-left>h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .font-70 {
        font-size: 37px;
    }

    .build-bottom-logo img {
        width: 70px;
    }

    .build-bottom-logo {
        padding: 0 0px;
    }

    .who-content>span {
        margin-bottom: 20px;
    }

    .font-60 {
        font-size: 23px;
    }

    .font-52 {
        font-size: 23px;
    }

    .section-expertise>.container> :nth-child(-n + 1) {
        margin-bottom: 35px;
    }

    .section-chain>.container>h3 {
        width: 100%;
        margin: 0 auto 35px;
    }

    .chain-left> :nth-last-child(-n + 1) {
        margin-top: 36px;
    }

    .chain-right {
        margin-top: 40px;
    }

    .section-chain-copy {
        background: #ffffff;
    }

    .section-chain-copy>.container> :nth-last-child(1)> :nth-last-child(-n + 3) {
        margin-top: 60px;
    }

    .story-img-content {
        position: relative;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        padding: 25px 20px;
    }

    .story-inner-part img {
        width: 39px;
        height: 39px;
    }

    .section-story>.container> :nth-last-child(2) {
        margin: 0 0 45px;
    }

    .story-count-part {
        padding: 45px 0;
    }

    .faster-head p {
        width: 100%;
        margin: 0 auto 0px;
    }

    .section-faster>.container> :nth-child(2)> :nth-last-child(-n + 1) {
        margin-top: 0px;
    }

    .section-faster>.container> :nth-child(2)> :nth-last-child(-n + 2) {
        margin-top: 20px;
    }

    .section-faster>.container> :nth-child(-n + 2) {
        margin-bottom: 35px;
    }

    .section-process {
        padding: 45px 8px;
    }

    .section-process>.container> :nth-child(-n + 1)>div>span {
        margin-bottom: 23px;
    }

    .section-process>.container> :nth-child(-n + 1)>div>p {
        width: 100%;
        margin-bottom: 35px;
    }

    .who-content>h2 {
        width: 100%;
    }

    .together-content>span {
        margin-bottom: 20px;
    }

    .together-content>h2 {
        width: 90%;
        margin: 0 auto 30px;
    }

    .testimonial-head span {
        margin-bottom: 20px;
        font-size: 16px !important;
    }

    .section-testimonial>.testi-top {
        left: 20px;
        width: 47px;
        top: -22px;
    }

    .section-testimonial {
        padding: 60px 8px 40px;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 0px;
    }

    .section-industry>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 7) {
        margin-top: 30px;
    }

    .build-left>p {
        margin-bottom: 50px;
    }

    .section-build-bottom {
        padding: 20px 8px;
    }

    .section-build {
        padding: 130px 8px 50px;
    }

    .header {
        padding: 1rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 10%);
    }

    .header.sticky {
        padding: 1rem 0;
    }

    .navbar> :nth-child(1)>img {
        width: 124px;
    }

    .font-22 {
        font-size: 18px;
    }

    .section-expertise>.container> :nth-child(-n + 1)> :nth-last-child(-n + 1)>p {
        margin: 20px 0 0;
    }

    .who-content>span {
        font-size: 16px;
    }

    .chain-right h4 {
        margin-bottom: 15px;
    }

    .chain-right p {
        margin-bottom: 25px;
    }

    .section-chain-copy>.container> :nth-child(1)> :nth-child(1)>h3 {
        width: 100%;
        margin: 0 auto 20px !important;
    }

    .section-chain-copy>.container> :nth-child(-n + 1) {
        margin-bottom: 50px;
    }

    .story-part h3 {
        margin-bottom: 20px;
    }

    .story-part p {
        width: 100%;
        margin: 0 auto 45px;
    }

    .count-content span {
        font-size: 18px;
    }

    .count-content p {
        font-size: 40px;
        margin: 0 0 15px !important;
    }

    .faster-head h3 {
        margin-bottom: 20px;
    }

    .faster-box h4 {
        margin-bottom: 15px;
    }

    .section-process>.container> :nth-child(-n + 1)>div>h3 {
        width: 100%;
        margin: 0 auto 20px;
    }

    .testimonial-head h3 {
        font-size: 25px;
        width: 90%;
    }

    .testimonial-head p {
        width: 100%;
        margin: 0 auto 45px !important;
    }

    .location-head h3 {
        width: 100%;
        margin: 0 auto 20px;
    }

    .location-head p {
        margin-bottom: 35px;
    }

    .location-head img {
        margin-bottom: 35px;
    }

    .section-location>.container> :nth-last-child(-n + 1) {
        margin-top: 30px;
    }

    .industry-head h2 {
        margin: 0 auto 35px;
        width: 70%;
    }

    .footer-logo-div {
        padding: 82px 0;
    }

    .footer-space {
        padding: 40px 20px;
    }

    .footer_li>ul {
        margin: 30px 0 0;
    }

    .chain-right> :nth-last-child(-n + 1)>p {
        font-size: 12px;
    }

    .chain--box> :nth-last-child(-n + 1)>p {
        font-size: 12px;
        margin-right: 10px;
    }

    .faster-box> :nth-last-child(-n + 1)>p {
        font-size: 12px;
    }

    .section-second-padd {
        padding: 100px 8px;
    }

    .section-padd {
        padding: 60px 8px;
    }

    .expertise-box {
        padding: 15px;
    }

    .expertise-box>div>img {
        margin-right: 10px;
    }

    .chain-left>div>img {
        margin: 0 0 20px;
    }

    .chain-left-content h4 {
        margin-bottom: 15px;
    }

    .chain-right {
        padding: 20px;
    }

    .chain--box {
        padding: 0;
    }

    .chain--box>div:not(:last-child) {
        margin: 10px 0;
    }

    .chain--box>p {
        margin-bottom: 15px;
    }

    .chain--box> :nth-child(2)>p {
        font-size: 12px;
    }

    .chain--box>div>p:not(:last-child) {
        margin-right: 10px;
    }

    .chain--box> :nth-last-child(1)>img {
        width: 15px;
    }

    .story-inner-part>img {
        margin: 0 auto 20px;
    }

    .section-story>.container> :nth-child(2)> :nth-child(1) {
        margin-bottom: 0px;
    }

    .section-story>.container> :nth-child(2)> :nth-child(-n + 2) {
        padding: 45px 0;
    }

    .bg-stoty-count {
        background-image: url("../images/story/bg-count-mobile.png");
        background-position: top;
    }

    .story-count-part>.row> :nth-last-child(-n + 3) {
        margin-top: 45px;
    }

    .faster-box {
        padding: 30px;
    }

    .faster-box>img {
        margin-bottom: 30px;
        width: 22.76px;
        height: 22.05px;
    }

    .faster-box> :nth-last-child(1)>img {
        width: 15px;
    }

    .faster-box> :nth-last-child(-n + 1)>p {
        margin-right: 10px;
    }

    section.section-faster {
        padding-bottom: 45px;
        border-bottom: 1px solid rgba(112, 112, 112, 20%);
    }

    .process-mobile-part>.row> :nth-child(6)>div {
        margin: 0px 0 0 20px;
    }

    .process-mobile-part>.row> :nth-child(3)>div {
        margin: 0px 20px 0 0px;
    }

    .process-mobile-part>.row> :nth-child(2)>div {
        margin: 100px 0 0 20px;
    }

    .process-mobile-part {
        margin: 60px 0 35px;
    }

    .process-mobile-part .row> :nth-child(1)>p {
        position: absolute;
        right: 60%;
        top: -10px;
    }

    .process-mobile-part .row> :nth-child(4)>p {
        position: absolute;
        left: 60%;
        top: 35%;
    }

    .process-mobile-part .row> :nth-child(5)>p {
        position: absolute;
        right: 60%;
        top: 72%;
    }

    .location-box p {
        font-size: 14px;
    }

    .location-box {
        background: none;
        padding: 0;
    }

    .location-box>span {
        display: none;
    }

    .location-border {
        border-top: 1px solid rgba(34, 35, 37, 10%);
        position: relative;
        margin: 10px 0 15px;
    }

    .location-border::before {
        content: "";
        background: #3f3f3f;
        width: 60px;
        position: absolute;
        height: 1px;
        left: 0;
        top: -1px;
        transition: all 1s ease;
    }

    .location-box:hover .location-border::before {
        width: 100%;
    }

    .location-box h4 {
        margin-bottom: 0;
    }

    .location-box p {
        margin-bottom: 35px;
    }

    .section-location>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 1)>.location-box>p {
        margin-bottom: 0 !important;
    }

    .overla_main:hover {
        opacity: 0;
    }

    .overlay-mobile {
        background: #ffffff;
        padding: 20px 80px;
        border-radius: 10px;
        width: calc(100% - 40px);
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .overlay-mobile p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .overlay-mobile span {
        font-size: 14px;
        display: block;
        margin-bottom: 0;
    }

    .footer-bottom {
        font-size: 14px;
        color: #919192;
        border-top: 1px solid rgba(145, 145, 146, 20%);
        padding-top: 30px;
    }

    .footer-logo-div>a>img {
        margin-bottom: 0;
    }

    .overlay-mobile {
        display: block;
    }

    .expertise-box>div>img {
        width: 35px;
        margin-bottom: 20px;
    }

    .section-who {
        padding: 100px 8px;
    }

    .section_packages {
        padding: 60px 0;
    }

    .card-body {
        padding: 28px 20px 20px;
    }

    .card-bottom>p {
        font-size: 16px;
    }

    .support-card-border {
        margin: 10px 0 10px;
    }

    .support-card {
        padding: 20px 20px 20px;
        height: 235px;
    }

    .card-top>img {
        margin: 0 0 10px;
    }

    .support-head>h3 {
        margin-bottom: 35px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 35px;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 8px 0 0;
    }

    .section-support .owl-dots {
        display: flex;
        justify-content: center;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 4) {
        margin-top: 0px;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 50px;
    }

    .vacancies-head+.row> :nth-last-child(-n + 4) {
        margin-top: 0px;
    }

    .vacancies-head+.row> :nth-last-child(-n + 5) {
        margin-top: 30px;
    }

    .career-head>p {
        width: 100%;
    }

    .section-career {
        padding: 130px 8px 50px;
    }

    .comm-right>h4 {
        margin-bottom: 20px;
    }

    .story-inner-part p {
        text-align: center;
    }

    .section-strategy>.container> :nth-child(-n + 1)> :nth-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
        width: 100%;
    }

    .section-strategy>.container> :nth-last-child(-n + 1)> :nth-last-child(1)>.content-part>.content-inner-part> :nth-last-child(1)>p {
        width: 100%;
    }

    .get-right {
        margin-top: 40px;
    }

    .get-left {
        text-align: center;
    }

    .get-left>p {
        width: 100%;
    }

    .footer-space> :nth-child(1)> :nth-last-child(-n + 1)>.footer_li {
        margin-top: 50px;
    }

    .footer-space> :nth-child(1) {
        margin-bottom: 50px;
    }

    .who-content>h2>span {
        font-size: 23px;
    }

    .section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 8) {
        margin-top: 0px;
    }

    .section-expertise>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 9) {
        margin-top: 20px;
    }

    .section-error {
        height: calc(100vh - 83.24px);
        margin-top: 83.24px;
    }

    .section-location>.container> :nth-last-child(1)> :not(:last-child) {
        margin-bottom: 0px;
    }

    .section-process>img {
        top: 210px;
    }

    .blog_hero h2 {
        font-size: 40px;
    }

    .cb_head span {
        font-size: 18px;
    }

    .current_blog>p {
        font-size: 18px;
    }

    .section_cblog {
        padding: 50px 0;
    }

    .section_bcard {
        padding: 0px 0 50px;
    }

    .blog_list {
        width: 120%;
        overflow-x: scroll;
    }

    .blog_list ul {
        overflow-x: scroll;
        width: 110%;
    }

    .c_bimg img {
        margin-top: 20px;
    }

    .Offering-padd {
        padding: 80px 0 40px;
    }
}

@media (max-width: 575.98px) {
    .touch-form-two {
        margin-top: 20px;
    }

    .mt--30 {
        margin-top: 22px;
    }

    .community-left {
        text-align: center;
    }

    .font-70 {
        font-size: 37px;
    }

    .service-head>p {
        width: 100%;
        margin: 0 auto 35px;
    }

    .service-right {
        margin-top: 35px;
    }

    .font-22 {
        font-size: 18px;
    }

    .service-right>h4 {
        margin-bottom: 20px;
    }

    .section-working>.container> :nth-last-child(1) {
        padding-left: 80px;
    }

    .working-content h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-working>.container> :nth-last-child(1)> :nth-child(2) {
        margin-top: 70px;
    }

    .section-working>.container> :nth-last-child(1)> :nth-child(3) {
        margin-top: 70px;
    }

    .section-working>.container> :nth-last-child(1)> :nth-child(4) {
        margin-top: 70px;
    }

    .working-step-one::before {
        top: 0 !important;
        left: -80px;
    }

    .working-step-two::before {
        top: 0 !important;
        left: -80px;
    }

    .working-step-three::before {
        top: 0 !important;
        left: -80px;
    }

    .working-step-four::before {
        top: 0 !important;
        left: -80px;
    }

    .working-head>h3 {
        margin-bottom: 60px;
    }

    .working-border {
        border-top: none;
        padding-top: 0;
        width: 0;
        left: 0;
    }

    .working-border::before {
        content: "";
        border-left: 2px dashed rgba(1, 82, 204, 40%);
        position: absolute;
        left: 30px;
        top: 50px;
        height: 400px;
    }

    .image-part {
        margin: 0 0 35px;
    }

    .content-inner-part> :nth-last-child(-n + 1)>h4 {
        margin-bottom: 15px;
    }

    .content-inner-part> :nth-child(1) {
        margin-right: 15px;
        width: 27.77px;
        height: 27.77px;
    }

    .content-part> :nth-last-child(-n + 1) {
        margin-top: 30px;
    }

    .section-strategy>.container> :nth-last-child(1) {
        margin-top: 35px;
    }

    .font-50 {
        font-size: 37px;
    }

    .section-get {
        padding: 100px 0;
    }

    .get-left>h3 {
        margin-bottom: 20px;
    }

    .working-content {
        text-align: start;
    }

    .working-content p {
        font-size: 16px;
        width: 80%;
    }

    .font-18 {
        font-size: 16px;
    }

    .section-career {
        padding: 130px 8px 70px;
    }

    .community-left>h2 {
        font-size: 25px;
    }

    .community-left>p {
        margin-bottom: 35px;
    }

    .community-left {
        margin-bottom: 45px;
    }

    .community-bottom-border {
        margin: 45px 0;
    }

    .comm-round {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .comm-left>span {
        margin-right: 0;
    }

    .comm-left {
        margin: 0 auto 15px;
    }

    .comm-right>h4 {
        margin-bottom: 15px;
    }

    .comm-right>p {
        width: 100%;
    }

    .section-community>.container> :nth-last-child(-n + 1)> :nth-last-child(-n + 5) {
        margin-top: 35px;
    }

    .font-50 {
        font-size: 25px;
    }

    .vacancies-head>p {
        margin-bottom: 35px;
    }

    .vcs-right>a {
        font-size: 12px;
    }

    .vcs-left-inner>p {
        font-size: 12px;
    }

    .vcs-right>a {
        width: 138px;
    }

    .vacancies-head+.row> :nth-last-child(-n + 5) {
        margin-top: 20px;
    }

    .comm-right {
        width: 100%;
    }

    .section-error {
        height: calc(100vh - 73.24px);
        margin-top: 73.24px;
    }

    .section-support .owl-dots {
        margin-top: 20px;
    }
}

@media (max-width: 540px) {
    .process-mobile-part>.row> :nth-child(2)>div {
        margin: 65px 0 0 20px;
    }

    .process-mobile-part>.row> :nth-child(3)>div {
        margin: 105px 20px 0 0px;
    }

    .process-mobile-part>.row> :nth-child(6)>div {
        margin: 90px 0 0 20px;
    }
}

@media (max-width: 475px) {
    .working-border::before {
        top: 65px;
    }
}

@media (max-width: 414px) {
    .process-mobile-part>.row> :nth-child(3)>div {
        margin: 25px 20px 0 0px;
    }

    .process-mobile-part>.row> :nth-child(6)>div {
        margin: 20px 0 0 20px;
    }

    .working-content p {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .section-process>.container> :nth-child(-n + 1)>div>h3 {
        width: 80%;
    }

    .testimonial-head h3 {
        width: 82%;
    }

    .location-head h3 {
        width: 100%;
    }

    .industry-head h2 {
        width: 80%;
    }

    .together-content>h2 {
        width: 90%;
    }

    .count-content p {
        font-size: 40px;
    }

    .section-build-bottom {
        padding: 20px 0px;
    }

    .section-second-padd {
        padding: 80px 8px;
    }

    .font-60 {
        font-size: 20px;
    }

    .process-mobile-part .row> :nth-child(4)>p {
        top: 33%;
    }

    .process-mobile-part .row> :nth-child(5)>p {
        top: 70%;
    }

    .process-mobile-part>.row> :nth-child(3)>div {
        margin: -10px 20px 0 0px;
    }

    .process-mobile-part>.row> :nth-child(6)>div {
        margin: -100px 0 0 20px;
    }

    .overlay-mobile {
        padding: 20px 20px;
    }
}



.brand_color {
    color: rgba(255, 255, 255, 70%);
}

.pack_head {
    padding: 20px 30px;
}

.table tr td {
    font-weight: 300;
    color: rgba(34, 35, 37, 70%);
    padding: 20px 0;
}

.table tr td:last-child {
    font-weight: 300;
    color: #222325;
    padding: 20px 10px;
}

.note_warr {
    display: flex;

}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.note_warr {
    margin-top: 30px;
    margin-bottom: 25px;
}

.note_warr p {
    margin: 0;
    color: rgba(34, 35, 37, 70%);

}

.mb-30 {
    margin-bottom: 30px;
}