@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap');

.style-dark h1,
.style-dark h2,
.style-dark h3,
.style-dark h4,
.style-dark h5 {
    color: var(--white) !important;
}

.style-dark .heading-wrapper span {
    color: #ffffff;
}

.heading-wrapper span {
    color: #2c27bf;
}

.heading-wrapper span {
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.page-header.dc-thirteen {
    background-image: url('../images/bg-hr.webp');
    /* background-position: center; */
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.features-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.features-block p:last-child {
    margin-bottom: 0;
}

.features-block.theme-one .inner-box {
    background: var(--white);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.features-block.theme-one .inner-box:before {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.features-block.theme-one .inner-box:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.features-block.theme-one .inner-box>* {
    position: relative;
}

.features-block.theme-one .icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}

.features-block.theme-one .icon i {
    font-size: 50px;
    color: var(--main-color-2);
}

.features-block.theme-one .icon img.hover {
    display: none;
}

.features-block.theme-one .inner-box:hover img.normal {
    display: none;
}

.features-block.theme-one .inner-box:hover .icon i {
    color: #ffffff;
}

.features-block.theme-one h4 {
    font-size: 24px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.features-block.theme-one .inner-box:before {
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(53, 48, 194, 1) 100%);
}

.features-block.theme-one .inner-box:hover h4,
.features-block.theme-one .inner-box:hover p {
    color: var(--white);
}

/**--------------------------  Feature Style 2 ---------------------**/
.features-block.theme-two .inner-box {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 40px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.features-block.theme-two .inner-box:hover {
    background: rgba(255, 255, 255, 0.12);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.features-block.theme-two .text {
    padding-left: 30px;
}

.features-block.theme-two h4 {
    font-size: 24px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative;
    margin-bottom: 15px;
}

.features-block.theme-two h4::before,
.features-block.theme-two h4::after {
    content: "";
    width: 3px;
    height: 10px;
    background: var(--white);
    position: absolute;
    top: 11px;
    left: -30px;
}

.features-block.theme-two h4::after {
    left: -24px;
    width: 10px;
}

.style-dark .features-block.theme-two h4::before,
.style-dark .features-block.theme-two h4::after {
    background: var(--white);
}

.benefits-section,
.cta-section {
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(53, 48, 194, 1) 100%) !important;
}

.module-section,
.services-section,
.features-section-bg,
.sas-future-section {
    background: #e7e8ec;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(236, 236, 255) 100%) !important;
}


.screenshot-section {
    position: relative;
}

.screenshot-slider {
    margin-bottom: -60px;
    margin-top: 0px;
}

.screenshot-section:before {
    content: "";
    height: 425px;
    width: 100%;
    position: absolute;
    top: 0;
}

.ss-wrapper {
    max-width: 1170px;
    position: relative;
    margin: 0px auto 0px;
}

.ss-wrapper .laptop-img-bg {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ss-wrapper .screenshot-slider {
    position: relative;
    padding: 5.15% 17.5% 7% 17.7%;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: block;
}

.screenshot-slider .slick-arrow {
    background: var(--heading-text-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--white);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.screenshot-slider .slick-prev::before,
.screenshot-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--white);
    font-size: 24px;
    line-height: 50px;
    opacity: 1;
}

.screenshot-slider .slick-prev::before {
    content: "\f053";
    margin-right: 5px;
}

.screenshot-slider .slick-next::before {
    content: "\f054";
    margin-left: 5px;
}

.screenshot-slider .slick-prev {
    left: 60px;
}

.screenshot-slider .slick-next {
    right: 60px;
}

.screenshot-slider .slick-arrow {
    background: var(--main-color-2);
    box-shadow: 0px 0px 20px 0px rgba(42, 31, 188, 0.4);
    color: var(--white);
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: var(--black) !important;
    outline: 0;
    background: var(--main-color-4) !important;
}
.module-section-theme-three .features-block{
    height: 100%;
    margin-bottom: 0px;
}

.features-block.theme-three .inner-box {
    background: var(--white);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--light-gray);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

.features-block.theme-three .inner-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--gray);
}

.features-block.theme-three .icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}

.features-block.theme-three .icon img {
    max-width: 68px;
    max-height: 68px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.features-block.theme-three .icon i {
    font-size: 50px;
    color: var(--main-color-2);
}

.features-block.theme-three h4 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.features-block.theme-three .inner-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(106, 71, 213, 0.4);
    border: 1px solid var(--main-color-3);
}

.st-tab-btn {
    padding: 0px 0px 0px;
    margin-bottom: 15px;
}


.st-tab-content {
    padding: 30px 0px 0px;
}


.st-tab-btn .nav-tabs .nav-item {
    border: 0px;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
}

.st-tab-btn .nav-tabs .nav-item:last-child {
    margin: 0;
}

.st-tab-btn .nav-tabs .nav-item .nav-link,
.st-tab-btn .nav-tabs .nav-link {
    border: 0px;
    background: none;
    color: var(--heading-text-color);
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding: 15px;
    position: relative;
}

.st-tab-btn .nav-tabs .nav-link {
    padding: 15px 0px;
}

.st-tab-btn .nav-tabs .nav-item .nav-link:after {
    content: "";
    height: 3px;
    background: var(--heading-text-color);
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
}

.st-tab-btn .nav-tabs .nav-item.show .nav-link:after,
.st-tab-btn .nav-tabs .nav-link.active:after {
    left: 0;
    width: 100%;
}

.st-tab-btn .nav-tabs .nav-item .nav-link:after,
.st-tab-btn .nav-tabs .nav-link:after {
    background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
}

.st-tab-btn .nav-tabs .nav-link:hover,
.st-tab-btn .nav-tabs .nav-item.show .nav-link,
.st-tab-btn .nav-tabs .nav-link.active {
    color: #291fbc;
}

.page-header.dc-one {
    background-image: url('../../images/default-color/bg-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-col-full .container,
.left-col-full .container {
    width: 100%;
    max-width: 100%;
}

.right-col-full .col-lg-6:first-child,
.right-col-full .col-md-6:first-child {
    padding-left: calc(((100vw - (100vw - 100%)) - 1170px) / 2);
}

.right-col-full .col-lg-6:last-child,
.right-col-full .col-md-6:last-child {
    padding-right: 0;
}

.counter-block .counter-number-suffix {
    background: var(--heading-text-color);
    font-size: 52px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    top: -12px;
    line-height: 0.8;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.counter-block.with-icon {
    text-align: center;
    margin: 30px 0px 0;
}

.counter-block.with-icon .counter-icon {
    width: 160px;
    height: 160px;
    padding: 30px;
    border: 1px solid var(--light-gray);
    line-height: 98px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0px auto 30px;
}

.style-dark .counter-block.with-icon .counter-icon {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-block.with-icon .counter-icon img {
    max-width: 68px;
}

.counter-wrapper.two-col-stack .counter-block {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin: 0;
    padding: 50px 30px;
}

.counter-wrapper.two-col-stack .counter-block.with-icon .counter-icon {
    padding: 0;
    border: 0px;
    height: auto;
    width: auto;
    margin: 0px auto 30px;
    line-height: normal;
}

.counter-wrapper.two-col-stack.with-separator .counter-block:before {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    left: 30px;
    right: 30px;
    content: "";
    height: 1px;
    width: auto;
    display: block;
    position: absolute;
    bottom: 0;
}

.counter-wrapper.two-col-stack.with-separator .counter-block:last-child:before {
    height: 0;
}

.counter-wrapper.two-col-stack.with-separator .counter-block::after {
    display: none;
}

.counter-wrapper.two-col-stack.with-separator .counter-block:nth-child(2n + 1):after {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    top: 30px;
    bottom: 30px;
    content: "";
    width: 1px;
    height: auto;
    display: block;
}

.full-width-img img {
    width: 100%;
}


.counter-wrapper {
    margin: 0px -15px;
}

.counter-block {
    padding: 0px 15px;
}

.counter-block .counter-number,
.counter-block .counter-number-after {
    font-size: 42px;
}


.counter-block .counter-number-suffix {
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(53, 48, 194, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}