@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-thin-webfont.woff)format("woff"),
        url(/assets/fonts/gilroy-thin-webfont.woff2)format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-ultralight-webfont.woff) format("woff"), url(/assets/fonts/gilroy-ultralight-webfont.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-light-webfont.woff) format("woff"), url(/assets/fonts/gilroy-light-webfont.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-regular-webfont.woff) format("woff"), url(/assets/fonts/gilroy-regular-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-medium-webfont.woff) format("woff"), url(/assets/fonts/gilroy-medium-webfont.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-semibold-webfont.woff) format("woff"), url(/assets/fonts/gilroy-semibold-webfont.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(/assets/fonts/gilroy-bold-webfont.woff) format("woff"), url(/assets/fonts/gilroy-bold-webfont.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.main-title {
    font-size: 4.5rem;
    color: #2C4546
}


h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
div,
li {
    font-family: Gilroy;
}

.sid {
    color: red;
}

.pricing {
    position: relative;
    overflow: hidden;
}

.pricing:before {
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(-45deg, #1391a5, #274685);
    position: absolute;
    top: 0;
    left: 0;
}

.pricing span.popularity,
.pricing .SubCategoryCard_sub {
    position: relative;
    color: #fff;
}

.pricing .SubCategoryCard_sub {
    padding-bottom: 30px;
    min-height: 102px;
}

.pricing h2.h2title {
    color: #23558b;
    text-decoration: none;
}

.pricing .p_bundless a {
    display: flex;
}

.pricing .p_bundless a i {
    margin-right: 10px;
}

.pricing .price-cta p a {
    width: 100%;
    border-radius: 0;
}

.pricing .price-cta p {
    margin: 0;
}

.pricing .price-cta {
    bottom: 0;
}

.pricing.price-cta p a {
    transition: all 5s linear;
}

.step {
    margin-bottom: 25px;
    min-height: 286px;
    max-height: 100%;
    position: relative;
    border: 1px solid #526a9c;
    transition: all 0.5s linear;
}

.step:before {
    content: "";
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.step:hover:after {
    content: "";
    position: absolute;
    border: 5px solid #fff;
    z-index: 9999;
    top: 10px;
    left: 10px;
    width: 95%;
    height: 93%;
}

.step h3,
.step p,
.step span.number {
    color: #fff !important;
    z-index: 9;
    position: relative;
    -webkit-text-fill-color: #fff;
}

section.client-logos .text-secondary {
    width: 150px;
    margin: 0 auto;
    max-height: 150px;
}

section.client-logos p.text-secondary {
    width: unset;
    height: unset;
}

section.client-logos .text-secondary img {
    object-fit: contain;
}

.data_catalog .nav-pills .nav-link {
    min-width: 10rem;
}

.data_catalog .nav-pills {
    flex-wrap: nowrap;
}

.pricing .price-cta p span {
    height: 55px;
    width: 100%;
    border-radius: 0;
    cursor: auto;
}

.mill_bottom p {
    margin: 0;
    color: #2d71a1;
    font-weight: bolder;
    font-size: 14px;
}

.mill_bottom p i {
    margin-right: 0px;
}

section.coount_homepage {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);
}

section.coount_homepage .section-title h2 {
    color: #fff;
}

section.coount_homepage .section-title p {
    color: #f3f3f3;
    font-weight: 300;
}

section.coount_homepage .card.statistics-card {
    background: transparent;
    border: none;
    text-align: center;
}

section.coount_homepage .card.statistics-card .incremental {
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    position: relative;
}

section.coount_homepage .card.statistics-card span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.1px;
}

section.coount_homepage .another_border {
    margin-top: 25px;
}

.coount_homepage .main_border {
    border-bottom: 2px dashed #ffffff80;
    padding-bottom: 25px;
}

section.coount_homepage .another_border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 100%;
    transform: translateX(-50%);
    border-right: 2px dashed #ffffff80;
}

section.coount_homepage .card.statistics-card .incremental:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 50px;
    transform: translateY(-50%);
    padding-left: 10px;
}

.counter-new-sec .col-md-4:first-child .incremental:before {
    content: "M";
    right: -60px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    font-size: 120px;
}

.counter-new-sec .col-md-4:first-child .incremental:after {
    right: -20px;
}

.career .form select {
    padding: 10px;
    border-radius: 50px;
    width: 100%;
}

.career .heading h2 {
    font-weight: 600;
}

.cust_success .heading h2 {
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cust_success .cust_card {
    margin: 10px 0;
    padding: 10px;
    background: #FFF;
    border: 2px solid #D9D9D9;
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s linear;
    max-width: 90%;
}

.cust_success .cust_card .job_title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
    margin-bottom: 2rem;
    color: #000;
}

.cust_success .cust_card .job_remote {
    color: #274685;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.cust_success .col-md-6.col-12:nth-child(odd) .cust_card {
    margin-left: auto;
}

.cust_success .cust_card .job_remote:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-right: 6px solid;
    border-bottom: 6px solid;
    transform: translateY(-50%) rotate(-40deg);
    border-image-source: linear-gradient(-45deg, #3db3c5, #274685);
    border-image-slice: 1;
}

.cust_success .cust_card:hover {
    transform: scale(1.04);
}

.career .form select {
    appearance: none;
    cursor: pointer;
}

.career .form {
    position: relative;
}

.career .form:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
}

.details-inner h2 {
    font-weight: 600;
    font-size: 45px;
    color: #2c4546;
    line-height: 47px;
}

.details-inner p.remote {
    margin: 25px 0;
    color: #274685;
    font-weight: 600;
    font-size: 20px;
}

.details-inner p.position {
    color: #274685;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

section.career_details .career-form form {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);
    padding: 35px;
    border-radius: 15px;
    width: 75%;
    margin: 0 auto;
}

section.career_details .career-form>h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

section.career_details .career-form form .linked {
    text-align: center;
    margin-bottom: 15px;
}

section.career_details .career-form form .linked button {
    background: #0a66c2;
    border: navajowhite;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 26px;
    color: #fff;
    transition: all 0.3s linear;
}

section.career_details .career-form form .linked button:hover {
    background: #004182;
}

section.career_details .career-form form .linked button i {
    font-size: 19px;
}

section.career_details .career-form form .form-details {
    color: #fff;
    display: block;
    width: 100%;
    /* overflow: hidden; */
}

section.career_details .career-form form .form-details sup {
    color: red;
}

section.career_details .career-form form .form-details input {
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 15px;
    border: 1px solid #008acf;
    margin-top: 7px;
}

section.career_details .career-form form .form-details {
    margin-top: 26px;
}

section.career_details .career-form form .form-button {
    margin-top: 20px;
    text-align: center;
}

section.career_details .career-form form .form-button button {
    background: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    color: #25608a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s linear;
}

section.career_details .career-form form .form-details .form_files {
    position: relative;
    margin-top: 26px;
}

section.career_details .career-form form .form-details .form_files input {
    opacity: 0;
    z-index: 1111;
    position: relative;
    width: 100px;
    height: auto;
    padding: 0;
    margin: 0;
}

section.career_details .career-form form .form-details .form_files span {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.back-btn a {
    display: inline-block;
}

.back-btn a i {
    margin-right: 10px;
    color: #526b9d;
}

section.career_details .career-form form .form-details input[type="file"],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

p.map-text {
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    color: #170d00;
}

p.map-text span.data-cat_popUP {
    cursor: pointer;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.data-cat-popup {
    position: relative;
    display: none;
    z-index: 999;
}

.data-cat-popup .data-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1111;
    padding: 50px;
    max-width: 800px;
    width: 100%;
    background: linear-gradient(to right, rgba(39, 70, 133, 1) 0%, rgba(61, 179, 197, 1) 100%);
}

.data-cat-popup h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
}

.data-cat-popup form {
    margin-top: 40px;
}

.data-cat-popup form .form-input label {
    width: 100%;
    display: block;
    color: #fff;
}

.data-cat-popup form .form-input input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.data-cat-popup form .form-input {
    margin-top: 15px;
}

.data-cat-popup form textarea {
    width: 100%;
    resize: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 30px;
}

.data-cat-popup form select {
    margin-top: 10px;
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px;
}

.data-cat-popup form .form-input button {
    background: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    color: #25608a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s linear;
}

.data-cat-popup .data-main .close {
    position: absolute;
    right: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    top: 15px;
}

.coount_homepage .main_border .col-md-6:first-child .incremental:before {
    content: "M";
    position: absolute;
    left: auto;
    padding-left: 80px;
}

.coount_homepage .main_border .col-md-6:first-child .incremental:after {
    padding-left: 75px
}

.counter-new-sec .col-md-4:first-child .incremental:after {
    right: -100px;
}

.data-cat-sample-inner .header_details {
    background: linear-gradient(to right, rgba(39, 70, 133, 1) 0%, rgba(61, 179, 197, 1) 100%);
    padding: 15px;
}

.data-cat-sample-inner .header_details p {
    color: #fff;
    margin-bottom: 0;
}

.data-cat-sample-inner .header_details h2 {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.data-cat-sample-inner .header_details a.download,
.data-cat-sample-inner .header_details button {
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    color: #000;
    background: #fff;
    font-weight: bold;
}

.sample-main-table th,
.sample-main-table td {
    min-width: 200px;
    padding: 10px;
    border: 1px solid grey;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.sample-main-table {
    width: 100%;
    overflow-x: scroll;
    max-height: 500px
}

.data-cat-sample-inner {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 7px -2px rgba(0, 106, 97, .1);
}

.sample-main-table th span.flex {
    display: block;
    font-weight: normal;
    color: #9e9e9e;
}

.sample-main-table th span.span-right {
    width: 50%;
    float: right;
    text-align: right;
}

.sample-main-table th {
    cursor: pointer;
}

.sample-main-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.sample-main-table::-webkit-scrollbar-track {
    background: ##fff;
    width: 100%;
}

.sample-main-table::-webkit-scrollbar-thumb {
    background: #888
}

.sample-main-table table tr th,
.sample-main-table table tr td {
    background: #effaff;
}

.sample-main-table table tr th:first-child,
.sample-main-table table tr td:first-child {
    background: #fff;
}

.sample-main-table table tr:hover td {
    background: #80808017;
}

.sample-main-table table tr td.selected {
    background: #294d89;
    color: #fff;
}

section.geo-data {
    background: linear-gradient(to right, rgba(39, 70, 133, 1) 0%, rgba(61, 179, 197, 1) 100%);
    color: #fff;
    margin: 100px 0;
}

section.geo-data .heading h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 25px;
    line-height: 2.8rem;
}

section.geo-data .heading p {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

section.geo-data .heading {
    max-width: 65%;
    margin: 0 auto;
}

section.geo-data .heading a,
section.geo-data .heading button {
    display: inline-block;
    background: #fff;
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: .05em;
}

.cat-det-faq .faq-main {
    padding: 1rem 2.5rem;
    border-bottom: 1px solid #8080803d;
}

.cat-det-faq .faq-main .faq-data {
    display: flex;
    cursor: pointer;
}

.cat-det-faq .faq-main .faq-data .flq-data-main {
    max-width: calc(100% - 50px);
    width: 100%;
}

.cat-det-faq .faq-main .faq-data .faq-arrow {
    width: 50px;
    text-align: right;
    transition: transform 0.2s linear, fill .1s ease-in-out;

}

.cat-det-faq .faq-main .faq-data .faq-arrow svg {
    height: 15px;
    transition: all 0.3s linear;
    fill: #3db3c5;
}

.cat-det-faq span {
    color: #333333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1rem;
}

.cat-det-faq .faq-desc p {
    color: #333333;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.cat-det-faq .faq-desc {
    display: none;
}

.data-sample .cat-det-faq {
    max-height: 295px;
    overflow-y: auto;
}

.cat-det-faq .faq-main:last-child {
    border-bottom: none;
}

.cat-det-faq::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.cat-det-faq::-webkit-scrollbar-track {
    background: ##fff;
    width: 100%;
}

.cat-det-faq::-webkit-scrollbar-thumb {
    background: #888
}

.cat-det-faq .faq-main .faq-data .faq-arrow.active svg {
    transform: rotate(180deg);
    fill: #274685;
}

.sample-main-table td {
    padding: 5px 10px;
}

.geo-data .heading p {
    color: #fff;
}

ul li,
p,
.aos-init .text-center,
.feature-1 p {
    color: #000;
}

section.client-logos .client-img .text-secondary {
    width: 200px;
}

.data-cat-popup form .form-input button.discard {
    background: #fff;
    margin-left: 15px;
}

/* .justify-text {
    word-break: break-all;
} */
section#team .team img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1400px) {
    .step {
        min-height: 316px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -80px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -110px;
    }

    .pricing:before {
        height: 37%;
    }

}

@media (max-width: 1200px) {
    body .counter-new-sec .info .incremental {
        font-size: 90px !important;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -60px;
        font-size: 90px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -100px;
    }

}

@media (max-width: 990px) {

    #header nav#navbar>ul>li>a {
        color: #000 !important
    }

    #header.header-scrolled nav#navbar i.bi.bi-list.mobile-nav-toggle {
        color: #000;
    }
}

@media (max-width: 767px) {
    .step {
        min-height: unset;
    }

    section.coount_homepage .card.statistics-card .incremental {
        color: #fff;
        font-weight: bold;
        font-size: 40px;
        position: relative;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -13px;
        font-size: 20px;
        top: 61%;
    }

    .counter-new-sec .card.statistics-card .info div:after {
        top: 61% !important;
        font-size: 36px !important;
    }

    .cust_success .cust_card {
        max-width: 100%;
    }

    .details-inner h2 {
        font-size: 38px;
    }

    p.map-text {
        margin-bottom: 40px;
    }

    section.geo-data .heading {
        max-width: 100%;
    }

    section.geo-data .heading h2 {
        font-size: 30px;
        line-height: 2.3rem;
    }

    section.geo-data {
        margin: 80px 0;
    }

    .cat-det-faq .faq-main {
        padding: 1rem 2rem;
    }

    .cat-det-faq .faq-main .faq-data .flq-data-main span {
        width: 100%;
    }

    .cat-det-faq .faq-main .faq-data .flq-data-main {
        flex-wrap: wrap;
    }

    .cat-det-faq .faq-main .faq-data .flq-data-main span:last-child {
        margin-top: 10px;
        font-size: 16px;
    }

    .data-sample .cat-det-faq {
        max-height: 475px;
    }

    .pricing .SubCategoryCard_sub {
        padding-bottom: 30px;
        min-height: unset;
    }

    .data-cat-popup form .form-input button.discard {
        margin-left: 0;
        margin-top: 20px;
    }

}

@media (max-width: 600px) {
    section.client-logos .text-secondary {
        width: 250px;
        margin: 0 auto;
        max-height: 250px;
    }

    .data_catalog .nav-pills li button {
        font-size: 0.8rem !important;
        margin-left: 0;
        padding-left: 13px;
        padding-right: 13px;
    }

    .data_catalog .nav-pills .nav-link {
        min-width: unset;
    }

    .coount_homepage .main_border .col-md-6:first-child .incremental:before {
        padding-left: 40px;
    }

    .coount_homepage .main_border .col-md-6:first-child .incremental:after {
        padding-left: 45px;
    }

    section.client-logos .client-img .text-secondary {
        width: 250px;
    }

}

/* header **/
header nav#navbar>ul>li>a {
    font-weight: bold;
}

#header.header-scrolled {
    background: #fff;
    height: 60px;
    box-shadow: 0px 0px 10px #33333352;
}

#header.header-scrolled nav#navbar>ul>li>a {
    color: #333;
}

#header nav#navbar>ul>li>a {
    color: #fff;
}

.hero-section .carousel-item>.row,
.hero-section .carousel-inner>.carousel-item>.row {
    align-items: center;
}

.hero-section {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/dest-banner-bg.jpeg);
}

footer.footer {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/dest-banner-bg.jpeg);
}

footer.footer h3,
footer.footer p,
footer.footer a {
    color: #fff;
}

footer.footer .social span.bi.bi-linkedin {
    color: #000;
}

.cta-section {
    background: #e3e3e326;
    color: #fff;
}

header#header.header-scrolled .without_scroll,
header#header .with_scroll {
    opacity: 0;
    visibility: hidden;
    display: none;
}

header#header.header-scrolled .with_scroll {
    opacity: 1;
    visibility: visible;
    display: block;
    max-width: 150px;
}

.cta-section h2 {
    color: transparent;
    background: linear-gradient(-45deg, #1391a5, #274685);
    background-clip: text;
    -webkit-background-clip: text;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    overflow: hidden;
    flex-direction: column;
}

.home.remove_loader_overlay {
    overflow: hidden;
    height: 100vh;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
    display: block;
}

.loader {
    color: #FFF;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    color: #000;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

section.counter_sec {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);
    padding: 50px 0;
}

.counter_sec h3,
.counter_sec h2,
.counter_sec p {
    color: #fff;
}

section.counter_sec h3 {
    font-size: 60px;
}

.customer,
.employees {
    background: #63bdce21;
    box-shadow: 0px 3px 2px #0000001a;
    padding: 40px;
    border-radius: 10px;
}

.design {
    background: #5475a31c;
    box-shadow: 0px 3px 2px #0000001a;
    padding: 40px;
    border-radius: 10px;
}

/*** counter ***/
.counter-new-sec.gradient-section {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/dest-banner-bg.jpeg);
    animation: gradient 15s linear infinite;
    padding: 70px 0;
}

.counter-new-sec .card.statistics-card {
    position: relative;
    background: none;
    border: none;
    padding: 2rem;
}

.counter-new-sec .card.statistics-card i {
    position: absolute;
    font-size: 10rem;
    top: -3%;
    opacity: 0.2;
}

@media only screen and (max-width: 921px) {
    .counter-new-sec .card.statistics-card i {
        font-size: 5rem;
    }
}

.counter-new-sec .card.statistics-card i.fa-users {
    color: #dedede;
}

.card.statistics-card i.fa-font {
    color: #df151b;
}

.counter-new-sec .card.statistics-card i.fa-link {
    color: #409fdc;
}

.counter-new-sec .card.statistics-card i.fa-coffee {
    color: #301d15;
}

.counter-new-sec .card.statistics-card .info {
    margin-left: 20%;
    text-align: center;
    position: relative;
}

.counter-new-sec .card.statistics-card .info span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.counter-new-sec .card.statistics-card .info div {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.counter-new-sec .section-title {
    padding-bottom: 40px;
}

.counter-new-sec .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.counter-new-sec .section-title h1,
.counter-new-sec .section-title p {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c1874;
    font-size: 2rem;
}

.counter-new-sec .section-title h1 strong,
.counter-new-sec .section-title p strong {
    color: #fff;
}

.counter-new-sec .info .incremental {
    font-weight: bold;
    font-size: 120px !important;
}

.counter-new-sec .card.statistics-card .info div:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 50px;
    transform: translateY(-50%);
    padding-left: 10px;
}

.counter-new-sec .card.statistics-card i.fa-link,
.counter-new-sec .card.statistics-card i {
    color: #fff;
    opacity: 0.3;
}

@media (max-width: 1024px) {
    body .counter-new-sec .info .incremental {
        font-size: 80px !important;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -40px;
        font-size: 80px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -70px;
        font-size: 80px;

    }


}

@media (max-width: 768px) {
    body .counter-new-sec .info .incremental {
        font-size: 60px !important;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -13px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -43px;
    }

    .data-cat-popup .data-main {
        max-width: 80%;
    }

    .data-cat-popup .data-main .close {
        top: 20px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -43px;
        font-size: 60px;
        top: 60%;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -75px;
    }

    .counter-new-sec .card.statistics-card .info div:after {
        top: 57%;
    }

    section.geo-data .heading {
        max-width: 90%;
    }

    .pricing:before {
        height: 32%;
    }
}

@media (max-width: 767px) {
    body .counter-new-sec .info .incremental {
        font-size: 35px !important;
    }

    .counter-new-sec .card.statistics-card .info span {
        font-size: 12px;
    }

    .step:before {
        top: -10px;
        left: -4px;
    }

    .career-form {
        margin-top: 50px;
    }

    section.career_details .career-form form {
        width: 100%;
    }

    .data-cat-popup .data-main {
        max-width: 90%;
        padding: 30px;
    }

    .data-cat-popup h2 {
        font-size: 22px;
    }

    .data-cat-popup .data-main .close {
        top: 10px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:before {
        right: -23px;
        font-size: 35px;
    }

    .counter-new-sec .col-md-4:first-child .incremental:after {
        right: -50px;
    }

    .pricing:before {
        height: 37%;
    }
}

.client-logos .text-secondary img {
    filter: grayscale(0);
}