@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,600;0,700;1,400&amp;display=swap");

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
  *:before,
  *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
  a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
  blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
  img {
        page-break-inside: avoid;
    }

    p,
  h2,
  h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
  h3 {
        page-break-after: avoid;
    }
}

html {
    font-size: 20px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #3b3671;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Josefin Sans", sans-serif;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #1a1367;
    font-family: "Josefin Sans", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #1a1367;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #ee4730;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: -4px;
}

@media (min-width: 576px) {
    h2 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -5px;
    }
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -2px;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
    margin-top: -10px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #ee4730;
}

p a:hover {
    color: #ee4730;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
        font-weight: 700;
    }

    h2 {
        font-size: 80px;
        line-height: 90px;
        margin-top: -6px;
        font-weight: 700;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -2px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -2px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

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

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #bccaea;
    outline: none;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #3b3671;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #7859da;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #4a3aff;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.social-icons, .header-section .header-wrapper, .client-item, .newsletter-form, .loader-frame {
    display: flex;
    flex-wrap: wrap;
}

.process-item .process-bottom .plus-icon::after, .process-item .process-bottom .plus-icon::before, .loader-frame {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 130px;
    }

    .padding-bottom {
        padding-bottom: 130px;
    }

    .pb-lg-395 {
        padding-bottom: 395px;
    }
}

@media (min-width: 1200px) {
    .pt-xl-150 {
        padding-top: 150px;
    }

    .pb-xl-150 {
        padding-bottom: 150px;
    }

    .pt-xl-175 {
        padding-top: 175px;
    }

    .pt-xl-210 {
        padding-top: 210px;
    }
}

.pr {
    position: relative;
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px;
}

.oh {
    overflow: hidden;
}

/*Section-Header Starts Here*/
.section-bg {
    background: #f2f5ff;
}

.body-bg {
    background: #ffffff;
}

.theme-bg {
    background: #ee4730;
}

.theme-one {
    background: #7859da;
}

.theme-two {
    background: #05c3de;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.ratings span {
    color: #ffcc00;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.pos-rel {
    position: relative;
}

.pos-rel .container {
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header.left-style {
    text-align: left;
}

.section-header p {
    margin-top: 10px;
    color: #3b3671;
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 60px;
    }

    .section-header p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section-header .title {
        font-size: 36px;
        font-weight: 700;
    }
}

@media (max-width: 575px) {
    .section-header .title {
        font-size: 30px;
    }
}

/*Footer Section*/
.footer-section {
    background: -moz-linear-gradient(0deg, #9450fb 0%, #4a3aff 100%);
    background: -webkit-linear-gradient(0deg, #9450fb 0%, #4a3aff 100%);
    background: -ms-linear-gradient(0deg, #9450fb 0%, #4a3aff 100%);
    position: relative;
    overflow: hidden;
}

.footer-wrapper {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 0;
}

.footer-wrapper .title, .footer-wrapper p {
    color: #ffffff;
}

.footer-wrapper .title {
    margin-bottom: 15px;
}

.footer-wrapper p {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .footer-wrapper {
        padding: 120px 0;
        font-size: 20px;
        line-height: 30px;
    }

    .footer-wrapper p {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .footer-wrapper {
        padding: 275px 0 235px;
    }
}

.social-icons {
    justify-content: space-between;
    max-width: 410px;
    margin: -10px auto -10px;
}

.social-icons li {
    max-width: calc(100% / 3);
    padding: 10px;
}

.social-icons li a {
    max-width: 100px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.social-icons li a img {
    width: 100%;
}

.footer-bottom {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0 !important;
    color: #ffffff;
}

.bottom-left-shape {
    position: absolute;
    bottom: 108px;
    right: calc(50% + 480px);
}

.bottom-left-shape img {
    animation: up_down 5s linear infinite;
    -webkit-animation: up_down 5s linear infinite;
    -moz-animation: up_down 5s linear infinite;
    animation-delay: 2.5s;
}

.bottom-right-shape {
    position: absolute;
    bottom: 108px;
    left: calc(50% + 280px);
}

.bottom-right-shape img {
    animation: up_down 5s linear infinite;
    -webkit-animation: up_down 5s linear infinite;
    -moz-animation: up_down 5s linear infinite;
}

.footer-shape {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1420px;
    width: 100%;
}

.footer-shape img {
    width: 100%;
}

/*Header Section Starts Here*/
.header-section {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 15px 0;
}

.header-section .header-wrapper {
    justify-content: space-between;
    align-items: center;
}

.header-section .header-wrapper .logo {
    width: 225px;
}

.header-section .header-wrapper .logo a {
    display: block;
}

.header-section .header-wrapper .logo a img {
    width: 100%;
}

@media (max-width: 991px) {
    .header-section .header-wrapper .logo {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .header-section .header-wrapper .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 20px;
    }

    .header-section .header-wrapper .menu li {
        padding: 5px;
        position: relative;
    }

    .header-section .header-wrapper .menu li a {
        font-weight: 600;
        text-transform: uppercase;
        color: #1a1367;
        padding: 7px 25px;
        font-size: 18px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .header-section .header-wrapper .menu li a {
        padding: 7px 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-section .header-wrapper .menu {
        margin: 0 auto;
    }

    .header-section .header-wrapper .menu li {
        padding: 0;
    }

    .header-section .header-wrapper .menu li a {
        font-size: 16px;
        padding: 7px 18px;
    }
}

@media (max-width: 767px) {
    .header-section .header-wrapper .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 130px);
        z-index: 9;
        background-color: #ffffff;
        overflow-y: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
    }

    .header-section .header-wrapper .menu li {
        width: 100%;
        padding: 0;
    }

    .header-section .header-wrapper .menu li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(26, 19, 103, 0.1);
        font-weight: 500;
        text-transform: capitalize;
        justify-content: space-between;
        color: #1a1367;
    }

    .header-section .header-wrapper .menu li a:hover {
        background: rgba(26, 19, 103, 0.98);
        color: #ffffff;
    }

    .header-section .header-wrapper .menu li a.header-button {
        display: inline-flex;
        padding: 10px 50px;
        background: -moz-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        background: -webkit-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        background: -ms-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
        border: none;
        color: #ffffff;
        margin: 5px;
    }

    .header-section .header-wrapper .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-section .header-wrapper .header-button {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 36px 11px;
    color: #ffffff;
    background: -webkit-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-left: 22px;
}

.header-section .header-wrapper .header-button:hover {
    background: #ffffff;
    color: #ee4730;
}

@media (max-width: 991px) {
    .header-section .header-wrapper .header-button {
        padding: 9px 25px 7px;
        font-size: 16px;
        margin-left: 12px;
    }
}

.header-section.active {
    background: #ffffff;
    top: 0;
    box-shadow: 0 0 5px rgba(26, 19, 103, 0.1);
}

.menu-item-has-children > a::after {
    content: "\f0d7";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    line-height: 1;
}

/*Header Bar Starts*/
.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-left: auto;
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #1a1367;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

/*Banner Section CSS*/
.banner-section {
    padding: 230px 0 395px;
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: url(img/banner-before.png) no-repeat center center;
    background-size: cover;
}

.banner-section .container {
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .banner-section {
        padding: 160px 0 190px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 160px 0 120px;
    }
}

.banner-bottom-shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-content {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
}

.banner-content .cate {
    color: #4a3aff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 18px;
}

.banner-content p {
    max-width: 860px;
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 35px;
}

.banner-content .title {
    margin-bottom: 14px;
}

@media (min-width: 1200px) {
    .banner-content .title {
        font-size: 90px;
        line-height: 110px;
    }
}

@media (max-width: 991px) {
    .banner-content .title {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner-content .cate, .banner-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-content .title {
        font-weight: 700;
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .banner-content .cate, .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-content .cate {
        margin-bottom: 10px;
    }

    .banner-content .title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .banner-content p {
        margin-bottom: 25px;
    }
}

.ball-1,
.ball-2,
.ball-3,
.ball-4,
.ball-5,
.ball-6 {
    position: absolute;
}

@media (max-width: 991px) {
    .ball-1,
    .ball-2,
    .ball-3,
    .ball-4,
    .ball-5,
    .ball-6 {
        display: none;
    }
}

.ball-1 {
    left: calc(50% - 68px);
    bottom: 200px;
    animation: ball 5s alternate infinite;
    -webkit-animation: ball 5s alternate infinite;
    -moz-animation: ball 5s alternate infinite;
}

.ball-2 {
    left: calc(50% + 110px);
    bottom: 250px;
    animation: ball 3s alternate infinite;
    -webkit-animation: ball 3s alternate infinite;
    -moz-animation: ball 3s alternate infinite;
}

.ball-3 {
    left: calc(50% + 450px);
    bottom: 650px;
    animation: ball 7s alternate infinite;
    -webkit-animation: ball 7s alternate infinite;
    -moz-animation: ball 7s alternate infinite;
}

.ball-4 {
    right: calc(50% + 450px);
    bottom: 650px;
    animation: ball 11s alternate infinite;
    -webkit-animation: ball 11s alternate infinite;
    -moz-animation: ball 11s alternate infinite;
}

.ball-6 {
    right: calc(50% + 110px);
    bottom: 350px;
    animation: ball 8s alternate infinite;
    -webkit-animation: ball 8s alternate infinite;
    -moz-animation: ball 8s alternate infinite;
}

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

    30% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

div[class*="b-elem"] {
    position: absolute;
}

.tup_kore {
    animation: tup_kore 1s;
    opacity: 1;
}

.tup_kore.animated {
    opacity: 0;
}

.tup_kore_2 {
    animation: tup_kore_2 1s;
    opacity: 1;
}

.tup_kore_2.animated {
    opacity: 0;
}

.b-elem-1 {
    bottom: 225px;
    right: calc(50% + 455px);
}

.b-elem-2 {
    bottom: 695px;
    right: calc(50% + 670px);
}

.b-elem-3 {
    bottom: 580px;
    right: calc(50% + 825px);
}

.b-elem-4 {
    bottom: 485px;
    right: calc(50% + 530px);
}

.b-elem-5 {
    bottom: 430px;
    right: calc(50% + 680px);
}

.b-elem-6 {
    bottom: 280px;
    right: calc(50% + 555px);
}

.b-elem-7 {
    top: 115px;
    left: calc(50% + 725px);
}

.b-elem-8 {
    top: 825px;
    left: calc(50% + 545px);
}

.b-elem-9 {
    top: 775px;
    left: calc(50% + 475px);
}

.b-elem-10 {
    top: 713px;
    left: calc(50% + 632px);
}

.b-elem-11 {
    top: 685px;
    left: calc(50% + 701px);
}

.b-elem-12 {
    top: 422px;
    left: calc(50% + 538px);
}

.b-elem-12 img {
    animation: up_down 6s linear infinite;
}

.b-elem-13 {
    top: 490px;
    left: calc(50% + 440px);
}

.b-elem-14 {
    top: 195px;
    left: calc(50% + 378px);
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up_down {
    0% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/*Counter Wrapper*/
.counter-wrapper {
    text-align: center;
}

.counter-wrapper .subtitle {
    text-transform: capitalize;
    font-weight: 700;
}

.counter-wrapper .title {
    text-transform: capitalize;
    margin: 0;
    margin: 40px 0 46px;
    line-height: 1;
    position: relative;
}

.counter-wrapper .title span {
    background: -webkit-linear-gradient(0deg, #d233f8 44%, #4a3aff 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    text-shadow: 2.781px 8.56px 10px rgba(146, 136, 255, 0.78);
}

.counter-wrapper .title::before {
    content: attr(data-bg);
    font-size: 180px;
    letter-spacing: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px #afaec7;
    color: transparent;
    z-index: -1;
}

@media (max-width: 767px) {
    .counter-wrapper .title {
        margin: 10px 0 20px;
    }

    .counter-wrapper .title::before {
        font-size: 100px;
        letter-spacing: 5px;
    }

    .counter-wrapper .title span {
        font-size: 70px;
    }
}

/*Client Section*/
.client-header {
    text-align: center;
    padding: 80px 0 120px;
}

.client-header .title, .client-header p {
    color: #ffffff;
}

.client-header .title {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .client-header {
        padding: 100px 0 150px;
    }
}

@media (min-width: 992px) {
    .client-header {
        padding: 200px 0 190px;
    }
}

.client-section-header {
    position: relative;
}

.client-section-header .bg_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: calc(100% - 500px);
    right: calc(50% - 360px);
}

.client-item {
    margin-bottom: 60px;
    justify-content: space-between;
}

.client-item .client-thumb {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 12px 35px 0px rgba(36, 30, 103, 0.49);
}

.client-item .client-thumb .thumb {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.client-item .client-thumb img {
    width: 100%;
}

.client-item .client-content {
    width: calc(100% - 200px);
    padding: 45px 40px 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 95px 0px rgba(36, 30, 103, 0.49);
}

.client-item .client-content .title {
    color: #5540fe;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .client-item .client-content p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .client-item {
        margin-bottom: 30px;
    }

    .client-item .client-content {
        width: calc(100% - 130px);
    }

    .client-item .client-thumb {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 499px) {
    .client-item .client-content {
        width: 100%;
        text-align: center;
        padding: 30px 15px;
    }

    .client-item .client-thumb {
        margin: 0 auto 20px;
    }
}

div[class*="col"]:last-child .client-item {
    margin-bottom: 0;
}

.mt--70 {
    margin-top: -70px;
}

.newsletter-wrapper {
    text-align: center;
}

.newsletter-wrapper .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 35px;
}

.newsletter-wrapper .bottom-text {
    margin: 10px auto 0;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
    text-shadow: 0px 3px 1px rgba(36, 30, 103, 0.3);
}

@media (max-width: 991px) {
    .newsletter-wrapper .title {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .newsletter-wrapper .bottom-text {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper .title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .newsletter-wrapper .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.newsletter-form {
    max-width: 580px;
    justify-content: center;
    margin: 0 auto;
}

.nform-group {
    padding: 15px;
    margin: 0;
}

.nform-group.button-group {
    width: 230px;
}

.nform-group.input-group {
    width: calc(100% - 230px);
    position: relative;
}

.nform-group.input-group label {
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nform-group input {
    border: 1px solid #5540fe;
    background-color: #ebeefc;
    box-shadow: 0px 13px 13px 0px rgba(36, 30, 103, 0.65);
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 30px 0 65px;
    width: 100%;
}

.nform-group .custom-button {
    padding-bottom: 0;
    padding-top: 4px;
    height: 50px;
    border: none;
    text-align: center;
    width: unset;
    min-width: 200px;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 575px) {
    .nform-group {
        width: 100% !important;
    }

    .bottom-text {
        margin-top: 15px;
    }
}

.newsletter-shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
}

.halka_gradient {
    position: relative;
    overflow: hidden;
}

.halka_gradient::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: url(img/newsletter-before.png) no-repeat top center;
    background-size: cover;
}

.halka_gradient .container {
    position: relative;
    z-index: 1;
}

.text-pink {
    color: #f4009d;
}

.process-item {
    position: relative;
    margin-bottom: 45px;
}

.process-item .process-thumb {
    max-width: 300px;
    margin: 0 auto 45px;
}

.process-item .process-thumb img {
    width: 100%;
}

.process-item .process-bottom {
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.process-item .process-bottom .abs-title {
    color: transparent;
    -webkit-text-stroke: rgba(26, 19, 103, 0.2) 1px;
    line-height: 1;
    font-size: 52px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
}

.process-item .process-bottom .plus-icon {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    background: -webkit-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    background: -ms-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    box-shadow: 3.708px 11.413px 13px 0px rgba(75, 66, 174, 0.36);
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.process-item .process-bottom .plus-icon::after, .process-item .process-bottom .plus-icon::before {
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.process-item .process-bottom .plus-icon::after {
    width: 20px;
    height: 2px;
}

.process-item .process-bottom .plus-icon::before {
    width: 2px;
    height: 20px;
}

.process-item .process-bottom .plus-icon.active::before {
    height: 0;
}

.process-item .process-bottom .title {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .process-item .process-bottom .process-thumb {
        margin-bottom: 35px;
    }

    .process-item .process-bottom .title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .process-item .process-bottom .abs-title {
        font-size: 40px;
    }
}

.process-item .process-content {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 57px 0px rgba(62, 54, 152, 0.2);
    font-size: 18px;
    color: #3b3671;
    padding: 60px 40px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 65px;
    z-index: 9;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
}

.process-item .process-content p {
    margin-bottom: 38px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .process-item .process-content {
        padding: 40px 30px;
    }

    .process-item .process-content p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    .process-item .process-content {
        padding: 40px 30px;
    }

    .process-item .process-content p {
        margin-bottom: 25px;
    }
}

.process-item.active .process-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.pro-button {
    padding: 3px 60px 0 30px;
    line-height: 47px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: -moz-linear-gradient(0deg, #4a3aff 0%, #7550fb 100%);
    background: -webkit-linear-gradient(0deg, #4a3aff 0%, #7550fb 100%);
    background: -ms-linear-gradient(0deg, #4a3aff 0%, #7550fb 100%);
    color: #ffffff;
    position: relative;
}

.pro-button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    font-size: 14px;
}

.pro-button:hover {
    color: #ffffff;
}

.mb--45 {
    margin-bottom: -45px;
}

.feature-item {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: -7.19px 3.507px 207px 0px rgba(140, 138, 220, 0.57);
    padding: 60px 15px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .feature-item {
        padding: 60px 10px;
    }
}

.feature-item .title {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}

.feature-item .feature-thumb {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .feature-item {
        padding: 40px 15px;
    }
}

@media (min-width: 768px) {
    .feature-item .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .feature-item p {
        font-size: 18px;
    }
}

.feature-bottom-content {
    font-size: 18px;
    color: #1a1367;
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.feature-bottom-content p {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .feature-bottom-content p {
        margin-bottom: 40px;
    }
}

.feature-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -160px;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 45px;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #ee4730;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.custom-button {
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 19px 35px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    background-image: -moz-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    background-image: -webkit-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    background-image: -ms-linear-gradient(0deg, #4a3aff 0%, #d233f8 100%);
    box-shadow: 3.708px 11.413px 13px 0px rgba(75, 66, 174, 0.36);
}

.custom-button:hover {
    color: #ffffff;
}

@media (max-width: 575px) {
    .custom-button {
        padding: 15px 30px 10px;
        font-size: 16px;
    }
}

.preloader {
    width: 100%;
    height: 100%;
    background: #070340;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.preloader .logo {
    width: 40px;
    margin: 0 auto;
}

.preloader .logo img {
    width: 100%;
}

.preloader h6 {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.preloader .hello {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.preloader .wellcome {
    text-transform: uppercase;
}

.preloader .wellcome span {
    display: block;
    color: #ee4730;
}

.loader-frame {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.loader1 {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    animation: clockwisespin 5s linear infinite;
}

@keyframes clockwisespin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
