* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none
}

:root {
    --theme-color: #0995d3;
    --primary-color: #F8F1FF;
    --text-color: rgba(106, 106, 106, 1);
    --title-color: rgba(17, 17, 17, 1);
    --white-color: #FFFFFF;
    --bg-color: #FFFFFF;
    --module-color: #e1e1e1;
    --title-font: "";
    --theme-color-dark: #0995d3;
    --primary-color-dark: #F8F1FF;
    --text-color-dark: rgb(181, 181, 181);
    --title-color-dark: rgb(202, 202, 202);
    --white-color-dark: #FFFFFF;
    --bg-color-dark: #121212;
    --module-color-dark: #272727;
    --icon-box-dark: #1e1e1e;
    --page-title-color: #1e1e1e
}

:root[data-theme="light"] {
    --current-theme-color: var(--theme-color);
    --current-primary-color: var(--primary-color);
    --current-text-color: var(--text-color);
    --current-title-color: var(--title-color);
    --current-white-color: var(--white-color);
    --current-bg-color: var(--bg-color);
    --current-module-color: var(--module-color)
}

:root[data-theme="dark"] {
    --current-theme-color: var(--theme-color-dark);
    --current-primary-color: var(--primary-color-dark);
    --current-text-color: var(--text-color-dark);
    --current-title-color: var(--title-color-dark);
    --current-white-color: var(--white-color-dark);
    --current-bg-color: var(--bg-color-dark);
    --current-module-color: var(--module-color-dark)
}

.theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.5rem
}

.dark-icon {
    display: none;
    font-size: 21px
}

.light-icon {
    font-size: 21px
}

[data-theme="dark"] .light-icon {
    display: none;
    font-size: 21px
}

[data-theme="dark"] .dark-icon {
    display: inline;
    font-size: 21px
}

[data-theme="dark"] body {
    font-size: 14px;
    color: var(--current-text-color);
    line-height: 1.6;
    font-weight: 400;
    background: var(--current-bg-color)
}

[data-theme="dark"] .heading_title {
    color: var(--current-title-color)
}

[data-theme="dark"] .handle-preloader {
    background: var(--current-bg-color)
}

[data-theme="dark"] .subtitle {
    color: var(--current-title-color)
}

[data-theme="dark"] .link-box .btn-large {
    color: var(--current-title-color);
    border: none;
    background: var(--icon-box-dark)
}


[data-theme="dark"] .layui-input-affix .layui-icon {
    color: var(--current-title-color) !important;
}

[data-theme="dark"] .layui-input-affix .layui-icon:hover {
    opacity: .6;
}

[data-theme="dark"] .link-box .btn-large:hover {
    border: none
}

[data-theme="dark"] .layui-panel {
    background-color: var(--page-title-color);
    color: var(--current-title-color);
    border: var(--current-bg-color) solid 1px
}

[data-theme="dark"] .layui-menu {
    background: var(--page-title-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .help-content .icon-box .icon {
    background: var(--icon-box-dark)
}

[data-theme="dark"] .layui-menu-body-title {
    color: var(--current-title-color)
}

[data-theme="dark"] .default-sidebar .sidebar-widget {
    background: var(--current-module-color)
}

[data-theme="dark"] pre[class*=language-], [data-theme="dark"] .token.operator {
    background: none !important
}

[data-theme="dark"] .expand-btn {
    background: var(--current-module-color)
}

[data-theme="dark"] .blog-sidebar .search-widget .search-form .form-group input[type='search'] {
    border: none
}

[data-theme="dark"] .default-sidebar .sidebar-widget .widget-title h3, [data-theme="dark"] .news-block-one h4 a {
    color: var(--current-title-color)
}

[data-theme="dark"] .default-sidebar .category-widget .category-list li a {
    color: var(--current-title-color)
}

[data-theme="dark"] .default-sidebar .category-widget .category-list li, [data-theme="dark"] .blog-sidebar .post-widget .post {
    border-bottom: 1px solid var(--page-title-color)
}

[data-theme="dark"] .blog-sidebar .post-widget .post h5 a {
    color: var(--current-title-color)
}

[data-theme="dark"] .blog-details-content blockquote {
    color: var(--current-title-color);
    background: var(--current-module-color)
}

[data-theme="dark"] .blog-details-content th {
    color: var(--current-title-color) !important;
    background: var(--current-module-color) !important
}

[data-theme="dark"] .blog-details-content blockquote a, [data-theme="dark"] .copyright {
    color: var(--current-title-color) !important
}

[data-theme="dark"] .blog-details-content th {
    border-color: var(--page-title-color) !important
}

[data-theme="dark"] .blog-details-content td {
    border-color: var(--page-title-color) !important
}

[data-theme="dark"] hr {
    border-color: var(--current-module-color) !important
}

[data-theme="dark"] .layui-table-view tr, [data-theme="dark"] .layui-table {
    background: var(--page-title-color) !important
}

[data-theme="dark"] .layui-table th, [data-theme="dark"] .layui-table tr, [data-theme="dark"] .layui-table td {
    color: var(--current-title-color) !important
}

[data-theme="dark"] .layui-table-view .layui-table td, .layui-table-view .layui-table th span {
    border-color: var(--current-bg-color)
}

[data-theme="dark"] .layui-menu-body-title > .layui-icon {
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-table-page .layui-laypage input {
    border-color: var(--page-title-color)
}

[data-theme="dark"] .layui-table-page .layui-laypage button, [data-theme="dark"] .layui-table-view select[lay-ignore] {
    background: var(--current-module-color);
    border-color: var(--current-bg-color)
}

[data-theme="dark"] .layui-table td, [data-theme="dark"] .layui-table th, [data-theme="dark"] .layui-table-col-set, [data-theme="dark"] .layui-table-fixed-r, [data-theme="dark"] .layui-table-grid-down, [data-theme="dark"] .layui-table-header, [data-theme="dark"] [data-theme="dark"] .layui-table-mend, [data-theme="dark"] .layui-table-page, [data-theme="dark"] .layui-table-tips-main, [data-theme="dark"] .layui-table-tool, [data-theme="dark"] .layui-table-total, [data-theme="dark"] .layui-table-view, [data-theme="dark"] .layui-table[lay-skin=line], [data-theme="dark"] .layui-table[lay-skin=row] {
    border-color: #000 !important
}

[data-theme="dark"] .layui-table-view:after {
    background-color: #000
}

[data-theme="dark"] .layui-input-wrap, [data-theme="dark"] .layui-input {
    border-color: var(--page-title-color)
}

[data-theme="dark"] .layui-form-select dl {
    background-color: var(--page-title-color);
    color: var(--current-title-color);
    border-color: var(--current-bg-color)
}

[data-theme="dark"] .layui-form-select dl dd.layui-this {
    background-color: var(--current-bg-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-form-select dl dd:hover {
    background-color: var(--current-bg-color)
}

[data-theme="dark"] .layui-table-cell, [data-theme="dark"] .layui-laypage a[data-page], [data-theme="dark"] .layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
    color: var(--current-title-color)
}

[data-theme="dark"] .blog-details-content pre {
    background: var(--current-module-color) !important;
    border-color: var(--current-bg-color) !important
}

[data-theme="dark"] .help-content .icon-box {
    border: none;
    background: var(--current-module-color)
}

[data-theme="dark"] code[class*=language-], pre[class*=language-] {
    text-shadow: none !important
}

[data-theme="dark"] div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
    color: var(--current-title-color) !important;
    border-color: var(--current-title-color) !important
}

[data-theme="dark"] .layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
    background-color: var(--current-bg-color) !important;
    color: var(--current-title-color) !important
}

[data-theme="dark"] .layui-menu .layui-menu-item-group > .layui-menu-body-title {
    color: var(--current-title-color)
}

[data-theme="dark"] .search-popup .popup-inner {
    background: var(--current-bg-color)
}

[data-theme="dark"] .search-popup .search-form fieldset button[type="submit"], [data-theme="dark"] .search-popup .close-search, [data-theme="dark"] .search-popup .search-form fieldset input[type="search"]:focus {
    color: var(--current-title-color)
}

[data-theme="dark"] .search-popup .search-form fieldset input[type="search"] {
    background: var(--current-bg-color);
    color: var(--current-title-color);
    border-bottom: 1px solid var(--current-bg-color)
}

[data-theme="dark"] .features-block .inner-box {
    background: var(--current-module-color)
}

[data-theme="dark"] .start_trils_btn.btn_three .theme-btn {
    background: var(--current-module-color);
    border-color: var(--current-module-color)
}

[data-theme="dark"] .theme-btn {
    background: var(--current-module-color);
    border-color: var(--current-module-color)
}

[data-theme="dark"] .theme-btn:hover {
    border-color: var(--current-module-color)
}

[data-theme="dark"] .help-content .content-div .title {
    color: var(--current-title-color)
}

[data-theme="dark"] .help-content .content-div .content {
    color: var(--current-title-color)
}

[data-theme="dark"] .features-block .inner-box .icon-box {
    background: var(--icon-box-dark)
}

[data-theme="dark"] .banner-section {
    background: var(--current-bg-color)
}

[data-theme="dark"] .banner-section.home {
    background: var(--current-bg-color) url(https://s.istero.com/api/new/images/background/page-title-dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-theme="dark"] .banner-section .content-box .inner h1 {
    color: var(--current-title-color)
}

[data-theme="dark"] .banner-section .content-box .inner h2 {
    color: var(--current-title-color)
}

[data-theme="dark"] .banner-section .content-box .inner h3 {
    color: var(--current-title-color)
}

[data-theme="dark"] .banner-section .content-box .inner h4 {
    color: var(--current-title-color)
}

[data-theme="dark"] .banner-section .content-box .inner h5 {
    color: var(--current-title-color)
}


[data-theme="dark"] .banner-section .content-box .inner h6 {
    color: var(--current-title-color)
}

[data-theme="dark"] .services-section.home {
    background-image: none
}

[data-theme="dark"] .service-style-one .inner-box {
    background: var(--current-module-color)
}

[data-theme="dark"] .service-style-one .inner-box h3 a {
    color: var(--current-title-color)
}

[data-theme="dark"] a {
    color: var(--current-title-color)
}

[data-theme="dark"] .service-style-one .inner-box .icon-box {
    background: var(--icon-box-dark)
}

[data-theme="dark"] .clients_image.text-center .client_list_five li {
    background: var(--current-module-color)
}

[data-theme="dark"] .clients_image.text-center .client_list_four li {
    background: var(--current-module-color)
}

[data-theme="dark"] .clients_image.text-center .client_list_three li {
    background: var(--current-module-color)
}

[data-theme="dark"] .clients_image.text-center .client_list_two li {
    background: var(--current-module-color)
}

[data-theme="dark"] .clients_image.text-center .client_list_one li {
    background: var(--current-module-color)
}

[data-theme="dark"] .progress-section.home {
    background-image: none;
    background: var(--current-module-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .services-block-six .inner-box .text-box {
    background: var(--icon-box-dark)
}

[data-theme="dark"] .services-block-six .inner-box .text-box span {
    color: var(--current-title-color)
}

[data-theme="dark"] .main-menu .navigation > li > a {
    color: var(--current-title-color)
}

[data-theme="dark"] .service-style-one .inner-box .text {
    color: var(--current-title-color)
}

[data-theme="dark"] .accordion-box .accordion .accord-btn {
    background: var(--current-module-color)
}

[data-theme="dark"] .accordion-box .accordion .accord-btn.active {
    color: var(--current-title-color);
    background: none
}

[data-theme="dark"] .accordion-box .accordion .accord-btn h4 {
    color: var(--current-title-color)
}

[data-theme="dark"] .accordion.active-block {
    background: var(--current-bg-color);
    border-color: var(--current-module-color)
}

[data-theme="dark"] .accordion-box .accordion {
    border: 1px solid var(--current-module-color)
}

[data-theme="dark"] .main-footer .widget-section {
    background: var(--page-title-color)
}

[data-theme="dark"] .main-footer .widget-title h4 {
    color: var(--current-title-color)
}

[data-theme="dark"] .main-footer .links-widget .links-list li a {
    color: var(--current-title-color)
}

[data-theme="dark"] .main-footer p {
    color: var(--current-title-color)
}

.theme-sensitive-image {
    content: var(--image-url, url('__STATIC__/api/new/images/isasdata.png'))
}

[data-theme="dark"] .theme-sensitive-image {
    content: var(--image-url, url('__STATIC__/api/new/images/isasdata_w.png'))
}

[data-theme="dark"] .footer-bottom {
    background: var(--bg-color-dark)
}

[data-theme="dark"] .sticky-header {
    background: var(--current-bg-color)
}

[data-theme="dark"] .main-menu .navigation > li > ul {
    background: var(--current-bg-color) !important
}

[data-theme="dark"] .main-menu .navigation > li > ul > li > a {
    color: var(--current-title-color)
}

[data-theme="dark"] .cta-section {
    background: #000
}

[data-theme="dark"] .sticky-header {
    border-bottom: var(--current-module-color) solid 1px
}

[data-theme="dark"] .search-box-outer .search-box-btn {
    color: var(--current-title-color)
}

[data-theme="dark"] .bg-layer-two {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: var(--page-title-color);
}

[data-theme="dark"] .pagination > li > a, .pagination > li > span {
    background: var(--page-title-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .page-title.two h1 {
    color: var(--current-title-color)
}

[data-theme="dark"] .seach-box {
    background: var(--current-bg-color)
}

[data-theme="dark"] .layui-input, [data-theme="dark"] .layui-select, [data-theme="dark"] .layui-textarea {
    background: var(--current-bg-color);
    color: var(--current-title-color);
    border: var(--page-title-color) solid 1px
}

[data-theme="dark"] .form-container .form .input-group input {
    border: var(--current-bg-color) solid 1px;
    color: var(--current-title-color) !important
}

[data-theme="dark"] .layui-nav .layui-nav-item a {
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-layer-content {
    color: var(--current-title-color);
    background: var(--page-title-color)
}

[data-theme="dark"] .layui-layer-title {
    color: var(--current-title-color);
    background: var(--current-bg-color);
    border-bottom: var(--current-bg-color) solid 1px
}

[data-theme="dark"] .layui-form-checkbox[lay-skin=primary] > div {
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-form-radio > * {
    color: var(--current-title-color);
    opacity: .7
}

[data-theme="dark"] .layui-form-radio:hover > *, [data-theme="dark"] .layui-form-radioed, [data-theme="dark"] .layui-form-radioed > i {
    opacity: 1;
    color: var(--current-title-color)
}

[data-theme="dark"] .com_text {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form .small-xl .text-muted, [data-theme="dark"] .separator .text {
    color: var(--current-title-color)
}

[data-theme="dark"] .service-style-one .inner-box .icon-box2 {
    background: var(--icon-box-dark)
}

[data-theme="dark"] .form-container .form button {
    background: linear-gradient(90deg, #0d516f 0%, #005073 100%);
}

[data-theme="dark"] .read-more {
    border: none;
    background: var(--icon-box-dark)
}

[data-theme="dark"] .read-more .icon {
    color: var(--current-title-color)
}

[data-theme="dark"] .pagination > .disabled > a, [data-theme="dark"] .pagination > .disabled > a:focus, [data-theme="dark"] .pagination > .disabled > a:hover, [data-theme="dark"] .pagination > .disabled > span, [data-theme="dark"] .pagination > .disabled > span:focus, [data-theme="dark"] .pagination > .disabled > span:hover {
    color: #959595;
    cursor: not-allowed;
    background-color: var(--current-module-color)
}

[data-theme="dark"] .features-block .inner-box h3 a {
    color: var(--current-title-color)
}

[data-theme="dark"] .header-style-three.fixed-header .main-menu .navigation > li > a {
    color: var(--current-title-color)
}

[data-theme="dark"] .httpbox {
    background: var(--current-bg-color)
}

[data-theme="dark"] .layui-code-ln-side {
    background: var(--page-title-color)
}

[data-theme="dark"] .layui-code-view, [data-theme="dark"] .layui-code-view .layui-code-line-number {
    background: var(--page-title-color);
    color: var(--current-title-color);
    border: 1px solid var(--page-title-color)
}

[data-theme="dark"] .layui-code-line-content {
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-tab-brief > .layui-tab-title .layui-this {
    color: var(--current-title-color)
}

[data-theme="dark"] .http-tool-btn {
    color: var(--current-title-color);
    border-color: var(--current-title-color)
}

[data-theme="dark"] .layui-code-preview .layui-code-item {
    color: var(--current-title-color) !important;
    border-color: var(--current-title-color) !important
}

[data-theme="dark"] .ticon-box .ticon {
    border-color: var(--current-bg-color);
    background: var(--current-bg-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-tabs-card > .layui-tabs-header .layui-this {
    background: var(--bg-color-dark);
    color: var(--current-title-color)
}

[data-theme="dark"] .layui-tabs-card > .layui-tabs-header .layui-this:after {
    border: 1px solid var(--current-module-color);
    border-bottom-color: var(--current-module-color)
}

[data-theme="dark"] .layui-tabs-card > .layui-tabs-header li:first-child.layui-this:after {
    margin-left: 0;
}

[data-theme="dark"] .layui-tabs-header:after, [data-theme="dark"] .layui-tabs-scroll:after {
    border-bottom-color: var(--page-title-color)
}

[data-theme="dark"] .layui-tabs-header .layui-this, [data-theme="dark"] .layui-tabs-header li:hover {
    color: var(--current-title-color) !important
}

[data-theme="dark"] .cbox {
    background: var(--current-module-color);
    border-color: var(--current-module-color);
    color: var(--current-title-color)
}

[data-theme="dark"] .api_desc {
    color: var(--current-title-color)
}

[data-theme="dark"] .login-section {
    background: var(--current-bg-color) url(https://s.istero.com/api/new/images/background/page-title-dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-theme="dark"] .form-container .form {
    background: var(--current-module-color)
}

[data-theme="dark"] .form-container .form h1 {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form h2 {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form h3 {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form h4 {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form h5 {
    color: var(--current-title-color)
}

[data-theme="dark"] .form-container .form h6 {
    color: var(--current-title-color)
}

[data-theme="dark"] code[class*=language-], pre[class*=language-] {
    color: var(--current-title-color)
}

[data-theme="dark"] .headBox {
    font-size: 14px;
    position: relative;
    background-image: linear-gradient(0deg, var(--page-title-color) 0%, var(--current-bg-color) 100%);
    border: 1px solid #000000;
    box-shadow: 8px 8px 20px 0 rgba(62, 62, 62, 0.1);
    border-radius: 5px
}

[data-theme="dark"] .headBox .nickName {
    padding: 20px 10px 0 15px;
    font-size: 17px;
    color: var(--current-title-color);
}

[data-theme="dark"] .headBox .accountId {
    padding: 0 10px 0 15px;
    font-size: 13px;
    color: #939393
}

[data-theme="dark"] .headBox .item {
    margin-top: 10px
}

[data-theme="dark"] .headBox .item a {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--current-title-color);
    line-height: 18px;
    white-space: nowrap
}

[data-theme="dark"] .headBox .item a:hover {
    color: #ffffff
}

[data-theme="dark"] .headBox .content {
    padding: 10px 20px 25px 15px
}

[data-theme="dark"] .headBox .item2 button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    flex: 1;
    background-image: linear-gradient(0deg, var(--page-title-color) 0%, var(--current-bg-color) 100%);
    box-shadow: 8px 8px 20px 0 rgba(62, 62, 62, 0.1);
    padding: 0 15px;
    font-size: 14px;
    color: var(--current-title-color);
    line-height: 42px;
    text-align: left
}

[data-theme="dark"] .headBox .item2 button:hover {
    color: var(--theme-color)
}

[data-theme="dark"] .avatar-box {
    display: flex;
    justify-content: left;
    align-items: center
}

[data-theme="dark"] .avatar-box svg {
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 2px rgba(55, 99, 170, .1);
    border: #000000 solid 2px
}

[data-theme="dark"] .swal2-popup {
    background: var(--page-title-color);
}

[data-theme="dark"] .swal2-title {
    color: var(--current-title-color);
}

[data-theme="dark"] .swal2-html-container {
    color: var(--current-title-color);
}

[data-theme="dark"] .layui-btn2 {
    background: linear-gradient(90deg, #0d516f 0%, #005073 100%);
}

[data-theme="dark"] .scroll-to-top {
    background: linear-gradient(90deg, #0d516f 0%, #005073 100%);
}

[data-theme="dark"] .error-section h2 {
    color: var(--current-title-color) !important;
    -webkit-text-fill-color: var(--current-title-color) !important;
    background-color: var(--current-title-color) !important;
}

[data-theme="dark"] .error-section h3 {
    color: var(--current-title-color);
}

[data-theme="dark"] .error-section p {
    color: var(--current-title-color);
}

.theme-sensitive {
    transition: opacity 0.3s ease
}

body.theme-changing .theme-sensitive {
    opacity: 0.7
}

.api_desc {
    text-align: left;
    font-size: 15px;
    color: #3c3c3c
}

.seach-box {
    background: #ffffff
}

body {
    font-size: 14px;
    color: var(--current-text-color);
    line-height: 1.6;
    font-weight: 400;
    background: var(--current-bg-color)
}

.footer-menu {
    text-align: left
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #111111
}

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

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: var(--title-font)
}

input, button, select, textarea {
    font-family: var(--title-font)
}

::-ms-input-placeholder {
    color: #6A6A6A
}

::placeholder {
    color: #6A6A6A
}

.theme_color {
    color: #111111
}

p {
    position: relative;
    line-height: 1.8em
}

.auto-container {
    position: static;
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto
}

.medium-container {
    position: relative;
    max-width: 850px;
    padding: 0px 15px;
    margin: 0 auto
}

.login-container {
    position: relative;
    max-width: 510px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.grey-bg {
    background-color: #f8fcff
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.link-box.client_btn {
    text-align: left;
    margin-top: 45px
}

.theme-btn {
    display: inline-block;
    transition: .5s
}

.theme-btn.three {
    padding: 14px 30px
}

.theme-btn.four {
    padding: 9px 30px;
    margin-top: 10px
}

.centered {
    text-align: center
}

.theme-btn.four.btn-bg-color {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    border: none;
    color: var(--white-color)
}

.list-style-one {
    position: relative;
    margin: 0px 0px
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    color: #000000;
    font-size: 15px;
    font-weight: 400
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    background: none;
    display: inline-block;
    padding: 12px 40px 12px;
    border: 2px solid #e7e7e7;
    border-radius: 50px;
    text-transform: uppercase
}

.btn-style-one:hover {
    opacity: 0.70;
    color: var(--white-color);
    border-color: #03c7d9;
    background-color: #03c7d9
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    background: #03c7d9;
    display: inline-block;
    padding: 13px 40px 13px;
    border-radius: 50px;
    text-transform: uppercase
}

.btn-style-two:hover {
    background: #ff4052;
    color: var(--white-color)
}

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    background: none;
    border-radius: 50px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 38px 11px;
    text-transform: uppercase;
    border: 2px solid var(--white-color)
}

.btn-style-three:hover {
    background: #03c7d9;
    color: var(--white-color);
    border-color: #03c7d9
}

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #03c7d9;
    font-size: 13px;
    font-weight: 500;
    background: none;
    display: inline-block;
    padding: 11px 34px 11px;
    border: 2px solid #03c7d9;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}

.btn-style-four:hover {
    color: var(--white-color);
    background-color: #03c7d9
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #3db5ea
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 14px;
    background: #fff;
    color: #3db5ea;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-weight: 400
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

.handle-preloader .loader-section {
    background-color: var(--white-color);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: var(--white-color)
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid var(--white-color);
    border-top-color: rgba(255, 255, 255, 0.5)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px
    }
}

.go_dashboard {
    display: none
}

.footer-menu {
    text-align: center
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--white-color);
    background-position: center center;
    background-repeat: no-repeat
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

:root {
    --progress-bar-width: 100px;
    --progress-bar-height: 100px;
    --font-size: 30px
}

.circular-progress {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.inner-circle {
    position: absolute;
    width: calc(var(--progress-bar-width) - 30px);
    height: calc(var(--progress-bar-height) - 30px);
    border-radius: 50%;
    background-color: lightgrey
}

.percentage {
    position: absolute;
    right: 155px;
    top: 34px;
    font-size: var(--font-size);
    color: rgba(30, 27, 57, 1) !important;
    line-height: 40px;
    font-weight: 700;
    font-family: "Outfit"
}

.progress-two .percentage {
    position: relative;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: rgba(30, 27, 57, 1) !important;
    line-height: 40px;
    font-weight: 600;
    font-family: "Outfit"
}

.social-icon-one {
    position: relative
}

.social-icon-one .share {
    color: #222222;
    font-size: 16px;
    font-weight: 700
}

.social-icon-one li {
    position: relative;
    margin-left: 12px;
    display: inline-block
}

.social-icon-one li a {
    position: relative;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-one li a:hover {
    color: #03c7d9
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: var(--white-color);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    display: none;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.scroll-to-top::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: '';
    z-index: -1;
    background: var(--title-color);
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.scroll-to-top:hover:before {
    width: 100%
}

.scroll-to-top:hover i {
    color: var(--white-color)
}

.centred {
    text-align: center
}

.subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--text-font);
    margin-bottom: 10px;
    text-transform: uppercase
}

.heading_title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 35px
}

.social-contact-section {
    position: relative;
    padding-top: 160px;
    z-index: 1
}

.contact-section {
    position: relative;
    margin: 120px 0px 150px 0px;
    z-index: 1
}

.link-box .btn-large.contact-us {
    display: block
}

.contact-info {
    position: relative;
    z-index: 1
}

.contact-info .info-block {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 10px
}

.contact-info .info-block .inner-box {
    position: relative;
    display: block;
    padding: 54px 0px 54px 122px;
    line-height: 24px;
    font-size: 14px;
    color: #707070;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.contact-info .info-block .inner-box h4 {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1)
}

.contact-info .info-block .inner-box .icon-box {
    position: absolute;
    left: 40px;
    top: 55px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 64px;
    background: rgba(248, 241, 255, 1);
    font-size: 25px;
    border-radius: 50%
}

.contact-info .info-block .inner-box .icon-box span {
    background: linear-gradient(180deg, #BE37FF 0%, #6A2FFF 61.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease
}

.contact-info .info-block .inner-box .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 1)
}

.contact-shape-image {
    position: relative
}

.contact-shape-image img {
    position: absolute;
    display: inline-block;
    top: -154px;
    left: 28%;
    z-index: -2
}

.login-section {
    position: relative;
    margin: 90px 0 0 0;
    background-image: url(https://s.istero.com/api/new/images/background/service-bd-image.png);
    padding: 100px 0 150px 0
}

.login-section .form-container .form {
    margin-bottom: 0px
}

.form-container {
    display: flex;
    flex-direction: column
}

.login-section .close-icon {
    position: absolute;
    top: 32px;
    right: 50px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer
}

.form-container .form {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

.form-container .form h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: var(--title-color)
}

.form-container .form .input-group {
    margin-bottom: 15px;
    display: block
}

.form-container .form .input-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--text-font);
    color: var(--title-color)
}

.form-container .form .input-group input {
    width: 100%;
    padding: 10px 27px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 145px;
    margin-bottom: 10px
}

.form-container .form button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: linear-gradient(90deg, #3db5ea 0%, #0995d3 100%);
    color: #fff;
    border-radius: 145px;
    cursor: pointer
}

.form-container .form button:hover {
    background-color: #0056b3
}

.form-container .form span.psw {
    position: relative;
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.form-container .form .small-xl .text-muted {
    font-family: var(--text-font);
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: var(--title-color)
}

.form-container .form .small-xl a {
    font-family: var(--text-font);
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0em;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.form-container .form .small-xl {
    margin-top: 30px
}

.form-container .form p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--text-font);
    color: rgba(110, 110, 110, 1);
    margin-bottom: 20px;
    margin-top: 30px
}

.form-container .form .login-part:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 1px;
    width: 140px;
    background-color: rgba(229, 229, 229, 1)
}

.form-container .form .login-part:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    height: 1px;
    width: 140px;
    background-color: rgba(229, 229, 229, 1)
}

.login-link ul {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
    color: var(--title-color);
    width: 100%;
    padding: 10px 27px;
    margin-bottom: 10px
}

.login-link ul li {
    margin-right: 10px
}

.login-link ul li.gitee {
    display: flex;
    align-items: center
}

.login-link ul li.gitee img {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 2px
}

.login-link ul li.weibo {
    display: flex;
    align-items: center
}

.login-link ul li.weibo img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px
}

.facebook-link ul {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--title-color);
    width: 100%;
    padding: 10px 27px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 145px
}

.facebook-link ul li {
    margin-right: 10px
}

.signup-section {
    position: relative;
    margin: 150px 0px
}

.signup-section .form-container .form {
    margin-bottom: 0
}

.signup-section .close-icon {
    position: absolute;
    top: 32px;
    right: 50px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer
}

.owl-carousel {
    -ms-touch-action: none;
    touch-action: none
}

.friend-link {
    margin-top: 10px
}

.friend-link a {
    margin-right: 8px
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: dot-pulse 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}

@keyframes dot-pulse {
    0% {
        transform: scale(1);
        background-color: green;
        opacity: 1
    }
    50% {
        transform: scale(1.4);
        background-color: #00c807;
        opacity: 0.5;
        border: #f5f5f5 solid 2px
    }
    100% {
        transform: scale(1);
        background-color: green;
        opacity: 1
    }
}

.t a {
    position: relative;
    font-size: 14px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.status-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%
}

.status-line {
    display: flex;
    align-items: center;
    margin-top: 5px
}

.status-line .normal {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: green
}

.status-line .fixed {
    color: orange
}

.status-line .stop {
    color: #cccccc
}

.status-line .error {
    color: red
}

.status-line .item {
    margin-right: 10px
}

.status-line .item .text {
    margin-right: 10px;
    margin-left: 5px
}

.help-content .content-div {
    padding: 32px;
    display: none
}

.help-content .content-div .title {
    font-size: 20px;
    color: #000
}

.help-content .content-div .content {
    margin-top: 10px;
    color: #595959;
    font-size: 15px;
    line-height: 30px
}

.help-content .help-content-fixed {
    position: sticky;
    top: 80px;
    left: 0;
    right: 0;
    overflow-y: auto
}

.help-content img {
    cursor: pointer
}

.help-content .icon-box {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px
}

.help-content .icon-box .icon {
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center
}

.help-content .icon-box .text {
    margin-left: 20px
}

.icp-register {
    display: flex;
    align-items: center;
    justify-content: center
}

.icp-register .police {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px
}

.split-line {
    width: 1px;
    height: 12px;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    background-color: #787878
}

.gongan-register {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 5px;
    justify-content: left
}

.status-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px
}

.tips-icon {
    text-align: center
}

.tips-icon a {
    background: linear-gradient(90deg, #3db5ea 12.35%, #00548f 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px
}

.gongan-register .police {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px
}

.scrollable-area {
    overflow-y: hidden;
    overflow-x: auto;

    &::-webkit-scrollbar {
        height: 5px
    }

    &::-webkit-scrollbar-track {
        background: #ffffff;
        border-radius: 10px
    }

    &::-webkit-scrollbar-thumb {
        background: #cacaca;
        border-radius: 10px
    }

    &::-webkit-scrollbar-thumb:hover {
        background: #636363
    }
}

.t_vip0 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 50px;
    width: auto;
    background-position-x: 0;
    background-position-y: -8px;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.t_vip1 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 50px;
    width: auto;
    background-position-x: 0;
    background-position-y: -70px;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.t_vip2 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 50px;
    width: auto;
    background-position-x: 0;
    background-position-y: -125px;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.t_vip3 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 50px;
    width: auto;
    background-position-x: 0;
    background-position-y: -183px;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.s-icon-vip0 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 15px;
    width: 30px;
    background-position-x: -5px;
    background-position-y: -251px;
    background-repeat: no-repeat
}

.s-icon-vip1 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 15px;
    width: 30px;
    background-position-x: -54px;
    background-position-y: -251px;
    background-repeat: no-repeat
}

.s-icon-vip2 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 15px;
    width: 30px;
    background-position-x: -103px;
    background-position-y: -251px;
    background-repeat: no-repeat
}

.s-icon-vip3 {
    background-image: url(https://s.istero.com/api/console/images/vip/vip_source.png);
    height: 15px;
    width: 30px;
    background-position-x: -152px;
    background-position-y: -251px;
    background-repeat: no-repeat
}

.headBox {
    font-size: 14px;
    position: relative;
    background-image: linear-gradient(0deg, #ffffff 0%, #f8f2ff 100%);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    border-radius: 5px
}

.headBox .nickName {
    padding: 20px 10px 0 15px;
    font-size: 17px;
    color: #000
}

.headBox .accountId {
    padding: 0 10px 0 15px;
    font-size: 13px;
    color: #939393
}

.headBox .item {
    margin-top: 10px
}

.headBox .item a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #505050;
    line-height: 18px;
    white-space: nowrap
}

.headBox .item a:hover {
    color: var(--theme-color)
}

.headBox .content {
    padding: 10px 20px 25px 15px
}

.headBox .item2 button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    flex: 1;
    background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5 100%);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    padding: 0 15px;
    font-size: 14px;
    color: #495770;
    line-height: 42px;
    text-align: left
}

.headBox .item2 button:hover {
    color: var(--theme-color)
}

.avatar-box {
    display: flex;
    justify-content: left;
    align-items: center
}

.avatar-box svg {
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 2px rgba(55, 99, 170, .1);
    border: #ffffff solid 2px
}

.separator {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0 10px 0
}

.separator .text {
    padding: 0 10px;
    white-space: nowrap;
    color: #5b5b5b
}

.separator .line {
    flex-grow: 1;
    height: 1px;
    background-color: transparent;
    border-top: 1px dashed #dfdfdf
}

@media only screen and (max-width: 1200px) {
    .login-link ul {
        display: block !important
    }

    .login-link ul li {
        text-align: center
    }

    .login-link ul li.gitee {
        justify-content: center
    }

    .login-link ul li.weibo {
        justify-content: center
    }
}

.geetest_footer_right, .geetest_feedback, .geetest_logo {
    display: none !important
}

.sponsors-section-two {
    position: relative;
    padding-top: 210px;
    z-index: 2
}

.sponsors-section-two.home-four {
    position: relative;
    padding-top: 140px;
    z-index: 2
}

.sponsors-section-two.about-page {
    padding-top: 150px
}

.sponsors-section-two .image-box {
    position: relative;
    text-align: center;
    border: 1px solid #E5E5E5;
    padding: 34px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around
}

.sponsors-section-two .image-box a {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.sponsors-section-two .owl-nav, .sponsors-section-two .owl-dots {
    display: none
}

.sonsors_title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--title-font);
    color: #111111;
    margin-bottom: 50px
}

.sponsors-section-two .image-box:hover {
    border: 1px solid #111111;
    transition: all 500ms ease
}

.sponsors-section-two .image-box:hover a img {
    filter: brightness(0.5);
    transition: all 500ms ease
}

.sponsors-section-three .owl-nav {
    display: none
}

.sponsors-section-three {
    position: relative;
    border-bottom: 1px solid #E5E5E5
}

.sponsors-section-three .owl-dots {
    display: none
}

.sponsors-section-three li {
    padding: 50px 0px
}

.sponsors-section-three li:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
    border-left: 1px solid #E5E5E5
}

.sponsors-section-three li:hover .image-box a img {
    filter: brightness(0.5);
    transition: all 500ms ease;
    cursor: pointer
}

.sponsors-section-two.home_three {
    margin-top: 0px;
    margin-bottom: 150PX;
    padding-top: 0px
}

.sponsors-section-two.home_three .image-box {
    border: none;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 25px;
    transition: all 500ms ease
}

.sponsor_image {
    position: absolute;
    left: 33%;
    top: 0px
}

.sponsors-section-two.home_three .owl-carousel .owl-stage-outer {
    overflow: visible
}

.sponsors-section-two.home_three .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0
}

.sponsors-section-two.home_three .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1
}

.sponsors-section-two.home_three .text {
    margin-bottom: 50px
}

.link-box.client_btn {
    text-align: left;
    margin-top: 45px
}

.sponsors-section-four {
    position: relative;
    padding: 150px 0 80px 0;
    margin-bottom: 150px
}

.sponsors-section-four .integration_column {
    padding-top: 124px
}

.clients_image.text-center .client_list_one {
    display: inline-block;
    width: 242px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 500ms ease
}

.clients_image.text-center .client_list_two li {
    display: inline-block;
    width: 242px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
    transition: all 500ms ease
}

.clients_image.text-center .client_list_three li {
    display: inline-block;
    width: 242px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
    transition: all 500ms ease
}

.clients_image.text-center .client_list_four li {
    display: inline-block;
    width: 242px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
    transition: all 500ms ease
}

.clients_image.text-center .client_list_five li {
    display: inline-block;
    width: 242px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 500ms ease
}

.sponsor_image_two {
    position: absolute;
    top: 0px;
    z-index: 1
}

.clients_image.text-center .client_list_three {
    margin-right: 87px
}

.pattern-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.clients_image.text-center {
    position: relative;
    z-index: 2
}

.progress-section {
    position: relative;
    padding: 150px 0 100px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.progress-section.home {
    background-image: url("https://s.istero.com/api/new/images/background/progress_bg_image.png")
}

.progress-section.three {
    position: relative;
    padding-top: 30px
}

.services-block-six {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px
}

.services-block-six .inner-box {
    position: relative;
    text-align: center
}

.services-block-six .inner-box .line-shape {
    position: absolute;
    top: 54px;
    right: -152px;
    width: 265px;
    height: 53px;
    background-repeat: no-repeat
}

.services-block-six .inner-box .line-shape-one {
    position: absolute;
    top: 13px;
    right: -154px;
    width: 265px;
    height: 50px;
    background-repeat: no-repeat
}

.services-block-six .inner-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 25px
}

.services-block-six .inner-box h3 a {
    color: var(--title-color);
    transition: all 300ms ease
}

.services-block-six .inner-box h3 a:hover {
    color: #3db5ea
}

.services-block-six .inner-box .text {
    position: relative;
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.services-block-six .inner-box .text-box {
    position: relative;
    display: inline-block;
    background-color: var(--white-color);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    width: 110px;
    height: 110px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-six .inner-box .text-box:before {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease
}

.services-block-six .inner-box:hover .text-box:before {
    transform: scale(1, 1)
}

.services-block-six .inner-box:hover .text-box span {
    color: var(--white-color)
}

.services-block-six .inner-box .text-box span {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--title-color)
}

.faq-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 130px
}

.medium-container .text {
    margin-bottom: 50px
}

.accordion-box {
    position: relative
}

.accordion-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #181818
}

.accordion-box .accordion {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #E5E5E5
}

.accordion.active-block {
    border-color: var(--white-color);
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07)
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    line-height: 25px;
    padding: 21px 50px 20px 30px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff
}

.accordion-box .accordion .accord-btn h4 {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #111111;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.accordion-box .accordion .accord-btn:after {
    font-family: 'remixicon' !important;
    content: "\ea6e";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: var(--title-color)
}

.accordion-box.style-two .accordion .accord-btn:after {
    font-family: 'remixicon' !important;
    content: "\ea6e"
}

.accordion-box .accordion .accord-btn.active:after {
    font-family: 'remixicon' !important;
    content: "\ea4e"
}

.accordion-box.style-two .accordion .accord-btn.active:after {
    font-family: 'remixicon' !important;
    content: "\ea4e"
}

.accordion-box .accordion .accord-btn.active {
    color: var(--title-color);
    border: none
}

.accordion-box .accordion .accord-content {
    position: relative;
    padding: 25px;
    border-top: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: none
}

.accordion-box .accordion .accord-content.collapsed {
    display: block
}

.accordion-box .accordion .accord-content p {
    position: relative;
    color: var(--text-color)
}

.faq-one:before {
    content: "";
    position: absolute;
    top: 0px;
    background-color: #F2F2F2;
    width: 510px;
    height: 460px;
    display: block;
    border-radius: 10px;
    z-index: -1
}

.faq-one img {
    margin-top: 40px;
    padding-left: 30px
}

.faq-image .faq-two {
    position: absolute;
    bottom: 81px;
    left: -87px;
    z-index: -2;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.faq-section .faq-image {
    position: relative
}

.accordion-block {
    border-radius: 10px;
    border: 1px solid #E5E5E5
}

.accordion-box.style-three .accordion.accordion-block {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border: none
}

.banner-section {
    position: relative;
    padding-top: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner-section.home {
    background-image: url(https://s.istero.com/api/new/images/background/banner_bg_image.png)
}

.services-section.home {
    background-image: url(https://s.istero.com/api/new/images/background/banner_bg_image.png)
}

.banner-section .content-box .inner h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #111111;
    font-family: var(--text-font);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 6px
}

.banner-section .content-box .inner h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    color: #111111;
    text-align: center;
    margin-bottom: 25px
}

.banner-section .content-box .inner .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6A6A6A;
    text-align: center
}

.link-box {
    text-align: center;
    margin-top: 35px
}

.link-box .btn-large {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 13px 30px;
    color: #000;
    border: #000 solid 1px;
    transition: .5s;
    border-radius: 55px;
    z-index: 1
}

.link-box .btn-large:hover {
    color: var(--white-color);
    border: #3db5ea solid 1px;
    transition: .3s
}

.link-box .btn-large:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.link-box .btn-large:hover:before {
    width: 100%
}

.link-box2 {
    text-align: left;
    margin-top: 35px
}

.link-box2 .btn-large {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 40px;
    color: #fff;
    background: #000;
    transition: .5s;
    border-radius: 55px;
    z-index: 1
}

.link-box2 .btn-large:hover {
    color: var(--white-color);
    transition: .3s
}

.link-box2 .btn-large:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    color: var(--white-color);
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease
}

.link-box2 .btn-large:hover:before {
    width: 100%
}

.banner-dasboard {
    margin-top: 100px;
    border: 10px solid #111111;
    border-radius: 30px;
    z-index: 1
}

.banner-dasboard img {
    width: 100%;
    border-radius: 15px
}

.banner_shape_one {
    position: absolute;
    left: 12%;
    top: 54%;
    z-index: -1;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear
}

.banner_shape_two {
    position: absolute;
    top: 30%;
    right: 12%;
    z-index: -1
}

.banner-section .owl-dots {
    display: none
}

.banner-section {
    position: relative;
    background-color: #FBF7FF;
    z-index: 1
}

.banner-section.home-two {
    padding-bottom: 0px;
    margin-bottom: 0px
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.banner-carousel .slide-item {
    position: relative;
    padding: 72px 0px 150px 0px
}

.banner-style-two .banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    background: #022D1F;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    z-index: 1
}

.link-box.two {
    text-align: left;
    margin-top: 35px
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear
}

.banner-carousel .active .slide-item .bg-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.banner-carousel .content-box .title-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #111111;
    font-family: var(--text-font);
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box .title-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.banner-carousel .content-box h2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111111;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.banner-carousel .content-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--text-font);
    margin-bottom: 23px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.banner-carousel .content-box .link-box.two .btn-large {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box .link-box.two .btn-large {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .content-box .btn-box .theme-btn span {
    padding: 18px 47px
}

.banner-carousel .image-box .image img {
    max-width: none;
    float: right
}

.banner-carousel .image-box .image {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .image-box .image {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .image-box .image-shape-1 {
    position: absolute;
    top: -103px;
    left: 0px;
    width: 648px;
    height: 439px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.banner-carousel .image-box .image-shape-2 {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 626px;
    height: 626px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear
}

.banner-carousel .image-box .image-shape-3 {
    position: absolute;
    top: 354px;
    left: 121px;
    width: 135px;
    height: 135px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-section .banner-carousel .owl-nav {
    display: none
}

.banner-section .banner-carousel:hover .owl-nav {
    opacity: 1
}

.banner-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 76px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #222;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease
}

.banner-carousel .owl-nav button.owl-prev {
    left: 70px
}

.banner-carousel .owl-nav button.owl-next {
    right: 70px
}

.banner-carousel .owl-nav button:hover {
    color: #fff;
    background: var(--theme-color)
}

.banner-section .shape .shape-1 {
    position: absolute;
    right: -73px;
    width: 194px;
    height: 194px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.banner-section .shape .shape-2 {
    position: absolute;
    left: 122px;
    bottom: 160px;
    width: 115px;
    height: 116px;
    background-repeat: no-repeat
}

.banner-section .shape .shape-3 {
    position: absolute;
    left: 44%;
    top: 50px;
    width: 112px;
    height: 112px;
    background-repeat: no-repeat
}

.banner-section.banner-style-four {
    background-color: inherit;
    margin-bottom: 0px;
    padding-bottom: 260px
}

.banner-section.banner-style-four .title-text {
    color: var(--white-color)
}

.banner-section.banner-style-four .content-box h2 {
    color: var(--white-color)
}

.banner-section.banner-style-four .title-text {
    color: var(--white-color)
}

.banner-section.banner-style-four .content-box h2 {
    color: var(--white-color)
}

.banner-section.banner-style-four .content-box p {
    color: var(--white-color)
}

.theme-btn.btn-three {
    background-color: var(--white-color);
    border: none;
    padding: 14px 40px
}

.banner-carousel .theme-btn.btn-three {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .theme-btn.btn-three {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .image-box .image-1 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .image-box .image-1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .image-box .image-2 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .image-box .image-2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .image-box .image-3 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .image-box .image-3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.banner-carousel .image-box .image-shape-1 img {
    border-radius: 10px
}

.banner-carousel .slide-item .image-box .image-shape-4 img {
    border-radius: 10px;
    margin-left: 60px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear
}

.banner-carousel .slide-item .image-box {
    position: relative
}

.banner-carousel .slide-item .image-box .image-shape-5 {
    position: absolute;
    top: -100px;
    z-index: -1
}

.banner-carousel .slide-item .image-box .image-shape-6 {
    position: absolute;
    top: -70px;
    right: -16px;
    border-radius: 10px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear
}

.banner-carousel .slide-item .image-box .image-shape-6 img {
    border-radius: 10px;
    animation: auto
}

.image.shape_one.visitor_progress {
    display: flex;
    justify-content: flex-start;
    background-color: var(--white-color) !important;
    max-width: 350px !important;
    height: 100% !important;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: -60px
}

.image.shape_one.visitor_progress .visitor_two {
    padding-left: 25px
}

.visitor_one h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #1E1B39
}

.visitor_one p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--text-font);
    margin-top: 10px;
    margin-bottom: 0px !important
}

.visitor_one img {
    position: absolute;
    top: 30px;
    left: 100px
}

.banner-section.banner-style-four .banner-carousel .slide-item {
    padding: 72px 0px 0px 0px
}

.banner-section.home_five {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-section.home_five .pattern-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    z-index: 99;
    background-color: #fff;
    clip-path: polygon(100% 91%, 0% 100%, 100% 100%)
}

.shape-2 {
    position: absolute;
    right: 20%
}

.image-box .image.shape_one {
    max-width: 450px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    padding: 20px;
    margin-top: -20px;
    border-radius: 20px
}

.image-box .image.shape_one img {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 0px
}

.image-box .image-shape-7 {
    position: absolute;
    top: -90px;
    right: 79px;
    border-radius: 10px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: -1
}

.image-box .image-shape-8 {
    position: absolute;
    bottom: 10%;
    left: -90px
}

.banner-section.home_five .title-text {
    color: var(--white-color)
}

.banner-section.home_five h2 {
    color: var(--white-color)
}

.banner-section.home_five p {
    color: rgba(187, 186, 187, 1)
}

.banner-section.home_five .banner-carousel .slide-item {
    position: relative;
    padding: 72px 0px 0px 0px
}

.dasboard-section {
    position: relative;
    margin-top: -462px;
    z-index: 1
}

.dasboard_progress_image {
    display: flex;
    justify-content: space-between
}

.chart_one img {
    margin-top: -5px;
    border-radius: 10px;
    background: #FFF
}

.chart_two img {
    fill: #FFF;
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.05));
    border-radius: 10px
}

.chart_three img {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05)
}

.chart_three .progress-one {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 22px 0px 22px 30px;
    margin-bottom: 40px;
    margin-top: -25px
}

.chart_three .progress-one .progress-text {
    padding-top: 60px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--text-font)
}

.chart_three .progress-one .circular-progress img {
    z-index: 1;
    border-radius: 0
}

.visitor_progress {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 20px
}

.description_title h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: rgba(30, 27, 57, 1);
    font-family: var(--title-font)
}

.description_title p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding-top: 5px
}

.description_title img {
    position: absolute;
    top: 34%;
    left: 31%
}

.visitor_progress_two {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 40px
}

.dasboard_progress_image .chart_one {
    margin-top: -20px
}

.fun-facts-section {
    position: relative;
    background: #2d2d2d;
    padding: 30px 0px 10px 0px;
    color: #fff
}

.fun-facts-section .column {
    position: relative;
    margin-bottom: 30px
}

.fun-facts-section .column .inner {
    position: relative
}

.column.count-box .content {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center
}

.column.count-box .inner .content .count-outer {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    background: var(--white-color);
    background: linear-gradient(90deg, #3db5ea 52.35%, #00548f 99.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 100px;
    height: 110px;
    text-align: center;
    line-height: 110px
}

.column.count-box .inner .content .count-outer.two {
    font-size: 60px;
    box-shadow: none;
    width: auto
}

.column.count-box .inner .content .counter-title {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
    font-family: var(--title-font)
}

.column.count-box .inner .content .counter-title .desc {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #939393;
    font-family: var(--title-font)
}

.fun-facts-section.two {
    position: relative;
    background-color: #19191A;
    padding: 50px 10px 20px 10px;
    z-index: 2
}

.fun-facts-section.two .column .counter-title {
    color: var(--white-color)
}

.fun-facts-section.two .count-outer {
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.fun-facts-section.two .column .inner {
    position: relative
}

.fun-facts-section.three .count-outer {
    font-size: 60px;
    line-height: 48px;
    background-color: inherit;
    box-shadow: none;
    width: 33%;
    height: auto
}

.fun-facts-section.three {
    padding: 100px 0px 70px 0px;
    border-top: 1px solid #E9E6ED;
    background-color: #FBF7FF
}

.fun-facts-section-four {
    position: relative;
    padding: 50px 0px 20px 0px;
    background: linear-gradient(225deg, #3db5ea 2.55%, #00548f 112.05%)
}

.column.count-box {
    margin-bottom: 30px
}

.column.count-box .inner .content .count-outer-two {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    line-height: 110px
}

.column.count-box .inner .content .counter-title-two {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-family: var(--title-font)
}

.column.count-box .inner .content .counter-title.two {
    color: var(--white-color)
}

.fun-facts-section-three {
    position: relative;
    padding-top: 150px
}

.fun-facts-section-three .column .inner {
    position: relative
}

.features-section {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 120px
}

.features-section .heading_title {
    margin-bottom: 50px
}

.features-block {
    margin-bottom: 30px
}

.features-block .inner-box {
    position: relative;
    background: var(--white-color);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 45px 95px 40px 110px;
    margin-bottom: 32px;
    margin-right: 24px;
    text-align: center;
    transition: all 500ms ease
}

.features-block .inner-box:hover {
    transform: translateY(-10px)
}

.features-block .inner-box h3 a {
    font-size: 22px;
    color: #111111;
    line-height: 32px;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.designation {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #6A6A6A;
    font-family: var(--text-font)
}

.features-block .inner-box h3 a:hover {
    color: #CB38FF
}

.features-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    background-color: var(--primary-color);
    border-radius: 50px;
    font-size: 36px;
    height: 55px;
    width: 55px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 15px
}

.features-block .inner-box .icon-box span {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500msease;
    font-size: 26px
}

.features-section.two {
    padding-bottom: 120px
}

.features-block .inner-box {
    padding: 20px 40px;
    height: 280px
}

.features-block .inner-box.two h3 {
    margin-bottom: 10px
}

.features-section.three .inner-box {
    background-color: inherit;
    box-shadow: none
}

.features-section.three {
    padding-bottom: 150px
}

.features-section.three .heading_title {
    margin-bottom: 50px
}

.features-section.three .inner-box.two {
    margin-bottom: 0px
}

.features-section.three .inner-box.two {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1)
}

.features-section.three .inner-box:hover {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.features-block .inner-box.three {
    margin-right: 0px;
    margin-bottom: 0px
}

.features-block .inner-box .icon-box img {
    display: inline-block;
    width: 40px;
    height: 40px
}

.services-section {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 122px 0
}

.service-style-one {
    position: relative;
    margin-bottom: 0px;
    text-align: left
}

.service-style-one .inner-box {
    position: relative;
    background: var(--white-color);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px 50px 40px 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.service-style-one .inner-box:hover {
    transform: translateY(-10px)
}

.service-style-one .inner-box .icon-box {
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 25px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-style-one .inner-box .icon-box .icon {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease
}

.service-style-one .inner-box .icon-box2 {
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.service-style-one .inner-box .icon-box2 .icon {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease
}

.service-style-one .inner-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
    font-family: var(--title-font)
}

.service-style-one .inner-box h3 a {
    color: #111111;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 500ms ease
}

.service-style-one .inner-box h3 a:hover {
    color: #3db5ea
}

.service-style-one .inner-box .title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px
}

.service-style-one .inner-box .title a {
    color: #111111;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 500ms ease;
    margin-top: 10px
}

.newbox {
    text-align: center;
    padding: 40px 40px 30px 40px !important;
    height: 360px
}

.service-box {
    margin: 40px 0
}

.service-style-one .inner-box .title a:hover {
    color: #3db5ea
}

.service-style-one .inner-box .desc {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.service-style-one .inner-box .text {
    position: relative;
    color: #6A6A6A;
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.service-style-one .inner-box .list {
    margin-top: 10px;
    margin-bottom: 20px
}

.service-style-one .inner-box .list .content {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px
}

.service-style-one .inner-box .list a {
    transition: all 0.3s ease
}

.service-style-one .inner-box .list a:hover {
    margin-left: 10px;
    transition: all 0.3s ease
}

.read-more {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    font-family: var(--text-font);
    padding: 8px 25px;
    border: 1px solid #E5E5E5;
    border-radius: 55px;
    transition: all 500ms ease;
    z-index: 1
}

.read-more.btn-two {
    margin-top: 20px
}

.read-more .icon {
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600
}

.read-more:hover {
    color: var(--white-color)
}

.read-more:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    color: var(--white-color);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.read-more:hover:before {
    width: 100%
}

.services-section .sec-title {
    margin-bottom: 50px
}

.services-section .heading_title {
    margin-bottom: 40px
}

.service-style-one .inner-box.service-four .read-more.btn-two {
    margin-top: 0px;
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    color: var(--white-color)
}

.service-style-two .inner-box .icon-box {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 73px;
    font-size: 35px;
    text-align: center;
    background-color: var(--white-color);
    border: 3px solid var(--white-color)
}

.service-style-two .inner-box .icon-box .icon {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease
}

.service-style-two .inner-box .icon-box2 {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 73px;
    font-size: 35px;
    text-align: center;
    background-color: var(--white-color);
    border: 3px solid var(--white-color)
}

.service-style-two .inner-box .icon-box2 .icon {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease
}

.service-style-two .inner-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    font-family: var(--title-font)
}

.service-style-two .inner-box h3 a {
    color: #111111;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.service-style-two .inner-box h3 a:hover {
    color: #3db5ea
}

.service-style-two .inner-box .text {
    position: relative;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px
}

.services-section.two .service-style-two {
    text-align: left
}

.service-style-two .discription-text {
    padding-left: 110px;
    padding-right: 40px
}

.customer-service {
    padding-top: 150px;
    padding-bottom: 150px
}

.title-content .list-item {
    display: flex
}

.title-content .list-item .list-two {
    padding-left: 100px
}

.single-progress-box .box .progress {
    position: relative;
    display: inline-table;
    text-align: center;
    margin-bottom: 35px;
    background: transparent;
    box-shadow: none
}

.single-progress-box .box .progress .barOverflow {
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 102px
}

.single-progress-box .box .progress .barOverflow .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 15px solid rgba(104, 47, 255, 0.2);
    border-bottom-color: var(--theme-color);
    border-right-color: var(--theme-color)
}

.single-progress-box .persent {
    color: #000;
    text-align: center;
    font-family: var(--text-font);
    font-size: 23.318px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.16px;
    margin-top: -20px
}

.single-progress-box .box .piechart span {
    position: absolute;
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #141417;
    text-align: center
}

.single-progress-box .box .piechart span:after {
    color: #141417;
    content: "%";
    font-size: 22px
}

.single-progress-box .box .piechart {
    position: relative
}

.single-progress-box {
    display: block;
    position: absolute;
    right: -25px;
    bottom: -95px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 24px 24px
}

.single-progress-box .box h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--text-font);
    color: rgba(19, 19, 19, 1);
    margin-bottom: 22px;
    text-align: center;
    display: block
}

.single-progress-box .box .small-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center
}

.single-progress-box .box .small-title a {
    color: rgba(104, 47, 255, 1)
}

.single-progress-box .box .small-title a i {
    padding-left: 5px;
    font-size: 10px
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.services-section.three .heading_title {
    color: var(--white-color)
}

.services-section.three .subtitle {
    color: var(--white-color)
}

.services-section.three .description {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--white-color) 70
}

.services-section-four {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 120px 0
}

.services-section-four .sec-title {
    padding-bottom: 25px
}

.services-section-four .sec-title .text {
    color: #111111;
    padding-top: 30px;
    margin-bottom: 0px
}

.service-style-one .inner-box.service-four {
    padding: 40px 30px
}

.customer_bottom-image {
    position: absolute;
    display: inline-block;
    top: 30%;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.customer_top-image {
    margin-left: 120px
}

.customer_top-image:before {
    position: absolute;
    top: 0;
    left: -55%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.customer_top-image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.customer_top-image img {
    border-radius: 10px
}

.business-impact-img .image_one:before {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.business-impact-img .image_one:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.progress_bar_two {
    display: flex;
    position: absolute;
    top: 58%;
    left: 60px;
    background-color: var(--white-color);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 10px;
    width: 330px;
    justify-content: space-between
}

.progress_bar_two .visitor_one img {
    position: absolute;
    top: 50px;
    left: 117px
}

.business-impact {
    margin-bottom: 100px
}

.business-impact.two {
    padding-bottom: 80px
}

.business-title-content {
    padding-left: 55px
}

.business-impact-img {
    position: relative
}

.business-impact-img .image_one img {
    border-radius: 10px
}

.business-impact-img .image_two {
    position: absolute;
    top: -90px;
    right: 75px;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.business-impact-img .image_three {
    position: absolute;
    bottom: -100px;
    right: 36px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1
}

.business-impact-img .image_three img {
    border-radius: 10px
}

.business-impact-img .image_four {
    position: absolute;
    bottom: -130px;
    right: 36px;
    z-index: 1
}

.service-details {
    position: relative;
    padding: 150px 0px 150px
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 35px
}

.service-details-content {
    position: relative;
    display: block
}

.service-details-content .image-box {
    position: relative;
    display: block;
    border-radius: 10px
}

.service-details-content .image-box img {
    width: 100%;
    border-radius: 10px
}

.service-details-content .content-one .image-box {
    margin-bottom: 65px
}

.service-details-content p {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: var(--title-color);
    margin-bottom: 26px
}

.service-details-content p:last-child {
    margin-bottom: 0px
}

.service-details-content .content-one .text-box {
    margin-bottom: 61px
}

.service-details-content h2 {
    display: block;
    font-family: "Outfit";
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--title-color);
    margin-bottom: 15px
}

.service-details-content .content-one .inner-box .single-item {
    position: relative;
    display: block;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 32px 30px 38px 140px
}

.service-details-content .content-one .inner-box .single-item .icon-box {
    position: absolute;
    left: 30px;
    top: 30px;
    display: inline-block;
    font-size: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-bottom: 25px
}

.service-details-content .content-one .inner-box .single-item .icon-box i {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.service-details-content .content-one .inner-box .single-item .icon-box2 {
    position: absolute;
    left: 30px;
    top: 30px;
    display: inline-block;
    font-size: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-bottom: 25px
}

.service-details-content .content-one .inner-box .single-item .icon-box2 i {
    background: linear-gradient(270deg, #3db5ea 0%, #00548f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.service-details-content .content-one .inner-box .single-item h3 {
    display: block;
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--title-color);
    margin-bottom: 16px
}

.service-details-content h3 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 18px
}

.service-details-content .content-three .accordion-inner h3 {
    margin-bottom: 36px
}

.service-sidebar.default-sidebar {
    margin-right: 40px
}

.default-sidebar .sidebar-widget .widget-title h3 {
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 20px
}

.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 12px
}

.default-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 10px
}

.default-sidebar .category-widget .category-list.blog-page li:last-child {
    border-bottom: 0
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: var(--title-color);
    border-radius: 5px
}

.default-sidebar .category-widget .category-list li a.current, .default-sidebar .category-widget .category-list li a:hover {
    color: #3db5ea
}

.default-sidebar .category-widget .category-list li a span {
    position: relative;
    transition: all 500ms ease
}

.default-sidebar .category-widget .category-list li a span:before {
    position: absolute;
    content: "\e925";
    font-family: 'icomoon';
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    right: -118px;
    top: 0px;
    color: rgba(0, 0, 0, 1);
    transition: all 500ms ease
}

.default-sidebar .category-widget .category-list li a.current span:before, .default-sidebar .category-widget .category-list li a:hover span:before {
    opacity: 1
}

.default-sidebar .category-widget .category-list.blog-page li a.current span:before, .default-sidebar .category-widget .category-list.blog-page li a:hover span:before {
    opacity: 0
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px
}

.default-sidebar .widget-title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

.service-sidebar .question-widget .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.service-sidebar .question-widget .form-inner .form-group:last-child {
    margin-bottom: 0px
}

.service-details-content .content-one .inner-box .single-item p {
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: var(--text-color)
}

.service-details-content .content-two {
    margin-top: 70px
}

.content-three .text-box h3 {
    display: block;
    font-family: "Outfit";
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--title-color);
    margin-bottom: 15px
}

.image-inner .inner-box .video-btn a {
    position: absolute;
    top: 42%;
    left: 48%;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 106px;
    text-align: center;
    font-size: 32px;
    color: #000000;
    border-radius: 50%;
    background: var(--white-color)
}

.image-inner .inner-box .video-btn a .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0
}

.image-inner .inner-box .video-btn a .border-animation.border-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.image-inner .inner-box .video-btn a .border-animation.border-3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.service-details-content .content-two .image-inner {
    position: relative;
    padding-top: 78px;
    padding-bottom: 70px
}

.clint_receive_list {
    display: flex;
    justify-content: space-between;
    padding-top: 22px
}

.clint_receive_list li span {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1);
    padding-left: 50px
}

.clint_receive_list li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--text-font)
}

.clint_receive_list li i {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    padding: 10px 8px;
    background-color: rgba(248, 241, 255, 1);
    border-radius: 50%;
    color: #0995d3
}