* {
    box-sizing: border-box;
    margin: 0;
    font-family: GT Walsheim;
}

img {
    max-width: 100%;
}

.col1 {
    grid-column: span 1;
}

.row1 {
    grid-row: span 1;
}

.col2 {
    grid-column: span 2;
}

.row2 {
    grid-row: span 2;
}

.col3 {
    grid-column: span 3;
}

.row3 {
    grid-row: span 3;
}

.col4 {
    grid-column: span 4;
}

.row4 {
    grid-row: span 4;
}

.col5 {
    grid-column: span 5;
}

.row5 {
    grid-row: span 5;
}

.col6 {
    grid-column: span 6;
}

.row6 {
    grid-row: span 6;
}

.col7 {
    grid-column: span 7;
}

.row7 {
    grid-row: span 7;
}

.col8 {
    grid-column: span 8;
}

.row8 {
    grid-row: span 8;
}

.col9 {
    grid-column: span 9;
}

.row9 {
    grid-row: span 9;
}

.col10 {
    grid-column: span 10;
}

.row10 {
    grid-row: span 10;
}

.col11 {
    grid-column: span 11;
}

.row11 {
    grid-row: span 11;
}

.col12 {
    grid-column: span 12;
}

.row12 {
    grid-row: span 12;
}
a,
a:hover,
a:active {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: 100%;
    color: #111;
}

.header-container-small {
    max-width: 960px;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header.header-scroll .navbar-right {
    transition: right 0.5s ease-in-out;
    position: fixed;
    top: 30px;
    z-index: 99999;
    right: 35px;
}

.header.header-scroll .navbar-right .header_burgerBtn {
    opacity: 1;
    display: flex;
    visibility: visible;
}
.header-container {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.main-navigation {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
}

.main-navigation > div > ul > li:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d46142;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.115, 0.87, 0.19, 1);
    transition: -webkit-transform 1s cubic-bezier(0.115, 0.87, 0.19, 1);
    transition: transform 1s cubic-bezier(0.115, 0.87, 0.19, 1);
    transition:
        transform 1s cubic-bezier(0.115, 0.87, 0.19, 1),
        -webkit-transform 1s cubic-bezier(0.115, 0.87, 0.19, 1);
}

.main-navigation > div > ul > li > a {
    color: #000000db;
    font-size: 18px;
    line-height: 1.1;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-navigation > div > ul > li:hover:before {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.main-navigation > div > ul > li:hover > a,
.hidden-nav-items > ul > li > a:hover,
.small-links > ul > li > a:hover,
.header-menu-social a:hover,
.header-menu-cta-info p a:hover {
    color: #d46142;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 0px;
}

button {
    border: none;
}

.button_link .button_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.button_dot:after,
.button_link .button_dot::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease-in-out;
}

.button_link .button_dot::before {
    background-image: linear-gradient(90deg, #d46142, #f8a528);
}

.button_link .button_dot::after {
    background: #fff;
    transition-duration: 0.3s;
}

.button_link:hover:hover .button_dot::before {
    transform: translate(-50%, -50%) scale(100);
}

.button_link:hover:hover .button_dot::after {
    transform: translate(-50%, -50%) scale(1);
}

.header-talk-btn {
    border: 1px solid #d6694cbd;
    border-radius: 100px;
    padding: 15px 25px;
    background: none;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
    font:
        500 16px/1.008 "Gilroy-Medium",
        Arial,
        sans-serif;
    color: #2e2f30;
    text-transform: capitalize;
    white-space: nowrap;
    text-decoration: none;
    background: #fff;
}

.header-talk-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
}

.header_burgerBtn > div {
    width: 20px;
    height: 14px;
    position: relative;
}

.header_burgerBtn > div span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.22s ease-in-out;
    transition-property: top, transform;
}

.header_burgerBtn > div span:first-child {
    top: 0;
}

.header_burgerBtn > div span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header_burgerBtn > div span:last-child {
    top: 100%;
    transform: translateY(-100%);
}

.header_burgerBtn:hover > div span:first-child,
.header_burgerBtn:hover > div span:last-child {
    top: 50%;
    transform: translateY(-50%);
}

.hero-section .button_link {
    margin-right: 17px;
}
.hero-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(154.86% 76.83% at 50% 22.26%, rgb(255, 255, 255) 8.98%, #d461420d 45.99%);
}
.hero-section .main-banner__wave-wrapper {
    bottom: 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}
.main-banner__wave {
    display: block;
    pointer-events: none;
    position: relative;
    transition: transform 0.3s;
    width: 284.44444rem;
}
.hero-section .client-marquee-list li img {
    max-width: 100%;
    opacity: 0.6;
    height: 90px;
}

.client-marquee-list li:hover img {
    opacity: 1;
    -webkit-filter: inherit;
    filter: inherit;
}

.end-to-end .section-to-title .section__description {
    line-height: 28px;
    padding-right: 35px;
}

.flexgrid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    grid-gap: 28px;
}

.flexgrid--center {
    justify-content: center;
}

.end-to-end .section-to-title,
.end-to-end .section__wrap {
    grid-column: span 6;
}

.services .services__subtitle {
    line-height: 35px;
    font-size: 20px;
    letter-spacing: -0.53px;
    margin-bottom: 5px;
}

.services {
    color: #111;
    line-height: 1.618;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 17px;
}

.services:last-child {
    margin-bottom: 0;
}

.product-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    height: 180px;
}

.product-card::before {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.3s ease;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card h4 {
    font-size: 19px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 100%;
    z-index: 2;
    text-align: left;
    font-weight: 400;
}

.our-industry-card .our-industry-img {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.our-industry-content .title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #111;
    padding: 0;
    z-index: 1;
    position: relative;
}

.our-industry-content .text-link {
    font-size: 14px;
}
.our-industry-content p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 21px;
}

.industry-card:hover {
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    cursor: pointer;
}

.industry-card:hover *,
.industry-card:hover .title {
    color: #fff;
}

.industry-card:hover .text-link {
    background-image: linear-gradient(90deg, #fff, #fff);
    -webkit-text-fill-color: transparent;
    gap: 15px;
}
.industry-card:hover .text-link svg path {
    stroke: #fff;
}
.our-industry-content h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding: 0 0 15px 0;
    color: #000;
    opacity: 0.8;
}

.section {
    margin-top: 80px;
}
.our-industry-section {
    padding: 60px 0 60px 0;
    margin-top: 80px;
    background: #faf9f6;
}

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

.m-auto {
    margin: 0 auto;
    max-width: 765px;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.project__cursor {
    width: 110px;
    height: 110px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    pointer-events: none;
    display: none;
    z-index: 99999;
    text-align: center;
}

.project__cursor span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}

@font-face {
    font-family: GT Walsheim;
    src:
        local("GT Walsheim Regular"),
        local("GTWalsheim-Regular"),
        url("../fonts/GTWalsheim-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: GT Walsheim;
    src:
        local("GT Walsheim Bold"),
        local("GTWalsheimBold"),
        url("../fonts/GTWalsheimBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.header-container-small {
    max-width: 960px;
}

.navbar-left {
    padding: 2px 0 0 0;
}
.navbar-left a img {
    width: 122px;
    object-fit: cover;
}

.header .container {
    transition: max-width 0.5s ease-in-out;
}

.header.header-scroll .container {
    transition: max-width 0.5s ease-in-out;
}

.header-container {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.main-navigation > div {
    display: -webkit-box;
    display: flex;
    height: 100%;
}

.navbar-middle {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
}

.main-navigation > div > ul {
    gap: 30px;
}

.main-navigation > div > ul,
.main-navigation > div > ul > li {
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation > div > ul > li {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

button {
    border: none;
}

.hidden-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 43.75rem;
}

.hidden-nav-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden-nav-items > ul > li > a {
    color: #111;
    display: inline-block;
    font-size: 4.2rem;
    -webkit-transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hidden-nav-items > ul {
    margin-bottom: 3rem;
}

.small-links > ul > li {
    margin-bottom: 1rem;
}

.small-links > ul > li > a {
    margin-bottom: 1.1rem;
    -webkit-transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 1.8em;
    color: #111111b5;

    display: block;
}

.hidden-menu-cta-title {
    font-weight: 600;

    font-size: 40px;
    color: #000000de;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hidden-menu-cta p {
    line-height: 1.48;
    font-size: 1.1rem;
    color: #000000c2;
    letter-spacing: 0px;
}

.header-menu-cta-info h4 {
    color: #000;
    margin: 0;
    font-size: 1.35rem;
}

.header-menu-cta-info {
    padding-top: 2rem;
}

.header-menu-cta-info p {
    margin: 0;
    padding-top: 0.9rem;
}

.header-menu-cta-info p a {
    color: inherit;
}

.header-menu-social a {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #111;
}

.hidden-transition {
    position: absolute;
    background: #d46142;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    pointer-events: none;
}

.main-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.main-container-expand {
    max-width: 1500px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.button_link {
    font-size: 16px;
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;
}

.button_link .button_container {
    padding: 16px 25px;
    white-space: nowrap;
    border-radius: 100px;
    background: #d46142;
    display: flex;
    gap: 10px;
    align-items: center;
    overflow: hidden;
}

.button_container .button_text {
    display: flex;
    flex-direction: column;
    font:
        500 16px/1 "Gilroy-Medium",
        Arial,
        sans-serif;
    color: #fff;
    height: 1em;
    overflow: hidden;

    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.button_container .button_text span {
    transition: transform 0.4s ease-in-out;
}

.button_link:hover .button_text span {
    transform: translateY(-100%);
}

.button_link .button_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.button_dot:after,
.button_link .button_dot::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease-in-out;
}

.button_link .button_dot::before {
    background-image: linear-gradient(90deg, #d46142, #f8a528);
}

.button_link .button_dot::after {
    background: #fff;
    transition-duration: 0.3s;
}

.button_link:hover:hover .button_dot::before {
    transform: translate(-50%, -50%) scale(100);
}

.button_link:hover:hover .button_dot::after {
    transform: translate(-50%, -50%) scale(1);
}

.header-talk-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
}

.header_burgerBtn {
    transition: 0.3s opacity ease-in;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin-left: 16px;
    width: 53px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1e8cca;
    display: none;
    align-items: center;
    justify-content: center;
}

.header_burgerBtn > div span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.22s ease-in-out;
    transition-property: top, transform;
}

.hero-section .client-marquee-list li img {
    max-width: 100%;
    opacity: 0.6;
    height: 90px;
}

.hero-section .client-marquee-list li:hover img {
    opacity: 1;
    -webkit-filter: inherit;
    filter: inherit;
}

.hero-section .hero-content {
    padding: 90px 0 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.hero_title {
    color: rgb(0, 52, 61);
    position: relative;
    margin: 0;
    padding-right: 0;
    line-height: 60px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.hero-left {
    position: relative;
    margin-bottom: auto;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  max-width: 730px;
}

.hero-right svg {
    width: 100%;
}
.hero-left p {
	color: rgb(0, 52, 61);
	margin: 25px 0 30px 0;
	font-size: 23px;
	line-height: 33px;
	max-width: 600px;
	letter-spacing: -0.6px;
}
.hero_title span {
    margin: 0;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
     padding-bottom: 0;
       min-height: 65px;
}
.section-to-title {
    flex-wrap: wrap;
    max-width: 570px;
    color: rgb(0, 52, 61);
}

.section-to-title .section__title {
    line-height: 45px;
    font-size: 45px;
    letter-spacing: -0.8px;
}

.section-to-title .section__description {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 25px;
}
.end-to-end .section-to-title .section__description {
    padding-top: 24px;
    padding-right: 35px;
}

.sticky {
    position: sticky;
    top: 50px;
}

.services .services__img {
    display: block;
    height: 62px;
    min-width: 62px;
    margin-bottom: 12px;
}

.services:last-child {
    margin-bottom: 0;
}

.product-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    height: 180px;
}

.product-card::before {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.3s ease;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card h4 {
    font-size: 19px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 100%;
    z-index: 2;
    text-align: left;
    font-weight: 400;
}

.our-industry-items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-top: 40px;
}
.our-industry-card .our-industry-img {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.our-industry-content p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 21px;
}

.industry-card {
    position: relative;
    padding: 30px 35px;
    background: #ffffffad;
    border-radius: 8px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #0000001a;
}

.industry-card:hover {
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    cursor: pointer;
}

.industry-card:hover *,
.industry-card:hover .title {
    color: #fff;
}
.background-color-black {
    background-color: #fff;
    padding: 60px 0;
}

.background-color-black .section-to-title .section__title {
    color: #d46142;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.is-contrast {
    color: #fff;
}
.text-center {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
    max-width: 765px;
}

.case-card {
    padding: 30px;
    text-align: left;
    border: 2px solid #f4f1ea;
    border-radius: 10px;
    cursor: none;
    background: #fff;
    display: block;
}

.case-card .tag {
    display: inline-block;
    border: 1px solid #d46142;
    color: #d46142;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 77px;
    margin-bottom: 11px;
}

.case-card h3 {
    font-size: 32px;
    color: #111;
    line-height: 1.1;
    letter-spacing: -0.3px;
    margin: 7px 0 25px 0;
}

.case-card ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
    color: #111;
}

.case-card ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}

.case-card img {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    object-fit: cover;
}

.project__cursor {
    width: 110px;
    height: 110px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    pointer-events: none;
    display: none;
    z-index: 99999;
    text-align: center;
}

.project__cursor span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}

.our-industry-section .section-to-title .section__description {
    padding-top: 15px;
    margin-bottom: 0;
}

.faq-section {
    margin-top: 80px;
    background: #e684350f;
    padding: 60px 0;
}
.faq-section .section-to-title .section__title {
    padding-right: 63px;
}
.accordion-col {
    border-top: 1px solid #00000024;
    padding: 14px 0;
}

.accordion-col:first-child {
    padding-top: 0;
    border-top: none;
}

.accordion-col .accordion-header {
    font-size: 20px;
    letter-spacing: -0.53px;
    cursor: pointer;
    padding-right: 22px;
    font-weight: 600;
    color: #111;
    position: relative;
}
.accordion-col .accordion-panel {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px 6px 0px;
    display: none;
    opacity: 0.8;
}
.accordion-col .accordion-header::before {
    background-color: #d461424a;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI5MkEzOSIgZD0ibTguOTcyLjczLjk5NS45OTUtNi44MjEgNi44Mmg2LjExdjEuNDIySC43M1YxLjQ0aDEuNDJ2Ni4xMTFMOC45NzMuNzNaIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border-radius: 50%;
    content: "";
    height: 1.625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
    width: 1.625rem;
    transition: 0.3s ease;
}
.all {
    margin-top: 45px;
}
.accordion-col.active .accordion-header:before {
    transform: translateY(-50%) rotate(180deg);
}

.section-logos .container .client-marquee-list li img {
    filter: inherit;
    opacity: 1;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

.section-logos .container {
    overflow: hidden;
}
.client-marquee-list {
    padding: 20px 0 0 0;
    list-style: none;
    padding-inline: 0;
    display: flex;
    width: max-content;
    animation: scrollMarquee 30s linear infinite;
    gap: 50px;
    justify-content: center;
    margin: 0;
}

.client-marquee-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}

.client-marquee-list li img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}
@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }

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

.section-logos {
    margin-top: 35px;
}

.section-logos .section-to-title .section__description {
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 8px;
    color: #000;
    opacity: 0.75;
    font-weight: 300;
}
.hero_logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero_logo .container {
    overflow: hidden;
}
.hero_logo .logo_title {
    color: rgb(0, 52, 61);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0px 0 35px 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero_logo .flex {
    gap: 50px;
    -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 30%, #000 70%, transparent 95%);
    mask-image: linear-gradient(90deg, transparent 5%, #000 30%, #000 70%, transparent 95%);
}
.flex-middle {
    align-items: center;
}
.hero_logo .hero_clients-wrap {
    gap: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.end-to-end,
.section_insights {
    padding-top: 80px;
}

.insights-wrap {
    margin-top: 40px;
}

.blog-item__image {
    display: block;
    margin-bottom: 14px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.blog-item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-item__textblock > div {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 1;
    margin-bottom: 5px;
}
.blog-item__textblock > div p {
    margin: 0;
    font-size: 14px;
    color: #040c10;
    line-height: 1.7;
    font-weight: 400;
    opacity: 1;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transition: 0.3s ease;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}
.text-link:hover {
    gap: 15px;
}
.text-link svg {
    width: 25px;
    height: 25px;
    fill: #d46142;
}
.text-link svg path {
    stroke: #d46142;
}
.blog-item__textblock h3 a {
    color: #000;
    font-size: 22px;
    line-height: 1.3;
    display: block;
    font-weight: 600;
}

.blog-item__textblock p {
    margin: 7px 0 20px 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.8;
}

.footer {
    background: #222;
    color: #ccc;
    padding: 50px 0px 30px 0;
    position: sticky;
    bottom: 0;
    z-index: 0;
    left: 0;
    width: 100%;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 19px;
}

.footer-brand {
    grid-column: span 4;
}
.footer-brand .logo img {
    width: 160px;
    margin-bottom: 6px;
}

.footer-brand .tagline {
    font-size: 20px;
    font-weight: 500;
    color: #ffffffa6;
    margin-bottom: 0;
    line-height: 1.3;
}

.footer-links {
    display: grid;
    gap: 15px;
    grid-column: span 8;
    grid-template-columns: repeat(3, 1fr);
}

.footer-links .column {
    min-width: 180px;
}

.footer-links h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.footer-links ul li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15.2px;
    line-height: 1.45;
}

.footer-links ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #fff;
}

.footer-top-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 25px;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 35px;
    align-items: center;
}

.footer-left {
    grid-column: span 7;
}
.footer-left h2 {
    letter-spacing: -0.8px;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.1;
    color: #d46142;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.contact-info {
    grid-column: span 5;
    margin-left: auto;
}

.footer-links .contact-box ul {
    margin: 0 0 15px 0;
}

.contact-box ul li {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-box ul li svg {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
}
.footer-links .contact-box li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-box li span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.social-icons {
    display: inline-flex;
    gap: 10px;
}

.social-icons a svg {
    width: 25px;
    height: 25px;
}
.social-icons a svg path {
    fill: #fff;
}
.social-icons a:hover svg path {
    fill: #d46142;
}

.copyright-content {
    font-size: 13px;
    padding: 20px 0 0 0;
    gap: 10px;
    font-weight: 500;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.copyright-content span {
    margin-left: auto;
    display: inline-block;
}

.copyright-content a {
    color: #aaa;
    font-size: 15px;
}
.copyright-content a:hover {
    color: #fff;
}

.bignav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 250;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.nav-menu-close {
    position: absolute;
    top: 30px;
    right: 53px;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0000000f;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 99999;
    border: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -5px 38px 97px -16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 38px 97px -16px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 38px 97px -16px rgba(0, 0, 0, 0.1);
}
.nav-menu-close::before {
    background-color: #111;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
    width: 20px;
}
.nav-menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);

    background-color: #111;
    height: 2px;
    width: 20px;
}
body.active .bignav {
    z-index: 251;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

body.active .bignav .nav-menu-close {
    opacity: 1;
    visibility: visible;
}

.bignav__items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

.bignav__left,
.bignav__right {
    flex: 1;
    background-color: #fff;
    height: 0;
    max-height: 0;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: all;
    transition-duration: 0.3s;
    overflow: hidden;
}

body.active .bignav .bignav__left {
    transition-duration: 1s;
    transition-delay: 0.2s;
}
body.active .bignav .bignav__right {
    transition-duration: 0.7s;
}
body.active .bignav .bignav__left,
body.active .bignav .bignav__right {
    height: 95%;
    max-height: calc(100vh - 55px);
    max-height: 700px;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bignav__left > div,
.bignav__right > div {
    padding: 23px 25px;
}
.bignav__left > div {
    margin-left: calc(50vw - 615px);
}

.bignav__left p {
    color: rgba(17, 17, 17, 0.8);
    margin-top: 10px;
    font-weight: 700;
}
.bignav__left p a {
    font-size: 20px;
    margin-left: 10px;
    border-bottom: 1px solid;
    font-weight: 700;
    color: #d46142;
}
.bignav__left--bottom {
    margin-top: 313px;
    opacity: 1;
}
.bignav__left .social-icons {
    margin: 15px 0 0 0;
    padding: 0;
}

.bignav__left .social-icons a {
    padding: 0;
    border: none;
    background-image: linear-gradient(90deg, #d46142, #f8a528);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    line-height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.bignav__left .social-icons a svg {
    width: 20px;
    height: 20px;
}
.bignav__left .social-icons a:hover svg path {
    fill: #fff;
}

.bignav__right > div > ul {
    position: relative;
    z-index: 3;
    list-style: none;
    padding: 0 10px 0 40px;
    margin: 0;
}

.bignav__right > div > ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 0.25s;
}

.bignav__right > div > ul li a {
    text-decoration: none;
    border-bottom: none;
    font-size: 48px;
    position: relative;
    font-weight: 700;
    color: rgb(0, 52, 61);
}

.bignav__right > div > ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -2.5%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30%;
    width: 105%;
    background: -webkit-gradient(linear, left top, right top, from(#d46142), to(#d46142));
    background: -webkit-linear-gradient(left, #d46142 0%, #d46142 100%);
    background: -moz-linear-gradient(left, #d46142 0%, #d46142 100%);
    background: -o-linear-gradient(left, #d46142 0%, #d46142 100%);
    background: linear-gradient(to right, #d46142 0%, #d46142 100%);
    background-repeat: no-repeat;
    -webkit-background-size: 0% 100%;
    -moz-background-size: 0% 100%;
    background-size: 0% 100%;
    opacity: 1;
    will-change: transform, opacity;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bignav__right > div > ul li a:hover:before {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
body.active .bignav .bignav__right li {
    opacity: 1;
    transform: translateY(0);
}
body.active .bignav .bignav__right li:nth-child(1) {
    transition-delay: 0.3s;
}
body.active .bignav .bignav__right li:nth-child(2) {
    transition-delay: 0.35s;
}
body.active .bignav .bignav__right li:nth-child(3) {
    transition-delay: 0.4s;
}
body.active .bignav .bignav__right li:nth-child(4) {
    transition-delay: 0.45s;
}
body.active .bignav .bignav__right li:nth-child(5) {
    transition-delay: 0.5s;
}
body.active .bignav .bignav__right li:nth-child(6) {
    transition-delay: 0.55s;
}

#main {
    position: relative;
    background: #fff;
    z-index: 1;
}

.index-hero__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
    position: absolute;
    right: 0;
}

.index-hero__right > div {
    max-width: 570px;
}

.page-header .header {
    position: static;
    border-bottom: 1px solid #0000001c;
}
.title-lg {
    font-size: 17px;
    font-weight: 600;
    display: block;
    line-height: 1.125em;
    margin-bottom: 9px;
}

.section-core-values {
    margin-top: 80px;
    padding: 50px 0;
    background-color: #1e8cca0f;
    background: linear-gradient(180deg, #fff9f9 0%, #f2f9ff 100%);
}

.section-core-values .section-to-title {
    max-width: inherit;
    margin-bottom: 35px;
}
.section-core-values .section-to-title .section__title {
    font-size: 40px;
}
.core-values-col .slides {
    height: 300px;
}

.core-values-col .slides .content {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.75, 0, 0.85, 1);
    width: 100%;
}
.core-values-col .slides-passion {
    background-color: #ff5d5d;
}
.core-values-col .slides-innovate {
    background-color: #186bf3;
}
.core-values-col .slides-respect {
    background-color: #0bd8a2;
}
.core-values-col .slides-discipline {
    background-color: #d2a34a;
}
.core-values-col .back,
.core-values-col .front {
    backface-visibility: hidden;
    border-radius: 1.33333rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    width: 100%;
}
.core-values-col .back .inner,
.core-values-col .front .inner {
    display: grid;
    height: 100%;
    padding: 1.5em 1em;
    transform: translateZ(80px) scale(0.94);
}
.core-values-col .back .inner img,
.core-values-col .front .inner img {
    height: auto;
    width: 100%;
}

.core-values-col .front .inner {
    align-items: center;
    justify-items: center;
}
.core-values-col .back {
    transform: rotateY(180deg);
}
.core-values-col .back .innter {
    justify-items: center;
}
.core-values-col .slides-passion .description {
    color: #00343d;
}
.core-values-col .description p {
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: 17px;
}

.core-values-col .slides:hover .content {
    transform: rotateY(180deg);
}

.w-auto {
    max-width: inherit;
}

.clients-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
}

.clients-wrapper > div {
    flex-basis: 20%;
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.clients-wrapper > div img {
    max-width: 100%;
    height: auto;
}
.clients-wrapper::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    /* background-color: #fff; */
    content: "";
    z-index: 2;
}
.page-banner {
    padding: 140px 0 75px 0;
    position: relative;
    background-image: radial-gradient(154.86% 76.83% at 50% 22.26%, rgb(255, 255, 255) 8.98%, #d96b3e1c 45.99%);
}
.page-banner .main-banner__content-wrapper {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}
.page-banner .main-banner__wave-wrapper {
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}
.page-banner .main-banner__wave-wrapper .main-banner__wave {
    transform: translateX(-101.11111rem);
}

.page-banner .main-banner__image {
    border-radius: 1.11111rem;
    display: block;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    text-align: right;
}
.page-banner .main-banner__image img {
    background: #fff;
    border-radius: 1.11111rem;
    box-shadow: 0 5px 24px #140d0b26;
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.page-banner .main-banner__content-wrapper .hero_title + p {
    color: rgb(0, 52, 61);
    margin: 10px 0 30px 0;
    font-size: 23px;
    line-height: 33px;
    max-width: 720px;
    letter-spacing: -0.6px;
}
.introduction-text {
    margin-top: 32px;
}

.our-foundations {
    margin-top: 100px;
}

.about-hero__item--desc p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
}

.about-description-stats {
    margin: auto 0;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    color: rgb(0, 52, 61);
}

.about-description-stat h2 {
    font-size: 46px;
    margin-bottom: 3px;
}

.section-descriptions {
    margin-top: 30px;
}
.section-descriptions .flexgrid {
    gap: 35px;
}

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

ul.feature-list li {
    position: relative;
    line-height: 1.48;
    padding-left: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000024;
}

ul.feature-list li strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.9;
    letter-spacing: -0.3px;
}

ul.feature-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #333;
}

.our-foundations .section__title,
.section-descriptions .section__title,
.success-stories .section__title {
    padding-bottom: 25px;
}
.product-feature-wrap h3 {
    line-height: 45px;
    font-size: 30px;
    letter-spacing: -0.8px;
    padding-bottom: 17px !important;
}

.success-stories {
	background: #1e8cca0a;
	margin-top: 50px;
	padding: 50px 0;
}
.portfolio-wrap .case-card {
    padding: 0px 0 30px 0;
    text-align: left;
    border: 2px solid #f4f1ea;
    border-radius: 8px;
    cursor: none;
    background: #fff;
    display: flex !important;
    margin: 0 7px;
    flex-direction: column;
}

.portfolio-wrap .case-card h3 {
    font-size: 19px;
    color: #111;
    line-height: 1.1;
    letter-spacing: -0.3px;
    margin: 7px 0 0 24px;
    order: 2;
}
.portfolio-wrap .case-card img {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.blog-header {
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.blog-header h1 {
    color: rgb(0, 52, 61);
    position: relative;
    margin: 0;
    line-height: 58px;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.blog-header .post__date {
    font-size: 15px;
      margin-right: auto;
}

.featured-image img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.blog__detail {
    margin-top: 50px;
}

.post-detail, 
.post-date {
	display: flex;
	align-items: center;
    gap: 15px;
}

.post-date {
    gap: 8px;
}

.author-wrapper{
    gap: 10px;
    padding: 15px 0;
	margin: 25px 0 20px 0;
	border-top: 1px solid #0000001f;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
}

.author-wrapper
.share {
	margin-left: auto;
}
.author-wrapper
.share .st-btn {
    display: inline-block !important;
}
 .post-detail div {
	font-size: 13px;
	font-weight: 500;
	color: #111;
}
.post-detail div img, .post-detail a img {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 8px;
	border-radius: 100%;
	border: 1px solid #11111126;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #3333331a;
}
.description-area p {
    color: #111;
    font-size: 18px;
    line-height: 1.68;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0px 0 18px 0;
}

.description-area ul,
.description-area ol {
    margin: 0 0 15px 0;
    line-height: 1.78;
    padding: 0 0 0 25px;
}

.description-area p:last-child {
    margin-bottom: 0;
}
.description-area img {
    margin: 0px 0 22px 0;
    border-radius: 10px;
}
.description-area h2 {
    margin-bottom: 12px;
    font-size: 30px;
}
.description-area h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.description-area h4 {
    margin-bottom: 12px;
    font-size: 20px;
}
.description-area h5 {
    margin-bottom: 12px;
    font-size: 15px;
}
.description-area h6 {
    margin-bottom: 12px;
    font-size: 12px;
}
.description-area ul,
.description-area ol {
    margin: 0 0 15px 0;
    line-height: 1.78;
    padding: 0 0 0 25px;
}
.description-area ul li,
.description-area ol li {
    margin-top: 2px;
}

.services-item {
    border: 1px solid #d46142;
    border-radius: 20px;
    padding: 25px 28px;
    height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin: 0;
    -o-transition: all 0.3s linear;

    background-image: radial-gradient(154.86% 76.83% at 50% 22.26%, rgb(255, 255, 255) 8.98%, #d96b3e0a 45.99%);
}

.services-item:hover {
    -webkit-box-shadow:
        -3px 3px 0 -1px #fff,
        -3px 3px 0 0 #d46142,
        -6px 6px 0 -1px #fff,
        -6px 6px 0 0 #d46142;
    box-shadow:
        -3px 3px 0 -1px #fff,
        -3px 3px 0 0 #d46142,
        -6px 6px 0 -1px #fff,
        -6px 6px 0 0 #d46142;
    transform: translate(6px, -6px);
    -webkit-transform: translate(6px, -6px);
    -moz-transform: translate(6px, -6px);
    -ms-transform: translate(6px, -6px);
    -o-transform: translate(6px, -6px);
}

.services-item .services__subtitle {
    line-height: 26px;
    font-size: 20px;
}

.contact-form__contact-column p {
    margin-bottom: 10px;
    font-size: 16.2px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}
.contact-form__contact-column p svg {
    position: absolute;
    left: 0;
    top: 4px;
}
.contact-form__contact-column p strong {
    display: block;
    font-size: 16px;
}
.contact-form__contact-column .social-icons {
    margin: 12px 0;
    gap: 4px;
}

.contact-form__contact-column .social-icons svg path {
    fill: #000000d1;
}

.map-frame {
    margin-top: 30px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 24px #140d0b26;
}
.map-frame iframe {
    border: 0;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.contact-form__contact-details form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-form__contact-details form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #111;
    font-size: 16px;
}

.contact-form__contact-details form > div {
    flex: 1 1 48%;
}

.contact-form__contact-details form > div:last-child {
    flex: 1 1 100%;
}
/* Inputs and textarea */

.contact-form__contact-details form input[type="text"],
.contact-form__contact-details form input[type="email"],
.contact-form__contact-details form input[type="tel"],
.contact-form__contact-details form textarea {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d5db;
    background-color: transparent;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 20px;
    color: #1f2937;
}
.contact-form__contact-details form input[type="text"]:focus,
.contact-form__contact-details form input[type="email"]:focus,
.contact-form__contact-details form input[type="tel"]:focus,
.contact-form__contact-details form textarea:focus {
    border-color: #1e8cca;
    background-color: #1e8cca0d;
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: none;
}

.contact-form__contact-details form textarea {
    min-height: 100px;
    resize: vertical;
}

.project-detail .content-wrap h1 {
    margin: 1.25rem 0;
    color: rgb(0, 52, 61);
    line-height: 63px;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.project-detail .tagline {
    font-size: 15px;
    color: #d46142;
}
.project-detail .content-wrap p {
    color: rgb(0, 52, 61);
    margin: 0px 0 30px 0;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.6px;
}

.project-intro-lists li {
    display: block;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 1.0rem;
}
.project-intro-lists li strong {
    display: block;
    font-size: 15px;
    color: rgb(0, 52, 61);
    font-weight: 600;
    margin-bottom: 5px;
}
.featured-image-wrap {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 24px #140d0b26;
}

.section-technology-used .client-marquee-list {
    padding: 30px 0 0 0;
}
.section-technology-used .client-marquee-list li {
    width: 110px;
}
.section-technology-used .client-marquee-list li img {
    width: 100%;
    height: 120px;
}

.title_content-wrapper {
  background-image: radial-gradient(154.86% 76.83% at 50% 22.26%, rgb(255, 255, 255) 8.98%, #d96b3e1c 45.99%);
  padding: 80px 30px 0 30px;
  margin-top: 40px;
}
.title_content-wrapper .description-area {
    margin-bottom: 35px;
}
.media_slider-img {
    margin-top: 35px;
}
.media_slider-img .slick-dots {
bottom: 30px;
}
.portfolio-wrap{
    margin-top: 30px;
}
.portfolio-wrap .slick-dots li,
.media_slider-img .slick-dots li {
    margin: 0;
}
.portfolio-wrap .slick-dots li button,
.media_slider-img .slick-dots li button {
    margin: 0;
    padding: 0;
}
.media_slider-img .slick-slide {
    margin: 0 10px;
}

.portfolio-wrap .slick-dots li button:before,
.media_slider-img .slick-dots li button:before {
    padding: 0;
    font-size: 12px;
    margin: 0;
}
.media_slider-img .slick-dots li button:before {
    color: #fff;
}

.portfolio-wrap .slick-dots li.slick-active button::before,
.media_slider-img .slick-dots li.slick-active button::before {
    color: #d46142;
    opacity: 1;
}

.media_slider-img .slick-dots li.slick-active button::before {
    color: #fff;
}

.default-page-banner .section__title {
    margin-bottom: 25px;

}
.container.container-small {
	max-width: 960px;
}