@charset "UTF-8";


html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #4B4B4B;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

a {
    display: inline-block;
}

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

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}

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

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

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

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

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



/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

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

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

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

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

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

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

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pb-130 {
    padding-bottom: 130px !important;
}

@media only screen and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px !important;
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 80px 0;
    }
}

.ptb-130 {
    padding: 120px 0 130px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-130 {
        padding: 80px 0 80px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

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

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

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

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

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

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

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

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #9DBAFE;
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #ea5455;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163A;
}

.bg--base {
    background-color: #683e88 !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: #9DBAFE;
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163A;
}

.text--base {
    color: #683e88 !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid #9DBAFE;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #000000 !important;
}

.bg--gray {
    background-color: #F8F9FF;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.dark {
    background-color: #19232D;
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #F8F9FF;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #F8F9FF;
}

*::-webkit-scrollbar-button {
    background-color: #683e88;
}

*::-webkit-scrollbar-thumb {
    background-color: #683e88;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    background-color: #683e88;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-5000%);
    transform: translateY(-5000%);
}

.scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media only screen and (max-width: 1270px) {
    .scrollToTop.active {
        bottom: 80px;
    }
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.custom-table {
    width: 100%;
    border-radius: 10px;
    background-color: #000000;
    overflow: hidden;
    z-index: 9;
}

.custom-table thead {
    z-index: 9;
}

.custom-table thead tr {
    background: #683e88;
    position: relative;
    z-index: 9;
}

.custom-table thead tr th {
    border: none;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    padding: 30px 45px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .custom-table thead tr th {
        padding: 30px 20px;
    }
}

.custom-table thead tr th::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
}

.custom-table thead tr th:first-child {
    text-align: left;
    border-radius: 10px 0 0 0;
}

.custom-table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}

.custom-table thead tr th:last-child::after {
    display: none;
}

.custom-table tbody tr {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.custom-table tbody tr td {
    border: none;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 15px 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .custom-table tbody tr td {
        padding: 15px 20px;
    }
}

.custom-table tbody tr td::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #683e88;
    -webkit-box-shadow: 0 10px 20px rgba(50, 73, 179, 0.24);
    box-shadow: 0 10px 20px rgba(50, 73, 179, 0.24);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.custom-table tbody tr td:hover::after,
.custom-table tbody tr td.active::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-table tbody tr td:hover span,
.custom-table tbody tr td.active span {
    color: #fff;
}

.custom-table tbody tr td:first-child {
    text-align: left;
}

.custom-table tbody tr td:first-child::after {
    display: none;
}

.custom-table tbody tr td span {
    color: #818181;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.custom-table tbody tr td .dot {
    position: relative;
}

.custom-table tbody tr td .dot::before {
    position: absolute;
    content: "";
    top: -18px;
    left: -47px;
    width: 5px;
    height: 5px;
    background-color: #683e88;
    border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
    .custom-table tbody tr td .dot {
        display: none;
    }
}

.custom-table tbody tr .blank-data::after {
    display: none;
}

.custom-table tbody tr .blank-data .dot::before {
    top: -43px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #683e88;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background-color: #683e88;
    position: relative;
}



/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #9DBAFE;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .nav-tabs {
        display: block;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 40px;
        border-bottom: 1px solid #E2E2E2;
    }
}

.nav-tabs .nav-link {
    position: relative;
    padding: 0;
    border: none;
    font-weight: 700;
    border-radius: 0;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-tabs .nav-link {
        width: 100%;
    }
}

.nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    bottom: -33px;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #9DBAFE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .nav-tabs .nav-link::before {
        display: none;
    }
}

.nav-tabs .nav-link:hover {
    color: #683e88;
}

.nav-tabs .nav-link:hover::before {
    width: 100%;
}

.nav-tabs .nav-link.active {
    color: #683e88;
}

.nav-tabs .nav-link.active::before {
    width: 100%;
}

.nav-tabs .nav-link:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #9DBAFE;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-tabs .nav-link:not(:last-child) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E2E2E2;
    }
}

.nav-tabs .nav-link:not(:last-child):hover::before {
    width: calc(100% - 30px);
}

.nav-tabs .nav-link:not(:last-child).active::before {
    width: calc(100% - 30px);
}

@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

.cursor {
    position: fixed;
    background-color: #683e88;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    border: 1px solid #683e88;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}

.cursor-follower.active {
    opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.cursor-follower.hovered {
    opacity: 1;
}

#lightcase-overlay {
    background: #3b3c5e;
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.5);
        -o-box-shadow: 0 0 30px rgba(50, 73, 179, 0.5);
        box-shadow: 0 0 30px rgba(50, 73, 179, 0.5);
        background: transparent;
    }
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: #1C1C1C;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 55px;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .section-header-wrapper {
        margin-bottom: 30px;
    }
}

.section-header-wrapper .section-header {
    margin-bottom: 0;
    width: 70%;
}

@media only screen and (max-width: 1199px) {
    .section-header-wrapper .section-header {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .section-header-wrapper .section-header {
        width: 100%;
        margin-bottom: 20px;
    }
}

.sub-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #683e88;
    padding-right: 20px
}

@media only screen and (max-width: 575px) {
    .sub-title {
        font-size: 12px;
    }
}

.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header.white .section-title {
    color: #fff;
}

.section-header.white p {
    color: #fff;
}

.section-header.left {
    margin-bottom: 30px;
}

.section-header .section-title {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-top: -8px;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .section-header .section-title {
        margin-top: -5px;
    }
}

.section-header .section-title span {
    color: #683e88;
}

.section-header .section-title.two {
    text-transform: unset;
}

.section-header p {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
    color: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163A;
}

.badge--primary {
    background-color: #7367f0;
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163A;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.badge {
    font-weight: 600;
    border-radius: 999px;
    padding: 5px 20px 7px 20px;
    font-size: 11px;
}

.btn--base {
    position: relative;
    background: #683e88;
    border: 1px solid #683e88;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn--base.active {
    background: transparent;
    border: 1px solid #683e88;
    color: #683e88;
}

.btn--base.active::before {
    background: #683e88;
}

.btn--base.active:hover {
    color: #fff;
}

.btn--base.subscribe {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    border-radius: 6px;
}

.btn--base.subscribe::before {
    background: #683e88;
}

.btn--base.subscribe:hover {
    color: #fff;
    border: 1px solid #683e88;
}

.btn--base:focus,
.btn--base:hover {
    color: #683e88;
}

.btn--base:focus::before,
.btn--base:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.custom-btn {
    color: #683e88;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-btn.two {
    color: #9DBAFE;
}

.custom-btn.two:hover {
    color: #9DBAFE;
}

.custom-btn i {
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-btn:hover {
    color: #683e88;
}

.custom-btn:hover i {
    padding-left: 5px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #1C1C1C;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #1C1C1C;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #1C1C1C;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #1C1C1C;
}

input::placeholder,
textarea::placeholder {
    color: #1C1C1C;
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
}

input,
select,
textarea {
    border: 1px solid #E2E2E2;
    vertical-align: baseline;
    font-size: 100%;
    color: #1C1C1C;
}

label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    color: #1C1C1C;
}

.nice-select {}

.nice-select::after {
    right: 20px;
}

.nice-select:focus::after {
    border-bottom: 2px solid #1C1C1C;
    border-right: 2px solid #1C1C1C;
}

.nice-select:focus .current {
    color: #1C1C1C;
}

.nice-select:hover {
    border-color: #676767;
}

.nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    min-height: 50px;
    max-height: 200px;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: unset;
    min-height: 50px;
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
}

.nice-select .option.selected.focus {
    color: #1C1C1C !important;
}

.nice-select.open .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 700;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    color: #1C1C1C;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option.disabled:after {
    border-color: #cccccc;
}

.nice-select .option:hover {
    background-color: #683e88;
    color: #fff;
}

.nice-select .current {
    display: block;
    color: #fff;
}

.input-group {
    margin-bottom: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.input-group input {
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(107, 124, 147, 0.15);
    color: #6b7c93;
    height: 45px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(50, 73, 179, 0.2);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #E2E2E2;
    border-right: none;
    background-color: #fff;
}

.input-group-text {
    border: none;
    font-size: 14px;
    background: #EFF0F0;
    color: #1C1C1C;
    height: 45px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}

.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-group input:checked + label::before {
    background-color: #683e88;
    border: 1px solid #683e88;
}

.custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-check-group label {
    position: relative;
    cursor: pointer;
}

.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: 1px solid #E2E2E2;
    font-size: 14px;
    height: 50px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}

.form--control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
    color: #C9C9C9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    width: 100%;
}

.form--control:focus {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #C9C9C9;
}

.form--control:focus::-webkit-input-placeholder {
    color: #C9C9C9;
}

.form--control:focus::-moz-placeholder {
    color: #C9C9C9;
}

.form--control:focus:-ms-input-placeholder {
    color: #C9C9C9;
}

.form--control:focus::-ms-input-placeholder {
    color: #C9C9C9;
}

.form--control:focus::placeholder {
    color: #C9C9C9;
}

.form--control::-webkit-input-placeholder {
    color: #C9C9C9;
}

.form--control::-moz-placeholder {
    color: #C9C9C9;
}

.form--control:-ms-input-placeholder {
    color: #C9C9C9;
}

.form--control::-ms-input-placeholder {
    color: #C9C9C9;
}

.form--control::placeholder {
    color: #C9C9C9;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(335deg, #683e88 15%, rgba(25, 25, 25, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-base > div {
    position: relative;
    z-index: 2;
}

.bg-overlay-black {
    position: relative;
}

.bg-overlay-black:after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-black > div {
    position: relative;
    z-index: 2;
}

.bg-overlay-red {
    position: relative;
}

.bg-overlay-red:after {
    content: "";
    position: absolute;
    background-color: #683e88;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.bg-overlay-red > div {
    position: relative;
    z-index: 2;
}

.bg-overlay-white {
    position: relative;
}

.bg-overlay-white:after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-white > div {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@-webkit-keyframes scroll-ver {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes scroll-ver {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes scale {
    0% {
        left: -800px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        left: -800px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

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

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

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

@keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

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

@-webkit-keyframes video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7);
        box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 rgba(50, 73, 179, 0);
    }
}

@keyframes video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7);
        box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 50px rgba(50, 73, 179, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 rgba(50, 73, 179, 0);
        box-shadow: 0 0 0 rgba(50, 73, 179, 0);
    }
}

@-webkit-keyframes horizontal-move {
    0% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    50% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    100% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }
}

@keyframes horizontal-move {
    0% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    50% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    100% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }
}

@-webkit-keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

@-webkit-keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

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

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

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

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        right: -80%;
    }

    100% {
        right: 100%;
    }
}

@keyframes bouncing-text {
    0% {
        right: -80%;
    }

    100% {
        right: 100%;
    }
}

@keyframes rotatebox {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@-webkit-keyframes rotatebox {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@-webkit-keyframes nama_utha {
    0% {
        bottom: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@keyframes nama_utha {
    0% {
        bottom: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@-webkit-keyframes utha_nama {
    0% {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

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

@keyframes utha_nama {
    0% {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

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

@-webkit-keyframes choose-hexagon-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes choose-hexagon-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-webkit-keyframes choose-hexagon-2 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@keyframes choose-hexagon-2 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

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

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

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

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.drawing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    background-color: #683e88;
    z-index: 9999;
}

.loading-dot {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #F8D458;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    -webkit-animation: load 3s infinite linear;
    animation: load 3s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translate(0px, 0px), rotate(0deg);
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }

    25% {
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
    }

    50% {
        -webkit-box-shadow: 0px -40px 0px 0px #F8D458, 0px 40px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
        box-shadow: 0px -40px 0px 0px #F8D458, 0px 40px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
    }

    70% {
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
    }

    75% {
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        height: 10px;
        width: 10px;
    }

    80% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 40px;
        width: 40px;
    }

    85% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 40px;
        width: 40px;
    }

    90% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 10px;
        width: 10px;
    }

    95% {
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }
}

@keyframes load {
    0% {
        -webkit-transform: translate(0px, 0px), rotate(0deg);
        transform: translate(0px, 0px), rotate(0deg);
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }

    25% {
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
    }

    50% {
        -webkit-box-shadow: 0px -40px 0px 0px #F8D458, 0px 40px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
        box-shadow: 0px -40px 0px 0px #F8D458, 0px 40px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458;
    }

    70% {
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
    }

    75% {
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        height: 10px;
        width: 10px;
    }

    80% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 40px;
        width: 40px;
    }

    85% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 40px;
        width: 40px;
    }

    90% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
        -webkit-box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        box-shadow: 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458, 0px 0px 0px 0px #F8D458;
        background-color: #F8D458;
        height: 10px;
        width: 10px;
    }

    95% {
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
        box-shadow: 0px 40px 0px 0px #F8D458, 0px -40px 0px 0px #F8D458, 40px 0px 0px 0px #F8D458, -40px 0px 0px 0px #F8D458, 40px 40px 0px 0px #F8D458, -40px -40px 0px 0px #F8D458, 40px -40px 0px 0px #F8D458, -40px 40px 0px 0px #F8D458;
    }
}

.custom-container {
    max-width: 1600px;
}

.custom-container-two {
    max-width: 1266px;
}

.custom-container-three {
    max-width: 1750px;
}

.custom-container-four {
    max-width: 1180px;
}

.row > * {
    position: relative;
}

@media (max-width: 1600px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-left: 0;
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .col-xxl-4 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
        margin-left: 0;
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .col-xxl-4 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-left: 120px;
    }
}

@media (max-width: 1600px) {
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 1199px) {
    .col-xxl-8 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .col-xxl-8 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) and (max-width: 340px) {
    .col-xs-6 {
        width: 100%;
    }
}

::-moz-selection {
    background-color: #683e88;
    color: #fff;
}

::selection {
    background-color: #683e88;
    color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.header-section.deh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent linear-gradient(241deg, #27ae9d 0%, #673f86 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
    box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
}


.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent linear-gradient(241deg, #27ae9d 0%, #673f86 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
    box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
}

.header-section.header-fixed .header-top-area {
    display: none !important;
}

@media (max-width: 1199px) {
    .header-section .header-bottom-area .navbar-collapse {
        background: #683e88 !important;
        -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        position: relative;
        top: 15px;
    }
}


@media (max-width: 1199px) {
    .header-section .header-bottom-area .navbar-collapse {
        background: #683e88 !important;
        -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        position: relative;
        top: 15px;
    }
}


.header-bottom-area {
    position: relative;
    padding: 30px 0;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area {
        padding: 20px 0;
    }
}

.header-bottom-area .navbar-expand-xl {
    background-color: transparent;
    padding: 0 !important;
}



@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse {
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        box-shadow: 0 0 30px rgba(50, 73, 179, 0.2);
        padding: 0 !important;
    }

    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px;
    }

    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 0;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:last-child a::after {
    display: none;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 150%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children a:hover {
    color: #fff;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .toggle-bar .element {
    background-color: #fff !important;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 16px;
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1C1C1C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}

.header-bottom-area .navbar-collapse .main-menu li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-bottom-area .navbar-collapse .login .main-menu li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a::before {
        display: none;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a.site-logo::before {
    display: none !important;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::before {
    width: 100%;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 1220px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 0 !important;
        color: #fff !important;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 200%;
    left: 0;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
    border-bottom: 3px solid #683e88;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        width: 100%;
        z-index: 99;
        background-color: transparent;
        padding-left: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu::before {
        display: none;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid #E2E2E2;
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover {
    background-color: #683e88;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #fff;
    margin-left: 10px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #1C1C1C;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li .sub-menu {
    padding: 0;
    top: 0;
    left: 230px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu li .sub-menu {
        border-radius: 0;
        display: none;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li .sub-menu::before {
    display: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
        display: none;
    }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    margin-right: 250px;
}

@media only screen and (max-width: 1530px) {
    .site-logo {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 150px;
        margin-right: 0;
    }
}

.language-select {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 12px;
    }
}


.header-links-area {
    margin-left: 60px;
    margin-right: 60px;
}

@media only screen and (max-width: 1300px) {
    .header-links-area {
        display: none;
    }
}

.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-links li {
    color: #fff;
}

.header-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-links li span {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.header-links li + li {
    margin-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .header-links li + li {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-action-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-action-area .action-btn {
    width: 30px;
    height: 30px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #683e88;
    border-radius: 5px;
    color: #1C1C1C;
    display: none;
}

.header-action-area .action-btn.two {
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-action-area .action-btn {
        display: block;
    }
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin-left: 20px;
}

.header-action a:hover,
.header-action a.focus {
    color: #683e88;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1199px) {
    .header-action {
        display: none;
    }
}

.header-section.two .header-action a:hover,
.header-section.two .header-action a.focus {
    border: 1px solid #683e88;
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ds-none {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler,
.menu-toggler {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


@media only screen and (max-width: 1199px) {

    .navbar-toggler,
    .menu-toggler {
        display: none;
    }
}

.navbar-toggler .toggle-bar,
.menu-toggler .toggle-bar {
    position: relative;
    width: 24px;
    height: 1px;
    background-color: #fff;
    line-height: inherit;
    margin-top: -12px;
    top: -12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler .toggle-bar::before,
.menu-toggler .toggle-bar::before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler .toggle-bar::after,
.menu-toggler .toggle-bar::after {
    position: absolute;
    content: "";
    bottom: -14px;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler:hover,
.menu-toggler:hover {
    background-color: #fff;
}

.navbar-toggler:hover .toggle-bar,
.menu-toggler:hover .toggle-bar {
    background-color: #683e88;
}

.navbar-toggler:hover .toggle-bar::before,
.menu-toggler:hover .toggle-bar::before {
    background-color: #683e88;
    width: 100%;
}

.navbar-toggler:hover .toggle-bar::after,
.menu-toggler:hover .toggle-bar::after {
    background-color: #683e88;
    width: 100%;
}


.but-log {
    position: absolute;
    top: 22px;
    right: 90px;
}

.navbar-toggler1,
.menu-toggler1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-image: url(../images/icon/icon-user.png);
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {

    .navbar-toggler1,
    .menu-toggler1 {
        display: none;
    }
}

.navbar-toggler1 .toggle-bar,
.menu-toggler1 .toggle-bar {
    position: relative;
    width: 124px;
}

.navbar-toggler1:hover .toggle-bar,
.menu-toggler1:hover .toggle-bar {
    background-color: #683e88;
}

.navbar-toggler1:hover .toggle-bar::before,
.menu-toggler1:hover .toggle-bar::before {
    background-color: #683e88;
    width: 100%;
}

.navbar-toggler1:hover .toggle-bar::after,
.menu-toggler1:hover .toggle-bar::after {
    background-color: #683e88;
    width: 100%;
}

.header-bottom-area .menu-toggler-wrapper {
    position: absolute;
    right: 8%;
    top: -200%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .menu-toggler-wrapper {
        position: unset;
        width: 100%;
    }
}

.header-bottom-area .menu-toggler-wrapper .main-menu li a {
    color: #fff;
}

.header-bottom-area .search-bar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-bottom-area .header-links-area {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-bottom-area .header-action-area {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-bottom-area.open .menu-toggler {
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
}

@media only screen and (max-width: 1700px) {
    .header-bottom-area.open .menu-toggler {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
}

.header-bottom-area.open .toggle-bar {
    width: 24px;
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    top: -7px;
}

.header-bottom-area.open .toggle-bar::before {
    display: none;
}

.header-bottom-area.open .toggle-bar::after {
    -webkit-transform: rotate(273deg);
    transform: rotate(273deg);
    bottom: 0;
    width: 23px;
}

.header-bottom-area.open .search-bar {
    opacity: 0;
    visibility: hidden;
}

.header-bottom-area.open .header-links-area {
    opacity: 0;
    visibility: hidden;
}

.header-bottom-area.open .header-action-area {
    opacity: 0;
    visibility: hidden;
}

.header-bottom-area.open .links-thumb {
    opacity: 0;
    visibility: hidden;
}

.header-bottom-area.open .menu-toggler-wrapper {
    top: 12px;
}

@media only screen and (max-width: 1199px) {
    .navbar-nav {
        margin-left: auto;
        margin-right: 0 !important;
    }
}

@-webkit-keyframes arrow {
    from {
        -webkit-transform: rotate(-45deg) translate(-30px);
        transform: rotate(-45deg) translate(-30px);
    }

    to {
        -webkit-transform: rotate(-45deg) translate(0px);
        transform: rotate(-45deg) translate(0px);
    }
}

@keyframes arrow {
    from {
        -webkit-transform: rotate(-45deg) translate(-30px);
        transform: rotate(-45deg) translate(-30px);
    }

    to {
        -webkit-transform: rotate(-45deg) translate(0px);
        transform: rotate(-45deg) translate(0px);
    }
}


/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    position: relative;
    padding-top: 255px;
    padding-bottom: 148px;
    background: transparent linear-gradient(241deg, #27ae9d 0%, #683e88 100%) 0% 0% no-repeat padding-box;

    overflow: hidden;
    z-index: 9;
}

.banner-section .banner-shape {
    position: absolute;
    right: 18%;
    top: 18%;
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}



@media only screen and (max-width: 991px) {
    .banner-section {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-section {
        padding-top: 160px;
        padding-bottom: 110px;
    }
}


.banner-section.two {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(157, 186, 254, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(157, 186, 254, 0.2) 100%);
  padding-top: 175px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .banner-section.two {
    padding-top: 155px;
    padding-bottom: 100px;
  }
}
.banner-section.two .banner-element-five {
  left: 900px;
  bottom: 180px;
  z-index: 10;
}
.banner-section.two .banner-element-eightteen {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section.two .banner-element-nineteen {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-animation: scroll-down 2s linear infinite;
          animation: scroll-down 2s linear infinite;
}
.banner-section.two .banner-element-nineteen.two {
  top: 70%;
}
@media only screen and (max-width: 575px) {
  .banner-section.two .banner-element-nineteen.two {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-nineteen {
    display: none;
  }
}
.banner-section.two .banner-element-twenty {
  position: absolute;
  top: 15%;
  left: 30%;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-one {
  position: absolute;
  top: 70%;
  right: 5%;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-one {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-two {
  position: absolute;
  top: 20%;
  left: 5%;
}
.banner-section.two .banner-element-twenty-two.two {
  left: 0;
  top: auto;
  bottom: 0;
}
.banner-section.two .banner-element-twenty-three {
  position: absolute;
  top: 20%;
  right: 5%;
}
.banner-section.two .banner-element-twenty-three.two {
  right: -10%;
  top: 0;
}
.banner-section.two .banner-element-twenty-four {
  position: absolute;
  top: 75%;
  left: 15%;
}
.banner-section.two .banner-element-twenty-five {
  position: absolute;
  top: 42%;
  left: 35%;
  z-index: 10;
  -webkit-animation: 8s float-bob-x infinite;
          animation: 8s float-bob-x infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-five {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-six {
  position: absolute;
  top: 75%;
  left: 37%;
  z-index: 10;
  -webkit-animation: 10s float-bob-x infinite;
          animation: 10s float-bob-x infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-six {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-seven {
  position: absolute;
  top: 15%;
  left: 37%;
  -webkit-animation: scroll-down 2s linear infinite;
          animation: scroll-down 2s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-seven {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-eight {
  position: absolute;
  bottom: 5%;
  left: 45%;
  -webkit-animation: scroll-ver 2s linear infinite;
          animation: scroll-ver 2s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-eight {
    display: none;
  }
}
.banner-section.two .banner-element-twenty-nine {
  position: absolute;
  bottom: 17%;
  left: 7%;
  opacity: 0.4;
  -webkit-animation: scroll-ver 5s linear infinite;
          animation: scroll-ver 5s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section.two .banner-element-twenty-nine {
    display: none;
  }
}
.banner-section.two.inner {
  background: #F5F8FF !important;
  padding-top: 208px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .banner-section.two.inner {
    padding-bottom: 100px;
  }
}

.banner-section .banner-text {
    position: absolute;
    top: 17%;
    left: -5px;
}

@media only screen and (max-width: 400px) {
    .banner-section .banner-text {
        top: 14%;
    }
}

.banner-section .banner-text span {
    font-weight: 700;
    font-size: 280px;
    line-height: 280px;
    background: transparent linear-gradient(184deg, #9DBAFE 0%, rgba(157, 186, 254, 0.01) 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.35;
    letter-spacing: 3px;
}

@media only screen and (max-width: 575px) {
    .banner-section .banner-text span {
        font-size: 180px;
        line-height: 180px;
    }
}

.banner-section .banner-element-one {
    position: absolute;
    top: -215px;
    left: 82px;
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element-one {
        display: none;
    }
}

.banner-section .banner-element-two {
    position: absolute;
    top: 180px;
    left: 220px;
    width: 5%;
    -webkit-animation: 10s float-bob-x infinite;
    animation: 10s float-bob-x infinite;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element-two {
        display: none;
    }
}

.banner-section .banner-element-three {
    position: absolute;
    top: 220px;
    left: 550px;
    width: 10.5%;
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element-three {
        display: none;
    }
}

.banner-section .banner-element-four {
    position: absolute;
    bottom: 50px;
    left: 30px;
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

.banner-section .banner-element-four.two {
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
    z-index: 3;
}

@media only screen and (max-width: 575px) {
    .banner-section .banner-element-four.two {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element-four {
        display: none;
    }
}

.banner-section .banner-element-five {
    position: absolute;
    bottom: 30px;
    left: 600px;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}

.banner-section .banner-element-five.two {
    left: 400px;
    bottom: 240px;
}

@media only screen and (max-width: 575px) {
    .banner-section .banner-element-five.two {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element-five {
        display: none;
    }
}

.banner-section .banner-group-shape {
    height: 800px;
    width: 1000px;
    position: absolute;
    background-size: cover;
    background-position: center;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
}

@media only screen and (max-width: 1750px) {
    .banner-section .banner-group-shape {
        width: 900px;
    }
}

@media only screen and (max-width: 1650px) {
    .banner-section .banner-group-shape {
        width: 800px;
    }
}

@media only screen and (max-width: 1500px) {
    .banner-section .banner-group-shape {
        width: 700px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-section .banner-group-shape {
        width: 600px;
        height: 900px;
    }
}

@media only screen and (max-width: 1220px) {
    .banner-section .banner-group-shape {
        width: 500px;
        height: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-group-shape {
        display: none;
    }
}

.banner-section .banner-group-shape .banner-group-element-one,
.banner-section .banner-group-shape .banner-group-element-two,
.banner-section .banner-group-shape .banner-group-element-three,
.banner-section .banner-group-shape .banner-group-element-four,
.banner-section .banner-group-shape .banner-group-element-five,
.banner-section .banner-group-shape .banner-group-element-six,
.banner-section .banner-group-shape .banner-group-element-seven,
.banner-section .banner-group-shape .banner-group-element-eight,
.banner-section .banner-group-shape .banner-group-element-nine,
.banner-section .banner-group-shape .banner-group-element-ten,
.banner-section .banner-group-shape .banner-group-element-eleven,
.banner-section .banner-group-shape .banner-group-element-twelve,
.banner-section .banner-group-shape .banner-group-element-thirteen,
.banner-section .banner-group-shape .banner-group-element-fourteen,
.banner-section .banner-group-shape .banner-group-element-fifteen,
.banner-section .banner-group-shape .banner-group-element-sixteen,
.banner-section .banner-group-shape .banner-group-element-seventeen {
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
}

.banner-section .banner-group-shape .banner-group-element-one {
    top: 360px;
    left: 190px;
    z-index: 2;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

@media only screen and (max-width: 1300px) {
    .banner-section .banner-group-shape .banner-group-element-one {
        left: 70px;
    }
}

.banner-section .banner-group-shape .banner-group-element-two {
    top: -190px;
    left: 200px;
    z-index: 3;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

@media only screen and (max-width: 1300px) {
    .banner-section .banner-group-shape .banner-group-element-two {
        left: 150px;
    }
}

.banner-section .banner-group-shape .banner-group-element-three {
    top: 110px;
    left: 0;
}

.banner-section .banner-group-shape .banner-group-element-four {
    top: 800px;
    left: 390px;
    z-index: 4;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.banner-section .banner-group-shape .banner-group-element-four img {
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-five {
    bottom: 530px;
    right: 100px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.banner-section .banner-group-shape .banner-group-element-five img {
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-six {
    top: 0px;
    left: 680px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s;
}

.banner-section .banner-group-shape .banner-group-element-six img {
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-seven {
    top: 400px;
    left: 570px;
    z-index: 4;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.banner-section .banner-group-shape .banner-group-element-seven img {
    -webkit-animation: tada 10s linear infinite;
    animation: tada 10s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-eight {
    top: 180px;
    left: 780px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    display: none;
}

.banner-section .banner-group-shape .banner-group-element-eight img {
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-nine {
    top: 600px;
    left: 580px;
    z-index: 4;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.banner-section .banner-group-shape .banner-group-element-nine img {
    -webkit-animation: tada 5s linear infinite;
    animation: tada 5s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-ten {
    top: 800px;
    left: 730px;
    z-index: 3;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.banner-section .banner-group-shape .banner-group-element-ten img {
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-eleven {
    top: 800px;
    left: 600px;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.banner-section .banner-group-shape .banner-group-element-eleven img {
    -webkit-animation: scroll-ver 2s linear infinite;
    animation: scroll-ver 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-twelve {
    top: 690px;
    left: 0;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.banner-section .banner-group-shape .banner-group-element-twelve img {
    -webkit-animation: scroll-down 4s linear infinite;
    animation: scroll-down 4s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-thirteen {
    top: 160px;
    left: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.banner-section .banner-group-shape .banner-group-element-thirteen img {
    -webkit-animation: scroll-ver 3s linear infinite;
    animation: scroll-ver 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-fourteen {
    top: 600px;
    left: 300px;
    z-index: 3;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.banner-section .banner-group-shape .banner-group-element-fourteen img {
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

@media only screen and (max-width: 1300px) {
    .banner-section .banner-group-shape .banner-group-element-fourteen {
        left: 500px;
    }
}

.banner-section .banner-group-shape .banner-group-element-fifteen {
    top: 270px;
    left: 500px;
    z-index: 3;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

.banner-section .banner-group-shape .banner-group-element-fifteen img {
    -webkit-animation: scroll-down 5s linear infinite;
    animation: scroll-down 5s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-sixteen {
    top: 460px;
    left: 680px;
}

.banner-section .banner-group-shape .banner-group-element-sixteen img {
    -webkit-animation: zoominoutsinglefeatured 4s linear infinite;
    animation: zoominoutsinglefeatured 4s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-seventeen {
    top: 680px;
    left: 390px;
}

.banner-section .banner-group-shape .banner-group-element-seventeen img {
    -webkit-animation: zoominoutsinglefeatured 2s linear infinite;
    animation: zoominoutsinglefeatured 2s linear infinite;
}

.banner-section .banner-group-shape.active .banner-group-element-one,
.banner-section .banner-group-shape.active .banner-group-element-two,
.banner-section .banner-group-shape.active .banner-group-element-three,
.banner-section .banner-group-shape.active .banner-group-element-four,
.banner-section .banner-group-shape.active .banner-group-element-five,
.banner-section .banner-group-shape.active .banner-group-element-six,
.banner-section .banner-group-shape.active .banner-group-element-seven,
.banner-section .banner-group-shape.active .banner-group-element-eight,
.banner-section .banner-group-shape.active .banner-group-element-nine,
.banner-section .banner-group-shape.active .banner-group-element-ten,
.banner-section .banner-group-shape.active .banner-group-element-eleven,
.banner-section .banner-group-shape.active .banner-group-element-twelve,
.banner-section .banner-group-shape.active .banner-group-element-thirteen,
.banner-section .banner-group-shape.active .banner-group-element-fourteen,
.banner-section .banner-group-shape.active .banner-group-element-fifteen,
.banner-section .banner-group-shape.active .banner-group-element-sixteen,
.banner-section .banner-group-shape.active .banner-group-element-seventeen {
    opacity: 1;
}

.banner-section .banner-group-shape.active .banner-group-element-one {
    top: 290px;
}

.banner-section .banner-group-shape.active .banner-group-element-two {
    top: 240px;
}

.banner-section .banner-group-shape.active .banner-group-element-four {
    top: 640px;
}

.banner-section .banner-group-shape.active .banner-group-element-five {
    bottom: 30px;
}

.banner-section .banner-group-shape.active .banner-group-element-six {
    top: 100px;
}

.banner-section .banner-group-shape.active .banner-group-element-seven {
    top: 200px;
}

.banner-section .banner-group-shape.active .banner-group-element-nine {
    top: 440px;
}

.banner-section .banner-group-shape.active .banner-group-element-ten {
    top: 610px;
}

.banner-section .banner-group-shape.active .banner-group-element-eleven {
    top: 690px;
}

.banner-section .banner-group-shape.active .banner-group-element-twelve {
    left: 150px;
}

.banner-section .banner-group-shape.active .banner-group-element-thirteen {
    left: 180px;
}

.banner-section .banner-group-shape.active .banner-group-element-fourteen {
    top: 410px;
}

.banner-section .banner-group-shape.active .banner-group-element-fifteen {
    left: 300px;
}

@media only screen and (max-width: 1300px) {
    .banner-section .banner-group-shape.active .banner-group-element-fifteen {
        left: 500px;
    }
}

.banner-section .banner-content {
    position: relative;
    z-index: 9;
}

.banner-section .banner-content .title {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .title {
        margin-bottom: 10px;
    }
}

.banner-section .banner-content .sub-title {
    color: #F8D458;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .sub-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

.banner-section .banner-content p {
    color: #fff;
    width: 81%;
    line-height: 1.8em;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content p {
        width: 100%;
    }
}


.banner-section .banner-area {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 50px rgba(50, 73, 179, 0.2);
    box-shadow: 0 25px 50px rgba(50, 73, 179, 0.2);
    padding: 40px;
    position: relative;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .banner-area {
        margin-top: 30px;
        padding: 30px;
    }
}

.banner-section .banner-area .banner-text {
    top: -10px;
    right: 10px;
    left: auto;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-text {
        display: none;
    }
}

.banner-section .banner-area .banner-thumb {
    position: absolute;
    top: -20%;
    right: -12%;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-thumb {
        position: unset;
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-area .banner-thumb {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .banner-area .banner-thumb {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-left-content {
        text-align: center;
        margin-top: 60px;
    }
}

.banner-section .banner-area .banner-left-content .banner-left-arrow {
    margin-left: 80px;
    margin-top: 40px;
}

@media only screen and (max-width: 575px) {
    .banner-section .banner-area .banner-left-content .banner-left-arrow {
        display: none;
    }
}

.banner-section .banner-area .banner-left-content .banner-left-intro {
    margin-left: 100px;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .banner-section .banner-area .banner-left-content .banner-left-intro {
        display: none;
    }
}

.banner-section .banner-area .banner-left-content .banner-left-footer {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-left-content .banner-left-footer {
        margin-top: 30px;
    }
}

.banner-section .banner-area .banner-left-content .title {
    color: #683e88;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.banner-section .banner-area .banner-left-content p {
    color: #4B4B4B;
}
.banner-section .banner-content.two .banner-content-header {
  text-align: center;
}
.banner-section .banner-content.two .title {
  color: #1C1C1C;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-left-content p {
        margin: 0 auto;
    }
}

.banner-section .banner-area .banner-left-content .banner-left-btn {
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-area .banner-left-content .circle svg {
        left: 0;
    }
}

@media only screen and (max-width: 375px) {
    .banner-section .banner-area .banner-left-content .circle svg {
        top: -96px;
        left: -40px;
        width: 135%;
        height: 292px;
    }
}

.banner-arrow {
    margin-top: 40px;
    margin-left: 30px;
}

.banner-widget {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .banner-widget {
        margin-left: 0;
    }
}

.banner-widget-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    width: 60%;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1560px) {
    .banner-widget-wrapper {
        width: 70%;
    }
}

@media only screen and (max-width: 1485px) {
    .banner-widget-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-widget-wrapper {
        width: 95%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-widget-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 880px) {
    .banner-widget-wrapper {
        width: 70%;
    }
}

@media only screen and (max-width: 750px) {
    .banner-widget-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width: 660px) {
    .banner-widget-wrapper {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 475px) {
    .banner-widget-wrapper {
        display: block;
        text-align: center;
    }
}

.banner-widget-wrapper * {
    z-index: 9;
    margin: 2px;
}

.banner-widget-wrapper::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .banner-widget-wrapper::before {
        left: -5px;
        bottom: -5px;
    }
}

.banner-widget-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
}

@media only screen and (max-width: 475px) {
    .banner-widget-wrapper::after {
        display: none;
    }
}

.banner-widget-wrapper .banner-widget-content p {
    font-size: 18px;
    width: 100%;
    color: #1C1C1C;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .banner-widget-wrapper .banner-widget-content p {
        font-size: 14px;
    }
}

.banner-widget-wrapper .banner-widget-content p span {
    color: #9DBAFE;
    font-weight: 700;
}

@media only screen and (max-width: 475px) {
    .banner-widget-wrapper .banner-widget-right {
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) {
    .banner-widget-wrapper .banner-widget-btn a {
        padding: 10px 20px;
    }
}

.circle {
    position: relative;
}

.circle text {
    font-size: 10px;
    color: #683e88;
    text-transform: uppercase;
    font-weight: bold;
}

.circle svg {
    position: absolute;
    left: -45.1%;
    top: -103px;
    width: 100%;
    height: 305px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.breadcrumb-area {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.breadcrumb li {
    display: inline-block;
    color: #683e88;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-item a {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item a {
        font-size: 14px;
    }
}

.breadcrumb-item.active {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: #683e88;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item.active {
        font-size: 14px;
    }
}

.breadcrumb-item.active::before {
    content: ">";
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #683e88;
    font-size: 16px;
    left: 0;
    top: 1px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item.active::before {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/

.footer-section {
  background-color: #F9FBFF;
  overflow: hidden;
  position: relative;
}

.footer-section .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.footer-section .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-section .footer-element-one {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-animation: zoominoutsinglefeatured 5s linear infinite;
          animation: zoominoutsinglefeatured 5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element-one {
    display: none;
  }
}
.footer-section .footer-element-two {
  position: absolute;
  bottom: 20%;
  right: 15%;
  opacity: 0.35;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-element-two {
    display: none;
  }
}
.footer-section .footer-element-two img {
  -webkit-animation: horizontal-move 2s linear infinite;
          animation: horizontal-move 2s linear infinite;
}
.footer-section .footer-element-three {
  position: absolute;
  bottom: 8%;
  right: 12%;
  opacity: 0.35;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-element-three {
    display: none;
  }
}
.footer-section .footer-element-three img {
  -webkit-animation: scroll-ver 3s linear infinite;
          animation: scroll-ver 3s linear infinite;
}
.footer-section .footer-element-four {
  position: absolute;
  top: 12%;
  right: 0;
  width: 1%;
  opacity: 0.25;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-element-four {
    display: none;
  }
}
.footer-section .footer-element-four img {
  -webkit-animation: scroll-down 2s linear infinite;
          animation: scroll-down 2s linear infinite;
}
.footer-section .footer-element-five {
  position: absolute;
  top: 18%;
  right: 5%;
  opacity: 0.35;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-element-five {
    display: none;
  }
}
.footer-section .footer-element-five img {
  -webkit-animation: scroll-down 3s linear infinite;
          animation: scroll-down 3s linear infinite;
}
.footer-section .footer-element-six {
  position: absolute;
  top: 40%;
  right: 10%;
  opacity: 0.35;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-element-six {
    display: none;
  }
}
.footer-section .footer-element-six img {
  -webkit-animation: scroll-down 5s linear infinite;
          animation: scroll-down 5s linear infinite;
}
.footer-section .footer-element-seven {
  position: absolute;
  top: 47%;
  left: 13%;
  opacity: 0.35;
}
@media only screen and (max-width: 1700px) {
  .footer-section .footer-element-seven {
    display: none;
  }
}
.footer-section .footer-element-seven.two {
  top: 55%;
  left: 2%;
}
.footer-section .footer-element-seven.three {
  left: 60px;
  opacity: 1;
}
.footer-section .footer-element-seven img {
  -webkit-animation: horizontal-move 2s linear infinite;
          animation: horizontal-move 2s linear infinite;
}
.footer-section .footer-element-eight {
  position: absolute;
  top: 20%;
  right: 2%;
  opacity: 0.25;
  z-index: 3;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}

.footer-top-area {
  position: relative;
  z-index: 9;
  margin-bottom: 80px;
}
.footer-top-area::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  border-bottom: 1px dashed #9DBAFE;
}
@media only screen and (max-width: 1499px) {
  .footer-top-area::after {
    width: 100%;
  }
}

.footer-contact-list .sub-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-contact-list .link-title {
  font-weight: 700;
  margin-bottom: 0;
}

div[class*=col]:nth-of-type(3n + 3) .footer-contact-list .sub-title {
  color: #fff;
}
@media only screen and (max-width: 1499px) {
  div[class*=col]:nth-of-type(3n + 3) .footer-contact-list .sub-title {
    color: #4B4B4B;
  }
}
div[class*=col]:nth-of-type(3n + 3) .footer-contact-list .link-title {
  color: #fff;
}
@media only screen and (max-width: 1499px) {
  div[class*=col]:nth-of-type(3n + 3) .footer-contact-list .link-title {
    color: #1C1C1C;
  }
}

.footer-list {
  margin-bottom: -10px;
}
.footer-list.style-01 li a {
  color: #fff;
}
.footer-list.style-01 li a i {
  margin-right: 5px;
}
.footer-list li {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .footer-list li {
    font-size: 14px;
  }
}
.footer-list li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-list li a:hover {
  color: #683e88;
  padding-left: 5px;
}

.footer-widget .title {
  font-weight: 600;
  margin-bottom: 45px;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-top: -5px;
}
.footer-widget .title.style-01 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.footer-widget .title.style-01::after {
  content: none;
}
.footer-widget .title.style-01::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  width: 60px;
  height: 1px;
  border: 1px dashed;
}
.footer-widget .title::after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #683e88;
}
@media only screen and (max-width: 991px) {
  .footer-widget .title {
    margin-bottom: 40px;
  }
  .footer-widget .title::after {
    bottom: -20px;
  }
}
.footer-widget.widget--style {
  background-color: #9DBAFE;
  padding: 80px 30px !important;
}
.footer-widget.widget--style .footer-logo {
  margin-bottom: 30px;
}
.footer-widget.widget--style p {
  color: #fff;
  font-size: 14px;
}
.footer-widget.widget--style .footer-social li a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
}
.footer-widget.widget--style .footer-social li a:hover {
  border: 1px solid #683e88;
}
.footer-widget.widget-two {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .footer-widget.widget-two {
    padding: 15px 0;
  }
}
.footer-widget.widget-padding {
  padding-left: 45px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.widget-padding {
    padding-left: 0;
  }
}

.download-list li {
  background-color: #9DBAFE;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.download-list li:hover {
  background-color: #683e88;
}

.footer-social {
  margin-top: 30px;
}
.footer-social.style-01 li a {
  border: 1px solid #707070;
  color: #707070;
}
.footer-social.style-01 li a:hover, .footer-social.style-01 li a.active {
  background-color: #683e88;
  color: #fff;
  border: 1px solid #683e88;
}
@media only screen and (max-width: 991px) {
  .footer-social {
    margin-top: 20px;
  }
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #683e88;
  border-radius: 50%;
  color: #683e88;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social li a:hover, .footer-social li a.active {
  background-color: #683e88;
  color: #fff;
}
.footer-social li + li {
  margin-left: 5px;
}
.footer-social.two li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #E1E1E1;
  color: #727272;
}
.footer-social.two li a:hover, .footer-social.two li a.active {
  background-color: #683e88;
  color: #fff;
  border: 1px solid #683e88;
}
.footer-social.two li + li {
  margin-left: 10px;
}

.footer-logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-logo a {
  margin-right: 0;
}

.footer-top-call-area {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
  margin-bottom: 100px;
}
.footer-top-call-area::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40%;
  width: 140%;
  height: 100px;
  background-color: #683e88;
  border-radius: 0 6px 6px 0;
  z-index: -1;
}
.footer-top-call-area .footer-top-call-content .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-top-call-area .footer-top-call-link span {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.footer-top-call-area .footer-top-call-link span i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  color: #683e88;
  margin-right: 10px;
}

.envato-author {
  margin-bottom: 30px;
}

.footer-subscribe-form {
  position: relative;
}
.footer-subscribe-form.two input {
  border-radius: 6px;
}
.footer-subscribe-form.two button, .footer-subscribe-form.two input[type=button], .footer-subscribe-form.two input[type=reset], .footer-subscribe-form.two input[type=submit] {
  position: unset;
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 30px;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-subscribe-form.two button:hover, .footer-subscribe-form.two input[type=button]:hover, .footer-subscribe-form.two input[type=reset]:hover, .footer-subscribe-form.two input[type=submit]:hover {
  background-color: #683e88;
  border: 1px solid #683e88;
}
.footer-subscribe-form.three input {
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  height: 60px;
  text-align: center;
  color: #727272;
  font-size: 15px;
  padding-right: 25px;
}
.footer-subscribe-form.three input::-webkit-input-placeholder {
  color: #727272;
}
.footer-subscribe-form.three input::-moz-placeholder {
  color: #727272;
}
.footer-subscribe-form.three input:-ms-input-placeholder {
  color: #727272;
}
.footer-subscribe-form.three input::-ms-input-placeholder {
  color: #727272;
}
.footer-subscribe-form.three input::placeholder {
  color: #727272;
}
.footer-subscribe-form.three button, .footer-subscribe-form.three input[type=button], .footer-subscribe-form.three input[type=reset], .footer-subscribe-form.three input[type=submit] {
  position: unset;
  width: 100%;
  height: auto;
  background-color: #683e88;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-subscribe-form.three button:hover, .footer-subscribe-form.three input[type=button]:hover, .footer-subscribe-form.three input[type=reset]:hover, .footer-subscribe-form.three input[type=submit]:hover {
  background-color: #683e88;
  border: 1px solid #683e88;
}
.footer-subscribe-form input {
  padding-right: 70px;
}
@media only screen and (max-width: 1499px) {
  .footer-subscribe-form input {
    border: 1px solid #E2E2E2;
  }
}
.footer-subscribe-form button, .footer-subscribe-form input[type=button], .footer-subscribe-form input[type=reset], .footer-subscribe-form input[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #683e88;
  border-radius: 5px;
  width: 39px;
  height: 39px;
  color: #fff;
  font-size: 20px;
}

.footer-subscribe .form-group .form-control {
  height: 60px;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #181717;
}
.footer-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 400;
}
.footer-subscribe .form-group .form-control::-moz-placeholder {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 400;
}
.footer-subscribe .form-group .form-control:-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 400;
}
.footer-subscribe .form-group .form-control::-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 400;
}
.footer-subscribe .form-group .form-control::placeholder {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 400;
}

.footer-area {
  position: relative;
  z-index: 2;
}
.footer-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 41%;
  height: 100%;
  background-color: #683e88;
  z-index: -1;
}
@media only screen and (max-width: 1499px) {
  .footer-area::after {
    display: none;
  }
}
.footer-area .footer-area-element {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-device-width: 2100px) and (max-device-width: 2500px) {
  .footer-area::after {
    width: 43%;
  }
}
.copyright-wrapper {
  background-color: #fff;
  font-size: 14px;
  padding: 60px 0;
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .copyright-wrapper {
    margin-top: 80px;
    padding: 40px 0;
  }
}
.copyright-wrapper.two {
  padding: 30px 0;
  margin-top: 0;
}
.copyright-wrapper.two .copyright-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .copyright-wrapper.two .copyright-area {
    display: block;
  }
}
.copyright-wrapper.two .copyright-area .footer-logo {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .copyright-wrapper.two .copyright-area .footer-logo {
    margin-bottom: 20px;
  }
}
.copyright-wrapper.three {
  background-color: #070D26;
  margin-top: 0px;
}
.copyright-wrapper.three .copyright-area {
  border-top: 1px dashed #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.copyright-wrapper.three p {
  color: #757575;
}
.copyright-wrapper.four {
  background-color: transparent;
  padding: 0;
  margin-top: 0px;
}
.copyright-wrapper.four .copyright-area {
  border-top: 1px solid rgba(50, 73, 179, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright-wrapper.four p {
  color: #757575;
}
.copyright-wrapper.five {
  background-color: transparent;
  padding: 0;
  margin-top: 80px;
}
.copyright-wrapper.five .copyright-area {
  border-top: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .copyright-wrapper.five .copyright-area {
    display: block;
  }
}
.copyright-wrapper.five p {
  color: #1C1C1C;
}
.copyright-wrapper p {
  color: #505050;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .copyright-wrapper .copyright-list {
    margin-top: 20px;
  }
}
.copyright-wrapper .copyright-list li {
  display: inline-block;
  color: rgba(75, 75, 75, 0.7);
  position: relative;
}
.copyright-wrapper .copyright-list li::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -20px;
  width: 1px;
  height: 15px;
  background-color: rgba(75, 75, 75, 0.4);
}
.copyright-wrapper .copyright-list li:last-child::after {
  display: none;
}
.copyright-wrapper .copyright-list li + li {
  margin-left: 40px;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  padding: 30px 60px 30px 0px;
}
.footer-contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -36%;
  top: 0;
  background-color: #683e88;
  width: 136%;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
}
.footer-contact .content .title {
  font-size: 40px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.footer-contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contact .contact i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 25px;
  border-radius: 13px;
  color: #683e88;
  margin-right: 20px;
}
.footer-contact .contact p {
  font-size: 30px;
  line-height: 1.45;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.footer-contact .contact p a {
  display: block;
  line-height: 0;
}

/*--------------------------------------------------------------
# purchase-block
--------------------------------------------------------------*/
.purchase-section {
    position: relative;
    overflow: hidden;
}

.purchase-section.two {
    margin-top: 75px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .purchase-section.two {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 1) .purchase-item .purchase-thumb {
    background-color: #D7A5F2;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 1) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #D7A5F2;
    box-shadow: 0 0 20px #D7A5F2;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 2) .purchase-item .purchase-thumb {
    background-color: #91BDFC;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 2) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #91BDFC;
    box-shadow: 0 0 20px #91BDFC;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 3) .purchase-item .purchase-thumb {
    background-color: #E5D36B;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 3) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #E5D36B;
    box-shadow: 0 0 20px #E5D36B;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 4) .purchase-item .purchase-thumb {
    background-color: #DF6AB1;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 4) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #DF6AB1;
    box-shadow: 0 0 20px #DF6AB1;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 5) .purchase-item .purchase-thumb {
    background-color: #E7694C;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 5) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #E7694C;
    box-shadow: 0 0 20px #E7694C;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 6) .purchase-item .purchase-thumb {
    background-color: #72D2DA;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 6) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #72D2DA;
    box-shadow: 0 0 20px #72D2DA;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 7) .purchase-item .purchase-thumb {
    background-color: #E8944A;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 7) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #E8944A;
    box-shadow: 0 0 20px #E8944A;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 8) .purchase-item .purchase-thumb {
    background-color: #D57BB9;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 8) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #D57BB9;
    box-shadow: 0 0 20px #D57BB9;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 9) .purchase-item .purchase-thumb {
    background-color: #5B7CB7;
}

.purchase-section.three div[class*=col]:nth-of-type(9n + 9) .purchase-item .purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #5B7CB7;
    box-shadow: 0 0 20px #5B7CB7;
}

.purchase-section .purchase-element {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-animation: rotate 50s linear infinite;
    animation: rotate 50s linear infinite;
}

@media only screen and (max-width: 1580px) {
    .purchase-section .purchase-element {
        display: none;
    }
}

.purchase-section .purchase-element-one {
    position: absolute;
    bottom: 15%;
    left: 5%;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}

@media only screen and (max-width: 991px) {
    .purchase-section .purchase-element-one {
        display: none;
    }
}

.purchase-section .purchase-element-two {
    position: absolute;
    top: 20%;
    left: 5%;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 991px) {
    .purchase-section .purchase-element-two {
        display: none;
    }
}

.purchase-section .purchase-element-three {
    position: absolute;
    top: 30%;
    right: 10%;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}

@media only screen and (max-width: 991px) {
    .purchase-section .purchase-element-three {
        display: none;
    }
}

.purchase-section .purchase-element-four {
    position: absolute;
    bottom: 20%;
    right: 5%;
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

@media only screen and (max-width: 991px) {
    .purchase-section .purchase-element-four {
        display: none;
    }
}

.purchase-item {
    text-align: center;
}

.purchase-item.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.purchase-item.details .purchase-thumb {
    background-color: #EC7751 !important;
    width: 500px;
}

@media only screen and (max-width: 1199px) {
    .purchase-item.details .purchase-thumb {
        width: 100%;
    }
}

.purchase-item.details .purchase-thumb:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.purchase-item.details .purchase-content-area {
    width: calc(100% - 500px);
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .purchase-item.details .purchase-content-area {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

.purchase-item.details .purchase-content {
    background-color: #F5F8FF;
    text-align: left;
    padding: 40px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .purchase-item.details .purchase-content {
        padding: 20px;
    }
}

.purchase-item.details .purchase-content .title {
    font-size: 30px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .purchase-item.details .purchase-content .title {
        font-size: 22px;
    }
}

.purchase-item.details .purchase-content p {
    margin-bottom: 30px;
}

.purchase-item.details .purchase-content .purchase-social-area {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #9DBAFE;
}

.purchase-item.details .purchase-content .purchase-social {
    margin-top: 25px;
}

.purchase-item.details .purchase-content .purchase-social li {
    display: inline-block;
}

.purchase-item.details .purchase-content .purchase-social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    border: 1px solid #683e88;
    border-radius: 50%;
    color: #683e88;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.purchase-item.details .purchase-content .purchase-social li a:hover {
    background-color: #683e88;
    color: #fff;
}

.purchase-item.details .purchase-content .purchase-social li + li {
    margin-left: 5px;
}

.purchase-item.details .purchase-content .purchase-signature {
    margin-top: 43px;
}

.purchase-thumb {
    background-color: #F9AC6C;
    border-radius: 10px;
    padding-top: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.purchase-thumb:hover {
    -webkit-box-shadow: 0 0 20px #F9AC6C;
    box-shadow: 0 0 20px #F9AC6C;
}

.purchase-thumb:hover .purchase-social-area {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.purchase-thumb .purchase-social-area {
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.purchase-thumb .purchase-social {
    max-width: 200px;
    background-color: #fff;
    border-radius: 999px;
    padding: 10px;
}

@media only screen and (max-width: 1199px) {
    .purchase-thumb .purchase-social {
        max-width: none;
        min-width: 180px;
    }
}

.purchase-thumb .purchase-social li {
    display: inline-block;
}

.purchase-thumb .purchase-social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    border: 1px solid #683e88;
    border-radius: 50%;
    color: #683e88;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.purchase-thumb .purchase-social li a:hover {
    background-color: #683e88;
    color: #fff;
}

.purchase-thumb .purchase-social li + li {
    margin-left: 5px;
}

.purchase-content {
    padding-top: 20px;
}

.purchase-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.purchase-content .title a:hover {
    color: #683e88;
}

.purchase-content .sub-title {
    font-weight: 500;
}

.purchase-tab-area {
    background-color: #F5F8FF;
    padding: 60px;
    margin-top: 60px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .purchase-tab-area {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .purchase-tab-area {
        padding: 20px;
    }
}

.purchase-tab .nav-tabs {
    border: none;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .purchase-tab .nav-tabs {
        margin-bottom: 40px;
    }
}

.purchase-tab .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    color: #1C1C1C;
    font-family: "Jost", sans-serif;
    border-right: none;
    padding: 15px 30px;
    margin-right: 25px;
}

@media only screen and (max-width: 991px) {
    .purchase-tab .nav-tabs .nav-link {
        padding: 8px 15px;
        font-size: 16px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .purchase-tab .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 390px) {
    .purchase-tab .nav-tabs .nav-link {
        padding: 8px 10px;
        font-size: 16px;
        margin-right: 5px;
    }
}

.purchase-tab .nav-tabs .nav-link::before {
    display: none;
}

.purchase-tab .nav-tabs .nav-link.active {
    background-color: #683e88;
    color: #fff;
}

.purchase-overview {
    margin-bottom: -35px;
}

.purchase-overview-content {
    margin-bottom: 30px;
}

.purchase-overview-content .title {
    margin-bottom: 20px;
    text-transform: capitalize;
}


/*-------------------------------------------------
    [ ### project block ]
*/
.project-section {
    position: relative;
    overflow: hidden;
}

.project-section.two {
    overflow: visible;
}

@media only screen and (max-width: 575px) {
    .project-section.two {
        margin-top: 0;
    }
}

.project-section .project-element-one {
    position: absolute;
    top: 20%;
    right: 0;
}

.project-section .project-element-one.two {
    top: -9%;
    right: auto;
    left: 16%;
    opacity: 0.5;
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

@media only screen and (max-width: 1700px) {
    .project-section .project-element-one {
        display: none;
    }
}

.project-section .project-element-two {
    position: absolute;
    top: 10%;
    left: 0;
}

.project-section .project-element-two.two {
    left: 5%;
}

@media only screen and (max-width: 1700px) {
    .project-section .project-element-two {
        display: none;
    }
}

.project-section .project-element-three {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

@media only screen and (max-width: 1700px) {
    .project-section .project-element-three {
        display: none;
    }
}

.project-section .project-element-four {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-animation: horizontal-move 1s linear infinite;
    animation: horizontal-move 1s linear infinite;
}

@media only screen and (max-width: 1700px) {
    .project-section .project-element-four {
        display: none;
    }
}

.project-section .project-element-five {
    position: absolute;
    top: 8%;
    right: 1%;
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

@media only screen and (max-width: 1700px) {
    .project-section .project-element-five {
        display: none;
    }
}

.project-item-wrapper {
    margin: -30px;
}

.project-item-wrapper.two {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .project-item-wrapper {
        margin: 0;
        margin-top: 30px;
    }
}

.project-item {
    background-color: #9DBAFE;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin: 30px;
}

.project-item .project-thumb {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .project-item {
        margin: 0;
    }
}

.project-item::before {
    position: absolute;
    content: "";
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 1px dashed #9DBAFE;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .project-item::before {
        display: none;
    }
}

.project-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #27ae9d;
    z-index: -1;
}

.project-item .project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 575px) {
    .project-item .project-overlay {
        opacity: 1;
        visibility: visible;
        padding: 30px;
    }
}

.project-item .project-overlay .overlay-content .title {
    line-height: 32px;
    font-weight: 700;
    background: #fff;
    border-radius: 5px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 4px 10px 4px 10px;
}

@media only screen and (max-width: 575px) {
    .project-item .project-overlay .overlay-content .title {
        font-size: 16px;
        line-height: 25px;
    }
}

.project-item .project-overlay .overlay-content .title a {
    display: initial;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.project-item .project-overlay .overlay-content .title a:hover {
    color: #683e88;
}

.project-item:hover .project-overlay {
    opacity: 1;
    visibility: visible;
}

.project-item-two {
    background-color: #9DBAFE;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 95px 40px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .project-item-two {
        display: block;
        padding: 30px 20px;
    }
}

.project-item-two .project-content {
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .project-item-two .project-content {
        width: 100%;
        text-align: center;
    }
}

.project-item-two .project-content .title {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .project-item-two .project-content .title {
        font-size: 24px;
    }
}

.project-item-two .project-content p {
    color: #fff;
}

.project-item-two .project-thumb {
    position: absolute;
    bottom: -40px;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    .project-item-two .project-thumb {
        position: unset;
        text-align: center;
        margin-top: 20px;
    }
}

.project-item-two.style {
    background-color: #F8D458;
    display: block;
    padding: 30px 20px;
}

.project-item-two.style .project-content {
    width: 100%;
    text-align: center;
}

.project-item-two.style .project-content .title {
    color: #1C1C1C;
}

.project-item-two.style .project-content p {
    color: #1C1C1C;
}

.project-item-two.style .project-thumb {
    position: unset;
    margin-bottom: 25px;
}

div[class*=col]:nth-of-type(2n + 2) .project-item::before {
    right: auto;
    left: -30px;
}

div[class*=col]:nth-of-type(2n + 2) .project-item::after {
    background-color: #673f86;
}

.project-thumb.two {
    position: relative;
}

.project-thumb.two img {
    width: 100%;
}

.project-thumb.two .project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.project-thumb.two .project-overlay .overlay-content .title {
    line-height: 30px;
    font-weight: 700;
    background: #fff;
    border-radius: 5px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 4px 10px 4px 10px;
}

.project-thumb.two .project-overlay .overlay-content .title a {
    display: initial;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.project-thumb.two .project-overlay .overlay-content .title a:hover {
    color: #683e88;
}

.project-thumb.two:hover .project-overlay {
    opacity: 1;
    visibility: visible;
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-section {
    position: relative;
    overflow: hidden;
    margin-top: -25px;
}

.call-to-action-section .call-to-action-element {
    position: absolute;
    top: 5%;
    right: 15%;
    z-index: 2;
}

.call-to-action-section .call-to-action-element img {
    -webkit-animation: horizontal-move-two 5s linear infinite;
    animation: horizontal-move-two 5s linear infinite;
}

@media only screen and (max-width: 1480px) {
    .call-to-action-section .call-to-action-element {
        display: none;
    }
}

.call-to-action-section .wrapper {
    max-width: 100%;
    overflow: hidden;
}

.call-to-action-section .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.call-to-action-section .demo-text {
    font-size: 171px;
    line-height: 171px;
    color: #E1EAFF;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 630px) {
    .call-to-action-section .demo-text {
        -webkit-animation: none;
        animation: none;
    }
}

@media only screen and (max-width: 1800px) {
    .call-to-action-section .demo-text {
        font-size: 140px;
        line-height: 140px;
    }
}

@media only screen and (max-width: 1480px) {
    .call-to-action-section .demo-text {
        font-size: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 1050px) {
    .call-to-action-section .demo-text {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 860px) {
    .call-to-action-section .demo-text {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 630px) {
    .call-to-action-section .demo-text {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-section .demo-text {
        display: none;
    }
}

.call-to-action-wrapper {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 630px) {
    .call-to-action-wrapper {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        margin-top: 15px;
        display: block;
        text-align: center;
    }
}

.call-to-action-content {
    width: 60%;
}

@media only screen and (max-width: 575px) {
    .call-to-action-content {
        width: 100%;
    }
}

.call-to-action-content .title {
    font-weight: 500;
    line-height: 1.5;
}

.call-to-action-content .inner-title {
    color: #9DBAFE;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .call-to-action-btn {
        margin-top: 20px;
    }
}

/*-------------------------------------------------
    [ ### steps block ]
*/
.steps-section {
    background-color: #241430;
    position: relative;
}

.steps-section.two {
    background-color: #fff;
}

.steps-section.three .steps-item {
    background-color: #683e88;
    border: none;
}

.steps-section.three .steps-item .steps-content .title {
    color: #fff;
}

.steps-section.three .steps-item .steps-content .title a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.steps-section.three .steps-item .steps-content p {
    color: #fff;
}

.steps-section.three .steps-item .steps-content .steps-btn a {
    color: #fff;
}

.steps-section.three .steps-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

.steps-section.three .steps-item:hover .steps-content .title {
    color: #1C1C1C;
}

.steps-section.three .steps-item:hover .steps-content .title a {
    color: #1C1C1C;
}

.steps-section.three .steps-item:hover .steps-content .title a:hover {
    color: #683e88;
}

.steps-section.three .steps-item:hover .steps-content p {
    color: #4B4B4B;
}

.steps-section.three .steps-item:hover .steps-content .steps-btn a {
    color: #683e88;
}

.steps-section.four {
    background-color: #F5F8FF;
}

.steps-section.four .section-header .section-title {
    font-weight: 800;
}

.steps-section.five .section-header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps-section.five .section-header {
    width: 70%;
}

@media only screen and (max-width: 991px) {
    .steps-section.five .section-header {
        width: 100%;
    }
}

.steps-section.five .section-header .section-title {
    font-weight: 800;
}

.steps-section.five .steps-item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgba(50, 73, 179, 0.08);
    box-shadow: 0 10px 50px rgba(50, 73, 179, 0.08);
    text-align: center;
    padding: 60px 20px;
}

.steps-section.five .steps-item .steps-icon {
    margin-bottom: 50px;
}

.steps-section .steps-element-one {
    position: absolute;
    left: 3%;
    z-index: 2;
}

.steps-section .steps-element-one.two {
    left: auto;
    right: 0;
}

.steps-section .steps-element-one img {
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-one {
        display: none;
    }
}

.steps-section .steps-element-two {
    position: absolute;
    bottom: 5%;
    right: 3%;
}

.steps-section .steps-element-two img {
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-two {
        display: none;
    }
}

.steps-section .steps-element-three {
    position: absolute;
    top: 7%;
    right: 7%;
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-three {
        display: none;
    }
}

.steps-section .steps-element-four {
    position: absolute;
    top: 20%;
    left: 7%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-four {
        display: none;
    }
}

.steps-section .steps-element-five {
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.steps-section .steps-element-five img {
    -webkit-animation: scroll-ver 2s linear infinite;
    animation: scroll-ver 2s linear infinite;
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-five {
        display: none;
    }
}

.steps-section .steps-element-six {
    position: absolute;
    top: 10%;
    left: 7%;
}

@media only screen and (max-width: 1666px) {
    .steps-section .steps-element-six {
        display: none;
    }
}

.steps-section .steps-shape {
    position: absolute;
    top: 0;
    left: 14%;
    width: 1px;
    height: 100%;
    background: #9DBAFE10;
}

@media only screen and (max-width: 575px) {
    .steps-section .steps-shape {
        display: none;
    }
}

.steps-section .steps-shape:nth-of-type(odd)::before {
    animation: 13s linear nama_utha infinite;
    -webkit-animation: 13s linear nama_utha infinite;
    -moz-animation: 13s linear nama_utha infinite;
}

.steps-section .steps-shape:nth-of-type(even)::before {
    animation: 13s linear utha_nama infinite;
    -webkit-animation: 13s linear utha_nama infinite;
    -moz-animation: 13s linear utha_nama infinite;
}

.steps-section .steps-shape::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
}

.steps-section .steps-shape::before {
    background-color: #fff;
}

.steps-section .steps-shape.shape-2 {
    left: 30%;
}

.steps-section .steps-shape.shape-3 {
    left: 42%;
}

.steps-section .steps-shape.shape-4 {
    left: 56%;
}

.steps-section .steps-shape.shape-5 {
    left: 70%;
}

.steps-section .steps-shape.shape-6 {
    left: 85%;
}

.steps-slider-two {
    overflow: hidden;
}

.steps-slider-two .swiper-pagination-bullet {
    background-color: #9DBAFE;
    border: none;
}

.steps-slider-two .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 999px;
    background-color: #683e88;
}

.steps-item {
    background-color: #fff;
    text-align: center;
    min-height: 270px;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
    padding: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.steps-item.two {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0 !important;
}

.steps-item.two:hover {
    -webkit-transform: none;
    transform: none;
}

.steps-item.two .steps-btn a {
    color: #4B4B4B;
}

.steps-item.two .steps-btn a:hover {
    color: #683e88;
}

.steps-item.three {
    margin-top: 0 !important;
    border: 1px solid rgba(50, 73, 179, 0.14);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.steps-item.three .steps-content .title a {
    color: #1C1C1C;
}

.steps-item.three:hover {
    background-color: #683e88;
    -webkit-box-shadow: 0 20px 30px rgba(50, 73, 179, 0.2);
    box-shadow: 0 20px 30px rgba(50, 73, 179, 0.2);
}

.steps-item.three:hover .steps-content .title {
    color: #fff;
}

.steps-item.three:hover .steps-content .title a {
    color: #fff;
}

.steps-item.three:hover .steps-content p {
    color: #fff;
}

.steps-item.three:hover .steps-content .steps-btn a {
    color: #fff;
}

.steps-item.four {
    border-radius: 10px;
    padding: 50px 20px;
}

.steps-item.four:hover {
    -webkit-box-shadow: 0 15px 30px rgba(50, 73, 179, 0.2);
    box-shadow: 0 15px 30px rgba(50, 73, 179, 0.2);
}

.steps-item.four .steps-icon {
    margin-bottom: 40px;
}

.steps-item.five {
    background-color: #F5F8FF;
    border-radius: 10px;
    padding: 40px 20px;
}

.steps-item.five .steps-icon {
    margin-bottom: 30px;
}

.steps-item.details {
    border: none;
    padding: 0;
}

@media only screen and (max-width: 400px) {
    .steps-item.details .steps-thumb {
        height: 230px;
        border-radius: 5px;
        overflow: hidden;
    }
}

.steps-item.details .steps-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.steps-item.details .steps-content {
    padding-top: 30px;
}

.steps-item.details .steps-content .title {
    font-size: 40px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-content .title {
        font-size: 28px;
    }
}

.steps-item.details .steps-content.two .title {
    font-size: 32px;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-content.two .title {
        font-size: 24px;
    }
}

.steps-item.details .steps-content.two blockquote.two {
    padding: 30px;
}

.steps-item.details .steps-bottom-content .title {
    font-size: 28px !important;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-bottom-content .title {
        font-size: 18px;
    }
}

.steps-item.details:hover {
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.steps-item.details:hover .steps-content .title {
    color: #1C1C1C;
}

.steps-item.details:hover .steps-content p {
    color: #1C1C1C;
}

.steps-item.details .steps-widget-item-area {
    background-color: #F5F8FF;
    border-radius: 6px;
    padding: 30px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-widget-item-area {
        padding: 30px;
    }
}

.steps-item.details .steps-widget-item-area div[class*=col]:nth-of-type(4n + 4) .steps-widget-item::after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-widget-item-area div[class*=col]:nth-of-type(4n + 2) .steps-widget-item::after {
        display: none;
    }
}

.steps-item.details .steps-widget-item-area.two div[class*=col]:nth-of-type(3n + 3) .steps-widget-item::after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-widget-item-area.two div[class*=col]:nth-of-type(3n + 2) .steps-widget-item::after {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .steps-item.details .steps-widget-item-area.two div[class*=col]:nth-of-type(3n + 2) .steps-widget-item::after {
        display: none;
    }
}

.steps-item.details .steps-bottom-content .title {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-bottom-content .title {
        font-size: 22px;
    }
}

.steps-item.details .steps-widget-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.steps-item.details .steps-widget-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-right: 1px dashed #535353;
}

@media only screen and (max-width: 575px) {
    .steps-item.details .steps-widget-item::after {
        display: none;
    }
}

.steps-item.details .steps-widget-item .steps-widget-icon {
    width: 30px;
}

.steps-item.details .steps-widget-item .steps-widget-content {
    width: calc(100% - 30px);
    padding-left: 15px;
}

.steps-item.details .steps-widget-item .steps-widget-content .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .steps-widget-item .steps-widget-content .title {
        font-size: 16px;
    }
}

.steps-item.details .steps-widget-item .steps-widget-content .sub-title {
    font-size: 14px;
}

.steps-item.details .sevice-inner-item-area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.steps-item.details .sevice-inner-item-area .steps-inner-item {
    background-color: #fff;
    border: 1px solid rgba(251, 205, 33, 0.5);
    padding: 30px;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.steps-item.details .sevice-inner-item-area .steps-inner-item:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.steps-item.details .sevice-inner-item-area .steps-inner-item .steps-inner-icon {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    height: 60px;
}

.steps-item.details .sevice-inner-item-area .steps-inner-item .steps-inner-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.steps-item.details .sevice-inner-item-area .steps-inner-item .steps-inner-icon::after {
    position: absolute;
    content: "";
    top: -5px;
    right: -28px;
    width: 80px;
    height: 80px;
    background-color: rgba(251, 205, 33, 0.16);
    border-radius: 50%;
}

.steps-item.details .sevice-inner-item-area .steps-inner-item .steps-inner-content .title {
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .steps-item.details .sevice-inner-item-area .steps-inner-item .steps-inner-content .title {
        font-size: 18px !important;
    }
}

.steps-item.details .contact-section {
    margin-top: 60px;
}

.steps-item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.steps-item:hover .steps-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.steps-icon {
    margin-bottom: 25px;
}

.steps-icon img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.steps-content .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.steps-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.steps-content .title a:hover {
    color: #683e88;
}

.steps-content p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


div[class*=col]:nth-of-type(4n + 2) .steps-item {
    margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
    div[class*=col]:nth-of-type(4n + 2) .steps-item {
        margin-top: 0;
    }
}

div[class*=col]:nth-of-type(4n + 4) .steps-item {
    margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
    div[class*=col]:nth-of-type(4n + 4) .steps-item {
        margin-top: 0;
    }
}

/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
    position: relative;
}

.overview-section .overview-element {
    position: absolute;
    top: 30%;
    left: 0;
}

@media only screen and (max-width: 1666px) {
    .overview-section .overview-element {
        display: none;
    }
}

.overview-thumb {
    background-color: #673f86;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.overview-thumb .overview-thumb-element {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.overview-content {
    background-color: #F9FBFF;
    padding: 60px;
}

@media only screen and (max-width: 991px) {
    .overview-content {
        padding: 25px;
    }
}

.overview-content .title {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.overview-content .overview-btn {
    margin-top: 40px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
    position: relative;
}

.about-section.two {
    background-color: #F5F8FF;
}

.about-section.two .box1,
.about-section.two .box2,
.about-section.two .box3 {
    background-color: rgba(255, 255, 255, 0.3);
}

.about-section .about-element-one {
    position: absolute;
    bottom: 20%;
    right: 15%;
    opacity: 0.35;
}

.about-section .about-element-one.two {
    right: 2%;
}

.about-section .about-element-one img {
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
}

@media only screen and (max-width: 1400px) {
    .about-section .about-element-one {
        display: none;
    }
}

.about-section .about-element-two {
    position: absolute;
    bottom: 8%;
    right: 12%;
    opacity: 0.35;
}

.about-section .about-element-two img {
    -webkit-animation: scroll-ver 3s linear infinite;
    animation: scroll-ver 3s linear infinite;
}

@media only screen and (max-width: 1400px) {
    .about-section .about-element-two {
        display: none;
    }
}

.about-section .about-element-three {
    position: absolute;
    top: 12%;
    right: 0;
    width: 1%;
    opacity: 0.25;
}

.about-section .about-element-three img {
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
}

@media only screen and (max-width: 1400px) {
    .about-section .about-element-three {
        display: none;
    }
}

.about-section .about-element-four {
    position: absolute;
    top: 18%;
    right: 5%;
    opacity: 0.35;
}

.about-section .about-element-four img {
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 1400px) {
    .about-section .about-element-four {
        display: none;
    }
}

.about-section .about-element-five {
    position: absolute;
    top: 40%;
    right: 10%;
    opacity: 0.35;
}

.about-section .about-element-five img {
    -webkit-animation: scroll-down 5s linear infinite;
    animation: scroll-down 5s linear infinite;
}

@media only screen and (max-width: 1400px) {
    .about-section .about-element-five {
        display: none;
    }
}

.about-area {
    margin-top: 75px;
    margin-bottom: 55px;
}

.about-area.two {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
    .about-area.two {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .about-area.two {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .about-area {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.about-area.three {
    margin-bottom: 85px;
}

@media only screen and (max-width: 1300px) {
    .about-area.three {
        margin-bottom: 0;
    }
}

.about-thumb {
    position: relative;
    z-index: 2;
}

.about-thumb.two {
    background-color: #ECF2FF;
    border-radius: 10px;
    padding: 100px 0;
    text-align: center;
    margin-left: 60px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 575px) {
    .about-thumb.two {
        margin-left: 0;
    }
}

.about-thumb.two::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECF2FF;
    border-radius: 10px;
    z-index: -1;
}

.about-thumb.two .about-thumb-video {
    position: absolute;
    top: 60px;
    left: -60px;
    background-color: #683e88;
    border-radius: 10px;
    padding: 40px;
}

@media only screen and (max-width: 575px) {
    .about-thumb.two .about-thumb-video {
        display: none;
    }
}

.about-thumb.two .about-thumb-video .circle svg {
    width: auto;
    left: -102%;
}

.about-thumb.two .about-thumb-video .video-icon {
    font-size: 20px;
}

.about-thumb .about-thumb-element-one {
    position: absolute;
    bottom: -10%;
    left: -10%;
    z-index: -1;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 991px) {
    .about-thumb .about-thumb-element-one {
        display: none;
    }
}

.about-thumb .about-thumb-element-two {
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: -1;
    -webkit-animation: scroll-down 5s linear infinite;
    animation: scroll-down 5s linear infinite;
}

@media only screen and (max-width: 991px) {
    .about-thumb .about-thumb-element-two {
        display: none;
    }
}

.about-content {
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .about-content {
        margin-left: 0;
    }
}

.about-content .title {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -5px;
    text-transform: capitalize;
}

.about-content p {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .about-content p {
        margin-bottom: 20px;
    }
}

.about-content p.para {
    font-weight: 600;
    color: #2a2727;
}

.about-content.two {
    margin-left: 0;
}

.about-btn {
    margin-top: 60px;
}

@media only screen and (max-width: 575px) {
    .about-btn {
        margin-top: 40px;
    }
}

.about-btn.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 400px) {
    .about-btn.two {
        display: block;
    }
}

.about-btn.two span {
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .about-btn.two span {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .about-btn.two span {
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }
}

.about-btn.two span a {
    color: #683e88;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
    .about-btn.two span a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .about-btn.two span a {
        font-size: 16px;
        margin-left: 5px;
    }
}

.box-wrapper {
    position: absolute;
    width: 450px;
    height: 450px;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 575px) {
    .box-wrapper {
        display: none;
    }
}

.box-wrapper.two {
    width: 490px;
}

.box-wrapper.two .box1,
.box-wrapper.two .box2,
.box-wrapper.two .box3 {
    border: 1px dashed #E2E2E2;
}

.box-wrapper.two .box1 .box-element-one {
    top: 400px;
    left: 10px;
}

.box1,
.box2,
.box3 {
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1300px) {

    .box1,
    .box2,
    .box3 {
        display: none;
    }
}

.box1 {
    width: 600px;
    height: 600px;
    animation: rotatebox 50s linear infinite;
    -webkit-animation: rotatebox 50s linear infinite;
    -moz-animation: rotatebox 50s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@media only screen and (max-width: 1300px) {
    .box1 {
        width: 400px;
        height: 400px;
    }
}

.box1 .box-element-one {
    position: absolute;
    top: 20px;
    right: 100px;
}

@media only screen and (max-width: 1300px) {
    .box1 .box-element-one {
        display: none;
    }
}

.box1 .box-element-two {
    position: absolute;
    top: 150px;
    right: 15px;
}

.box1 .box-element-three {
    position: absolute;
    bottom: 10px;
    right: 150px;
    width: 6%;
}

.box1 .box-element-four {
    position: absolute;
    bottom: 200px;
    left: 0px;
    width: 6%;
}

.box2 {
    width: 450px;
    height: 450px;
    animation: rotatebox 60s linear infinite;
    -webkit-animation: rotatebox 60s linear infinite;
    -moz-animation: rotatebox 60s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@media only screen and (max-width: 1300px) {
    .box2 {
        width: 250px;
        height: 250px;
    }
}

.box2 .box-element-five {
    position: absolute;
    bottom: 0px;
    right: 150px;
}

.box2 .box-element-six {
    position: absolute;
    top: 100px;
    right: 10px;
}

.box3 {
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 1300px) {
    .box3 {
        width: 100px;
        height: 100px;
    }
}
.transaction-section {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .transaction-section .table thead {
        display: none;
    }
}

.transaction-section .table thead th {
    border-bottom: 1px dashed #CBCBCB;
    padding: 15px 50px;
    border-top: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
    text-transform: uppercase;
    color: #505050;
}

.transaction-section .table thead th:first-child {
    padding-left: 0;
}

.transaction-section .table tbody td {
    border-top: 0;
    vertical-align: middle;
    padding: 20px 50px 20px 50px;
    line-height: 1.65;
    font-weight: 500;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 1px dashed #CBCBCB;
}

@media only screen and (max-width: 1199px) {
    .transaction-section .table tbody td {
        padding: 20px 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .transaction-section .table tbody td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        border-bottom: 1px dashed #CBCBCB;
        padding: 20px 20px 20px 20px;
    }

    .transaction-section .table tbody td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #683e88;
        width: 50%;
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .transaction-section .table tbody td {
        padding: 15px 15px 15px 15px;
    }
}

.transaction-section .table tbody td:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .transaction-section .custom-table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #eeeeee;
    }

    .transaction-section .custom-table tbody tr td:last-child {
        border: none;
    }

    .transaction-section .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #0088cc;
        width: 50%;
        text-align: left;
    }
}

.transaction-section .cart-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .transaction-section .cart-button-wrapper {
        display: block;
    }
}

.transaction-section .cart-button-wrapper .cart-btn {
    background: #F9FBFF;
    padding: 18px 33px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .transaction-section .cart-button-wrapper .cart-btn {
        padding: 12px 18px;
        margin-top: 30px;
        font-size: 14px;
    }
}

.transaction-section .cart-button-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.transaction-section .cart-total {
    background: #F9FBFF;
    padding: 17px 20px 20px 20px;
    margin-top: 60px;
    border-radius: 8px;
}

.transaction-section .cart-total .title {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 15px;
}

.transaction-section .cart-total ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.transaction-section .cart-total ul li {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    color: #10221B;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DEDEDE;
}

.transaction-section .cart-total ul li span {
    float: right;
}

.transaction-section .cart-total a {
    background: #683e88;
    padding: 16px 33px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
}














/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
    margin-bottom: -20px;
}

.faq-wrapper .faq-item {
    padding: 20px 40px;
    border: 1px solid #683e88;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item {
        padding: 20px;
    }
}

.faq-wrapper .faq-item .faq-title {
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 17px;
    }
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.faq-wrapper .faq-item .faq-title .title span {
    color: #683e88;
    font-family: "Jost", sans-serif;
    margin-right: 8px;
}

.faq-wrapper .faq-item .faq-content {
    display: none;
    padding-top: 20px;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content .faq-inner-thumb-area {
        display: none;
    }
}

.faq-wrapper .faq-item .faq-content .faq-inner-thumb-area img {
    width: 100%;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

.faq-wrapper .faq-item .right-icon::after {
    border-top: 2px solid #683e88;
    border-right: 2px solid #683e88;
    content: "";
    display: block;
    height: 13px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    margin-top: -8px;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active .faq-content p {
    color: #fff;
}

.faq-wrapper .faq-item.open {
    background-color: #683e88;
}

.faq-wrapper .faq-item.open .faq-title {
    color: #fff;
}

.faq-wrapper .faq-item.open .faq-content p {
    color: #fff;
}

.faq-wrapper .faq-item.open .right-icon::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: none;
}



/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
    background-color: #fff;
    position: relative;
}

.contact-section.two {
    background-color: #fff;
}

.contact-section.two .contact-area {
    background-color: #F9FBFF;
    padding: 60px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .contact-section.two .contact-area {
        padding: 25px;
    }
}

.contact-section.two .contact-area .contact-element-five {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.5;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 1199px) {
    .contact-section.two .contact-area .contact-element-five {
        display: none;
    }
}

.contact-section.two .contact-area .contact-element-six {
    position: absolute;
    bottom: 20px;
    left: 340px;
    opacity: 0.5;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 1199px) {
    .contact-section.two .contact-area .contact-element-six {
        display: none;
    }
}

.contact-section.two .contact-thumb img {
    width: 100%;
}

.contact-section.two .contact-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-section.two .contact-form-header .left {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .contact-section.two .contact-form-header .left {
        width: 100%;
    }
}

.contact-section.two .contact-form-header .left .title {
    font-weight: 700;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .contact-section.two .contact-form-header .right {
        display: none;
    }
}

.contact-section.two .contact-form-header .right .circle svg {
    width: auto;
    left: -102.1%;
}

.contact-section.two .contact-logo {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #EFF4FF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.contact-section.two .contact-form {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .contact-section.two .contact-form {
        margin-bottom: 20px;
    }
}

.contact-section.two .contact-form .form--control {
    background-color: #fff;
    border: 1px solid #E4ECFF;
    border-radius: 5px;
}

.contact-section.two .contact-form textarea {
    min-height: 120px;
}

.contact-section.two .contact-form .form-group {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {

    .contact-section.two .contact-form .form-group button,
    .contact-section.two .contact-form .form-group input[type=button],
    .contact-section.two .contact-form .form-group input[type=reset],
    .contact-section.two .contact-form .form-group input[type=submit] {
        margin-top: 30px;
    }
}

.contact-section.two .contact-form .custom-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .contact-section.two .contact-form .custom-form-group {
        display: block;
    }
}

.contact-section.two .contact-form .custom-form-group .custom-check-group {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .contact-section.two .contact-form .custom-form-group .custom-check-group {
        margin-bottom: 30px;
    }
}

.contact-section.two .contact-form .custom-form-group .custom-check-group label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 380px) {
    .contact-section.two .contact-form .custom-form-group .custom-check-group label {
        font-size: 12px;
    }
}

.contact-section .contact-element-one {
    position: absolute;
    left: 2%;
    top: 25%;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 1650px) {
    .contact-section .contact-element-one {
        display: none;
    }
}

.contact-section .contact-element-two {
    position: absolute;
    right: 5%;
    top: 65%;
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

@media only screen and (max-width: 1650px) {
    .contact-section .contact-element-two {
        display: none;
    }
}

.contact-section .contact-element-three {
    position: absolute;
    left: 60%;
    bottom: 10%;
    -webkit-animation: horizontal-move 2s linear infinite;
    animation: horizontal-move 2s linear infinite;
}

@media only screen and (max-width: 1650px) {
    .contact-section .contact-element-three {
        display: none;
    }
}

.contact-section .contact-element-four {
    position: absolute;
    left: 50%;
    top: -5%;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

@media only screen and (max-width: 1650px) {
    .contact-section .contact-element-four {
        display: none;
    }
}

.contact-form .contact-select .nice-select::after {
    border-bottom: 2px solid #535353;
    border-right: 2px solid #535353;
}

.contact-form .contact-select .form--control {
    line-height: 30px;
}

.contact-form .nice-select .current {
    color: #535353;
}

.contact-form .nice-select .option {
    font-weight: 500;
    font-size: 14px;
    color: #535353;
}

.contact-form .nice-select .option:hover {
    color: #fff;
}

.contact-form label {
    color: #030519;
    font-weight: 600;
    font-size: 15px;
}

.contact-form .form--control {
    border: 1px solid #CFCFCF;
    background-color: #F9FBFF;
    border-radius: 3px;
    height: 55px;
    color: #535353;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 15px;
}

.contact-form .form--control:focus {
    border: 1px solid #683e88;
    background-color: #F9FBFF;
    color: #535353;
}

.contact-form .form--control::-webkit-input-placeholder {
    color: #535353;
}

.contact-form .form--control::-moz-placeholder {
    color: #535353;
}

.contact-form .form--control:-ms-input-placeholder {
    color: #535353;
}

.contact-form .form--control::-ms-input-placeholder {
    color: #535353;
}

.contact-form .form--control::placeholder {
    color: #535353;
}

.contact-form textarea {
    min-height: 150px;
}

.contact-form button i,
.contact-form input[type=button] i,
.contact-form input[type=reset] i,
.contact-form input[type=submit] i {
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-item-section {
    position: relative;
}

.contact-item-section .contact-item-element-one {
    position: absolute;
    top: 20%;
    left: 7%;
    -webkit-animation: scroll-down 3s linear infinite;
    animation: scroll-down 3s linear infinite;
}

@media only screen and (max-width: 991px) {
    .contact-item-section .contact-item-element-one {
        display: none;
    }
}

.contact-item-section .contact-item-element-two {
    position: absolute;
    top: 30%;
    right: 5%;
    -webkit-animation: horizontal-move 3s linear infinite;
    animation: horizontal-move 3s linear infinite;
}

@media only screen and (max-width: 991px) {
    .contact-item-section .contact-item-element-two {
        display: none;
    }
}

.contact-item {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #efe6e6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-item:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.contact-item:hover .contact-icon {
    background-color: #683e88;
    color: #fff;
}

.contact-item .contact-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background-color: rgba(50, 73, 179, 0.1);
    color: #683e88;
    border-radius: 50%;
    font-size: 50px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-item .contact-content .title {
    margin-bottom: 15px;
}

.contact-item .contact-content p {
    font-weight: 500;
}

/*-------------------------------------------------
   Page Section Styling Here
---------------------------------------------------*/
.page-section {
    margin-top: 120px;
    background: #F9F9F9;
    padding-top: 120px;
    padding-bottom: 90px;
    position: relative;
}

.page-item.right {
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 20px;
}

.page-item.right:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.page-item.right .page-content {
    padding-top: 0;
}

.page-item.right .page-content .title {
    font-weight: 700;
}

.page-item:hover .blog-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width: 400px) {
    .page-item.details .blog-thumb {
        height: 230px;
    }
}

.page-item.details:hover .blog-thumb img {
    -webkit-transform: none;
    transform: none;
}

.page-content {
    padding-top: 15px;
}

.page-content .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
}

.page-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-content .title a:hover {
    color: #683e88;
}

@media only screen and (max-width: 1199px) {
    .page-content .title {
        line-height: 1.5;
        font-size: 20px;
    }
}
.page-content p {
    margin-top: 10px;
}
.page-list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-list li {
    position: relative;
    font-weight: 400;
    padding-left: 40px;
    padding-bottom: 20px;
}

.page-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(50, 73, 179, 0.1);
    border-radius: 50%;
    font-size: 14px;
    color: #683e88;
    text-align: center;
    font-weight: 900;
}

.page-list li + li {
    margin-top: 8px;
}
.exchange-etc .this {
    position: relative;
    display: flex;
    width: 100%;
}

.exchange-etc .change-val {
    border: 1px solid #e5e7eb;
}

.exchange-etc .icon-box {
    display: none;
}

.exchange-etc .desc {
    position: relative !important;

}

.exchange-etc .payment-method {
    margin-top: 1rem;
    position: relative !important;
}


.exchange-etc .this {
    position: relative;
    display: flex;
    width: 100%;
}

.exchange-etc .change-val {
    border: 1px solid #e5e7eb;
    float: right;
}

.exchange-etc .icon-box {
    text-align: center;
    position: relative;
}

.exchange-etc lord-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 15%
}

.exchange-etc .desc {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
}

.exchange-etc .payment-method {
    position: absolute;
    bottom: 0
}

.fs-24 {
    font-size: 24px !important;
}
@media only screen and (max-width: 991px){
    .page-section {
        margin-top: 90px;
        padding-top: 90px;
        padding-bottom: 60px;
    }

}   