@import url('../components/aos/dist/aos.css');

/*Font Awesome Fonts*/


/*----font awesome -------*/

@import url('../font-awesome/css/font-awesome.min.css');
.logo img {
    width: 200px;
}

.zustsign-menu {
    background: #fff;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.zustsign-menu .fixed-top {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
    /* animation: menu_sticky 0.60s ease-in-out; */
}

.zustsign-menu .navbar-nav .nav-item .nav-link {
    color: #182027;
    position: relative;
    font-weight: 500;
}

.zustsign-menu .navbar-nav .nav-link {
    padding: 10px 15px;
}

.zustsign-menu .navbar-nav .nav-link:hover,
.navbar-nav .nav-item a:hover {
    /* text-decoration: underline; */
    color: #182027;
}

.zustsign-menu .dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.zustsign-menu .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.zustsign-menu .dropdown-menu {
    margin-top: 0;
}

.zustsign-menu .dropdown-toggle::after {
    border: none;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 45px;
    text-transform: inherit;
    color: #4B4C51;
    padding: 0 25px;
    transition: all 0.3s ease-in-out;
}

.dropdown-mega {
    width: 600px;
}

.dropdown-mega h6 {
    padding-left: 25px;
    font-family: 'Playfair Display', serif;
}

.dropdown-mega .row .border-right {
    border-right: 1px solid #4B4C51;
}


/* navigation */

.navbar .dropdown-menu {
    border-radius: 0;
}

.navbar .navbar-toggler {
    float: right;
    font-size: 30px;
    padding: 4px 0;
    margin-bottom: 9px;
}

.navbar {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.navbar .mega-dropdown-list li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: rgba(75, 76, 81, 0.9);
    position: relative;
    padding-left: 30px;
    transition: all 0.3s ease-in-out;
}

.navbar .mega-dropdown-list li a .svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 15px;
}

.navbar .mega-dropdown-list li a .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #B2B2B2;
}

.navbar .mega-dropdown-list li a:hover .svg path {
    fill: #ff3612;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 45px;
    text-transform: inherit;
    color: #4B4C51;
    padding: 0 0 0 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar .dropdown-menu .dropdown-item span,
.navbar .mega-dropdown-list li a span {
    position: absolute;
    padding: 0 5px;
    line-height: 15px;
    color: #fff;
    right: 0;
    top: 12px;
    font-size: 10px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-submenu.dropdown:hover>.dropdown-item {
    color: #4a8fde;
    background: transparent;
}

.navbar .dropdown-submenu.dropdown>.dropdown-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    transition: all 0.3s ease-in-out;
}

.navbar .dropdown-submenu.dropdown:hover>.dropdown-item:before {
    width: 100%;
}

.navbar .iconbar {
    color: #265196;
}

.navbar-nav .nav-item .nav-link {
    /* padding: 0px; */
    /* margin: 0 20px; */
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.navbar .dropdown-menu {
    border: none;
}

.navbar .dropdown-menu .nav-item .nav-link {
    color: #ffffff;
    padding: 6px 0;
}

.navbar .dropdown-menu.active {
    display: block;
}

.navbar .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.navbar .mega-menu-title {
    font-size: 18px;
    color: #252D44;
    padding: 8px 0 18px;
}

.navbar .dropdown-menu .row {
    padding: 0 10px;
}

#mega-menu-holder .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*=====  End of navigation  ======*/


/* media quries */

@media screen and (min-width: 992px) {
    #mega-menu-holder .dropdown-toggle::after {
        display: none;
    }
    .navbar .dropdown-submenu.dropdown {
        position: relative;
    }
    /* .navbar .dropdown {position: static;} */
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .mega-container {
        width: 800px;
    }
    .navbar .dropdown-menu {
        z-index: 5;
        background-color: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        display: block;
        left: 0;
        opacity: 0;
        padding: 18px 0;
        right: 0;
        top: 96%;
        visibility: hidden;
        min-width: 230px;
        border: 1px solid #f5f5f5;
        background: #ffffff;
        box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
        margin: 0;
        transform: scale(1, 0);
        transform-origin: 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .navbar .dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .navbar .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: calc(100% + 8px);
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        left: 0px;
        right: 0px;
        max-height: 70vh;
        overflow-y: auto;
        z-index: 9;
        clear: both;
        box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    }
    .navbar .mega-menu-title {
        margin: 0 !important;
    }
    .navbar .dropdown-menu {
        padding: 0;
        margin-top: 0;
    }
    .navbar .navbar-container {
        justify-content: flex-start;
        position: relative;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 13px 0;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 15px 0;
        font-size: 18px;
        border-top: 1px solid #F3F3F3;
        ;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
        border-top: none;
    }
    .navbar .dropdown-submenu.dropdown>.dropdown-item:before {
        display: none;
    }
    .navbar .dropdown-menu .row {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .navbar .mega-dropdown-list {
        display: none;
    }
    .navbar .mega-dropdown-list.active {
        display: block;
        margin-bottom: 10px;
    }
    .navbar .mega-menu-title {
        border-bottom: 1px solid #F3F3F3;
        ;
        padding: 12px 0;
        position: relative;
        font-size: 16px;
        cursor: pointer;
    }
    .navbar .mega-menu-title:after {
        content: "\f107";
        float: right;
        font-family: fontawesome;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
    }
}


/*==================== Click Top ====================*/

.scroll-top {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

html {
    /* font-family: 'Muli', sans-serif; */
    font-family: 'Lato', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@-ms-viewport {
    width: device-width;
}


/* banner */

.main-wrapper {
    /* padding: 100px 0 100px;
    position: relative;
    z-index: -5; */
}

#banner h1 {
    /* font-size: 42px; */
    line-height: 70px;
    padding: 15px 0px;
    font-family: 'Playfair Display', serif;
}

#banner h1 .special-text {
    color: #0076FF;
    text-decoration: underline;
}

#banner .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
}

.button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 55px;
}

.zs-descr.secondarySemiDark {
    color: #545F7E;
}

.zs-descr.zs-semi {
    font-weight: 700;
}

.content__website__advantage-menu p {
    margin-bottom: 0px !important;
}

.content__website__advantage-menu-wrap ul {
    padding-left: 0px !important;
}

.content__website__advantage-menu-wrap .padding-left {
    padding-left: 40px !important;
}

.content__website__advantage-menu__item img {
    width: 20px;
}

.list-unstyled .lead {
    margin-top: 0px;
    padding-top: 10px;
}

.card__link {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: rgba(255, 255, 255, .15);
    /* box-shadow: 0 6px 20px rgba(56,125,255,.17);
    -webkit-filter: drop-shadow(0 6px 20px rgba(56, 125, 255, .017));
    filter: drop-shadow(0 6px 20px rgba(56, 125, 255, .017)); */
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.zust-sign-advantages {
    padding: 78px 0;
    background: linear-gradient(359deg, #766DE8 0, #5690FF 100%) rgba(0, 0, 0, 0);
}

.zs-pricing-card--premium::after,
.zs-pricing-card__switcher::before,
.zs-why .zs-text-content::after,
.zs-why-card-icon-box-shape,
.zs-why-card-icon-wrap::before {
    content: ''
}

.zs-pricing {
    /* padding: 88px 0 98px; */
    background: #FFF
}

.zs-pricing .zs-container {
    max-width: 987px
}

.zs-pricing__info-wrap .zs-descr {
    margin: 20px 0 40px
}

.zs-pricing-cards {
    display: flex
}

@media only screen and (max-width:900px) {
    .zs-pricing {
        padding: 70px 0 120px
    }
    .zs-pricing-cards {
        flex-flow: column;
        max-width: 400px;
        margin: 0 auto
    }
    .zs-pricing-card {
        padding: 35px 20px 30px
    }
    .zs-pricing-card+.zs-pricing-card {
        margin-top: 24px
    }
}

.zs-pricing-card {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    background: #FFF;
    box-shadow: 0 0 20px rgba(56, 125, 255, .15);
    border-radius: 10px
}

.zs-pricing-card--premium {
    transform: scale(1.1);
    z-index: 1
}

.zs-pricing-card--premium::after {
    position: absolute;
    top: -11px;
    width: 80px;
    height: 80px;
    background: url(../images/resources/ribbon.svg);
    background-size: contain
}

@media only screen and (max-width:900px) {
    .zs-pricing-card--premium {
        transform: scale(1.05)
    }
}

@media only screen and (max-width:500px) {
    .zs-pricing-card--premium {
        overflow: hidden
    }
}

.zs-pricing-card--premium>* {
    transform: scale(calc(1 / 1.1))
}

@media only screen and (max-width:900px) {
    .zs-pricing-card--premium>* {
        transform: scale(calc(1 / 1.05))
    }
}

.zs-pricing-card__line {
    width: 34%;
    height: 5px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.zs-pricing-card__line.orange {
    background: linear-gradient(90deg, #F7CF06 0, #E79E00 100%)
}

.zs-pricing-card__line.blue {
    background: linear-gradient(90deg, #4FCEFF 0, #5690FF 100%)
}

.zs-pricing-card__line.purple {
    background: linear-gradient(90deg, #766DE8 0, #4B44AA 100%)
}

.zs-pricing-card .zs-30 {
    padding-bottom: 16px
}

.zs-pricing-card__info {
    display: flex;
    flex: 1;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 22px 0
}

.zs-pricing-card__info .zs-descr+.zs-descr {
    margin-top: 8px
}

.zs-pricing-card__price-wrap.yearly-active .monthly,
.zs-pricing-card__price-wrap:not(.yearly-active) .yearly {
    display: none
}

.zs-pricing-card__price__currency {
    display: inline-block;
    vertical-align: super;
    margin: 0 2px;
    transform: translateY(-4px)
}

.zs-pricing-card__price-per {
    margin: 6px 0 15px
}

.zs-pricing-card__price-per .billed-yearly {
    transition: opacity .4s ease
}

.zs-pricing-card__price-per:not(.yearly-active) .billed-yearly {
    opacity: 0
}

.zs-pricing-card__value-wrap {
    position: relative;
    display: inline-block
}

.zs-pricing-card__switcher {
    display: inline-flex;
    align-items: center;
    width: 42px;
    height: 24px;
    margin: 0 10px;
    background: #387DFF;
    border-radius: 12px;
    cursor: pointer
}

.zs-pricing-card__switcher::before {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    border-radius: 50%;
    background: #fff;
    transition: transform .4s ease
}

.zs-pricing-card__switcher-row {
    display: inline-flex;
    align-items: center
}

.zs-pricing-card__switcher-row:not(.yearly-active) .zs-pricing-card__switcher__monthly {
    color: #545F7E
}

.zs-pricing-card__switcher-row.yearly-active .zs-pricing-card__switcher__monthly,
.zs-pricing-card__switcher-row:not(.yearly-active) .zs-pricing-card__switcher__yearly {
    color: #C1C9E0
}

.zs-pricing-card__switcher-row.yearly-active .zs-pricing-card__switcher__yearly {
    color: #545F7E
}

.zs-pricing-card__switcher-row .zs-descr {
    transition: color .4s ease
}

.zs-pricing-card--premium::after {
    right: -14px;
    transform: initial;
}

.zs-pricing-card--free {
    padding: 35px 35px 30px 20px;
}

.zs-btn.blue {
    background-image: linear-gradient(-179deg, #5690FF 0, #387DFF 97%);
}

.zs-pricing-card--free {
    padding: 35px 35px 30px 20px;
}

.zs-pricing-card--premium {
    padding: 35px 20px 30px;
}

.zs-pricing-card--all {
    padding: 35px 20px 30px 35px;
}

.zs-pricing .lead {
    font-size: 1.05rem;
    margin-top: 15px;
    margin-bottom: 0px !important;
}

@media (min-width: 768px) {
    .footer__slot {
        align-items: center;
        text-align: center;
    }
}

.footer__slot {
    position: relative;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 24px 44px 24px;
}

.footer__slot+.footer__slot:before {
    position: absolute;
    left: 0;
    top: 44px;
    bottom: 44px;
    width: 1px;
    background: #dadee6;
    content: "";
}

.resource-icon {
    width: 40px;
    margin-right: 20px;
}

.digital-process {
    width: 100%;
}

.mt-4 {
    margin-top: 1.5rem;
}

.tooltip {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.tooltip {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
    color: #fff;
}

.tooltip-1 {
    top: 15px;
    left: 100px;
}

.tooltip-2 {
    top: 200px;
    left: 100px;
}

.tooltip-3 {
    top: 200px;
    left: 100px;
}

.tooltip-4 {
    top: 200px;
    left: 100px;
}

.tooltip--green {
    background-color: #37b372;
    /* background-image: url(https://cdn.airslate.com/landings/200/images/home/bitmap/tooltip-texture-1.png); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.tooltip--green.tooltip--bottom-left:after {
    border-top-color: #37b372;
}

.tooltip--bottom-left:after,
.tooltip--left-top:after {
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
}

.tooltip:after {
    content: "";
    position: absolute;
    display: block;
}

.tooltip--bottom-left:after {
    bottom: -6px;
    left: 20px;
    border-left: 6px solid transparent;
}

.tooltip--blue {
    background-color: #2192ef;
    /* background-image: url(https://cdn.airslate.com/landings/200/images/home/bitmap/tooltip-texture-2.png); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.tooltip--blue.tooltip--bottom-left:after {
    border-top-color: #2192ef;
}

.contractors {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../src/Img/resources/purple.svg);
    background-size: cover;
}

.footer {
    padding: 3rem 0 20px 0;
    background: #f4f5f7;
}

.footer .site-nav h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: .025em;
    margin: 0 0 10px;
    color: #182027;
}

.footer ul li a {
    color: #6D767F;
    font-weight: 400;
    padding-top: 5px;
    /* padding: 5px 0px 0px 0px; */
}

.footer ul li a:hover {
    text-decoration: underline !important;
    text-underline-position: under;
    color: #6D767F;
}

.copyright {
    color: #868e96!important;
    font-weight: 300;
}

.txt-rotate span {
    color: #0076FF;
    text-decoration: underline;
}

.card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}


/*----------------------- Our Feature ---------------------*/

.zust-section {
    padding: 100px 0px;
}

.our-feature {
    background: url("../images/shape/bg3.png") no-repeat top 99% right;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}

.our-feature .down-arrow {
    display: block;
    width: 90px;
    height: 90px;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
    border-radius: 50%;
    margin: 0 auto 405px;
    line-height: 90px;
    text-align: center;
    color: #7494b5;
    font-size: 35px;
}

.our-feature .down-arrow span {
    display: block;
    transform: rotate(-90deg);
}

.our-feature .down-arrow:hover {
    color: #fff;
    background: #9a5be8;
}

.our-feature .single-feature-block {
    position: relative;
    margin-bottom: 330px;
}

.our-feature .single-feature-block:last-child {
    margin: 0;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .text-box {
    float: right;
}

.our-feature .single-feature-block .text-box {
    max-width: 550px;
}

.zustsign-theme .main-title {
    font-family: 'Playfair Display', serif;
}

.our-feature .single-feature-block .text-box .zustsign-theme .main-title .line {
    display: inline-block;
    position: relative;
}

.our-feature .single-feature-block .text-box .zustsign-theme .main-title .line:before {
    content: '';
    width: 0;
    height: 3px;
    background: #233D63;
    border-radius: 5px;
    position: absolute;
    right: -105px;
    bottom: 10px;
    transition: all 1s ease-out;
}

.our-feature .single-feature-block {
    padding-top: 100px;
}

.our-feature .single-feature-block .text-box .zustsign-theme.show-pr .main-title .line:before {
    width: 100px;
}

.our-feature .single-feature-block .text-box p {
    font-size: 18px;
    line-height: 32px;
    padding: 40px 0 38px;
}

.our-feature .single-feature-block .text-box ul li {
    font-size: 17px;
    line-height: 38px;
    color: #76797e;
    padding-left: 30px;
    position: relative;
}

.our-feature .single-feature-block .text-box ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #ff6400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 38px;
}

.our-feature .single-feature-block .text-box .read-more {
    width: 162px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    text-align: center;
    color: rgba(48, 56, 88, 0.4);
    margin-top: 55px;
}

.our-feature .single-feature-block .text-box .read-more:hover {
    color: #fff;
    background: #f569f8;
    border-color: #f569f8;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box {
    position: absolute;
    top: -35px;
    left: -52px;
    z-index: -1;
    width: 43%;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box .bg-shape {
    position: absolute;
    left: 100px;
    top: 20%;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box .screen-one {
    position: absolute;
    top: -50px;
    left: 50px;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box .screen-two {
    position: absolute;
    top: 30px;
    left: 52%;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box .screen-three {
    position: absolute;
    top: 41%;
    left: 18%;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(odd) .img-box .screen-four {
    position: absolute;
    top: 59%;
    left: 60%;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(even) .img-box {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: -1;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(even) .img-box .main-shape {
    position: absolute;
    right: 0;
    top: -100px;
}

.our-feature .feature-wrapper .single-feature-block:nth-child(even) .img-box .screen-two {
    position: absolute;
    right: 45px;
    top: -130px;
}

.text-wrapper {
    max-width: 500px;
}

.why-choose-us .text-wrapper ul li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding: 0 0 15px 40px;
}

.why-choose-us .text-wrapper ul li:before {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 20px;
}


/* .why-choose-us .security ul li {
  color: #010101;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding: 0 0 15px 40px;
}
.why-zustsign .security ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 32px;
  font-size: 20px; 
} */

.single-feature-box .security ul li {
    font-size: 17px;
    line-height: 38px;
    color: #76797e;
    padding-left: 30px;
    position: relative;
}

.single-feature-box .security ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #ff6400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 38px;
}


/*--------------------- eSignature ----------------------*/

.eSignature .service-block {
    background: #fff;
    border: 1px solid #eff7ff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 30px 30px 25px 40px;
    margin-top: 45px;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5)
}

.eSignature .service-block .title a {
    font-size: 22px;
    line-height: 32px;
    color: #253d5f;
    margin-bottom: 30px;
}

.eSignature .service-block p {
    color: #737f92;
    padding-bottom: 20px;
}

.eSignature .service-block .detail-button {
    font-size: 40px;
    color: #cad5e5;
}

.eSignature .service-block .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #68e57b;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}

.theme-more-feature.eSignature:after,
.theme-more-feature.eSignature .inner-wrapper:before,
.theme-more-feature.eSignature .inner-wrapper:after,
.theme-more-feature.eSignature:before {
    display: none;
}

.eSignature.theme-more-feature {
    background: none;
    padding: 165px 0 180px;
}


/*--------------------- Product Tour -------------------------*/

.product-tour {
    position: relative;
    padding: 100px 0 120px;
}

.product-tour .single-work-list {
    position: relative;
    padding-bottom: 350px;
}

.product-tour .single-work-list:nth-child(odd):before {
    content: url("../images/shape/line-1.svg");
    position: absolute;
    top: 41%;
    left: 22%;
    z-index: -1;
}

.product-tour .single-work-list:nth-child(even):before {
    content: url("../images/shape/line-2.svg");
    position: absolute;
    top: 56%;
    right: 16%;
    z-index: -1;
}

.product-tour .single-work-list:last-child:before {
    display: none !important;
}

.product-tour .single-work-list:last-child {
    padding-bottom: 0;
}

.product-tour .single-work-list .text-wrapper {
    position: relative;
    padding-left: 90px;
}

.product-tour .single-work-list .text-wrapper .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

.product-tour .single-work-list .text-wrapper .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-tour .single-work-list .text-wrapper .icon-box:before {
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
}

.product-tour .single-work-list:nth-child(1) .text-wrapper .icon-box {
    background: #a16fff;
}

.product-tour .single-work-list:nth-child(1) .text-wrapper .icon-box:before {
    background: #bc99fd;
}

.product-tour .single-work-list:nth-child(2) .text-wrapper .icon-box {
    background: #ff6464;
}

.product-tour .single-work-list:nth-child(2) .text-wrapper .icon-box:before {
    background: #ff8888;
}

.product-tour .single-work-list:nth-child(3) .text-wrapper .icon-box {
    background: #01e9eb;
}

.product-tour .single-work-list:nth-child(3) .text-wrapper .icon-box:before {
    background: #49fcfe;
}

.product-tour .single-work-list .text-wrapper .title {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 28px;
    text-decoration: underline;
}

.product-tour .single-work-list .text-wrapper p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(87, 102, 126, 0.8);
    padding-bottom: 15px;
}

.product-tour .single-work-list .text-wrapper ul {
    padding-top: 10px;
}

.product-tour .single-work-list .text-wrapper ul li {
    font-size: 18px;
    color: rgba(87, 102, 126, 0.8);
    line-height: 32px;
    position: relative;
    padding-bottom: 22px;
}

.product-tour .single-work-list .text-wrapper ul li:before {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ff6400;
    position: absolute;
    left: -32px;
    top: 0;
    line-height: 32px;
}

.product-tour .single-work-list .img-box {
    position: relative;
    z-index: 1;
}

.product-tour .single-work-list:nth-child(even) .img-box img {
    float: right;
}


/*--------------------- Security ----------------------*/

.security .service-block {
    background: #fff;
    border: 1px solid #eff7ff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 50px 30px 25px 40px;
    margin-top: 45px;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5)
}

.security .service-block .title a {
    font-size: 22px;
    line-height: 32px;
    color: #253d5f;
    margin-bottom: 30px;
}

.security .service-block p {
    color: #737f92;
    padding-bottom: 20px;
}

.security .service-block .detail-button {
    font-size: 40px;
    color: #cad5e5;
}

.security .service-block img {
    width: 100px;
    padding-bottom: 30px;
}


/*-------------------- Our Pricing -----------------*/

.pricing-tab-menu {
    text-align: center;
}

.pricing-tab-menu .nav-wrapper {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}

.pricing-tab-menu .nav {
    border: none;
}

.pricing-tab-menu .nav-tabs .nav-item {
    margin: 0;
}

.pricing-tab-menu .nav-tabs .nav-item .nav-link {
    border: none;
    width: 160px;
    padding: 0;
    line-height: 48px;
    font-size: 20px;
    border-radius: 0;
    display: block;
}

.pricing-tab-menu .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}

.pricing-tab-menu p {
    font-size: 20px;
    padding-top: 30px;
}

.zust-sign-pricing {
    position: relative;
}

.zust-sign-pricing .shape-one {
    position: absolute;
    top: 20%;
    left: 10%;
}

.zust-sign-pricing .shape-two {
    animation: animationFramesOne 15s infinite linear;
    position: absolute;
    top: 18%;
    right: 14%;
}

.zust-sign-pricing .shape-three {
    position: absolute;
    bottom: 10%;
    left: 10%;
    animation: animationFramesOne 15s infinite linear;
}

.zust-sign-pricing .shape-four {
    position: absolute;
    bottom: 5%;
    left: 50%;
    animation: animationFramesOne 25s infinite linear;
}

.zust-sign-pricing .shape-five {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.zust-sign-pricing .table-wrapper {
    max-width: 1245px;
    margin: 100px auto 0;
    padding: 0 15px;
}

.zust-sign-pricing .table-wrapper .inner-table {
    position: relative;
    padding-left: 300px;
}

.zust-sign-pricing .table-wrapper .inner-table .pr-list-text {
    width: 300px;
    position: absolute;
    left: 0;
    top: 198px;
}

.zust-sign-pricing .table-wrapper .inner-table .pr-list-text li {
    font-size: 17px;
    line-height: 28px;
    padding: 25px 0 25px 25px;
    color: #233D63;
    border-top: 1px solid #E0E9EF;
    border-left: 1px solid #E0E9EF;
}

.zust-sign-pricing .table-wrapper .inner-table .pr-list-text li:last-child {
    border-bottom: 1px solid #E0E9EF;
}

.zust-sign-pricing .table-wrapper .inner-table .pr-column {
    float: left;
    width: 33.333333%;
    border: 1px solid #E0E9EF;
    border-right: none;
    text-align: center;
}

.zust-sign-pricing .table-wrapper .inner-table .pr-column:last-child {
    border-right: 1px solid #E0E9EF;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-header {
    padding: 40px 0 43px;
    border-bottom: 1px solid #E0E9EF;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-header .price {
    font-size: 44px;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-header .price span {
    font-size: 18px;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-header .title {
    font-size: 32px;
    color: #233D63;
    padding: 5px 0 12px;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-header .package {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(35, 61, 99, 0.35);
}

.zust-sign-pricing .table-wrapper .pr-column .pr-body li {
    border-bottom: 1px solid #E0E9EF;
    padding: 25px 0;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-body li .pr-text {
    font-size: 16px;
    color: rgba(35, 61, 99, 0.45);
    padding-bottom: 3px;
    display: none;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-body li .icon {
    font-size: 16px;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-body li .none {
    color: rgba(151, 151, 151, 0.75);
}

.zust-sign-pricing .table-wrapper .pr-column .pr-body li .available {
    color: #00e953;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-footer {
    padding: 48px 0 45px;
}

.zust-sign-pricing .table-wrapper .pr-column .pr-footer p {
    font-size: 17px;
    color: rgba(35, 61, 99, 0.5);
    padding-top: 15px;
}

@media (max-width: 991px) {
    .zust-sign-pricing .table-wrapper .inner-table {
        padding-left: 0;
    }
    .zust-sign-pricing .table-wrapper .pr-column .pr-body li .pr-text {
        display: block;
    }
    .zust-sign-pricing .table-wrapper .pr-column .pr-header .price {
        font-size: 35px;
    }
    .zust-sign-pricing .table-wrapper .pr-column .pr-header .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .zust-sign-pricing .table-wrapper {
        margin-top: 40px;
    }
    .zust-sign-pricing .table-wrapper .inner-table .pr-column {
        width: 100%;
        margin-top: 40px;
        border-right: 1px solid #E0E9EF;
    }
}


/*--------------------------- Our Blog ------------------------------*/

.masnory-blog-wrapper {
    margin: 0 -25px;
}

.masnory-blog-wrapper .grid-sizer,
.masnory-blog-wrapper .isotop-item {
    width: 33.333333%;
    padding: 0 25px;
}

.zust-blog .img-holder {
    background: #292928;
    overflow: hidden;
    position: relative;
}

.zust-blog .img-holder img {
    width: 100%;
    transition: all 0.6s ease-in;
}

.zust-blog .single-blog-post:hover .img-holder img {
    opacity: 0.6;
    transform: scale3d(1.1, 1.1, 1);
}

.zust-blog .img-holder .video-button {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #000000;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 10px;
    transform: translate(-50%, -50%);
}

.zust-blog .single-blog-post:hover .img-holder .video-button {
    color: #fff;
}

.zust-blog .post-data .date {
    font-size: 20px;
    color: #b5b5b5;
    text-transform: capitalize;
}

.zust-blog .post-data .date:hover {
    color: #363636;
    text-decoration: underline;
}

.zust-blog .post-data .blog-title-one {
    font-size: 24px;
    line-height: 35px;
    color: #3e3e3e;
}

.zust-blog .post-data .blog-title-two {
    font-size: 28px;
    line-height: 40px;
}

.zust-blog .post-data .title a {
    color: #3e3e3e;
}

.zust-blog .post-data p {
    color: #76797E;
    line-height: 30px;
}

.zust-blog .post-data .read-more {
    font-size: 35px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 20px;
}

.zust-blog .post-data .read-more:hover {
    color: #5e5e5e;
}

.zust-blog .bg-solid-post.single-blog-post .post-data {
    padding: 100px 65px 70px;
    text-align: center;
    position: relative;
    background: #ff4c57;
    z-index: 1;
}

.zust-blog .bg-solid-post.single-blog-post .post-data:before {
    content: url("../images/icon/icon58.svg");
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.zust-blog .bg-solid-post.single-blog-post.show-pr .post-data:before {
    top: 45px;
    opacity: 1;
}

.zust-blog .bg-solid-post.single-blog-post .post-data .title {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 38px;
}

.zust-blog .bg-solid-post.single-blog-post .post-data .title a {
    color: #fff;
}

.zust-blog .bg-solid-post.single-blog-post .post-data .title a:hover {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.zust-blog .bg-solid-post.single-blog-post .post-data .author {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.zust-articles .single-blog-post .post-data {
    padding: 28px 20px 18px 30px;
    border: 1px solid #ededed;
    border-top: none;
}

.zust-articles .single-blog-post {
    margin-bottom: 35px;
}

.zust-articles .single-blog-post .title {
    margin: 18px 0 15px;
}

.blog-default .single-blog-post .post-data {
    padding-top: 45px;
}

.blog-default .single-blog-post .post-data .title {
    margin: 15px 0 20px;
}

.blog-default .single-blog-post .post-data .read-more {
    margin-top: 26px;
}

.blog-default .single-blog-post {
    margin-bottom: 90px;
}

.blog-default .single-blog-post.blog-text-style .post-data {
    border: 1px solid #ededed;
    padding: 45px 55px 35px;
}

.counter-value {
    font-size: 72px !important;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.eSignature .icon {
    width: 80px !important;
    padding-bottom: 15px;
}