*,
html,
body {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    list-style: none;
}

a {
    color: #1a2e45;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

ol,ul {
    list-style-position: inside;
}

.pa-2 {
    padding: 2rem;
}

.pa-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 5rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10rem;
}

.pt-15 {
    padding-top: 15rem;
}

.pt-25 {
    padding-top: 25rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important
}

.pl-2 {
    padding-left: 2rem !important
}

.pl-5 {
    padding-left: 5rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pt-10 {
    padding-top: 10rem;
}

.ma-0 {
    margin: 0 !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-4 {
    margin-left: 4rem;
}

.mr-1 {
    margin-right: 1rem;
}

.br-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.bb-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body {
    background: #ffffff;
    color: #1a2e45;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

.gray-sec {
    background-color: #f4f4f4;
    position: relative;
}

.top-nav {
    padding-bottom: 17px;
    font-size: 13px;
    font-weight: 600;
    background-color: #efefef;
    color: #ffffff;
    padding: 3px 0;
}

    .top-nav a {
        color: #111111;
        display: inline-block;
        border-radius: 50px;
        padding: 0 10px 1px 10px;
        margin-top: 2px;
        transition: all 0.5s ease;
    }
        .top-nav a:hover {
            color: #72b90d;
        }

    .top-nav .smm-icons a {
        background-color: #3a3a3a;
        color: #ffffff;
        margin-top: 0;
        padding: 0px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
    }

        .top-nav .smm-icons a:hover {
            color: #a5e349;
        }

.navbar {
    padding-bottom: 7px;
    margin-bottom: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

    .navbar.navbar-fixed-top.active {
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }

.logo-sec {
    position: relative;
}

    .logo-sec a {
        color: #000000;
    }

    .logo-sec img {
        display: inline-block;
        position: relative;
    }

    .logo-sec span {
        font-size: 34px;
        font-weight: 700;
        position: relative;
        top: 0px;
        left: 5px;
    }

    .logo-sec .navbar-brand span {
        top: 8px;
    }

.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    padding: 14px 15px;
    color: #000000;
    transition: all 0.5s ease;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a, .nav > li > a.active {
    background-color: transparent;
    color: #8dcf2f;
}

.clients-carousel .owl-item p {
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.8;
}

.owl-item p,
.owl-item h3 {
    /*background: #ffffff;*/
}

.signup-btn {
    font-weight: 600;
    transition: all 0.5s ease;
}

    .signup-btn:hover,
    .signup-btn:focus {
        transform: scale(1.1);
    }

.btn.signup-btn,
.btn.signup-btn:hover,
.btn.signup-btn:focus {
    background-color: #8dcf2f !important;
    border: 1px solid #8dcf2f;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 10px 30px 12px 30px;
    /*margin-left: 20px;*/
}

.signup-btn.download-btn {
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3;
    color: #000000 !important;
}

.bn-txt {
    margin: 0 auto 0;
    float: none;
    background-color: #ffffff;
    align-self: center;
}

.owl-carousel .owl-nav {
    display: none;
}

.intro-carousel .owl-dots {
    text-align: center;
    margin: 50px 0;
}

.intro-carousel.owl-carousel .owl-stage,
.intro-carousel.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.intro-carousel .owl-slide {
    align-self: center;
    height: 100%;
    display: flex;
    justify-content: center;
}

.intro-carousel .owl-slide h1 {
    font-size: 34px;
    line-height: 44px;
}

.owl-carousel .owl-dots button {
    width: 8px;
    height: 6px;
    background-color: #ccc !important;
    margin: 0 5px;
    border-radius: 15px;
    transition: all 0.5s ease;
}

    .owl-carousel .owl-dots button.active {
        background-color: #a5e349 !important;
        width: 25px;
    }

.bn-sec {
    background-color: #ffffff;
}

.bn-sub-ttl h3 {
    opacity: 0.6;
    font-weight: 600;
}

.services-wrap {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

    .services-wrap h3 {
        font-size: 16px;
        font-weight: 600;
    }

.service-box {
    margin: 0 10px;
    padding: 0;
}

.service-link {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px #f4f4f4;
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

    .service-link:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px #a5e349;
    }

    .service-link .fa {
        display: none;
        background-color: #a5e349;
        color: #ffffff;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        border-radius: 50%;
    }

        .service-link .fa:before {
            align-self: center;
            font-size: 14px;
        }

        .service-link .fa:after {
            content: "";
            width: 50px;
            height: 50px;
            background-color: #ffffff;
            border: 1px solid #a5e349;
            position: absolute;
            top: -10px;
            left: -10px;
            z-index: -1;
            border-radius: 50%;
        }

    .service-link:hover .fa {
        display: flex;
    }

.service-box:nth-child(even) {
    top: 70px;
}

.service-link * {
    align-self: center;
}

.service-link a {
    display: block;
}

.h1 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}

.h1-big {
    font-size: 42px;
    line-height: 72px;
    position: relative;
    z-index: 2;
}

    .h1-big span {
        font-weight: 300;
    }

.h2 {
    font-size: 13px;
    font-weight: 700;
    color: #64a800;
    letter-spacing: 5px;
}

.h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
}

.h4 {
    font-size: 12px;
    font-weight: 600;
    color: #5a5d64;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.mob-sec p {
    display: inline-block;
}

.mob-sec h3,
.app-screen h3 {
    margin: 10px 0 0 0px;
    font-size: 18px;
    font-weight: 700;
}

.mob-text{
    text-align: center;
}

    .mob-text p {
        font-size: 14px;
        margin-top: 14px;
    }

.mob-sec h3 span {
    color: #64a800;
    font-size: 13px;
    font-weight: 700;
}

.howitworks-sec .container {
    position: relative;
}

.dash-circle {
    width: 924px;
    height: 924px;
    border: 1px dashed #cccccc;
    /*position: absolute;
    top: 10%;
    left: 4.5%;
    z-index: 0;*/
    margin: 100px auto 0;
    border-radius: 50%;

    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.mob-wrap {
    position: relative;
    z-index: 1;
}

    .mob-wrap .mob-sec {
        transition: all 0.5s ease;
    }

        .mob-wrap .mob-sec:hover {
            transform: scale(1.15);
        }

.desc-sec * {
    align-self: center;
    margin-right: 6px;
}

.back-arrow {
    width: 24px;
    height: 24px;
    background: url(../images/back-arrow.png) no-repeat;
    opacity: 0.3;
    position: absolute;
}

.arrow01 {
    right: 120px;
    top: 126px;
    transform: rotate(-145deg);
}

.arrow02 {
    left: 120px;
    top: 125px;
    transform: rotate(135deg);
}

.arrow03 {
    left: 120px;
    bottom: 125px;
    transform: rotate(45deg);
}

.arrow04 {
    right: 120px;
    bottom: 126px;
    transform: rotate(-55deg);
}

/* Circle Rotation */
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.features-sec .box-link {
    display: block;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    /*box-shadow: 0 10px 20px #ffffff;*/
    transition: all 0.5s ease;
}

    .features-sec .box-link:hover {
        box-shadow: 0 20px 30px #e3e3e3;
        background-color: #ffffff;
    }

    .features-sec .box-link img {
        width: 60%;
        margin: auto;
        float: none;
    }

    .features-sec .box-link .bm-cont-box {
        text-align: justify;
    }

        .features-sec .box-link .bm-cont-box h3 {
            margin-bottom: 10px;
            text-align: center;
        }

.flex {
    display: flex;
}

.align-center {
    align-self: center;
}

.para {
    font-size: 16px;
    line-height: 26px;
}

.para-2 {
    font-size: 20px;
    line-height: 30px;
}

.in-icon {
    height: 80px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 10px 20px #f2f2f2;
}

    .in-icon img {
        height: 100%;
    }

.at-icon {
    width: 140px;
    height: 140px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    box-shadow: 0 10px 20px #061026;
    justify-content: center;
    margin: auto;
}

    .at-icon img {
        align-self: center;
    }

body .container img.img-center {
    float: none;
    display: inline-block;
    width: auto;
}

.clients-sec {
    background: #f4f4f4 url(../images/DottedWorldMap.jpg) no-repeat center;
    background-size: 100%;
    background-blend-mode: multiply;
}

.clients-carousel .bm-cont-box {
    width: 624px;
    margin: 20px auto 0;
}

.role-tag {
    font-size: 14px;
    opacity: 0.6;
    margin: 0;
}

.clients-carousel .owl-item {
    background-color: transparent;
}

.download-sec {
    background-color: #a5e349;
    color: #ffffff;
}

    .download-sec * {
        color: #ffffff;
    }

.app-sec {
    width: 220px;
    background-color: #ffffff;
    color: #000000;
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

    .app-sec * {
        color: #000000;
    }

footer {
    background-color: #101419;
    color: #ffffff;
}

    footer a {
        color: #ffffff;
        transition: all 0.3s ease;
    }

        footer a:hover {
            color: #a5e349;
        }

    footer .logo-sec a {
        color: #ffffff;
    }

.copyright-sec {
    padding: 20px 0 10px;
    margin-top: 50px;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #666666;
    border-top: 1px solid;
    text-align: left;
    font-weight: 600;
}

.smm-icon {
    width: 36px;
    height: 36px;
    background-color: #1a1e24;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-right: 5px;
}

    .smm-icon span {
        align-self: center;
        color: #64676e;
        transition: all 0.3s ease;
    }

    .smm-icon:hover span {
        color: #a5e349;
    }

/* Pattern */
.pattern-span {
    position: absolute;
    width: 84px;
    height: 81px;
}

    .pattern-span.span1 {
        left: 0;
        bottom: 10%;
        background: url(../images/pattern1.png);
    }

    .pattern-span.span2 {
        left: 10%;
        top: 18%;
        background: url(../images/pattern1.png) no-repeat 0 0 / 25%;
    }

    .pattern-span.span3 {
        right: 0%;
        top: 50%;
        background: url(../images/pattern1.png) no-repeat 0 0 / 50%;
    }

    .pattern-span.span4 {
        right: 1%;
        top: 58%;
        background: url(../images/pattern2.png) no-repeat 0 0 / 30%;
    }

    .pattern-span.span5 {
        right: 30%;
        bottom: 2%;
        background: url(../images/pattern2.png) no-repeat 0 0 / 35%;
    }

    .pattern-span.span6 {
        left: 3%;
        top: 13%;
        background: url(../images/pattern2.png) no-repeat 0 0 / 100%;
        height: 32px;
        width: 32px;
    }

    .pattern-span.span7 {
        left: -3%;
        top: 15%;
        background: url(../images/pattern1.png) no-repeat 0 0 / 100%;
    }

    .pattern-span.span8 {
        right: 8%;
        bottom: 10%;
        background: url(../images/pattern1.png) no-repeat 0 0 / 100%;
        height: 46px;
        width: 46px;
    }

    .pattern-span.span9 {
        right: 3%;
        bottom: 5%;
        background: url(../images/pattern3.png) no-repeat 0 0 / 100%;
    }

form .form-control {
    border: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    background: #8dcf2f !important;
    color: #ffffff;
    border: 0;
}

.modal-footer {
    border: 0;
    padding-top: 0;
    padding-bottom: 25px;
}

.modal-dialog {
    margin-top: 6%;
}

.successModal {
    filter: brightness(1.1);
}

/* Animation */
.floatAnimate {
    -webkit-animation: floatAnimate 5s 1s infinite;
    animation: floatAnimate 5s 1s infinite;
}

.floatAnimate2 {
    -webkit-animation: floatAnimate 5s 2s infinite;
    animation: floatAnimate 5s 2s infinite;
}

.floatAnimate3 {
    -webkit-animation: floatAnimate 5s 3s infinite;
    animation: floatAnimate 5s 3s infinite;
}

@keyframes floatAnimate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes floatAnimate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes floatAnimate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes floatAnimate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-ms-keyframes floatAnimate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mobileAnimate .mob-sec {
    opacity: 0;
    transform: translateX(-285px);
    position: relative;
    z-index: 3;
}

    .mobileAnimate .mob-sec:first-child {
        position: relative;
        z-index: 3;
    }

.howitworks-sec .mobileAnimate .mob-sec:first-child {
    z-index: 4;
}

.howitworks-sec .mobileAnimate .mob-sec:first-child {
    -webkit-animation: mobileAnimate 1s 0s forwards;
    animation: mobileAnimate 1s 0s forwards;
}

.howitworks-sec .mobileAnimate .mob-sec:nth-child(2) {
    z-index: 3;
}

.howitworks-sec.active .mobileAnimate .mob-sec:nth-child(2) {
    -webkit-animation: mobileAnimate 1s 0.5s forwards;
    animation: mobileAnimate 1s 0.5s forwards;
}

.howitworks-sec .mobileAnimate .mob-sec:nth-child(3) {
    z-index: 2;
}

.howitworks-sec.active .mobileAnimate .mob-sec:nth-child(3) {
    -webkit-animation: mobileAnimate 1s 1s forwards;
    animation: mobileAnimate 1s 1s forwards;
}

.howitworks-sec .mobileAnimate .mob-sec:nth-child(4) {
    z-index: 1;
}

.howitworks-sec.active .mobileAnimate .mob-sec:nth-child(4) {
    -webkit-animation: mobileAnimate 1s 1.5s forwards;
    animation: mobileAnimate 1s 1.5s forwards;
}

@keyframes mobileAnimate {
    0% {
        opacity: 0;
        transform: translateX(-285px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-moz-keyframes mobileAnimate {
    0% {
        opacity: 0;
        transform: translateX(-285px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes mobileAnimate {
    0% {
        opacity: 0;
        transform: translateX(-285px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-o-keyframes mobileAnimate {
    0% {
        opacity: 0;
        transform: translateX(-285px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-ms-keyframes mobileAnimate {
    0% {
        opacity: 0;
        transform: translateX(-285px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

section {
    position: relative;
}

section .topToDown,
section .topToDown2 {
    opacity: 0;
}

section.active .topToDown {
    -webkit-animation: topToDown 1s 0s forwards;
    animation: topToDown 1s 0s forwards;
}

section.active .topToDown2 {
    -webkit-animation: topToDown 1s 1s forwards;
    animation: topToDown 1s 1s forwards;
}

@keyframes topToDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-moz-keyframes topToDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes topToDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-o-keyframes topToDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-ms-keyframes topToDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

section .leftToRight,
section .leftToRight2 {
    opacity: 0;
}

section.active .leftToRight {
    -webkit-animation: leftToRight 1s 0s forwards;
    animation: leftToRight 1s 0s forwards;
}

section.active .leftToRight2 {
    -webkit-animation: leftToRight 1s 1s forwards;
    animation: leftToRight 1s 1s forwards;
}

@keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-moz-keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-o-keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-ms-keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.powered-by {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 20px;
}

.ttl-tag {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.address-tag {
    font-size: 14px;
    opacity: 0.8;
}

.cs-tbl {
    box-shadow: 0 10px 20px #e3e3e3;
    background-color: #ffffff;
}

    .cs-tbl tbody th,
    .cs-tbl tbody td {
        padding: 15px 15px;
        border: 1px dotted #cef19d;
        font-size: 20px;
        font-weight: 600;
    }

        .cs-tbl tbody td small {
            display: none;
        }

    .cs-tbl tbody th {
        background-color: #f5ffe8;
    }

    .cs-tbl thead th {
        padding: 20px 15px;
    }

    .cs-tbl thead th p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .cs-tbl tfoot th,
    .cs-tbl tfoot td {
        padding: 15px;
    }

    .cs-tbl.fr-tbl tbody th,
    .cs-tbl.fr-tbl tbody td {
        padding: 10px 45px;
    }

.save-tag {
    margin-top: 6px;
    font-size: 16px;
    display: block;
    border-radius: 20px;
    padding: 0;
    line-height: 12px;
}

.save-text {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.cs-tbl .red-tag {
    display: inline-block;
    padding: 2px 30px;
    font-size: 24px;
}

.price-val {
    position: relative;
}

    .price-val:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        height: 2px;
        width: 100%;
        background: #f00;
        transform: rotate(-10deg);
        opacity: 0.8;
    }

.intro-text {
    color: #111111;
    font-weight: 500;
}

    .intro-text strong {
        font-weight: 700;
    }

    .intro-text span {
        color: #8dcf2f;
        font-weight: 700;
    }

/*
.intro-text span {
    font-style: italic;
}

.intro-text span:nth-child(1),
.intro-text span:nth-child(3) {
    opacity: 0.6;
}

.intro-text span:nth-child(2) {
    color: #6ea71a;
}

.intro-text span:nth-child(4) {
    opacity: 0.6;
    font-weight: 400;
}
*/
.form-group {
    margin-bottom: 15px;
}

.price-tag {
    font-size: 64px;
    position: relative;
    margin: 0px 0;
}

    .price-tag.old-price {
        font-size: 38px;
        position: relative;
        color: #999;
        display: inline-block;
        align-self: center;
        margin-right: 20px;
    }

        .price-tag.old-price:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            height: 2px;
            width: 100%;
            background: #f00;
            transform: rotate(-10deg);
        }

.modal-header .close {
    font-size: 34px;
}

.terms-sec p,
.terms-sec li {
    margin: 20px 0;
    line-height: 24px;
}

.terms-sec li {
    list-style-type: disc;
    padding-left: 30px;
}

.terms-sec a {
    text-decoration: underline;
    color: #8dcf2f;
}

.prod-sno {
    font-size: 132px;
    font-weight: 600 !important;
    opacity: 0.5;
    position: absolute;
    top: -50px;
    right: -20px;
}

.clr-1 {
    color: #82e84e;
}

.clr-2 {
    color: #e8b94e;
}

.clr-3 {
    color: #894ee8;
}

.span-tag {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    margin-top: 20px;
}

.whatsapp-link {
    position: fixed;
    bottom: 0%;
    right: 0;
    z-index: 99;
}

.top-nav .smm-icons a.whatsapp-icon {
    background: #1bd741;
    color: #fff;
    font-size: 18px !important;
    line-height: 22px;
}

.download-link {
    width: auto;
    padding: 0 10px;
    cursor: pointer;
}

    .download-link .fa {
        -webkit-animation: downloadArrow 2s infinite;
        animation: downloadArrow 2s infinite;
        top: -5px;
        position: relative;
    }

@keyframes downloadArrow {
    0% {
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cs-whatsapp {
    position: relative;
}

    .cs-whatsapp::after {
        content: "";
        width: 54px;
        height: 54px;
        background-color: #1bd741;
        position: absolute;
        top: 36px;
        right: 81px;
        z-index: -1;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: whatsAppAnim 2s infinite;
        animation: whatsAppAnim 2s infinite;
    }

@keyframes whatsAppAnim {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.cs-whatsapp img:first-child {
    position: relative;
    top: -10px;
}

.text-justify {
    text-align: justify;
}

.panel {
    padding: 20px 0;
    border: 0 !important;
    box-shadow: none !important;
}

.panel-body {
    border-top: 0 !important;
}

.panel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

    .panel-title a {
        display: block;
        padding: 0px 30px 10px 0px;
        position: relative;
    }

        .panel-title a[aria-expanded="true"]:after {
            transform: rotate( 180deg);
        }

        .panel-title a:after {
            content: "";
            background: url(../images/down.png) no-repeat center / 20px;
            padding: 0 15px;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            transition: all 0.5s ease;
        }

.panel-group .panel-heading {
    border-bottom: 0;
    padding: 0 15px;
    border-bottom: 1px solid #e3e3e3;
}

#collapse a {
    color: #75c700;
}

#collapse .panel-heading a {
    color: #1a2e45;
}

.terms-sec p,
.terms-sec ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.terms-sec h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 50px;
}

.terms-sec h4 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 50px;
}

.app-screens,
.app-screen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .app-screen:first-child {
        left: 34%;
        top: 0;
    }

    .app-screen:nth-child(2) {
        left: 73%;
        top: 30%;
    }

    .app-screen:nth-child(3) {
        left: 34%;
        top: initial;
        bottom: -30%;
    }

.app-screens {
    height: 980px;
}

.blog-sec {
    width: 1024px;
    margin: auto;
    float: none;
    overflow: hidden;
}

    .blog-sec .link-btn {
        display: inline-block;
        margin: 0 0 50px 0;
        padding-bottom: 5px;
        border-bottom: 2px solid #8dcf2f;
        font-size: 14px;
    }

        .blog-sec .link-btn:hover,
        .blog-sec .link-btn:hover i {
            color: #8dcf2f;
        }

        .blog-sec .link-btn i {
            font-size: 10px;
            margin-left: 5px;
        }

.pagination > li > a, .pagination > li > span {
    color: #8dcf2f;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8dcf2f;
    border-color: #8dcf2f;
}

.blog-pattern {
    height: 200px;
    width: 100%;
    background: url(../images/pattern0.png);
}

.blog-sec * {
    transition: all 0.5s ease;
}

.blog-sec a:hover h1 {
    color: #8dcf2f;
}

.blog-single-sec h1,
.blog-single-sec h2,
.blog-single-sec h3,
.blog-single-sec h4,
.blog-single-sec h5,
.blog-single-sec h6 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.other-blog-sec .h1 {
    font-size: 20px;
    margin-bottom: 0;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    background: #f3f3f3 !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.5s ease;
}

    .blog-carousel .owl-nav .owl-prev:hover,
    .blog-carousel .owl-nav .owl-next:hover {
        background-color: #a5e349 !important;
    }

        .blog-carousel .owl-nav .owl-prev:hover i,
        .blog-carousel .owl-nav .owl-next:hover i {
            color: #ffffff;
        }

.blog-carousel .owl-nav .owl-prev {
    left: -4%;
}

.blog-carousel .owl-nav .owl-next {
    right: -4%;
}

    .blog-carousel .owl-nav .owl-prev i,
    .blog-carousel .owl-nav .owl-next i {
        transition: all 0.5s ease;
        align-self: center;
    }


.breadcrumb {
    font-size: 14px;
    display: flex;
}

    .breadcrumb li {
        display: block;
    }

        .breadcrumb li:last-child {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* 500 Error Page */
:root {
    --main-color: #ffffff;
    --stroke-color: #8dcf2f;
}

.page-500 h1 {
    margin: 100px auto 0 auto;
    color: var(--stroke-color);
    font-size: 10rem;
    line-height: 10rem;
    text-align: center;
}

.page-500 h2 {
    margin: 20px auto 30px auto;
    font-size: 1.5rem;
    text-align: center;
}

.page-500 h1,
.page-500 h2 {
    -webkit-transition: opacity 0.5s linear, margin-top 0.5s linear; /* Safari */
    transition: opacity 0.5s linear, margin-top 0.5s linear;
}

.loading h1,
.loading h2 {
    margin-top: 0px;
    opacity: 0;
}

.gears {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0;
}

.gear {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--stroke-color);
}

    .gear:before {
        position: absolute;
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 2;
        content: "";
        border-radius: 50%;
        background: var(--main-color);
    }

    .gear:after {
        position: absolute;
        left: 25px;
        top: 25px;
        z-index: 3;
        content: "";
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid var(--stroke-color);
        box-sizing: border-box;
        background: var(--main-color);
    }

    .gear.one {
        left: -130px;
    }

    .gear.two {
        top: -75px;
    }

    .gear.three {
        top: -235px;
        left: 130px;
    }

    .gear .bar {
        position: absolute;
        left: -15px;
        top: 50%;
        z-index: 0;
        width: 150px;
        height: 30px;
        margin-top: -15px;
        border-radius: 5px;
        background: var(--stroke-color);
    }

        .gear .bar:before {
            position: absolute;
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            z-index: 1;
            content: "";
            border-radius: 2px;
            background: var(--main-color);
        }

        .gear .bar:nth-child(2) {
            transform: rotate(60deg);
            -webkit-transform: rotate(60deg);
        }

        .gear .bar:nth-child(3) {
            transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
        }

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(30deg);
    }

    40% {
        -webkit-transform: rotate(25deg);
    }

    60% {
        -webkit-transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    40% {
        -webkit-transform: rotate(-25deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.gear.one {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}

.gear.two {
    -webkit-animation: anticlockwiseError 2s linear infinite;
}

.gear.three {
    -webkit-animation: clockwiseError 2s linear infinite;
}

.loading .gear.one,
.loading .gear.three {
    -webkit-animation: clockwise 3s linear infinite;
}

.loading .gear.two {
    -webkit-animation: anticlockwise 3s linear infinite;
}

.a-icon {
    position: absolute;
}

    .a-icon strong {
        display: inline-block;
        transition: all 0.5s ease;
    }

    .a-icon:hover strong {
        transform: scale(1.2);
    }

.shadow {
    background: #ffffff;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 8%);
}

.a-icon:first-child {
    left: 16%;
    top: 5%;
    transform: rotate(20deg)
}

.a-icon:nth-child(2) {
    right: 20%;
    top: 8%;
    transform: rotate(-10deg)
}

.a-icon:nth-child(3) {
    left: 25%;
    top: 20%;
    transform: rotate(-10deg)
}

.a-icon:nth-child(4) {
    right: 6%;
    top: 20%;
    transform: rotate(-20deg)
}

.a-icon:nth-child(5) {
    right: 20%;
    top: 35%;
    transform: rotate(20deg)
}

.a-icon:nth-child(6) {
    left: 10%;
    top: 36%;
    transform: rotate(0deg)
}

.a-icon:nth-child(7) {
    left: 15%;
    top: 65%;
    transform: rotate(10deg)
}

.a-icon:nth-child(8) {
    right: 15%;
    top: 65%;
    transform: rotate(10deg)
}

.a-icon:nth-child(9) {
    left: 28%;
    bottom: 10%;
}

.a-icon:nth-child(10) {
    right: 20%;
    bottom: 15%;
}

.a-icon:nth-child(11) {
    right: 30%;
    top: 20%;
}

.a-icon:nth-child(12) {
    left: 40%;
    top: 0%;
}

.a-icon img {
}

.features-carousel-sec {
    position: absolute;
    top: 55%;
    left: -60px;
    transform: translate(0, -50%);
    width: 100%;
}

.features-carousel .owl-item {
    transition: all 0.5s ease;
    transform: scale(1);
}

    .features-carousel .owl-item.active.center {
        transform: scale(1.8);
        /*transform-origin: bottom;*/
        margin: 0 60px;
    }

.features-carousel.owl-carousel .owl-item h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.features-carousel .bm-cont-box {
    opacity: 0;
    width: 100%;
    transform-origin: top left;
    padding: 10px 20px;
    position: absolute;
    left: 1px;
    top: 170px;
}

.features-carousel .bm-cont-box p {
    font-size: 8px;
    line-height: 12px;
}

.features-carousel .owl-item.active.center h4,
.features-carousel .owl-item.active.center .bm-cont-box {
    opacity: 1;
}

.features-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.card {
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    padding: 40px 15px;
    margin: 10px;
    transition: all 0.5s ease;
}

    .card:hover {
        transform: scale(1.1)
    }

    .card strong {
        margin-top: 10px;
        display: block;
        font-weight: 600;
        font-size: 14px;
    }

.white-text,
.white-text * {
    color: #ffffff;
}

.white-box {
    background-color: #ffffff;
}

.red-tag {
    font-weight: 600;
    opacity: 0.8;
    font-size: 14px;
    background: #f00;
    border-radius: 50px;
    padding: 2px 10px 4px 10px;
    color: #ffffff;
}

.distributorPriceSec th,
.distributorPriceSec td {
    font-size: 12px;
}

.distributorPriceSec h4 {
    font-size: 13px;
    background: #8dcf2f;
    padding: 15px;
}

.distributorPriceSec h4 strong {
    font-weight: 600;
}

.distributorPriceSec table tr th,
.distributorPriceSec table tr td:nth-child(1),
.distributorPriceSec table tr td:nth-child(3),
.distributorPriceSec table tr td:nth-child(5) {
    text-align: center;
}

.distributorPriceSec table tr td {
    white-space: nowrap;
}

.distributorPriceSec table tr td:nth-child(2),
.distributorPriceSec table tr td:nth-child(4) {
    text-align: right;
}

.or-tag {
    position: relative;
    display: flex;
}

    .or-tag:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 98%;
        width: 1px;
        border-left: 1px dashed #999;
    }

    .or-tag span {
        align-self: center;
        background-color: #ffffff;
        position: relative;
        z-index: 2;
        padding: 10px 0;
    }

.roi-sec span {
    position: absolute;
}

    .roi-sec span:nth-child(8) {
        bottom: -50px;
        left: 28%;
    }

    .roi-sec span:nth-child(2) {
        top: 50px;
        left: 0;
    }

    .roi-sec span:nth-child(3) {
        top: 50px;
        right: 0;
    }

    .roi-sec span:nth-child(4) {
        top: 150px;
        right: 0;
    }

    .roi-sec span:nth-child(5) {
        top: 250px;
        right: 0;
    }

    .roi-sec span:nth-child(6) {
        top: 150px;
        left: 0;
    }

    .roi-sec span:nth-child(7) {
        top: 250px;
        left: 0;
    }

.roi-sec {
    height: 300px;
    position: relative;
}

    .roi-sec strong {
        position: absolute;
        top: 50%;
        left: 47%;
        height: 140px;
        width: 140px;
        border-radius: 50%;
        text-align: center;
        line-height: 140px;
        transform: translate(-50%, -50%);
        background: #8dcf2f;
        color: #ffffff;
    }

.video-iframe {
    height: 625px;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.10);
    border: 1px solid #f4f4f4;
}

.clients-carousel img {
    box-shadow: 0px 0px 21px #ccc;
}