@font-face {
    font-family: first;
    src: url(../fonts/Poppins-Regular.ttf);
    font-display: swap
}

body {
    font-family: first;
    background: #f7f7f7;
    padding-top: 73px;
}

ul li {
    list-style: none
}

h2,
h4,
h5 {
    font-family: first
}

h4 {
    font-size: 1.4rem
}

p {
    font-family: first;
    font-size: .9rem
}

h5 {
    font-size: 1.15rem
}

a {
    text-decoration: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

img {
    max-width: 100%
}

.minh-91 {
    min-height: 91%
}

.cfcs-btn {
    color: #fff;
    background-color: #2aa8ff;
    border-color: #2aa8ff
}

.cfcs-btn2 {
    color: #fff;
    background-color: #003667;
    border-color: #003667
}

.cfcs-btn2:hover {
    color: #fff;
    box-shadow: 0 2px 3px #ccc
}

.img-max {
    max-width: 100%
}

.cfcs-btn:hover {
    color: #fff;
    background-color: #1a8ddc;
    border-color: #1a8ddc
}

.cfcs-btn-outline {
    color: #003667;
    font-family: third;
    border-color: #003667
}

.cfcs-btn-outline:hover {
    color: #fff;
    background-color: #003667;
    border-color: #003667
}

.top-bar {
    width: 100%;
    color: #fff;
    background: #003667;
    padding: 5px 0
}

.top-bar svg {
    color: #2aa8ff!important
}

.top-bar svg:hover {
    color: #fff!important;
    transition-duration: .2s
}

.top-bar .social-media svg {
    margin-right: 10px;
    text-align: right
}

.top-bar a {
    color: #fff
}

.top-bar a:hover {
    color: #2aa8ff;
    transition-duration: .2s
}

.menu {
    background: #fff
}

.menu nav {
    color: #000!important
}

.navbar-nav .nav-item .nav-link.active {
    color: #003667!important;
    font-weight: 600!important
}

.navbar-nav .nav-item .nav-link.active svg {
    color: #003667!important
}

.navbar-nav .dropdown-item span {
    font-size: .8rem;
    display: block;
    color: #585858;
    margin-top: -2px
}

.navbar-nav .dropdown-item:hover span {
    color: #fff
}

.menu nav ul li a {
    color: #000!important;
    padding: 3px 20px!important;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu .dropdown-menu {
    padding: 10px 0;
    margin-top: 0;
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 3px 10px #333
}

.menu a.dropdown-toggle svg {
    margin-top: 6px;
    margin-left: 5px;
    font-size: 12px;
    color: #333
}

.menu .dropdown:hover a.dropdown-toggle svg {
    transform: rotate(180deg);
    transition-duration: .5s
}

.menu .dropdown-toggle::after {
    display: none
}

.menu .dropdown:hover .dropdown-menu {
    display: block
}

.navbar-nav a.dropdown-item {
    border-bottom: 1px solid #eee
}

.navbar-nav .dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none
}

.dropdown-item:hover {
    background: #003667;
    color: #fff!important;
    transition-duration: .3s
}

.modal-large .modal-dialog {
    max-width: 70%
}

.modal-large p {
    text-align: justify
}

.slide-next,
.slide-prev {
    width: 5%!important
}

.text-secondary b {
    color: #000
}

.compliance-citem {
    background: rgba(116, 193, 236, .8)
}

.compliance-citem h2 span {
    font-weight: 800;
    color: #003667
}

.theo-citem {
    background: rgba(38, 82, 111, .9)
}

.theo-citem h2 {
    color: #e0e6ea
}

.theo-citem h5 {
    color: #e3f2fb
}

.e-services-citem {
    background: #3d7dad
}

.e-services-citem.frontizo-citem {
    background: #cfb9be
}

.e-services-citem.frontizo-citem h2 {
    color: #222
}

.e-services-citem.frontizo-citem h5 {
    color: #222
}

.e-services-citem.frontizo-citem .btn-danger {
    border-color: #5f2a4c;
    background-color: #5f2a4c
}

.e-services-citem h2 {
    color: #e8eff5;
    font-weight: 600
}

.e-services-citem h5 {
    color: #eee
}

.digi-card-citem {
    background: rgba(38, 111, 98, .9)
}

.digi-card-citem h2 {
    color: #fff
}

.digi-card-citem h5 {
    color: #eee
}

.digi-card-citem a {
    background: #0a443b!important
}

.digi-card-citem img.w-0 {
    border-radius: 4px
}

.omada-citem {
    background: rgba(234, 225, 225, .8)
}

.our-software {
    position: relative;
    background: #eceef5
}

.our-software-item {
    z-index: 1;
    background: #fff;
    position: relative;
    border-top: 2px solid #062241;
    border-radius: 5px
}

.our-software-item p {
    text-align: left
}

.our-software-item ul {
    font-size: .9rem;
    text-align: left
}

.our-software-item ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.our-software-icon {
    background: #fff;
    width: 200px;
    height: 81px;
    margin: auto;
    margin-top: -58px;
    border-radius: 50%;
    padding: 10px;
    padding-top: 15px;
    color: #2aa8ff;
    border-top: 3px solid #062241
}

.our-software-item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #062241;
    opacity: 0;
    transition: .4s;
    content: "";
    z-index: -1
}

.our-software-item:hover::after {
    transition: .4s;
    opacity: 1;
    height: 100%
}
.our-software-item:hover h4{
    color: #fff;
}
.service-btn {
    color: #3078fb;
    transition: .5s;
    display: inline-block;
    box-shadow: 0 3px 8px #ddd;
    border-bottom: 1px solid #eee
}

.our-software-item:hover .service-btn {
    color: #3078fb;
    background-color: rgba(6, 34, 65, .5);
    transition: .5s;
    box-shadow: none
}

.our-software-item:hover,
.our-software-item:hover .service-icon span {
    color: #fff
}

.our-software-item:hover p {
    color: #fff
}

.parallax-portal {
    background-image: url(../images/parrlax-background1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: shrink 10s infinite alternate;
    animation-name: bgzooming
}

.parallax-portal .container-fluid {
    background-color: rgba(0, 0, 0, .3)
}

.our-services {
    background: #eceef5
}

.our-services-item {
    position: relative;
    box-shadow: 0 5px 10px 0 #ccc;
    border-radius: 5px;
    min-height: 85%;
    text-align: center;
    background: #fff
}

.our-services-item h4 {
    color: #003667;
    margin-top: 10px
}

.our-services-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.hServices-btn {
    background: #2aa8ff;
    color: #fff;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%)
}

.hServices-btn:hover {
    background: #e2f1fc;
    color: #333
}

.our-services-icon {
    position: absolute;
    background: #fff;
    width: 80px;
    top: -13%;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 -8px 10px 0 #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2aa8ff
}

.bg-software {
    background: #0699b7
}

.bg-app {
    background: #06a7b7
}

.our-software-item {
    min-height: 420px;
    height: 100%
}

.bg-red-fade {
    background: linear-gradient(-175deg, #003668, #111417)
}

.bg-green-fade {
    background: linear-gradient(-175deg, #003668, #111417)
}

.bg-blue-fade {
    background: linear-gradient(-175deg, #003668, #111417)
}

.bg-yellow-fade {
    background: linear-gradient(-175deg, #003668, #111417)
}

.app-development {
    background: #fff
}

.app-icon {
    border: 1px dashed #2aa8ff;
    width: 60px;
    height: 60px;
    color: #2aa8ff;
    border-radius: 2px;
    padding-top: 5px
}

.digital-marketing {
    background: #e2f1fc
}

.digital-marketing-item {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 3px 5px #ccc
}

.digital-marketing-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.digital-marketing-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.digital-marketing-item a {
    color: #333
}

.digital-marketing-img img {
    transform: scale(1.1);
    transition: .4s;
    width: 100%
}

.digital-marketing-item:hover .digital-marketing-img img {
    transform: scale(1);
    transition: .4s
}

.digital-marketing-img>a {
    display: block;
    position: relative
}

.digital-marketing-item:hover .digital-marketing-img>a::after {
    opacity: 1
}

.digital-marketing-item:hover .add-link {
    background: rgba(0, 0, 0, .5);
    opacity: 1
}

.digital-marketing-img>a::after {
    background: rgba(0, 44, 87, .95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .4s
}

.add-link {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 4;
    top: 0;
    cursor: pointer
}

.digital-marketing-item .service-btn {
    background: #2aa8ff;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%);
    color: #fff;
    box-shadow: none
}

.digital-marketing-item .service-btn:hover {
    background: #2aa8ff;
    background: #e2f1fc;
    color: #333
}

.link-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px
}

.digital-marketing-item h5 {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.latest-update {
    background: #fafafa
}

.latest-update-li {
    background: #fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 10px
}

.latest-update svg {
    color: #2aa8ff
}

.latest-update-item {
    overflow: hidden;
    overflow-y: hidden;
    border-radius: 5px
}

.latest-update-item:hover img {
    filter: brightness(.4)
}

.latest-update-item img {
    transform: scale(1);
    transition: .4s;
    height: 249px;
    width: 100%;
    object-fit: contain;
    background: #e2f1fc
}

.latest-update-item:hover img {
    transform: scale(1.1);
    transition: .4s;
    overflow: hidden
}

a.cd-anchor-block {
    text-decoration: none;
    color: #333
}

a.cd-anchor-block:hover {
    color: #333
}

.zimg-hover:hover img {
    filter: brightness(.5);
    transition: all .2s
}

.web-pre-lli {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%)
}

.web-pre-lli a div img {
    border-radius: 0
}

.web-pres-li {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px
}

.web-pres-li h5 {
    background: #2aa8ff;
    color: #fff;
    margin: 0
}

.web-pres-li:hover h5 {
    background: #333;
    transition-duration: .2s
}

.home-ourReach h5 {
    background: #e2f1fc;
    padding: 10px
}
.home-ourReach h2 span {
    font-size: unset;
}

.home-ourReach h5:hover {
    background: #fff;
    border-radius: 0
}

.read-more-btn {
    background: #2aa8ff;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%);
    color: #fff
}

.read-more-btn:hover {
    color: #3078fb;
    background-color: #e2f1fc;
    transition: .5s;
    box-shadow: none
}

.enquiry-fixed-form {
    position: fixed;
    width: 21%;
    bottom: 5%;
    right: -100%;
    z-index: 999;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #585858
}

.enquiry-fixed-form h5 {
    background: #003667;
    color: #dfe1e8;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    position: relative
}

.enquiry-fixed-form div {
    padding: 5px 10px
}

.enquiry-fixed-form input[type=button] {
    color: #fff;
    background: #01bd6f
}

.enquiry-fixed-form button:hover {
    background: #01bd6f;
    box-shadow: 0 3px 5px #ccc;
    transition-duration: .2s
}

.enquiry-fixed-form button:focus {
    color: #fff
}

.enquiry-fixed-close {
    position: absolute;
    padding: 0 5px;
    right: 5px;
    top: 5px;
    color: #ccc;
    font-size: 1.5rem
}

.enquiry-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #2aa8ff;
    font-size: 1.5rem;
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 998
}

.enquiry-toggle-btn:hover {
    background: #003667;
    transition-duration: .2s
}

.enquiry-toggle-btn:before {
    content: "";
    width: 20%;
    height: 300%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    bottom: -100%;
    transform: rotate(-45deg);
    animation-name: enqtogglesplash;
    animation-iteration-count: infinite;
    animation-duration: 1s
}

@keyframes enqtogglesplash {
    from {
        left: 0
    }
    to {
        opacity: 1;
        left: 150%
    }
}

.enquiry-toggle-btn svg {
    transform: scaleX(-1)
}

.our-location {
    background: #fff
}

.world-map-img {
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 520px;
    background-size: 100% 100%;
    position: relative
}

.popover__wrapper {
    position: absolute
}

.popover__wrapper.ball1p {
    top: 21%;
    left: 24%
}

.popover__wrapper.ball2p {
    top: 30%;
    left: 50.3%
}

.popover__wrapper.ball3p {
    top: 58%;
    left: 72.3%
}

.popover__wrapper.ball4p {
    top: 54%;
    left: 76%
}

.popover__wrapper.ball5p {
    top: 59%;
    left: 71.5%
}

.popover__wrapper.ball6p {
    top: 48%;
    left: 75.5%
}

.popover__wrapper.ball7p {
    top: 51%;
    left: 70.7%
}

.popover__wrapper.ball8p {
    top: 47%;
    left: 60%
}

.popover__wrapper.ball9p {
    top: 37%;
    left: 24%
}

.popover__wrapper.ball10p {
    top: 54.5%;
    left: 49.7%
}

.popover__wrapper.ball11p {
    top: 48%;
    left: 65.7%
}

.popover__wrapper.ball10p .b-wrap,
.popover__wrapper.ball11p .b-wrap,
.popover__wrapper.ball1p .b-wrap,
.popover__wrapper.ball2p .b-wrap,
.popover__wrapper.ball3p .b-wrap,
.popover__wrapper.ball4p .b-wrap,
.popover__wrapper.ball5p .b-wrap,
.popover__wrapper.ball6p .b-wrap,
.popover__wrapper.ball7p .b-wrap,
.popover__wrapper.ball8p .b-wrap,
.popover__wrapper.ball9p .b-wrap {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 5px #333;
    border-radius: 50%!important;
    background: #0269c1
}

.popover__wrapper.ball10p .b-wrap:before,
.popover__wrapper.ball11p .b-wrap:before,
.popover__wrapper.ball1p .b-wrap:before,
.popover__wrapper.ball2p .b-wrap:before,
.popover__wrapper.ball3p .b-wrap:before,
.popover__wrapper.ball4p .b-wrap:before,
.popover__wrapper.ball5p .b-wrap:before,
.popover__wrapper.ball6p .b-wrap:before,
.popover__wrapper.ball7p .b-wrap:before,
.popover__wrapper.ball8p .b-wrap:before,
.popover__wrapper.ball9p .b-wrap:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: 3px;
    left: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .9)
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: calc(6% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition-duration: .3s;
    transition-property: transform
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -135px;
    text-align: center;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    width: 150px;
    border-radius: 3px
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 15px);
    transition: all .5s cubic-bezier(.75, -.02, .2, .97)
}

.popover__message {
    font-size: 18px;
    text-align: center;
    color: #0074bb;
    font-weight: 600;
    margin: 5px 0 0
}

.popover__message+a {
    font-size: 13px
}

.slick-slide img {
    width: 100%;
    border-radius: 4px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.i_served .slick-prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 45%;
    background-color: #ddd;
    border: 0;
    font-size: 18px;
    color: #383838;
    cursor: pointer;
    z-index: 99
}

.i_served .slick-next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 45%;
    background-color: #ddd;
    border: 0;
    font-size: 18px;
    color: #383838;
    cursor: pointer
}

.i_served .slick-prev:focus,
.i_served .slick-prev:hover,
.i_served .slick-prev:visited {
    outline: 0
}

.i_served .slick-next:focus,
.i_served .slick-next:hover,
.i_served .slick-next:visited {
    outline: 0
}

.scroll-down {
    position: relative;
    width: 100%
}

.scroll-down-pointer {
    background: #e2f1fc;
    width: 80px;
    height: 50px;
    margin: auto;
    border-radius: 50px 50px 0 0
}

.testimonial {
    background: #fff
}

.testimonial h2,
.testimonial h4,
.testimonial h5 {
    font-family: first
}

.testimonial .slick-slide .py-2 img {
    height: 362px;
    object-fit: cover
}

.i_served1 .slick-prev,
.i_served2 .slick-prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 45%;
    background-color: #2aa8ff;
    border: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 99
}

.i_served1 .slick-next,
.i_served2 .slick-next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 45%;
    background-color: #2aa8ff;
    border: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.i_served2 .slick-prev,
.slick-next {
    display: none
}

.i_served .slick-prev:focus,
.i_served .slick-prev:visited,
.i_served1 .slick-prev:hover {
    outline: 0
}

.i_served .slick-next:focus,
.i_served .slick-next:visited,
.i_served1 .slick-next:hover {
    outline: 0
}

.i_served2 .slick-prev:focus,
.i_served2 .slick-prev:hover,
.i_served2 .slick-prev:visited {
    outline: 0
}

.i_served2 .slick-next:focus,
.i_served2 .slick-next:hover,
.i_served2 .slick-next:visited {
    outline: 0
}

.section-cta {
    background: url(../images/bg-team.jpg) top fixed;
    position: relative
}

.sep-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 168, 255, .93);
    z-index: 1
}

.carousel-control-prev-icon {
    transform: translateX(-10px)
}

.carousel-control-next-icon {
    transform: translateX(10px)
}

#carouselExampleCaptions {
    background-image: url(../images/49071572.jpg)
}

#carouselExampleCaptions a.btn-primary {
    background-color: #003667;
    border: none
}

#carouselExampleCaptions a.btn-primary:hover {
    background-color: #003667;
    transition-duration: .2s
}

.theo-mbg {
    background-image: url(../images/text.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.theo-main-sub {
    background-color: #0061ac;
    box-shadow: 0 5px 15px #ccc
}
.inner-banner-contt h1{
    font-size: 30px;
}
.inner-banner-contt h1 span {
    border-bottom: 3px solid #2aa8ff;
    font-weight: 700;
    font-size: 30px;
    color: #f9fbfd
}

.fade-banner-contt h1 span {
    border-bottom: 3px solid #2aa8ff
}

.inner-banner-contt h5 {
    display: inline-block;
    color: #fff;
    background: linear-gradient(to right, #2aa8ff, #4292ce);
    padding: 10px
}

.subHeadi h2 {
    font-size: 1.7rem
}

.subHeadi h3 {
    font-size: 1rem
}

.right-softwares-wrap {
    position: sticky;
    top: 90px
}

.right-softwares-wrap ul {
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    background-color: #fff
}

.right-softwares-wrap ul li a {
    color: #333;
    display: block;
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding: 10px
}

.right-softwares-wrap ul li a:hover {
    background-color: #e0e8f7;
    transition-duration: .2s
}

.right-softwares-wrap ul li a.active {
    box-sizing: border-box;
    border-left: 3px solid #2aa8ff;
    background-color: #e0e8f7;
    color: #003667
}

.our-soft-tsub {
    display: block;
    font-size: .9rem;
    color: #333;
    font-weight: 400
}

.theo-li-mhead {
    color: #003667;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.theo-li-mhead span {
    border-bottom: 2px solid #2aa8ff
}

.theo-pli {
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    min-height: 92%;
    background: #fff
}

.theo-pli:hover {
    transition-duration: .2s
}

.theo-pli svg {
    display: block;
    color: #2aa8ff
}

.theo-left-row {
    margin-top: 18px
}

.bsoft-logo-wrap {
    display: inline-block;
    border-radius: 3px 3px 0 0
}

.bsoft-logo-wrap img {
    max-width: 130px;
    height: 75px;
    object-fit: contain
}

.omada-hrms-mbg {
    background-image: url(../images/hrms-main.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.hrms-li {
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    background: #fff
}

.hrms-li img {
    width: 100%
}

.hrms-li h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

.hrms-li ul {
    margin: 0;
    padding: 0
}

.hrms-li ul li {
    padding: 5px 0;
    display: flex
}

.hrms-li ul li:before {
    content: "\f058";
    font-family: "font awesome 5 free";
    margin-right: 10px;
    font-size: 1.5rem;
    color: #2aa8ff;
    font-weight: 700;
    display: block;
    transform: translateY(-6px)
}

.hrms-li.img-li h3 {
    font-weight: 800;
    color: #003667
}

.hrms-li.img-li img {
    max-width: 100%
}

hr {
    background-color: #eee
}

.eService-bg {
    background: rgba(41, 93, 117, .7)
}

.crm-mbg {
    background-image: url(../images/crm-main.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.eSales-mbg {
    background-image: url(../images/e-Sales-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.digi-card-mbg {
    background-image: url(../images/digi-card-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.digi-main-sub {
    background: rgba(179, 196, 176, .4)
}

.digi-mmain-sub {
    background: #0061ac
}

.digi-mmain-sub.digi-mmain-pg {
    background: #0f473e
}

.digi-mmain-sub.digi-mmain-pg .inner-banner-contt h5 {
    background: linear-gradient(to left, #0f473e, #27695e)
}

.digi-mmain-sub .inner-banner-contt h5 {
    background: linear-gradient(to right, #2aa8ff, #4292ce)
}

.digi-mmain-sub .inner-banner-contt h1 span {
    border-bottom: 0;
    display: inline-block;
    transform: translateY(3px)
}

.digi-main-sub h1 span {
    color: #003667
}

.digi-mmain-sub .bsoft-logo-wrap img {
    max-width: 65px;
    border-radius: 10px
}

.front-mmain-sub.front-mmain-pg {
    background: rgb(223 185 189)
}

.front-mmain-sub.front-mmain-pg .inner-banner-contt h5 {
    background: linear-gradient(to left, #dfb9bd, #c94c41)
}

.front-mmain-sub .inner-banner-contt h5 {
    background: linear-gradient(to right, #2aa8ff, #4292ce)
}

.software-solution-mbg {
    background-image: url(../images/software-solution-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.web-development-mbg {
    background-image: url(../images/web-development-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.eServices-li ul li:before {
    display: none
}

.eServices-li ul li {
    display: block
}

.mobileAppbanner {
    background-color: #0b163f;
    border-top: .063em solid #122158;
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mobileAppbanner.reactNativeBanner {
    background-image: url(../images/parallax.jpg);
    min-height: auto;
    padding-bottom: 80px
}

.mobileAppbanner.reactNativeBanner .mbAppCont img {
    -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite
}

.mobileAppbanner.reactNativeBanner::before {
    background-image: linear-gradient(127deg, rgb(52 102 251) 15%, #000 80%);
    opacity: .9
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

.mobileAppbanner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1
}

.AndroidmobileAppbanner {
    min-height: 60vh;
    background-image: linear-gradient(127deg, #0b163f 0, #0b163f 91%)
}

.AndAppMain {
    padding-top: 50px;
    background-color: #fff
}

.AndAppCt {
    padding-bottom: 50px
}

.AndAppCt h2 {
    font-weight: 700;
    margin-bottom: 20px
}

.AndAppCt p {
    font-size: 1.1rem
}

.AndAppCt img {
    border-radius: 30px;
    position: relative;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px 0;
    z-index: 2
}

.rbc {
    position: absolute;
    top: 30px;
    left: 60px;
    border-radius: 30px;
    background-image: linear-gradient(127deg, #ececec 0, #666 91%);
    width: 81%;
    height: 100%;
    z-index: 1
}

.iosWhy .container-fluid>img {
    margin: 0 auto;
    display: block
}

.btmElement {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 5
}

.mbAppCont {
    position: relative;
    z-index: 3
}

.mbpLcont {
    margin-top: 80px;
    position: relative;
    z-index: 3;
    color: #fff
}

.mbAppCont h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 3rem;
    color: #fff
}

.mbAppCont h1 span {
    position: relative;
    font-size: 3rem;
    padding: 0 3px
}

.mbAppCont h1 span::before {
    content: "";
    border-radius: 3px;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.mbAppCont p {
    line-height: 1.5;
    font-size: 18px;
    margin: 20px 0 0 0;
    text-shadow: none;
    color: #fff
}

.mobApp_breadcrumb {
    margin-bottom: 20px;
    font-size: 18px
}

.mobApp_breadcrumb * {
    display: inline-block
}

.mobApp_breadcrumb img {
    width: 36px;
    margin-top: 0!important
}

.mobApp_breadcrumb a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.waves .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff
}

.waves .parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.waves .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.waves .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.waves .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.waves .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width:768px) {
    .waves .waves {
        height: 40px;
        min-height: 40px
    }
    .waves .content {
        height: 30vh
    }
}

.paraH {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(240, 157, 23, .5);
    padding: 0 5px;
    color: #1a1a1a;
    font-weight: 600
}

.rc-serv {
    background-color: rgb(213 238 255);
    color: #222;
    padding: 20px 0 80px
}

.rc-serv h2 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px
}

.rc-serv h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 10px;
    background-color: #2aa8ff;
    position: relative;
    margin: 0 -5px
}

.rc-serv h3:before {
    border-top: 8px solid #0975c2;
    border-right: 8px solid #0975c2;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.rc-serv h2 span {
    color: #2aa8ff
}

.rc-serv p {
    font-size: 1rem
}

.haboutServ p {
    padding: 15px
}

.haboutServ {
    padding-top: 15px;
    margin-top: 25px;
    background-color: #fff;
    text-align: center
}

.haboutServ:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transition-duration: .3s
}

.haboutServ svg {
    color: #a0d7ff
}

.appOdometer {
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 1rem;
    color: #f36c29;
    font-size: 1.4rem;
    font-weight: 600
}
.appOdometer span {
    font-size: 1.4rem;
}
.appOdometer small {
    font-size: 16px
}

.appOdometer .odometer {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1
}

.appOdometer h5 {
    font-size: 14px;
    line-height: 16px;
    color: #868791;
    text-transform: uppercase
}

.appOdometer .odometer-digit {
    padding: 2.2px!important
}

.AndAppWhy {
    background-color: #f2f2f2;
    margin-top: 50px;
    padding: 50px 0
}

.AndAppWhy .container-fluid>h2 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    color: #2aa8ff;
    letter-spacing: 1px
}

.AndAppWhy .container-fluid>p {
    text-align: center;
    font-size: 20px
}

.appWhyLi {
    text-align: right;
    padding-top: 50px
}

.appWhli {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 15px
}

.appWhli svg {
    margin: 0 0 10px 10px;
    font-size: 25px;
    color: #2aa8ff
}

.isoUSPsvg {
    width: 100%
}

.appWhli img {
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.appWhli h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #2aa8ff;
    margin-bottom: 0
}

.appWhli p {
    font-size: 18px;
    line-height: 25px
}

.AndFeatur {
    background-color: #f2f2f2
}

.AndFeatLi {
    border: 2px solid #29a8fc;
    margin-bottom: 25px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    background-color: #ceeafd
}

.AndFeatLi img {
    padding-right: 10px;
    margin-right: 15px;
    border-right: 15px solid #29a8fc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent
}

.AndAdv {
    padding: 80px 0
}

.AndAdv h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #2aa8ff;
    letter-spacing: 1px
}

.AndAdv p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px
}

.AndAdvLi {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-right: 4px solid#29a8fc;
    border-radius: 40px 5px 5px 40px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.AndAdvLi img {
    background-color: #2aa8ff;
    padding: 10px 15px;
    width: 75px;
    border-right: 2px solid #fff;
    border-radius: 40px 0 0 40px
}

.AndAdvLi>div {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 15px
}

.arw {
    display: none
}

.mbAppCont a:hover .arb {
    display: none
}

.mbAppCont a:hover .arw {
    display: inline-block;
    transform: translateX(5px)
}

.b_slickWrp {
    margin-top: 50px;
    margin-bottom: -140px
}

.b_slick {
    margin: auto;
    height: 90vh;
    object-fit: contain;
    display: none
}

.b_slick.slick-initialized {
    display: block
}

.b_slick .slick-dots {
    position: absolute;
    top: 20vh;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0
}

.b_slick .slick-dots button {
    border: none;
    background-color: #212b50;
    color: #fff;
    margin: 10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    outline: 0
}

.mbAdrWrp {
    margin-top: 40px
}

.mbAdrWrp img {
    margin-right: 20px
}

.b_slick .slick-dots .slick-active button {
    background: linear-gradient(123deg, #175cff, #709bff);
    height: 40px;
    border-radius: 30px
}

.b_slick .slick-list {
    max-width: 350px;
    margin: auto
}

.b_slick img {
    height: 80vh;
    object-fit: contain
}

.mbAppMain {
    background-color: #fff;
    padding-bottom: 30px
}

.mbAboutMain {
    background-color: #f8f9fa;
    padding-top: 50px;
    overflow: hidden
}

.mbApp_btn {
    padding: 16px;
    background-color: #175cff;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 30px;
    transition: all .3s
}

.mbApp_btn:hover {
    background-color: #0246e6;
    color: #fff
}

.mbApp_btn:hover img {
    transform: translateX(5px);
    transition-duration: .3s
}

.mbApp_btn img {
    border-left: none;
    background: linear-gradient(to right, transparent, #0246e6);
    padding: 10px;
    border-radius: 0 4px 4px 0;
    margin: 0!important
}

.mbMsg {
    display: flex;
    background-color: #fadf72;
    padding: 32px 16px;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 25px
}

.mbMsg h5 {
    font-weight: 700;
    color: #222
}

.mbMsg img {
    margin-right: 15px;
    border: 4px solid #f3d55b
}

.mbMsg p:last-child {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 3px #f3d55b
}

.mbAboutMain p {
    color: #333;
    letter-spacing: .7px;
    font-size: 22px
}

.mbAboutMain p:last-child {
    margin-bottom: 0
}

.mbAward {
    padding: 50px 0
}

.good_firms {
    display: flex;
    justify-content: center
}

.mbAaradP {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.7
}
.mbAaradP span{
    font-size: 22px;
}

.mbAaradP::before {
    content: "\f10d";
    font-family: "font awesome 5 free";
    color: #c2d6f8;
    font-size: 75px;
    display: block
}

.mbFeatures>div:nth-child(1) .mbFeatur img {
    background-color: #fddaec
}

.mbFeatures>div:nth-child(2) .mbFeatur img {
    background-color: #e5ddfc
}

.mbFeatures>div:nth-child(3) .mbFeatur img {
    background-color: #dae3fd
}

.mbFeatures>div:nth-child(4) .mbFeatur img {
    background-color: #daf8fd
}

.mbFeatures>div:nth-child(5) .mbFeatur img {
    background-color: #fde9da
}

.mbFeatures>div:nth-child(6) .mbFeatur img {
    background-color: #d3fcc1
}

.mbFeatures>div:nth-child(7) .mbFeatur img {
    background-color: #fddadc
}

.mbFeatures>div:nth-child(8) .mbFeatur img {
    background-color: #ecdafd
}

.mbFeatur {
    border: 1px solid rgb(231, 231, 231, .4);
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 700;
    box-shadow: rgba(17, 12, 46, .1) 0 5px 5px 0
}

.mbFeatur img {
    width: 50px;
    margin-right: 10px;
    border-radius: 8px;
    padding: 8px
}

.mbFeatur:hover>img {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transition-duration: .3s
}

.mAppFeatMain {
    padding-bottom: 20px
}

.AndAppCt img {
    height: 420px;
    object-fit: contain;
    display: block;
    margin: auto;
    position: relative
}

.rcAppMain .AndAppCt .rA_icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 16px;
    transform: translateY(-50%) translateX(35%);
    background-color: #fff
}

.rcAppMain .AndAppCt .rIOS_icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 16px;
    transform: translateY(-50%) translateX(-35%);
    background-color: #fff
}

.rcAppMain .AndAppCt img {
    display: block;
    margin: 0 auto;
    padding: 80px 50px
}

.rcAppMain .AndAppWhy {
    padding: 90px 0;
    margin-top: 0;
    background-color: #f8f9fa
}

.ressn {
    padding: 70px 0 75px 0
}

.rr-li {
    min-height: 100%;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: .3px
}

.rr-li h4 {
    font-size: 18px;
    font-weight: 700
}

.rr-li img {
    margin-bottom: 10px;
    border-radius: 50%;
    width: 100px
}

.r-langs {
    padding: 30px 0 80px 0;
    background-color: #fff;
    color: #222;
    border-bottom: 2px solid #eee
}

.r-langs h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.r-lang-nav {
    margin-bottom: -40px;
    position: relative;
    z-index: 9
}

.r-langs-cont ul li::marker {
    color: #00d8ff
}

.r-lang-nav button.nav-link {
    outline: 0;
    border: 0;
    margin: 15px;
    border-radius: 30px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 15px 25px
}

.r-lang-nav button.nav-link.active {
    background-color: #00d8ff
}

.r-langs-cont ul:first-child {
    padding-top: 3rem
}

.r-langs-cont ul {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 1rem;
    border: 5px solid #f4f4f4;
    margin: -2px 0 0
}

.r-langs-cont ul:nth-child(odd) {
    background-color: #f4f4f4
}

.r-langs-cont ul li {
    list-style: square;
    margin-left: 30px
}

.r-langs-cont ul h3 {
    font-size: 18px;
    margin-right: 20px;
    color: #0b163f;
    min-width: 15%;
    border-right: 2px solid #e9e9e9
}

.mbTit {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 40px;
    margin: 30px 0
}

.mbTit span {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-text-stroke: 1px #afafaf;
    -webkit-text-fill-color: transparent;
    opacity: .07;
    z-index: 0;
    font-size: 65px
}

.uspLi {
    padding: 0 20px;
    position: relative;
    overflow: hidden
}

.uspLi::after {
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    background: linear-gradient(transparent 5%, #000 95%);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 20px;
    border-radius: 12px
}

.uspLi img {
    border-radius: 12px
}

.appHeader.fixed-top {
    position: static
}

.menu.appHeader {
    background-color: #0b163f
}

.menu.appHeader nav ul.navbar-nav>li>a {
    color: #cfd3df!important
}

.menu.appHeader a.dropdown-toggle svg {
    display: none
}

.appHeader .navbar-light .navbar-toggler {
    background-color: #fff
}

.appFooter.footer {
    background-color: #141414;
    background-image: url(../images/dots_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.appFooter.footer h5 {
    color: #a3a3a3
}

.appFooter.footer ul li svg {
    color: #a3a3a3
}

.appFooter.footer button {
    background-color: #000;
    padding: 8px 20px;
    border-color: #222
}

.appFooter.footer a:hover button {
    background-color: #fff
}

.appFooterBottom.footer-bottom {
    background-color: #000;
    padding: 22px 16px;
    letter-spacing: .5px
}

.uspLi span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 10px 30px;
    padding: 0 15px
}

.uspLi a {
    background-color: #003667;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center
}

.uspLi a img {
    width: auto;
    margin-left: 1rem;
    display: inline-block
}

.uspLi a:hover img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    transition-duration: .3s
}

.usp_slick {
    margin: 0 -16px;
    overflow: hidden
}

.usp_slick .slick-arrow {
    height: 45px;
    width: 45px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 50%;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, .25) 0 30px 60px -12px, rgba(0, 0, 0, .3) 0 18px 36px -18px
}

.usp_slick .slick-prev {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    z-index: 9
}

.usp_slick:hover .slick-prev {
    left: 0;
    transition-duration: .5s
}

.usp_slick:hover .slick-next {
    right: 0;
    transition-duration: .5s
}

.usp_slick .slick-next {
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    z-index: 9
}

.mbuspMain {
    padding: 15px 0 50px;
    background-color: #fff;
    position: relative
}

.mbuspMain button:focus {
    outline: 0
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .7);
    animation: animate 25s linear infinite;
    bottom: -150px
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

@media all and (min-width:1100px) {
    .fiveCols {
        width: 20%
    }
    .sevenCols {
        width: 14.1%;
        padding: 5px
    }
}

.mbSectors {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(127deg, #384dff 0, #24cdff 91%)
}

.mbSedLi {
    position: relative;
    z-index: 5;
    background-color: #fff;
    display: block;
    overflow: hidden;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    min-width: 100%;
    min-height: 100%;
    text-align: center;
    color: #222;
    font-weight: 600
}

.mbSedLi:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition-duration: .3s
}

.mbSedLi:hover {
    color: unset
}

.mbSedLi span {
    margin-top: 1rem;
    margin-bottom: .5rem;
    display: block
}

.mbappAnalytics {
    padding: 30px 0 25px;
    position: relative
}

.mbappTech {
    padding: 50px 0;
    position: relative;
    background-color: #fff
}

.mbsApps {
    position: relative
}

.mbsAppsLi {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    padding-bottom: 15px;
    transition: all .3s;
}

.mbsAppsImg {
    border-radius: 50%;
    background: linear-gradient(127deg, #384dff 0, #24cdff 91%);
    border: 6px solid #fff;
    padding: 16px;
    margin-bottom: 10px;
    display: inline-block
}

.mbsAppsLi img {
    filter: drop-shadow(0 2px 2px #2d89f7)
}

.mbpTechLi {
    border: 1px solid #eee;
    background-color: #f5f5f5;
    padding: 15px;
    height: 100%;
}

.mbpTechLi div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.mbpTechLi img {
    width: 40px;
    margin-right: 15px;
}

.mbpTechLi span {
    font-size: 20px;
    font-weight: 900;
}

.mbpTechLi p {
    margin-top: 15px;
    font-size: 15px;
    color: #585858;
}

.v_drop {
    height: 100%;
    cursor: pointer;
}

.v_drop:hover .mbsAppsLi img {
    filter: drop-shadow(0 2px 2px #f09d17)
}

.v_drop:hover .mbsAppsImg {
    background: linear-gradient(127deg, #f09d17 0, #ffd38d 91%);
    border-color: #ffe4b7;
    transition-duration: .5s
}

.mbsAppsLi h3 {
    font-size: 16px;
    text-align: center;
    padding: 6px
}

.mbsAppsLi small {
    text-align: center;
    color: #f09d17
}

.mbsAppsLi:hover .mbsAppsImg div {
    display: block
}

.mbsApps .position-relative .beElem {
    content: '';
    background-color: #f7f7f7;
    border-radius: 0 0 0 12px;
    padding: 0;
    width: 100%;
    display: none;
    z-index: 999
}

.mbsApps .col-lg-v7 {
    padding: 0
}

.v_dropmenu {
    position: absolute;
    width: calc(100% - 1rem);
    top: 100%;
    left: 0;
    background: 0 0;
    padding: 1rem 0;
    margin-left: .5rem;
    margin-right: .5rem;
    z-index: 1000;
    visibility: hidden;
    opacity: 0
}

.v_dropmenu a {
    display: block;
    width: 100%;
    margin-right: 0;
    color: #222;
    font-size: 1rem;
    letter-spacing: .5px
}

.v_drop:hover .v_dropmenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-duration: .3s
}

.v_dropmenu .v_dropmenuImg {
    border-radius: 12px;
    max-height: 328px;
    float: right;
    opacity: 0
}

.v_drop:hover .v_dropmenuImg {
    opacity: 1;
    transition-duration: 1.5s
}

.v_dropmenuCont {
    padding: 16px;
    letter-spacing: .8px
}

.v_dropmenuCont h3 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px)
}

.v_drop:hover h3 {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-duration: .5s
}

.v_dropmenuCont ul {
    padding-left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px)
}

.v_drop:hover ul {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-duration: .8s
}

.v_dropmenuCont ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 500
}

.v_dropmenuCont ul li::before {
    position: absolute;
    background-image: url(../images/icons/radio.svg);
    filter: rgba(17, 17, 26, .1) 0 8px 24px, rgba(17, 17, 26, .1) 0 16px 56px, rgba(17, 17, 26, .1) 0 24px 80px;
    background-size: 100%;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px
}

.feedBwrp {
    margin-top: 60px
}

.feedCd {
    border: 1px solid #eee;
    height: 100%;
    background: #fff;
    padding: 10px 25px 35px 0;
    position: relative;
    z-index: 5
}

.feedImgLi img:first-child {
    width: 180px
}

.feedImgLi img:last-child {
    width: 32px;
    height: 32px;
    margin-top: 25px
}

.feedImgLi {
    display: flex;
    justify-content: space-between;
    padding-left: 0
}

.feedImgLi img:first-child {
    width: 180px
}

.feedCd h2 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    margin-top: -15px
}

.feedCd>div:last-child {
    font-size: 15px;
    color: #585858;
    padding-left: 25px
}

.mobRLL {
    position: relative
}

.mobRLL .row img {
    border: 1px solid #e0e0e0;
    height: 150px;
    object-fit: contain;
    background-color: #fff
}

.mobRLL .bt1 {
    border-top: 1px solid #e0e0e0
}

.mobRLL .bb1 {
    border-bottom: 1px solid #e0e0e0
}

.mobRLL .row {
    position: relative;
    z-index: 2
}

.mobRLL>img {
    position: absolute;
    border: 0;
    width: 80%;
    right: -10%;
    top: -20%
}

@media all and (min-width:992px) {
    .col-lg-v7 {
        max-width: 14%
    }
    .mbsApps::before {
        content: '';
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        border-top: 4px dotted #00d8ff;
        z-index: -1
    }
}

@media all and (max-width:992px) {
    body{
        padding-top: 63px;
    }
    .col-12.beElem {
        display: none!important
    }
    .v_dropmenuImg {
        display: none
    }
    .v_dropmenu {
        background-color: #f7f7f7;
        border: 6px solid #ffe9c5;
        border-top: 0;
        border-right: 0;
        border-radius: 0 0 0 12px;
        position: static;
        display: none;
        margin-bottom: 30px
    }
}

.apps-main-sub {
    background-color: #034c9d
}

.apps-main-sub h2 {
    color: #fdfdfd
}

.apps-main-sub h5 {
    display: inline-block;
    color: #fff;
    background: linear-gradient(to right, #2aa8ff, #4292ce);
    padding: 10px
}

.wrap-bg-fade {
    background-color: #f4f4f4
}

.mobile-app-processLi {
    box-sizing: border-box;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 3px #ccc;
    position: relative
}

.mobile-app-processLi:hover {
    border: 2px dashed #2aa8ff
}

.mobile-app-processLi:after {
    content: "";
    width: 20px;
    height: 0;
    border-bottom: 2px dashed #2aa8ff;
    position: absolute;
    right: -23.2px;
    bottom: 50%
}

.mobile-app-processLilast:after {
    display: none
}

.mobile-app-processLi img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 10px
}

.fa-android {
    color: #a3c53a
}

.fa-apple {
    color: #000
}

.fa-html5 {
    color: #ec6216
}

.mobile-app-processLi h5 {
    color: #003667;
    font-weight: 600;
    margin-top: 10px;
    font-size: .9rem
}

.mobile-app-processLi p {
    font-size: .9rem
}

.seo-table thead {
    background: #2aa8ff;
    color: #fff
}

.seo-table thead tr th:first-child {
    border-radius: 5px 0 0 0
}

.seo-table thead tr th:last-child {
    border-radius: 0 5px 0 0
}

.seo-table tr td,
.seo-table tr th {
    padding-top: 13px;
    padding-bottom: 13px
}

.webp-main-wrap .apps-main-sub {
    background: #0061ac
}

.webp-main-wrap .apps-main-sub h2 {
    color: #fff;
    font-weight: 600
}

.web-portfolio-wrap {
    background-color: #e2f1fc
}

.web-portfolio-main {
    background: 0 0
}

.hrms-li.web-portfolio-main {
    box-shadow: none
}

.h-highlight-txt {
    color: #2aa8ff
}

.web-portfolio-li {
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.web-portfolio-li:after {
    content: "\f14d";
    font-family: "font awesome 5 free";
    color: #fff;
    text-shadow: 0 3px 5px #003667;
    font-size: 1.3em;
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0
}

.web-portfolio-li:hover:after {
    opacity: 1;
    transition-duration: .5s
}

.web-portfolio-li:before {
    content: "";
    width: 7%;
    height: 300%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    transform: rotate(-45deg)
}

.web-portfolio-li:hover:before {
    opacity: 1;
    left: 150%;
    transition-duration: .5s;
    z-index: 10
}

.web-portfolio-li:hover {
    box-shadow: 0 5px 8px #ccc;
    transform: translateY(-5px);
    box-shadow: 0 3px 5px #ccc;
    transition-duration: .2s
}

.web-portfolio-li a {
    display: block;
    width: 100%
}

.web-portfolio-li img {
    max-width: 100%
}

.web-portfolio-li:hover img {
    filter: brightness(.5);
    transition-duration: .2s
}

.wp-contt {
    padding: 10px
}

.wp-contt span {
    color: #2aa8ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.wp-contt h4 {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.career-mbg {
    background-image: url(../images/career.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.career-mbg .inner-banner-sub {
    background: rgb(65, 177, 255, .5)
}

.career-openhr ul li {
    padding: 10px;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between
}

.job-openings-wrap span.job-tit-sub {
    display: block;
    font-size: .9rem;
    font-weight: 400
}

.job-openings-wrap span.job-tit-sub span {
    color: #0d6efd
}

.job-openings-wrap {
    padding: 15px 0 0 0
}

.job-openings-wrap span {
    color: #003667
}

ul.job-openings-ul {
    margin: 15px 0;
    font-weight: 700
}

ul.job-openings-ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px
}

ul.job-openings-ul li:last-child {
    border-bottom: none
}

ul.job-openings-ul li:before {
    content: "\f0b1"
}

.job-tit {
    color: #003667;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #2aa8ff;
    margin-bottom: 5px
}

.job-tit span {
    color: #003667
}

.job-li {
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 5px
}

.job-li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.hrms-li .job-li ul li:before {
    font-size: 18px;
    margin-top: 4px
}

.jobApplyform-wrap .input-group {
    margin-bottom: 15px
}

#jobApplyModal .modal-header {
    background-color: #003667;
    color: #fff
}

#jobApplyModal .modal-header button.btn-close {
    color: #fff!important
}

#jobApplyModal .modal-body {
    background-color: #f7f7f7
}

#jobApplyModal .modal-body:last-child {
    background: #fff
}

#jobApplyModal div.radio {
    display: inline-block
}

.payment-method-li h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

.payment-method-li h4 b {
    color: #003667
}

.payment-method-li span {
    display: block;
    color: #585858;
    margin-bottom: 10px
}

.payment-method-li span strong {
    color: #2aa8ff
}

.payment-method-addRight hr {
    background: #ccc
}

.payment-method-addRight address svg {
    color: #e94c5b
}

.cheque-pup span {
    display: block;
    margin-top: 5px
}

.cheque-pup span b {
    font-weight: 700;
    color: #585858
}

.dark-blue-txt {
    color: #003667
}

.blog-mbg {
    background-image: url(../images/compliance-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.blog-mbg .inner-banner-sub {
    background: rgba(0, 0, 0, .8)
}

.blog-main-section .hrms-li:first-child {
    margin-top: 0!important
}

.blog-main-section .right-softwares-wrap {
    position: static;
    background: #fff;
    border: 1px solid #eee
}

.blog-main-section .right-softwares-wrap h5 {
    padding: 10px;
    margin: 0;
    background: #e0e2e4;
    color: #333;
    border-bottom: 1px solid #fff;
    position: relative
}

.blog-main-section .right-softwares-wrap h5 .fa-chevron-down {
    position: absolute;
    right: 10px
}

.blog-main-section .right-softwares-wrap:hover svg.fa-chevron-down {
    transform: rotate(180deg);
    transition-duration: .5s
}

.blog-main-section .right-softwares-wrap ul {
    background: 0 0;
    border: none
}

.blog-main-section .right-softwares-wrap ul li:before {
    content: "\f101";
    font-family: "font awesome 5 free";
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #585858
}

.blog-main-section .right-softwares-wrap ul li {
    padding-left: 25px;
    position: relative;
    border-bottom: 2px solid #e0e2e4
}

.blog-main-section .right-softwares-wrap ul li:last-child {
    border-bottom: none
}

.blog-main-section .right-softwares-wrap ul li:hover {
    background: #fff
}

.blog-main-section .right-softwares-wrap ul li a {
    color: #333;
    max-height: 64px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-color: transparent
}

.blog-main-section .right-softwares-wrap ul li a:hover {
    background: #fff
}

.blog-li-wrap p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.blog-main-section .right-softwares-wrap ul li a.active {
    color: #e2f1fc
}

.blog-li-wrap {
    color: #71757d
}

.blog-img-li {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    max-height: 280px;
    min-height: 280px;
    display: flex;
    align-items: center
}

.blog-img-li img {
    width: 100%
}

.blog-img-li:before {
    content: "";
    width: 7%;
    height: 300%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    transform: rotate(-45deg)
}

.hrms-li:hover .blog-img-li:before {
    opacity: 1;
    left: 150%;
    transition-duration: .5s;
    z-index: 10
}

.blog-li-wrap h4 {
    margin-top: 15px;
    color: #003667;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.blog-li-wrap svg {
    color: #2aa8ff
}

.blog-details-img-li {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 350px
}

.blog-details-img-li img {
    width: 100%
}

.blog-li-wrap.blog-details-li-wrap p {
    text-overflow: all;
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: none
}

.blog-li-wrap.blog-details-li-wrap h4 {
    text-overflow: all;
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: none;
    white-space: normal
}

.blog-sidebar-toggler {
    display: none;
    margin: 15px 0;
    background: #003667;
    color: #fff
}

.latest-updates-mbg {
    background-image: url(../images/compliance.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.latest-updates-mbg .inner-banner-sub {
    background: rgba(0, 0, 0, .5)
}

.latUpdate-sidebar .right-softwares-wrap h5 {
    background: #fff
}

.recentUpdate-li {
    padding: 15px 10px
}

.latUpdate-sidebar .recentUpdate-li {
    border-bottom: 3px solid #eee
}

.latUpdate-sidebar .recentUpdate-li:last-child {
    border-bottom: 0
}

.recentUpdate-li img {
    border-radius: 4px;
    width: 100%;
    height: 199px;
    object-fit: cover
}

.recUpd-leftImg {
    border-radius: 4px
}

.receUpd-rightCont {
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.recentUpdate-li a {
    color: #333
}

.recentUpdate-li a:hover {
    color: #2aa8ff
}

.latest-update-img-li {
    margin: 10px 0 20px
}

.latest-updaWrap h4 {
    white-space: inherit
}

.latest-updaWrap h4 h6 {
    white-space: nowrap
}

.latest-updaWrap p {
    font-size: 1rem
}

.blog-li-wrap.latest-updaWrap p {
    text-overflow: visible;
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: horizontal;
    text-align: justify
}

.site-map-wrap ul {
    background-color: #e2f1fc;
    padding-left: 10px;
    border-radius: 5px
}

.site-map-bg-sub {
    background-color: #e2f1fc;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.site-map-wrap ul li {
    color: #585858
}

.site-map-wrap ul li:before {
    content: "\f111";
    font-family: "font awesome 5 free";
    margin-right: 10px;
    font-size: .8rem;
    color: #003667;
    font-weight: 700;
    display: block;
    transform: translateY(2px)
}

.site-map-wrap ul li a {
    color: #585858
}

.site-map-wrap ul li a:hover {
    color: #2aa8ff;
    text-decoration: underline
}

.site-map-social-links a {
    color: #003667;
    padding: 10px;
    border-radius: 5px
}

.site-map-social-links a:hover {
    color: #2aa8ff;
    background: #f4f4f4
}

.contact-mbg {
    background-image: url(../images/contact-us1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.contp-main-sub {
    background: #e2f1fc;
    border-bottom: 1px solid #eee
}

.contact-cont-li {
    padding: 32px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    height: 100%
}

.contli-rightborder {
    position: relative
}

.contli-rightborder:after {
    content: "";
    width: 1px;
    background: #eee;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.contact-cont-li.contact-cont-li-add {
    margin-top: 5px;
    margin-bottom: 0;
    border-top: 1px solid #eee
}

.contact-cont-li svg {
    color: #2aa8ff;
    margin-bottom: 20px
}

.contact-cont-li a {
    color: #333
}

.contact-cont-li a:hover {
    color: #2aa8ff
}

.contact-main-form {
    padding: 25px 0;
    border-radius: 5px
}

.contact-main-sub {
    padding: 0 15px
}

.contact-main-sub .form-group {
    margin-bottom: 15px
}

.contact-main-sub input[type=button] {
    background-color: #01bd6f;
    color: #fff;
    border: 0
}

.contact-enq-wrap {
    height: 100%
}

.contact-enq-sub {
    border-radius: 5px;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2em 3em 2em 3em
}

.contact-enq-sub h2 {
    color: #0b163f;
    font-weight: 700;
    border-bottom: 0
}

.contact-main-sub label {
    color: #0b163f;
    font-weight: 800;
    font-size: 14px
}

.contact-main-sub p {
    font-size: 16px;
    color: #585858
}

.contact-enq-sub input[type=button].form-control {
    padding: 15px 30px;
    background: linear-gradient(135deg, #29a4d5 0, #3c4bdf);
    margin-top: 10px;
    color: #fff;
    font-weight: 700
}

.contact-enq-sub input[type=button]:hover {
    background: linear-gradient(135deg, #3c4bdf 0, #29a4d5);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .1);
    transition-duration: .3s
}

.contact-enq-sub input.form-control,
.contact-enq-sub textarea.form-control {
    background-color: #f2f6f9;
    border-color: #f2f6f9;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    color: #0b163f;
    font-size: 14px
}

.contact-enq-sub .form-control:foucs {
    outline: 0
}

.feedback-mbg {
    background-image: url(../images/feedback-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.feedback-bg {
    background: linear-gradient(#71a0d6, #71a0d6)
}

.feedbL-img {
    height: 350px;
    object-fit: contain
}

.hrms-li h2.feedbTit {
    font-size: 2rem;
    font-weight: 700;
    color: #003667
}

.feedback-bg .hrms-li {
    background: #fff;
    box-shadow: 0 5px 8px #585858;
    border-radius: 5px
}

.feedback-bg input[type=button] {
    background: #01bd6f;
    color: #fff
}

.about-mbg {
    background-image: url(../images/about-us.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.ht-modal-ul li {
    list-style: disc;
    font-size: .9rem
}

.about-mbg .inner-banner-sub {
    background: rgba(0, 0, 0, .7)
}

.aboutUs-lis h2 {
    color: #333;
    margin: 10px 0;
    padding-bottom: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.aboutUs-lis:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    transition-duration: .5s
}

.aboutUs-lis:hover h2 {
    color: #2aa8ff
}

.aboutSM-toggle span:last-child {
    display: none
}

.aboutUs-lis p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify
}

.aboutUs-lis p.custLineEllipsis-rist {
    overflow: visible;
    text-overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: none
}

.aboutUsReach {
    background-color: #fff;
    text-align: center;
    padding: 50px 0
}

.aboutUsReach h5 {
    color: #f9354c;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 25px
}

.aboutUsReach h2 {
    margin: 15px 0 40px 0;
    font-weight: 800;
    letter-spacing: .5px
}

.aboutUsOreachWrap {
    margin: 0 -15px
}

.ourReachLi {
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px;
    margin: 15px;
    text-align: center
}

.life-at-cfcs-mbg {
    background-image: url(../images/lifeat-bg.jpg);
    background-size: cover;
    background-position: center
}

.life-at-cfcs-mbg .inner-banner-sub {
    background: rgba(42, 168, 255, .8)
}

.lifeat-wrap ul li:before {
    display: none
}

.lifeat-wrap .nav-link {
    border: 1px solid #eee;
    background: #f7f7f7;
    color: #333;
    border-radius: 30px;
    margin-right: 10px
}

.lifeat-wrap .nav-link.active {
    border: 2px solid #2aa8ff;
    background: #2aa8ff
}

.lifeat-wrap .nav-link:focus {
    outline: 0
}

.wrap-img-fullMtop {
    margin-top: 19px
}

.img-wrapper {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden
}

.img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #e2f1fc
}

.img-overlay {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}

.img-overlay:hover {
    cursor: zoom-in
}

.img-overlay i {
    display: none
}

#overlay {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#overlay img {
    margin: 0;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 5%;
    max-width: 70%
}

.mbClogo {
    margin: 0 7.5px 15px 7.5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff
}

.mcCtit {
    font-weight: 800;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.mcCtit svg {
    color: #3469ff
}

.CusBanner {
    background-color: #0b163f;
    background-image: url(../images/dots_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 100px
}

.CusBn {
    padding: 120px 0;
    color: #fff
}

.CusBn h1 {
    font-weight: 900;
    font-size: 60px;
    color:#fff
}

.CusBn p {
    font-size: 20px;
    color: #eaf3fb
}

.CusContFrm {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .1);
    margin-top: 80px
}

.CusContLi {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .1);
    padding: 1em;
    border-radius: 3px 3px 3px 3px;
    height: 100%;
    text-align: center
}

.CusContLi h5 {
    margin: 10px 0;
    font-weight: 600;
    color: #0b163f
}

.CusContLi a,
.CusContLi span {
    color: #696969;
    display: block
}

.CusCont .row>div:first-child .CusContLi span {
    font-size: 14px
}

.CusContLi a:hover {
    color: #0074bb
}

.CusContLi img {
    margin-top: -4em
}

@media (min-width:768px) and (max-width:900px) {
    .b_slick img {
        height: 67vh;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@media all and (max-width:768px) {
    .v_drop ul {
        margin-bottom: 0
    }
    .v_dropmenu {
        padding: 0
    }
    .v_dropmenuCont h3 {
        display: none
    }
    .v_dropmenuCont ul li {
        font-size: 14px
    }
    .appFooter.footer {
        padding: 40px 0
    }
    .mcCtit {
        margin-top: 30px
    }
    .appOdometer {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 20px;
        padding: 8px
    }
    .appOdometer .odometer {
        font-size: 1.5rem
    }
    .appOdometer h5 {
        font-size: 10px
    }
    .appFooter.footer .footer-address-li,
    .appFooter.footer ul li a {
        font-size: 13px
    }
    .appFooterBottom.footer-bottom {
        font-size: 12px
    }
    .rr-li h4 {
        font-size: 18px
    }
    .AndAdv h2,
    .AndAppWhy .container-fluid>h2,
    .rc-serv h2 {
        font-size: 22px;
        line-height: 30px
    }
    .AndAdv p {
        font-size: 16px
    }
    .r-langs-cont ul h3 {
        margin-left: 10px
    }
    .r-langs-cont ul {
        flex-direction: column
    }
    .AndAdv .col-lg-5>img {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px
    }
    .appWhli {
        display: flex;
        flex-direction: row-reverse;
        text-align: left
    }
    .mbFeatur {
        display: flex;
        align-items: center
    }
    .mbAppMain {
        padding-bottom: 0
    }
    .mbAward {
        padding: 25px 0
    }
    .mbSectors,
    .mbappTech {
        padding: 10px 0 30px 0
    }
    .mbSedLi img {
        width: 60px;
        margin: auto
    }
    .mbAaradP::before {
        font-size: 25px
    }
    .clutch-widget,
    .good_firms,
    .mAppUSPmain script {
        display: none
    }
    .mbFeatur img {
        filter: sepia()
    }
    .appWhli img,
    .appWhli svg {
        margin-left: 0;
        margin-right: 10px
    }
    .AndAppCt img {
        width: 100%
    }
    .rbc {
        width: 80%;
        left: 2%
    }
    .AndroidmobileAppbanner img {
        margin-top: 40px
    }
    .mbTit {
        margin: 30px 0 20px 0;
        font-size: 25px
    }
    ol.process-chart {
        border-top: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff
    }
    ol.process-chart>li:first-child {
        margin: -1em 0 1em 0
    }
    .mbTit span {
        font-size: 30px
    }
    .mbSectors .fiveCols {
        display: block;
        margin-bottom: 12px
    }
    .good_firms {
        margin-bottom: 20px
    }
    .mbAaradP, .mbAaradP span {
        font-size: 16px
    }
    .b_slickWrp {
        display: none
    }
    .b_slick {
        max-width: 300px
    }
    .b_slick .slick-dots {
        right: -35px
    }
    .mbAppCont {
        text-align: center
    }
    .mbAboutMain {
        padding-top: 0
    }
    .mbAboutMain p,
    .mbFeatur,
    .mbSedLi span {
        font-size: 14px
    }
    .AndAdvLi>div,
    .mbsAppsLi h3,
    .uspLi span {
        font-size: 16px
    }
    .mbSectors .fiveCols {
        padding: 0 6px
    }
    .mbSedLi {
        padding: 30px 5px
    }
}

@media all and (max-width:470px) {
    .r-langs-cont ul {
        padding: 1rem .5rem
    }
}

@media screen and (min-width:768px) {
    #overlay img {
        width: auto
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: auto
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity .8s
}

@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em
    }
}

@media all and (max-width:1250px) {
    .career-openhr ul li {
        font-size: 12px;
        flex-direction: column
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .wp-contt h4 {
        font-size: 15px
    }
    .wp-contt span {
        font-size: 14px
    }
}

#nextButton:hover {
    opacity: .7;
    cursor: pointer
}

@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity .8s
}

#prevButton:hover {
    opacity: .7;
    cursor: pointer
}

@media screen and (min-width:768px) {
    #prevButton {
        font-size: 3em;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity .8s;
    position: absolute;
    top: 15px;
    right: 15px
}

#exitButton:hover {
    opacity: .7;
    cursor: zoom-out
}

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em
    }
}

.google-adwords-mbg {
    background-image: url(../images/google-adwords.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: shrink 10s infinite alternate;
    animation-name: bgzooming
}

.g-adb-wrap {
    display: flex;
    justify-content: center
}

.g-adb-wrap img {
    width: 150px
}

.g-adword-li {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    min-height: 90%;
    padding: 20px 10px 15px 10px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.g-adword-li img {
    width: 30%
}

.g-adword-li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 15px solid #003667;
    border-right: 15px solid #003667;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-radius: 0 5px 0 0
}

.g-adword-li:after {
    content: "";
    width: 20%;
    height: 12%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #2aa8ff;
    border-bottom: 2px solid #2aa8ff;
    border-radius: 0 0 0 5px
}

.g-adword-li:hover:after {
    left: -50%;
    bottom: -50%;
    transition-duration: 2s
}

.g-adword-li:hover:before {
    top: -50%;
    right: -50%;
    transition-duration: 2s
}

.g-adword-li h5 {
    color: #2aa8ff
}

.g-adword-li:hover {
    background: #fff;
    transition-duration: .2s
}

.g-adword-li:hover img {
    transform: scale(.8);
    transition-duration: .2s
}

.hworks-li .g-adword-li {
    background-color: #f4f4f4;
    min-height: 95%
}

.hworks-li .g-adword-li:hover {
    background-color: #fff
}

.hworks-li .g-adword-li:hover svg {
    color: #999
}

.hworks-li .g-adword-li h5 {
    color: #003667
}

.hworks-li .g-adword-li svg {
    color: #2aa8ff
}

.hworks-li .g-adword-li:before {
    display: none
}

.hworks-li .g-adword-li:after {
    display: none
}

.smo-mbg {
    background-image: url(../images/smo-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: shrink 10s infinite alternate;
    animation-name: bgzooming
}

.smopricingTable {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px
}

.smopricingTable:hover {
    background-color: #fff!important;
    transition-duration: .2s
}

.smopricingTable .title {
    color: #fff;
    margin-left: -22px;
    margin-right: -22px;
    border-radius: 4px
}

.smopricingTable .offer-value span:first-child {
    font-size: 1.5rem;
    display: block
}

.smopricingTable ul li {
    font-size: .9rem;
    padding: 0;
    text-align: left
}

.smopricingTable ul li:before {
    font-size: 1rem;
    margin-top: 3px
}

.smopricingTable a:hover {
    text-decoration: none
}

.smopricingTable a button {
    display: inline-block
}

.smopricingTable a button:hover {
    background-color: #333
}

.smopricingTable.stp-1 {
    background-color: #fdd5d6
}

.smopricingTable.stp-1 .title {
    background-color: #e9676c
}

.smopricingTable.stp-1 ul li:before {
    color: #e9676c
}

.smopricingTable a .stp1-btn {
    background-color: #e9676c;
    color: #fff
}

.smopricingTable.stp-2 {
    background-color: #e2f5c6
}

.smopricingTable.stp-2 .title {
    background-color: #9dc169
}

.smopricingTable.stp-2 ul li:before {
    color: #9dc169
}

.smopricingTable a .stp2-btn {
    background-color: #9dc169;
    color: #fff
}

.smopricingTable.stp-3 {
    background-color: #dffbfa
}

.smopricingTable.stp-3 .title {
    background-color: #4ad8d4
}

.smopricingTable.stp-3 ul li:before {
    color: #4ad8d4
}

.smopricingTable a .stp3-btn {
    background-color: #4ad8d4;
    color: #fff
}

.smopricingTable.stp-4 {
    background-color: #fff1bd
}

.smopricingTable.stp-4 .title {
    background-color: #efc633
}

.smopricingTable.stp-4 ul li:before {
    color: #efc633
}

.smopricingTable a .stp4-btn {
    background-color: #efc633;
    color: #fff
}

.smo-tabs-wrap .nav-link {
    color: #2aa8ff
}

.smo-tabs-wrap table {
    margin-top: 20px
}

.smo-tabs-wrap table thead {
    background: linear-gradient(#37b6d2, #49d6d4);
    color: #fff
}

.smo-tabs-wrap table thead th {
    font-weight: 400
}

.smo-tabs-wrap table .fa-check {
    color: #efc633
}

.smo-tabs-wrap table .fa-times {
    color: #e9676c
}

.soft-solution-li {
    padding: 15px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #333;
    min-height: 221px
}

.soft-solution-li:hover {
    color: #fff
}

.soft-solution-li:hover .text-secondary {
    color: #f4f4f4!important
}

.soft-solution-li h4 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.3rem
}

.soft-solution-li:hover h4 {
    transition-duration: .2s
}

.soft-solution-li button {
    display: block;
    margin: auto;
    background: #2aa8ff;
    color: #fff;
    border: 1px solid #eee
}

.soft-solution-li button:hover {
    color: #fff;
    background-color: #333
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #2aa8ff;
    border-radius: 0 4px 0 32px
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: #fff;
    font-family: courier, sans
}

.card1 {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #2aa8ff;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform .25s ease-out
}

.card1:hover:before {
    transform: scale(30)
}

.web-presence .i_served2 .slick-arrow {
    display: none!important
}

.our-client {
    background: #2aa8ff
}

.our-client h2 {
    color: #fff
}

.our-client .i_served button {
    background: 0 0;
    color: #fff
}

.footer {
    background: #1a2430
}

.footer h5 {
    color: #3dbcf5
}

.footer-about {
    text-align: justify
}

.footer-address-li li:first-child {
    text-indent: -15px;
    padding-left: 15px
}

.footer ul {
    padding: 0;
    line-height: 30px
}

.footer ul:last-child {
    padding: 0
}

.footer ul li a {
    color: #fff
}

.footer ul li a:hover {
    color: #2aa8ff
}

.footer ul li svg {
    color: #3dbcf5
}

.footer form input {
    border: 0;
    border-bottom: 1px solid #3dbcf5;
    padding-left: 0;
    background: 0 0;
    border-radius: 0;
    color: #fff!important
}

.footer form input:focus {
    background: 0 0;
    outline: 0;
    box-shadow: none
}

.footer form input::placeholder {
    color: #fff
}

.footer form textarea {
    border: 0;
    border-bottom: 1px solid #3dbcf5;
    padding-left: 0;
    background: 0 0;
    color: #fff!important;
    border-radius: 0
}

.footer form textarea:focus {
    background: 0 0;
    outline: 0;
    box-shadow: none
}

.footer form textarea::placeholder {
    color: #fff
}

.footer form button {
    width: 100%;
    border: 0;
    background: #2aa8ff;
    margin-top: 5px
}

.footer form button:hover {
    color: #fff;
    background: #2aa8ff!important;
    background: 0 0;
    border-radius: 0
}

.footer form button:focus {
    outline: 0;
    box-shadow: none
}

.footer-links-wrap li:nth-child(1) {
    white-space: nowrap
}

.footer-bottom {
    background: #05294a;
    color: #fff
}

.footer-cfcs-nm {
    font-family: impact
}

.whoWr {
    padding: 80px 0
}

.whoWr h2 {
    font-weight: 800;
    color: #0b163f
}

.whoWr p {
    font-size: 16px;
    color: #585858
}

.whIMGWrp {
    display: flex
}

.whIMGWrp div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -40px
}

.whIMGWrp div:last-child img:first-child {
    border: 12px solid #f7f7f7;
    border-radius: 30px;
    box-sizing: content-box;
    margin: 20px 0
}

.whIMGWrp div:last-child img:last-child {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.whIMGWrp img {
    border-radius: 12px
}

.v_whatWeDo {
    background-color: #fff;
    padding: 80px 0
}

.v_whatWeDo h2 {
    font-weight: 800;
    color: #0b163f;
    text-align: center;
    margin-bottom: 50px
}

.wwDli {
    border-radius: 12px;
    padding: 2em;
    height: 100%;
    text-align: center;
    color: #585858;
    box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0
}

.wwDli img {
    width: 90px;
    border-radius: 50%;
    background-color: #f7f7f7;
    box-shadow: rgba(50, 50, 93, .05) 0 30px 60px -12px inset, rgba(0, 0, 0, .05) 0 18px 36px -18px inset;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: -50px
}

.wwDli h5 {
    font-weight: 600;
    letter-spacing: .7px
}

.oCSnote,
.wwDli p {
    font-size: 16px;
    margin-bottom: 0
}

.oCSnote {
    background-color: rgb(229 246 253);
    padding: 30px 20px;
    border-radius: 12px;
    color: rgb(1 67 97);
    margin-top: 10px
}

.v_customer {
    position: relative;
    background-color: #fff;
    padding-bottom: 80px
}

.v_customer::before {
    content: url(../images/v_custBGshape.png);
    position: absolute;
    right: 0
}

.v_customer>div {
    position: relative;
    z-index: 3
}

.v_customer small {
    color: #f9354c;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 25px
}

.v_customer h2 {
    font-weight: 800;
    letter-spacing: .5px
}

.v_customer img {
    border-radius: 12px;
    margin-top: 20px;
    width: 100%;
    height: 110px;
    object-fit: contain;
    background-color: #fff;
    position: relative;
    border: 1px solid #eee;
    z-index: 2
}

.v_custSSin {
    margin-right: 20px
}

.v_custSLick .slick-arrow {
    border: 1px solid #eee;
    outline: 0;
    background-color: #fff;
    border-radius: 50%;
    color: #05294a;
    line-height: 1;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -40px;
    right: 10px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.v_custSLick .slick-arrow.slick-prev {
    right: 60px
}

.v_custSLick .slick-dots {
    display: flex;
    margin: 0;
    margin-top: 20px;
    padding: 0
}

.v_custSLick .slick-dots button {
    border: none;
    background-color: rgb(209 209 209);
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    outline: 0;
    font-size: 0
}

.v_custSLick .slick-dots .slick-active button {
    background: linear-gradient(123deg, #f9354c, #f998a6);
    width: 40px;
    border-radius: 12px
}

.v_hvlus {
    padding: 80px 0
}

.v_hvlus .v_valuFounwrp {
    border-radius: 12px;
    position: sticky;
    top: 100px;
    text-align: center
}

.v_hvlus .v_valuFounwrp img {
    border-radius: 12px
}

.v_valuFounwrp span {
    display: block;
    font-weight: 700;
    margin-top: 5px
}

.v_hvlus h5 {
    color: #f9354c;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 25px
}

.v_hvlus h2 {
    margin: 10px 0;
    font-weight: 800;
    letter-spacing: .5px
}

.v_hvlus p {
    font-size: 16px;
    color: #585858
}

.v_vlauPwrp span {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
    margin-right: 10px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px
}

.v_vlauPwrp span b {
    background-color: #000;
    border-radius: 12px;
    font-size: 25px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff
}

.v_vlauPwrp span:first-child b {
    background-color: #3be095
}

.v_vlauPwrp span:nth-child(2) b {
    background-color: #fc4c85
}

.v_vlauPwrp span:nth-child(3) b {
    background-color: #525bff
}

.v_vlauPwrp span:nth-child(4) b {
    background-color: #0b163f
}

.v_vlauPwrp span:nth-child(5) b {
    background-color: #f25767
}

.v_talentCr {
    background-image: url(../images/v_tcare.jpg);
    background-size: 100%;
    background-position: bottom;
    background-color: #fff;
    padding: 80px 0;
    text-align: center
}

.v_talentCr h5 {
    color: #f9354c;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 25px
}

.v_talentCr h2 {
    margin: 15px 0;
    font-weight: 800;
    letter-spacing: .5px
}

.v_talentCr p {
    font-size: 16px;
    color: #585858
}

.v_talentCr p:last-child {
    margin-bottom: 0
}

@media (max-width:1600px) {
    .our-software-icon {
        top: -15%;
        left: 22%
    }
}

@media (max-width:1200px) {
    #carouselExampleCaptions img.d-block {
        display: inline-block;
        transform: translateX(-30px)
    }
    #carouselExampleCaptions .carousel-item {
        padding-top: 30px
    }
    .home-ourReach h5 {
        font-size: 15px
    }
    .home-ourReach h5 img {
        width: 20px
    }
}

@media (max-width:1040px) {
    .our-software-icon {
        top: -15%;
        left: 16%
    }
}

@media (max-width:991px) {
    .CusContLi {
        height: auto;
        margin-top: 80px
    }
    p {
        font-size: 12px
    }
    .top-bar {
        font-size: 12px
    }
    .our-software-icon {
        top: -15%;
        left: 25%
    }
    .home-ourReach h5 {
        font-size: 12px;
        padding: 5px
    }
    .world-map-img {
        height: 320px
    }
    .menu .dropdown-menu {
        padding: 10px 0;
        margin-top: 0;
        border: 1px solid #eee;
        box-shadow: none
    }
    .enquiry-fixed-form {
        width: 50%
    }
}

@media all and (min-width:768px) {
    .blog-main-section .right-softwares-wrap h5 .fa-chevron-down {
        display: none
    }
}

@media (max-width:768px) {
    .CusCont .row>div:first-child .CusContLi span {
        font-size: 13px;
        margin-bottom: 10px
    }
    .CusContLi {
        font-size: 13px;
        height: 75%
    }
    .CusContLi img {
        max-width: 70%
    }
    .v_whatWeDo h2 {
        margin-bottom: 15px
    }
    .v_vlauPwrp span {
        width: 100%
    }
    .v_custSSin {
        margin-left: 10px;
        margin-right: 10px
    }
    .v_customer::before {
        display: none
    }
    .v_whatWeDo .col-lg-4 {
        margin-top: 30px
    }
    .v_customer,
    .v_hvlus,
    .v_talentCr,
    .v_whatWeDo,
    .whoWr {
        padding: 30px 0
    }
    .whoWr h2 {
        margin-top: 20px
    }
    .CusBn h1 {
        font-size: 2em
    }
    .CusBn p {
        font-size: 1em
    }
    .CusContFrm {
        margin-bottom: 60px
    }
    .contact-enq-sub {
        padding: 2em 1em
    }
    .mobApp_breadcrumb {
        font-size: 14px
    }
    .mobApp_breadcrumb img {
        width: 16px
    }
    .mbAppCont h1 {
        font-size: 32px
    }
    .mbAppCont p {
        font-size: 14px
    }
    .career-openhr ul li {
        font-size: 15px;
        flex-direction: row
    }
    .fbRRow {
        display: block
    }
    .feedbL-img {
        display: none
    }
    .carousel-control-prev-icon {
        transform: translateX(10px)
    }
    .carousel-control-next-icon {
        transform: translateX(-10px)
    }
    .tblWrap {
        overflow-x: scroll;
        font-size: 10px
    }
    .home-ourReach h5 {
        font-size: 1.15rem
    }
    .home-ourReach img {
        width: 35px
    }
    .modal-large .modal-dialog {
        max-width: 100%
    }
    .our-software-icon {
        top: -15%;
        left: 21%
    }
    .smo-tabs-wrap .tab-pane {
        overflow-x: scroll
    }
    .mobile-app-processLi:after {
        display: none
    }
    .mobile-app-processLi {
        margin-bottom: 15px
    }
    .top-bar .row {
        display: flex;
        justify-content: space-between
    }
    .top-bar .row div {
        width: auto;
        display: inline-block
    }
    .top-bar .social-media:last-child {
        margin-right: -8px
    }
    .top-bar .row .col-md-6.text-md-center {
        display: none
    }
    #carouselExampleCaptions button.btn {
        transform: translateY(-20px)
    }
    .blog-main-section .right-softwares-wrap>ul {
        display: none
    }
    .blog-sidebar-toggler {
        display: block
    }
    .blog-main-section .col-md-3 {
        background: #f4f4f4
    }
}

@media (max-width:767px) {
    .our-software-icon {
        top: -15%;
        left: 35%
    }
    .enquiry-fixed-form {
        width: 85%
    }
    .world-map-img {
        height: 300px
    }
    .cal-to-action {
        flex-direction: column;
        text-align: center
    }
    .cal-to-action span a.float-end {
        float: none!important;
        margin-bottom: 15px
    }
    .web-slider-wrap {
        padding: 0 15px
    }
    .cal-to-action span {
        padding-top: 15px
    }
    .section-cta {
        min-height: 200px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center
    }
}

@media (max-width:480px) {
    .our-software-icon {
        top: -15%;
        left: 20%
    }
    .parallax-portal {
        text-align: center
    }
    .world-map-img {
        height: 200px
    }
    .testimonial .fa-quote-left {
        display: none
    }
    .testimonial .slide.ps-4 {
        padding-left: 0!important
    }
}