
:root {
	--container-width:1344px;
	--theme:#4169E1;
	--theme-medium:#597ff0;
	--theme-dark:#2c4fb9;
	--theme-light:#f0f4ff;
	--separator-color:#d84c69;
}
body {
    font-family: 'Exo 2';
}

.play-anim-ico {
    background-image: url(../svg/play-button-14.svg);
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 11;
    position: relative;
    cursor: pointer;
}

.play-anim-ico:after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px var(--theme);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
}

img {
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

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

a:hover {
    color: #000;
}

@keyframes pulse-me {
    0% {
        transform: scale(1.6);
        opacity: .2;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
    }

    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

.gen-btn {
    color: #fff;
    background-color: var(--theme);
    display: inline-block;
    padding: 15px 30px 16px 30px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
}

.gen-btn:hover,
.gen-btn:focus {
    background-color: var(--theme-dark);
    color: #fff;
}

main {
    display: block;
    max-width: 1920px;
    margin: 80px auto 0 auto;
}

main>* {
    padding: 40px 0;
}

#main {
    float: none;
}

.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    font-size: 37px;
    font-weight: bold;
    margin-top: -6px;
    color: var(--theme);
    line-height: 1em;
    display: block;
}

.sub-title {
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
}

.fancybox-outer iframe {
    width: 100%;
    height: 99%;
}

.demo-video-element {
    display: flex;
    align-items: center;
}

.banner-section .demo-video-element>strong {
    color: #191919;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    width: 185px;
    line-height: 29px;
}

.heading-area>p {
    margin: 5px 0 0 0;
}

.heading-area.center>* {
    display: block;
    text-align: center;
}

/*****************banner-section stylesheet start***********************/
.banner-section {
    background: var(--theme-light);
    padding-top: 0;
}

.banner-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner-section-left {
    width: 55%;
    position: relative;
}

.banner-section-right {
    width: 45%;
}

.banner-section h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--theme);
    display: inline-block;
    margin: 0 0 15px 0;
    font-family: 'Exo 2';
    line-height: 1em;
}

.banner-section h1~b {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}

.banner-section h2 {
    color: #000;
    margin-bottom: 20px;
}

.banner-section strong {
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
    line-height: 1em;
}

.baner-buttons-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 15px;
}

.banner-section .gen-btn {
    text-transform: uppercase;
    padding: 10px 13px 10px 13px;
    min-width: auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

.banner-section .gen-btn.havevideo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 13px;
}

.banner-section .gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(../svg/play-button1-8.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}

.banner-section .gen-btn .play-anim-ico:after {
    display: none;
}

.banner-section .gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}

/*****************about section stylesheet start*******************/
.wecome-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wecome-section-right {
    width: 45%;
    position: relative;
}

.wecome-section-right::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 77.3%;
}

.wecome-section-right img {
    position: absolute;
    left: 0;
    top: 0;
}

.wecome-section-left {
    width: 49%;
}
.ownership-section{
    padding-bottom: 30px;
}
.ownership-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ownership-section-left {
    width: 414px;
}

.ownership-section-right {
    width: calc(100% - 454px);
    width: -o-calc(100% - 454px);
    width: -ms-calc(100% - 454px);
    width: -moz-calc(100% - 454px);
    width: -webkit-calc(100% - 454px);
}

.whitelabel-section {
    padding-top: 0;
}

.whitelabel-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.whitelabel-section-left {
    width: 414px;
}

.whitelabel-section-right {
    width: calc(100% - 454px);
    width: -o-calc(100% - 454px);
    width: -ms-calc(100% - 454px);
    width: -moz-calc(100% - 454px);
    width: -webkit-calc(100% - 454px);
}

/*****************product section stylesheet start*******************/
.product-section-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.product-blocks {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.product-blocks.col-half {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}

.product-blocks.col-quater {
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
}

.product-blocks strong.center-align {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product-blocks strong.bottom_inc {
    bottom: 35px;
}

.product-row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 20px;
}

.product-blocks strong a {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    background-color: rgba(252, 209, 22, 0.9);
    padding: 16px 20px;
    font-size: 18px;
    color: #000;
    left: 0;
    white-space: break-spaces;
}

.product-blocks img {
    vertical-align: top;
}

/* -------------------------------------------------- */
.payment-getway-used {
    background-color: #f8f8f8;
    padding-bottom: 0;
}

.payment-getway-used .gen-btn {
    margin: 5px;
}

.payment-getway-used .contact-row {
    background-color: #c87137;
    padding: 19px 15px 20px 15px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.payment-getway-used .contact-row a {
    color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.payment-getway-used .contact-row a:hover {
    color: var(--theme);
}

.payment-getway-used .payment-hedaing p {
    margin-bottom: 10px;
}

.payment-getway-used-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1356px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.payment-getway-used-inner .payment-hedaing {
    margin: 0 auto 15px auto;
    padding: 0px;
    text-align: center;
    position: relative;
    max-width: 1017px;
    z-index: 1;
}

.payment-getway-used-inner .payment-hedaing b {
    margin: 5px 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    color: #949494;
}

.payment-getway-right {
    padding: 0 0 0 0;
    max-width: 1017px;
    margin: 0 auto;
    width: 100%;
}

.payment-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 0 0 20px;
}

.payment-block-inner {
    position: relative;
}

.payment-logos>li img {
    background-color: #ffffff;
    max-width: 100%;
    outline: 1px solid #cfcfcf;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.payment-logos>li>img:hover {
    outline-color: var(--theme);
}

.payment-logos>li strong {
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}

.payment-logos>li span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #333;
}

ul.payment-logos ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}

ul.payment-logos ul li {
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    width: 48%;
    display: inline-block;
}

ul.payment-logos ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #249708;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.payment-logos>li strong.cant-find-block {
    margin: 0;
    padding: 12px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: #666;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*****************payment-getway stylesheet end*******************/
.client-reviews {
    background-color: #f8f8f8;
}

.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-reviews.countryclient ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.client-reviews.countryclient ul li {
    width: 25%;
}
.client-reviews ul li a {
    position: relative;
    display: block;
    padding: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
}

.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.client-reviews ul li a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}

.client-reviews.countryclient ul li a:before {
    padding-top: 100%;
}

.client-reviews ul li a:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../svg/play-button-14.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: #fff;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.client-reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
    color: #fff;
}

.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

/*****************client-revies stylesheet end***********************/
.look-at-demo {
    margin: 0px;
    padding: 45px 0 45px 0;
    background: rgba(0, 0, 0, 0) url("../index-94.html") no-repeat center top 0;
    background-size: cover;
    height: auto;
    position: relative;
    z-index: 1;
}

.look-at-demo p {
    text-align: center;
    color: #fff;
}

.look-at-demo-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.look-at-demo h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    display: inline-block;
}

.look-at-demo h3 span {
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 25.4px;
    font-weight: 500;
    margin-top: 6px;
}

.look-at-demo ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    justify-content: center;
}

.look-at-demo ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.look-at-demo ul li a {
    display: inline-block;
}

.look-at-demo ul li a img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width:1024px) {
    .banner-section {
        padding-top: 45px;
    }

    .main-title {
        font-size: 35px;
    }

    .banner-section-left {
        width: 50%;
    }

    .banner-section-right {
        width: 50%;
    }

    .banner-section h1 {
        font-size: 39px;
    }

    .banner-section h2 {
        font-size: 25PX;
    }

    .banner-section-left img {
        max-width: 100%;
        margin: 0;
    }

    a.navbar-brand.logo img {
        max-width: 100%;
    }

    .top-part .container {
        max-width: unset;
    }

    .banner-section h1:after {
        display: none;
    }

    .happy-clipArt,
    .ball-clipArt {
        display: none;
    }

    .product-blocks::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 75%;
    }

    .product-blocks img {
        object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center center;
        -webkit-object-position: center center;
        -ms-object-position: center center;
        -o-object-position: center center;
        -moz-object-position: center center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .title-style {
        font-size: 30px;
    }

    .wecome-section-right {
        width: 49%;
    }
}

@media screen and (max-width:991px) {
    .banner-section-left {
        width: 100%;
        margin: 0 0 25px;
    }
    .banner-section-right {
        width: 100%;
    }
    .wecome-section-inner{
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .wecome-section-left{
        width: 100%;
    }
    .wecome-section-right{
        width: 100%;
    }
    .payment-logos{
        grid-template-columns: 1fr 1fr;
    }
    .ownership-section-left{
        width: 100%;
        text-align: center;
        margin: 0 auto 25px auto;
    }
    .ownership-section-right{
        width: 100%;
    }
    .whitelabel-section-left{
        width: 100%;
        text-align: center;
        margin: 0 auto 25px auto;
    }
    .whitelabel-section-right{
        width: 100%;
    }
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-blocks.col-quater {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -ms-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
}
}

@media screen and (max-width:767px) {
    main>* {
        padding: 40px 0;
    }
    .main-title {
        font-size: 27px;
    }
    .banner-section h1 {
        font-size: 28px;
    }

    .banner-section h2 {
        font-size: 20px;
    }

    .banner-section strong {
        margin-bottom: 10px;
    }

    .product-blocks {
        width: 100% !important;
    }

    .product-blocks img {
        aspect-ratio: auto;
        -webkit-aspect-ratio: auto;
        -ms-aspect-ratio: auto;
        -o-aspect-ratio: auto;
        -moz-aspect-ratio: auto;
    }

    .product-blocks strong a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .payment-getway-used .contact-row {
        font-size: 20px;
        padding: 14px 15px 15px 15px;
    }
    .demo-video-element {
        margin: 30px 0 0 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-section .demo-video-element>strong {
        margin: 30px 0 0 0;
    }
    .client-reviews.countryclient ul li {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }
}

@media screen and (max-width:630px) {
    .banner-section {
        padding-top: 15px;
    }
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .client-reviews ul li img {
        border-radius: 8px;
    }
    .look-at-demo ul li {
        width: 50%;
        padding: 0 5px;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .client-reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 31px;
    }
    .client-reviews ul li a {
        display: block;
        border-radius: 12px;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    .client-reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
}

@media screen and (max-width:560px) {
    .banner-section .gen-btn.havevideo {
        order: 3;
    }
    .payment-logos {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:480px) {
    .gen-btn {
        padding: 10px 30px 11px 30px;
    }
    .client-reviews.countryclient ul li {
        width: 100%;
    }
}