@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container {
    max-width: 90%;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

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

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

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

.fs-24 {
    font-size: 24px;
}

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

.fs-38 {
    font-size: 38px;
}

.fs-48 {
    font-size: 48px;
}

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

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

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    gap: 8px;
}

.btn-blue {
    background-color: #154880;
    color: #fff;
    border: 1px solid #154880;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #fff;
    color: #154880;
    border: 1px solid #154880;
}

.btn-cyan-clutch {
    background-color: #28B7BA;
    color: #fff;
    border: 1px solid #28B7BA;
}

.btn-cyan-clutch:hover,
.btn-cyan-clutch:focus,
.btn-cyan-clutch:active {
    background-color: #fff;
    color: #28B7BA;
    border: 1px solid #28B7BA;
}

/* header css start */
header.header-navigation{
    background-color: transparent;
    transition: background-color 0.5s ease;
}
header.header-navigation + main{
    padding: 0px;
}
.is-sticky.header-navigation{
    background-color: #fff;
}
.is-sticky.header-navigation .navbar .navbar-nav>li>.nav-link{
    color: #223a7a;
}
header .navbar .navbar-brand .dark-logo{
   display: none;
}
header .navbar .navbar-brand .white-logo{
   display: block;
}

header.is-sticky .navbar .navbar-brand .dark-logo{
   display: block;
}
header.is-sticky .navbar .navbar-brand .white-logo{
   display: none;
}
/* header css end */

/* Hero Banner css start */
.hero-banner {
    background: url('../images/clutch/hero-bg.png') no-repeat left top;
    background-size: cover;
    padding: 60px 0px!important;
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}
.web-app-dev-banner{
    /* background: url('../images/web-app-dev/web-app-dev-banner-bg-3.svg')  no-repeat right center; */
    background-size: cover;
    min-height: calc(650px + 50px);
}

.hero-banner .container {
    height: 100%;
    position: relative;
}

.hero-banner .hero-banner-content {
    max-width: 50%;
}

.hero-banner .hero-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 50%;
}
.mob-app-dev-banner{
    /* background: url('../images/web-app-dev/web-app-dev-banner-bg-3.svg')  no-repeat right center; */
    background-size: cover;
    min-height: calc(650px + 50px);
}
.mob-app-dev-banner.hero-banner .hero-thumb {
    position: absolute;
    bottom: -5px;
    top: inherit;
    transform: none;
    right: 0;
    height: 100%;
    width: 50%;
}
.hero-banner .hero-thumb img{
    transform: scale(1.5);
    width: 100%;
    height: 100%;
 }

 @media screen and (min-width: 1681px) {
    /* .web-app-dev-banner.hero-banner .hero-thumb img{
        transform: scale(1.5);
    } */
    .hero-banner .hero-banner-content .fs-30{
        font-size: 38px;
    }
 }


 .hero-fact ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
 }
 .hero-fact ul li{
   width: calc(33.333% - 15px);
 }

.single-hero-fact{
    padding: 12px 8px;
    background-color: #0D2D58;
    border: 1px solid #265492;
    color: #fff;
    border-radius: 10px;
}

.single-hero-fact h4{
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
}

.single-hero-fact p{
    font-size: 14px;
    margin: 0px;
    white-space: nowrap;
}

.hero-banner-content .hero-badge {
    background-color: #FF6E42;
    padding: 5px 10px;
    border-radius: 0px 10px 10px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}

.hero-badge span {
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    color: #FF6E42;
}

.hero-banner-content .hero-btn {
    gap: 16px;
}

.hero-banner-content .content ul li {
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.hero-banner-content .content ul li:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/m-images/listIcon.svg) center/100% no-repeat;
    left: 0;
    top: 3px
}

.hero-banner-content .ratingItems {
    gap: 20px
}

.hero-banner-content .ratingItems .item p {
    color: #fff;
    font-size: 16px;
    margin: 0
}

.hero-banner-content .ratingItems .item .rlogo {
    height: 25px;
    margin: 5px 0;
    text-align: center
}

.hero-banner-content .ratingItems .item .rlogo img {
    max-height: 100%
}


.client-area {
    top: -60px;
    position: relative;
}

.client-area .client-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
    display: flex;
}

.client-wrap .clutch-review-box {
    flex: 0;
    min-width: 265px;
}

.clutch-review-header .top-header {
    padding: 5px 10px 10px 10px;

}

.clutch-review-header .bottom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EDEDED;
}

.bottom-header .clutch-star {
    padding: 0px 10px 5px;
    /* border-right: 1px solid #EDEDED; */
    display: flex;
    gap: 3px;
    color: #fbae3a;
}

.bottom-header .clutch-count {
    padding: 0px 10px 5px;
    text-align: left;
}

.clutch-review-body {
    padding: 8px;
    color: #17313b;
    font-size: 14px;
}

.client-wrap .client-content {
    flex: 1;
}

.client-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.client-content ul li {
    width: 25%;
    height: 75px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.client-content ul li:nth-child(4n) {
    border-right: none;
}

.client-content ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fact-content .row {
    margin: 0px -10px;
}

.fact-content .row [class^="col-"] {
    padding: 0px 10px;
}

.single-box {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1;
    border-radius: 10px;
    gap: 10px;
    margin-top: 16px;
}

.single-box .box-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border-radius: 20px;
}

.single-box .box-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.single-box .box-text h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
}

.single-box .box-text p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.single-box .box-text img {
    max-height: 30px;
    object-fit: contain;
}

.single-box.project {
    background-color: #E3F9FF;
}

.single-box.project .box-icon {
    background-color: #2684DD;
}

.single-box.experience {
    background-color: #FFF0E3;
}

.single-box.experience .box-icon {
    background-color: #F57446;
}

.single-box.client {
    background-color: #DFFFF0;
}

.single-box.client .box-icon {
    background-color: #22CE7E;
}

.single-box.specialist {
    background-color: #FFEDFB;
}

.single-box.specialist .box-icon {
    background-color: #C934E6;
}

.single-box.clutch {
    background-color: #FDFFE5;
}


.single-box.upwork {
    background-color: #F2F7FF;
}

.fact-connect {
    background-color: #E6F8FF;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #C4E0FF;
}

.clutch-form-wrapper.form-wrapper .input-group .input-group-prepend .input-group-text {
    background-color: #fff;
    padding: 9px;
    border-right: none;
    border-color: #B9C2CD;
    border-radius: 10px 0px 0px 10px;
    height: 44px;
    width: 44px;
}

.clutch-form-wrapper.form-wrapper .form-control {
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #B9C2CD;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    height: 44px;
    border-left: none;
    box-shadow: none;
    border-radius: 10px !important;
}

.clutch-form-wrapper.form-wrapper .input-group .form-control {
    padding: 10px 10px 10px 0px !important;
    border-radius: 0px 10px 10px 0px !important;
}

.clutch-form-wrapper.form-wrapper .input-group .input-group-prepend {
    flex: 0;
}

.clutch-form-wrapper.form-wrapper .input-group .iti {
    flex: 1;
}

.clutch-form-wrapper.form-wrapper .iti__flag-container {
    left: -44px;
}

.clutch-form-wrapper.form-wrapper textarea.form-control {
    height: 100px;
    resize: none;
    padding: 10px !important;
    border: 1px solid #B9C2CD;
    border-radius: 10px !important;
}

.review-area .container {
    max-width: 1160px;
}

.review-arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px 0px;
    width: 100%;
    top: 20px;
    z-index: 10;
}


.slider-arrow .slick-arrow.review-prev {
    background-color: transparent;
    color: #28B7BA;
}

.slider-arrow .slick-arrow.review-prev:hover {
    background-color: #28B7BA;
    color: #fff;
}

.slider-arrow .slick-arrow.review-next {
    background-color: #28B7BA;
    color: #fff;
}

.slider-arrow .slick-arrow.review-next:hover {
    background-color: transparent;
    color: #28B7BA;
}


.single-review {
    background-color: #154880;
    border-radius: 20px;
    position: relative;
    margin-top: 5.3vw;
}

.single-review .review-content {
    position: relative;
    padding: 57px 40px;
    max-width: calc(100% - 400px);
}

.single-review .review-content p {
    min-height: 115px;
}

.review-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 90px;
    background: url('../images/clutch/quote.svg') no-repeat center center;
    background-size: cover;
}

.single-review .review-thumb {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.single-review .review-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.review-button-wrap {
    border-radius: 60px 60px;
    background-color: #18314D;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    max-width: 490px;
}

.review-button-wrap .review-author {
    background-color: #F06B44;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 60px 0px 0px 60px;
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    flex: 1;
}

.review-button-wrap .review-video {
    background-color: #18314D;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 60px 60px 00px;
    padding: 15px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.review-button-wrap .review-more {
    background-color: transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 60px 60px 00px;
    padding: 15px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.review-widget-box {
    position: absolute;
    bottom: -25px;
    right: -30px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 20px 0px;
    padding: 5px;
    max-width: 225px;
}

.case-area {
    overflow-x: hidden;
    position: relative;
}

.case-area .case-study-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    background-color: #C1CDDB;
    padding: 35px;
}

.case-area .case-study-thumb img {
    max-height: 400px;
}

.case-area .case-study-content {
    padding: 35px 25px;
    background-color: #E6F8FF;
    border-radius: 0px 20px 20px 0px;
    max-width: 90%;
    position: relative;
}

.case-area .case-study-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-area .case-study-content::after {
    position: absolute;
    width: 186px;
    height: 186px;
    content: "";
    background-image: url('../images/clutch/case_study_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: -135px;
    animation: bounce-smooth 2s infinite ease-in-out;
}

@keyframes bounce-smooth {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.case-study-content .case-tech-stack {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.case-tech-stack li {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    border: 1px solid #EDEDED;
    box-shadow: 0px 7px 15px 0px #0000001A;
}

.case-area .slider-arrow {
    position: absolute;
    right: 25px;
    text-align: right;
    bottom: 15px;
    z-index: 10;
    width: 100%;
}

.slider-arrow .slick-arrow {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    border: 1px solid #28B7BA;
    display: inline-block !important;
    line-height: 0px;
    position: relative;
    top: inherit;
    bottom: inherit;
    font-weight: bold;
    margin: 0px 5px;
}

.slider-arrow .slick-arrow.case-prev {
    background-color: transparent;
    color: #28B7BA;
}

.slider-arrow .slick-arrow.case-prev:hover {
    background-color: #28B7BA;
    color: #fff;
}

.slider-arrow .slick-arrow.case-next {
    background-color: #28B7BA;
    color: #fff;
}

.slider-arrow .slick-arrow.case-next:hover {
    background-color: transparent;
    color: #28B7BA;
}


.track-area {
    background-color: #E6F8FF;
}

.track-record-wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px #262D7614;
}

.track-record-wrap .record-header-wrap {
    border-bottom: 1px solid #EDEDED;
    margin: 0px;
}

.record-header-wrap ul {
    display: flex;
    justify-content: space-between;
}

.record-header-wrap li {
    flex: 1;
    padding: 20px 40px;
    border-right: 1px solid #EDEDED;
}

.track-record-wrap .record-body-wrap {
    padding: 20px 25px;
}

.single-service {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
}

.single-service .single-service-icon {
    width: 42px;
}

.track-record-wrap .record-footer-wrap {
    border-top: 1px solid #EDEDED;
    margin: 0px;
}

.record-footer-wrap ul {
    display: flex;
    justify-content: space-between;
}

.record-footer-wrap li {
    flex: 1;
    padding: 20px 20px;
    border-right: 1px solid #EDEDED;

}

.single-record-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bring-area {
    background-color: #F7E7E7;
    overflow-x: hidden;
}

.bring-wrap {
    background-color: #154880;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.bring-thumb {
    background-image: url('../images/mobile-app-dev/Mobile-Application-Development-Company-3.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

}

.bring-wrap::after {
    position: absolute;
    width: 186px;
    height: 186px;
    content: "";
    background-image: url('../images/clutch/idea_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: -135px;
    animation: bounce-smooth 2s infinite ease-in-out;
}

.transform-area .row {
    margin: 0px -10px;
}

.transform-area .row [class^="col-"] {
    padding: 0px 10px;
}

.transform-area .single-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex: 1;
    border-radius: 10px;
    gap: 10px;
    margin-top: 20px;
    height: calc(100% - 20px);
}

.transform-area .single-box .box-icon {
    min-width: 75px;
    min-height: 75px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border-radius: 20px;
}

.transform-area .single-box .box-icon img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 50px;
    object-fit: contain;
}

.transform-area .single-box .box-text h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.transform-area .single-box .box-text .primary-color {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

.single-box.transform-1 {
    background-color: rgba(102, 126, 234, 0.15);
    /* Blue Purple */
    border: 1px solid #667eea;
}

.single-box.transform-1 .box-icon {
    background-color: #667eea;
}

.single-box.transform-2 {
    background-color: rgba(240, 147, 251, 0.15);
    /* Light Purple */
    border: 1px solid #f093fb;
}

.single-box.transform-2 .box-icon {
    background-color: #f093fb;
}

.single-box.transform-3 {
    background-color: rgba(129, 236, 236, 0.15);
    /* Soft Cyan */
    border: 1px solid #81ecec;
}

.single-box.transform-3 .box-icon {
    background-color: #81ecec;
}

.single-box.transform-4 {
    background-color: rgba(255, 177, 66, 0.15);
    /* Peachy Orange */
    border: 1px solid #ffb142;
}

.single-box.transform-4 .box-icon {
    background-color: #ffb142;
}

.single-box.transform-5 {
    background-color: rgba(255, 118, 117, 0.15);
    /* Salmon Red */
    border: 1px solid #ff7675;
}

.single-box.transform-5 .box-icon {
    background-color: #ff7675;
}

.single-box.transform-6 {
    background-color: rgba(162, 155, 254, 0.15);
    /* Light Violet */
    border: 1px solid #a29bfe;
}

.single-box.transform-6 .box-icon {
    background-color: #a29bfe;
}

.single-box.transform-7 {
    background-color: rgba(116, 185, 255, 0.15);
    /* Soft Sky Blue */
    border: 1px solid #74b9ff;
}

.single-box.transform-7 .box-icon {
    background-color: #74b9ff;
}

.single-box.transform-8 {
    background-color: rgba(223, 230, 233, 0.3);
    /* Pale Grey */
    border: 1px solid #dfe6e9;
}

.single-box.transform-8 .box-icon {
    background-color: #dfe6e9;
}

.single-box.transform-9 {
    background-color: rgba(186, 220, 88, 0.15);
    /* Soft Green Lime */
    border: 1px solid #badc58;
}

.single-box.transform-9 .box-icon {
    background-color: #badc58;
}

.single-box.transform-10 {
    background-color: rgba(253, 203, 110, 0.15);
    /* Soft Yellow Orange */
    border: 1px solid #fdcb6e;
}

.single-box.transform-10 .box-icon {
    background-color: #fdcb6e;
}

.single-box.transform-11 {
    background-color: rgba(255, 234, 167, 0.15);
    /* Pale Yellow */
    border: 1px solid #ffeaa7;
}

.single-box.transform-11 .box-icon {
    background-color: #ffeaa7;
}

.single-box.transform-12 {
    background-color: rgba(225, 112, 85, 0.15);
    /* Warm Brown */
    border: 1px solid #e17055;
}

.single-box.transform-12 .box-icon {
    background-color: #e17055;
}



.development-service {
    background-color: #FFFAF0;
}

.service-box {
    position: relative;
    z-index: 0;
}

.service-box::before {
    content: '';
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 20px;
    background-color: #23BDEE;
    top: -15px;
    left: -15px;
    z-index: -1;
}

.service-box::after {
    content: '';
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 20px;
    background-color: #F3AC50;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}

.service-wrap {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #EDEDED;
}

.service-tabs {
    background-color: #F3FAFF;
}


.service-tabs .nav-tabs {
    display: block;
    padding: 20px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #EDEDED;
}

.service-tabs .nav-tabs .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    text-align: left;

}

.service-tabs .nav-tabs .nav-link.active,
.service-tabs .nav-tabs .nav-link:hover.active {
    background-color: #154880;
    color: #fff;
}

.service-tabs .nav-tabs .nav-link:hover {
    background-color: #fff;
    color: #154880;
}

.service-wrap .tab-content {
    padding: 20px 20px 0px 0px;
}


.service-point-list ul li {
    font-size: 14px;
    line-height: 20px;
    background-position: 0 6px;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.service-point-list ul li a {
    color: #232323;

}

.service-point-list ul li:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #154880;
}



.flexible-box {
    padding: 30px 30px;
}

.flexible-box.box-1 {
    background-color: #FFF5F3;
    border-radius: 10px 0px 0px 10px;
}

.flexible-box.box-2 {
    background-color: #F3FAFF;
}

.flexible-box.box-3 {
    background-color: #FFF3FD;
    border-radius: 0px 10px 10px 0px;
}


.flexible-box ul li {
    font-size: 14px;
    line-height: 20px;
    background-position: 0 6px;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.flexible-box ul li:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #154880;
}

.matrix-area {
    background-color: #EEFAFF;
}

.matrix-area .row {
    margin: 0px -10px;
}

.matrix-area .row [class^="col-"] {
    padding: 0px 10px;
}

.single-matrix {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px #262D7614;
    background-color: #fff;
    display: flex;
    gap: 10px;
    min-height: 88px;
    align-items: center;
    margin-bottom: 20px;
}

.single-matrix .matrix-icon {
    min-width: 42px;
}

.single-matrix .matrix-text {
    font-size: 12px;
    line-height: 16px;
}

.technical-area {
    border: 1px solid #EDEDED;
    padding:20px;
    box-shadow: 0px 10px 60px 0px #262D7614;
    border-radius: 20px;
}

.technical-area .technical-tabs {
    border: none;
    gap: 20px;
}

.technical-area .technical-tabs .nav-link {
    border: 1px solid #EDEDED;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    border-radius: 20px;
}

.technical-area .technical-tabs .nav-link.active {
    background-color: #154880;
    border: 1px solid #154880;
    color: #fff;
}
.technical-area ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.technical-area ul li{
    width: 120px;
    height: 120px;
}
.technical-area .single-technical {
    border: 1px solid #EDEDED;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.single-technical .technical-thumb{
    height: 42px;
}

.single-technical .technical-thumb img{
    max-height: 100%;
    object-fit: contain;
}

.single-technical .technical-content{
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    margin-top: 10px;
}

.technical-area .single-technical:hover {
    box-shadow: 0px 10px 60px 0px #262D7614;
    cursor: pointer;
}

.process-area {
    background-image: url('../images/clutch/process_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-process {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(80px);
    margin-top: 32px;
    height: calc(100% - 32px);
}

.single-process .process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.process-header img {
    width: 62px;
}

.process-header .process-count {
    font-weight: 400;
    font-size: 100px;
    line-height: 74px;
    color: #4A6481;
    opacity: 22%;
}

.process-body {
    min-height: 141px;
}

.process-body ul li {
    font-size: 14px;
    line-height: 20px;
    background-position: 0 6px;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
}

.process-body ul li:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fff;
    display: none;
}

.faq-area {
    background-image: url('../images/clutch/faq-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq-accordion .card {
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin-bottom: 16px;
}

.faq-accordion .card .card-header {
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    border: none;
}

.faq-accordion .card .card-header .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #232323;
    text-decoration: none;
    font-size: 16px;
    padding: 20px;
}

.faq-accordion .card .card-header .accordion-button:hover {
    text-decoration: none;
}

.faq-accordion .card .card-header .accordion-button .fa {
    transition: transform 0.3s ease;
}

.faq-accordion .card .card-header .accordion-button[aria-expanded="true"] .fa {
    transform: rotate(90deg);
}

.faq-accordion .card .card-body {
    padding: 0px 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
}

ul.customlist li {
    font-size: 14px;
}

.talk-thumb {
    width: 100%;
    height: 100%;
    background-image: url('../images/clutch/talk-thumb.jpg');
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.talk-thumb .inner {
    height: 100%;
    width: 100%;
    max-width: 90%;
    background-color: rgba(45, 51, 58, .40);
    background-blend-mode: color;
    float: right;
    border-radius: 20px 0px 0px 20px;
    padding: 40px;
}

.talk-thumb .inner img {
    max-width: 265px;
}

.talk-content {
    height: 100%;
    width: 100%;
    background: rgba(21, 72, 128, 1);
    padding: 40px 0px;
}

.talk-content .inner {
    height: 100%;
    width: 100%;
    max-width: 90%;
    background: rgba(31, 94, 163, 1);
    border-radius: 0px 20px 20px 0px;
    padding: 35px 75px;
    display: flex;
    align-items: center;
}

.requirment-area {
    background-image: url('../images/mobile-app-dev/requirment_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.requirment-rightblock {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.single-requirment {
    padding: 24px 20px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* .requirment-scrollwrap {
    max-height: calc(100vh + 80px);
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.requirment-scrollwrap::-webkit-scrollbar {
    width: 6px;
}
.requirment-scrollwrap::-webkit-scrollbar-track {
    background: transparent;
}
.requirment-scrollwrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.requirment-scrollwrap::-webkit-scrollbar-button:single-button {
    display: none!important;
    height: 0!important;
} */
.single-requirment .requirment-count {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #154880;
    background: linear-gradient(-90deg, rgba(21, 72, 128, 1) 0%, rgba(40, 183, 186, 1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.single-requirment:hover {
    border: 1px solid #154880;
    background-color: rgba(255, 255, 255, 0.50);
    cursor: pointer;

}

.methodology-area .whiteBoxGrp .whiteBox {
    height: calc(100% - 30px);
    margin-top: 30px;
}

.methodology-area {
    background-color: #EEFAFF;
}

/* 
.make-different-area ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 8px;
}

.make-different-area ul li{
    background-color: #fff;
    padding: 18px 16px 16px 16px;
    position: relative;
    font-size: 16px;
    color: #154880;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 3px 3px;
    max-width: 33.33%;

}

.make-different-area ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #154880;
    width: 100%;
    height: 3px;
} */

.project-spec-box {
    position: relative;
    border-radius: 3px;
}

.project-spec-box h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #154880;
    margin-bottom: 0px;
    padding: 15px 15px;
}

.project-spec-header {
    padding: 10px;
    border-width: 1px 0px 1px 0px;
    border-color: #ededed;
    border-style: solid;
}

.project-spec-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.project-spec-header ul li {
    margin-left: -5px;
    width: 40px;
    height: 40px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #154880;
}

.project-spec-header ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.project-spec-box .shape {
    position: absolute;
    bottom: 0;
    right: 20px;
    fill: #fff
}

.project-spec-content ul {
    min-height: 150px;
}

.project-spec-content ul li {
    margin-bottom: 0px;
}

.project-spec-footer .btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.project-spec-box.box-1 {
    background-color: rgba(240, 240, 240, 0.50);
    border: 1px solid #f0f0f0;
}

.project-spec-box.box-1 .project-spec-header {
    background-color: #f0f0f0;
}

.project-spec-box.box-2 {
    background-color: rgba(255, 245, 207, 0.50);
    border: 1px solid #fff5cf;
}

.project-spec-box.box-2 .project-spec-header {
    background-color: #fff5cf;
}

.project-spec-box.box-3 {
    background-color: rgba(210, 245, 225, 0.50);
    border: 1px solid #d2f5e1;
}

.project-spec-box.box-3 .project-spec-header {
    background-color: #d2f5e1;
}

.project-spec-box.box-4 {
    background-color: rgba(255, 223, 240, 0.50);
    border: 1px solid #ffdfef;
}

.project-spec-box.box-4 .project-spec-header {
    background-color: #ffdfef;
}

.project-spec-box.box-5 {
    background-color: rgba(219, 235, 255, 0.50);
    border: 1px solid #dbebff;
}

.project-spec-box.box-5 .project-spec-header {
    background-color: #dbebff;
}

.project-spec-box.box-6 {
    background-color: rgba(255, 233, 207, 0.50);
    border: 1px solid #ffe9cf;
}

.project-spec-box.box-6 .project-spec-header {
    background-color: #ffe9cf;
}

.project-spec-box.box-7 {
    background-color: rgba(224, 255, 244, 0.50);
    border: 1px solid #e0fff4;
}

.project-spec-box.box-7 .project-spec-header {
    background-color: #e0fff4;
}

.project-spec-box.box-8 {
    background-color: rgba(245, 224, 255, 0.50);
    border: 1px solid #f5e0ff;
}

.project-spec-box.box-8 .project-spec-header {
    background-color: #f5e0ff;
}

.project-spec-box.box-9 {
    background-color: rgba(255, 248, 225, 0.50);
    border: 1px solid #fff8e1;
}

.project-spec-box.box-9 .project-spec-header {
    background-color: #fff8e1;
}

.project-spec-box.box-10 {
    background-color: rgba(213, 243, 255, 0.50);
    border: 1px solid #d5f3ff;
}

.project-spec-box.box-10 .project-spec-header {
    background-color: #d5f3ff;
}

.excitingProjectsBox {
    background-color: #f2f2f2;
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 10px;
}

.excitingProjectsBox:hover {
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    border: 1px solid #154880;
    cursor: pointer;
}

.excitingProjectsBox .img-icon {
    width: 52px;
    height: 52px;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #EDEDED;
}

.excitingProjectsBox .label {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 10px;
    background: #154880;
    background: linear-gradient(90deg, rgba(21, 72, 128, 1) 0%, rgba(40, 183, 186, 1) 100%);
    padding: 6px 18px;
    border-radius: 24px;

}

.excitingProjectsBox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #154880;
    margin-bottom: 10px;
}

.excitingProjectsBox p {
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 5px;
}

.scraper-accordion .scrapercard {
    margin-bottom: 1rem;
    background-color: rgba(21, 72, 128, 0.05);
    border: 1px solid #EDEDED;
    border-radius: 3px;
    padding: 0.75rem;
}

.scraper-accordion .scrapercard-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    gap: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.50rem;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(21, 72, 128, 0.15);
    font-size: 1.1rem;
    color: #154880;
}

.scraper-accordion .scrapercard-header .icon {
    width: 36px;
    background: #28b7ba;
    border-radius: 50%;
    line-height: 36px;
    max-width: 100px;
    text-align: center;
    min-width: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 36px;

}

.scraper-accordion .scrapercard-header .title-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    flex-grow: 1;
}

.scraper-accordion .scrapercard-body {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(21, 72, 128, 0.20);
    border-top: none;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.scraper-accordion .scrapercard-header a:not(.collapsed) .toggle-icon i {
    transform: rotate(180deg);
}



.developer-wrap {
    position: relative;
  
    border-radius: 20px;
}

.developer-thumb{
    padding: 24px;
    position: relative;
    background-image: url('../images/web-app-dev/developer-thumb-bg.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    border: 1px solid #3368C633;
    border-radius:24px;

}
.developer-thumb-inner{
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
    padding:15px;
}
.developer-thumb::after{
   background-image: linear-gradient(180deg, #FFFFFF 0%, #3368C633 100%);
   position: absolute;
   top: 0px;
   border-radius: 24px;
   left:0px;
   width: 100%;
   height: 100%;
   content: "";
}

.developer-thumb img{
    position: relative;
    z-index: 1;
}
.developer-content .max-content {
    max-width: 560px;
}

.methodology-area {
    background-color: #EEFAFF;
    position: relative;
}

.methodology-area::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 310px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0px;
}

.methodology-area .container {
    position: relative;
    z-index: 2;
}

.single-methodology {
    padding: 30px 40px;
}

.single-methodology.box-1 {
    background-color: #FFF5F3;
}

.single-methodology.box-2 {
    background-color: #FDFFE5;
}

.single-methodology.box-3 {
    background-color: #EEEEEE;
}

.single-methodology.box-4 {
    background-color: #F0F1FF;
    position: relative;
}

.single-methodology.box-5 {
    background-color: #F3FFF5;
    position: relative;
}

.single-methodology.box-4::before {
    position: absolute;
    width: 90px;
    height: 90px;
    content: "";
    background-image: url('../images/clutch/idea_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -15px;
    right: 0px;
    animation: bounce-smooth 2s infinite ease-in-out;
}

.single-methodology.box-4::after {
    position: absolute;
    width: 65px;
    height: 65px;
    content: "";
    background-image: url('../images/clutch/case_study_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -50px;
    left: 50px;
    animation: bounce-smooth 2s infinite ease-in-out;
}

.mobile-app-development .single-methodology.box-4::before,
.mobile-app-development .single-methodology.box-4::after {
    display: none;
}


.methodology-thumb {
    position: relative;
}

.methodology-thumb::after {
    position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    background-image: url('../images/clutch/idea_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 60px;
    left: 60px;
    animation: bounce-smooth 2s infinite ease-in-out;
}

.requirement-area {
    background-color: #F7E7E7;
    position: relative;
}
.requirement-area .requirement-pattern-1{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 715px;
    height: 460px;
    background-image: url('../images/web-app-dev/requirment-pattern-1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.requirement-area .requirement-pattern-2{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 715px;
    height: 460px;
    background-image: url('../images/web-app-dev/requirment-pattern-2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.requirement-area::after {
    position: absolute;
    width: 125px;
    height: 125px;
    content: "";
    background-image: url('../images/clutch/case_study_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    right: 0%;
    animation: bounce-smooth 2s infinite ease-in-out;
}
.requirement-area::before {
    position: absolute;
    width: 170px;
    height: 170px;
    content: "";
    background-image: url('../images/web-app-dev/pink-ball.svg');
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 25%;
    left: 0px;
    animation: bounce-smooth 2s infinite ease-in-out;
}
.requirement-area .row::after {
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url('../images/clutch/idea_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -4%;
    animation: bounce-smooth 2s infinite ease-in-out;
}
.requirement-area .container {
    position: relative;
    z-index: 1;
}

.side-dots-list .lists .list {
    position: relative;
    padding: 20px 20px 20px 40px;
    background: #FFF4F4;
    box-shadow: 0px 10px 60px 0px #E2C5C5;
    border-radius: 10px;
    margin-bottom: 20px;
}

.side-dots-list .lists .list:after {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url('../images/web-app-dev/requirment-point-circle.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 2;
    background-size: contain;
}

.side-dots-list .lists .list:not(:last-child):before {
    content: "";
    border-right: 1px dashed #265ED4;
    top: 50%;
    transform: translateY(0%);
    left: 20px;
    position: absolute;
    height: calc(100% + 20px);
    z-index: 1;
}
.side-dots-list-collapsed .lists .list:nth-child(2):before {
    display: none;
}
.side-dots-list .lists .list h3 {
    font-size: 16px;
    color: #282828;
    margin-bottom: 5px;
}

.side-dots-list .lists .list p {
    font-size: 14px;
    color: #282828;
    margin: 0px;
}

.single-make-different{
    padding: 52px 20px 20px 20px;
    position: relative;
    border-radius: 16px;
    margin-top: 50px;
}

.single-make-different .make-different-icon{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    z-index: 1;
}

.single-make-different .make-different-text h5{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-make-different .make-different-text ul{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.single-make-different .make-different-text ul li{
    font-size: 14px;
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    color: #232323;
}
.single-make-different .make-different-text ul li:last-child{
    border-bottom: none;
}
.single-make-different.box-1{
    background-color: #FFF5F3;
}
.single-make-different.box-1 .make-different-text h5{
    color: #804A40;
}
.single-make-different.box-2{
    background-color: #F3FAFF;
}
.single-make-different.box-2 .make-different-text h5{
    color: #406580;
}
.single-make-different.box-3{
    background-color: #FFF3FD;
}
.single-make-different.box-3 .make-different-text h5{
    color: #804075;
}
.single-make-different.box-4{
    background-color: #F4FDE9;
}
.single-make-different.box-4 .make-different-text h5{
    color: #658040;
}

.custom-service-area{
    background-image: url('../images/custom-soft-dev/card-shape.png'), linear-gradient(180deg, #fcf8ec, #fff);
    background-size:auto;
    background-repeat: repeat;
}
.service-type-left{
    position: sticky;
    top: 120px;
}
.service-five-point .five-point-item{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.single-service-type{
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 33px;
    position: sticky;
    top: 120px;
    background-color: #fff;
}

.single-service-type:nth-child(2){
    top: 140px;
}

.single-service-type:nth-child(3){
    top: 160px;
}

.single-service-type:nth-child(4){
    top: 180px;
}

.specific-area{
    background-color: #f1f6f5;
}

 .specific-card{
    background-color:#fff;
    padding:30px;
    position: relative;
}
 .specific-card::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 40px;
    left: -1px;
    top: 25px;
    background: #154880;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 100%, 0 0);
 }


.specific-card ul.tech {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    
}
.specific-card h3{
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.specific-card ul.tech li {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .5s ease-out;
    padding: 5px;
    margin-left: -5px;
    z-index: 9px;
}

.specific-card ul.tech li img{
    object-fit: contain;
    max-height: 100%;
    border-radius: 50%;
}

.specific-card h4{
    font-size:18px;
    font-weight: 600;
    margin-bottom:8px;
    color: #666a69;
}

.specific-card .yellowCircle{
    min-height: 175px;
    
}

.specific-card .yellowCircle li{
    color: #666a69;
    margin: 0px;
}

.specific-card .yellowCircle li::before{
    background-image: url('../images/AI-ML/double-left-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

.specific-card .yellowCircle li::after{
    display: none;
}

.existing-project-block{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 40px;
  padding-top: 10px;
}

.existing-project-block.block-one{
  background: #6c4ea7;
}

.existing-project-block.block-two{
  background: #f66587;
}

.existing-project-block.block-three{
  background: #bf529f;
}

.existing-project-block .inner-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  border: 1px solid #e7e3ee;
  padding: 24px 20px 20.5px 25px;
  transition: all 500ms ease;
  color: #75727b;
  min-height: 450px;
}

.existing-project-block.block-one:hover .inner-box{
  border-color: #6c4ea7;
}

.existing-project-block.block-two:hover .inner-box{
  border-color: #f66587;
}

.existing-project-block.block-three:hover .inner-box{
  border-color: #bf529f;
}

.existing-project-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  padding-right: 44px;
  margin-bottom: 10px;
  z-index: 1;
}
.existing-project-block.block-one .inner-box ul.yellowCircle li{
    color: #75727b;
}
.existing-project-block.block-one .inner-box ul.yellowCircle li:after{
  background-color: #6c4ea7;
  border:none;
}

.existing-project-block.block-two .inner-box ul.yellowCircle li:after{
  background-color: #f66587;
  border:none;
}

.existing-project-block.block-three .inner-box ul.yellowCircle li:after{
  background-color: #bf529f;
  border:none;
}

.existing-project-block.block-one .inner-box .icon-box{
  color: #6c4ea7;
}

.existing-project-block.block-two .inner-box .icon-box{
  color: #f66587;
}

.existing-project-block.block-three .inner-box .icon-box{
  color: #bf529f;
}

.existing-project-block .inner-box .icon-box .count-text{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.existing-project-block .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 0px 50%;
  right: 11px;
  bottom: 9px;
  z-index: -1;
}

.existing-project-block.block-one .inner-box .icon-box:before{
  background: #f4f1fa;
}

.existing-project-block.block-two .inner-box .icon-box:before{
  background: #faecf0;
}

.existing-project-block.block-three .inner-box .icon-box:before{
  background: #faedf6;
}

.existing-project-block .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #272e39;
}

.achievements-area{
    background-color:#E6F8FF;
}

.achievements-block{margin-top: 30px; height: calc(100% - 30px);}
.achievements-block .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 93px 40px 30px 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-top:5px solid #154880;
  background-image: url('../images/AI-ML/flower-pattern.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
}

.achievements-block .inner-box .icon-box{
  position: absolute;
  left: 40px;
  top: 0px;
  display: inline-block;
  width: 75px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #28b7ba 0%,  #154880 100%);
  border-radius: 0px 0px 100px 100px;
}

.achievements-block .inner-box .icon-box img{
  display: inline-block;
  height: 35px;
}

.achievements-block .inner-box h3{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-weight: 600;
}

.achievements-block .inner-box h3:before{
  position: absolute;
  content: '';
  background: #28b7ba;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.achievements-block .inner-box p{
  position: relative;
  display: block;
  color: #7d7373;
}

.achievements-block .inner-box .light-icon{
  position: absolute;
  right: 10px;
  bottom: 0px;
}



footer{
    background: #EEFAFF;
    padding-top: 40px;
    padding-bottom: 25px;
}
/* footer .row{
    margin-left: -5px;
    margin-right: -5px;
}
footer .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
} */
footer a, footer p{
    color: #232323;
}
footer p{
    line-height: 24px;
}
footer i > img{
    filter: invert(7%) sepia(8%) saturate(22%) hue-rotate(314deg) brightness(101%) contrast(84%);
}
footer ul li{
    margin-top: 10px;
    font-size: 14px;
}
@media screen and (min-width: 992px) {
    header.header-navigation .navbar .navbar-nav>li>.nav-link{
        color: #fff;
    }
}
@media screen and (max-width: 1399px) {
    .single-review {
        margin-top: 5.6vw;
    }
    .web-app-dev-banner.hero-banner .hero-thumb img{
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
    .hero-banner .hero-banner-content .fs-30{
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90% !important;
    }

    /* .hero-banner {
        height: 500px;
    } */

    .hero-banner-content .hero-btn {
        display: block !important;
    }

    .hero-banner-content .hero-btn .btn {
        margin-bottom: 10px;
    }

    .client-area {
        top: 0px;
        padding: 40px 0px !important;
    }

    .single-review {
        margin-top: 9vw;
    }
}


@media screen and (max-width: 1024px) {

    .single-review .review-content {
        padding: 30px 20px;
        max-width: 100%;
    }

    .single-review .review-thumb {
        display: none;
    }

    .case-area .case-study-content::after,
    .bring-wrap::after {
        display: none;
    }

    .record-header-wrap li {
        padding: 15px;
        font-size: 14px;
    }

    .record-footer-wrap li {
        padding: 10px;
        font-size: 14px;
    }

    .record-footer-wrap li .fs-24 {
        font-size: 20px;
    }

    .flexible-box {
        padding: 20px 20px;
    }

    .flexible-box ul {
        min-height: 170px;
    }

    .service-tabs .nav-tabs .nav-link {
        padding: 12px;
    }

    .single-process .process-body h4 {
        min-height: 48px;
    }

    .single-process .process-body ul {
        min-height: 160px;
    }
}

@media screen and (max-width: 992px) {
    .fs-24 {
        font-size: 22px;
    }

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

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

    .hero-banner {
        height: auto;
        padding:85px 0px 50px!important;
    }
    .web-app-dev-banner{
        background: url('../images/web-app-dev/web-app-dev-banner-bg.png')  no-repeat center center;
        background-size: cover;
    }

    .hero-banner .container {
        padding: 0px;
    }

    .hero-banner .hero-banner-content {
        max-width: 100%;
    }

    .hero-banner .hero-banner-content .fs-38 {
        font-size: 28px;
    }

    .hero-banner .hero-thumb {
        position: relative!important;
        width: 100%!important;
        top: 0px;
        transform: none;
        right: 0;
        padding-left: 0px;
        text-align: center;
    }
    .hero-banner .hero-thumb img{
        transform:scale(1.0)!important;
    }

    .hero-fact ul li{
        width: calc(50% - 15px);
    }

    .review-arrow {
        position: relative;
    }

    .single-review {
        margin-top: 40px;
    }

    .bottom-header .clutch-star {
        justify-content: flex-end;
    }
    .developer-wrap{display: none;}
    .requirement-area::before, .requirement-area::after, .requirement-area .row::after, .single-methodology.box-4::before, .single-methodology.box-4::after, .requirement-area .requirement-pattern-1, .requirement-area .requirement-pattern-2{
        display: none;
    } 
}

@media screen and (max-width: 768px) {
    .fact-connect {
        margin-top: 32px;
    }

    .client-area .client-wrap {
        display: block;
    }

    .record-header-wrap ul {
        display: block;
    }

    .record-header-wrap ul li {
        border-right: none;
        border-bottom: 1px solid #EDEDED;
        padding: 15px 15px;
        text-align: center;
    }

    .record-footer-wrap ul {
        flex-wrap: wrap;
    }

    .record-footer-wrap ul li {
        min-width: 50%;
        border-bottom: 1px solid #EDEDED;
    }

    .record-header-wrap li .d-flex {
        justify-content: center;
    }

    .review-button-wrap {
        display: block;
        border: none;
        background-color: transparent;
    }

    .review-button-wrap .review-more {
        background-color: #18314D;
    }

    .review-button-wrap .review-author {
        border-radius: 60px;
        padding: 5px 20px;
        align-items: center;
        margin-bottom: 10px;
    }

    .review-button-wrap .review-video,
    .review-button-wrap .review-more {
        border-radius: 60px;
        padding: 5px 20px;
    }

    .flexible-box {
        margin-top: 30px;
    }

    .flexible-box ul {
        min-height: auto;
    }

    .single-process .process-body ul {
        min-height: auto;
    }

    .service-wrap .tab-content {
        padding: 20px;
    }

    .talk-content .inner,
    .talk-thumb .inner {
        padding: 20px;
    }

    .talk-thumb .inner .fs-48 {
        font-size: 32px;
    }

    .case-area .case-study-content {
        max-width: 100%;
    }

    .transform-area .single-box {
        padding: 10px;
    }

    .transform-area .single-box .box-icon {
        min-width: 60px;
        min-height: 60px;
    }

    .transform-area .single-box .box-icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .review-widget-box {
        right: 50%;
        transform: translateX(50%);
        padding: 0px;
        background-color: transparent;
    }
}

@media screen and (max-width: 576px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100% !important;
    }

    .hero-banner .container {
        padding: 0px 16px;
    }

    .hero-banner-content .hero-badge {
        padding: 5px;
    }

    .hero-fact ul li{
        width: calc(100% - 0px);
    }

    .client-content ul li {
        width: 50%;
        padding: 10px;
    }

    .record-footer-wrap ul li {
        min-width: 100%;
        border-right: none;
    }

    .case-area .slider-arrow {
        position: relative;
        bottom: -8px;
        right: 0px;
    }

    .case-study-button .d-flex {
        display: block !important;
    }

    .case-study-button .d-flex .btn {
        margin: 0px 0px 10px 0px !important;
    }

    .single-matrix {
        min-height: auto;
        padding: 10px;
    }

    .technical-area .technical-tabs{
        justify-content: center;
    }

    .technical-area ul li{
        width: calc(50% - 20px);
    }
}