@font-face {
    font-family: sans-bold;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: sans-medium;
    src: url(../fonts/OpenSans-Medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: sans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: bebasregular;
    src: url(../fonts/BEBAS___-webfont.eot);
    src: url(../fonts/BEBAS___-webfont.eot@#iefix) format('embedded-opentype'), url(../fonts/BEBAS___-webfont.woff) format('woff'), url(../fonts/BEBAS___-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: arial
}

input {
    font-family: arial
}

a,
div {
    outline: none
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important
}

.affix+.container-fluid {
    padding-top: 70px
}

.main_logo {
    width: 180px
}

.main_logo2 {
    width: 180px;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0
}

.scrollfixer {
    height: .1px
}

.header_banner {
    background: linear-gradient(34deg, #56247e, #501c7a);
    background-size: 100% 100%
}

@-webkit-keyframes gradientanim {
    0% {
        background-position: 87% 0%
    }
    50% {
        background-position: 14% 100%
    }
    100% {
        background-position: 87% 0%
    }
}

@-moz-keyframes gradientanim {
    0% {
        background-position: 87% 0%
    }
    50% {
        background-position: 14% 100%
    }
    100% {
        background-position: 87% 0%
    }
}

@keyframes gradientanim {
    0% {
        background-position: 87% 0%
    }
    50% {
        background-position: 14% 100%
    }
    100% {
        background-position: 87% 0%
    }
}

.navigation-fixed-placeholder {
    display: none !important
}

.navigation-fixed-wrapper {
    position: fixed !important;
    -webkit-animation: fade .5s;
    animation: fade .5s
}

.navigation {
    background-color: transparent
}

.navigation-fixed-wrapper {
    background-color: transparent;
    transition: background-color .1s linear
}

.navigation-fixed-wrapper.fixed {
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 1px 10px 27px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 10px 27px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 10px 27px 0 rgba(0, 0, 0, .3)
}

.navigation-fixed-wrapper.fixed .nav-menu>li>a {
    color: #6e4192
}

.navigation-fixed-wrapper.fixed .nav-menu>li:hover>a {
    color: #fff
}

.navigation-fixed-wrapper.fixed .main_logo2 {
    width: 180px;
    position: relative;
    opacity: 1;
    top: 0;
    left: 0
}

.navigation-fixed-wrapper.fixed .main_logo {
    width: 180px;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0
}

.navigation-fixed-wrapper.fixed .nav-toggle:before {
    background-color: #6e4192;
    box-shadow: 0 .5em 0 0 #6e4192, 0 1em 0 0 #6e4192
}

.nav-menu {}

.nav-menu>li>a {
    color: #fff;
    padding: 28px 30px;
    height: auto
}

.submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent
}

.nav-toggle:before {
    background-color: #fff;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}

.nav-menus-wrapper-open .nav-menu {
    background-color: transparent
}

.nav-menus-wrapper-open .nav-menu>li>a {
    color: #632397
}

.nav-menus-wrapper-open .nav-menu>li:hover>a,
.nav-menus-wrapper-open .nav-menu>li.active>a,
.nav-menus-wrapper-open .nav-menu>li.focus>a {
    color: #fff
}

.nav-menus-wrapper-open .submenu-indicator-chevron {
    border-color: transparent #632397 #632397 transparent
}

.nav-menus-wrapper-open .focus .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent
}

.header_banner {
    height: 80vh;
    min-height: 540px;
    position: relative
}

.banner_holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner_nav_numbers {
    position: absolute;
    left: 72px;
    bottom: -140px;
    top: 60px;
    margin: auto;
    height: 10px;
    overflow: hidden;
    width: 140px;
    line-height: 10px;
    font-size: .75rem;
    letter-spacing: -.01em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 10
}

.banner_nav_numbers span {
    display: inline-block;
    color: #fff
}

.banner_num_cut {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.banner_slide_line {
    height: 1px;
    float: right;
    width: 66px;
    margin-top: 5px
}

span.banner_current_slide {
    color: #87d3ef;
    transition-duration: .2s;
    transform: translate(0px, 0px);
    display: inline-block;
    min-width: 20px
}

span.banner_current_slide.animate {
    transform: translate(0px, 20px)
}

.banner_slide_line .banner_slide_line_anim {
    transition-duration: .5s;
    background-color: #fff;
    opacity: .5;
    width: 66px;
    height: 1px;
    display: block
}

.banner_nav_buttons>div {
    margin-bottom: 10px
}

#next_banner,
#prev_banner,
.button_banner {
    width: 44px;
    height: 44px;
    position: relative
}

.banner_nav_buttons {
    position: absolute;
    right: 72px;
    width: 44px;
    height: 98px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 100
}

.spacer_theme {
    height: 120px
}

.banner_container,
.parallax_layer_scene {
    width: 100%;
    height: 100%
}

.swiper-container {
    width: 100%;
    height: 100%
}

.banner_slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.banner_slide .title {
    font-size: 41px;
    font-weight: 300
}

.banner_slide .subtitle {
    font-size: 21px
}

.banner_slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3
}

.floater {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.shadowfloater {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: shadowfloat 6s ease-in-out infinite;
    animation: shadowfloat 6s ease-in-out infinite
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}

.figure_animation {
    position: relative;
    z-index: 1
}

@keyframes shadowfloat {
    0% {
        background-color: rgba(0, 0, 0, .5)
    }
    50% {
        background-color: rgba(0, 0, 0, .2)
    }
    100% {
        background-color: rgba(0, 0, 0, .5)
    }
}

.ban_shadow_under {
    width: 180px;
    height: 75px;
    position: absolute;
    bottom: 0;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    filter: blur(20px)
}

.footer_logo {
    width: 150px
}

.foote_nav a {
    display: inline-block;
    margin-left: 60px;
    font-family: sans-medium;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition-duration: .4s
}

.foote_nav a:first-child {
    margin-left: 0
}

.foote_nav a:hover {
    color: #bd88e9
}

.footer_linker hr {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer_linker {
    position: relative
}

.footer_linker a {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 5px;
    margin: auto;
    color: #fff;
    font-family: sans-bold;
    font-size: 11px;
    text-decoration: none;
    transition-duration: .4s
}

.footer_linker a:hover {
    color: #bd88e9
}

.hr_holder_left {
    float: left;
    width: calc(50% - 100px)
}

.hr_holder_right {
    float: right;
    width: calc(50% - 100px)
}

.copyrighttxt {
    opacity: .8;
    color: #fff;
    font-family: sans;
    font-size: 11px
}

.Socialnav {
    display: inline-block
}

.social_links span {
    font-family: sans-bold;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: inline-block
}

.Socialnav a {
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    display: inline-block;
    transition-duration: .4s
}

.Socialnav a:hover {
    color: #bd88e9
}

.service_widget span {
    font-family: sans-medium;
    color: #666;
    font-size: 18px
}

.card.card_products {
    margin-bottom: 50px
}

section .container {
    position: relative
}

.section_numbering {
    font-family: bebasregular;
    color: #f2f5fa;
    font-size: 320px;
    position: absolute;
    right: -10px;
    top: -150px;
    z-index: -1
}

.solutions_section .section_numbering {
    right: -250px
}

.our_services {
    position: relative
}

.our_services .section_numbering {
    left: 10px;
    right: auto;
    z-index: 0;
    top: 200px;
    color: #fff
}

.banner_small_title {
    font-size: 13px
}

.dark_grey {
    color: #2a2a2a
}

.light_grey {
    color: #666
}

.widget_paragraph {
    font-size: 20px;
    padding-top: 40px
}

.solutions_section_widget {
    max-width: 980px;
    width: 100%;
    margin: auto;
    text-align: center
}

h2.mainsectiontitle {
    font-size: 50px;
    font-family: sans-bold;
    color: #2a2a2a;
    text-align: left
}

.widget_paragraph.color_white {
    color: #fff;
    text-align: left !important;
}
@media(max-width:767px) {
    .card-header
    {
        background-image: linear-gradient(#5a358d, #35548dad);
    }
}
@media(min-width:300px) {
    .spacer_theme {
        height: 30px
    }
    .figure_animation {
        margin: auto
    }
    .solutions_section_widget h2 {
        font-size: 5.5vw;
        font-family: sans-bold;
        color: #2a2a2a
    }
    .banner_title {
        font-size: 5.5vw;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: left;
        font-family: sans-bold
    }
    .widget_title {
        font-size: 5.5vw;
        margin-top: 20px;
        margin-right: 0;
        text-align: left;
        font-family: sans-bold;
        color: #fff
    }
    .banner_small_title {
        font-size: 13px
    }
    h2.widget_title {
        font-size: 2.5vw;
        font-family: sans-bold
    }
    .header_banner {
        height: 60vh;
        min-height: 400px;
        position: relative
    }
    .foote_nav a {
        margin-left: 14px;
        font-size: 12px
    }
    .service_widget span {
        font-family: sans-medium;
        color: #666;
        font-size: 16px
    }
    .inner_product_tabs li img {
        width: 48px;
        display: block;
        margin: auto
    }
    .inner_product_tabs .nav-link span {
        font-size: 9px
    }
}

@media(min-width:576px) {
    .banner_title {
        font-size: 4.5vw;
        margin-top: 30px;
        margin-right: 0;
        font-family: sans-bold
    }
    .widget_title {
        font-size: 4.5vw;
        margin-top: 30px;
        margin-right: 0;
        font-family: sans-bold
    }
    .solutions_section_widget h2 {
        font-size: 4.5vw;
        font-family: sans-bold
    }
    .figure_animation {
        max-width: 100%;
        margin: auto
    }
    h2.widget_title {
        font-size: 2.5vw;
        font-family: sans-bold
    }
    .banner_nav_numbers {
        left: 20px
    }
    .spacer_theme {
        height: 30px
    }
    .foote_nav a {
        margin-left: 20px;
        font-size: 12px
    }
    .inner_product_tabs li img {
        width: 50px;
        display: block;
        margin: auto
    }
    .inner_product_tabs .nav-link span {
        font-size: 9px
    }
}

@media(min-width:768px) {
    .figure_animation {
        max-width: 100%;
        margin: auto
    }
    .banner_title {
        font-size: 3.5vw;
        margin-top: 60px;
        margin-right: 50px;
        font-family: sans-bold
    }
    .nav-tabs_products {
        width: 100%
    }
    .widget_title {
        font-size: 3.5vw;
        margin-top: 120px;
        margin-right: 50px;
        font-family: sans-bold
    }
    .solutions_section_widget h2 {
        font-size: 3.5vw;
        font-family: sans-bold
    }
    h2.widget_title {
        font-size: 2.5vw;
        font-family: sans-bold
    }
    .banner_nav_numbers {
        left: 10px
    }
    .header_banner {
        height: 80vh;
        min-height: 540px;
        position: relative
    }
    .spacer_theme {
        height: 175px
    }
    .swiper-slide .spacer_theme {
        height: 100px
    }
    .section_products {
        position: relative;
        margin-top: -115px
    }
    .product_tab_content {
        padding: 60px
    }
    .maintab_products-tab-content {
        margin-bottom: -200px;
        -webkit-box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
        -moz-box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
        box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
        background-color: #fff
    }
    .card_products .card-body {
        padding: 0
    }
    .foote_nav a {
        margin-left: 60px;
        font-size: 16px
    }
    .inner_product_tabs li img {
        width: 100px;
        display: block;
        margin: auto
    }
    .inner_product_tabs .nav-link span {
        font-size: 14px
    }
}

@media(min-width:992px) {
    .figure_animation {
        max-width: 100%;
        margin: auto
    }
    .nav-tabs_products {
        width: 80%
    }
    .banner_title {
        font-size: 3vw;
        margin-top: 120px;
        margin-right: 100px;
        font-family: sans-bold
    }
    .solutions_section_widget h2 {
        font-size: 3vw;
        font-family: sans-bold
    }
    .widget_title {
        font-size: 3vw;
        margin-top: 50px;
        font-family: sans-bold;
        text-align: right
    }
    h2.widget_title {
        font-size: 3vw;
        font-family: sans-bold
    }
    .banner_nav_numbers {
        left: 20px
    }
    .header_banner {
        height: 80vh;
        min-height: 540px;
        position: relative
    }
    .service_widget span {
        font-family: sans-medium;
        color: #666;
        font-size: 18px
    }
    .inner_product_tabs li img {
        width: 100px;
        display: block;
        margin: auto
    }
    .inner_product_tabs .nav-link span {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .figure_animation {
        max-width: 100%;
        margin: auto
    }
    .banner_title {
        font-size: 3.3vw;
        margin-top: 60px;
        margin-right: 0;
        font-family: sans-bold;
        text-align: left
    }
    .widget_title {
        font-size: 2.9vw;
        margin-top: 50px;
        margin-right: 0;
        font-family: sans-bold;
        text-align: right
    }
    .solutions_section_widget h2 {
        font-size: 3.5vw;
        font-family: sans-bold
    }
    h2.widget_title {
        font-size: 3vw;
        font-family: sans-bold
    }
    .header_banner {
        height: 90vh;
        min-height: 540px;
        position: relative
    }
    .column_text_padder {
        padding-left: 60px
    }
    .inner_product_tabs li img {
        width: 100px;
        display: block;
        margin: auto
    }
    .inner_product_tabs .nav-link span {
        font-size: 14px
    }
}

.scene {
    width: 100%;
    height: 100%
}

.scene:nth-last-child(1) {
    z-index: 1
}

.scene:nth-last-child(2) {
    z-index: 2
}

.scene:nth-last-child(3) {
    z-index: 3
}

.scene:nth-last-child(4) {
    z-index: 4
}

.scene:nth-last-child(5) {
    z-index: 5
}

.main_big_circle {
    width: 900px;
    height: 900px;
    position: absolute;
    top: -300px;
    bottom: 0;
    margin: auto;
    left: 150px
}

.main_small_circle {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 150px;
    margin: auto;
    left: 100px
}

.main_med_circle {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 800px;
    top: 500px;
    margin: auto;
    bottom: 0
}

.main_big_circle_shape {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: linear-gradient(34deg, #753ca3, #601f95);
    z-index: 10;
    position: relative
}

.main_big_circle_shadow,
.main_small_circle_shadow {
    width: 101%;
    height: 101%;
    position: absolute;
    border-radius: 100%;
    filter: blur(80px);
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0
}

.main_small_circle_shadow {
    filter: blur(8px)
}

.main_lines_bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/linesbg.png);
    background-size: cover
}

.content_widget h2 {}

.swiper_holder {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 100;
    overflow: hidden
}

.banner_btn_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center
}

.banner_btn_icon i {
    position: absolute;
    height: 17px;
    left: -4px;
    right: 0;
    margin: auto;
    bottom: 0;
    top: -4px;
    width: 0;
    font-size: 20px;
    color: #9b39ad;
    transition-duration: .2s;
    transition-timing-function: ease
}

.banner_btn_icon i.fa-angle-left {
    left: -11px
}

.banner_btn_icon:hover i {
    left: 6px
}

.banner_btn_icon:hover i.fa-angle-left {
    left: -17px
}

.icon_logo,
.icon_logo img {
    width: 100%
}

.parallax-window {
    min-height: 650px;
    background: 0 0
}

.parallax-window2 {
    min-height: 70vh
}

.nav-tabs_products {
    display: none
}

@media(min-width:768px) {
    .nav-tabs_products {
        display: flex
    }
    .card_products {
        border: none
    }
    .card_products .card-header_products {
        display: none
    }
    .card_products .collapse_products {
        display: block
    }
}

@media(max-width:767px) {
    .tab-pane_products {
        display: block !important;
        opacity: 1 !important
    }
}

.nav-tabs_products {
    text-align: center;
    margin: auto;
    border: 0;
    z-index: 100;
    position: relative
}

.nav-tabs_products>.nav-item {
    min-width: 30%;
    padding: 20px
}

.nav-tabs_products>.nav-item.active {
    width: 40%
}

.tab_figures_big {
    margin: 0
}

.nav-tabs_products>.nav-item .tab_figures_big .clr_colored_icn {
    opacity: 1;
    transition-duration: .5s
}

.nav-tabs_products>.nav-item .tab_figures_big .white_colored_icn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-duration: .5s;
    z-index: 1
}

.nav-tabs_products>.nav-item .tab_figures_big {
    display: block;
    position: relative
}

.nav-tabs_products>.nav-item .tab_figures_big_grad {
    -webkit-box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
    -moz-box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 38px 4px rgba(0, 0, 0, .22);
    transition: all .5s;
    padding: 30px;
    display: block;
    background: linear-gradient(135deg, #9f7cb5 0%, #5666ae 100%);
}

.nav-tabs_products>.nav-item.active .tab_figures_big_grad {
    background: #4ebfe0;
    background: -moz-linear-gradient(-45deg, #4ebfe0 0%, #575aa7 100%);
    background: -webkit-linear-gradient(-45deg, #4ebfe0 0%, #575aa7 100%);
    background: linear-gradient(135deg, #4ebfe0 0%, #575aa7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ebfe0', endColorstr='#575aa7', GradientType=1);
    display: block
}

.nav-tabs_products>.nav-item {
    background-color: transparent !important;
    border: 0 !important
}

.nav-tabs_products.nav-tabs .nav-item.show .nav-link,
.nav-tabs_products.nav-tabs .nav-link.active,
.nav-tabs_products.nav-tabs .nav-link:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: transparent
}

@-webkit-keyframes tab_figures_big {
    0% {
        background-position: 1% 0%
    }
    50% {
        background-position: 99% 100%
    }
    100% {
        background-position: 1% 0%
    }
}

@-moz-keyframes tab_figures_big {
    0% {
        background-position: 1% 0%
    }
    50% {
        background-position: 99% 100%
    }
    100% {
        background-position: 1% 0%
    }
}

@keyframes tab_figures_big {
    0% {
        background-position: 1% 0%
    }
    50% {
        background-position: 99% 100%
    }
    100% {
        background-position: 1% 0%
    }
}

.nav-tabs_products>.nav-item.active .tab_figures_big .white_colored_icn {
    opacity: 1
}

.nav-tabs_products>.nav-item.active .tab_figures_big .clr_colored_icn {
    opacity: 0
}

.inner_product_tabs {
    display: flex;
    border-bottom: 4px solid #e7e7e7;
    position: relative
}

.inner_product_tabs li {
    flex: 1;
    text-align: center;
    border: 0 !important;
    font-family: sans-bold
}

.maintab_products_title {
    font-family: sans-bold;
    color: #2a2a2a
}

.inner_product_tabs li a {
    color: #7e7e7e !important;
    padding: 0
}

.inner_product_tabs li .nav-link {
    border: 0 !important
}

.inner_product_tabs .nav-link span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px
}

#magic-line {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #7b61ce
}

.magic-line {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #7b61ce
}

.maintab_products {
    margin-top: 70px
}

.maintab_products-tab-content {
    min-height: 450px;
    position: relative
}

.maintab_products_article {
    color: #666
}

.solutions-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.height_10 {
    height: 10px
}

.height_20 {
    height: 20px
}

.height_30 {
    height: 30px
}

.height_40 {
    height: 40px
}

.height_50 {
    height: 50px
}

.height_60 {
    height: 60px
}

.height_70 {
    height: 70px
}

.solutions-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.solutions_section_widget article {
    color: #666;
    font-size: 18px
}

.col-centered {
    float: none;
    margin: 0 auto;
    position: relative
}

.solutions_slide_inner {
    width: 100%;
    padding: 30px;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    -moz-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    transition: all .5s;
    display: block;
    background: #fff;
    border-radius: 8px
}

.solutions-slide {
    padding: 30px
}

ul.dotstyle {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dotstyle li {
    position: relative;
    display: block;
    float: left;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    cursor: pointer
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #d7d7d7;
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

.dotstyle-puff li a {
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.dotstyle-puff li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: #8260d0;
    border-radius: 50%;
    box-shadow: 0 0 1px #8260d0;
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, visibility 0s .3s;
    transition: opacity .3s ease, transform .3s ease, visibility 0s .3s
}

.dotstyle-puff li.current a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease
}

.solution_paginator {
    margin-top: 50px;
    text-align: center
}

.solutions_title {
    font-size: 25px;
    color: #601f95;
    font-family: sans-medium;
    margin-top: 20px
}

.solutions_section {
    position: relative
}

.solutions-button {
    height: 100px;
    width: 51px;
    position: absolute;
    left: 100px;
    top: 150px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-size: contain
}

.solutions-button-next {
    background-image: url(../images/prev_button.png);
    transform: scaleX(-1);
    left: auto;
    right: 100px
}

.solutions-button-prev {
    background-image: url(../images/prev_button.png)
}

.our_services {
    background: #f2f5fa
}

.service_widget {
    text-align: center
}

.service_widget figure {
    padding: 20px 30px
}

.contact_section_widget {}

.form_contact {
    padding: 40px;
    margin: 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    -moz-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .22);
    background: #fff
}

.form_contact h2 {
    text-align: left;
    font-family: sans-bold;
    color: #693dd4
}

.form_contact h5 {
    text-align: center;
    font-family: sans-bold;
    color: #693dd4;
    font-size: 24px
}

.contact_section_widget .btn-primary {
    background-color: #693dd4;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-medium;
    font-size: 16px;
    border-radius: 20px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 8px
}

.main_footer {
    background: linear-gradient(49deg, #7e49a9, #601f95);
    background-size: 400% 400%;
    -webkit-animation: footergrad 17s ease infinite;
    -moz-animation: footergrad 17s ease infinite;
    animation: footergrad 17s ease infinite;
    text-align: center;
    padding-top: 80px;
}

@-webkit-keyframes footergrad {
    0% {
        background-position: 0% 52%
    }
    50% {
        background-position: 100% 49%
    }
    100% {
        background-position: 0% 52%
    }
}

@-moz-keyframes footergrad {
    0% {
        background-position: 0% 52%
    }
    50% {
        background-position: 100% 49%
    }
    100% {
        background-position: 0% 52%
    }
}

@keyframes footergrad {
    0% {
        background-position: 0% 52%
    }
    50% {
        background-position: 100% 49%
    }
    100% {
        background-position: 0% 52%
    }
}

.contact_section_widget textarea {
    min-height: 150px
}

.contact_section_widget .btn-primary.focus,
.contact_section_widget .btn-primary:focus {
    box-shadow: none
}

.form_contact ul {
    font-size: 20px;
    color: #693dd4;
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.form_contact ul li {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%
    }
}

@media(min-width:992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important
    }
}

@media(min-width:1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important
    }
}

.demorequester {
    position: absolute;
    right: 82px;
    bottom: 50px;
    left: auto;
    z-index: 100
}

.demorequester .btn-primary {
    background: #6740c2;
    background: -moz-linear-gradient(left, #6740c2 0%, #d33297 100%);
    background: -webkit-linear-gradient(left, #6740c2 0%, #d33297 100%);
    background: linear-gradient(to right, #6740c2 0%, #d33297 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6740c2', endColorstr='#d33297', GradientType=1);
    border-radius: 30px;
    font-family: sans-medium;
    font-size: 14px;
    color: #fff !important;
    padding: 13px;
    border: 0
}

.followtop {
    font-family: sans-medium;
    font-size: 14px;
    color: #fff !important;
    margin-top: 20px
}

.followtop span {
    display: inline-block;
    margin-right: 10px
}

.followtop a {
    color: #fff;
    display: inline-block;
    margin-left: 7px
}

.form-control.invalid {
    border: 2px #de3b6a solid
}

.web-form {
    height: 100%
}

.webform-response {
    height: 100%;
    top: 50%;
    position: relative;
    display: none;
    font-weight: 700;
    font-size: 20px
}

.figure_animation {
    margin-top: 50px
}

.banner_title {
    margin-top: 150px
}

@media(max-width:1157px) {
    .section_numbering {
        right: -10px
    }
    .swiper-slide .container {
        padding-right: 5px;
        padding-left: 5px
    }
}

.figure_animation img {
    width: 100%
}

@media(max-width:768px) {
    .product_tab_content img {
        position: absolute;
        right: 0;
        opacity: .3
    }
}

@media(min-width:576px) and (max-width:768px) {
    .banner_slide .col-sm-5 {
        flex: 0 0 33.33%;
        width: 33.33%
    }
    .banner_slide .col-sm-7 {
        flex: 0 0 66.666667%;
        width: 66.666667%
    }
    .banner_title {
        margin-top: 90px
    }
}

@media(max-width:576px) {
    .banner_slide .col-sm-5 {
        flex: 0 0 50%;
        width: 50%
    }
    .banner_slide .col-sm-7 {
        flex: 0 0 50%;
        width: 50%
    }
    .banner_title {
        margin-top: 90px
    }
    .form_contact {
        padding: 20px
    }
    .figure_animation {
        width: auto;
        margin-top: 70px;
        display: inline-block
    }
}

@media(max-width:420px) {
    .banner_slide .col-sm-5 {
        flex: 0 0 100%;
        width: 100%
    }
    .banner_slide .col-sm-7 {
        flex: 0 0 100%;
        width: 100%
    }
    .column_text_padder {
        position: absolute;
        left: 5px
    }
    .figure_animation img {
        opacity: .5
    }
}


.floating-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #531f7c;
  cursor:pointer;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 4px solid #a199c3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-family: sans-serif;
  min-height: 50px;
  transition:0.5s all;
    z-index:101;
}

.floating-banner a {
  text-decoration:none;
  color:white;
  font-family:inherit;
}
.floating-banner:hover {
  background-color: #8134bf;
    border: 4px solid #531f7c;
}
