.section-spacing{
    padding: 120px 0;
}
.inner-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0 0 12px;
    font-weight: var(--fw-500);
    color: var(--color-green);
    letter-spacing: 5.66px;
    font-family: var(--font-sfprodisplay);
}
/**/
.header-main {
    position: fixed;
    background: transparent;
    border-bottom: 1px solid hsl(0deg 0% 100% / 9%);
    left: 0;
    width: 100%;
}
.navbar-brand {
    filter: brightness(0) invert(1);
}
.header-main .nav-link {
    color: #ffffff !important;
}
.header-main .nav-link::after{
    filter: brightness(0) invert(1);
}
/**/
.inner-page-banner{
    padding: 150px 0 50px;
    background-image: url(../images/dubai/banner-bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.inner-page-banner:before {
    opacity: 0.85;
    background: linear-gradient(90deg, #001E33 33%, rgb(7 21 48 / 11%));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-page-banner .container{
    position: relative;
    z-index: 1;
}
.inner-banner-content {
    color: var(--color-white);
}
.inner-banner-content h1 {
    margin: 0 0 25px;
    line-height: 77px;
}
.inner-banner-content h1 span {
    font-weight: 400;
}
.inner-banner-content p {
    margin: 0;
}
.inner-banner-content ul {
    display: flex;
    gap: 30px;
    margin: 50px 0 0;
}
.inner-banner-content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 39px;
    position: relative;
    justify-content: center;
}
.inner-banner-content ul li:after {
    background-image: url(../images/dubai/wing-right.webp);
    right: 0;
    top: 0;
}
.inner-banner-content ul li:before {
    background-image: url(../images/dubai/wing-left.webp);
    left: 0;
    top: 0;
}
.inner-banner-content ul li:after, .inner-banner-content ul li:before {
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 39px;
    height: 100%;
    position: absolute;
}
.inner-banner-content ul li p {
    font-size: 11px;
    line-height: normal;
    margin: 5px 0;
}
.inner-banner-content .rating-star {
    display: flex;
    gap: 2px;
}
/**/
.experiences-dubai-sec .section-inner-head h2 {
    margin: 0 0 38px;
}
.experiences-dubai-sec .section-inner-discription {
    padding: 40px;
    background: #F8F7F3;
    width: calc(100% + 75%);
    margin-left: -75%;
}
/*counter-sec*/
.counter-sec{
    padding-bottom: 100px;
}
.counter-section {
    max-width: 1092px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.counter-section li {
    position: relative;
}

.counter-section li div {
    font-size: 80px;
    line-height: 65px;
    font-weight: var(--fw-700);
    margin: 0 0 12px;
    position:relative;
}
.counter-section li div:before {
    content: "";
    height: 48px;
    width: 48px;
    background: #02A738;
    vertical-align: bottom;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -17px;
    top: -13px;
}
.counter-section li p {
    font-size: 21px;
    font-weight: var(--fw-500);
    line-height: 32px;
}
/*cta */
.cta-bg {
    background: url(../images/dubai/cta-bg.webp), linear-gradient(180deg, #0C1B3C 0%, #192C53 100%);
    border-radius: 20px;
    display: flex;
    padding: 57px 64px 0px 65px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right 25px, center;
}
.cta-bg .cta-text {
    width: calc(100% - 359px);
    padding-right: 120px;
    padding-bottom: 57px;
    align-self: center;
}
.cta-bg .cta-img {
    width: 359px;
    align-self: flex-end;
}
.cta-bg  h2 {
    margin: 0 0 30px;
    font-weight: var(--fw-400);
    text-transform: inherit;
    font-size: 31px;
    line-height: 42px;
}
.cta-bg  h2 b{
    text-transform: capitalize;
}
/*.cta 2*/
.cta-section.cta-2 {
    padding-top: 46px;
}
.cta-2 .cta-bg {
    border-radius: 30px;
    padding: 60px 50px 0;
    background-color: #F8F7F3;
    color: var(--color-black);
    background-image: url(../images/dubai/cta-bg-1.webp), url(../images/dubai/cta-bg-2.webp);
    background-position: bottom left, center right 7%;
}
.cta-2 .cta-bg .cta-text {
    padding-bottom: 60px;
    align-self: flex-start;
    width: calc(100% - 529px);
    padding-right: 60px;
}
.cta-2 .cta-bg h2 {
    font-weight: var(--fw-500);
    margin: 0 0 15px;
}
.cta-2 .cta-bg p {
    margin: 0 0 30px;
}
.cta-2 .cta-bg .cta-btn{
    border: solid 1px var(--color-black);
}
.cta-2 .cta-bg .cta-btn:hover{
    border: solid 1px var(--color-green);
}
.cta-2 .cta-bg .cta-img {
    width: 529px;
    text-align: center;
    margin: -110px 0 0;
}
/**/
.top-features {
    background: #fff;
    padding-top: 86px;
}
.top-features .section-inner-head {
    max-width: 1270px;
    text-align: center;
    margin: 0 auto 0;
}
.top-features-outer > .row::before {
    border-top: solid 1px #CFD2C3;
    padding-bottom: 60px;
    margin-top: 60px;
    display: block;
    content: "";
    height: 1px;
    width: calc(100% - 1.5rem);
    margin-left: 0.7rem;
}
.top-features-text {
    max-width: 558px;
}
.top-features-text h3 {
    color: var(--color-black);
    font-weight: var(--fw-500);
    margin: 0 0 20px;
}
.top-features-text .cta-btn{
    border: solid 1px var(--color-black);
}
.top-features-text .cta-btn:hover{
    border: solid 1px var(--color-green);
}
.top-features-disc {
    margin: 0 0 40px;
}
.top-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
}
.top-features-list h4 {
    margin: 0;
    min-height: 104px;
    background: #182A51;
    display: flex;
    color: var(--color-white);
    align-items: center;
    padding: 15px 12px 15px 63px;
    font-size: 20px;
    line-height: normal;
    font-weight: var(--fw-400);
    position: relative;
}
.top-features-list h4:before {
    content: "";
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #02A738;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3307 1L4.9974 8.33333L1.66406 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}
/* leading-app-sec */
.leading-app-sec{
    background-image: url(../images/dubai/dubai-bg-2.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.leading-app-sec:before {
    opacity: 0.80;
    background: #071530;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.leading-app-sec .container{
    position: relative;
    z-index: 1;
}
.leading-app-sec .section-inner-head,
.leading-app-sec .section-inner-discription {
    color: #fff;
}
.leading-list-outer {
    margin: 60px 0 0;
}
.leading-list-outer .leading-list {
    display: flex;
    padding: 28px 40px;
    background: #FFFFFF;
    align-items: center;
    border-radius: 10px;
    position: sticky;
    box-shadow: 10px 9px 50px rgb(0 0 0 / 37%);
}
.list-1 {
  top: 120px;
}
.list-2 {
  top: 140px;
}
.list-3 {
  top: 160px;
}
.list-4 {
  top: 160px;
}
.leading-list-outer .leading-list:not(:last-child){
    margin-bottom: 30px;
}
.leading-list-outer .leading-list .leading-head {
    display: flex;
    align-items: center;
    width: 417px;
    padding-right: 24px;
}
.leading-list-outer .leading-list .leading-head .leading-icon {
    width: 70px;
}
.leading-list-outer .leading-list .leading-head  h3 {
    width: calc(100% - 70px);
    color: var(--color-black);
    font-size: 24px;
    line-height: 34px;
    padding-left: 19px;
    margin: 0;
}
.leading-list-outer .leading-list  .leading-disc {
    width: calc(100% - 417px);
    padding-left: 44px;
    border-left: solid 1px #939fb759;
}
.leading-list-outer .leading-list .leading-disc p {
    margin: 0 0 20px;
}
.leading-list-outer .leading-list .leading-disc  a.btn-link-arrow {
    color: var(--color-black);
    position: relative;
}
.leading-list-outer .leading-list .leading-disc a.btn-link-arrow::before {
    z-index: 1;
}
.leading-list-outer .leading-list .leading-disc a.btn-link-arrow> span {
    position: relative;
    z-index: 2;
}
/*  */
.industries-transformed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.industries-transformed-grid .industries-list {
    position: relative;
    border-radius: 17px;
    background: #F2F5F7;
    transition: var(--ease-in-out);
    padding: 10px 10px 27px;
}
.industries-transformed-grid .industries-list .industries-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
}
.industries-transformed-grid .industries-list .industries-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industries-transformed-grid .industries-list .industries-img:before {
    opacity: 0;
    background: linear-gradient(180deg, #0C1B3C, #192C53);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: var(--ease-in-out);
    top: 0;
}
.industries-transformed-grid .industries-list .industries-img:after {
    content: "";
    height: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: var(--ease-in-out);
    background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18" cy="18" r="18" fill="white"/><path d="M15.2969 23.85L20.9219 18.225L15.2969 12.6" stroke="%2302A738" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: translate(-50%, -50%);
}
.industries-transformed-grid .industries-list .industries-text {
    padding: 20px 0 0;
}
.industries-transformed-grid .industries-list .industries-text h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 7px;
}
.industries-transformed-grid .industries-list .industries-text  p {
    font-size: 14px;
    line-height: normal;
}
.industries-transformed-grid .industries-list:hover .industries-img:before{
    opacity: 0.5;
}
.industries-transformed-grid .industries-list:hover .industries-img:after{
    opacity: 1;
    visibility: visible;
}
/**/
.development-process .section-inner-head {
    max-width: 1050px;
    text-align: center;
    margin: 0 auto 60px;
}
.development-list-outer {
    display: flex;
}
.development-list-outer .development-list-tab {
    width: 315px;
}
.development-list-outer .development-list-tab ul {
    flex-direction: column;
}
.development-list-outer .development-list-tab ul li a{
    display: flex;
    align-items: center;
    position: relative;
}
.development-list-outer .development-list-tab ul li:not(:last-child) a {
    padding-bottom: 45px;
}
.development-list-outer .development-list-tab ul li:not(:last-child) a:after {
    content: "";
    height: 100%;
    width: 1px;
    border-left: dashed 1px #000;
    position: absolute;
    top: 80px;
    left: 44px;
    z-index: -1;
}
.development-list-outer .development-list-tab ul li a.active .service-title{
    color: var(--color-white) !important;
    background: var(--color-green);
}
.service-title {
    width: calc(100% - 50px);
    background: #F2F5F7;
    padding: 16px 20px 16px 50px;
    font-size: 20px;
    line-height: 29px;
    margin-left: -40px;
    border-radius: 0 50px 50px 0;
}
.development-list .icn:before{
    position: relative;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #B2AC92;
    position: absolute;
    content: "";
    webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}
.development-list .icn {
    position: relative;
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    justify-content: center;
}

.development-list .icn:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    position: absolute;
    content: "";
    webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}
.development-list .icn img {
    max-width: 40px;
    position: relative;
    z-index: 1;
}
.development-list-outer .development-list-content {
    width: calc(100% - 315px);
    padding-left: 30px;
}
.development-list-outer .development-list-content > div {
    height: 100%;
}
/*contact-sec*/
.contact-sec { padding: 120px 0 0; background: #fff; }
.contact-sec .section-inner-head h2 {
    margin: 0 0 7px;
}
.contact-sec .section-inner-head .inner-subtitle {
    margin: 0;
}
.contact-sec .section-inner-head {
    margin: 48px 0 60px;
}
.contact-sec-inner {
    padding: 60px 0 120px;
    background:url(../images/home/contact-bg.svg), linear-gradient(180deg, #112C63 0%, #142547 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.development-list-outer .development-list-content > div .development-content {
    height: 100%;
    background: linear-gradient(180deg, #0C1B3C 0%, #192C53 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.development-list-outer .development-list-content > div .development-content > .development-bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: soft-light;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.development-list-outer .development-list-content > div .development-content .development-content-main {
    border-radius: 20px;
    padding: 67px 50px;
    height: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
}
.development-content-main h3 {
    margin: 0 0 20px;
}
.development-content-main h4 {
    font-size: 20px;
    font-weight: var(--fw-500);
    color: var(--color-green);
    margin: 0 0 30px;
}
.development-content-main p {
    margin: 0 0 40px;
}
.development-content-main ul {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
}
.development-content-main ul li {
    min-width: 183px;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 25px 18px;
    max-width: 183px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.development-content-main ul li p {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
}
/**/
.awards-sec{
    background: #F8F7F3;
}
.awards-sec .cta-btn {
    box-shadow: 0 9px 32px hsl(0deg 0% 31.76% / 6%);
}
.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.awards-grid .awards-box {
    background-color: var(--color-white);
    box-shadow: 0 9px 32px hsl(0deg 0% 31.76% / 6%);
    border-radius: 10px;
    padding: 34px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
/**/
.featured-platforms .section-inner-head {
    max-width: 555px;
}
.featured-platform-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.featured-platform-card .featured-platforms-box {
    text-align: center;
    background: #F2F5F7;
    padding: 22px;
    border-radius: 10px;
}
/**/
.development-services-img {
    position: relative;
    overflow: hidden;
    height: 476px;
    width: 100%;
    border-radius: 20px;
}
.development-services-img  .development-icon {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 147px;
    height: 145px;
}
.development-services-img .development-services-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.development-services .section-inner-head h2 {
    margin: 0 0 20px;
}
.development-services .section-inner-head .section-inner-discription {
    margin: 0 0 30px;
}
.development-services .section-inner-head ol {
    padding: 0 0 0 18px;
    margin: 0;
}
.development-services .section-inner-head ol li:not(:last-child) {
    margin: 0px 0 10px;
}
.development-services .cta-btn {
    border: solid 1px var(--color-black);
    margin: 30px 0 0;
}
.development-services .cta-btn:hover {
    border: solid 1px var(--color-green);
}
/**/
.contact-grid {
    display: flex;
}
.contact-grid .contact-left {
    width: calc(100% - 660px);
    padding-right: 30px;
    position: relative;
}
.contact-seprator {
    position: absolute;
    right: 54px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #294A8C;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-seprator:after,.contact-seprator:before {
    height: calc(50% - 20px);
    top: 0;
    position: absolute;
    width: 1px;
    content: "";
    background: #294A8C;
    left: 8px;
}
.contact-seprator:before {
    top: auto;
    bottom: 0;
}
.contact-details {
    max-width: 577px;
}

.contact-details a {
    padding: 20px 27px;
    background: rgb(255 255 255 / 6%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(80px);
}
.contact-details a .contact-data-inner {
    padding-left: 17px;
        font-size: var(--font-20);
    word-break: break-word;
    font-weight: var(--fw-500);
    color: var(--color-white);
}
.contact-data-inner p {
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #FDCD56;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: var(--fw-700);
    line-height: 20px;
}
.contact-details a:not(:last-child) {
    margin: 0 0 20px;
}
.contact-get-outer {
    max-width: 577px;
    display: flex;
    gap: 28px;
    margin: 40px 0 0;
    width: 100%;
    color: #fff;
}
.contact-get-outer h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 18px;
}
.contact-get-left ul li {
    position: relative;
    padding-left: 31px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}
.contact-get-left ul li:not(:last-child) {
    margin: 0 0 10px;
}
.contact-get-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3334 1L5.00002 8.33333L1.66669 5" stroke="%23FDCD56" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
}
.contact-get-right {
    width: calc(50% - 20px);
}
.contact-get-right .contact-get-col {
    display: flex;
    padding: 12px 40px;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 8%), hsl(0deg 0% 100% / 1%));
    align-items: center;
    gap: 13px;
    backdrop-filter: blur(80px);
    border-radius: 50px;
}
.contact-get-right .contact-get-col:not(:last-child) {
    margin: 0 0 13px;
}
.contact-get-right .contact-get-col .contact-get-text {
    font-size: 20px;
    font-weight: 700;
}
.contact-get-right .contact-get-col .contact-get-text span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.contact-form-home {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    width: 660px;
    margin-top: -255px;
    box-shadow: 21px 15px 41px hsl(208.89deg 49.69% 31.96% / 17%);
}
.contact-form-head {
    margin: 0 0 30px;
}
.contact-form-home form .form-group {
    margin-bottom: 24px;
}
.form-group select.form-control {
    padding: 15px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5.5 5L10 1" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.form-group {
    position: relative;
}
.form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
}
.form-control {
    box-shadow: none !important;
    outline: none !important;
    padding: 20px 15px;
    border: 0;
    background-color: #F2F5F7;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 55px;
    font-family: var(--font-sfprodisplay);
    border-radius: 5px;
}
.form-control:focus {
    color: #000;
    background-color: #F2F5F7;
    outline: 0;
    box-shadow: none;
}

input.form-control::placeholder{
  color: #000 !important;
  opacity: 1 !important;
}
textarea.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #000 !important;
}
textarea::-webkit-input-placeholder {
color: #000  !important;
}

textarea:-moz-placeholder {
color: #000  !important;  
}

textarea:-ms-input-placeholder {
color: #000  !important;  
}
.contact-form-home .button-group button {
    max-width: 193px;
    width: 100%;
}
.contact-form-home form .form-group textarea.form-control {
    min-height: 133px;
    resize: none;
    padding-top: 5px;
}
.enter-value {
    display: flex;
}
.enter-value span {
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    color: #000000;
    padding-top: 22px;
}

.filelabel {
    max-width: 281px;
    border: 1px dashed #FDCD56;
    border-radius: 5px;
    display: block;
    padding: 18px 23px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: left;
    margin: 0;
    line-height: normal;
    color: #000000 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(253 205 86 / 8%);
}
.filelabel svg path {
    stroke: #000;
}
.filelabel .title {
    color: #000000;
    transition: 200ms color;
}
.filelabel:hover {
  border: 1px dashed var(--color-green);
}
.filelabel:hover .title {
  color: #000;
}
#FileInput{
    display:none;
}
.radio-list p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 13px;
}
.button-group .btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-form-home .button-group .btn {
    background: #fff;
    border-color: #fff;
}
.radio-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
.radio-list ul li {
    line-height: 19px;
}
.radio-list ul li input[type="radio"]:checked,
.radio-list ul li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-list ul li input[type="radio"]:checked + label, .radio-list ul li input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    line-height: normal;
    font-size: 14px;
}
.radio-list ul li input[type="radio"]:checked + label:before, .radio-list ul li input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #000;
}
.radio-list ul li input[type="radio"]:checked + label:after, .radio-list ul li input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #02A738;
    position: absolute;
    top: 4px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-list ul li input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-list ul li input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**/
.technologies-faq{
    background-color: #F2F5F7;
}
.frequently-asked-questions {
    margin: 50px 0 0;
}
.technologies-faq .frequently-asked-questions .accordion-item {
    padding: 0;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background-color: #fff;
}
.technologies-faq .frequently-asked-questions .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.technologies-faq .accordion-button {
    padding: 30px;
    color: #000 !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}
.technologies-faq .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}
.technologies-faq .accordion-header .accordion-button:focus {
    box-shadow: none !important;
}
.technologies-faq .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}
.technologies-faq .frequently-asked-questions .accordion-body {
    padding: 25px 30px 30px;
    max-width: 100%;
    background-color: var(--color-white);
    border: none;
    position: relative;
}
.technologies-faq .frequently-asked-questions .accordion-body p:not(:last-child){
    margin-bottom: 25px;
}
.technologies-faq .frequently-asked-questions .accordion-body::before {
    content: "";
    height: 1px;
    width: calc(100% - 60px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dfdfdf;
    position: absolute;
}


@media only screen and (max-width:1441px){
    /*    */
    .inner-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 5px;
        letter-spacing: 4.66px;
    }
    .cta-btn {
        padding: 5px 5px 5px 25px;
        gap: 15px;
        font-size: var(--font-16);
    }
    .section-spacing {
        padding: 80px 0;
    }
    
}