:root {
    /* Colors */
    --theme-color: #ee4d51;
}
* {
    font-family: "Mona Sans", sans-serif;
}
.container {
    max-width: 1600px;
}
ul.navbar-nav>li.nav-item {
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
}
.dropdown-toggle::after{
    display: none;
}
.mega-dropdown {
    position: static;
}
.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0rem;
    border: none;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.mega-left {
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme-color);
}
.mega-links li a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.mega-links li a:hover {
    color: var(--theme-color);
}
.mega-cta .mega-links li a {
    color: #fff!important;
}
.mega-cta {
    background: linear-gradient(135deg, var(--theme-color), #ff666a);
    border-radius: 14px;
    padding: 30px;
}
.mega-menu h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
.custome-nav a.navbar-brand {
    padding: 0;
}
.custome-nav a.navbar-brand img {
    width: 120px;
}
.mega-industries {
    /*min-height: 320px;*/
    min-height: auto;
}

/* Industry list */
.industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.industry-list li {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 6px;
}*/
.industry-list li i {
    background: #ffffff;
    height: 26px;
    width: 26px;
    min-width: 26px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #8b8b8b;
    transition: all 0.3s;
    display: inline-block;
}
.industry-list li a.active, .industry-list li a:hover {
    background: var(--theme-color);
    color: #fff;
}
.industry-list li.active i,
.industry-list li:hover i{
    transform: rotate(45deg);    
}
.industry-list li a {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    width: 100%;
    gap: 10px;
}
.industry-list li a p {
    margin: 0;
}
.industry-list li a:nth-last-of-type(1) {
    margin-bottom: 0px;    
}
/* Preview card */
.industry-preview {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.industry-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
    color: #fff;
    font-size: 14px;
}
img {
    max-width: 100%;
}
/*.mega-industries{
    width: 50%;
}*/
a{
    text-decoration: none;
}
.mega-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mega-heading a.titlelink {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
}
.mega-heading a.btnlink {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 22px;
    font-size: 16px;
    padding: 4px 20px;
    display: flex;
    gap: 8px;
    transition: all 0.3s;
}
.mega-heading a.btnlink i{
    transition: all 0.3s;
}
.mega-heading a.btnlink:hover {
    background: var(--theme-color);
    color: #fff;
}
.mega-body {
    width: 100%;
    border-collapse: collapse;
    border-radius: .5rem;
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
}
.mega-body td {
    height: 82px;
    border: 1px solid rgba(233, 234, 242, .2);
    padding: 24px;
    text-align: center;
    vertical-align: middle;
}
.mega-body td a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.mega-body td a img {
    height: auto;
    max-width: 100%;
}
.mega-left.clients-mega{
    border: 0px solid var(--theme-color);
}
.cs-img {
    position: relative;
}
.cs-img:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
}
.mega-heading a.btnlink:hover i {
    transform: rotate(45deg);
    transition: all 0.3s;
}
.cs-img img {
    border-radius: 12px;
}
.cs-banner {
    position: relative;
}
.cs-text {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 20px;
    right: 30px;
    color: #fff;
}
.cs-text a p {
    color: #fff;
    font-size: 16px;
}
.cs-text a p b {
    font-size: 30px;
}
.ceo-bg {
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .02);
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
}
.ceo-text {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}
.ceo-list {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}
.ceo-profile {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ceo-profile img {
    width: 50px;
    height: 50px;
    background: #b9b9b9;
    border-radius: 50%;
}
.ceo-profile p {
    margin: 0;
    font-size: 14px;
}
.ceo-profile p span {
    font-size: 12px;
    text-transform: uppercase;
}
.ceo-bg a {
    border: 1px solid #ffffff;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s;
}
.ceo-bg a:hover {
    border: 1px solid var(--theme-color);
    color: #ffffff;
    background: var(--theme-color);
}
.ceo-bg a:hover i{
    transform: rotate(45deg);
}
.contact-btn {
    padding: 4px 20px;
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    color: var(--theme-color);
    transition: all 0.3s;
}
.contact-btn:hover {
    background: var(--theme-color);
    color: #fff;
    transition: all 0.3s;
}
.contact-btn:hover i {
    transform: rotate(45deg);
    transition: all 0.3s;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
section#hero {
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
    padding: 150px 0 100px 0;
    min-height: 100vh;
}
.hero-caption {
    color: #fff;
}
.hero-caption span {
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.hero-caption h1 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 40px;
}
.hero-caption p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 40px;
}
.hero-caption p i {
    color: #ffc107;
    padding-left: 4px;
}
.hero-caption ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 40px;
}
a.theme-btn i {
    display: inline-block;
    transition: transform 0.3s ease;
}
.hero-caption .theme-btn {
    display: inline-block;
    margin-bottom: 30px;
    padding: 6px 20px;
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s;
    background-color: var(--theme-color);
}
.hero-caption .theme-btn i {
    position: relative;
    transition: all 0.3s;
}
.hero-caption .theme-btn:hover i {
    transform: rotate(45deg);
}
.award-img {
    display: flex;
    gap: 12px;
    align-items: center;
}
.award-img img{
    max-width: 120px;
}
.hero-form {
    background: #ffffff;
    padding: 3rem 3rem 2rem;
    border-radius: 10px;
    min-height: 510px;
    text-align: center;
}
.hero-form h2 {
    margin-bottom: .625rem;
    font-size: 1.5rem;
    letter-spacing: -1px;
    color: #000;
}
.hero-form p {
    margin-bottom: .625rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #696969;
}
.hero-form input.form-control {
    height: 50px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    background-color: #f5f8fa;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.hero-form select.form-select {
    height: 50px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    background-color: #f5f8fa;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.hero-form textarea.form-control {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    background-color: #f5f8fa;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: none!important;
    resize: none;
    height: 80px;
}
.hero-form button.btn-theme {
    background: var(--theme-color);
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}
.hero-form button.btn-theme i {
    transition: transform 0.3s ease;
}
.hero-form button.btn-theme:hover i {
    animation: phone-ring 0.6s ease-in-out infinite;
}
@keyframes phone-ring {
    0%   { transform: rotate(0); }
    20%  { transform: rotate(15deg); }
    40%  { transform: rotate(-15deg); }
    60%  { transform: rotate(10deg); }
    80%  { transform: rotate(-10deg); }
    100% { transform: rotate(0); }
}
.hero-form button.btn-theme:hover {
    background: #000;
    color: #fff;
}
span#budgetValue {
    font-weight: 600;
}
.services-box {
    border-radius: .75rem;
    border: 1px solid rgb(221 221 221);
    padding: 2rem;
    margin-bottom: 24px;
}
.services-box .icon {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    align-self: stretch;
    height: 80px;
}
.services-box .icon img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.services-box h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
}
.services-box p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}
section#services {
    padding: 100px 0;
}
.sec-heading h2 {
    margin-bottom: 2.375rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
}
.sec-heading h2 span{
    color: var(--theme-color);
}
section#counterview {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
}
.counter-box {
    color: #fff;
    border-top: 1px solid #ee4d51;
    width: 80%;
}
.c-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.c-data strong {
    font-size: 4rem;
    font-weight: 500;
}
.c-data i {
    font-size: 50px;
    padding-right: 20px;
    color: var(--theme-color);
}
.counter-box p {
    margin-bottom: 0;
    margin-top: .375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.process-flow {
    border-radius: 40px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 25px 40px -10px rgba(28, 39, 49, .08);
    padding: 60px;
    background: white;
}
.process-flow h2 {
    font-size: 3rem;
    margin-bottom: 28px;
    text-align: center;
    line-height: normal;
    font-weight: 700;
}
.process-flow h2 span {
    color: var(--theme-color);
}
.sec-heading p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: -20px;
}
.sec-heading {
    margin-bottom: 30px;
}
p.sub-heading {
    color: #2f3039;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border: 1px solid #dcdde0;
    background-color: #f6f6f7;
}
div#v-pills-tab button p {
    font-weight: 400;
    color: #4d4d52;
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
}
.blue-bg p span {
    color: #2387ea!important;
}
.yellow-bg p span {
    color: #f0c023!important;
}
.green-bg p span {
    color: #63b066!important;
}
.red-bg p span {
    color: #df7972!important;
}
.purple-bg p span {
    color: #c8b0f9!important;
}
div#v-pills-tab button p span {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
button .buttonleft {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 340px;
}
button .buttonleft img {
    background: #f7f7f7;
    padding: 14px;
    border-radius: 8px;
    width: 78px;
    height: 68px;
}
button .buttonleft img {
    background: #f7f7f7;
    padding: 14px;
    border-radius: 8px;
    width: 78px;
    height: 68px;
}
div#v-pills-tab button {
    background: white;
    border-radius: 16px;
    padding: 14px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    border: 1px solid #efeff1;
    margin-bottom: 30px;
}
div#v-pills-tab button:nth-last-of-type(1) {
    margin-bottom: 0;
}
button .buttonleft.blue-bg img {
    background-color: #e1f2ff;
    border: 1px solid #83c8ff;
}
button .buttonleft.yellow-bg img {
    background-color: #fff9e6;
    border: 1px solid #ffdc6b;
}
button .buttonleft.green-bg img {
    background-color: #a4fdbe;
    border: 1px solid #63b066;
}
button .buttonleft.red-bg img {
    background-color: #fdedf2;
    border: 1px solid #f4adc4;
}
button .buttonleft.purple-bg img {
    background-color: #f3eefe;
    border: 1px solid #c8b0f9;
}
div.tab-pane {
    background-color: #e1f2ff;
    border: 1px solid #dcdde0;
    border-radius: 16px;
    padding: 60px 16px;
    height: 100%;
    position: relative;
}
.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.content-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    max-width: 70%;
    line-height: 30px;
    text-align: left;
}
.content-header .step-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.content-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.content-body ul li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
}
.content-body {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
}
div#v-pills-step1 {
    background-color: #e1f2ff;
    border: 1px solid #dcdde0;
    border-radius: 16px;
    position: relative;
}
div#v-pills-step2 {
    background-color: #fff9e6;
    border: 1px solid #dcdde0;
    border-radius: 16px;
}
div#v-pills-step3 {
    background-color: #ecf6ed;
    border: 1px solid #dcdde0;
    border-radius: 16px;
}
div#v-pills-step4 {
    background-color: #faebea;
    border: 1px solid #dcdde0;
    border-radius: 16px;
}
div#v-pills-step5 {
    background-color: #f3eefe;
    border: 1px solid #dcdde0;
    border-radius: 16px;
}
div#v-pills-step1 h2, div#v-pills-step1 li{
    color: #0d47a1;
}
div#v-pills-step2 h2, div#v-pills-step2 li{
    color: #dfb42c;
}
div#v-pills-step3 h2, div#v-pills-step3 li{
    color: #43a047;
}
div#v-pills-step4 h2, div#v-pills-step4 li{
    color: #d95f56;
}
div#v-pills-step5 h2, div#v-pills-step5 li{
    color: #a076f4;
}
div#v-pills-step1 .step-number {
    color: #addaff;
}
div#v-pills-step2 .step-number {
    color: #dfb42c;
}
div#v-pills-step3 .step-number {
    color: #c3e3c5;
}
div#v-pills-step4 .step-number {
    color: #f0c1be;
}
div#v-pills-step5 .step-number {
    color: #dacafb;
}
div#v-pills-step1 .step-flow {
    width: 125px;
    position: absolute;
    top: 7%;
    left: -9%;
}
div#v-pills-step2 .step-flow {
    width: 124px;
    height: 160px;
    position: absolute;
    top: 26%;
    left: -9%;
}
div#v-pills-step3 .step-flow {
    width: 120px;
    height: 20px;
    position: absolute;
    top: 47%;
    left: -9%;
}
div#v-pills-step4 .step-flow {
    width: 130px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: -9%;
}
div#v-pills-step5 .step-flow {
    width: 126px;
    height: 332px;
    position: absolute;
    top: 55%;
    left: -11%;
}
section#processflow {
    padding: 100px 0;
    background: rgb(238 77 81 / 4%);
}
#hire {
    margin: 0px 0 50px 0;
    position: relative;
}
#hire::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    max-height: 15rem;
    background: rgba(238, 77, 81, .08);
    z-index: -1;
}
.hire-bg {
    background-color: #ee4d51;
    padding: 5rem 4rem;
    border-radius: 0 0 6.25rem 6.25rem;
    margin-bottom: 4rem;
}
.hire-bg h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.hire-bg h2 span {
    position: relative;
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-fill-color: transparent;
}
.hire-bg h2 span:after {
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: inline-block;
    overflow: hidden;
    width: 0%;
    white-space: pre;
    word-break: normal;
    content: "Hire developers";
    transition-timing-function: cubic-bezier(.39, .13, .55, .88);
    transition-duration: .7s;
    transition-property: width;
    will-change: width;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: unset;
    animation: text-animate 3s;
    animation-iteration-count: infinite;
}
@keyframes text-animate{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.hire-bg h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
}
.hire-bg a {
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-color: #0b0d10;
    gap: 4px;
}
.hire-bg a:hover {
    background: transparent;
    border: 1px solid #0b0d10;
    color: #0b0d10;
}
.hire-bg a i{
    transition: all 0.3s;
    padding-top: 5px;
}
.hire-bg a:hover i{
    padding-left: 2px;
    transition: all 0.3s;
}
.dream-txt{
    background-image: url(../imagess/bg.webp);
    background-repeat: no-repeat;
}
.dream-txt {
    background-image: url(../imagess/bg.webp);
    background-repeat: no-repeat;
    padding: 60px 40px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.dream-txt h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    position: relative;
}
.dream-txt p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 3rem;
    position: relative;
}
.dream-txt a {
    position: relative;
    background: linear-gradient(90deg, #ee4d51, #ef494d 34.13%, #ee4d51);
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-color: #0b0d10;
    gap: 4px;
}
.dream-txt a:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.dream-txt a i {
    transition: all 0.3s;
    padding-top: 5px;
}
.dream-txt a:hover i {
    padding-left: 2px;
    transition: all 0.3s;
}
.overlay {
    background-color: #000;
    opacity: .67;
    inset: 0;
    position: absolute;
    z-index: 0;
    border-radius: 12px;
}
section#built-dream {
    padding: 60px 0;
}
.cs-box {
    border-radius: 3.375rem;
    border: 1px solid #ededed;
    background: #fdfbfb;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, .09);
    height: 780px;
    padding: 3rem;
    position: relative;
    margin-bottom: 30px;
}
.cs-heading h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.case-det {
    padding: 10px 20px;
    border-radius: 12px;
    border: 2px dashed #fff;
    margin-bottom: 30px;
    background: rgb(0 0 0 / 20%);
    font-size: 16px;
    letter-spacing: 1px;
}
.case-det .cdet {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding: 8px 0;
    color: #fff;
}
.case-det .cdet:nth-last-of-type(1) {
    border-bottom: 0;
}
.case-det .cdet span span {
    color: #ffc107;
    font-weight: 700;
}
.cs-heading p {
    font-size: 24px;
}
.cs-box.active{
    background: #fb4a57;
}
.bg-darkRed {
    background: #c71f2b !important;
}
.case-study-det{
    border-radius: 30px;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}
.case-study-det:hover {
    overflow-y: auto;
}
.case-study-det::-webkit-scrollbar {
    width: 0;
}
.case-study-det:hover::-webkit-scrollbar {
    width: 6px;
}
.case-study-det::-webkit-scrollbar-track {
    background: transparent;
}
.case-study-det::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
h5.heading-5 {
    font-size: 24px;
    font-weight: 600;
}
.case-study-det ul {
    list-style-type: none;
    padding: 0;
}
.case-study-det ul ul {
    list-style-type: disc;
}
.case-study-det ul p, .case-study-det ul li {
    font-weight: 500;
    margin-bottom: 12px;
}
.st-hide {
    display: none;
}
.cs-box a.hide-show1,
.cs-box a.hide-show {
    position: absolute;
    bottom: 50px;
    left: 50px;
    height: 50px;
    width: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.cs-box a.hide-show1 i, .cs-box a.hide-show i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}
.cs-box a.hide-show1:hover i, .cs-box a.hide-show:hover i {
    transform: translate(-50%, -50%) rotate(180deg);
}
.cs-box a.hide-show1:hover,
.cs-box a.hide-show:hover {
    background: var(--theme-color);
    color: #fff;
}
.bgBlue {
    background: #317eea !important;
}
.bgGreen {
    background: rgb(133 22 82) !important;
}
.case-study-det ul ul ul {
    list-style-type: none;
}
/*[class*="col-lg-"] {
  transition: all 0.4s ease;
}*/
.row > div {
  transition: all 0.4s ease;
}
section#portfolio {
    padding: 60px 0;
}
footer {
    padding: 5rem 0 2.8rem 0;
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
    color: #fff;
}
.left-footer h3 {
    margin-bottom: .875rem;
    margin-top: 0;
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.1px;
    color: #fff;
}
.left-footer h3 span {
    color: var(--theme-color);
}
.left-footer p {
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}
form#subscribeForm {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}
form#subscribeForm input {
    position: relative;
    min-height: 3.5rem;
    width: 100%;
    border-radius: 5px;
    --tw-border-opacity: 1;
    border: 1px solid rgb(238 77 81 / 40%);
    background-color: transparent;
    padding-inline-end: 5rem;
    padding-inline-start: 1.75rem;
    font-size: 1rem;
    color: hsla(0, 0%, 100%, .87);
    outline: none;
}
form#subscribeForm button.btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 100%;
    width: 60px;
    cursor: pointer;
    align-items: center;
    border: 0px;
    justify-content: center;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgb(238 77 81 / 40%);
    background-color: transparent;
    color: rgb(255 255 255);
}
.social-media-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .893rem;
}
.social-media-links a {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(255 255 255);
    font-size: 20px;
    transition-property: all;
    transition-duration: .3s;
}
.social-media-links a i {
    color: #fff;
    transition-duration: .3s;    
}
.footer-containt {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.item-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}
.item-links strong {
    margin-bottom: 1.5rem;
}
.item-links ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 1.5rem;
}
.item-links ul li {
    margin-bottom: .625rem;
    font-size: 14px;
    font-weight: 500;
}
.item-links ul li a {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(190 190 190);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    display: flex;
    align-items: flex-start;
}
.item-links ul li a i {
    position: relative;
    display: inline-block;
    padding-inline-end: 1.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgb(238 77 81);
}
.item-links ul li a i:before {
    position: absolute;
    right: 5px;
    top: 2px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}
.item-links ul li a:hover i:before {
    right: 0;
    opacity: 1;
}
.item-links ul li a:hover {
    color: rgb(238 77 81);
}
.contact-area {
    display: flex;
    gap: 2rem;
    border-top: 1px solid rgb(238 77 81 / 40%);
    padding-bottom: 3.5rem;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.contact-box {
    width: 100%;
    max-width: 215px;
}
.contact-box strong {
    margin-bottom: 1.5rem;
    display: block;
}
.contact-box p {
    font-size: 14px;
    font-weight: 300;
    color: rgb(190 190 190);
    margin: 0;
    line-height: 1.8rem;
}
.contact-box ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.contact-box ul li {
    margin-bottom: .625rem;
    font-size: 14px;
    font-weight: 500;
}
.contact-box ul li a {
    font-weight: 300;
    color: rgb(190 190 190);
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
.contact-box.branches {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.contact-box.branches span {
    font-size: 14px;
    font-weight: 300;
    color: rgb(190 190 190);
    margin: 0;
    line-height: 1.8rem;
}
.info-footer {
    border-top: 1px solid rgb(238 77 81 / 40%);
    padding-top: 2.812rem;
}
.info-footer p {
    margin: 0;
    font-size: 18px;
    color: hsla(0, 0%, 100%, .32);
}
.info-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}
.info-links a {
    font-weight: 300;
    color: rgb(190 190 190);
    transition: all 0.3s;
}
.info-links a:hover {
    color: var(--theme-color);
}


.case-card {
    position: relative;
    height: 320px;
    border-radius: 24px;
    background: linear-gradient(90deg, #cd373a, #a92528);
    overflow: hidden;
}

.case-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    z-index: 9;
    width: 60%;
    margin: 0 auto;
}
.case-card a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.case-card:hover .case-content {
    /*filter: grayscale(100%);*/
}

/* floating button */
.demo-btn {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgb(255 255 255 / 70%);
    display: flex;
    filter: grayscale(100%);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
    z-index: 9;
}
.case-card img.logo {
    background-size: cover;
    width: 70%;
    background-position: center;
    object-fit: cover;
}
.p-title h3 {
    margin: 10px 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.p-title {
    margin-bottom: 30px;
}
.counter {
    position: relative;
}

.counter[data-target="35"]::after {
    content: "%";
}

.counter:not([data-target="35"])::after {
    content: "+";
    margin-left: 2px;
}
.animations {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.animations.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.services-box .icon img {
    transition: transform 0.6s ease;
}
.services-box.show .icon img {
    transform: rotate(0deg) scale(1);
}
.st-show {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}
.csd-img {
    transition: transform 0.5s ease;
}
.csd-img img {
    display: block;
    transition: transform 0.5s ease;
}
.st-show:hover {
    transform: translateY(-4px);
}
.st-show:hover .csd-img img {
    transform: translate(-10px, 0px) scale(1.03);
}
.social-media-links {
    display: flex;
    gap: 14px;
}
.social-media-links a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}
.social-media-links a::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}
.social-media-links a i {
    position: relative;
    z-index: 1;
    transition: transform 0.35s ease;
}
.social-media-links a:hover {
    transform: translateY(-6px);
    border-color: transparent;
}

.social-media-links a:hover::before {
    opacity: 1;
}

.social-media-links a:hover i {
    transform: rotate(12deg) scale(1.15);
}
.social-media-links a:nth-child(1):hover { background: #1877f2; }
.social-media-links a:nth-child(2):hover { background: #000000; }
.social-media-links a:nth-child(3):hover { background: #0a66c2; }
.social-media-links a:nth-child(4):hover { background: #e4405f; }
.social-media-links a:nth-child(5):hover { background: #ea4c89; }

section#experties {
    padding: 150px 0 100px 0;
    /*background-color: #f4f4f4;*/
}
.heading .sub-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 16px;
    background: rgb(238 77 81 / 10%);
    padding: 10px 20px;
    border-radius: 42px;
}
.heading .sub-title img {
    transform: translateY(-2px);
    margin-right: 3px;
}
.heading h2 {
    color: #090b0e;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}
.heading p {
    color: #3d4c5e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
.theme-btn1 {
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 12px 24px !important;
    border-radius: 111px;
    background-color: var(--theme-color);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service-image {
    text-align: center;
}
.service-image img {
    border-radius: 8px;
    width: 80%;
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-box {
    padding: 20px 20px 20px 16px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: start;
    transition: all 0.4s;    
    border: 1px solid #f3f3f3;
}
.service-box .num {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background-color: #f4f4f4;
    transition: all 0.4s;
}
.service-box .num p {
    color: #090b0e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.service-box .heading {
    padding-left: 16px;
}
.heading h5 {
    display: inline-block;
    color: #090b0e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s;
    text-decoration: none;
}
.service-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-box:hover .num {
    background-color: var(--theme-color);
    transition: all 0.4s;
}
.service-box:hover .num p {
    color: #fff;
}
.theme-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}
section#portfolio-list {
    padding: 100px 0;
}
.portfolio-box{
    margin-bottom: 36px;
}
section#portfolio-list .row .col-md-10:nth-last-of-type(1) .portfolio-box{
    margin-bottom: 0px;
}
.portfolio-box a {
    display: flex;
    align-items: stretch;
    color: #141414;
    border-right: 4px solid var(--theme-color);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.image-box {
    width: 40%;
    position: relative;
    overflow: hidden;
}
.image-box .plogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.image-box .plogo:before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: absolute;
    border-radius: 10px 0 0 10px;
}
.image-box .plogo img {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}
.portfolio-desc {
    width: 60%;
    border-radius: 0 10px 10px 0;
    padding: 2rem;
    padding-left: 2.5rem;
    border: 1px solid rgb(204 204 204);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.image-box img {
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
}
.portfolio-desc h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.portfolio-desc p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.tech {
    gap: 10px;
    margin-bottom: 10px;
}
.tech strong {
    width: 110px;
}
.tech p {
    font-size: 16px;
    margin-bottom: 0px;
}
.portfolio-box a:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 18px rgb(0, 0, 0, 0.12);
}
.portfolio-box a:hover .image-box > img {
    transform: scale(1.06);
}
.portfolio-desc .icons {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--theme-color);
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #6c6c6c;
    border: 1px solid #6c6c6c;
}
.portfolio-desc .icons {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #6c6c6c;
    border: 1px solid #6c6c6c;
    transition: all 0.3s ease;
}
.portfolio-box a:hover .portfolio-desc .icons {
    transform: rotate(45deg);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}
#portfoliohero {
    background-image: url(../imagess/portfolio.jpg);
    background-size: cover;
    padding: 150px 0 100px 0;
}
.breadcrumb {
    justify-content: center;
}
.page-header h1 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
}
.page-header span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.page-header p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
li.breadcrumb-item a {
    color: var(--theme-color);
}
section#portfoliodet {
    padding: 150px 0 100px 0;
    background: #0a1724;
    color: #fff;
}
.port-desc p {
    color: #94a3b8;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.port-desc h1 {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
}
.tlist h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 16px;
}
section#clutchreviews {
    padding: 100px 0;
}
.clutch-box {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
}
.review-box div i {
    color: #f6ca30;
    font-size: 24px;
}
.review-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    margin-bottom: 20px;
}
.review-box img {
    width: 130px;
}
.review-box div {
    text-align: left;
}
.review-box div p {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 8px;
    color: #6a6a6a;
    font-size: 18px;
}
.review-box div span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
.clutch-box > p:nth-last-of-type(1) {
    color: #5e5e5e;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
section#whychoose {
    padding: 100px 0;
    background: #f7f7f7;
}
.why-box {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 30px;
}
.why-box h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.why-box span {
    background: #fff;
    height: 50px;
    width: 50px;
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    color: #ee4d51;
    border: 1px solid #ee4d51;
}
.price-box {
    border: 1px solid transparent;
    padding: 30px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.price-box:hover {
    transform: translate(0, -4px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}
.price-box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.price-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.price-box h4 span {
    font-size: 16px;
    font-weight: 500;
    color: #606060;
}
.price-box p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #5c5c5c;
}
.price-box p i {
    font-size: 22px;
    color: #000;
    line-height: 1;
}
.price-box p:nth-last-of-type(1) {
    margin-bottom: 30px;
}
.price-box a,
.price-box button {
    display: block;
    border: 1px solid #000000;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: #fff;
    width: 100%;
}
.price-box.active {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: scale(1.04);
}
.price-box.active a {
    background: #000;
    color: #fff;
}
.price-box a:hover,
.price-box button:hover {
    background: #000;
    color: #fff;
}
section#pricesec {
    padding: 60px 0;
}
.cost-table table {
    width: 100%;
    background: color-mix(in oklab, #161B22 80%, transparent);
    border: 1px solid color-mix(in oklab, #fff 10%, transparent);
    border-radius: 16px !important;
    overflow: hidden;
}
.cost-table table thead th {
    padding: 16px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 1px solid #2b313a;
}
.cost-table table thead th:nth-of-type(1) {
    border-radius: 20px 0 0 0;
}
.cost-table table thead th:nth-last-of-type(1) {
    border-radius: 0 20px 0 0;
}
.cost-table table tbody tr td {
    padding: 24px 32px;
    border: 1px solid #2b313a;
    font-size: 18px;
    color: color-mix(in oklab, #fff 60%, transparent);
}
.cost-table table tbody tr td:nth-of-type(1) {
    font-weight: 600;
    font-size: 16px;
}
.cost-table table tbody tr td:nth-of-type(1) i {
    color: oklab(0.999994 0.0000455678 0.0000200868 / 0.4);
    height: 30px;
    width: 30px;
    background: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    margin-right: 4px;
    font-size: 18px;
    font-weight: 400;
}
.cost-table table tbody tr td:nth-of-type(2) {
    color: oklab(0.999994 0.0000455678 0.0000200868 / 0.5);
    font-size: 16px;
}
.cost-table table tbody tr td:nth-of-type(2) i {
    color: oklab(0.637 0.214213 0.1014 / 0.5);
}
.cost-table table tbody tr td span {
    background: #e1e1e1;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
.cost-table table tbody tr {
    transition: all 0.3s ease;
}
.cost-table table tbody tr:hover {
    background: color-mix(in oklab, #fff 2%, transparent);
}
section#costhiring {
    padding: 60px 0 100px 0;
    background: #0B0C10;
}
/*.cost-table table tbody tr:nth-last-of-type(1) td:nth-of-type(1) {
    border-radius: 0 0 0 20px;
}
.cost-table table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
    border-radius: 0 0 20px 0;
}*/
.sec-heading>span {
    color: #b5b5b5;
    background: transparent;
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px solid #b5b5b5;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
section#costhiring .sec-heading p {
    opacity: 0.5;
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 20px;
}
.cost-table table tbody tr:hover td:nth-of-type(1) i {
    color: #ee4d51;
    font-size: 18px;
    margin-right: 4px;
}
.cost-table table tbody tr td:nth-of-type(3) i {
    color: #ee4d51;
    font-size: 18px;
    margin-right: 4px;
}
.cost-table table tbody tr td:nth-of-type(3) {
    color: oklab(0.999994 0.0000455678 0.0000200868 / 0.8);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cost-table table thead th span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 0.5px;
}
.cost-table table thead th:nth-last-of-type(1) span {
    color: #ee4d51;
    opacity: 1;
}
.cost-table table tfoot tr td {
    padding: 10px 30px 10px 30px;
}
.cost-table table tfoot tr td button {
    color: #fff;
    background: var(--theme-color);
    padding: 14px 30px;
    display: inline-block;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
}
.cost-table table tfoot tr td {
    padding: 10px 30px 10px 30px;
    color: #a3a3a3;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.wework {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.wework-box {
    text-align: center;
    width: 20%;
}
.wework-box span {
    height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 50%;
    line-height: 62px;
    font-weight: 700;
    border: 4px solid #F3F4F6;
    color: var(--theme-color);
    margin-bottom: 10px;
    transition: all 0.3s;
}
.wework:after {
    position: absolute;
    background: #e3e3e3;
    height: 1px;
    width: 100%;
    content: '';
    top: 20%;
    left: 0;
    z-index: -1;
}
.wework-box .title-work {
    display: flex;
    flex-direction: column;
}
.title-work p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.title-work p.small-text {
    font-size: 16px;
    font-weight: 500;
}
.wework-box .title-work i {
    font-size: 32px;
    font-weight: 300;
    color: #ee4d51;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s;
}
section#howwework {
    padding: 100px 0;
}
.wework-box:hover .title-work i {
    opacity: 1;
}
.wework-box:hover span {
    background: #ee4d51;
    color: #fff;
}
section.catsec {
    background: linear-gradient(90deg, #0b0d10, #192431 34.13%, #0b0d10);
    padding: 100px 0;
    color: #fff;
}
section.catsec .sec-heading button {
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 24px 60px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 0;
}
section.catsec .sec-heading button:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate(0,-4px);
}
section#footer {
    padding: 60px 0 30px 0;
    background: #fff;
}
.footer-linkss h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-linkss ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-linkss ul li {
    line-height: 30px;
}
.footer-linkss ul li a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.footer-linkss ul li a:hover {
    color: var(--theme-color);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: transparent;
    box-shadow: none !important;
}
.hero-form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 24px;
    font-weight: 500;
    color: #6c6c6c;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-form ul li {
    text-align: left;
}
.hero-form ul li i {
    color: #ffffff;
    font-size: 16px;
    height: 20px;
    width: 20px;
    background: #ee4d51;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
section.catsec .sec-heading {
    margin-bottom: 0;
}
section.catsec .sec-heading b {
    display: block;
    font-weight: 500;
    margin-top: 20px;
    color: #ababab;
    font-size: 18px;
    letter-spacing: 0.5px;
}
section#footer .award-img {
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}
section#footer .award-img img {
    width: 100px;
}
.field {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.field label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #666;
    pointer-events: none;
    transition: 0.3s ease;
}
.field.active label {
    top: 0px;
    font-size: 12px;
    color: #0c0f13;
    font-weight: 500;
}
.field .textarea.active label {
    top: 0px;
}
/*.field input,
.field textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #bbb;
    padding: 10px 0;
    font-size: 16px;
    outline: none;
    background: transparent;
}*/
.field label span {
  color: red;
}
.field input,
.field textarea,
.field select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #bbb;
    padding: 10px 0;
    font-size: 16px;
    background: transparent;
    outline: none;
    appearance: none;
    cursor: pointer;
}
textarea {
    resize: none;
    padding-top: 15px;
}
.field.textarea label {
    top: 20px;
}
.select-field::after {
    content: "▾";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    pointer-events: none;
}
.field.active::after {
    color: #1e3cff;
}
.full.textarea.active label {
    top: 0;
}
.form-message{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    display: none;
}
.form-message.success{
    color: #28a745;
}
.form-message.error{
    color: #dc3545;
}




@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1024px) {
    .container {
        max-width: 992px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1640px) {
    .container {
        max-width: 1440px;
    }
}
@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}


@media screen and (min-width: 1200px) {
    #hire .container {
        max-width: 1168px;
    }
}
/* Desktop hover */
@media (min-width: 1200px) {
    .mega-dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .25s ease;
        pointer-events: none;
    }

    .mega-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* Mobile fallback */
@media (max-width: 767px) {
    .clutch-box {
        padding: 30px 0px;
    }
    .wework {
        flex-direction: column;
        padding-left: 15%;
        padding-right: 15%;
        gap: 30px;
    }
    .wework-box {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .wework-box span {
        height: 70px;
        width: 70px;
        min-width: 70px;
        display: block;
        text-align: center;
        background: #fff;
        margin: 0;
        font-size: 30px;
        border-radius: 50%;
        line-height: 62px;
        font-weight: 700;
        border: 4px solid #F3F4F6;
        color: var(--theme-color);
        margin-bottom: 0px;
        transition: all 0.3s;
    }
    .wework-box .title-work {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }
    .title-work p.small-text {
        text-align: left;
    }
    .wework-box .title-work i {
        font-size: 20px;
    }
    .wework:after {
        position: absolute;
        background: #e3e3e3;
        height: 100%;
        width: 1px;
        content: '';
        top: 0;
        left: 25%;
        z-index: -1;
    }
    .footer-linkss {
        margin-bottom: 30px;
    }
    .cost-table table tfoot tr td {
        padding: 10px 10px 10px 10px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .cost-table table tfoot tr td button {
        padding: 14px 20px;
        font-size: 16px;
    }
    .info-links {
        justify-content: center;
    }
    .info-footer {
        text-align: center;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .price-box.active {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: scale(1);
    }
    .cost-table table tbody tr td {
        padding: 10px 10px;
        font-size: 16px;
    }
    .cost-table table thead th {
        padding: 10px 10px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    section#hero {
        padding: 100px 0 100px 0;
    }
    .case-card img.logo {
        width: 100%;
    }
    .hero-caption span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .services-box {
        padding: 1.5rem;
    }
    .c-data strong {
        font-size: 2rem;
    }
    .cs-box {
        border-radius: 2rem;
        height: auto;
        padding: 2rem 1rem 6rem 1rem;
    }
    .cs-heading h3 {
        font-size: 2rem;
        text-align: center;
    }
    .hire-bg {
        padding: 3rem 2rem;
        border-radius: 0 0 3.25rem 3.25rem;
        margin-bottom: 0rem;
    }
    .dream-txt h2 {
        font-size: 2rem;
    }
    div#v-pills-tab button p span {
        font-size: 18px;
    }
    div#v-pills-tab button {
        padding: 10px 12px;
        margin-bottom: 10px;
    }
    form#subscribeForm {
        margin-bottom: 2rem;
    }
    .left-footer {
        margin-bottom: 30px;
    }
    .process-flow .d-flex{
        flex-direction: column;
    }
    .counter-box{
        margin-top: 20px;
        width: 100%;
    }
    .award-img{
        margin-bottom: 20px;
    }
    .mega-menu {
        box-shadow: none;
        border-radius: 0;
    }
    .footer-containt {
        align-items: flex-start;
        justify-content: flex-start;
    }
    div.tab-pane .step-flow{
        display: none;
    }
    .content-header .step-number {
        font-size: 2rem;
    }
    .process-flow h2 {
        line-height: normal;
        font-size: 1.3rem;
    }
    .sec-heading h2 {
        font-size: 2rem;
    }
    .hero-caption h1 {
        font-size: 2rem;
        line-height: normal;
        margin-bottom: 30px;
    }
    .hero-caption p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .hero-caption h4 {
        text-align: center;
    }
    .award-img {
        justify-content: center;
        gap: 20px;
    }
    .award-img img {
        max-width: 60px;
    }
    .hero-form {
        padding: 2rem;
        min-height: auto;
    }
    .services-box .icon {
        margin-bottom: 1rem;
        height: 60px;
    }
    p.sub-heading {
        font-size: 18px;
    }
    .hire-bg a {
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 16px;
    }
    .hire-bg h5 {
        font-size: 20px;
    }
    .hire-bg h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    button .buttonleft {
        gap: 10px;
        width: auto;
    }
    button .buttonleft img {
        padding: 12px;
        border-radius: 8px;
        width: 58px;
        height: 58px;
    }
    div#v-pills-tab button p {
        font-size: 16px;
        line-height: 24px;
    }
    .mega-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
    }
    .process-flow {
        border-radius: 20px;
        padding: 20px;
    }
}
@media (min-width: 1200px) {
  .mega-dropdown {
    position: static;
  }
  .mega-dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
  }
  .mega-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 80%;
    left: 50%;
    transform: translate(-50%, 10px);
  }
  .mega-dropdown:hover > .dropdown-menu {
    transform: translate(-50%, 0);
  }
  .navbar-expand-xl .navbar-nav .mega-industries {
    width: 45%;
  }
  .navbar-expand-xl .navbar-nav .mega-industries.resources {
    width: 60%;
  }
}
@media (max-width: 1199px) {
    .industry-list li a {
        padding: 8px 10px;
    }
    .mega-left {
        border: 0px solid var(--theme-color);
        border-radius: 0px;
        padding: 0px;
        height: auto;
    }
    .mega-cta {
        display: none;
    }
    .navbar-collapse {
        background: #fff;
        padding: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }
    ul.navbar-nav > li.nav-item {
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    .navbar-nav .nav-link {
        padding: 14px 0;
        font-size: 16px;
    }
    .mega-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .mega-menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none;
        border-radius: 0;
        display: none;
        padding: 0px 0;
    }
    .dropdown-menu.show {
        display: block;
    }
    .mega-menu .row > div {
        margin-bottom: 10px;
    }
    .mega-industries,
    .mega-industries.resources {
        width: 100% !important;
    }
    .mega-cta {
        margin-top: 0px;
    }
    .industry-list li a {
        font-size: 14px;
    }
    .mega-body table {
        width: 100%;
    }
    .industry-preview {
        display: none;
    }
    .contact-btn {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 1920px) {
    div#v-pills-step1 .step-flow {
        width: 125px;
        position: absolute;
        top: 7%;
        left: -9%;
    }
    div#v-pills-step2 .step-flow {
        width: 124px;
        height: 160px;
        position: absolute;
        top: 26%;
        left: -9%;
    }
    div#v-pills-step3 .step-flow {
        width: 120px;
        height: 20px;
        position: absolute;
        top: 47%;
        left: -9%;
    }
    div#v-pills-step4 .step-flow {
        width: 130px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: -9%;
    }
    div#v-pills-step5 .step-flow {
        width: 126px;
        height: 332px;
        position: absolute;
        top: 55%;
        left: -11%;
    }
}
@media (max-width: 1640px) {
    div#v-pills-step1 .step-flow {
        width: 125px;
        position: absolute;
        top: 7%;
        left: -11%;
    }
    div#v-pills-step2 .step-flow {
        width: 124px;
        height: 160px;
        position: absolute;
        top: 26%;
        left: -11%;
    }
    div#v-pills-step3 .step-flow {
        width: 120px;
        height: 20px;
        position: absolute;
        top: 47%;
        left: -11%;
    }
    div#v-pills-step4 .step-flow {
        width: 130px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: -11%;
    }
    div#v-pills-step5 .step-flow {
        width: 126px;
        height: 332px;
        position: absolute;
        top: 55%;
        left: -11%;
    }
}
@media (max-width: 1440px) {
    div#v-pills-step1 .step-flow {
        width: 125px;
        position: absolute;
        top: 7%;
        left: -15%;
    }
    div#v-pills-step2 .step-flow {
        width: 124px;
        height: 160px;
        position: absolute;
        top: 26%;
        left: -15%;
    }
    div#v-pills-step3 .step-flow {
        width: 120px;
        height: 20px;
        position: absolute;
        top: 47%;
        left: -15%;
    }
    div#v-pills-step4 .step-flow {
        width: 130px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: -15%;
    }
    div#v-pills-step5 .step-flow {
        width: 126px;
        height: 332px;
        position: absolute;
        top: 55%;
        left: -15%;
    }
}
@media (max-width: 1366px) {
    div#v-pills-step1 .step-flow {
        width: 105px;
        position: absolute;
        top: 7%;
        left: -12%;
    }
    div#v-pills-step2 .step-flow {
        width: 124px;
        height: 160px;
        position: absolute;
        top: 26%;
        left: -15%;
    }
    div#v-pills-step3 .step-flow {
        width: 100px;
        height: 20px;
        position: absolute;
        top: 47%;
        left: -11%;
    }
    div#v-pills-step4 .step-flow {
        width: 130px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: -15%;
    }
    div#v-pills-step5 .step-flow {
        width: 126px;
        height: 332px;
        position: absolute;
        top: 55%;
        left: -15%;
    }
}
@media (max-width: 1200px) {}
@media (max-width: 992px) {}