.block-number {
    text-align: center;
    font-weight: bold;
    font-size: 0.8125em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #191919;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.block-number:hover {
    opacity: 1
}

.block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919
}

.block-number a:hover,
.block-number a:focus {
    color: #191919
}

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
    margin: 30px 20px 100px;
    border: 1px solid #f5f6f7;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
    position: static;
    margin: 0
}

.sample-blocks img {
    border-radius: 0.25rem
}

.sample-blocks img.aos-animate {
    opacity: 0.5 !important
}

.sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important
}

.sample-blocks a {
    position: absolute
}

.sample-blocks a:nth-child(1) {
    -webkit-animation: wobble 4s infinite;
    animation: wobble 4s infinite;
    right: 15px;
    bottom: -20px
}

.sample-blocks a:nth-child(2) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 320px;
    bottom: 30px
}

.sample-blocks a:nth-child(3) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 0px;
    bottom: 190px
}

.sample-blocks a:nth-child(4) {
    -webkit-animation: wobble 6s infinite;
    animation: wobble 6s infinite;
    right: 280px;
    bottom: 180px
}

.sample-blocks a:nth-child(5) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 270px;
    bottom: 320px
}

.sample-blocks a:nth-child(6) {
    -webkit-animation: wobble 7s infinite;
    animation: wobble 7s infinite;
    right: 20px;
    bottom: 370px
}

.sample-blocks a:nth-child(7) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 200px;
    bottom: 470px
}

.sample-blocks a:nth-child(8) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 10px;
    bottom: 470px
}

.sample-blocks a:nth-child(9) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 0px;
    bottom: 570px
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px)
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px)
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
}

@media (max-width: 400px) {
    body>.footer .social a:last-child,
    body>.footer .nav a:last-child {
        display: none
    }
}


/*# sourceMappingURL=style.css.map */

: rotate(-1deg) translate(-5px, -5px);
transform: rotate(-1deg) translate(-5px, -5px);

}

}
@keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }
    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px);
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }
}
@media (max-width: 400px) {
    body>.footer .social a:last-child,
    body>.footer .nav a:last-child {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */
.bottom-slide-cookies {
    background: rgba(77, 191, 192, 0.85) !important;
    color: #ffffff;
    border-top: 1px solid #28CACC;
    border-radius: 0px;
    border-bottom: 1px solid #28CACC;
    width: 100%;
    bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.bottom-slide-cookies a {
    color:#ffffff;
    font-weight:bold;
}
.bottom-slide-cookies a:hover {
    color:#ffffff;
    text-decoration:underline;
}
.survey-section {
    background-image: linear-gradient(-45deg, rgba(69, 188, 212, 0.90), rgba(50, 182, 165, 0.90));
}
.survey-section h3 {
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    font-family: "Montserrat";
}
.survey-section p {
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    font-family: "Montserrat";
}
.about-banner {
    background: url(../../assets/img/about-banner.jpg);
    width: 100%;
    padding: 80px 0;
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-banner h1 {
    font-weight: 300;
}
.about-banner p {
    font-size: 32px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
}
.key-feature-section {
    background:#323d47;
    font-weight: 300;
    font-family: "Montserrat";
}
.key-feature-section h2 {
    color: #fff;
}
.key-feature {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(279px, 1fr));
    grid-gap: 80px 70px;
    padding: 40px 0 20px;
}
.key-content h3 {
    font-size: 30px;
    line-height: 59px;
    color: #ffffff;
    margin: 13px 0 15px;
}
.key-content p {
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
}
.client-slider {
    background:#f7f7f7;
    padding: 40px 0;
}
.client-slider .slick-slide img {
    width: auto;
}
.contact-btn {
    width: 140px;
    height: 45px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #ffffff;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    padding: 0;
    margin-top: 8px;
}
.contact-btn a {
    color: #ffffff;
}
.partner-slider {
    padding: 50px 0;
}
.feature-main h2::after {
    display: none;
}
.client-slider button {
    display: none !important;
}
.know-tabs .nav-fill {
    border: 1px solid #767677;
    border-radius: 24px;
}
.know-tabs .nav-fill .nav-item {
    color: #767677;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Montserrat";
}
.know-tabs .nav-fill .nav-item.active {
    color:#fff;
    background-color: #767677;
    border-radius: 24px 0 0 24px;
}
.know-tabs .nav-fill .nav-item:nth-child(2).active {
    color:#fff;
    background-color: #767677;
    border-radius: 0 24px 24px 0;
}
.know-content h6 b {
    font-weight: 700 !important;
}
body .partner-section h3 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    color: #323d47;
    font-weight: 500;
    line-height: 20px;
    font-size: 17px;
}
body .partner-section .industary__boxes {
    padding: 30px 15px;
    height: 100%;
}
body .partner-section p {
    font-size: 16px;
    line-height: 24px;
    color: #323e48;
    font-weight: 300;
    font-family: "Montserrat";
}

/***********help-section**********/
.help-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-right: 90px;
}
.help-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.help-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat";
    margin-top: 25px;
}
body .help-section h2 {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    align-items: self-start;
}
body .help-section h2::after {
    position: absolute;
    bottom: -35px;
    left: 0;
    background: #fff;
}
.help-col-inner {
    border:1px solid #fff;
    padding: 15px;
    border-radius: 15px;
}
.help-section h6 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Montserrat";
}
body .help-wrap h3 {
    color: #f6971e;
    font-weight: 700;
}
body .help-wrap p {
    color: #fff;
    font-weight: 300;
}
.marketing-section .card {
    background-color: #fff !important;
    box-shadow: none !important;
    min-height: 275px;
}
.marketing-section h5 a {
    font-size: 20px;
    line-height: 27px;
    color: #3cbac0;
    font-weight: 700;
    font-family: "Montserrat";
    margin-left: 20px;
}
body .marketing-section h5::after {
    display: none;
}
.marketing-section p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    font-family: "Montserrat";
    height: auto !important;
}
body .detail-btn a {
    width: 100%;
    font-size: 22px !important;
    line-height: 52px !important;
    color: #ffffff;
    font-weight: 400 !important;
    font-family: "Montserrat";
    text-align: center;
    height: 55px !important;
}
.detail-btn {
    border-bottom: 1px solid #f2f2f2;
}
@media(max-width:1024px) {
    body .detail-btn a {
        font-size: 22px !important;
    }
}
@media(max-width:990px) {
    body .detail-btn a {
        font-size: 16px !important;
    }
    .help-section {
        padding-right: 40px;
    }
    .know-tabs .nav-fill .nav-item {
        font-size: 15px;
        line-height: 25px;
    }
}
@media(max-width:767px) {
    .section_comman {
        padding: 40px 0;
    }
    .about-banner p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-banner {
        height: 280px;
        background-position: top center;
    }
    .survey-section,
    .feature-main h2,
    .mission-section,
    .key-feature-section,
    .survey-section p {
        text-align: center;
    }
    .partner-slider {
        padding: 15px 0;
    }
    .key-feature {
        grid-gap: 40px 70px;
        padding: 20px 0 20px;
    }
    .key-content h3 {
        line-height: 38px;
    }
    .know-tabs .nav-fill .nav-item {
        font-size: 12px;
        line-height: 20px;
    }
    .partner-section {
        text-align: center;
    }
    body .partner-section .industary__boxes {
        height: auto;
        margin-bottom: 20px;
    }
    .help-section {
        grid-template-columns: 1fr;
        padding-right: 0;
        grid-gap: 0px;
    }
    .help-section .section_comman {
        padding-left: 15px;
        padding-right: 15px;
    }
    .help-wrap {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }
    body .help-section h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .marketing-section h2 {
        text-align: center;
    }
    .detail-btn .nav-tabs-outline.demo-btn {
        display: block !important;
    }
    body .detail-btn a {
        font-size: 12px !important;
        height: 50px !important;
        line-height: 45px !important;
    }
    body .detail-btn a svg {
        width: 20px;
        height: 20px;
    }
    body .help-section h2 {
        text-align: center;
    }
    .marketing-section .card-body {
        text-align: center;
    }
}
@media(max-width:480px) {
    body .detail-btn a {
        font-size: 9px !important;
        height: 50px !important;
    }
}

/* set z-index for chabox to show cookie permission*/
#hubspot-messages-iframe-container {
    z-index: 9999 !important;
}
#popup-cookie-2 {
    z-index: 99999 !important;
}
.newsnew-banner {
    background: url(../../assets/img/news/about-news-banner.jpg);
    width: 100%;
    padding: 80px 0;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
}