@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body,
p {
    font-weight: 400
}

::selection{
user-select: none;
}

.bg-gray,
.cry_ser,
.expert-solution .tab-pane,
.ourservices,
.ourspecialty,
.ppr_sec,
.secc_fec,
.unparalleled_sec,
.wcat_card {
    position: relative
}

.text,
body {
    line-height: 1.5
}

.em_card:after,
.mfi,
.ppr_sec:before {
    pointer-events: none
}

.cc_num,
.counter_card ul li strong *,
.wcat_card span strong em {
    font-style: normal
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

p {
    line-height: 1.6;
    font-size: .95rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

.fa-1_2x {
    font-size: 1.2rem
}

@media (min-width:1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:992px) {
    .mobile-menu .ma5menu__toggle {
        display: none;
        margin-top: 0
    }
}

.text-skype {
    color: #03a9f4
}

.text-success {
    color: #55cd6c !important
}

.btn-theme {
    background: #ee4f77 !important;
    color: #fff !important
}

.btn-theme-shadow {
    box-shadow: 0 8px 24px rgba(238, 79, 118, .47)
}

.btn {
    font-weight: 500;
    border-radius: 50px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: .2s;
    font-size: 16px;
    width: fit-content;
    outline: 0 !important
}

.btn-sm {
    font-weight: 400;
    padding: 8px 20px;
    font-size: 14px
}

.btn:hover {
    opacity: .9
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none
}

.bg-gray {
    background-color: #f5f5f5;
    z-index: 1
}

.bg-gray-b {
    background-color: #f4f7fc
}

.btn-animation {
    box-shadow: 0 0 0 0 rgb(239 88 125 / 40%);
    -webkit-animation: 1.5s infinite power1
}

@-webkit-keyframes power1 {
    70% {
        box-shadow: 0 0 0 30px rgba(239, 88, 125, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 88, 125, 0)
    }
}


#get-quote h2 ~ p {
    display: none;
}


.aboutbox {
    text-align: center;
    margin-bottom: 45px;
    padding: 30px 45px 0;
    background: #daeffc;
    border-radius: 25px;
    border: 1px solid #6fbff1
}

.aboutbox h2 {
    color: #3c3c3c;
    margin-bottom: 15px
}

.aboutbox p {
    margin-bottom: 20px
}

.aboutbox .arrow {
    background: #ee4f77;
    padding: 5px 16px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 13px
}

.aboutstats p {
    color: #828282;
    max-width: 500px;
    margin: 0 auto 30px
}

.ourservices:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 350px;
    background: #e9e9e9;
    top: 0;
    z-index: -1
}

.mobileappbox {
    border-radius: 25px;
    min-height: 504px;
    text-align: center;
    background: linear-gradient(#f52a5c 0, #ee4f76 100%)
}

.ourservices .tpbar {
    background: rgba(255, 255, 255, .25);
    padding: 15px;
    border-radius: 20px
}

.comapnylabel .card,
.socialbar a {
    background: #fff;
    text-align: center
}

.ourservices .tpbar ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(8, 1fr)
}

.ourservices ul.servtb .nav-link {
    position: relative;
    transition: .2s;
    opacity: .5;
    border: 2px solid transparent;
    padding: 0;
    background: 0 0
}

.ourservices ul.servtb {
    border: none
}

.ourservices ul.servtb .nav-link img {
    border: 2px solid transparent;
    border-radius: 12px;
    transition: .2s
}

.ourservices ul.servtb .nav-link.active {
    transform: scale(1.3);
    opacity: 1
}

.ourservices ul.servtb .nav-link.active img {
    border-color: rgba(255, 255, 255, .25)
}

.comapnylabel {
    background: #ee4f76;
    padding: 15px 0
}

.comapnylabel .card {
    display: block;
    border-radius: 10px;
    width: 100%;
    padding: 20px 15px;
    border: 0
}

.comapnylabel .card img {
    filter: brightness(0);
    display: inline-block;
    margin: 0 30px
}

.socialbar {
    background: #141516;
    padding: 25px 0
}

.socialbar h5 {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    color: #fff
}

.sociallink {
    display: inline-block;
    margin: 0 5px
}

.socialbar a {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    transition: .5s;
    font-size: 16px
}

.socialbar a.facebook {
    color: #2374e1
}

.socialbar a.facebook:hover {
    background-color: #2374e1
}

.socialbar a.twitter:hover {
    background-color: #1da1f2
}

.socialbar a.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.socialbar a.pinterest:hover {
    background-color: #bd081c
}

.socialbar a.linkedin {
    color: #0077b5
}

.socialbar a.linkedin:hover {
    background: #0077b5
}

.socialbar a.instagram {
    color: #db16b4
}

.footer .copyright p a,
.socialbar a:hover {
    color: #fff
}

.footer {
    background: #181818
}

.footer h3 {
    color: #fff;
    font-size: 18px;
    margin: 30px 0 24px;
    position: relative;
    padding-bottom: 14px
}

.footer h3:after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    height: 1.5px;
    background: #0585ec;
    bottom: 0
}

#get-quote ul,
.footer ul.footlink {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer ul.footlink li {
    margin: 7px 0
}

.footer ul.footlink li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 4px 0;
    line-height: 1.6;
    display: block;
    opacity: .7;
    transition: .2s
}

#get-quote .slider:hover,
.footer ul.footlink li a:hover,
.whh_card:hover {
    opacity: 1
}

.footer ul.footlink.cntlist li a {
    display: flex;
    align-items: center
}

.footer ul.footlink.cntlist li i {
    margin-top: 2px;
    margin-right: 10px
}

.footer p.cmprate {
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.footer p.cmprate .fa-star {
    color: #ff0;
    margin: 0 2px
}

.footer .copyright {
    background: #141516;
    padding: 20px 0;
    text-align: center
}

.footer .copyright p {
    margin: 0;
    color: #9d9d9d;
    font-size: 14px
}

.customeraboutsay .heading {
    background: #1668e2;
    margin-bottom: 110px
}

.customeraboutsay h2 {
    background: #fff;
    display: inline-block;
    font-size: 24px;
    color: #3c3c3c;
    padding: 2px 50px
}

.customeraboutsay .whitebox {
    position: relative;
    border-radius: 15px;
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid;
    margin-top: 2rem
}

.customeraboutsay .ttimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    min-height: 80px
}

.customeraboutsay .whitebox:before {
    content: "\f10d";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    left: 20px;
    top: -30px;
    position: absolute;
    font-size: 60px;
    line-height: 1;
    color: #ee4f76
}

.customeraboutsay .whitebox span {
    font-weight: 400;
    display: block
}

.customeraboutsay .whitebox p {
    font-weight: 500;
    color: #3c3c3c;
    font-size: 14px;
    margin: 1rem 0
}

.p-faqs .accordion-button {
    text-align: left;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: 600;
    padding: 20px;
    width: 100%;
    box-shadow: none;
    background: 0 0
}

.p-faqs .card {
    margin-bottom: 20px;
    border-radius: 10px
}

.p-faqs .card-body {
    padding: 15px 40px 15px 15px;
    color: #828282;
    font-weight: 400;
    border-top: 1px solid #3333
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem
}

#get-quote .modal-content {
    border-radius: 14px;
    border: none
}

#get-quote .close {
    outline: 0;
    font-size: 24px;
    transition: .5s;
    width: 26px;
    height: 41px;
    right: 30px;
    top: 25px;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    position: absolute !important;
    z-index: 9;
    background: 0 0;
    border: 0
}

#get-quote.modal {
    z-index: 9999
}

#get-quote .close img {
    transform: rotate(45deg);
    width: 100%;
    filter: invert(.8)
}

#get-quote .modal-body {
    padding: 50px;
    position: relative
}

#get-quote .modal-body h2 {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 27px
}

#get-quote .modal-title {
    max-width: 210px
}

#get-quote .attach-btn strong img,
#get-quote .modal-title img {
    width: 100%
}

#get-quote .modal-body p {
    width: calc(100% - 100px);
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #828282
}

#get-quote .form-group {
    margin-bottom: 1.3rem
}

#get-quote .form-control {
    height: auto;
    border: none;
    border-bottom: 1px solid #828282;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 9px 0;
    min-height: 43px;
    background: 0 0;
    font-size: 15px
}

#get-quote .form-control:focus {
    border-color: #ee4f76
}

.modal-conatiner {
    padding: 43px;
    background-color: #f5f5f5;
    border-radius: 37px;
    margin-top: 40px
}

#get-quote .slidecontainer {
    margin: 0 0 15px
}

#get-quote .slidecontainer input[type=range] {
    cursor: pointer
}

#get-quote h5 {
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
    color: #1668e2;
    font-weight: 500
}

#get-quote ul li {
    width: 33%;
    display: inline-block;
    text-align: left;
    margin: 5px 0 0
}

#get-quote ul li label {
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    cursor: pointer
}

#get-quote .custom-checkbox .custom-control-label::before {
    border-radius: 0
}

#get-quote .cp-t {
    margin-top: 12px
}

.modal-conatiner .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    font-weight: 500
}

#get-quote .input label,
.ranking_box ul li:last-child {
    margin-bottom: 0
}

#get-quote .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 12px
}

#get-quote .attach-btn strong {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px
}

#get-quote .attach-btn span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #828282;
    line-height: 1.1;
    margin-top: 8px
}

#get-quote .attach-btn {
    border: 1px dashed gray;
    color: #1668e2;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    line-height: 18px;
    border-radius: 12px
}

#get-quote .upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

#get-quote .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background: #3c3c3c;
    outline: 0
}

#get-quote .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1668e2;
    cursor: pointer
}

#get-quote .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1668e2;
    cursor: pointer
}

.btn-close {
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 1
}

form label {
    font-size: 14px;
    margin-bottom: 4px
}

.form-control {
    border: 0;
    border-radius: 5px;
    font-weight: 500;
    padding: 9px 20px;
    box-shadow: none !important;
    outline: 0
}

section {
    padding: 90px 0
}

.radius_10,
.radius_10 * {
    border-radius: 15px !important
}

.mcb_teetx p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify
}

section.counter_sec {
    padding: 0 200px;
    margin-top: -50px;
    z-index: 9;
    position: relative
}

.counter_card {
    background: #fff;
    border-radius: 15px;
    display: block;
    padding: 25px 10px;
    max-width: 720px
}

.counter_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.counter_card ul li h6 {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 16px
}

.counter_card ul li strong {
    font-weight: 800;
    font-size: 38px;
    display: block;
    text-align: center;
    line-height: 1.1
}

.counter_card ul li strong.text-primary,
.counter_card ul li strong.text-primary * {
    color: #2072ef
}

.counter_card ul li strong.text-success,
.counter_card ul li strong.text-success * {
    color: #37c99e !important
}

.counter_card ul li strong.text-orange,
.counter_card ul li strong.text-orange * {
    color: #f76031
}

.magento_wrapper {
    background: #f5f5f5
}

.card {
    border: 0;
    border-radius: 15px;
    position: relative
}

.sec_title h2 {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 1.7rem
}

.sec_title h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    padding-top: 10px
}

.sec_title h2>small {
    font-size: 70%;
    font-weight: 700;
    color: #000 !important
}

.sec_title h2:after {
    content: "";
    width: 120px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    background: #ee4f76;
    bottom: 0;
    left: 0
}

.sec_title h2.text-end:after,
.ser_sec_card.ser_sec_right:after {
    left: auto;
    right: 0
}

.text {
    font-size: 14px;
    font-weight: 400
}

.expert-solution h2 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 27px
}

.expert-solution h2 strong {
    display: block;
    font-size: 32px
}

.expert-solution .nav-links {
    border: 1px solid rgba(88, 88, 88, .08);
    background-color: #fff;
    color: #3c3c3c;
    margin: 0 15px;
    border-radius: 10px;
    padding: 30px 30px 0;
    display: block;
    font-size: 20px;
    text-align: center
}

.expert-solution .nav-links:hover {
    background-color: #edf6fe
}

.expert-solution .nav-item {
    width: calc(100% / 2 - 15px)
}

.expert-solution .nav-tabs {
    margin-bottom: 80px;
    border: none
}

.expert-solution .nav-links strong {
    display: block;
    text-transform: uppercase
}

.expert-solution .nav-links span {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    bottom: -30px;
    border: 1px solid #f1f1f1
}

.expert-solution .nav-links.active {
    background-Color: #0585ec;
    color: #fff
}

.expert-solution p {
    color: #3c3c3c;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 9
}

.expert-solution p>* {
    display: contents
}

.expert-solution .tab-pane:before {
    pointer-events: none;
    position: absolute;
    content: '';
    width: 220px;
    height: 220px;
    background: #fdedf1;
    left: -30px;
    bottom: -30px;
    z-index: -1
}

.ppr_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 45%;
    background: #1668e2;
    width: 100%;
    background-Color: #0585ec;
    color: #fff
}

.sec_title h2.text-center:after {
    left: 50%;
    transform: translateX(-50%)
}

.sec_title h2.text-white:after {
    background: #fff !important
}

.mockup_slider {
    max-width: 1060px;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative
}

.mockup_slider #mockup_swiper .swiper-wrapper {
    padding-top: 33px
}

.mockup_slider #mockup_swiper {
    padding: 0;
    height: 650px;
    max-width: 797px;
    width: 100%;
    margin: auto
}

.whySwiper2 .swiper-pagination {
    opacity: 0
}

.mockup_slider img {
    width: 100%;
    max-width: 795px;
    height: 482px;
    overflow: hidden;
    display: inline-flex;
    margin: auto auto auto 0;
    text-align: center
}

.components_card {
    max-width: max-content;
    margin: 0 auto
}

.components_sec h4 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600
}

.components_sec img {
    margin: 2rem auto
}

.components_sec ul li {
    text-align: left;
    width: 100%;
    padding-left: 15px;
    color: #161922;
    font-size: 14px;
    margin-bottom: 10px
}

.components_sec ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #4b4646;
    top: -1px;
    position: relative;
    left: -9px;
    transform: rotate(45deg)
}

#our_portfolio {
    position: relative;
    overflow: hidden
}

.port_slide .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%
}

.section__slider .container-fluid {
    padding: 0;
    overflow: hidden
}

.portfolio_dcc {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: calc(100vh - 200px);
    padding: 5% 13%
}

.portfolio_info h2 {
    font-size: 42px;
    margin-bottom: 1.2rem;
    font-weight: 700;
    color: #1668e2
}

.portfolio_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.5rem
}

.our_portfolio_title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .1;
    color: #000
}

.vis_text {
    position: absolute;
    top: -5%;
    left: -30px;
    z-index: 0;
    font-size: 1000%;
    font-weight: 700;
    opacity: .1
}

.portfolio_img {
    width: 100%;
    height: 100%
}

.portfolio_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.portfolio-bg-3 {
    background: #ffdbf0
}

.portfolio-bg-4 {
    background: #e0dfff
}

.portfolio-bg-5 {
    background: #f6cbe1
}

.portfolio-bg-6 {
    background: #fff8c2
}

.portfolio-bg-7 {
    background: #f8e1e2
}

.portfolio-bg-8 {
    background: #d0e5f3
}

.portfolio-bg-9 {
    background: #efefef
}

.portfolio-bg-10 {
    background: #eef9ff
}

.portfolio-bg-11 {
    background: #dbf3fa
}

.portfolio-bg-12 {
    background: #c3daff
}

.portfolio-bg-13 {
    background: #d0bf75
}

.portfolio-bg-14 {
    background: #2c3e50;
    color: #fff
}

.swiper_navigation {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    width: 100%;
    transform: translateY(-50%)
}

.swiper-button-next_custom,
.swiper-button-prev_custom {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 40px;
    background: #0d6efd;
    border-radius: 50%;
    margin: 0 15px;
    outline: 0;
    cursor: pointer;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 4px 14px #3333332e
}

.services-card,
.services-title {
    background-color: #fff;
    border-radius: 10px
}

.swiper-button-disabled {
    opacity: .5;
    box-shadow: none
}

.trade_img_bg {
    max-width: 1000px;
    position: sticky;
    left: calc(100% - 1000px);
    bottom: 15px;
    z-index: -1
}

.services-title {
    display: block;
    width: 126%;
    height: 100%;
    padding: 35px 45px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    z-index: 1;
    box-shadow: 9px 5px 12px #3333331c
}

.services-title .title {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px
}

.active.services-title,
.ourspecialty .nav-tabs .nav-link.active {
    background: #dce8fa !important;
    color: #1667e0 !important;
    box-shadow: 0 0 0 2px #1667e0 !important;
}

.active.services-title .active img, .ourspecialty .nav-tabs .nav-link.active img {
    filter: brightness(1) invert(0) !important; 
}

.cry_ser .tab-pane {
    position: sticky;
    top: 10vh;
    left: 0;
    height: 80vh
}

.services-card {
    padding: 8% 5.5% 7% 15%;
    min-height: 100%
}

.services-card h3 {
    font-size: 36px;
    font-weight: 800;
    max-width: 600px
}

.services-card p {
    font-size: 19px;
    line-height: 1.7
}

.clutch_bx {
    display: flex;
    width: 100%;
    padding: 34px;
    margin-bottom: 60px;
    align-items: center;
    background: #fff;
    border-radius: 10px
}

.ranking_box,
.review_box {
    display: block;
    width: 100%
}

.review_box h5 {
    display: block;
    font-size: 16px;
    color: #7f7f7f;
    padding-bottom: 10px
}

.ranking_box span,
.ranking_box strong {
    display: inline-block;
    vertical-align: middle
}

.review_box p {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500
}

.review_box p+p {
    margin-top: 10px
}

.clientbox_cell {
    float: left;
    width: 38%
}

.clientbox_cell_left {
    float: left;
    width: 60%;
    padding-right: 30px
}

.clientbox_cell_right {
    width: 40%;
    float: left
}

.clutch_logoimage {
    float: left;
    width: 24%;
    text-align: center
}

.ranking_box strong {
    font-size: 20px;
    color: #000;
    margin-right: 12px
}

.ranking_box span {
    font-size: 16px;
    color: #ff7800;
    margin: 0 -1px
}

.ranking_box ul {
    margin: 15px 0 0;
    padding: 15px 0 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #d1d1d1
}

.ranking_box ul li {
    margin-bottom: 9px;
    font-weight: 500
}

.ranking_box ul li span {
    display: block;
    font-size: 15px;
    color: #4c4c4c
}

.ranking_box ul li strong {
    display: block;
    font-size: 14px;
    color: #000
}

.clutch_logoimage img,
.inboxrt img {
    object-fit: scale-down
}

.dcdc_swiper .swiper-wrapper {
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.slide_sl {
    color: #a0a0a0;
    font-size: 25px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    margin: 1rem 0 0
}

.slide_sl:hover {
    color: #000
}

.dcdc_swiper .swiper-slide {
    width: 100% !important;
    height: unset !important;
    margin: 0 !important
}

.swiper-slide-thumb-active .slide_sl {
    color: #1667e0
}

.tab__content-inner h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.tab__content-inner p {
    color: #6e6e6e;
    font-size: 18px;
    line-height: 1.6
}

.tab__content-inner.card {
    padding: 50px 77px;
    text-align: center
}

.tab__content-inner.card a {
    margin: 0 auto
}

.function_card span {
    color: #ebebebd4;
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1
}

.function_card h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 1rem 0 0
}

.function_card hr {
    max-width: 60px;
    margin-left: 0;
    border-width: 2px;
    border-color: #1668e2
}

ul.fun_ul {
    padding: 0 0 0 17px;
    margin: 0
}

ul.fun_ul li {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: .8rem
}

.ourspecialty .tab-content {
    background: #ececec;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-self: center
}

.ourspecialty .nav-tabs {
    display: block;
    background: #fff;
    border: none;
    overflow: hidden;
    padding: 20px
}

.ourspecialty .nav-tabs .nav-link {
    border: none !important;
    background: #f5f5f5;
    color: #3c3c3c;
    font-weight: 500;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 10px
}

.ourspecialty .tab-pane {
    border-radius: 20px;
    background-color: #fff;
    padding: 130px;
    text-align: center;
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 950px
}

.ourspecialty .bigfont {
    font-size: 125px;
    font-weight: 700;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3c3c3c;
    -webkit-text-fill-color: transparent;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-family: system-ui;
    left: 10px;
    opacity: .2;
    text-transform: uppercase
}

.ourspecialty .tab-pane h3 {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    margin-bottom: 80px
}

.procedure-wrap ul li.rl:after,
.procedure-wrap ul li.rl:before,
.procedure-wrap ul li:after,
.procedure-wrap ul li:before,
.procedure-wrap ul:after {
    content: '';
    right: 0;
    margin: 0 auto;
    background: #ddd;
    position: absolute;
    left: 0
}

.ourspecialty .tab-pane p {
    font-weight: 500
}

.ourspecialty .tab-pane h3:after {
    position: absolute;
    content: '';
    width: 206px;
    height: 30px;
    background: url(../images/blackdotpattern.webp) top left;
    bottom: -50px;
    left: calc(50% - 103px)
}

.secc_fec:before {
    content: " ";
    height: 300px;
    width: 100%;
    background: #1667e0;
    position: absolute;
    top: 0
}

.inboxrt {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background: #fff
}

.inboxrt h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.inboxrt p {
    color: #3c3c3c;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
    min-height: 100px;
    overflow: hidden
}

.em_card h3,
.em_card p,
.mfs .swiper-slide,
.tech-name {
    text-align: center
}

.portfolio_info ul {
    font-size: 15px;
    margin-bottom: 1rem;
    margin-top: -.5rem;
    padding-left: 19px;
    line-height: 1.7;
    font-weight: 600
}

.procedure-wrap ul {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding: 0
}

.procedure-wrap ul:after {
    top: 0;
    bottom: 0;
    width: 3px
}

.procedure-wrap ul li {
    position: relative;
    display: block;
    padding: 40px 0 0;
    overflow: hidden;
    vertical-align: middle;
    display: flex
}

.procedure-wrap ul li:hover .process-icon {
    transform: scale(1.2)
}

.procedure-wrap ul li.rl:after,
.procedure-wrap ul li:after {
    top: 60px;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.procedure-wrap ul li.rl:before,
.procedure-wrap ul li:before {
    width: 150px;
    height: 3px;
    top: 65px
}

.procedure-wrap ul li .contents-l {
    display: block;
    padding: 8px 15px;
    margin-right: 85px;
    margin-top: -7%
}

.procedure-wrap ul li .contents-l h3 {
    text-align: right;
    font-weight: 700;
    font-size: 20px
}

.procedure-wrap ul li .contents-l p {
    line-height: 20px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0
}

.procedure-wrap ul li .imgs-l {
    position: relative;
    display: block;
    margin: -10px 0 0 60px;
    text-align: left
}

.procedure-wrap .process-icon {
    padding: 20px 0;
    border: 3px solid #1667e0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #1667e0;
    transition: .5s;
    text-align: center;
    color: #fff
}

.procedure-wrap .process-icon i {
    font-size: 30px
}

.procedure-wrap ul li .contents-r {
    display: block;
    margin-left: 85px;
    padding: 8px 15px;
    margin-top: -7%
}

.procedure-wrap ul li .contents-r h3 {
    font-weight: 700;
    margin: 8px 0 0;
    font-size: 20px;
    text-align: left
}

.procedure-wrap ul li .contents-r p {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0
}

.procedure-wrap ul li .imgs-r {
    position: relative;
    display: block;
    margin: -10px 60px 0 0;
    text-align: right;
    float: right
}

.procedure-wrap ul li .imgs-r img {
    display: inline-block;
    background: 0 0
}

.ff_card h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative
}

.ff_card h4:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #1769e2;
    position: absolute;
    left: 0;
    bottom: 0
}

.em_card {
    position: relative;
    border-radius: 35px;
    background: #daeffc;
    padding: 50px 0
}

.cc_num,
.em_card:after,
.mfi,
.ser_sec_card:after,
.unparalleled_sec:before,
.wcat_card span {
    position: absolute
}

.em_card:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #1668e2;
    top: 23px;
    left: 23px;
    border-radius: 35px
}

.em_card h3 {
    max-width: 700px;
    margin: 0 auto 1rem;
    font-weight: 700
}

.em_card p {
    font-weight: 400;
    font-size: 15px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.key_tabs {
    border: 0
}

.key_tabs .nav-link {
    padding: 1rem;
    margin: 0 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 0;
    transition: .3s
}

.key_tabs .nav-link.active {
    background: 0 0;
    box-shadow: 0 3px 0 #1667e0;
    color: #1667e0
}

.img-shadow {
    box-shadow: -11px 7px 20px 0 #0000003d
}

.cc_num {
    font-size: 3.5rem;
    top: -.4rem;
    font-weight: 600;
    opacity: .2;
    color: #1668e275
}

.color_green,
.color_mag {
    font-style: normal !important
}

.cons_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #1767e0 0, #2547b8 34.32%, #2b3aa6 66.53%, #33268e 101.38%);
    border-radius: 15px;
    padding: 25px
}

.icon-box img,
.ind_card,
.ser_sec_img {
    border-radius: 10px
}

.text-theme {
    color: #ff6088
}

.mfi {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.mfs .swiper-slide img {
    margin: 16px auto 0
}

.wcat_card span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff
}

.wcat_card span strong {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-style: normal
}

.tech-name {
    padding: 20px 0 0;
    display: block
}

.ocmds_card p,
.text-justify {
    text-align: justify
}

.tech-name li {
    display: inline-block;
    margin: 10px 20px
}

.icon-box img {
    margin: 0 auto
}

.icon-box span {
    color: #fff;
    font-size: 13px;
    margin-top: .5rem;
    display: block
}

.class_card p,
.f-14 {
    font-size: 14px
}

.color_mag {
    color: #ff7200 !important
}

.color_green {
    color: #004c3f !important
}

.btn-green {
    background: #004c3f !important;
    color: #fff !important
}

.class_card p {
    line-height: 2;
    max-width: 100%;
    font-weight: 400
}

.ocmds_card img {
    margin: 1.5rem 0 2rem
}

.ocmds_card h5 {
    margin: 0;
    min-height: 60px;
    font-size: 18px;
    font-weight: 600
}

.ocmds_card p {
    min-height: 165px;
    font-size: 13.5px
}

.swiper-button-next_custom.swiper-button-next:after,
.swiper-button-prev_custom.swiper-button-prev:after {
    opacity: 0;
    position: absolute
}

.ocmds_card .card-body {
    border-radius: 10px;
    border-bottom: 2px solid #1668e2
}

.ser_sec_card {
    padding: 100px 15% 70px;
    background-size: cover !important;
    position: relative
}

.ser_sec_card:after {
    content: "";
    background: #1668e2;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    z-index: -1
}

.ser_sec_img {
    box-shadow: 0 4px 35px rgb(0 0 0 / 5%)
}

.ser_sec_ul {
    padding: 20px 0 27px 17px
}

.ser_sec_ul li {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: .8rem
}

.unparalleled_sec:before {
    content: "";
    height: 385px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #39f -9.34%, #101fa5 123.93%)
}

#industry_swiper .swiper-button-next,
.tech_sec_swiper .swiper-button-prev {
    min-width: 50px;
    min-height: 200px;
    transform: translateY(0);
    top: 0 !important;
    opacity: 1 !important;
    background: #f4f7fc;
    color: #1668e2 !important
}

.unparalleled_sec h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: .2rem 0 1rem
}

.ind_card {
    position: relative;
    padding: 30px;
    margin: 10px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #1668e2;
    width: 175px;
    height: 159px
}

.ind_card img {
    max-width: 45x
}

.ind_card h5 {
    font-size: 13px;
    margin: 1rem 0 0
}

.tech_sec_swiper .swiper-slide {
    width: 190px
}

.tech_sec_swiper .swiper-button-prev {
    left: -10px !important;
    background: linear-gradient(90deg, rgb(255 255 255) 0, rgb(255 255 255) 50%, rgb(241 241 255 / 0%) 100%)
}

#industry_swiper .swiper-button-next {
    right: -10px !important;
    background: linear-gradient(270deg, #f4f7fc 0, #f4f7fc 50%, rgba(244, 247, 252, 0) 100%)
}

.tech_sec_swiper .swiper-button-next {
    background: linear-gradient(270deg, rgb(255 255 255) 0, rgb(255 255 255) 50%, rgb(241 241 255 / 0%) 100%)
}

.page_magento .sec_title h2:after {
    background: #ff7200
}

.btn-orange {
    background: #ff6b00 !important;
    color: #fff !important
}

.grid {
    display: grid
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.brand_row {
    margin: -1px
}

.whh_card {
    padding: 20px;
    border: 1px solid #333 !important;
    opacity: .5;
    margin: -.2px -.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transaction: 0.3s;
    cursor: default
}

.whh_card img {
    margin: 0 0 1rem;
    transaction: 0.3s;
    opacity: 1
}

.whh_card h5 {
    font-size: 14px;
    font-weight: 500;
    transaction: 0.3s
}

.page_magento {
    overflow-x: hidden
}

.page_shopify .sec_title h2:after {
    background-color: #008060
}

.page_shopify .ser_sec_card:after,
.page_shopify .swiper-button-next_custom,
.page_shopify .swiper-button-prev_custom {
    background-color: #004c3f
}

.page_shopify .ocmds_card .card-body {
    padding: 26px;
    border: 0
}

.page_shopify .btn-primary {
    background-color: #004c3f !important
}

.page_shopify .unparalleled_sec:before {
    background: linear-gradient(0deg, #004c3f -9.34%, #00221c 123.93%)
}

.page_shopify .text-primary {
    color: #004c3f !important
}

.page_shopify .ocmds_card p,
.page_shopify .ocmds_card p * {
    min-height: unset;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 500
}

.page_shopify .ocmds_card a {
    text-decoration: underline !important
}

.ocmds_card ul li {
    font-size: 12px;
    padding: 4px 0;
    list-style: circle;
    font-weight: 600
}
.no-shadow {
    box-shadow: none !important;
}