@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

.app-eight-home {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: circular std book;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app-eight-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-eight-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-eight-home .container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    list-style: none;
    display: block
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible
}

.ei-preloader {
    background-color: #fff;
    background: #f1f2f3 url(../img/app-landing/pre.html) no-repeat center center
}

.container {
    max-width: 1200px
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.form-control {
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

.appeight-headline h1, .appeight-headline h2, .appeight-headline h3, .appeight-headline h4, .appeight-headline h5, .appeight-headline h6 {
    margin: 0;
    font-family: poppins
}

.ei-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.ei-scrollup i {
    color: #fff;
    font-size: 20px
}

.eight-section-title {
    margin: 0 auto
}

.eight-section-title .eg-title-tag {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    font-family: circular std
}

.eight-section-title .eg-title-tag i:nth-child(1) {
    height: 5px;
    width: 5px;
    background-color: #4ce7f3
}

.eight-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0 12px;
    line-height: 1.306
}

.eight-section-title h2 span {
    font-weight: 400
}

.eight-section-title .square-shape {
    width: 40px;
    height: 35px;
    left: -52px;
    top: 0;
    position: absolute
}

.eight-section-title .square-shape i {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0
}

.eight-section-title .square-shape i:nth-child(1) {
    top: -8px;
    width: 5px;
    height: 5px;
    left: 20px;
    background-color: #4ce7f3
}

.eight-section-title .square-shape i:nth-child(2) {
    width: 10px;
    left: 28px;
    height: 10px;
    background-color: #4ce7f3
}

.eight-section-title .square-shape i:nth-child(3) {
    height: 17px;
    width: 17px;
    background-color: #7c0dbe
}

.eight-section-title .square-shape i:nth-child(4) {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #ff00d6
}

.eight-section-title p {
    font-size: 17px;
    line-height: 1.647
}

@keyframes scale {
    from {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08)
    }
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(-100px)
    }
}

.feature-eight-section .eight-feature-box .feature-icon8 i, .ei-service-icon-text .ei-service-icon i, .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    display: block;
    background-image: linear-gradient(173deg, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ei-service-icon-text:hover .ei-service-icon i, .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    display: block;
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ei-service-icon-text .ei-service-icon:after, .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: .3s all ease-in-out;
    transform: scale(.5);
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #4cd0ff 0%, #617af4 53%, #ff03d0 99%)
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.eight-banner-section {
    overflow: visible;
    background: #6d8cf8;
    padding: 170px 0 250px;
    background: linear-gradient(to right, #c12dd1, #6d8cf8)
}

.eight-banner-section:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/shape/bl-shape.html)
}

.eight-banner-section .eight-banner-content {
    position: relative;
    z-index: 5
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: absolute;
    top: 0;
    right: 0
}

.eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 650px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    padding: 45px 0 25px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a {
    font-size: 15px;
    font-weight: 700;
    font-family: poppins;
    display: inline-block;
    transition: .3s all ease-in-out
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
    height: 55px;
    color: #fff;
    width: 175px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    margin-right: 20px;
    border-top-right-radius: 0;
    background-color: #ff00d6
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) i {
    top: 5px;
    color: #000;
    font-size: 25px;
    position: relative;
    margin-right: 10px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1):hover {
    background-color: #009cff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) {
    color: #4ce7f3;
    position: relative
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) span {
    color: #fff;
    margin-right: 2px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):after {
    width: 0%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #4ce7f3;
    bottom: -2px;
    left: auto;
    right: 0;
    transition: .3s all ease-in-out
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):hover:after {
    left: 22px;
    width: 80%;
    right: auto
}

.eight-banner-section .eight-banner-content h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.083;
    padding-bottom: 20px
}

.eight-banner-section .eight-banner-content h1 span {
    color: #000
}

.eight-banner-section .eight-banner-content p {
    font-size: 19px;
    color: #fff
}

.eight-banner-section .eight-banner-content .ei-banner-review ul {
    float: left;
    margin-right: 20px
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li {
    margin-right: 3px
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li i {
    color: #f6b91c;
    font-size: 15px
}

.eight-banner-section .eight-banner-content .ei-banner-review p {
    font-size: 14px
}

.eight-banner-section .eight-banner-content .ei-banner-review p span {
    font-family: poppins;
    font-weight: 700;
    color: #000
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    margin: auto
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: #6d8cf8;
    background: linear-gradient(to right, #c12dd1, #6d8cf8)
}

.bgTop {
    z-index: 15;
    opacity: .5
}

.bgMiddle {
    z-index: 10;
    opacity: .75
}

.bgBottom {
    z-index: 5
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.waveTop {
    background-size: 50% 100px
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 1s
}

.waveMiddle {
    background-size: 50% 120px
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite
}

.waveBottom {
    background-size: 50% 100px
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite
}

.cd-headline.clip span {
    display: inline-block;
    padding-bottom: 10px
}

.cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 70px;
    background-color: #aebcb9
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible {
    opacity: 1
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

@keyframes rotate {
    0% {
        top: -10px;
        left: -10px
    }

    25% {
        top: 0;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    75% {
        top: 5px;
        left: 5px
    }

    100% {
        top: -10px;
        left: -10px
    }
}

.feature-eight-section {
    padding: 165px 0 120px
}

.feature-eight-section .ei-feature-shape {
    right: 0;
    top: 150px;
    z-index: -1;
    position: absolute
}

.feature-eight-section .eight-section-title {
    max-width: 500px;
    position: relative
}

.feature-eight-section .eight-feature-content {
    padding-top: 70px
}

.feature-eight-section .eight-feature-box {
    border-radius: 20px;
    padding: 40px 30px 53px;
    background-color: #e9ebf7;
    transition: .3s all ease-in-out
}

.feature-eight-section .eight-feature-box .feature-icon8 {
    width: 98px;
    z-index: 1;
    height: 98px;
    margin: 0 auto;
    line-height: 98px;
    margin-bottom: 34px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: -.707px .707px 10px 0 rgba(43, 1, 68, .1)
}

.feature-eight-section .eight-feature-box .feature-icon8:before, .feature-eight-section .eight-feature-box .feature-icon8:after {
    content: "";
    z-index: -2;
    border-radius: 30%;
    mix-blend-mode: multiply;
    height: 110px;
    opacity: 0;
    left: 0;
    top: 0;
    width: 110px;
    position: absolute;
    transition: .3s all ease-in-out
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
    animation: rotate 1.8s linear infinite;
    background: #33f1ff
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
    animation: rotate 1.2s linear reverse infinite;
    background: #e933ff
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
    font-size: 50px;
    font-weight: 500
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px
}

.feature-eight-section .eight-feature-box .ei-feature-more {
    position: absolute;
    background-color: #4ce7f3;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    transition: .3s all ease-in-out;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    margin: 0 auto
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 13px
}

.feature-eight-section .eight-feature-box .feature-text8 p {
    line-height: 1.5
}

.feature-eight-section .eight-feature-box:hover {
    background-color: #fff;
    box-shadow: 0 25px 38px 0 rgba(43, 1, 68, .17)
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before, .feature-eight-section .eight-feature-box:hover .feature-icon8:after {
    display: block;
    opacity: 1
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
    opacity: 1;
    bottom: -25px;
    visibility: visible
}

@keyframes spining {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg)
    }
}

.eight-service-section {
    z-index: 1;
    padding: 135px 0 140px;
    background-color: #eceef6
}

.eight-service-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/app-landing/shape/s-shape2.html)
}

.eight-service-section:after {
    top: -5px;
    right: 0;
    content: "";
    z-index: -1;
    height: 640px;
    width: 780px;
    position: absolute;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/app-landing/shape/s-shape1.html)
}

.eight-service-section .s-shape-bg1 {
    left: -95px;
    bottom: -15px;
    position: absolute;
    z-index: -1
}

.eight-service-section .s-shape-bg2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -2;
    transform: translateY(-50%)
}

.eight-service-section .eight-service-slide {
    width: 66.667%;
    float: left;
    position: relative;
    z-index: 1
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 265px
}

.eight-service-section .eight-service-slide a {
    display: block;
    cursor: pointer
}

.eight-service-section .eight-service-slide a:nth-child(1) {
    margin-bottom: 65px
}

.eight-service-section .eight-service-slide a:nth-child(2) {
    margin-bottom: 55px;
    transform: translateX(-10px)
}

.eight-service-section .eight-service-slide a:nth-child(3) {
    transform: translateX(90px)
}

.eight-service-section .eight-service-text {
    width: 33.333333%;
    float: right;
    padding: 85px 0 0 70px
}

.eight-service-section .eight-service-text:before {
    content: "";
    top: -180px;
    z-index: -1;
    left: -150px;
    width: 678px;
    height: 678px;
    position: absolute;
    animation: spining 10s linear infinite;
    background-image: url(../img/app-landing/shape/s-shape5.html)
}

.eight-service-section .eight-service-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700
}

.eight-service-slide {
    width: 500px;
    padding-right: 70px
}

.ei-service-icon-text .ei-service-icon {
    width: 108px;
    height: 108px;
    margin-left: 60px;
    position: relative;
    line-height: 108px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #e9ebf7;
    box-shadow: 0 16px 20px 0 rgba(43, 1, 68, .11)
}

.ei-service-icon-text .ei-service-icon i {
    font-size: 55px
}

.ei-service-icon-text .ei-service-text {
    max-width: 300px
}

.ei-service-icon-text .ei-service-text h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.ei-service-icon-text .ei-service-text p {
    color: #5e5e5e;
    overflow: hidden;
    line-height: 1.647
}

.ei-service-icon-text:hover .ei-service-icon:after {
    opacity: 1;
    transform: scale(1)
}

.ei-service-icon-text:hover .ei-service-icon i {
    color: #fff
}

.ei-service-slide-mbl {
    position: absolute;
    right: -250px;
    top: -75px;
    width: 245px;
    height: 505px;
    margin: 0 auto;
    padding: 17px 19px;
    background-repeat: no-repeat
}

.ei-service-slide-mbl .bx-controls-direction {
    display: none
}

.ei-service-slide-mbl .image {
    border-radius: 18px;
    overflow: hidden
}

.eg-fun-fact-section {
    padding: 145px 0 110px
}

.eg-fun-fact-section .fn-bg-shape {
    bottom: 0;
    left: 0
}

.eg-fun-fact-section .eg-funfact-text {
    max-width: 465px
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title .eg-title-tag {
    font-size: 14px;
    margin-left: 55px
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title h2 {
    padding-bottom: 15px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
    display: inline-block;
    margin-top: 40px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:after {
    left: 0;
    right: 0;
    top: 55%;
    width: 1px;
    content: "";
    height: 85%;
    margin: 0 auto;
    position: absolute;
    background-color: #dde0ee;
    transform: translateY(-50%)
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #dde0ee
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
    width: 50%;
    float: left;
    padding: 25px 0 30px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
    font-size: 50px;
    font-family: poppins;
    font-weight: 600
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer-formatting-mark {
    display: none
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
    font-size: 26px;
    max-width: 130px;
    margin: 0 auto;
    line-height: 1.231
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
    top: 8px;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    position: relative
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) .odometer, .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) strong {
    color: #7c0dbe
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) .odometer, .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) strong {
    color: #ff00d6
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) .odometer, .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) strong {
    color: #4ce7f3
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) .odometer, .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) strong {
    color: #009cff
}

.eg-fun-fact-section .eg-fun-fact-mockup {
    top: 60px;
    left: -195px;
    position: absolute
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
    position: absolute
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    top: 130px;
    left: -20px
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
    right: 0;
    top: -25px
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item3 {
    top: -35px;
    left: 140px;
    z-index: -1
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item4 {
    z-index: -1;
    right: 35px;
    bottom: 105px
}

.eg-how-work-section {
    padding-bottom: 135px;
    overflow: visible
}

.eg-how-work-section .how-work-bg-shape {
    top: -185px;
    z-index: -1
}

.eg-how-work-section .eight-section-title {
    padding-bottom: 18px
}

.eg-how-work-section .eight-section-title .eg-title-tag {
    margin-left: 55px;
    font-size: 14px
}

.eg-how-work-section .mCustomScrollBox {
    left: -30px
}

.eg-how-work-section .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .eg-how-work-section .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1
}

.eg-how-work-section .how-work-scroller {
    height: 310px
}

.eg-how-work-section .eg-how-work-content {
    padding: 0 10px 0 30px
}

.eg-how-work-section .ei-how-work-content-item {
    padding-left: 180px
}

.eg-how-work-section .ei-how-work-content-item .mCSB_draggerContainer {
    max-height: 290px
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
    width: 13px;
    background-color: #e8e9f3
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 13px;
    background-color: #7c0dbe
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px 50px 30px 20px;
    box-shadow: 0 8px 9px 0 rgba(7, 7, 56, .15)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    height: 65px;
    width: 65px;
    z-index: 1;
    overflow: hidden;
    line-height: 65px;
    margin-right: 35px;
    position: relative;
    border-radius: 100%;
    background-color: #f1f2fa;
    box-shadow: 0 13px 24px 0 rgba(43, 1, 68, .17)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    font-size: 30px;
    font-weight: 500
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon .far {
    line-height: 65px
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 13px
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
    left: -35px;
    bottom: 5px;
    z-index: -1;
    color: #dad2df;
    line-height: 1;
    font-size: 123px;
    font-weight: 700;
    position: absolute;
    font-family: playfair display;
    transition: .3s all ease-in-out
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon:after {
    opacity: 1;
    transform: scale(1)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    color: #fff
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .scroller-no {
    color: #7c0dbd
}

.eg-how-work-section .how-work-mockup {
    padding-left: 60px
}

.eg-how-work-section .how-work-mockup img {
    max-height: 500px
}

.eg-how-work-section .how-work-mockup .hw-shape1 {
    top: -70px;
    right: 120px;
    z-index: -1
}

.eg-how-work-section .how-work-mockup .hw-shape2 {
    left: 30px;
    z-index: -1;
    bottom: -15px
}

.ei-appdownload-section {
    padding: 100px 0 50px;
    z-index: 1
}

.ei-appdownload-section .ei-download-btn .download-icon {
    width: 40px;
    color: #fff;
    height: 40px;
    font-size: 26px;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    background-color: #ffa800;
    box-shadow: rgba(7, 7, 56, .15) 0 8px 9px 0
}

.ei-appdownload-section .ei-download-btn p {
    padding-top: 8px;
    font-size: 15px;
    display: inline-block
}

.ei-appdownload-section .ei-download-btn a {
    display: table;
    color: #0090ff;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 700;
    font-family: poppins;
    position: relative
}

.ei-appdownload-section .ei-download-btn a:after {
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background-color: #0090ff;
    transition: .3s all ease-in-out
}

.ei-appdownload-section .ei-download-btn a:before {
    top: -2px;
    right: -25px;
    content: "";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    transition: .3s all ease-in-out;
    font-family: "font awesome 5 free"
}

.ei-appdownload-section .ei-download-btn a:hover:before {
    right: -35px
}

.ei-appdownload-section .ei-download-btn a:hover:after {
    width: 100%
}

.ei-appdownload-section .app-down-btn {
    margin-bottom: 22px
}

.ei-appdownload-section .app-down-btn a {
    margin-right: 10px;
    display: inline-block
}

.ei-appdownload-section .ei-appdownloaad-shape {
    position: absolute;
    z-index: -1
}

.ei-appdownload-section .app-shape1 {
    bottom: -170px;
    left: -115px
}

.ei-appdownload-section .app-shape2 {
    top: -225px;
    right: 0;
    left: -270px;
    margin: 0 auto;
    text-align: center
}

.ei-appdownload-section .app-shape3 {
    right: -10px;
    top: 0
}

.ei-app-down-text {
    max-width: 450px;
    padding-top: 90px
}

.ei-app-down-text .eight-section-title .eg-title-tag {
    margin-left: 55px
}

.ei-app-down-text .eight-section-title h2 {
    padding-bottom: 15px
}

.ei-app-down-text .eight-section-title p {
    color: #383838;
    padding-bottom: 32px
}

.ei-team-section {
    padding: 145px 0 135px
}

.ei-team-section .eight-section-title {
    margin: 0 auto;
    max-width: 500px;
    padding-bottom: 70px
}

.ei-team-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-team-section .ei-team-pic-text .ei-team-img:after {
    width: 236px;
    height: 236px;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    border: double 2px transparent;
    border-radius: 100%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4171e8, #ff03d0, #4171e8);
    background-origin: border-box;
    transition: .3s all ease-in-out;
    background-clip: content-box, border-box
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei {
    z-index: 1;
    width: 236px;
    height: 236px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eff0f7
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .mshape-bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg1 {
    left: -110px;
    top: 70px
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg2 {
    right: -65px;
    top: 35px
}

.ei-team-section .ei-team-pic-text .ei-team-social {
    top: 47px;
    z-index: 1;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition-delay: .2s;
    transition: .5s all ease-in-out
}

.ei-team-section .ei-team-pic-text .ei-team-social a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-bottom: 12px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(43, 1, 68, .23)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: .3s all ease-in-out;
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(1) {
    color: #118bfc
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(2) {
    transform: translateX(15px);
    color: #03a9f4
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(3) {
    transform: translateX(9px);
    margin-bottom: 5px;
    color: #ea4c89
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(4) {
    color: #0c6eff;
    transform: translateX(-20px)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover {
    color: #fff
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover:after {
    opacity: 1;
    visibility: visible
}

.ei-team-section .ei-team-pic-text .ei-team-text {
    margin-top: 20px
}

.ei-team-section .ei-team-pic-text .ei-team-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.ei-team-section .ei-team-pic-text .ei-team-text p {
    color: #383838;
    font-size: 15px
}

.ei-team-section .ei-team-pic-text:hover .ei-team-img:after {
    opacity: 1;
    left: 102px;
    visibility: visible
}

.ei-team-section .ei-team-pic-text:hover .ei-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.ei-team-section .ei-team-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px
}

.ei-team-section .ei-team-content .owl-nav .owl-prev, .ei-team-section .ei-team-content .owl-nav .owl-next {
    top: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
    box-shadow: 0 7px 18px 0 rgba(16, 31, 60, .25)
}

.ei-team-section .ei-team-content .owl-nav .owl-prev:hover, .ei-team-section .ei-team-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #7c0dbe
}

.ei-team-section .ei-team-content .owl-nav .owl-prev {
    left: -40px
}

.ei-team-section .ei-team-content .owl-nav .owl-next {
    right: -50px
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 102px;
    opacity: 1;
    visibility: visible
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.ei-faq-section {
    background-color: #eceef6;
    padding: 145px 0 110px;
    z-index: 1
}

.ei-faq-section .ei-faq-content {
    position: relative;
    z-index: 5
}

.ei-faq-section .ei-faq-content .ei-title-faq {
    margin: 0 auto;
    max-width: 885px
}

.ei-faq-section .ei-faq-content .ei-title-faq p {
    color: #383838;
    font-size: 17px;
    margin-top: 35px;
    line-height: 1.647
}

.ei-faq-section .eight-section-title {
    padding-bottom: 32px
}

.ei-faq-section .eight-section-title .eg-title-tag {
    font-size: 15px;
    margin-left: 55px
}

.ei-faq-section .ei-faq-queans {
    max-width: 1000px;
    margin: 0 auto
}

.ei-faq-section .ei-faq-queans .ei-faq {
    padding: 0 55px;
    margin-bottom: 25px
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
    margin-top: 15px
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body a {
    text-decoration: underline
}

.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
    padding: 25px 55px;
    transition: .3s all ease-in-out;
    background-color: #fff;
    box-shadow: 0 5px 15px -14px rgba(0, 0, 0, .75)
}

.ei-faq-section .ei-faq-queans .ei-faq-header button {
    border: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 50px;
    font-family: poppins;
    background-color: transparent
}

.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
    top: -6px;
    left: 0;
    color: #118bfc;
    font-size: 30px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
    content: ""
}

.ei-faq-section .ei-faq-shape {
    position: absolute;
    z-index: -1
}

.ei-faq-section .fq-shape-style1 {
    top: -70px;
    left: 140px;
    z-index: 2
}

.ei-faq-section .fq-shape-style2 {
    top: -70px;
    left: 75px;
    z-index: 1;
    opacity: .4;
    animation: spining 35s linear infinite
}

.ei-faq-section .fq-shape-style3 {
    top: 50%;
    left: 165px;
    transform: translateX(-50%);
    animation: 3s ease 0s infinite alternate none running scale
}

.ei-faq-section .fq-shape-style4 {
    top: 40%;
    right: 165px;
    transform: translateX(-50%)
}

.ei-faq-section .fq-shape-style5 {
    left: 20%;
    top: 115px;
    animation: spining 50s linear infinite
}

.ei-faq-section .fq-shape-style6 {
    right: 0;
    z-index: -2;
    bottom: -30px
}

.ei-faq-section .fq-shape-style8 {
    top: -50px;
    left: -50px;
    z-index: -3
}

.ei-faq-section .fq-shape-style7 {
    top: 65px;
    right: 20%
}

.ei-faq-section .fq-shape-style7 img {
    animation: spining 5s linear infinite;
    display: block;
    margin-top: 10px
}

.ei-screenshots-section {
    padding: 120px 0;
    position: relative
}

.ei-screenshots-section .eight-section-title {
    margin: 0 auto;
    max-width: 595px;
    padding-bottom: 10px
}

.ei-screenshots-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-screenshots-section .swiper-slider-area .container {
    position: relative
}

.ei-screenshots-section .swiper-wrapper {
    height: 630px;
    width: 320px
}

.ei-screenshots-section .row.ei-appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    position: relative
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
    border-radius: 35px
}

.ei-screenshots-section .ei-screen-mobile-image {
    background-image: url(../img/app-landing/screenshoot/mobile-1.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 650px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 24px;
    transform: translateX(-50%);
    width: 301px;
    z-index: 2;
    border-radius: 40px
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
    background-size: 100% 100%
}

.ei-screenshots-section .swiper-wrapper {
    padding: 30px 0 40px
}

.ei-screenshots-section .swiper-slide {
    box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .swiper-slide.swiper-slide-next {
    box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .swiper-slide.swiper-slide-prev {
    box-shadow: 9px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .screenshoot-shape1 {
    right: 0;
    bottom: 205px
}

.ei-screenshots-section .screenshoot-shape2 {
    left: 0;
    top: 240px
}

.ei-screenshots-section .banner-navigation {
    position: relative;
    text-align: center;
    margin-top: 0;
    z-index: 2
}

.ei-screenshots-section .banner-navigation .swiper-button-next, .ei-screenshots-section .banner-navigation .swiper-button-prev {
    position: relative;
    font-size: 16px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    background-image: none;
    display: inline-block;
    margin: 0 15px;
    background-color: #e7ecf2;
    transition: all 300ms ease
}

.ei-screenshots-section .banner-navigation .swiper-button-prev:hover, .ei-screenshots-section .banner-navigation .swiper-button-next:hover {
    color: #fff;
    background-color: #7b0dbd
}

.ei-testimonial-section {
    padding: 120px 0 115px
}

.ei-testimonial-section .eight-section-title {
    margin: 0 auto;
    max-width: 490px;
    padding-bottom: 64px
}

.ei-testimonial-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-testimonial-section .ei-testimonial-img-text {
    padding: 30px 40px 30px 0;
    border-radius: 120px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 5, 50, .1)
}

.ei-testimonial-section .ei-testimonial-img-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -35px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/team/t-shape2.html)
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon {
    position: absolute;
    top: -20px;
    right: 100px
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon i {
    color: #cfd8e8;
    font-size: 40px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    height: 160px;
    width: 160px;
    position: relative;
    top: -25px;
    left: -25px;
    line-height: 157px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 18px 0 rgba(0, 5, 50, .12);
    overflow: hidden
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img img {
    height: 130px;
    width: 130px;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 1;
    position: relative
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:before {
    content: "";
    position: absolute;
    top: -58px;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/team/t-shape1.html)
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: #fff
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name {
    padding-bottom: 5px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name span {
    font-size: 15px;
    color: #0887fc
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text p {
    line-height: 1.529;
    margin-bottom: 0;
    padding-bottom: 8px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testi-rate li {
    color: #ffba00
}

#testimonial-scroller {
    max-width: 1100px;
    margin: 0 auto
}

#testimonial-scroller .owl-stage-outer {
    overflow: visible
}

#testimonial-scroller .owl-item img {
    display: inline
}

#testimonial-scroller .owl-stage-outer {
    overflow: visible
}

#testimonial-scroller .owl-item {
    opacity: 0;
    transition: opacity 500ms
}

#testimonial-scroller .owl-item.active {
    opacity: 1
}

#testimonial-scroller .owl-nav {
    display: none
}

#testimonial-scroller .owl-dots {
    height: 13px;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px
}

#testimonial-scroller .owl-dot {
    width: 78px;
    height: 13px;
    border-radius: 30px;
    display: inline-block;
    background-color: #e9ebf7
}

#testimonial-scroller .owl-dot.active {
    background-color: #7b0dbd
}

.testimonial-floatingimg li {
    height: 80px;
    width: 80px;
    position: absolute;
    overflow: hidden;
    border-radius: 100%;
    border: 10px solid #e7eaef;
    opacity: .5;
    animation: 1.5s ease 0s infinite alternate none running scale
}

.testimonial-float-img1 li:nth-child(1) {
    top: 90px;
    left: 215px
}

.testimonial-float-img1 li:nth-child(2) {
    top: 198px;
    left: 108px
}

.testimonial-float-img1 li:nth-child(3) {
    top: 30%;
    left: 20%
}

.testimonial-float-img1 li:nth-child(4) {
    top: 360px;
    left: 140px
}

.testimonial-float-img2 li:nth-child(1) {
    bottom: 90px;
    right: 215px
}

.testimonial-float-img2 li:nth-child(2) {
    bottom: 198px;
    right: 50px
}

.testimonial-float-img2 li:nth-child(3) {
    bottom: 30%;
    right: 15%
}

.testimonial-float-img2 li:nth-child(4) {
    bottom: 360px;
    right: 140px
}

.ei-partner-section {
    padding: 80px 0
}

.ei-partner-section .ei-partner-content {
    margin: 0 auto;
    max-width: 875px
}

#ei-partner-slide .owl-nav {
    display: none
}

.ei-partner-text {
    padding-top: 35px
}

.ei-partner-text .ei-partner-icon {
    height: 30px;
    width: 30px;
    line-height: 35px;
    color: #fff;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #eeb22d;
    box-shadow: 0 8px 24px 0 rgba(238, 178, 45, .57)
}

.ei-partner-text h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px
}

.ei-partner-text p {
    font-size: 14px;
    color: #626161
}

.ei-newslatter-section {
    overflow: visible
}

.ei-newslatter-section .ei-newslatter-mockup {
    position: absolute;
    top: -35%;
    right: 18%
}

.ei-newslatter-section .ei-newslatter-box {
    overflow: hidden;
    padding: 80px 0 85px;
    background: linear-gradient(-90deg, #ff00a2 0%, #750cf8 50%, #4ce7f3 100%)
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector1 {
    top: -40px;
    left: 250px;
    animation: 3s ease 0s infinite alternate none running scale
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
    top: -30px;
    right: -70px;
    animation: 2s ease 0s infinite alternate none running scale
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector3 {
    left: -75px;
    bottom: -235px
}

.ei-newslatter-section .ei-newslatter-contnet {
    max-width: 650px;
    margin-left: 130px
}

.ei-newslatter-section .ei-newslatter-contnet h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700
}

.ei-newslatter-section .ei-newslatter-contnet h3 span {
    font-weight: 100
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form {
    margin-top: 20px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form input {
    width: 100%;
    border: none;
    height: 72px;
    border-radius: 50px;
    padding-left: 30px;
    margin-bottom: 15px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
    top: 12px;
    right: 12px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
    height: 48px;
    width: 162px;
    border: none;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%)
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px
}

.ei-footer-section {
    padding-top: 160px
}

.ei-footer-widget .ei-widget-title {
    font-size: 16px;
    color: #373a5b;
    font-weight: 700;
    padding-bottom: 20px
}

.ei-footer-widget .ei-footer-logo {
    margin-bottom: 25px
}

.ei-footer-widget p {
    max-width: 220px;
    line-height: 1.875
}

.ei-footer-widget .ei-payment-mathod {
    margin-top: 30px
}

.ei-footer-widget ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: poppins
}

.ei-footer-widget ul li a {
    color: #373a5b;
    position: relative;
    transition: .3s all ease-in-out
}

.ei-footer-widget ul li a:before {
    left: -15px;
    top: 3px;
    content: "";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.ei-footer-widget ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    background-color: #0072fd;
    transition: .3s all ease-in-out
}

.ei-footer-widget ul li a:hover {
    color: #0072fd;
    margin-left: 10px
}

.ei-footer-widget ul li a:hover:after {
    width: 100%
}

.ei-footer-widget h4 {
    width: 45%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 28px;
    margin-right: 15px;
    position: relative;
    display: inline-block
}

.ei-footer-widget h4 i {
    left: 0;
    top: 2px;
    color: #7b0dbd;
    font-size: 20px;
    margin-right: 5px;
    position: absolute
}

.ei-footer-widget h4 span {
    font-family: circular std book;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #818181
}

.ei-footer-widget .download-btn {
    width: 100%;
    margin-top: 25px;
    display: inline-block
}

.ei-footer-widget .download-btn a {
    margin-right: 10px
}

.ei-footer-widget .ei-footer-social {
    margin-top: 15px
}

.ei-footer-widget .ei-footer-social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 9px 0 rgba(15, 54, 131, .07)
}

.ei-footer-widget .ei-footer-social a:nth-child(1) {
    color: #16599b
}

.ei-footer-widget .ei-footer-social a:nth-child(2) {
    color: #03a9f4
}

.ei-footer-widget .ei-footer-social a:nth-child(3) {
    color: #ea4c89
}

.ei-footer-widget .ei-footer-social a:nth-child(4) {
    color: #0d6fff
}

.ei-footer-copyright {
    margin-top: 40px;
    font-size: 14px;
    font-family: poppins
}

.ei-footer-copyright .ei-footer-copyright-content {
    padding: 25px 0 15px;
    border-top: 2px solid #dee2ef
}

.ei-footer-copyright .ei-copyright-menu {
    float: right
}

.ei-footer-copyright .ei-copyright-menu a {
    margin-left: 35px
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(-100px)
    }
}

.ei-footer-shape1 {
    top: 120px;
    right: 130px;
    opacity: .5;
    z-index: -1
}

.ei-footer-shape2 {
    top: 110px;
    left: -160px;
    opacity: .5;
    z-index: -1
}

.ei-footer-shape3 {
    left: -50px;
    right: 0;
    opacity: .5;
    z-index: -1;
    bottom: 100px;
    margin: 0 auto;
    text-align: center;
    animation-name: left-right-move;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.appi-ei-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation {
    width: 100%
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav {
    width: 100%
}

.appi-ei-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.appi-ei-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .appi-ei-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.appi-ei-mobile_menu_button {
    position: absolute;
    display: none;
    right: 20px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    top: 2px;
    z-index: 5
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.appi-ei-mobile_menu .dropdown {
    position: relative
}

.appi-ei-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.appi-ei-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@media screen and (max-width:1440px) {
    .main-header-eight .appheader-content {
        padding: 0 40px
    }

    .ei-service-slide-mbl {
        right: 0
    }

    .main-header-eight .appheader-content .site-logo {
        margin-right: 230px
    }

    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
        left: 70px
    }

    .eg-fun-fact-section .fn-bg-shape {
        left: -195px
    }

    .ei-faq-section .fq-shape-style1 {
        left: -20px
    }

    .ei-faq-section .fq-shape-style3 {
        left: 60px
    }

    .ei-faq-section .fq-shape-style2 {
        left: 0
    }

    .ei-newslatter-section .ei-newslatter-mockup {
        right: 5%
    }

    .ei-footer-shape1 {
        right: 0
    }

    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        margin-left: 60px
    }

    .eight-service-section .eight-service-slide {
        width: 48.667%
    }

    .eight-service-section .eight-service-text {
        width: 51.333333%;
        padding: 85px 0 0 0
    }

    .eight-service-section .eight-service-text h2 {
        max-width: 285px
    }
}

@media screen and (max-width:1280px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 155px
    }
}

@media screen and (max-width:1199px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 115px
    }

    .ei-screenshots-section .ei-screen-mobile-image {
        width: 322px
    }
}

@media screen and (max-width:1024px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 40px
    }

    .main-header-eight .appheader-content .navigation-eight li {
        margin-right: 10px
    }

    .main-header-eight .appheader-content .h-eight-social {
        margin-left: 0
    }

    .eg-fun-fact-section .eg-fun-fact-mockup {
        left: -320px
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after, .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
        left: 70px
    }

    .ei-team-section .ei-team-content .owl-nav .owl-prev, .ei-team-section .ei-team-content .owl-nav .owl-next {
        position: static;
        text-align: center;
        margin: 0 8px;
        transform: translateY(0)
    }

    .ei-team-section .ei-team-content .owl-nav {
        text-align: center;
        margin-top: 20px
    }

    .ei-newslatter-section .ei-newslatter-mockup {
        display: none
    }

    .ei-footer-widget .download-btn a {
        margin-right: 0
    }

    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        margin-left: 15px
    }

    .eight-service-section .eight-service-text h2 {
        max-width: 245px
    }

    .ei-testimonial-section .ei-testimonial-img-text {
        margin: 0 auto;
        max-width: 500px
    }
}

@media screen and (max-width:991px) {
    .main-header-eight .appheader-content .navigation-eight {
        display: none
    }

    .main-header-eight .appheader-content .h-eight-social {
        display: none
    }

    .appi-ei-mobile_menu_button {
        display: block
    }

    .main-header-eight .appheader-content {
        padding: 0 20px
    }

    .main-header-eight .appheader-content .sign-up-btn-eight {
        margin-right: 50px
    }

    .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
        position: static;
        margin-top: 40px
    }

    .eight-banner-section {
        padding-bottom: 100px
    }

    .feature-eight-section {
        padding: 100px 0
    }

    .feature-eight-section .eight-feature-box {
        margin-bottom: 50px
    }

    .eight-service-section .eight-service-slide {
        width: 100%
    }

    .eight-service-section .eight-service-text {
        width: 100%
    }

    .eight-service-section:after {
        display: none
    }

    .eight-service-section:before {
        display: none
    }

    .eight-service-section .s-shape-bg2 {
        display: none
    }

    .eight-service-section .eight-service-text:before {
        display: none
    }

    .eight-service-section .eight-service-slide a:nth-child(3) {
        transform: translateX(0)
    }

    .ei-service-slide-mbl {
        position: relative;
        right: 0;
        top: 0
    }

    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        max-width: 475px;
        margin: 0 auto
    }

    .eight-service-section .eight-service-text h2 {
        margin: 0 auto;
        color: #000;
        max-width: 400px;
        padding-top: 30px;
        text-align: center
    }

    .eg-fun-fact-section .eg-fun-fact-mockup {
        position: static;
        margin-bottom: 40px
    }

    .eg-fun-fact-section .eg-funfact-text {
        float: none !important
    }

    .eg-how-work-section .how-work-mockup {
        text-align: center
    }

    .ei-team-section .ei-team-pic-text .ei-team-social {
        right: 13px
    }

    .ei-screenshots-section .ei-screen-mobile-image {
        width: 270px
    }

    #testimonial-scroller {
        max-width: 570px
    }

    .ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
        display: none
    }

    .ei-footer-section {
        padding-top: 100px
    }

    .testimonial-floatingimg {
        display: none
    }

    .eg-how-work-section .how-work-mockup .hw-shape1, .eg-how-work-section .how-work-mockup .hw-shape2 {
        display: none
    }

    .ei-appdownload-section {
        padding-bottom: 60px
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after, .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
        display: none
    }

    .ei-team-pic-text {
        max-width: 300px;
        margin: 0 auto
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
        right: 0
    }

    .ei-footer-widget {
        margin-bottom: 30px
    }

    .saas_two_about_section .about_content_s2 {
        padding: 30px 50px
    }
}

@media screen and (max-width:767px) {
    .ei-screenshots-section .ei-screen-mobile-image {
        width: 370px;
        height: 655px
    }
}

@media screen and (max-width:680px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 65px
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
        left: 75px
    }
}

@media screen and (max-width:580px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 60px
    }

    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
        display: none
    }

    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
        display: none
    }

    .eg-how-work-section .ei-how-work-content-item {
        padding-left: 50px
    }

    .ei-team-pic-text {
        max-width: 270px;
        margin: 0 auto
    }

    .ei-team-section .ei-team-pic-text .ei-team-social {
        right: -40px
    }

    .ei-screenshots-section .ei-screen-mobile-image {
        width: 305px
    }

    #testimonial-scroller {
        max-width: 450px
    }

    #testimonial-scroller .ei-testimonial-text {
        display: block;
        overflow: hidden
    }

    .ei-newslatter-section .ei-newslatter-contnet {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .eight-banner-section .eight-banner-content h1 {
        text-align: center;
        font-size: 50px
    }

    .saas_two_about_section .about_content_s2 {
        padding: 20px 25px
    }

    .cd-headline.clip .cd-words-wrapper::after {
        height: 40px
    }

    .eight-banner-section .eight-banner-content p {
        text-align: center
    }

    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
        text-align: center
    }

    .ei-banner-review {
        text-align: center;
        max-width: 320px;
        margin: 0 auto
    }

    .eight-banner-section .eight-banner-content .ei-banner-review ul {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .ei-service-icon-text .ei-service-icon {
        margin-left: 30px
    }

    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
        display: none
    }

    .pera-content p {
        overflow: hidden
    }

    .hw-mockup-img {
        margin-top: 20px
    }

    .eg-how-work-section .how-work-mockup .hw-shape1, .eg-how-work-section .how-work-mockup .hw-shape2, .ei-faq-section .fq-shape-style3, .ei-faq-section .fq-shape-style4 {
        display: none
    }

    .ei-team-section .ei-team-content .owl-nav {
        width: 150px;
        margin: 0 auto;
        margin-top: 40px;
        position: static;
        transform: translateY(0)
    }

    .ei-faq-section .ei-faq-queans {
        margin-top: 20px
    }

    .ei-faq-section .ei-faq-queans .ei-faq-header button {
        text-align: left
    }

    .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
        left: -10px
    }
}

@media screen and (max-width:420px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 42px
    }

    .cd-headline.clip .cd-words-wrapper::after {
        height: 30px
    }

    .feature-eight-section {
        padding: 50px 0
    }

    .eight-section-title h2 {
        font-size: 28px
    }

    .eight-service-slide {
        padding-right: 0
    }

    .ei-service-icon-text .ei-service-icon {
        height: 80px;
        width: 80px;
        line-height: 80px
    }

    .ei-service-icon-text .ei-service-icon i {
        font-size: 35px
    }

    .eight-service-section {
        padding: 65px 0
    }

    .eight-service-section .eight-service-slide a:nth-child(1) {
        margin-bottom: 30px
    }

    .eight-service-section .eight-service-slide a:nth-child(2) {
        margin-bottom: 30px;
        transform: translateX(0)
    }

    .eight-service-section .eight-service-text {
        padding-top: 40px
    }

    .eight-service-section .eight-service-text h2 {
        font-size: 30px
    }

    .eg-fun-fact-section {
        padding: 60px 0
    }

    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
        font-size: 36px
    }

    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
        font-size: 30px;
        top: 4px
    }

    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
        font-size: 20px;
        max-width: 100px
    }

    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
        margin-right: 0;
        margin-bottom: 15px;
        float: none !important
    }

    .eg-how-work-section .ei-how-work-content-item {
        padding-left: 30px
    }

    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
        font-size: 20px
    }

    .eg-how-work-section {
        padding-bottom: 30px
    }

    .ei-app-down-text {
        padding: 50px 0
    }

    .ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
        padding: 20px 30px
    }

    .ei-faq-section .ei-faq-queans .ei-faq {
        padding: 0 30px
    }

    .ei-faq-section {
        padding: 60px 0
    }

    .ei-screenshots-section {
        padding: 60px 0
    }

    .ei-testimonial-section {
        padding: 60px 0
    }

    .ei-testimonial-section .ei-testimonial-img-text {
        padding: 25px 20px 25px 0
    }

    .ei-footer-widget {
        margin-bottom: 30px
    }

    .ei-footer-copyright .ei-copyright-menu {
        float: left
    }

    .ei-footer-copyright .ei-copyright-menu a {
        margin-left: 0;
        margin-right: 15px
    }

    .eg-how-work-text {
        display: block;
        width: 100%
    }

    .ei-team-section {
        padding: 60px 0
    }

    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
        height: 45px;
        width: 150px;
        line-height: 45px
    }

    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
        padding: 20px 0 10px
    }

    .main-header-eight .appheader-content .site-logo {
        margin-right: 30px
    }

    .ei-footer-section {
        padding-top: 60px
    }

    .eg-how-work-section .how-work-mockup {
        padding-left: 0
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
        left: 35px
    }

    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
        right: -5px
    }

    .swiper-container {
        width: 295px
    }
}

@media screen and (max-width:380px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 36px
    }

    .ei-appdownload-section .app-down-btn a {
        margin-bottom: 20px
    }

    .ei-testimonial-section .ei-testimonial-img-text:before {
        display: none
    }

    .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
        width: 150px;
        margin: 0 auto
    }

    .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
        position: static !important;
        text-align: center;
        margin-bottom: 20px
    }

    .eg-how-work-section .mCustomScrollBox {
        left: 0
    }
}

@media screen and (max-width:320px) {
    .main-header-eight .appheader-content .sign-up-btn-eight {
        width: 80px
    }

    .eight-banner-section .eight-banner-content h1 {
        font-size: 33px
    }

    .eight-section-title h2 {
        font-size: 24px
    }

    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
        font-size: 16px
    }

    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
        display: none
    }

    .eg-how-work-section .eg-how-work-content {
        padding-left: 5px
    }

    .ei-faq-section .ei-faq-queans .ei-faq-header button {
        font-size: 16px
    }

    .ei-testimonial-section .ei-testimonial-img-text {
        border-radius: 0;
        padding: 20px
    }

    .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
        float: none !important;
        top: 0;
        margin-bottom: 15px
    }

    .ei-footer-widget .download-btn a {
        margin-bottom: 20px;
        display: block
    }

    .ei-footer-widget h4 {
        margin-bottom: 10px
    }
}

.appseo-home {
    margin: 0;
    padding: 0;
    color: #415e8d;
    font-size: 16px;
    line-height: 1.765;
    overflow-x: hidden;
    font-family: poppins;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.appseo-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home .container {
    max-width: 1200px
}

.appseo-preloader {
    background-color: #fff;
    background: #fff url(../img/seo/pre.html) no-repeat center center
}

.appseo-headline h1, .appseo-headline h2, .appseo-headline h3, .appseo-headline h4, .appseo-headline h5, .appseo-headline h6 {
    margin: 0;
    font-family: poppins
}

.appseo-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-scrollup i {
    color: #fff;
    font-size: 20px
}

.appseo-section-title {
    padding-bottom: 35px
}

.appseo-section-title:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/seo/shape/ts1.html)
}

.appseo-section-title p {
    color: #415e8d;
    font-size: 18px;
    text-transform: capitalize
}

.appseo-section-title h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase
}

@keyframes borderplsseo {
    0% {
        box-shadow: 0 0 0 0 #f7d4c0
    }

    70% {
        box-shadow: 0 0 0 10px #f7d4c0;
        opacity: 0
    }

    to {
        box-shadow: 0 0 0 0 #f7d4c0;
        opacity: 0
    }
}

.appseo-section-title2 p {
    color: #ff8533;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
    position: relative;
    padding-bottom: 18px
}

.appseo-section-title2 p:before, .appseo-section-title2 p:after {
    width: 8px;
    height: 8px;
    content: "";
    left: 6px;
    top: 12px;
    z-index: 2;
    position: absolute;
    border-radius: 100%;
    background-color: #ff8533
}

.appseo-section-title2 p:after {
    left: 0;
    top: 6px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #f7d4c0;
    animation: borderplsseo 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}

.appseo-section-title2 h2 {
    color: #213e6e;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.125
}

@keyframes appseoupdown {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes appseoupdown {
    0% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(-1px)
    }
}

@keyframes appseoupdown {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

@keyframes videoup {
    70% {
        box-shadow: 0 0 0 30px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@keyframes flying {
    0% {
        transform: translate(2px, 2px)
    }

    50% {
        transform: translate(-2px, -2px)
    }

    100% {
        transform: translate(2px, 2px)
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.appseo-btn-hover {
    z-index: 1;
    overflow: hidden;
    position: relative
}

.appseo-btn-hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px;
    transition: all .5s;
    opacity: 1;
    z-index: -1;
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8)
}

.appseo-btn-hover:hover:before {
    opacity: 0;
    transform: translate(0, 0)
}

.dia-section-title span, .dia-banner-section .dia-banner-content .dia-banner-tag {
    font-weight: 700;
    background-image: linear-gradient(90deg, #52c8ee 0%, #368cca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn, .dia-service-section .dia-service-btn .dia-service-more, .dia-exp-section .dio-exp-text-area .dia-exp-btn, .dia-port-more a, .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    z-index: 1;
    overflow: hidden;
    position: relative
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before, .dia-service-section .dia-service-btn .dia-service-more:before, .dia-exp-section .dio-exp-text-area .dia-exp-btn:before, .dia-port-more a:before, .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: -100%;
    position: absolute;
    transition: .5s all ease-in-out
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:hover:before, .dia-service-section .dia-service-btn .dia-service-more:hover:before, .dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before, .dia-port-more a:hover:before, .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:hover:before {
    bottom: 0
}

@keyframes borderpls {
    0% {
        box-shadow: 0 0 0 0 #082680
    }

    70% {
        box-shadow: 0 0 0 30px #082680;
        opacity: 0
    }

    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@keyframes borderpls2 {
    0% {
        box-shadow: 0 0 0 0 #082680
    }

    70% {
        box-shadow: 0 0 0 10px #082680;
        opacity: 0
    }

    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.dia-home {
    margin: 0;
    padding: 0;
    color: #585476;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.667;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/pre.html) no-repeat center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.dia-headline h1, .dia-headline h2, .dia-headline h3, .dia-headline h4, .dia-headline h5, .dia-headline h6 {
    margin: 0;
    font-family: poppins
}

.dia-section-title span {
    font-size: 16px
}

.dia-section-title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.375
}

.dia-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #368cca;
}

.dia-scrollup i {
    color: #fff
}

.dia-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 15px;
    position: absolute
}

.dia-main-header .dia-logo {
    margin-top: 15px
}

.dia-main-header .dropdown {
    position: relative
}

.dia-main-header .dropdown:after {
    top: -2px;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.dia-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.dia-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.dia-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.dia-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.dia-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.dia-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #ff8533;
    color: #fff
}

.dia-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.dia-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.dia-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.dia-main-header .navbar-nav {
    display: inherit
}

.dia-main-header .dia-main-navigation {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px 40px
}

.dia-main-header .dia-main-navigation li {
    margin: 0 32px
}

.dia-main-header .dia-main-navigation li a {
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline;
    position: relative;
    font-family: poppins
}

.dia-main-header .dia-main-navigation li a:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    margin: 0 auto;
    position: absolute;
    transition: .5s all ease-in-out;
    background-image: linear-gradient(81deg, #52c8ee 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-main-header .dia-main-navigation li a:hover:before, .dia-main-header .dia-main-navigation li a.active:before {
    width: 100%
}

.dia-sticky-menu {
    top: 20px;
    position: fixed;
    background-color: #fff;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out
}

.dia-main-header.dia-sticky-menu {
    top: 0;
    z-index: 9;
    z-index: 20;
    padding-top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
    top: 45px
}

.dia-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.dia-mobile_menu_content .dia-mobile-main-navigation {
    width: 100%
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav {
    width: 100%
}

.dia-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.dia-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.dia-mobile_menu_wrap.mobile_menu_on .dia-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.dia-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.dia-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #f83;
    text-align: center;
    font-size: 30px;
    top: -35px;
    z-index: 5
}

.dia-mobile_menu .dia-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.dia-mobile_menu .dia-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.dia-mobile_menu .dropdown {
    position: relative
}

.dia-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.dia-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.dia-mobile_menu .dia-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.dia-banner-section {
    padding-bottom: 50px
}

.banner-image {
    margin-top: 100px
}

.dia-banner-section .banner-side-img {
    right: 0;
    bottom: 0;
    z-index: -1
}

.dia-banner-section .banner-side-img.banner-img1 {
    opacity: 0;
    right: -300px;
    transition-delay: 200ms;
    transition: all 1200ms ease
}

.dia-banner-section .banner-side-img.banner-img2 {
    opacity: 0;
    right: -300px;
    transition-delay: 500ms;
    transition: all 1500ms ease
}

.dia-banner-section .banner-side-img.banner-img1.view-on {
    right: 0;
    opacity: 1;
    transition-delay: 200ms
}

.dia-banner-section .banner-side-img.banner-img2.view-on {
    right: 0;
    opacity: 1;
    transition-delay: 500ms
}

.dia-banner-section .dia-banner-content {
    max-width: 460px;
    padding: 180px 0 225px
}

.dia-banner-section .dia-banner-content .dia-banner-tag {
    font-size: 18px
}

.dia-banner-section .dia-banner-content h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 15px 0 25px
}

.dia-banner-section .dia-banner-content p {
    font-size: 16px;
    color: #403b64
}

.dia-banner-section .dia-banner-content .dia-banner-btn {
    margin-top: 65px
}

.dia-banner-section .dia-banner-content .dia-banner-btn a {
    width: 100%;
    display: block;
    margin-right: 20px
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 100%;
    transition: .3s all ease-in-out;
    background-color: #52c8ee
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn i {
    color: #fff
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn:hover {
    background-image: none;
    background-color: #368cca;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
    color: #fff;
    height: 70px;
    width: 230px;
    font-weight: 700;
    line-height: 70px;
    border-radius: 40px;
    font-family: poppins;
    background-color: #368cca;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
    background-color: #52c8ee
}

.dia-banner-section .cd-headline.clip span {
    display: inline-block;
    padding-bottom: 10px
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    content: "";
    top: 10px;
    right: 0;
    width: 2px;
    height: 65px;
    position: absolute;
    background-color: #000000
}

.dia-banner-section .cd-headline.clip b {
    opacity: 0
}

.dia-banner-section .cd-headline.clip b.is-visible {
    opacity: 1
}

.dia-banner-section .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.dia-banner-section .cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.dia-banner-section .cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative
}

.dia-banner-section .no-js .cd-words-wrapper b {
    opacity: 0
}

.dia-banner-section .banner-side-shape1, .dia-banner-section .banner-side-shape2 {
    bottom: 135px
}

.dia-banner-section .banner-shape1 {
    left: 50%;
    bottom: 15%;
    z-index: -2;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.dia-banner-section .banner-shape2 {
    top: 30%;
    left: 12%
}

.dia-service-section {
    padding: 90px 0 115px
}

.dia-service-section .dia-service-img {
    margin-top: 55px
}

.dia-service-section .dia-service-img .dia-service-shape2 {
    top: 0;
    z-index: -2
}

.dia-service-section .dia-service-img .dia-service-shape1 {
    left: 0;
    top: 10px;
    z-index: -1;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.dia-service-section .dia-service-text {
    padding-left: 60px
}

.dia-service-section .dia-service-details {
    margin: 35px 0 5px
}

.dia-service-section .dia-service-details .dia-service-item {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

.dia-service-section .dia-service-details .dia-service-item h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px
}

.dia-service-section .dia-service-details .dia-service-item li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 5px
}

.dia-service-section .dia-service-details .dia-service-item li:before {
    top: 0;
    left: 0;
    content: "+";
    position: absolute
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 35px
}

.dia-service-section .dia-service-btn .dia-service-more {
    height: 50px;
    width: 225px;
    margin-top: 10px;
    line-height: 50px;
    border-radius: 40px;
    background-color: #390ed2
}

.dia-service-section .dia-service-btn .dia-service-more a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: poppins
}

.dia-service-section .dia-service-btn .dia-service-more:before {
    background-color: #368cca;
}

.dia-service-section .dia-service-review {
    max-width: 215px
}

.dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 8px
}

.dia-service-section .dia-service-review .dia-service-rate li {
    font-size: 14px;
    color: #f7c903
}

.dia-service-section .dia-service-review .dia-service-rate-text {
    font-size: 14px
}

.dia-service-section .dia-service-review .dia-service-rate-text span {
    color: #000000;
    font-weight: 700
}

.dia-fun-fact-section .dia-fun-fact-title {
    margin: 0 auto
}

.dia-fun-fact-section .dia-fun-fact-title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.528
}

.dia-fun-fact-item.dia-headline.pera-content {
    border: 1px solid #eee;
    height: 100%;
    padding: 10px;
    border-radius: 7px
}

.dia-fun-fact-item.dia-headline.pera-content p {
    line-height: 1.5em
}

.dia-fun-fact-section .dia-fun-fact-counter {
    padding-top: 10px
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(1) .dia-fun-fact-item .fun-fact-tag {
    color: #09d32f
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(2) .dia-fun-fact-item .fun-fact-tag {
    color: #ff7b01
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(3) .dia-fun-fact-item .fun-fact-tag {
    color: #390ed2
}

.dia-fun-fact-section .dia-fun-fact-item span {
    font-weight: 700;
    font-family: poppins
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
    line-height: 1;
    justify-content: center
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    color: #000000;
    font-size: 60px;
    font-weight: 500
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span {
    color: #2783c6;
    font-size: 54px;
    line-height: 1.4;
    font-weight: 700;
    font-family: poppins
}

.dia-fun-fact-section .dia-fun-fact-item p {
    margin: 0 auto;
    max-width: 325px
}

.dia-about-section {
    padding-top: 80px
}

.dia-about-section .dia-about-title-text {
    padding-top: 25px
}

.dia-about-content .dia-about-title-text {}

.dia-about-content .dia-about-text {
    font-size: 18px;
    padding: 25px 0 75px
}

.dia-about-content .dia-about-list li {
    width: 50%;
    float: left;
    color: #000000;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px
}

.dia-about-content .dia-about-list li:after {
    left: 0;
    top: -3px;
    color: #25d98f;
    font-size: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.dia-about-content .dia-about-img {
    z-index: 1;
    padding-left: 40px
}

.dia-about-content .dia-about-img .ab-shape1 {
    top: 30px;
    left: -10px;
    z-index: -1
}

.dia-about-content .dia-about-img .ab-shape2 {
    right: 0;
    bottom: 0;
    z-index: -1
}

.dia-exp-section {
    padding: 115px 0 0
}

.dia-exp-section .dia-exp-img .ab-shape1 {
    top: 60px;
    left: -5px;
    z-index: -1
}

.dia-exp-section .dia-exp-img .ab-shape2 {
    bottom: 20px;
    right: 20px;
    z-index: -1
}

.dia-exp-section .dio-exp-text-area {
    max-width: 520px
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
    margin-top: 30px
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
    color: #fff;
    height: 48px;
    width: 155px;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 40px;
    font-family: poppins;
    background-color: #390ed2
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
    width: 100%;
    display: block
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
    background-color: #368cca;
}

.dia-exp-section .skill-progress-bar {
    padding: 20px 0
}

.dia-exp-section .skill-progress-bar .skill-set-percent {
    margin-bottom: 30px
}

.dia-exp-section .skill-progress-bar .skill-set-percent h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: roboto
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress {
    height: 6px;
    border-radius: 0;
    overflow: visible;
    position: relative;
    background-color: #dededf
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress span {
    right: 0;
    top: -30px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    position: absolute
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress-bar {
    width: 0;
    float: left;
    height: 100%;
    position: relative;
    background-color: #368cca;
    ;
    transition: 1s all ease-in-out
}

.dia-portfolio-section {
    padding-top: 60px;
    padding-bottom: 20px
}

.dia-portfolio-img-text {
    transition: .4s all ease-in-out;
    background: #f9f9f9;
    margin-bottom: 30px
}

.dia-portfolio-img-text .dia-portfolio-img {
    overflow: hidden;
    position: relative
}

.dia-portfolio-img-text .dia-portfolio-img img {
    transition: 1s all ease-in-out
}

.dia-portfolio-img-text .dia-portfolio-text {
    margin-top: 18px;
    padding-bottom: 10px
}

.dia-portfolio-img-text .dia-portfolio-text h3 {
    color: #000000;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

.dia-portfolio-img-text .dia-portfolio-text h3:before {
    left: 0;
    right: 0;
    width: 0%;
    content: "";
    bottom: 8px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #000000;
    transition: .4s all ease-in-out
}

.dia-portfolio-img-text .dia-portfolio-text span {
    display: block;
    font-weight: 700
}

.dia-portfolio-img-text:hover {
    box-shadow: -1.308px 24.966px 22px 0 rgba(0, 0, 0, .11)
}

.dia-portfolio-img-text:hover .dia-portfolio-img img {
    transform: scale(1.4)
}

.dia-portfolio-img-text:hover .dia-portfolio-img:after {
    opacity: .8;
    transform: rotateX(0deg) scale(1, 1)
}

.dia-portfolio-img-text:hover h3:before {
    width: 100%
}

.dia-portfolio-slide-area {
    margin: 45px 0 20px
}

.dia-portfolio-slide-area .owl-stage-outer {
    padding-bottom: 35px
}

.dia-portfolio-slide-area .owl-nav .owl-prev, .dia-portfolio-slide-area .owl-nav .owl-next {
    top: 40%;
    z-index: 1;
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .4s all ease-in-out;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .28)
}

.dia-portfolio-slide-area .owl-nav .owl-prev:before, .dia-portfolio-slide-area .owl-nav .owl-next:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    transition: .4s all ease-in-out;
    background-image: linear-gradient(-81deg, #6806d9 0%, #4f0ad6 57%, #360ed2 100%)
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover, .dia-portfolio-slide-area .owl-nav .owl-next:hover {
    color: #fff
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover:before, .dia-portfolio-slide-area .owl-nav .owl-next:hover:before {
    transform: scale(1)
}

.dia-portfolio-slide-area .owl-nav .owl-prev {
    left: 12px
}

.dia-portfolio-slide-area .owl-nav .owl-next {
    right: 12px
}

.dia-port-more a {
    color: #fff;
    height: 58px;
    width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 58px;
    border-radius: 40px;
    font-family: poppins;
    background-color: #368cca;
}

.dia-port-more a:before {
    background-color: #390ed2
}

.dia-team-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.dia-team-section .dia-section-title {
    margin: 0 auto
}

.dia-team-section .dia-section-title h2 {
    padding-bottom: 10px
}

.dia-team-section .dia-team-content {
    padding-top: 55px
}

.dia-team-section .dia-team-pic-text .dia-team-img:after {
    width: 185px;
    height: 185px;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    border: double 2px transparent;
    border-radius: 100%;
    background-image: radial-gradient(circle at top left, #52c8ee, #ff9903, #ffcb05);
    background-origin: border-box;
    transition: .3s all ease-in-out;
    background-clip: content-box, border-box
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei {
    z-index: 1;
    width: 165px;
    height: 165px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eff0f7;
    align-items: center;
    display: flex;
    top: 10px
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .mshape-bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg1 {
    top: 90px;
    left: -75px
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg2 {
    top: 100px;
    z-index: -2;
    right: -68px
}

.dia-team-section .dia-team-pic-text .dia-team-social {
    top: 47px;
    z-index: 1;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition-delay: .2s;
    transition: .5s all ease-in-out
}

.dia-team-section .dia-team-pic-text .dia-team-social a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-bottom: 12px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(43, 1, 68, .23)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: .3s all ease-in-out;
    border-radius: 100%;
    background-image: linear-gradient(81deg, #52c8ee 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(1) {
    color: #118bfc
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(2) {
    transform: translateX(15px);
    color: #03a9f4
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
    transform: translateX(9px);
    margin-bottom: 5px;
    color: #ea4c89
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
    color: #0c6eff;
    transform: translateX(-20px)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover {
    color: #fff
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover:after {
    opacity: 1;
    visibility: visible
}

.dia-team-section .dia-team-pic-text .dia-team-text {
    margin-top: 20px
}

.dia-team-section .dia-team-pic-text .dia-team-text h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700
}

.dia-team-section .dia-team-pic-text .dia-team-text p {
    color: #383838;
    font-size: 15px
}

.dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    opacity: 1;
    left: 18px;
    visibility: visible
}

.dia-team-section .dia-team-pic-text:hover .dia-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.dia-team-section .dia-team-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px
}

.dia-team-section .dia-team-content .owl-nav .owl-prev, .dia-team-section .dia-team-content .owl-nav .owl-next {
    top: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
    box-shadow: 0 7px 18px 0 rgba(16, 31, 60, .25)
}

.dia-team-section .dia-team-content .owl-nav .owl-prev:hover, .dia-team-section .dia-team-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #000000
}

.dia-team-section .dia-team-content .owl-nav .owl-prev {
    left: -40px
}

.dia-team-section .dia-team-content .owl-nav .owl-next {
    right: -50px
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after {
    left: 18px;
    opacity: 1;
    visibility: visible
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.dia-testimonial-section {
    overflow: visible;
    padding: 80px 0 100px
}

.dia-testimonial-section .tst-side-shape {
    right: 0;
    top: -100px
}

.dia-testimonial-section .dia-section-title {
    margin: 0 auto
}

.dia-testimonial-section .dia-testimonial_slider-area {
    margin: 0 auto;
    margin-top: 55px;
    max-width: 725px;
    background-color: #fff;
    box-shadow: -1.046px 11.954px 22px 0 rgba(0, 0, 0, .08)
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape1 {
    top: -60px;
    z-index: -1;
    left: -175px
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
    z-index: -1;
    right: -175px;
    bottom: -100px
}

.dia-testimonial-section .dia-testimonial_indicator .carousel-indicators li {
    width: 90px;
    height: 90px;
    display: inherit;
    text-align: center;
    color: #202120;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease
}

.dia-testimonial-section .carousel-inner .carousel-item {
    padding: 70px
}

.dia-testimonial-section .carousel-inner .dia-testimonial_rating li {
    color: #ffba00
}

.dia-testimonial-section .carousel-inner .dia-testimonial_text {
    margin: 18px 0 28px;
    font-size: 22px;
    line-height: 1.636;
    text-align: justify
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 3px
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta p {
    font-size: 18px
}

.dia-testimonial-section .carousel-indicators {
    top: 70px;
    margin: 0;
    left: auto;
    right: -45px;
    position: absolute;
    display: none
}

.dia-testimonial-section .carousel-indicators li {
    text-indent: 0;
    margin-bottom: 15px;
    transform: scale(.9);
    border: 3px solid transparent
}

.dia-testimonial-section .carousel-indicators li img {
    border-radius: 100%
}

.dia-testimonial-section .carousel-indicators li.active {
    padding: 5px;
    transform: scale(1);
    border: 3px solid #52c8ee
}

.dia-testimonial_indicator-dot .carousel-indicators2 {
    top: 32%;
    right: 45px;
    left: -35px;
    bottom: 25px;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translateY(-50%)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    margin-bottom: 12px;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.dia-testimonial_indicator-dot .carousel-indicators2 li:after {
    top: 3px;
    left: 3px;
    content: "";
    width: 60%;
    height: 60%;
    border-radius: 100%;
    position: absolute;
    transform: scale(0);
    transition: .3s all ease-in-out;
    background: linear-gradient(81deg, #52c8ee 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active {
    transform: scale(1.2)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
    transform: scale(1)
}

.dia-blog-section {
    padding: 100px 0 60px
}

.dia-blog-section .dia-section-title {}

.dia-blog-section .dia-section-title h2 {
    padding-bottom: 10px
}

.dia-blog-section .dia-blog-content {
    padding-top: 50px
}

.dia-blog-section .dia-blog-img-text {
    max-width: 370px
}

.dia-blog-section .dia-blog-img-text .dia-blog-text {}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 0;
    transition: .3s all ease-in-out
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3:hover {
    color: #368cca;
}

.dia-blog-section .dia-blog-img-text .dia-author-area {
    width: 60%
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-athur-img {
    width: 43px;
    height: 43px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name {
    margin-top: 10px
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span {
    font-size: 18px
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span a {
    color: #6606d9;
    font-weight: 700
}

.dia-blog-section .dia-blog-img-text .dia-date-meta {
    margin-top: 10px;
    font-size: 18px
}

.dia-newslatter-section {
    z-index: 1;
    padding: 65px 0 80px;
    background-color: #f6ebe6
}

.dia-newslatter-section .newslatter-shape {
    z-index: -1
}

.dia-newslatter-section .n-shape1 {
    top: 0;
    left: 0
}

.dia-newslatter-section .n-shape4 {
    left: 10%;
    bottom: 30px
}

.dia-newslatter-section .n-shape5 {
    top: 50%;
    right: 12%
}

.dia-newslatter-section .n-shape2 {
    top: 10px;
    left: 14%
}

.dia-newslatter-section .n-shape3 {
    top: 45px;
    right: 13%
}

.dia-newslatter-section .n-shape6 {
    right: 30px;
    bottom: -80px
}

.dia-newslatter-section .dia-newslatter-content {
    border-radius: 30px;
    background-color: #fff;
    padding: 55px 55px 65px 75px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p {
    font-size: 17px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
    margin-top: 10px;
    padding-left: 25px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    width: 100%;
    border: none;
    height: 50px;
    max-width: 330px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #ebeff3
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button {
    top: 0;
    right: 0;
    position: absolute
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    color: #fff;
    height: 50px;
    width: 140px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: poppins;
    background-image: linear-gradient(-100deg, #52c8ee 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
    background-color: #390ed2
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox {
    margin-top: 15px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox input {
    height: inherit;
    width: inherit;
    padding-left: 0;
    margin-right: 5px;
    max-width: inherit
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
    font-size: 14px;
    margin-bottom: 0
}

@media only screen and (min-width:1367px) and (max-width:1700px) {
    .dia-banner-section .banner-side-img.banner-img1, .dia-banner-section .banner-side-img.banner-img2 {
        right: -450px
    }

    .dia-banner-section .banner-side-img.banner-img1.view-on, .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -200px
    }

    .dia-banner-section .banner-side-shape1, .dia-banner-section .banner-side-shape2 {
        left: -150px
    }
}

@media screen and (max-width:1440px) {
    .dia-banner-section .banner-side-img.banner-img1, .dia-banner-section .banner-side-img.banner-img2 {
        right: -600px
    }

    .dia-banner-section .banner-side-img.banner-img1.view-on, .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -410px
    }

    .dia-banner-section .banner-shape2 {
        left: 20px
    }

    .dia-newslatter-section .n-shape4 {
        left: 10px
    }

    .dia-banner-section .banner-side-shape1, .dia-banner-section .banner-side-shape2 {
        left: -150px
    }
}

@media screen and (max-width:1280px) {
    .dia-banner-section .banner-side-shape1, .dia-banner-section .banner-side-shape2, .dia-testimonial-section .tst-side-shape {
        display: none
    }

    .dia-banner-section .banner-shape2 {
        z-index: -1
    }
}

@media screen and (max-width:1024px) {
    .dia-banner-section .banner-side-img.banner-img1, .dia-banner-section .banner-side-img.banner-img2 {
        right: -800px
    }

    .dia-banner-section .banner-side-img.banner-img1.view-on, .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -500px
    }

    .dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
        padding-left: 0
    }

    .dia-service-section .dia-service-btn .dia-service-more {
        width: 185px
    }

    .dia-team-section .dia-team-content .owl-nav {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 20px
    }

    .dia-testimonial-section {
        overflow: hidden
    }

    .dia-team-section .dia-team-content .owl-nav .owl-prev, .dia-team-section .dia-team-content .owl-nav .owl-next {
        position: static;
        margin: 0 8px;
        transform: translateY(0)
    }

    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after, .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 70px
    }

    .dia-footer-widget .download-btn a {
        margin-right: 0
    }
}

@media screen and (max-width:991px) {
    .dia-banner-section .dia-banner-content {
        max-width: 100%;
        text-align: center
    }

    .dia-banner-section .dia-banner-content .dia-banner-btn {
        justify-content: center
    }

    .dia-testimonial-section .dia-testimonial_slider-area .test-shape1, .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
        display: none
    }

    .dia-main-navigation {
        display: none
    }

    .dia-banner-section .banner-side-img, .dia-about-content .dia-about-img .ab-shape1, .dia-about-content .dia-about-img .ab-shape2, .dia-exp-section .dia-exp-img .ab-shape1, .dia-exp-section .dia-exp-img .ab-shape2 {
        display: none
    }

    .dia-main-header.dia-sticky-menu {
        padding-top: 15px
    }

    .dia-main-header .dia-logo {
        margin-top: 0
    }

    .dia-sticky-menu {
        padding: 15px 0
    }

    .dia-mobile_menu_button {
        display: block
    }

    .dia-service-section .dia-service-img {
        margin-top: 0;
        margin-bottom: 35px
    }

    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span, .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {}

    .dia-about-content .dia-about-img {
        margin-left: 0;
        margin-top: 30px
    }

    .dia-exp-img {
        margin-bottom: 30px
    }

    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after, .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 105px
    }

    .dia-testimonial-section {
        overflow: hidden
    }

    .dia-testimonial-section .carousel-indicators {
        display: none
    }

    .dia-banner-section .dia-banner-content {
        padding: 150px 0 0
    }

    .dia-testimonial_indicator-dot .carousel-indicators2 {
        position: static;
        text-align: center
    }

    .dia-testimonial_indicator-dot .carousel-indicators2 li {
        display: inline-block;
        background-color: #390ed2
    }

    .dia-blog-img-text {
        margin-bottom: 40px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
        padding-left: 0;
        margin-top: 20px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
        max-width: 100%
    }

    .dia-footer-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:580px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 50px
    }

    .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 35px
    }

    .dia-banner-section .dia-banner-content p {
        font-size: 20px
    }

    .dia-banner-section .dia-banner-content .dia-banner-btn {
        margin-top: 30px
    }

    .dia-team-pic-text {
        max-width: 370px;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px
    }

    .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
        height: 50px;
        width: 200px;
        line-height: 50px
    }

    .dia-banner-section .dia-banner-content h1 {
        font-size: 40px
    }

    .dia-banner-section .dia-banner-content {
        padding: 130px 0 0
    }

    .dia-banner-section {
        padding-bottom: 50px
    }

    .dia-service-section .dia-service-text {
        padding-left: 0
    }

    .dia-service-section .dia-service-details {
        margin: 25px 0 0
    }

    .dia-service-section {
        padding-bottom: 55px
    }

    .dia-section-title h2 {
        font-size: 30px
    }

    .dia-fun-fact-section {
        padding-bottom: 10px
    }

    .dia-fun-fact-section .dia-fun-fact-title h2 {
        font-size: 30px
    }

    .dia-fun-fact-section .dia-fun-fact-counter {
        padding-top: 30px
    }

    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
        padding: 5px 0
    }

    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span, .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
        font-size: 45px
    }

    .dia-fun-fact-item {
        margin-bottom: 40px
    }

    .dia-about-section {
        padding-top: 20px
    }

    .dia-service-section .dia-service-details .dia-service-item {
        width: 100%
    }

    .dia-about-content .dia-about-list li {
        width: 100%
    }

    .dia-about-content .dia-about-text {
        font-size: 16px;
        padding: 20px 0 30px
    }

    .dia-about-content .dia-about-img {
        padding-left: 0
    }

    .dia-exp-section {
        padding: 60px 0
    }

    .dia-exp-section .skill-progress-bar {
        padding: 20px 0 10px
    }

    .dia-team-section {
        padding-top: 60px
    }

    .dia-team-section {
        padding-top: 60px
    }

    .dia-testimonial-section {
        padding: 45px 0 60px
    }

    .dia-testimonial-section .carousel-inner .carousel-item {
        padding: 50px 30px 60px
    }

    .dia-testimonial-section .carousel-inner .dia-testimonial_text {
        font-size: 18px
    }

    .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
        font-size: 26px
    }

    .dia-testimonial-section .dia-testimonial_slider-area:after {
        top: -15px;
        font-size: 40px
    }

    .dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
        font-size: 22px;
        padding: 10px 0 20px
    }

    .dia-blog-section {
        padding-top: 0;
        padding-bottom: 20px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
        font-size: 28px
    }

    .dia-newslatter-section .dia-newslatter-content {
        padding: 45px 25px
    }

    .dia-footer-section {
        padding-top: 50px
    }

    .dia-footer-widget .dia-payment-mathod {
        margin-top: 20px
    }

    .dia-footer-copyright .dia-copyright-menu {
        float: none
    }

    .dia-footer-copyright .dia-copyright-menu a {
        margin-left: 0;
        margin: 0 8px
    }

    .dia-footer-copyright-content {
        text-align: center
    }

    .dia-portfolio-section {
        padding-top: 30px
    }

    .dia-service-section {
        padding-top: 0
    }
}

@media screen and (max-width:420px) {
    .dia-service-section .dia-service-review, .dia-service-section .dia-service-btn .dia-service-more {
        float: none !important
    }

    .dia-service-section .dia-service-btn .dia-service-more {
        margin-bottom: 15px
    }

    .dia-service-section .dia-service-review .dia-service-rate ul {
        margin-bottom: 0
    }

    .dia-fun-fact-section .dia-fun-fact-title h2 {
        font-size: 28px
    }

    .dia-fun-fact-section {
        margin-bottom: 0
    }

    .dia-port-more a {
        height: 45px;
        width: 150px;
        line-height: 45px
    }
}

@media screen and (max-width:380px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 30px;
        padding: 10px 0 15px
    }

    .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 25px
    }

    .dia-banner-section .dia-banner-content p {
        font-size: 18px
    }

    .dia-section-title h2 {
        font-size: 26px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
        width: 100px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
        padding-left: 10px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input::placeholder {
        font-size: 14px
    }

    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after, .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 85px;
        display: none
    }
}

@media screen and (max-width:360px) {
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after, .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 70px
    }

    .dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span, .dia-blog-section .dia-blog-img-text .dia-date-meta {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 30px
    }

    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after, .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 35px
    }

    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
        font-size: 12px
    }
}

.saasio-breadcurmb-section {
    background-color: #6c2b95;
    padding: 260px 0 150px
}

.breadcurmb-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: poppins;
    padding-bottom: 20px
}

.saasio-page-breadcurmb li a {
    color: #fff;
    margin: 0 10px;
    position: relative
}

.saasio-page-breadcurmb li a:after {
    top: 2px;
    right: -17px;
    content: '\f054';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    font-family: 'font awesome 5 free'
}

.saasio-page-breadcurmb li:last-child a::after {
    display: none
}

.news-feed-section {
    padding: 100px 0
}

.news-feed-section .blog-feed-post {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .15)
}

.news-feed-section .saasio-blog-text {
    padding: 22px 30px 0 0
}

.news-feed-section .saasio-blog-text h3 {
    color: #373a5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    font-family: poppins
}

.news-feed-section .saasio-blog-text p {
    margin-bottom: 0;
    padding-top: 20px
}

.blog-read-more {
    color: #6c2b95;
    display: block;
    font-weight: 700;
    margin-top: 20px
}

.saasio-post-meta a {
    color: #777a91;
    margin-right: 15px
}

.saasio-post-meta a i {
    margin-right: 3px;
    font-size: 15px
}

.saasio-pagination {
    padding-top: 30px
}

.saasio-pagination a {
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    background-color: #6c2b95;
    transition: .3s all ease-in-out
}

.saasio-pagination a:hover, .saasio-pagination a.active {
    background-color: #cc0fda
}

.saasio-blog-sidebar {
    padding-left: 30px
}

.side-bar-widget {
    margin-bottom: 60px
}

.saasio-blog-sidebar .widget-title-2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px
}

.side-bar-widget .search-widget input {
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 15px;
    background-color: #e6e6e6
}

.side-bar-widget .search-widget button {
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    border: none;
    height: 50px;
    position: absolute;
    background-color: #6c2b95
}

.category-widget li a {
    width: 100%;
    display: block;
    font-family: poppins;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8d8d8
}

.category-widget li:last-child a {
    border-bottom: 0
}

.category-widget li a span {
    float: right
}

.recent-post-img-text {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8d8d8
}

.recent-post-img-text:last-child {
    border-bottom: none
}

.recent-post-img-text .recent-post-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-right: 15px
}

.recent-post-img-text .recent-post-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px
}

.recent-post-img-text .recent-post-text .rec-post-meta {
    color: #9e9e9b
}

.popular-widget a {
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    margin: 3px;
    float: left;
    display: inline-block;
    background-color: #6c2b95
}

.blog-details-img {
    margin-bottom: 40px
}

.blog-details-text h2 {
    color: #373a5b;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px
}

.blog-details-text h3 {
    color: #373a5b;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px
}

.blog-details-text article {
    padding: 20px 0
}

.blog-details-text blockquote {
    z-index: 1;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 50px;
    border-radius: 4px;
    font-family: poppins;
    position: relative;
    background-color: #73299a
}

.blog-details-text blockquote:after {
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    font-size: 175px;
    font-weight: 900;
    content: '\f10d';
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    color: rgb(255 255 255/25%);
    font-family: 'font awesome 5 free'
}

.blog-details-text blockquote h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px
}

.blog-details-tag {
    margin-top: 40px;
    padding: 10px 0;
    border: 1px solid #ded7d7;
    border-left: none;
    border-right: none
}

.blog-feed-tag a {
    margin-left: 8px;
    padding: 10px;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out
}

.blog-details-tag a:hover {
    color: #fff;
    background-color: #73299a
}

.blog-feed-share a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out
}

.saasio-comment-field {
    padding-top: 80px
}

.saasio-comment-field h3 {
    font-weight: 600;
    font-size: 30px
}

.comment-author-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.comment-list-item {
    margin: 60px 0
}

.comment-inner-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f8f8
}

.comment-author-text {
    overflow: hidden
}

.comment-author-text p {
    margin-bottom: 0;
    padding: 15px 0 5px
}

.comment-author-text h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

.comment-author-text span {
    color: #969696
}

.comment-reply {
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    background-color: #73299a
}

.comment-form {
    margin-top: 40px
}

.comment-form input, .comment-form textarea {
    width: 100%;
    height: 60px;
    border: none;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #f0f0f0
}

.comment-form textarea {
    height: 180px;
    padding-top: 20px
}

.comment-form button {
    border: none;
    color: #fff;
    padding: 15px 30px;
    background-color: #73299a
}

@media screen and (max-width:1024px) {
    .news-feed-section .saasio-blog-text {
        padding: 22px 30px 30px 0
    }

    .news-feed-section .saasio-blog-text h3 {
        font-size: 20px
    }

    .recent-post-img-text .recent-post-text h3 {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .blog-feed-img {
        margin-bottom: 20px
    }

    .blog-feed-img-txt {
        padding: 30px
    }

    .saasio-blog-sidebar {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .saasio-blog-sidebar {
        margin-top: 30px
    }

    .saasio-breadcurmb-section {
        padding: 150px 0 100px
    }

    .breadcurmb-title h2 {
        font-size: 30px
    }

    .blog-feed-share {
        margin-top: 15px;
        float: left !important
    }

    .comment-inner-box {
        padding: 15px
    }

    .comment-author-img {
        height: 80px;
        width: 80px
    }
}

.saas_two_service_section {
    padding: 60px 0
}

.saas_two_service_section .service_content {
    padding-top: 70px
}

.saas_two_service_section .service_content_box {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 25px 30px 30px 35px;
    z-index: 1;
    background-color: #fff;
    transition: .5s all ease-in-out;
    box-shadow: 0 10px 40px 0 rgba(8, 0, 20, .14);
    height: 90%
}

.saas_two_service_section .service_content_box:before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -3;
    border-radius: 10px;
    position: absolute;
    transition: .5s all ease-in-out;
    background-image: linear-gradient(90deg, #52c8ee 0%, #368cca 100%);
}

.saas_two_service_section .service_content_box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 10px;
    background-color: #fff
}

.saas_two_service_section .service_content_box:hover {
    transform: translate(-7px, -7px);
    box-shadow: 0 10px 40px 0 rgba(8, 0, 20, .3)
}

.saas_two_service_section .service_content_box:hover:before {
    transform: translate(7px, 7px)
}

.saas_two_service_section .service_content_box .service_icon_box {
    width: 60px;
    margin-bottom: 18px
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
    height: 48px;
    width: 48px;
    fill: #52c8ee
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon img {
    filter: invert(1) brightness(50%) sepia(100%) saturate(5000%)
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon img {
    filter: invert(1) brightness(75%) sepia(100%) saturate(2000%);
    margin-left: 20px;
    opacity: .4
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon {
    position: absolute;
    top: 10px;
    z-index: -1;
    right: -20
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
    width: 45px;
    height: 45px;
    fill: #ffcb05
}

.saas_two_service_section .service_content_box .service_text_box h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px
}

.saas_two_service_section .service_content_box .service_text_box p {
    line-height: 1.5;
    color: #666
}

.saas_two_section_title h2, .saas_two_banner_section .s2-banner_content h1, .saas_two_about_section .s2-about_text_icon .s2-about_text h3, .saas_two_feature_section .s2-feature_text h2, .integration_section .integration_text h2, .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
    font-weight: 700;
    color: #010101
}

.saas_two_section_title h2 span, .saas_two_banner_section .s2-banner_content h1 span, .saas_two_about_section .s2-about_text_icon .s2-about_text h3 span, .saas_two_feature_section .s2-feature_text h2 span, .integration_section .integration_text h2 span, .saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
    font-weight: 300
}

.saas_btn:before, .service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after, .saas_two_banner_section .s2-banner_content .banner_btn a i, .saas_two_feature_section .s2-feature_text .saas_btn a i, .s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
    background: linear-gradient(-45deg, #6b2c94 32%, #fc01fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p, .saas_two_feature_section .s2-feature_text p, .integration_section .integration_text p {
    color: #353535;
    font-size: 17px;
    line-height: 1.588;
    padding-bottom: 20px;
    text-align: justify
}

.service_read_more a, .saas_two_about_section .s2-about_text_icon .s2-about_text a, .integration_section .integration_text a {
    color: #06f;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: poppins
}

.service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after {
    top: 0;
    right: -35px;
    content: "";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    font-family: "font awesome 5 free"
}

.service_read_more a:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:before, .integration_section .integration_text a:before {
    height: 2px;
    width: 0%;
    bottom: -3px;
    content: "";
    position: absolute;
    background-color: #06f;
    transition: .4s all ease-in-out
}

.service_read_more a:hover:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before, .integration_section .integration_text a:hover:before {
    width: 100%
}

.service_read_more a:hover:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after, .integration_section .integration_text a:hover:after {
    opacity: 1;
    right: -25px;
    transition-delay: .3s;
    visibility: visible
}

.saas_two_about_section {
    padding: 70px 0;
    background-color: #ebedf2
}

.saas_two_about_section:before {
    content: "";
    position: absolute;
    top: 0;
    right: -400px;
    height: 100%;
    width: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/abshape.png)
}

.saas_two_about_section:after {
    content: "";
    height: 600px;
    width: 600px;
    right: -380px;
    top: 285px;
    border-radius: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/abshape2.png)
}

.saas_two_about_section .about_content_s2 {
    padding: 50px 70px 50px 110px
}

.saas_two_about_section .s2-about_text_icon {
    padding-top: 35px
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin-bottom: 16px;
    background-image: linear-gradient(90deg, #52c8ee 0%, #368cca 100%)
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    padding: 10px
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
    fill: #fff;
    width: 40px;
    height: 40px
}

.saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
    font-size: 24px;
    line-height: 1.278;
    padding-bottom: 15px
}

.testimonial_section {
    padding: 0 0 60px
}

.testimonial_section .section_title {
    padding-bottom: 50px
}

.testimonial_content {
    padding: 20px;
    display: inline-block
}

.testimonial_content .testimonial_rating {
    margin-top: 10px
}

.testimonial_content .testimonial_rating li {
    font-size: 14px;
    color: #f6b91c
}

.testimonial_content .testimonial_text {
    z-index: 1;
    padding: 50px 40px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 7px 24px 0 rgba(2, 55, 156, .2)
}

.testimonial_content .testimonial_text p {
    line-height: 1.875
}

.testimonial_content .testimonial_text:before {
    content: "";
    height: 100%;
    width: 40%;
    position: absolute;
    right: -45px;
    z-index: -1;
    bottom: -95px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    background-image: url(../img/saas-m/testimonial/tshape1.html);
    background-repeat: no-repeat
}

.testimonial_content .testimonial_text:hover:before {
    bottom: -85px;
    opacity: 1;
    visibility: visible
}

.qoute_mark:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -45px;
    z-index: 1;
    border-left: 0 solid transparent;
    border-right: 50px solid transparent;
    border-top: 45px solid #fff;
    filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2))
}

.testimonial_name_designation {
    margin-top: 30px;
    padding-left: 30px
}

.testimonial_name_designation .testimonial_img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-right: 18px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29)
}

.testimonial_name_designation .testimonial_meta {
    margin-top: 10px;
    display: inline-block
}

.testimonial_name_designation .testimonial_meta h4 {
    font-size: 22px;
    font-weight: 700;
    color: #161616
}

.testimonial_name_designation .testimonial_meta p {
    font-size: 14px;
    color: #444
}

.testimonial_slider .carousel-control-prev, .testimonial_slider .carousel-control-next {
    top: auto;
    left: 190px;
    bottom: 40px;
    font-size: 18px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    transition: all 300ms ease;
    box-shadow: 0 7px 7px 0 rgba(0, 15, 44, .18)
}

.testimonial_slider .carousel-control-prev:before, .testimonial_slider .carousel-control-next:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: "font awesome 5 free";
    font-weight: 900
}

.testimonial_slider .carousel-control-prev:hover, .testimonial_slider .carousel-control-next:hover {
    background-color: #000;
    color: #fff
}

.testimonial_slider .carousel-control-prev {
    left: 120px
}

.testimonial_slider .carousel-control-prev:before {
    content: ""
}

.carousel-indicators {
    position: static;
    display: block
}

.testimonial_indicator {
    margin: 20px 20px 0 0;
    display: block;
    height: 100%;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../img/in-bg.png);
    background-size: 100% 100%
}

.testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 300px;
    height: auto;
    text-align: center;
    color: #202120;
    top: 40px;
    z-index: 1;
    border: 5px solid #fff;
    overflow: hidden;
    transition: all 500ms ease;
    box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29)
}

.testimonial_indicator .carousel-indicators li img {
    display: block
}

.testimonial_indicator .active {
    transform: scale(1.5);
    z-index: 99 !important
}

.em-video-testimonial-section {
    padding: 140px 0
}

.em-video-wrap {
    border-radius: 5px;
    overflow: hidden
}

.em-video-wrap:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5)
}

.em-video-wrap .em-video-play-btn {
    top: 50%;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    line-height: 85px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .7);
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
    padding: 10px
}

.em-video-wrap .em-video-play-btn i {
    color: #01e07b
}

.em-video-wrap .em-video-play-btn a {
    width: 100%;
    display: block
}

.em-video-wrap .em-video-play-btn:hover {
    transform: translateY(-50%) scale(1.1)
}

.em-testimonial-warp {
    padding: 0 70px
}

.em-testimonial-img-text:before {
    content: '"';
    top: 0;
    left: 0;
    line-height: 1;
    color: #f0f0f0;
    font-weight: 700;
    font-size: 100px;
    position: absolute;
    font-family: poppins
}

.em-testimonial-img-text .em-testimonial-img {
    z-index: 1;
    width: 100px;
    height: 100px;
    bottom: 20px;
    margin: 0 auto;
    border-radius: 100%
}

.em-testimonial-img-text .em-testimonial-img:before {
    top: 6px;
    left: 2px;
    z-index: -1;
    width: 95px;
    content: "";
    height: 95px;
    border-radius: 100%;
    position: absolute;
    background-color: #01e07b
}

.em-testimonial-img-text .em-testimonial-img img {
    width: 95px;
    height: 95px;
    border-radius: 100%
}

.em-testimonial-img-text .em-testimonial-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px
}

.em-testimonial-img-text .em-testimonial-text p {
    color: #666;
    font-size: 18px;
    line-height: 1.667;
    padding-bottom: 14px
}

.em-testimonial-img-text .em-testimonial-text ul li {
    color: #fc0;
    margin: 0 2px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author {
    margin-top: 10px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author span {
    color: #383838
}

.em-testimonial-slider .owl-nav {
    display: none
}

.em-testimonial-slider .owl-stage-outer {
    padding-top: 20px
}

.em-testimonial-slider .owl-dots {
    right: 0;
    bottom: 0;
    position: absolute
}

.em-testimonial-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-bottom: 7px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #e5e5e5;
    transition: .3s all ease-in-out
}

.em-testimonial-slider .owl-dots .owl-dot.active {
    background-color: #01e07b;
    transform: scale(1.3)
}

.app-medi-feature-section {
    padding: 60px 0
}

.app-medi-feature-content {
    margin-bottom: 24px
}

.app-medi-feature-img-text {
    margin: 0 auto;
    max-width: 640px
}

.app-medi-feature-img-text:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: rgba(34, 53, 68, .75);
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text {
    top: 25px;
    left: 25px;
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon {
    line-height: 1;
    margin-bottom: 30px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon svg {
    height: 60px;
    fill: #e12454
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text h3 {
    color: #fff;
    font-size: 26px;
    max-width: 350px;
    font-weight: 700;
    line-height: 1.278
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text p {
    max-width: 400px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text span {
    color: #adbbc5;
    font-size: 17px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text .app-medi-feature-more-btn {
    bottom: 0;
    right: -95px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff
}

.app-medi-feature-img-text img {
    width: 100%
}

.app-dm-faq-video-play {
    position: relative;
    float: left
}

.app-dm-faq-video-play a {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: linear-gradient(90deg, #52c8ee 0%, #368cca 100%);
}

.app-dm-faq-video-play a .video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border: 10px solid #ff9903;
    -webkit-animation: border_animation 3.9s linear 0s infinite;
    animation: border_animation 3.9s linear 0s infinite
}

.app-dm-faq-video-play a .video_btn_border.border_wrap-2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

@-webkit-keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

.pr-mark-feature-section {
    z-index: 1;
    overflow: hidden;
    padding: 60px 0 50px
}

.pr-mark-feature-section .pr-mark-feature-shape {
    top: 0;
    right: 0;
    z-index: -1
}

.pr-mark-feature-innerbox {
    margin-left: 43px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    padding: 30px 25px 0 60px;
    -webkit-box-shadow: 6.891px 24.032px 80px 0 rgba(189, 189, 189, .3);
    box-shadow: 6.891px 24.032px 80px 0 rgba(189, 189, 189, .3);
    height: 90%;
    margin-bottom: 10%
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
    top: 50%;
    left: -42px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(135deg, #2899ff 0%, #6dcbff 100%, #ffc587 100%);
    -webkit-box-shadow: 0 14px 40px 0 rgba(58, 171, 255, .25);
    box-shadow: 0 14px 40px 0 rgba(58, 171, 255, .25)
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 55px
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
    color: #fff;
    line-height: .7;
    font-size: 45px
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1d72;
    padding-bottom: 10px
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-text p {
    color: #666
}

.pr-mark-feature-innerbox:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.pr-mark-feature-content {
    padding-top: 50px
}

.pr-mark-feature-content .col-lg-4:nth-child(2) .pr-mark-feature-inner-icon {
    background: linear-gradient(-49deg, #fd4485 0%, #ffa38d 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(253, 89, 135, .3);
    box-shadow: 0 15px 60px 0 rgba(253, 89, 135, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(3) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(4) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #284cff 0%, #878df7 100%, #8c98f5 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(5) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #87187e 0%, #fd5487 100%, #fe8d8b 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(6) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #cb0606 0%, #ff7739 100%, #da6430 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(7) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #410f76 0%, #d74ff9 100%, #d86bff 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(8) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #673ab7 0%, #ff4b80 100%, #ff6492 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-feature-content .col-lg-4:nth-child(9) .pr-mark-feature-inner-icon {
    background: linear-gradient(135deg, #89303c 0%, #ff4d4d 100%, #ff8688 100%);
    -webkit-box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3);
    box-shadow: 0 15px 60px 0 rgba(255, 87, 40, .3)
}

.pr-mark-about-section {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 80px
}

.pr-mark-about-section .pr-mark-about-shape {
    top: 40px;
    left: -100px;
    -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
    animation: Pr_mark_animation_3 12s infinite linear alternate
}

.pr-mark-about-section .pr-mark-about-cricle-shape {
    right: 0;
    bottom: 0;
    -webkit-animation: Pr_mark_animation_4 12s infinite linear alternate;
    animation: Pr_mark_animation_4 12s infinite linear alternate
}

.pr-mark-about-text .pr-mark-section-title {
    padding-bottom: 25px
}

.pr-mark-about-text .pr-mark-section-title p {
    padding-bottom: 20px
}

h2 {
    color: #000000;
    font-family: poppins;
    font-size: 32px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.375
}

p {
    font-family: poppins;
    font-size: 16px;
    line-height: 2em;
    text-align: justify
}

.container-center {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.equalize {
    display: flex;
    align-items: center
}

.development {
    padding: 60px 0
}

.development .icon {
    width: 85px !important;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    float: left
}

.development .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.development .content {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.333;
    text-align: left
}

.development .equalize .box {
    width: 100%;
    padding: 10px 0;
    border-radius: 10px
}

.development .equalize:nth-child(2) .box {
    background: linear-gradient(90deg, #3a006c 1%, #510498 49%, #6807c3 100%)
}

.development .equalize:nth-child(3) .box {
    background: linear-gradient(90deg, #6006b3 1%, #3317b4 49%, #0627b5 100%)
}

.development .equalize:nth-child(4) .box {
    background: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%)
}

.development .equalize:nth-child(5) .box {
    background: linear-gradient(90deg, #096feb 1%, #278ff7 49%, #64b2ff 100%)
}

.dia-portfolio-section .nav-pills>li.active>a:focus, .dia-portfolio-section .nav-pills>li:hover>a {
    background: #3598df;
    padding: 10px 0;
    color: #744089 !important
}

.dia-portfolio-section .nav>li>a {
    padding: 0 !important;
    margin: 10px;
    background: #f4f4f4
}

.dia-portfolio-section .nav>li>a:focus, .dia-portfolio-section .nav>li>a:hover {
    background: #3598df
}

.dia-portfolio-section .nav>li>a:focus p, .dia-portfolio-section .nav>li>a:hover p {
    color: #fff !important
}

.dia-portfolio-section .nav-pills>li.active>a p {
    margin: 0;
    padding: 1px
}

.dia-portfolio-section .nav-pills>li>a p {
    margin: 0;
    padding: 1px;
    color: #141414 !important;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center
}

.dia-portfolio-section .nav-tabs>li>a {
    margin-right: 0 !important;
    padding: 10px !important;
    font-size: 20px;
    display: block
}

.dia-portfolio-section .nav-tabs>li .icon {
    width: 60px;
    height: 60px;
    border: 0
}

.dia-portfolio-section .nav-stacked>li+li {
    margin-top: 0 !important
}

.awards {
    background-image: linear-gradient(90deg, #53c9ee 0%, #298ad0 50%, #53c9ee);
    padding: 60px 0;
    text-align: center
}

.awards img {
    cursor: pointer;
    filter: grayscale(1);
    transition: .4s all ease-in-out;
    width: 130px
}

.awards img:hover {
    filter: grayscale(0)
}

.calendly-inline-widget {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px 1px rgb(0 0 0/10%)
}

.featured {
    padding: 20px 0;
    background: #56d3fa
}

.featured h2 {
    font-size: 100px;
    align-items: center;
    text-align: center;
    width: 100%;
    opacity: .3;
    color: #399de7
}

.featured ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -55px
}

.featured ul li {
    width: 20.5%;
    padding: 15px 5px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center
}

.featured ul li img {
    height: 40px
}

.technology ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.technology ul li {
    width: 14%;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    background: #fff;
    margin: 1%;
    border-radius: 2px;
    box-shadow: 0 0 24px 0 rgb(0 0 0/12%)
}

.technology ul li p {
    padding: 0;
    margin: 10px 0 0;
    background: #eee;
    text-align: center;
    line-height: 1.5em
}

.aplit-services-area {
    margin-top: 60px;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.aplit-services-area .aplit-title-area {
    text-align: center
}

.aplit-services-area .aplit-service-content {
    margin-top: 40px
}

.aplit-services-area .aplit-service-content .aplit-service-column {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(166, 166, 166, .1);
    box-shadow: 0 15px 40px 0 rgba(166, 166, 166, .1);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 50px
}

.aplit-services-area .aplit-service-content .aplit-service-column .icon-wrapper {
    margin-top: -50px
}

.aplit-services-area .aplit-service-content .aplit-service-column .icon-wrapper span {
    width: 60px;
    height: 60px;
    background-image: linear-gradient(20deg, #52c8ee 0%, #ffcb05 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #00cac3;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 7px
}

.aplit-service-column .icon-wrapper span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.aplit-services-area .aplit-service-content .aplit-service-column .icon-wrapper span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3598df;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.aplit-services-area .aplit-service-content .aplit-service-column .icon-wrapper span i {
    line-height: 0
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-headline {
    margin-top: 20px
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-headline h6 {
    font-family: poppins, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #2783c6;
    font-size: 19px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-headline h6:hover {
    color: #3598df
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-pera-txt {
    margin-top: 15px
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-readmore-btn {
    margin-top: 20px
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-readmore-btn a {
    font-weight: 600;
    text-transform: capitalize;
    color: #001137;
    font-family: poppins, sans-serif
}

.aplit-services-area .aplit-service-content .aplit-service-column .aplit-readmore-btn a:hover {
    color: #00cac3
}

.aplit-services-area .aplit-service-content .aplit-service-column:hover {
    -webkit-box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08);
    box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08)
}

.aplit-services-area .aplit-service-content .aplit-service-column:hover .icon-wrapper span {
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 130, 14, .2);
    box-shadow: 0 10px 30px 0 rgba(255, 130, 14, .2);
    color: #fff;
    -webkit-animation: .4s aplit-hover-rotate;
    animation: .4s aplit-hover-rotate
}

.aplit-services-area .aplit-service-content .aplit-service-column:hover .icon-wrapper span::before {
    opacity: 1
}

.apldg-blog-section {
    padding: 100px 0
}

.apldg-blog-section .apldg-title-area {
    margin-bottom: 50px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08);
    box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08);
    padding: 20px 20px 40px;
    height: 100%
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-img-wrapper {
    overflow: hidden
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-img-wrapper img {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta {
    margin-top: 20px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta span {
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta .apldg-blog-date {
    padding-left: 40px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta .apldg-blog-date::before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ff5d93;
    position: absolute;
    bottom: 8px;
    left: 0
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta .apldg-blog-author {
    margin-left: 30px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-meta .apldg-blog-author::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -18px;
    width: 2px;
    height: 15px;
    background-color: #ff5d93
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-headline {
    margin-top: 10px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-headline h6 {
    font-size: 20px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #000000;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column .apldg-blog-readmore-btn {
    margin-top: 25px
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column:hover .apldg-img-wrapper img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg)
}

.apldg-blog-section .apldg-blog-right .apldg-blog-column:hover .apldg-headline h6 {
    color: #368cca;
}

a.apldg-primary-btn, .apldg-primary-btn {
    width: 138px;
    height: 45px;
    background-image: -webkit-linear-gradient(160deg, #298ad0 0%, #53c9ee 99%);
    background-image: -o-linear-gradient(160deg, #298ad0 0%, #53c9ee 99%);
    background-image: linear-gradient(290deg, #298ad0 0%, #53c9ee 99%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: 0;
    border: 0;
    cursor: pointer
}

a.apldg-primary-btn::before, .apldg-primary-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(160deg, #53c9ee 0%, #298ad0 99%);
    background-image: -o-linear-gradient(160deg, #53c9ee 0%, #298ad0 99%);
    background-image: linear-gradient(290deg, #53c9ee 0%, #298ad0 99%);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: -1
}

a.apldg-primary-btn:hover::before, .apldg-primary-btn:hover::before {
    opacity: 1
}

.apldg-secondary-btn {
    width: 172px;
    height: 57px;
    display: inline-block;
    background-image: -webkit-linear-gradient(160deg, #298ad0 0%, #53c9ee 99%);
    background-image: -o-linear-gradient(160deg, #298ad0 0%, #53c9ee 99%);
    background-image: linear-gradient(290deg, #298ad0 0%, #53c9ee 99%);
    border-radius: 6px;
    padding: 2px
}

.apldg-secondary-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000000;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.apldg-secondary-btn a:hover {
    background-color: transparent;
    color: #fff
}

@media(max-width:991.98px) {
    .apldg-blog-section .apldg-blog-right {
        margin-top: 60px
    }

    .apldg-blog-section .apldg-blog-right .apldg-blog-column {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .apldg-blog-section .apldg-title-area {
        text-align: center
    }

    .apldg-blog-section .apldg-secondary-btn {
        display: block;
        margin: 0 auto
    }

    .apldg-blog-section .apldg-blog-right .apldg-blog-column {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.smm-case-study-section {
    padding: 60px 0;
    margin-top: 60px
}

.smm-case-study-wrapper {
    margin-top: 20px
}

.smm-case-tab {
    padding: 35px 0;
    margin-bottom: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 45, 170, .04)
}

.smm-case-tab .nav {
    display: inherit
}

.smm-case-tab .nav-tabs {
    border-bottom: none
}

.smm-case-tab .nav-tabs .nav-link {
    padding: 0;
    border: none;
    font-weight: 700;
    margin: 0 28px;
    position: relative
}

.smm-case-tab .nav-tabs .nav-link:after {
    left: 0;
    right: 0;
    content: "";
    width: 5px;
    opacity: 0;
    height: 5px;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #ff5722;
    transition: .3s all ease-in-out
}

.smm-case-tab .nav-tabs .nav-link.active {
    color: #ff5722
}

.smm-case-tab .nav-tabs .nav-link.active:after {
    opacity: 1;
    bottom: -10px
}

.smm-case-innerbox {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px
}

.smm-case-innerbox:before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .3s all ease-in-out;
    background-color: rgba(84, 9, 214, .85)
}

.smm-case-innerbox .smm-case-text {
    top: 0;
    padding: 0 30px 30px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    transition: .4s all ease-in-out
}

.smm-case-innerbox .smm-case-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px
}

.smm-case-innerbox .smm-case-text p {
    color: #fff;
    line-height: 1.5em
}

.smm-case-innerbox .smm-case-popup {
    z-index: 1;
    left: 30px;
    width: 80px;
    bottom: 40px;
    opacity: 0;
    height: 80px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    text-align: center;
    transform: scale(0);
    background-image: linear-gradient(20deg, #52c8ee 0%, #ffcb05 100%);
    transition: .4s all ease-in-out
}

.smm-case-innerbox .smm-case-popup img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.smm-case-innerbox .smm-case-popup a {
    color: #fff;
    width: 100%;
    display: block
}

.smm-case-innerbox .smm-case-popup a i {
    line-height: 60px
}

.smm-case-innerbox:hover:before {
    opacity: 1
}

.smm-case-innerbox:hover .smm-case-text {
    top: 40px;
    opacity: 1;
    visibility: visible
}

.smm-case-innerbox:hover .smm-case-popup {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.dia-footer-widget h4 a span {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-left: 24px !important;
    margin-right: 15px !important;
    position: relative !important;
    display: inline-block !important;
    letter-spacing: 0 !important;
}

.dia-footer-widget h4 {
    padding-right: 8px !important;
}