:root {
    --height300: 300px;
}


/***********************new css*******************/

.nav-bar {
    border-bottom: 1.25px solid #d9d9d9;
    width: 100%;
    background: #fff !important;
    z-index: 1000000;
}

.nav-bar li.nav-item {
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.apl-blue-bgcolor {
    background-color: #0071eb !important;
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-width: 75px;
    padding: 8px;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 50px;
}

.ampliz-banner-top {
    width: 100%;
    background-color: #fff;
    position: relative;
    min-height: 95vh;
}

.ampliz-banner-top .left-image-container {
    position: absolute;
    left: 0;
    top: 8%;
    z-index: 2
}

.ampliz-banner-top .right-image-container {
    position: absolute;
    right: 0;
    top: 8%;
    z-index: 2
}

.ampliz-banner-heading {
    text-align: center;
    font-size: 95px;
    color: #040404;
    font-weight: 900;
    line-height: 107px;
    position: relative;
    z-index: 10;
    font-family: "Roboto", sans-serif;
}

.sub-text {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    color: #757575;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
}

.btn-xl {
    padding: 0.8rem 2.5rem;
    font-size: 1.15rem;
    line-height: 1.2;
    border-width: 3px;
    border-radius: 50px;
    padding-top: 14px;
    font-family: "Roboto", sans-serif;
}

.blk {
    background-color: #040404;
    border-color: #040404;
    line-height: 25px;
    border: 3px solid #040404;
}

.menu>.nav-item.submenu .dropdown-menu {
    border-radius: 12.8px;
}

.lst-blk {
    background-color: #040404;
    border-color: #040404;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.blk:hover {
    background-color: #fff;
    border-color: #040404;
    color: #040404;
    border: 3px solid;
}

.copy_fnt {
    font-size: 14px;
}

.blut {
    border-color: #0071EB;
    color: #0071EB;
    border: 3px solid;
}

.blut:hover {
    border-color: #0071EB!important;
    background-color: #0071EB!important;
}

button:hover {
    opacity: 8;
}

.btn-wrap-height {
    height: 150px;
}

.arrow-design {
    position: absolute;
    top: -101%;
    left: 10%;
}

@media (min-width: 1360px) {
    .container-new {
        max-width: 1400px;
    }
    .header_area a.menu_cus {
        margin-left: 20px !important;
    }
}

.start-circle {
    position: absolute;
    top: 20%;
    right: 3%;
}

.trust-brand-wrap {
    background-color: #F4F4F4;
    padding: 50px 0;
    position: relative;
}

.trust-brand-wrap .trust-brand-heading {
    font-size: 40px;
    color: #040404;
    text-align: center;
    font-weight: 900;
    display: block;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-features-section {
    background-color: #040404;
    padding: 60px 0;
    position: relative;
}

.product-features--item .heading {
    font-size: 55px;
    color: #fff;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    line-height: 70px;
}

.item-content {
    padding: 40px 0
}

.item-content p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.learn-more a {
    color: #fff;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.learn-more a:hover {
    color: #fe7678;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.acap-feature-section {
    background-color: #fff;
    padding: 50px 0 150px;
}

.acap-feature-section .heading {
    font-size: 60px;
    color: #040404;
    line-height: 80px;
    text-align: center;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.tabs {
    justify-content: center;
    display: flex;
    ;
}

.tabs .nav-link {
    font-size: 20px;
    color: #040404;
    padding: 30px;
    min-width: 150px;
    text-align: center;
    position: relative;
    font-weight: 700;
    z-index: 999;
    font-family: "Roboto", sans-serif;
}

.tabs .nav-link:before {
    border-bottom: 2px solid #D9D9D9;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 0;
    display: inline-block;
}

.tabs .nav-link.active:before {
    border-bottom: 2px solid #0071EB;
    border-bottom: 3px solid #0071EB;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    display: inline-block;
    z-index: 1;
}

.tabs .nav-link.active {
    border-bottom: 4px solid #0071EB;
    color: #0071EB
}

.tab-content .tab-pane {
    padding: 50px 0
}

.tabintro {
    font-size: 18px;
    line-height: 33px;
    color: #747474;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 30px 30px 0 0;
}

.faq .card {
    border: 0;
    overflow: hidden;
}

.faq .card .card-header {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #F4F4F4;
    color: #040404;
    padding: 35px 50px;
    font-size: 19px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    font-size: 21px;
    margin-top: 0px;
}

.faq .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #000;
}

.faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.faq .card .collapsing {
    background: #F4F4F4;
    padding: 0 30px 30px;
}

.faq .card .collapse {
    border: 0;
}

.faq .card .collapse .card-body {
    padding: 0 50px 50px;
}

.faq .card .collapse.show {
    background: #F4F4F4;
    line-height: 30px;
    color: #222;
    border-radius: 0 0 30px 30px;
}

.accordion-container {
    margin-top: 40px;
}

.content-img-wrapper {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
}

.blue-container {
    background-color: #0071EB;
    height: 250px;
    padding: 0 98px;
    position: absolute;
    width: 100%;
    margin-top: -134px;
    border-radius: 20px;
}

.white-btn .btn-xl {
    color: #fff;
    border: 2px solid #fff;
}

.white-btn .btn-xl:hover {
    color: #000;
}

.directory-section {
    background-color: #040404;
    color: #fff;
    padding: 227px 0 100px;
}

.directory-section .heading {
    font-size: 55px;
    line-height: 75px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.directory-section .right-heading-directory {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 19px;
    font-family: "Roboto", sans-serif;
    color: #CACACA;
}

.directory-section .search-item a {
    font-size: 15px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 12px 5px 12px;
    border-radius: 5px;
}

.directory-section .search-item a:hover {
    font-size: 15px;
    color: #0071eb;
    font-family: "Roboto", sans-serif;
}

.footern-wrapper {
    background-color: #F4F4F4;
    padding: 50px;
    color: #040404
}

.address-wrapper {
    margin-bottom: 20px;
    font-size: 15px;
}

.address-wrapper .address-heading {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.4px;
}

.address-wrapper .address-heading img {
    position: absolute;
    left: -32px;
}

.address-wrapper .address,
.address-wrapper .email,
.address-wrapper .phone {
    margin-bottom: 8px;
    letter-spacing: 0.4px;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
    font-size: 14px;
}

.footern-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footern-wrapper ul li {
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.footern-wrapper ul li a {
    color: #040404;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.footern-wrapper ul li a:hover {
    color: #0071eb;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.footern-wrapper .footer-heading {
    font-weight: bold;
    margin-bottom: 35px;
}

.footern_bottom {
    background-color: #F4F4F4;
    padding: 40px 0 20px;
}

video#bgvid {
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    position: relative;
    z-index: 100;
    right: -163px;
    top: 68px;
}

.v2 {
    position: relative;
    z-index: 101;
}

.v2 .heading {
    font-size: 80px;
    color: #040404;
    line-height: 95px;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.v2 .sub-heading {
    font-size: 18px;
    color: #757575;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
}

.v2topBanner {
    padding: 40px 0 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
}


/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .ampliz-banner-heading {
        font-size: 80px;
        line-height: 90px;
    }
    .ampliz-banner-top {
        min-height: 75vh;
    }
    .btn-wrap-height {
        height: 30vh;
    }
    .sub-text {
        width: 80%;
    }
    .product-features--item .heading {
        font-size: 40px;
        color: #fff;
        font-weight: 900;
        ;
        line-height: 50px;
    }
    .item-content {
        padding: 20px 0
    }
    .item-content p {
        font-size: 18px;
        color: #fff;
        ;
        line-height: 32px;
        letter-spacing: 0.2px;
        margin-bottom: 0
    }
    .learn-more a {
        color: #fff;
        font-size: 17px
    }
    .blue-container .heading {
        line-height: 60px
    }
}


/* /Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .ampliz-banner-heading {
        font-size: 65px;
        line-height: 80px;
    }
    .ampliz-banner-top {
        min-height: 75vh;
    }
    .btn-wrap-height {
        height: 20vh
    }
    .sub-text {
        width: 80%;
    }
    .product-features--item .heading {
        font-size: 40px;
        color: #fff;
        font-weight: 900;
        ;
        line-height: 50px;
    }
    .item-content {
        padding: 20px 0
    }
    .blue-container {
        width: 95%;
        padding: 40px;
        height: 150px;
        margin-top: -50px;
    }
    .blue-container .heading {
        font-size: 37px;
        line-height: 48px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .ampliz-banner-heading {
        font-size: 50px;
        line-height: 60px;
        padding-top: 60px;
    }
    .ampliz-banner-top {
        min-height: 60vh;
    }
    .sub-text {
        font-size: 18px;
        width: 100%;
        margin: 0 auto;
        color: #757575;
        line-height: 24px;
    }
    .btn-wrap-height {
        height: 20vh;
    }
    .btn-xl {
        padding: 1.2rem 1.6rem;
        font-size: 1rem;
        line-height: 0.5;
        border-width: 2px;
    }
    .blue-container {
        width: 95%;
        padding: 20px;
        height: 100px;
        margin-top: -50px;
    }
    .acap-feature-section {
        padding: 50px 0 50px;
    }
    .blue-container .heading {
        font-size: 25px;
        line-height: 27px;
    }
}

@media (min-width: 361px) and (max-width: 575px) {
    .ampliz-banner-top {
        min-height: 30vh;
        padding: 20px 0px;
    }
    .btn-wrap-height {
        height: 32vh;
    }
    .d-xs-block {
        display: block !important;
    }
    .product-features--item .heading {
        font-size: 35px;
        line-height: 50px;
    }
    .item-content p {
        font-size: 15px;
        line-height: 27px;
    }
    .acap-feature-section {
        background-color: #fff;
        padding: 30px 0;
    }
    .acap-feature-section .heading {
        font-size: 40px;
        color: #040404;
        line-height: 60px;
        text-align: center;
        font-weight: 900;
        font-family: Roboto;
    }
    .blue-container {
        width: 95%;
        padding: 22px;
        height: 143px;
        margin-top: -74px;
    }
    .blue-container .heading {
        font-size: 22px;
        line-height: 27px;
    }
    .tabs .nav-link {
        padding: 15px;
        min-width: 100px;
    }
    .faq .card .card-header .btn-header-link {
        padding: 10px 20px;
    }
    .faq .card .collapse .card-body {
        padding: 0 20px 20px
    }
    .footern-wrapper {
        padding: 15px;
    }
    .footern-wrapper ul li {
        margin-bottom: 10px;
    }
    .directory-section {
        padding: 118px 0 38px;
    }
    .dir {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .v2 .heading {
        font-size: 52px;
        color: #040404;
        line-height: 67px;
        font-weight: 900;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        padding-left: 10px;
        padding-right: 10px;
    }
    .directory-section .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .v2 .sub-heading {
        font-size: 18px;
        color: #757575;
        line-height: 35px;
        font-family: "Roboto", sans-serif;
        padding-left: 10px;
        padding-right: 10px;
    }
    video#bgvid {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        position: relative;
        z-index: 100;
        right: -75px;
        padding: 83px 0;
        margin-bottom: 87px;
    }
}


/* extra Small devices ( phones,  px and up) */

@media (max-width: 360px) {
    /* .vd-ne {
        transform: scale(2);
    } */
    .ampliz-banner-heading {
        font-size: 50px;
        line-height: 55px;
    }
    .ampliz-banner-top {
        min-height: 30vh;
        padding: 20px 0px;
    }
    .btn-wrap-height {
        height: 32vh;
    }
    .d-xs-block {
        display: block !important;
    }
    .product-features--item .heading {
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }
    .item-content p {
        font-size: 15px;
        line-height: 27px;
    }
    .acap-feature-section {
        background-color: #fff;
        padding: 30px 0;
    }
    .acap-feature-section .heading {
        font-size: 30px;
        color: #040404;
        line-height: 40px;
        text-align: center;
        font-weight: 900;
        font-family: Roboto;
    }
    .blue-container {
        width: 95%;
        padding: 10px;
        height: 100px;
        margin-top: -50px;
    }
    .blue-container .heading {
        font-size: 19px;
        line-height: 27px;
    }
    .tabs .nav-link {
        padding: 15px;
        min-width: 100px;
    }
    .faq .card .card-header .btn-header-link {
        padding: 10px 20px;
    }
    .faq .card .collapse .card-body {
        padding: 0 20px 20px
    }
    video#bgvid {
        z-index: 100;
        right: -20px;
        padding: 30px 0;
    }
    .v2 .heading {
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }
    .v2 .sub-heading {
        text-align: center;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/*animation*/

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.product-features-section {
    position: relative;
    color: #fff
}

.product-features--content {
    padding-right: 50px
}

@media (max-width:1023px) {
    .product-features--content {
        width: 300px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .product-info-section .block-img {
        margin: 0 -16px
    }
    .product-features--content .item-content.wysiwyg-editor .product-info-section ul,
    .product-info-section .list-w-circle,
    .product-info-section .product-features--content .item-content.wysiwyg-editor ul {
        display: none
    }
    .product-info-section .content {
        padding-bottom: 16px
    }
    .product-features--content {
        padding-right: 0;
        width: 100%
    }
    .product-features--sticky {
        display: none
    }
}

.product-features--content .item-content.wysiwyg-editor ul li:before {
    color: #ff7557
}

.product-features--sticky {
    position: absolute;
    top: 80px;
    height: calc(100% - 85px);
    margin-left: 476px;
    margin-right: -120px;
    width: 100%;
    max-width: 850px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-features--sticky-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 850px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.product-features--sticky-items:before {
    content: "";
    padding-bottom: 58.82%;
    display: block
}

.product-features--sticky-items img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-features--sticky-items video {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width:1439px) {
    .product-features--sticky-items img {
        max-width: 700px;
        height: auto
    }
}

@media (max-width:1279px) {
    .product-features--sticky-items img {
        max-width: 590px
    }
}

@media (max-width:1023px) {
    .product-features--sticky {
        margin-left: 300px
    }
    .product-features--sticky-items img {
        max-width: 410px
    }
}

.product-features--sticky-items img.show {
    opacity: 1;
    visibility: visible
}

.product-features--sticky-items video.show {
    opacity: 1;
    visibility: visible
}

.item-content--mobile-image {
    margin-top: 34px
}

.product-features--item {
    padding: 40px 0
}

@media (min-width:768px) {
    .item-content--mobile-image {
        display: none
    }
    .product-features--item {
        padding: 120px 0 220px
    }
}

.product-features--item header .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px
}

.product-features--item header .title-wrap strong {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.product-features--item header .ico-wrap {
    width: 50px;
    height: 50px;
    margin-right: 15px
}

@media (max-width:767px) {
    .product-features--item:first-of-type {
        padding-top: 0
    }
    .product-features--item header .ico-wrap {
        margin-right: 15px
    }
}

.resources-carousel .img-wrap img {
    width: 100%
}

.resources-carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
    padding-top: 19px;
    width: 100%
}

.resources-carousel .slick-dots li {
    padding: 0 8px
}

.resources-carousel .slick-dots li button {
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    background: #1f1f24;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    outline: 0
}

.resources-carousel .slick-dots li button:hover,
.resources-carousel .slick-dots li.slick-active button {
    background: #7856ff
}

.resources-carousel .link:after {
    top: -2px
}

.resources-section {
    padding: 116px 0;
    background: #fcfcfc;
    color: #1d1e21;
    position: relative;
    z-index: 2
}

.resources-section .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 109px
}

@media (max-width:1023px) {
    .resources-section {
        padding: 70px 0
    }
    .resources-section .header {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .resources-section {
        margin-top: -225px;
        padding: 59px 0
    }
    .resources-section .header {
        margin-bottom: 27px
    }
}

.resources-section h2 {
    margin: 0
}

@media (min-width:1280px) {
    .resources-section h2 {
        font-size: 54px;
        line-height: 1.333
    }
}

@media (max-width:1023px) {
    .resources-section h2 {
        width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .resources-section h2 {
        padding-right: 30px;
        margin-bottom: 22px
    }
}

.resources-section .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.resources-section .head .icon-wrap {
    width: 20px;
    margin-top: -1px
}

.resources-section .head strong {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px;
    letter-spacing: 2px;
    font: 700 13px/1.615 "Apercu Mono", "Helvetica Neue", Helvetica, sans-serif
}

.blockquote blockquote,
.single-testimonial blockquote {
    font-family: "Apercu Pro", "Helvetica Neue", Helvetica, sans-serif
}

.resources-section .img-wrap {
    margin-bottom: 30px
}

.resources-section h4 {
    padding-right: 36px;
    margin-bottom: 11px;
    letter-spacing: -1px
}

@media (max-width:1279px) {
    .resources-section h4 {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .resources-section h4 {
        letter-spacing: 0;
        padding-right: 23px;
        margin-bottom: 22px
    }
    .js-footer-parallax .resources-section {
        position: relative!important
    }
}

.bottom-points {
    background: #201f25;
    padding: 46px 0;
    color: #fff
}

@media (max-width:1023px) {
    .bottom-points {
        padding: 30px 0
    }
}

.bottom-points.w-border .point {
    padding: 12px 0 12px 17px;
    max-width: 310px;
    position: relative
}

.bottom-points.w-border .point.w-full {
    max-width: none
}

.bottom-points.w-border .point:before {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #7856ff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.blockquote blockquote q p:after,
.blockquote blockquote q p:before,
.single-testimonial blockquote q p:after,
.single-testimonial blockquote q p:before {
    content: '"'
}

.bottom-points.w-border .point h5 {
    font-size: 24px;
    padding: 0;
    margin-right: -10px
}

.bottom-points [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px
}

.bottom-points .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-points .icon-holder {
    margin-right: 22px
}

.bottom-points h5 {
    margin: 0;
    font-weight: 400;
    padding-right: 32px;
    line-height: 1.333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bottom-points .highlight-txt {
    font-weight: 700
}

.single-testimonial {
    background: #fcfcfc;
    padding: 120px 0;
    text-align: center;
    color: #1f1f24
}

@media (max-width:1023px) {
    .single-testimonial {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .single-testimonial {
        padding: 50px 0
    }
}

.hero-webinar+.single-testimonial {
    padding: 140px 0 120px
}

.single-testimonial.bg-black {
    background: #1f1f24;
    color: #fff
}

.single-testimonial .logo-wrap {
    margin-bottom: 32px
}

.single-testimonial blockquote {
    margin: 0
}

.single-testimonial blockquote q {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 32px;
    display: block;
    font-weight: 200;
    letter-spacing: -.05em
}

@media (max-width:767px) {
    .single-testimonial blockquote q {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.single-testimonial blockquote q p {
    display: inline
}

.single-testimonial blockquote cite {
    font-style: normal;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: -.03em
}

.single-testimonial blockquote cite span,
.single-testimonial blockquote cite strong {
    display: block
}

.blockquote {
    background: #fcfcfc;
    padding: 190px 0;
    text-align: center;
    color: #1f1f24
}

@media (max-width:1023px) {
    .blockquote {
        padding: 80px 0
    }
}

.blockquote.bg-black {
    background: #1f1f24;
    color: #fff
}

.blockquote .logo-wrap {
    margin-bottom: 32px
}

.blockquote blockquote {
    margin: 0 0 30px
}

@media (max-width:767px) {
    .blockquote {
        padding: 50px 0
    }
    .blockquote .logo-wrap img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .blockquote blockquote {
        margin-bottom: 20px
    }
}

.blockquote blockquote q {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 32px;
    display: block;
    font-weight: 200;
    letter-spacing: -.05em
}

@media (max-width:767px) {
    .blockquote blockquote q {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.blockquote blockquote q p {
    display: inline
}

.blockquote blockquote cite {
    font-style: normal;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: -.03em
}

.blockquote blockquote cite span,
.blockquote blockquote cite strong {
    display: block
}

.blockquote-foot {
    margin-top: 30px;
    padding-top: 34px;
    background: url(../../images/sep.png) repeat-x
}

@media (max-width:767px) {
    .blockquote-foot {
        margin-top: 20px;
        padding-top: 20px
    }
}

.blockquote-foot blockquote {
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: -.03em
}

.blockquote-foot blockquote q {
    display: block;
    margin-bottom: 14px
}

.blockquote-foot blockquote q:before {
    content: '“';
    font-weight: 700
}

.blockquote-foot blockquote q:after {
    content: '"'
}

.blockquote-foot blockquote q p {
    display: inline
}

.blockquote-foot blockquote cite {
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blockquote-foot blockquote cite strong {
    font-weight: 400;
    padding-left: 11px
}

.blockquote-foot blockquote cite strong .info-txt {
    display: block;
    margin-bottom: 6px;
    font-weight: 300
}

.blockquote-foot blockquote cite strong .info-txt em {
    font-style: normal;
    font-weight: 700
}

.blockquote-foot blockquote cite strong .logo-wrap {
    display: block;
    width: 64px;
    margin-top: 6px
}

.blockquote-foot blockquote .avatar-wrap {
    display: block;
    width: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.other-features {
    background: #7856ff;
    padding: 93px 0 115px
}

@media (max-width:1023px) {
    .other-features {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .other-features {
        padding: 50px 0
    }
}

.other-features h4 {
    text-align: center;
    margin-bottom: 52px;
    color: #fff
}

@media (max-width:1023px) {
    .other-features h4 {
        margin-bottom: 30px
    }
}

.other-features .row {
    margin-top: -15px;
    margin-bottom: -15px
}

.other-features .row [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px
}

.other-features .box {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 33px 25px 50px;
    position: relative;
    color: #1f1f24;
    font-size: 16px;
    line-height: 1.5
}

.cta-a .inner,
.pricing-features .box {
    -webkit-border-radius: 8px;
    overflow: hidden
}

.other-features .box .icon-holder {
    margin-bottom: 27px
}

.other-features .box h5 {
    max-width: 150px;
    min-height: 64px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .other-features .box h5 {
        min-height: 1px;
        max-width: none
    }
}

.other-features .box p {
    color: #626266;
    margin-bottom: 16px
}

.other-features .box .link-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 26px
}

.other-features .box .link {
    font-size: 16px;
    line-height: 1.875;
    padding-right: 18px
}

.other-features .box .link:after {
    font-size: 9px;
    margin: 0
}

.cta {
    background: #1f1f24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 625px;
    color: #fff;
    font-size: 24px;
    line-height: 1.333;
    padding: 50px 0;
    letter-spacing: -.03em
}

.cta.gray {
    background: #fcfcfc;
    color: #1f1f24
}

@media (max-width:767px) {
    .cta {
        font-size: 18px
    }
}

.cta>.container {
    width: 100%
}

.cta h1 {
    margin-bottom: 10px
}

@media (min-width:1280px) {
    .cta h1 {
        font-size: 90px;
        line-height: 1.067
    }
}

@media (max-width:767px) {
    .cta h1 {
        margin-bottom: 9px
    }
    .cta .text-wrap {
        padding: 0 25px;
        margin-bottom: 31px
    }
    .cta .btns-list li {
        width: 50%
    }
}

.cta .text-wrap {
    max-width: 610px;
    margin: 0 auto 33px
}

.cta .btns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -12px
}

.cta .btns-list li {
    padding: 12px
}

.cta .btns-list li .btn {
    min-width: 172px;
    padding: 14px;
    letter-spacing: -.03em
}

@media (max-width:767px) {
    .cta .btns-list li .btn {
        display: block;
        letter-spacing: 0;
        padding: 17px;
        min-width: 1px
    }
}

.cta .centered-list {
    margin: 30px 0 50px
}

.cta .centered-list+.btn {
    min-width: 172px
}

.cta .centered-list ul span:before {
    top: 3px
}

.cta-a {
    padding: 50px 0
}

.cta-a.blue .inner {
    background: #4f44e0
}

.cta-a .inner {
    padding: 35px 97px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

@media (max-width:1023px) {
    .cta {
        min-height: 400px
    }
    .cta-a .inner {
        padding: 35px
    }
}

.cta-a .desc {
    max-width: 570px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767px) {
    .cta-a .inner {
        padding: 30px;
        display: block
    }
    .cta-a .desc {
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 0;
        margin-bottom: 30px
    }
    .pricing-cta h1 {
        font-size: 36px
    }
}

.cta-a .desc h4 {
    margin-bottom: 11px
}

.cta-a .desc p {
    margin: 0
}

.cta-a .desc p+p {
    margin-top: 0 0 1em
}

.cta-a .btn {
    min-width: 166px
}

.pricing-cta-a {
    position: relative
}

.pricing-cta-a:before {
    content: "";
    background: #201f25;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1
}

.video-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px
}

.video-foot .video-img-wrap {
    width: 170px;
    position: relative
}

@media (max-width:1023px) {
    .video-foot .video-img-wrap {
        width: 130px
    }
}

@media (max-width:767px) {
    .video-foot .video-img-wrap {
        width: 160px
    }
}

.video-foot .video-img-wrap:focus span,
.video-foot .video-img-wrap:hover span {
    background: #ae9aff
}

.video-foot .video-img-wrap img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15)
}

.video-foot .video-img-wrap a {
    display: block;
    height: 100%
}

.video-foot .video-img-wrap span {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    z-index: 1;
    background: #4f44e0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

[data-appear-block],
[data-appear-stagger]>* {
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

.video-foot .video-img-wrap span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\e90a";
    font: 10px/1 icomoon;
    color: #fff;
    margin-left: 1px
}

.canvas-wave-wrapper,
.canvas-wave-wrapper:before {
    position: relative;
    width: 100%
}

.video-foot .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: -.03em;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px
}

@media (max-width:767px) {
    .video-foot .desc {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding: 20px 0 0
    }
}

.video-foot .desc strong {
    display: block;
    line-height: 1.523;
    font: 700 21px/1.523 "Apercu Pro", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -.03em
}

.video-foot .desc p {
    margin: 0
}

.video-foot .desc p+p {
    margin-top: 10px
}

.canvas-wave-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 39.58%
}

.custom-select .opener:after,
.integrations-tools .filters .search .icon-search:before {
    content: ''
}

.canvas-wave-wrapper canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    .logos-animation--wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .logos-animation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.logos-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform
}

.logos-animation .logos-wrap {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@-webkit-keyframes logosAnimation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }
}

@keyframes logosAnimation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }
}

@-webkit-keyframes logosAnimationMobile {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
}

@keyframes logosAnimationMobile {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
}

.footer-animated-background-inner,
.hero-animated-background-inner {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    height: 100%
}

[data-appear-block] {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-block].is-appeared {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=zoom-in] {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1) .5s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s
}

[data-appear-block][data-appear-block=zoom-in].is-appeared {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=zoom-fade-in] {
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-block][data-appear-block=zoom-fade-in].is-appeared {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=from-right] {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

[data-appear-block][data-appear-block=from-right].is-appeared {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=from-left] {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

[data-appear-block][data-appear-block=from-left].is-appeared {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=fade-in] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-block][data-appear-block=fade-in].is-appeared {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger]>* {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-stagger].is-appeared>* {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger][data-appear-stagger=zoom-in]>* {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-stagger][data-appear-stagger=zoom-in].is-appeared>* {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger][data-appear-stagger=from-left]>* {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

[data-appear-stagger][data-appear-stagger=from-left].is-appeared>* {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger][data-appear-stagger=from-right]>* {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

[data-appear-stagger][data-appear-stagger=from-right].is-appeared>* {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger][data-appear-stagger=fade-in]>* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-stagger][data-appear-stagger=fade-in].is-appeared>* {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-illustration] {
    opacity: 0
}

[data-svg-animation] {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1) .4s
}

[data-svg-animation].is-appeared {
    opacity: 1
}

[data-appear-group] [data-appear-group-item] {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-group].is-appeared [data-appear-group-item] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-group][data-appear-group=zoom-in] [data-appear-group-item] {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}

[data-appear-group][data-appear-group=zoom-in].is-appeared [data-appear-group-item] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-group][data-appear-group=from-left] [data-appear-group-item] {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

[data-appear-group][data-appear-group=from-left].is-appeared [data-appear-group-item] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-group][data-appear-group=from-right] [data-appear-group-item] {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

[data-appear-group][data-appear-group=from-right].is-appeared [data-appear-group-item] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-group][data-appear-group=fade-in] [data-appear-group-item] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-appear-group][data-appear-group=fade-in].is-appeared [data-appear-group-item] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pricing-features {
    background: #fff;
    padding: 154px 0
}

@media (max-width:1279px) {
    .pricing-features {
        padding: 120px 0
    }
}

@media (max-width:1023px) {
    .pricing-features {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .pricing-features {
        padding: 60px 0
    }
    .pricing-features h1 {
        font-size: 36px
    }
}

.pricing-features+div,
.pricing-features+section {
    padding-top: 0
}

.pricing-features .boxes-wrap [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

.pricing-features .header {
    margin-bottom: 32px
}

.pricing-features h1 {
    margin-bottom: 12px
}

.pricing-features h1 span {
    color: #4f44e0
}

.pricing-features .desc {
    max-width: 673px
}

.pricing-features .box {
    -webkit-transition: background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    display: block;
    color: #1f1f24;
    background: #f6f6f6;
    padding: 50px 38px 72px;
    border-radius: 8px;
    position: relative;
    font-size: 16px;
    line-height: 1.75
}

@media (max-width:1023px) {
    .pricing-features .box {
        padding: 30px 30px 70px
    }
}

.pricing-features .box:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(31, 31, 36, .16), 0 4px 48px rgba(31, 31, 36, .08);
    box-shadow: 0 0 12px rgba(31, 31, 36, .16), 0 4px 48px rgba(31, 31, 36, .08)
}

.pricing-features .box:hover .link.blue {
    color: #ae9aff
}

.pricing-features .box .link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 38px 37px
}

.integrations-tools .box:hover .link:after,
.mixpanel-features .row a:hover .link:after {
    right: -5px
}

@media (max-width:1023px) {
    .pricing-features .box .link-wrap {
        padding: 0 30px 30px
    }
}

.pricing-features .box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.pricing-features .box h4 .icon-holder {
    margin-right: 20px
}

.pricing-features .body {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 46px;
    margin-top: -26px;
    margin-bottom: -26px
}

@media (max-width:1023px) {
    .pricing-features .body {
        padding-top: 0
    }
}

.pricing-features .body [class*=col-] {
    padding-top: 26px;
    padding-bottom: 26px
}

.pricing-features .body .desc {
    padding-right: 40px
}

@media (max-width:767px) {
    .pricing-features .body {
        margin-top: -15px;
        margin-bottom: -15px
    }
    .pricing-features .body [class*=col-] {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .pricing-features .body .desc {
        padding-right: 0
    }
}

.pricing-features .body .desc p {
    margin: 0
}

.pricing-features .body .desc p+p {
    margin: 1em 0 0
}

.pricing-features .body .icon {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #4f44e0;
    margin-bottom: 17px
}

@media (max-width:767px) {
    .pricing-features .body .icon {
        margin-bottom: 15px
    }
}

.pricing-features .body h5 {
    width: 100%;
    margin-bottom: 20px
}

.pricing-faqs {
    background: #1f1f24;
    color: #fff;
    padding: 119px 0 20px
}

@media (max-width:1023px) {
    .pricing-faqs {
        padding: 80px 0 20px
    }
}

@media (max-width:767px) {
    .pricing-features .body h5 {
        margin-bottom: 8px
    }
    .pricing-faqs {
        padding: 60px 0 20px
    }
}

.pricing-faqs .header {
    margin-bottom: 112px
}

@media (max-width:1023px) {
    .pricing-faqs .header {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .pricing-faqs .header {
        margin-bottom: 40px
    }
    .pricing-faqs h1 {
        font-size: 36px
    }
}

.pricing-faqs h1 {
    margin-bottom: 26px
}

.pricing-faqs h1 span {
    color: #4f44e0
}

.pricing-faqs .body [class*=col-] {
    padding-bottom: 100px
}

@media (max-width:1023px) {
    .pricing-faqs .body [class*=col-] {
        padding-bottom: 70px
    }
}

.pricing-faqs .body h4 {
    padding-right: 50px;
    margin-bottom: 11px
}

@media (max-width:767px) {
    .pricing-faqs .body [class*=col-] {
        padding-bottom: 40px
    }
    .pricing-faqs .body h4 {
        padding-right: 0
    }
}

.pricing-faqs .body .desc {
    letter-spacing: 0;
    padding-right: 19px
}

@media (max-width:767px) {
    .pricing-faqs .body .desc {
        padding-right: 0
    }
}

.pricing-faqs .body .desc a {
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    font-weight: 700;
    color: #fff
}

.pricing-faqs .body .desc a:hover {
    color: #4f44e0
}

.pricing-faqs .body p {
    margin: 0
}

.pricing-faqs .body p+p {
    margin-top: 32px
}

.pricing-core-features {
    padding: 80px 0 166px
}

.pricing-core-features .nav-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #1f1f24;
    margin-bottom: 26px
}

@media (max-width:767px) {
    .pricing-core-features {
        padding: 39px 0 43px
    }
    .pricing-core-features .nav-table {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0 -30px 26px
    }
}

@media (min-width:768px) {
    .pricing-core-features .nav-table {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .pricing-core-features .nav-table li {
        width: 154px
    }
    .pricing-core-features .nav-table a {
        pointer-events: none
    }
}

@media (min-width:1024px) {
    .pricing-core-features .nav-table li {
        width: 190px
    }
}

.pricing-core-features .nav-table span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.pricing-core-features .nav-table h4 {
    margin: 0
}

.pricing-core-features .nav-table a {
    display: block;
    color: #1f1f24
}

@media (max-width:767px) {
    .pricing-core-features .nav-table li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .pricing-core-features .nav-table span {
        font-size: 13px
    }
    .pricing-core-features .nav-table h4 {
        font-size: 20px
    }
    .pricing-core-features .nav-table a {
        padding: 0 5px 10px
    }
}

.pricing-core-features .title {
    font: 700 22px/1.3 "Apercu Pro", "Helvetica Neue", Helvetica, sans-serif;
    border-bottom: 2px solid #eef2f8;
    margin-bottom: 5px;
    color: gray;
    padding: 16px 28px
}

.pricing-core-features .table-stripe td:not(:first-child),
.pricing-core-features .table-stripe th:not(:first-child) {
    width: 190px
}

@media (max-width:1023px) {
    .pricing-core-features .table-stripe td:not(:first-child),
    .pricing-core-features .table-stripe th:not(:first-child) {
        width: 154px
    }
}

@media (max-width:767px) {
    .pricing-core-features .title {
        padding: 0 20% 35px 0
    }
    .pricing-core-features .table-stripe td:not(:first-child),
    .pricing-core-features .table-stripe th:not(:first-child) {
        width: 33.33%
    }
    .pricing-core-features .starter .table-stripe td:nth-child(3),
    .pricing-core-features .starter .table-stripe td:nth-child(4),
    .pricing-core-features .starter .table-stripe th:nth-child(3),
    .pricing-core-features .starter .table-stripe th:nth-child(4),
    .pricing-core-features .table-stripe td:nth-child(3),
    .pricing-core-features .table-stripe td:nth-child(4),
    .pricing-core-features .table-stripe th:nth-child(3),
    .pricing-core-features .table-stripe th:nth-child(4) {
        display: none
    }
    .pricing-core-features .starter .table-stripe td:nth-child(2),
    .pricing-core-features .starter .table-stripe th:nth-child(2) {
        display: table-cell
    }
    .pricing-core-features .growth .table-stripe td:nth-child(2),
    .pricing-core-features .growth .table-stripe td:nth-child(4),
    .pricing-core-features .growth .table-stripe th:nth-child(2),
    .pricing-core-features .growth .table-stripe th:nth-child(4) {
        display: none
    }
    .pricing-core-features .growth .table-stripe td:nth-child(3),
    .pricing-core-features .growth .table-stripe th:nth-child(3) {
        display: table-cell
    }
    .pricing-core-features .enterprise .table-stripe td:nth-child(2),
    .pricing-core-features .enterprise .table-stripe td:nth-child(3),
    .pricing-core-features .enterprise .table-stripe th:nth-child(2),
    .pricing-core-features .enterprise .table-stripe th:nth-child(3) {
        display: none
    }
    .pricing-core-features .enterprise .table-stripe td:nth-child(4),
    .pricing-core-features .enterprise .table-stripe th:nth-child(4) {
        display: table-cell
    }
    .table-stripe-wrap {
        margin: 0 -30px
    }
}

.table-stripe {
    width: 100%;
    line-height: 1.24;
    color: #1f1f24
}

.table-stripe h4 {
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    margin-bottom: 0
}

.table-stripe thead th {
    padding: 0 10px
}

.table-stripe thead th:first-child {
    padding-left: 0
}

.table-stripe thead th .btn {
    display: block;
    padding: 14px
}

@media (max-width:767px) {
    .table-stripe thead th .btn {
        font-size: 14px;
        padding: 10px 5px
    }
}

.table-stripe td,
.table-stripe th {
    text-align: center;
    border-left: 1px solid #e4e4e5
}

.table-stripe td:first-child,
.table-stripe th:first-child {
    text-align: left;
    border: none
}

.table-stripe td {
    padding: 23px 15px
}

@media (max-width:767px) {
    .table-stripe td {
        padding: 20px 15px;
        height: 65px
    }
}

.table-stripe td:first-child {
    padding-left: 33px
}

@media (max-width:1023px) {
    .table-stripe td:first-child {
        padding-left: 20px
    }
}

.table-stripe td>span {
    display: inline-block;
    max-width: 339px
}

.table-stripe td>span em {
    font-style: normal;
    display: block
}

.table-stripe tbody tr:nth-child(even) td {
    background: #f6f6f6
}

.table-stripe tbody tr th {
    font: 700 24px/1.5 "Apercu Pro", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -.05em;
    padding: 17px 16px 21px 0
}

@media (max-width:767px) {
    .table-stripe tbody tr th {
        padding: 15px 20px
    }
}

.table-stripe tbody+tbody th {
    padding-top: 55px
}

.table-stripe tbody strong {
    font-weight: 500
}

@media (max-width:767px) {
    .table-stripe tbody+tbody th {
        padding-top: 30px
    }
    .nav-table {
        position: relative;
        border-bottom: 1px solid #5b6271
    }
    .nav-table>li.active a h4 {
        color: #7856ff
    }
}

.nav-table .magic-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background: #7856ff;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:768px) {
    .nav-table .magic-line {
        display: none
    }
}

[class*=media-]:not([class*=bg-])+.mixpanel-features {
    padding-top: 64px
}

@media (max-width:1023px) {
    [class*=media-]:not([class*=bg-])+.mixpanel-features {
        padding-top: 0
    }
}

.mixpanel-features {
    padding: 143px 0;
    background: #fcfcfc
}

@media (max-width:1279px) {
    .mixpanel-features {
        padding: 120px 0
    }
}

@media (max-width:1023px) {
    .mixpanel-features {
        padding: 80px 0
    }
}

.mixpanel-features h5 {
    text-align: center;
    margin-bottom: 66px
}

@media (max-width:767px) {
    .mixpanel-features {
        padding: 60px 0
    }
    .mixpanel-features h5 {
        margin-bottom: 30px
    }
}

.mixpanel-features .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px
}

.mixpanel-features .row [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:767px) {
    .mixpanel-features .row {
        margin: -30px -30px 0
    }
    .mixpanel-features .row [class*=col-] {
        padding: 30px
    }
}

.mixpanel-features .row a {
    -webkit-transition: background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    display: block;
    width: 100%;
    color: #1f1f24;
    background: #f6f6f6;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 36px 25px 60px 30px;
    position: relative
}

.mixpanel-features .row a:hover {
    background: #fcfcfc;
    -webkit-box-shadow: 0 0 12px rgba(31, 31, 36, .16), 0 4px 48px rgba(31, 31, 36, .08);
    box-shadow: 0 0 12px rgba(31, 31, 36, .16), 0 4px 48px rgba(31, 31, 36, .08)
}

.mixpanel-features .row a .link {
    font-size: 16px
}

.mixpanel-features .row a .link:hover {
    color: #7856ff
}

.mixpanel-features .row a .link:after {
    margin-left: 6px;
    top: 0
}

.mixpanel-features .icon-wrap {
    width: 32px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .mixpanel-features .row a {
        padding: 36px 25px 50px 30px
    }
    .mixpanel-features .resources-carousel .slick-dots {
        padding-top: 0
    }
    .mixpanel-features .icon-wrap {
        margin-bottom: 20px
    }
}

.mixpanel-features h4 {
    min-height: 96px;
    line-height: 1.222;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .mixpanel-features h4 {
        min-height: 1px;
        margin-bottom: 10px
    }
}

.mixpanel-features h4 span {
    display: block
}

.mixpanel-features p {
    color: #626266;
    margin-bottom: 51px
}

.mixpanel-features .link-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 32px
}

@media (max-width:767px) {
    .mixpanel-features p {
        margin-bottom: 20px
    }
    .mixpanel-features .link-wrap {
        padding: 0 30px 30px
    }
    .stat-list {
        margin-top: 50px
    }
    .content-img-wrapper #Recruitment {
        transform: scale(1.1);
        padding-top: 0px;
        margin-top: 30px;
        padding-bottom: 10px;
    }
}

.stat-list li+li {
    margin-top: 120px
}

@media (max-width:767px) {
    .stat-list li+li {
        margin-top: 40px
    }
}

.home-2-btn {
    color: #0071eb;
    background-color: transparent;
    background-image: none;
    border-color: #0071eb;
    padding: 11px 40px;
    font-size: 15px!important;
    border-radius: 50px;
    border: 3px solid #0071eb;
}

.home-2-btn:hover {
    background-color: #0071eb;
    color: #fff;
}

.home-2-black {
    color: #fff;
    background-color: #040404;
    background-image: none;
    border-color: #040404;
    padding: 11px 40px;
    font-size: 15px!important;
    border-radius: 50px;
    border: 3px solid #040404;
}

.collapse-img {
    display: none;
}

.collapse-img.show {
    display: block;
}

.content-img-wrapper #Sales {
    /* transform: scale(1.5); */
    /* padding-top: 170px; */
}

.content-img-wrapper #Recruitment {
    /* transform: scale(1.5);
    padding-top: 190px; */
}

.content-img-wrapper #Marketing {
    transform: scale(1.1);
    padding-top: 90px;
}

.content-img-wrapper #Softwareit {
    /* transform: scale(1.4);
    padding-top: 200px; */
}

.content-img-wrapper #Medicadevicemanuacturers {
    transform: scale(1.1);
    /* padding-top: 90px; */
}

.content-img-wrapper #Recruitment1 {
    /* transform: scale(1.5); */
    padding-top: 150px;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
    z-index: 999!important;
}

@media (max-width:414px) {
    .content-img-wrapper #Marketing {
        transform: scale(1.1);
        padding-top: 0px;
    }
    .black-bk-btn {
        border: 2px solid #040404!important;
        color: #fff!important;
        background: #040404;
        border-radius: 50px!important;
        padding: 10px 25px 10px 25px!important;
        font-size: 15px;
        margin-top: 22px;
    }
    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 30px 30px 0 0;
        padding-top: 20px!important;
    }
    .content-img-wrapper #Recruitment1 {
        transform: scale(1);
        padding-top: 10px;
    }
    .white-btn .btn-xl {
        color: #fff;
        border: 2px solid #fff;
        width: 139px;
        padding: 12px 16px;
        font-size: 11px;
    }
    .content-img-wrapper #Sales {
        transform: scale(1.1);
    }
    .content-img-wrapper #Medicadevicemanuacturers {
        transform: scale(1.1);
    }
    .content-img-wrapper #Softwareit {
        transform: scale(1.1);
        padding-top: 0px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {}
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .megamenu {
        min-width: 570px;
        position: absolute;
        transform: translate(-50px, 0);
        border: 1px solid #ccc;
        overflow: hidden;
        background: #fff;
        border-radius: 6px;
        top: -2px;
        left: -50px
    }
    .megamenu .for,
    .megamenu .product-menu {
        padding: 30px 0px 30px 50px
    }
    .megamenu-ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .megamenu-ul li {
        margin-bottom: 10px;
    }
    .megamenu-ul li a {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }
}

.social-icon a:hover img {
    opacity: 0.5;
}

.forHeading {
    font-weight: 500;
    color: #040404;
    font-family: "Roboto", sans-serif;
}


/* header css addon start */

.highlight__link {
    text-decoration: none;
    color: #111;
    font-family: sans-serif;
    display: block;
    margin: auto;
    position: relative;
    padding: 0 10px 5px;
    box-shadow: inset 0 -0.5em 0 rgba(0, 146, 227, 0.3);
    transition: box-shadow .2s ease-in-out;
}

.red-clr {
    background: #f53740;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    color: #fff;
}

.badge-danger {
    color: #fff;
    background-color: #ff3e83;
}

.menu>.nav-item+.nav-item {
    margin-left: 38px;
}

.badge {
    font-weight: 600;
    line-height: 1.4;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nv-clr {
    background-color: #f4faff!important;
    border-bottom-left-radius: 12.8px;
    border-top-left-radius: 12.8px;
}

.home_analytics_banner_area {
    height: 50vh!important;
    min-height: 550px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -moz-linear-gradient(-50deg, #ffffff 0%, #ffffff 100%)!important;
    background-image: -webkit-linear-gradient( -50deg, #ffffff 0%, #ffffff 100%)!important;
    background-image: -ms-linear-gradient(-50deg, #ffffff 0%, #ffffff 100%)!important;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1300px) {
    .blue-container .heading {
        font-size: 55px!important;
        line-height: 27px;
        width: auto!important;
        color: #fff;
        font-weight: bold;
    }
    .navbar-collapse,
    .menu_four .navbar-collapse {
        padding-bottom: 0px!important;
    }
    .menu_four .btn_get {
        border-color: #040404;
        padding: 0px 22px;
        background: #fff;
        min-width: 120px;
        width: auto!important;
        height: 46px;
        line-height: 42px;
        font-weight: 600;
        text-align: center;
        background-color: #ffffff;
        color: #040404;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }
    .header_area a.menu_cus,
    .header_area .btn_get.ml-0 {
        margin-left: 5px !important;
    }
    .menu_four .btn_blue {
        border-color: #0071eb;
        padding: 0px 26px;
        background: #fff;
        min-width: 120px;
        height: 46px;
        width: auto!important;
        line-height: 46px;
        font-weight: 600;
        text-align: center;
        background-color: #0071eb;
        color: #ffffff;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner {
        min-width: 200px;
        list-style: none;
        width: 550px;
        position: absolute;
        -webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 5%);
        box-shadow: -1px 10px 29px 3px rgb(0 0 0 / 20%);
        left: 230px;
        right: 43px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        background: #fff;
        z-index: 99;
        border-radius: 12.8px;
    }
    .lnk {
        padding: 0px 26px;
        font-family: "Roboto", sans-serif;
        color: #040404;
        font-weight: 600;
        font-size: 16px!important;
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
        padding: 0px;
        white-space: nowrap;
        font: 500 15px/47px "Roboto", sans-serif;
        color: #040404;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }
    .menu>.nav-item>.nav-link {
        font: 600 16px "Roboto", sans-serif!important;
        color: #040404;
        padding: 0px;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
    }
    .menu>.nav-item {
        /* margin-left: 25px!important; */
        border-bottom: 0!important;
    }
}

.menu_four .btn_get {
    border-color: #040404;
    padding: 0px 22px;
    background: #fff;
    min-width: 120px;
    height: 46px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
    color: #040404;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.menu_four .btn_get:hover {
    background: #ffffff;
    border-color: #040404;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header_area.navbar_fixed .menu_four .btn_get {
    border: 2px solid #040404!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff!important;
}

.header_area.navbar_fixed .menu_four .btn_get:hover {
    border-color: #040404;
}

.menu_one .btn_get {
    margin-left: 25px;
}

.menu>.nav-item+.nav-item {
    margin-left: 30px;
}


}
@media (min-width: 360px) {
    /* .white-btn .btn-xl {
        color: #fff;
        border: 2px solid #fff;
        width: 139px;
        padding: 12px 16px;
        font-size: 13px;
    } */
    /* .btn-xl {
        padding: 1.2rem 1.6rem;
        font-size: 15px;
        line-height: 0.5;
        border-width: 2px;
    } */
    
    .menu>.nav-item {
        margin-left: 0px;
        padding-top: 28px;
        border-bottom: 1px solid #b1b1b1;
        padding-bottom: 20px;
    }
    
    .menu>.nav-item+.nav-item {
        margin-left: 0px;
    }
    
    .blue-container .heading {
        font-size: 22px;
        line-height: 27px;
        width: 200px;
        color: #fff;
        padding-left: 10px;
        font-weight: bold;
    }
    
    .navbar-collapse,
    .menu_four .navbar-collapse {
        /* max-height: 100%!important;
        overflow-y: scroll;
        margin-left: 0px;
        margin-right: 0px;
        background: #fff; */
        padding-bottom: 200px;
        max-height: 900px;
    }
    
    .menu_four .btn_get {
        border-color: #040404;
        padding: 0px 22px;
        background: #fff;
        min-width: 120px;
        width: 100%;
        height: 46px;
        line-height: 42px;
        font-weight: 600;
        text-align: center;
        background-color: #ffffff;
        color: #040404;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }
    
    .menu_one .btn_get {
        margin-left: 0px!important;
    }
    
    .header_area a.menu_cus,
    .header_area .btn_get.ml-0 {
        margin-left: 0px !important;
    }
    
    .menu_four .btn_blue {
        border-color: #0071eb;
        padding: 0px 26px;
        background: #fff;
        min-width: 120px;
        height: 46px;
        width: 100%;
        line-height: 46px;
        font-weight: 600;
        text-align: center;
        background-color: #0071eb;
        color: #ffffff;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }
    
    .menu>.nav-item {
        margin-left: 0px;
        padding-top: 28px;
        border-bottom: 1px solid #b1b1b1;
        padding-bottom: 20px;
    }
    
    .lnk {
        padding: 0px 20px;
        font-family: "Roboto", sans-serif;
        color: #040404;
        font-weight: 600;
        font-size: 25px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    
    .menu>.nav-item>.nav-link {
        font: 600 25px "Roboto", sans-serif;
        color: #040404!important;
        padding: 0px;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
    }
    
    .menu>.nav-item+.nav-item {
        margin-left: 0px;
    }
    
    .home_analytics_banner_area {
        height: 90vh!important;
        min-height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: -moz-linear-gradient(-50deg, #ffffff 0%, #ffffff 100%)!important;
        background-image: -webkit-linear-gradient( -50deg, #ffffff 0%, #ffffff 100%)!important;
        background-image: -ms-linear-gradient(-50deg, #ffffff 0%, #ffffff 100%)!important;
        overflow: hidden;
        position: relative;
    }
}

/* btn-two */
.menu_four .btn_blue {
    border-color: #0071eb;
    padding: 0px 26px;
    background: #fff;
    min-width: 120px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    background-color: #0071eb;
    color: #ffffff;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}
.menu_four .btn_blue:hover {
    background: #0071eb;
    border-color: #0071eb;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.header_area.navbar_fixed .menu_four .btn_blue {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0071eb;
    padding: 0px 26px;
    background: #fff;
    min-width: 120px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    background-color: #0071eb;
    color: #ffffff;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    /* margin-bottom: 10px; */
}
.bt-nnrt {
    margin-bottom: 40px;
}
.btn_blue {
    font: 500 15px/47px "Roboto", sans-serif;
    -webkit-box-shadow: 0px 20px 24px 0px rgb(0 11 40 / 10%);
    box-shadow: 0px 20px 24px 0px rgb(0 11 40 / 10%);
    padding: 0px 23px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.header_area.navbar_fixed .menu_four .btn_blue:hover {
    border-color: #0071eb;
}

/* header css addon end */
.event_btn_two {
    padding: 11px 33px;
    border-color: #e31f28;
    color: #e31f28!important;
    background: #fbfbfb00!important;
    border-radius: 6px;
}
.event_btn {
    border-radius: 5px;
    margin-right: 18px!important;
}
.header_area.navbar_fixed .menu_four .btn_get {
    border: 2px solid #e31f28;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e31f28;
}
.event_btn {
    background: #e31f28;
    border: 2px solid #e31f28;
}
.blog-sidebar .widget.widget_tag_cloud .post-tags a {
    font: 400 16px/26px "Roboto", sans-serif;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 6px 18px;
    float: left;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 5px;
    cursor: pointer;
}
.blog-sidebar .widget.widget_tag_cloud .post-tags a:hover {
    background: #0071EB!important;
    border-color: #5e2ced;
    color: #fff;
}
.menu_toggle {
    width: 27px;
    height: 27px;
    position: relative;
    cursor: pointer;
    display: block;
    background: #ffffff;
}
.hamburger span {
    width: 0%;
    height: 3px!important;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px 0!important;
    display: block;
    background: #040404!important;
    border-radius: 2px!important;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 3px;
    position: absolute;
    top: -2px;
    left: 9px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.menu_toggle .hamburger-cross span {
    display: block;
    background: #040404!important;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 3px;
    position: absolute;
    left: -3px;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item>.nav-link {
    font: 500 18px "Roboto", Arial, sans-serif;
    color: #040404;
    font-weight: 600;
}

/*********************************8new css********************/
@media (max-width: 1280px) {
    .menu>.nav-item>.nav-link {
        font: 600 15px "Roboto", sans-serif!important;
        color: #040404!important;
        padding: 0px;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
    }
    
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner {
        min-width: 200px;
        list-style: none;
        width: 550px;
        position: absolute;
        -webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 5%);
        box-shadow: -1px 10px 29px 3px rgb(0 0 0 / 20%);
        left: 230px;
        right: 0px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        background: #fff;
        z-index: 99;
    }
    
    .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
        padding: 4px;
        white-space: nowrap;
        font: 500 14px/34px "Roboto", Arial, sans-serif;
        color: #040404;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }
    
    .lnk {
        padding: 0px 26px;
        font-family: "Roboto", sans-serif;
        color: #040404;
        font-weight: 600;
        font-size: 16px!important;
    }
    
    .menu_one .btn_get {
        margin-left: 5px;
    }
}
@media (max-width: 1080px) {
    .menu>.nav-item>.nav-link {
        font: 600 15px "Roboto", sans-serif!important;
        color: #040404!important;
        padding: 0px;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
        padding-right: 17px;
    }
    
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner {
        min-width: 200px;
        list-style: none;
        width: 550px;
        position: absolute;
        -webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 5%);
        box-shadow: -1px 10px 29px 3px rgb(0 0 0 / 20%);
        left: 230px!important;
        right: 0px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        background: #fff;
        z-index: 99;
    }
    
    .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
        padding: 10px;
        white-space: nowrap;
        font: 400 14px/34px "Roboto", Arial, sans-serif;
        color: #040404;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }
}
@media (max-width: 1199px) {
    .container.custom_container {
        max-width: 1040px;
    }
}
@media (max-width: 1178px) {
    .menu>.nav-item+.nav-item {
        margin-left: 7px;
    }
    
    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        font: 600 16px "Roboto", sans-serif!important;
        color: #000;
    }
    
    .menu_one .btn_get {
        margin-left: 5px;
    }
    
    .menu>.nav-item>.nav-link {
        font: 600 16px "Roboto", sans-serif!important;
        color: #040404!important;
        padding: 0px;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
        padding-right: 6px;
    }
    
    .navbar .pl_100 {
        padding-left: 7px;
    }
}
@media (max-width: 1310px) {
    .pl_100 {
        padding-left: 0px;
    }
}