@import url(root.css);
/* font-family: "Alumni Sans", sans-serif; */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Raleway", sans-serif; */

a {
    text-decoration: none !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main{
    max-width: 100%;
    overflow: hidden;
}

header .icon-box-ct a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: unset;
    text-decoration: none;
}

header .icon-box-ct a .content * {
    margin: 0;
}

header .icon-box-ct a .content  h3 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
}

header .icon-box-ct a .content span {font-family: "Poppins", sans-serif;color: #000;font-size: 18px;font-weight: 600;transition: 0.3s ease-in-out all;}

header .icon-box-ct a img {
    width: 34px;
}

header .info.container .col-lg-6:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

header .ct-green-c-btn {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 15px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
}

header .ct-green-c-btn:before {
    content: "";
    left: 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000009e, #ffffffad);
    border-radius: 30px;
    z-index: 1;
    transition: 0.3s ease-in-out all;
}

header .ct-green-c-btn:after {
    content: "";
    left: 50%;
    top: 50%;
    width: 99%;
    height: 93%;
    position: absolute;
    background: var(--secondary-color);
    border-radius: 30px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

header .ct-green-c-btn span {
    position: relative;
    z-index: 3;
}

header .ct-green-c-btn:hover:before {
    transform: rotate(152deg);
}

header .icon-box-ct a:hover .content * {
    color: var(--primary-color);
}

header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0 0 0 !important;
    position: relative;
    z-index: 10;
}

header .menu-wrapper {
    background: #EFEFEF;
    padding: 15px 0;
    overflow: hidden;
}

header .menu-wrapper .navbar {
    padding: 0;
}

header .menu-wrapper .navbar a {
    padding: 0;
    color: #000;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease-in-out all;
}

header .menu-wrapper .navbar ul.navbar-nav {display: flex;flex-direction: row;gap: 60px;}

header .menu-wrapper .col-lg-6:nth-child(2) ul.navbar-nav {
    justify-content: flex-end;
}

header .menu-wrapper .container {
    position: relative;
}

header .menu-wrapper .container:before {
    content: "";
    left: 0;
    top: -15px;
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgba(11, 11, 11, 0.5) 8%, rgba(129, 118, 255, 0.5) 52.94%, rgba(11, 11, 11, 0.5) 94.5%);
    opacity: 0.5;
}

header .menu-wrapper .navbar a:hover {
    color: var(--primary-color);
}

#hero-banner {
    padding: 0;
    position: relative;
}

.theme-heading {
    margin: 0;
    font-family: "Alumni Sans", sans-serif;
    font-weight: 800;
    line-height: 1;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 55px;
    text-transform: uppercase;
}

.theme-heading span {
    width: fit-content;
    background: var(--primary-color);
    color: #fff;
    padding: 0 7px;
}

#hero-banner .theme-heading {
    text-transform: none;
    font-size: 90px;
}

#hero-banner p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
}

#hero-banner .c-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ct-green-c-btn {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    outline: none;
    border: none;
}

.ct-green-c-btn:before {
    content: "";
    left: 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000009e, #ffffffad);
    border-radius: 30px;
    z-index: 1;
    transition: 0.3s ease-in-out all;
}

.ct-green-c-btn:after {
    content: "";
    left: 50%;
    top: 50%;
    width: 99%;
    height: 93%;
    position: absolute;
    background: var(--secondary-color);
    border-radius: 30px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.ct-green-c-btn span {
    position: relative;
    z-index: 3;
}

.ct-green-c-btn:hover:before {
    transform: rotate(152deg);
}

.ct-white-c-btn {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: var(--secondary-color) !important;
    font-size: 18px;
    padding: 10px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    outline: none;
    border: none;
}

.ct-white-c-btn:before {
    content: "";
    left: 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--secondary-color), #ffffffad);
    border-radius: 30px;
    z-index: 1;
    transition: 0.3s ease-in-out all;
}

.ct-white-c-btn:after {
    content: "";
    left: 50%;
    top: 50%;
    width: 99%;
    height: 93%;
    position: absolute;
    background: #fff;
    border-radius: 30px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.ct-white-c-btn span {
    position: relative;
    z-index: 3;
}

.ct-white-c-btn:hover:before {
    transform: rotate(152deg);
}

#hero-banner .col-lg-6:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider {
    position: relative;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .extra-img {
    position: absolute;
    left: 0;
    top: 0;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .extra-img img {
    width: 100%;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper {
    display: flex;
    gap: 20px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: bannerslider linear 35s infinite alternate;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper .slide02{
    animation: bannerslider linear 25s infinite alternate;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper .slide03{
    animation: bannerslider linear 45s infinite alternate;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper:before,#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper:after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px 10px 20px 30px #ffffff;
    z-index: 2;
    opacity: 0;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper:before {
    top: 0px;
}

#hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper:after {
    bottom: 0px;
}

@keyframes bannerslider {
    to{
        transform: translateY(-130%);
    }
    from{
        transform: translateY(0%);
    }
}

#logo {
    background: var(--grey-color);
    padding: 40px 0;
}

#logo .theme-heading {
    text-align: center;
}

#logo .heading {
    display: flex;
    justify-content: center;
}

#logo .theme-heading span {
    text-transform: none;
}

#logo .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#logo .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

#logo .logos img {
    width: 200px;
    height: 50px;
    object-fit: contain;
    transition: 0.3s ease-in-out all;
}

#about {
    padding: 40px 0 0 0;
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    position: relative;
    overflow: hidden;
}

#about .heading {
    position: absolute;
    width: fit-content;
    transform: rotate(-90deg) translate(190px, 217px);
    right: 0;
    bottom: 0;
}

#about .heading h4 {
    margin: 0;
    color: #F3F7F5;
    opacity: 0.15;
    font-size: 210px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Alumni Sans';
}

#about .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
    max-width: 1000px;
    margin: 0 auto;
}

#about .content * {
    margin: 0;
}

#about .content h3 {
    font-family: 'Alumni Sans';
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

#about .content p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
}

#about .text-marquee {
    margin-top: 60px;
    margin-bottom: 40px;
}

#about .text-marquee .item-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

#about .text-marquee .item {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: max-content;
}

#about .text-marquee .item h3 {
    margin: 0;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #ffffff00;
    stroke: #fff;
    stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

#flinksol {
    padding: 40px 0;
}

#flinksol .theme-heading {
    display: block;
    margin-bottom: 30px;
}

#flinksol .theme-heading span {
    display: inline-block;
}

#flinksol .flinksol-box {
    background: #ECECEC;
    border-radius: 30px;
    padding: 25px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out all;
}

#flinksol .flinksol-box .flinksol-default-ex {
    position: absolute;
    width: fit-content;
    left: -60px;
    top: -25px;
}

#flinksol .flinksol-box .flinksol-hover-ex {
    position: absolute;
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

#flinksol .flinksol-box .contanet {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.3s ease-in-out all;
    padding-right: 25px;
}

#flinksol .flinksol-box * {
    margin: 0;
}

#flinksol .flinksol-box h5 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    position: relative;
    width: fit-content;
}

#flinksol .flinksol-box h5:before {
    content: "";
    left: 0;
    top: 50%;
    background: var(--gradient-color);
    position: absolute;
    width: 27%;
    height: 85%;
    transform: translateY(-50%);
    z-index: 1;
}

#flinksol .flinksol-box h5 span {
    position: relative;
    z-index: 2;
}

#flinksol .flinksol-box h6 {
    margin: 0;
    font-family: 'Alumni Sans';
    font-weight: 600;
    font-size: 24px;
}

#flinksol .flinksol-box .contanet p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
}

#flinksol .flinksol-box:hover:before {
    opacity:1;
}

#flinksol .flinksol-box:hover{
    background: rgba(248, 245, 242, 0.5);
    box-shadow: -5px 41px 51.9px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(2px);
}

#flinksol .flinksol-box:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px; /* same radius */
  padding: 3px; /* border ki width */
  background: linear-gradient(to bottom, #FFFFFF 0%, #00000052 69%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  opacity:0;
  transition:0.3s ease-in-out all;
  pointer-events: none;
}

#flinksol .flinksol-box:hover .contanet {
    transform: translateY(-12%);
}

#flinksol .flinksol-box .heading{
    transition:0.3s ease-in-out all;
}

#flinksol .flinksol-box:hover .heading {
    transform: translateY(-130%);
}

#flinksol .flinksol-box:hover .flinksol-default-ex {
    opacity: 0;
}

#flinksol .flinksol-box:hover .flinksol-hover-ex {
    opacity: 1;
}

#services {
    padding: 40px 0 100px 0px;
    background: var(--grey-color);
}

#services .theme-heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

#services .theme-heading span {
    display: inline-block;
}

#services .service-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#services .service-wrapper .service-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#services .service-wrapper .service-box .content {
    background: #fff;
    border: 1px solid #5696EF;
    padding: 80px 50px 50px 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease-in-out all;
    height: 100%;
}

#services .service-wrapper .service-box .content * {
    margin: 0;
}

#services .service-wrapper .service-box .content h4 {
    font-family: 'Alumni Sans';
    font-weight: bold;
    font-size: 30px;
    transition: 0.1s ease-in-out all;
    text-align: center;
}

#services .service-wrapper .service-box .content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    text-align: center;
    max-width: 100%;
    transition: 0.1s ease-in-out all;
}

#services .service-wrapper .service-box .icon {
    --size: 110px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    border: 1px solid var(--primary-color);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;
    position: relative;
}

#services .service-wrapper .service-box .icon img {
    width: 100%;
    filter: brightness(0) invert(1);
}

#services .service-wrapper .service-box:hover .content {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
}

#services .service-wrapper .service-box:hover .content :where(h4,p) {
    color: #fff;
}

#services .service-wrapper .service-box:hover .icon {
    background: #fff;
}

#services .service-wrapper .service-box:hover .icon img {
    filter: none;
}

#services .cta {background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);border-radius: 20px;padding: 60px 0;margin-top: 180px;}

#services .cta .content-wraper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

#services .cta .content-wraper h4 {
    margin: 0;
    font-family: 'Alumni Sans';
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

#services .cta .content-wraper h5 {
    font-family: 'Alumni Sans';
    font-size: 130px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin: -8px 0;
}

#services .cta .content-wraper .image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#services .cta .content-wraper .image img {
    width: 100%;
    transform: rotate(-20deg) translate(18px, -16px);
}

#services .cta .content-wraper .right-text {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#app-developnment-process {
    padding-top: 40px;
    height: 100vh;
    overflow: hidden;
}

#app-developnment-process .theme-heading {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

#app-developnment-process .theme-heading span {
    display: inline-block;
}

#app-developnment-process .process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
}

#app-developnment-process .process-wrapper .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 100px;
    /* background: #fff; */
    overflow: hidden;
    position: relative;
}

#app-developnment-process .process-wrapper .item .content * {
    margin: 0;
}

#app-developnment-process .process-wrapper .item .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#app-developnment-process .process-wrapper .item .content h5 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#app-developnment-process .process-wrapper .item .content p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    text-align: left;
    max-width: 100%;
}

#visibility {
    background: #F7F4F6;
    padding: 40px 0 100px 0;
}

#visibility img {
    width: 100%;
}

#visibility .row .row .col-lg-12 {
    margin-bottom: 25px;
}

#visibility .theme-heading {
    display: block;
    text-transform: uppercase;
}

#visibility .theme-heading span {
    display: inline-block;
}

#visibility p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    text-align: left;
    max-width: 100%;
    margin: 0;
}

#visibility .row:nth-child(1) .col-lg-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 13px;
    justify-content: center;
}

.cta-new {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    border-radius: 20px;
    padding: 50px 0 30px 0;
    margin-top: 120px;
}

.cta-new .row {
    max-width: 1000px;
    margin: 0 auto;
}

.cta-new .row .c-btn-wrapper {
    display: flex;
    gap: 20px;
}

.cta-new .row .col-lg-6:nth-child(3) {
    display: flex;
    align-items: center;
}

.cta-new .row h5 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 85px;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}

.cta-new .row h5 span {
    background: var(--secondary-color);
    display: inline-block;
    padding: 0 10px;
    height: 70px;
    line-height: 73px;
}

.cta-new .row .col-lg-6 .col-lg-9 img {
    margin: -133px 0 -125px -42px;
    scale: 1.2;
}

#visibility .cta-new .col-lg-6:nth-child(2) {
    transform: translateY(-20px);
    gap: 20px !important;
}

#client-reviews {
    padding: 40px 0;
    overflow: hidden;
}

#client-reviews .theme-heading {
    display: block;
    text-align: center;
}

#client-reviews .theme-heading span {
    display: inline-block;
}

#client-reviews .container-fluid {
    padding: 0;
}

#client-reviews .container-fluid .marquee-slider {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

#client-reviews .container-fluid .marquee-slider .item-01 , #client-reviews .container-fluid .marquee-slider .item-02 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#client-reviews .container-fluid .marquee-slider .item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #E9E9E9;
    border-radius: 100px;
    padding: 7px;
    flex: 0 0 310px;
    transition: 0.5s ease-in-out all;
}

#client-reviews .container-fluid .marquee-slider .item * {
    margin: 0;
}

#client-reviews .container-fluid .marquee-slider .item .content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#client-reviews .container-fluid .marquee-slider .item .content p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 10px;
    padding-right: 8px;
}

#client-reviews .container-fluid .marquee-slider .item .content h5 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 16px;
}

#client-reviews .container-fluid .marquee-slider .item:hover {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
}

#client-reviews .container-fluid .marquee-slider .item:hover :where(p,h5) {
    color: #fff;
}

#faq {
    background: #F7F4F6;
}#faq {
    padding: 40px 0;
}

#faq .theme-heading {
    display: block;
    text-align: center;
}

#faq .theme-heading span {
    display: inline-block;
}

#faq .accordion {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 25px;
}

#faq .accordion .item {
    background: #fff;
    border: 1px solid #898989;
    border-radius: 20px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out all;
}

#faq .accordion .item .heading {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    align-items: center;
}

#faq .accordion .item .heading h5 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}

#faq .accordion .item .heading .images .faq-open {
    display: none;
}

#faq .accordion .item p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    color: #000;
    text-align: left;
    max-width: 100%;
    margin: 0;
}

#faq .accordion .item.active {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
}

#faq .accordion .item.active .faq-open {
    display: block !important;
}

#faq .accordion .item.active .faq-close {
    display: none;
}

#faq .accordion .item .body {
    padding: 0 20px 20px 20px;
}

#faq .accordion .item.active * {
    color: #fff;
}

#faq .accordion .item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#blog {
    padding: 40px 0;
}

#blog .theme-heading {
    display: block;
    text-align: center;
}

#blog .theme-heading span {
    display: inline-block;
}

#blog .blog-wrapper {
    margin-top: 30px;
}

#blog .blog-wrapper .blog-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#blog .blog-wrapper .blog-box img {width: 100%;height: 350px;object-fit: cover;border-radius: 15px;}

#blog .blog-wrapper .blog-box .content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#blog .blog-wrapper .blog-box .content * {
    margin: 0;
}

#blog .blog-wrapper .blog-box .content h4 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    max-width: 80%;
}

#blog .blog-wrapper .blog-box .content p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
}

#blog .blog-wrapper .blog-box .content a {
    text-decoration: none;
    color: var(--secondary-color);
    font-family: 'Poppins';
    font-weight: bold;
    font-family: 'Poppins';
}

footer {
    background: #000;
    padding: 50px 0 0 0;
}

footer * {
    margin: 0;
    padding: 0;
}

footer h4 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

footer ul li a:hover {
    color: var(--primary-color) !important;
}

footer .ft-icon-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

footer .ft-icon-box h6 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer .ft-icon-box a {
    text-decoration: none;
    color: #BCBCBC;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    transition: 0.3s ease-in-out all;
}

footer .ft-icon-box .flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .ft-icon-box .flex img {
    width: 30px;
}

footer .location-box {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

footer .location-box .flex {
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateY(-10px);
}

footer .location-box .flex * {
    margin: 0;
}

footer .location-box .flex h6 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer .location-box .flex p {
    text-decoration: none;
    color: #BCBCBC;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}

footer .ft-icon-box a:hover {
    color: var(--primary-color);
}

footer .row:nth-child(3) {
    padding: 20px 0;
    border-top: 1px solid #2B2B2B;
    margin-top: 0;
}

footer .row:nth-child(3) .col-lg-6:nth-child(1) {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 0;
}

footer .row:nth-child(3) .col-lg-6:nth-child(1) span {
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

footer .row:nth-child(3) .col-lg-6:nth-child(1) a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out all;
}

footer .row:nth-child(3) .col-lg-6:nth-child(1) a:hover {
    color: var(--primary-color);
}

footer .row:nth-child(3) .col-lg-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 10px;
    padding: 0;
}

footer .row:nth-child(3) .col-lg-6:nth-child(2) ul {
    flex-direction: row;
    gap: 13px;
    align-items: center;
}

footer .row:nth-child(3) .col-lg-6:nth-child(2) h6 {font-family: 'Poppins';color: #fff;font-size: 16px;font-weight: 600;}

footer .row:nth-child(3) .col-lg-6:nth-child(2) ul a {
    display: block;
    transition: 0.3s ease-in-out all;
}

footer .row:nth-child(3) .col-lg-6:nth-child(2) ul a:hover {
    transform: translateY(-8px);
}

#app-developnment-process .process-wrapper .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

#app-developnment-process .process-wrapper .item .img {
    height: 64vh;
}

#services .service-wrapper .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4 {
    margin-top: 20px;
}

.mb-header{
    display: none;
}

.navbar .dropdown-menu {
  display: none;
  position: fixed !important; /* fixed position */
  top: 20px; /* navbar ke neeche ka distance adjust karo */
  left: 211px;   /* screen ke left se start */
  right: 0;  /* screen ke right tak full width */
  z-index: 2; /* upar rakhne ke liye */
  margin: 0;
  border-radius: 0;
  width: fit-content;
  padding: 0;
  border-radius: 9px;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.navbar .nav-item.dropdown:hover > .dropdown-menu {
  display: flex;
}

.navbar .dropdown-menu a {
    border-bottom: 1px solid #0000004d;
    padding: 12px 40px !important;
    font-size: 14px !important;
    transition: 0.3s ease-in-out all;
}

.navbar .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}

.navbar .dropdown-menu a:hover {
    background: var(--primary-color);
    color: #FFF !important;
}

.ct-green-c-btn:hover:after {
    background: var(--primary-color);
}

.ct-white-c-btn:hover:after {
    background: var(--secondary-color);
}

.ct-white-c-btn:hover {
    color: #fff !important;
}

#logo .logos img:hover {
    scale: 1.1;
    transform: translateY(-10px);
}

.flinksol-default-ex {
    background: url(../img/flinksol-default-ex.svg);
    width: 100% !important;
    height: 100%;
    background-size: cover;
    animation: flinksole-img infinite linear 10s alternate;
}

@keyframes flinksole-img {
    from{
        background-position-y: -50px;
    }
    to{
        background-position-y: 0px;
    }
}

#visibility .theme-heading span {
    background: no-repeat;
    position: relative;
}

#visibility .theme-heading span:before {
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    animation: headingspan infinite linear 2s alternate;
    position: absolute;
    background: var(--primary-color);
    z-index: 1;
    transform: translateY(-50%);
}

@keyframes headingspan {
    from{
        height: 80%;
    }
    to{
        height: 100%;
    }
}

.cta-new .row .col-lg-6 .col-lg-3 img {
    scale: 3;
    animation: cta-img infinite linear 10s alternate;
}

@keyframes cta-img {
    from{
        transform: translateY(-10px);
    }
    to{
        transform: translateY(10px);
    }
}

#app-developnment-process .process-wrapper .item .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 20px;
}

#app-developnment-process .process-wrapper .item:before {
    content: "";
    top: -10px;
    left: 0;
    position: absolute;
    width: 50%;
    box-shadow: 0px 10px 20px 30px #ffffff;
    z-index: 2;
}

#visibility .theme-heading span j {
    position: relative;
    z-index: 2;
}

#hero-banner:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #1e40af 0, rgba(192, 192, 192, 0) 75.06%);
    z-index: 2;
}

#innerpage-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0 60px 0;
}

#innerpage-banner h5 {
    font-family: 'Alumni Sans';
    font-size: 130px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 3;
}

#innerpage-banner:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #1e40af 0, rgb(19 19 19 / 48%) 75.06%);
    z-index: 2;
}

#about-content {
    padding: 40px 0;
}

#about-content .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
    justify-content: center;
}

#about-content .col-lg-6 p {font-family: 'Poppins';font-size: 17px;font-weight: 400;line-height: 1.6em;margin: 0;color: #000;}

#about-content .col-lg-6:nth-child(2) {
    align-items: end;
}

#team {
    margin-bottom: 80px;
}

#team .theme-heading {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

#team .theme-heading span {
    display: inline-block;
}

#team .team-wrapper img {
    width: 100%;
    border-radius: 10px;
}

#team .team-wrapper .team-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#team .team-wrapper .team-box .info * {
    margin: 0;
}

#team .team-wrapper .team-box .info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#team .team-wrapper .team-box .info h3 {
    margin: 0;
    font-family: "Alumni Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}

#team .team-wrapper .team-box .info p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    color: #000;
}

#contact-banner .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#contact-banner .form .filed-warraper {
    display: flex;
    gap: 20px;
}

#contact-banner .form .filed-warraper .filed {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

#contact-banner .form .filed-warraper .filed input {
    border-radius: 4px;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    outline: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

#contact-banner .form .filed-warraper .filed label {
    color: #000000;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
}

#contact-banner .form .filed-warraper .filed span {
    display: none;
}

#contact-banner .form .filed-warraper .filed textarea {
    border-radius: 4px;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    height: 200px;
    line-height: 50px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    outline: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

#contact-banner .form .chckbox {
    display: flex;
    align-items: center;
    gap: 9px;
}

#contact-banner .form .chckbox label {
    margin: 0;
    text-align: left;
    padding: 0;
    width: 100%;
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
}

#contact-banner .form .chckbox input {
    display: none;
}

#contact-banner .form .chckbox input+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
}

#contact-banner .form .chckbox input+label:before {
    content: "";
    --size: 23px;
    position: absolute;
    left: 0;
    top: 0;
    width: var(--size);
    height: var(--size);
    border: 1px solid #000000;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    border-radius: 5px;
}

#contact-banner .form .chckbox input:checked+label:before {
    background-color: #000;
    border-color: #000;
}

#contact-banner .form .chckbox input:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    color: white;
    font-size: 16px;
}

#contact-banner .form .ct-green-c-btn {
    border: none;
    min-width: 300px;
}

#contact-banner .col-lg-6 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#contact-banner h4 {
    font-family: 'Alumni Sans';
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 3;
}

#contact-banner {
    padding: 80px 0;
}

#contact-banner .map iframe , #contact-banner .map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#contact-banner .map {
    padding-left: 40px;
}

#about .content h3 img {
    width: 117px;
    height: 50px;
    border-radius: 200px;
    object-fit: cover;
}

.ct-dropdown {
    background: var(--primary-color);
    border-radius: 10px;
    margin: 0px 0 !important;
}

.ct-dropdown a {
    padding: 8px 14px !important;
    font-size: 14px !important;
    color: #ffffffc9 !important;
    border-color: #ffffff52 !important;
}

.ct-dropdown-wrapper {
    position: relative;
}

.ct-dropdown-wrapper:before {
    display: inline-block;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 10px;
    top: 25px;
}

#innerpage-banner p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

#innerpage-banner .container {
    position: relative;
    z-index: 5;
}

#innerpage-banner .c-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#about-content .counters .col-lg-4 {padding: 20px 30px;}

#about-content .counters .col-lg-4:nth-child(1) .row {
    background: #ffc0d9;
}

#about-content .counters .row * {
    padding: 0;
    margin: 0;
}

#about-content .counters .row {
    padding: 15px;
    border-radius: 10px;
}

#about-content .counters .row * {
    padding: 0px;
}

#about-content .counters .row .col-lg-6 {
    display: flex;
    justify-content: end;
}

#about-content .counters .row  h3 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}

#about-content .counters .row p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    color: #000;
}

#about-content .counters .col-lg-4:nth-child(2) .row {
    background: #d0bfff;
}

#about-content .counters .col-lg-4:nth-child(3) .row {
    background: #b5f1cc;
}

#about-content .counters .col-lg-4:nth-child(4) .row {
    background: #ffd8c0;
}

#about-content .counters {
    margin-top: 30px;
}

#about-content .counters .points ul {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#about-content .counters .points ul li {
    list-style: none;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    color: #000;
    display: flex;
    position: relative;
    padding-left: 22px;
}

#about-content .counters .points ul li:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #1e40af;
    position: absolute;
    top: 10px;
    left: 0;
}

#about-content .counters .col-lg-8 a {
    width: fit-content;
    margin-top: 15px;
}

#about-cta #cc-cta-ex {
    display: none;
}

#about-cta .cta-new {
    margin-top: 0px;
}

#about-cta #visibility {
    padding: 40px 0 60px 0;
    background: no-repeat;
}

#aout-reviews #client-reviews {
    background: #F7F4F6;
    margin-top: 40px;
}

#about-content .counters .row img {
    width: 100%;
}

#new-form {
    padding: 40px 0;
}

#new-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

#new-form form .service-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}

#new-form form .service-tabs .rd-btn {
    position: relative;
}

#new-form form .service-tabs .rd-btn input {
    position: absolute;
    visibility: hidden;
}

#new-form form .service-tabs .rd-btn label {
    display: block;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #0000003d;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

#new-form form :where(input,textarea) {
    padding: 10px 13px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    color: #000;
    border: 1px solid #0000003d;
    border-radius: 5px;
    outline: 0;
    box-shadow: none !important;
}

#new-form form .btn-submit {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    background: #1e40af;
}

#new-form h5 {
    font-family: 'Alumni Sans';
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 3;
}

#new-form p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}

.service-tabs input[type="radio"]:checked + label {
  background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
  color: #fff;
  border-color: transparent;
}

#new-form img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

#info-details {
    padding-top: 40px;
}

#info-details .contact-box a {
    all: unset;
    cursor: pointer;
    display: block;
}

#info-details .contact-box a .content {
    width: 100%;
    border: 1px solid #0000001f;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-height: 165px;
    transition: 0.3s ease-in-out all;
}

#info-details .contact-box a .content * {
    margin: 0;
}

#info-details .contact-box a .content h5 {
    font-family: 'Alumni Sans';
    font-weight: 600;
    font-size: 32px;
    margin-top: 10px;
    transition: 0.3s ease-in-out all;
}

#info-details .contact-box a .content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease-in-out all;
    text-align: center;
}

#info-details .contact-box a .img {
    --size: 65px;
    width: var(--size);
    height: var(--size);
    border: 1px solid #00000070;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    margin: 0 auto -30px auto;
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out all;
}

#info-details .contact-box a .img img {
    width: 100%;
}

#info-details .contact-box a:hover .content {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
}

#info-details .contact-box a:hover .content * {
    color: #fff;
}

#info-details .contact-box a:hover .img {
    background: #fff;
}

#info-details .contact-box a:hover .img img {
    filter: brightness(0);
}

#info-details .contact-box {
    height: 100%;
}

#map iframe {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    filter: brightness(0.8);
}

#testimonal-page-wrapper {
    padding: 50px 0 20px 0;
}

#testimonal-page-wrapper .item * {
    margin: 0;
    padding: 0;
}

#testimonal-page-wrapper .item {
    border: 1px solid #0000002b;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    padding: 30px;
    transition: 0.3s ease-in-out all;
    background: #fff;
}

#testimonal-page-wrapper .item .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#testimonal-page-wrapper .item .client-info h5 {
    font-family: 'Alumni Sans';
    font-weight: 600;
    font-size: 28px;
}

#testimonal-page-wrapper .item .start {
    filter: brightness(0);
    width: 100px;
}

#testimonal-page-wrapper .item p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.6em;
    max-width: 90%;
}

#testimonal-page-wrapper .col-lg-6 {
    margin-bottom: 30px;
}

#testimonal-page-wrapper .item:hover {
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
}

#testimonal-page-wrapper .item:hover * {
    color: #fff;
}

#testimonal-page-wrapper .item:hover .start {
    filter: brightness(0) invert(1);
}

#blog-page-wraper {
    padding: 40px 0;
}

#blog-page-wraper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

#blog-page-wraper h2 {
    font-family: 'Alumni Sans';
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 3;
}

#blog-page-wraper .content * {
    margin: 0;
    padding: 0;
}

#blog-page-wraper .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#blog-page-wraper .content :where(p,li) {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}

#blog-page-wraper .content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

#blog-page-wraper .content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#blog-page-wraper .content ul li:before {
    content: "";
    left: 0px;
    top: 11px;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #1e40af;
}

#blog-page-wraper .blog-single {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#privacy-policy-content {
    padding: 40px 0;
}

#privacy-policy-content .content-wrapper * {
    margin: 0;
    padding: 0;
}

#privacy-policy-content .col-lg-12 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#privacy-policy-content h3 {
    font-family: 'Alumni Sans';
    font-weight: 600;
    font-size: 35px;
}

#privacy-policy-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}

#privacy-policy-content li {
    list-style: none;
    position: relative;
    padding-left: 15px !important;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.4em;
}

#privacy-policy-content li:before {
    content: "";
    left: 0;
    top: 12px;
    width: 10px;
    height: 2px;
    background: #1e40af;
    position: absolute;
}

#privacy-policy-content .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#privacy-policy-content .content-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#pop-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000e3;
    z-index: 9999;
    display: flex;
    align-items: center;
    display: none;
}

#pop-form .container {
    max-width: 950px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    padding: 0;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 36%) 0px 7px 29px 0px;
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

#pop-form .container .col-lg-6:nth-child(1) {
    background: linear-gradient(92deg, #262626 -20.9%, rgba(28, 28, 24, 0.77) 93.57%);
    backdrop-filter: blur(7.5px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

#pop-form .container .col-lg-6 {
    padding: 0px;
}

#pop-form .container .col-lg-6 * {
    margin: 0;
}

#pop-form .container .top-content p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

#pop-form .container .top-content h4 {
    font-family: 'Alumni Sans';
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}

#pop-form .container .top-content h4 span {
    background: #2449B5;
    display: inline-block;
    padding: 0 8px;
}

#pop-form .container .top-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #ffffff30;
}

#pop-form .container .top-content h6 {
    font-family: 'Raleway';
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#pop-form .container .top-content ul {
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#pop-form .container .top-content ul li {
    list-style: none;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding-left: 8px;
}

#pop-form .container .top-content ul li:before {
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    --size: 4px;
    width: var(--size);
    height: var(--size);
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

#pop-form .container .middle-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pop-form .container .middle-content h3 {
    font-family: 'Raleway';
    font-weight: bolder;
    color: #fff;
    font-size: 18px;
}

#pop-form .container .middle-content p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}

#pop-form .container .middle-content .info-box a {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    all: unset;
    cursor: pointer;
}

#pop-form .container .middle-content .info-box a h5 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

#pop-form .container .middle-content .info-box a .n {
    display: flex;
    gap: 5px;
}

#pop-form .container .row {
    width: 100%;
    margin: 0;
}

#pop-form .container .middle-content {
    padding: 10px 20px 20px 30px;
}

#pop-form .container .last-content {
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto 20px auto;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

#pop-form .container .last-content p {
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#pop-form .container .last-content .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#pop-form .container .last-content .stars {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff40;
}

#pop-form .container .last-content .logo {
    padding-top: 10px;
}

#pop-form .container  h2 {
    color: #fff;
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
}

#pop-form .container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#pop-form .container form :where(input,textarea) {
    background: #FBFBFB;
    border: 1px solid #d1d1d1b8;
    padding: 12px 15px;
    border-radius: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    width: 100%;
}

#pop-form .container .col-lg-6:nth-child(2) {
    padding: 50px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

#pop-form .container form :where(textarea) {
    height: 130px;
    resize: none;
}

#pop-form .container form  .file-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}

#pop-form .container form .file-wrapper div {
    flex: 0 0 50%;
    width: 50%;
}

#pop-form .container form .file-wrapper .checkbox {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: flex-end;
    position: relative;
}

#pop-form .container form .file-wrapper .checkbox #nda {
    position: absolute;
    visibility: hidden;
}

#pop-form .container form .file-wrapper .checkbox label {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    user-select: none;
}

#pop-form .container form .file-wrapper .checkbox label:before {
    content: "";
    left: 0;
    top: 0;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 2px;
}

#pop-form .container form .file-wrapper .checkbox #nda:checked +label:before {
    background: #fff;
}

#pop-form .container form p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
}

#pop-form .container form .ct-green-c-btn {
    border: none;
    width: fit-content;
    min-width: 200px;
    margin-top: 20px;
}

#pop-form .container .col-lg-6:nth-child(2) .pop-close {
    position: absolute;
    width: 32px;
    top: 10px;
    right: 10px;
}

#pop-form .container .middle-content img {
    width: 12px;
}

#pop-form.active {
    display: flex;
}

#pop-form.active .container {
    opacity: 1;
}

.pop-open , #pop-form .container .col-lg-6:nth-child(2) .pop-close {
    cursor: pointer;
}

#pop-form .container{
    scale:0.8;
}

#service-banner {
    padding: 80px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#service-banner:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #1e40af 0, rgb(19 19 19 / 83%) 75.06%);
    z-index: 2;
}

#service-banner .container {
    position: relative;
    z-index: 4;
}

#service-banner .content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
}

#service-banner .content * {
    margin: 0;
}

#service-banner .content h4 {
    font-family: 'Alumni Sans';
    color: #fff;
    font-weight: 600;
    font-size: 95px;
    line-height: 1;
    text-transform: uppercase;
}

#service-banner .content p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
}

#service-banner .content .c-btn-wrapper {
    display: flex;
    gap: 20px;
}

#service-banner .col-lg-6 {
    display: flex;
    align-items: center;
}

#service-banner .col-lg-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

#service-banner .col-lg-6:nth-child(2) img {
    width: 100%;
}

#content-tow {
    padding: 40px 0px;
}

#content-tow .content * {
    margin: 0;
}

#content-tow .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#content-tow .content p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

#content-tow .content ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
}

#content-tow .content ul li {
    list-style: none;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 14px;
    display: flex;
    align-items: baseline;
}

#content-tow .content ul li:before {
    content: "";
    left: 0;
    top: 0px;
    --size: 8px;
    width: var(--size);
    height: var(--size);
    background: #1e40af;
    position: absolute;
    border-radius: 50%;
    transform: translateY(8px);
}

#content-tow .content .ct-counter {
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029;
    padding: 10px 0;
}

#content-tow .content .ct-counter .number {
    display: flex;
    align-items: center;
    gap: 20px;
}

#content-tow .content .ct-counter .number h5 {
    font-family: 'Alumni Sans';
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

#content-tow .content .ct-counter .number p {
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

#content-tow .content .c-btn-wrapper {
    display: flex;
    gap: 20px;
}

#funding {
    background: #f6f7f7;
    padding: 40px 0;
}

#funding .theme-heading {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

#funding .theme-heading span {
    display: inline-block;
}

#funding .funding-slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#funding .funding-slider .item01 , #funding .funding-slider .item02 {
    display: flex;
    align-items: center;
    gap: 20px;
}

#funding .funding-slider img {
    width: 170px;
    padding: 21px;
    height: 61px;
    object-fit: contain;
}

#funding .funding-slider .item:hover {
    background: #1e40af;
}

#funding .funding-slider .item:hover img {
    filter: brightness(0) invert(1);
}

#ct-counter-wrapper {
    padding: 40px 0;
}

#ct-counter-wrapper .counter-m * {
    margin: 0;
    padding: 0;
}

#funding .funding-slider .item {
    background: #fff;
    border-radius: 100px;
}

#ct-counter-wrapper .counter-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    justify-content: center;
}

#ct-counter-wrapper .col-lg-3 .counter-m {
    border-right: 1px solid #00000033;
}

#ct-counter-wrapper .col-lg-3:nth-last-child(1) .counter-m {
    border: none;
}

#ct-counter-wrapper  h5 {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 40px;
}

#ct-counter-wrapper p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

#other-services {
    background: #f6f7f7;
    padding: 40px 0;
    margin-bottom: 40px;
}

#other-services .theme-heading {
    display: block;
    text-align: center;
}

#other-services .theme-heading span {
    display: inline-block;
}

#other-services p {
    font-family: 'Poppins';
    font-size: 16px;
    max-width: 600px;
    text-align: center;
    margin: 15px auto 30px auto;
    font-weight: 300;
    line-height: 1.6em;
}

#other-services ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

#other-services ul li {
    list-style: none;
}

#other-services ul li a {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out all;
    font-family: 'Poppins';
    font-weight: 300;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    gap: 10px;
}

#other-services ul li a:hover {
    color: #fff;
    background: #1e40af;
}

#other-services ul li a span {
    display: flex;
    --size: 30px;
    width: var(--size);
    height: var(--size);
    background: linear-gradient(359.42deg, var(--primary-color) 0.49%, var(--gradient-color) 99.51%);
    border-radius: 50%;
    padding: 7px;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out all;
}

#other-services ul li a span img {
    width: 100%;
    filter: brightness(0) invert(1);
    object-fit: contain;
    transition: 0.3s ease-in-out all;
}

#other-services ul li a:hover span {
    background: #fff;
}

#other-services ul li a:hover span img {
    filter: brightness(0);
    transform: rotate(-45deg);
}

#whychose {
    padding: 40px 0px;
    background: #f6f7f7;
    margin-top: 40px;
}

#whychose .content * {
    margin: 0;
}

#whychose .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#whychose .content p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

#whychose .content ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
}

#whychose .content ul li {
    list-style: none;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 14px;
}

#whychose .content ul li:before {
    content: "";
    left: 0;
    top: 0;
    --size: 8px;
    width: var(--size);
    height: var(--size);
    background: #1e40af;
    position: absolute;
    border-radius: 50%;
    transform: translateY(7px);
}

#whychose .content .theme-heading {
    display: block;
}

#whychose .content .theme-heading span {
    display: inline-block;
}

#whychose h5 {
    font-family: 'Alumni Sans';
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

#whychose  .c-btn-wrapper {
    display: flex;
    gap: 20px;
}

#technology-stacks {
    padding: 40px 0;
    background: #f6f7f7;
}

#technology-stacks .theme-heading {
    display: block;
    text-align: center;
}

#technology-stacks .theme-heading span {
    display: inline-block;
}

#technology-stacks .tect-marquee {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

#technology-stacks .tect-marquee :where(.item01,.item02,.item03) {
    display: flex;
    align-items: center;
    gap: 30px;
}

#technology-stacks .tect-marquee .item img {
    width: 60px;
    height: 36px;
    object-fit: contain;
    padding: 0px;
    object-position: left;
}

#technology-stacks .tect-marquee .item {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #fff;
    padding: 12px 22px;
    justify-content: space-between;
    border-radius: 100px;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 1px 0px;
    transition: 0.3s ease-in-out all;
    min-width: 200px;
}

#technology-stacks .tect-marquee .item p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
}

#technology-stacks .tect-marquee .item:hover {
    background: #1e40af;
}

#technology-stacks .tect-marquee .item:hover p {
    color: #fff;
}

#content-tow .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    object-position: bottom;
}

#content-tow .col-lg-8 {
    display: flex;
    align-items: center;
}

#whychose .img img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: center;
}

#whychose .col-lg-6 {
    display: flex;
    align-items: center;
}

#whychose .col-lg-6:nth-child(2) {
    justify-content: center;
}

#about-cta.service-page .cta-new .row h5 {
    font-size: 70px;
}

#about-cta.service-page {
    margin: 60px 0 50px 0 !important;
}

header .info.container .col-lg-6 {
    align-items: center;
    display: flex;
}

#about-content img {
    width: 100%;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

#logo .logos a {
    display: contents;
}

.dislcaim-logo img {
    filter: brightness(0.1) invert(1);
}

footer .social h6 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer .social ul {
    display: flex;
    flex-direction: row;
    gap: 11px;
}

footer .social ul li a {
    display: flex;
    transition: 0.3s ease-in-out all;
}

footer .social {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 10px 0px 20px 0px;
}

footer .social ul li a:hover {
    transform: translateY(-8px);
}

footer .terms-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .terms-links a , footer .terms-links {
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease-in-out all;
}

footer .terms-links a:hover {
    color: #4260ff;
}

footer .row:nth-child(2) {
    padding: 20px 0;
    border-top: 1px solid #2B2B2B;
    margin-top: 20px;
}

footer .row:nth-child(2) .col-lg-12 {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .row:nth-child(2) .col-lg-12 h6 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer .row:nth-child(2) .col-lg-12 p {
    text-decoration: none;
    color: #BCBCBC;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}

footer .social ul li a img {
    filter: brightness(0) invert(1);
    width: 18px;
    height: 15px;
    object-fit: contain;
}

#about-content .counters .row .col-lg-6 img {
    height: auto;
}

div:where(.swal2-container) {
    z-index: 99999999 !important;
}


/* Responsive */

@media screen and (max-width: 1500px) {
    #app-developnment-process .process-wrapper .item .content h5 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .cta-new .row .col-lg-6:nth-child(3) img+img {
        display: none;
    }

    #hero-banner .theme-heading {
        font-size: 80px;
    }

    #pop-form .container{
        scale:0.7;
    }

    footer .social h6 {
        font-size: 14px;
    }

    footer .social ul {
        gap: 8px;
    }

    footer .social {
        gap: 7px;
    }

    footer .social ul li a img {
        width: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .cta-new .row .col-lg-6:nth-child(3) img+img {
        display: none;
    }

    header .icon-box-ct a .content span {
        font-size: 15px;
    }

    header .icon-box-ct a .content h3 {
        font-size: 15px;
    }

    header .ct-green-c-btn {
        font-size: 16px;
    }

    header .logo img {
        width: 200px;
    }

    header .menu-wrapper .navbar a {
        font-size: 15px;
    }

    header .menu-wrapper .navbar ul.navbar-nav {
        gap: 40px;
    }

    #hero-banner .theme-heading {
        font-size: 70px;
    }

    #hero-banner p {
        font-size: 15px;
    }

    .ct-green-c-btn {
        font-size: 15px;
    }

    .ct-white-c-btn {
        font-size: 15px;
    }

    #hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper div img {
        width: 100%;
    }

    .theme-heading {
        font-size: 50px;
    }

    #logo .logos img {
        width: 120px;
    }

    #about .content h3 {
        font-size: 60px;
    }

    #about .content p {
        font-size: 16px;
    }

    #about .heading h4 {
        font-size: 185px;
    }

    #about .heading {
        transform: rotate(-90deg) translate(190px, 190px);
    }

    #flinksol .flinksol-box h5 {
        font-size: 70px;
    }

    #flinksol .flinksol-box h6 {
        font-size: 18px;
    }

    #flinksol .flinksol-box .contanet p {
        font-size: 13px;
    }

    #flinksol .flinksol-box .contanet {
        padding-right: 10px;
    }

    #flinksol .flinksol-box:hover .heading {
        transform: translateY(-175%);
    }

    #flinksol .flinksol-box {
        min-height: 300px;
    }

    #services .service-wrapper .service-box .content {
        padding: 80px 30px 30px 30px;
        height: 100%;
        width: 100%;
    }

    #services .service-wrapper .service-box .content h4 {
        text-align: center;
        font-size: 25px;
    }

    #services .service-wrapper .service-box .content p {
        font-size: 13px;
    }

    #services .service-wrapper .service-box {height: 100%;}

    #services .service-wrapper .service-box .icon {
        --size: 100px;
    }

    #services .cta .content-wraper h5 {
        font-size: 95px;
    }

    #services .cta .content-wraper h4 {
        font-size: 20px;
    }

    #services .cta .content-wraper {
        max-width: 800px;
    }

    #services .cta {
        margin-top: 120px;
    }

    #services {
        padding: 40px 0 80px 0px;
    }

    #app-developnment-process .process-wrapper .item .content h5 {
        font-size: 37px;
    }

    #app-developnment-process .process-wrapper .item .content p {
        font-size: 14px;
    }

    #visibility .row:nth-child(1) .col-lg-6:nth-child(2) .theme-heading {
        font-size: 40px;
    }

    #visibility p {
        font-size: 14px;
    }

    #visibility .row:nth-child(1) .col-lg-6:nth-child(2) {
        gap: 15px;
    }

    .cta-new .row h5 {
        font-size: 70px;
    }

    .cta-new .row {
        max-width: 900px;
    }

    #blog .blog-wrapper .blog-box img {
        height: 240px;
    }

    #blog .blog-wrapper .blog-box .content h4 {
        font-size: 22px;
    }

    #blog .blog-wrapper .blog-box .content p {
        font-size: 12px;
    }

    #blog .blog-wrapper .blog-box .content a {
        font-size: 13px;
    }

    footer h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer ul {
        gap: 0px;
    }

    footer .ft-icon-box h6 {
        font-size: 14px;
    }

    footer .ft-icon-box {
        gap: 7px;
        margin-bottom: 20px;
    }

    footer .ft-icon-box a {
        font-size: 12px;
    }

    footer .location-box .flex h6 {
        font-size: 14px;
    }

    footer .location-box .flex p {
        font-size: 12px;
    }

    footer .row:nth-child(3) .col-lg-6:nth-child(1) span {
        font-size: 12px;
    }

    footer .row:nth-child(3) .col-lg-6:nth-child(2) h6 {
        font-size: 14px;
    }

    footer .row:nth-child(3) .col-lg-6:nth-child(2) ul img {
        width: 11px;
        height: 10px;
        object-fit: contain;
    }

    footer .row:nth-child(3) {
        padding: 20px 0;
        margin-top: 0px;
    }

    .navbar .dropdown-menu {
        left: 150px;
    }

    #about-content .counters .row h3 {
        font-size: 40px;
    }

    #about-content .counters .row p {
        font-size: 11px;
    }

    #about-content .counters .points ul {
        gap: 10px;
    }

    #about-content .counters .points ul li {
        font-size: 14px;
    }

    #about-content .counters .col-lg-8 {
        padding-top: 20px;
    }

    #new-form form .service-tabs .rd-btn label {
        font-size: 12px;
    }

    #blog-page-wraper h2 {
        font-size: 45px;
    }

    #service-banner .content h4 {
        font-size: 65px;
    }

    #service-banner .content p {
        font-size: 18px;
    }

    #content-tow .theme-heading {
        font-size: 38px;
    }

    #content-tow .content ul li {
        font-size: 14px;
        align-items: baseline;
    }

    #content-tow .content ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #whychose .content ul li {
        font-size: 14px;
    }

    #about-cta.service-page {
        margin: 40px 0 30px 0 !important;
    }
}

@media screen and (max-width: 1000px) {
    header .info.container .row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
    }

    header .info.container .row .col-lg-6 {
        width: auto;
    }

    header .logo img {
        width: 200px;
    }

    header .icon-box-ct a .content h3 {
        font-size: 14px;
    }

    header .icon-box-ct a .content span {
        font-size: 14px;
    }

    header .icon-box-ct a img {
        width: 30px;
    }

    header .ct-green-c-btn {
        font-size: 14px;
    }

    header .menu-wrapper .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    header .menu-wrapper .row .col-lg-6 {
        width: auto;
    }

    header .menu-wrapper .navbar ul.navbar-nav {
        gap: 20px;
    }

    header .menu-wrapper .navbar a {
        font-size: 15px;
    }

    header .menu-wrapper .navbar ul.navbar-nav {
        margin: 0 !important;
        padding: 0 !important;
    }

    #hero-banner .theme-heading {
        font-size: 70px;
    }

    #hero-banner .col-lg-6:nth-child(1) {
        margin: 50px 0;
    }

    #hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper {
        justify-content: center;
    }

    #logo {
        padding: 50px 0px;
    }

    .theme-heading {
        font-size: 40px;
    }

    #logo .logos {
        flex-wrap: wrap;
    }

    #logo .logos img {
        width: 30%;
        height: 35px;
    }

    #about {
        padding: 50px 0 0 0;
    }

    #about .content h3 {
        font-size: 40px;
    }

    #about .content h3 img {
        width: 70px;
    }

    #about .content p {
        font-size: 14px;
    }

    .ct-green-c-btn {
        font-size: 14px;
    }

    .ct-white-c-btn {
        font-size: 14px;
    }

    #about .heading h4 {
        font-size: 180px;
    }

    #about .heading {
        transform: rotate(-90deg) translate(160px, 184px);
    }

    #flinksol {
        padding: 50px 0;
    }

    #flinksol .col-lg-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    #services {
        padding: 50px 0 100px 0;
    }

    #services .service-wrapper .col-lg-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    #services .service-wrapper .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4 {
        margin-top: 0px;
    }

    #services .cta .content-wraper h5 {
        font-size: 65px;
    }

    #services .cta .content-wraper h4 {
        font-size: 18px;
    }

    #services .cta .content-wraper {
        max-width: 600px;
    }

    #services .cta {
        margin-top: 60px;
    }

    #app-developnment-process .process-wrapper .item .content h5 {
        font-size: 25px;
    }

    #app-developnment-process .process-wrapper .item {
        gap: 50px;
    }

    #app-developnment-process .process-wrapper .item .content p {
        font-size: 12px;
    }

    #visibility {
        padding: 50px 0px;
    }

    #visibility .row:nth-child(1) .row .col-lg-6 {
        display: none;
    }

    .cta-new .row {
        max-width: 600px;
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
    }

    .cta-new .row .col-lg-6 {
        width: 50%;
    }

    #client-reviews {
        padding: 50px 0;
    }

    #faq {
        padding: 50px 0;
    }

    #faq .accordion {
        grid-template-columns: repeat(1, 1fr);
    }

    #blog {
        padding: 50px 0;
    }

    #blog .blog-wrapper .row .col-lg-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    footer {
        padding: 50px 0 0 0;
    }

    footer .row:nth-child(3) {
        margin-top: 0;
        padding: 20px 0;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    footer .row:nth-child(3) .col-lg-3 {
        width: 50%;
    }

    footer .col-lg-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    footer .row:nth-child(3) .col-lg-6 {
        width: auto;
    }

    .cta-new .row h5 {
        font-size: 50px;
    }

    .cta-new .row h5 span {
        height: 50px;
        line-height: 50px;
    }

    .cta-new .row .c-btn-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .cta-new .row .c-btn-wrapper a {
        width: 100%;
        text-align: center;
    }

    .navbar .dropdown-menu {
        left: 100px;
    }

    #about-content .counters .row {
        flex-direction: column-reverse;
    }

    #about-content .counters .row .col-lg-6 {align-items: baseline;}

    #about-content .row {
        flex-direction: column-reverse;
    }

    #about-content .col-lg-6:nth-child(2) {
        align-items: baseline;
    }

    #info-details .contact-box a .content {
        min-height: auto;
    }

    #info-details .contact-box {margin-top: 30px;}

    #info-details {
        padding-top: 10px;
    }

    #new-form h5 {
        font-size: 40px;
    }

    #new-form p {
        font-size: 14px;
    }

    #new-form form .service-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    #new-form img {
        display: none;
    }

    #map iframe {
        height: 300px;
    }

    #new-form form .service-tabs .rd-btn label {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #pop-form .container .col-lg-6:nth-child(1) {
        display: none;
    }

    #pop-form .container {
        max-width: 100%;
        width: 100%;
        scale: 0.8;
    }
    
    #pop-form .container h2 {
        font-size: 30px;
    }

    #pop-form .container form .file-wrapper {
        flex-direction: column;
        align-items: baseline;
    }

    #pop-form .container form .file-wrapper div {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        display: block !important;
    }

    #pop-form .container form .ct-green-c-btn {
        margin-top: 5px;
    }

    #service-banner {
        padding: 50px 0;
    }

    #service-banner .content h4 {
        font-size: 30px;
    }

    #service-banner .content p {
        font-size: 14px;
    }

    #service-banner .content {
        gap: 15px;
        margin-bottom: 30px;
    }

    #content-tow .theme-heading {
        font-size: 33px;
        display: block;
    }

    #content-tow .content p {
        font-size: 14px;
    }

    #content-tow .content ul li:before {
        top: 0;
        transform: translateY(6px);
    }

    #content-tow .content {
        gap: 20px;
    }

    #content-tow .row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #content-tow .img img {
        height: 350px;
    }

    #ct-counter-wrapper .col-lg-3 .counter-m {
        border: none;
    }

    #ct-counter-wrapper  .row {
        gap: 25px;
    }

    #other-services p {
        max-width: 100%;
        font-size: 14px;
    }

    #other-services ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #other-services ul li a {
        padding: 10px;
        font-size: 13px;
        height: 100%;
    }

    #other-services ul li a span {
        --size: 25px;
        min-width: var(--size);
        min-height: var(--size);
    }

    #whychose .content p {
        font-size: 14px;
    }

    #whychose h5 {
        font-size: 22px;
    }

    #whychose .content {
        gap: 15px;
    }

    #whychose .row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #whychose .img img {
        height: 300px;
        object-position: left;
    }

    #whychose .col-lg-6:nth-child(2) {
        justify-content: flex-start;
    }

    #technology-stacks .tect-marquee {
        gap: 15px;
    }

    #technology-stacks .tect-marquee :where(.item01,.item02,.item03) {
        gap: 13px;
    }

    #technology-stacks .tect-marquee .item p {
        font-size: 14px;
    }

    .cta-new .row .col-lg-6 .col-lg-3 img {
        display: none;
    }

    #about-cta.service-page {
        margin: -40px 0 -10px 0 !important;
    }
    #about-cta.service-page .cta-new .row h5 {
        font-size: 50px;
    }
}

@media screen and (max-width: 780px) {

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    header .info.container .row .col-lg-6 .phone-flex {
        display: none;
    }

    header .info.container .row .col-lg-6 {
        width: 30%;
    }

    header .logo img {
        width: 160px;
    }

    header .ct-green-c-btn {
        font-size: 12px;
        padding: 12px 20px;
    }

    header .info.container .row .col-lg-6+.col-lg-6 {
        width: 70%;
    }

    header {
        padding: 10px 0 0 0 !important;
        gap: 20px;
    }

    #hero-banner .col-lg-6:nth-child(1) {
        margin: 20px 0;
        gap: 12px;
    }

    #hero-banner .theme-heading {
        font-size: 40px;
    }

    #hero-banner p {
        font-size: 14px;
    }

    #hero-banner .c-btn-wrapper {
        gap: 12px;
    }

    .ct-green-c-btn {
        font-size: 12px;
    }

    .ct-white-c-btn {
        font-size: 12px;
    }

    #hero-banner .col-lg-6:nth-child(2) .horizontal-slider .slider-wrapper {
        height: 400px;
    }

    .theme-heading {
        font-size: 35px;
    }

    #logo .logos img {
        width: 30%;
        height: 22px;
    }

    #logo .logos {
        gap: 15px;
    }

    #about .content h3 {
        font-size: 25px;
    }

    #about .content h3 img {
        width: 70px;
        height: 30px;
    }

    #about .heading {
        display: none;
    }

    #about .content {
        gap: 12px;
    }

    #about .content p {
        font-size: 13px;
    }

    #about .text-marquee {
        margin-top: 30px;
    }

    #flinksol .col-lg-3 {
        width: 100%;
    }

    #flinksol .flinksol-box .contanet {
        position: unset;
        transform: translateY(0) !important;
    }

    #flinksol .flinksol-box .heading {
        transform: translateY(0) !important;
        margin-bottom: 12px;
    }

    #flinksol .flinksol-box h6 {
        font-size: 24px;
    }

    #services .service-wrapper .col-lg-4 {
        width: 100%;
    }

    #services .cta .content-wraper {
        max-width: 100%;
        flex-direction: column;
    }

    #services .cta .content-wraper .image {
        position: unset;
        transform: none !important;
        display: flex;
    }

    #services .cta .content-wraper .image img {
        width: 50%;
        margin: -25px auto;
        transform: rotate(-20deg) translate(0px, 0px);
    }

    #services .cta {
        margin-top: 0px;
        padding: 32px 0;
    }

    #visibility .row:nth-child(1) .col-lg-6:nth-child(2) .theme-heading {
        font-size: 30px;
    }

    #visibility p {
        font-size: 13px;
    }

    .cta-new .row .col-lg-6 {
        width: 100%;
    }

    .cta-new .row .col-lg-6:nth-child(3) img:nth-child(1) {
        margin: 0 0 30px 0;
    }

    .cta-new .row .c-btn-wrapper a {
        width: fit-content;
    }

    .cta-new {
        margin-top: 30px !important;
        padding: 50px 0 0 0;
        max-width: 95%;
        margin: 0 auto;
    }

    .cta-new .row {
        max-width: 100%;
    }

    #faq .accordion .item .heading h5 {
        font-size: 14px;
    }

    #faq .accordion .item p {
        font-size: 12px;
    }

    #faq .accordion {
        margin-top: 30px;
    }

    #blog .blog-wrapper .row .col-lg-4 {
        width: 100%;
    }

    footer .col-lg-3 {
        width: 100%;
    }

    footer .row:nth-child(3) {
        padding: 20px 20px;
        gap: 10px;
    }

    footer .row:nth-child(3) .col-lg-6 {
        width: 100%;
        justify-content: flex-start !important;
    }

    #app-developnment-process {
        height: auto;
        padding: 50px 0;
    }

    #app-developnment-process .process-wrapper .item {
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        flex-direction: column-reverse;
    }

    #app-developnment-process .process-wrapper .item .img {
        height: auto;
        margin-bottom: -50px;
    }

    #app-developnment-process .process-wrapper .item .content {
        gap: 8px;
    }

    #app-developnment-process .process-wrapper {
        gap: 30px;
    }

    .menuopen img {
        width: 100%;
    }

    .menuopen {
        width: 36px;
    }

    .mb-header {
        background: #EFEFEF;
        padding: 12px 10px;
        overflow: hidden;
        display: block;
    }

    .mb-header .col-4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header .menu-wrapper {
        display: none;
    }

    header {
        gap: 13px;
    }

    .mb-menu {
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #F7F4F6;
        z-index: 99;
        height: 100vh;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        transform: translateX(-100%);
    }

    .mb-menu .menu-close img {
        width: 72%;
    }

    .mb-menu .menu-close {
        width: 40px;
        height: 35px;
        border: 1px solid #000;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mb-menu ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mb-menu ul li {
        list-style: none;
    }

    .mb-menu ul li a {
        text-decoration: none;
        width: 100%;
        color: #000;
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 18px;
        display: block;
        border-bottom: 1px solid #0000002e;
        padding: 15px 0;
    }

    #about .content h3 br {
        display: none;
    }

    #blog .blog-wrapper {
        justify-content: center;
    }

    #blog .blog-wrapper .row {
        padding: 0;
    }

    footer .location-box .flex p {
        max-width: 75%;
    }

    .cta-new .row .col-lg-6 .col-lg-3 img {
        display: none;
    }

    .cta-new .row .col-lg-6 .col-lg-9 img {
        scale: 1;
    }

    #app-developnment-process .process-wrapper .item:before {
        opacity: 0;
    }

    #app-developnment-process .process-wrapper .item .content-wrapper {
        gap: 25px;
    }

    #about-content {
        padding: 50px 0 0 0;
    }

    #about-content .row {
        flex-direction: column-reverse;
    }

    #about-content .col-lg-6:nth-child(2) {
        align-items: baseline;
        margin-bottom: 30px;
    }

    #about-content .col-lg-6 {
        gap: 15px;
    }

    #about-content .col-lg-6 p {
        font-size: 14px;
    }

    #team .team-wrapper .team-box {
        margin-bottom: 30px;
    }

    #team {
        margin-bottom: 10px;
    }

    #innerpage-banner {
        min-height: auto;
        padding: 50px 0;
    }

    #innerpage-banner h5 {
        font-size: 40px;
    }

    #about-content .col-lg-6:nth-child(2) img {
        width: 100%;
        height: 300px;
    }

    #contact-banner {
        padding: 50px 0;
    }

    #contact-banner h4 {
        font-size: 35px;
    }

    #contact-banner .map {
        padding-left: 0px;
        margin-top: 30px;
    }

    #contact-banner .map iframe, #contact-banner .map {
        height: 300px;
    }

    #flinksol {
        padding: 50px 0 10px 0;
    }

    #services {
        padding: 50px 0 50px 0;
    }

    #innerpage-banner p {
        font-size: 14px;
        max-width: 100%;
    }

    #about-cta #visibility {
        padding: 0 0;
    }

    #about-cta .cta-new {
        margin-top: 0px !important;
    }

    #testimonal-page-wrapper .item p {
        max-width: 100%;
        font-size: 14px;
    }

    #testimonal-page-wrapper .item .client-info h5 {
        font-size: 22px;
    }

    #testimonal-page-wrapper .item .client-info {
        flex-direction: column;
        gap: 8px;
        align-items: baseline;
    }

    #testimonal-page-wrapper .item {
        padding: 20px;
        gap: 10px;
    }

    #blog-page-wraper img {
        height: 300px;
    }

    #blog-page-wraper h2 {
        font-size: 30px;
    }

    #blog-page-wraper .content :where(p,li) {
        font-size: 14px;
        line-height: 1.5em;
    }

    #privacy-policy-content h3 {
        font-size: 25px;
    }

    #privacy-policy-content p {
        font-size: 14px;
    }

    #privacy-policy-content li {
        font-size: 14px;
    }

    #about-cta.service-page {
        margin: -10px 0 30px 0 !important;
    }

    footer .row:nth-child(2) {
        padding: 20px;
    }

    footer .row:nth-child(2) .col-lg-12 h6 {
        font-size: 14px;
    }

    footer .row:nth-child(2) .col-lg-12 p {
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {
    header .logo img {
        width: 120px;
    }

    header .ct-green-c-btn {
        font-size: 10px;
        padding: 10px 18px;
    }
}