:root {
    --bs-primary-soft: #CEDDFF;
    --bs-primary-light: #3A75FF;
    --bs-primary: #0083EB;
    --bs-primary-dark: #0048F0;
    --bs-secondary-light: #dcdcdf;
    --bs-secondary: #c0c0c5;
    --bs-secondary-dark: #D6D5E1;
    --bs-success-soft: #def4ed;
    --bs-success-light: #82d6bc;
    --bs-success: #5cc9a7;
    --bs-success-dark: #3cb690;
    --bs-info-soft: #dcf0ff;
    --bs-info-light: #83cbff;
    --bs-info: #50b5ff;
    --bs-info-dark: #1d9fff;
    --bs-warning-soft: #fff2d8;
    --bs-warning-light: #ffcf70;
    --bs-warning: #ffb116;
    --bs-warning-dark: #fba700;
    --bs-danger-soft: #fcdde1;
    --bs-danger-light: #f68692;
    --bs-danger: #f25767;
    --bs-danger-dark: #ee283c;
    --bs-dark-soft: #C9C7F7;
    --bs-dark-light: #071c4d;
    --bs-dark: #0B163F;
    --bs-dark-dark: #010e2b;
    --body-color: #000b22;
    --bs-light: #f7f9fc;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/fonts/icomoon5291.eot?cztzwh');
    src: url('../fonts/icomoon/fonts/icomoon5291.eot?cztzwh#iefix') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon5291.ttf?cztzwh') format('truetype'), url('../fonts/icomoon/fonts/icomoon5291.woff?cztzwh') format('woff'), url('../fonts/icomoon/fonts/icomoon5291.svg?cztzwh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html {
    touch-action: manipulation;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;

}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    flex: 1 1 auto;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.h1,
.display-1,
.h2,
.display-2,
.h3,
.display-3,
.h4,
.display-4,
.h5,
.display-5,
.h6,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c7706;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

.fplogo {
    padding-left: px;
}

.np {
    padding: 0px;
}


.featuredPropBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
}

.featuredPropBox ul li {
    background-color: #16ae16;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 250px;
    margin: 5px;
    width: 32%;
    position: relative;
    transition: all 1s ease-in;
    cursor: pointer;
}

.featuredPropBox ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: radial-gradient(rgb(107, 246, 92) 0%, rgb(45, 182, 231) 100%);
    transition: all 0.3s ease-in-out;
}

/* .featuredPropBox ul li:nth-child(1) {
		background-image: url('a1.jpg');
	}
	
	.featuredPropBox ul li:nth-child(2) {
		background-image: url('a1.jpg');
	}
	
	.featuredPropBox ul li:nth-child(3) {
		background-image: url('a1.jpg');
	}

.featuredPropBox ul li:nth-child(4) {
		background-image: url('a1.jpg');
	}

.featuredPropBox ul li:nth-child(5) {
		background-image: url('a1.jpg');
	}
.featuredPropBox ul li:nth-child(6) {
		background-image: url('a1.jpg');
	} */


.featuredPropBox ul li .fplogo {
    position: absolute;
    left: 190px;
    top: 50%;
    text-align: center;
    font-weight: 900;
    /* background: linear-gradient( 90deg,rgb(18, 45, 246),#0084ff, #248724,rgb(25, 135, 11));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
    color: #2c6602 !important;
    font-weight: 600 !important;
}

/* .featuredPropBox ul li .fplogo img {
    width: 100%;
} */

.featuredPropBox ul li .fptext {
    display: none;
    font-size: 16px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 65%;
    z-index: 1;
}

.featuredPropBox ul li .fptext p {
    color: #01551b;
    margin: 0px;
}

.featuredPropBox ul li:hover {
    box-shadow: 0 0 0 25px rgba(3, 35, 211, 0.2) inset;
}

.featuredPropBox ul li:hover:after {
    background-color: rgba(22, 22, 22, 0.3);
}

.featuredPropBox ul li:hover .fplogo {
    display: none;
}

.featuredPropBox ul li:hover .fptext {
    display: block;
}

img {
    max-width: 100%;

  
}

a:hover {
    transition: all 0.4s;
    text-decoration: none !important;
}

.error {
    color: #F1646F;
}

dl ol ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"]~label,
input[type="radio"]~label {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #7D7D7D;
    padding: 0;
}

input[type="checkbox"]~label::before,
input[type="radio"]~label::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: -24px;
    width: 19px;
    height: 19px;
    background: #EDEDED;
    border-radius: 6px;
}

input[type="radio"]~label::before {
    border-radius: 50%;
}

input[type="checkbox"]~label::after {
    content: " ";
    position: absolute;
    top: 6px;
    left: -19px;
    width: 10px;
    height: 5px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type="checkbox"]:checked~label::before {
    background: #00B2BB;
}

input[type="checkbox"]:checked~label::after {
    opacity: 1;
}

input[type="radio"]:checked~label::before {
    background: #00B2BB;
    border: 3px solid #ededed;
}

.font-500 {
    font-weight: 500;
}

.butn {
    font-weight: 500;
    display: inline-block;
    padding: 0px 40px;
    text-align: center;
    border-radius: 9px;
    position: relative;
    z-index: 3;
    transition: all 0.4s;
    cursor: pointer;
    outline: none !important;
}

.butn:after {
    content: "";
    width: 0;
    height: 100%;
    background: transparent;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    transition: all 0.4s;
}

.butn-bg {
    background: #00243B;
    border-color: #00243B;
    color: #fff !important;
}

.butn-bg:hover {
    background: transparent;
    border-color: #00243B;
    color: #00243B !important;
}

.butn-bg:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.butn-bg:after {
    background: #fff;
}

.butn.butn-big {
    height: 60px;
    font-weight: normal;
    font-size: 20px;
}

.butn.disabled {
    background: rgba(241, 100, 111, 0.21);
    border-color: transparent;
    color: #F1646F !important;
}

.butn-border {
    border: 1px solid #203e6a;
    color: #203e6a;
}

.butn-border:hover {
    border-color: #203e6a;
    color: #fff;
}

.butn-border:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.butn-border:after {
    background: #203e6a;
}

.btn {
    padding: .65rem 1.75rem;
    border: 2px solid transparent;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-white-light {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    color: #171168;
}

.btn-white-light:hover {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
}

.btn-gredient {
    background: linear-gradient(to right, #0000ab 0, #4285F4 100%);
    color: #fff;
    overflow: hidden;
}

.btn-gredient:hover {
    background: linear-gradient(to left, #0000ab 0, #4285F4 100%);
}

.taxi-app-developement-wrapper .hero-subscribe-form-wrap .btn-gredient,
.web-development-banner .hero-subscribe-form-wrap .btn-gredient {
    background: linear-gradient(to right, #0000ab 0, #4285f4 100%);
    color: #ffffff;
    border: 1px solid #fff;
}

.taxi-app-developement-wrapper .hero-subscribe-form-wrap .btn-gredient:hover,
.web-development-banner .hero-subscribe-form-wrap .btn-gredient:hover {
    background: transparent;
    color: #fff;
}

.btn-blue-gredient {
    background: #0fd280;
    color: #fff;
    border: 0;
    overflow: hidden;
}

.btn-gredient:hover,
.btn-blue-gredient:hover {
    color: #fff;
}

.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.butn i {
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim;
    font-size: 12px;
}

.butn i.search-ic {
    font-size: 16px;
}

@keyframes arrowanim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.butn:hover span.circle {
    top: -10%;
    right: -80px;
}

.sub-heading {
    font-size: 20px;
}

.sub-heading2 {
    font-size: 18px;
}

.hero-content-wrap h2 {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: 500;
}

.lead {
    font-weight: 400;
}

.fluid-2 {
    padding: 0 52px !important;
}

.section-heading {
    margin-bottom: 50px;
}

.app-number {
    font-size: 130px;
    font-style: normal;
    font-weight: 900;
    color: #000;
    opacity: .1;
    margin-bottom: -65px;
    display: block;
    line-height: 1;
}

.app-number-white {
    color: #fff;
}

.services-area {
    background-color: #070b3b;
    position: relative;
    padding: 75px 0 50px;
}

.services-area .section-heading h2 {
    color: #fff;
}



.sp-color1 {
    color: #ffc221;
}

.service-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.service-shape img {
    max-width: 500px;
    opacity: 0.3;
}

.award-winning-wrapper {
    background: linear-gradient(270deg, rgb(118, 255, 145) 0%, rgb(95, 187, 248) 100%);
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
    padding: 80px 15px 50px;
    background-repeat: no-repeat;
}

.blog-section {
    background: #F7F9F8;
    padding: 60px 0 70px;
}

.tw-latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-page-wrapper .tw-latest-post {
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
}

.blog-page-wrapper .tw-latest-post .post-info .post-title {
    line-height: 26px;
}

.tw-latest-post:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.latest-post-media {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 50%;
    max-height: 260px;

}

.latest-post-media img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
}

.post-body {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.post-date {
    background: #ffffb6;
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;

}

.post-author {
    background: #e6f4ff;
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    font-size: 13px;

}

.post_category a {
    color: #000;
    font-size: 16px;
    text-decoration: underline !important;
}

.post-author a {
    color: #222;
}

.post-date span {
    font-size: 14px;
    padding-right: 4px;
}

.tw-latest-post.blog-latest-post .post-body {
    padding-left: 15px;
}

.post-meta {
    padding-top: 20px;
    padding-bottom: 7px;
}

.post-meta span {
    margin-right: 40px;
}

.post-meta a {
    color: #2f2c2c;
}

.post-info .post-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.post-info .post-title a {
    color: #2f2c2c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-info .entry-content p {
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 16px;
}

.read-more-link {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;
    border: 2px solid #0083eb;
    padding: 8px 14px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0px;
}

.read-more-link:hover {
    background: #0083eb;
    color: #fff;
    transition: all .3s ease 0s;
    text-decoration: none;
}


.pagination-list-wrapper {
    display: flex;
}

.btn-white {
    font-weight: 500;
    font-size: 18px;
    padding: 13px 28px;
    background-color: white;
    color: #334055;
    transition: all ease 250ms;
    letter-spacing: 0.0012em;
    line-height: 24px;
    border-radius: 4px;
    outline: none !important;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
}

.btn-white:hover {
    border-color: #fff;
}

.btn-white i {
    font-size: 15px;
    margin-left: 5px;
}

#footer-logo-img {
    filter: brightness(0) invert(1);
}

.cta__inner {
    padding: 50px 100px 53px 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    -moz-box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    position: relative;
    z-index: 1;
    background: #5f59fd;
    overflow: hidden;
}

.about-banner {
    padding-top: 100px;
    background-color: rgba(7, 28, 77, 0.92);
    position: relative;
    background-image: url("../img/works/about-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 28, 77, 0.92);
}

.page-title-wrapper {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.portfolio-filter {
    padding: 149px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.count-wrap p {
    font-size: 18px;
    margin: 0;
}

.count-wrap h2 {
    margin-bottom: 2px;
}

.portfolio-filter ul li {
    padding: 12px 16px;
    position: relative;
}

.page-title-wrapper .contact-right-wrapper h1 {
    font-size: 30px;
}

.portfolio-filter ul li::before,
.portfolio-filter ul li:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: transparent;
}

.portfolio-filter ul li.active::before,
.portfolio-filter ul li:hover::before {
    background: #fff;
}

.portfolio-filter ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.right-search-wrapper .form-group .form-control {
    background: #fff;
    border: 0;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    min-width: 340px;
}

.right-search-wrapper .form-group .search-wrapper {
    position: absolute;
    right: 16px;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.shape-img1 {
    position: absolute;
    left: 1%;
    top: 2%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .15;
}

.page-title-area .shape-img1 {
    top: auto;
    bottom: 25%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    left: 5%;
}

.shape-img2 {
    position: absolute;
    bottom: 10%;
    z-index: -1;
    right: 70px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .25;
}

.shape-img3 {
    position: absolute;
    left: 20%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .15;
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.page-title-content ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 16.5px;
    color: #fff;
    font-weight: 500;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

.page-title-content ul li::before {
    color: #ff5d22;
    position: absolute;
    right: -18px;
    top: 8.5px;
    line-height: 1;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
}

.page-title-content ul li:last-child:before {
    display: none;
}

.supertext-small {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
    color: #90A0B9;
}

.c-header_title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.24px;
    line-height: 1.12;
}

.c-header_title label {
    margin-bottom: 0;
}

.c-header_title2 {
    font-size: 32px;
}

.color-gredient {
    display: block;
    position: relative;
    line-height: initial;
}

.color-gredient-blue {
    background-image: linear-gradient(60deg, #199EFF, #2b57e3);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gredient-orange {
    background-image: linear-gradient(-45deg, #28D44D, #24b729);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gredient-green {
    background-image: linear-gradient(174.21deg, #1be6e3 0%, #12bee0 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gredient-blue1 {
    background-image: linear-gradient(174.21deg, #4C88FB 0%, #4EA6F4 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gredient-purple {
    background-image: linear-gradient(186.21deg, #edf262 0%, #e5a308 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paragraph-text {
    color: #273954;
    font-size: 17px;
    letter-spacing: -0.32px;
    line-height: 1.5;
    position: relative;
}


.bg-blue {
    background: #e9ecf4;
}

.counter-number {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

.awards-couter {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
    padding: 40px;
    position: relative;
}

.awards-couter-solution {
    padding-bottom: 25px;
}

.awards-couter-solution .counter-number {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.awards-couter h3 {
    font-size: 16px;
    font-weight: 500;
}

.story-img img {
    max-width: 85px;
}

.awards-couter-solution .story-img {
    margin-bottom: 20px;
}

.awards-couter-solution .story-img i {
    font-size: 52px !important;
}

.hero-content-wrapper {
    margin-bottom: 178px;
}

.header-div {
    margin: -36px 0 -51px 0px;
}

.logo-div {
    margin: 0px 0 -61px 0px;
}

.why-us-section {
    background: #d1e09bb0;
    position: relative !important;
}

.pillars-div {
    margin-left: -98px;
}

.vedio-wrapper {
    width: 100%;
    padding-bottom: 59%;
    position: relative;
    margin: 20px 0 0;
}

.works-about-items {
    margin: 20px 0;
}

.vedio-wrapper iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.works-about-items li {
    display: flex;
    margin: 14px 0;
}

.works-about-items li h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.6px;
}

.works-about-items li i {
    margin-right: 12px;
    margin-top: 4px;
}

.search-blog {
    border-radius: 12px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 4px 8px 0 rgba(54, 73, 94, 0.08);
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 4px 8px 0 rgba(54, 73, 94, 0.08);
    padding: 21px 21px;
    z-index: 20;
    position: static;
    transition: position ease .9s;
}

.search-sec .transparent-input {
    width: 100%;
    border: 0;
}

.search-sec {
    display: flex;
    align-items: center;
}

.search-sec form {
    flex: 1;
}

.search-icon {
    font-weight: 500;
    font-size: 20px;
}

.blog-search-wrapper {
    margin-top: -98px;
    position: relative;
    z-index: 3;
}

.blog-wrapper {
    padding-top: 66px;
    background: #fff;
}

.blog-filter .blog-filter-list {
    width: 100%;
    display: inline-block;
}

.blog-filter-list span {
    margin-left: auto;
}

.blog-filter .blog-filter-list a {
    padding: 12px 0;
    width: 100%;
    display: flex;
}

.blog-filter .blog-filter-list a i {
    margin-right: 10px;
    transition: all ease .25s;
    margin-top: 4px;
}

.blog-filter .blog-filter-list a:hover i {
    transform: translateX(2px);
}

.blog-filter .blog-filter-list a:hover {
    box-shadow: 0px 1px 0 0px #15151573;
}

.blog-filter .blog-filter-list .heading-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #022a5e;
    font-weight: 400;
}

.tw-latest-post.blog-latest-post {
    margin-bottom: 30px;
}

.category-head {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.category-widget-wrapper {
    box-shadow: .209px 2.993px 54.28px 4.72px rgba(25, 4, 2, .05);
    padding: 20px;
}

.news-box-widget {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post-box-style .media a.post-img-holder {
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
    padding-bottom: 25%;
    width: 140px;
    position: relative;
    flex: 0 0 34%;
    height: 40px !important;
    display: block;
}

.post-date span,
.post-author a,
.post-author span {
    font-size: 13px;
}

.post-box-style .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
    text-decoration: underline;
}

.post-box-style .post-box-date ul {
    list-style: none;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 92%;
    margin-left: 0;
    padding: 0;
}

.post-box-style .post-box-date ul li {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 20px;
    padding: 0;
    display: inline-block;
    line-height: 1.4;
    border: none;
    position: relative;
}

.post-box-style .media a.post-img-holder img {
    border-radius: 4px;
    transform: scale(1);
    transition: transform 1s cubic-bezier(.2, .96, .34, 1);
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.post-box-style .media:hover {
    cursor: pointer;
}

.post-box-style .media:hover a.post-img-holder img {
    transform: scale(1.2);
}

.post-box-style .media:hover .media-body .entry-title {
    color: #0083eb;
}

.post-box-date {
    color: #9b9b9b;
}

.post-box-style {
    padding-top: 12px;
}

.post-slider .slick-slide {
    height: auto;
}

.post_image {
    position: relative;
    margin-bottom: 17px;
}

a#totop {
    width: 50px;
    position: fixed;
    right: 35px;
    bottom: 90px;
    background: #23bb5d;
    padding: 16px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
}

a#totop i {
    color: #fff;
    font-size: 20px;
}

.entry-date {
    font-size: 13px;
    color: #fff;
    background: #843bee;
    padding: 8px 15px;
    position: absolute;
    right: -10px;
    top: 22px;
    z-index: 1;
}

.entry-date a {
    color: #fff;
}

.date,
.post-box-date {
    display: block;
    font-size: 13px;
    color: #172c59;

}

.post-bottom {
    margin-top: 15px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.social-share li {
    margin-right: 15px;
    margin-bottom: 5px;
}

.social-share li:last-child {
    margin-right: 0;
}

.social-share li a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
}

.social-share li a.linkedin {
    background: #007ab9 !important;
}

.social-share li a.facebook {
    background: #3a589b !important;
}

.social-share li a.twitter {
    background: #000 !important;
}

.social-share li a.whatsapp {
    background: #189d0e !important;
}

.post_author a {
    color: #843bee;
}

.blog-des {
    margin-top: 30px;
}

.blog-des p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 18px;
}

.blog-des h3 {
    margin-bottom: 10px;
}

.post-inner-title {
    font-size: 26px;
    margin: 20px 0;
}

.blog-des ul {
    padding-left: 20px;
}

.blog-des ul li {
    font-size: 17px;
    list-style: disc;
}

.blog-des strong {
    color: #071c4d;
    font-size: 20px;
    font-weight: 500;
}

.blog-des ol strong {
    font-size: 18px;
}

.blog-des a,
.blog-des a strong {
    color: #007bff;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 30px 0 40px;
}

.pagination li a,
.pagination li span {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    color: #333;
    box-shadow: 0 0 5px 1px #21212159;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.75s;
}

.pagination li:first-of-type a,
.pagination li:first-of-type span,
.pagination li:last-of-type a {
    padding: 10px 20px;
    background-color: #843bee;
    color: #fff;
}

.pagination li.active a {
    transform: scale(0.9);
    background-color: #843bee;
    color: #fff;
}

.pagination-list-wrapper li a:hover {
    box-shadow: 0 0 5px 1px #21212159;
}

.service-right-img-wrapper {
    padding-left: 40px;
}

.service-right-img-wrapper::before {
    position: absolute;
    content: "";
    left: -60px;
    top: 113px;
    width: 140px;
    height: 10px;
    background-color: #f9d94e;
    z-index: 1;
}

.service-right-img-wrapper::after {
    position: absolute;
    content: "";
    left: 190px;
    bottom: -100px;
    width: 10px;
    height: 200px;
    background-color: #01ddef;
    z-index: 1;
}

.right-img-wrapper {
    position: relative;
}

.right-img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    height: 130px;
    width: 130px;
    bottom: 0;
    background-color: #fff;
}

.why-choose-section {
    padding: 80px 0;
}

.training-item {
    border-radius: 5px;
    border: solid .5px #e4ebf0;
    background-color: rgba(228, 235, 240, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 15px;
    background-image: none;
    transition: .5s;
}

.training-item img {
    margin-bottom: 20px;
}

.training-item h3 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
}

.training-item p {
    text-align: center;
    display: flex;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 999;
    top: 0px;
    color: #fff;
    bottom: 0px;
    background-color: #0083eb;
    padding: 15px;
    align-items: center;
    margin: 0px;
    top: 100%;
    transition: .5s;
    opacity: 0;
}

.training-item:hover p {
    top: 0;
    opacity: 1;
}

.testimonial-section {
    background-image: url("../img/bg-map-2.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    background: #fafafa;
}

.testimonial-slider .slick-arrow {
    background-color: #0083eb;
}

.testimonial-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dee2e8;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    color: #fff;
    position: absolute;
    top: 50%;
}

.testimonial-item .testimonial-content {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .07);
    position: relative;
    border-radius: 4px;
}

.testimonial-slider .slick-arrow.slick-next {
    right: -50px;
}

.testimonial-slider .slick-arrow.slick-prev {
    left: -50px;
}

.testimonial-slider .slick-arrow.slick-next:hover,
.testimonial-slider .slick-arrow.slick-prev:hover {
    background-color: #0083eb;
}

.testimonial-slider .slick-arrow.slick-next::before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

.testimonial-slider .slick-arrow.slick-prev::before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
}

.testimonial-item {
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    padding: 0 30px;
    max-width: 800px;
    margin: 0 auto 45px;
}

.testimonial-item .testimonial-content-inner {
    padding: 50px 45px 55px 95px;
    margin: 0 auto;
    position: relative;
}

.testimonial-item .testimonial-content-inner .testimonial-quote {
    font-size: 18px;
    line-height: 34px;
    color: #656c76;
    margin-bottom: 15px;
    margin: 0 auto 10px;
}

.testimonial-item .testimonial-content-inner .quote-icon {
    font-size: 60px;
    color: #f0f3f6;
    position: absolute;
    top: 4px;
    left: 20px;
    z-index: 1;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.testimonial-slider .slick-slide.slick-current .quote-icon {
    color: #0083eb;
}

.ttm-ratting-star {
    color: #fd4;
}

.testimonial-name {
    font-weight: 500;
    font-size: 18px;
}

.service-banner2 {
    background: #f2f2f2;
}


.service-listing ul li {
    min-width: 150px;
    margin: 10px;
    display: inline-block;
}

.service-listing ul li a {
    padding: 18px 30px;
    text-align: center;
    border-radius: 25px;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid transparent;
    transition: .5s all;
}

.service-listing ul li a:hover {
    background-color: transparent;
}

.service-listing ul li:nth-child(7n+1) a {
    background: #e1e0ff;
}

.service-listing ul li:nth-child(7n+2) a {
    background: #fed4f9;
}

.service-listing ul li:nth-child(7n+3) a {
    background: #a6f1c7;
}

.service-listing ul li:nth-child(7n+4) a {
    background: #fdcab8;
}

.service-listing ul li:nth-child(7n+5) a {
    background: #d7eafe;
}

.service-listing ul li:nth-child(7n+1) a:hover {
    border-color: #e1e0ff;
}

.service-listing ul li:nth-child(7n+2) a:hover {
    border-color: #fed4f9;
}

.service-listing ul li:nth-child(7n+3) a:hover {
    border-color: #a6f1c7;
}

.service-listing ul li:nth-child(7n+4) a:hover {
    border-color: #fdcab8;
}

.service-listing ul li:nth-child(7n+5) a:hover {
    border-color: #d7eafe;
}

.contact-us-wrapper {
    padding-top: 65px;
}

.form-cover {
    padding: 40px;
}

.form-cover .form-group .form-control {
    border-radius: 0;
    height: 55px;
}

.form-custom-radio {
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all ease .25s;
    border: 1px solid #e8e8e8;
    padding-left: 0;
}

.form-check-label {
    padding: 11px 14px;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #071c4d !important;
    width: 100%;
    cursor: pointer;
}

.form-custom-radio .form-check-label:before {
    display: none;
}

.form-custom-radio input[type="checkbox"],
input[type="radio"] {
    margin-left: 0;
}

.form-custom-radio input[type="radio"]:checked~.form-check-label {
    background: #8bc34a;
    color: #fff !important;
    border-color: #8bc34a !important;
}

.contact-form-btn {
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
    color: #fff;
    padding: 13px 30px 13px 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}

.address-data {
    display: flex;
    padding-bottom: 12px;
    align-items: flex-start;
}

.address-data .country-address img {
    margin: 0 10px 0 0;
    max-width: 30px;
}

.country-address.phone-img {
    color: #2196f3;
    font-size: 32px;
    margin-right: 10px;
}

.address-data p,
.address-data a {
    font-size: 17px;
    font-weight: 400;
    color: #071c4d;
}

.address-data a {
    text-decoration: underline;
}

.contact-address-wrapper {
    transition: all ease .3s;
    padding: 10px 15px 20px 65px;
}

.contact-address-wrapper .btn.btn-green {
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
    color: #fff;
    padding: 13px 30px 13px 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
}

.contact-location-wrapper {
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-location-area {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.contact-location-area::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
}

.contact-location-area img {
    max-width: 42px;
    margin-right: 15px;
    object-fit: cover;
    object-position: center;
}

.contact-location-area h4 {
    font-size: 20px;
}

.contact-location-area .faq-title {
    width: 100%;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.contact-location-area .faq-title:before {
    content: '\f068';
    color: #071c4d;
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    transition: all ease .25s;
}

.contact-location-area .faq-title.collapsed::before {
    content: '\f067';
}

.contact-location-area .faq-title h4 {
    font-weight: 500;
    font-size: 20px;
}

.contact-form {
    margin-top: 25px;
}

.what-app-ic {
    display: inline-block;
}

.what-app-ic img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 10px;
    transition: all ease .3s;
    animation: moveIcon 1s infinite;
}

@keyframes moveIcon {

    0%,
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
}

.contact-form .form-control {
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 12px 17px;
    height: 50px;
}

.contact-form textarea {
    min-height: 100px;
}

.border-form .form-control {
    border: 1px solid #DDE1EB !important;
    border-radius: 4px;
}

.address-main-outer2 .contact-location-wrapper {
    box-shadow: 0 3px 36px 4px rgba(104, 115, 125, .15);
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.address-main-outer2 .contact-address-wrapper {
    padding-bottom: 0;
}

.address-main-outer2 .contact-location-area {
    display: block;
}

.address-main-outer2 .contact-location-area img {
    width: 100%;
    height: 100px;
    max-width: 100%;
}

.address-main-outer2 .contact-location-area h4 {
    margin-top: 14px;
    font-size: 26px;
    text-align: center;
}

.address-main-outer2 .address-data {
    display: block;
    padding-bottom: 0;
    margin-top: 15px;
}

.address-main-outer2 .address-data label {
    min-width: 60px;
}

.address-main-outer2 .country-address img {
    margin: 0 10px 0 0;
    max-width: 30px;
}

.view-map {
    color: #fd003a !important;
    text-decoration: underline !important;
}

.address-location-outer .img-wrapper {
    max-width: 150px;
    height: 100px;
    object-fit: cover;
    margin-right: 15px;
}

.address-location-outer .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.address-main-outer2 .country-address h4 {
    font-size: 20px;
}

@media only screen and (max-width:1199px) {
    .address-main-outer2 .contact-location-area {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .address-main-outer2 .contact-location-area h4 {
        margin-top: 9px;
        font-size: 20px;
        text-align: center;
    }

    .address-main-outer2 .contact-location-area img {
        height: 70px;
    }

    .address-location-outer .img-wrapper {
        max-width: 110px;
    }

    .comapny-img img,
    .comapny-img iframe {
        min-height: 300px !important;
    }
}

@media only screen and (max-width:767px) {
    .address-main-outer2 .contact-location-area {
        display: flex;
        margin-bottom: 20px;
    }

    .address-location-outer {
        margin-bottom: 20px;
    }

    .address-main-outer2 .contact-location-area img {
        height: 70px;
        width: auto;
    }

    .address-location-outer .img-wrapper {
        max-width: 100%;
        height: 200px;
        margin: 0 0 15px 0;
    }

    .address-main-outer2 .address-data {
        margin-top: 10px;
    }

    .form-cover {
        padding: 20px;
    }

    .contact-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 7px;
    }

    .contact-tabs {
        margin-bottom: 10px;
    }

    .contact-form-btn {
        padding: 13px 30px 13px 30px;
        margin-top: 0;
        height: 54px;
        font-size: 17px;
    }

    .form-cover h3 {
        font-size: 22px;
    }

    .page-title-wrapper {
        padding: 50px 0;
    }

    .page-title-wrapper .page-heading {
        margin-bottom: 20px;
    }

    .page-title-wrapper .page-heading .title {
        font-size: 26px;
    }

    .contact-us-outer .title {
        font-size: 26px;
    }
}

.development-step-wrapper .container-fluid,
.development-step {
    position: relative;
    z-index: 9;
}

#development-step .slick-list {
    padding: 50px 0;
}

#development-step .item {
    background-color: #fff;
    box-shadow: 0px -5px 37.2px 2.8px rgba(170, 196, 240, .35);
    padding: 25px;
    position: relative;
    overflow: hidden;
    transform: translate(0px, 0px);
    transition: ease-out .5s;
    cursor: grab;
    margin: 0 10px;
    min-height: 560px;
}

#development-step .item:hover {
    box-shadow: 0px -5px 45.6px 3.4px rgba(7, 43, 162, .31);
}

.top_content {
    text-align: center;
}

.top_content h4 {
    font-size: 29px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

.top_content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 39px;
    color: #4f4949;
}

.step-count {
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #7b70c638;
    width: 50px;
    display: flex;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid #e8e8e8;
}

#development-step .item .icon-wrapper {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#development-step .item .icon-wrapper img {
    margin-left: auto;
}

.app-category-section {
    position: relative;
    background: #eef0ff;
}

.app-category-section::before {
    content: "";
    background-image: linear-gradient(270deg, rgb(3, 25, 139) 0%, rgb(32, 14, 88) 100%);
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 100px 0 100px 0;
    bottom: 0;
    top: 0;
}

.app-category-list {
    list-style: none;
    padding: 0px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.app-category-list .app-category-list-item {
    text-align: center;
    padding: 10px;
    width: 33.33%;
}

.admin-feature-listing {
    display: flex;
    flex-wrap: wrap;
}

.admin-feature-listing li {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

.admin-feature-listing li i {
    background: rgba(22, 190, 242, 0.15);
    color: #00cdcd;
    padding: 10px 13px;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: transform 2s ease-in-out;
    transform-style: preserve-3d;
}

.admin-feature-listing-dark li i {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.admin-feature-listing-dark li a h5,
.admin-feature-listing-dark li a p {
    color: #fff;
}

.admin-feature-listing li h5 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.admin-feature-listing li p {
    font-size: 15px;
    color: #000;
}

.admin-feature-listing li a:hover i {
    transform: rotate3d(0, 1, 0, 360deg);
}

.app-category-list .app-category-list-item:nth-child(2) {
    margin-top: 50px;
}

.app-category-list .app-category-list-item:nth-child(5) {
    margin-top: 50px;
}

.app-category-list .app-category-list-item a {
    box-shadow: 1px -1px 20px 0px rgba(179, 179, 179, .26);
    background-color: #fff;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 5px;
    border-radius: 8px;
    transition: .5s;
    transform: scale(0.95);
}

.app-category-list .app-category-list-item a:hover {
    box-shadow: 1px 3px 25px 3px rgba(179, 179, 179, .26) !important;
    transform: scale(1);
}

.app-category-list .app-category-list-item a img {
    width: 60px;
    height: 60px;
}

.app-category-list .app-category-list-item a h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.specifcation-list li {
    background: #fff;
    box-shadow: 0px 26.7376px 42.5372px rgba(10, 19, 29, 0.1);
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    transition: all ease .25s
}

.specifcation-list li .icon-wrapper {
    flex: 0 0 60px;
    max-width: 60px;
}

.specifcation-list li:hover img {
    filter: brightness(0) invert(1);
}

.specifcation-list li:hover {
    background-color: #843bee;
    color: #fff;
}

.specifcation-list li:hover .specifcation-content-wrapper h5 {
    color: #fff;
}

.case-logo-img img {
    max-width: 200px;
    height: 80px;
    object-fit: contain;
    object-position: left;
}

.category-content-section {
    position: relative;
    margin-left: 40px;
}

.category-content-section ul li,
.category-content-section p {
    color: #fff;
    font-size: 18px;
    list-style: disc;
}

.category-content-section ul {
    padding-left: 20px;
}

.food-app-banner {
    background-image: url(../img/food-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 400ms;
    padding: 180px 0px 200px 0px;
}

.banner-left-img img {
    max-height: 600px;
}

.education-app-category .row [class*="col-"]:nth-child(1) .catering-sol-col {
    border-bottom-color: #f3d75c;
}

.education-app-category .row [class*="col-"]:nth-child(2) .catering-sol-col {
    border-bottom-color: #ff4f19;
}

.education-app-category .row [class*="col-"]:nth-child(3) .catering-sol-col {
    border-bottom-color: #00e8f2;
}

.education-app-category .row [class*="col-"]:nth-child(4) .catering-sol-col {
    border-bottom-color: #843bee;
}

.Catering-img {
    margin-bottom: 20px;
}

.Catering-img img {
    max-width: 85px;
}

.catering-sol-col {
    padding: 20px;
    margin-bottom: 30px;
    min-height: 280px;
    border-bottom: 4px solid transparent;
    transition: all ease .25s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
    padding: 20px;
    position: relative;
    min-height: 340px;
}

.fastest-growing-wrapper .carousel-inner {
    margin-top: 0;
}

.solution-listing {
    position: relative;
}

.solution-listing ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-indent: 0;
    margin: 0;
    align-items: center;
}

.solution-listing ul li {
    margin: 0 !important;
    width: 27% !important;
    border: none;
    padding: 20pxzz;
    position: relative;
    z-index: 1;
    height: 160px !important;
    text-indent: 0px;
    transition: all 250ms ease;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 1px solid #f5f5f5;
    border-top: 0;
    border-bottom-width: 2px;
}

.solution-listing ul li.active .carosuel-item-link img,
.solution-listing ul li:hover .carosuel-item-link img {
    filter: brightness(0) invert(1);
}

.solution-listing ul li:nth-child(3n+1) {
    border-left: 0;
}

.solution-listing ul li:nth-child(3n) {
    border-right: 0;
}

.solution-listing .carousel-indicators {
    position: unset;
}

.solution-listing .carousel-indicators li .carosuel-item-link {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}

.solution-listing .carousel-indicators li .carosuel-item-link h6 {
    margin-left: 20px;
    font-weight: 500;
}

.solution-listing .carousel-indicators li.active .carosuel-item-link,
.solution-listing .carousel-indicators li:hover .carosuel-item-link {
    background-color: #843bee;
    border-radius: 4px;
}

.solution-listing .carousel-indicators li.active .carosuel-item-link h6,
.solution-listing .carousel-indicators li:hover .carosuel-item-link h6 {
    color: #fff;
}

.solution-item {
    margin-bottom: 40px;
}

.solution-img {
    max-width: 93px;
    width: 93px;
    height: 93px;
    margin: 0 auto 25px;
    border-radius: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-img-red {
    background: -webkit-linear-gradient(110deg, #ff5f4a 0%, #ff9e91 100%);
}

.solution-img-light-blue {
    background: #3ed1e5;
}

.solution-img-blue {
    background: -webkit-linear-gradient(110deg, #2799f6 0%, #76c1ff 100%);
}

.solution-img-pink {
    background: -webkit-linear-gradient(110deg, #f2335b 0%, #ff718f 100%);
}

.solution-img-purple {
    background: -webkit-linear-gradient(110deg, #7759ed 0%, #ac97ff 100%);
}

.solution-img-green {
    background: -webkit-linear-gradient(120deg, #31c369 0%, #a0eac2 100%);
}

.solution-img-orange {
    background-color: #fd8e18;
}

.solution-img-yellow {
    background-color: #f5d365;
}

.solution-content h4 {
    margin-bottom: 14px;
    font-size: 20px;
}

.solution-content p {
    color: #888888;
}

.solution-carousel-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #ec5d77;
    transform: translateX(-50%);
}

.solution-carousel-wrapper .carousel-item img {
    height: 650px;
    width: 100%;
    object-fit: contain;
}

.appfeature-carousel-wrapper {
    position: relative;
    background: #ec5d77;
    padding-bottom: 100%;
    border-radius: 50%;
}

.appfeature-carousel-wrapper .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.feature-left-heading {
    position: relative;
}

.feature-left-heading h2 {
    z-index: 2;
    font-size: 3rem;
}


.grey-background {
    background-color: #eef0ff;
}

.technology-carousel li,
.how-works-carousel li,
.carousel-lifestyle li {
    text-indent: unset !important;
    width: unset !important;
    height: unset !important;
    border: 0 !important;
    opacity: 1 !important;
}

.carousel-lifestyle li .carousel-collapse {
    display: none;
    margin-top: 10px;
    transition: all ease .3s;
}

.carousel-lifestyle li.active .carousel-collapse {
    display: block;
}

.technology-carousel li {
    border-right: 3px solid #e8eaef !important;
    padding: 10px;
}

.technology-carousel li.active {
    border-color: #843bee !important;
}

.technology-carousel li .carosuel-item-link .carosuel-item-img {
    max-width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f1f2f7;
    width: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-carousel li .carosuel-item-link h6 {
    font-weight: 500;
}

.technology-carousel li.active .carosuel-item-link .carosuel-item-img {
    background-color: #843bee;
}

.technology-carousel li.active .carosuel-item-link .carosuel-item-img img {
    filter: brightness(0) invert(1);
}

.technology-carousel li .carosuel-item-link img {
    width: 24px;
}

.technology-right-content h3 {
    font-size: 20px;
    line-height: 26px;
}

.technology-right-content .butn {
    font-size: 14px;
}

.ripple-circles {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    transition: all cubic-bezier(0.06, 0.44, 0.13, 1.18) 500ms;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.ripple-circles span {
    display: block;
    animation: ripples-c 4s linear infinite forwards;
    border: 2px solid grey;
    border-radius: 50%;
    position: absolute;
}

.ripple-circles span:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    border-color: #43CA89;
}

.ripple-circles span:nth-child(2) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    border-color: #E88114;
}

.ripple-circles span:nth-child(3) {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    border-color: #E92C70;
}

.platform-card-img {
    flex: 0 0 80px;
    max-width: 80px;
}

.platform-card-content {
    flex: 1;
    margin-left: 6px;
}

.platform-card-img img {
    width: 100%;
}

@-webkit-keyframes ripples-c {
    0% {
        opacity: 0.2;
        width: 0;
        height: 0;
    }

    70% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
        width: 600px;
        height: 600px;
    }
}

@keyframes ripples-c {
    0% {
        opacity: 0.2;
        width: 0;
        height: 0;
    }

    70% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
        width: 450px;
        height: 450px;
    }
}

.delivery-platform-ripples {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.platform-card {
    position: relative;
    background-color: white;
    padding: 11px;
    -webkit-box-shadow: 0px 26.7376px 42.5372px rgba(10, 19, 29, 0.1);
    box-shadow: 0px 26.7376px 42.5372px rgba(10, 19, 29, 0.1);
    border-radius: 9.35817px;
    display: -ms-inline-grid;
    display: inline-grid;
    gap: 7px;
    text-align: left;
    z-index: 2;
}

.platform-card.dc-1 {
    bottom: 15px;
}

.platform-card-content h5 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 500;
}

.platform-card-content h6 {
    font-size: 16px;
    font-weight: 500;
}

.key-features {
    list-style-type: circle;
    padding-left: 15px;
}

.key-features li {
    font-size: 13px;
    list-style: disc;
}

.pltaform-right {
    width: 60%;
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

.pltaform-left {
    width: 60%;
    float: left;
    margin-bottom: 30px;
}

.background-round {
    background-image: url(../img/background-round.jpg);
    background-size: cover;
}

.img-right-wrapper {
    position: relative;
}

.dashboard-img-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
}

.dashboard-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.healthapp-wrapper .admin-feature-listing li i {
    background: rgba(124, 218, 247, 0.2);
    color: #53cff6;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
}

.ecommerce-app-wrapper .admin-feature-listing li i {
    background: #eadbff;
    color: #843bee;
}

.beauty-app-banner .admin-feature-listing li i {
    background: rgb(253, 133, 139, 0.2);
    color: rgb(253, 133, 139);
}

.taxi-app-banner .admin-feature-listing li i {
    background: rgba(28, 95, 253, 0.15);
    color: #1c5ffd;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}

.foodapp-wrapper .admin-feature-listing li i {
    background: rgba(249, 162, 87, 0.2);
    color: #f9a257;
}

.app-inner-wrapper {
    background-color: #ebf2fc;
    padding: 50px;
    border-radius: 20px;
}

.list-2 li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px 0 3px 20px;
    position: relative;
}

.list-2 li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 11px;
}

.link {
    color: #843bee;
}

.ecommerce-wrapper {
    background: #f5f5ff;
    padding-top: 62px;
    padding: 180px 0 100px;
    background-image: url(../img/shape/banner-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.blue-background {
    background: linear-gradient(270deg, rgb(117, 241, 115) 0%, rgb(100, 188, 255) 100%);
    margin-top: -85px;
}

.ecommerce-app-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
}

#DemoModal .modal-dialog {
    max-width: 600px;
}

#DemoModal .modal-header,
#DemoModal .modal-body {
    padding: 30px;
}

.dm-device {
    position: relative;
    padding-bottom: 500px;
    max-width: 320px;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
}



.screen {
    overflow: hidden;
    position: absolute;
    top: 28px;
    bottom: 40px;
    left: 15.49%;
    right: 17.4%;
    background-color: #E91E63;
}

.custom-app-img img {
    height: 300px;
    object-fit: contain;
}

.banner-right-img {
    position: relative;
}

.laptop-screen {
    position: relative;
    text-align: right;
    height: 500px;
}

.laptop-screen img {
    height: 100%;
    object-fit: contain;
}

.mob-img {
    position: absolute;
    top: 65px;
    right: 0;
    height: 470px;
}

.mob-img img {
    height: 100%;
    object-fit: contain;
}

.features-box-item {
    border: 1px solid #ffffff2e;
    padding: 25px 30px 30px 70px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 70px;
}

.features-box-item:hover {
    border-color: #ff3e66;
}

.features-box-item .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.features-box-item p {
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
    margin-top: 3px;
}

.features-box-item .title::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 30px;
    width: 30px;
    background: #ff3e66;
    border: 6px solid #2a182d;
    border-radius: 50%;
}

.features-box-item.item-2 .title::before {
    background: #2eacfc;
    border-color: #15233d;
}

.features-box-item.item-2:hover {
    border-color: #2eacfc;
}

.features-box-item.item-3 .title::before {
    background: #33c956;
    border-color: #15262c;
}

.features-box-item.item-3:hover {
    border-color: #33c956;
}

.ecommerce-features-img img {
    height: 650px;
    width: 100%;
    position: relative;
    z-index: 9;
    object-fit: contain;
}

.ecommerce-solution .ecommerce-features-img {
    position: relative;
}

.solution-carousel-wrapper::after {
    background: #3578ff;
}

.how-works-carousel,
.carousel-lifestyle {
    display: inline-block !important;
    margin: 0 !important;
    position: unset !important;
}

.how-works-carousel li {
    padding: 12px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 4px 6px 0px #00000029;
    opacity: 0.5;
    transform: scale(0.9);
    transition: transform ease .25s;
}

.how-works-carousel li.active,
.how-works-carousel li:hover {
    transform: scale(1.2);
    background-color: #843bee;
}

.how-works-carousel li.active h6,
.how-works-carousel li:hover h6 {
    color: #fff;
}

.work-content {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px #00000047;
    padding: 20px;
}

.healthcare-wrapper {
    padding-top: 110px;
    overflow: hidden;
    padding-bottom: 100px;
}

.healthcare-wrapper .shape1 {
    background-image: -moz-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    position: absolute;
    left: -340px;
    top: -50px;
    width: 540px;
    height: 510px;
    border-radius: 100px;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
    z-index: 9;
}

.healthcare-wrapper .shape2 {
    background-image: -moz-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    position: absolute;
    right: -220px;
    top: -240px;
    width: 810px;
    height: 1100px;
    border-radius: 80px;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
    z-index: 10;
}

.healthcare-wrapper .shape3 {
    background-image: -moz-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
    position: absolute;
    right: -220px;
    top: -253px;
    width: 804px;
    height: 1190px;
    border-radius: 90px;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
    z-index: 0;
}

.healthcare-mainwrapper .header-light.header-fix .navbar {
    box-shadow: unset;
    background-color: transparent;
}

.healthcare-mainwrapper .header-light.header-fix.fix .navbar {
    background-color: #fff;
}

.light-blue-back {
    background: #2191ff12;
}

.how-it-works .carousel-item {
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transform: translate(0, 100%);
    padding: 20px;
}

.how-it-works .carousel-item.active {
    transform: translate(0, 0);
}

.how-it-works .carousel-indicators h6 {
    margin-bottom: 0px;
}

.healthcare-mainwrapper .img-right-wrapper::after {
    background: linear-gradient(45deg, rgb(22, 190, 242) 0%, rgba(22, 190, 242, 0.04) 100%);
}

.healthcare-mainwrapper .header-fix {
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 0;
}

.business-growth-wrapper {
    background: linear-gradient(180deg, rgb(242, 187, 22) 0%, rgb(255, 254, 233) 100%);
}

.health-benefit-img {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}

.health-benefit-list {
    margin-bottom: 30px;
}

.health-benefit-list .left-img {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.health-benefit-list .left-img:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(32, 193, 243, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.health-benefit-list .left-img img {
    margin-bottom: 10px;
}

.health-benefit-list .left-img i {
    font-size: 46px;
    color: #071c4d;
}

.content-wrapper {
    text-align: center;
}

.health-benefit-list h4 {
    margin-bottom: 15px;
}

.education-app-category {
    margin-top: -300px;
    text-align: center;
    padding-bottom: 80px;
}

.education-mob-img {
    position: absolute;
    right: 50px;
    bottom: -30px;
    max-width: 200px;
    height: auto;
    width: 100%;
}

.education-mob-img img,
.education-mob-img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.education-mob-img2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 243px;
    width: 100%;
}

.education-content-wrapper {
    flex: 0 0 250px;
    max-width: 250px;
    padding: 0 10px;
    margin-top: 30px;
}

.app-feature-right {
    background-color: #f6f2ed;
}

.app-feature-right-img {
    padding: 34px;
}

.app-tick-features li {
    padding: 5px 0;
    display: flex;
}

.app-tick-features li h5 {
    font-weight: 400;
    font-size: 20px;
}

.list-tick {
    border: 1px solid #eff2f6;
    background-color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-tick i {
    color: #00cdcd;
}

.grey-back {
    background-color: #ebedf0;
}

.grey-light-pink {
    background-color: #f9f3f2;
}

.app-feature-wrap {
    /* border-radius: 70px 0 70px 0; */
    transition: 0.5s all ease-in-out !important;
    margin-bottom: -16px;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 50px 5px #e9eef745;
}

.app-feature-wrap:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.real-category .app-feature-wrap {
    min-height: 350px !important;
    height: inherit;
}

.app-feature-wrap img {
    margin-bottom: 20px;
}

.app-feature-wrap h3 {
    margin-bottom: 8px;
}

.app-feature-wrap .icon-wrapper {
    width: 70px;
    height: 70px;
}

.app-feature-wrap h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.app-feature-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, #007cf0, #00df34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grocery-banner {
    background-image: url(../img/screen/shape_XeberTech.png);
    overflow: hidden;
    padding: 180px 0 100px;
    background-size: cover;
    background-position: top;
}

.work-img-wrapper {
    text-align: center;
}

.work-img-wrapper img {
    height: 250px;
    object-fit: contain;
}

.work-content-wrapper {
    margin-top: 30px;
}

.work-content-wrapper h3 {
    font-size: 20px;
}

.beauty-banner-wrapper {
    background: linear-gradient(45deg, #fc808b 0%, #ff8f8b 100%);
    position: relative;
    padding: 150px 0 100px;
    overflow: hidden;
}

.right-img-col {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    position: relative;
    z-index: 10;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.icons-layer {
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1;
}

.faq .card,
.faq .card .card-header {
    background: transparent;
    border: 0;
    padding: 0;
}

.faq .card {
    border-top: 1px solid #e8e8e8;
    padding: 0;
    border-radius: 0;
}

.faq .card .card-header .faq-title {
    padding: 12px 20px;
    position: relative;
    color: #212529;
}

.what-to-expect-wrapper {
    background: linear-gradient(270deg, rgb(160, 255, 150) 0%, rgb(114, 209, 244) 100%);
    width: 100%;
    height: 100%;
    padding: 50px 50px 20px;
    border-radius: 30px 30px 30px 30px;
}

.work-process-flow {
    padding: 30px 30px 30px 30px;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

.work-process-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.work-process-flow .round {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 480px;
    height: 480px;
    border: 1px solid #D5D5D5;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
    width: 100%;
    transform: translate(-50%, -50%);
}

.work-process-item {
    width: 80px !important;
    height: 80px !important;
    background: #F8F8F8;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #959494 !important;
    box-sizing: unset !important;
    margin: unset !important;
    overflow: inherit;
}

.carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    opacity: 1 !important;
}

.carousel-lifestyle .carousel-indicators [data-bs-target] {
    padding: 20px;
}

.content-circle {
    max-width: 250px;
    color: #222222;
    position: relative;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    border-radius: 0;
}

.circle-title-box {
    border-radius: 100%;
    color: #222222;
    margin: auto;
}

.circle-title-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.circle-title-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.dotCircle.carousel-indicators {
    position: absolute;
    height: 480px;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    margin: 0 auto;
    counter-reset: my-sec-counter;
}

.dotCircle.carousel-indicators .work-process-item:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    position: absolute;
    left: -28px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    top: 7px;
}

.work-process-item.work-process-1 {
    position: absolute;
    top: 5px;
    left: 72px;
}

.work-process-item.work-process-4 {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.work-process-item.work-process-2 {
    position: absolute;
    top: 0px;
    right: 65px;
}

.work-process-item.work-process-5 {
    position: absolute;
    top: 50%;
    left: -32px;
}

.work-process-item.work-process-3 {
    position: absolute;
    top: 50%;
    right: -32px;
}

.culture-img {
    position: relative;
    padding-bottom: 60%;
}

.culture-img img,
.culture-img iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-rewards {
    margin-top: 50px;
}

.our-rewards .reward-img img {
    max-width: 100px;
    margin-bottom: 25px;
}

.our-rewards .content-section h3 {
    margin-bottom: 20px;
}

.our-rewards .content-section p {
    font-size: 18px;
}

.testimonial-item:hover .quote-icon i {
    color: #0083eb;
}

.mob-right-images .image-one img {
    max-width: 300px;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.mob-right-images .image-two img {
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #843bee;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 10;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scroll span i {
    font-size: 20px;
}

#scroll:hover {
    background-color: #ff0000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.training-banner {
    background-image: url(../img/shape/yellow-gradient-bg.jpg);
    padding: 180px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-vedio-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}

.training-vedio-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.light-blue {
    color: #843bee;
}

.our-qualities-wrappper {
    margin-bottom: 40px;
}

.our-qualities-wrappper .icon-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 30px;
}

.our-qualities-wrappper .content-wrapper h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.lifestyle-ripples .dm-device {
    max-width: 600px;
}

.delivery-platform-ripples .dm-device .carousel-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.delivery-platform-ripples .dm-device .carousel-inner .carousel-item,
.delivery-platform-ripples .dm-device .carousel-inner .carousel-item .lifestyle-solution-img,
.delivery-platform-ripples .dm-device .carousel-inner .carousel-item .lifestyle-solution-img img {
    height: 100%;
    object-fit: contain;
}

.sucess-network-circle {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
    height: 400px;
    margin: auto;
    position: relative;
    width: 400px;
    z-index: 2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sucess-steps {
    position: relative;
}

.sucess-steps-content {
    position: absolute;
    z-index: 2;
    top: 31%;
    left: 0;
}

.sucess-steps {
    min-height: 400px;
}

.sucess-steps.step-1 svg {
    width: 237px;
    height: 545px;
    position: absolute;
    top: 212px;
    right: 0;
}

.sucess-steps.step-1 .sucess-steps-icon {
    opacity: 0;
    background-size: 260px 260px;
    height: 260px;
    width: 260px;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    background-color: #f3f0ee;
    background-repeat: no-repeat;
    top: 31%;
    right: 12%;
}

.contact-right-wrapper .form-group .form-control {
    border: 1px solid #cde1f7;
    height: 50px;
    border-radius: 5px;
    background-color: #f5faff;
}

.contact-right-wrapper .form-group textarea {
    min-height: 100px !important;
}

.side-popup {
    margin: 0 0 0 auto;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    background-color: white;
    width: 100%;
    max-width: 700px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 999;
}

.side-popup.menu-show {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.side-modal-content {
    height: 100%;
    overflow-y: auto;
}

.side-modal-head {
    margin-top: 40px;
    padding: 0 70px 0px 40px;
    border-bottom: 1px solid #DDE1EB !important;
}

.side-modal-body {
    margin-top: 40px;
}

.side-modal-body .contact-form .form-group {
    margin-bottom: 22px;
}

.side-modal-body .contact-form .form-control {
    height: 60px;
}

.side-modal-close {
    position: sticky;
    border-radius: 50%;
    margin-right: 25px;
    top: 0px;
    height: 49px;
    width: 49px;
    border: 1px solid #F6F8FC;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(196, 207, 223, 0.12);
    box-shadow: 0 1px 1px 0 rgba(196, 207, 223, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.side-modal-close i {
    color: #90A0B9;
}

.app-service-wrapper {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.app-service-wrapper h3 {
    font-size: 24px;
}

.app-service-wrapper ul li {
    list-style: disc;
    font-size: 18px;
}

.app-service-wrapper ul {
    padding-left: 20px;
}

.paragraph-listing {
    padding-left: 20px;
}

.paragraph-listing li {
    margin-bottom: 15px;
    /* list-style: decimal; */
    font-weight: 400;
    font-size: 20px;
    color: #071c4d;
    margin-bottom: 8px;
}

.paragraph-listing li h5 {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 26px;
}

.paragraph-listing li p {
    color: #273954;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 1.5;
    position: relative;
}

.inner-service-banner {
    text-align: center;
    width: 68%;
    max-height: 550px;
    overflow: hidden;
    margin: 40px auto;
}

.inner-service-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-wrapper .inner-service-banner img {
    max-height: 78%;
    width: auto;
    height: auto;
}





.fraud-awarness-wrapper {
    background-color: #9debef;
    padding: 180px 0 80px;
}

.awarness-content-wrapper {
    padding-bottom: 100px;
}

.white-background {
    background-color: #fff;
    padding: 20px;
}

.career-wrapper {
    background-color: #ffbf01;
    padding: 144px 0 80px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.our-value-col {
    margin-bottom: 40px;
}

.our-value-col .value-count {
    font-size: 55px;
    font-weight: 900;
    color: #dbdbdb;
}

.our-value-col h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.our-value-col .img-wrappper img {
    width: 100%;
    height: 100%;
    max-height: 170px;
    object-fit: cover;
}

.fraud-img-wrapper img {
    -webkit-filter: drop-shadow(5px 5px 5px #807d7d59);
    filter: drop-shadow(5px 5px 5px #807d7d59);
}

.bg-brown {
    background-color: #e7dac8;
}

.our-value-wrapper {
    box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 60px;
    position: relative;
}

.comapny-img img,
.comapny-img iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
    min-height: 100%;
}

.comapny-img {
    height: 500px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    margin: -258px 0 80px;
}

.service-wrapper {
    padding: 160px 0 80px;
}


.services-item-wrapper {
    margin-bottom: 20px;
    display: block;
}

.service-item-img {
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 3px 25px 3px rgba(179, 179, 179, .26) !important;
    border: 1px solid #e8e8e8;
}

.service-item-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.95);
    object-fit: cover;
}

.service-item-head {
    padding: 30px 0;
    font-size: 24px;
    color: #212529;
}

.services-item-wrapper:hover .service-item-head {
    color: #843bee;
}

.solution-item-wrapper {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    transition: all ease .25s;
}

.solution-item-wrapper:hover {
    box-shadow: 0 16px 28px 0 rgba(104, 115, 125, .15);
}

.solution-item-wrapper:hover .solution-content-wrapper h6 {
    color: #843bee;
}

.solution-item-wrapper .img-wrapper {
    position: relative;
    padding-bottom: 70%;
    margin-bottom: 15px;
}

.solution-item-wrapper .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.solution-content-wrapper h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.solution-content-wrapper a {
    color: #843bee;
    text-decoration: underline;
}

.service-category-wrapper .section-heading {
    margin-bottom: 70px;
}




.main-sub-heading {
    position: relative;
    width: 125%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    left: -153px;
    margin-bottom: 50px;
    margin-top: -50px;
    overflow: hidden;

}

.apph3 {
    color: #45c245;
    margin-left: 29%;
    margin-bottom: 35px;
}

.appdiv {
    max-width: 128% !important;
}

.appimg {
    max-width: 125% !important;
}

.main-sub-heading::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top: 0; right: 0; bottom: 0; left: 0; */
    background-image: url(../../../image/subsec2.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);
    z-index: 1;
}

.main-sub-heading .headder {
    position: relative;
    /* keeps text above the ::before layer */
    z-index: 2;
            margin-left: 800px;
    /* Remove margin if not needed */
}



.red-zone {
    overflow-x: hidden;
}

.case-study-wrapper {
    padding-top: 160px;
    margin-bottom: 400px;
    text-align: center;
    height: 800px;
}

.nico-case-study {
    background: linear-gradient(7.29deg, #fff5f5 13.21%, #fff 98.03%);
}

.case-study-wrapper .banner-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.case-main-image {
    margin-top: 20px;
    position: relative;
}

.main-img-1 {
    max-height: 670px;
}

.case-main-image .case-side-1 {
    position: absolute;
    left: -123px;
    top: 213px;
    max-width: 371px;
}

.case-main-image .case-side-2 {
    position: absolute;
    left: -64px;
    bottom: 100px;
    max-width: 326px;
}

.about-project {
    padding: 80px 0;
    background: linear-gradient(113.04deg, #F4F6FF 0%, #FEF5FF 100%);
}

.case-text-section {
    padding: 80px 0;
}


.round-oval {
    max-width: 36px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1460AE;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 8px 12px rgba(11, 59, 107, 0.2);
    box-shadow: 0px 8px 12px rgba(11, 59, 107, 0.2);
    display: block;
    margin-left: -19px;
    z-index: 1;
}

.case-process-caption {
    padding-left: 36px;
    padding-top: 2px;
    padding-bottom: 68px;
}


.case-process-caption h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.case-process-caption p {
    color: #273954;
}

.case-reviews-wrapper {
    padding: 80px 0;
    background: #F7FBFF;
}

.awards-couter.case-process-col {
    padding: 20px;
    min-height: 210px;
}

.target-caption h4 {
    font-size: 19px;
    margin-bottom: 6px;
}

.target-img {
    background: #843bee;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.inner-case-study {
    background: linear-gradient(113.04deg, #F2EAFF 0%, #FDFBFF 100%);
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
    padding: 40px;
    position: relative;
}

.inner-case-study .btn-white {
    box-shadow: 0 1px 10px 0 rgba(94, 116, 140, 0.04), 0 3px 6px 0 rgba(54, 73, 94, 0.08) !important;
}

.work-card-img {
    min-height: 350px;
    position: relative;
    max-height: 350px;
    padding: 30px 0 0;
    text-align: center;
}

.work-card-img img {
    max-height: 380px;
}

.paragraph-list li {
    list-style: decimal !important;
}

.paragraph-list li p {
    color: #273954;
    font-size: 18px;
}

.paragraph-list li p strong {
    font-weight: 500;
}

address {
    color: #273954;
    font-size: 18px;
}

.roman-list li {
    list-style-type: lower-roman !important;
    position: relative;
    padding-left: 8px;
}

.dashed-border {
    border-bottom: 2px dashed #dee2e6;
    padding-bottom: 20px;
}

.input-group input {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 60px;
    width: 100%;
    padding: 8px 170px 8px 20px;
}

.input-group .butn {
    position: absolute;
    right: 4px;
    top: 4px;
}


.blog-category h3 a {
    font-size: 20px;
    color: #071c4d;
}

.blog-category .duration {
    font-size: 15px;
    color: #00224f;
    background: #dee9f8;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 400;
}

.box1,
.box2,
.box3 {
    overflow-x: hidden;
    font-weight: 500;
    color: #fff;
}

.box1 {
    background-color: #49afff;
}

.box2 {
    background-color: #f5efff;
    color: #843bee;
}

.why-XeberTech .paragraph-text {
    font-size: 20px;
}

.specifcation-content-wrapper {
    text-align: left;
    margin-left: 20px;
}

.specifcation-content-wrapper h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

.specifcation-content-wrapper p {
    font-size: 14px;
}

.service-specifcation {
    margin-top: 0 !important;
}

.compnay-journey li.thumbnail-item.slick-slide.slick-current.slick-active {
    color: #843bee;
    font-weight: 500;
}


@media (max-width: 1700px) {
    .healthcare-wrapper .shape1 {
        left: -390px;
    }

    .healthcare-wrapper .shape2 {
        right: -315px;
    }

    .healthcare-wrapper .shape3 {
        right: -417px;
        top: -330px;
    }
}

@media (min-width: 1500px) {
    .fluid-2 {
        padding: 0 10% !important;
    }

    .technology-list-wrapper .technology-item-flex .cat-desc h5 {
        font-size: 15px;
    }

    .section-title .title-bg {
        font-size: 150px;
    }
}

@media (min-width: 1200px) {
    .nav-collapse-menu {
        display: none;
    }
}

@media (min-width: 768px) {
    .carousel-lifestyle li.active .carousel-collapse .lifestyle-solution-img {
        display: none;
    }

    /* .featuredPropBox ul li {
   
        display: block;
        height: 250px;
        margin: 5px;
        width: 50%;
        
    } */
}

@media (max-width: 1499.98px) {
    .feature-content {
        padding-top: 50px;
    }

    .header-fix .navbar {
        padding: 12px 15px;
    }

    .header-fix.fix .navbar {
        padding: 8px 15px;
    }

    .healthcare-wrapper .shape2 {
        right: -415px;
        top: -318px;
    }

    .healthcare-wrapper .shape3 {
        right: -417px;
        top: -330px;
    }

    .testimonial-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .testimonial-slider .slick-arrow.slick-next {
        right: -20px;
    }

    .testimonial-slider .slick-arrow.slick-prev {
        left: -20px;
    }

    .slick-next::before,
    .slick-prev::before {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .healthcare-wrapper .shape1 {
        left: -390px;
        top: -90px;
        width: 500px;
    }

    .healthcare-wrapper .shape2 {
        right: -485px;
        top: -318px;
    }

    .healthcare-wrapper .shape3 {
        right: -493px;
        top: -330px;
    }

    .hero-content-wrap h2 {
        font-size: 52px;
        line-height: 64px;
    }

    .rect-2 {
        max-width: 250px;
        height: 250px;
    }
}

@media (max-width: 1199.98px) {
    .section-title .title-bg {
        font-size: 66px;
    }

    .portfolio-rating-slider .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }

    .img-right-wrapper::after {
        max-width: 350px;
        height: 350px;
    }

    .healthcare-wrapper .shape1 {
        height: 410px;
        left: -390px;
        top: -30px;
        width: 490px;
    }

    .healthcare-wrapper .shape2 {
        right: -625px;
    }

    .healthcare-wrapper .shape3 {
        border-radius: 80px;
        right: -633px;
    }

    .hero-content-wrap h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .banner-section .image-column .inner-column {
        margin-right: -80px;
    }

    .image-column .image-two {
        top: 0px !important;
        left: 100px;
    }

    .image-column img,
    .image-column .image-two {
        animation: unset;
    }

    .image-column .inner-column {
        margin-right: -80px;
    }

    .education-mob-img2 {
        max-width: 250px;
    }

    .oppi_banner_img_content .banner_img img {
        max-width: 430px;
    }

    .oppi_banner_img_content .banner_img .img_5 img {
        max-width: 210px;
    }

    .awards-couter {
        padding: 30px 15px;
    }

    .work-process-flow .round {
        max-width: 400px;
        height: 400px;
    }

    .work-process-item {
        width: 60px !important;
        height: 60px !important;
        line-height: 50px;
    }

    .work-process-item img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .work-process-item.work-process-3 {
        right: -25px;
    }

    .work-process-item.work-process-1 {
        top: 0;
    }

    .work-process-item.work-process-2 {
        top: 3px;
        left: unset;
        right: 55px;
    }

    .work-process-item.work-process-4 {
        bottom: -27px;
        top: unset;
        right: 0;
    }

    .work-process-item.work-process-5 {
        left: -25px;
    }

    .dotCircle.carousel-indicators {
        height: 400px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .journey-video {
        width: 320px;
        left: 50px;
    }

    .c-header_title {
        font-size: 42px;
    }

    .technology-list-wrapper li {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .section-title-area {
        padding-bottom: 20px;
    }

    .feature-content {
        padding-top: 120px;
    }

    .lead {
        font-size: 18px;
    }


    #Carousel-img .carousel-inner .carousel-item img,
    #Carousel-img .carousel-inner .carousel-item iframe {
        width: 83%;
        margin-top: 4.5%;
    }

    .hero-carousel {
        padding: 130px 0 50px;
        min-height: 90vh;
    }

    .carousel-inner {
        margin-top: 40px;
    }

    .work-process-flow .content-circle {
        margin-top: 15px;
    }

    .shape-5 {
        right: 103px;
    }

    .app-category-list {
        margin: 0;
    }

    .app-category-section::before {
        width: 100%;
        border-radius: 0;
    }

    .app-category-list .app-category-list-item {
        width: 50%;
    }

    .app-category-list .app-category-list-item:nth-child(2) {
        margin-top: 0;
    }

    .admin-feature-listing li p {
        font-size: 14px;
    }

    .admin-feature-listing li h5 {
        font-size: 17px;
    }

    .app-feature-right {
        margin-bottom: 25px;
    }

    .banner-iot-img figure.image.image-1 {
        width: 70%;
        margin: 0 auto;
    }

    .banner-iot-img figure.image.image-7 {
        position: absolute;
        right: 0;
    }

    .banner-iot-img figure.image.image-3 {
        left: 0;
        bottom: 40px;
    }

    .banner-iot-img figure.image.image-5 {
        left: 94px;
        bottom: -73px;
    }

    .banner-iot-img figure.image.image-8 {
        left: 51%;
        bottom: -60px;
    }

    .iot-banner-wrapper {
        padding: 180px 0 245px;
    }

    .pattern-layer {
        width: 900px;
        height: 900px;
    }

    .technology-wrapper .carousel-inner {
        margin-top: 0px;
    }

    .education-banner {
        padding: 150px 0 300px;
    }

    .taxi-app-banner .app-feature-right-img {
        margin-bottom: 20px;
    }

    .solution-carousel-wrapper::after {
        width: 300px;
        height: 300px;
    }

    .solution-listing ul li {
        border: 1px solid #f5f5f5 !important;
        border-radius: 4px;
        height: 120px !important;
        padding: 10px;
    }

    .solution-listing ul li .carosuel-item-link {
        display: block !important;
        text-align: center;
    }

    .solution-listing ul li .carosuel-item-link img {
        margin-bottom: 10px;
    }

    .solution-listing .carousel-indicators li .carosuel-item-link h6 {
        margin: 0 !important;
    }

    .admin-pannel-text .section-heading {
        text-align: center;
    }

    .how-works-carousel {
        display: flex;
    }

    #carousel-works .carousel-inner {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .app_img1 {
        right: -20px;
    }

    .ecommerce-wrapper {
        padding: 130px 0 50px;
        background-size: 50% 100%;
    }

    .mob-img {
        height: 380px;
    }

    .work-card-img {
        min-height: auto;
    }

    .case-main-image .case-side-1 {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 210px;
    }

    .case-main-image .case-side-2 {
        position: absolute;
        left: 0;
        bottom: 30px;
        max-width: 190px;
    }

    .case-study-wrapper {
        margin-bottom: 140px;
    }

    .app-category-list .app-category-list-item:not(:first-child) a:first-child {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;

    }

    .app-category-list .app-category-list-item:last-child {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .app-category-list .app-category-list-item:last-child a {
        width: 100%;

    }

    .app-category-list .app-category-list-item:last-child a:nth-child(2n+2) {
        padding: 0 10px;
        width: 100%;
    }

    .testing-app-category .app-category-list .app-category-list-item {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .testing-app-category .app-category-list .app-category-list-item a {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
        height: 100%;
    }

    .service-menu-single,
    .service-menu {
        max-width: 270px;
        width: 100%;
        top: 59px;
        left: 15px;
    }

    .service-menu-item {
        width: 100%;
    }

    .fraud-img-wrapper img {
        height: 400px;
        object-fit: contain;
    }

    .career-wrapper {
        padding: 120px 0 80px;
    }

    .paragraph-text {
        font-size: 18px;
    }

    .post-info {
        padding-right: 10px;
    }

    .post-info .post-title {
        font-size: 18px;
    }

    .app-category-list .app-category-list-item:nth-child(5) {
        margin-top: 0px;
    }
}

@media (max-width:1024px) {
    .taxi-app-developement-wrapper {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .mob-app-development,
    .web-framework-banner,
    .erp-banner {
        padding-top: 130px;
        padding-bottom: 80px;
    }


    .service-wrapper {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .fraud-awarness-wrapper {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .mob-right-images .image-one img {
        max-width: 220px;
    }

    .mob-right-images .image-two img {
        max-width: 260px;
    }

    .mob-app-development .mob-right-images {
        margin-bottom: 60px;
    }

    .framework-image-two img {
        max-width: unset !important;
        width: 100%;
    }

    .testimonial-item .testimonial-content-inner .quote-icon {
        font-size: 45px;
    }

    .testimonial-item .testimonial-content-inner {
        padding: 75px 45px 45px;
    }
}

@media (min-width: 992px) {
    .crausal-image .owl-mobile-images {
        width: 100% !important;
        height: 600px;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 991.98px) {
    .hero-carousel {
        padding: 120px 0 50px;
        min-height: auto;
    }

    .carousel-inner {
        margin-top: 20px;
    }

    .healthcare-wrapper .shape1 {
        top: 240px;
        border-radius: 70px;
    }

    .healthcare-wrapper .shape2 {
        right: -775px;
    }

    .healthcare-wrapper .shape3 {
        border-radius: 90px;
        right: -783px;
    }

    .hero-content-wrap h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .healthcare-wrapper .hero-content-wrap {
        position: relative;
        z-index: 10;
    }

    .healthcare-wrapper {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .rect-2 {
        max-width: 250px;
        height: 250px;
    }

    .lifestyle-wrapper .row {
        flex-direction: column-reverse;
    }

    .oppi_banner_img_content .banner_img {
        margin: 60px;
    }

    .lifestyle-wrapper {
        padding-bottom: 80px;
    }

    .oppi_banner_img_content .banner_img img {
        max-width: 400px;
    }

    .banner_img img {
        max-width: 100%;
    }

    .pattern-layer {
        display: none;
    }

    .awards-couter {
        margin-bottom: 30px;
    }

    .c-header_title {
        font-size: 32px;
    }

    .our-team-wrapper {
        margin-bottom: 30px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .education-app-category .container {
        max-width: 100%;
    }

    .iot-banner-wrapper {
        padding: 100px 0 200px;
    }

    .banner-iot-img figure.image.image-10,
    .banner-iot-img figure.image.image-9,
    .banner-iot-img figure.image.image-3 {
        display: none;
    }

    .banner-iot-img figure.image.image-8 {
        left: 47%;
        bottom: 55px;
    }

    .banner-iot-img figure.image.image-7 {
        bottom: 162px;
    }

    .banner-iot-img figure.image.image-2 {
        left: 51px;
        top: 157px;
    }

    .banner-iot-img figure.image.image-6 {
        left: 343px;
        bottom: -108px;
    }

    .technology-carousel li .carosuel-item-link h6 {
        font-weight: 400;
        font-size: 16px;
    }

    .education-mob-img2 {
        max-width: 200px;
        bottom: -40px;
    }

    .education-mob-img {
        max-width: 180px;
        bottom: -38px;
        right: 0;
    }

    .solution-carousel-wrapper .carousel-item img {
        height: 500px;
    }

    .solution-listing {
        margin-top: 30px;
    }

    .solution-listing ul li {
        height: 90px !important;
        padding: 10px;
    }

    .solution-listing ul li .carosuel-item-link img {
        display: none;
    }

    .solution-listing .carousel-indicators li .carosuel-item-link img {
        display: none;
    }

    .solution-listing .carousel-indicators li .carosuel-item-link h6 {
        margin-left: 0;
    }

    .healthapp-wrapper .carousel-inner {
        margin-top: 0;
    }

    .solution-carousel-wrapper::after {
        bottom: 30px;
    }

    .health-benefit-img {
        margin-bottom: 30px;
    }

    .app_img1 {
        right: 0;
    }

    .app-feature-wrap {
        padding: 25px 20px;
    }

    .why-choose-section {
        padding: 50px 0;
    }

    .custom-slider-arrow a {
        color: #071c4d;
        opacity: 1;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        bottom: unset;
        width: 21px;
    }

    .custom-slider-arrow a i {
        font-size: 20px;
    }

    .custom-slider-arrow a.carousel-control-prev {
        left: -10px;
    }

    .custom-slider-arrow a.carousel-control-next {
        right: -10px;
    }

    .custom-slider-arrow a:hover,
    .custom-slider-arrow a:focus {
        color: #071c4d;
        opacity: 1;
    }

    .service-category-wrapper .section-heading {
        margin-bottom: 40px;
    }

    .service-item-head {
        font-size: 20px;
    }


    .portfolio-filter {
        display: block;
    }

    .grid-icon-img {
        left: 20px;
        top: 20px;
    }

    .grid-img-wrapper h4 {
        left: 20px;
        font-size: 20px;
    }

    .customized-mobile-wrapper .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .customized-mobile-wrapper .row [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .grid-img-wrapper {
        margin-bottom: 15px;
    }

    .case-study-wrapper {
        margin-bottom: 0;
        height: auto;
        padding-top: 130px;
    }

    .case-main-image {
        margin-bottom: 80px;
    }

    .web-framework-banner {
        min-height: unset;
        display: block;
    }

    .fraud-img-wrapper img {
        height: 300px;
        object-fit: contain;
    }

    .comapny-img {
        margin-bottom: 40px;
    }

    .infographic-item:nth-child(2),
    .infographic-item:nth-child(3) {
        margin-left: 0px;
    }

    .infographic-img {
        height: 500px;
        margin-bottom: 20px;
    }

    .infographic-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .infographic-listing {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .infographic-item {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .tw-latest-post {
        margin-bottom: 20px;
    }

    .digital-banner-img {
        margin-top: 40PX;
    }

    .client-itemreview-wrapper {
        column-count: 2;
    }

    .job-form-right-wrapper {
        display: flex;
        flex-direction: column;
    }

    .job-form-right-wrapper .post-bottom {
        order: 1;
        margin: 25px 0;
    }

    .job-form-right-wrapper .form-cover {
        order: 2;
    }

    .feature-icon-text h2 {
        font-size: 1.7rem;
    }

    .feature-icon-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-heading h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .paragraph-listing li h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .solution-content-wrapper h6 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    */footer p {
        font-size: 16px;
    }

    .inner-service-banner {
        width: 100%;
        max-height: 300px;
    }

    .admin-feature-listing {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .admin-feature-listing li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .technology-carousel {
        position: unset;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .healthcare-wrapper .shape1 {
        width: 450px;
    }

    .how-works-carousel {
        display: flex;
    }

    .image-column .inner-column {
        margin-right: 0;
    }

    .shape_1 {
        display: none;
    }

    .shape_2 {
        display: none;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-5 img {
        max-width: 210px;
    }

    .work-process-flow {
        background-color: transparent;
        padding: 0;
        height: auto;
    }

    .work-process-flow .content-circle .carousel-item {
        display: block;
        float: none;
        margin-bottom: 25px;
        padding-left: 25px;
    }

    .work-process-flow .content-circle .carousel-item::before {
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter) ". ";
        position: absolute;
        left: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        top: -5px;
    }

    .work-process-flow .content-circle .carousel-item.active {
        transform: unset !important;
    }

    .paragraph-text {
        font-size: 18px;
    }

    .comapny-img {
        width: 100%;
        height: 100%;
    }


    .section-heading {
        margin-bottom: 30px;
    }

    .fluid-2 {
        padding: 0 15px !important;
    }

    .butn {
        font-size: 16px;
    }

    .technology-list-wrapper li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .common-awaards {
        padding: 20px 6px;
    }

    .common-awaards img {
        height: 60px;
    }

    .common-awaards h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .technology-list-wrapper li {
        padding: 0 6px;
    }

    .education-mob-img,
    .education-mob-img2 {
        position: unset;
        max-width: 250px;
        margin: 0 auto 0;
    }

    .education-app-category {
        padding-bottom: 50px;
    }

    .specifcation-list li {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .banner-iot-img figure.image.image-2 {
        left: 0;
        top: 97px;
    }

    .banner-iot-img figure.image.image-5 {
        left: 0;
        bottom: -30px;
    }

    .banner-iot-img figure.image.image-8 {
        left: 27%;
        bottom: 79px;
    }

    .banner-iot-img figure.image.image-6 {
        left: 243px;
        bottom: 24px;
    }

    .banner-iot-img figure.image.image-11 {
        display: none;
    }

    .banner-iot-img figure.image.image-4 {
        left: 159px;
        top: 124px;
    }

    .banner-iot-img figure.image.image-7 {
        bottom: 236px;
        max-width: 150px;
    }

    .banner-iot-img figure.image.image-5 {
        max-width: 150px;
        bottom: -24px;
    }

    .iot-banner-wrapper {
        padding: 100px 0 100px;
    }

    .why-XeberTech .img-right-wrapper {
        margin-bottom: 20px;
        text-align: center;
    }

    .why-XeberTech .img-right-wrapper img {
        height: 349px;
        object-fit: cover;
    }

    .section-heading h3 {
        font-size: 20px;
    }

    .lead {
        font-size: 16px;
    }

    .report-carousel .technology-carousel {
        flex-wrap: unset;
        margin: 0;
        justify-content: flex-start;
        overflow-y: auto;
    }

    .report-carousel .technology-carousel li {
        width: auto;
        flex: 1;
        height: auto;
        min-width: 200px;
        margin: 0 6px 10px;
        padding: 7px 10px;
    }

    .technology-right-content {
        margin-top: 10px;
    }

    .why-choose-section {
        padding: 50px 0;
    }

    .faq .card .card-header .faq-title {
        padding: 18px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }

    .faq .card .card-body {
        padding: 0 1rem 1rem;
    }

    .technology-carousel li .carosuel-item-link h6 {
        font-weight: 400;
        font-size: 16px;
    }

    .technology-right-content .butn {
        padding: 8px 13px;
        font-size: 12px;
    }

    .our-qualities-wrappper .icon-wrapper img {
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
    }

    .education-content-wrapper {
        margin-top: 20px;
        max-width: 300px;
    }

    .education-mob-img2,
    .education-dashboard,
    .education-mob-img {
        margin-bottom: 30px;
    }

    .our-qualities-wrappper .content-wrapper h3 {
        font-size: 20px;
    }

    .specifcation-list li .icon-wrapper {
        flex: 0 0 50px;
        max-width: 50px;
    }

    .what-to-expect-wrapper {
        padding: 20px;
    }

    .map-img {
        margin-bottom: 30px;
    }

    .solution-carousel-wrapper::after {
        width: 250px;
        height: 250px;
    }

    .solution-carousel-wrapper .carousel-item img {
        height: 400px;
    }

    .hero-content-wrap h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .hero-content-wrap h2 br {
        display: none;
    }

    .solution-listing ul li {
        height: 90px !important;
        padding: 10px;
        width: 40% !important;
    }

    .solution-listing .carousel-indicators li .carosuel-item-link {
        padding: 10px;
        text-align: center;
    }

    .solution-listing .carousel-indicators {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .app-feature-slider {
        position: relative;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 1.5;
    }

    .work-img-wrapper img {
        height: auto;
        object-fit: contain;
    }

    .how-works-carousel li {
        width: 20px;
        height: 20px;
    }

    .health-app-img .app_img1 {
        position: relative;
        top: 0;
    }

    .health-app-img .app_img2 {
        top: 100px;
    }

    .real-estate-wrapper {
        position: relative;
        padding: 80px 0 20px;
    }

    .food-app-banner {
        padding: 130px 0 50px;
    }

    .delivery-platform-ripples .ripple-circles {
        display: none;
    }

    .pltaform-right,
    .pltaform-left {
        width: 100%;
    }

    .service-wrapper {
        padding: 100px 0 50px;
        border-bottom: 1px solid #e8e8e8;
        background: #ebedfc;
    }

    .service-category-wrapper {
        padding-top: 50px;
    }

    .service-item-head {
        padding: 20px 0;
        font-size: 20px;
    }

    .services-item-list {
        margin-top: 30px;
    }

    .mob-img {
        top: 20px;
        right: 37px;
        height: 300px;
    }

    .mob-img img {
        height: 100%;
    }

    .laptop-screen {
        height: 350px;
    }

    .features-box-item .title {
        font-size: 20px;
    }

    .app-feature-wrap {
        padding: 25px;
        min-height: unset;
    }

    .ecommerce-app-background {
        padding: 70px 0;
    }

    .laptop-screen {
        text-align: center;
    }

    .ecommerce-wrapper {
        padding: 80px 0 50px;
        background-image: unset;
    }

    .ecommerce-features-img img {
        height: 400px;
    }

    .mob-right-images .image-one img {
        max-width: 190px;
    }

    .mob-right-images .image-two img {
        max-width: 220px;
    }

    .mob-app-development .mob-right-images {
        margin: 40px 0 0;
    }

    .app-service-wrapper {
        padding: 20px;
    }


    .category-content-section {
        margin: 40px 0 0 0;
    }

    .work-process-flow .carousel-inner {
        margin-top: 0;
        left: unset;
        transform: unset;
        width: 100%;
        max-width: unset;
        counter-reset: my-sec-counter;
    }

    .work-process-item {
        display: none;
    }

    .right-search-wrapper .form-group .form-control {
        width: 100%;
        min-width: unset;
    }

    .pagination-list-wrapper li a {
        width: 42px;
        height: 42px;
        min-width: unset;
    }

    .case-reviews-wrapper,
    .about-project,
    .case-text-section,
    .case-reviews-wrapper {
        padding: 50px 0;
    }

    .case-process-caption {
        padding-left: 18px;
        padding-top: 2px;
        padding-bottom: 40px;
    }

    .case-process-caption h4 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .round-oval {
        margin-left: 0;
        max-width: 28px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        height: 28px;
    }

    .case-process-caption p {
        font-size: 14px;
    }

    .work-process-flow .round {
        display: none;
    }

    .mob-app-development {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .automation-banner,
    .web-framework-banner {
        padding-bottom: 40px;
    }

    .app-category-list .app-category-list-item a {
        transform: scale(0.95);
    }

    .case-reviews-wrapper .row [class*="col-"]:not(:first-child) .inner-case-study {
        margin-top: 30px;
    }

    .circle-title-box h3 {
        font-size: 18px;
    }

    .testing-right-img {
        height: 500px;
        margin-top: 50px;
    }

    .testing-right-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .app-feature-wrap h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
    }

    .c-header_title {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.3;
    }

    .c-header_title br {
        display: none;
    }

    .c-header_title label {
        display: inline;
    }

    .our-value-wrapper {
        padding: 30px 20px;
    }

    .our-value-col {
        margin-bottom: 20px;
    }

    .our-value-col .value-count {
        font-size: 36px;
        font-weight: 600;
    }

    .our-value-col h4 {
        font-size: 20px;
        margin-bottom: 9px;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .how-it-works .carousel-item {
        padding: 0;
    }

    .award-area {
        padding-top: 20px;
    }

    .infographic-item {
        max-width: unset;
        margin: 0 auto 22px;
    }

    .infographic-listing {
        margin-top: 40px;
    }


    .hero-content-wrapper {
        margin-bottom: 170px;
    }

    .infographic-item h5 {
        font-size: 24px !important;
    }

    .infographic-item p {
        font-size: 18px;
    }

    .infographic-img {
        height: 300px;
        margin-bottom: 10px;
    }

    .our-team-wrapper {
        align-items: unset;
    }

    .section-heading br {
        display: none;
    }

    .culture-img {
        padding-bottom: 50%;
    }

    .our-rewards .content-section h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .right-img-col {
        margin-top: 20px;
    }

    .testimonial-item .testimonial-content-inner .quote-icon {
        font-size: 40px;
    }

    .testimonial-item .testimonial-content-inner {
        padding: 50px 45px 55px 45px;
    }

    .award-winning-wrapper {
        padding: 50px 15px 20px;
    }

    .award-area ul {
        justify-content: space-between;
    }

    .award-area .award-list li {
        width: calc(33% - 20px);
        margin: 0 0 25px 0px;
    }

    .award-area .award-list li img {
        max-width: 150px;
        object-fit: contain;
    }

    .client-itemreview-wrapper {
        column-count: 1;
    }

    .lifestyle-app-wrapper p {
        font-size: 16px;
    }

    .cta__inner {
        padding: 30px;
    }

    .cta__inner .cta__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .cta__inner .cta__more {
        text-align: center;
    }

    .cta__shape {
        display: none;
    }



    .footer-wrap .footer-top .footer-widget .footer-menu li {
        padding-bottom: 10px;
    }

    .page-title-content h2 {
        font-size: 30px;
    }

    .form-backgound::before {
        background-image: unset;
    }

    .feature-content {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .feature-content-area {
        margin-bottom: 40px;
    }

    .feature-icon-text {
        height: 130px;
    }

    .oppi_banner_img_content .banner_img {
        margin: 10px 0 61px;
        text-align: center;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-4 img {
        max-width: 80px;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-3 {
        right: 20px;
    }

    .star-shape {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .features-box-item {
        margin: 10px 10px;
        ;
    }

    .healthcare-wrapper .shape2 {
        right: -905px;
    }

    .healthcare-wrapper .shape3 {
        right: -912px;
    }

    .oppi_banner_img_content .banner_img img {
        max-width: 100%;
    }

    .banner-iot-img figure.image.image-4 {
        display: none;
    }

    .banner-iot-img figure.image.image-8 {
        left: 31%;
        bottom: 213px;
    }

    .banner-iot-img figure.image.image-7 {
        bottom: 155px;
        max-width: 120px;
    }

    .banner-iot-img figure.image.image-6 {
        left: 115px;
        bottom: 62px;
        max-width: 150px;
    }

    .banner-iot-img figure.image.image-5 {
        bottom: 0px;
    }

    .iot-banner-wrapper {
        padding: 100px 0 60px;
    }

    .mob-img {
        height: 250px;
    }

    .mob-img img {
        height: 100%;
    }

    .mob-img {
        top: 57px;
    }

    .mob-right-images .image-one img {
        max-width: 130px;
    }

    .mob-right-images .image-two img {
        max-width: 160px;
    }

    .work-card-img {
        min-height: 375px;
    }

    .section-heading {
        margin-bottom: 22px;
    }

    .faq .card .card-header .faq-title {
        padding: 14px;
    }

    .about-project {
        padding: 50px 0;
    }

    .our-team-wrapper {
        display: block;
    }

    .awarness-content-wrapper {
        padding-bottom: 100px;
    }

    .award-area .award-list li {
        width: 50%;
    }

    .feature-content {
        padding-bottom: 60px;
    }

    .search-blog {
        padding: 19px 25px;
    }

    .healthcare-wrapper figure img {
        height: 500px;
    }

    .technology-wrapper {
        margin-bottom: 64px;
    }

    .featuredPropBox ul li {

        display: block;
        height: 250px;
        margin: 5px;
        width: 100%;

    }

}

@media (max-width: 420px) {
    .app-category-list .app-category-list-item {
        width: 100%;
    }

    .app-category-list .app-category-list-item:last-child a,
    .testing-app-category .app-category-list .app-category-list-item a {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testing-right-img {
        height: 400px;
        margin-top: 30px;
    }

    .infographic-item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .technology-list-wrapper li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .award-area .award-list li img {
        max-width: 130px;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-3 {
        top: -64px;
        right: -39px;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-4 {
        top: -124px;
        left: 50px;
    }

    .oppi_banner_img_content .banner_img .lifestyle-img-3 {
        top: -71px;
        right: 0;
    }
}

@media only screen and (min-width:2000px) {

    .web-framework-banner,
    .erp-banner,
    .cloud-service-wrapper {
        display: block;
        min-height: unset;
    }
}

.section-title {
    position: relative;
}

.section-title h2.title {
    margin-bottom: 20px;
    font-weight: 700;
}

.section-title.text-center p {
    max-width: 700px;
    margin: auto;
}

.absolute-form {
    padding: 100px 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.form-group>label {
    font-weight: 500;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
textarea.form-control,
select.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #C7C7D5;
    padding: 0px 20px;
}

textarea,
textarea.form-control {
    padding: 10px 20px;
}

input.form-control,
select.form-control {
    height: 35px;
    background-color: #fff;
}

.form-custom-radio input[type="radio"]:checked~.form-check-label {
    background: #843bee !important;
    color: #fff !important;
    border-color: #9d62f2 !important;
}

.say-hello-text {
    font-size: 35px;
    font-weight: normal;
    margin-left: 20px;
}

.pattern-img1 {
    background-image: url(../img/screen/taxi-back1.png);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.pattern-img2 {
    background-image: url(../img/screen/taxi-back2.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 423px;
    height: 328px;
    background-position: right top;
    background-repeat: no-repeat;
}

.pattern-img3 {
    background-image: url(../img/screen/pattern-3.png);
    position: absolute;
    left: 0;
    top: -420px;
    width: 552px;
    height: 552px;
    background-repeat: no-repeat;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.pattern-img4 {
    background-image: url(../img/screen/taxi-pattern.png);
    position: absolute;
    left: 58%;
    top: 180px;
    width: 215px;
    height: 215px;
    background-repeat: no-repeat;
}

.pattern-img5 {
    background-image: url(../img/screen/taxi-back3.png);
    position: absolute;
    right: 0%;
    top: 0%;
    width: 702px;
    height: 607px;
    background-repeat: no-repeat;
}

.pattern-img6 {
    background-image: url(../img/screen/pattern-7.png);
    position: absolute;
    right: 0%;
    top: 60%;
    width: 336px;
    height: 394px;
    background-repeat: no-repeat;
}

.side-popup {
    margin: 0 0 0 auto;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    background-color: white;
    width: 100%;
    max-width: 700px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 999;
}

.side-popup.menu-show {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: scroll;
}

.side-modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    ;
}

.side-modal-head {
    padding: 0 70px 30px 40px;
    border-bottom: 1px solid #DDE1EB !important;
}

.side-modal-body {
    margin-top: 10px;
    padding: 30px 70px 0px 40px;
    height: 100%;
    flex: 1;
    position: relative;
    z-index: 9;
}

.side-modal-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/screen/quote-back.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.side-modal-body .contact-form .form-group {
    margin-bottom: 22px;
}

.side-modal-body .contact-form .form-control {
    height: 60px;
}

.side-modal-close {
    position: sticky;
    border-radius: 50%;
    margin-right: 25px;
    top: 0px;
    height: 49px;
    width: 49px;
    border: 1px solid #F6F8FC;
    background-color: #843bee;
    -webkit-box-shadow: 0 1px 1px 0 rgba(196, 207, 223, 0.12);
    box-shadow: 0 1px 1px 0 rgba(196, 207, 223, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.side-modal-close i {
    color: #fff;
}

.catering-sol-col {
    padding: 20px;
    margin-bottom: 30px;
    min-height: 280px;
    border-bottom: 4px solid transparent;
    transition: all ease .25s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
    padding: 20px;
    position: relative;
    min-height: 340px;
}

.catering-sol-col:hover {
    box-shadow: 0 8px 9px 1px rgba(94, 116, 140, 0.24), 0 3px 6px 0 rgba(54, 73, 94, 0.08);
}

.blog_view .pagination,
.blog-page-wrapper .pagination {
    margin: auto;
    width: 100%;
}

.tw-latest-post {
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
}

.award-winning-wrapper a,
.cta__more a,
.blue-background a {
    background: #f8f9fa !important;
    border: 1px solid #f8f9fa;
    color: #0d157a;
    padding: 0 1.75rem;
    height: 50px;
    line-height: 50px;
    /* border-radius: 50%; */
}

.btn-change .btn {
    border-radius: 0;
    border: 2px solid #fff;
    color: blue;
    width: 50%;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;

}


.btn-change .btn:hover {
    background-color: #ffffff;
    color: #007bff;
    border-color: #ffffff;
}

.award-winning-wrapper a:hover,
.cta__more a:hover,
.blue-background a:hover {
    color: #fff !important;
    /* background: transparent !important; */
    background: linear-gradient(90deg, #053c6f, #04ac0c) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.blue-background a:hover {
    color: #fff;
    transition: all 0.4s;
}

.hero-content-wrap h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 10px;
}

.faq .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(30, 198, 28);
    transition: transform 0.3s ease;
}

.faq .card:hover {
    transform: translateY(-3px);
}

.faq .card-header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #d4d4d4 !important;
    border-radius: 12px 12px 0 0 !important;
}

.faq-title {
    color: #2e2e2e !important;
    font-weight: 600 !important;
    padding-left: 0px !important;
}

.faq .card-body {
    background-color: #ffffff !important;
    border-radius: 0 0 12px 12px !important;
    color: #555 !important;
    padding-top: 10px !important;
}


.privacy-wrapper {
    margin-bottom: 0px !important;
}

.mycontact-box {
    background: #fff;
    padding: 40px !important;
    border: 1px solid rgba(123, 137, 166, .12);
}

.updated-contact form {
    box-shadow: 0;
}

.global-text {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    padding: 16px 0px;
}

.updated-contact h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 28px;
}

.number-box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

.number-box img {
    display: block;
}

.global-col {
    border: 1px solid rgba(123, 137, 166, .12);
}

.global-box {
    padding: 20px;
    height: 100%;
}

.global-box:hover {
    background-color: aliceblue;
    transition: .5s all ease;
}

.global-box h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 21px;
}

.global-box address {
    margin-top: 16px;
}

#global-bg {
    background-image: url(../img/map_bg.png);
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.global-box a {
    font-size: 16px;
    font-weight: 500;
    color: #0000ab;
}

.global-box ul li {
    margin-bottom: 10px;
}

.headquator-section {
    padding: 80px 0px;
}


.number-box {
    padding: 40px 7% 40px 7%;
    box-shadow: 0 3px 36px 4px rgba(104, 115, 125, .15);
}

.heading-p {
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    letter-spacing: .01em;
    padding: 30px 0px;
}

#quote_form_id .iti {
    width: 100% !important;
}

.titlebar {
    padding-right: 20px;
}

.technology-carousel {
    position: unset !important;
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
}

.ecommerce-app-background .btn-gredient:hover {
    color: #fff;
    background: transparent;
}

/*--counter--*/
.count-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.portfolio-banner::before {
    background-color: rgb(0 128 229);
}

.portfolio-banner .count-wrap>* {
    color: #0080e5;
}

.portfolio-banner h1 {
    font-size: 60px;
    font-weight: 600;
}

.portfolio-banner p.lead.text-white {
    padding: 20px 0 30px;
}

.portfolio-banner .video iframe {
    border-radius: 5px;
}

.hero-content-wrapper.career-content {
    margin-bottom: 80px;
}

.why-join-us {
    background-image: linear-gradient(to bottom, #e9ecf4, transparent);
    padding-top: 120px !important;
}

.btn-download i {
    animation: unset;
    padding-left: 6px;
}

.company-img .carousel-control-prev,
.company-img .carousel-control-next {
    opacity: 0.8;
}

.comapny-img .carousel-control-prev-icon,
.comapny-img .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-color: #0083eb;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    border-radius: 50px;
}

.blog-wrapper .pagination {
    margin-top: 30px;
}


/* ===================================== *\
                Search Bar
\* ===================================== */
.search-page-wrapper {
    min-height: 100vh;
    padding: 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f7fd;
    position: relative;
    z-index: 1;
}

.search-page-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url('../img/shape/search-wave-bg.webp');
}

.search-bar {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #6240bb24;
    padding: 5px;
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 5px 20px #6240bb24;
    position: relative;
}

.search-bar::before {
    content: '';
    position: absolute;
    background-image: url('../img/icons/search.gif');
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-bar input {
    padding: 20px 20px 20px 59px;
    caret-color: #0083eb;
    color: #0083eb !important;
}

.search-bar button {
    outline: 0;
    border: 0;
    background-color: #0083eb;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.search-results .summary {
    padding: 45px 0 20px 0;
}

.search-results .summary b {
    font-weight: 500;
}

.result-url {
    display: block;
    padding: 20px 30px 25px;
    transition: all 0s ease-in-out !important;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 0px;
    background-color: #fff;
    margin-bottom: 30px;
}

.result-url:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04) !important;
}

.result-url:hover h3 {
    text-decoration: underline;
}

.result-url span {
    color: #6d7077;
    font-size: 12px;
}

.result-url h3 {
    color: #0083eb;
    font-size: 20px;
    padding: 3px 0 1px;
}

.result-url p {
    color: #4d5156;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.search-gif {
    height: 200px;
    max-width: 590px;
    margin: 0 auto;
    background-image: url('../img/shape/search.gif');
    background-position: center;
    background-size: contain;
}

.payment-wrapper {
    margin: 90px 0 80px !important;
}

#interview-form .fas {
    font-family: "Font Awesome 6 Free" !important;
}

.required label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

li.blog-filter-list.active a h3 {
    color: #1184ff !important;
}

.main_wrapper .fas,
.awards-couter .fas,
.admin-feature-listing li i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
}

.global-box ul {
    padding-left: 0;
}

.web-design-banner {
    position: relative;
    overflow: hidden;
    padding: 196px 0 236px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.taxi-app-banner .far,
.taxi-app-banner .fal {
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}

.healthapp-wrapper .admin-feature-listing i,
.admin-feature-listing li i {
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.taxi-app-banner .fa-cars::before {
    content: "\f1b9";
}

.taxi-app-banner .fa-analytics::after {
    content: "\f201";
}

.taxi-app-banner .fa-file-chart-line::after {
    content: "\f15c";
}

.healthapp-wrapper .admin-feature-listing .fa-users::before {
    content: "\f0c0";
}

.healthapp-wrapper .admin-feature-listing .fa-upload::before {
    content: "\f093";
}

.fal.fa-clipboard-user::before {
    content: "\f7f3";
}

.healthapp-wrapper .fa-file-chart-line::after,
.fa-file-chart-line::after {
    content: "\f15c";
}

.healthapp-wrapper .fa-analytics::after,
.foodapp-wrapper .fa-analytics::after,
.fa-analytics::after {
    content: "\f201";
}

.foodapp-wrapper .fa-inventory::after {
    content: "\f022";
}

.fa-stack-overflow::before {
    content: "\f625";
}

.far.fa-clipboard-list-check::after {
    content: "\f46d";
}